Organisationstaridesruntime_events_tools8c06c6 ()opensuse-16.0-5.4_opam-2.5

opensuse-16.0-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:opensuse-16.0-5.4_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
# opensuse-16.0-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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01-opensuse-16.0-5.4_opam-2.5-2927254f7a8cd5a96c3e9d1242a0cc25"
2026-04-17 07:11.15: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)
(comment opensuse-16.0-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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01' locally
docker.io/ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01: Pulling from ocaml/opam
64cfa2a65095: Already exists
204ffcf2f1fe: Already exists
f6fa4529cc6b: Already exists
97af65095748: Already exists
b802a6057f6d: Already exists
47b045e79836: Already exists
2ce8a10bf29f: Already exists
781ee767d1c7: Already exists
2271c058ae3a: Already exists
2e5754ca2c40: Already exists
de21e4dabd9c: Already exists
f047029589c4: Already exists
0f454d36be04: Already exists
04ab44a2df2c: Already exists
ad401f078830: Already exists
096a51bccb57: Already exists
e7134f98c78b: Already exists
afc7c35ee433: Already exists
7bfa5dba7952: Already exists
4f4fb700ef54: Already exists
f6b6a751bb6a: Already exists
f71dccae2ee7: Already exists
fe37a54a1499: Already exists
1815b99ebc09: Already exists
363d1f23b2cf: Already exists
4bb0990bd121: Already exists
ac4f9c652c6c: Already exists
ab5409fef174: Already exists
5e58ee45c6c7: Already exists
ee06219176b1: Already exists
34fd31afeec8: Already exists
c7a97b361486: Already exists
fc2b6e5cc5d9: Already exists
1c145dfb6c8a: Already exists
f1bb600e92a6: Already exists
97457e4bb83c: Already exists
f443344b6027: Already exists
899babe8d9b2: Already exists
0782628cdc8a: Pulling fs layer
5f180230ef97: Pulling fs layer
f013892c68c1: Pulling fs layer
3c9c3f15c70f: Pulling fs layer
dc2d418c83c6: Pulling fs layer
977e732b88fa: Pulling fs layer
45baf3280147: Pulling fs layer
dc2d418c83c6: Waiting
977e732b88fa: Waiting
45baf3280147: Waiting
3c9c3f15c70f: Waiting
0782628cdc8a: Verifying Checksum
0782628cdc8a: Download complete
0782628cdc8a: Pull complete
f013892c68c1: Verifying Checksum
f013892c68c1: Download complete
dc2d418c83c6: Verifying Checksum
dc2d418c83c6: Download complete
977e732b88fa: Download complete
45baf3280147: Verifying Checksum
45baf3280147: Download complete
5f180230ef97: Verifying Checksum
5f180230ef97: Download complete
3c9c3f15c70f: Verifying Checksum
3c9c3f15c70f: Download complete
5f180230ef97: Pull complete
f013892c68c1: Pull complete
3c9c3f15c70f: Pull complete
dc2d418c83c6: Pull complete
977e732b88fa: Pull complete
45baf3280147: Pull complete
Digest: sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
Status: Downloaded newer image for ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01
2026-04-17 07:11.18 ---> using "ae84376c8ea64c3b44609ae7ddbc6e3c1ee969d9d31c6d20fd5399e1219d3141" from cache


/: (comment opensuse-16.0-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 "1ee9c1e317a25924020f89502dbdbad8fdf3f56681bfee7edfc8d0ed6348d80e" 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-04-17 07:11.18 ---> using "7805bba59b7c6e676aabbcb51933844eaffb2f4bb1fab3f2094053a973466463" 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 "8368f41d2b7f9e27edfe538453b7a35ef59ae347249d166d59db90c1ae6552fb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-17 07:11.18 ---> using "7811d14c159e034d2d2bb93679fdcd7e841dee20d8ba648dad9e05a22f63897b" 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 "8caaf6cb40c414f7b82519a377445372366610b2e04579680f72dc25072f9eee" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2026-04-17 07:11.18 ---> using "2d69dca4759dad6584125c7225cb21db69352399847408b1ce926aca6f2798dc" 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 "0f4dd3b04bf614d212b48ac54325b454fa71b0fd1fb4ef87d6d7725128f81d6b" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-17 07:11.18 ---> using "0ea9ed7131ceda1e5575213e47e89b1432c63506f4d1472a65058a2a44b1ac53" 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 "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Repository 'repo-oss (16.0)' is up to date.
- All repositories have been refreshed.


<><> 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-devel


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


+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "libffi-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 10 NEW packages are going to be installed:
-   cmake cmake-full libarchive13 libffi-devel libjsoncpp26 libmpdec4 libpython3_13-1_0 librhash1 libuv1 python313-base
- 
- 10 new packages to install.
- 
- Package download size:    24.2 MiB
- 
- Package install size change:
-               |      87.0 MiB  required by packages that will be installed
-     87.0 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: librhash1-1.4.5-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libjsoncpp26-1.9.6-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libarchive13-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libuv1-1.50.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: cmake-3.31.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpython3_13-1_0-3.13.12-160000.1.1.x86_64.rpm [done]
- ..
- 
- Preloading: cmake-full-3.31.7-160000.2.2.x86_64.rpm [done]
- .
- Preloading: python313-base-3.13.12-160000.1.1.x86_64.rpm [done]
- .
- 
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: libarchive13-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (1/10), 399.3 KiB
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (2/10),  30.8 KiB
- Retrieving: libjsoncpp26-1.9.6-160000.2.2.x86_64 (repo-oss (16.0)) (3/10),  99.5 KiB
- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (4/10),  85.2 KiB
- Retrieving: librhash1-1.4.5-160000.2.2.x86_64 (repo-oss (16.0)) (5/10), 137.4 KiB
- Retrieving: libuv1-1.50.0-160000.2.2.x86_64 (repo-oss (16.0)) (6/10), 143.4 KiB
- Retrieving: python313-base-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (7/10),   9.2 MiB
- Retrieving: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 (repo-oss (16.0)) (8/10),   2.1 MiB
- Retrieving: cmake-full-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (9/10),  11.9 MiB
- Retrieving: cmake-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (10/10), 169.8 KiB
- 
- Checking for file conflicts: [..done]
- ( 1/10) Installing: libarchive13-3.8.1-160000.2.2.x86_64 [..done]
- ( 2/10) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- ( 3/10) Installing: libjsoncpp26-1.9.6-160000.2.2.x86_64 [..done]
- ( 4/10) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done]
- ( 5/10) Installing: librhash1-1.4.5-160000.2.2.x86_64 [..done]
- ( 6/10) Installing: libuv1-1.50.0-160000.2.2.x86_64 [..done]
- ( 7/10) Installing: python313-base-3.13.12-160000.1.1.x86_64 [...
- .done]
- ( 8/10) Installing: libpython3_13-1_0-3.13.12-160000.1.1.x86_64 [..done]
- ( 9/10) Installing: cmake-full-3.31.7-160000.2.2.x86_64 [......done]
- (10/10) Installing: cmake-3.31.7-160000.2.2.x86_64 [..done]
- Running post-transaction scripts [...done]
# To update the current shell environment, run: eval $(opam env)
2026-04-17 07:11.18 ---> using "11032657cd814b82cb4441dfaa12c0d737e53451017886cad7335c9dff959ef7" 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 menhir.20260209
-> installed ctypes.0.24.0
-> 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 "92e4638fb579ce523df2b5ee13ff1f7d7a3facc3a019fc22f6eb93773349964c" from cache


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


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


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


Per domain stats:
Domain   Wall   GC(s)   GC(%)
0        0.00   0.00    13.17
1        0.00   0.00    19.56
2        0.00   0.00    21.90


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


Percentile 	 Latency (ms)
25.0000 	 0.03
50.0000 	 0.39
60.0000 	 0.39
70.0000 	 0.39
75.0000 	 0.39
80.0000 	 0.39
85.0000 	 0.39
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


GC allocations (in words):
Total heap:	 581604
Total heap:	 581604
Minor heap:	 587807
Major heap:	 0
Promoted words:	 6203 (1.06%)


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 latency ./test_gc_stats.exe)
stretch tree of depth 11	 check: 4095
1024	 trees of depth 4	 check: 31744
256	 trees of depth 6	 check: 32512
1024	 trees of depth 4	 check: 31744
1024	 trees of depth 4	 check: 31744
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
256	 trees of depth 6	 check: 32512
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.20,	 Stddev (ms):	0.16]
#[Min (ms):	0.01,	 max (ms):	0.34]


Percentile 	 Latency (ms)
25.0000 	 0.01
50.0000 	 0.33
60.0000 	 0.33
70.0000 	 0.33
75.0000 	 0.33
80.0000 	 0.33
85.0000 	 0.33
90.0000 	 0.34
95.0000 	 0.34
96.0000 	 0.34
97.0000 	 0.34
98.0000 	 0.34
99.0000 	 0.34
99.9000 	 0.34
99.9900 	 0.34
99.9990 	 0.34
99.9999 	 0.34
100.0000 	 0.34
(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.51
CPU time (s):	4.28
GC time (s):	2.17
GC overhead (% of CPU time):	50.69%


Per domain stats:
Domain   Wall   GC(s)   GC(%)
0        1.51   0.79    52.18
1        1.41   0.72    51.19
2        1.36   0.66    48.52


GC latency profile:
#[Mean (ms):	0.41,	 Stddev (ms):	1.02]
#[Min (ms):	0.00,	 max (ms):	26.28]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.01
60.0000 	 0.02
70.0000 	 0.07
75.0000 	 0.20
80.0000 	 0.41
85.0000 	 0.99
90.0000 	 1.80
95.0000 	 2.27
96.0000 	 2.49
97.0000 	 2.84
98.0000 	 3.58
99.0000 	 4.11
99.9000 	 6.65
99.9900 	 19.78
99.9990 	 26.28
99.9999 	 26.28
100.0000 	 26.28


GC allocations (in words):
Total heap:	 501045524
Total heap:	 589956749
Minor heap:	 602408710
Major heap:	 88911225
Promoted words:	 101363186 (16.83%)


Per domain stats:
Domain   Total       Minor       Promoted   Major      Promoted(%)
0        199021564   203948828   37617835   32690571   18.44
1        194447993   199229941   32140331   27358383   16.13
2        196487192   199229941   31605020   28862271   15.86
Minor Gen: 916 collections
Major Gen: 48 collections 0 forced collections
Compactions: 0
2026-04-17 07:11.21 ---> saved as "8e1fdceb42c6ea57fcf6348da0ecbd70bf9f37e582680d990d4fc9e2e7faa134"
Job succeeded
2026-04-17 07:11.21: Job succeeded