2025-07-02 12:16.50: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (linux-x86_64:debian-12-5.4~alpha1_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77 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.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77 # debian-12-5.4~alpha1_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 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.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 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-07-02 12:16.50: Using cache hint "mirage/bigarray-compat-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77-debian-12-5.4~alpha1_opam-2.3-1921d1f684dfe4cbd0e15a33d743ba67" 2025-07-02 12:16.50: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77) (comment debian-12-5.4~alpha1_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 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.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.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-07-02 12:16.50: Waiting for resource in pool OCluster 2025-07-02 12:16.56: Waiting for worker… 2025-07-02 12:20.45: Got resource from pool OCluster Building on phoebe 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> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/bigarray-compat.git-4e52e49432df772c4adacf2b7f51d5c721790564/.git/ HEAD is now at 30febbb Set min dune version to 1.5 (#9) (from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:8582773c21cedba0ee784e7abc58e4ae8e8ec1fd5bb00bd01c6d864a18a3bd77) 2025-07-02 12:20.47 ---> using "7eeff0a897ba573e3887788a60a6c56290cc2b688e3dd8849ad000225167be2f" from cache /: (comment debian-12-5.4~alpha1_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-07-02 12:20.47 ---> using "f362fb86509f313e940fd46f809dea011c9e12de45cd732e10c9cb6f1e69dd99" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] Initialised 2025-07-02 12:20.47 ---> using "83f26b8a182ca93e937604f79038f21c2d078c7be693bf219f6439df39ed5bb6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-62-generic The OCaml toplevel, version 5.4.0~alpha1 2.3.0 2025-07-02 12:20.47 ---> using "4e6c1dbc65dc1f5ee77c6e77d9b87ac2d2372a2909f20b7eebc1b4323415fab2" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-02 12:20.47 ---> using "cc1fd244bac21da976d3e244ee9414006eca70002afed797b133c13a5cb211ca" 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 ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [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-07-02 12:20.47 ---> using "29fc1c9fa26d0b531ed5ac3fde5403f699586a6eb6a39c3ebcc574f4c03b8242" from cache /src: (copy (src bigarray-compat.opam) (dst ./)) 2025-07-02 12:20.48 ---> saved as "355094f6fc1df3ea14857b0bb20b748344fc25603e3bb90845956f374de7dcdc" /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-07-02 12:20.51 ---> saved as "ef4a28ec45c0919cc55b928aa3810fdc3b39c914cf889aedc2e07492cbfd8163" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-02 12:20.51 ---> saved as "b276839456487a4a7528490f7a85339ebd175511759d81dac786f17d62d369bf" /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.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.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 amd64 Packages [270 kB] - Fetched 373 kB in 1s (424 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-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [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-07-02 12:21.20 ---> saved as "42c6617b4b959484d01a6b0ee7a8df9af880212637c7abd2014eeeee733fbc28" /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~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [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 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-07-02 12:22.47 ---> saved as "9eb713ccab95d7dcf38ec2fa8d51aae6599151298c6de2c105b25a887d6a9628" /src: (copy (src .) (dst /src)) 2025-07-02 12:22.47 ---> saved as "f0ab743eaf4fd0050aa5e9055107deac15312d679208a83391d554f5b888dc96" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-02 12:22.48 ---> saved as "36b7dd17c7ef339a135bf01f454af1bccb424123b2923b71e80700963f1815cd" Job succeeded 2025-07-02 12:22.48: Job succeeded