2025-11-29 19:52.42: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/persistent-bit-vectors (af5f5f61a6ce1865ddf9a8edf8a3ad80da5a7080) (linux-x86_64:alpine-3.22-4.14_opam-2.4) Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/bitv.git" -b "persistent-bit-vectors" && cd "bitv" && git reset --hard af5f5f61 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a # alpine-3.22-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.2 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-11-29 19:52.42: Using cache hint "backtracking/bitv-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a-alpine-3.22-4.14_opam-2.4-78c74e0caf67dfdc498be4223aefa5b2" 2025-11-29 19:52.42: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a) (comment alpine-3.22-4.14_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.2 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-11-29 19:52.42: Waiting for resource in pool OCluster 2025-11-29 19:52.43: Waiting for worker… 2025-11-29 19:52.44: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at af5f5f6 persistent bit vectors, wip (from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a' locally docker.io/ocaml/opam@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a: Pulling from ocaml/opam 2c9a24bd0ce4: Pulling fs layer de1201c0f399: Pulling fs layer 92199d46e383: Pulling fs layer 8a5f26de7def: Pulling fs layer 204282843001: Pulling fs layer 8a5f26de7def: Waiting de1201c0f399: Waiting 2c9a24bd0ce4: Waiting 92199d46e383: Waiting 204282843001: Waiting de1201c0f399: Verifying Checksum de1201c0f399: Download complete 92199d46e383: Verifying Checksum 92199d46e383: Download complete 8a5f26de7def: Download complete 204282843001: Verifying Checksum 204282843001: Download complete 2c9a24bd0ce4: Verifying Checksum 2c9a24bd0ce4: Download complete 2c9a24bd0ce4: Pull complete de1201c0f399: Pull complete 92199d46e383: Pull complete 8a5f26de7def: Pull complete 204282843001: Pull complete Digest: sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a Status: Downloaded newer image for ocaml/opam@sha256:035343faa2345fbb738069f2d899570ced75942aab3c76ec7fd2353ed127049a 2025-11-29 19:52.46 ---> using "531dd882a2fae5a34a8bfa5ee93af1613955008dcdcd99be6da6c29a1733a42a" from cache /: (comment alpine-3.22-4.14_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-11-29 19:52.46 ---> using "507063c1b74fbf3591b8000707f7141e7d9263d8707fc37dd0f49dd169f30a0e" 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. Continue? [Y/n] y 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. [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-11-29 19:52.46 ---> using "9c483a511ef96a52f51b043d9ac3558120b21c5b1ee58da619fececf35d4bbe3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-11-29 19:52.46 ---> using "8583fff5f319370dc175e995aba62ffa8bba24dfc424b8cb54be47bff1efb9f1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-11-29 19:52.46 ---> using "f745faa311875526e7918f3f5c3730ebabbe660136bddf1ce47776bee50c9aa0" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> 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-11-29 19:52.46 ---> using "7f512b4de04a83153465defa80f77688403733b2e87cfa69254c3ccaa9019ff6" from cache /src: (copy (src bitv.opam) (dst ./)) 2025-11-29 19:52.46 ---> using "d3002ec768a549ff6dce98111d6f72746d69dc42d879af2451ba248f911349d3" 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-11-29 19:52.46 ---> using "70549ae52551f7da381f0e1f6f4cb55dc2dae4472510432a4dc4d8e0e3d54b43" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-11-29 19:52.46 ---> using "59cae466512c90afc896bda029708bb6c58518a1d41a03bedd1398ef45a16666" from cache /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.20.2 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 "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.2-258-gcf3d437fdd5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.2-256-g0bd80dc2160 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v3.23.0_rc1-57-gdd4f6c3f055 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.23.0_rc1-58-ga5d24152f9e [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.23.0_rc1-47-ged0a1f444eb [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 60330 distinct packages available <><> 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-11-29 19:52.46 ---> using "b7572447c8ce0ed602c2983d3dde64de684ac217132f6a2b965abf0936503eef" 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.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.20.2 (cached) -> installed dune.3.20.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-11-29 19:52.46 ---> using "303ff60be3e946a8e265945dc20b97b2884faab8b85eecf63b20598696b4f332" from cache /src: (copy (src .) (dst /src)) 2025-11-29 19:52.46 ---> saved as "53711f6e35d96dde641bcbccdbfc75371d4da0eccd35e673bc87390de8d8a492" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && ./test_pbv.exe) size = 63 size = 31 size = 32 size = 63 size = 200 size = 1100 2025-11-29 19:52.47 ---> saved as "bb4f44519ec4f902a169a6ad894863864b916445a4588839f7d4eedba79e7066" Job succeeded 2025-11-29 19:52.47: Job succeeded