2025-08-04 04:17.57: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (53d44c06713536c7029977746bc696023b18c5e9) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 53d44c06cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a# debian-12-5.0_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.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.1.3.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.17.2 fmt.0.9.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 thread-local-storage.0.2 topkg.1.0.8 trace.0.10 trace-fuchsia.0.10 uutf.1.0.3"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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-08-04 04:17.57: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a-debian-12-5.0_opam-2.4-65ca3a6c884578f7754478e5b8d84060"2025-08-04 04:17.57: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a)(comment debian-12-5.0_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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.1.3.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.17.2 fmt.0.9.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 thread-local-storage.0.2 topkg.1.0.8 trace.0.10 trace-fuchsia.0.10 uutf.1.0.3")(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-08-04 04:17.57: Waiting for resource in pool OCluster2025-08-04 04:17.57: Waiting for worker…2025-08-04 04:17.57: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at e492dcc Remove platform restriction.HEAD is now at 53d44c0 Merge pull request #59 from tmcgilchrist/trace_debug(from ocaml/opam:debian-12-ocaml-5.0@sha256:f4517d07c79d52a563310f7d1948b5f1ea48825849709ea701a4e8bf3815bf0a)2025-08-04 04:17.58 ---> using "f2764a606aabe7c2b53a89ac6b1f22991914852046ba88fb7b1a0e2a68631d9b" from cache/: (comment debian-12-5.0_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-08-04 04:17.58 ---> using "77cb47a26e14d4a5a0e2d495a75380077b49d40b889745b2076de7c1bbc18110" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-08-04 04:17.58 ---> using "584b507ea19ba856fffe2a9cddf1ea468812c6a48f5d642b41d99f7af917c9d1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.0.02.4.12025-08-04 04:17.58 ---> using "10e815a3a38a424247b713e5a9458adf70df0c00a10134c076be23a3f3f612ab" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-08-04 04:17.58 ---> using "3db47bc84a3074ff4ca32fda700715cc1f05dd7b0a94efbb09e5f3e9f184bd0a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819<><> 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.3.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)2025-08-04 04:17.58 ---> using "c6c9ec0d7a247d28e127bb90fd65b2835b5e266ac43cc2061a8b5634b78cbcb5" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-08-04 04:17.58 ---> using "a44c129d49dedbe9c67d0daefed6424d9f6dbb16134aa7da31d9a7632744c78a" 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-08-04 04:17.58 ---> using "f5270bcff9af912bc1a8c36b287d18b698baedeea29ed008770de8733c80e530" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-08-04 04:17.58 ---> using "5e55f592807842a28eabffb17470e3a86effa30158a405de243cfab75ce491ea" from cache/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.1.3.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.17.2 fmt.0.9.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 thread-local-storage.0.2 topkg.1.0.8 trace.0.10 trace-fuchsia.0.10 uutf.1.0.3")/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 bookworm-updates/main amd64 Packages.diff/Index [19.6 kB]- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]- Fetched 402 kB in 0s (1294 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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libicu72:amd64.- (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 ... 18747 files and directories currently installed.)- Preparing to unpack .../00-libicu72_72.1-3+deb12u1_amd64.deb ...- Unpacking libicu72:amd64 (72.1-3+deb12u1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../01-libxml2_2.9.14+dfsg-1.3~deb12u2_amd64.deb ...- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ...- Selecting previously unselected package libarchive13:amd64.- Preparing to unpack .../02-libarchive13_3.6.2-1+deb12u2_amd64.deb ...- Unpacking libarchive13:amd64 (3.6.2-1+deb12u2) ...- Selecting previously unselected package libjsoncpp25:amd64.- Preparing to unpack .../03-libjsoncpp25_1.9.5-4_amd64.deb ...- Unpacking libjsoncpp25:amd64 (1.9.5-4) ...- Selecting previously unselected package librhash0:amd64.- Preparing to unpack .../04-librhash0_1.4.3-3_amd64.deb ...- Unpacking librhash0:amd64 (1.4.3-3) ...- Selecting previously unselected package libuv1:amd64.- Preparing to unpack .../05-libuv1_1.44.2-1+deb12u1_amd64.deb ...- Unpacking libuv1:amd64 (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_amd64.deb ...- Unpacking cmake (3.25.1-1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../08-libffi-dev_3.4.4-1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.4-1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../09-libpkgconf3_1.8.1-1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../10-pkgconf-bin_1.8.1-1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../11-pkgconf_1.8.1-1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../12-pkg-config_1.8.1-1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-1) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../13-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up libicu72:amd64 (72.1-3+deb12u1) ...- Setting up libffi-dev:amd64 (3.4.4-1) ...- Setting up libpkgconf3:amd64 (1.8.1-1) ...- Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...- Setting up libjsoncpp25:amd64 (1.9.5-4) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...- Setting up librhash0:amd64 (1.4.3-3) ...- Setting up cmake-data (3.25.1-1) ...- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u2) ...- Setting up libarchive13:amd64 (3.6.2-1+deb12u2) ...- Setting up pkgconf:amd64 (1.8.1-1) ...- Setting up pkg-config:amd64 (1.8.1-1) ...- Setting up cmake (3.25.1-1) ...- Processing triggers for libc-bin (2.36-9+deb12u10) ...2025-08-04 04:17.58 ---> using "ad1cae870f72b10a13ce6198f2eb84f429764811118ec5902378b9d20612ac17" 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-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 29 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 1.0- install conf-zlib 1- install ctypes 0.20.1- install ctypes-foreign 0.18.0- install dune 3.17.2- install fmt 0.9.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 thread-local-storage 0.2- install topkg 1.0.8- install trace 0.10- install trace-fuchsia 0.10- install uutf 1.0.3<><> 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 ctypes.0.20.1 (cached)-> installed conf-cmake.1-> installed conf-pkg-config.1.0-> retrieved fmt.0.9.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 thread-local-storage.0.2 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved dune.3.17.2 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.14.1-> installed ocamlfind.1.9.6-> installed topkg.1.0.8-> installed mtime.2.1.0-> installed uutf.1.0.3-> installed fmt.0.9.0-> installed astring.0.8.5-> installed dune.3.17.2-> installed seq.0.3-> installed bigarray-compat.1.1.0-> installed stdlib-shims.0.1.0-> installed menhirSdk.20200123-> installed thread-local-storage.0.2-> installed menhirLib.20200123-> installed trace.0.10-> installed integers.0.6.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.9.0-> installed trace-fuchsia.0.10-> installed alcotest.1.9.0-> installed menhir.20200123-> installed ctypes.0.20.1-> installed hdr_histogram.0.0.3Done.# To update the current shell environment, run: eval $(opam env)2025-08-04 04:17.58 ---> using "b6932178ffface6168042ff2e93379c1287e392bf37ca523f13db4c6e5e19c04" from cache/src: (copy (src .) (dst /src))2025-08-04 04:17.58 ---> using "889cca2e5a4d2041b4c476ad08630f84c50bccf24d366ae82912ecbe552d33bb" from cache/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): 17.11%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 8.801 0.00 0.00 21.642 0.00 0.00 23.25GC latency profile:#[Mean (ms): 0.11, Stddev (ms): 0.16]#[Min (ms): 0.00, max (ms): 0.52]Percentile Latency (ms)25.0000 0.0050.0000 0.0260.0000 0.0370.0000 0.0575.0000 0.1580.0000 0.1585.0000 0.1890.0000 0.3795.0000 0.3796.0000 0.3797.0000 0.5298.0000 0.5299.0000 0.5299.9000 0.5299.9900 0.5299.9990 0.5299.9999 0.52100.0000 0.52(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): 1.75CPU time (s): 4.95GC time (s): 2.48GC overhead (% of CPU time): 50.07%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.75 0.88 50.581 1.57 0.77 49.122 1.63 0.82 50.45GC latency profile:#[Mean (ms): 0.68, Stddev (ms): 1.22]#[Min (ms): 0.00, max (ms): 9.50]Percentile Latency (ms)25.0000 0.0150.0000 0.0660.0000 0.1670.0000 0.3875.0000 0.6380.0000 1.2785.0000 1.9790.0000 2.6595.0000 3.3096.0000 3.7497.0000 4.3298.0000 4.5599.0000 4.9299.9000 6.1299.9900 9.5099.9990 9.5099.9999 9.50100.0000 9.502025-08-04 04:17.58 ---> using "7427f46bc1c7a5199d1c201b272de2fc43f8126e02e2317d64621d1752c9742a" from cacheJob succeeded2025-08-04 04:17.58: Job succeeded