2025-07-17 00:45.14: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (ffa08749d1811add58aefa4eb361ec7c9fd127d5) (linux-x86_64:fedora-41-5.3_opam-2.3)Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:9c9878c265d556e4c139e6fa739a2d0dbdc557d2a118c08be5fa8db3a729b600Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard ffa08749cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:9c9878c265d556e4c139e6fa739a2d0dbdc557d2a118c08be5fa8db3a729b600# fedora-41-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 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.3 --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-BLOCK2025-07-17 00:45.14: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-41-ocaml-5.3@sha256:9c9878c265d556e4c139e6fa739a2d0dbdc557d2a118c08be5fa8db3a729b600-fedora-41-5.3_opam-2.3-83a468c43e02bcd79396a526395c285c"2025-07-17 00:45.14: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-5.3@sha256:9c9878c265d556e4c139e6fa739a2d0dbdc557d2a118c08be5fa8db3a729b600)(comment fedora-41-5.3_opam-2.3)(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.3 /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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 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.3 --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")))2025-07-17 00:45.14: Waiting for resource in pool OCluster2025-07-17 00:45.14: Waiting for worker…2025-07-17 00:45.14: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devHEAD is now at e2a633e Remove ocaml_intrinsicsHEAD is now at ffa0874 Merge pull request #57 from patricoferris/use-trace-fuchsia(from ocaml/opam:fedora-41-ocaml-5.3@sha256:9c9878c265d556e4c139e6fa739a2d0dbdc557d2a118c08be5fa8db3a729b600)2025-07-17 00:45.51 ---> saved as "1017cdba12c807df16d26b380c3f9d26c165fb34368d6db05bcb787061dbdd5e"/: (comment fedora-41-5.3_opam-2.3)/: (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 41 - x86_64 100% | 95.4 KiB/s | 26.7 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 211.5 KiB/s | 25.0 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 5.6 MiB/s | 4.7 MiB | 00m01sRepositories loaded.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.Nothing to do.2025-07-17 00:45.58 ---> saved as "074bdb85201a11729f4baf7c82cb0a70ea0753b751b753351526a56f6fd2edfe"/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-07-17 00:45.58 ---> saved as "71efb981fbc62a2e46bbc11b86d03543cc6ba0a802dac3215ffe9e6b612e0253"/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 development 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] Initialised2025-07-17 00:46.22 ---> saved as "b1aa7adaafb04e3d4b3178194acb2f60116102bec4bbe2e93923281cdfc113cb"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 5.3.02.3.02025-07-17 00:46.22 ---> saved as "859606f1f6f8d807e33733d1d21dbd1e8fcd18c307059cdd881f714064233699"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-17 00:46.22 ---> saved as "db084252495c8b99f04799d4a3cbeaa2a1e8b3311a413bbc7d5762951c023432"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-07-17 00:46.39 ---> saved as "10ce67ee41342c38cc956673a2014380825b5d02bbe6de5aac9581526d165b18"/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-07-17 00:46.40 ---> saved as "b736953c75be5363134c50305a721de394b13055aaafda487e24dd5ccc3d6add"/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)2025-07-17 00:46.41 ---> saved as "d2282beabef7b8ddcdca25ad52f6e391abef9cf7f00b8feadf627674d77518f4"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-17 00:46.41 ---> saved as "a11a004de3e302a7a418c588337f8a3ebe81a0fa3fcea0021c245ffb10146c94"/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 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.3 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))+ /usr/bin/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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/bin/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.30.8-1.fc41 updates 32.7 MiB- libffi-devel x86_64 3.4.6-3.fc41 fedora 33.1 KiB- zlib-ng-compat-devel x86_64 2.2.3-2.fc41 updates 107.0 KiB- Installing dependencies:- cmake-data noarch 3.30.8-1.fc41 updates 8.2 MiB- cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B- jsoncpp x86_64 1.9.5-8.fc41 fedora 253.4 KiB- libuv x86_64 1:1.51.0-1.fc41 updates 571.7 KiB- rhash x86_64 1.4.4-2.fc41 fedora 349.9 KiB- vim-filesystem noarch 2:9.1.1537-2.fc41 updates 40.0 B-- Transaction Summary:- Installing: 9 packages-- Total size of inbound packages is 14 MiB. Need to download 14 MiB.- After this operation, 42 MiB extra will be used (install 42 MiB, remove 0 B).- [1/9] jsoncpp-0:1.9.5-8.fc41.x86_64 100% | 1.2 MiB/s | 99.3 KiB | 00m00s- [2/9] rhash-0:1.4.4-2.fc41.x86_64 100% | 2.0 MiB/s | 196.0 KiB | 00m00s- [3/9] cmake-filesystem-0:3.30.8-1.fc41. 100% | 221.2 KiB/s | 16.8 KiB | 00m00s- [4/9] libffi-devel-0:3.4.6-3.fc41.x86_6 100% | 639.2 KiB/s | 28.8 KiB | 00m00s- [5/9] cmake-data-0:3.30.8-1.fc41.noarch 100% | 13.5 MiB/s | 2.3 MiB | 00m00s- [6/9] zlib-ng-compat-devel-0:2.2.3-2.fc 100% | 1.0 MiB/s | 38.3 KiB | 00m00s- [7/9] vim-filesystem-2:9.1.1537-2.fc41. 100% | 722.1 KiB/s | 15.2 KiB | 00m00s- [8/9] libuv-1:1.51.0-1.fc41.x86_64 100% | 9.0 MiB/s | 266.0 KiB | 00m00s- [9/9] cmake-0:3.30.8-1.fc41.x86_64 100% | 18.2 MiB/s | 10.9 MiB | 00m01s- --------------------------------------------------------------------------------- [9/9] Total 100% | 16.1 MiB/s | 13.9 MiB | 00m01s- Running transaction- [ 1/11] Verify package files 100% | 68.0 B/s | 9.0 B | 00m00s- [ 2/11] Prepare transaction 100% | 111.0 B/s | 9.0 B | 00m00s- [ 3/11] Installing cmake-filesystem-0:3 100% | 1.8 MiB/s | 7.3 KiB | 00m00s- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% | 140.3 MiB/s | 574.5 KiB | 00m00s- [ 5/11] Installing vim-filesystem-2:9.1 100% | 363.0 KiB/s | 4.7 KiB | 00m00s- [ 6/11] Installing rhash-0:1.4.4-2.fc41 100% | 69.4 MiB/s | 355.1 KiB | 00m00s- [ 7/11] Installing jsoncpp-0:1.9.5-8.fc 100% | 19.2 MiB/s | 254.9 KiB | 00m00s- [ 8/11] Installing cmake-data-0:3.30.8- 100% | 35.3 MiB/s | 8.8 MiB | 00m00s- [ 9/11] Installing cmake-0:3.30.8-1.fc4 100% | 168.6 MiB/s | 32.7 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% | 621.3 KiB/s | 34.8 KiB | 00m00s- Complete!+ /usr/bin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel"- cmake-3.30.8-1.fc41.x86_64- libffi-devel-3.4.6-3.fc41.x86_64- zlib-ng-compat-devel-2.2.3-2.fc41.x86_642025-07-17 00:46.52 ---> saved as "5b050cb21e4c9a47c00a89cf27cba7282db1e7a8b13f9c356aecd0dc56728faf"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 32 packages- install alcotest 1.9.0- install astring 0.8.5- install bigarray-compat 1.1.0- 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.23.0- install ctypes-foreign 0.23.0- install dune 3.19.1- install dune-configurator 3.19.1- install fmt 0.10.0- install hdr_histogram 0.0.4- install integers 0.7.0- install menhir 20240715- install menhirCST 20240715- install menhirLib 20240715- install menhirSdk 20240715- 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.13.2- install seq base- install stdlib-shims 0.3.0- install thread-local-storage 0.2- install topkg 1.0.8- install trace 0.10- install trace-fuchsia 0.10- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved alcotest.1.9.0 (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.23.0, ctypes-foreign.0.23.0 (cached)-> retrieved fmt.0.10.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-zlib.1-> retrieved hdr_histogram.0.0.4 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.13.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.1.3.0-> retrieved topkg.1.0.8 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.10.0-> installed astring.0.8.5-> installed dune.3.19.1-> installed csexp.1.5.2-> installed bigarray-compat.1.1.0-> installed menhirCST.20240715-> installed menhirLib.20240715-> installed menhirSdk.20240715-> installed ocaml-syntax-shims.1.0.0-> installed re.1.13.2-> 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.0-> installed dune-configurator.3.19.1-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed menhir.20240715-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2025-07-17 00:47.47 ---> saved as "7dab6f6df8aeaeecd373abcd2b9ae03b9dedf29872d290e4d7d84d45ce824885"/src: (copy (src .) (dst /src))2025-07-17 00:47.49 ---> saved as "e751217bfbf6b23132252fecb8b68b6b779bd38481148701de9912bb89b8a5eb"/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 `9PPZ0S74'.[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): 12.70%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 11.211 0.00 0.00 13.582 0.00 0.00 13.77GC latency profile:#[Mean (ms): 0.20, Stddev (ms): 0.13]#[Min (ms): 0.04, max (ms): 0.31]Percentile Latency (ms)25.0000 0.0450.0000 0.3160.0000 0.3170.0000 0.3175.0000 0.3180.0000 0.3185.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: 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): 2.40CPU time (s): 6.76GC time (s): 3.94GC overhead (% of CPU time): 58.27%Per domain stats:Domain Wall(s) GC(s) GC(%)0 2.40 1.43 59.691 2.27 1.31 57.562 2.09 1.20 57.42GC latency profile:#[Mean (ms): 0.74, Stddev (ms): 2.23]#[Min (ms): 0.00, max (ms): 29.61]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 0.1075.0000 0.2980.0000 0.5985.0000 1.4690.0000 2.6095.0000 3.5996.0000 4.1597.0000 5.0498.0000 6.1499.0000 11.9199.9000 24.7299.9900 29.5699.9990 29.6199.9999 29.61100.0000 29.612025-07-17 00:47.55 ---> saved as "20e4ce01e212cfe8cdf43ac80dea5b9999bc66b76be6dd646537105e4f71c7c6"Job succeeded2025-07-17 00:47.56: Job succeeded