Organisationstaridesruntime_events_toolsbcedba ()macos-homebrew-5.4_arm64_opam-2.5

macos-homebrew-5.4_arm64_opam-2.5

Logs

Show full logs
2026-02-10 21:23.37: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (bcedba710f73b455dc27a948dad038a8bc61e7f9) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)
Base: macos-homebrew-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 bcedba71
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./src/./
RUN opam pin add -yn runtime_events_tools_bare.dev './src/./' && \
    opam pin add -yn runtime_events_tools.dev './src/./'
RUN echo '(lang dune 3.0)' > './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.1.3.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.0 dune-configurator.3.21.0 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.11 trace-fuchsia.0.11 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 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-02-10 21:23.37: Using cache hint "tarides/runtime_events_tools-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-0bd9996ea4746da196dde23d48a47764"
2026-02-10 21:23.37: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (comment macos-homebrew-5.4_arm64_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn runtime_events_tools_bare.dev './src/./' && \
             \nopam pin add -yn runtime_events_tools.dev './src/./'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './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.1.3.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.0 dune-configurator.3.21.0 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.11 trace-fuchsia.0.11 uutf.1.0.4")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-02-10 21:23.37: Waiting for resource in pool OCluster
2026-02-10 21:23.37: Waiting for worker…
2026-02-10 22:55.05: Got resource from pool OCluster
Building on m1-worker-01
All commits already cached
HEAD is now at bcedba7 Merge pull request #72 from tarides/dependabot/github_actions/actions/checkout-6

(from macos-homebrew-ocaml-5.4)
2026-02-10 22:55.05 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

/: (comment macos-homebrew-5.4_arm64_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-02-10 22:55.06 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" 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.

This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2026-02-10 22:55.06 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-10 22:55.06 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   043b6ea343..98d5860f2a  master     -> origin/master
98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 22:55.06 ---> using "409256fe7866753b9a50a53d87f8918742cc292648a97d68067e358188c319c3" from cache

/: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
         (dst ./src/./))
2026-02-10 22:55.07 ---> saved as "21dbe6276f86a5eb011a205b2be2f1bdae565da3332f847cdbc1a5732602b07e"

/: (run (network host)
        (shell  "opam pin add -yn runtime_events_tools_bare.dev './src/./' && \
               \nopam pin add -yn runtime_events_tools.dev './src/./'"))
[runtime_events_tools_bare.dev] synchronised (file:///Users/mac1000/src)
runtime_events_tools_bare is now pinned to file:///Users/mac1000/src (version dev)
[runtime_events_tools.dev] synchronised (file:///Users/mac1000/src)
runtime_events_tools is now pinned to file:///Users/mac1000/src (version dev)
2026-02-10 22:55.31 ---> saved as "72453dce7d97cf38007f46488650fe67f64031d930d178518dba5ee27444a981"

/: (run (network host)
        (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-02-10 22:55.32 ---> saved as "660883d8b09d87627c9caf84f925129b2d11c009e333c1ea281d223b91ed0135"

/: (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.1.3.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.0 dune-configurator.3.21.0 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.11 trace-fuchsia.0.11 uutf.1.0.4")

/: (env CI true)

/: (env OCAMLCI true)

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[runtime_events_tools_bare.dev] synchronised (file:///Users/mac1000/src)
[runtime_events_tools.dev] synchronised (file:///Users/mac1000/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:
    cmake libffi pkgconf zlib

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

+ /opt/homebrew/bin/brew "install" "cmake" "libffi" "pkgconf" "zlib"
- ==> Fetching downloads for: cmake, libffi, pkgconf and zlib
- ✔︎ Bottle Manifest cmake (4.2.3)
- ✔︎ Bottle Manifest libffi (3.5.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest zlib (1.3.1)
- ✔︎ Bottle Manifest zlib (1.3.1)
- ✔︎ Bottle libffi (3.5.2)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle zlib (1.3.1)
- ✔︎ Bottle cmake (4.2.3)
- ==> Pouring cmake--4.2.3.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- To install the CMake documentation, run:
-   brew install cmake-docs
- ==> Summary
- 🍺  /opt/homebrew/Cellar/cmake/4.2.3: 4,016 files, 63.6MB
- ==> Running `brew cleanup cmake`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring libffi--3.5.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB
- ==> Running `brew cleanup libffi`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring zlib--1.3.1.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/zlib/1.3.1: 14 files, 412.5KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
- Emacs Lisp files have been installed to:
-   /opt/homebrew/share/emacs/site-lisp/cmake
- ==> cmake
- To install the CMake documentation, run:
-   brew install cmake-docs
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
# To update the current shell environment, run: eval $(opam env)
2026-02-10 22:56.03 ---> saved as "ba530f83b92c0b499d1a6db80b2ffdd8fee5005df10e317f9c71c572a5ea563c"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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           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.24.0
  - install ctypes-foreign     0.24.0
  - install dune               3.21.0
  - install dune-configurator  3.21.0
  - 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.11
  - install trace-fuchsia      0.11
  - install uutf               1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-zlib.1
-> installed conf-libffi.2.0.0
-> retrieved alcotest.1.9.1  (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 menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlbuild.0.16.1
-> retrieved trace.0.11, trace-fuchsia.0.11  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.21.0
-> installed menhirCST.20260209
-> installed csexp.1.5.2
-> installed menhirGLR.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed re.1.14.0
-> installed trace.0.11
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed integers.0.7.0
-> installed trace-fuchsia.0.11
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.0
-> installed ctypes.0.24.0
-> installed menhir.20260209
-> installed ctypes-foreign.0.24.0
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 22:57.03 ---> saved as "69e6ca81498c75d5f6930e5e94b4cd1161a30cd8f034068a1af4b1440942b680"

/: (copy (src .) (dst ./src))
2026-02-10 22:57.04 ---> saved as "aa28eb5048f40d68a7d33e5cbdd97f45622d55ef92c9b7b44e418e154e129f62"

/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/byte -I /Users/mac1000/.opam/5.4.0/lib/mtime -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/trace -I /Users/mac1000/.opam/5.4.0/lib/trace-fuchsia -I /Users/mac1000/.opam/5.4.0/lib/trace/core -I /Users/mac1000/.opam/5.4.0/lib/trace/util -I lib/olly_trace/olly_format_backend/.olly_format_backend.objs/byte -cmi-file lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/byte/olly_format_fuchsia.cmi -no-alias-deps -opaque -o lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/byte/olly_format_fuchsia.cmo -c -impl lib/olly_trace/olly_format_backend/olly_format_fuchsia.ml)
File "lib/olly_trace/olly_format_backend/olly_format_fuchsia.ml", line 11, characters 15-39:
11 |   subscriber : Trace_fuchsia.Subscriber.t;
                    ^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Trace_fuchsia.Subscriber
(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/byte -I lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/native -I /Users/mac1000/.opam/5.4.0/lib/mtime -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/trace -I /Users/mac1000/.opam/5.4.0/lib/trace-fuchsia -I /Users/mac1000/.opam/5.4.0/lib/trace/core -I /Users/mac1000/.opam/5.4.0/lib/trace/util -I lib/olly_trace/olly_format_backend/.olly_format_backend.objs/byte -I lib/olly_trace/olly_format_backend/.olly_format_backend.objs/native -cmi-file lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/byte/olly_format_fuchsia.cmi -no-alias-deps -opaque -o lib/olly_trace/olly_format_backend/.olly_format_fuchsia.objs/native/olly_format_fuchsia.cmx -c -impl lib/olly_trace/olly_format_backend/olly_format_fuchsia.ml)
File "lib/olly_trace/olly_format_backend/olly_format_fuchsia.ml", line 11, characters 15-39:
11 |   subscriber : Trace_fuchsia.Subscriber.t;
                    ^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Trace_fuchsia.Subscriber
(cd _build/default/test && ./test_launch.exe --show-errors)
Testing `Runtime Events Tools'.
This run has ID `58JBX8TE'.

  [OK]          process          0   process::launch success.
  [OK]          process          1   process::launch failure.

Full test results in `~/src/_build/default/test/_build/_tests/Runtime Events Tools'.
Test Successful in 0.224s. 2 tests run.
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-02-10 22:57.09: Job failed: Failed: Build failed