2025-09-04 00:47.43: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (0b23692cfb82ae8685747614618b5fc46ce8be18) (linux-x86_64:fedora-42-5.3_opam-2.4)Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 0b23692ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3# fedora-42-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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.1.0 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.4 --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-09-04 00:47.43: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3-fedora-42-5.3_opam-2.4-9aa8cdaec584ee06343acd15f7b9b47f"2025-09-04 00:47.43: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3)(comment fedora-42-5.3_opam-2.4)(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.4 /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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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.1.0 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.4 --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-09-04 00:47.43: Waiting for resource in pool OCluster2025-09-04 23:15.18: Waiting for worker…2025-09-04 23:27.32: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 0b23692 Merge pull request #60 from tmcgilchrist/poll_sleep_2(from ocaml/opam:fedora-42-ocaml-5.3@sha256:3c4d6bd92f2521c203ae0878d09115a03015a05e80a548d54fcd052c1a0176e3)2025-09-04 23:27.33 ---> using "1c28e5fa04d791c5cc6b2ce470bc0a36440778ebb02f6a81cac1039d44837550" from cache/: (comment fedora-42-5.3_opam-2.4)/: (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 100% | 54.6 KiB/s | 25.5 KiB | 00m00sFedora 42 - x86_64 - Updates 100% | 86.1 KiB/s | 18.5 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2025-09-04 23:27.33 ---> using "30ec58b95dbf2ce96df4e0cfd8a1378824cbb7b27634e3d768f5bf1b1e1c12fa" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-04 23:27.33 ---> using "0ad4a4c74ee6c7a0b8bf9645c88cf8c3bf100a4760210eed524534c68f94573d" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-04 23:27.33 ---> using "2c08b3d4d9970b4bac64786d6d0477265643e2d044ac19b059db06fdd1dd1657" 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.4.12025-09-04 23:27.33 ---> using "d52a6c44307dc82177848cfaa8cef6522574cfc34b36be6107ca3d1e528ee622" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-04 23:27.33 ---> using "318448b2e032a62250509c5bafb909b7dd3a4955875af20650db352317c1781b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..a8ca1f2ed3 master -> origin/mastere28312d8e0 Merge pull request #28436 from fpottier/opam-publish-menhir.20250903<><> 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)2025-09-04 23:27.33 ---> using "730bc61bbd46b29e03666b8a2a0acad56b3c2786f275790d6d4a71434e9a24bf" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-09-04 23:27.33 ---> using "7a05699b8d3c7b6017f7e3c27bb65f9ee5af109bd1877e4ac492a9136bf5d1b5" 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-09-04 23:27.33 ---> using "f1fa1a0f199778c8e1137d9740bd88638ffe4f1376a4549b4ce1280ac8ae56bb" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-04 23:27.33 ---> using "0fc02f309db6904c70262eee7d8a29043f860fe0dddff58f068e7c52ed1192ae" 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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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.1.0 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.4 --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.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/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.1723-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% | 293.2 KiB/s | 17.6 KiB | 00m00s- [2/9] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 7.2 MiB/s | 103.5 KiB | 00m00s- [3/9] cmake-data-0:3.31.6-2.fc42.noarch 100% | 10.0 MiB/s | 2.5 MiB | 00m00s- [4/9] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 364.3 KiB/s | 28.8 KiB | 00m00s- [5/9] zlib-ng-compat-devel-0:2.2.5-2.fc 100% | 7.5 MiB/s | 38.3 KiB | 00m00s- [6/9] vim-filesystem-2:9.1.1723-1.fc42. 100% | 3.0 MiB/s | 15.5 KiB | 00m00s- [7/9] rhash-0:1.4.5-2.fc42.x86_64 100% | 752.7 KiB/s | 198.7 KiB | 00m00s- [8/9] libuv-1:1.51.0-1.fc42.x86_64 100% | 16.3 MiB/s | 266.3 KiB | 00m00s- [9/9] cmake-0:3.31.6-2.fc42.x86_64 100% | 10.0 MiB/s | 12.2 MiB | 00m01s- --------------------------------------------------------------------------------- [9/9] Total 100% | 9.4 MiB/s | 15.3 MiB | 00m02s- Running transaction- [ 1/11] Verify package files 100% | 40.0 B/s | 9.0 B | 00m00s- [ 2/11] Prepare transaction 100% | 44.0 B/s | 9.0 B | 00m00s- [ 3/11] Installing cmake-filesystem-0:3 100% | 948.7 KiB/s | 7.6 KiB | 00m00s- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% | 56.0 MiB/s | 573.0 KiB | 00m00s- [ 5/11] Installing vim-filesystem-2:9.1 100% | 162.7 KiB/s | 4.7 KiB | 00m00s- [ 6/11] Installing rhash-0:1.4.5-2.fc42 100% | 7.4 MiB/s | 356.4 KiB | 00m00s- [ 7/11] Installing jsoncpp-0:1.9.6-1.fc 100% | 8.9 MiB/s | 263.1 KiB | 00m00s- [ 8/11] Installing cmake-data-0:3.31.6- 100% | 19.8 MiB/s | 9.1 MiB | 00m00s- [ 9/11] Installing cmake-0:3.31.6-2.fc4 100% | 65.9 MiB/s | 34.2 MiB | 00m01s- [10/11] Installing zlib-ng-compat-devel 100% | 21.2 MiB/s | 108.5 KiB | 00m00s- [11/11] Installing libffi-devel-0:3.4.6 100% | 243.3 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_642025-09-04 23:27.33 ---> using "1831eb60c7100d5f95e07875c9020d170327f5c10a5db29842b41d4d8681f964" 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.20.1- install dune-configurator 3.20.1- install fmt 0.11.0- install hdr_histogram 0.0.4- install integers 0.7.0- install menhir 20250903- install menhirCST 20250903- install menhirLib 20250903- install menhirSdk 20250903- 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.1.0- install trace 0.10- install trace-fuchsia 0.10- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved bigarray-compat.1.1.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.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 menhir.20250903, menhirCST.20250903, menhirLib.20250903, menhirSdk.20250903 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.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 topkg.1.1.0 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> installed cmdliner.1.3.0-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fmt.0.11.0-> installed dune.3.20.1-> installed csexp.1.5.2-> installed bigarray-compat.1.1.0-> installed menhirCST.20250903-> installed menhirSdk.20250903-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed ocaml-syntax-shims.1.0.0-> installed trace.0.10-> installed menhirLib.20250903-> installed integers.0.7.0-> installed re.1.13.2-> installed trace-fuchsia.0.10-> installed dune-configurator.3.20.1-> installed alcotest.1.9.0-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed menhir.20250903-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2025-09-04 23:27.33 ---> using "a2b17c06d978e1486d64ecef65a7b00ca062b831b6304871246912b1c2f26dcc" from cache/src: (copy (src .) (dst /src))2025-09-04 23:27.34 ---> saved as "e77a619d9987786cb9fd3a88b58f22c27d28ddce839cb81ea48d96129b5e1bbf"/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 `CJ9ZG65L'.[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.103s. 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: 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: 327041024 trees of depth 4 check: 3174416 trees of depth 10 check: 32752256 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.02GC overhead (% of CPU time): 55.08%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.02 0.01 34.611 0.01 0.01 109.43GC latency profile:#[Mean (ms): 3.02, Stddev (ms): 2.79]#[Min (ms): 0.00, max (ms): 7.68]Percentile Latency (ms)25.0000 0.5850.0000 0.9260.0000 3.6470.0000 3.6475.0000 5.2880.0000 5.2885.0000 5.2890.0000 5.2895.0000 7.6896.0000 7.6897.0000 7.6898.0000 7.6899.0000 7.6899.9000 7.6899.9900 7.6899.9990 7.6899.9999 7.68100.0000 7.68(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): 4.30CPU time (s): 12.27GC time (s): 6.75GC overhead (% of CPU time): 55.05%Per domain stats:Domain Wall(s) GC(s) GC(%)0 4.30 2.36 54.961 4.07 2.30 56.382 3.90 2.10 53.76GC latency profile:#[Mean (ms): 1.24, Stddev (ms): 2.85]#[Min (ms): 0.00, max (ms): 41.09]Percentile Latency (ms)25.0000 0.0050.0000 0.0360.0000 0.0670.0000 0.1975.0000 0.6180.0000 1.3485.0000 3.0390.0000 5.3195.0000 6.9696.0000 7.6397.0000 8.7398.0000 10.3599.0000 12.4699.9000 21.5499.9900 37.8599.9990 41.0999.9999 41.09100.0000 41.092025-09-04 23:27.40 ---> saved as "2d09988a126501db0a38372feacb83d7792c150b0f1bb9720deea5bc4a33f791"Job succeeded2025-09-04 23:27.40: Job succeeded