2025-10-18 16:36.45: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.14 (df8969d9bb95cffca13e31a615189ab27ada0684) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4) Base: freebsd-14.3-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/Zarith.git" -b "zarith-1.14" && cd "Zarith" && git reset --hard df8969d9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-5.4 # freebsd-14.3-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u COPY --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.20.2 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.4 --depext-only -y zarith.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-18 16:36.45: Using cache hint "mirage/Zarith-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-c3e05adbea758a87d418efc245c23ecf" 2025-10-18 16:36.45: Using OBuilder spec: ((from freebsd-14.3-ocaml-5.4) (comment freebsd-14.3-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && 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.20.2 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.4 --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")) ) 2025-10-18 16:36.45: Waiting for resource in pool OCluster 2025-10-18 17:34.47: Waiting for worker… 2025-10-18 18:27.11: Got resource from pool OCluster Building on rosemary hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /obuilder/state/git/Zarith.git-552a6ed06f1920b85bff3c34d2d8f06f7a1b9554/.git/ HEAD is now at df8969d Dunify and be compatible with MirageOS 4 (for 1.14) (from freebsd-14.3-ocaml-5.4) 2025-10-18 18:25.47 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache /: (comment freebsd-14.3-5.4_opam-2.4) /: (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.4 /usr/local/bin/opam")) 2025-10-18 18:25.47 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-10-18 18:25.48 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-18 18:25.48 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 18:25.48 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u")) c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2025-10-18 18:25.48 ---> using "7b470e15d53951b3805f1151070ba9122122671b1fa20b1376142b366efd8f9b" from cache /src: (copy (src zarith.opam) (dst ./)) 2025-10-18 18:25.49 ---> saved as "60f70bc7c75b0f3ccfeafe54819cbd614231dc6cb4c3b1a4b972df985e302154" /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) 2025-10-18 18:25.50 ---> saved as "8d94c9028d35fa342ec468319c9de8d27280ceffa9e4c3c492daad8a4119d3f6" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 18:25.51 ---> saved as "1bd5ab864d707a0768067b7125cc91d1759d6c23288c92165a4273a5fbe7d1fd" /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.20.2 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.4 --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 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). 2025-10-18 18:25.57 ---> saved as "46ced9197804c41e8c1bdea328f3e9515389efcf74799369514b7e2ac5672713" /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 ∗ conf-m4 1 ∗ dune 3.20.2 ∗ gmp 6.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-m4.1 ⬇ retrieved gmp.6.3.0 (https://github.com/mirage/ocaml-gmp/releases/download/6.3.0/gmp-6.3.0.tbz) ⬇ retrieved dune.3.20.2 (cached) ∗ installed dune.3.20.2 ∗ installed gmp.6.3.0 Done. 2025-10-18 18:27.07 ---> saved as "421de55cd6ce61cbcb557f3be4c9da334e69f19e8a0959b43032361a14613f6f" /src: (copy (src .) (dst /src)) 2025-10-18 18:27.07 ---> saved as "88b37a821b4bd5f09b109e5138712e2f7010af65a4e4c7960b4dbb8b40f0485d" /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 -fPIC -pthread" LDFLAGS="-L/home/opam/.opam/5.4.0/lib/gmp/" CFLAGS="-I/home/opam/.opam/5.4.0/lib/gmp/" CPPFLAGS="-I/home/opam/.opam/5.4.0/lib/gmp/" ./configure --ocamllibdir /home/opam/.opam/5.4.0/lib/ocaml') binary ocaml: found in /home/opam/.opam/5.4.0/bin binary ocamlc: found in /home/opam/.opam/5.4.0/bin binary ocamldep: found in /home/opam/.opam/5.4.0/bin binary ocamlmklib: found in /home/opam/.opam/5.4.0/bin binary ocamldoc: found in /home/opam/.opam/5.4.0/bin binary cc: found in /usr/bin binary ocamlopt: found in /home/opam/.opam/5.4.0/bin checking compilation with -I/home/opam/.opam/5.4.0/lib/gmp/: working include caml/mlvalues.h: found library dynlink.cmxa: found binary ocamlfind: not found binary install: found in /usr/bin OCaml's word size is 64 include gmp.h: found library gmp: found OCaml supports -bin-annot to produce documentation detected configuration: native-code: yes dynamic linking: yes defines: -DHAS_GMP includes: -I/home/opam/.opam/5.4.0/lib/ocaml -I/home/opam/.opam/5.4.0/lib/gmp/ libraries: -lgmp linker options: -L/home/opam/.opam/5.4.0/lib/gmp/ C options: -I/home/opam/.opam/5.4.0/lib/gmp/ installation path: /home/opam/.opam/5.4.0/lib/ocaml installation method install configuration successful! now type "make" to build then type "make install" or "sudo make install" to install 2025-10-18 18:27.12 ---> saved as "7efd5250103e0b9e2c06233fc88eb4c15727d4f8bd62269228e0dda2c0177e32" Job succeeded 2025-10-18 18:28.38: Job succeeded