2026-01-16 11:37.50: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (1a3ad300b3ba7e4a500a9e14d57dcdb39c6450f9) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 1a3ad300cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.1 trace-fuchsia.0.10.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-16 11:37.50: Using cache hint "tarides/runtime_events_tools-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-581fde3dd1f8353fdc164d0d32e497c2"2026-01-16 11:37.50: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_arm64_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.1 trace-fuchsia.0.10.1 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-01-16 11:37.50: Waiting for resource in pool OCluster2026-01-16 13:56.53: Waiting for worker…2026-01-16 16:02.28: Got resource from pool OClusterBuilding on m1-worker-01All commits already cachedHEAD is now at 1a3ad30 Merge pull request #66 from tmcgilchrist/dir(from macos-homebrew-ocaml-5.4)2026-01-16 16:02.29 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_arm64_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-01-16 16:02.29 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-01-16 16:02.29 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-01-16 16:02.29 ---> 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD043b6ea343..3259a77d95 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-16 16:02.29 ---> using "3ff791754a4280b7021cbd48394df6cdd342b687ca5bf0326e8e3e3d3038f4f8" from cache/: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./src/./))2026-01-16 16:02.30 ---> saved as "53395bfe12f517483c33d79cfe2062c99e1dbb4f4efb8a13bb44f6a20cee8bea"/: (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-01-16 16:02.42 ---> saved as "d697ed967997f297dc1f8952a693a524e379148ed010b2f7123cc5c0d40e8722"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-01-16 16:02.43 ---> saved as "1a275c7104046ddf2ae724d66aefdef53f39e1f5c8f2628762a5a3982b3e8685"/: (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.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.1 trace-fuchsia.0.10.1 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"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz- ==> Pouring portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- 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 <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "cmake" "libffi" "pkgconf" "zlib"- ==> Fetching downloads for: cmake, libffi, pkgconf and zlib- ✔︎ Bottle Manifest cmake (4.2.1)- ✔︎ 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.1)- ==> Pouring cmake--4.2.1.arm64_sequoia.bottle.tar.gz- ==> Caveats- To install the CMake documentation, run:- brew install cmake-docs- ==> Summary- 🍺 /opt/homebrew/Cellar/cmake/4.2.1: 4,016 files, 63.6MB- ==> 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.arm64_sequoia.bottle.tar.gz- ==> Caveats- libffi is keg-only, which means it was not symlinked into /opt/homebrew,- 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/opt/homebrew/opt/libffi/lib"- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"- ==> Summary- 🍺 /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB- ==> Running `brew cleanup libffi`...- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB- ==> Running `brew cleanup pkgconf`...- ==> Pouring zlib--1.3.1.arm64_sequoia.bottle.tar.gz- ==> Caveats- zlib is keg-only, which means it was not symlinked into /opt/homebrew,- 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/opt/homebrew/opt/zlib/lib"- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"-- For pkgconf to find zlib you may need to set:- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"- ==> Summary- 🍺 /opt/homebrew/Cellar/zlib/1.3.1: 14 files, 412.5KB- ==> Running `brew cleanup zlib`...- ==> Caveats- Bash completion has been installed to:- /opt/homebrew/etc/bash_completion.d- Emacs Lisp files have been installed to:- /opt/homebrew/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 /opt/homebrew,- 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/opt/homebrew/opt/libffi/lib"- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"- ==> zlib- zlib is keg-only, which means it was not symlinked into /opt/homebrew,- 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/opt/homebrew/opt/zlib/lib"- export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"-- For pkgconf to find zlib you may need to set:- export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"# To update the current shell environment, run: eval $(opam env)2026-01-16 16:03.31 ---> saved as "d1e7923b3cbeed3a864743e6f5031471bb8a0ac337bdafeb04a8c44479b07f63"/: (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 30 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 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- 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.1- install trace-fuchsia 0.10.1- 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-pkg-config.4-> installed conf-cmake.1-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-zlib.1-> 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.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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.1, trace-fuchsia.0.10.1 (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 csexp.1.5.2-> installed menhirCST.20250912-> installed thread-local-storage.0.2-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed menhirSdk.20250912-> installed ocaml-syntax-shims.1.0.0-> installed menhirLib.20250912-> installed integers.0.7.0-> installed trace.0.10.1-> installed dune-configurator.3.21.0-> installed alcotest.1.9.1-> installed trace-fuchsia.0.10.1-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed hdr_histogram.0.0.4-> installed menhir.20250912Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 16:04.31 ---> saved as "eb461371e683516b0c440da066bb9f87bfc8299c229b9e7375fa2158764c934d"/: (copy (src .) (dst ./src))2026-01-16 16:04.32 ---> saved as "c5d525905840d4460d28b0b5aa3429424b9b22f65559c489793af49f377b01dd"/: (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 `SCNADPVL'.[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.252s. 2 tests run.(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe)stretch tree of depth 11 check: 40951024 trees of depth 4 check: 31744256 trees of depth 6 check: 325121024 trees of depth 4 check: 3174464 trees of depth 8 check: 32704256 trees of depth 6 check: 3251216 trees of depth 10 check: 327521024 trees of depth 4 check: 3174464 trees of depth 8 check: 32704256 trees of depth 6 check: 3251216 trees of depth 10 check: 3275264 trees of depth 8 check: 3270416 trees of depth 10 check: 32752long lived tree of depth 10 check: 2047Execution times:Wall time (s): 0.00CPU time (s): 0.00GC time (s): 0.00GC overhead (% of CPU time): 10.04%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 7.371 0.00 0.00 13.332 0.00 0.00 11.67GC latency profile:#[Mean (ms): 0.05, Stddev (ms): 0.05]#[Min (ms): 0.01, max (ms): 0.11]Percentile Latency (ms)25.0000 0.0150.0000 0.0160.0000 0.0170.0000 0.1075.0000 0.1080.0000 0.1085.0000 0.1090.0000 0.1095.0000 0.1196.0000 0.1197.0000 0.1198.0000 0.1199.0000 0.1199.9000 0.1199.9900 0.1199.9990 0.1199.9999 0.11100.0000 0.11(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19)stretch tree of depth 20 check: 2097151524288 trees of depth 4 check: 16252928524288 trees of depth 4 check: 16252928524288 trees of depth 4 check: 16252928131072 trees of depth 6 check: 16646144131072 trees of depth 6 check: 16646144131072 trees of depth 6 check: 1664614432768 trees of depth 8 check: 1674444832768 trees of depth 8 check: 1674444832768 trees of depth 8 check: 167444488192 trees of depth 10 check: 167690248192 trees of depth 10 check: 167690248192 trees of depth 10 check: 167690242048 trees of depth 12 check: 167751682048 trees of depth 12 check: 167751682048 trees of depth 12 check: 16775168512 trees of depth 14 check: 16776704512 trees of depth 14 check: 16776704512 trees of depth 14 check: 16776704128 trees of depth 16 check: 16777088128 trees of depth 16 check: 16777088128 trees of depth 16 check: 1677708832 trees of depth 18 check: 1677718432 trees of depth 18 check: 1677718432 trees of depth 18 check: 16777184long lived tree of depth 19 check: 1048575Execution times:Wall time (s): 0.97CPU time (s): 2.73GC time (s): 1.26GC overhead (% of CPU time): 46.21%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.97 0.46 47.481 0.91 0.43 47.452 0.85 0.37 43.43GC latency profile:#[Mean (ms): 0.24, Stddev (ms): 0.53]#[Min (ms): 0.00, max (ms): 7.34]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 0.0675.0000 0.1380.0000 0.2585.0000 0.5890.0000 1.1195.0000 1.3596.0000 1.4297.0000 1.8798.0000 2.1999.0000 2.3699.9000 3.2999.9900 5.1899.9990 7.3499.9999 7.34100.0000 7.342026-01-16 16:04.35 ---> saved as "91d79f2c0ead311c98b7ca8750f999e26588da6020211df63e40743e6cb7f023"Job succeeded2026-01-16 16:04.43: Job succeeded