2025-10-18 16:36.45: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.14 (df8969d9bb95cffca13e31a615189ab27ada0684) (linux-s390x:debian-13-5.4_s390x_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56 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 ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56 # debian-13-5.4_s390x_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 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-ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56-debian-13-5.4_s390x_opam-2.4-c3e05adbea758a87d418efc245c23ecf" 2025-10-18 16:36.45: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56) (comment debian-13-5.4_s390x_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 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 22:33.42: Waiting for worker… 2025-10-19 02:24.51: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at df8969d Dunify and be compatible with MirageOS 4 (for 1.14) (from ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56' locally docker.io/ocaml/opam@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56: Pulling from ocaml/opam Digest: sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56 Status: Downloaded newer image for ocaml/opam@sha256:7bf2a5fff6ff768115a3aed6835597616e5d7028297495b2831d6a5321101b56 2025-10-19 02:24.51 ---> using "a128bfd01bb80d71478e91eb74ae251c04a8a545b2534d48961ea1523fc75e08" from cache /: (comment debian-13-5.4_s390x_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-19 02:24.51 ---> using "ad559bad5a33a6da23fc84750ec03380ea5444e2d9295767b1d4e210f765eae5" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-19 02:24.51 ---> using "4a34856ac24d73631c028329e06537056ba0bceff9a06580b42b8b63d4b519c8" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-71-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-10-19 02:24.51 ---> using "05a9a0a08d2aac90a7a2f886a781f1521238963adfed37aa1bd3d89e7193bf49" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-19 02:24.51 ---> using "7dba89642174209eee340c93f50f8848a18627f0c8f31342d3e89f9c6dfdd3c1" 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. # To update the current shell environment, run: eval $(opam env) 2025-10-19 02:24.51 ---> using "141e67193a33b47d0f3792c3de42a0b84ce033594d34b8b15706e58a03eb0afd" from cache /src: (copy (src zarith.opam) (dst ./)) 2025-10-19 02:24.53 ---> saved as "d303b57068b7f2384832ea41e36076fa16348c6434d4173cbe6cee5758780623" /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-19 02:24.56 ---> saved as "9c8bf568aaabc49eb47b87ac9656e4c2ee3b7bec33a370aeb866275e990d2c4a" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-19 02:24.57 ---> saved as "5e2684c98c1c71bfde74cac8d9413cf2f19bea8c01a782488bbe9eef38e091fd" /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")) + /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 s390x Packages [51.9 kB] - Fetched 143 kB in 0s (825 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 ... 20412 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-8_s390x.deb ... - Unpacking m4 (1.4.19-8) ... - Setting up m4 (1.4.19-8) ... 2025-10-19 02:25.23 ---> saved as "562433a533a5404cd83774f6521634a52d876abc285024b88035c9c3f175bafe" /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.20.2 - install gmp 6.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.20.2 (cached) -> retrieved gmp.6.3.0 (cached) -> installed conf-m4.1 -> installed dune.3.20.2 -> installed gmp.6.3.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-19 02:26.41 ---> saved as "28ea2930e85cbff973228384fe43c863d3c98726e248dc6b0745756394b074d5" /src: (copy (src .) (dst /src)) 2025-10-19 02:26.42 ---> saved as "7596876b071274e33dac17fc01f88001ce0c1a671e0b1d19ac28825694db3ed2" /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/bin binary ocamlc: found in /home/opam/.opam/5.4/bin binary ocamldep: found in /home/opam/.opam/5.4/bin binary ocamlmklib: found in /home/opam/.opam/5.4/bin binary ocamldoc: found in /home/opam/.opam/5.4/bin binary gcc: found in /usr/bin binary ocamlopt: found in /home/opam/.opam/5.4/bin checking compilation with -I/home/opam/.opam/5.4/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/lib/ocaml -I/home/opam/.opam/5.4/lib/gmp/ libraries: -lgmp linker 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/ocaml installation method install configuration successful! now type "make" to build then type "make install" or "sudo make install" to install 2025-10-19 02:27.00 ---> saved as "68634f429a8825fd5b4fecefc8687d9420981fed02a6c8b54a9be8fe30016443" Job succeeded 2025-10-19 02:27.00: Job succeeded