Organisationstaridesruntime_events_toolsd80d57 ()openbsd-77-amd64-5.3_opam-2.4

openbsd-77-amd64-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-09-05 21:52.28: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (d80d578c2f3d2ce5589eeb7d226087983661506e) (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/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard d80d578c
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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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


2025-09-05 21:52.28: Using cache hint "tarides/runtime_events_tools-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-9aa8cdaec584ee06343acd15f7b9b47f"
2025-09-05 21:52.28: 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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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 (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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.4 --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"))
)


2025-09-05 21:52.28: Waiting for resource in pool OCluster
2025-09-05 21:52.28: Waiting for worker…
2025-09-05 21:52.28: Got resource from pool OCluster
Building on oregano
HEAD is now at 0b23692 Merge pull request #60 from tmcgilchrist/poll_sleep_2
HEAD is now at d80d578 Merge pull request #62 from tarides/dependabot/github_actions/actions/checkout-5


(from openbsd-77-amd64-ocaml-5.3)
2025-09-05 21:52.28 ---> 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-05 21:52.28 ---> 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-05 21:52.28 ---> 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-05 21:52.28 ---> using "3e94658d8253b73c02953660f5bc81fa4c7c3f8596f6a9a76722eed615a3e4e9" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f6368c68f9..e28312d8e0  master     -> origin/master
e28312d8e0 Merge pull request #28436 from fpottier/opam-publish-menhir.20250903


<><> 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-05 21:52.28 ---> using "c923531c0b895322204c0e4f1b3bd7fba9b52c2a6eddd5ef52984b7486b6b266" from cache


/: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst /home/opam/src/./))
2025-09-05 21:52.28 ---> using "33066f1f559b668ae77d8cf98659df18d5365af1bf69a635c425a8605198be39" from cache


/: (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)
2025-09-05 21:52.28 ---> using "feb0dfbe9be2135e998e79cac3089a17d072a17a7260a67c8f9af280a0cc725e" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-09-05 21:52.28 ---> using "85511040cc8a48c541ad1b5004bff0f3df13dc6fc643e50d4a0a098c392d231d" from cache


/: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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.4 --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.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:
devel/cmake


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


+ /usr/bin/doas "pkg_add" "-I" "devel/cmake"
- file:devel/: empty
- quirks-7.103 signed on 2025-09-01T20:44:25Z
2025-09-05 21:52.28 ---> using "e4a4570c2e02be941c2783aef276a2540443e90898246876dd56cf8e70aa038f" 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 32 packages
- install alcotest             1.9.0
- install astring              0.8.5
- install bigarray-compat      1.1.0
- install cmdliner             1.3.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.23.0
- install ctypes-foreign       0.23.0
- install dune                 3.20.1
- install dune-configurator    3.20.1
- install fmt                  0.11.0
- install hdr_histogram        0.0.4
- install integers             0.7.0
- install menhir               20250903
- install menhirCST            20250903
- install menhirLib            20250903
- install menhirSdk            20250903
- 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.13.2
- install seq                  base
- install stdlib-shims         0.3.0
- install thread-local-storage 0.2
- install topkg                1.1.0
- install trace                0.10
- install trace-fuchsia        0.10
- 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-09-01T20:44:25Z


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".
-> retrieved fmt.0.11.0  (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved hdr_histogram.0.0.4  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20250903, menhirCST.20250903, menhirLib.20250903, menhirSdk.20250903  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1  (cached)
-> retrieved trace.0.10, trace-fuchsia.0.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed cmdliner.1.3.0
-> installed conf-zlib.1
-> installed dune.3.20.1
-> installed ocamlbuild.0.16.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed menhirCST.20250903
-> installed dune-configurator.3.20.1
-> installed menhirLib.20250903
-> installed menhirSdk.20250903
-> installed ocaml-syntax-shims.1.0.0
-> installed menhir.20250903
-> installed ocamlfind.1.9.8
-> installed seq.base
-> installed stdlib-shims.0.3.0
-> installed re.1.13.2
-> installed integers.0.7.0
-> installed thread-local-storage.0.2
-> installed ctypes.0.23.0
-> installed topkg.1.1.0
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed trace.0.10
-> installed alcotest.1.9.0
-> installed trace-fuchsia.0.10


#=== ERROR while compiling conf-libffi.2.0.0 ==================================#
# 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-libffi.2.0.0
# command     /usr/bin/pkg-config libffi
# exit-code   1
# env-file    ~/.opam/log/conf-libffi-44125-4fc7fc.env
# output-file ~/.opam/log/conf-libffi-44125-4fc7fc.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.0
| - install astring              0.8.5
| - install bigarray-compat      1.1.0
| - install cmdliner             1.3.0
| - install conf-cmake           1
| - install conf-pkg-config      4
| - install conf-zlib            1
| - install csexp                1.5.2
| - install ctypes               0.23.0
| - install dune                 3.20.1
| - install dune-configurator    3.20.1
| - install fmt                  0.11.0
| - install integers             0.7.0
| - install menhir               20250903
| - install menhirCST            20250903
| - install menhirLib            20250903
| - install menhirSdk            20250903
| - 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.13.2
| - install seq                  base
| - install stdlib-shims         0.3.0
| - install thread-local-storage 0.2
| - install topkg                1.1.0
| - install trace                0.10
| - install trace-fuchsia        0.10
| - 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.3.0/.opam-switch/backup/state-20250905215257.export"
"opam install $DEPS" failed with exit status 31
2025-09-05 22:05.06: Job failed: Failed: Build failed