2026-06-25 19:03.50: New job: test koonwen/obatcher https://github.com/koonwen/obatcher.git#refs/heads/main (b41159255c46bbbb1b7fe91f7ce91148776dbc35) (openbsd-amd64:openbsd-78-amd64-5.5_opam-2.5) Base: openbsd-78-amd64-ocaml-5.5 Opam project build To reproduce locally: git clone --recursive "https://github.com/koonwen/obatcher.git" -b "main" && cd "obatcher" && git reset --hard b4115925 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-78-amd64-ocaml-5.5 # openbsd-78-amd64-5.5_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 2569983dbf3e7bba6895aaa326c068232317845d || git fetch origin master) && git reset -q --hard 2569983dbf3e7bba6895aaa326c068232317845d && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN opam update -u COPY --chown=1000:1000 obatcher.opam /home/opam/src/./ RUN opam pin add -yn obatcher.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 backoff.0.1.1 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 containers.3.18 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 logs.0.10.0 multicore-magic.2.3.2 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 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-ounit.0.91 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 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 obatcher.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-25 19:03.50: Using cache hint "koonwen/obatcher-openbsd-78-amd64-ocaml-5.5-openbsd-78-amd64-5.5_opam-2.5-9a5a92b5820e77d441ae4a56723ead38" 2026-06-25 19:03.50: 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 obatcher.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn obatcher.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 backoff.0.1.1 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 containers.3.18 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 logs.0.10.0 multicore-magic.2.3.2 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 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-ounit.0.91 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 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 obatcher.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.50: Waiting for resource in pool OCluster 2026-06-25 19:04.20: Waiting for worker… 2026-06-25 19:18.22: Got resource from pool OCluster Building on oregano.caelum.ci.dev All commits already cached HEAD is now at b411592 Update README.md (from openbsd-78-amd64-ocaml-5.5) 2026-06-25 19:18.22 ---> 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:18.22 ---> 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_build 2026-06-25 19:18.22 ---> 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-repository default (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:18.22 ---> using "9759cff0c5f85a7e9c836b571c43f16695f5f279d7b6adb9a31c803afd2aef20" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.8 The OCaml toplevel, version 5.5.0 2.5.0 2026-06-25 19:18.22 ---> 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-repository Everything as up-to-date as possible However, 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:18.22 ---> using "a1cd5bab21923da28db4b42fc75d323fd3766be70dc6bf1ab771f75da0370b97" from cache /: (copy (src obatcher.opam) (dst /home/opam/src/./)) 2026-06-25 19:19.05 ---> saved as "d4c0306e2af491295287148af2ebeeb077b9ba6ff5e5828d936400972c1019d7" /: (run (network host) (shell "opam pin add -yn obatcher.dev '/home/opam/src/./'")) [obatcher.dev] synchronised (file:///home/opam/src) obatcher is now pinned to file:///home/opam/src (version dev) 2026-06-25 19:19.50 ---> saved as "6118319a74cc463aed60503ac0d483f01a37a05f2d2a50c4566f80c7c17cc022" /: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-06-25 19:20.36 ---> saved as "14c2c0233d412312706f9b9930365c62553fe9913dc5e1950372d7b57b78a693" /: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 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 containers.3.18 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 logs.0.10.0 multicore-magic.2.3.2 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 ounit2.2.2.7 picos.0.5.0 picos_aux.0.5.0 picos_mux.0.5.0 picos_std.0.5.0 qcheck.0.91 qcheck-alcotest.0.91 qcheck-core.0.91 qcheck-ounit.0.91 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 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 obatcher.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obatcher.dev] synchronised (file:///home/opam/src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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-06-25 19:21.31 ---> saved as "7657439de02536f9a52add3e81f446356cd2f23598055c3361cac4d8ed7b67d0" /: (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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 30 packages - install alcotest 1.9.1 - install astring 0.8.5 - install backoff 0.1.1 - install cmdliner 2.1.1 - install containers 3.18 - install csexp 1.5.2 - install dune 3.23.1 - install dune-configurator 3.23.1 - install either 1.0.0 - install fmt 0.11.0 - install logs 0.10.0 - install multicore-magic 2.3.2 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ounit2 2.2.7 - install picos 0.5.0 - install picos_aux 0.5.0 - install picos_mux 0.5.0 - install picos_std 0.5.0 - install qcheck 0.91 - install qcheck-alcotest 0.91 - install qcheck-core 0.91 - install qcheck-ounit 0.91 - install re 1.14.0 - install seq base - install stdlib-shims 0.3.0 - install thread-local-storage 0.2 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved containers.3.18 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved multicore-magic.2.3.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved qcheck.0.91, qcheck-alcotest.0.91, qcheck-core.0.91, qcheck-ounit.0.91 (cached) -> retrieved picos.0.5.0, picos_aux.0.5.0, picos_mux.0.5.0, picos_std.0.5.0 (cached) -> retrieved seq.base (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed cmdliner.2.1.1 -> installed seq.base -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed uutf.1.0.4 -> installed logs.0.10.0 -> installed dune.3.23.1 -> installed csexp.1.5.2 -> installed either.1.0.0 -> installed multicore-magic.2.3.2 -> installed backoff.0.1.1 -> installed ocaml-syntax-shims.1.0.0 -> installed picos_aux.0.5.0 -> installed qcheck-core.0.91 -> installed dune-configurator.3.23.1 -> installed stdlib-shims.0.3.0 -> installed thread-local-storage.0.2 -> installed re.1.14.0 -> installed ounit2.2.2.7 -> installed picos.0.5.0 -> installed qcheck-ounit.0.91 -> installed alcotest.1.9.1 -> installed picos_std.0.5.0 -> installed qcheck.0.91 -> installed qcheck-alcotest.0.91 -> installed containers.3.18 -> installed picos_mux.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-25 19:26.26 ---> saved as "4408c27cd3925b12b9927384210ab77ec993a9b200765a5aebef590eea40f7b3" /: (copy (src .) (dst /home/opam/src)) 2026-06-25 19:27.26 ---> saved as "79c22d68de079592c9307531eae895e9af48cb77afc7cb553823a9beaa21c54a" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 1, characters 0-44: 1 | ocamllex -o extract_args.ml extract_args.mll ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Invalid first line, expected: (lang <lang> <version>) "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-06-25 19:28.17: Job failed: Failed: Build failed