2025-10-18 16:32.55: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/master (4ac65e74e6cd89997cb0717c0bd33da41549fa3e) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/bitv.git" -b "master" && cd "bitv" && git reset --hard 4ac65e74 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c # ubuntu-25.10-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-10-18 16:32.55: Using cache hint "backtracking/bitv-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c-ubuntu-25.10-4.14_opam-2.4-78c74e0caf67dfdc498be4223aefa5b2" 2025-10-18 16:32.55: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c) (comment ubuntu-25.10-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-10-18 16:32.55: Waiting for resource in pool OCluster 2025-10-18 16:43.43: Waiting for worker… 2025-10-18 16:45.19: Got resource from pool OCluster Building on toxis.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: 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' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/bitv.git-7f0b62793a025827c544d43688f29a76e7c7a897/.git/ HEAD is now at 4ac65e7 fixed building on 32-bit arch (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c' locally docker.io/ocaml/opam@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c: Pulling from ocaml/opam 09b5babaae6e: Pulling fs layer 09b5babaae6e: Waiting 09b5babaae6e: Download complete 09b5babaae6e: Pull complete Digest: sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c Status: Downloaded newer image for ocaml/opam@sha256:588e936a6495409a4761ab4bde9d85793d90c77f26f932f2533b223439b4365c 2025-10-18 16:45.20 ---> using "4bb524c5ac376e905d12bf07ab85efde21b22703e1e8c4a2340bb1d1a5dd0bb6" from cache /: (comment ubuntu-25.10-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-10-18 16:45.20 ---> using "e7fe34bef1f4a3cf3fea56bfa8fc19de138fc03593ef77d93f046f8dd86ef998" 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-10-18 16:45.20 ---> using "b31b7b2b78c05ed0ba05fcad3a1db354fff2fbbbbf0622cb47270b696e972e1f" 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-10-18 16:45.20 ---> using "d1f18ef7559600b2f420abfee8f935496e6eab1a5e1371674d92a9cff445ec40" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-18 16:45.20 ---> using "e78850dd5dca249f713f2578d647d2a58eac45ffc61ed94486d537e71e021813" 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-10-18 16:45.20 ---> using "cef516c1f6ac53430ee47f485b6e27f536af2cde4727484f8c34cdad904aac3a" from cache /src: (copy (src bitv.opam) (dst ./)) 2025-10-18 16:45.21 ---> saved as "03e199903edf423dc6f46fe1f0d302f587d1f6674848cd31856a3e9bd85c0115" /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-10-18 16:45.24 ---> saved as "f2a7b0a971455965914cb7bfbede1cd139b1c1c058e1d4f05484eba44aa8b088" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-18 16:45.24 ---> saved as "4e96fad63413945ad6170ebb0abb3d9d10e67ee2fe77a5b7d465396391f500e9" /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 "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease - Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Fetched 404 kB in 1s (382 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-10-18 16:45.46 ---> saved as "421a3e54aad78d759b059610ff4cdf4887f22b6b93f28dfc2b14a58972588845" /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-10-18 16:46.58 ---> saved as "c1f7c9e46049e6fb778923a78cefb7b13df63a38bc9861a3f4158146255e3c88" /src: (copy (src .) (dst /src)) 2025-10-18 16:46.58 ---> saved as "c91ae34d2136f1fc0e98a2aca33572060048a8d2d7c92b04ca46674df2be8ce8" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-18 16:46.59 ---> saved as "12756fecfd4d8ce50d4d1cce70fd3a0fc674a7a2ab8bb5ded6cc44aea8fb8a10" Job succeeded 2025-10-18 16:46.59: Job succeeded