Organisationstaridesruntime_events_tools3e648d ()openbsd-76-amd64-5.3_opam-2.3

openbsd-76-amd64-5.3_opam-2.3

Logs

Show full logs
2025-07-17 01:06.03: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (3e648d3345815b4d6b752d2bd7d48089ee2deb22) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)
Base: openbsd-76-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 3e648d33
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-5.3
# openbsd-76-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.0.8 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.3 --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-07-17 01:06.03: Using cache hint "tarides/runtime_events_tools-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-83a468c43e02bcd79396a526395c285c"
2025-07-17 01:06.03: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.3)
 (comment openbsd-76-amd64-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "doas ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.0.8 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.3 --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-07-17 01:06.03: Waiting for resource in pool OCluster
2025-07-17 01:06.03: Waiting for worker…
2025-07-17 01:06.03: Got resource from pool OCluster
Building on oregano
HEAD is now at ffa0874 Merge pull request #57 from patricoferris/use-trace-fuchsia
HEAD is now at 3e648d3 Update CHANGES.md

(from openbsd-76-amd64-ocaml-5.3)
2025-07-17 01:06.04 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache

/: (comment openbsd-76-amd64-5.3_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-17 01:06.04 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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] synchronised from file:///home/opam/opam-repository
2025-07-17 01:06.04 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-17 01:06.04 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..0094db1438  master     -> origin/master
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2

<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-17 01:06.04 ---> using "66a70ce7e2e5455b1b76e8b7ebdc69100af36244f927dfbfda03bfb368d35294" from cache

/: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
         (dst /home/opam/src/./))
2025-07-17 01:06.04 ---> using "764db5f5c0acd0493ff9c9278c1e0a761f4918de7ee7670b27bb0d7e5f494173" 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-07-17 01:06.04 ---> using "5b43c45c2f1c8379a303a5e1c8cbfd287e4fc04af2d32bd7405ca0152abc3e8c" from cache

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-07-17 01:06.04 ---> using "10e7b92aab16744b5e38c5ec8b7db575e81a7982a343effa050b3122bc34b91b" 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.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 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.0.8 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.3 --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.dev] synchronised (file:///home/opam/src)
[runtime_events_tools_bare.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.50 signed on 2025-04-20T09:56:12Z
2025-07-17 01:06.04 ---> using "dcd219229b20660de34ba5aa3f47070f1ba49af310eeaebb9ec26d14b73363c1" 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.19.1
  - install dune-configurator    3.19.1
  - install fmt                  0.10.0
  - install hdr_histogram        0.0.4
  - install integers             0.7.0
  - install menhir               20240715
  - install menhirCST            20240715
  - install menhirLib            20240715
  - install menhirSdk            20240715
  - 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.0.8
  - install trace                0.10
  - install trace-fuchsia        0.10
  - install uutf                 1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> installed conf-cmake.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved fmt.0.10.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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocamlbuild.0.16.1  (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 dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved trace.0.10, trace-fuchsia.0.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> installed cmdliner.1.3.0
-> installed conf-pkg-config.4
-> installed dune.3.19.1
[ERROR] The compilation of conf-libffi.2.0.0 failed at "pkg-config libffi".
-> installed bigarray-compat.1.1.0
-> installed conf-zlib.1
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed dune-configurator.3.19.1
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed menhir.20240715
-> installed ocamlbuild.0.16.1
-> 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.0.8
-> installed astring.0.8.5
-> installed fmt.0.10.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.3.0 | 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-9473-d89174.env
# output-file ~/.opam/log/conf-libffi-9473-d89174.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.19.1
| - install dune-configurator    3.19.1
| - install fmt                  0.10.0
| - install integers             0.7.0
| - install menhir               20240715
| - install menhirCST            20240715
| - install menhirLib            20240715
| - install menhirSdk            20240715
| - 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.0.8
| - 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-20250717010632.export"
"opam install $DEPS" failed with exit status 31
2025-07-17 01:18.32: Job failed: Failed: Build failed