2026-03-03 12:05.15: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (92f44392005793218038d2d56d0cc27743fd3e14) (linux-x86_64:opensuse-16.0-5.4_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 92f44392 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69 # opensuse-16.0-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-03 12:05.15: Using cache hint "tarides/runtime_events_tools-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69-opensuse-16.0-5.4_opam-2.5-86d8b0561b555f21d0356be5aa55bc37" 2026-03-03 12:05.15: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69) (comment opensuse-16.0-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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.15: Waiting for resource in pool OCluster 2026-03-03 12:22.42: Waiting for worker… 2026-03-03 12:28.43: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 92f4439 Merge pull request #81 from tmcgilchrist/theAlexes/main (from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69) 2026-03-03 12:30.40 ---> saved as "419c12b0131530436bc1bd48eab089d969cd7499a1b30cd0ecb7539b421b3066" /: (comment opensuse-16.0-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-03-03 12:30.40 ---> saved as "ef213f399cc4d5c706edb3a99f4e50fe95ee55fb51fad1a114f982145bd6536f" /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] 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-03 12:31.15 ---> saved as "3df2a4a78106de8bcda7f77ce97c50d3c362968946e23a385ee92c4860e0712a" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-03 12:31.16 ---> saved as "ef045a8760c3ad3282e100aa8a177fda66de0681d3d0e41b68ede5a302634434" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-03 12:31.16 ---> saved as "74cf57ef77fcc32f8ee9cbb81cc36465a75db8b329cf3f359312df60b986c7b0" /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_HEAD 3109384a92..8227f67d3e master -> origin/master 3cf4002e7c Merge pull request #29471 from c-cube/release-trace-v0.12 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.40 ---> saved as "67aacef1f6c6c6cafbb111e96917b5c701800292b53616d98c6060b979c374b4" /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-03-03 12:31.41 ---> saved as "e85f64ebde5a6d6de4b2a51cdfe0f4db97066e56bae133dff382563d8f3150e8" /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.44 ---> saved as "8234950ad8ab9a643d39a41c311c93083abb63f983ea27d358a14852ec7d36e0" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-03 12:31.45 ---> saved as "90bcb2920a468d809650b5d97aac99c247d369da68b3bbd0d0a5fcb2ae6bd7d0" /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/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - ... - ..... - ......done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - 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.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 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "libffi-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 10 NEW packages are going to be installed: - cmake cmake-full libarchive13 libffi-devel libjsoncpp26 libmpdec4 libpython3_13-1_0 librhash1 libuv1 python313-base - - 10 new packages to install. - - Package download size: 24.2 MiB - - Package install size change: - | 87.0 MiB required by packages that will be installed - 87.0 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Preloading Packages [.. - Preloading: librhash1-1.4.5-160000.2.2.x86_64.rpm [done] - . - - Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libjsoncpp26-1.9.6-160000.2.2.x86_64.rpm [done] - . - Preloading: libuv1-1.50.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libarchive13-3.8.1-160000.2.2.x86_64.rpm [done] - . - Preloading: cmake-3.31.7-160000.2.2.x86_64.rpm [done] - .. - Preloading: libpython3_13-1_0-3.13.12-160000.1.1.x86_64.rpm [done] - .. - . - Preloading: cmake-full-3.31.7-160000.2.2.x86_64.rpm [done] - .. - - Preloading: python313-base-3.13.12-160000.1.1.x86_64.rpm [done] - . - Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.] - . - Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done] - .done] - Retrieving: libarchive13-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (1/10), 399.3 KiB - Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (2/10), 30.8 KiB - Retrieving: libjsoncpp26-1.9.6-160000.2.2.x86_64 (repo-oss (16.0)) (3/10), 99.5 KiB - Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (4/10), 85.2 KiB - Retrieving: librhash1-1.4.5-160000.2.2.x86_64 (repo-oss (16.0)) (5/10), 137.4 KiB - Retrieving: libuv1-1.50.0-160000.2.2.x86_64 (repo-oss (16.0)) (6/10), 143.4 KiB - Retrieving: python313-base-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (7/10), 9.2 MiB - Retrieving: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (8/10), 2.1 MiB - Retrieving: cmake-full-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (9/10), 11.9 MiB - Retrieving: cmake-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (10/10), 169.8 KiB - - Checking for file conflicts: [....done] - ( 1/10) Installing: libarchive13-3.8.1-160000.2.2.x86_64 [.. - done] - ( 2/10) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done] - ( 3/10) Installing: libjsoncpp26-1.9.6-160000.2.2.x86_64 [..done] - ( 4/10) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done] - ( 5/10) Installing: librhash1-1.4.5-160000.2.2.x86_64 [..done] - ( 6/10) Installing: libuv1-1.50.0-160000.2.2.x86_64 [..done] - ( 7/10) Installing: python313-base-3.13.12-160000.1.1.x86_64 [...... - ....done] - ( 8/10) Installing: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 [...done] - ( 9/10) Installing: cmake-full-3.31.7-160000.2.2.x86_64 [.. - .......... - ..done] - (10/10) Installing: cmake-3.31.7-160000.2.2.x86_64 [..done] - Running post-transaction scripts [...done] # To update the current shell environment, run: eval $(opam env) 2026-03-03 12:32.22 ---> saved as "4b7077b15023cd7cc54a5e19eea2899f9409eb27175e7598c1ff91e6e16738cd" /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 menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved ocamlbuild.0.16.1 (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 mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> 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 ocaml-syntax-shims.1.0.0 -> installed stdlib-shims.0.3.0 -> installed trace.0.12 -> installed re.1.14.0 -> installed integers.0.7.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.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-03 12:35.17 ---> saved as "17e3b5d15cbb6f6478b47938e257c08877eccca17791b65d9327fbb3682c8497" /src: (copy (src .) (dst /src)) 2026-03-03 12:35.18 ---> saved as "a0bd326851b6301046647cf7534c93705a8f99e1f0fd14e8a1045a07dbff23e0" /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: 4095 1024 trees of depth 4 check: 31744 256 trees of depth 6 check: 32512 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 1024 trees of depth 4 check: 31744 256 trees of depth 6 check: 32512 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 1024 trees of depth 4 check: 31744 256 trees of depth 6 check: 32512 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 long lived tree of depth 10 check: 2047 Execution times: Wall time (s): 0.03 CPU time (s): 0.04 GC time (s): 0.01 GC overhead (% of CPU time): 18.59% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.03 0.01 15.30 1 0.00 0.00 45.61 GC latency profile: #[Mean (ms): 1.76, Stddev (ms): 1.98] #[Min (ms): 0.26, max (ms): 5.17] Percentile Latency (ms) 25.0000 0.26 50.0000 0.64 60.0000 0.64 70.0000 0.98 75.0000 0.98 80.0000 0.98 85.0000 0.98 90.0000 5.17 95.0000 5.17 96.0000 5.17 97.0000 5.17 98.0000 5.17 99.0000 5.17 99.9000 5.17 99.9900 5.17 99.9990 5.17 99.9999 5.17 100.0000 5.17 (cd _build/default/test && ./test_launch.exe --show-errors) Testing `Runtime Events Tools'. This run has ID `0QIDKI14'. [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.116s. 2 tests run. (cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19) stretch tree of depth 20 check: 2097151 524288 trees of depth 4 check: 16252928 524288 trees of depth 4 check: 16252928 524288 trees of depth 4 check: 16252928 131072 trees of depth 6 check: 16646144 131072 trees of depth 6 check: 16646144 131072 trees of depth 6 check: 16646144 32768 trees of depth 8 check: 16744448 32768 trees of depth 8 check: 16744448 32768 trees of depth 8 check: 16744448 8192 trees of depth 10 check: 16769024 8192 trees of depth 10 check: 16769024 8192 trees of depth 10 check: 16769024 2048 trees of depth 12 check: 16775168 2048 trees of depth 12 check: 16775168 2048 trees of depth 12 check: 16775168 512 trees of depth 14 check: 16776704 512 trees of depth 14 check: 16776704 512 trees of depth 14 check: 16776704 128 trees of depth 16 check: 16777088 128 trees of depth 16 check: 16777088 128 trees of depth 16 check: 16777088 32 trees of depth 18 check: 16777184 32 trees of depth 18 check: 16777184 32 trees of depth 18 check: 16777184 long lived tree of depth 19 check: 1048575 Execution times: Wall time (s): 18.55 CPU time (s): 54.80 GC time (s): 15.72 GC overhead (% of CPU time): 28.69% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 18.55 5.37 28.96 1 18.03 5.08 28.20 2 18.22 5.27 28.91 GC latency profile: #[Mean (ms): 3.36, Stddev (ms): 8.07] #[Min (ms): 0.00, max (ms): 93.98] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.02 70.0000 0.94 75.0000 4.01 80.0000 4.89 85.0000 7.20 90.0000 10.33 95.0000 18.09 96.0000 20.91 97.0000 23.07 98.0000 28.02 99.0000 42.53 99.9000 69.21 99.9900 93.98 99.9990 93.98 99.9999 93.98 100.0000 93.98 2026-03-03 12:35.40 ---> saved as "4e83147892002639dd21ee649a7c9d0e1899168dccc4780ad1050b462d6f09aa" Job succeeded 2026-03-03 12:35.40: Job succeeded