2026-02-13 06:29.55: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (3ad0e8eb927f2d1346ceca4b9a4bfde7dfb54da7) (macos-x86_64:macos-homebrew-5.4_opam-2.5) Base: macos-homebrew-ocaml-5.4 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 3ad0e8eb cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.4 # macos-homebrew-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./src/./ RUN opam pin add -yn runtime_events_tools_bare.dev './src/./' && \ opam pin add -yn runtime_events_tools.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./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.1.3.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.0 dune-configurator.3.21.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 thread-local-storage.0.2 topkg.1.1.1 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.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-02-13 06:29.55: Using cache hint "tarides/runtime_events_tools-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.5-3ca860469193255ba6acca6f733fd70b" 2026-02-13 06:29.55: Using OBuilder spec: ((from macos-homebrew-ocaml-5.4) (comment macos-homebrew-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn runtime_events_tools_bare.dev './src/./' && \ \nopam pin add -yn runtime_events_tools.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./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.1.3.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.0 dune-configurator.3.21.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 thread-local-storage.0.2 topkg.1.1.1 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-02-13 06:29.55: Waiting for resource in pool OCluster 2026-02-13 06:29.55: Waiting for worker… 2026-02-13 06:29.55: Got resource from pool OCluster Building on i7-worker-04 HEAD is now at dce5b6d Add bounds to trace-fuchsia.0.10 HEAD is now at 3ad0e8e Merge pull request #79 from tmcgilchrist/fuschia_0.10 (from macos-homebrew-ocaml-5.4) 2026-02-13 06:29.56 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache /: (comment macos-homebrew-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam")) 2026-02-13 06:29.57 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2026-02-13 06:29.57 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.4.0 2.5.0 2026-02-13 06:29.57 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 95f7875db7..98d5860f2a master -> origin/master 98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-13 06:29.58 ---> using "409256fe7866753b9a50a53d87f8918742cc292648a97d68067e358188c319c3" from cache /: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./src/./)) 2026-02-13 06:29.58 ---> using "b49c5eea728394822b681aca059785da4046e3ea7e4f77f19398b45d34bd19c9" from cache /: (run (network host) (shell "opam pin add -yn runtime_events_tools_bare.dev './src/./' && \ \nopam pin add -yn runtime_events_tools.dev './src/./'")) [runtime_events_tools_bare.dev] synchronised (file:///Users/mac1000/src) runtime_events_tools_bare is now pinned to file:///Users/mac1000/src (version dev) [runtime_events_tools.dev] synchronised (file:///Users/mac1000/src) runtime_events_tools is now pinned to file:///Users/mac1000/src (version dev) 2026-02-13 06:29.58 ---> using "18cbbb5c02d075fcdd50f93b3e36a5068b56be0715ad8db0a2a82236f9b7d156" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-02-13 06:29.59 ---> using "27b598cd75ad83da25162b81b7f91c351b60fa6e42981ea99d86622eff5bf305" from cache /: (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.1.3.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.0 dune-configurator.3.21.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 thread-local-storage.0.2 topkg.1.1.1 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [runtime_events_tools_bare.dev] synchronised (file:///Users/mac1000/src) [runtime_events_tools.dev] synchronised (file:///Users/mac1000/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 pkgconf zlib <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/brew "install" "cmake" "libffi" "pkgconf" "zlib" - ==> Fetching downloads for: cmake, libffi, pkgconf and zlib - ✔︎ Bottle Manifest cmake (4.2.3) - ✔︎ Bottle Manifest libffi (3.5.2) - ✔︎ Bottle Manifest pkgconf (2.5.1) - ✔︎ Bottle Manifest zlib (1.3.1) - ✔︎ Bottle Manifest zlib (1.3.1) - ✔︎ Bottle libffi (3.5.2) - ✔︎ Bottle pkgconf (2.5.1) - ✔︎ Bottle zlib (1.3.1) - ✔︎ Bottle cmake (4.2.3) - ==> Pouring cmake--4.2.3.sequoia.bottle.tar.gz - ==> Caveats - To install the CMake documentation, run: - brew install cmake-docs - ==> Summary - 🍺 /usr/local/Cellar/cmake/4.2.3: 4,016 files, 66.7MB - ==> Running `brew cleanup cmake`... - Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. - Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). - ==> Pouring libffi--3.5.2.sonoma.bottle.tar.gz - ==> Caveats - libffi is keg-only, which means it was not symlinked into /usr/local, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - For compilers to find libffi you may need to set: - export LDFLAGS="-L/usr/local/opt/libffi/lib" - export CPPFLAGS="-I/usr/local/opt/libffi/include" - ==> Summary - 🍺 /usr/local/Cellar/libffi/3.5.2: 18 files, 721.4KB - ==> Running `brew cleanup libffi`... - ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz - 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB - ==> Running `brew cleanup pkgconf`... - ==> Pouring zlib--1.3.1.sonoma.bottle.tar.gz - ==> Caveats - zlib is keg-only, which means it was not symlinked into /usr/local, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - For compilers to find zlib you may need to set: - export LDFLAGS="-L/usr/local/opt/zlib/lib" - export CPPFLAGS="-I/usr/local/opt/zlib/include" - - For pkgconf to find zlib you may need to set: - export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig" - ==> Summary - 🍺 /usr/local/Cellar/zlib/1.3.1: 14 files, 420.6KB - ==> Running `brew cleanup zlib`... - ==> Caveats - Bash completion has been installed to: - /usr/local/etc/bash_completion.d - Emacs Lisp files have been installed to: - /usr/local/share/emacs/site-lisp/cmake - ==> cmake - To install the CMake documentation, run: - brew install cmake-docs - ==> libffi - libffi is keg-only, which means it was not symlinked into /usr/local, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - For compilers to find libffi you may need to set: - export LDFLAGS="-L/usr/local/opt/libffi/lib" - export CPPFLAGS="-I/usr/local/opt/libffi/include" - ==> zlib - zlib is keg-only, which means it was not symlinked into /usr/local, - because macOS already provides this software and installing another version in - parallel can cause all kinds of trouble. - - For compilers to find zlib you may need to set: - export LDFLAGS="-L/usr/local/opt/zlib/lib" - export CPPFLAGS="-I/usr/local/opt/zlib/include" - - For pkgconf to find zlib you may need to set: - export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig" # To update the current shell environment, run: eval $(opam env) 2026-02-13 06:29.59 ---> using "65147a1449f220b0e618e83c90fea8a1385709389dfa3bf63702e9bb6d13145a" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 31 packages - install alcotest 1.9.1 - install astring 0.8.5 - 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.24.0 - install ctypes-foreign 0.24.0 - install dune 3.21.0 - install dune-configurator 3.21.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 thread-local-storage 0.2 - install topkg 1.1.1 - install trace 0.10 - install trace-fuchsia 0.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved conf-cmake.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved astring.0.8.5 (cached) -> installed conf-cmake.1 -> installed conf-pkg-config.4 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> installed conf-zlib.1 -> installed conf-libffi.2.0.0 -> retrieved alcotest.1.9.1 (cached) -> retrieved fmt.0.11.0 (cached) -> 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 ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved trace.0.10, trace-fuchsia.0.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> 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.21.0 -> installed menhirCST.20260209 -> installed csexp.1.5.2 -> installed thread-local-storage.0.2 -> installed stdlib-shims.0.3.0 -> installed trace.0.10 -> installed re.1.14.0 -> installed ocaml-syntax-shims.1.0.0 -> installed menhirSdk.20260209 -> installed menhirLib.20260209 -> installed menhirGLR.20260209 -> installed integers.0.7.0 -> installed trace-fuchsia.0.10 -> installed dune-configurator.3.21.0 -> installed alcotest.1.9.1 -> installed menhir.20260209 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed hdr_histogram.0.0.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-13 06:29.59 ---> using "c35f1fdcae250d117d47f1f7e3992f28da98dc416f12d2bf0b316bf4ddc70992" from cache /: (copy (src .) (dst ./src)) 2026-02-13 06:30.00 ---> using "1bfff90e35a9d5d81b1a6a0c7e0a6c70ee44cf56e5996dd28ae9ae50707a073a" from cache /: (run (shell "cd ./src && 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 `6BMLYDAV'. [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.117s. 2 tests run. (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 1024 trees of depth 4 check: 31744 256 trees of depth 6 check: 32512 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 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 16 trees of depth 10 check: 32752 16 trees of depth 10 check: 32752 long lived tree of depth 10 check: 2047 Execution times: Wall time (s): 0.00 CPU time (s): 0.01 GC time (s): 0.00 GC overhead (% of CPU time): 11.39% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.00 0.00 9.47 1 0.00 0.00 12.36 2 0.00 0.00 13.38 GC latency profile: #[Mean (ms): 0.14, Stddev (ms): 0.11] #[Min (ms): 0.00, max (ms): 0.25] Percentile Latency (ms) 25.0000 0.00 50.0000 0.22 60.0000 0.22 70.0000 0.22 75.0000 0.22 80.0000 0.22 85.0000 0.22 90.0000 0.25 95.0000 0.25 96.0000 0.25 97.0000 0.25 98.0000 0.25 99.0000 0.25 99.9000 0.25 99.9900 0.25 99.9990 0.25 99.9999 0.25 100.0000 0.25 (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): 1.75 CPU time (s): 4.89 GC time (s): 2.55 GC overhead (% of CPU time): 52.19% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 1.75 0.95 54.47 1 1.52 0.75 49.73 2 1.62 0.85 52.03 GC latency profile: #[Mean (ms): 0.47, Stddev (ms): 1.03] #[Min (ms): 0.00, max (ms): 10.78] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.02 70.0000 0.10 75.0000 0.21 80.0000 0.47 85.0000 1.22 90.0000 2.15 95.0000 2.81 96.0000 2.99 97.0000 3.31 98.0000 4.26 99.0000 4.68 99.9000 5.63 99.9900 6.45 99.9990 10.78 99.9999 10.78 100.0000 10.78 2026-02-13 06:30.00 ---> using "531cb32052a5f4c83f3c9b283f0bb74c24b6285ea4f85b1418aa15077eb08d9c" from cache Job succeeded 2026-02-13 06:30.07: Job succeeded