2026-02-19 08:53.33: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.14 (df8969d9bb95cffca13e31a615189ab27ada0684) (linux-arm64:debian-13-5.4_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:515f91384679260c4d76d9346991a9270d017efc081cbcf7b65bf75ac0c6cd9eOpam 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-13-ocaml-5.4@sha256:515f91384679260c4d76d9346991a9270d017efc081cbcf7b65bf75ac0c6cd9e# debian-13-5.4_arm64_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.21.1 gmp.6.3.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-19 08:53.33: Using cache hint "mirage/Zarith-ocaml/opam:debian-13-ocaml-5.4@sha256:515f91384679260c4d76d9346991a9270d017efc081cbcf7b65bf75ac0c6cd9e-debian-13-5.4_arm64_opam-2.5-231a2acca41ff60652134bff55312487"2026-02-19 08:53.33: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:515f91384679260c4d76d9346991a9270d017efc081cbcf7b65bf75ac0c6cd9e)(comment debian-13-5.4_arm64_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.21.1 gmp.6.3.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-19 08:53.33: Waiting for resource in pool OCluster2026-02-19 09:26.16: Waiting for worker…2026-02-19 09:40.58: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devAll commits already cachedHEAD is now at df8969d Dunify and be compatible with MirageOS 4 (for 1.14)(from ocaml/opam:debian-13-ocaml-5.4@sha256:515f91384679260c4d76d9346991a9270d017efc081cbcf7b65bf75ac0c6cd9e)2026-02-19 09:40.58 ---> using "724e50f554abe841332fd9ee9d83624f9592d1368cc4463ef3d546f6169aa36a" from cache/: (comment debian-13-5.4_arm64_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-19 09:40.58 ---> using "aa3224ffa912fe43af96143f4eb0413b717c2dd972635a9f54d4e269f7a502ce" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-19 09:40.58 ---> using "eee2c0f3ec9a311741a876f0dc227db2a4c2841a510506e4be3f0af545c9e32a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-02-19 09:40.58 ---> using "9a0be1b07a7818d4a855398e1b66a120fa634d390c857b8966f10a05e63e2e8b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-19 09:40.58 ---> using "a9f48187e484773581299270020fbba19342c8afca6591785f779c0aec4550a5" 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_HEAD340ee6fd1f..48176cb9e4 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-19 09:40.58 ---> using "ccabf89609def9875e777c73280046c87d6afc9c50f83678e65a6d9653224632" from cache/src: (copy (src zarith.opam) (dst ./))2026-02-19 09:40.58 ---> saved as "0bbb73bea30435646e0e15d8095b6203b69edd6d4ab29d4dd942f3f78822778b"/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-19 09:41.00 ---> saved as "15399a0bd7bec0c692dc31823d6658d988f37e4e894b488eec76bb6f8cc67f7f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-19 09:41.00 ---> saved as "05fa6daeebfd5a71e8aedbbfdb5eb17ef0c8eb7ed20aab9ec589e6aaeb4ba43c"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.21.1 gmp.6.3.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [110 kB]- Fetched 201 kB in 0s (1693 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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"- 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 ... 20768 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-8_arm64.deb ...- Unpacking m4 (1.4.19-8) ...- Setting up m4 (1.4.19-8) ...# To update the current shell environment, run: eval $(opam env)2026-02-19 09:41.14 ---> saved as "9ccac1bd155170c9c7f2449188a007c1784528a779369a13cef704c2bff3ea30"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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-19 09:42.19 ---> saved as "e72b511beecc70d86e1442c69be9d3cb08269daf978f0e93d97958a581bcd498"/src: (copy (src .) (dst /src))2026-02-19 09:42.19 ---> saved as "d1c3389a4b9c8fc43871847213ad86d78f3a07fe5207dcd018511bf08ab10950"/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 -fPIC -pthread" LDFLAGS="-L/home/opam/.opam/5.4/lib/gmp/" CFLAGS="-I/home/opam/.opam/5.4/lib/gmp/" CPPFLAGS="-I/home/opam/.opam/5.4/lib/gmp/" ./configure --ocamllibdir /home/opam/.opam/5.4/lib/ocaml')binary ocaml: found in /home/opam/.opam/5.4/binbinary ocamlc: found in /home/opam/.opam/5.4/binbinary ocamldep: found in /home/opam/.opam/5.4/binbinary ocamlmklib: found in /home/opam/.opam/5.4/binbinary ocamldoc: found in /home/opam/.opam/5.4/binbinary gcc: found in /usr/binbinary ocamlopt: found in /home/opam/.opam/5.4/binchecking compilation with -I/home/opam/.opam/5.4/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/5.4/lib/ocaml -I/home/opam/.opam/5.4/lib/gmp/libraries: -lgmplinker options: -L/home/opam/.opam/5.4/lib/gmp/C options: -I/home/opam/.opam/5.4/lib/gmp/installation path: /home/opam/.opam/5.4/lib/ocamlinstallation method installconfiguration successful!now type "make" to buildthen type "make install" or "sudo make install" to install2026-02-19 09:42.22 ---> saved as "9f45044ecf13caa95ef5e0e6cfd4f5c550b12dc546d3f7d24492e07afc8db0ff"Job succeeded2026-02-19 09:42.23: Job succeeded