2026-04-03 11:35.30: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/heads/persistent-bit-vectors (459b76d4286b3fd31297aa41766da2762554a426) (linux-x86_64:debian-13-4.10_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4efOpam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/bitv.git" -b "persistent-bit-vectors" && cd "bitv" && git reset --hard 459b76d4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef# debian-13-4.10_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && 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.22.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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-04-03 11:35.30: Using cache hint "backtracking/bitv-ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef-debian-13-4.10_opam-2.5-f6fae63fdcb8e541c0bb27abfe5ee097"2026-04-03 11:35.30: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef)(comment debian-13-4.10_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 (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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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-04-03 11:35.30: Waiting for resource in pool OCluster2026-04-03 11:41.15: Waiting for worker…2026-04-03 11:43.25: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at 459b76d sets over a given universe(from ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef)2026-04-03 11:46.10 ---> using "a82dba32961c66fffb86953bb12cdd711004ffd74394bc571eefe8bc4451ff05" from cache/: (comment debian-13-4.10_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-04-03 11:46.10 ---> using "f2815c4c1c15a55296bf52713f98ed83b8322002034a4ec95f7ac691ec5c045d" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 11:46.10 ---> using "6983df341d6ed58452dab51bc37a160bb626a18ee26f15877136875ea7d219ea" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.10.22.5.02026-04-03 11:46.10 ---> using "85052a9cdfe86e30936b50234c5687b52ca515a9bdb5f8fe6296de4573fa2e0f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 11:46.10 ---> using "c53998ac23dc1ceeee9b8c084f7a06ce5a69652729a02b7de9da3ead1d34372f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.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-04-03 11:46.10 ---> using "dd13bc0425fe7ed102594fdb35699b228396473a97b17af6b673c14bbd7ac986" from cache/src: (copy (src bitv.opam) (dst ./))2026-04-03 11:46.10 ---> saved as "7b029f0a160f0f2cfe1fdd37d7c8cbde3710fd4b4ee28161856b5ab7e601e9e4"/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-04-03 11:46.13 ---> saved as "dde6964abd67675d8bda21663942f1bab076c172aa94944643afe17aa4b70456"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 11:46.13 ---> saved as "79a8f5243c0fbf3843941a850b2924c94095101548a2a231ae90e9e34f25ab6a"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]- Fetched 10.0 MB in 2s (4798 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bitv.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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).# To update the current shell environment, run: eval $(opam env)2026-04-03 11:46.34 ---> saved as "05fc5210a764113c7fe8b81aa08ee6975069655fba83550da9dd16e1443ed4a8"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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.22.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.22.1 (cached)-> installed dune.3.22.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 11:47.26 ---> saved as "b2cf2264d0a07f3ee3aa513de3026eb9c463772afb41010d154ccc4f5bee3dd2"/src: (copy (src .) (dst /src))2026-04-03 11:47.27 ---> saved as "cdd1bced99dfc3ec993454b60ec08c64689763edb1d03ce4ef4bebce197162d4"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -32 -g -bin-annot -I .test_pbv.eobjs/byte -I .bitv.objs/byte -no-alias-deps -opaque -o .test_pbv.eobjs/byte/dune__exe__Test_pbv.cmo -c -impl test_pbv.ml)File "test_pbv.ml", lines 149-152, characters 18-3:149 | ..................struct150 | include String151 | let print = Format.pp_print_string152 | end.Error: Signature mismatch:...The value `hash' is required but not providedFile "pbv.mli", line 141, characters 2-20: Expected declaration(cd _build/default && /home/opam/.opam/4.10/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -32 -g -I .bitv.objs/byte -I .bitv.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Bitv__ -o .bitv.objs/native/bitv__Pbv.cmx -c -impl pbv.ml)File "pbv.ml", line 224, characters 47-57:224 | Seq.fold_left (fun v x -> add x v) (empty (Seq.length s)) s^^^^^^^^^^Error: Unbound value Seq.length(cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -32 -g -bin-annot -I .bitv.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Bitv__ -o .bitv.objs/byte/bitv__Pbv.cmo -c -impl pbv.ml)File "pbv.ml", line 224, characters 47-57:224 | Seq.fold_left (fun v x -> add x v) (empty (Seq.length s)) s^^^^^^^^^^Error: Unbound value Seq.length"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-03 11:47.27: Job failed: Failed: Build failed