2026-02-26 07:25.05: New job: test mirage/bigarray-compat https://github.com/mirage/bigarray-compat.git#refs/heads/master (30febbbfda40afbdec11bb8340d6e3bcd543bd8a) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:fe9d7e29a6f4615e0fa861f28e7079d3936bac0337a8abb4cd8f83e601b6f7c7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/bigarray-compat.git" -b "master" && cd "bigarray-compat" && git reset --hard 30febbbfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:fe9d7e29a6f4615e0fa861f28e7079d3936bac0337a8abb4cd8f83e601b6f7c7# ubuntu-24.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.21.1 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.5 --depext-only -y bigarray-compat.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-26 07:25.05: Using cache hint "mirage/bigarray-compat-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:fe9d7e29a6f4615e0fa861f28e7079d3936bac0337a8abb4cd8f83e601b6f7c7-ubuntu-24.04-4.14_opam-2.5-19c7ea927ec584f1d0ed33f355782858"2026-02-26 07:25.05: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:fe9d7e29a6f4615e0fa861f28e7079d3936bac0337a8abb4cd8f83e601b6f7c7)(comment ubuntu-24.04-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 (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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-threads.base base-unix.base dune.3.21.1 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.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-02-26 07:25.05: Waiting for resource in pool OCluster2026-02-26 08:50.54: Waiting for worker…2026-02-26 08:56.36: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 30febbb Set min dune version to 1.5 (#9)(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:fe9d7e29a6f4615e0fa861f28e7079d3936bac0337a8abb4cd8f83e601b6f7c7)2026-02-26 08:56.37 ---> using "b25396ca8f2405ecf9fd7afb7ad3d8c6ad85adbe6b0f78322354d8f4b03068af" from cache/: (comment ubuntu-24.04-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-02-26 08:56.37 ---> using "2fe0f654ca0d4526cfbb4ce7422c4c4c0eed9248d387e58c89f1a6f031d61f2c" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-26 08:56.37 ---> using "1eff20eb9dd971a1dd575124ed168cb7f3f78d0007d3137f459ff43627589ace" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.5.02026-02-26 08:56.37 ---> using "6246df6cee5ae6fc001c03884e2d781a777d752f95d77aa2005289be024d394e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-26 08:56.37 ---> using "cb85a0d3d7d5dfb95fa62ce0ece31aecc5f5897f9c925caad408589fcb147d4b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..ffc3fe0dd7 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.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-02-26 08:56.37 ---> using "58a09eaaab2318850b8a2eaae0bf638cc7ef1c2c2f4a6ab10214dad21ab5ab0e" from cache/src: (copy (src bigarray-compat.opam) (dst ./))2026-02-26 08:56.38 ---> saved as "df69878b08e78ef327b70250284a3fb90ab16b4078da4b11fda3caf0c7a8a5c5"/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-02-26 08:56.42 ---> saved as "7cade9a35891f7625cac91d2dc4cafbf6d2d0b47415a68aec8e31de4f23654e9"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-26 08:56.42 ---> saved as "ffea026593d65e0a4bfdc516679ce894e1b82c83c9a9b7bb6a03b7162dfe2338"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.21.1 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.5 --depext-only -y bigarray-compat.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2276 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3471 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2017 kB]- Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1209 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3246 kB]- Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1879 kB]- Fetched 14.5 MB in 2s (6752 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 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).# To update the current shell environment, run: eval $(opam env)2026-02-26 08:57.08 ---> saved as "51cc11f7269388bdfeaee9a4fa796271aeea056b94ec030ad070f1c4dacef67b"/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 1 package- install dune 3.21.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.21.1 (cached)-> installed dune.3.21.1Done.# To update the current shell environment, run: eval $(opam env)2026-02-26 08:58.37 ---> saved as "acd593e524584af88c0881037dade9e422adaf3199ec6435f4dc70d1bb22ed7b"/src: (copy (src .) (dst /src))2026-02-26 08:58.37 ---> saved as "0e032e52ce2e446e1193ed4a89795ff24a65b0180d749955d19b8d6f6831c8cb"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-26 08:58.38 ---> saved as "64e28541f771cd80282a7be3909b2f59383b6b3767459a7ff9b1b3cf7b5dc41c"Job succeeded2026-02-26 08:58.39: Job succeeded