2025-06-17 18:28.36: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.13 (9de5ec36fc0851f19985b235aa07d56661688155) (linux-x86_64:ubuntu-24.04-4.14_opam-2.3) Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/Zarith.git" -b "zarith-1.13" && cd "Zarith" && git reset --hard 9de5ec36 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498 # ubuntu-24.04-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-threads.base base-unix.base conf-m4.1 dune.3.19.1 gmp.6.2.1-5 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.3 --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-06-17 18:28.36: Using cache hint "mirage/Zarith-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498-ubuntu-24.04-4.14_opam-2.3-5c087eebcc6e5709f9dfd43ce87bbbe5" 2025-06-17 18:28.36: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498) (comment ubuntu-24.04-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 gmp.6.2.1-5 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.3 --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-06-17 18:28.36: Waiting for resource in pool OCluster 2025-06-17 20:27.21: Waiting for worker… 2025-06-17 20:30.01: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 9de5ec3 revert a6ad837b (use ocamlc to test C compiler in configure) (from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498) 2025-06-17 20:30.02 ---> using "e5afc2ae3625d287ff6ad11e1ee8e8c8b323aef4830c05f394017983edb5ece1" from cache /: (comment ubuntu-24.04-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-17 20:30.02 ---> using "5378c45e1f53f35b8a2cc57978b8510a8e388e87b11ddebc0a2ef8672782fc07" 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 development 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-17 20:30.02 ---> using "870a79a9cdb1deb7840ad725d9ab2efecd423034bce03d66f2a18be97b573a87" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-59-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-17 20:30.02 ---> using "10bc4f77583933fc22d09fff3b6119e5ecf7914e9ab7174dfb7ce9292e5cbc7a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 20:30.02 ---> using "929a7cbd5251e9c159ca9dac600cdedb0ee70ea98d87bda1e61823b61e3558c1" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-06-17 20:30.02 ---> using "b40e04ac7123af4570c874af0e319ec57b89f6486e9a880675258eda564c0391" from cache /src: (copy (src zarith.opam) (dst ./)) 2025-06-17 20:30.02 ---> saved as "86c76aee2a54777671eb07a6bcf6fc1660002ec55ea9bb6953029725858eaa1b" /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-06-17 20:30.06 ---> saved as "8dc51c354a3c4d74da79c193d5899a8b95a929dc137242c77192e15b98290888" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 20:30.06 ---> saved as "b90a4635cabfe7cdaf75106cf3e6e40236aaf133ce01c4134b55a36c47bcb52c" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.19.1 gmp.6.2.1-5 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.3 --depext-only -y zarith.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease - Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1100 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1509 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1094 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1403 kB] - Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1425 kB] - Fetched 6909 kB in 1s (5008 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 ... 16335 files and directories currently installed.) - Preparing to unpack .../m4_1.4.19-4build1_amd64.deb ... - Unpacking m4 (1.4.19-4build1) ... - Setting up m4 (1.4.19-4build1) ... 2025-06-17 20:30.45 ---> saved as "3d24ada95a3d697797e9ac9a7304d10ab41939e5190286cd5000a3d44127da6d" /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.19.1 - install gmp 6.2.1-5 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-m4.1 -> retrieved gmp.6.2.1-5 (cached) -> retrieved dune.3.19.1 (cached) -> installed dune.3.19.1 -> installed gmp.6.2.1-5 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-17 20:32.27 ---> saved as "c2b3d243a99a61c8ed4a1284acfbd539e6eb936c17eaafb758f4cf1b1082b966" /src: (copy (src .) (dst /src)) 2025-06-17 20:32.27 ---> saved as "4ea3c6725d3a239c26c2d5f6d8af76b39206dce681d0b27f331008667205e2af" /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/bin binary ocamlc: found in /home/opam/.opam/4.14/bin binary ocamldep: found in /home/opam/.opam/4.14/bin binary ocamlmklib: found in /home/opam/.opam/4.14/bin binary ocamldoc: found in /home/opam/.opam/4.14/bin binary gcc: found in /usr/bin binary ocamlopt: found in /home/opam/.opam/4.14/bin checking compilation with -I/home/opam/.opam/4.14/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/4.14/lib/ocaml -I/home/opam/.opam/4.14/lib/gmp/ libraries: -lgmp linker 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/ocaml installation method install configuration successful! now type "make" to build then type "make install" or "sudo make install" to install 2025-06-17 20:32.33 ---> saved as "2892c87366a502b0668553518bf94f268d4baf51c5cb4765809da3155cdef5cb" Job succeeded 2025-06-17 20:32.33: Job succeeded