Organisationstaridesruntime_events_tools0b70ef ()fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-16 16:39.18: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/89/head (0b70ef6ecac302c65e0f075ccada390e7f34ebb7) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
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/89/head" && git reset --hard 0b70ef6e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
# fedora-42-5.4_opam-2.5
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.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.opam ./
RUN 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 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 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.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-16 16:39.18: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-8eb8a6feb2a3857b6b4116cf31c2b716"
2026-04-16 16:39.18: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)
(comment fedora-42-5.4_opam-2.5)
(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.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.opam) (dst ./))
(run (network host)
(shell "opam 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 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 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.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-16 16:39.18: Waiting for resource in pool OCluster
2026-04-16 17:06.09: Waiting for worker…
2026-04-16 17:13.05: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 0b70ef6 Reformat and add doc strings to fxt library


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locally
docker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opam
bcbfb8588268: Already exists
7c86f07d981d: Already exists
e523f6cbdc73: Already exists
e196c832855a: Already exists
c24dcc89d23e: Already exists
cd9def049d81: Already exists
e360f9824a3f: Already exists
fbeadbd8287f: Already exists
b5be9212d8a5: Already exists
58850ac9f02f: Already exists
94de074660d5: Already exists
c6d785172de9: Already exists
5642a0bc3a02: Already exists
677ac3b3af73: Already exists
97f4a46fa01c: Already exists
887c8b3bd767: Already exists
887c8b3bd767: Already exists
8572bae05e44: Already exists
a801ab04175f: Already exists
8eb7359ab813: Already exists
ea7dd170751f: Already exists
4f4fb700ef54: Already exists
4eeb3f6c741a: Already exists
d8096e11e5a7: Already exists
b45c71862e05: Already exists
3d3025681a79: Already exists
3619e9f4de7b: Already exists
e1d8131f324a: Already exists
98ffe2fff5c0: Already exists
ecf008026c3e: Already exists
b7768b04427d: Already exists
aad28dcc458f: Already exists
2972bd6e2f3d: Already exists
ca68011eb393: Already exists
ae07445296b0: Pulling fs layer
f042b21668eb: Pulling fs layer
45040ee99e59: Pulling fs layer
9ffc20870c04: Pulling fs layer
5238c2dafd46: Pulling fs layer
d98d556ee1fb: Pulling fs layer
9ffc20870c04: Waiting
fd7b54172364: Pulling fs layer
45040ee99e59: Waiting
bb0d31b2f870: Pulling fs layer
5238c2dafd46: Waiting
0f27e5b0a211: Pulling fs layer
d98d556ee1fb: Waiting
fd7b54172364: Waiting
bb0d31b2f870: Waiting
0f27e5b0a211: Waiting
e4629b699694: Pulling fs layer
e80cce26268d: Pulling fs layer
e80cce26268d: Waiting
e4629b699694: Waiting
f042b21668eb: Verifying Checksum
f042b21668eb: Download complete
9ffc20870c04: Verifying Checksum
9ffc20870c04: Download complete
5238c2dafd46: Download complete
d98d556ee1fb: Verifying Checksum
d98d556ee1fb: Download complete
fd7b54172364: Verifying Checksum
45040ee99e59: Verifying Checksum
45040ee99e59: Download complete
ae07445296b0: Verifying Checksum
ae07445296b0: Download complete
0f27e5b0a211: Download complete
e4629b699694: Verifying Checksum
e4629b699694: Download complete
e80cce26268d: Verifying Checksum
e80cce26268d: Download complete
bb0d31b2f870: Verifying Checksum
bb0d31b2f870: Download complete
ae07445296b0: Pull complete
f042b21668eb: Pull complete
45040ee99e59: Pull complete
9ffc20870c04: Pull complete
5238c2dafd46: Pull complete
d98d556ee1fb: Pull complete
fd7b54172364: Pull complete
bb0d31b2f870: Pull complete
0f27e5b0a211: Pull complete
e4629b699694: Pull complete
e80cce26268d: Pull complete
Digest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
Status: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb
2026-04-16 17:13.06 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache


/: (comment fedora-42-5.4_opam-2.5)


/: (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 42 - x86_64 - Updates           100% |  26.5 KiB/s |   6.8 KiB |  00m00s
Fedora 42 - x86_64                     100% | 125.3 KiB/s |  22.4 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-04-16 17:13.06 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-16 17:13.06 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" 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-16 17:13.06 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-16 17:13.06 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-16 17:13.06 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" 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-16 17:13.06 ---> using "018a97b31165807af7fba249152e75da5cdd8f3daf6904b31cabd0ce5b2462c8" from cache


/src: (copy (src runtime_events_tools.opam) (dst ./))
2026-04-16 17:13.06 ---> saved as "b017ceca7165ffc368a31e528a36daa510fcd62171833c99ea56b2c96fd32d4b"


/src: (run (network host)
(shell "opam pin add -yn runtime_events_tools.dev './'"))
[runtime_events_tools.dev] synchronised (file:///src)
runtime_events_tools is now pinned to file:///src (version dev)
2026-04-16 17:13.07 ---> saved as "6cb10b0b9ab12dd74c7fb706463e005c4668dde5f6a1a288d01b6c8aab2eeb53"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 17:13.08 ---> saved as "a507ddd06d87aa3ccde06bcb7fb5fa8efb4b09ab594b76f089371fdcb73e55cc"


/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 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 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.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[runtime_events_tools.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.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 zlib-ng-compat-devel zlib-ng-compat-static


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


+ /usr/sbin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- Updating and loading repositories:
- Repositories loaded.
- Package                Arch   Version          Repository      Size
- Installing:
-  cmake                 x86_64 3.31.11-1.fc42   updates     34.5 MiB
-  libffi-devel          x86_64 3.4.6-5.fc42     fedora      33.1 KiB
-  zlib-ng-compat-devel  x86_64 2.2.5-2.fc42     updates    107.0 KiB
-  zlib-ng-compat-static x86_64 2.2.5-2.fc42     updates    259.2 KiB
- Installing dependencies:
-  cmake-data            noarch 3.31.11-1.fc42   updates      8.5 MiB
-  cmake-filesystem      x86_64 3.31.11-1.fc42   updates      0.0   B
-  jsoncpp               x86_64 1.9.6-1.fc42     fedora     261.6 KiB
-  libuv                 x86_64 1:1.51.0-1.fc42  updates    570.2 KiB
-  rhash                 x86_64 1.4.5-2.fc42     fedora     351.0 KiB
-  vim-filesystem        noarch 2:9.2.280-1.fc42 updates     40.0   B
- 
- Transaction Summary:
-  Installing:        10 packages
- 
- Total size of inbound packages is 15 MiB. Need to download 15 MiB.
- After this operation, 45 MiB extra will be used (install 45 MiB, remove 0 B).
- [ 1/10] cmake-filesystem-0:3.31.11-1.fc 100% | 251.2 KiB/s |  12.8 KiB |  00m00s
- [ 2/10] cmake-data-0:3.31.11-1.fc42.noa 100% |  19.2 MiB/s |   2.5 MiB |  00m00s
- [ 3/10] cmake-0:3.31.11-1.fc42.x86_64   100% |  38.1 MiB/s |  12.2 MiB |  00m00s
- [ 4/10] jsoncpp-0:1.9.6-1.fc42.x86_64   100% | 329.6 KiB/s | 103.5 KiB |  00m00s
- [ 5/10] zlib-ng-compat-devel-0:2.2.5-2. 100% |   5.3 MiB/s |  38.3 KiB |  00m00s
- [ 6/10] zlib-ng-compat-static-0:2.2.5-2 100% |  10.6 MiB/s |  87.2 KiB |  00m00s
- [ 7/10] vim-filesystem-2:9.2.280-1.fc42 100% |   2.2 MiB/s |  15.8 KiB |  00m00s
- [ 8/10] libuv-1:1.51.0-1.fc42.x86_64    100% |  20.0 MiB/s | 266.3 KiB |  00m00s
- [ 9/10] rhash-0:1.4.5-2.fc42.x86_64     100% | 575.9 KiB/s | 198.7 KiB |  00m00s
- [10/10] libffi-devel-0:3.4.6-5.fc42.x86 100% |  19.8 KiB/s |  28.8 KiB |  00m01s
- --------------------------------------------------------------------------------
- [10/10] Total                           100% |   7.4 MiB/s |  15.4 MiB |  00m02s
- Running transaction
- [ 1/12] Verify package files            100% |  48.0   B/s |  10.0   B |  00m00s
- [ 2/12] Prepare transaction             100% |  53.0   B/s |  10.0   B |  00m00s
- [ 3/12] Installing cmake-filesystem-0:3 100% | 759.0 KiB/s |   7.6 KiB |  00m00s
- [ 4/12] Installing zlib-ng-compat-devel 100% |  17.7 MiB/s | 108.5 KiB |  00m00s
- [ 5/12] Installing libuv-1:1.51.0-1.fc4 100% |  50.9 MiB/s | 573.0 KiB |  00m00s
- [ 6/12] Installing vim-filesystem-2:9.2 100% | 124.2 KiB/s |   4.8 KiB |  00m00s
- [ 7/12] Installing rhash-0:1.4.5-2.fc42 100% |   5.9 MiB/s | 356.4 KiB |  00m00s
- [ 8/12] Installing jsoncpp-0:1.9.6-1.fc 100% |   8.0 MiB/s | 263.1 KiB |  00m00s
- [ 9/12] Installing cmake-data-0:3.31.11 100% |  17.3 MiB/s |   9.1 MiB |  00m01s
- [10/12] Installing cmake-0:3.31.11-1.fc 100% | 100.9 MiB/s |  34.5 MiB |  00m00s
- [11/12] Installing zlib-ng-compat-stati 100% |  84.4 MiB/s | 259.4 KiB |  00m00s
- [12/12] Installing libffi-devel-0:3.4.6 100% | 331.4 KiB/s |  34.8 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- cmake-3.31.11-1.fc42.x86_64
- libffi-devel-3.4.6-5.fc42.x86_64
- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64
- zlib-ng-compat-static-2.2.5-2.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-16 17:13.42 ---> saved as "d4a315dad171aec71faa81eeea2b300c5a9445d74ae87a7f75b77f657a6999e3"


/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 27 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 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 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 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)
-> 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 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 integers.0.7.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.22.2
-> 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-16 17:15.49 ---> saved as "944847edff0c9b07ac44121a18c6f153bcc4263e4badd959ef10a40999b3f34b"


/src: (copy (src .) (dst /src))
2026-04-16 17:15.49 ---> saved as "7588679ce0b5ab857772ebe522b8782bd97723b143337b345359679ce16d45a0"


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


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


GC latency profile:
#[Mean (ms):	0.28,	 Stddev (ms):	0.17]
#[Min (ms):	0.03,	 max (ms):	0.40]


Percentile 	 Latency (ms)
25.0000 	 0.03
50.0000 	 0.40
60.0000 	 0.40
70.0000 	 0.40
75.0000 	 0.40
80.0000 	 0.40
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):	13.30%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.00		 0.00	 11.41
1	 0.00		 0.00	 14.37
2	 0.00		 0.00	 14.61


GC latency profile:
#[Mean (ms):	0.29,	 Stddev (ms):	0.23]
#[Min (ms):	0.01,	 max (ms):	0.49]


Percentile 	 Latency (ms)
25.0000 	 0.01
50.0000 	 0.48
60.0000 	 0.48
70.0000 	 0.48
75.0000 	 0.48
80.0000 	 0.48
85.0000 	 0.48
90.0000 	 0.49
95.0000 	 0.49
96.0000 	 0.49
97.0000 	 0.49
98.0000 	 0.49
99.0000 	 0.49
99.9000 	 0.49
99.9900 	 0.49
99.9990 	 0.49
99.9999 	 0.49
100.0000 	 0.49
(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19)
stretch tree of depth 20	 check: 2097151
524288	 trees of depth 4	 check: 16252928
524288	 trees of depth 4	 check: 16252928
524288	 trees of depth 4	 check: 16252928
131072	 trees of depth 6	 check: 16646144
131072	 trees of depth 6	 check: 16646144
131072	 trees of depth 6	 check: 16646144
32768	 trees of depth 8	 check: 16744448
32768	 trees of depth 8	 check: 16744448
32768	 trees of depth 8	 check: 16744448
8192	 trees of depth 10	 check: 16769024
8192	 trees of depth 10	 check: 16769024
8192	 trees of depth 10	 check: 16769024
2048	 trees of depth 12	 check: 16775168
2048	 trees of depth 12	 check: 16775168
2048	 trees of depth 12	 check: 16775168
512	 trees of depth 14	 check: 16776704
512	 trees of depth 14	 check: 16776704
512	 trees of depth 14	 check: 16776704
128	 trees of depth 16	 check: 16777088
128	 trees of depth 16	 check: 16777088
128	 trees of depth 16	 check: 16777088
32	 trees of depth 18	 check: 16777184
32	 trees of depth 18	 check: 16777184
32	 trees of depth 18	 check: 16777184
long lived tree of depth 19	 check: 1048575


Execution times:
Wall time (s):	4.79
CPU time (s):	13.57
GC time (s):	7.63
GC overhead (% of CPU time):	56.23%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 4.79		 2.74	 57.11
1	 4.59		 2.67	 58.28
2	 4.20		 2.22	 52.97


GC latency profile:
#[Mean (ms):	1.41,	 Stddev (ms):	3.92]
#[Min (ms):	0.00,	 max (ms):	65.44]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.02
60.0000 	 0.04
70.0000 	 0.18
75.0000 	 0.47
80.0000 	 1.03
85.0000 	 2.79
90.0000 	 5.26
95.0000 	 8.44
96.0000 	 9.33
97.0000 	 10.64
98.0000 	 12.75
99.0000 	 16.79
99.9000 	 43.02
99.9900 	 58.49
99.9990 	 65.44
99.9999 	 65.44
100.0000 	 65.44
2026-04-16 17:15.55 ---> saved as "5d0af65346105022f42b687ded00d0d9b389252d6afeda25aca2c3a92d00a0f6"
Job succeeded
2026-04-16 17:15.55: Job succeeded