(for PR #29484)
2026-03-12 11:12.24: New job: build colibrics.0.5, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29484/head (1b330fadfbca45ff79eea30cec2cd15a1b2a42b9)
on debian-13-ocaml-5.3/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/29484/head" && git reset --hard 1b330fad
git fetch origin master
git merge --no-edit 6d75ddf1d37818547f88125983edb2e55e55ed23
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1
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 colibrics.0.5 0.5
RUN opam reinstall colibrics.0.5; \
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" != 'colibrics.0.5' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall colibrics.0.5; \
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" != 'colibrics.0.5' && 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-03-12 11:12.24: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1-colibrics.0.5-1b330fadfbca45ff79eea30cec2cd15a1b2a42b9"
2026-03-12 11:12.24: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1)
(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 colibrics.0.5 0.5"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall colibrics.0.5;\
\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\" != 'colibrics.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall colibrics.0.5;\
\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\" != 'colibrics.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-12 11:12.24: Waiting for resource in pool OCluster
2026-03-12 11:12.29: Waiting for worker…
2026-03-12 11:12.29: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 96% (17859/18436)
Updating files: 97% (17883/18436)
Updating files: 98% (18068/18436)
Updating files: 99% (18252/18436)
Updating files: 100% (18436/18436)
Updating files: 100% (18436/18436), done.
HEAD is now at 6d75ddf1d3 Merge pull request #29495 from toots/opam-publish-posix-bindings.4.0.2
Merge made by the 'ort' strategy.
packages/colibri2/colibri2.0.5/opam | 70 +++++++++++++++++++++++
packages/colibrics/colibrics.0.5/opam | 50 ++++++++++++++++
packages/colibrilib-why3/colibrilib-why3.0.5/opam | 40 +++++++++++++
packages/colibrilib/colibrilib.0.5/opam | 40 +++++++++++++
4 files changed, 200 insertions(+)
create mode 100644 packages/colibri2/colibri2.0.5/opam
create mode 100644 packages/colibrics/colibrics.0.5/opam
create mode 100644 packages/colibrilib-why3/colibrilib-why3.0.5/opam
create mode 100644 packages/colibrilib/colibrilib.0.5/opam
(from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1)
2026-03-12 11:13.23 ---> using "fa087069cd4913e9575aba52692d4f0e549203496289924a2b385444c7b95f42" 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-03-12 11:13.23 ---> using "a606ac7c4376b4ad9a003c0643876389194a32e0d857283c6e6043ec50883067" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-12 11:13.23 ---> using "4f0f49a12071139aa6c878baaa9ad6314237670c0fa7798e8f239d8e5b173918" 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=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2026-03-12 11:13.23 ---> using "9bd0574f2786d214295047b1bf0c7fb285371685bd3760db8a65803e6604b45d" 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-03-12 11:13.23 ---> using "40acc6ac8f6370d1861287075af9cfc6c3353704dfeaff03eb0acf3985b55616" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-12 11:13.28 ---> saved as "c254939c1334c130fa5a1e859c41eef0c27773e3013b91b98fbe94876e55ac07"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-12 11:13.47 ---> saved as "609a7947ab12a9c0b7d171075711fa5b47e795679bd15037eee308cb53ab9258"
/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 [109 kB]
- Fetched 199 kB in 0s (905 kB/s)
- Reading package lists...
-
2026-03-12 11:13.48 ---> saved as "966969bcf6553c7a2a745f82f93eeeb871545153c64bc26bda33396ee4ea29b1"
/home/opam: (run (shell "opam pin add -k version -yn colibrics.0.5 0.5"))
colibrics is now pinned to version 0.5
2026-03-12 11:13.50 ---> saved as "8cf6b2ac3a34c7c01ea63181cad23c170cd37b771bd3e3237766e45a8d74976c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall colibrics.0.5;\
\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\" != 'colibrics.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
colibrics.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 77 packages
- install base v0.17.3 [required by colibri2]
- install camlidl 1.13 [required by mlcuddidl]
- install cmdliner 2.1.0 [required by colibrics]
- install colibri2 0.5 [required by colibrics]
- install colibrics 0.5 (pinned)
- install colibrilib 0.5 [required by colibri2]
- install conf-flint 3.0 [required by flint]
- install conf-gmp 5 [required by zarith, conf-mpfr]
- install conf-m4 1 [required by mlcuddidl]
- install conf-mpfr 3 [required by flint]
- install conf-pkg-config 4 [required by flint]
- install containers 3.18 [required by colibri2]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by flint]
- install dolmen 0.10 [required by colibrics]
- install dolmen_loop 0.10 [required by colibrics]
- install dolmen_type 0.10 [required by colibrics]
- install dune 3.21.1 [required by colibrics]
- install dune-build-info 3.21.1 [required by colibri2]
- install dune-configurator 3.21.1 [required by containers, base, flint]
- install either 1.0.0 [required by containers]
- install farith 0.1 [required by colibri2]
- install flint 0.4.2 [required by colibri2]
- install fmt 0.11.0 [required by dolmen]
- install gen 1.1 [required by colibri2]
- install hmap 0.8.1 [required by dolmen]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.17.0 [required by time_now]
- install jingoo 1.5.2 [required by colibrics]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by colibrics]
- install menhir 20250912 [required by jingoo, why3]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install mlcuddidl 3.0.8 [required by colibri2]
- install mtime 2.1.0 [required by trace, trace-tef]
- 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 mlcuddidl, uucp]
- install ocamlfind 1.9.8 [required by why3]
- install ocamlgraph 2.2.0 [required by colibri2, why3]
- install ocplib-simplex 0.5.1 [required by colibri2]
- install pp_loc 2.1.0 [required by dolmen_loop]
- 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_hash]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson, colibri2, jingoo, why3]
- install ppx_deriving_yojson 3.10.0 [required by colibrics]
- 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 colibri2]
- install ppx_here v0.17.0 [required by colibri2]
- install ppx_inline_test v0.17.1 [required by colibri2]
- install ppx_optcomp v0.17.1 [required by colibri2]
- install ppx_sexp_conv v0.17.1 [required by why3]
- install ppxlib 0.37.0 [required by ppx_deriving_yojson]
- install ppxlib_jane v0.17.4 [required by ppx_hash]
- install qcheck-core 0.91 [required by colibri2]
- install re 1.14.0 [required by colibri2, jingoo]
- install seq base [required by dolmen]
- install sexplib0 v0.17.0 [required by base]
- install spelll 0.4 [required by dolmen_type]
- install stdio v0.17.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib, spelll, integers]
- install time_now v0.17.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by uucp]
- install trace 0.12 [required by colibri2]
- install trace-tef 0.12 [required by colibri2]
- install uucp 17.0.0 [required by jingoo]
- install uutf 1.0.4 [required by jingoo]
- install why3 1.8.2 [required by colibrics]
- install yojson 3.0.0 [required by colibrics]
- install zarith 1.14 [required by colibrics]
The following system packages will first need to be installed:
libflint-dev libgmp-dev libmpfr-dev m4 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" "libflint-dev" "libgmp-dev" "libmpfr-dev" "m4" "pkg-config"
- Selecting previously unselected package libflint19: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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-libflint19_3.1.3-2_amd64.deb ...
- Unpacking libflint19:amd64 (3.1.3-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../1-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 .../2-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libmpfr-dev:amd64.
- Preparing to unpack .../3-libmpfr-dev_4.2.2-1_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.2.2-1) ...
- Selecting previously unselected package libflint-dev.
- Preparing to unpack .../4-libflint-dev_3.1.3-2_amd64.deb ...
- Unpacking libflint-dev (3.1.3-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../5-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../6-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up m4 (1.4.19-8) ...
- 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 libflint19:amd64 (3.1.3-2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libmpfr-dev:amd64 (4.2.2-1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libflint-dev (3.1.3-2) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved camlidl.1.13 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved colibri2.0.5, colibrics.0.5, colibrilib.0.5 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-mpfr.3 (cached)
-> installed conf-gmp.5
-> installed conf-m4.1
-> retrieved containers.3.18 (cached)
-> installed conf-pkg-config.4
-> installed conf-flint.3.0
-> retrieved cppo.1.8.0 (cached)
-> installed conf-mpfr.3
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.24.0 (cached)
-> installed camlidl.1.13
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10 (cached)
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved farith.0.1 (cached)
-> retrieved flint.0.4.2 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved hmap.0.8.1 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jingoo.1.5.2 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved mlcuddidl.3.0.8 (cached)
-> retrieved mtime.2.1.0 (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 ocplib-simplex.0.5.1 (cached)
-> retrieved pp_loc.2.1.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_deriving_yojson.3.10.0 (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 re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved spelll.0.4 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved trace.0.12, trace-tef.0.12 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (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 hmap.0.8.1
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed logs.0.10.0
-> installed mlcuddidl.3.0.8
-> installed dune.3.21.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed gen.1.1
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib-simplex.0.5.1
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.91
-> installed colibrilib.0.5
-> installed trace.0.12
-> installed yojson.3.0.0
-> installed spelll.0.4
-> installed integers.0.7.0
-> installed trace-tef.0.12
-> installed ocamlgraph.2.2.0
-> installed dune-build-info.3.21.1
-> installed dune-configurator.3.21.1
-> installed containers.3.18
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed flint.0.4.2
-> installed uucp.17.0.0
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_hash.v0.17.0
-> installed dolmen.0.10
-> installed ppx_assert.v0.17.0
-> installed jingoo.1.5.2
-> installed ppx_base.v0.17.0
-> installed farith.0.1
-> installed dolmen_type.0.10
-> installed jst-config.v0.17.0
-> installed dolmen_loop.0.10
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed why3.1.8.2
-> installed colibri2.0.5
-> installed colibrics.0.5
Done.
<><> mlcuddidl.3.0.8 installed successfully <><><><><><><><><><><><><><><><><><>
=> For supporting ocaml 5 some modules are removed compared to the release
# To update the current shell environment, run: eval $(opam env)
2026-03-12 11:17.42 ---> saved as "c7c02b0ec6e0112100faaf4d0126ff95480ec9e52d1be27e6b8ed66379e90d31"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall colibrics.0.5;\
\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\" != 'colibrics.0.5' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== remove 3 packages
- remove menhirCST 20250912 [conflicts with dune]
- remove ocaml_intrinsics_kernel v0.17.1 [conflicts with dune]
- remove ppxlib_jane v0.17.4 [conflicts with dune]
=== downgrade 54 packages
- downgrade base v0.17.3 to v0.16.1 [uses dune]
- downgrade camlidl 1.13 to 1.12 [required by mlcuddidl]
- downgrade cmdliner 2.1.0 to 2.0.0 [required by colibrics]
- downgrade conf-pkg-config 4 to 2 [required by flint]
- downgrade containers 3.18 to 3.7 [uses dune]
- downgrade cppo 1.8.0 to 1.6.7 [required by ppx_deriving]
- downgrade csexp 1.5.2 to 1.3.1 [uses dune]
- downgrade ctypes 0.24.0 to 0.22.0 [uses dune]
- downgrade dune 3.21.1 to 3.15.3 [required by colibrics]
- downgrade dune-build-info 3.21.1 to 3.13.1 [uses dune]
- downgrade dune-configurator 3.21.1 to 2.9.3 [uses dune]
- downgrade flint 0.4.2 to 0.4.0 [uses dune]
- downgrade fmt 0.11.0 to 0.10.0 [uses cmdliner]
- downgrade gen 1.1 to 1.0 [uses dune]
- downgrade integers 0.7.0 to 0.6.0 [uses dune]
- downgrade jane-street-headers v0.17.0 to v0.16.0 [uses dune]
- downgrade jingoo 1.5.2 to 1.4.4 [required by colibrics]
- downgrade jst-config v0.17.0 to v0.16.0 [uses dune]
- downgrade logs 0.10.0 to 0.8.0 [required by colibrics]
- downgrade menhir 20250912 to 20230415 [uses dune]
- downgrade menhirLib 20250912 to 20230415 [uses dune]
- downgrade menhirSdk 20250912 to 20230415 [uses dune]
- downgrade ocamlbuild 0.16.1 to 0.14.3 [required by fmt]
- downgrade ocamlfind 1.9.8 to 1.9.6 [required by fmt]
- downgrade ocamlgraph 2.2.0 to 2.0.0 [uses dune]
- downgrade pp_loc 2.1.0 to 2.0.0 [uses dune]
- downgrade ppx_assert v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_base v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_cold v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_compare v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_deriving 6.1.1 to 6.0.3 [uses ocamlfind]
- downgrade ppx_deriving_yojson 3.10.0 to 3.9.1 [required by colibrics]
- downgrade ppx_enumerate v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_globalize v0.17.2 to v0.16.0 [uses dune]
- downgrade ppx_hash v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_here v0.17.0 to v0.16.0 [uses dune]
- downgrade ppx_inline_test v0.17.1 to v0.16.0 [uses dune]
- downgrade ppx_optcomp v0.17.1 to v0.16.0 [uses dune]
- downgrade ppx_sexp_conv v0.17.1 to v0.16.0 [uses dune]
- downgrade ppxlib 0.37.0 to 0.34.0 [required by ppx_deriving]
- downgrade qcheck-core 0.91 to 0.90 [uses dune]
- downgrade re 1.14.0 to 1.10.3 [uses dune]
- downgrade seq base to 0.3 [uses dune]
- downgrade sexplib0 v0.17.0 to v0.16.0 [uses dune]
- downgrade stdio v0.17.0 to v0.16.0 [uses dune]
- downgrade stdlib-shims 0.3.0 to 0.1.0 [uses dune]
- downgrade time_now v0.17.0 to v0.16.0 [uses dune]
- downgrade topkg 1.1.1 to 1.0.8 [required by fmt]
- downgrade trace 0.12 to 0.11 [uses dune]
- downgrade trace-tef 0.12 to 0.11 [uses dune]
- downgrade uucp 17.0.0 to 15.0.0 [uses cmdliner]
- downgrade why3 1.8.2 to 1.6.0 [required by colibrics]
- downgrade yojson 3.0.0 to 1.6.0 [required by colibrics]
- downgrade zarith 1.14 to 1.12 [required by colibrics]
=== recompile 14 packages
- recompile colibri2 0.5 [uses cmdliner]
- recompile colibrics 0.5 (pinned)
- recompile colibrilib 0.5 [uses dune]
- recompile dolmen 0.10 [uses fmt]
- recompile dolmen_loop 0.10 [uses dune]
- recompile dolmen_type 0.10 [uses dune]
- recompile either 1.0.0 [uses dune]
- recompile farith 0.1 [uses ppx_deriving]
- recompile mlcuddidl 3.0.8 [uses ocamlbuild]
- recompile ocaml-compiler-libs v0.17.0 [uses dune]
- recompile ocplib-simplex 0.5.1 [uses logs]
- recompile ppx_derivers 1.2.1 [uses dune]
- recompile spelll 0.4 [uses dune]
- recompile uutf 1.0.4 [uses cmdliner]
=== install 10 packages
- install base-bytes base [required by gen]
- install bigarray-compat 1.1.0 [required by ctypes]
- install biniou 1.2.2 [required by yojson]
- install camlp-streams 5.0.1 [required by biniou]
- install conf-autoconf 0.1 [required by why3]
- install conf-bash 1 [required by base]
- install conf-which 1 [required by conf-autoconf]
- install easy-format 1.3.3 [required by yojson]
- install num 1.5 [required by why3]
- install result 1.5 [required by dune-configurator]
The following system packages will first need to be installed:
autoconf
<><> 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" "autoconf"
- Selecting previously unselected package autoconf.
- (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 ... 20991 files and directories currently installed.)
- Preparing to unpack .../autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.1 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved biniou.1.2.2 (cached)
-> retrieved camlidl.1.12 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved colibri2.0.5, colibrics.0.5, colibrilib.0.5 (cached)
-> retrieved containers.3.7 (cached)
-> retrieved cppo.1.6.7 (cached)
-> retrieved csexp.1.3.1 (cached)
-> installed conf-bash.1
-> installed conf-which.1
-> retrieved ctypes.0.22.0 (cached)
-> installed conf-autoconf.0.1
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10 (cached)
-> retrieved dune.3.15.3 (cached)
-> retrieved dune-build-info.3.13.1 (cached)
-> retrieved dune-configurator.2.9.3 (cached)
-> retrieved easy-format.1.3.3 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved farith.0.1 (cached)
-> retrieved flint.0.4.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved gen.1.0 (cached)
-> retrieved integers.0.6.0 (cached)
-> retrieved jane-street-headers.v0.16.0 (cached)
-> retrieved jingoo.1.4.4 (cached)
-> retrieved jst-config.v0.16.0 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved menhir.20230415, menhirLib.20230415, menhirSdk.20230415 (cached)
-> retrieved mlcuddidl.3.0.8 (cached)
-> retrieved num.1.5 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.14.3 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocamlgraph.2.0.0 (cached)
-> retrieved ocplib-simplex.0.5.1 (cached)
-> retrieved pp_loc.2.0.0 (cached)
-> retrieved ppx_assert.v0.16.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ppx_enumerate.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_inline_test.v0.16.0 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.34.0 (cached)
-> retrieved qcheck-core.0.90 (cached)
-> retrieved re.1.10.3 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved spelll.0.4 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved time_now.v0.16.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved trace.0.11, trace-tef.0.11 (cached)
-> retrieved uucp.15.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.6.0 (cached)
-> installed num.1.5
-> retrieved yojson.1.6.0 (cached)
-> retrieved zarith.1.12 (cached)
-> removed colibrics.0.5
-> removed colibri2.0.5
-> removed colibrilib.0.5
-> removed containers.3.18
-> removed dolmen_loop.0.10
-> removed dolmen_type.0.10
-> removed dolmen.0.10
-> removed dune-build-info.3.21.1
-> removed either.1.0.0
-> removed farith.0.1
-> removed flint.0.4.2
-> removed ctypes.0.24.0
-> removed gen.1.1
-> removed integers.0.7.0
-> removed jingoo.1.5.2
-> removed mlcuddidl.3.0.8
-> removed camlidl.1.13
-> removed ocplib-simplex.0.5.1
-> removed logs.0.10.0
-> removed fmt.0.11.0
-> removed pp_loc.2.1.0
-> removed ppx_deriving_yojson.3.10.0
-> removed ppx_inline_test.v0.17.1
-> removed qcheck-core.0.91
-> removed re.1.14.0
-> removed spelll.0.4
-> removed seq.base
-> removed time_now.v0.17.0
-> removed jane-street-headers.v0.17.0
-> removed jst-config.v0.17.0
-> removed ppx_assert.v0.17.0
-> removed ppx_base.v0.17.0
-> removed ppx_cold.v0.17.0
-> removed ppx_enumerate.v0.17.0
-> removed ppx_globalize.v0.17.2
-> removed ppx_hash.v0.17.0
-> removed ppx_compare.v0.17.0
-> removed ppx_here.v0.17.0
-> removed ppx_optcomp.v0.17.1
-> removed stdio.v0.17.0
-> removed trace-tef.0.12
-> removed trace.0.12
-> removed uucp.17.0.0
-> removed uutf.1.0.4
-> removed cmdliner.2.1.0
-> removed topkg.1.1.1
-> removed ocamlbuild.0.16.1
-> removed why3.1.8.2
-> removed menhir.20250912
-> removed menhirCST.20250912
-> removed menhirLib.20250912
-> removed menhirSdk.20250912
-> removed ocamlgraph.2.2.0
-> removed ppx_deriving.6.1.1
-> removed cppo.1.8.0
-> removed ppx_sexp_conv.v0.17.1
-> removed base.v0.17.3
-> removed dune-configurator.3.21.1
-> removed csexp.1.5.2
-> removed ocaml_intrinsics_kernel.v0.17.1
-> removed ppxlib_jane.v0.17.4
-> removed ppxlib.0.37.0
-> removed ocaml-compiler-libs.v0.17.0
-> removed ppx_derivers.1.2.1
-> removed sexplib0.v0.17.0
-> removed stdlib-shims.0.3.0
-> removed yojson.3.0.0
-> removed dune.3.21.1
-> removed zarith.1.14
-> removed conf-pkg-config.4
-> removed ocamlfind.1.9.8
-> installed camlidl.1.12
-> installed cmdliner.2.0.0
-> installed conf-pkg-config.2
-> installed dune.3.15.3
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.6.7
-> installed easy-format.1.3.3
-> installed either.1.0.0
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed pp_loc.2.0.0
-> installed result.1.5
-> installed seq.0.3
-> installed menhirSdk.20230415
-> installed stdlib-shims.0.1.0
-> installed sexplib0.v0.16.0
-> installed csexp.1.3.1
-> installed menhirLib.20230415
-> installed dune-build-info.3.13.1
-> installed biniou.1.2.2
-> installed integers.0.6.0
-> installed spelll.0.4
-> installed trace.0.11
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.10.3
-> installed qcheck-core.0.90
-> installed trace-tef.0.11
-> installed dune-configurator.2.9.3
-> installed ocamlgraph.2.0.0
-> installed yojson.1.6.0
-> installed gen.1.0
-> installed zarith.1.12
-> installed containers.3.7
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed uutf.1.0.4
-> installed colibrilib.0.5
-> installed logs.0.8.0
-> installed ctypes.0.22.0
-> installed ocplib-simplex.0.5.1
-> installed base.v0.16.1
-> installed stdio.v0.16.0
-> installed flint.0.4.0
-> installed mlcuddidl.3.0.8
-> installed menhir.20230415
-> installed ppxlib.0.34.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed uucp.15.0.0
-> installed dolmen.0.10
-> installed ppx_base.v0.16.0
-> installed farith.0.1
-> installed jst-config.v0.16.0
-> installed dolmen_type.0.10
-> installed jingoo.1.4.4
-> installed time_now.v0.16.0
-> installed dolmen_loop.0.10
-> installed ppx_inline_test.v0.16.0
[ERROR] The compilation of colibri2.0.5 failed at "dune build -p colibri2 -j 71 --promote-install-files=false @install".
-> installed why3.1.6.0
#=== ERROR while compiling colibri2.0.5 =======================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path ~/.opam/5.3/.opam-switch/build/colibri2.0.5
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p colibri2 -j 71 --promote-install-files=false @install
# exit-code 1
# env-file ~/.opam/log/colibri2-7-99d84a.env
# output-file ~/.opam/log/colibri2-7-99d84a.out
### output ###
# (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -open Containers -g -bin-annot -I colibri2/stdlib/.colibri2_stdlib.objs/byte -I /home/opam/.opam/5.3/lib/base -I /home/opam/.opam/5.3/lib/base/base_internalhash_types -I /home/opam/.opam/5.3/lib/base/caml -I /home/opam/.opam/5.3/lib/base/shadow_stdlib -I /home/opam/.opam/5.3/lib/bigarray-compat -I /home/opam/.opam/5.3/lib/containers -I /home/opam/.opam/5.3/lib/containers/monomorphic -I /home/opam/.opam/5.3/lib/ctypes -I /home/opam/.opam/5.3/lib/ctypes/stubs -I /home/opam/.opam/5.3/lib/either -I /home/opam/.opam/5.3/lib/flint -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/integers -I /home/opam/.opam/5.3/lib/jane-street-headers -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_inline_test/config -I /home/opam/.opam/5.3/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/time_now -I /home/opam/.opam/5.3/lib/trace-tef -I /home/opam/.opam/5.3/lib/trace/core -I /home/opam/.opam/5.3/lib/trace/debug -I /home/opam/.opam/5.3/lib/trace/util -I /home/opam/.opam/5.3/lib/zarith -I colibri2/popop_lib/.colibri2_popop_lib.objs/byte -intf-suffix .ml -no-alias-deps -open Colibri2_stdlib -o colibri2/stdlib/.colibri2_stdlib.objs/byte/colibri2_stdlib__Bitv.cmo -c -impl colibri2/stdlib/bitv.pp.ml)
# File "colibri2/stdlib/bitv.ml", line 248, characters 15-29:
# 248 | r := !r + (Int64.popcount @@ Bytes.get_int64_ne b i)
# ^^^^^^^^^^^^^^
# Error: Unbound value "Int64.popcount"
# (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w -40 -open Containers -g -O3 -bin-annot -unbox-closures -unbox-closures-factor 20 -I colibri2/stdlib/.colibri2_stdlib.objs/byte -I colibri2/stdlib/.colibri2_stdlib.objs/native -I /home/opam/.opam/5.3/lib/base -I /home/opam/.opam/5.3/lib/base/base_internalhash_types -I /home/opam/.opam/5.3/lib/base/caml -I /home/opam/.opam/5.3/lib/base/shadow_stdlib -I /home/opam/.opam/5.3/lib/bigarray-compat -I /home/opam/.opam/5.3/lib/containers -I /home/opam/.opam/5.3/lib/containers/monomorphic -I /home/opam/.opam/5.3/lib/ctypes -I /home/opam/.opam/5.3/lib/ctypes/stubs -I /home/opam/.opam/5.3/lib/either -I /home/opam/.opam/5.3/lib/flint -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/integers -I /home/opam/.opam/5.3/lib/jane-street-headers -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/str -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ppx_compare/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_deriving/runtime -I /home/opam/.opam/5.3/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_hash/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_inline_test/config -I /home/opam/.opam/5.3/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/5.3/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.3/lib/qcheck-core -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -I /home/opam/.opam/5.3/lib/time_now -I /home/opam/.opam/5.3/lib/trace-tef -I /home/opam/.opam/5.3/lib/trace/core -I /home/opam/.opam/5.3/lib/trace/debug -I /home/opam/.opam/5.3/lib/trace/util -I /home/opam/.opam/5.3/lib/zarith -I colibri2/popop_lib/.colibri2_popop_lib.objs/byte -I colibri2/popop_lib/.colibri2_popop_lib.objs/native -intf-suffix .ml -no-alias-deps -open Colibri2_stdlib -o colibri2/stdlib/.colibri2_stdlib.objs/native/colibri2_stdlib__Bitv.cmx -c -impl colibri2/stdlib/bitv.pp.ml)
# File "colibri2/stdlib/bitv.ml", line 248, characters 15-29:
# 248 | r := !r + (Int64.popcount @@ Bytes.get_int64_ne b i)
# ^^^^^^^^^^^^^^
# Error: Unbound value "Int64.popcount"
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build colibri2 0.5
+-
+- The following changes have been performed (the rest was aborted)
| - remove colibri2 0.5
| - remove colibrics 0.5
| - remove menhirCST 20250912
| - remove ocaml_intrinsics_kernel v0.17.1
| - remove ppxlib_jane v0.17.4
| - downgrade base v0.17.3 to v0.16.1
| - downgrade camlidl 1.13 to 1.12
| - downgrade cmdliner 2.1.0 to 2.0.0
| - downgrade conf-pkg-config 4 to 2
| - downgrade containers 3.18 to 3.7
| - downgrade cppo 1.8.0 to 1.6.7
| - downgrade csexp 1.5.2 to 1.3.1
| - downgrade ctypes 0.24.0 to 0.22.0
| - downgrade dune 3.21.1 to 3.15.3
| - downgrade dune-build-info 3.21.1 to 3.13.1
| - downgrade dune-configurator 3.21.1 to 2.9.3
| - downgrade flint 0.4.2 to 0.4.0
| - downgrade fmt 0.11.0 to 0.10.0
| - downgrade gen 1.1 to 1.0
| - downgrade integers 0.7.0 to 0.6.0
| - downgrade jane-street-headers v0.17.0 to v0.16.0
| - downgrade jingoo 1.5.2 to 1.4.4
| - downgrade jst-config v0.17.0 to v0.16.0
| - downgrade logs 0.10.0 to 0.8.0
| - downgrade menhir 20250912 to 20230415
| - downgrade menhirLib 20250912 to 20230415
| - downgrade menhirSdk 20250912 to 20230415
| - downgrade ocamlbuild 0.16.1 to 0.14.3
| - downgrade ocamlfind 1.9.8 to 1.9.6
| - downgrade ocamlgraph 2.2.0 to 2.0.0
| - downgrade pp_loc 2.1.0 to 2.0.0
| - downgrade ppx_assert v0.17.0 to v0.16.0
| - downgrade ppx_base v0.17.0 to v0.16.0
| - downgrade ppx_cold v0.17.0 to v0.16.0
| - downgrade ppx_compare v0.17.0 to v0.16.0
| - downgrade ppx_deriving 6.1.1 to 6.0.3
| - downgrade ppx_deriving_yojson 3.10.0 to 3.9.1
| - downgrade ppx_enumerate v0.17.0 to v0.16.0
| - downgrade ppx_globalize v0.17.2 to v0.16.0
| - downgrade ppx_hash v0.17.0 to v0.16.0
| - downgrade ppx_here v0.17.0 to v0.16.0
| - downgrade ppx_inline_test v0.17.1 to v0.16.0
| - downgrade ppx_optcomp v0.17.1 to v0.16.0
| - downgrade ppx_sexp_conv v0.17.1 to v0.16.0
| - downgrade ppxlib 0.37.0 to 0.34.0
| - downgrade qcheck-core 0.91 to 0.90
| - downgrade re 1.14.0 to 1.10.3
| - downgrade seq base to 0.3
| - downgrade sexplib0 v0.17.0 to v0.16.0
| - downgrade stdio v0.17.0 to v0.16.0
| - downgrade stdlib-shims 0.3.0 to 0.1.0
| - downgrade time_now v0.17.0 to v0.16.0
| - downgrade topkg 1.1.1 to 1.0.8
| - downgrade trace 0.12 to 0.11
| - downgrade trace-tef 0.12 to 0.11
| - downgrade uucp 17.0.0 to 15.0.0
| - downgrade why3 1.8.2 to 1.6.0
| - downgrade yojson 3.0.0 to 1.6.0
| - downgrade zarith 1.14 to 1.12
| - recompile colibrilib 0.5
| - recompile dolmen 0.10
| - recompile dolmen_loop 0.10
| - recompile dolmen_type 0.10
| - recompile either 1.0.0
| - recompile farith 0.1
| - recompile mlcuddidl 3.0.8
| - recompile ocaml-compiler-libs v0.17.0
| - recompile ocplib-simplex 0.5.1
| - recompile ppx_derivers 1.2.1
| - recompile spelll 0.4
| - recompile uutf 1.0.4
| - install base-bytes base
| - install bigarray-compat 1.1.0
| - install biniou 1.2.2
| - install camlp-streams 5.0.1
| - install conf-autoconf 0.1
| - install conf-bash 1
| - install conf-which 1
| - install easy-format 1.3.3
| - install num 1.5
| - install result 1.5
+-
<><> mlcuddidl.3.0.8 installed successfully <><><><><><><><><><><><><><><><><><>
=> For supporting ocaml 5 some modules are removed compared to the release
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20260312111743.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall colibrics.0.5;
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" != 'colibrics.0.5' && 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
2026-03-12 11:21.05: Job failed: Failed: Build failed
2026-03-12 11:21.05: Log analysis:
2026-03-12 11:21.05: >>>
[ERROR] The compilation of colibri2.0.5 failed at "dune build -p colibri2 -j 71 --promote-install-files=false @install".
(score = 20)
2026-03-12 11:21.05: >>>
# Error: Unbound value "Int64.popcount"
(score = 48)
2026-03-12 11:21.05: >>>
# Error: Unbound value "Int64.popcount"
(score = 48)
2026-03-12 11:21.05: Unbound value "Int64.popcount"