2026-02-13 08:10.53: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.14 (df8969d9bb95cffca13e31a615189ab27ada0684) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:1d85ec9a1aaff691bc5fff241b3f05248aff16b79df09282e567a370b9b967b9Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/Zarith.git" -b "zarith-1.14" && cd "Zarith" && git reset --hard df8969d9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:1d85ec9a1aaff691bc5fff241b3f05248aff16b79df09282e567a370b9b967b9# debian-12-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 zarith.opam ./RUN opam pin add -yn zarith.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.21.1 gmp.6.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y zarith.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-13 08:10.53: Using cache hint "mirage/Zarith-ocaml/opam:debian-12-ocaml-4.14@sha256:1d85ec9a1aaff691bc5fff241b3f05248aff16b79df09282e567a370b9b967b9-debian-12-4.14_opam-2.5-6cbd2d06853e6b74e35fc140510abe6e"2026-02-13 08:10.53: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:1d85ec9a1aaff691bc5fff241b3f05248aff16b79df09282e567a370b9b967b9)(comment debian-12-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src zarith.opam) (dst ./))(run (network host)(shell "opam pin add -yn zarith.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.21.1 gmp.6.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y zarith.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-02-13 08:10.53: Waiting for resource in pool OCluster2026-02-13 15:30.08: Waiting for worker…2026-02-13 15:34.24: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at df8969d Dunify and be compatible with MirageOS 4 (for 1.14)(from ocaml/opam:debian-12-ocaml-4.14@sha256:1d85ec9a1aaff691bc5fff241b3f05248aff16b79df09282e567a370b9b967b9)2026-02-13 15:34.24 ---> using "8b6b2ece625b17f48cdda93e75252a1612003997d5403decc2a26d307e8a13ca" from cache/: (comment debian-12-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-13 15:34.24 ---> using "e5d9cbb1652005103164728e8505b325295454a27f414827ae394261ec54d110" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-13 15:34.24 ---> using "369db8ff6aa0fd2773b6ba655bf0da42c13a39a1671cd6812a9f1f32634deb9c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.5.02026-02-13 15:34.24 ---> using "5b5f1a31bc16da19a087e5e631d27ef5a834ce733a0bfaf4d2b05835adcba9e0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-13 15:34.24 ---> using "53dd220e1bcc746f4f9db00d84828a5dfaeed162aaea1a0d9bb2397eb9d387c8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD8e1b9a49e8..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-13 15:34.24 ---> using "ed00f5c89f164e1f426d3cfd57cc1988733ce7554fc38b9b35076fcf80f51e2e" from cache/src: (copy (src zarith.opam) (dst ./))2026-02-13 15:34.24 ---> saved as "7bf41c2f3b8861b787354cc6f4ad80420dd2c6993e4d022af8a60e205be49999"/src: (run (network host)(shell "opam pin add -yn zarith.dev './'"))[zarith.dev] synchronised (file:///src)zarith is now pinned to file:///src (version dev)2026-02-13 15:34.25 ---> saved as "99671e2aa76b0c57454c338eaaf698225246ee9e4447d9a9c8e020b22f3a7729"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-13 15:34.25 ---> saved as "91f6e6653b95b4b9ea2a782d47ca168299d3526727a71b25dfb20cac80b6118f"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.21.1 gmp.6.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y zarith.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [297 kB]- Fetched 400 kB in 0s (1412 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[zarith.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:m4<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package m4.- (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 ... 18755 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...- Unpacking m4 (1.4.19-3) ...- Setting up m4 (1.4.19-3) ...# To update the current shell environment, run: eval $(opam env)2026-02-13 15:34.33 ---> saved as "6f1f6ea44294f303bb313883fcbbf4e6007599d91cf3f165553826054bfaaaa6"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 3 packages- install conf-m4 1- install dune 3.21.1- install gmp 6.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved gmp.6.3.0 (cached)-> installed conf-m4.1-> retrieved dune.3.21.1 (cached)-> installed dune.3.21.1-> installed gmp.6.3.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-13 15:35.18 ---> saved as "76c1faad89e68f9f0d7fcbb35ccd6f7f11986315f92016bd96ff24643b0189ef"/src: (copy (src .) (dst /src))2026-02-13 15:35.18 ---> saved as "a475fa14f5edc43261f3c8e44390cc7dcc1d74a84ea1c074b85fe389f0fd1810"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /usr/bin/bash -e -u -o pipefail -c 'env CC="gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC" LDFLAGS="-L/home/opam/.opam/4.14/lib/gmp/" CFLAGS="-I/home/opam/.opam/4.14/lib/gmp/" CPPFLAGS="-I/home/opam/.opam/4.14/lib/gmp/" ./configure --ocamllibdir /home/opam/.opam/4.14/lib/ocaml')binary ocaml: found in /home/opam/.opam/4.14/binbinary ocamlc: found in /home/opam/.opam/4.14/binbinary ocamldep: found in /home/opam/.opam/4.14/binbinary ocamlmklib: found in /home/opam/.opam/4.14/binbinary ocamldoc: found in /home/opam/.opam/4.14/binbinary gcc: found in /usr/binbinary ocamlopt: found in /home/opam/.opam/4.14/binchecking compilation with -I/home/opam/.opam/4.14/lib/gmp/: workinginclude caml/mlvalues.h: foundlibrary dynlink.cmxa: foundbinary ocamlfind: not foundbinary install: found in /usr/binOCaml's word size is 64include gmp.h: foundlibrary gmp: foundOCaml supports -bin-annot to produce documentationdetected configuration:native-code: yesdynamic linking: yesdefines: -DHAS_GMPincludes: -I/home/opam/.opam/4.14/lib/ocaml -I/home/opam/.opam/4.14/lib/gmp/libraries: -lgmplinker options: -L/home/opam/.opam/4.14/lib/gmp/C options: -I/home/opam/.opam/4.14/lib/gmp/installation path: /home/opam/.opam/4.14/lib/ocamlinstallation method installconfiguration successful!now type "make" to buildthen type "make install" or "sudo make install" to install2026-02-13 15:35.20 ---> saved as "f7a1e7cf7e97842320204a185ed8e97f2f34d52053636062833417ad198ffa4c"Job succeeded2026-02-13 15:35.20: Job succeeded