2026-05-27 07:29.41: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/41/head (0e42d4c622b7b4cd629990a7dd6bceddcf46b19b) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:6b9867f2f28aa69a5f0711bf45e438b8528f41220bf2e98dbb41d7dcadd10102Opam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/bitv.git" && cd "bitv" && git fetch origin "refs/pull/41/head" && git reset --hard 0e42d4c6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:6b9867f2f28aa69a5f0711bf45e438b8528f41220bf2e98dbb41d7dcadd10102# ubuntu-22.04-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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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.23.1 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 bitv.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-05-27 07:29.41: Using cache hint "backtracking/bitv-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:6b9867f2f28aa69a5f0711bf45e438b8528f41220bf2e98dbb41d7dcadd10102-ubuntu-22.04-4.14_opam-2.5-eae4555874c5f41f1479b84289105c80"2026-05-27 07:29.41: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:6b9867f2f28aa69a5f0711bf45e438b8528f41220bf2e98dbb41d7dcadd10102)(comment ubuntu-22.04-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src bitv.opam) (dst ./))(run (network host)(shell "opam pin add -yn bitv.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 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 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")))2026-05-27 07:29.41: Waiting for resource in pool OCluster2026-05-27 07:34.47: Waiting for worker…2026-05-27 07:36.41: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 0e42d4c faster tanimoto implementation(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:6b9867f2f28aa69a5f0711bf45e438b8528f41220bf2e98dbb41d7dcadd10102)2026-05-27 07:36.51 ---> saved as "ef9578528c7785e5fae5760a378d1176463ee032002ca807828c606583876134"/: (comment ubuntu-22.04-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-05-27 07:36.52 ---> saved as "8163bda896a16f923585738e22efca79393c571ae20c1df2c87cd263a439ec12"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..d44435513c master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-27 07:37.04 ---> saved as "efde07bc636cbedbe4f3d674e05c455299d47d0de5495fb130ba671026a9c228"/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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-27 07:37.21 ---> saved as "916035c155ef20d93c3e56be7cddd0d1ce76f26ae2607841d4ad00e1875c04a4"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-27 07:37.22 ---> saved as "95354acfb456134d16d09504d3e351a9a21194bc3f0f17ad2d1739629538cc04"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-27 07:37.23 ---> saved as "d67ea9bf387625e1acc1685593cdc33ea3686cc7f8c6f16be9ec31c56595ee0b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-05-27 07:37.40 ---> saved as "d17629497d48861361b498c5397440c15722290a8f4644a75332436bc0b29751"/src: (copy (src bitv.opam) (dst ./))2026-05-27 07:37.46 ---> saved as "40b57e20e167e257544bda6bd5d5bb4c1bd357e91efbf8625757bbf1591f72ef"/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)2026-05-27 07:37.53 ---> saved as "51dec9192178457cc73ec7ba37bcff116cd8f2f49ec6e47efb4cdaddfd877bfd"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-27 07:37.57 ---> saved as "eff1c15089568e78a706563728efa054e2bbd86249899dc0dbd958b40be7001a"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 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 bitv.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4296 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7361 kB]- Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Get:7 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB]- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3955 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7084 kB]- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1602 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB]- Fetched 26.1 MB in 19s (1344 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.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-05-27 07:38.36 ---> saved as "bb4c6d3636f6488765816aace632a1362e8a19698fa31ddccfb6cc0e963cb169"/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.23.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.23.1 (cached)-> installed dune.3.23.1Done.# To update the current shell environment, run: eval $(opam env)2026-05-27 07:39.42 ---> saved as "6bcf1dc604e418ff8281e73c8801e0c72277f376d031061448b5a4ea1ab4a7ba"/src: (copy (src .) (dst /src))2026-05-27 07:39.45 ---> saved as "b81879bcaaf4ac047bda64f8da754b3aecc96fed801f88cd29083358b93ed140"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune", line 14, characters 7-11:14 | (name test)^^^^(cd _build/default && ./test.exe)Fatal error: exception Assert_failure("test.ml", 85, 2)"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-05-27 07:39.48: Job failed: Failed: Build failed