2026-05-22 09:47.35: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.14 (df8969d9bb95cffca13e31a615189ab27ada0684) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)Base: freebsd-15.0-ocaml-4.14Opam 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 freebsd-15.0-ocaml-4.14# freebsd-15.0-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.23.1 gmp.6.3.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-05-22 09:47.35: Using cache hint "mirage/Zarith-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-4dc3235c08df864024ed072d33f31267"2026-05-22 09:47.35: Using OBuilder spec:((from freebsd-15.0-ocaml-4.14)(comment freebsd-15.0-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/local/bin/opam-2.5 /usr/local/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src zarith.opam) (dst ./))(run (network host)(shell "opam pin add -yn zarith.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.23.1 gmp.6.3.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-05-22 09:47.35: Waiting for resource in pool OCluster2026-05-22 10:50.11: Waiting for worker…2026-05-22 11:47.37: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at df8969d Dunify and be compatible with MirageOS 4 (for 1.14)(from freebsd-15.0-ocaml-4.14)2026-05-22 11:53.33 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache/: (comment freebsd-15.0-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/local/bin/opam-2.5 /usr/local/bin/opam"))2026-05-22 11:53.34 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADdd592986d4..3e30e43808 master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-22 11:53.34 ---> using "fb3083ac8add2a4332c1de3c259b6a47598bafbb8d7b0e1e5e29c6b67f7a9368" from cache/src: (run (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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-05-22 11:53.34 ---> using "78a4a21c6992546881f03c67103b6069b09634072ed47b64152f6a67c50e9726" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 4.14.32.5.02026-05-22 11:53.34 ---> using "43c72d0347cbf09be0c1fd4cc67947aaff7d6ae679de74065c879f04bdf95654" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-22 11:53.34 ---> using "d979286dd9e14604e99df325f53a1345c6df7183f6e219b922aeaafa5a252095" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-05-22 11:53.35 ---> using "1f120899db56a2e1ee0875447c3e55c03c975334bb3f7095405979436b3a79d0" from cache/src: (copy (src zarith.opam) (dst ./))2026-05-22 11:53.35 ---> saved as "594472b1b90ad6ca4c52deb60528b39279b1fde0bb7dc1cf2c4a33fa5cccb37d"/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-05-22 11:53.36 ---> saved as "33e988fbe7cd603a0262030a25f2e2ac040a11210e23577852e8f39b707297c3"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-22 11:53.37 ---> saved as "5de66d2573762bcf0909531a6faa99d04fae15173d4ad5e1f94080f49a16d7aa"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.23.1 gmp.6.3.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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"))[WARNING] Unknown update command for bsd, skipping system update<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).2026-05-22 11:53.43 ---> saved as "a477a3e951e587f9c890c145a4931b06231ddb750c29068dadbb4e15674d5649"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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∗ conf-m4 1∗ dune 3.23.1∗ gmp 6.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>∗ installed conf-m4.1⬇ retrieved gmp.6.3.0 (cached)⬇ retrieved dune.3.23.1 (cached)∗ installed dune.3.23.1∗ installed gmp.6.3.0Done.2026-05-22 11:56.05 ---> saved as "99257993d221598d649d06a8f2bc3329a74b21970fcfb9c7d35c477c20d79fc7"/src: (copy (src .) (dst /src))2026-05-22 11:56.07 ---> saved as "6fde105cb9aa0c1a9c71b483ee48e31a56e8872c5f6289237309bbaf38fd26dc"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /usr/local/bin/bash -e -u -o pipefail -c 'env CC="cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC" LDFLAGS="-L/home/opam/.opam/4.14.3/lib/gmp/" CFLAGS="-I/home/opam/.opam/4.14.3/lib/gmp/" CPPFLAGS="-I/home/opam/.opam/4.14.3/lib/gmp/" ./configure --ocamllibdir /home/opam/.opam/4.14.3/lib/ocaml')binary ocaml: found in /home/opam/.opam/4.14.3/binbinary ocamlc: found in /home/opam/.opam/4.14.3/binbinary ocamldep: found in /home/opam/.opam/4.14.3/binbinary ocamlmklib: found in /home/opam/.opam/4.14.3/binbinary ocamldoc: found in /home/opam/.opam/4.14.3/binbinary cc: found in /usr/binbinary ocamlopt: found in /home/opam/.opam/4.14.3/binchecking compilation with -I/home/opam/.opam/4.14.3/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.3/lib/ocaml -I/home/opam/.opam/4.14.3/lib/gmp/libraries: -lgmplinker options: -L/home/opam/.opam/4.14.3/lib/gmp/C options: -I/home/opam/.opam/4.14.3/lib/gmp/installation path: /home/opam/.opam/4.14.3/lib/ocamlinstallation method installconfiguration successful!now type "make" to buildthen type "make install" or "sudo make install" to install2026-05-22 11:56.16 ---> saved as "c389b44ab1512486c5804e773ab1f4c1dd27fe666acc7d7c452197e995e41692"Job succeeded2026-05-22 12:03.35: Job succeeded