2025-06-12 14:15.56: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (linux-x86_64:debian-12-5.3_x86_32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:7d5f73919df4824da18b0e4f040a24e9fcbfe1243e60ed476af13328f84b6ff0 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/bigarray-compat.git" -b "master" && cd "bigarray-compat" && git reset --hard 30febbbf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:7d5f73919df4824da18b0e4f040a24e9fcbfe1243e60ed476af13328f84b6ff0 # debian-12-5.3_x86_32_opam-2.3 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 bigarray-compat.opam ./ RUN opam pin add -yn bigarray-compat.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 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bigarray-compat.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-12 14:15.56: Using cache hint "mirage/bigarray-compat-ocaml/opam:debian-12-ocaml-5.3@sha256:7d5f73919df4824da18b0e4f040a24e9fcbfe1243e60ed476af13328f84b6ff0-debian-12-5.3_x86_32_opam-2.3-e648bb400ffecef4837892c0474b131e" 2025-06-12 14:15.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:7d5f73919df4824da18b0e4f040a24e9fcbfe1243e60ed476af13328f84b6ff0) (comment debian-12-5.3_x86_32_opam-2.3) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 bigarray-compat.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bigarray-compat.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 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 bigarray-compat.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-12 14:15.56: Waiting for resource in pool OCluster 2025-06-12 17:06.58: Waiting for worker… 2025-06-12 17:08.51: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 30febbb Set min dune version to 1.5 (#9) (from ocaml/opam:debian-12-ocaml-5.3@sha256:7d5f73919df4824da18b0e4f040a24e9fcbfe1243e60ed476af13328f84b6ff0) WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-06-12 17:08.51 ---> using "9b12666d6d2a46f7ba71584c035de7dd74846fb21c74e89b901545c4a4373a80" from cache /: (comment debian-12-5.3_x86_32_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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-12 17:08.51 ---> using "287a11bf34e85ef78745011808427e4f34f4c52dea3550b5cb3d44d5c3925dd8" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-12 17:08.51 ---> using "0d23fa55496e9419735e3d0e29e3c95624c1b5270cd351d848de6e45a15d894e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-06-12 17:08.51 ---> using "63a5857f7d47fb023b1e0d50db7195f4c1758fdf622f26c58db67103b0eead5f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-12 17:08.51 ---> using "a738c505c1ef7b75b5cd89126a863cca8dc5e0c05287c6ee681596206ed2eb4f" 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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bc726805e3..a28eb8a148 master -> origin/master 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-12 17:08.51 ---> using "ec2fc12f8b2621c7b90f586989d02665a91c0f585170fa4dfb841746e117535a" from cache /src: (copy (src bigarray-compat.opam) (dst ./)) 2025-06-12 17:08.52 ---> saved as "617dc0f569864c6b558f14c300a1f885b4c72d8e61e96b518fcd07d0f564ad4f" /src: (run (network host) (shell "opam pin add -yn bigarray-compat.dev './'")) [bigarray-compat.dev] synchronised (file:///src) bigarray-compat is now pinned to file:///src (version dev) 2025-06-12 17:08.55 ---> saved as "076ddca207ef49bb370ed4437e62d6b5f73ad45b3fa0d8415e3e9fc2366f2238" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-12 17:08.55 ---> saved as "bde99fc0f162bf356896d6ab991abe42d9a9e008bafb89a50af346913c6389e3" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 bigarray-compat.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [259 kB] - Fetched 362 kB in 1s (369 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bigarray-compat.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-option-bytecode-only 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-06-12 17:09.13 ---> saved as "7d13c3a46ca87f39f6f4c2a59b5a7cad760c65996d42b2a063ab8a04628fc1eb" /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-option-bytecode-only 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 1 package - install dune 3.19.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.19.1 (cached) -> installed dune.3.19.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-12 17:14.53 ---> saved as "546c364469c7d62cf8e34f1cca6b15773c4d602d2f26c1907ad0cbc3904b43f5" /src: (copy (src .) (dst /src)) 2025-06-12 17:14.53 ---> saved as "9175895016670178bb29c92f0e1979db25918e67d69aad3fb2ddae9e6d285c2b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-06-12 17:14.54 ---> saved as "bb16edc9c5ce5ae0626d8e99c0176b36ee2fe4a1fbf21d7685c3fb80b2166516" Job succeeded 2025-06-12 17:14.54: Job succeeded