Organisationstaridesruntime_events_tools1a3ad3 ()fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-16 13:59.10: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (1a3ad300b3ba7e4a500a9e14d57dcdb39c6450f9) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 1a3ad300
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb
# 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.1.3.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.0 dune-configurator.3.21.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 thread-local-storage.0.2 topkg.1.1.1 trace.0.10.1 trace-fuchsia.0.10.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_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-01-16 13:59.10: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb-fedora-42-5.4_opam-2.5-581fde3dd1f8353fdc164d0d32e497c2"
2026-01-16 13:59.10: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)
(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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn runtime_events_tools_bare.dev './' && \
\nopam pin add -yn runtime_events_tools.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 thread-local-storage.0.2 topkg.1.1.1 trace.0.10.1 trace-fuchsia.0.10.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_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-01-16 13:59.10: Waiting for resource in pool OCluster
2026-01-16 18:17.58: Waiting for worker…
2026-01-16 18:21.39: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 1a3ad30 Merge pull request #66 from tmcgilchrist/dir


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb' locally
docker.io/ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb: Pulling from ocaml/opam
166acd75d0b1: Already exists
4742ff274220: Already exists
9a85d981ef69: Already exists
709337e6c4f9: Already exists
667125706fe7: Already exists
6aee10022763: Already exists
d8edbfd1553d: Already exists
4bcc179437c7: Already exists
bd537709889e: Already exists
0a5bc890b847: Already exists
2ab15c03d676: Already exists
b19c9327ebad: Already exists
28b80e595254: Already exists
4e2a857ca21b: Already exists
fe21fab52201: Already exists
fa4141d3e347: Already exists
b7034fcbc6dc: Already exists
9ccf5b04de71: Already exists
c9be542ca6c1: Already exists
96ce90b7cb1e: Already exists
9c82ad7b08d3: Already exists
4f4fb700ef54: Already exists
6f59f06c5a0b: Already exists
d7614a9c4c31: Already exists
e391c7382a86: Already exists
2ea64a127864: Already exists
34f0b5a69aea: Already exists
34f4e6138760: Already exists
e5dc1707904c: Already exists
b462fa07d4e3: Already exists
6671b407da0b: Already exists
7eae9294c20e: Already exists
72ad6010d4ae: Already exists
382f52f76e7f: Already exists
b820d6859381: Already exists
b19fe69bb61c: Already exists
898e81002b72: Already exists
ffbe06f9127a: Already exists
5538f5d49510: Already exists
e05833a8efc9: Already exists
e08b499aefe3: Already exists
e9c65d4f6023: Already exists
4cfbfdcaa1bb: Already exists
26c266e16ab1: Already exists
8e249d6da394: Already exists
Digest: sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb
Status: Downloaded newer image for ocaml/opam@sha256:ce68ccbcfc7f6f0077759d2f901518b45abec0ee2b0d3846d09c257eeba41dbb
2026-01-16 18:21.39 ---> using "036f9b732f9d17c01c758b4a476cea75fc5ffc0b43db5723c9bcbaffb014b54a" 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% | 136.5 KiB/s |  20.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-01-16 18:21.39 ---> using "588c434da937157851c1fdd79d468b8fbe29979786d68316bd7dca540f11abbb" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-16 18:21.39 ---> using "261e20e1f8f71b537145407ffb40a24cd62176eb08a4c4e42f73955442e82c28" 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-16 18:21.39 ---> using "042111dbe804c3e3e9a1dae31a4d4bd5a1ca2cc34c00b6bef56a8d6aa60bda24" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-16 18:21.39 ---> using "8ca1d76b03366644862de06631e57eba020ac1bf4bdffd05b1e1e9c149b2b02b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-16 18:21.39 ---> using "01060aa655f86127c338903c2da3486b461f3f62339b138a62f8550c06ee8e88" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..92679ed614  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 18:21.39 ---> using "b05b2e3125906c0516d337c34307bf8cd37a1018bbbd12bde83f0b9a3948d1b5" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2026-01-16 18:21.40 ---> saved as "692c216505a88b9fe31d3f92d86a91a2365e3e573446daeb5fec9c19250d5f50"


/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-01-16 18:21.44 ---> saved as "648d77c4148b7553af348d1927f33ff5f2f9a529eb0ec394dd9aa016a4d09c55"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 18:21.44 ---> saved as "07784291434fd1c03a31228e2ecbdd7bc8591a0e43d5049bac7fc819380423ee"


/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.1.3.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.0 dune-configurator.3.21.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 thread-local-storage.0.2 topkg.1.1.1 trace.0.10.1 trace-fuchsia.0.10.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_bare.dev 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)
[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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
cmake libffi-devel zlib-ng-compat-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version           Repository      Size
- Installing:
-  cmake                x86_64 3.31.6-2.fc42     fedora      34.2 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
- Installing dependencies:
-  cmake-data           noarch 3.31.6-2.fc42     fedora       8.5 MiB
-  cmake-filesystem     x86_64 3.31.6-2.fc42     fedora       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.1.2068-1.fc42 updates     40.0   B
- 
- Transaction Summary:
-  Installing:         9 packages
- 
- Total size of inbound packages is 15 MiB. Need to download 15 MiB.
- After this operation, 44 MiB extra will be used (install 44 MiB, remove 0 B).
- [1/9] cmake-filesystem-0:3.31.6-2.fc42. 100% | 254.9 KiB/s |  17.6 KiB |  00m00s
- [2/9] jsoncpp-0:1.9.6-1.fc42.x86_64     100% |   4.2 MiB/s | 103.5 KiB |  00m00s
- [3/9] rhash-0:1.4.5-2.fc42.x86_64       100% |   5.4 MiB/s | 198.7 KiB |  00m00s
- [4/9] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 992.4 KiB/s |  28.8 KiB |  00m00s
- [5/9] zlib-ng-compat-devel-0:2.2.5-2.fc 100% |   4.2 MiB/s |  38.3 KiB |  00m00s
- [6/9] vim-filesystem-2:9.1.2068-1.fc42. 100% |   2.5 MiB/s |  15.2 KiB |  00m00s
- [7/9] libuv-1:1.51.0-1.fc42.x86_64      100% |   9.3 MiB/s | 266.3 KiB |  00m00s
- [8/9] cmake-data-0:3.31.6-2.fc42.noarch 100% |   7.1 MiB/s |   2.5 MiB |  00m00s
- [9/9] cmake-0:3.31.6-2.fc42.x86_64      100% |  11.0 MiB/s |  12.2 MiB |  00m01s
- --------------------------------------------------------------------------------
- [9/9] Total                             100% |  10.0 MiB/s |  15.3 MiB |  00m02s
- Running transaction
- [ 1/11] Verify package files            100% |  39.0   B/s |   9.0   B |  00m00s
- [ 2/11] Prepare transaction             100% |  46.0   B/s |   9.0   B |  00m00s
- [ 3/11] Installing cmake-filesystem-0:3 100% | 948.7 KiB/s |   7.6 KiB |  00m00s
- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% |  40.0 MiB/s | 573.0 KiB |  00m00s
- [ 5/11] Installing vim-filesystem-2:9.1 100% | 131.1 KiB/s |   4.7 KiB |  00m00s
- [ 6/11] Installing rhash-0:1.4.5-2.fc42 100% |   7.3 MiB/s | 356.4 KiB |  00m00s
- [ 7/11] Installing jsoncpp-0:1.9.6-1.fc 100% |   7.8 MiB/s | 263.1 KiB |  00m00s
- [ 8/11] Installing cmake-data-0:3.31.6- 100% |  17.9 MiB/s |   9.1 MiB |  00m01s
- [ 9/11] Installing cmake-0:3.31.6-2.fc4 100% |  65.1 MiB/s |  34.2 MiB |  00m01s
- [10/11] Installing zlib-ng-compat-devel 100% |  21.2 MiB/s | 108.5 KiB |  00m00s
- [11/11] Installing libffi-devel-0:3.4.6 100% | 217.5 KiB/s |  34.8 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel"
- cmake-3.31.6-2.fc42.x86_64
- libffi-devel-3.4.6-5.fc42.x86_64
- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-01-16 18:22.11 ---> saved as "6465d9bd75a6051a68e173b9e47b45160353aef6b7263236c330c0104872cb92"


/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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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             1.3.0
- install conf-cmake           1
- install conf-libffi          2.0.0
- install conf-pkg-config      4
- install conf-zlib            1
- install csexp                1.5.2
- install ctypes               0.24.0
- install ctypes-foreign       0.24.0
- install dune                 3.21.0
- install dune-configurator    3.21.0
- install fmt                  0.11.0
- install hdr_histogram        0.0.4
- install integers             0.7.0
- install menhir               20250912
- install menhirCST            20250912
- install menhirLib            20250912
- install menhirSdk            20250912
- 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 thread-local-storage 0.2
- install topkg                1.1.1
- install trace                0.10.1
- install trace-fuchsia        0.10.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.1.3.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.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved trace.0.10.1, trace-fuchsia.0.10.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed trace.0.10.1
-> installed integers.0.7.0
-> installed trace-fuchsia.0.10.1
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.0
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed hdr_histogram.0.0.4
-> installed menhir.20250912
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 18:25.03 ---> saved as "0814d3bd3f1adec891979223ac4c93a2153952900878603036d24aeedc0be454"


/src: (copy (src .) (dst /src))
2026-01-16 18:25.03 ---> saved as "afe1d471474a1469bc1da90a955856b86f4b423aec6633b7e48b8d4cad4cf074"


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


[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.106s. 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
256	 trees of depth 6	 check: 32512
64	 trees of depth 8	 check: 32704
1024	 trees of depth 4	 check: 31744
256	 trees of depth 6	 check: 32512
64	 trees of depth 8	 check: 32704
16	 trees of depth 10	 check: 32752
1024	 trees of depth 4	 check: 31744
16	 trees of depth 10	 check: 32752
256	 trees of depth 6	 check: 32512
64	 trees of depth 8	 check: 32704
16	 trees of depth 10	 check: 32752
long lived tree of depth 10	 check: 2047


Execution times:
Wall time (s):	0.01
CPU time (s):	0.02
GC time (s):	0.00
GC overhead (% of CPU time):	7.05%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.01		 0.00	 0.03
1	 0.01		 0.00	 8.71
2	 0.00		 0.00	 24.65


GC latency profile:
#[Mean (ms):	0.30,	 Stddev (ms):	0.30]
#[Min (ms):	0.00,	 max (ms):	0.67]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.11
60.0000 	 0.11
70.0000 	 0.66
75.0000 	 0.66
80.0000 	 0.66
85.0000 	 0.66
90.0000 	 0.67
95.0000 	 0.67
96.0000 	 0.67
97.0000 	 0.67
98.0000 	 0.67
99.0000 	 0.67
99.9000 	 0.67
99.9900 	 0.67
99.9990 	 0.67
99.9999 	 0.67
100.0000 	 0.67
(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
32768	 trees of depth 8	 check: 16744448
131072	 trees of depth 6	 check: 16646144
32768	 trees of depth 8	 check: 16744448
8192	 trees of depth 10	 check: 16769024
32768	 trees of depth 8	 check: 16744448
8192	 trees of depth 10	 check: 16769024
2048	 trees of depth 12	 check: 16775168
8192	 trees of depth 10	 check: 16769024
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):	9.26
CPU time (s):	26.98
GC time (s):	9.30
GC overhead (% of CPU time):	34.49%


Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 9.26		 3.20	 34.49
1	 8.73		 3.05	 34.91
2	 8.98		 3.06	 34.07


GC latency profile:
#[Mean (ms):	1.83,	 Stddev (ms):	3.99]
#[Min (ms):	0.00,	 max (ms):	48.07]


Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.00
60.0000 	 0.05
70.0000 	 0.24
75.0000 	 1.01
80.0000 	 3.19
85.0000 	 4.87
90.0000 	 7.27
95.0000 	 9.95
96.0000 	 10.99
97.0000 	 12.12
98.0000 	 13.99
99.0000 	 17.12
99.9000 	 33.19
99.9900 	 39.65
99.9990 	 48.07
99.9999 	 48.07
100.0000 	 48.07
2026-01-16 18:25.15 ---> saved as "be949871b4b26c646aa08d4be14e6de9ab3ff56ec7313d4a7d92f883b96f7a38"
Job succeeded
2026-01-16 18:25.15: Job succeeded