2025-08-22 12:23.10: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/master (faa4fb0419bc1f039704a5780582ca01076190b7) (linux-arm64:debian-12-4.14_arm64_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8 Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/bitv.git" -b "master" && cd "bitv" && git reset --hard faa4fb04 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8 # debian-12-4.14_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bitv.opam ./ RUN opam pin add -yn bitv.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.20.0 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.4 --depext-only -y bitv.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-08-22 12:23.10: Using cache hint "backtracking/bitv-ocaml/opam:debian-12-ocaml-4.14@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8-debian-12-4.14_arm64_opam-2.4-c6a028cdb65f24161983639666c22cd7" 2025-08-22 12:23.10: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8) (comment debian-12-4.14_arm64_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bitv.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bitv.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.20.0 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.4 --depext-only -y bitv.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-08-22 12:23.10: Waiting for resource in pool OCluster 2025-08-22 12:23.10: Waiting for worker… 2025-08-22 12:23.10: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at faa4fb0 release 2.1 (from ocaml/opam:debian-12-ocaml-4.14@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8' locally docker.io/ocaml/opam@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8: Pulling from ocaml/opam 6486595ad6bd: Already exists Digest: sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8 Status: Downloaded newer image for ocaml/opam@sha256:4c04b0e3dd8b67fb1469ee2163dba17fae4e2ebda4970a9e65eb646c31ff97f8 2025-08-22 12:23.11 ---> using "e8c6d6d5edb8c63ec9b2d2380ddd4ac5fe5549873b42f3f5dda8997a494d477e" from cache /: (comment debian-12-4.14_arm64_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-08-22 12:23.11 ---> using "d573d7c6e03fd246ddd0dee10a96d3c0c50b76c3d23da4551777e53763df4864" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-08-22 12:23.11 ---> using "3f8c28d2f0836843e7e2f355b8a50408255a9a1de31580e8e92e64290de935c0" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-08-22 12:23.11 ---> using "4e9f024447669c9ae374140407ce899efa174dc042e0f4deba2af8bbcd816cf8" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-08-22 12:23.11 ---> using "ed164e501a37192db1ea7b524d813e10671a47e6b256ab701bda1f5d0d055306" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee8b9193dd..0978bfceb7 master -> origin/master f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0 <><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.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) 2025-08-22 12:23.11 ---> using "9e9883aaf1dbf4a3ac4544b5b77adb0bf56a7d70353016c299df9e1ae5ae5d8e" from cache /src: (copy (src bitv.opam) (dst ./)) 2025-08-22 12:23.11 ---> using "cc99fa7cbe87e2702269dcf82a2a3233ab2c6843e04ea32a7cbf78a5acf52ec4" from cache /src: (run (network host) (shell "opam pin add -yn bitv.dev './'")) [bitv.dev] synchronised (file:///src) bitv is now pinned to file:///src (version dev) 2025-08-22 12:23.11 ---> using "9bc4e5dfbd565743c2a39c2952ea9af30405d4cbc25eca6440f0ec2b2578f044" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-08-22 12:23.11 ---> using "4f1a8eba97aef6200e8190334da88036fdcae2b2f5de625082a724d2ca6072db" from cache /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.0 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.4 --depext-only -y bitv.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm-updates/main arm64 Packages.diff/Index [21.8 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main arm64 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [6936 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [270 kB] - Fetched 554 kB in 0s (1269 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bitv.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). 2025-08-22 12:23.11 ---> using "a7955cdec1719442eb1b21f0a42c63b4959d78531af3284f1a4fce9f180c435b" from cache /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.20.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.20.0 (cached) -> installed dune.3.20.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-22 12:23.11 ---> using "befdde11dff07c2679caf56e9dca796146e6549d12c4e8d882a5e1a8aa903d34" from cache /src: (copy (src .) (dst /src)) 2025-08-22 12:23.13 ---> saved as "4b1dcdd781155ba23dab38dadf8f83a2b987c506d831e8caa0ed261b2834f81f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-08-22 12:23.14 ---> saved as "e4da927f0f6611331492883fbe78a1fce64af206259ba822ccc4bdd018e8c6d1" Job succeeded 2025-08-22 12:23.14: Job succeeded