2026-06-25 19:03.52: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/41/head (0e42d4c622b7b4cd629990a7dd6bceddcf46b19b) (openbsd-amd64:openbsd-78-amd64-5.5_opam-2.5)Base: openbsd-78-amd64-ocaml-5.5Opam 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 openbsd-78-amd64-ocaml-5.5# openbsd-78-amd64-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 bitv.opam /home/opam/src/./RUN opam pin add -yn bitv.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled dune.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-25 19:03.52: Using cache hint "backtracking/bitv-openbsd-78-amd64-ocaml-5.5-openbsd-78-amd64-5.5_opam-2.5-7471f6bd78b2a920f648c9bc2e6ad35a"2026-06-25 19:03.52: Using OBuilder spec:((from openbsd-78-amd64-ocaml-5.5)(comment openbsd-78-amd64-5.5_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))(copy (src bitv.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn bitv.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled dune.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-25 19:03.52: Waiting for resource in pool OCluster2026-06-25 19:04.20: Waiting for worker…2026-06-25 19:48.06: Got resource from pool OClusterBuilding on oregano.caelum.ci.devAll commits already cachedHEAD is now at 0e42d4c faster tanimoto implementation(from openbsd-78-amd64-ocaml-5.5)2026-06-25 19:48.06 ---> using "ccae11b41e67ff31b516a8bcb38e06f2d7922e0aefbdcd5a2c4a7994a69b1893" from cache/: (comment openbsd-78-amd64-5.5_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-25 19:48.06 ---> using "5bacfeac074b82b756e7e0fc240ff765349af48b951c0c355ba41932915f12b9" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline"))2569983dbf Merge pull request #30085 from Octachron/OCaml_5.5.0_fix_relocatable_build2026-06-25 19:48.06 ---> using "abb49fb7ee1e9567037cca7e97a585671ca6258b76f71b9b7c5c001190ff8f1f" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositorydefault (at file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-06-25 19:48.06 ---> using "9759cff0c5f85a7e9c836b571c43f16695f5f279d7b6adb9a31c803afd2aef20" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.8The OCaml toplevel, version 5.5.02.5.02026-06-25 19:48.06 ---> using "f80130c390d8ff7e0aad0af5f8225fb2d7814ec2fe59afea3d49d173035b232b" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-06-25 19:48.06 ---> using "a1cd5bab21923da28db4b42fc75d323fd3766be70dc6bf1ab771f75da0370b97" from cache/: (copy (src bitv.opam) (dst /home/opam/src/./))2026-06-25 19:48.06 ---> using "625f4062d8c08990f31b31d48e17582357b110672cce62aa902263e7002ae61b" from cache/: (run (network host)(shell "opam pin add -yn bitv.dev '/home/opam/src/./'"))[bitv.dev] synchronised (file:///home/opam/src)[ERROR] At /home/opam/.opam/5.5.0/.opam-switch/sources/bitv/bitv.opam:1:0-1:1::Parse error [skipped][ERROR] Invalid opam file in bitv source from file:///home/opam/src:error 2: File format error at line 1, column 0: Parse error[ERROR] No valid package definition found for bitv"opam pin add -yn bitv.dev '/home/opam/src/./'" failed with exit status 52026-06-25 19:49.01: Job failed: Failed: Build failed