2026-02-27 17:11.58: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (92f44392005793218038d2d56d0cc27743fd3e14) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 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:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1 # debian-13-5.0_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 9a6c48cbc0aec6b706cef59c14ac02635be53436 || git fetch origin master) && git reset -q --hard 9a6c48cbc0aec6b706cef59c14ac02635be53436 && 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-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.1.0 conf-zlib.1 ctypes.0.20.1 ctypes-foreign.0.18.0 dune.3.18.2 fmt.0.10.0 hdr_histogram.0.0.3 integers.0.6.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mtime.2.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.1 ocamlfind.1.9.6 re.1.9.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 trace.0.11 trace-fuchsia.0.11 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-02-27 17:11.58: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1-debian-13-5.0_opam-2.5-8835a07214b192a0ab28b50f997d6ca0" 2026-02-27 17:11.58: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1) (comment debian-13-5.0_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 9a6c48cbc0aec6b706cef59c14ac02635be53436 || git fetch origin master) && git reset -q --hard 9a6c48cbc0aec6b706cef59c14ac02635be53436 && 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-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.1.0 conf-zlib.1 ctypes.0.20.1 ctypes-foreign.0.18.0 dune.3.18.2 fmt.0.10.0 hdr_histogram.0.0.3 integers.0.6.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mtime.2.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.1 ocamlfind.1.9.6 re.1.9.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 trace.0.11 trace-fuchsia.0.11 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-02-27 17:11.58: Waiting for resource in pool OCluster 2026-02-27 17:40.40: Waiting for worker… 2026-02-27 17:53.23: Got resource from pool OCluster Building on clete All commits already cached HEAD is now at 92f4439 Merge pull request #81 from tmcgilchrist/theAlexes/main (from ocaml/opam:debian-13-ocaml-5.0@sha256:3c22515e08caf050cd44d8c9405fa3551793de10413ae888c282ac0a941f61c1) 2026-02-27 17:53.37 ---> using "1068c3ccbe52c746e0e2e979650a1a1c45261e5cd6ee1c447b634d8591d592e3" from cache /: (comment debian-13-5.0_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-02-27 17:53.37 ---> using "36c772b15d9673b29673c6bf3dd3c052b7a737a156d9d20cf7182e966c8f2590" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. 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. 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-27 17:53.37 ---> using "d8041bfaa6bef7d222c42088e430346013ab2abeaa41a4272a2808e80e685063" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.0.0 2.5.0 2026-02-27 17:53.37 ---> using "013e07124f329ae55767ed4a5e07a907a46a38c4dfb34f48dada2da8fe1cb012" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-27 17:53.37 ---> using "e9d3f9e0e28cc7ca1677fdc0102be92197ea63f421e29dcd2827cb2d2ab02b9b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9a6c48cbc0aec6b706cef59c14ac02635be53436 || git fetch origin master) && git reset -q --hard 9a6c48cbc0aec6b706cef59c14ac02635be53436 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 340ee6fd1f..9a6c48cbc0 master -> origin/master 9a6c48cbc0 Merge pull request #29394 from tbrk/conf-zlib-patch <><> 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-02-27 17:53.37 ---> using "05bd300ff49358facf989e31c5d0feaab33165fc33692f9af23ab88128eb8e08" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-02-27 17:53.38 ---> saved as "4b6bd4594523b38eb674ca5fbf90bac231949f6a83a69ce74929a0784872f283" /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-02-27 17:53.44 ---> saved as "b73daa16e47eb5a455f86a0b10f04e1d35d7422de22789fafd3e6b145caaa648" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-27 17:53.45 ---> saved as "0c5c5b9a48626df97983d75993b443e3f2e1255b716dfab2bb8fc0f78faa61a8" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.1.0 conf-zlib.1 ctypes.0.20.1 ctypes-foreign.0.18.0 dune.3.18.2 fmt.0.10.0 hdr_histogram.0.0.3 integers.0.6.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mtime.2.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.1 ocamlfind.1.9.6 re.1.9.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 trace.0.11 trace-fuchsia.0.11 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 "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [113 kB] - Fetched 203 kB in 0s (795 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-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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" - Selecting previously unselected package cmake-data. - (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 ... 20623 files and directories currently installed.) - Preparing to unpack .../00-cmake-data_3.31.6-2_all.deb ... - Unpacking cmake-data (3.31.6-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Selecting previously unselected package libarchive13t64:amd64. - Preparing to unpack .../02-libarchive13t64_3.7.4-4_amd64.deb ... - Unpacking libarchive13t64:amd64 (3.7.4-4) ... - Selecting previously unselected package libjsoncpp26:amd64. - Preparing to unpack .../03-libjsoncpp26_1.9.6-3_amd64.deb ... - Unpacking libjsoncpp26:amd64 (1.9.6-3) ... - Selecting previously unselected package librhash1:amd64. - Preparing to unpack .../04-librhash1_1.4.5-1_amd64.deb ... - Unpacking librhash1:amd64 (1.4.5-1) ... - Selecting previously unselected package libuv1t64:amd64. - Preparing to unpack .../05-libuv1t64_1.50.0-2_amd64.deb ... - Unpacking libuv1t64:amd64 (1.50.0-2) ... - Selecting previously unselected package cmake. - Preparing to unpack .../06-cmake_3.31.6-2_amd64.deb ... - Unpacking cmake (3.31.6-2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../07-libffi-dev_3.4.8-2_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.8-2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../08-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../09-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../10-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../11-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../12-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libuv1t64:amd64 (1.50.0-2) ... - Setting up libffi-dev:amd64 (3.4.8-2) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libjsoncpp26:amd64 (1.9.6-3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up cmake-data (3.31.6-2) ... - Setting up librhash1:amd64 (1.4.5-1) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Setting up libarchive13t64:amd64 (3.7.4-4) ... - Setting up cmake (3.31.6-2) ... - Processing triggers for libc-bin (2.41-12+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-02-27 17:54.18 ---> saved as "5d3c67c0a7707fb44bbc7dc62a1298ab485a31b6e30277f7ab8d36b659171b09" /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-base-compiler is already installed (current version is 5.0.0). [NOTE] Package ocaml is already installed (current version is 5.0.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-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 28 packages - install alcotest 1.9.0 - install astring 0.8.5 - install bigarray-compat 1.1.0 - install cmdliner 2.0.0 - install conf-cmake 1 - install conf-libffi 2.0.0 - install conf-pkg-config 1.0 - install conf-zlib 1 - install ctypes 0.20.1 - install ctypes-foreign 0.18.0 - install dune 3.18.2 - install fmt 0.10.0 - install hdr_histogram 0.0.3 - install integers 0.6.0 - install menhir 20200123 - install menhirLib 20200123 - install menhirSdk 20200123 - install mtime 2.1.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.14.1 - install ocamlfind 1.9.6 - install re 1.9.0 - install seq 0.3 - install stdlib-shims 0.1.0 - install topkg 1.0.8 - install trace 0.11 - install trace-fuchsia 0.11 - 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.2.0.0 (cached) -> retrieved ctypes.0.20.1 (cached) -> installed conf-cmake.1 -> installed conf-pkg-config.1.0 -> retrieved fmt.0.10.0 (cached) -> installed conf-libffi.2.0.0 -> installed ctypes-foreign.0.18.0 -> installed conf-zlib.1 -> retrieved integers.0.6.0 (cached) -> retrieved hdr_histogram.0.0.3 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.14.1 (cached) -> retrieved menhir.20200123, menhirLib.20200123, menhirSdk.20200123 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved re.1.9.0 (cached) -> retrieved seq.0.3 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved trace.0.11, trace-fuchsia.0.11 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.18.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.14.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed dune.3.18.2 -> installed bigarray-compat.1.1.0 -> installed seq.0.3 -> installed menhirSdk.20200123 -> installed stdlib-shims.0.1.0 -> installed trace.0.11 -> installed menhirLib.20200123 -> installed integers.0.6.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.9.0 -> installed trace-fuchsia.0.11 -> installed alcotest.1.9.0 -> installed menhir.20200123 -> installed ctypes.0.20.1 -> installed hdr_histogram.0.0.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-27 17:56.53 ---> saved as "3feee8db06c8b2e9b494abe4055bd7bc8914f016bbca225d7992044e5fb8c09d" /src: (copy (src .) (dst /src)) 2026-02-27 17:56.54 ---> saved as "fd51528d6e8ee9898de930bb1e88cfa9389ba6a70efe5153087b7a7b8ef12c94" /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.02 CPU time (s): 0.03 GC time (s): 0.01 GC overhead (% of CPU time): 39.01% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.02 0.00 16.26 1 0.01 0.01 118.83 GC latency profile: #[Mean (ms): 1.41, Stddev (ms): 1.80] #[Min (ms): 0.00, max (ms): 4.07] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.11 70.0000 3.55 75.0000 3.55 80.0000 3.55 85.0000 3.57 90.0000 3.57 95.0000 4.07 96.0000 4.07 97.0000 4.07 98.0000 4.07 99.0000 4.07 99.9000 4.07 99.9900 4.07 99.9990 4.07 99.9999 4.07 100.0000 4.07 (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): 5.84 CPU time (s): 16.49 GC time (s): 9.93 GC overhead (% of CPU time): 60.18% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 5.84 3.63 62.23 1 5.58 3.30 59.21 2 5.08 2.99 58.89 GC latency profile: #[Mean (ms): 2.45, Stddev (ms): 3.48] #[Min (ms): 0.00, max (ms): 25.43] Percentile Latency (ms) 25.0000 0.01 50.0000 0.39 60.0000 1.52 70.0000 3.40 75.0000 4.02 80.0000 4.94 85.0000 6.22 90.0000 7.66 95.0000 9.78 96.0000 10.22 97.0000 10.93 98.0000 12.23 99.0000 14.20 99.9000 20.00 99.9900 25.43 99.9990 25.43 99.9999 25.43 100.0000 25.43 2026-02-27 17:57.02 ---> saved as "df10d6296598fdef0831a86cadf4af8035f21713a2169873c75fad8754ffd036" Job succeeded 2026-02-27 17:57.02: Job succeeded