2026-06-02 15:01.03: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (linux-x86_64:alpine-3.23-4.14_opam-2.5) Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 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:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387 # alpine-3.23-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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-threads.base base-unix.base dune.3.23.1 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 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 2026-06-02 15:01.03: Using cache hint "mirage/bigarray-compat-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387-alpine-3.23-4.14_opam-2.5-65061e26d60e1d4eae567450e5d48ea9" 2026-06-02 15:01.03: Using OBuilder spec: ((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387) (comment alpine-3.23-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/bin/opam-2.5 /usr/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 bigarray-compat.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bigarray-compat.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 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 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")) ) 2026-06-02 15:01.03: Waiting for resource in pool OCluster 2026-06-02 15:50.30: Waiting for worker… 2026-06-02 15:54.00: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at 30febbb Set min dune version to 1.5 (#9) (from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:e6d488fded0eb95c5f2ff49163d2fc1dc2ab9519311b8ec28ef97d1d3e026387) 2026-06-02 15:54.00 ---> using "645db74cf2f6617db2ad81b0e818e4f1f9c438bf86fc197e2b1f68b1d3dfdf29" from cache /: (comment alpine-3.23-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/bin/opam-2.5 /usr/bin/opam")) 2026-06-02 15:54.00 ---> using "cf8a7eb63fdaa4274d5ee8634b4a7b94f9670fcdafb4f064aa00246fcc10cd06" 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")) c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-06-02 15:54.00 ---> using "a218be502030aa9bb7f549b3ce1a3ae2557dd57f02075fadfc67380f505ae4ad" 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. Continue? [Y/n] y 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. [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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com (Could not contact DNS servers)" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-02 15:54.00 ---> using "4f523c7d4745fce438a54b36da96f723989e2e5d4ec70c21de877c0cdc177935" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-02 15:54.00 ---> using "7949df54ce6970c564a4bf56d43ea82ed8285a3985c52812abb95e52dedffc44" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-02 15:54.00 ---> using "e3756b85b4c17d4e5ed9bed65403d563aab03a7f8a591074112948d13345d3bd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, 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. # To update the current shell environment, run: eval $(opam env) 2026-06-02 15:54.00 ---> using "93cd4ee304db1fd84732798229edd34654aa56cf7a5998999d544ac3c636fd6d" from cache /src: (copy (src bigarray-compat.opam) (dst ./)) 2026-06-02 15:54.01 ---> saved as "43b00c13bf78e7901ceb3619bc1a091343cb3f076dd8336d167be500171a226f" /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) 2026-06-02 15:54.04 ---> saved as "14f2132dbb0ac9a2b16ed38ea7df8fce4be8c5acda1b64867b851decd19074fd" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-02 15:54.04 ---> saved as "654c165b98d5f4faf5d0d82b1ae59f351a96f154eaf3fc155f3f4e3c7fd4cbed" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 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 bigarray-compat.dev $DEPS")) + /usr/bin/sudo "apk" "update" - v3.23.4-321-gd7ba2f7929f [https://dl-cdn.alpinelinux.org/alpine/v3.23/main] - v3.23.4-326-g3e2b6523bc0 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community] - v20260127-10687-gd9e76d56b8e [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-10753-g6b63703a58e [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-10749-g6db09ef5474 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 62392 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bigarray-compat.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). # To update the current shell environment, run: eval $(opam env) 2026-06-02 15:54.19 ---> saved as "8fab8d407e771ddc38a321072a9ec775600eb741201757dfc73df2de0a1890c8" /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 1 package - install dune 3.23.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.23.1 (cached) -> installed dune.3.23.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-02 15:55.25 ---> saved as "9c1b5348175060665aea47c5332dc4619dbe1b0b20de549a99842e08c553f3b1" /src: (copy (src .) (dst /src)) 2026-06-02 15:55.25 ---> saved as "1112abdffdda45b5fcf39c69decdb214dcdc5f2fe375c81e58935ada93c6deff" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-06-02 15:55.26 ---> saved as "9e3f544b29902d32b08556b0938dd2e196c97e734ce21faa7aaebb5ffd641ade" Job succeeded 2026-06-02 15:55.26: Job succeeded