2025-08-22 12:23.10: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/master (faa4fb0419bc1f039704a5780582ca01076190b7) (linux-x86_64:ubuntu-24.10-5.3_opam-2.4) Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74 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:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74 # ubuntu-24.10-5.3_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74-ubuntu-24.10-5.3_opam-2.4-bcbc5a690e8e438e2c281b9530d8f9a9" 2025-08-22 12:23.10: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74) (comment ubuntu-24.10-5.3_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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.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:27.21: Got resource from pool OCluster Building on phoebe HEAD is now at a077dda Merge pull request #38 from mbarbin/dst-label HEAD is now at faa4fb0 release 2.1 (from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74) Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74' locally docker.io/ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74: Pulling from ocaml/opam ddbef59e0ea0: Already exists c8a958777819: Already exists a9c4d03c89cf: Already exists fad6b78bd523: Already exists cb002c153c80: Already exists 876c82aa019b: Already exists bfef421a4b69: Already exists e6b4d8b7cd2a: Already exists 54235cbedf66: Already exists 969e20d3615a: Already exists f75a26651ead: Already exists e2e5dbeca078: Already exists adb8cd405a24: Already exists 42f7bc177c6f: Already exists 56c2e03eb936: Already exists 5e8ac5f38241: Already exists 5e8ac5f38241: Already exists cf8c284afc78: Already exists 69eda5caf340: Already exists fe98b660af07: Already exists 8d65ed03220e: Already exists 4f4fb700ef54: Already exists 96582afc94cb: Already exists d44b0146fa5e: Already exists 3a73ad442907: Already exists 3dc02b22b155: Already exists 47a44a4e8580: Already exists 475edb260ff3: Already exists e6f89448d543: Already exists ef0f57ea5fcb: Already exists 81800827d60e: Already exists bbad171c3b15: Already exists 2c25dc074a59: Already exists 308c9094d6f5: Already exists 5679f7d0987f: Already exists c2d4e4e71780: Already exists 9a9042028693: Already exists 169b16f4d220: Already exists 7a375914fd04: Already exists 3f03a6e57bb0: Already exists 477be20739ff: Already exists c139be691ddd: Already exists adeeba91b798: Already exists 11585459cda5: Already exists 7ab304c0e7fb: Already exists 0904add4b2ab: Already exists f986bf9d5ca9: Already exists Digest: sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74 Status: Downloaded newer image for ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74 2025-08-22 12:28.28 ---> saved as "e3031fce4666df3c8a4d180feda7dc06becd86fde09e4c874799a52edafeeda3" /: (comment ubuntu-24.10-5.3_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:28.29 ---> saved as "10e069c55691c8c8bc8ff3c9d06849a8500b515494ff3c8c3eb82bc77d01f444" /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 [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-08-22 12:29.12 ---> saved as "42acfd97ba2129a9e34a426a15cbdd19d97d6318186c060b8226b005a9b7c296" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-63-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-08-22 12:29.13 ---> saved as "5c539334f7daa882dd9a8279c3112442b04dbafc75ca75009b1c044b726ce5c4" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-08-22 12:29.14 ---> saved as "d6d84bbff321ba13d7949c31688b1af7860219b3bb3cfdb33786f4e8dd5d0763" /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..4bae7ec4df 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 Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-08-22 12:29.52 ---> saved as "4b564294bba4db7b9e78b8b7d6fa07c708267f740cfd1e30690e37260cf20168" /src: (copy (src bitv.opam) (dst ./)) 2025-08-22 12:29.53 ---> saved as "5fd3606f50eaf900897253848dca18d637092c7f4f59d0895bc722e8d924fa0f" /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:29.56 ---> saved as "6fe0532110af3f7d30971259989dc65e7c77fa6e118825f131bb2315c5679fb9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-08-22 12:29.57 ---> saved as "732f6df80c288eff139091457015c73c2dd2f40d7faa12ab0c1d2d125070c521" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.4 --depext-only -y bitv.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease - Hit:2 http://security.ubuntu.com/ubuntu oracular-security InRelease - Hit:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease - Hit:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease - 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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-08-22 12:30.20 ---> saved as "2eac71b012d6b79084379bee23a0f2d8510f0b26a725de8583f6a72b7668e41e" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.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:31.54 ---> saved as "2907df0939c8c8f717502b41a251f1e3c9e4012ae45127150eead9803f7eeaa3" /src: (copy (src .) (dst /src)) 2025-08-22 12:31.54 ---> saved as "3783429b622dd3acefbe7b1d7349c4ee242dcb914e4193294404bfe803d0bee8" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-08-22 12:31.56 ---> saved as "a8ebcf7fb5707eef682ed0fbf06fc4628e79e4157456af003446a19fbe1e9965" Job succeeded 2025-08-22 12:31.56: Job succeeded