Organisationstaridesruntime_events_tools9cbcf1 ()debian-13-5.3_opam-2.5

debian-13-5.3_opam-2.5

Link Copied
Code Copied

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) (linux-x86_64:debian-13-5.3_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
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 ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
# debian-13-5.3_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 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.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.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-ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992-debian-13-5.3_opam-2.5-b7971edd728a38b319215cd2d214c310"
2026-03-03 12:05.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)
(comment debian-13-5.3_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 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.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.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:22.48: Waiting for worker…
2026-03-03 12:29.27: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 9cbcf1e apply linting using fmt patch from ci


(from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992' locally
docker.io/ocaml/opam@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992: Pulling from ocaml/opam
ef235bf1a09a: Already exists
58b06b604a42: Already exists
b55f23c32d5a: Already exists
aa415425edb7: Already exists
c4f39ed7469c: Already exists
ca248a2fdd5e: Already exists
74109c509b2f: Already exists
18c2fa2271cb: Already exists
37d4d41661a2: Already exists
0b2f35f78814: Already exists
e65f29522a9a: Already exists
603a51b67573: Already exists
89b2faa02f16: Already exists
e5f11471afd4: Already exists
d7b0e5daa224: Already exists
7bec4d50f3b2: Already exists
d3a70ed71f1c: Already exists
90de03d9b27a: Already exists
a28f685cf2db: Already exists
5bb5e02041c7: Already exists
74f9af816199: Already exists
74c2f6cb4138: Already exists
4f4fb700ef54: Already exists
5ce9bdcb2952: Already exists
bf18c14e9b34: Already exists
bb4b67501479: Already exists
89e7ed0468f5: Already exists
640077527026: Already exists
363b481ff012: Already exists
437bd8bc3ce9: Already exists
2bcf3429833a: Already exists
3e5fe21454e9: Already exists
f3afb11ae499: Already exists
c3a5b88f5e5f: Already exists
124a1dc355b1: Already exists
0a9982d37abd: Already exists
9b8b724665ed: Already exists
f81507befe71: Already exists
7984e4546bf9: Already exists
3579b890ab6e: Already exists
e83772930ba8: Already exists
ae210f88246e: Already exists
e035ef68bd1a: Already exists
10a755270a5b: Already exists
1755e991b6c8: Already exists
ae94c29fbf6c: Already exists
3b6d83a554b5: Already exists
af0ec77481d2: Already exists
Digest: sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
Status: Downloaded newer image for ocaml/opam@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
2026-03-03 12:32.32 ---> using "e1dec835eb16aab2e6170aa754d4be70a523b94de2df7b5426224e11fdbb44f0" from cache


/: (comment debian-13-5.3_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-03 12:32.32 ---> using "091ea47cc9dcc2c6ee4bc3c643c1b31c5b0a9dad0080d32df9653298a3328962" 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
2026-03-03 12:32.32 ---> using "5770bff9998b8a059f801b8854e42ac3eba9fff4c1546600d201b8a83ca714b9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.5.0
2026-03-03 12:32.32 ---> using "b8fca50f17aec6c4813ea18ee248f687a8a6fa31cc6ab26ffba9b9f4cb13dda2" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-03 12:32.32 ---> using "f8c8a85b6aeb3ace685c9d7afa005566d93cb2922b1cd3f5b1825dadcbd28b86" 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
340ee6fd1f..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 (run with --verbose to show unavailable upgrades).
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.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 12:32.32 ---> using "3d9972e564fbf1fe0d2a0a7e4d9c19fb7450bb58514f6dd6af85972868255c7e" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2026-03-03 12:32.32 ---> using "95894222f995733ffa6e7555904c9114916100bf459fa6a80515732620ee49e1" 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:32.32 ---> using "c8a8795f8dcff7810bbcd34b1e2aeaf6c166cb84820c6bdb320c1a70e7e40a55" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-03 12:32.32 ---> using "c588997c84fa5a99316b35ee5e3d5d9925056d4619283d8e82ba8f6b4d6f3957" from cache


/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.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.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"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB]
- Fetched 199 kB in 0s (1463 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-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-dev pkg-config zlib1g-dev


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libffi-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package cmake-data.
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../00-cmake-data_3.31.6-2_all.deb ...
- Unpacking cmake-data (3.31.6-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../01-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../02-libarchive13t64_3.7.4-4_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.7.4-4) ...
- Selecting previously unselected package libjsoncpp26:amd64.
- Preparing to unpack .../03-libjsoncpp26_1.9.6-3_amd64.deb ...
- Unpacking libjsoncpp26:amd64 (1.9.6-3) ...
- Selecting previously unselected package librhash1:amd64.
- Preparing to unpack .../04-librhash1_1.4.5-1_amd64.deb ...
- Unpacking librhash1:amd64 (1.4.5-1) ...
- Selecting previously unselected package libuv1t64:amd64.
- Preparing to unpack .../05-libuv1t64_1.50.0-2_amd64.deb ...
- Unpacking libuv1t64:amd64 (1.50.0-2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../06-cmake_3.31.6-2_amd64.deb ...
- Unpacking cmake (3.31.6-2) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../07-libffi-dev_3.4.8-2_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.8-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../08-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../09-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../10-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../11-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../12-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libuv1t64:amd64 (1.50.0-2) ...
- Setting up libffi-dev:amd64 (3.4.8-2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libjsoncpp26:amd64 (1.9.6-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up cmake-data (3.31.6-2) ...
- Setting up librhash1:amd64 (1.4.5-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libarchive13t64:amd64 (3.7.4-4) ...
- Setting up cmake (3.31.6-2) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-03-03 12:32.32 ---> using "5a82def07ab15b295c1132bad425a9f8c394cb799b97e2a7dbe51a5a08be7cc6" 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 30 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install cmdliner           2.1.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.24.0
- install ctypes-foreign     0.24.0
- install dune               3.21.1
- install dune-configurator  3.21.1
- install fmt                0.11.0
- install hdr_histogram      0.0.4
- install integers           0.7.0
- install menhir             20260209
- install menhirCST          20260209
- install menhirGLR          20260209
- install menhirLib          20260209
- install menhirSdk          20260209
- 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.14.0
- install stdlib-shims       0.3.0
- install topkg              1.1.1
- install trace              0.12
- install trace-fuchsia      0.12
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.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 ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved trace.0.12, trace-fuchsia.0.12  (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 csexp.1.5.2
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed trace.0.12
-> installed integers.0.7.0
-> installed trace-fuchsia.0.12
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.1
-> installed ctypes.0.24.0
-> installed menhir.20260209
-> installed ctypes-foreign.0.24.0
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 12:32.32 ---> using "03b09565d19ba776e3afae8c58cecc5bd4b7c3e8077d8ff32e38f156ea783828" from cache


/src: (copy (src .) (dst /src))
2026-03-03 12:32.33 ---> saved as "09c41ea51ffca5c21f5905e8ee7e70290a8deb60d170e5b0209cdce671e8a3f1"


/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: 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
64	 trees of depth 8	 check: 32704
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):	13.10%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.00		 0.00	 10.75
1	 0.00		 0.00	 15.17
2	 0.00		 0.00	 14.19


GC latency profile:
#[Mean (ms):	0.29,	 Stddev (ms):	0.16]
#[Min (ms):	0.02,	 max (ms):	0.39]


Percentile 	 Latency (ms)
25.0000 	 0.02
50.0000 	 0.38
60.0000 	 0.38
70.0000 	 0.38
75.0000 	 0.38
80.0000 	 0.38
85.0000 	 0.38
90.0000 	 0.39
95.0000 	 0.39
96.0000 	 0.39
97.0000 	 0.39
98.0000 	 0.39
99.0000 	 0.39
99.9000 	 0.39
99.9900 	 0.39
99.9990 	 0.39
99.9999 	 0.39
100.0000 	 0.39
(cd _build/default/test && ./test_launch.exe --show-errors)
Testing `Runtime Events Tools'.
This run has ID `0HU7P9O6'.


[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.103s. 2 tests run.
(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):	3.73
CPU time (s):	10.68
GC time (s):	5.78
GC overhead (% of CPU time):	54.10%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 3.73		 2.10	 56.31
1	 3.53		 1.86	 52.65
2	 3.42		 1.82	 53.20


GC latency profile:
#[Mean (ms):	1.06,	 Stddev (ms):	2.42]
#[Min (ms):	0.00,	 max (ms):	24.49]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.04
60.0000 	 0.06
70.0000 	 0.17
75.0000 	 0.40
80.0000 	 0.98
85.0000 	 2.46
90.0000 	 4.55
95.0000 	 6.61
96.0000 	 6.99
97.0000 	 7.75
98.0000 	 9.22
99.0000 	 10.84
99.9000 	 16.09
99.9900 	 21.33
99.9990 	 24.49
99.9999 	 24.49
100.0000 	 24.49
2026-03-03 12:32.39 ---> saved as "07aaa125a8753b5b838f170bad73812586a43d4cbd221e36f5f98e61d79a8f60"
Job succeeded
2026-03-03 12:32.40: Job succeeded