(for PR #29259)

2026-01-21 14:06.26: New job: build codex.1.0~rc4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29259/head (6e8e829f522606bcc768caf41c97751270c5398f)
                              on opensuse-tumbleweed-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/29259/head" && git reset --hard 6e8e829f
git fetch origin master
git merge --no-edit 10a02a697b08f6d78a6c4c2cb9a76136afc7776d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:88221160d8de2089092f80b832b3909cc8c4fdb8bb241b453808f27eefbbb89b
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 "\"opensuse-tumbleweed\""; 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 .

2026-01-21 14:06.26: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:88221160d8de2089092f80b832b3909cc8c4fdb8bb241b453808f27eefbbb89b-codex.1.0~rc4-6e8e829f522606bcc768caf41c97751270c5398f"
2026-01-21 14:06.26: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:88221160d8de2089092f80b832b3909cc8c4fdb8bb241b453808f27eefbbb89b)
 (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 \"\\\"opensuse-tumbleweed\\\"\"; 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"))
)

2026-01-21 14:06.26: Waiting for resource in pool OCluster
2026-01-21 14:06.28: Waiting for worker…
2026-01-21 14:11.02: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 10a02a697b Merge pull request #29249 from panglesd/release-slipshow-v0.8.0
Updating 10a02a697b..6e8e829f52
Fast-forward
 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:opensuse-tumbleweed-ocaml-4.14@sha256:88221160d8de2089092f80b832b3909cc8c4fdb8bb241b453808f27eefbbb89b)
2026-01-21 14:11.04 ---> using "f12d8d2ef04a27e23ea395ffa34f7514c5c93ee6e1d52cad5007321967ad7e44" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-21 14:11.04 ---> using "ab7e526c77017ace5956446cc4102ae76d7c3b4c9ae010ceed8ccd7cae52ac48" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-01-21 14:11.04 ---> using "4a8bc2440ce4e5b9c3152b12b43600566dca6e795942a1ea1ffbf67673b03e64" 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.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260113
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (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
2026-01-21 14:11.04 ---> using "97e13f919be55f52f7c762ff3af9b07a17ca3e8d0c49cfbbe69c5566d599164c" 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/"))
2026-01-21 14:11.04 ---> using "c6fe8ce87fecbab78093f4623101d163828a181cdfa811699840210198e0018e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-21 14:11.05 ---> using "b06c9b5d63ea45612354627c2c57e448b55b827854d0cebd5df747d14fc943c1" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-21 14:11.16 ---> saved as "f55143b76564bbf29d750f7012feb8ad36bb35bce673ef31b4565d0e9b9b4bce"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Repository 'openSUSE-Tumbleweed-Non-Oss' is up to date.
- Repository 'openSUSE-Tumbleweed-Oss' is up to date.
- All repositories have been refreshed.
2026-01-21 14:11.18 ---> saved as "4abb1c3c0b2d26b5d8edd1a3930c0c25e69a46c9401bd963dd00040eef08947e"

/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
2026-01-21 14:11.18 ---> saved as "6fbf471ee9561aef0465ac87174f89db9304aa8ac1fda2f2881829784b7fb4fe"

/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 \"\\\"opensuse-tumbleweed\\\"\"; 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:
=== recompile 2 packages
  - recompile ocaml                       4.14.2           [upstream or system changes]
  - recompile opam-depext                 1.2.3            [uses ocaml]
=== 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.21.0           [required by codex]
  - install   dune-configurator           3.21.0           [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.91             [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:
    gmp-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "gmp-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 2 NEW packages are going to be installed:
-   gmp-devel libgmpxx4
- 
- 2 new packages to install.
- 
- Package download size:   323.6 KiB
- 
- Package install size change:
-               |       1.1 MiB  required by packages that will be installed
-      1.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libgmpxx4-6.3.0-5.1.x86_64.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-5.1.x86_64.rpm [done]
- .done]
- Retrieving: libgmpxx4-6.3.0-5.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/2),  17.7 KiB    
- Retrieving: gmp-devel-6.3.0-5.1.x86_64 (openSUSE-Tumbleweed-Oss) (2/2), 305.9 KiB    
- 
- Checking for file conflicts: [..done]
- (1/2) Installing: libgmpxx4-6.3.0-5.1.x86_64 [..done]
- (2/2) Installing: gmp-devel-6.3.0-5.1.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> 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.21.0, dune-configurator.3.21.0  (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)
-> 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 opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> installed ocaml.4.14.2
-> 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)
-> installed opam-depext.1.2.3
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved protocol_version_header.v0.16.0  (cached)
-> retrieved qcheck-core.0.91  (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 cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed dune.3.21.0
-> installed base64.3.5.2
-> installed bheap.2.0.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> 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.91
-> 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.21.0
-> 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_compare.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_fields_conv.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_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> 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 ppx_custom_printf.v0.16.0
-> installed ppx_base.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed ppx_log.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 cudd.0.1.3
-> 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 async_rpc_kernel.v0.16.0
-> installed core_unix.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.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-01-21 14:13.23 ---> saved as "4c08b138dd80285f0cabf53de3a55b1aabd341aa57e92f0486267e184ecaa765"
Job succeeded
2026-01-21 14:13.28: Job succeeded