Build:
- 0
2026-01-27 18:59.19: New job: build binsec_codex.1.0-rc4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29259/head (0878f1e4934ec6f044a2e66b56cfff2fb96f2871)
on freebsd-14.3-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 0878f1e4
git fetch origin master
git merge --no-edit 88150787b3c9df767fd8dadf5d416641f8ee58f8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/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 "\"freebsd-14.3\""; 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-01-27 18:59.19: Using cache hint "freebsd-14.3-ocaml-4.14-binsec_codex.1.0-rc4-0878f1e4934ec6f044a2e66b56cfff2fb96f2871"
2026-01-27 18:59.19: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -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 \"\\\"freebsd-14.3\\\"\"; 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-01-27 18:59.19: Waiting for resource in pool OCluster
2026-01-27 18:59.20: Waiting for worker…
2026-01-28 00:22.18: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (19288/19288), done.
HEAD is now at 88150787b3 Merge pull request #29287 from dinosaure/release-git-kv-v0.2.1
Updating 88150787b3..0878f1e493
Fast-forward
packages/binsec_codex/binsec_codex.1.0-rc4/opam | 54 ++++++++++++++
packages/codex/codex.1.0~rc4/opam | 91 +++++++++++++++++++++++
packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
3 files changed, 200 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 freebsd-14.3-ocaml-4.14)
2026-01-28 00:30.02 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-01-28 00:30.03 ---> using "96677dfb826139d1d475397206e27cf90befca1f152a356651021947800ddc31" from cache
/home/opam: (run (network host)
(shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-01-28 00:30.03 ---> using "b7155bb4d9f0dfa9c383663e6516f5803e4c2ab438da3ab4eeccd3740ad9833f" 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=freebsd os-distribution=freebsd os-version=1403000
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "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.2/lib/ocaml/stublibs:/home/opam/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-28 00:30.04 ---> using "b0effd5cf5c473eb9f84aee26e7221d934f437c21ca61c365f825913ca23d38c" 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-28 00:30.04 ---> using "2a5689f2ff4b86af979d0390fa2dfee1e6e92b3f4e476fbe79b59c6ee634de82" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-28 00:30.06 ---> using "b5fdefea67d2d7c6f67d5e6a834b56beeb750b830bbff029e6496f692acc6f6f" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-28 00:30.15 ---> saved as "e71b17a353d01576c6e01be84751b3f24f5279bf15ffca52ecb5f30ae0694bf8"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-01-28 00:30.16 ---> saved as "dce607f5d500f225dc1cb2cc6f93880a71a1d86913e71d3a87307623efc84c4d"
/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-01-28 00:30.46 ---> saved as "12ba50a42e42d6ff050a8aeb1bafcea7ca899064e171341f8f5d05e3cea06798"
/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 \"\\\"freebsd-14.3\\\"\"; 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 71 packages
∗ base v0.16.4 [required by ppx_inline_test]
∗ base64 3.5.2 [required by codex]
∗ bheap 2.0.0 [required by codex]
∗ binsec 0.10.1 [required by binsec_codex]
∗ binsec_codex 1.0-rc4 (pinned)
∗ camlp-streams 5.0.1 [required by codex]
∗ cmdliner 2.1.0 [required by fmt]
∗ codex 1.0~rc4 [required by binsec_codex]
∗ conf-gmp 5 [required by zarith]
∗ conf-pkg-config 4 [required by zarith]
∗ cppo 1.8.0 [required by ppx_deriving]
∗ csexp 1.5.2 [required by dune-private-libs]
∗ cudd 0.1.3 [required by codex]
∗ dune 3.21.0 [required by binsec_codex]
∗ dune-configurator 3.21.0 [required by base]
∗ dune-private-libs 3.21.0 [required by dune-site]
∗ dune-site 3.21.0 [required by binsec]
∗ dyn 3.21.0 [required by dune-private-libs]
∗ dypgen 0.2.1 [required by grain_dypgen]
∗ fmt 0.11.0 [required by codex]
∗ fs-io 3.21.0 [required by stdune]
∗ gen 1.1 [required by sedlex]
∗ gen_js_api 1.1.5 [required by vdom]
∗ grain_dypgen 0.2.1 [required by binsec]
∗ ISO8601 0.2.6 [required by toml]
∗ jane-street-headers v0.16.0 [required by time_now]
∗ js_of_ocaml 6.2.0 [required by codex]
∗ js_of_ocaml-compiler 6.2.0 [required by js_of_ocaml, vdom]
∗ js_of_ocaml-ppx 6.2.0 [required by codex]
∗ jst-config v0.16.0 [required by time_now]
∗ menhir 20250912 [required by binsec]
∗ menhirCST 20250912 [required by menhir]
∗ menhirLib 20250912 [required by menhir]
∗ menhirSdk 20250912 [required by menhir]
∗ ocaml-compiler-libs v0.12.4 [required by ppxlib]
∗ ocamlbuild 0.16.1 [required by fmt]
∗ ocamlfind 1.9.8 [required by fmt, zarith, ppx_deriving]
∗ ocamlgraph 2.2.0 [required by binsec_codex]
∗ ojs 1.1.5 [required by vdom]
∗ ordering 3.21.0 [required by dyn, stdune]
∗ pacomb 1.3 [required by codex]
∗ patricia-tree 0.11.0 [required by codex]
∗ pp 2.0.0 [required by dune-private-libs]
∗ ppx_assert v0.16.0 [required by jst-config]
∗ ppx_base v0.16.0 [required by time_now]
∗ ppx_cold v0.16.0 [required by ppx_base]
∗ ppx_compare v0.16.0 [required by ppx_base]
∗ ppx_derivers 1.2.1 [required by ppx_deriving]
∗ ppx_deriving 6.0.3 [required by codex]
∗ ppx_enumerate v0.16.0 [required by ppx_base]
∗ ppx_globalize v0.16.0 [required by ppx_base]
∗ ppx_hash v0.16.0 [required by ppx_base]
∗ ppx_here v0.16.0 [required by ppx_assert]
∗ ppx_inline_test v0.16.1 [required by codex]
∗ ppx_optcomp v0.16.0 [required by time_now]
∗ ppx_sexp_conv v0.16.0 [required by ppx_base]
∗ ppxlib 0.35.0 [required by codex]
∗ qcheck-core 0.91 [required by codex]
∗ sedlex 3.7 [required by js_of_ocaml-compiler]
∗ seq base [required by gen]
∗ sexplib0 v0.16.0 [required by base]
∗ stdio v0.16.0 [required by ppx_optcomp]
∗ stdlib-shims 0.3.0 [required by pacomb]
∗ stdune 3.21.0 [required by dune-private-libs]
∗ time_now v0.16.0 [required by ppx_inline_test]
∗ toml 7.1.0 [required by binsec]
∗ top-closure 3.21.0 [required by stdune]
∗ topkg 1.1.1 [required by fmt]
∗ vdom 0.3 [required by codex]
∗ yojson 3.0.0 [required by js_of_ocaml-compiler]
∗ zarith 1.14 [required by binsec_codex]
The following system packages will first need to be installed:
gmp
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
2. Display the recommended pkg 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/local/bin/sudo "pkg" "install" "-y" "gmp"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- .
- ....
- ..... done
- Processing entries:
- ...
- ...
- ..
- .
- . done
- FreeBSD repository update completed. 36712 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: ......... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
-
- Installed packages to be UPGRADED:
- pkg: 2.4.2 -> 2.5.1 [FreeBSD]
-
- Number of packages to be upgraded: 1
-
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.5.1~2a53813a7a.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...
- [rosemary] [1/1] Extracting pkg-2.5.1: .
- ....
- ..... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- gmp: 6.3.0 [FreeBSD]
-
- Number of packages to be installed: 1
-
- The process will require 3 MiB more space.
- 500 KiB to be downloaded.
- [rosemary] [1/1] Fetching gmp-6.3.0: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing gmp-6.3.0...
- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved base.v0.16.4 (https://github.com/janestreet/base/archive/refs/tags/v0.16.4.tar.gz)
⬇ retrieved base64.3.5.2 (cached)
⬇ retrieved bheap.2.0.0 (https://github.com/backtracking/bheap/releases/download/2.0.0/bheap-2.0.0.tbz)
⬇ retrieved binsec.0.10.1 (https://github.com/binsec/binsec/releases/download/0.10.1/binsec-0.10.1.tbz)
⬇ retrieved binsec_codex.1.0-rc4, codex.1.0~rc4 (https://github.com/codex-semantics-library/codex/archive/refs/tags/1.0-rc4.tar.gz)
⬇ retrieved camlp-streams.5.0.1 (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
⬇ retrieved cmdliner.2.1.0 (cached)
⬇ retrieved conf-gmp.5 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp/test.c.4)
∗ installed conf-gmp.5
∗ installed conf-pkg-config.4
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cudd.0.1.3 (https://git.frama-c.com/pub/codex/cudd.ml/-/archive/0.1.3/cudd.ml-0.1.3.tar.gz)
∗ installed cmdliner.2.1.0
⬇ retrieved dypgen.0.2.1, grain_dypgen.0.2.1 (https://github.com/recoules/dypgen/releases/download/0.2.1/dypgen-0.2.1.tbz)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved gen.1.1 (https://github.com/c-cube/gen/archive/v1.1.tar.gz)
⬇ retrieved gen_js_api.1.1.5, ojs.1.1.5 (https://github.com/LexiFi/gen_js_api/archive/refs/tags/v1.1.5.tar.gz)
⬇ retrieved ISO8601.0.2.6 (https://github.com/ocaml-community/ISO8601.ml/archive/0.2.6.tar.gz)
⬇ retrieved jane-street-headers.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
⬇ retrieved jst-config.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz)
⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocamlgraph.2.2.0 (https://github.com/backtracking/ocamlgraph/releases/download/2.2.0/ocamlgraph-2.2.0.tbz)
⬇ retrieved pacomb.1.3 (https://github.com/craff/pacomb/archive/refs/tags/1.3.tar.gz)
⬇ retrieved patricia-tree.0.11.0 (https://github.com/codex-semantics-library/patricia-tree/releases/download/v0.11.0/patricia-tree-0.11.0.tbz)
⬇ retrieved pp.2.0.0 (https://github.com/ocaml-dune/pp/releases/download/2.0.0/pp-2.0.0.tbz)
⬇ retrieved ppx_assert.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
⬇ retrieved ppx_base.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
⬇ retrieved ppx_cold.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
∗ installed ocamlfind.1.9.8
⬇ retrieved ppx_compare.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_deriving.6.0.3 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.0.3/ppx_deriving-6.0.3.tbz)
⬇ retrieved ppx_enumerate.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
∗ installed ocamlbuild.0.16.1
⬇ retrieved ppx_globalize.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
⬇ retrieved ppx_hash.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
⬇ retrieved ppx_here.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
⬇ retrieved ppx_inline_test.v0.16.1 (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
⬇ retrieved ppx_optcomp.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optcomp-v0.16.0.tar.gz)
⬇ retrieved ppx_sexp_conv.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
⬇ retrieved ppxlib.0.35.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
⬇ retrieved qcheck-core.0.91 (https://github.com/c-cube/qcheck/archive/v0.91.tar.gz)
⬇ retrieved sedlex.3.7 (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.7.tar.gz)
⬇ retrieved seq.base (2 extra sources)
⬇ retrieved seq.base (2 extra sources)
∗ installed seq.base
⬇ retrieved sexplib0.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
⬇ retrieved stdio.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved time_now.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
⬇ retrieved toml.7.1.0 (https://github.com/ocaml-toml/to.ml/archive/7.1.0.tar.gz)
⬇ retrieved topkg.1.1.1 (cached)
2026-01-28 02:22.18: Cancelling: Timeout (120.0 minutes)
Job cancelled
2026-01-28 02:24.02: Timeout (120.0 minutes)