2024-02-11 20:23.55: New job: test rml.1.09.07 with conf-pkg-config.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25235/head (8c7391d6ec81e93f24de221eb32a886b72d1ede6)
                              on debian-12-ocaml-5.1/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/25235/head" && git reset --hard 8c7391d6
git fetch origin master
git merge --no-edit 8477e9a74beb40d85534ab7653b65d45607a147f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.1@sha256:931805f2c2fdb0b5642ae8463ff0780c2ee3f4afb48734a7d94e2d5163429930
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn conf-pkg-config.1.1 1.1
RUN opam reinstall conf-pkg-config.1.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-pkg-config.1.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam reinstall rml.1.09.07; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'rml.1.09.07' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN (opam reinstall --with-test rml.1.09.07) || true
RUN opam reinstall --with-test --verbose rml.1.09.07; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'rml.1.09.07' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2024-02-11 20:23.55: Using cache hint "ocaml/opam:debian-12-ocaml-5.1@sha256:931805f2c2fdb0b5642ae8463ff0780c2ee3f4afb48734a7d94e2d5163429930-conf-pkg-config.1.1-rml.1.09.07-8c7391d6ec81e93f24de221eb32a886b72d1ede6"
2024-02-11 20:23.55: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.1@sha256:931805f2c2fdb0b5642ae8463ff0780c2ee3f4afb48734a7d94e2d5163429930)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn conf-pkg-config.1.1 1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-pkg-config.1.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-pkg-config.1.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall rml.1.09.07;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'rml.1.09.07' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (network host)
      (shell "(opam reinstall --with-test rml.1.09.07) || true"))
 (run (shell  "opam reinstall --with-test --verbose rml.1.09.07;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'rml.1.09.07' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-02-11 20:23.55: Waiting for resource in pool OCluster
2024-02-12 20:09.14: Waiting for worker…
2024-02-12 20:11.20: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  88% (29170/32918)
Updating files:  89% (29298/32918)
Updating files:  90% (29627/32918)
Updating files:  91% (29956/32918)
Updating files:  92% (30285/32918)
Updating files:  93% (30614/32918)
Updating files:  94% (30943/32918)
Updating files:  95% (31273/32918)
Updating files:  96% (31602/32918)
Updating files:  97% (31931/32918)
Updating files:  98% (32260/32918)
Updating files:  99% (32589/32918)
Updating files: 100% (32918/32918)
Updating files: 100% (32918/32918), done.
HEAD is now at 8477e9a74b Merge pull request #25221 from nberth/mlgmpidl-1.3.0
Updating 8477e9a74b..8c7391d6ec
Fast-forward
 packages/conf-pkg-config/conf-pkg-config.1.0/opam | 2 +-
 packages/conf-pkg-config/conf-pkg-config.1.1/opam | 1 +
 packages/conf-pkg-config/conf-pkg-config.1.2/opam | 1 +
 packages/conf-pkg-config/conf-pkg-config.1.3/opam | 1 +
 packages/conf-pkg-config/conf-pkg-config.2/opam   | 1 +
 packages/conf-pkg-config/conf-pkg-config.3/opam   | 4 +++-
 6 files changed, 8 insertions(+), 2 deletions(-)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:931805f2c2fdb0b5642ae8463ff0780c2ee3f4afb48734a7d94e2d5163429930)
2024-02-12 20:23.29 ---> using "4df7ce52b8e0afe130cbfff7d9b001e43cae58bd8e8710cd073ce7c11b1c6ac8" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-02-12 20:23.29 ---> using "2ee14a5dbb7aa54ab1dfa5adba4422c5a5483941525d4174e8eeed0c4c5e97aa" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2~alpha, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-02-12 20:23.29 ---> using "d58131e4d084860f74dbebecfc9a35ebb7fbb42cf58093b5ac6cf0adf11ed898" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2024-02-12 20:23.29 ---> using "e76676ee91f5598b65d18de047738848e5af056a75e3436903dc82ff5702c5a6" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-02-12 20:23.31 ---> using "00dcf922e87fec2f8ccdd0b44355d41faed143c596db4bfe8812d0e9c5f33f02" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-02-12 20:23.31 ---> using "d6c8604b98b9d01914259989eafdfad7780b6c9f761a469dfe3162a56ba73510" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8786 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [137 kB]
- Fetched 9175 kB in 1s (6830 kB/s)
- Reading package lists...
2024-02-12 20:23.31 ---> using "6245d7929b862e6b37f451133c05d21883283d0248743f67197f2e424fe52d69" from cache

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (shell "opam pin add -k version -yn conf-pkg-config.1.1 1.1"))
conf-pkg-config is now pinned to version 1.1
2024-02-12 20:23.32 ---> using "efd69474de39398f08b803f28b1c0635d272139b0c33f4b0a322013c52989663" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-pkg-config.1.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-pkg-config.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-pkg-config.1.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 1 package
  - install conf-pkg-config 1.1 (pinned)

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18774 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.1.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-02-12 20:23.32 ---> using "0686843ae3c31f38ac5563a3bcd57d9eed648c8dbf66daffdc86057dfb09ccb3" from cache

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall rml.1.09.07;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'rml.1.09.07' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
rml.1.09.07 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
  - install num 1.5     [required by rml]
  - install rml 1.09.07

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved num.1.5  (cached)
-> retrieved rml.1.09.07  (cached)
-> installed num.1.5
[ERROR] The compilation of rml.1.09.07 failed at "make".

#=== ERROR while compiling rml.1.09.07 ========================================#
# context              2.2.0~beta2~dev | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.1/.opam-switch/build/rml.1.09.07
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/rml-8-230b78.env
# output-file          ~/.opam/log/rml-8-230b78.out
### output ###
# (cd compiler; touch .depend; make depend; make opt)
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/compiler'
# echo "(* This file is generated *)" > global/version.ml
# echo "let version = \"1.09.07\"" >> global/version.ml
# echo "let stdlib = \""/home/opam/.opam/5.1/lib/rml"\"" >> global/version.ml
# ocamlyacc -v parsing/parser.mly
# ocamllex parsing/lexer.mll
# 167 states, 2981 transitions, table size 12926 bytes
# 2216 additional bytes used for bindings
# ocamllex parsing/linenum.mll
# 12 states, 323 transitions, table size 1364 bytes
# (for d in global parsing external static typing other_analysis reac lco lk caml optimization main; \
#  do ocamldep -slash -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main $d/*.mli $d/*.ml; \
#  done) > .depend
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/compiler'
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/compiler'
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/version.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/asttypes.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/warnings.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/linenum.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/location.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/misc.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/ident.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global_ident.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/def_static.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/def_types.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/rzi.mli
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/version.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/warnings.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/linenum.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/location.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/misc.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/ident.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global_ident.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/def_static.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/asttypes.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/def_types.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/def_modules.ml
# ocaml -I global global/def_modules.cmo ../configure-tools/embedrzi.ml "../"
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/rzi.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/def_modules.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ident.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/modules.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/symbol_table.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/syntaxerr.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ast.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ident.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ast.ml
# ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parser.mli
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parser.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/lexer.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/errors.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/configure.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/options.ml
# File "main/options.ml", line 83, characters 2-16:
# 83 |   Printexc.catch configure ()
#        ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Printexc.catch
# This function is no longer needed.
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_printer.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main external/lucky_errors.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main external/lucky.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main external/external.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/reac_ast.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/binding_errors.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/types_printer.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/reactivity_effects.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/types.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/reac_misc.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/reac2reac.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/reactivity_check.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/parse2reac.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/initialization.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/static_printer.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/static_errors.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/static.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main other_analysis/wf_rec.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main other_analysis/instantaneous_loop.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/annot.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/typing_errors.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/typing.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lco/lco_ast.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lco/lco_misc.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lco/reac2lco.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lk/lk_ast.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lk/lk_misc.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lk/reac2lk.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/caml_ast.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/caml_misc.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/lco2caml.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/lk2caml.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/caml2caml.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/print_caml_src.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main optimization/reac_optimization.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/compiler.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/interactive.ml
# ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/main.ml
# File "main/main.ml", line 69, characters 0-14:
# 69 | Printexc.catch main ();
#      ^^^^^^^^^^^^^^
# Alert deprecated: Stdlib.Printexc.catch
# This function is no longer needed.
# ocamlopt -for-pack Rmlcompiler -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/version.cmx global/asttypes.cmx global/warnings.cmx parsing/linenum.cmx parsing/location.cmx global/misc.cmx global/ident.cmx global/global_ident.cmx global/global.cmx static/def_static.cmx typing/def_types.cmx global/rzi.cmx global/def_modules.cmx global/modules.cmx global/symbol_table.cmx parsing/lexer.cmx parsing/syntaxerr.cmx main/errors.cmx main/configure.cmx main/options.cmx parsing/parse_ast.cmx parsing/parse_ident.cmx parsing/parser.cmx parsing/parse.cmx parsing/parse_printer.cmx external/lucky_errors.cmx external/lucky.cmx external/external.cmx reac/reac_ast.cmx reac/binding_errors.cmx typing/types_printer.cmx typing/reactivity_effects.cmx typing/types.cmx reac/reac_misc.cmx reac/reac2reac.cmx typing/reactivity_check.cmx reac/parse2reac.cmx global/initialization.cmx static/static_printer.cmx static/static_errors.cmx static/static.cmx other_analysis/wf_rec.cmx other_analysis/instantaneous_loop.cmx reac/annot.cmx typing/typing_errors.cmx typing/typing.cmx lco/lco_ast.cmx lco/lco_misc.cmx lco/reac2lco.cmx lk/lk_ast.cmx lk/lk_misc.cmx lk/reac2lk.cmx caml/caml_ast.cmx caml/caml_misc.cmx caml/lco2caml.cmx caml/lk2caml.cmx caml/caml2caml.cmx caml/print_caml_src.cmx optimization/reac_optimization.cmx main/compiler.cmx main/interactive.cmx main/main.cmx -o rmlc.opt
# ln -sf rmlc.opt rmlc
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/compiler'
# (cd stdlib; make all)
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/stdlib'
# ../compiler/rmlc -c stdlib.rmli
# ../compiler/rmlc -c arg.rmli
# ../compiler/rmlc -c array.rmli
# ../compiler/rmlc -c buffer.rmli
# ../compiler/rmlc -c bytes.rmli
# ../compiler/rmlc -c callback.rmli
# ../compiler/rmlc -c camlinternalBigarray.rmli
# ../compiler/rmlc -c char.rmli
# ../compiler/rmlc -c complex.rmli
# ../compiler/rmlc -c digest.rmli
# ../compiler/rmlc -c filename.rmli
# ../compiler/rmlc -c format.rmli
# ../compiler/rmlc -c gc.rmli
# ../compiler/rmlc -c stream.rmli
# ../compiler/rmlc -c genlex.rmli
# ../compiler/rmlc -c graphics.rmli
# ../compiler/rmlc -c hashtbl.rmli
# ../compiler/rmlc -c int32.rmli
# ../compiler/rmlc -c nativeint.rmli
# ../compiler/rmlc -c int64.rmli
# ../compiler/rmlc -c lazy.rmli
# ../compiler/rmlc -c lexing.rmli
# ../compiler/rmlc -c list.rmli
# ../compiler/rmlc -c luc4ocaml.rmli
# ../compiler/rmlc -c luc4ocaml_nolbl.rmli
# ../compiler/rmlc -c marshal.rmli
# ../compiler/rmlc -c obj.rmli
# ../compiler/rmlc -c parsing.rmli
# ../compiler/rmlc -c printexc.rmli
# ../compiler/rmlc -c printf.rmli
# ../compiler/rmlc -c queue.rmli
# ../compiler/rmlc -c random.rmli
# ../compiler/rmlc -c sort.rmli
# ../compiler/rmlc -c stack.rmli
# ../compiler/rmlc -c str.rmli
# ../compiler/rmlc -c string.rmli
# ../compiler/rmlc -c sys.rmli
# ../compiler/rmlc -c unix.rmli
# ../compiler/rmlc -c weak.rmli
# ../compiler/rmlc -c rml_list.rmli
# ../compiler/rmlc -c rml_process_manager.rmli
# ../compiler/rmlc -c thread/rml_async_body.rmli
# ../compiler/rmlc -c thread/rml_async.rmli
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/stdlib'
# (cd interpreter; touch .depend; make depend; make all)
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# ocamldep -slash  *.mli *.ml > .depend
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make -f Makefile-lco all
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# ocamlc  -c  sig_env.ml
# ocamlc  -c  lco_interpreter.mli
# ocamlc  -c  lco_ctrl_tree.ml
# ocamlc  -c  rml_machine.ml
# ocamlc  -c  rml_machine_hook.ml
# ocamlc  -c  rml_machine_hook_unix.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ocamlc  -c  implem_lco_ctrl_tree_record.ml
# ../compiler/rmlc -I ../stdlib -d lco -no_reactivity_warning -runtime Lco ../stdlib/rml_list.rml
# ocamlc  -c  -I lco -o lco/rml_list.cmo lco/rml_list.ml
# cp ../stdlib/thread/rml_async_body.ml lco/rml_async_body.ml
# ocamlc -thread -c  -I lco -o lco/rml_async_body.cmo lco/rml_async_body.ml
# ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco -no_reactivity_warning -runtime Lco ../stdlib/thread/rml_async.rml
# ocamlc  -c  -I lco -o lco/rml_async.cmo lco/rml_async.ml
# ocamlc  -a -o lco/rmllib.cma sig_env.cmo lco_ctrl_tree.cmo rml_machine.cmo rml_machine_hook.cmo rml_machine_hook_unix.cmo implem_lco_ctrl_tree_record.cmo lco/rml_list.cmo lco/rml_async_body.cmo lco/rml_async.cmo
# ocamlopt  -c  sig_env.ml
# ocamlopt  -c  lco_ctrl_tree.ml
# ocamlopt  -c  rml_machine.ml
# ocamlopt  -c  rml_machine_hook.ml
# ocamlopt  -c  rml_machine_hook_unix.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ocamlopt  -c  implem_lco_ctrl_tree_record.ml
# ocamlopt  -c  -I lco -o lco/rml_list.cmx lco/rml_list.ml
# ocamlopt -thread -c  -I lco -o lco/rml_async_body.cmx lco/rml_async_body.ml
# ocamlopt  -c  -I lco -o lco/rml_async.cmx lco/rml_async.ml
# ocamlopt  -a -o lco/rmllib.cmxa sig_env.cmx lco_ctrl_tree.cmx rml_machine.cmx rml_machine_hook.cmx rml_machine_hook_unix.cmx implem_lco_ctrl_tree_record.cmx lco/rml_list.cmx lco/rml_async_body.cmx lco/rml_async.cmx
# rm lco/rml_async_body.ml lco/rml_async.ml lco/rml_list.ml
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make -f Makefile-lco_n all
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# ocamlc  -c  lco_ctrl_tree_n.ml
# ocamlc  -c  implem_lco_ctrl_tree_n_record.ml
# ../compiler/rmlc -I ../stdlib -d lco_n -no_reactivity_warning -runtime Lco_n ../stdlib/rml_list.rml
# ocamlc  -c  -I lco_n -o lco_n/rml_list.cmo lco_n/rml_list.ml
# cp ../stdlib/thread/rml_async_body.ml lco_n/rml_async_body.ml
# ocamlc -thread -c  -I lco_n -o lco_n/rml_async_body.cmo lco_n/rml_async_body.ml
# ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco_n -no_reactivity_warning -runtime Lco_n ../stdlib/thread/rml_async.rml
# ocamlc  -c  -I lco_n -o lco_n/rml_async.cmo lco_n/rml_async.ml
# ocamlc  -a -o lco_n/rmllib.cma sig_env.cmo lco_ctrl_tree_n.cmo rml_machine.cmo rml_machine_hook.cmo rml_machine_hook_unix.cmo implem_lco_ctrl_tree_n_record.cmo lco_n/rml_list.cmo lco_n/rml_async_body.cmo lco_n/rml_async.cmo
# ocamlopt  -c  lco_ctrl_tree_n.ml
# ocamlopt  -c  implem_lco_ctrl_tree_n_record.ml
# ocamlopt  -c  -I lco_n -o lco_n/rml_list.cmx lco_n/rml_list.ml
# ocamlopt -thread -c  -I lco_n -o lco_n/rml_async_body.cmx lco_n/rml_async_body.ml
# ocamlopt  -c  -I lco_n -o lco_n/rml_async.cmx lco_n/rml_async.ml
# ocamlopt  -a -o lco_n/rmllib.cmxa sig_env.cmx lco_ctrl_tree_n.cmx rml_machine.cmx rml_machine_hook.cmx rml_machine_hook_unix.cmx implem_lco_ctrl_tree_n_record.cmx lco_n/rml_list.cmx lco_n/rml_async_body.cmx lco_n/rml_async.cmx
# rm lco_n/rml_list.ml lco_n/rml_async.ml lco_n/rml_async_body.ml
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make -f Makefile-lco_class all
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# ocamlc  -c  implem_lco_ctrl_tree_class.ml
# ../compiler/rmlc -I ../stdlib -d lco_class -no_reactivity_warning -runtime Lco_class ../stdlib/rml_list.rml
# ocamlc  -c  -I lco_class -o lco_class/rml_list.cmo lco_class/rml_list.ml
# cp ../stdlib/thread/rml_async_body.ml lco_class/rml_async_body.ml
# ocamlc -thread -c  -I lco_class -o lco_class/rml_async_body.cmo lco_class/rml_async_body.ml
# ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco_class -no_reactivity_warning -runtime Lco_class ../stdlib/thread/rml_async.rml
# ocamlc  -c  -I lco_class -o lco_class/rml_async.cmo lco_class/rml_async.ml
# ocamlc  -a -o lco_class/rmllib.cma sig_env.cmo lco_ctrl_tree.cmo rml_machine.cmo rml_machine_hook.cmo rml_machine_hook_unix.cmo implem_lco_ctrl_tree_class.cmo lco_class/rml_list.cmo lco_class/rml_async_body.cmo lco_class/rml_async.cmo
# ocamlopt  -c  implem_lco_ctrl_tree_class.ml
# ocamlopt  -c  -I lco_class -o lco_class/rml_list.cmx lco_class/rml_list.ml
# ocamlopt -thread -c  -I lco_class -o lco_class/rml_async_body.cmx lco_class/rml_async_body.ml
# ocamlopt  -c  -I lco_class -o lco_class/rml_async.cmx lco_class/rml_async.ml
# ocamlopt  -a -o lco_class/rmllib.cmxa sig_env.cmx lco_ctrl_tree.cmx rml_machine.cmx rml_machine_hook.cmx rml_machine_hook_unix.cmx implem_lco_ctrl_tree_class.cmx lco_class/rml_list.cmx lco_class/rml_async_body.cmx lco_class/rml_async.cmx
# rm lco_class/rml_async_body.ml lco_class/rml_async.ml lco_class/rml_list.ml
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make -f Makefile-lco_rewrite all
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# ocamlc -rectypes -c  lco_rewrite.ml
# ocamlc -rectypes -c  implem_lco_rewrite_record.ml
# ../compiler/rmlc -I ../stdlib -d lco_rewrite -no_reactivity_warning -runtime Lco_rewrite ../stdlib/rml_list.rml
# ocamlc -rectypes -c  -I lco_rewrite -o lco_rewrite/rml_list.cmo lco_rewrite/rml_list.ml
# cp ../stdlib/thread/rml_async_body.ml lco_rewrite/rml_async_body.ml
# ocamlc -rectypes -thread -c  -I lco_rewrite -o lco_rewrite/rml_async_body.cmo lco_rewrite/rml_async_body.ml
# ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco_rewrite -no_reactivity_warning -runtime Lco_rewrite ../stdlib/thread/rml_async.rml
# ocamlc -rectypes -c  -I lco_rewrite -o lco_rewrite/rml_async.cmo lco_rewrite/rml_async.ml
# ocamlc  -a -o lco_rewrite/rmllib.cma sig_env.cmo lco_rewrite.cmo rml_machine.cmo rml_machine_hook.cmo rml_machine_hook_unix.cmo implem_lco_rewrite_record.cmo lco_rewrite/rml_list.cmo lco_rewrite/rml_async_body.cmo lco_rewrite/rml_async.cmo
# ocamlopt -rectypes -c  lco_rewrite.ml
# ocamlopt -rectypes -c  implem_lco_rewrite_record.ml
# ocamlopt -rectypes -c  -I lco_rewrite -o lco_rewrite/rml_list.cmx lco_rewrite/rml_list.ml
# ocamlopt -rectypes -thread -c  -I lco_rewrite -o lco_rewrite/rml_async_body.cmx lco_rewrite/rml_async_body.ml
# ocamlopt -rectypes -c  -I lco_rewrite -o lco_rewrite/rml_async.cmx lco_rewrite/rml_async.ml
# ocamlopt  -a -o lco_rewrite/rmllib.cmxa sig_env.cmx lco_rewrite.cmx rml_machine.cmx rml_machine_hook.cmx rml_machine_hook_unix.cmx implem_lco_rewrite_record.cmx lco_rewrite/rml_list.cmx lco_rewrite/rml_async_body.cmx lco_rewrite/rml_async.cmx
# rm lco_rewrite/rml_list.ml lco_rewrite/rml_async_body.ml lco_rewrite/rml_async.ml
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make -f Makefile-lk all
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# ocamlc  -c  lk_interpreter.mli
# ocamlc  -c  lk_implem.ml
# ocamlc  -c  implem_lk_record.ml
# ../compiler/rmlc -I ../stdlib -d lk -no_reactivity_warning -runtime Lk ../stdlib/rml_list.rml
# ocamlc  -c  -I lk -o lk/rml_list.cmo lk/rml_list.ml
# cp ../stdlib/thread/rml_async_body.ml lk/rml_async_body.ml
# ocamlc -thread -c  -I lk -o lk/rml_async_body.cmo lk/rml_async_body.ml
# ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lk -no_reactivity_warning -runtime Lk ../stdlib/thread/rml_async.rml
# ocamlc  -c  -I lk -o lk/rml_async.cmo lk/rml_async.ml
# ocamlc  -a -o lk/rmllib.cma sig_env.cmo lk_implem.cmo rml_machine.cmo rml_machine_hook.cmo rml_machine_hook_unix.cmo implem_lk_record.cmo lk/rml_list.cmo lk/rml_async_body.cmo lk/rml_async.cmo
# ocamlopt  -c  lk_implem.ml
# ocamlopt  -c  implem_lk_record.ml
# ocamlopt  -c  -I lk -o lk/rml_list.cmx lk/rml_list.ml
# ocamlopt -thread -c  -I lk -o lk/rml_async_body.cmx lk/rml_async_body.ml
# ocamlopt  -c  -I lk -o lk/rml_async.cmx lk/rml_async.ml
# ocamlopt  -a -o lk/rmllib.cmxa sig_env.cmx lk_implem.cmx rml_machine.cmx rml_machine_hook.cmx rml_machine_hook_unix.cmx implem_lk_record.cmx lk/rml_list.cmx lk/rml_async_body.cmx lk/rml_async.cmx
# rm lk/rml_list.ml lk/rml_async_body.ml lk/rml_async.ml
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/interpreter'
# (cd toplevel; make all)
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/toplevel'
# ocamllex rmltop_lexer.mll
# 87 states, 656 transitions, table size 3146 bytes
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_lexer.ml
# ocamlc -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_global.mli
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_global.ml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_directives.ml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ocamlc -o rmltop -I +threads -I ../stdlib -I ../interpreter -I ../interpreter/lco unix.cma str.cma \
# 	threads.cma \
# 	lco/rmllib.cma \
# 	rmltop_lexer.cmo \
# 	rmltop_global.cmo \
# 	rmltop_directives.cmo \
# 	rmltop.cmo
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The str subdirectory has been
# automatically added to the search path, but you should add -I +str to the
# command-line to silence this alert (e.g. by adding str to the list of
# libraries in your dune file, or adding use_str to your _tags file for
# ocamlbuild, or using -package str for ocamlfind).
# 
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ../compiler/rmlc -I ../stdlib -I ../interpreter -I ../interpreter/lco -runtime Lco_ctrl_tree rmltop_machine_body.rml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_machine_body.ml
# ../compiler/rmlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_global.rmli
# ../compiler/rmlc -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_reactive_machine.rmli
# ocamlc -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_reactive_machine.mli
# ../compiler/rmlc -I ../stdlib -I ../interpreter -I ../interpreter/lco -runtime Rmltop rmltop_controller.rml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_implem.ml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_controller.ml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_reactive_machine.ml
# ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_main.ml
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/toplevel'
# (cd tools; make opt)
# make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/tools'
# (for d in rmldep; \
#  do (cd $d ; make opt) ; \
#  done)
# make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/tools/rmldep'
# ocamlopt  -c -I ../../compiler/global -I ../../compiler/parsing depend.ml
# File "depend.ml", line 1:
# Error: ../../compiler/global/misc.cmx
#        was built with -for-pack Rmlcompiler, but the 
#        current unit Depend is not
# make[2]: *** [../../configure-tools/Makefile.common:54: depend.cmx] Error 2
# make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/tools/rmldep'
# make[1]: *** [Makefile:6: all] Error 2
# make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/rml.1.09.07/tools'
# make: *** [Makefile:13: all] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build rml 1.09.07
+- 
+- The following changes have been performed
| - install num 1.5
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.1/.opam-switch/backup/state-20240212202333.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall rml.1.09.07;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'rml.1.09.07' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2024-02-12 20:24.04: Job failed: Failed: Build failed
2024-02-12 20:24.04: Log analysis:
2024-02-12 20:24.04: >>> 
[ERROR] The compilation of rml.1.09.07 failed at "make".
 (score = 20)
2024-02-12 20:24.04: >>> 
# Error: ../../compiler/global/misc.cmx
 (score = 48)
2024-02-12 20:24.04: ../../compiler/global/misc.cmx