2026-02-13 06:29.55: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (3ad0e8eb927f2d1346ceca4b9a4bfde7dfb54da7) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 3ad0e8ebcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb# fedora-42-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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && 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.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 thread-local-storage.0.2 topkg.1.1.1 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.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-02-13 06:29.55: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb-fedora-42-5.4_opam-2.5-3ca860469193255ba6acca6f733fd70b"2026-02-13 06:29.55: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)(comment fedora-42-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 thread-local-storage.0.2 topkg.1.1.1 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.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-13 06:29.55: Waiting for resource in pool OCluster2026-02-13 06:29.55: Waiting for worker…2026-02-13 06:29.55: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 3ad0e8e Merge pull request #79 from tmcgilchrist/fuschia_0.10(from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)2026-02-13 06:29.56 ---> using "036f9b732f9d17c01c758b4a476cea75fc5ffc0b43db5723c9bcbaffb014b54a" from cache/: (comment fedora-42-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 42 - x86_64 - Updates 100% | 25.2 KiB/s | 16.9 KiB | 00m01sFedora 42 - x86_64 100% | 72.9 KiB/s | 22.1 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 6.6 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-02-13 06:29.56 ---> using "588c434da937157851c1fdd79d468b8fbe29979786d68316bd7dca540f11abbb" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-13 06:29.56 ---> using "261e20e1f8f71b537145407ffb40a24cd62176eb08a4c4e42f73955442e82c28" 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.Continue? [Y/n] yThis 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.[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-13 06:29.56 ---> using "042111dbe804c3e3e9a1dae31a4d4bd5a1ca2cc34c00b6bef56a8d6aa60bda24" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.5.02026-02-13 06:29.56 ---> using "8ca1d76b03366644862de06631e57eba020ac1bf4bdffd05b1e1e9c149b2b02b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-13 06:29.56 ---> using "01060aa655f86127c338903c2da3486b461f3f62339b138a62f8550c06ee8e88" 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_HEADa6b2f19780..119f3176b8 master -> origin/master98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-13 06:29.56 ---> using "fb03e420e4b0c4dd4eff5b928bc95c2c988d609c89b91038754327753beba88e" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2026-02-13 06:29.56 ---> using "38de50605c9cc6e25a8a116773e247ba2bf0cd60e6850e6c09395636075e3436" 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-13 06:29.56 ---> using "d34b669947b9a9e1949b609f8f67e0a1262a3a38dbc7daade6a2efdebefd8232" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-13 06:29.56 ---> using "2dcae3ccb24f973056371cd674c231c622c8b7a8bea0db281e5bfba979974056" 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 thread-local-storage.0.2 topkg.1.1.1 trace.0.10 trace-fuchsia.0.10 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- Installing:- cmake x86_64 3.31.6-2.fc42 fedora 34.2 MiB- libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB- zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB- Installing dependencies:- cmake-data noarch 3.31.6-2.fc42 fedora 8.5 MiB- cmake-filesystem x86_64 3.31.6-2.fc42 fedora 0.0 B- jsoncpp x86_64 1.9.6-1.fc42 fedora 261.6 KiB- libuv x86_64 1:1.51.0-1.fc42 updates 570.2 KiB- rhash x86_64 1.4.5-2.fc42 fedora 351.0 KiB- vim-filesystem noarch 2:9.1.2128-2.fc42 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.6-2.fc42. 100% | 209.4 KiB/s | 17.6 KiB | 00m00s- [2/9] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 1.6 MiB/s | 103.5 KiB | 00m00s- [3/9] cmake-data-0:3.31.6-2.fc42.noarch 100% | 10.2 MiB/s | 2.5 MiB | 00m00s- [4/9] rhash-0:1.4.5-2.fc42.x86_64 100% | 2.0 MiB/s | 198.7 KiB | 00m00s- [5/9] zlib-ng-compat-devel-0:2.2.5-2.fc 100% | 375.7 KiB/s | 38.3 KiB | 00m00s- [6/9] vim-filesystem-2:9.1.2128-2.fc42. 100% | 2.5 MiB/s | 15.5 KiB | 00m00s- [7/9] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 139.0 KiB/s | 28.8 KiB | 00m00s- [8/9] libuv-1:1.51.0-1.fc42.x86_64 100% | 1.4 MiB/s | 266.3 KiB | 00m00s- [9/9] cmake-0:3.31.6-2.fc42.x86_64 100% | 11.6 MiB/s | 12.2 MiB | 00m01s- --------------------------------------------------------------------------------- [9/9] Total 100% | 11.5 MiB/s | 15.3 MiB | 00m01s- Running transaction- [ 1/11] Verify package files 100% | 58.0 B/s | 9.0 B | 00m00s- [ 2/11] Prepare transaction 100% | 93.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 libuv-1:1.51.0-1.fc4 100% | 139.9 MiB/s | 573.0 KiB | 00m00s- [ 5/11] Installing vim-filesystem-2:9.1 100% | 337.1 KiB/s | 4.7 KiB | 00m00s- [ 6/11] Installing rhash-0:1.4.5-2.fc42 100% | 14.5 MiB/s | 356.4 KiB | 00m00s- [ 7/11] Installing jsoncpp-0:1.9.6-1.fc 100% | 18.4 MiB/s | 263.1 KiB | 00m00s- [ 8/11] Installing cmake-data-0:3.31.6- 100% | 35.0 MiB/s | 9.1 MiB | 00m00s- [ 9/11] Installing cmake-0:3.31.6-2.fc4 100% | 166.1 MiB/s | 34.2 MiB | 00m00s- [10/11] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s- [11/11] Installing libffi-devel-0:3.4.6 100% | 497.0 KiB/s | 34.8 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel"- cmake-3.31.6-2.fc42.x86_64- libffi-devel-3.4.6-5.fc42.x86_64- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-02-13 06:29.56 ---> using "cf14b6ef7bd7d2b84ca30d88c5c828ac57b5b38bad665c17ff3a24f8fd0d8556" 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 31 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 thread-local-storage 0.2- install topkg 1.1.1- install trace 0.10- install trace-fuchsia 0.10- 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 ocamlbuild.0.16.1 (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 ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (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 thread-local-storage.0.2-> installed trace.0.10-> installed integers.0.7.0-> installed trace-fuchsia.0.10-> 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.4Done.# To update the current shell environment, run: eval $(opam env)2026-02-13 06:29.56 ---> using "93937bd810ebe07c4161db990fdfa7fcbb1405525a01b4e47e3892cb2045ad33" from cache/src: (copy (src .) (dst /src))2026-02-13 06:29.56 ---> using "c1bbb349df8794a8466c20209b282b6ee112e28a79ecb112969b4dcb2f04c1d7" from cache/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(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: 31744256 trees of depth 6 check: 325121024 trees of depth 4 check: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270464 trees of depth 8 check: 3270416 trees of depth 10 check: 32752256 trees of depth 6 check: 3251216 trees of depth 10 check: 3275264 trees of depth 8 check: 3270416 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): 12.31%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 9.221 0.00 0.00 14.452 0.00 0.00 14.50GC latency profile:#[Mean (ms): 0.26, Stddev (ms): 0.11]#[Min (ms): 0.07, max (ms): 0.33]Percentile Latency (ms)25.0000 0.0750.0000 0.3260.0000 0.3270.0000 0.3275.0000 0.3280.0000 0.3285.0000 0.3290.0000 0.3395.0000 0.3396.0000 0.3397.0000 0.3398.0000 0.3399.0000 0.3399.9000 0.3399.9900 0.3399.9990 0.3399.9999 0.33100.0000 0.33(cd _build/default/test && ./test_launch.exe --show-errors)Testing `Runtime Events Tools'.This run has ID `YSIRSJNB'.[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 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.85CPU time (s): 5.22GC time (s): 2.63GC overhead (% of CPU time): 50.31%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.85 0.97 52.411 1.73 0.87 50.122 1.64 0.79 48.15GC latency profile:#[Mean (ms): 0.50, Stddev (ms): 1.15]#[Min (ms): 0.00, max (ms): 8.50]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 0.0975.0000 0.2280.0000 0.4485.0000 1.1890.0000 2.2095.0000 3.1296.0000 3.3897.0000 3.9698.0000 4.6099.0000 5.1399.9000 7.2699.9900 8.4499.9990 8.5099.9999 8.50100.0000 8.502026-02-13 06:29.56 ---> using "3ef064224773a5efd3d755e3aa0462ad1979c825f75ca92b6619c57da41c6c60" from cacheJob succeeded2026-02-13 06:29.56: Job succeeded