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) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 92f44392cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041# opensuse-15.6-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-03 12:05.15: Using cache hint "tarides/runtime_events_tools-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041-opensuse-15.6-5.4_opam-2.5-86d8b0561b555f21d0356be5aa55bc37"2026-03-03 12:05.15: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041)(comment opensuse-15.6-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 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 ./))(run (network host)(shell "opam pin add -yn runtime_events_tools_bare.dev './' && \\nopam pin add -yn runtime_events_tools.dev './'"))(run (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.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 /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-03 12:05.15: Waiting for resource in pool OCluster2026-03-03 12:22.42: Waiting for worker…2026-03-03 12:28.44: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 92f4439 Merge pull request #81 from tmcgilchrist/theAlexes/main(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:effc88b5c29636e2a2c6cb1098771062d091bda2846d151c20cf377b7e7f4041)2026-03-03 12:29.17 ---> saved as "ef7fcc773164a50ac7c6190f2fe405e5d17bf12eddb2fc6cbe71b9e48747f47a"/: (comment opensuse-15.6-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-03 12:29.17 ---> saved as "de099de23ed215e5aa934a37013d9d90f80af6c95f1126a36c1dafd3f0c2771a"/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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-03 12:29.37 ---> saved as "e4567fea59e9f89f28721481af1347ec0e49e166b623b782f9469b741d323d8a"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.5.02026-03-03 12:29.37 ---> saved as "ca5e94ca25f331100bb4ff662a4a576c2a692e3deb6b97773656fd20c750ac37"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-03 12:29.37 ---> saved as "a18645d69895a2ac0663dd277250036df2b7d0221e78508f58b24710dd49f470"/src: (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_HEAD3109384a92..8227f67d3e master -> origin/master3cf4002e7c Merge pull request #29471 from c-cube/release-trace-v0.12<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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:29.50 ---> saved as "e199ecd2e5a47e1254eab85df8c87b1dbc83e559b8463790b9ae981174372153"/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2026-03-03 12:29.51 ---> saved as "9eeaebd428ad66717fd112ae90e609fef7a4ff3a0cdfc6c8b46968befd4ed591"/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-03-03 12:29.52 ---> saved as "1727ffe9e6397de630a56430c36f86ca3e3bd70f5140431e6ec6a5c9d7e7e976"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-03 12:29.52 ---> saved as "fbb7df52c9f82eda320b93931c9ce3a620a8ea1a3877ebed152a20d2c8ab746e"/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.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")/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/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ....- ....- ....- ....- ....- ....- .............done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .....- ....- ....- ....- ....- ....- ......................- ..........- ..........- ..........- ...............done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "libffi-devel"- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 9 NEW packages are going to be installed:- cmake cmake-full libarchive13 libffi-devel libjsoncpp19 libopenssl1_1 libpython3_6m1_0 librhash0 python3-base-- 9 new packages to install.-- Package download size: 25.0 MiB-- Package install size change:- | 89.5 MiB required by packages that will be installed- 89.5 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (1/9), 26.7 KiB- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [...- ....- ....- ....- ....- .....done (2.6 KiB/s)]- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (2/9), 77.1 KiB- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [.- done]- Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (3/9), 84.7 KiB- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.done]- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/9), 341.4 KiB- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.....- ....- ....- .....- not found]- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.....- ....- ....- ...done (106.4 KiB/s)]- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/9), 1.4 MiB- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [..done (1.0 MiB/s)]- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/9), 7.8 MiB- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64.rpm [.not found]- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64.rpm [.not found]- Retrieving: python3-base-3.6.15-150300.10.106.1.x86_64.rpm [.....- .....done (7.5 MiB/s)]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/9), 1.2 MiB- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64.rpm [.not found]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64.rpm [.not found]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64.rpm [..done (722.1 KiB/s)]- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/9), 13.9 MiB- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found]- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found]- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [...- ..........- .....done (13.4 MiB/s)]- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/9), 104.6 KiB- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.done]-- Checking for file conflicts: [..done]- (1/9) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]- (2/9) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done]- (3/9) Installing: librhash0-1.3.5-1.25.x86_64 [..done]- (4/9) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done]- (5/9) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [..done]- (6/9) Installing: python3-base-3.6.15-150300.10.106.1.x86_64 [.- ........done]- (7/9) Installing: libpython3_6m1_0-3.6.15-150300.10.106.1.x86_64 [..done]- (8/9) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [..- ..........- ..done]- (9/9) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done]# To update the current shell environment, run: eval $(opam env)2026-03-03 12:30.54 ---> saved as "ef896351a1a18cce258c1dfe29ab2cb4ff8dccd8a1ac8e1654a720e0e4a96a2b"/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 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<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.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.1, dune-configurator.3.21.1 (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.12, trace-fuchsia.0.12 (cached)-> installed cmdliner.2.1.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.1-> 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.12-> installed integers.0.7.0-> installed trace-fuchsia.0.12-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed menhir.20260209-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2026-03-03 12:31.34 ---> saved as "18c67e188680c31178a4a6d2b3be4de908823e13bd35d8b61343d3fb7ef6fd6a"/src: (copy (src .) (dst /src))2026-03-03 12:31.34 ---> saved as "e7ae25e7d1d61e130d8db69ef4a9c2ea5f0fbe24e6d8cb3f0e9f6fc34ec1d582"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_launch.exe --show-errors)Testing `Runtime Events Tools'.This run has ID `C2EI6FRA'.[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.(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe)stretch tree of depth 11 check: 40951024 trees of depth 4 check: 317441024 trees of depth 4 check: 317441024 trees of depth 4 check: 31744256 trees of depth 6 check: 32512256 trees of depth 6 check: 32512256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270464 trees of depth 8 check: 3270464 trees of depth 8 check: 3270416 trees of depth 10 check: 3275216 trees of depth 10 check: 3275216 trees of depth 10 check: 32752long lived tree of depth 10 check: 2047Execution times:Wall time (s): 0.00CPU time (s): 0.01GC time (s): 0.00GC overhead (% of CPU time): 16.82%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 13.391 0.00 0.00 18.002 0.00 0.00 20.42GC latency profile:#[Mean (ms): 0.26, Stddev (ms): 0.13]#[Min (ms): 0.03, max (ms): 0.34]Percentile Latency (ms)25.0000 0.0350.0000 0.3360.0000 0.3370.0000 0.3475.0000 0.3480.0000 0.3485.0000 0.3490.0000 0.3495.0000 0.3496.0000 0.3497.0000 0.3498.0000 0.3499.0000 0.3499.9000 0.3499.9900 0.3499.9990 0.3499.9999 0.34100.0000 0.34(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19)stretch tree of depth 20 check: 2097151524288 trees of depth 4 check: 16252928524288 trees of depth 4 check: 16252928524288 trees of depth 4 check: 16252928131072 trees of depth 6 check: 16646144131072 trees of depth 6 check: 16646144131072 trees of depth 6 check: 1664614432768 trees of depth 8 check: 1674444832768 trees of depth 8 check: 1674444832768 trees of depth 8 check: 167444488192 trees of depth 10 check: 167690248192 trees of depth 10 check: 167690248192 trees of depth 10 check: 167690242048 trees of depth 12 check: 167751682048 trees of depth 12 check: 167751682048 trees of depth 12 check: 16775168512 trees of depth 14 check: 16776704512 trees of depth 14 check: 16776704512 trees of depth 14 check: 16776704128 trees of depth 16 check: 16777088128 trees of depth 16 check: 16777088128 trees of depth 16 check: 1677708832 trees of depth 18 check: 1677718432 trees of depth 18 check: 1677718432 trees of depth 18 check: 16777184long lived tree of depth 19 check: 1048575Execution times:Wall time (s): 1.46CPU time (s): 4.16GC time (s): 2.08GC overhead (% of CPU time): 50.10%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.46 0.74 50.581 1.38 0.69 50.322 1.32 0.65 49.33GC latency profile:#[Mean (ms): 0.40, Stddev (ms): 0.95]#[Min (ms): 0.00, max (ms): 13.66]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0170.0000 0.0775.0000 0.1880.0000 0.3585.0000 0.8890.0000 1.6895.0000 2.4696.0000 2.7197.0000 3.2698.0000 3.6099.0000 4.1799.9000 6.8699.9900 13.5699.9990 13.6699.9999 13.66100.0000 13.662026-03-03 12:31.36 ---> saved as "3ae0592830f4fa9b8e9a8440de5edea233f87c8c5c9310a6834ed498d5d3e1d9"Job succeeded2026-03-03 12:31.37: Job succeeded