Organisationstaridesruntime_events_tools8c06c6 ()debian-13-5.4_opam-2.5

debian-13-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-17 07:11.15: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/90/head (8c06c674bac51aadba991eb913cc7b734a1da62e) (linux-x86_64:debian-13-5.4_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553
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/90/head" && git reset --hard 8c06c674
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553
# debian-13-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-17 07:11.15: Using cache hint "tarides/runtime_events_tools-ocaml/opam:debian-13-ocaml-5.4@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553-debian-13-5.4_opam-2.5-2927254f7a8cd5a96c3e9d1242a0cc25"
2026-04-17 07:11.15: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553)
(comment debian-13-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/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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.22.2 dune-configurator.3.22.2 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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-17 07:11.15: Waiting for resource in pool OCluster
2026-04-17 07:11.15: Waiting for worker…
2026-04-17 07:11.16: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 8c06c67 fixup! Add OCaml 5.5 implementation of gc_stats using word sized counters


(from ocaml/opam:debian-13-ocaml-5.4@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553' locally
docker.io/ocaml/opam@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553: Pulling from ocaml/opam
a7730063fcfe: Pulling fs layer
1a27fd2181de: Pulling fs layer
a7730063fcfe: Waiting
c29591c91388: Pulling fs layer
1a27fd2181de: Waiting
356a64daa753: Pulling fs layer
c29591c91388: Waiting
ac02f8f2062b: Pulling fs layer
356a64daa753: Waiting
aaa2f390e4c8: Pulling fs layer
b668811757f6: Pulling fs layer
ac02f8f2062b: Waiting
aaa2f390e4c8: Waiting
32fd4e1a774f: Pulling fs layer
b668811757f6: Waiting
b1d486fb8fdf: Pulling fs layer
cf8a2024f299: Pulling fs layer
b1d486fb8fdf: Waiting
8c4a5dac67c3: Pulling fs layer
cf8a2024f299: Waiting
6adfe24d7b40: Pulling fs layer
8c4a5dac67c3: Waiting
dccd6e3c0589: Pulling fs layer
6adfe24d7b40: Waiting
2ee4bcb55cd4: Pulling fs layer
dccd6e3c0589: Waiting
2dc3b58478d7: Pulling fs layer
daf15e5c44c6: Pulling fs layer
564e978a8088: Pulling fs layer
2ee4bcb55cd4: Waiting
2dc3b58478d7: Waiting
daf15e5c44c6: Waiting
564e978a8088: Waiting
25a652a8c456: Pulling fs layer
b3bfea7bff3f: Pulling fs layer
25a652a8c456: Waiting
a00f2937f570: Pulling fs layer
78bd1737ebff: Pulling fs layer
b3bfea7bff3f: Waiting
4f4fb700ef54: Pulling fs layer
a00f2937f570: Waiting
4291a055edd7: Pulling fs layer
4f4fb700ef54: Waiting
3c2b2836d59a: Pulling fs layer
7b3e96544a52: Pulling fs layer
4291a055edd7: Waiting
3c2b2836d59a: Waiting
c72503effb14: Pulling fs layer
7b3e96544a52: Waiting
bca08df11a10: Pulling fs layer
2ab0829b2daf: Pulling fs layer
1d246d4da211: Pulling fs layer
2ab0829b2daf: Waiting
bca08df11a10: Waiting
a09cb4870027: Pulling fs layer
c72503effb14: Waiting
1d246d4da211: Waiting
2ce07b4fe7c0: Pulling fs layer
a09cb4870027: Waiting
6b96f28d505e: Pulling fs layer
b6ad36bba9bf: Pulling fs layer
6b96f28d505e: Waiting
2ce07b4fe7c0: Waiting
56d62791a0f9: Pulling fs layer
4d60780055d1: Pulling fs layer
56d62791a0f9: Waiting
b6ad36bba9bf: Waiting
43f57a7c44cb: Pulling fs layer
4d60780055d1: Waiting
f21057dc4e85: Pulling fs layer
e0d2ca1300ed: Pulling fs layer
43f57a7c44cb: Waiting
9da2f7598f8e: Pulling fs layer
f21057dc4e85: Waiting
e0d2ca1300ed: Waiting
cb569bb28593: Pulling fs layer
9da2f7598f8e: Waiting
3eb150be10c9: Pulling fs layer
cb569bb28593: Waiting
98891dca730e: Pulling fs layer
9bfef0352459: Pulling fs layer
3eb150be10c9: Waiting
53e1dd510781: Pulling fs layer
f5f97334791c: Pulling fs layer
9bfef0352459: Waiting
53e1dd510781: Waiting
fb34779fdd95: Pulling fs layer
dab4f83dc775: Pulling fs layer
dab4f83dc775: Waiting
fb34779fdd95: Waiting
1a27fd2181de: Verifying Checksum
1a27fd2181de: Download complete
c29591c91388: Download complete
a7730063fcfe: Verifying Checksum
a7730063fcfe: Download complete
ac02f8f2062b: Download complete
356a64daa753: Verifying Checksum
356a64daa753: Download complete
b668811757f6: Verifying Checksum
b668811757f6: Download complete
32fd4e1a774f: Verifying Checksum
32fd4e1a774f: Download complete
b1d486fb8fdf: Verifying Checksum
b1d486fb8fdf: Download complete
a7730063fcfe: Pull complete
1a27fd2181de: Pull complete
c29591c91388: Pull complete
356a64daa753: Pull complete
ac02f8f2062b: Pull complete
cf8a2024f299: Verifying Checksum
cf8a2024f299: Download complete
8c4a5dac67c3: Verifying Checksum
8c4a5dac67c3: Download complete
aaa2f390e4c8: Download complete
6adfe24d7b40: Verifying Checksum
6adfe24d7b40: Download complete
dccd6e3c0589: Verifying Checksum
dccd6e3c0589: Download complete
2dc3b58478d7: Verifying Checksum
2dc3b58478d7: Download complete
2ee4bcb55cd4: Verifying Checksum
2ee4bcb55cd4: Download complete
daf15e5c44c6: Verifying Checksum
daf15e5c44c6: Download complete
564e978a8088: Verifying Checksum
564e978a8088: Download complete
25a652a8c456: Download complete
b3bfea7bff3f: Download complete
a00f2937f570: Verifying Checksum
a00f2937f570: Download complete
4f4fb700ef54: Download complete
78bd1737ebff: Download complete
4291a055edd7: Download complete
3c2b2836d59a: Verifying Checksum
3c2b2836d59a: Download complete
7b3e96544a52: Verifying Checksum
7b3e96544a52: Download complete
c72503effb14: Download complete
2ab0829b2daf: Verifying Checksum
2ab0829b2daf: Download complete
bca08df11a10: Download complete
1d246d4da211: Download complete
a09cb4870027: Verifying Checksum
a09cb4870027: Download complete
2ce07b4fe7c0: Verifying Checksum
2ce07b4fe7c0: Download complete
b6ad36bba9bf: Verifying Checksum
b6ad36bba9bf: Download complete
6b96f28d505e: Verifying Checksum
6b96f28d505e: Download complete
56d62791a0f9: Download complete
43f57a7c44cb: Verifying Checksum
43f57a7c44cb: Download complete
aaa2f390e4c8: Pull complete
b668811757f6: Pull complete
32fd4e1a774f: Pull complete
b1d486fb8fdf: Pull complete
cf8a2024f299: Pull complete
f21057dc4e85: Verifying Checksum
f21057dc4e85: Download complete
4d60780055d1: Verifying Checksum
4d60780055d1: Download complete
e0d2ca1300ed: Download complete
8c4a5dac67c3: Pull complete
9da2f7598f8e: Verifying Checksum
9da2f7598f8e: Download complete
cb569bb28593: Verifying Checksum
cb569bb28593: Download complete
3eb150be10c9: Download complete
6adfe24d7b40: Pull complete
98891dca730e: Download complete
9bfef0352459: Verifying Checksum
9bfef0352459: Download complete
dccd6e3c0589: Pull complete
2ee4bcb55cd4: Pull complete
2dc3b58478d7: Pull complete
daf15e5c44c6: Pull complete
564e978a8088: Pull complete
f5f97334791c: Verifying Checksum
f5f97334791c: Download complete
fb34779fdd95: Verifying Checksum
fb34779fdd95: Download complete
dab4f83dc775: Download complete
53e1dd510781: Verifying Checksum
53e1dd510781: Download complete
25a652a8c456: Pull complete
b3bfea7bff3f: Pull complete
a00f2937f570: Pull complete
78bd1737ebff: Pull complete
4f4fb700ef54: Pull complete
4291a055edd7: Pull complete
3c2b2836d59a: Pull complete
7b3e96544a52: Pull complete
c72503effb14: Pull complete
bca08df11a10: Pull complete
2ab0829b2daf: Pull complete
1d246d4da211: Pull complete
a09cb4870027: Pull complete
2ce07b4fe7c0: Pull complete
6b96f28d505e: Pull complete
b6ad36bba9bf: Pull complete
56d62791a0f9: Pull complete
4d60780055d1: Pull complete
43f57a7c44cb: Pull complete
f21057dc4e85: Pull complete
e0d2ca1300ed: Pull complete
9da2f7598f8e: Pull complete
cb569bb28593: Pull complete
3eb150be10c9: Pull complete
98891dca730e: Pull complete
9bfef0352459: Pull complete
53e1dd510781: Pull complete
f5f97334791c: Pull complete
fb34779fdd95: Pull complete
dab4f83dc775: Pull complete
Digest: sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553
Status: Downloaded newer image for ocaml/opam@sha256:a2351f39c384380c6780f31063128be8234e54192c0e563f1aa1045994c21553
2026-04-17 07:11.18 ---> using "1e88523a5b962a0274c47ded0e9a00831037c0e0a2873dbf27f3108da26aca5f" from cache


/: (comment debian-13-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/bin/opam-2.5 /usr/bin/opam"))
2026-04-17 07:11.18 ---> using "db2b098dd6dd8a6c4e166adb4a21508ff7426847fc7f4e31c0e36fee2ea9d20f" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-17 07:11.18 ---> using "47073b37c5907371e84463f79e22016f078de6c499d8383a287f3cdaa33ba11e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-17 07:11.18 ---> using "83bf668a68f3f3d56155f4af231f745516bb0be7ec47ac46c00971fd7fd25f59" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-17 07:11.18 ---> using "3cbb93b3f79dd96ea5cbc3bdd8f4cba6f75a2d32fb6e0ab91760543fd1f31bf2" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


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


Everything as up-to-date as possible
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-04-17 07:11.18 ---> using "0586d967f531f12411923824865d96e7af5200d1a7948b862f2534db63958f90" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2026-04-17 07:11.18 ---> using "7091fb052f2693662b39502df22897e2575771f6a8d40922801c91356c952c74" 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-04-17 07:11.18 ---> using "7618f01702412ae4f4d907f5ee85ebb691e1a82caaf20384916c0b646b4ef445" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-17 07:11.18 ---> using "9ab89677de4b16bc6c8df2ec06aca4b6ab05ea1b612d0878e97881ddb12773b7" 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.22.2 dune-configurator.3.22.2 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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 [123 kB]
- Fetched 213 kB in 0s (1799 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.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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+deb13u2) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-17 07:11.18 ---> using "cb2d7ea696126c61d7915f30f6d89215be60dc14cffbdfcf96250afb786e1514" 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.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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.22.2
- install dune-configurator  3.22.2
- 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.22.2, dune-configurator.3.22.2  (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 uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed astring.0.8.5
-> installed dune.3.22.2
-> 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 dune-configurator.3.22.2
-> 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.
# To update the current shell environment, run: eval $(opam env)
2026-04-17 07:11.18 ---> using "76de2476ff6bcd2433d470b99acfa2009c1f2059c1f2c965ff2487550223e54b" from cache


/src: (copy (src .) (dst /src))
2026-04-17 07:11.18 ---> saved as "5f6a74db8360ce6c40405bcf11fce1d81c027b5c03f51a5d4c191216505b5036"


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


[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 latency ./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
64	 trees of depth 8	 check: 32704
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


GC latency profile:
#[Mean (ms):	0.27,	 Stddev (ms):	0.18]
#[Min (ms):	0.01,	 max (ms):	0.40]


Percentile 	 Latency (ms)
25.0000 	 0.01
50.0000 	 0.39
60.0000 	 0.39
70.0000 	 0.39
75.0000 	 0.39
80.0000 	 0.39
85.0000 	 0.40
90.0000 	 0.40
95.0000 	 0.40
96.0000 	 0.40
97.0000 	 0.40
98.0000 	 0.40
99.0000 	 0.40
99.9000 	 0.40
99.9900 	 0.40
99.9990 	 0.40
99.9999 	 0.40
100.0000 	 0.40
(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
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
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):	11.22%


Per domain stats:
Domain   Wall   GC(s)   GC(%)
0        0.00   0.00    0.00
1        0.00   0.00    17.73
2        0.00   0.00    20.63


GC latency profile:
#[Mean (ms):	0.30,	 Stddev (ms):	0.20]
#[Min (ms):	0.02,	 max (ms):	0.45]


Percentile 	 Latency (ms)
25.0000 	 0.02
50.0000 	 0.43
60.0000 	 0.43
70.0000 	 0.43
75.0000 	 0.43
80.0000 	 0.43
85.0000 	 0.45
90.0000 	 0.45
95.0000 	 0.45
96.0000 	 0.45
97.0000 	 0.45
98.0000 	 0.45
99.0000 	 0.45
99.9000 	 0.45
99.9900 	 0.45
99.9990 	 0.45
99.9999 	 0.45
100.0000 	 0.45


GC allocations (in words):
Total heap:	 581630
Total heap:	 581630
Minor heap:	 587803
Major heap:	 0
Promoted words:	 6173 (1.05%)


Per domain stats:
Domain   Total   Minor   Promoted   Major   Promoted(%)
Minor Gen: 2 collections
Major Gen: 0 collections 0 forced collections
Compactions: 0
(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: 16777088128	 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.57
CPU time (s):	4.35
GC time (s):	2.00
GC overhead (% of CPU time):	45.85%


Per domain stats:
Domain   Wall   GC(s)   GC(%)
0        1.57   0.77    49.20
1        1.34   0.56    42.13
2        1.44   0.66    45.67


GC latency profile:
#[Mean (ms):	0.38,	 Stddev (ms):	0.87]
#[Min (ms):	0.00,	 max (ms):	9.91]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.01
60.0000 	 0.02
70.0000 	 0.06
75.0000 	 0.18
80.0000 	 0.36
85.0000 	 0.90
90.0000 	 1.64
95.0000 	 2.23
96.0000 	 2.49
97.0000 	 2.92
98.0000 	 3.53
99.0000 	 3.99
99.9000 	 6.04
99.9900 	 7.75
99.9990 	 9.91
99.9999 	 9.91
100.0000 	 9.91


GC allocations (in words):
Total heap:	 502107749
Total heap:	 591554308
Minor heap:	 602408646
Major heap:	 89446559
Promoted words:	 100300897 (16.65%)


Per domain stats:
Domain   Total       Minor       Promoted   Major      Promoted(%)
0        198854948   203948764   36739473   31645657   18.01
1        196842427   199229941   31702065   29314551   15.91
2        195856933   199229941   31859359   28486351   15.99
Minor Gen: 918 collections
Major Gen: 51 collections 0 forced collections
Compactions: 0
2026-04-17 07:11.21 ---> saved as "651bc316806c9724001070aa1c811e6e446e463f732b54dce5a79c7e14efd6f4"
Job succeeded
2026-04-17 07:11.21: Job succeeded