- github
- ocaml
- opam-repository
- 493c71
- extras,arm64-ocaml-5.4,binsec_codex.1.0-rc4
(not at the head of any monitored branch or PR)
2026-02-04 09:10.39: New job: build binsec_codex.1.0-rc4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29259/head (493c7144265c5c0011af62152683e786b08a2ac1)
on debian-13-ocaml-5.4/arm64
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 493c7144
git fetch origin master
git merge --no-edit 45c04602c2fc908af6d1b17ba39c7517d58cb274
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46
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 binsec_codex.1.0-rc4 1.0-rc4
RUN opam reinstall binsec_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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'binsec_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-02-04 09:10.39: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46-binsec_codex.1.0-rc4-493c7144265c5c0011af62152683e786b08a2ac1"
2026-02-04 09:10.39: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46)
(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 binsec_codex.1.0-rc4 1.0-rc4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall binsec_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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'binsec_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-02-04 09:10.39: Waiting for resource in pool OCluster
2026-02-04 09:10.39: Waiting for worker…
2026-02-04 09:11.38: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
Updating files: 73% (14231/19336)
Updating files: 74% (14309/19336)
Updating files: 75% (14502/19336)
Updating files: 76% (14696/19336)
Updating files: 77% (14889/19336)
Updating files: 78% (15083/19336)
Updating files: 79% (15276/19336)
Updating files: 80% (15469/19336)
Updating files: 81% (15663/19336)
Updating files: 82% (15856/19336)
Updating files: 83% (16049/19336)
Updating files: 84% (16243/19336)
Updating files: 85% (16436/19336)
Updating files: 86% (16629/19336)
Updating files: 87% (16823/19336)
Updating files: 88% (17016/19336)
Updating files: 89% (17210/19336)
Updating files: 90% (17403/19336)
Updating files: 91% (17596/19336)
Updating files: 92% (17790/19336)
Updating files: 93% (17983/19336)
Updating files: 94% (18176/19336)
Updating files: 95% (18370/19336)
Updating files: 96% (18563/19336)
Updating files: 97% (18756/19336)
Updating files: 98% (18950/19336)
Updating files: 99% (19143/19336)
Updating files: 100% (19336/19336)
Updating files: 100% (19336/19336), done.
HEAD is now at 45c04602c2 Merge pull request #29332 from fpottier/master
Merge made by the 'ort' strategy.
packages/binsec_codex/binsec_codex.1.0-rc4/opam | 54 +++++++++++++
packages/codex/codex.1.0~rc4/opam | 93 +++++++++++++++++++++++
packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
3 files changed, 202 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-13-ocaml-5.4@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46' locally
docker.io/ocaml/opam@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46: Pulling from ocaml/opam
5582010cab7f: Already exists
9b798cd21d29: Already exists
62242c05e654: Already exists
aefae530c4fd: Already exists
2dc6489f56a8: Already exists
d90b79da342e: Already exists
e24347d92b55: Already exists
33d57a8cf6c0: Already exists
45dda2ca70cb: Already exists
f8f680546d5d: Already exists
ddac4d704d74: Already exists
cee39124cad6: Already exists
c1fa4f86d53b: Already exists
3915fd288398: Already exists
6de275a377f1: Already exists
5f3f6f241043: Already exists
a4dc0e3d21db: Already exists
a4dc0e3d21db: Already exists
c94335e8c01d: Already exists
6f86968ce989: Already exists
f2f6db2385e8: Already exists
52abd854319a: Already exists
4f4fb700ef54: Already exists
624066e68113: Already exists
f853ba94574c: Already exists
20e31f8fc784: Already exists
30b22254b79c: Already exists
d1b72675808c: Already exists
07b774a1566a: Already exists
beccdfe3284a: Already exists
da26ad0927f2: Already exists
b17189e16fec: Already exists
aa35df0b4305: Already exists
00a4659eb029: Already exists
55f193e0a707: Already exists
5d2d19341d35: Already exists
9e206319a8c5: Already exists
8eacff8d9192: Already exists
fa334c247a28: Already exists
0eedcfd1a493: Already exists
19f4cd6a19e0: Already exists
0dc741038266: Pulling fs layer
93068c2997a5: Pulling fs layer
602e556751d3: Pulling fs layer
30542fd9c9b8: Pulling fs layer
4709a6e8e1f7: Pulling fs layer
cec67ba4fdc8: Pulling fs layer
4a7cce959462: Pulling fs layer
4a7cce959462: Waiting
cec67ba4fdc8: Waiting
30542fd9c9b8: Waiting
4709a6e8e1f7: Waiting
0dc741038266: Download complete
0dc741038266: Pull complete
602e556751d3: Download complete
93068c2997a5: Verifying Checksum
93068c2997a5: Download complete
93068c2997a5: Pull complete
4709a6e8e1f7: Verifying Checksum
4709a6e8e1f7: Download complete
602e556751d3: Pull complete
4a7cce959462: Download complete
cec67ba4fdc8: Verifying Checksum
cec67ba4fdc8: Download complete
30542fd9c9b8: Verifying Checksum
30542fd9c9b8: Download complete
30542fd9c9b8: Pull complete
4709a6e8e1f7: Pull complete
cec67ba4fdc8: Pull complete
4a7cce959462: Pull complete
Digest: sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46
Status: Downloaded newer image for ocaml/opam@sha256:e3bdd5c43e48eeb8d3d4d0400f6f4758f1ca3b4b7d5c63ea50a0b16a781e3d46
2026-02-04 09:11.41 ---> using "6124e85f72b77476bc2ac4e508813e73c249e643f9954ec6eeb2870914819621" 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-02-04 09:11.41 ---> using "a1e0c3ecee7606f85e2c5b2948809ff01297fc43d4b11fc920734963f7c297be" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-04 09:11.41 ---> using "d693aeae09797d4692257737185fdc81b0a5767a30ded9f43e3d791c6754e38f" 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=arm64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 79
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-02-04 09:11.41 ---> using "c87115cfd0438cd727d78d675619ce7b2b125dc2a4c33b771de12467f14aec62" 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-02-04 09:11.41 ---> using "05a721dc28a19d3d60374a1f0e81fb41857f88cee088787991d5f7a4b5809d26" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-04 09:11.48 ---> saved as "422890e32b6209061e29db98c1dbb5162e592f2b52e945e04e00e90f2fc9f621"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-04 09:12.10 ---> saved as "11d31b175e9b1260b0a70b05d602f3616a7342d91125feb50f7a8d3de53996d9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [99.0 kB]
- Fetched 190 kB in 0s (1288 kB/s)
- Reading package lists...
2026-02-04 09:12.11 ---> saved as "e7e694238169dd564f912b25c78f390acbe98f2063507aa85d3b549495b2b0db"
/home/opam: (run (shell "opam pin add -k version -yn binsec_codex.1.0-rc4 1.0-rc4"))
binsec_codex is now pinned to version 1.0-rc4
2026-02-04 09:12.12 ---> saved as "466eb21d56f7a471370d0ccdaaf066501e479d3d12ffefa73524e7d1b3a773e8"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall binsec_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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'binsec_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"))
binsec_codex.1.0-rc4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 73 packages
- install base v0.17.3 [required by ppx_inline_test]
- install base64 3.5.2 [required by codex]
- install bheap 2.0.0 [required by codex]
- install binsec 0.10.1 [required by binsec_codex]
- install binsec_codex 1.0-rc4 (pinned)
- install camlp-streams 5.0.1 [required by codex]
- install cmdliner 2.1.0 [required by fmt]
- install codex 1.0~rc4 [required by binsec_codex]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-private-libs]
- install cudd 0.1.3 [required by codex]
- install dune 3.21.0 [required by binsec_codex]
- install dune-configurator 3.21.0 [required by base]
- install dune-private-libs 3.21.0 [required by dune-site]
- install dune-site 3.21.0 [required by binsec]
- install dyn 3.21.0 [required by dune-private-libs]
- install dypgen 0.2.1 [required by grain_dypgen]
- install fmt 0.11.0 [required by codex]
- install fs-io 3.21.0 [required by stdune]
- install gen 1.1 [required by sedlex]
- install gen_js_api 1.1.6 [required by vdom]
- install grain_dypgen 0.2.1 [required by binsec]
- install ISO8601 0.2.6 [required by toml]
- install jane-street-headers v0.17.0 [required by time_now]
- 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.17.0 [required by time_now]
- install menhir 20250912 [required by binsec]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by fmt]
- install ocamlfind 1.9.8 [required by fmt, zarith, ppx_deriving]
- install ocamlgraph 2.2.0 [required by binsec_codex]
- install ojs 1.1.6 [required by vdom]
- install ordering 3.21.0 [required by dyn, stdune]
- install pacomb 1.4.3 [required by codex]
- install patricia-tree 0.12.0 [required by codex]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by codex]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_assert]
- install ppx_inline_test v0.17.1 [required by codex]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by ppx_base]
- install ppxlib 0.37.0 [required by codex]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install qcheck-core 0.91 [required by codex]
- install sedlex 3.7 [required by js_of_ocaml-compiler]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by base]
- install stdio v0.17.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by pacomb]
- install stdune 3.21.0 [required by dune-private-libs]
- install time_now v0.17.0 [required by ppx_inline_test]
- install toml 7.1.0 [required by binsec]
- install top-closure 3.21.0 [required by stdune]
- install topkg 1.1.1 [required by fmt]
- install vdom 0.3 [required by codex]
- install yojson 3.0.0 [required by js_of_ocaml-compiler]
- install zarith 1.14 [required by binsec_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"
- Selecting previously unselected package libgmpxx4ldbl:arm64.
- (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 ... 20768 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_arm64.deb ...
- Unpacking libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:arm64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_arm64.deb ...
- Unpacking libgmp-dev:arm64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:arm64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_arm64.deb ...
- Unpacking libpkgconf3:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_arm64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:arm64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_arm64.deb ...
- Unpacking pkgconf:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:arm64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_arm64.deb ...
- Unpacking pkg-config:arm64 (1.8.1-4) ...
- Setting up libpkgconf3:arm64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:arm64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:arm64 (1.8.1-4) ...
- Setting up pkg-config:arm64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bheap.2.0.0 (cached)
-> retrieved binsec.0.10.1 (cached)
-> retrieved binsec_codex.1.0-rc4, codex.1.0~rc4 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> retrieved cudd.0.1.3 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached)
-> retrieved dypgen.0.2.1, grain_dypgen.0.2.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved gen_js_api.1.1.6, ojs.1.1.6 (cached)
-> installed cmdliner.2.1.0
-> retrieved ISO8601.0.2.6 (cached)
-> retrieved jane-street-headers.v0.17.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.17.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved pacomb.1.4.3 (cached)
-> retrieved patricia-tree.0.12.0 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved qcheck-core.0.91 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved toml.7.1.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved vdom.0.3 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> 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 cppo.1.8.0
-> installed csexp.1.5.2
-> installed dypgen.0.2.1
-> installed gen.1.1
-> installed ISO8601.0.2.6
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed patricia-tree.0.12.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.91
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed grain_dypgen.0.2.1
-> installed ordering.3.21.0
-> installed fs-io.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed dyn.3.21.0
-> installed stdune.3.21.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed dune-private-libs.3.21.0
-> installed dune-site.3.21.0
-> installed menhir.20250912
-> installed toml.7.1.0
-> installed ppxlib.0.37.0
-> installed cudd.0.1.3
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_deriving.6.1.1
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed pacomb.1.4.3
-> installed ppx_hash.v0.17.0
-> installed binsec.0.10.1
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed js_of_ocaml-compiler.6.2.0
-> installed ojs.1.1.6
-> installed gen_js_api.1.1.6
-> installed vdom.0.3
-> installed js_of_ocaml.6.2.0
-> installed js_of_ocaml-ppx.6.2.0
-> installed codex.1.0~rc4
-> installed binsec_codex.1.0-rc4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-04 09:14.28 ---> saved as "85257e22403dda3dcfa2c9c920de65697c445f7ce91e666e322e1e2cc54cf011"
Job succeeded
2026-02-04 09:14.35: Job succeeded