Organisationstaridesruntime_events_toolsb47ba7 ()fedora-41-5.3_opam-2.4

fedora-41-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-09-05 22:43.01: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (b47ba70cae369f8dee7d02ca48926d4b995fa5b2) (linux-x86_64:fedora-41-5.3_opam-2.4)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c
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 b47ba70c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c
# fedora-41-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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-09-05 22:43.01: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c-fedora-41-5.3_opam-2.4-9aa8cdaec584ee06343acd15f7b9b47f"
2025-09-05 22:43.01: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c)
(comment fedora-41-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && 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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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-09-05 22:43.01: Waiting for resource in pool OCluster
2025-09-05 22:43.01: Waiting for worker…
2025-09-05 22:43.01: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at d80d578 Merge pull request #62 from tarides/dependabot/github_actions/actions/checkout-5
HEAD is now at b47ba70 Update change log


(from ocaml/opam:fedora-41-ocaml-5.3@sha256:f5f08b3348fe42ae5a91cd3a68fa1c305e7a107b436066fc5fda4e9df66a5e6c)
2025-09-05 22:43.02 ---> using "77932ed08d0a913a0be50df49d164ac702f06db62378e7fc2fe69b435778c931" from cache


/: (comment fedora-41-5.3_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates           100% |  20.3 KiB/s |  16.6 KiB |  00m01s
Fedora 41 - x86_64                     100% |  74.6 KiB/s |  25.8 KiB |  00m00s
Fedora 41 openh264 (From Cisco) - x86_ 100% |   6.9 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-09-05 22:43.02 ---> using "5a11b3ecc08c13b474f973c6ed6bda9d943e5e42d89b96e76b2acf1288582de1" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-05 22:43.02 ---> using "38018181ca3d651caf83793cac79b175152687b7fd1b8e68982c374718136be1" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-05 22:43.02 ---> using "81d422c2e27804f36d63a7c4ecc0c003e51fdf455e9af60b0ab6f88d6e5655db" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-05 22:43.02 ---> using "4a5f234704b17b857f4fa77e03c17a26768c9a8a3a79e3a29eb58c5760d8cab9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-05 22:43.02 ---> using "9db28c29175bfe97cd9b16194f056247eb741af3e27b63992acace506e95ed96" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b3b872a94f..400345aafc  master     -> origin/master
e28312d8e0 Merge pull request #28436 from fpottier/opam-publish-menhir.20250903


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-09-05 22:43.02 ---> using "c6684c23015c22dc3e14c8b197eedac24b09d558cf6b93d023e934bee7c28af7" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2025-09-05 22:43.02 ---> using "f5d489794af34ed9cde8c7d8c0051acf178bb622d74cfbb385e6c469d37c6523" 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-09-05 22:43.02 ---> using "68354404698b0d4c6c4fbf00b82fc2aa2e9633ea507855d1d304ded4b45d5b7a" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-05 22:43.02 ---> using "91dae204dbee09d05ecd807b1427260591078ad7803e07ebc9e79b537d727d60" 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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> 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:
cmake libffi-devel zlib-ng-compat-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version           Repository      Size
- Installing:
-  cmake                x86_64 3.30.8-1.fc41     updates     32.7 MiB
-  libffi-devel         x86_64 3.4.6-3.fc41      fedora      33.1 KiB
-  zlib-ng-compat-devel x86_64 2.2.3-2.fc41      updates    107.0 KiB
- Installing dependencies:
-  cmake-data           noarch 3.30.8-1.fc41     updates      8.2 MiB
-  cmake-filesystem     x86_64 3.30.8-1.fc41     updates      0.0   B
-  jsoncpp              x86_64 1.9.5-8.fc41      fedora     253.4 KiB
-  libuv                x86_64 1:1.51.0-1.fc41   updates    571.7 KiB
-  rhash                x86_64 1.4.4-2.fc41      fedora     349.9 KiB
-  vim-filesystem       noarch 2:9.1.1623-1.fc41 updates     40.0   B
- 
- Transaction Summary:
-  Installing:         9 packages
- 
- Total size of inbound packages is 14 MiB. Need to download 14 MiB.
- After this operation, 42 MiB extra will be used (install 42 MiB, remove 0 B).
- [1/9] cmake-filesystem-0:3.30.8-1.fc41. 100% |  80.1 KiB/s |  16.8 KiB |  00m00s
- [2/9] cmake-data-0:3.30.8-1.fc41.noarch 100% |   7.1 MiB/s |   2.3 MiB |  00m00s
- [3/9] jsoncpp-0:1.9.5-8.fc41.x86_64     100% | 277.4 KiB/s |  99.3 KiB |  00m00s
- [4/9] libffi-devel-0:3.4.6-3.fc41.x86_6 100% | 201.2 KiB/s |  28.8 KiB |  00m00s
- [5/9] rhash-0:1.4.4-2.fc41.x86_64       100% | 461.1 KiB/s | 196.0 KiB |  00m00s
- [6/9] zlib-ng-compat-devel-0:2.2.3-2.fc 100% | 292.4 KiB/s |  38.3 KiB |  00m00s
- [7/9] vim-filesystem-2:9.1.1623-1.fc41. 100% | 142.8 KiB/s |  15.3 KiB |  00m00s
- [8/9] libuv-1:1.51.0-1.fc41.x86_64      100% |   1.4 MiB/s | 266.0 KiB |  00m00s
- [9/9] cmake-0:3.30.8-1.fc41.x86_64      100% |   9.9 MiB/s |  10.9 MiB |  00m01s
- --------------------------------------------------------------------------------
- [9/9] Total                             100% |  10.4 MiB/s |  13.9 MiB |  00m01s
- Running transaction
- [ 1/11] Verify package files            100% | 195.0   B/s |   9.0   B |  00m00s
- [ 2/11] Prepare transaction             100% | 115.0   B/s |   9.0   B |  00m00s
- [ 3/11] Installing cmake-filesystem-0:3 100% |   1.8 MiB/s |   7.3 KiB |  00m00s
- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% | 140.3 MiB/s | 574.5 KiB |  00m00s
- [ 5/11] Installing vim-filesystem-2:9.1 100% | 248.4 KiB/s |   4.7 KiB |  00m00s
- [ 6/11] Installing rhash-0:1.4.4-2.fc41 100% |  86.7 MiB/s | 355.1 KiB |  00m00s
- [ 7/11] Installing jsoncpp-0:1.9.5-8.fc 100% |  24.9 MiB/s | 254.9 KiB |  00m00s
- [ 8/11] Installing cmake-data-0:3.30.8- 100% |  35.6 MiB/s |   8.8 MiB |  00m00s
- [ 9/11] Installing cmake-0:3.30.8-1.fc4 100% | 292.1 MiB/s |  32.7 MiB |  00m00s
- [10/11] Installing zlib-ng-compat-devel 100% | 106.0 MiB/s | 108.5 KiB |  00m00s
- [11/11] Installing libffi-devel-0:3.4.6 100% | 632.6 KiB/s |  34.8 KiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel"
- cmake-3.30.8-1.fc41.x86_64
- libffi-devel-3.4.6-3.fc41.x86_64
- zlib-ng-compat-devel-2.2.3-2.fc41.x86_64
2025-09-05 22:43.02 ---> using "e8d5e6af1f76cd364f967d4cc4c124bd1659f8ef756e835496b2de583fd0ff9d" 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
- 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      4
- install conf-zlib            1
- install csexp                1.5.2
- install ctypes               0.23.0
- install ctypes-foreign       0.23.0
- install dune                 3.20.1
- install dune-configurator    3.20.1
- install fmt                  0.11.0
- install hdr_histogram        0.0.4
- install integers             0.7.0
- install menhir               20250903
- install menhirCST            20250903
- install menhirLib            20250903
- install menhirSdk            20250903
- 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.13.2
- install seq                  base
- install stdlib-shims         0.3.0
- install thread-local-storage 0.2
- install topkg                1.1.0
- install trace                0.10
- install trace-fuchsia        0.10
- install uutf                 1.0.4


<><> 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 csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.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.20250903, menhirCST.20250903, menhirLib.20250903, menhirSdk.20250903  (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.13.2  (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.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved trace.0.10, trace-fuchsia.0.10  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> 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.20.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed menhirCST.20250903
-> installed menhirLib.20250903
-> installed menhirSdk.20250903
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.13.2
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed trace.0.10
-> installed integers.0.7.0
-> installed trace-fuchsia.0.10
-> installed alcotest.1.9.0
-> installed dune-configurator.3.20.1
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed menhir.20250903
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-05 22:43.02 ---> using "2db6dcc0b0fd43083da54ec09594e55dbee2c1fcacfe69e8784088662f1538eb" from cache


/src: (copy (src .) (dst /src))
2025-09-05 22:43.02 ---> saved as "1c26b2f8e69de47b67fa831ba07f24c92cb8f977c60a0c8465cf6d890e83eef8"


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


[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
1024	 trees of depth 4	 check: 31744
256	 trees of depth 6	 check: 32512
256	 trees of depth 6	 check: 32512
256	 trees of depth 6	 check: 32512
64	 trees of depth 8	 check: 32704
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):	13.07%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.00		 0.00	 0.00
1	 0.00		 0.00	 20.33
2	 0.00		 0.00	 24.07


GC latency profile:
#[Mean (ms):	0.39,	 Stddev (ms):	0.26]
#[Min (ms):	0.03,	 max (ms):	0.58]


Percentile 	 Latency (ms)
25.0000 	 0.03
50.0000 	 0.56
60.0000 	 0.56
70.0000 	 0.56
75.0000 	 0.56
80.0000 	 0.56
85.0000 	 0.58
90.0000 	 0.58
95.0000 	 0.58
96.0000 	 0.58
97.0000 	 0.58
98.0000 	 0.58
99.0000 	 0.58
99.9000 	 0.58
99.9900 	 0.58
99.9990 	 0.58
99.9999 	 0.58
100.0000 	 0.58
(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):	1.49
CPU time (s):	4.24
GC time (s):	2.12
GC overhead (% of CPU time):	49.85%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 1.49		 0.77	 51.32
1	 1.36		 0.67	 48.90
2	 1.39		 0.68	 49.21


GC latency profile:
#[Mean (ms):	0.39,	 Stddev (ms):	0.90]
#[Min (ms):	0.00,	 max (ms):	8.20]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.01
60.0000 	 0.01
70.0000 	 0.06
75.0000 	 0.14
80.0000 	 0.35
85.0000 	 0.94
90.0000 	 1.74
95.0000 	 2.28
96.0000 	 2.62
97.0000 	 3.06
98.0000 	 3.64
99.0000 	 4.27
99.9000 	 5.97
99.9900 	 7.77
99.9990 	 8.20
99.9999 	 8.20
100.0000 	 8.20
2025-09-05 22:43.05 ---> saved as "30c2a44b863b1ea0745db481d0e092ab93b149a71509ece036f8175197ce1aae"
Job succeeded
2025-09-05 22:43.05: Job succeeded