2026-03-19 08:04.46: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.5)Base: openbsd-77-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-5.4# openbsd-77-amd64-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 eio-trace.opam /home/opam/src/./RUN opam pin add -yn eio-trace.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.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-03-19 08:04.46: Using cache hint "ocaml-multicore/eio-trace-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-6ee5b5832ac1bee8fd9b80133d23df6f"2026-03-19 08:04.46: 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src eio-trace.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn eio-trace.dev '/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.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 eio-trace.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-03-19 08:04.46: Waiting for resource in pool OCluster2026-03-19 11:13.11: Waiting for worker…2026-03-19 14:31.38: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at ce5fb3c Merge pull request #45 from talex5/nix(from openbsd-77-amd64-ocaml-5.4)2026-03-19 14:31.38 ---> 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-03-19 14:31.38 ---> 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-repository2026-03-19 14:31.38 ---> using "25ee98d58d8c907869f6fd5004c258d71c5033e73edf1fe48b86a48a34773b77" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 5.4.02.5.02026-03-19 14:31.38 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD93a7bce43a..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from 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-03-19 14:31.38 ---> using "f16bb85a89522cff164e6435643ffbbca24a2d0e37b7a79bef17f67d510b0c5a" from cache/: (copy (src eio-trace.opam) (dst /home/opam/src/./))2026-03-19 14:32.36 ---> saved as "1c35d447e668c212a23652b7d4ebb6e4ead27c1cfb18d046abf89226cc0bbb9e"/: (run (network host)(shell "opam pin add -yn eio-trace.dev '/home/opam/src/./'"))[eio-trace.dev] synchronised (file:///home/opam/src)eio-trace is now pinned to file:///home/opam/src (version dev)2026-03-19 14:33.31 ---> saved as "878924b675bcc3d16490812651027250b4cb15274594da6ccc16e5dc2f108a41"/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-03-19 14:34.28 ---> saved as "3340d141fed4c5a1dd42ee8d474dd0335ef132627c9bdd5876a554d1625b9d15"/: (env DEPS "afl-persistent.1.4 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.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 eio-trace.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[eio-trace.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).The following system packages will first need to be installed:graphics/cairo<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/doas "pkg_add" "-I" "graphics/cairo"- file:graphics/: empty- quirks-7.103 signed on 2025-10-13T22:55:16Z- New and changed readme(s):- /usr/local/share/doc/pkg-readmes/glib2# To update the current shell environment, run: eval $(opam env)2026-03-19 14:35.48 ---> saved as "314ab183c2008a7581b3d13199621356b885e943a3eaacea2c0df54f11891a01"/: (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 31 packages- install afl-persistent 1.4- install bigstringaf 0.10.0- install cairo2 0.6.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install conf-cairo 1- install conf-gtk3 18- install conf-pkg-config 4- install crowbar 0.2.2- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.22.0- install dune-configurator 3.22.0- install eio 1.3- install eio_main 1.3- install eio_posix 1.3- install fmt 0.11.0- install hmap 0.8.1- install iomux 0.4- install lablgtk3 3.1.5-1- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install processor 0.2- install psq 0.2.1- install seq base- install thread-table 1.0.0- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cairo2.0.6.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> installed conf-pkg-config.4-> installed conf-cairo.1-> retrieved crowbar.0.2.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)[ERROR] The compilation of conf-gtk3.18 failed at "pkg-config --short-errors --print-errors --atleast-version 3.18 gtk+-3.0".-> retrieved afl-persistent.1.4 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved lablgtk3.3.1.5-1 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> retrieved processor.0.2 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed ocamlbuild.0.16.1-> installed cmdliner.2.1.0-> installed seq.base-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed fmt.0.11.0-> installed mtime.2.1.0-> installed dune.3.22.0-> installed afl-persistent.1.4-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cstruct.6.2.0-> installed crowbar.0.2.2-> installed lwt-dllist.1.1.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed processor.0.2-> installed thread-table.1.0.0-> installed dune-configurator.3.22.0-> installed domain-local-await.1.0.1-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed cairo2.0.6.5-> installed eio.1.3-> installed eio_posix.1.3-> installed eio_main.1.3#=== ERROR while compiling conf-gtk3.18 =======================================## context 2.5.0 | openbsd/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository# path ~/.opam/5.4.0/.opam-switch/build/conf-gtk3.18# command /usr/bin/pkg-config --short-errors --print-errors --atleast-version 3.18 gtk+-3.0# exit-code 1# env-file ~/.opam/log/conf-gtk3-50326-0132a7.env# output-file ~/.opam/log/conf-gtk3-50326-0132a7.out### output #### Package gtk+-3.0 was not found in the pkg-config search path<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build conf-gtk3 18+-+- The following changes have been performed (the rest was aborted)| - install afl-persistent 1.4| - install bigstringaf 0.10.0| - install cairo2 0.6.5| - install camlp-streams 5.0.1| - install cmdliner 2.1.0| - install conf-cairo 1| - install conf-pkg-config 4| - install crowbar 0.2.2| - install csexp 1.5.2| - install cstruct 6.2.0| - install domain-local-await 1.0.1| - install dune 3.22.0| - install dune-configurator 3.22.0| - install eio 1.3| - install eio_main 1.3| - install eio_posix 1.3| - install fmt 0.11.0| - install hmap 0.8.1| - install iomux 0.4| - install lwt-dllist 1.1.0| - install mtime 2.1.0| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install optint 0.3.0| - install processor 0.2| - install psq 0.2.1| - install seq base| - install thread-table 1.0.0| - install topkg 1.1.1+-<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl<><> conf-gtk3.18 troubleshooting <><><><><><><><><><><><><><><><><><><><><><><>=> This package requires gtk+ 3.0 development packages installed on your system# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/5.4.0/.opam-switch/backup/state-20260319143617.export""opam install $DEPS" failed with exit status 312026-03-19 14:40.49: Job failed: Failed: Build failed