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:opensuse-15.6-5.3_opam-2.3)Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19Opam 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:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19# opensuse-15.6-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19-opensuse-15.6-5.3_opam-2.3-83a468c43e02bcd79396a526395c285c"2025-07-17 00:45.14: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19)(comment opensuse-15.6-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 clete.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:opensuse-15.6-ocaml-5.3@sha256:0fac28c677868b193e3ca172de36d8b2356d0c39cbebc3c975d914e94c5d6b19)2025-07-17 00:45.15 ---> using "af134770f26c4dbbccdbf242b3fd60adcbadedaa16c898f81c412f84622b0d07" from cache/: (comment opensuse-15.6-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-07-17 00:45.15 ---> using "9a178abce306547f43d7329fc8f11ed15bcef579687926d74e02c51639869868" 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 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] y[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] Initialised2025-07-17 00:45.15 ---> using "90df1f73e18a7ea5b88ec6dfe73dd4450a9e32b9b83c57b0678af91b00010b4d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-07-17 00:45.15 ---> using "470775936aec4077ad543a503cbf844ba2c378b1b0a828c1a60c50d4d95ea58d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-17 00:45.15 ---> using "c1397b40f74f7ea07c0987210968c83571f80d39f7fd9828ac7a495cb4cf4694" from cache/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:45.15 ---> using "28411fab8b9fd3508dea5339753da5e39858996fb3125378bd179a073dad9a69" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-07-17 00:45.15 ---> using "71cebdcd37abc27bc48edd999ead71d98545ba920575b1318da6c722cc537636" 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)2025-07-17 00:45.15 ---> using "6109182a15d3a34bfa33ba2bc9a4555e9058aa33df36586c7fbdfe7562894e7e" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-17 00:45.15 ---> using "72d1ca9b97901d3c7185fd9ceab6be2249ecd979abcacc0f9a65a01cc0b14d43" from cache/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 "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.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<><> 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.4 MiB required by packages that will be installed- 89.4 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]- 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.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/9), 340.3 KiB- Retrieving: libarchive13-3.7.2-150600.3.12.1.x86_64.rpm [..done]- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/9), 1.4 MiB- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64.rpm [.- ..done (825.3 KiB/s)]- Retrieving: python3-base-3.6.15-150300.10.84.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.84.1.x86_64.rpm [......done (7.4 MiB/s)]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.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.84.1.x86_64.rpm [..done (102.9 KiB/s)]- Retrieving: cmake-full-3.28.3-150600.1.2.x86_64 (Main Repository) (8/9), 13.9 MiB- Retrieving: cmake-full-3.28.3-150600.1.2.x86_64.rpm [........done (12.9 MiB/s)]- Retrieving: cmake-3.28.3-150600.1.1.x86_64 (Main Repository) (9/9), 105.4 KiB- Retrieving: cmake-3.28.3-150600.1.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.12.1.x86_64 [..done]- (5/9) Installing: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 [....done]- (6/9) Installing: python3-base-3.6.15-150300.10.84.1.x86_64 [..- ..........- done]- (7/9) Installing: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 [...done]- (8/9) Installing: cmake-full-3.28.3-150600.1.2.x86_64 [.......- ..........- .done]- (9/9) Installing: cmake-3.28.3-150600.1.1.x86_64 [..done]2025-07-17 00:45.15 ---> using "059792a62e1779288574854599d1cac060af2a78a55ece8ce2995828fba22fa3" 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.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 cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-cmake.1-> retrieved alcotest.1.9.0 (cached)-> 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 integers.0.7.0 (cached)-> retrieved hdr_histogram.0.0.4 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.1.3.0-> 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 stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed trace.0.10-> installed ocaml-syntax-shims.1.0.0-> installed re.1.13.2-> installed integers.0.7.0-> installed trace-fuchsia.0.10-> installed dune-configurator.3.19.1-> installed alcotest.1.9.0-> 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:45.15 ---> using "7a44e41f99c0573576a8251fbf9385c5bc911ed1870608f01bcbf111c2b66f6b" from cache/src: (copy (src .) (dst /src))2025-07-17 00:45.15 ---> using "b30e2d50cb14d1628d28f52225ba41834d640b33de4c4099819c323c86756519" from cache/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 `U6XPVAEJ'.[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.102s. 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: 3251264 trees of depth 8 check: 32704256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 3275216 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.32%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 9.401 0.00 0.00 13.892 0.00 0.00 15.55GC latency profile:#[Mean (ms): 0.24, Stddev (ms): 0.18]#[Min (ms): 0.02, max (ms): 0.39]Percentile Latency (ms)25.0000 0.0250.0000 0.3860.0000 0.3870.0000 0.3975.0000 0.3980.0000 0.3985.0000 0.3990.0000 0.3995.0000 0.3996.0000 0.3997.0000 0.3998.0000 0.3999.0000 0.3999.9000 0.3999.9900 0.3999.9990 0.3999.9999 0.39100.0000 0.39(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: 16775168512 trees of depth 14 check: 16776704512 trees of depth 14 check: 167767042048 trees of depth 12 check: 16775168128 trees of depth 16 check: 16777088128 trees of depth 16 check: 1677708832 trees of depth 18 check: 16777184512 trees of depth 14 check: 1677670432 trees of depth 18 check: 16777184128 trees of depth 16 check: 1677708832 trees of depth 18 check: 16777184long lived tree of depth 19 check: 1048575Execution times:Wall time (s): 3.64CPU time (s): 8.39GC time (s): 4.53GC overhead (% of CPU time): 53.95%Per domain stats:Domain Wall(s) GC(s) GC(%)0 3.64 2.16 59.361 2.45 1.25 50.892 2.30 1.12 48.66GC latency profile:#[Mean (ms): 0.84, Stddev (ms): 1.99]#[Min (ms): 0.00, max (ms): 13.30]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0570.0000 0.1875.0000 0.3780.0000 0.7685.0000 1.6490.0000 3.2195.0000 6.5896.0000 6.7197.0000 6.8098.0000 7.3999.0000 9.5699.9000 12.2899.9900 13.2299.9990 13.3099.9999 13.30100.0000 13.302025-07-17 00:45.15 ---> using "7e53f940914588bfee8569ae392db99aa91273bc86732e4c338d9631c0c2d63d" from cacheJob succeeded2025-07-17 00:45.15: Job succeeded