2026-02-17 09:06.25: New job: test robur-coop/flux https://github.com/robur-coop/flux.git#refs/heads/main (763e1c3af3a1c8c2cf95684a35e97c58a5b93708) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.5) Base: openbsd-77-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/robur-coop/flux.git" -b "main" && cd "flux" && git reset --hard 763e1c3a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-77-amd64-ocaml-5.4 # openbsd-77-amd64-5.4_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 opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 fluxt.opam flux.opam /home/opam/src/./ RUN opam pin add -yn fluxt.dev '/home/opam/src/./' && \ opam pin add -yn flux.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.2 cmdliner.2.1.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.21.1 dune-configurator.3.21.1 eqaf.0.10 fmt.0.11.0 miou.0.5.4 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.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 fluxt.dev flux.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-02-17 09:06.25: Using cache hint "robur-coop/flux-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-71b8c7524dc8b7ecf425f23993e71153" 2026-02-17 09:06.25: Using OBuilder spec: ((from openbsd-77-amd64-ocaml-5.4) (comment openbsd-77-amd64-5.4_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 (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 "cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src fluxt.opam flux.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn fluxt.dev '/home/opam/src/./' && \ \nopam pin add -yn flux.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.2 cmdliner.2.1.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.21.1 dune-configurator.3.21.1 eqaf.0.10 fmt.0.11.0 miou.0.5.4 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.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 fluxt.dev flux.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-02-17 09:06.25: Waiting for resource in pool OCluster 2026-02-17 09:06.25: Waiting for worker… 2026-02-17 09:06.25: Got resource from pool OCluster Building on oregano HEAD is now at df8f86c Add ptime as a dependency for fluxt HEAD is now at 763e1c3 Merge pull request #10 from robur-coop/improve (from openbsd-77-amd64-ocaml-5.4) 2026-02-17 09:06.26 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache /: (comment openbsd-77-amd64-5.4_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-02-17 09:06.26 ---> using "cd72dc3a3c8ea2afd18b1257d8b5421d0f9a4dafb0a258b995fdf62c1e2a67c4" 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] no changes from file:///home/opam/opam-repository 2026-02-17 09:06.26 ---> using "25ee98d58d8c907869f6fd5004c258d71c5033e73edf1fe48b86a48a34773b77" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.7 The OCaml toplevel, version 5.4.0 2.5.0 2026-02-17 09:06.26 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb9a685cb62886f19cd3e96f0a6fce1585a07d4c || git fetch origin master) && git reset -q --hard cb9a685cb62886f19cd3e96f0a6fce1585a07d4c && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 93a7bce43a..5ace188191 master -> origin/master cb9a685cb6 Merge pull request #29400 from dinosaure/release-miou-v0.5.4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-17 09:06.26 ---> using "755783fcdd1f7f80f2b1203900f31d43ab8c73f31da309eeecfcd8889fe787ec" from cache /: (copy (src fluxt.opam flux.opam) (dst /home/opam/src/./)) 2026-02-17 09:06.26 ---> using "dbae3be0f161c95ef1c62740137ed7bb4a3224b8b24e4f50bf4ed754c837cad6" from cache /: (run (network host) (shell "opam pin add -yn fluxt.dev '/home/opam/src/./' && \ \nopam pin add -yn flux.dev '/home/opam/src/./'")) [fluxt.dev] synchronised (file:///home/opam/src) fluxt is now pinned to file:///home/opam/src (version dev) [flux.dev] synchronised (file:///home/opam/src) flux is now pinned to file:///home/opam/src (version dev) 2026-02-17 09:06.26 ---> using "3806521cef647927458617a1197b686fe0aa6fb3ccb4b0c16676bc22285a3bd5" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2026-02-17 09:06.26 ---> using "6172894a4bdadc74587ec49af06f3422fb4bf98488d7ff14d016c311825c4407" from cache /: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 bstr.0.0.4 checkseum.0.5.2 cmdliner.2.1.0 csexp.1.5.2 decompress.1.5.3 digestif.1.3.0 dune.3.21.1 dune-configurator.3.21.1 eqaf.0.10 fmt.0.11.0 miou.0.5.4 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 tar.3.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 fluxt.dev flux.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [fluxt.dev] synchronised (file:///home/opam/src) [flux.dev] synchronised (file:///home/opam/src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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-02-17 09:06.26 ---> using "39620f592169540f27e74fc84ba6bba8f9a1d386d537a6e793e15517b417ad56" from cache /: (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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 25 packages - install alcotest 1.9.1 - install angstrom 0.16.1 - install astring 0.8.5 - install bigstringaf 0.10.0 - install bstr 0.0.4 - install checkseum 0.5.2 - install cmdliner 2.1.0 - install csexp 1.5.2 - install decompress 1.5.3 - install digestif 1.3.0 - install dune 3.21.1 - install dune-configurator 3.21.1 - install eqaf 0.10 - install fmt 0.11.0 - install miou 0.5.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install optint 0.3.0 - install ptime 1.2.0 - install re 1.14.0 - install stdlib-shims 0.3.0 - install tar 3.3.0 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved alcotest.1.9.1 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved bstr.0.0.4 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved miou.0.5.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tar.3.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed cmdliner.2.1.0 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed ptime.1.2.0 -> installed uutf.1.0.4 -> installed dune.3.21.1 -> installed csexp.1.5.2 -> installed bstr.0.0.4 -> installed ocaml-syntax-shims.1.0.0 -> installed eqaf.0.10 -> installed optint.0.3.0 -> installed dune-configurator.3.21.1 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed digestif.1.3.0 -> installed bigstringaf.0.10.0 -> installed checkseum.0.5.2 -> installed alcotest.1.9.1 -> installed angstrom.0.16.1 -> installed miou.0.5.4 -> installed decompress.1.5.3 -> installed tar.3.3.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-17 09:06.26 ---> using "c4890a5eaa007b2fca17358e0bbd4a2c0c487c66a33a98a0da5538d9766b5513" from cache /: (copy (src .) (dst /home/opam/src)) 2026-02-17 09:06.26 ---> using "6ac2b00074892280e0bdda72ca27a683ba0d9b9f814ba3fc90bf7e599269b6a7" from cache /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 2, characters 0-0: Error: Invalid dune-project file "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-02-17 09:07.17: Job failed: Failed: Build failed