(for PR #29092)

2025-12-22 21:10.40: New job: test codex.1.0-rc4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29092/head (9992c9eeb5759412c4c08720b431f6dc300cf097)
                              on debian-11-ocaml-4.14/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/29092/head" && git reset --hard 9992c9ee
git fetch origin master
git merge --no-edit a4dd3b1992058b894be01d35cfa8d2f497a70bd0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-11-ocaml-4.14@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
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
RUN opam pin add -k version -yn codex.1.0-rc4 1.0-rc4
RUN opam reinstall codex.1.0-rc4; \
    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-11\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'codex.1.0-rc4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test codex.1.0-rc4) || true
RUN opam reinstall --with-test --verbose codex.1.0-rc4; \
    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-11\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'codex.1.0-rc4' && 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 .

2025-12-22 21:10.40: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0-codex.1.0-rc4-9992c9eeb5759412c4c08720b431f6dc300cf097"
2025-12-22 21:10.40: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-4.14@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0)
 (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"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (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"))
 (run (shell "opam pin add -k version -yn codex.1.0-rc4 1.0-rc4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall codex.1.0-rc4;\
             \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-11\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test codex.1.0-rc4) || true"))
 (run (shell  "opam reinstall --with-test --verbose codex.1.0-rc4;\
             \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-11\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-22 21:10.40: Waiting for resource in pool OCluster
2025-12-22 21:10.40: Waiting for worker…
2025-12-22 21:11.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at a4dd3b1992 Merge pull request #29124 from Alasdair/release-sail-0.20.1
Merge made by the 'ort' strategy.
 packages/binsec_codex/binsec_codex.1.0-rc4/opam   | 54 +++++++++++++
 packages/codex/codex.1.0-rc4/opam                 | 92 +++++++++++++++++++++++
 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
 3 files changed, 201 insertions(+)
 create mode 100644 packages/binsec_codex/binsec_codex.1.0-rc4/opam
 create mode 100644 packages/codex/codex.1.0-rc4/opam
 create mode 100644 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam

(from ocaml/opam:debian-11-ocaml-4.14@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0)
Unable to find image 'ocaml/opam:debian-11-ocaml-4.14@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0' locally
docker.io/ocaml/opam@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0: Pulling from ocaml/opam
10ffc47270cd: Pulling fs layer
fb7b830f9273: Pulling fs layer
db942f4be956: Pulling fs layer
19400b3dc631: Pulling fs layer
64f26db5ab23: Pulling fs layer
a1c9988984c5: Pulling fs layer
08134c884d95: Pulling fs layer
d1ec0d1e3240: Pulling fs layer
90c2d895970e: Pulling fs layer
8a294d84df78: Pulling fs layer
53e49dc18b62: Pulling fs layer
ed6ea05fd481: Pulling fs layer
17371f125731: Pulling fs layer
3d160e85c6c6: Pulling fs layer
61ce1ac71611: Pulling fs layer
8a294d84df78: Waiting
d1ec0d1e3240: Waiting
e84500fcc1c1: Pulling fs layer
a1c9988984c5: Waiting
90c2d895970e: Waiting
bcea18a91a53: Pulling fs layer
08134c884d95: Waiting
19400b3dc631: Waiting
fdc0d4722fb4: Pulling fs layer
64f26db5ab23: Waiting
6f6958135bde: Pulling fs layer
53e49dc18b62: Waiting
dfbbf0c6781a: Pulling fs layer
434a6c33856d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
b0e6f10fa166: Pulling fs layer
8fcbf5d66f12: Pulling fs layer
d2cf4ff8199b: Pulling fs layer
2c358a573c1b: Pulling fs layer
3d160e85c6c6: Waiting
dc436ad3c00e: Pulling fs layer
34d141d6d28b: Pulling fs layer
e84500fcc1c1: Waiting
4f4fb700ef54: Waiting
bcea18a91a53: Waiting
8ac1bb77fbba: Pulling fs layer
b0e6f10fa166: Waiting
fdc0d4722fb4: Waiting
abdcdd6d2cb0: Pulling fs layer
6f6958135bde: Waiting
f85a0321d1a8: Pulling fs layer
dfbbf0c6781a: Waiting
010e00c2825c: Pulling fs layer
5186f23c4361: Pulling fs layer
099f1f64ca72: Pulling fs layer
61ce1ac71611: Waiting
c7e32cba45d7: Pulling fs layer
d2cf4ff8199b: Waiting
f3c6018f02aa: Pulling fs layer
34d141d6d28b: Waiting
75da8a49b929: Pulling fs layer
abdcdd6d2cb0: Waiting
b01e17816af1: Pulling fs layer
403392b3b6d9: Pulling fs layer
010e00c2825c: Waiting
c07ccaf50151: Pulling fs layer
f3c6018f02aa: Waiting
5186f23c4361: Waiting
099f1f64ca72: Waiting
b01e17816af1: Waiting
f7cc390f7953: Pulling fs layer
c07ccaf50151: Waiting
75da8a49b929: Waiting
3e5352b8aae9: Pulling fs layer
8fcbf5d66f12: Waiting
b54d546867a3: Pulling fs layer
3e5352b8aae9: Waiting
4730fc905870: Pulling fs layer
b54d546867a3: Waiting
f7cc390f7953: Waiting
4730fc905870: Waiting
434a6c33856d: Waiting
dc436ad3c00e: Waiting
8ac1bb77fbba: Waiting
2c358a573c1b: Waiting
f85a0321d1a8: Waiting
c7e32cba45d7: Waiting
ed6ea05fd481: Waiting
403392b3b6d9: Waiting
db942f4be956: Verifying Checksum
db942f4be956: Download complete
fb7b830f9273: Verifying Checksum
fb7b830f9273: Download complete
64f26db5ab23: Verifying Checksum
64f26db5ab23: Download complete
19400b3dc631: Verifying Checksum
19400b3dc631: Download complete
08134c884d95: Verifying Checksum
08134c884d95: Download complete
10ffc47270cd: Verifying Checksum
10ffc47270cd: Download complete
d1ec0d1e3240: Verifying Checksum
d1ec0d1e3240: Download complete
8a294d84df78: Verifying Checksum
8a294d84df78: Download complete
90c2d895970e: Verifying Checksum
90c2d895970e: Download complete
ed6ea05fd481: Verifying Checksum
ed6ea05fd481: Download complete
53e49dc18b62: Verifying Checksum
53e49dc18b62: Download complete
17371f125731: Verifying Checksum
17371f125731: Download complete
3d160e85c6c6: Verifying Checksum
3d160e85c6c6: Download complete
a1c9988984c5: Verifying Checksum
a1c9988984c5: Download complete
61ce1ac71611: Verifying Checksum
61ce1ac71611: Download complete
bcea18a91a53: Verifying Checksum
bcea18a91a53: Download complete
fdc0d4722fb4: Verifying Checksum
fdc0d4722fb4: Download complete
e84500fcc1c1: Download complete
6f6958135bde: Verifying Checksum
6f6958135bde: Download complete
dfbbf0c6781a: Verifying Checksum
dfbbf0c6781a: Download complete
434a6c33856d: Verifying Checksum
434a6c33856d: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b0e6f10fa166: Verifying Checksum
b0e6f10fa166: Download complete
10ffc47270cd: Pull complete
8fcbf5d66f12: Verifying Checksum
8fcbf5d66f12: Download complete
d2cf4ff8199b: Verifying Checksum
d2cf4ff8199b: Download complete
fb7b830f9273: Pull complete
2c358a573c1b: Verifying Checksum
2c358a573c1b: Download complete
db942f4be956: Pull complete
dc436ad3c00e: Verifying Checksum
dc436ad3c00e: Download complete
34d141d6d28b: Verifying Checksum
34d141d6d28b: Download complete
8ac1bb77fbba: Verifying Checksum
8ac1bb77fbba: Download complete
abdcdd6d2cb0: Verifying Checksum
abdcdd6d2cb0: Download complete
f85a0321d1a8: Verifying Checksum
f85a0321d1a8: Download complete
010e00c2825c: Verifying Checksum
010e00c2825c: Download complete
19400b3dc631: Pull complete
5186f23c4361: Verifying Checksum
5186f23c4361: Download complete
64f26db5ab23: Pull complete
099f1f64ca72: Verifying Checksum
099f1f64ca72: Download complete
f3c6018f02aa: Verifying Checksum
f3c6018f02aa: Download complete
b01e17816af1: Verifying Checksum
b01e17816af1: Download complete
403392b3b6d9: Verifying Checksum
403392b3b6d9: Download complete
c07ccaf50151: Download complete
c7e32cba45d7: Verifying Checksum
c7e32cba45d7: Download complete
3e5352b8aae9: Verifying Checksum
3e5352b8aae9: Download complete
b54d546867a3: Verifying Checksum
b54d546867a3: Download complete
4730fc905870: Download complete
75da8a49b929: Verifying Checksum
75da8a49b929: Download complete
a1c9988984c5: Pull complete
08134c884d95: Pull complete
d1ec0d1e3240: Pull complete
90c2d895970e: Pull complete
8a294d84df78: Pull complete
53e49dc18b62: Pull complete
ed6ea05fd481: Pull complete
17371f125731: Pull complete
3d160e85c6c6: Pull complete
61ce1ac71611: Pull complete
e84500fcc1c1: Pull complete
bcea18a91a53: Pull complete
fdc0d4722fb4: Pull complete
6f6958135bde: Pull complete
dfbbf0c6781a: Pull complete
434a6c33856d: Pull complete
4f4fb700ef54: Pull complete
b0e6f10fa166: Pull complete
8fcbf5d66f12: Pull complete
d2cf4ff8199b: Pull complete
2c358a573c1b: Pull complete
dc436ad3c00e: Pull complete
34d141d6d28b: Pull complete
8ac1bb77fbba: Pull complete
abdcdd6d2cb0: Pull complete
f85a0321d1a8: Pull complete
010e00c2825c: Pull complete
5186f23c4361: Pull complete
099f1f64ca72: Pull complete
f7cc390f7953: Verifying Checksum
f7cc390f7953: Download complete
c7e32cba45d7: Pull complete
f3c6018f02aa: Pull complete
75da8a49b929: Pull complete
b01e17816af1: Pull complete
403392b3b6d9: Pull complete
c07ccaf50151: Pull complete
f7cc390f7953: Pull complete
3e5352b8aae9: Pull complete
b54d546867a3: Pull complete
4730fc905870: Pull complete
Digest: sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0
Status: Downloaded newer image for ocaml/opam@sha256:7bffcc3ba0fd02980056568d6646a4e9de35cb38f7d8c56b5d78e0b57fd164a0
2025-12-22 21:25.52 ---> using "87bec96382efdc69070142af069b0b4ad66f4e1cfa550ad42c058b3ec8ccfd9a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-22 21:25.52 ---> using "f2d657cf0f35cc8e8768a479bdaea5151a2ff672f45248142288ef8112e529ea" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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] Initialised
2025-12-22 21:25.52 ---> using "b0943e0df85c4fab0f29b6637dd3630c6bbaf68174fad2b2aaac44cfadb868a4" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.4.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=11
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-12-22 21:25.52 ---> using "8b0e6990391f9598ed98da32a2c9be3282aa219a59f420b0fd2940a85cdd3cdd" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/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/"))
2025-12-22 21:25.52 ---> using "53f5db46fe620438f8be3d4a9706e8699ddff08fea24e5cd19789a1defe94d5c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-22 21:25.52 ---> using "a9f61e95694346abc91201eb332150a7528671918ecec9c7b8c2388e86a237b9" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-22 21:25.52 ---> using "38d255c48f777901317a468de16c496cc73ce62b7f9e4b41516a75978af1d946" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
- Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [436 kB]
- Fetched 463 kB in 1s (868 kB/s)
- Reading package lists...
- 
2025-12-22 21:25.52 ---> saved as "3ee42f3d2bd240053585fb0a2465b8c0a248aff3eb95411cfbaf491ef84370db"

/home/opam: (run (shell "opam pin add -k version -yn codex.1.0-rc4 1.0-rc4"))
codex is now pinned to version 1.0-rc4
2025-12-22 21:25.53 ---> saved as "35b470c1d6f49bd171195c5af69d7219ab42d1fb0e8234248021405e30d7e029"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall codex.1.0-rc4;\
                        \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-11\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
codex.1.0-rc4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 107 packages
  - install async                       v0.16.0          [required by ocaml-embed-file]
  - install async_kernel                v0.16.0          [required by async]
  - install async_rpc_kernel            v0.16.0          [required by async]
  - install async_unix                  v0.16.0          [required by async]
  - install base                        v0.16.4          [required by core, core_kernel]
  - install base64                      3.5.2            [required by codex]
  - install base_bigstring              v0.16.0          [required by core]
  - install base_quickcheck             v0.16.0          [required by core]
  - install bheap                       2.0.0            [required by codex]
  - install bin_prot                    v0.16.0          [required by core]
  - install camlp-streams               5.0.1            [required by codex]
  - install cmdliner                    2.1.0            [required by fmt]
  - install codex                       1.0-rc4 (pinned)
  - install conf-gmp                    5                [required by zarith]
  - install conf-pkg-config             4                [required by zarith]
  - install core                        v0.16.2          [required by ocaml-embed-file]
  - install core_kernel                 v0.16.0          [required by async]
  - install core_unix                   v0.16.0          [required by ocaml-embed-file]
  - install cppo                        1.8.0            [required by ppx_deriving]
  - install csexp                       1.5.2            [required by dune-configurator]
  - install cudd                        0.1.3            [required by codex]
  - install dune                        3.20.2           [required by codex]
  - install dune-configurator           3.20.2           [required by base, ocaml_intrinsics]
  - install expect_test_helpers_core    v0.16.0          [required by core_unix]
  - install fieldslib                   v0.16.0          [required by core]
  - install fmt                         0.11.0           [required by codex]
  - install gen                         1.1              [required by sedlex]
  - install gen_js_api                  1.1.5            [required by vdom]
  - install int_repr                    v0.16.0          [required by core_kernel]
  - install jane-street-headers         v0.16.0          [required by core, core_unix]
  - install js_of_ocaml                 6.2.0            [required by codex]
  - install js_of_ocaml-compiler        6.2.0            [required by js_of_ocaml, vdom]
  - install js_of_ocaml-ppx             6.2.0            [required by codex]
  - install jst-config                  v0.16.0          [required by core, core_unix]
  - install menhir                      20250912         [required by js_of_ocaml-compiler]
  - install menhirCST                   20250912         [required by menhir]
  - install menhirLib                   20250912         [required by js_of_ocaml-compiler]
  - install menhirSdk                   20250912         [required by js_of_ocaml-compiler]
  - install num                         1.6              [required by sexplib]
  - install ocaml-compiler-libs         v0.12.4          [required by ppxlib]
  - install ocaml-embed-file            v0.16.0          [required by codex]
  - install ocaml_intrinsics            v0.16.2          [required by core_unix]
  - install ocamlbuild                  0.16.1           [required by fmt]
  - install ocamlfind                   1.9.8            [required by ppx_deriving, fmt, zarith]
  - install ojs                         1.1.5            [required by vdom]
  - install pacomb                      1.3              [required by codex]
  - install parsexp                     v0.16.0          [required by sexplib]
  - install patricia-tree               0.11.0           [required by codex]
  - install ppx_assert                  v0.16.0          [required by core]
  - install ppx_base                    v0.16.0          [required by core]
  - install ppx_bench                   v0.16.0          [required by ppx_jane]
  - install ppx_bin_prot                v0.16.0          [required by ppx_jane]
  - install ppx_cold                    v0.16.0          [required by ppx_base]
  - install ppx_compare                 v0.16.0          [required by ppx_base, bin_prot]
  - install ppx_custom_printf           v0.16.0          [required by ppx_jane]
  - install ppx_derivers                1.2.1            [required by ppx_deriving]
  - install ppx_deriving                6.0.3            [required by codex]
  - install ppx_disable_unused_warnings v0.16.0          [required by ppx_jane]
  - install ppx_enumerate               v0.16.0          [required by ppx_base]
  - install ppx_expect                  v0.16.2          [required by ppx_jane]
  - install ppx_fields_conv             v0.16.0          [required by ppx_jane]
  - install ppx_fixed_literal           v0.16.0          [required by ppx_jane]
  - install ppx_globalize               v0.16.0          [required by ppx_base]
  - install ppx_hash                    v0.16.0          [required by core]
  - install ppx_here                    v0.16.0          [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.16.0          [required by ppx_jane]
  - install ppx_inline_test             v0.16.1          [required by codex]
  - install ppx_jane                    v0.16.0          [required by ocaml-embed-file]
  - install ppx_let                     v0.16.0          [required by ppx_jane]
  - install ppx_log                     v0.16.0          [required by async]
  - install ppx_module_timer            v0.16.0          [required by ppx_jane]
  - install ppx_optcomp                 v0.16.0          [required by core_kernel, core, core_unix]
  - install ppx_optional                v0.16.0          [required by ppx_jane]
  - install ppx_pipebang                v0.16.0          [required by ppx_jane]
  - install ppx_sexp_conv               v0.16.0          [required by core]
  - install ppx_sexp_message            v0.16.0          [required by core]
  - install ppx_sexp_value              v0.16.0          [required by ppx_jane]
  - install ppx_stable                  v0.16.0          [required by ppx_jane]
  - install ppx_stable_witness          v0.16.0          [required by ppx_jane]
  - install ppx_string                  v0.16.0          [required by ppx_jane]
  - install ppx_tydi                    v0.16.0          [required by ppx_jane]
  - install ppx_typerep_conv            v0.16.0          [required by ppx_jane]
  - install ppx_variants_conv           v0.16.0          [required by ppx_jane]
  - install ppxlib                      0.35.0           [required by codex]
  - install protocol_version_header     v0.16.0          [required by async_rpc_kernel]
  - install qcheck-core                 0.90             [required by codex]
  - install re                          1.14.0           [required by expect_test_helpers_core]
  - install sedlex                      3.7              [required by js_of_ocaml-compiler]
  - install seq                         base             [required by gen]
  - install sexp_pretty                 v0.16.0          [required by expect_test_helpers_core]
  - install sexplib                     v0.16.0          [required by core, core_unix]
  - install sexplib0                    v0.16.0          [required by ppxlib]
  - install spawn                       v0.17.0          [required by core_unix]
  - install splittable_random           v0.16.0          [required by core]
  - install stdio                       v0.16.0          [required by core]
  - install stdlib-shims                0.3.0            [required by pacomb]
  - install textutils                   v0.16.0          [required by async]
  - install textutils_kernel            v0.16.0          [required by textutils]
  - install time_now                    v0.16.0          [required by core]
  - install timezone                    v0.16.0          [required by core_unix]
  - install topkg                       1.1.1            [required by fmt]
  - install typerep                     v0.16.0          [required by core]
  - install uutf                        1.0.4            [required by textutils]
  - install variantslib                 v0.16.0          [required by core]
  - install vdom                        0.3              [required by codex]
  - install yojson                      3.0.0            [required by js_of_ocaml-compiler]
  - install zarith                      1.14             [required by codex]

The following system packages will first need to be installed:
    libgmp-dev 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" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0: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 ... 18342 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u7_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u7) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u7_all.deb ...
- Unpacking libglib2.0-data (2.66.8-1+deb11u7) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../2-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../3-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../4-libicu67_67.1-7+deb11u1_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7+deb11u1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../5-libxml2_2.9.10+dfsg-6.7+deb11u9_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u9) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../6-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../7-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../8-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu67:amd64 (67.1-7+deb11u1) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u7) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.66.8-1+deb11u7) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u9) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ...
- Setting up shared-mime-info (2.0-1) ...
- Processing triggers for libc-bin (2.31-13+deb11u13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.16.0  (cached)
-> retrieved async_kernel.v0.16.0  (cached)
-> retrieved async_rpc_kernel.v0.16.0  (cached)
-> retrieved async_unix.v0.16.0  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved base_bigstring.v0.16.0  (cached)
-> retrieved base_quickcheck.v0.16.0  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bin_prot.v0.16.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved codex.1.0-rc4  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved core.v0.16.2  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved core_kernel.v0.16.0  (cached)
-> retrieved core_unix.v0.16.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cudd.0.1.3  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved expect_test_helpers_core.v0.16.0  (cached)
-> retrieved fieldslib.v0.16.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gen_js_api.1.1.5, ojs.1.1.5  (cached)
-> retrieved int_repr.v0.16.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-ppx.6.2.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-embed-file.v0.16.0  (cached)
-> retrieved ocaml_intrinsics.v0.16.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pacomb.1.3  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved patricia-tree.0.11.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_bench.v0.16.0  (cached)
-> retrieved ppx_bin_prot.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_custom_printf.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_disable_unused_warnings.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_fields_conv.v0.16.0  (cached)
-> retrieved ppx_fixed_literal.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_jane.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppx_log.v0.16.0  (cached)
-> retrieved ppx_module_timer.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_optional.v0.16.0  (cached)
-> retrieved ppx_pipebang.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_sexp_message.v0.16.0  (cached)
-> retrieved ppx_sexp_value.v0.16.0  (cached)
-> retrieved ppx_stable.v0.16.0  (cached)
-> retrieved ppx_stable_witness.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppx_tydi.v0.16.0  (cached)
-> retrieved ppx_typerep_conv.v0.16.0  (cached)
-> retrieved ppx_variants_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved protocol_version_header.v0.16.0  (cached)
-> retrieved qcheck-core.0.90  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexp_pretty.v0.16.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.16.0  (cached)
-> retrieved textutils_kernel.v0.16.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved timezone.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.16.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.16.0  (cached)
-> retrieved vdom.0.3  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed bheap.2.0.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed cppo.1.8.0
-> installed gen.1.1
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed patricia-tree.0.11.0
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.90
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed ocaml_intrinsics.v0.16.2
-> installed base.v0.16.4
-> installed fieldslib.v0.16.0
-> installed variantslib.v0.16.0
-> installed stdio.v0.16.0
-> installed typerep.v0.16.0
-> installed ppxlib.0.35.0
-> installed menhir.20250912
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.7
-> installed pacomb.1.3
-> installed ppx_let.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed cudd.0.1.3
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_log.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed jst-config.v0.16.0
-> installed ppx_string.v0.16.0
-> installed bin_prot.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_bin_prot.v0.16.0
-> installed ppx_module_timer.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_bench.v0.16.0
-> installed js_of_ocaml-compiler.6.2.0
-> installed ppx_expect.v0.16.2
-> installed splittable_random.v0.16.0
-> installed ojs.1.1.5
-> installed gen_js_api.1.1.5
-> installed vdom.0.3
-> installed base_quickcheck.v0.16.0
-> installed ppx_jane.v0.16.0
-> installed int_repr.v0.16.0
-> installed base_bigstring.v0.16.0
-> installed js_of_ocaml.6.2.0
-> installed js_of_ocaml-ppx.6.2.0
-> installed core.v0.16.2
-> installed protocol_version_header.v0.16.0
-> installed textutils_kernel.v0.16.0
-> installed timezone.v0.16.0
-> installed expect_test_helpers_core.v0.16.0
-> installed core_kernel.v0.16.0
-> installed async_kernel.v0.16.0
-> installed core_unix.v0.16.0
-> installed async_rpc_kernel.v0.16.0
-> installed textutils.v0.16.0
-> installed async_unix.v0.16.0
-> installed async.v0.16.0
-> installed ocaml-embed-file.v0.16.0
-> installed codex.1.0-rc4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-22 21:27.59 ---> saved as "77cbd76bcd0d00db380fb62e616a71766e01165d77cb26dc51a64ef03319ea89"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test codex.1.0-rc4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile codex         1.0-rc4 (pinned)
=== install 5 packages
  - install   astring       0.8.5            [required by mdx]
  - install   logs          0.10.0           [required by mdx]
  - install   mdx           2.5.1            [required by codex]
  - install   ocaml-version 4.0.3            [required by mdx]
  - install   result        1.5              [required by mdx]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved mdx.2.5.1  (https://opam.ocaml.org/cache)
-> retrieved ocaml-version.4.0.3  (https://opam.ocaml.org/cache)
-> retrieved result.1.5  (https://opam.ocaml.org/cache)
-> installed ocaml-version.4.0.3
-> installed result.1.5
-> installed logs.0.10.0
-> removed   codex.1.0-rc4
-> installed astring.0.8.5
-> installed mdx.2.5.1
-> installed codex.1.0-rc4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-22 21:28.15 ---> saved as "90a69a7cd39a505096f2b6fba305620fbe11fabfdf43206ad8a277561193af89"

/home/opam: (run (shell  "opam reinstall --with-test --verbose codex.1.0-rc4;\
                        \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-11\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile codex 1.0-rc4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [codex: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "codex" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/codex.1.0-rc4)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I utils/gui/js/.prefix_tree_tests.objs/byte -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/qcheck-core -I utils/gui/js/.prefix_tree.objs/byte -no-alias-deps -o utils/gui/js/.prefix_tree_tests.objs/byte/prefix_tree_tests.cmo -c -impl utils/gui/js/prefix_tree_tests.pp.ml)
- File "utils/gui/js/prefix_tree_tests.ml", line 30, characters 12-22:
- 30 |     QCheck.(small_list (small_list (int_bound 1))) (fun str_list ->
-                  ^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- File "utils/gui/js/prefix_tree_tests.ml", line 30, characters 24-34:
- 30 |     QCheck.(small_list (small_list (int_bound 1))) (fun str_list ->
-                              ^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I utils/compressor/.CompressorTest.objs/byte -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/zarith -I utils/compressor/.compressor.objs/byte -no-alias-deps -open CompressorTest -o utils/compressor/.CompressorTest.objs/byte/compressorTest__Compressor_test.cmo -c -impl utils/compressor/compressor_test.pp.ml)
- File "utils/compressor/compressor_test.ml", line 74, characters 4-13:
- 74 |     frequency
-          ^^^^^^^^^
- Alert deprecated: QCheck.Gen.frequency
- Use [oneof_weighted] instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -O3 -I utils/gui/js/.prefix_tree_tests.objs/byte -I utils/gui/js/.prefix_tree_tests.objs/native -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/qcheck-core -I utils/gui/js/.prefix_tree.objs/byte -I utils/gui/js/.prefix_tree.objs/native -intf-suffix .ml -no-alias-deps -o utils/gui/js/.prefix_tree_tests.objs/native/prefix_tree_tests.cmx -c -impl utils/gui/js/prefix_tree_tests.pp.ml)
- File "utils/gui/js/prefix_tree_tests.ml", line 30, characters 12-22:
- 30 |     QCheck.(small_list (small_list (int_bound 1))) (fun str_list ->
-                  ^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- File "utils/gui/js/prefix_tree_tests.ml", line 30, characters 24-34:
- 30 |     QCheck.(small_list (small_list (int_bound 1))) (fun str_list ->
-                              ^^^^^^^^^^
- Alert deprecated: QCheck.small_list
- Use [list_small] instead
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -O3 -I utils/compressor/.CompressorTest.objs/byte -I utils/compressor/.CompressorTest.objs/native -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/zarith -I utils/compressor/.compressor.objs/byte -I utils/compressor/.compressor.objs/native -intf-suffix .ml -no-alias-deps -open CompressorTest -o utils/compressor/.CompressorTest.objs/native/compressorTest__Compressor_test.cmx -c -impl utils/compressor/compressor_test.pp.ml)
- File "utils/compressor/compressor_test.ml", line 74, characters 4-13:
- 74 |     frequency
-          ^^^^^^^^^
- Alert deprecated: QCheck.Gen.frequency
- Use [oneof_weighted] instead
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >u[a] -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition -------------- -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >u -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >u -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition -------------- -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >u -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition ================-------------- -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >m[a][r]di -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >m[i]chel -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >m[a][t]in -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
- (cd _build/.sandbox/87b3f8ec7c2c9c1d1ba62c5525e0d818/default/utils/gui/js && .prefix_tree_tests.inline-tests/inline-test-runner.exe inline-test-runner prefix_tree_tests -partition >u[a] -source-tree-root ../../.. -diff-cmd -)
- >u
- >u[a]
- --------------
- >u
- >u[a]
- --------------
- >u
- ================--------------
- >m[a][r]di
- >m[a][t]in
- >m[i]chel
Processing  2/4: [codex: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "codex" "--create-install-files" "codex" (CWD=/home/opam/.opam/4.14/.opam-switch/build/codex.1.0-rc4)
-> compiled  codex.1.0-rc4
-> removed   codex.1.0-rc4
-> installed codex.1.0-rc4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-22 21:28.29 ---> saved as "a1f5580308be8c58c192a5953dbda6085903d3c9421cec99f4b6c84c5c3458bf"
Job succeeded
2025-12-22 21:28.36: Job succeeded