Organisationstaridesruntime_events_tools37ca57 ()freebsd-14.2-5.3_opam-2.4

freebsd-14.2-5.3_opam-2.4

Logs

Show full logs
2025-07-31 07:26.32: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (37ca579b172ea50c4400ee49d28cad99f24d8165) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4)
Base: freebsd-14.2-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 37ca579b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-5.3
# freebsd-14.2-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.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.11.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.1.0 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.4 --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

2025-07-31 07:26.32: Using cache hint "tarides/runtime_events_tools-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-0e08c542739902e51113d47394915336"
2025-07-31 07:26.32: Using OBuilder spec:
((from freebsd-14.2-ocaml-5.3)
 (comment freebsd-14.2-5.3_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.11.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.1.0 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.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-07-31 07:26.32: Waiting for resource in pool OCluster
2025-07-31 07:46.39: Waiting for worker…
2025-07-31 08:22.16: Got resource from pool OCluster
Building on rosemary
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /obuilder/state/git/runtime_events_tools.git-b862ddf68ec9301132e8a0d5635f9574481a16f6/.git/
HEAD is now at 37ca579 Merge pull request #58 from tmcgilchrist/ocamlformat

(from freebsd-14.2-ocaml-5.3)
2025-07-31 08:22.24 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache

/: (comment freebsd-14.2-5.3_opam-2.4)

/: (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.4 /usr/local/bin/opam"))
2025-07-31 08:22.25 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" 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
2025-07-31 08:22.25 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 08:22.26 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-31 08:22.27 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0

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

Already up-to-date.
Nothing to do.
2025-07-31 08:22.27 ---> using "b839ed237da9a062f46ef3287af09640157ee3d2ef1194b77ce5d1e3b9bc3c23" from cache

/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
            (dst ./))
2025-07-31 08:22.31 ---> saved as "95770e562fcc76f0ab02eadc8ac8049ccd138aa905c8a210d369f36432920918"

/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-31 08:22.38 ---> saved as "07591d6bd46ac8c5153a424afd2b013fbae889267035ed65037feea27cc06ed8"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 08:22.41 ---> saved as "18cb6d7800c055beeb7c8e3f5a7561a555d15a6f8eada85e2cf442cf4fedcb04"

/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.11.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.1.0 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.4 --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.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...
- 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-31 08:23.26 ---> saved as "5f4171c809c8b20d5d6eff98e4f63504d17e8d73e55de181cae0089193ee075c"

/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.11.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.1.0
   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 cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.4
 retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
 installed conf-zlib.1
 installed conf-libffi.2.0.0
 retrieved conf-cmake.1  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-cmake/configure.sh)
 retrieved fmt.0.11.0  (cached)
 installed conf-cmake.1
 retrieved alcotest.1.9.0  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved hdr_histogram.0.0.4  (https://github.com/ocaml-multicore/hdr_histogram_ocaml/releases/download/0.0.4/hdr_histogram-0.0.4.tbz)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.13.2  (cached)
 retrieved thread-local-storage.0.2  (cached)
 retrieved topkg.1.1.0  (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  (https://github.com/c-cube/ocaml-trace/releases/download/v0.10/trace-0.10.tbz)
 installed cmdliner.1.3.0
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.0
 installed uutf.1.0.4
 installed mtime.2.1.0
 installed fmt.0.11.0
 installed astring.0.8.5
 installed dune.3.19.1
 installed csexp.1.5.2
 installed thread-local-storage.0.2
 installed stdlib-shims.0.3.0
 installed trace.0.10
 installed ocaml-syntax-shims.1.0.0
 installed menhirSdk.20240715
 installed menhirLib.20240715
 installed menhirCST.20240715
 installed re.1.13.2
 installed bigarray-compat.1.1.0
 installed integers.0.7.0
 installed trace-fuchsia.0.10
 installed dune-configurator.3.19.1
 installed alcotest.1.9.0
 installed ctypes.0.23.0
 installed ctypes-foreign.0.23.0
 installed hdr_histogram.0.0.4
 installed menhir.20240715
Done.
2025-07-31 08:25.15 ---> saved as "e12de14013175e50d1243306ce66c13ce9cb20ff160b1c67524b0e2e3b15095e"

/src: (copy (src .) (dst /src))
2025-07-31 08:25.21 ---> saved as "faed3fc4967a3b908b5f340694e9b2b5f2c7b4d44ec3063404eab42fdbd280d7"

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

  [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.108s. 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
256	 trees of depth 6	 check: 32512
1024	 trees of depth 4	 check: 31744
64	 trees of depth 8	 check: 32704
64	 trees of depth 8	 check: 32704
256	 trees of depth 6	 check: 32512
16	 trees of depth 10	 check: 32752
16	 trees of depth 10	 check: 32752
64	 trees of depth 8	 check: 32704
16	 trees of depth 10	 check: 32752
long lived tree of depth 10	 check: 2047

Execution times:
Wall time (s):	0.01
CPU time (s):	0.01
GC time (s):	0.00
GC overhead (% of CPU time):	8.71%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.01		 0.00	 0.00
1	 0.00		 0.00	 17.57
2	 0.00		 0.00	 13.11

GC latency profile:
#[Mean (ms):	0.35,	 Stddev (ms):	0.25]
#[Min (ms):	0.06,	 max (ms):	0.67]

Percentile 	 Latency (ms)
25.0000 	 0.06
50.0000 	 0.33
60.0000 	 0.33
70.0000 	 0.33
75.0000 	 0.33
80.0000 	 0.33
85.0000 	 0.67
90.0000 	 0.67
95.0000 	 0.67
96.0000 	 0.67
97.0000 	 0.67
98.0000 	 0.67
99.0000 	 0.67
99.9000 	 0.67
99.9900 	 0.67
99.9990 	 0.67
99.9999 	 0.67
100.0000 	 0.67
(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):	4.11
CPU time (s):	11.52
GC time (s):	6.32
GC overhead (% of CPU time):	54.90%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 4.11		 2.43	 59.16
1	 3.85		 2.13	 55.31
2	 3.56		 1.76	 49.54

GC latency profile:
#[Mean (ms):	1.11,	 Stddev (ms):	3.31]
#[Min (ms):	0.00,	 max (ms):	53.02]

Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.02
60.0000 	 0.04
70.0000 	 0.12
75.0000 	 0.25
80.0000 	 0.70
85.0000 	 1.77
90.0000 	 3.89
95.0000 	 7.00
96.0000 	 7.66
97.0000 	 8.34
98.0000 	 9.95
99.0000 	 12.09
99.9000 	 44.96
99.9900 	 48.17
99.9990 	 53.02
99.9999 	 53.02
100.0000 	 53.02
2025-07-31 08:25.30 ---> saved as "2be89a264a5cf915e66db9afe07143bdd21f70a6995ebcdaa67f6733343d2a0b"
Job succeeded
2025-07-31 08:25.28: Job succeeded