2026-03-03 12:05.16: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/74/head (9cbcf1e5575954c18b28c4a4a971f5728698648a) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771Opam project buildTo 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 9cbcf1e5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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.16: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771-fedora-43-5.4_opam-2.5-86d8b0561b555f21d0356be5aa55bc37"2026-03-03 12:05.16: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)(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 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.16: Waiting for resource in pool OCluster2026-03-03 12:22.47: Waiting for worker…2026-03-03 12:29.30: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 9cbcf1e apply linting using fmt patch from ci(from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)2026-03-03 12:29.31 ---> using "c2d794b6e911bbcb34a16b47b087571cc83c25d82d5221802c28ebb772c7b7ac" 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% | 62.2 KiB/s | 23.1 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 4.1 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 41.1 KiB/s | 5.2 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-03-03 12:29.31 ---> using "a480bb0c0de320ab28e07b01f155fc81210ddb022301ec8e9c4ea680722505cf" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-03 12:29.31 ---> using "9de9c529d7cff5b5c8927ab10ee9faad90c94a13b1f49d3e2ed043b82784d3eb" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-03 12:29.31 ---> using "893076ba5a4a8e0bf7dd033b89ae160f8e554d420bdd70125ac1eda2ff489e82" from cache/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.31 ---> using "1c8a7a01b85f7ed7331403adbd645aa4d871d323bb3e41731facb087ffeba45d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-03 12:29.31 ---> using "8bde7f5e5986e500b04438e6611db57a8ed019b4acff57bb6b0b52b7a938e2db" from cache/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.31 ---> using "bbb31331812a0d3a505323504f7b5db00ecd6ca9a3e9644890ab0c666280f641" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2026-03-03 12:29.31 ---> using "216b114aebb82e8bd2090aedeefaa9ebfd9214d9353a6de645bd71e5409f2939" 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-03-03 12:29.31 ---> using "ba1dfe641d2efc7b47553ae4be93e8d11db9b50d42fb9effda85b3aad1517ed3" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-03 12:29.31 ---> using "4ed8038f36d47c156fd351c2b8538cf4f1b52927db2b014664bc7ded9a8c88ad" 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.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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- 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- Upgrading:- zlib-ng-compat x86_64 2.3.3-1.fc43 updates 161.7 KiB- replacing zlib-ng-compat x86_64 2.3.2-2.fc43 a899a9b296804e8ab27411270a04f5e9 161.7 KiB- 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.3-1.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.2.045-1.fc43 updates 40.0 B-- Transaction Summary:- Installing: 9 packages- Upgrading: 1 package- Replacing: 1 package-- 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 162 KiB).- [ 1/10] cmake-filesystem-0:3.31.10-3.fc 100% | 247.7 KiB/s | 13.9 KiB | 00m00s- [ 2/10] jsoncpp-0:1.9.6-2.fc43.x86_64 100% | 894.3 KiB/s | 101.1 KiB | 00m00s- [ 3/10] libuv-1:1.51.0-2.fc43.x86_64 100% | 13.7 MiB/s | 266.1 KiB | 00m00s- [ 4/10] rhash-0:1.4.5-3.fc43.x86_64 100% | 2.1 MiB/s | 197.9 KiB | 00m00s- [ 5/10] libffi-devel-0:3.5.2-1.fc43.x86 100% | 780.9 KiB/s | 29.7 KiB | 00m00s- [ 6/10] zlib-ng-compat-devel-0:2.3.3-1. 100% | 1.9 MiB/s | 37.8 KiB | 00m00s- [ 7/10] vim-filesystem-2:9.2.045-1.fc43 100% | 814.5 KiB/s | 15.5 KiB | 00m00s- [ 8/10] zlib-ng-compat-0:2.3.3-1.fc43.x 100% | 2.3 MiB/s | 88.6 KiB | 00m00s- [ 9/10] cmake-data-0:3.31.10-3.fc43.noa 100% | 5.1 MiB/s | 2.5 MiB | 00m00s- [10/10] cmake-0:3.31.10-3.fc43.x86_64 100% | 5.3 MiB/s | 12.2 MiB | 00m02s- --------------------------------------------------------------------------------- [10/10] Total 100% | 6.0 MiB/s | 15.4 MiB | 00m03s- Running transaction- [ 1/13] Verify package files 100% | 178.0 B/s | 10.0 B | 00m00s- [ 2/13] Prepare transaction 100% | 126.0 B/s | 11.0 B | 00m00s- [ 3/13] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s- [ 4/13] Upgrading zlib-ng-compat-0:2.3. 100% | 79.4 MiB/s | 162.6 KiB | 00m00s- [ 5/13] Installing vim-filesystem-2:9.2 100% | 269.1 KiB/s | 4.8 KiB | 00m00s- [ 6/13] Installing rhash-0:1.4.5-3.fc43 100% | 19.3 MiB/s | 356.4 KiB | 00m00s- [ 7/13] Installing libuv-1:1.51.0-2.fc4 100% | 186.5 MiB/s | 573.0 KiB | 00m00s- [ 8/13] Installing jsoncpp-0:1.9.6-2.fc 100% | 126.5 MiB/s | 259.2 KiB | 00m00s- [ 9/13] Installing cmake-0:3.31.10-3.fc 100% | 283.0 MiB/s | 34.5 MiB | 00m00s- [10/13] Installing cmake-data-0:3.31.10 100% | 37.5 MiB/s | 9.1 MiB | 00m00s- [11/13] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.6 KiB | 00m00s- [12/13] Installing libffi-devel-0:3.5.2 100% | 34.7 MiB/s | 35.6 KiB | 00m00s- [13/13] Removing zlib-ng-compat-0:2.3.2 100% | 89.0 B/s | 5.0 B | 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.3-1.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-03-03 12:29.31 ---> using "3fc7d3febf0b4d0cb4b1b7b6ce3fbb7628a990a8c5317f45f66308f26b13e6a4" 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 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 ocamlbuild.0.16.1 (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 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:29.48 ---> saved as "f270c6a61659bca89ed093c65516f4b161e9dd3daabc2f7e539355727d7e6100"/src: (copy (src .) (dst /src))2026-03-03 12:29.48 ---> saved as "70edcac545b9b34f9fb9ff9c7132c023919f27744a0aea1f2334b819fb861b8c"/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 `ZHFMDV1Q'.[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): 9.34%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 0.001 0.00 0.00 15.102 0.00 0.00 15.79GC latency profile:#[Mean (ms): 0.21, Stddev (ms): 0.14]#[Min (ms): 0.01, max (ms): 0.31]Percentile Latency (ms)25.0000 0.0150.0000 0.3060.0000 0.3070.0000 0.3075.0000 0.3080.0000 0.3085.0000 0.3190.0000 0.3195.0000 0.3196.0000 0.3197.0000 0.3198.0000 0.3199.0000 0.3199.9000 0.3199.9900 0.3199.9990 0.3199.9999 0.31100.0000 0.31(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: 16775168512 trees of depth 14 check: 167767042048 trees of depth 12 check: 167751682048 trees of depth 12 check: 16775168512 trees of depth 14 check: 16776704128 trees of depth 16 check: 16777088512 trees of depth 14 check: 1677670432 trees of depth 18 check: 16777184128 trees of depth 16 check: 16777088128 trees of depth 16 check: 1677708832 trees of depth 18 check: 1677718432 trees of depth 18 check: 16777184long lived tree of depth 19 check: 1048575Execution times:Wall time (s): 2.15CPU time (s): 5.86GC time (s): 2.32GC overhead (% of CPU time): 39.57%Per domain stats:Domain Wall(s) GC(s) GC(%)0 2.15 0.55 25.401 2.06 1.04 50.782 1.65 0.73 44.08GC latency profile:#[Mean (ms): 0.40, Stddev (ms): 0.93]#[Min (ms): 0.00, max (ms): 8.52]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0370.0000 0.1075.0000 0.2280.0000 0.4185.0000 0.7890.0000 1.6595.0000 2.4196.0000 2.6497.0000 2.9998.0000 3.4999.0000 4.5199.9000 7.1099.9900 7.8299.9990 8.5299.9999 8.52100.0000 8.522026-03-03 12:29.51 ---> saved as "db4d22c8a4ade8c85f5afd29657e9dbc3f2cfa982fd11b8dc9c4ff3a0c37e0a9"Job succeeded2026-03-03 12:29.51: Job succeeded