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-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8Opam 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-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8# 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 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-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-86d8b0561b555f21d0356be5aa55bc37"2026-03-03 12:05.16: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)(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 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.41: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 9cbcf1e apply linting using fmt patch from ci(from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)2026-03-03 12:30.12 ---> saved as "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87"/: (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% | 21.5 KiB/s | 8.7 KiB | 00m00sFedora 42 - x86_64 100% | 74.9 KiB/s | 22.9 KiB | 00m00sFedora 42 openh264 (From Cisco) - x86_ 100% | 6.2 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-03-03 12:30.23 ---> saved as "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e"/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-03 12:30.23 ---> saved as "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e"/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] yFormat upgrade done.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.[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 --global<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-03 12:31.02 ---> saved as "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0"/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-03-03 12:31.02 ---> saved as "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-03 12:31.02 ---> saved as "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69"/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:31.26 ---> saved as "2f781d43aed5a25bddfcb66401819427afcafca49d5cc9cae0b411dbf87828eb"/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2026-03-03 12:31.26 ---> saved as "e48a7c537132ef6641676afa2a622e1b6310152e5b002afd9f48f27ad89298fd"/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:31.28 ---> saved as "5a5d54ee41070e49c18a88947a19b0e54f1089de86ee0c627ebe2e644a6ef1c6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-03 12:31.28 ---> saved as "c04dc8107c7faab30c9d3a01425767249c87ae1101a6b6653cf0769dcca84c60"/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- 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.2.045-1.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% | 107.3 KiB/s | 17.6 KiB | 00m00s- [2/9] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 734.0 KiB/s | 103.5 KiB | 00m00s- [3/9] cmake-data-0:3.31.6-2.fc42.noarch 100% | 5.1 MiB/s | 2.5 MiB | 00m00s- [4/9] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 165.4 KiB/s | 28.8 KiB | 00m00s- [5/9] rhash-0:1.4.5-2.fc42.x86_64 100% | 527.1 KiB/s | 198.7 KiB | 00m00s- [6/9] vim-filesystem-2:9.2.045-1.fc42.n 100% | 64.5 KiB/s | 15.4 KiB | 00m00s- [7/9] zlib-ng-compat-devel-0:2.2.5-2.fc 100% | 141.4 KiB/s | 38.3 KiB | 00m00s- [8/9] libuv-1:1.51.0-1.fc42.x86_64 100% | 4.6 MiB/s | 266.3 KiB | 00m00s- [9/9] cmake-0:3.31.6-2.fc42.x86_64 100% | 9.1 MiB/s | 12.2 MiB | 00m01s- --------------------------------------------------------------------------------- [9/9] Total 100% | 9.3 MiB/s | 15.3 MiB | 00m02s- Running transaction- [ 1/11] Verify package files 100% | 47.0 B/s | 9.0 B | 00m00s- [ 2/11] Prepare transaction 100% | 57.0 B/s | 9.0 B | 00m00s- [ 3/11] Installing cmake-filesystem-0:3 100% | 1.2 MiB/s | 7.6 KiB | 00m00s- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% | 69.9 MiB/s | 573.0 KiB | 00m00s- [ 5/11] Installing vim-filesystem-2:9.2 100% | 193.8 KiB/s | 4.8 KiB | 00m00s- [ 6/11] Installing rhash-0:1.4.5-2.fc42 100% | 8.5 MiB/s | 356.4 KiB | 00m00s- [ 7/11] Installing jsoncpp-0:1.9.6-1.fc 100% | 9.9 MiB/s | 263.1 KiB | 00m00s- [ 8/11] Installing cmake-data-0:3.31.6- 100% | 23.9 MiB/s | 9.1 MiB | 00m00s- [ 9/11] Installing cmake-0:3.31.6-2.fc4 100% | 85.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% | 302.5 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-03-03 12:31.48 ---> saved as "21b4e0e3b3344eeae12e53f19b9ff1df2d6c56d2513b572edc7c7486f46d6f09"/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 fmt.0.11.0-> installed mtime.2.1.0-> installed uutf.1.0.4-> 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 stdlib-shims.0.3.0-> installed trace.0.12-> installed ocaml-syntax-shims.1.0.0-> installed integers.0.7.0-> installed re.1.14.0-> installed trace-fuchsia.0.12-> installed alcotest.1.9.1-> installed dune-configurator.3.21.1-> installed ctypes.0.24.0-> installed menhir.20260209-> 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:34.07 ---> saved as "7f808785e3f15ee5d3e355d629ecf5af364d124fa029c0539e9294aa54f37891"/src: (copy (src .) (dst /src))2026-03-03 12:34.08 ---> saved as "8a1228d4b08aa9361fc5f870e9aab0be1ea73e191bbd088bf548ee00bdfa7fd3"/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: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 327521024 trees of depth 4 check: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 327521024 trees of depth 4 check: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 32752long lived tree of depth 10 check: 2047Execution times:Wall time (s): 0.02CPU time (s): 0.03GC time (s): 0.01GC overhead (% of CPU time): 43.12%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.02 0.00 19.061 0.00 0.01 157.92GC latency profile:#[Mean (ms): 2.34, Stddev (ms): 2.14]#[Min (ms): 0.08, max (ms): 5.44]Percentile Latency (ms)25.0000 0.0850.0000 1.9160.0000 1.9170.0000 4.1375.0000 4.1380.0000 4.1385.0000 4.1390.0000 5.4495.0000 5.4496.0000 5.4497.0000 5.4498.0000 5.4499.0000 5.4499.9000 5.4499.9900 5.4499.9990 5.4499.9999 5.44100.0000 5.44(cd _build/default/test && ./test_launch.exe --show-errors)Testing `Runtime Events Tools'.This run has ID `3T7G6SSA'.[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.136s. 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): 19.57CPU time (s): 57.60GC time (s): 14.46GC overhead (% of CPU time): 25.10%Per domain stats:Domain Wall(s) GC(s) GC(%)0 19.57 4.78 24.441 18.76 4.70 25.052 19.27 4.97 25.81GC latency profile:#[Mean (ms): 3.09, Stddev (ms): 7.45]#[Min (ms): 0.00, max (ms): 110.62]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 1.1075.0000 3.5780.0000 4.1185.0000 6.3890.0000 9.7295.0000 17.0296.0000 20.0097.0000 23.9798.0000 28.0899.0000 36.3199.9000 60.0099.9900 110.6299.9990 110.6299.9999 110.62100.0000 110.622026-03-03 12:34.33 ---> saved as "b3aa640fa56b26c50e3baaec6c2189cb6e2a860a5c5b88f01b6211c013caa566"Job succeeded2026-03-03 12:34.33: Job succeeded