2026-03-19 08:04.53: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/83/head (8df6dc196532cdb954945a84409e592160633a36) (linux-x86_64:opensuse-16.0-5.4_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/83/head" && git reset --hard 8df6dc19 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d # 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.22.0 dune-configurator.3.22.0 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-19 08:04.53: Using cache hint "tarides/runtime_events_tools-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d-opensuse-16.0-5.4_opam-2.5-0604de192e15b40931b1c9465f6ed3f8" 2026-03-19 08:04.53: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d) (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.22.0 dune-configurator.3.22.0 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-19 08:04.53: Waiting for resource in pool OCluster 2026-03-19 12:20.08: Waiting for worker… 2026-03-19 12:25.22: Got resource from pool OCluster Building on phoebe All commits already cached HEAD is now at 8df6dc1 avoid overriding the user's OCAMLRUNPARAM settings (from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d) 2026-03-19 12:25.23 ---> using "a84bee05f589564fb24f9acffdadcc84028641a9678370b03cb69ffcc1a9f2cc" from cache /: (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-19 12:25.23 ---> using "3cf1cb41b31187b89cb90851fadc99e0d2de8be3ffc794b66c2cec3de33443b6" 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] 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-19 12:25.23 ---> using "f7b8099070269af6464bc9533c4adc8442a737aeb685354963b46d5c24ca80b6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-19 12:25.23 ---> using "e963d7be11ccfa116ae9f716be4328d1ce632c0d416f08ae9df31a49cc02a231" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-19 12:25.23 ---> using "fc42eafe1548ee3a40acb9eb65f0c03df776017ca40659b8730d553ef1a0a138" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..9f189ca4f9 master -> origin/master 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0 <><> 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-19 12:25.23 ---> using "acf511ddb7d7eb3b450482cdc5e3abf19cb0eb037384ca64fb9bdfa0de1019e4" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-03-19 12:25.23 ---> using "b74a4b234dad6ce82a0075256ce9a57f560f6ad527841b28db5894274cae31fd" 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) 2026-03-19 12:25.23 ---> using "b5d2a1f1f472972560e77ad963e5ae142fd1f175df244f017abf2edde4311d9f" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-19 12:25.23 ---> using "c507d01d980fa1f2d7997e481d754df42b0843265a5bd484870cc8685fed0e4c" from cache /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.22.0 dune-configurator.3.22.0 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: libuv1-1.50.0-160000.2.2.x86_64.rpm [done] - . - Preloading: libjsoncpp26-1.9.6-160000.2.2.x86_64.rpm [done] - . - Preloading: libarchive13-3.8.1-160000.2.2.x86_64.rpm [done] - . - Preloading: libpython3_13-1_0-3.13.12-160000.1.1.x86_64.rpm [done] - .. - - Preloading: python313-base-3.13.12-160000.1.1.x86_64.rpm [done] - . - Preloading: cmake-full-3.31.7-160000.2.2.x86_64.rpm [done] - . - Preloading: cmake-3.31.7-160000.2.2.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-19 12:25.23 ---> using "9bc2b0eca70193b472b74a693709821bf2a2f6040c6f5946f9e5aad5da7a19ef" 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.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.22.0 - install dune-configurator 3.22.0 - 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 menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved hdr_histogram.0.0.4 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved dune.3.22.0, dune-configurator.3.22.0 (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 uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.22.0 -> 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 re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed trace.0.12 -> installed integers.0.7.0 -> installed trace-fuchsia.0.12 -> installed dune-configurator.3.22.0 -> installed alcotest.1.9.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-19 12:25.23 ---> using "3097c5fc30904588f19ff1f1c6d7f3634568cdda3dc64c98af64a4e5982f0b62" from cache /src: (copy (src .) (dst /src)) 2026-03-19 12:25.23 ---> saved as "9c924eee082960fbf0eb05ac6c5e6509c2e9ea7d1b462dc32c662ed96eca1499" /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 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 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): 21.00% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.03 0.00 11.16 1 0.01 0.01 42.50 GC latency profile: #[Mean (ms): 2.21, Stddev (ms): 1.72] #[Min (ms): 0.08, max (ms): 4.46] Percentile Latency (ms) 25.0000 0.08 50.0000 1.09 60.0000 1.09 70.0000 3.22 75.0000 3.22 80.0000 3.22 85.0000 3.22 90.0000 4.46 95.0000 4.46 96.0000 4.46 97.0000 4.46 98.0000 4.46 99.0000 4.46 99.9000 4.46 99.9900 4.46 99.9990 4.46 99.9999 4.46 100.0000 4.46 (cd _build/default/test && ./test_launch.exe --show-errors) Testing `Runtime Events Tools'. This run has ID `0MF9YUW4'. [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.111s. 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): 10.38 CPU time (s): 29.64 GC time (s): 11.87 GC overhead (% of CPU time): 40.03% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 10.38 4.23 40.75 1 10.05 4.15 41.29 2 9.21 3.49 37.85 GC latency profile: #[Mean (ms): 2.56, Stddev (ms): 4.77] #[Min (ms): 0.00, max (ms): 40.01] Percentile Latency (ms) 25.0000 0.00 50.0000 0.00 60.0000 0.08 70.0000 2.67 75.0000 4.01 80.0000 4.47 85.0000 6.68 90.0000 8.86 95.0000 12.77 96.0000 14.00 97.0000 15.44 98.0000 17.91 99.0000 21.38 99.9000 33.26 99.9900 40.01 99.9990 40.01 99.9999 40.01 100.0000 40.01 2026-03-19 12:25.37 ---> saved as "225cad0efb6eca89e5ede45ee23483477258c6aca5eb2675af65140850c728a7" Job succeeded 2026-03-19 12:25.37: Job succeeded