2026-02-12 04:29.42: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/74/head (1797b0ba53630807a7e247184f1694e9471629c8) (linux-x86_64:fedora-43-5.4_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/74/head" && git reset --hard 1797b0ba cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7 # fedora-43-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 ./ RUN opam pin add -yn runtime_events_tools_bare.dev './' && \ opam pin add -yn runtime_events_tools.dev './' RUN echo '(lang dune 3.0)' > './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 opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-12 04:29.42: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7-fedora-43-5.4_opam-2.5-0bd9996ea4746da196dde23d48a47764" 2026-02-12 04:29.42: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7) (comment fedora-43-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo 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")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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 ./)) (run (network host) (shell "opam pin add -yn runtime_events_tools_bare.dev './' && \ \nopam pin add -yn runtime_events_tools.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './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 /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 /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-02-12 04:29.42: Waiting for resource in pool OCluster 2026-02-12 04:29.42: Waiting for worker… 2026-02-12 04:29.42: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 1797b0b more linting (from ocaml/opam:fedora-43-ocaml-5.4@sha256:e63cb54f263f69a5487a22bff4673effded4c57d56bd27fd67e3cc2615aab9b7) 2026-02-12 04:29.43 ---> using "4e2b8591845136281b2629afb7934c15f1ae534ce6c700ee8841e11b607a33a7" from cache /: (comment fedora-43-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 100% | 54.7 KiB/s | 22.3 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 3.7 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 87.1 KiB/s | 13.3 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-02-12 04:29.43 ---> using "837c07188bf50ea546afbccb4d2f64bc0404968bc0937813826ca26b88c6ea71" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-12 04:29.43 ---> using "a0e1ae1c42dd01ffe431135132f32b5d6f97bc76e97c00f10122bcde345422b4" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from 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 /home/opam/.opam from version 2.0 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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-12 04:29.43 ---> using "61a7774f29dc5820513e99ec972f57df997429bf3f81ba129e961d9c42ee9cf0" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-12 04:29.43 ---> using "63917ca5af84f6109637526de6c22761387273cdcaa1b1d885dc1d45fbb1fa8b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-12 04:29.43 ---> using "26df678581fbe1125840d6b3260cbe14d9d438bec832027001047372311489df" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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 a6b2f19780..8f8aafa908 master -> origin/master 98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-12 04:29.43 ---> using "062567f0f54ab3a612a011cc4ef7a98ab20c524d8c688d99c95a9c890706ef61" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-02-12 04:29.43 ---> using "bcd0b332723828136d03b513b43808714d2b6f0d558dc56d97035a8afaf852c1" from cache /src: (run (network host) (shell "opam pin add -yn runtime_events_tools_bare.dev './' && \ \nopam pin add -yn runtime_events_tools.dev './'")) [runtime_events_tools_bare.dev] synchronised (file:///src) runtime_events_tools_bare is now pinned to file:///src (version dev) [runtime_events_tools.dev] synchronised (file:///src) runtime_events_tools is now pinned to file:///src (version dev) 2026-02-12 04:29.43 ---> using "c97783ea14e81503e6e7a3cfd576325cc993e787a80dceeae8994685022c072d" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-12 04:29.43 ---> using "9f34033b7be62221cfbd9a54e0d1c8093c66a737f3ff95ae8c77ae6367761c88" from cache /src: (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") /src: (env CI true) /src: (env OCAMLCI true) /src: (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")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 43 - x86_64 - Updates 100% | 13.5 KiB/s | 6.1 KiB | 00m00s - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [runtime_events_tools.dev] synchronised (file:///src) [runtime_events_tools_bare.dev] synchronised (file:///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-devel zlib-ng-compat-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - cmake x86_64 3.31.10-3.fc43 updates 34.5 MiB - libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB - zlib-ng-compat-devel x86_64 2.3.2-2.fc43 updates 107.0 KiB - Installing dependencies: - cmake-data noarch 3.31.10-3.fc43 updates 8.5 MiB - cmake-filesystem x86_64 3.31.10-3.fc43 updates 0.0 B - jsoncpp x86_64 1.9.6-2.fc43 fedora 257.6 KiB - libuv x86_64 1:1.51.0-2.fc43 fedora 570.2 KiB - rhash x86_64 1.4.5-3.fc43 fedora 351.1 KiB - vim-filesystem noarch 2:9.1.2128-2.fc43 updates 40.0 B - - Transaction Summary: - Installing: 9 packages - - Total size of inbound packages is 15 MiB. Need to download 15 MiB. - After this operation, 44 MiB extra will be used (install 44 MiB, remove 0 B). - [1/9] cmake-filesystem-0:3.31.10-3.fc43 100% | 39.2 KiB/s | 13.9 KiB | 00m00s - [2/9] jsoncpp-0:1.9.6-2.fc43.x86_64 100% | 431.9 KiB/s | 101.1 KiB | 00m00s - [3/9] libuv-1:1.51.0-2.fc43.x86_64 100% | 1.5 MiB/s | 266.1 KiB | 00m00s - [4/9] rhash-0:1.4.5-3.fc43.x86_64 100% | 924.8 KiB/s | 197.9 KiB | 00m00s - [5/9] libffi-devel-0:3.5.2-1.fc43.x86_6 100% | 124.2 KiB/s | 29.7 KiB | 00m00s - [6/9] zlib-ng-compat-devel-0:2.3.2-2.fc 100% | 396.3 KiB/s | 38.0 KiB | 00m00s - [7/9] cmake-data-0:3.31.10-3.fc43.noarc 100% | 1.5 MiB/s | 2.5 MiB | 00m02s - [8/9] vim-filesystem-2:9.1.2128-2.fc43. 100% | 4.4 KiB/s | 15.6 KiB | 00m04s - >>> Status code: 503 for http://mirror.yandex.ru/fedora/linux/updates/43/Everyth - >>> Status code: 503 for https://mirror.yandex.ru/fedora/linux/updates/43/Everyt - [9/9] cmake-0:3.31.10-3.fc43.x86_64 100% | 1.8 MiB/s | 12.2 MiB | 00m07s - -------------------------------------------------------------------------------- - [9/9] Total 100% | 2.1 MiB/s | 15.4 MiB | 00m07s - Running transaction - [ 1/11] Verify package files 100% | 166.0 B/s | 9.0 B | 00m00s - [ 2/11] Prepare transaction 100% | 152.0 B/s | 9.0 B | 00m00s - [ 3/11] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s - [ 4/11] Installing vim-filesystem-2:9.1 100% | 248.4 KiB/s | 4.7 KiB | 00m00s - [ 5/11] Installing rhash-0:1.4.5-3.fc43 100% | 16.6 MiB/s | 356.4 KiB | 00m00s - [ 6/11] Installing libuv-1:1.51.0-2.fc4 100% | 139.9 MiB/s | 573.0 KiB | 00m00s - [ 7/11] Installing jsoncpp-0:1.9.6-2.fc 100% | 126.5 MiB/s | 259.2 KiB | 00m00s - [ 8/11] Installing cmake-0:3.31.10-3.fc 100% | 255.7 MiB/s | 34.5 MiB | 00m00s - [ 9/11] Installing cmake-data-0:3.31.10 100% | 37.1 MiB/s | 9.1 MiB | 00m00s - [10/11] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.6 KiB | 00m00s - [11/11] Installing libffi-devel-0:3.5.2 100% | 756.9 KiB/s | 35.6 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel" - cmake-3.31.10-3.fc43.x86_64 - libffi-devel-3.5.2-1.fc43.x86_64 - zlib-ng-compat-devel-2.3.2-2.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-02-12 04:29.43 ---> using "ac91a230d7ed3eb2ad8aa1e753b4423bd3389f32dd8618ae2e3d2f8f24f24ed5" from cache /src: (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 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 alcotest.1.9.1 (cached) -> retrieved conf-cmake.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-cmake.1 -> installed conf-pkg-config.4 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved fmt.0.11.0 (cached) -> installed conf-libffi.2.0.0 -> installed conf-zlib.1 -> 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.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved trace.0.11, trace-fuchsia.0.11 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> 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 csexp.1.5.2 -> installed menhirCST.20260209 -> installed menhirGLR.20260209 -> installed menhirLib.20260209 -> installed menhirSdk.20260209 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed trace.0.11 -> installed integers.0.7.0 -> installed trace-fuchsia.0.11 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.0 -> installed menhir.20260209 -> installed ctypes.0.24.0 -> 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-12 04:29.43 ---> using "db43705881101a1a29ccc950c0b2e187cf2a070818f3186c46047824dfbf444e" from cache /src: (copy (src .) (dst /src)) 2026-02-12 04:29.44 ---> saved as "5f02714c1e106fcfc7c2b9f3fac5f4b3c327ce8c65181335c057f82b1867de81" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.4/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 /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace -I /home/opam/.opam/5.4/lib/trace-fuchsia -I /home/opam/.opam/5.4/lib/trace/core -I /home/opam/.opam/5.4/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 && /home/opam/.opam/5.4/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 /home/opam/.opam/5.4/lib/mtime -I /home/opam/.opam/5.4/lib/mtime/clock -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/trace -I /home/opam/.opam/5.4/lib/trace-fuchsia -I /home/opam/.opam/5.4/lib/trace/core -I /home/opam/.opam/5.4/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 `GCACJ4PH'. [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.101s. 2 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-02-12 04:29.44: Job failed: Failed: Build failed