Organisationstaridesruntime_events_tools92f443 (main)openbsd-77-amd64-5.4_opam-2.5

openbsd-77-amd64-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-03-03 12:05.15: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (92f44392005793218038d2d56d0cc27743fd3e14) (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/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 92f44392
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 3cf4002e7c423bff151a3c74103700b9aa3e2c4b || git fetch origin master) && git reset -q --hard 3cf4002e7c423bff151a3c74103700b9aa3e2c4b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam /home/opam/src/./
RUN opam pin add -yn runtime_events_tools_bare.dev '/home/opam/src/./' && \
opam pin add -yn runtime_events_tools.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.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 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 trace.0.12 trace-fuchsia.0.12 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.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-03-03 12:05.15: Using cache hint "tarides/runtime_events_tools-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-86d8b0561b555f21d0356be5aa55bc37"
2026-03-03 12:05.15: 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 3cf4002e7c423bff151a3c74103700b9aa3e2c4b || git fetch origin master) && git reset -q --hard 3cf4002e7c423bff151a3c74103700b9aa3e2c4b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst /home/opam/src/./))
(run (network host)
(shell  "opam pin add -yn runtime_events_tools_bare.dev '/home/opam/src/./' && \
\nopam pin add -yn runtime_events_tools.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.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 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 trace.0.12 trace-fuchsia.0.12 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 runtime_events_tools_bare.dev runtime_events_tools.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-03 12:05.15: Waiting for resource in pool OCluster
2026-03-03 12:05.15: Waiting for worker…
2026-03-03 12:14.31: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at 92f4439 Merge pull request #81 from tmcgilchrist/theAlexes/main


(from openbsd-77-amd64-ocaml-5.4)
2026-03-03 12:14.31 ---> 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-03 12:14.31 ---> 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-03-03 12:14.31 ---> 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-03-03 12:14.31 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3cf4002e7c423bff151a3c74103700b9aa3e2c4b || git fetch origin master) && git reset -q --hard 3cf4002e7c423bff151a3c74103700b9aa3e2c4b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
93a7bce43a..8227f67d3e  master     -> origin/master
3cf4002e7c Merge pull request #29471 from c-cube/release-trace-v0.12


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything 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-03 12:14.31 ---> using "a2302e601522cd29180091a752771e9768d57b4a2f763bc93e9988f2233e9211" from cache


/: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst /home/opam/src/./))
2026-03-03 12:15.14 ---> saved as "61982f18737f11e4f480cfc0e5095c229fe783a0892144b7f3e61be057021283"


/: (run (network host)
(shell  "opam pin add -yn runtime_events_tools_bare.dev '/home/opam/src/./' && \
\nopam pin add -yn runtime_events_tools.dev '/home/opam/src/./'"))
[runtime_events_tools_bare.dev] synchronised (file:///home/opam/src)
runtime_events_tools_bare is now pinned to file:///home/opam/src (version dev)
[runtime_events_tools.dev] synchronised (file:///home/opam/src)
runtime_events_tools is now pinned to file:///home/opam/src (version dev)
2026-03-03 12:15.58 ---> saved as "240f5102baa2e726da23a5c3c372a9c00e0fb6f7d78fb2e6edb9c53668669eac"


/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-03-03 12:16.40 ---> saved as "27bd945abbaee97ad3cd290ce06853cf74623915ff319bbe716046493853e2b3"


/: (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.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 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 trace.0.12 trace-fuchsia.0.12 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 runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[runtime_events_tools_bare.dev] synchronised (file:///home/opam/src)
[runtime_events_tools.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:
devel/cmake


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/doas "pkg_add" "-I" "devel/cmake"
- file:devel/: empty
- quirks-7.103 signed on 2025-10-13T22:55:16Z
# To update the current shell environment, run: eval $(opam env)
2026-03-03 12:17.52 ---> saved as "c55305bf913da22bfcbe095a3c8d6ff51d7d76be135bdb9ec0b6b0154d19b444"


/: (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 30 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install cmdliner           2.1.0
- install conf-cmake         1
- install conf-libffi        2.0.0
- install conf-pkg-config    4
- install conf-zlib          1
- install csexp              1.5.2
- install ctypes             0.24.0
- install ctypes-foreign     0.24.0
- install dune               3.21.1
- install dune-configurator  3.21.1
- install fmt                0.11.0
- install hdr_histogram      0.0.4
- install integers           0.7.0
- install menhir             20260209
- install menhirCST          20260209
- install menhirGLR          20260209
- install menhirLib          20260209
- install menhirSdk          20260209
- install mtime              2.1.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.14.0
- install stdlib-shims       0.3.0
- install topkg              1.1.1
- install trace              0.12
- install trace-fuchsia      0.12
- install uutf               1.0.4


The following system packages will first need to be installed:
devel/cmake


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


opam believes some required external dependencies are missing. opam can:
> 1. Run pkg_add to install them (may need root/sudo access)
2. Display the recommended pkg_add command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation


[1/2/3/4] 1


+ /usr/bin/doas "pkg_add" "-I" "devel/cmake"
- file:devel/: empty
- quirks-7.103 signed on 2025-10-13T22:55:16Z


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> installed conf-pkg-config.4
-> installed conf-cmake.1
-> retrieved csexp.1.5.2  (cached)
-> installed conf-zlib.1
[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved hdr_histogram.0.0.4  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved trace.0.12, trace-fuchsia.0.12  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.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 mtime.2.1.0
-> installed uutf.1.0.4
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed menhirCST.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-configurator.3.21.1
-> installed stdlib-shims.0.3.0
-> installed re.1.14.0
-> installed trace.0.12
-> installed integers.0.7.0
-> installed trace-fuchsia.0.12
-> installed alcotest.1.9.1
-> installed ctypes.0.24.0
-> installed menhir.20260209


#=== ERROR while compiling conf-libffi.2.0.0 ==================================#
# 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-libffi.2.0.0
# command     /usr/bin/pkg-config libffi
# exit-code   1
# env-file    ~/.opam/log/conf-libffi-19984-1544a0.env
# output-file ~/.opam/log/conf-libffi-19984-1544a0.out


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-libffi 2.0.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install alcotest           1.9.1
| - install astring            0.8.5
| - install cmdliner           2.1.0
| - install conf-cmake         1
| - install conf-pkg-config    4
| - install conf-zlib          1
| - install csexp              1.5.2
| - install ctypes             0.24.0
| - install dune               3.21.1
| - install dune-configurator  3.21.1
| - install fmt                0.11.0
| - install integers           0.7.0
| - install menhir             20260209
| - install menhirCST          20260209
| - install menhirGLR          20260209
| - install menhirLib          20260209
| - install menhirSdk          20260209
| - install mtime              2.1.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild         0.16.1
| - install ocamlfind          1.9.8
| - install re                 1.14.0
| - install stdlib-shims       0.3.0
| - install topkg              1.1.1
| - install trace              0.12
| - install trace-fuchsia      0.12
| - install uutf               1.0.4
+- 
# 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-20260303121821.export"
"opam install $DEPS" failed with exit status 31
2026-03-03 12:23.30: Job failed: Failed: Build failed