Build:
- 0
2025-12-13 20:56.05: New job: build binsec_codex.1.0-rc4, using opam 2.2
from https://github.com/ocaml/opam-repository.git#refs/pull/29092/head (0382e9de0cdac335bf2a919c37baccb8b7fa5f1a)
on debian-13-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 0382e9de
git fetch origin master
git merge --no-edit 5e7994235393ffba006096d2639252e6ee59f278
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.2 /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 .
2025-12-13 20:56.05: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d-binsec_codex.1.0-rc4-0382e9de0cdac335bf2a919c37baccb8b7fa5f1a"
2025-12-13 20:56.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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"))
)
2025-12-13 20:56.05: Waiting for resource in pool OCluster
2025-12-13 20:56.12: Waiting for worker…
2025-12-13 20:59.01: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 96% (18397/19014)
Updating files: 97% (18444/19014)
Updating files: 98% (18634/19014)
Updating files: 99% (18824/19014)
Updating files: 100% (19014/19014)
Updating files: 100% (19014/19014), done.
HEAD is now at 5e79942353 Merge pull request #29088 from VincentPenelle/opam-publish-cairn.2.1
Updating 5e79942353..0382e9de0c
Fast-forward
packages/binsec_codex/binsec_codex.1.0-rc4/opam | 56 ++++++++++++++++++++
packages/codex/codex.1.0-rc4/opam | 64 +++++++++++++++++++++++
packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 54 +++++++++++++++++++
3 files changed, 174 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-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d' locally
docker.io/ocaml/opam@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d: Pulling from ocaml/opam
53c88f1dfeb7: Already exists
268d44a12236: Already exists
f2f36c7402e3: Already exists
9eb2778f421b: Already exists
3ca35f1ec5ed: Already exists
b08866568793: Already exists
fb0d17ce08c9: Already exists
c8db2c4fd670: Already exists
5fa8cfe8f9cb: Already exists
e7f5f7180a56: Already exists
9f66154be4d4: Already exists
f6674de6e5d4: Already exists
80eb63632584: Already exists
66f55aa69346: Already exists
d121bc397a1a: Already exists
0eff100405dd: Already exists
7d67d217736c: Already exists
ac7107dc3d00: Already exists
f01a17be3cef: Already exists
30a38827b55c: Already exists
085733096c8e: Already exists
86db5d63aa02: Already exists
4f4fb700ef54: Already exists
034a62edceac: Already exists
808c1ae36c95: Already exists
eba808bca592: Already exists
68b2bb6a330b: Already exists
9fee74853ab2: Already exists
00d667d2b4f9: Already exists
cde2288b7be2: Already exists
6e6039e741bd: Already exists
08dc627d7129: Already exists
fbbf04bee28a: Already exists
cf124fccb693: Already exists
16001ee30892: Already exists
a379ebcf721f: Already exists
c05951b4b1dd: Already exists
1238fc26ec9b: Already exists
33d5b2862e74: Already exists
6a5c5f5e740e: Already exists
f97083767ae6: Already exists
5fbf3379e3de: Already exists
fa7fd9ad7954: Already exists
c0b4ac729b41: Already exists
40482318cf81: Already exists
Digest: sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
Status: Downloaded newer image for ocaml/opam@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
2025-12-13 20:59.13 ---> using "d81b3b20b9dbe813f4813251eb45f7f230344599357169e34b0d2f872bf65895" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2025-12-13 20:59.13 ---> using "e448b86ab4af64b3c300066bb9b9046f5429cc241c92d250fa0ef99c7288b8bd" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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
2025-12-13 20:59.13 ---> using "562e1c98a3c1557633c7219644639330fdc11635a2858a2ba747f9252f8e6f5b" 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.2.1 (01e9a24a61e23e42d513b4b775d8c30c807439b2)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 71
# 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-13 20:59.13 ---> using "760351a87d67ea4bb7b8bdea21a0194c75301e48efae2767a23f9139ba346c86" 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-13 20:59.13 ---> using "3adf1e7c2e056f1ca04fdc6231abf9d487e6735cde25970d0d2195c8720a9371" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-13 20:59.27 ---> saved as "b44ecd92ed6058d57733effedf5d5016933c0248fe7dd93a636cd2470c56d408"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-13 20:59.55 ---> saved as "5b952aa376052845b97dcc7c95ddb95e27918122dac5e7b463d7595359f1069e"
/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 amd64 Packages [82.1 kB]
- Fetched 173 kB in 0s (1613 kB/s)
- Reading package lists...
-
2025-12-13 20:59.58 ---> saved as "c9c8c7d919282e49373015034b126f49ed20a4bb98c061a015fbedbe64db24f7"
/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
2025-12-13 20:59.59 ---> saved as "2c10df29463e681c7b55b744716db16a4e0d22ab0d1ae63b8cd2041ff786bacb"
/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 120 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 ppx_inline_test]
- 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 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 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-private-libs]
- install cudd 0.1.3 [required by codex]
- install dune 3.20.2 [required by binsec_codex]
- install dune-configurator 3.20.2 [required by base]
- install dune-private-libs 3.20.2 [required by dune-site]
- install dune-site 3.20.2 [required by binsec]
- install dyn 3.20.2 [required by dune-private-libs]
- install dypgen 0.2.1 [required by grain_dypgen]
- 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 grain_dypgen 0.2.1 [required by binsec]
- install ISO8601 0.2.6 [required by toml]
- install int_repr v0.16.0 [required by core_kernel]
- install jane-street-headers v0.16.0 [required by time_now]
- install js_of_ocaml 6.2.0 [required by codex, js_of_ocaml-ppx]
- install js_of_ocaml-compiler 6.2.0 [required by vdom]
- install js_of_ocaml-ppx 6.2.0 [required by binsec_codex]
- install jst-config v0.16.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 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 binsec_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 fmt, zarith, ppx_deriving]
- install ocamlgraph 2.2.0 [required by binsec_codex]
- install ojs 1.1.5 [required by vdom]
- install ordering 3.20.2 [required by dyn, stdune]
- 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 pp 2.0.0 [required by dune-private-libs]
- install ppx_assert v0.16.0 [required by jst-config, core]
- install ppx_base v0.16.0 [required by time_now]
- 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]
- 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 ppx_base, core]
- install ppx_here v0.16.0 [required by ppx_assert]
- 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 time_now]
- 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 ppx_base, 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, js_of_ocaml-ppx]
- install protocol_version_header v0.16.0 [required by async_rpc_kernel]
- install qcheck-core 0.27 [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 base]
- 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 ppx_optcomp, core]
- install stdlib-shims 0.3.0 [required by pacomb]
- install stdune 3.20.2 [required by dune-private-libs]
- 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 ppx_inline_test]
- install timezone v0.16.0 [required by core_unix]
- install toml 7.1.0 [required by binsec]
- 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 binsec_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: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 ... 20622 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> 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 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 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, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved dypgen.0.2.1, grain_dypgen.0.2.1 (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 ISO8601.0.2.6 (cached)
-> retrieved int_repr.v0.16.0 (cached)
-> installed cmdliner.2.1.0
-> 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 ocamlgraph.2.2.0 (cached)
-> retrieved pacomb.1.3 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved patricia-tree.0.11.0 (cached)
-> retrieved pp.2.0.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.27 (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 toml.7.1.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 uutf.1.0.4
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> 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 gen.1.1
-> installed ISO8601.0.2.6
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed patricia-tree.0.11.0
-> installed sexplib0.v0.16.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed qcheck-core.0.27
-> installed dypgen.0.2.1
-> installed grain_dypgen.0.2.1
-> installed ordering.3.20.2
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed sexplib.v0.16.0
-> installed dyn.3.20.2
-> installed ocaml_intrinsics.v0.16.2
-> installed stdune.3.20.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 dune-private-libs.3.20.2
-> installed dune-site.3.20.2
-> installed menhir.20250912
-> installed toml.7.1.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_tydi.v0.16.0
-> installed ppx_disable_unused_warnings.v0.16.0
-> installed ppx_typerep_conv.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_variants_conv.v0.16.0
-> installed ppx_stable_witness.v0.16.0
-> installed ppx_fields_conv.v0.16.0
-> installed ppx_stable.v0.16.0
-> installed ppx_fixed_literal.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_pipebang.v0.16.0
-> installed ppx_optional.v0.16.0
-> installed ppx_ignore_instrumentation.v0.16.0
-> installed sedlex.3.7
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_let.v0.16.0
-> installed pacomb.1.3
-> installed ppx_hash.v0.16.0
-> installed cudd.0.1.3
-> installed ppx_sexp_value.v0.16.0
-> installed ppx_sexp_message.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_custom_printf.v0.16.0
-> installed ppx_log.v0.16.0
-> installed jst-config.v0.16.0
-> installed sexp_pretty.v0.16.0
-> installed ppx_string.v0.16.0
-> installed binsec.0.10.1
-> 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 js_of_ocaml-compiler.6.2.0
-> installed ppx_bench.v0.16.0
-> installed ppx_expect.v0.16.2
-> installed ojs.1.1.5
-> installed splittable_random.v0.16.0
-> 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
[ERROR] The compilation of codex.1.0-rc4 failed at "dune build -p codex -j 71 --promote-install-files=false @install".
-> 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
#=== ERROR while compiling codex.1.0-rc4 ======================================#
# context 2.2.1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/codex.1.0-rc4
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p codex -j 71 --promote-install-files=false @install
# exit-code 1
# env-file ~/.opam/log/codex-7-5e013e.env
# output-file ~/.opam/log/codex-7-5e013e.out
### output ###
# File "utils/gui/js/dune", line 39, characters 53-68:
# 39 | (preprocess (pps ppx_deriving.eq ppx_deriving.ord js_of_ocaml-ppx)))
# ^^^^^^^^^^^^^^^
# Error: Library "js_of_ocaml-ppx" not found.
# -> required by _build/default/utils/gui/js/binsec_webapp.bc.js
# -> required by _build/default/utils/gui/binsec_webapp_string.ml
# -> required by
# _build/default/utils/gui/.gui.objs/native/gui__Binsec_webapp_string.cmx
# -> required by _build/default/utils/gui/gui.cmxa
# -> required by _build/default/doc/while-tutorial/while_codex.exe
# -> required by _build/install/default/bin/while_codex
# -> required by _build/default/codex.install
# -> required by alias install
# File "utils/gui/deps/js/dune", lines 22-28, characters 0-256:
# 22 | (rule
# 23 | (target bundle-output.js)
# 24 | (deps ../Makefile package.json rollup.config.js bundle-input.js)
# 25 | (mode fallback) ; if already exists in the source tree, don't run. And don't clean by default.
# 26 | (action
# 27 | (progn
# 28 | (system "cd .. && make js/%{target}"))))
# (cd _build/default/utils/gui/deps/js && /usr/bin/sh -c 'cd .. && make js/bundle-output.js')
# cd js && npm install
# /bin/sh: 1: npm: not found
# make: *** [Makefile:36: js/node_modules] Error 127
# File "utils/gui/deps/dune", lines 40-46, characters 0-144:
# 40 | (rule
# 41 | (targets graphviz.umd.js)
# 42 | (deps Makefile)
# 43 | (mode fallback) ;; do not clean by default
# 44 | (action
# 45 | (progn
# 46 | (system "make %{targets}"))))
# (cd _build/default/utils/gui/deps && /usr/bin/sh -c 'make graphviz.umd.js')
# curl -sSLo graphviz.umd.js https://unpkg.com/@hpcc-js/wasm@2.22.4/dist/graphviz.umd.js
# curl: (6) Could not resolve host: unpkg.com
# make: *** [Makefile:28: graphviz.umd.js] Error 6
# File "utils/gui/deps/dune", lines 49-55, characters 0-146:
# 49 | (rule
# 50 | (targets tailwind4.1.5.css)
# 51 | (deps Makefile)
# 52 | (mode fallback) ;; do not clean by default
# 53 | (action
# 54 | (progn
# 55 | (system "make %{targets}"))))
# (cd _build/default/utils/gui/deps && /usr/bin/sh -c 'make tailwind4.1.5.css')
# curl -sSLo tailwind4.1.5.css https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4.1.5
# curl: (6) Could not resolve host: cdn.jsdelivr.net
# make: *** [Makefile:25: tailwind4.1.5.css] Error 6
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build codex 1.0-rc4
+-
+- The following changes have been performed (the rest was aborted)
| - install async v0.16.0
| - install async_kernel v0.16.0
| - install async_rpc_kernel v0.16.0
| - install async_unix v0.16.0
| - install base v0.16.4
| - install base64 3.5.2
| - install base_bigstring v0.16.0
| - install base_quickcheck v0.16.0
| - install bheap 2.0.0
| - install bin_prot v0.16.0
| - install binsec 0.10.1
| - install camlp-streams 5.0.1
| - install cmdliner 2.1.0
| - install conf-gmp 5
| - install conf-pkg-config 4
| - install core v0.16.2
| - install core_kernel v0.16.0
| - install core_unix v0.16.0
| - install cppo 1.8.0
| - install csexp 1.5.2
| - install cudd 0.1.3
| - install dune 3.20.2
| - install dune-configurator 3.20.2
| - install dune-private-libs 3.20.2
| - install dune-site 3.20.2
| - install dyn 3.20.2
| - install dypgen 0.2.1
| - install expect_test_helpers_core v0.16.0
| - install fieldslib v0.16.0
| - install fmt 0.11.0
| - install gen 1.1
| - install gen_js_api 1.1.5
| - install grain_dypgen 0.2.1
| - install ISO8601 0.2.6
| - install int_repr v0.16.0
| - install jane-street-headers v0.16.0
| - install js_of_ocaml 6.2.0
| - install js_of_ocaml-compiler 6.2.0
| - install js_of_ocaml-ppx 6.2.0
| - install jst-config v0.16.0
| - install menhir 20250912
| - install menhirCST 20250912
| - install menhirLib 20250912
| - install menhirSdk 20250912
| - install num 1.6
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-embed-file v0.16.0
| - install ocaml_intrinsics v0.16.2
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocamlgraph 2.2.0
| - install ojs 1.1.5
| - install ordering 3.20.2
| - install pacomb 1.3
| - install parsexp v0.16.0
| - install patricia-tree 0.11.0
| - install pp 2.0.0
| - install ppx_assert v0.16.0
| - install ppx_base v0.16.0
| - install ppx_bench v0.16.0
| - install ppx_bin_prot v0.16.0
| - install ppx_cold v0.16.0
| - install ppx_compare v0.16.0
| - install ppx_custom_printf v0.16.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.0.3
| - install ppx_disable_unused_warnings v0.16.0
| - install ppx_enumerate v0.16.0
| - install ppx_expect v0.16.2
| - install ppx_fields_conv v0.16.0
| - install ppx_fixed_literal v0.16.0
| - install ppx_globalize v0.16.0
| - install ppx_hash v0.16.0
| - install ppx_here v0.16.0
| - install ppx_ignore_instrumentation v0.16.0
| - install ppx_inline_test v0.16.1
| - install ppx_jane v0.16.0
| - install ppx_let v0.16.0
| - install ppx_log v0.16.0
| - install ppx_module_timer v0.16.0
| - install ppx_optcomp v0.16.0
| - install ppx_optional v0.16.0
| - install ppx_pipebang v0.16.0
| - install ppx_sexp_conv v0.16.0
| - install ppx_sexp_message v0.16.0
| - install ppx_sexp_value v0.16.0
| - install ppx_stable v0.16.0
| - install ppx_stable_witness v0.16.0
| - install ppx_string v0.16.0
| - install ppx_tydi v0.16.0
| - install ppx_typerep_conv v0.16.0
| - install ppx_variants_conv v0.16.0
| - install ppxlib 0.35.0
| - install protocol_version_header v0.16.0
| - install qcheck-core 0.27
| - install re 1.14.0
| - install sedlex 3.7
| - install seq base
| - install sexp_pretty v0.16.0
| - install sexplib v0.16.0
| - install sexplib0 v0.16.0
| - install spawn v0.17.0
| - install splittable_random v0.16.0
| - install stdio v0.16.0
| - install stdlib-shims 0.3.0
| - install stdune 3.20.2
| - install textutils v0.16.0
| - install textutils_kernel v0.16.0
| - install time_now v0.16.0
| - install timezone v0.16.0
| - install toml 7.1.0
| - install topkg 1.1.1
| - install typerep v0.16.0
| - install uutf 1.0.4
| - install variantslib v0.16.0
| - install vdom 0.3
| - install yojson 3.0.0
| - install zarith 1.14
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251213210000.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing: codex.1.0-rc4
"/usr/bin/env" "bash" "-c" "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" failed with exit status 1
2025-12-13 21:05.30: Job failed: Failed: Build failed
2025-12-13 21:05.30: Log analysis:
2025-12-13 21:05.30: >>>
[ERROR] The compilation of codex.1.0-rc4 failed at "dune build -p codex -j 71 --promote-install-files=false @install".
(score = 20)
2025-12-13 21:05.30: >>>
# Error: Library "js_of_ocaml-ppx" not found.
(score = 48)
2025-12-13 21:05.30: >>>
opam-repo-ci detected dependencies failing: codex.1.0-rc4
(score = 75)
2025-12-13 21:05.30: codex.1.0-rc4 failed to build