Organisationstaridesruntime_events_tools9cbcf1 ()freebsd-14.3-5.4_opam-2.5

freebsd-14.3-5.4_opam-2.5

Logs

Show full logs
2026-03-03 12:05.16: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/74/head (9cbcf1e5575954c18b28c4a4a971f5728698648a) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)
Base: freebsd-14.3-ocaml-5.4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/74/head" && git reset --hard 9cbcf1e5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 3cf4002e7c423bff151a3c74103700b9aa3e2c4b || git fetch origin master) && git reset -q --hard 3cf4002e7c423bff151a3c74103700b9aa3e2c4b && git log --no-decorate -n1 --oneline && opam update -u
COPY --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-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.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.1 dune-configurator.3.21.1 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 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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 opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-03-03 12:05.16: Using cache hint "tarides/runtime_events_tools-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-86d8b0561b555f21d0356be5aa55bc37"
2026-03-03 12:05.16: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
 (comment freebsd-14.3-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 3cf4002e7c423bff151a3c74103700b9aa3e2c4b || git fetch origin master) && git reset -q --hard 3cf4002e7c423bff151a3c74103700b9aa3e2c4b && 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 (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-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.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.1 dune-configurator.3.21.1 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 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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-03-03 12:05.16: Waiting for resource in pool OCluster
2026-03-03 12:05.16: Waiting for worker…
2026-03-03 12:05.35: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 9cbcf1e apply linting using fmt patch from ci

(from freebsd-14.3-ocaml-5.4)
2026-03-03 12:00.21 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache

/: (comment freebsd-14.3-5.4_opam-2.5)

/: (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.5 /usr/local/bin/opam"))
2026-03-03 12:00.21 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" 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 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-03-03 12:00.22 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-03 12:00.23 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-03 12:00.24 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 3cf4002e7c423bff151a3c74103700b9aa3e2c4b || git fetch origin master) && git reset -q --hard 3cf4002e7c423bff151a3c74103700b9aa3e2c4b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   71325ac6ed..8227f67d3e  master     -> origin/master
3cf4002e7c Merge pull request #29471 from c-cube/release-trace-v0.12

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-03-03 12:00.25 ---> using "69ad70f6fe12e9e029b95e3fe55eb161fb80863130ebfc10027ac0590cd501b9" from cache

/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
            (dst ./))
2026-03-03 12:00.26 ---> using "700a8318be3b4dab0b9b5fac983fb8c2773914c63b542880d725850134e04f51" 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)
2026-03-03 12:00.28 ---> using "45172a6db67713e6d431a5eddc31a31c6fede6c0b869ccba6c57ea61a5542111" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-03 12:00.30 ---> saved as "8b406e99a2b199737a2f1f99aefc7f84df23ff5d87327c1b3f32559465f8978f"

/src: (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.2.1.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.1 dune-configurator.3.21.1 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 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 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"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[runtime_events_tools_bare.dev] synchronised (file:///src)
[runtime_events_tools.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.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:
    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. 36524 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: ......... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 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.4.2 -> 2.5.1 [FreeBSD]
- 
- Number of packages to be upgraded: 1
- 
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.5.1~75e3b55743.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...
- [rosemary] [1/1] Extracting pkg-2.5.1: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods 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.10 [FreeBSD]
- 	cmake-core: 3.31.10 [FreeBSD]
- 	cmake-doc: 3.31.10 [FreeBSD]
- 	cmake-man: 3.31.10 [FreeBSD]
- 	jsoncpp: 1.9.6_1 [FreeBSD]
- 	libuv: 1.51.0 [FreeBSD]
- 	rhash: 1.4.6 [FreeBSD]
- 
- Number of packages to be installed: 7
- 
- The process will require 96 MiB more space.
- 22 MiB to be downloaded.
- [rosemary] [1/7] Fetching cmake-3.31.10: . done
- [rosemary] [2/7] Fetching cmake-man-3.31.10: ......... done
- [rosemary] [3/7] Fetching jsoncpp-1.9.6_1: ......... done
- [rosemary] [4/7] Fetching libuv-1.51.0: ......... done
- [rosemary] [5/7] Fetching cmake-doc-3.31.10: .......
- ... done
- [rosemary] [6/7] Fetching cmake-core-3.31.10: .......... done
- [rosemary] [7/7] Fetching rhash-1.4.6: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/7] Installing cmake-doc-3.31.10...
- [rosemary] [1/7] Extracting cmake-doc-3.31.10: 
- .......... done
- [rosemary] [2/7] Installing cmake-man-3.31.10...
- [rosemary] [2/7] Extracting cmake-man-3.31.10: .......... 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.6...
- [rosemary] [5/7] Extracting rhash-1.4.6: .......... done
- [rosemary] [6/7] Installing cmake-core-3.31.10...
- [rosemary] [6/7] Extracting cmake-core-3.31.10: .......... done
- [rosemary] [7/7] Installing cmake-3.31.10...
2026-03-03 12:01.07 ---> saved as "c1738ade25e0690ff60fb8e7c1c049ad5a54b670bdbaa11b2d1cf742fbdeac87"

/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.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
   alcotest           1.9.1
   astring            0.8.5
   cmdliner           2.1.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.1
   dune-configurator  3.21.1
   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-syntax-shims 1.0.0
   ocamlbuild         0.16.1
   ocamlfind          1.9.8
   re                 1.14.0
   stdlib-shims       0.3.0
   topkg              1.1.1
   trace              0.12
   trace-fuchsia      0.12
   uutf               1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cmdliner.2.1.0  (cached)
 retrieved conf-cmake.1  (cached)
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.4
 installed conf-cmake.1
 installed conf-zlib.1
 installed conf-libffi.2.0.0
 retrieved astring.0.8.5  (cached)
 retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
 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 menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved re.1.14.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved trace.0.12, trace-fuchsia.0.12  (cached)
 retrieved topkg.1.1.1  (cached)
 installed cmdliner.2.1.0
 installed ocamlfind.1.9.8
 installed ocamlbuild.0.16.1
 installed topkg.1.1.1
 installed mtime.2.1.0
 installed uutf.1.0.4
 installed fmt.0.11.0
 installed astring.0.8.5
 installed dune.3.21.1
 installed menhirCST.20260209
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed menhirSdk.20260209
 installed trace.0.12
 installed menhirLib.20260209
 installed menhirGLR.20260209
 installed integers.0.7.0
 installed re.1.14.0
 installed trace-fuchsia.0.12
 installed dune-configurator.3.21.1
 installed alcotest.1.9.1
 installed ctypes.0.24.0
 installed menhir.20260209
 installed ctypes-foreign.0.24.0
 installed hdr_histogram.0.0.4
Done.
2026-03-03 12:02.50 ---> saved as "14481b783d9f9fcdf5701eeebc0b617deee3729f5a64589427985a5a8bfb5097"

/src: (copy (src .) (dst /src))
2026-03-03 12:02.54 ---> saved as "3fc58aeb552d77019830d6c8c27b8334be8ccb73bb7a0004f7fde1c216e8a788"

/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 `H8E5K1GJ'.

  [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.102s. 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
256	 trees of depth 6	 check: 32512
1024	 trees of depth 4	 check: 31744
64	 trees of depth 8	 check: 32704
256	 trees of depth 6	 check: 32512
256	 trees of depth 6	 check: 32512
16	 trees of depth 10	 check: 32752
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
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):	10.24%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.00		 0.00	 7.99
1	 0.00		 0.00	 12.25
2	 0.00		 0.00	 11.40

GC latency profile:
#[Mean (ms):	0.24,	 Stddev (ms):	0.12]
#[Min (ms):	0.03,	 max (ms):	0.32]

Percentile 	 Latency (ms)
25.0000 	 0.03
50.0000 	 0.30
60.0000 	 0.30
70.0000 	 0.30
75.0000 	 0.30
80.0000 	 0.30
85.0000 	 0.30
90.0000 	 0.32
95.0000 	 0.32
96.0000 	 0.32
97.0000 	 0.32
98.0000 	 0.32
99.0000 	 0.32
99.9000 	 0.32
99.9900 	 0.32
99.9990 	 0.32
99.9999 	 0.32
100.0000 	 0.32
(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):	5.30
CPU time (s):	15.14
GC time (s):	7.87
GC overhead (% of CPU time):	52.02%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 5.30		 2.90	 54.72
1	 4.73		 2.17	 45.87
2	 5.10		 2.80	 54.92

GC latency profile:
#[Mean (ms):	1.38,	 Stddev (ms):	4.93]
#[Min (ms):	0.00,	 max (ms):	128.45]

Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.01
60.0000 	 0.04
70.0000 	 0.17
75.0000 	 0.48
80.0000 	 1.06
85.0000 	 2.63
90.0000 	 4.53
95.0000 	 6.80
96.0000 	 7.77
97.0000 	 8.95
98.0000 	 10.97
99.0000 	 16.47
99.9000 	 66.06
99.9900 	 114.82
99.9990 	 128.45
99.9999 	 128.45
100.0000 	 128.45
2026-03-03 12:03.04 ---> saved as "3abeb77ab317c703649a1c2411640894c08d11d9d4b76986fb79565d1aa254e5"
Job succeeded
2026-03-03 12:08.20: Job succeeded