2026-06-25 14:41.54: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/pull/89/head (994cfa73bc44a5ce576ebd62e48acb8337512c69) (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/ocurrent/ocaml-version.git" && cd "ocaml-version" && git fetch origin "refs/pull/89/head" && git reset --hard 994cfa73cat > 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 ocaml-version.opam /home/opam/src/./RUN opam pin add -yn ocaml-version.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 fmt.0.11.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.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 14:41.54: Using cache hint "ocurrent/ocaml-version-openbsd-78-amd64-ocaml-5.5-openbsd-78-amd64-5.5_opam-2.5-d98d51c8de7bcf4d353de05aa170b981"2026-06-25 14:41.54: 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 ocaml-version.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn ocaml-version.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 compiler-cloning.enabled dune.3.23.1 fmt.0.11.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")(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 ocaml-version.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 14:41.54: Waiting for resource in pool OCluster2026-06-25 15:20.29: Connecting to build cluster…2026-06-25 15:20.45: Waiting for worker…2026-06-25 15:53.27: Got resource from pool OClusterBuilding on oregano.caelum.ci.devAll commits already cachedHEAD is now at 994cfa7 tweak version now that opam-repository lower OCaml bound is 4.11(from openbsd-78-amd64-ocaml-5.5)2026-06-25 15:53.27 ---> 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 15:53.27 ---> 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 15:53.27 ---> 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 15:53.27 ---> 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 15:53.27 ---> 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 15:53.27 ---> using "a1cd5bab21923da28db4b42fc75d323fd3766be70dc6bf1ab771f75da0370b97" from cache/: (copy (src ocaml-version.opam) (dst /home/opam/src/./))2026-06-25 15:53.35 ---> saved as "375388f56cb6c490e6177b4deab2e534b7102a048998fd6269dcdf8717d2a43b"/: (run (network host)(shell "opam pin add -yn ocaml-version.dev '/home/opam/src/./'"))[ocaml-version.dev] synchronised (file:///home/opam/src)[ERROR] At /home/opam/.opam/5.5.0/.opam-switch/sources/ocaml-version/ocaml-version.opam:1:0-1:1::Parse error [skipped][ERROR] Invalid opam file in ocaml-version 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 ocaml-version"opam pin add -yn ocaml-version.dev '/home/opam/src/./'" failed with exit status 52026-06-25 15:54.27: Job failed: Failed: Build failed