2025-08-04 04:17.57: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (53d44c06713536c7029977746bc696023b18c5e9) (linux-x86_64:ubuntu-24.04-5.3_opam-2.4)Base: ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:11d41a21c416e8d4bd76fab308f0a6a2820331507db6d863564a63ceeef73a6fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 53d44c06cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:11d41a21c416e8d4bd76fab308f0a6a2820331507db6d863564a63ceeef73a6f# ubuntu-24.04-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.11.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.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-08-04 04:17.57: Using cache hint "tarides/runtime_events_tools-ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:11d41a21c416e8d4bd76fab308f0a6a2820331507db6d863564a63ceeef73a6f-ubuntu-24.04-5.3_opam-2.4-0e08c542739902e51113d47394915336"2025-08-04 04:17.57: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:11d41a21c416e8d4bd76fab308f0a6a2820331507db6d863564a63ceeef73a6f)(comment ubuntu-24.04-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.11.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.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-08-04 04:17.57: Waiting for resource in pool OCluster2025-08-04 04:17.57: Waiting for worker…2025-08-04 04:17.57: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at e492dcc Remove platform restriction.HEAD is now at 53d44c0 Merge pull request #59 from tmcgilchrist/trace_debug(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:11d41a21c416e8d4bd76fab308f0a6a2820331507db6d863564a63ceeef73a6f)2025-08-04 04:17.58 ---> using "8d5ac2c269860310678098568af4bb9a9415b8e574633846ef1c11cfe287bd6a" from cache/: (comment ubuntu-24.04-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-08-04 04:17.58 ---> using "a8d4c96de20f390c451c53be2f7a83e4a5cec4afd786485243b8dd7a91afcebb" 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-08-04 04:17.58 ---> using "27c44e9006bd2b291857d8395b096a69a71dd0ec5f9711ec35ed5665dc7fb424" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 5.3.02.4.12025-08-04 04:17.58 ---> using "79fc9a9846653bbd36848c8ad222ac25cf4fb5d5d15cbb82c1370023caa39ad0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-04 04:17.58 ---> using "ee5bafe912a4101bc4a788aee06fe0bde95393201283c91b82c39bb72b1e712d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0<><> 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-08-04 04:17.58 ---> using "ff0141d4c6b9848387d173a3aef48e640f3fd9fa3854e8ba1fcf8369372f2eb6" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-08-04 04:17.58 ---> using "66a0c01ad3037a001623c94db597832b3e04ab818c4682055fbe37180fdfb2a0" 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-08-04 04:17.58 ---> using "bf1ef4231d76b92a8ce79c171d0a0d54aa6718907dc1db7c34f0a5e9035ea6c9" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-04 04:17.58 ---> using "4aa5fb256d7053ce8e6b0b91b67958ffc42e00684e41932134d05c5874a8e947" 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.11.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.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/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1449 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1663 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2086 kB]- Get:8 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1326 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1975 kB]- Get:10 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1135 kB]- Fetched 10.0 MB in 1s (6987 kB/s)- Reading package lists...-<><> 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-dev pkg-config zlib1g-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libffi-dev" "pkg-config" "zlib1g-dev"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libicu74:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16365 files and directories currently installed.)- Preparing to unpack .../00-libicu74_74.2-1ubuntu3.1_amd64.deb ...- Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3ubuntu3.3_amd64.deb ...- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.3) ...- Selecting previously unselected package libuv1t64:amd64.- Preparing to unpack .../02-libuv1t64_1.48.0-1.1build1_amd64.deb ...- Unpacking libuv1t64:amd64 (1.48.0-1.1build1) ...- Selecting previously unselected package libarchive13t64:amd64.- Preparing to unpack .../03-libarchive13t64_3.7.2-2ubuntu0.5_amd64.deb ...- Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.5) ...- Selecting previously unselected package libjsoncpp25:amd64.- Preparing to unpack .../04-libjsoncpp25_1.9.5-6build1_amd64.deb ...- Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...- Selecting previously unselected package librhash0:amd64.- Preparing to unpack .../05-librhash0_1.4.3-3build1_amd64.deb ...- Unpacking librhash0:amd64 (1.4.3-3build1) ...- Selecting previously unselected package cmake-data.- Preparing to unpack .../06-cmake-data_3.28.3-1build7_all.deb ...- Unpacking cmake-data (3.28.3-1build7) ...- Selecting previously unselected package cmake.- Preparing to unpack .../07-cmake_3.28.3-1build7_amd64.deb ...- Unpacking cmake (3.28.3-1build7) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../08-libpkgconf3_1.8.1-2build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-2build1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../09-pkgconf-bin_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-2build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../10-pkgconf_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-2build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../11-pkg-config_1.8.1-2build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-2build1) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../12-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../13-libffi-dev_3.4.6-1build1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libuv1t64:amd64 (1.48.0-1.1build1) ...- Setting up libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libpkgconf3:amd64 (1.8.1-2build1) ...- Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...- Setting up pkgconf-bin (1.8.1-2build1) ...- Setting up libicu74:amd64 (74.2-1ubuntu3.1) ...- Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...- Setting up librhash0:amd64 (1.4.3-3build1) ...- Setting up cmake-data (3.28.3-1build7) ...- Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.3) ...- Setting up pkgconf:amd64 (1.8.1-2build1) ...- Setting up pkg-config:amd64 (1.8.1-2build1) ...- Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.5) ...- Setting up cmake (3.28.3-1build7) ...- Processing triggers for libc-bin (2.39-0ubuntu8.5) ...2025-08-04 04:17.58 ---> using "7f85bf33064555c6c1db62c19c348c59353bb023efe6ca46cc08519404dc8fca" 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.11.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.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.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved seq.base (cached)-> 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)-> installed cmdliner.1.3.0-> installed seq.base-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> retrieved uutf.1.0.4 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.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-08-04 04:17.58 ---> using "7b8fb668d6ab34c75981a7b46f6b2112acac701e824ec4f29fe86ab97aa15491" from cache/src: (copy (src .) (dst /src))2025-08-04 04:17.58 ---> using "3753e745656353361cc5a8aaf6b251877fb179609d3810c83057924ab7913cab" 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 `3P37GSNP'.[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: 31744256 trees of depth 6 check: 325121024 trees of depth 4 check: 31744256 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): 15.40%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 11.661 0.00 0.00 16.902 0.00 0.00 20.08GC latency profile:#[Mean (ms): 0.23, Stddev (ms): 0.16]#[Min (ms): 0.03, max (ms): 0.36]Percentile Latency (ms)25.0000 0.0350.0000 0.3560.0000 0.3570.0000 0.3575.0000 0.3580.0000 0.3585.0000 0.3590.0000 0.3695.0000 0.3696.0000 0.3697.0000 0.3698.0000 0.3699.0000 0.3699.9000 0.3699.9900 0.3699.9990 0.3699.9999 0.36100.0000 0.36(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.73CPU time (s): 4.82GC time (s): 2.26GC overhead (% of CPU time): 46.81%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.73 0.81 46.801 1.46 0.64 43.892 1.63 0.81 49.46GC latency profile:#[Mean (ms): 0.42, Stddev (ms): 1.01]#[Min (ms): 0.00, max (ms): 13.91]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 0.0775.0000 0.1880.0000 0.3985.0000 0.9690.0000 1.7795.0000 2.4096.0000 2.7697.0000 3.2098.0000 3.8899.0000 4.5299.9000 8.3099.9900 12.8299.9990 13.9199.9999 13.91100.0000 13.912025-08-04 04:17.58 ---> using "64d54c3a71ce5a9d3e1bc04c5648c8f39b4ba5ca2d1e56f71761f8500a5a9765" from cacheJob succeeded2025-08-04 04:17.58: Job succeeded