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) (linux-x86_64:debian-13-5.0_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4Opam 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 ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4# debian-13-5.0_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./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-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.0.0 ocaml-base-compiler.5.0.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 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-ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4-debian-13-5.0_opam-2.5-34e96fff8e4a7af15cc710ac0c8b0617"2026-01-16 11:37.50: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4)(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 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 ./))(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.1 astring.0.8.5 base-bigarray.base base-domains.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.0.0 ocaml-base-compiler.5.0.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 /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-01-16 11:37.50: Waiting for resource in pool OCluster2026-01-16 14:14.34: Waiting for worker…2026-01-16 14:23.49: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 1a3ad30 Merge pull request #66 from tmcgilchrist/dir(from ocaml/opam:debian-13-ocaml-5.0@sha256:54bbee126005951f0e70bdd55d24e44b560f630da6768ac62f8e636774aab0e4)2026-01-16 14:23.50 ---> using "ddd37be92c9b56d281c587e661e20a8ee6777ba8c8eb0346c4be459788d39d65" 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-01-16 14:23.50 ---> using "0ccab7fd60f8fd9560fd2d1f9527c55159e08d116fb0fa5343db2aa7cfc358cf" 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-16 14:23.50 ---> using "87ddc4fcd6d47415e521d29a0b1b91dddb0281329c091c24fedbe78fc6596f55" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.0.02.5.02026-01-16 14:23.50 ---> using "3bf4600f44a0a423108e5cd94d5c4ad9482e080d7d0fba43e844e4647b824014" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 14:23.50 ---> using "836143867de7dd9c2f2f0989a5195ff9b20e2678e13d73e82328449a58f07b06" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEAD16d9c0eb87..92679ed614 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.4.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-01-16 14:23.50 ---> using "c295ea397ee0c3a991d545593232a1d89657de7865360b89064db709701ccf98" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2026-01-16 14:23.50 ---> saved as "d8d23fc8d677bf6ba59746acc9c0ef0bb78916379a7633745e8e8e88141e4944"/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-01-16 14:23.52 ---> saved as "185834a8d92bdbf70d23eaf14c0cb9fb51cec216611c8e3f891261c5cf8446c3"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 14:23.53 ---> saved as "62390d0f0ab3acddcfbebc9ecafe9eb8cb0905e1a96afb20d99f014ac7d15007"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.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.0.0 ocaml-base-compiler.5.0.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")/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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]- Fetched 9997 kB in 1s (9239 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 ... 20622 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) ...# To update the current shell environment, run: eval $(opam env)2026-01-16 14:24.06 ---> saved as "a88a9382e7193bc3d569b7c6ab363da69c793bfa43a1508c6592d82130b60d70"/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 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 alcotest.1.9.1 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved astring.0.8.5 (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.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 hdr_histogram.0.0.4 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (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.1 (cached)-> installed cmdliner.1.3.0-> retrieved trace.0.10.1, trace-fuchsia.0.10.1 (cached)-> 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.21.0-> installed csexp.1.5.2-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed trace.0.10.1-> installed integers.0.7.0-> installed trace-fuchsia.0.10.1-> installed alcotest.1.9.1-> installed dune-configurator.3.21.0-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed menhir.20250912-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 14:24.50 ---> saved as "cd8030820ec0f5b5bddf2c9a7caf9c3b94891f431d7916982b2f52de60402c65"/src: (copy (src .) (dst /src))2026-01-16 14:24.51 ---> saved as "d3896235b58787a199187801af2774daf67b45562b118de407d6ea276ec8723d"/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: 40951024 trees of depth 4 check: 317441024 trees of depth 4 check: 317441024 trees of depth 4 check: 31744256 trees of depth 6 check: 32512256 trees of depth 6 check: 32512256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270464 trees of depth 8 check: 3270464 trees of depth 8 check: 3270416 trees of depth 10 check: 3275216 trees of depth 10 check: 3275216 trees of depth 10 check: 32752long lived tree of depth 10 check: 2047Execution times:Wall time (s): 0.00CPU time (s): 0.01GC time (s): 0.00GC overhead (% of CPU time): 8.27%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 8.041 0.00 0.00 6.072 0.00 0.00 10.83GC latency profile:#[Mean (ms): 0.07, Stddev (ms): 0.05]#[Min (ms): 0.00, max (ms): 0.12]Percentile Latency (ms)25.0000 0.0050.0000 0.0660.0000 0.0870.0000 0.1175.0000 0.1180.0000 0.1185.0000 0.1190.0000 0.1195.0000 0.1296.0000 0.1297.0000 0.1298.0000 0.1299.0000 0.1299.9000 0.1299.9900 0.1299.9990 0.1299.9999 0.12100.0000 0.12(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: 167444488192 trees of depth 10 check: 167690248192 trees of depth 10 check: 1676902432768 trees of depth 8 check: 167444482048 trees of depth 12 check: 167751682048 trees of depth 12 check: 167751688192 trees of depth 10 check: 16769024512 trees of depth 14 check: 16776704512 trees of depth 14 check: 167767042048 trees of depth 12 check: 16775168128 trees of depth 16 check: 16777088128 trees of depth 16 check: 16777088512 trees of depth 14 check: 1677670432 trees of depth 18 check: 1677718432 trees of depth 18 check: 16777184128 trees of depth 16 check: 1677708832 trees of depth 18 check: 16777184long lived tree of depth 19 check: 1048575Execution times:Wall time (s): 1.86CPU time (s): 4.81GC time (s): 1.97GC overhead (% of CPU time): 40.99%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.86 0.61 32.701 1.77 0.89 50.322 1.19 0.48 40.05GC latency profile:#[Mean (ms): 0.49, Stddev (ms): 0.97]#[Min (ms): 0.00, max (ms): 7.87]Percentile Latency (ms)25.0000 0.0050.0000 0.0360.0000 0.1070.0000 0.2475.0000 0.3880.0000 0.7485.0000 1.2890.0000 1.8495.0000 2.7096.0000 2.9097.0000 3.1898.0000 3.6299.0000 4.3599.9000 6.3599.9900 7.8799.9990 7.8799.9999 7.87100.0000 7.872026-01-16 14:24.53 ---> saved as "c3e72daaa992f41ce1110f28b9b43c842b34b7576bc61bacb75b82cf100d4b97"Job succeeded2026-01-16 14:24.54: Job succeeded