2026-03-28 07:25.25: New job: test MagnusS/bmtune https://github.com/MagnusS/bmtune.git#refs/heads/master (3b5239a6aaca04fa1f2473ff114761ab161d7d5f) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217Opam project buildTo reproduce locally:git clone --recursive "https://github.com/MagnusS/bmtune.git" -b "master" && cd "bmtune" && git reset --hard 3b5239a6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217# debian-12-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bmtune.opam ./RUN opam pin add -yn bmtune.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.22.0 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 bmtune.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-03-28 07:25.25: Using cache hint "MagnusS/bmtune-ocaml/opam:debian-12-ocaml-4.14@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217-debian-12-4.14_opam-2.5-591cd89eae3e815165e825275035bd99"2026-03-28 07:25.25: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217)(comment debian-12-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bmtune.opam) (dst ./))(run (network host)(shell "opam pin add -yn bmtune.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.0 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 bmtune.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-03-28 07:25.25: Waiting for resource in pool OCluster2026-03-28 07:32.02: Waiting for worker…2026-03-28 07:32.27: Got resource from pool OClusterBuilding on clete.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: 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' andhint: '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/bmtune.git-52966f4b0fb43226fea36b43dbaf799429f48412/.git/HEAD is now at 3b5239a Add link to linuxkit image(from ocaml/opam:debian-12-ocaml-4.14@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217' locallydocker.io/ocaml/opam@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217: Pulling from ocaml/opamDigest: sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc2217Status: Downloaded newer image for ocaml/opam@sha256:a1f2d2c02c09f799df9c55806e2a2376511a5fcfccb10a5d52027260a8fc22172026-03-28 07:32.30 ---> using "5ba77b184044a1152dad4a526cc79dfa9aa3e8978ea7f15538a3d2bc20679358" from cache/: (comment debian-12-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-03-28 07:32.30 ---> using "ac518c0236accf65b1e565d293be5d2f0b11014dfb1f20e3af7488f701ac7f96" 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-03-28 07:32.33 ---> saved as "1ee1f8ddaf3531660a80c4d4214d68aee62a60930819ce36f0288ecea5106e67"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.02026-03-28 07:32.33 ---> saved as "5436304947cbb19bb2a8079b911260a013c4956131337c83052a04045cdb7a45"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-28 07:32.33 ---> saved as "78073250ba9b9eca848aea2366daefbbd862a18338f86de423bc035b40edd59f"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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.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-03-28 07:32.44 ---> saved as "7ca5c653eeeb9fd5b28d739252a0e48b6ed3d8be4333c6329fc7cc0655bf5ea5"/src: (copy (src bmtune.opam) (dst ./))2026-03-28 07:32.44 ---> saved as "f5982d0e9137347dc7efebc0db83f1c9059cff10f7a54efb2f9bfd663aa4c763"/src: (run (network host)(shell "opam pin add -yn bmtune.dev './'"))[NOTE] Package bmtune does not exist in opam repositories registered in the current switch.[bmtune.dev] synchronised (file:///src)bmtune is now pinned to file:///src (version dev)2026-03-28 07:32.46 ---> saved as "898a8ddc96527902c959f0698829edf097eef058c8922b62c7db0fc3d646e5e1"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-28 07:32.46 ---> saved as "25dddb23c7586d8a5af284187749d427fdfc26217caa3e97e3290ae4f3c4697c"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.0 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 bmtune.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 [294 kB]- Fetched 397 kB in 1s (622 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bmtune.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-03-28 07:32.57 ---> saved as "40c59dd65cf09c2f0339f678d3f1f0537d3edbe6aa299d7fc6c3c4f86d9afa3d"/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.22.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.22.0 (cached)-> installed dune.3.22.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-28 07:33.39 ---> saved as "20133ea0f60b44076d4e17bfd01668945d1912ca65c23859dbd615b117ec116a"/src: (copy (src .) (dst /src))2026-03-28 07:33.39 ---> saved as "b8799883820b6a5f77587eecb5f673f63101ae261208d630a5342402636cc542"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-28 07:33.40 ---> saved as "6464239d353af1fafbcaf6731534de0412950d5a62dea83b5f45e3622d63edb7"Job succeeded2026-03-28 07:33.40: Job succeeded