Organisationsocaml-multicoreeio-trace46d4e6 ()openbsd-77-amd64-5.3_opam-2.4

openbsd-77-amd64-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-09-04 19:29.06: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/pull/45/head (46d4e6b4fa88154807e4dbda0d4cca52541eea40) (openbsd-amd64:openbsd-77-amd64-5.3_opam-2.4)
Base: openbsd-77-amd64-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" && cd "eio-trace" && git fetch origin "refs/pull/45/head" && git reset --hard 46d4e6b4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-5.3
# openbsd-77-amd64-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.4 /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 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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-bytes.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.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.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


2025-09-04 19:29.06: Using cache hint "ocaml-multicore/eio-trace-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-79ce6576ce725662ac05e37bce620f64"
2025-09-04 19:29.06: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-5.3)
(comment openbsd-77-amd64-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas ln -f /usr/bin/opam-2.4 /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 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && 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 (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.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.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0")
(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.4 --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"))
)


2025-09-04 19:29.06: Waiting for resource in pool OCluster
2025-09-04 19:29.07: Waiting for worker…
2025-09-04 19:29.07: Got resource from pool OCluster
Building on oregano
HEAD is now at 2568d92 Add Nix flake
HEAD is now at 46d4e6b Add Nix flake


(from openbsd-77-amd64-ocaml-5.3)
2025-09-04 19:29.07 ---> using "dc707c89317e57219dd7c32040190088ba567d26527ae4e5705249b0fb8a1108" from cache


/: (comment openbsd-77-amd64-5.3_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-04 19:29.07 ---> using "4d9f2a8454ac13a719d2037eb6c4585f3abe585d262d4d52cd10fd3a6a878703" 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
2025-09-04 19:29.07 ---> using "bb11bdcc8731bf96bbd893c143001a8c2da00300f0748ab029cedf39ac58fbd1" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-04 19:29.07 ---> using "3e94658d8253b73c02953660f5bc81fa4c7c3f8596f6a9a76722eed615a3e4e9" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 || git fetch origin master) && git reset -q --hard 563a4c63d4a16e9b362cddb04d9f116100ec1cc4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f6368c68f9..8793cd66e3  master     -> origin/master
563a4c63d4 Merge pull request #28389 from jmid/conf-gtk3-windows


<><> 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)
2025-09-04 19:29.07 ---> using "527e5244447bca22c50098729697abe4e6b446414fceb6164b0fa70d9145279c" from cache


/: (copy (src eio-trace.opam) (dst /home/opam/src/./))
2025-09-04 19:29.07 ---> using "4d93187219ad2245f34f1c3e4253c3806d0623207fbe73071d1bd7a83547ef55" from cache


/: (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)
2025-09-04 19:29.07 ---> using "a39c417df140c697847ebb0533256a4f3ea1675cf3b0968e46a59a2f13b1e012" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-09-04 19:29.07 ---> using "4435a890cbc34c3f3610923e8b5fa9d1c2bde2bf07accd2b9bfd3c7dbdecc4c9" from cache


/: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.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.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.20.1 dune-configurator.3.20.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0")


/: (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.4 --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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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-09-01T20:44:25Z
- New and changed readme(s):
- 	/usr/local/share/doc/pkg-readmes/glib2
2025-09-04 19:29.07 ---> using "66084f107b94891c159d75d12e4058147bc97eea7a38d8e4883796083ffd0698" 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 34 packages
- install afl-persistent     1.4
- install base-bytes         base
- install bigstringaf        0.10.0
- install cairo2             0.6.5
- install camlp-streams      5.0.1
- install cmdliner           1.3.0
- install conf-cairo         1
- install conf-gtk3          18
- install conf-pkg-config    4
- install cppo               1.8.0
- install crowbar            0.2.1
- install csexp              1.5.2
- install cstruct            6.2.0
- install domain-local-await 1.0.1
- install dune               3.20.1
- install dune-configurator  3.20.1
- 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.3
- install lablgtk3           3.1.5
- install lwt-dllist         1.1.0
- install mtime              2.1.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install ocplib-endian      1.2
- 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.0


<><> 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
-> retrieved afl-persistent.1.4  (cached)
-> installed conf-cairo.1
-> retrieved cppo.1.8.0  (cached)
[ERROR] The compilation of conf-gtk3.18 failed at "pkg-config --short-errors --print-errors --atleast-version 3.18 gtk+-3.0".
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved eio.1.3, eio_main.1.3, eio_posix.1.3  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved lablgtk3.3.1.5  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (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.0  (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.20.1
-> installed ocamlbuild.0.16.1
-> installed afl-persistent.1.4
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed lwt-dllist.1.1.0
-> installed dune-configurator.3.20.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed bigstringaf.0.10.0
-> installed cairo2.0.6.5
-> installed iomux.0.3
-> installed ocplib-endian.1.2
-> installed optint.0.3.0
-> installed crowbar.0.2.1
-> installed processor.0.2
-> installed seq.base
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed domain-local-await.1.0.1
-> installed topkg.1.1.0
-> installed fmt.0.11.0
-> installed hmap.0.8.1
-> installed cstruct.6.2.0
-> installed mtime.2.1.0
-> installed eio.1.3
-> installed eio_posix.1.3
-> installed eio_main.1.3


#=== ERROR while compiling conf-gtk3.18 =======================================#
# context     2.4.1 | openbsd/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path        ~/.opam/5.3.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-52988-ba7fc3.env
# output-file ~/.opam/log/conf-gtk3-52988-ba7fc3.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 base-bytes         base
| - install bigstringaf        0.10.0
| - install cairo2             0.6.5
| - install camlp-streams      5.0.1
| - install cmdliner           1.3.0
| - install conf-cairo         1
| - install conf-pkg-config    4
| - install cppo               1.8.0
| - install crowbar            0.2.1
| - install csexp              1.5.2
| - install cstruct            6.2.0
| - install domain-local-await 1.0.1
| - install dune               3.20.1
| - install dune-configurator  3.20.1
| - 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.3
| - install lwt-dllist         1.1.0
| - install mtime              2.1.0
| - install ocamlbuild         0.16.1
| - install ocamlfind          1.9.8
| - install ocplib-endian      1.2
| - 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.0
+- 


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
not enable AFL instrumentation by default, most packages will not be
instrumented and fuzzing with afl-fuzz may not be effective.


To globally enable AFL instrumentation, create an OCaml switch like:


opam switch create 5.3.0+afl ocaml-variants.5.3.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.3.0/.opam-switch/backup/state-20250904192936.export"
"opam install $DEPS" failed with exit status 31
2025-09-04 19:38.58: Job failed: Failed: Build failed