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-arm64:debian-12-5.3_arm64_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1 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 0b23692c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1 # debian-12-5.3_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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.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 $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 2025-09-04 00:47.43: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-12-ocaml-5.3@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1-debian-12-5.3_arm64_opam-2.4-9aa8cdaec584ee06343acd15f7b9b47f" 2025-09-04 00:47.43: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1) (comment debian-12-5.3_arm64_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 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 OCluster 2025-09-04 00:50.35: Waiting for worker… 2025-09-04 01:16.44: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at 0b23692 Merge pull request #60 from tmcgilchrist/poll_sleep_2 (from ocaml/opam:debian-12-ocaml-5.3@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1' locally docker.io/ocaml/opam@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1: Pulling from ocaml/opam d4b27bdd1bc7: Pulling fs layer d4b27bdd1bc7: Verifying Checksum d4b27bdd1bc7: Download complete d4b27bdd1bc7: Pull complete Digest: sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1 Status: Downloaded newer image for ocaml/opam@sha256:55679e5ac84db5d1cb6a2151a38f454ddeb8e130c6a5c51771b872dcc773d8c1 2025-09-04 01:16.44 ---> using "36000eefa507cc6953ec6c19bd720ee0f02893094c92eedf93f8651feb90706b" from cache /: (comment debian-12-5.3_arm64_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-09-04 01:16.44 ---> using "6f0679809636d3ac06931c4b61d6922b97dcabbc9f6bc5338633e88d138d55f6" 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. Continue? [Y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-04 01:16.44 ---> using "6498f097f17a66e629663537869a4bc99f4e3abe9938cebd1e3c810cb27eb392" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-09-04 01:16.44 ---> using "f118dad0ab33f5f44fdab362347209c711f2402b79b4b7d1088377e039208d17" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-04 01:16.44 ---> using "98610788181e2f246d5a2ef8f05126ad94eab0106cbce805e23bd9e978c3daa0" 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_HEAD ee24528071..e28312d8e0 master -> origin/master e28312d8e0 Merge pull request #28436 from fpottier/opam-publish-menhir.20250903 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-04 01:16.44 ---> using "82d3f1eab2f8949b9d2e60fd9edfc8f4787421320aa17b7858cf74c11a2cf381" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2025-09-04 01:16.44 ---> using "2c66ae907721297f8e73e273496a1ff2d176e20f2f5ed15faf2ff30be7fe7ca0" 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 01:16.44 ---> using "7071d71795ac5e8b8b6969d7991f796213b087215821d3ac9c03e259de88dc41" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-04 01:16.44 ---> using "11b5e7f7ec309de0fa85e413e42b1cbad5f904a73da6b8ba13f016b4a759eb7d" 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/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [273 kB] - Fetched 376 kB in 0s (863 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 libicu72:arm64. - (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 ... 18801 files and directories currently installed.) - Preparing to unpack .../00-libicu72_72.1-3+deb12u1_arm64.deb ... - Unpacking libicu72:arm64 (72.1-3+deb12u1) ... - Selecting previously unselected package libxml2:arm64. - Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3~deb12u4_arm64.deb ... - Unpacking libxml2:arm64 (2.9.14+dfsg-1.3~deb12u4) ... - Selecting previously unselected package libarchive13:arm64. - Preparing to unpack .../02-libarchive13_3.6.2-1+deb12u2_arm64.deb ... - Unpacking libarchive13:arm64 (3.6.2-1+deb12u2) ... - Selecting previously unselected package libjsoncpp25:arm64. - Preparing to unpack .../03-libjsoncpp25_1.9.5-4_arm64.deb ... - Unpacking libjsoncpp25:arm64 (1.9.5-4) ... - Selecting previously unselected package librhash0:arm64. - Preparing to unpack .../04-librhash0_1.4.3-3_arm64.deb ... - Unpacking librhash0:arm64 (1.4.3-3) ... - Selecting previously unselected package libuv1:arm64. - Preparing to unpack .../05-libuv1_1.44.2-1+deb12u1_arm64.deb ... - Unpacking libuv1:arm64 (1.44.2-1+deb12u1) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../06-cmake-data_3.25.1-1_all.deb ... - Unpacking cmake-data (3.25.1-1) ... - Selecting previously unselected package cmake. - Preparing to unpack .../07-cmake_3.25.1-1_arm64.deb ... - Unpacking cmake (3.25.1-1) ... - Selecting previously unselected package libffi-dev:arm64. - Preparing to unpack .../08-libffi-dev_3.4.4-1_arm64.deb ... - Unpacking libffi-dev:arm64 (3.4.4-1) ... - Selecting previously unselected package libpkgconf3:arm64. - Preparing to unpack .../09-libpkgconf3_1.8.1-1_arm64.deb ... - Unpacking libpkgconf3:arm64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../10-pkgconf-bin_1.8.1-1_arm64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:arm64. - Preparing to unpack .../11-pkgconf_1.8.1-1_arm64.deb ... - Unpacking pkgconf:arm64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:arm64. - Preparing to unpack .../12-pkg-config_1.8.1-1_arm64.deb ... - Unpacking pkg-config:arm64 (1.8.1-1) ... - Selecting previously unselected package zlib1g-dev:arm64. - Preparing to unpack .../13-zlib1g-dev_1%3a1.2.13.dfsg-1_arm64.deb ... - Unpacking zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... - Setting up libicu72:arm64 (72.1-3+deb12u1) ... - Setting up libffi-dev:arm64 (3.4.4-1) ... - Setting up libpkgconf3:arm64 (1.8.1-1) ... - Setting up libuv1:arm64 (1.44.2-1+deb12u1) ... - Setting up libjsoncpp25:arm64 (1.9.5-4) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up zlib1g-dev:arm64 (1:1.2.13.dfsg-1) ... - Setting up librhash0:arm64 (1.4.3-3) ... - Setting up cmake-data (3.25.1-1) ... - Setting up libxml2:arm64 (2.9.14+dfsg-1.3~deb12u4) ... - Setting up libarchive13:arm64 (3.6.2-1+deb12u2) ... - Setting up pkgconf:arm64 (1.8.1-1) ... - Setting up pkg-config:arm64 (1.8.1-1) ... - Setting up cmake (3.25.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... 2025-09-04 01:16.44 ---> using "32ef4e68217e9d9491123553a5ed6c0a55173b913ec2bab58d2b6ebc14501e0f" 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 ocamlbuild.0.16.1 (cached) -> retrieved menhir.20250903, menhirCST.20250903, menhirLib.20250903, menhirSdk.20250903 (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 uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved trace.0.10, trace-fuchsia.0.10 (cached) -> installed cmdliner.1.3.0 -> 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.20.1 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.2 -> installed menhirCST.20250903 -> installed menhirLib.20250903 -> installed menhirSdk.20250903 -> 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.20.1 -> installed ctypes.0.23.0 -> installed ctypes-foreign.0.23.0 -> installed menhir.20250903 -> installed hdr_histogram.0.0.4 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-04 01:16.44 ---> using "2339dac54ee6c64fa10acc36df9eec700e41267da725bb840857ec9321dc0533" from cache /src: (copy (src .) (dst /src)) 2025-09-04 01:16.45 ---> saved as "39b573282ae7cf0f7dd761c6bbd61d3315d5cab27dff706345817097f486692b" /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 1024 trees of depth 4 check: 31744 256 trees of depth 6 check: 32512 256 trees of depth 6 check: 32512 64 trees of depth 8 check: 32704 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 1024 trees of depth 4 check: 31744 16 trees of depth 10 check: 32752 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.02 CPU time (s): 0.02 GC time (s): 0.00 GC overhead (% of CPU time): 4.38% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.02 0.00 1.95 1 0.00 0.00 19.22 2 0.00 0.00 10.68 GC latency profile: #[Mean (ms): 0.12, Stddev (ms): 0.12] #[Min (ms): 0.01, max (ms): 0.29] Percentile Latency (ms) 25.0000 0.02 50.0000 0.02 60.0000 0.02 70.0000 0.21 75.0000 0.21 80.0000 0.29 85.0000 0.29 90.0000 0.29 95.0000 0.29 96.0000 0.29 97.0000 0.29 98.0000 0.29 99.0000 0.29 99.9000 0.29 99.9900 0.29 99.9990 0.29 99.9999 0.29 100.0000 0.29 (cd _build/default/test && ./test_launch.exe --show-errors) Testing `Runtime Events Tools'. This run has ID `QSUOR7KT'. [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.110s. 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): 2.82 CPU time (s): 7.36 GC time (s): 4.58 GC overhead (% of CPU time): 62.20% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 2.82 1.89 67.05 1 2.29 1.37 59.94 2 2.25 1.32 58.44 GC latency profile: #[Mean (ms): 0.85, Stddev (ms): 2.94] #[Min (ms): 0.00, max (ms): 105.32] Percentile Latency (ms) 25.0000 0.00 50.0000 0.02 60.0000 0.03 70.0000 0.11 75.0000 0.28 80.0000 0.69 85.0000 1.50 90.0000 2.58 95.0000 4.62 96.0000 5.68 97.0000 6.79 98.0000 7.99 99.0000 10.49 99.9000 37.09 99.9900 46.83 99.9990 105.32 99.9999 105.32 100.0000 105.32 2025-09-04 01:16.51 ---> saved as "ae8de6933ed4e44565b2543b2bb367a9a4e64506c69b26865728891dc9683c52" Job succeeded 2025-09-04 01:16.51: Job succeeded