2025-07-17 00:45.14: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (ffa08749d1811add58aefa4eb361ec7c9fd127d5) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.3)Base: freebsd-14.2-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard ffa08749cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.2-ocaml-5.3# freebsd-14.2-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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-effects.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.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 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.3 --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-07-17 00:45.14: Using cache hint "tarides/runtime_events_tools-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.3-83a468c43e02bcd79396a526395c285c"2025-07-17 00:45.14: Using OBuilder spec:((from freebsd-14.2-ocaml-5.3)(comment freebsd-14.2-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && 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-effects.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.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 trace.0.10 trace-fuchsia.0.10 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.3 --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-07-17 00:45.14: Waiting for resource in pool OCluster2025-07-17 00:45.14: Waiting for worker…2025-07-17 00:45.14: Got resource from pool OClusterBuilding on rosemaryHEAD is now at e2a633e Remove ocaml_intrinsicsHEAD is now at ffa0874 Merge pull request #57 from patricoferris/use-trace-fuchsia(from freebsd-14.2-ocaml-5.3)2025-07-17 00:45.15 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache/: (comment freebsd-14.2-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))2025-07-17 00:45.15 ---> using "6c919feff42b8acbece064f547886f17e62a0f8c652c95803d5cc1a0edc05bf0" from cache/src: (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 /home/opam/.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:///home/opam/opam-repository2025-07-17 00:45.16 ---> using "ef1aecc2d79e0d6d7a69975e03fbee48aae321cc5ded967c4b85817abcd33408" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.2-RELEASE-p1The OCaml toplevel, version 5.3.02.3.02025-07-17 00:45.16 ---> using "b81c61e28dd398a2621aef3fc778c808fda4399fe66dbfb28a40b55bd44ce32a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-17 00:45.17 ---> using "46859cd3f1ed5f6081f98d282b27cc9fcab2b0b04b4be45ac52d723eb6d8a59e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD0d013e603b..0094db1438 master -> origin/master382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2<><> 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).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.5∗ ocaml-base-compiler.5.4.0~alpha1 is installed and requires ocaml-compiler = 5.4.0~alpha1However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-07-17 00:45.17 ---> using "34c2551a23e74fab0ca6583ce10ca25856b5d0a97adc082dac5563c663867329" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-07-17 00:45.17 ---> using "93e47a8233cef524223d8b45390e8e60cd40bf369526ad8fbd2379261bf9593f" 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-07-17 00:45.18 ---> using "5a5dfa763571aa965b2973271710a60b48b8fe30299d22ec2dda3328fa11cba6" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-17 00:45.18 ---> using "cf2a9a342a5c18a608e96c0eb552a9a9e8cb0c25cc58738e10269222c2471251" from cache/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.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.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.0.8 trace.0.10 trace-fuchsia.0.10 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.3 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> 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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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:devel/cmake<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "devel/cmake"- Updating FreeBSD repository catalogue...- [rosemary] Fetching data.pkg:- .......... done- Processing entries: .- ...- ..- ..- .. done- FreeBSD repository update completed. 35633 packages processed.- All repositories are up to date.- New version of pkg detected; it needs to be installed first.- The following 1 package(s) will be affected (of 0 checked):-- Installed packages to be UPGRADED:- pkg: 2.1.2 -> 2.2.1-- Number of packages to be upgraded: 1-- 12 MiB to be downloaded.- [rosemary] [1/1] Fetching pkg-2.2.1.pkg: ........- .. done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Upgrading pkg from 2.1.2 to 2.2.1...- [rosemary] [1/1] Extracting pkg-2.2.1: .......... done- Updating FreeBSD repository catalogue...- FreeBSD repository is up to date.- All repositories are up to date.- The following 7 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- cmake: 3.31.7- cmake-core: 3.31.7- cmake-doc: 3.31.7- cmake-man: 3.31.7- jsoncpp: 1.9.6_1- libuv: 1.51.0- rhash: 1.4.4_1-- Number of packages to be installed: 7-- The process will require 94 MiB more space.- 22 MiB to be downloaded.- [rosemary] [1/7] Fetching cmake-3.31.7.pkg: . done- [rosemary] [2/7] Fetching cmake-man-3.31.7.pkg: .......... done- [rosemary] [3/7] Fetching jsoncpp-1.9.6_1.pkg: ......... done- [rosemary] [4/7] Fetching libuv-1.51.0.pkg: ......... done- [rosemary] [5/7] Fetching cmake-doc-3.31.7.pkg:- ..- ....- .... done- [rosemary] [6/7] Fetching cmake-core-3.31.7.pkg:- ...- ...- ..- .. done- [rosemary] [7/7] Fetching rhash-1.4.4_1.pkg: .....- ..... done- Checking integrity... done (0 conflicting)- [rosemary] [1/7] Installing cmake-doc-3.31.7...- [rosemary] [1/7] Extracting cmake-doc-3.31.7: .......... done- [rosemary] [2/7] Installing cmake-man-3.31.7...- [rosemary] [2/7] Extracting cmake-man-3.31.7: .......... done- [rosemary] [3/7] Installing jsoncpp-1.9.6_1...- [rosemary] [3/7] Extracting jsoncpp-1.9.6_1: .......... done- [rosemary] [4/7] Installing libuv-1.51.0...- [rosemary] [4/7] Extracting libuv-1.51.0: .......... done- [rosemary] [5/7] Installing rhash-1.4.4_1...- [rosemary] [5/7] Extracting rhash-1.4.4_1: .......... done- [rosemary] [6/7] Installing cmake-core-3.31.7...- [rosemary] [6/7] Extracting cmake-core-3.31.7:- .......... done- [rosemary] [7/7] Installing cmake-3.31.7...2025-07-17 00:45.19 ---> using "79fa6f77fb37c3753da9a0ac4a81973b4891eac5f211ca7a079574e3226e7b3b" 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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 32 packages∗ alcotest 1.9.0∗ astring 0.8.5∗ bigarray-compat 1.1.0∗ 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.23.0∗ ctypes-foreign 0.23.0∗ dune 3.19.1∗ dune-configurator 3.19.1∗ fmt 0.10.0∗ hdr_histogram 0.0.4∗ integers 0.7.0∗ menhir 20240715∗ menhirCST 20240715∗ menhirLib 20240715∗ menhirSdk 20240715∗ mtime 2.1.0∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ re 1.13.2∗ seq base∗ stdlib-shims 0.3.0∗ thread-local-storage 0.2∗ topkg 1.0.8∗ trace 0.10∗ trace-fuchsia 0.10∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved bigarray-compat.1.1.0 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved conf-cmake.1 (cached)∗ installed conf-cmake.1∗ installed conf-pkg-config.4⬇ retrieved csexp.1.5.2 (cached)∗ installed conf-zlib.1∗ installed conf-libffi.2.0.0⬇ retrieved cmdliner.1.3.0 (cached)⬇ retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)⬇ retrieved alcotest.1.9.0 (cached)⬇ retrieved fmt.0.10.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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved re.1.13.2 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved thread-local-storage.0.2 (cached)⬇ retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved trace.0.10, trace-fuchsia.0.10 (cached)⬇ retrieved topkg.1.0.8 (cached)∗ installed cmdliner.1.3.0∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed topkg.1.0.8∗ installed uutf.1.0.4∗ installed fmt.0.10.0∗ installed mtime.2.1.0∗ installed astring.0.8.5∗ installed dune.3.19.1∗ installed stdlib-shims.0.3.0∗ installed menhirSdk.20240715∗ installed thread-local-storage.0.2∗ installed ocaml-syntax-shims.1.0.0∗ installed menhirLib.20240715∗ installed menhirCST.20240715∗ installed integers.0.7.0∗ installed csexp.1.5.2∗ installed trace.0.10∗ installed re.1.13.2∗ installed menhir.20240715∗ installed bigarray-compat.1.1.0∗ installed trace-fuchsia.0.10∗ installed alcotest.1.9.0∗ installed dune-configurator.3.19.1∗ installed ctypes.0.23.0∗ installed ctypes-foreign.0.23.0∗ installed hdr_histogram.0.0.4Done.2025-07-17 00:45.19 ---> using "437457a0d88635e08005566155e9e4c43da8097ee507049dba3afc1956da690c" from cache/src: (copy (src .) (dst /src))2025-07-17 00:45.19 ---> using "814988f736a81f57e32591d1c75deddc322eaf30cf74ad4303045ccac03a11ac" from cache/src: (run (shell "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 `PAUFG7VN'.[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.107s. 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: 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): 9.34%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 7.481 0.00 0.00 10.182 0.00 0.00 10.96GC latency profile:#[Mean (ms): 0.17, Stddev (ms): 0.08]#[Min (ms): 0.02, max (ms): 0.22]Percentile Latency (ms)25.0000 0.0250.0000 0.2160.0000 0.2170.0000 0.2175.0000 0.2180.0000 0.2185.0000 0.2190.0000 0.2295.0000 0.2296.0000 0.2297.0000 0.2298.0000 0.2299.0000 0.2299.9000 0.2299.9900 0.2299.9990 0.2299.9999 0.22100.0000 0.22(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): 2.18CPU time (s): 6.10GC time (s): 3.09GC overhead (% of CPU time): 50.63%Per domain stats:Domain Wall(s) GC(s) GC(%)0 2.18 1.13 51.791 2.04 1.06 51.692 1.87 0.90 48.12GC latency profile:#[Mean (ms): 0.59, Stddev (ms): 1.30]#[Min (ms): 0.00, max (ms): 10.87]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0370.0000 0.1175.0000 0.2980.0000 0.5985.0000 1.5490.0000 2.5995.0000 3.6796.0000 3.8697.0000 4.4598.0000 5.3299.0000 5.8099.9000 7.0299.9900 8.0099.9990 10.8799.9999 10.87100.0000 10.872025-07-17 00:45.20 ---> using "39e2e610537e0d903b0548ae7fdd55dd3919de0107dd4cc3aad9fa7978c602ac" from cacheJob succeeded2025-07-17 00:45.20: Job succeeded