Organisationstaridesruntime_events_tools8df6dc ()fedora-43-5.4_opam-2.5

fedora-43-5.4_opam-2.5

Logs

Show full logs
2026-03-19 08:04.53: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/83/head (8df6dc196532cdb954945a84409e592160633a36) (linux-x86_64:fedora-43-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
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/83/head" && git reset --hard 8df6dc19
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0
# fedora-43-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-configurator.3.22.0 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.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 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-03-19 08:04.53: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-0604de192e15b40931b1c9465f6ed3f8"
2026-03-19 08:04.53: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
 (comment fedora-43-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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-configurator.3.22.0 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.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 topkg.1.1.1 trace.0.12 trace-fuchsia.0.12 uutf.1.0.4")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-03-19 08:04.53: Waiting for resource in pool OCluster
2026-03-19 12:20.14: Waiting for worker…
2026-03-19 12:25.38: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 8df6dc1 avoid overriding the user's OCAMLRUNPARAM settings

(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)
2026-03-19 12:25.38 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache

/: (comment fedora-43-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 43 - x86_64 - Updates           100% |  15.5 KiB/s |   4.7 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2026-03-19 12:25.38 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-03-19 12:25.38 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-19 12:25.38 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" 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-03-19 12:25.38 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-03-19 12:25.38 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4f056bfedf..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:25.38 ---> using "1b083957d381260a535dbdceef78e04d6231ebafaa3e8fc50dd74063d06ec4e8" from cache

/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
            (dst ./))
2026-03-19 12:25.38 ---> using "88e11e10d6f909bc1f0ff4fb8e45288cd98295692b85622730266a8fbd6d464e" from cache

/src: (run (network host)
           (shell  "opam pin add -yn runtime_events_tools_bare.dev './' && \
                  \nopam pin add -yn runtime_events_tools.dev './'"))
[runtime_events_tools_bare.dev] synchronised (file:///src)
runtime_events_tools_bare is now pinned to file:///src (version dev)
[runtime_events_tools.dev] synchronised (file:///src)
runtime_events_tools is now pinned to file:///src (version dev)
2026-03-19 12:25.38 ---> using "bb5aaed7c6e3d6f8921b1e8feb2758fe635fff47002f424ad4e66fbddf00d5e1" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 12:25.38 ---> using "2bf5d0ebdc64f23ea1511f24e689b19228871e8bfea260704b0cc510270c1ba9" 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.0 dune-configurator.3.22.0 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.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 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/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 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
- Upgrading:
-  zlib-ng-compat             x86_64 2.3.3-2.fc43     updates    161.7 KiB
-    replacing zlib-ng-compat x86_64 2.3.3-1.fc43     updates    161.7 KiB
- Installing:
-  cmake                      x86_64 3.31.10-3.fc43   updates     34.5 MiB
-  libffi-devel               x86_64 3.5.2-1.fc43     updates     33.9 KiB
-  zlib-ng-compat-devel       x86_64 2.3.3-2.fc43     updates    107.0 KiB
-  zlib-ng-compat-static      x86_64 2.3.3-2.fc43     updates      2.1 MiB
- Installing dependencies:
-  cmake-data                 noarch 3.31.10-3.fc43   updates      8.5 MiB
-  cmake-filesystem           x86_64 3.31.10-3.fc43   updates      0.0   B
-  jsoncpp                    x86_64 1.9.6-2.fc43     fedora     257.6 KiB
-  libuv                      x86_64 1:1.51.0-2.fc43  fedora     570.2 KiB
-  rhash                      x86_64 1.4.5-3.fc43     fedora     351.1 KiB
-  vim-filesystem             noarch 2:9.2.148-1.fc43 updates     40.0   B
- 
- Transaction Summary:
-  Installing:        10 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 16 MiB. Need to download 16 MiB.
- After this operation, 46 MiB extra will be used (install 47 MiB, remove 162 KiB).
- [ 1/11] jsoncpp-0:1.9.6-2.fc43.x86_64   100% |   1.7 MiB/s | 101.1 KiB |  00m00s
- [ 2/11] rhash-0:1.4.5-3.fc43.x86_64     100% |   8.4 MiB/s | 197.9 KiB |  00m00s
- [ 3/11] libuv-1:1.51.0-2.fc43.x86_64    100% |   3.1 MiB/s | 266.1 KiB |  00m00s
- [ 4/11] cmake-filesystem-0:3.31.10-3.fc 100% |  81.1 KiB/s |  13.9 KiB |  00m00s
- [ 5/11] libffi-devel-0:3.5.2-1.fc43.x86 100% | 251.5 KiB/s |  29.7 KiB |  00m00s
- [ 6/11] zlib-ng-compat-devel-0:2.3.3-2. 100% | 591.2 KiB/s |  37.8 KiB |  00m00s
- [ 7/11] zlib-ng-compat-static-0:2.3.3-2 100% |   2.5 MiB/s | 478.9 KiB |  00m00s
- [ 8/11] vim-filesystem-2:9.2.148-1.fc43 100% | 296.2 KiB/s |  15.7 KiB |  00m00s
- [ 9/11] zlib-ng-compat-0:2.3.3-2.fc43.x 100% |   1.5 MiB/s |  88.7 KiB |  00m00s
- [10/11] cmake-data-0:3.31.10-3.fc43.noa 100% |   3.0 MiB/s |   2.5 MiB |  00m01s
- [11/11] cmake-0:3.31.10-3.fc43.x86_64   100% |   2.5 MiB/s |  12.2 MiB |  00m05s
- --------------------------------------------------------------------------------
- [11/11] Total                           100% |   3.0 MiB/s |  15.9 MiB |  00m05s
- Running transaction
- [ 1/14] Verify package files            100% |  27.0   B/s |  11.0   B |  00m00s
- [ 2/14] Prepare transaction             100% |  71.0   B/s |  12.0   B |  00m00s
- [ 3/14] Installing cmake-filesystem-0:3 100% | 948.7 KiB/s |   7.6 KiB |  00m00s
- [ 4/14] Upgrading zlib-ng-compat-0:2.3. 100% |  26.5 MiB/s | 162.6 KiB |  00m00s
- [ 5/14] Installing zlib-ng-compat-devel 100% |  17.7 MiB/s | 108.6 KiB |  00m00s
- [ 6/14] Installing vim-filesystem-2:9.2 100% | 127.5 KiB/s |   4.8 KiB |  00m00s
- [ 7/14] Installing rhash-0:1.4.5-3.fc43 100% |   7.1 MiB/s | 356.4 KiB |  00m00s
- [ 8/14] Installing libuv-1:1.51.0-2.fc4 100% |  62.2 MiB/s | 573.0 KiB |  00m00s
- [ 9/14] Installing jsoncpp-0:1.9.6-2.fc 100% |  31.6 MiB/s | 259.2 KiB |  00m00s
- [10/14] Installing cmake-0:3.31.10-3.fc 100% |  60.8 MiB/s |  34.5 MiB |  00m01s
- [11/14] Installing cmake-data-0:3.31.10 100% |  17.6 MiB/s |   9.1 MiB |  00m01s
- [12/14] Installing zlib-ng-compat-stati 100% |  79.7 MiB/s |   2.1 MiB |  00m00s
- [13/14] Installing libffi-devel-0:3.5.2 100% |  11.6 MiB/s |  35.6 KiB |  00m00s
- [14/14] Removing zlib-ng-compat-0:2.3.3 100% |  34.0   B/s |   5.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- cmake-3.31.10-3.fc43.x86_64
- libffi-devel-3.5.2-1.fc43.x86_64
- zlib-ng-compat-devel-2.3.3-2.fc43.x86_64
- zlib-ng-compat-static-2.3.3-2.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:25.38 ---> using "91e7c3d4b800d235b73e02f9eb5d5b81445d90d12b46e35b027aa749e7ddc20f" 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.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           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.0
  - install dune-configurator  3.22.0
  - 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 menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved topkg.1.1.1  (cached)
-> retrieved trace.0.12, trace-fuchsia.0.12  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.22.0
-> 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.0
-> 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-03-19 12:25.38 ---> using "32dbc9e2cbbb0a61a739bddf1d88cdccf30c1a6272919fe2ccd2f0b44456f35a" from cache

/src: (copy (src .) (dst /src))
2026-03-19 12:25.39 ---> saved as "415521a8521de5789c4a43445e17c100de2df8fe3c93ee27218b0445ef95765f"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe)
stretch tree of depth 11	 check: 4095
1024	 trees of depth 4	 check: 31744
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
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
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

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

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.01		 0.00	 0.11
1	 0.01		 0.00	 30.02

GC latency profile:
#[Mean (ms):	0.33,	 Stddev (ms):	0.61]
#[Min (ms):	0.00,	 max (ms):	1.55]

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

  [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.114s. 2 tests run.
(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19)
stretch tree of depth 20	 check: 2097151
524288	 trees of depth 4	 check: 16252928
524288	 trees of depth 4	 check: 16252928
524288	 trees of depth 4	 check: 16252928
131072	 trees of depth 6	 check: 16646144
131072	 trees of depth 6	 check: 16646144
131072	 trees of depth 6	 check: 16646144
32768	 trees of depth 8	 check: 16744448
32768	 trees of depth 8	 check: 16744448
32768	 trees of depth 8	 check: 16744448
8192	 trees of depth 10	 check: 16769024
8192	 trees of depth 10	 check: 16769024
8192	 trees of depth 10	 check: 16769024
2048	 trees of depth 12	 check: 16775168
2048	 trees of depth 12	 check: 16775168
2048	 trees of depth 12	 check: 16775168
512	 trees of depth 14	 check: 16776704
512	 trees of depth 14	 check: 16776704
512	 trees of depth 14	 check: 16776704
128	 trees of depth 16	 check: 16777088
128	 trees of depth 16	 check: 16777088
128	 trees of depth 16	 check: 16777088
32	 trees of depth 18	 check: 16777184
32	 trees of depth 18	 check: 16777184
32	 trees of depth 18	 check: 16777184
long lived tree of depth 19	 check: 1048575

Execution times:
Wall time (s):	9.81
CPU time (s):	27.94
GC time (s):	11.43
GC overhead (% of CPU time):	40.92%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 9.81		 4.23	 43.12
1	 9.54		 3.95	 41.36
2	 8.59		 3.26	 37.92

GC latency profile:
#[Mean (ms):	2.21,	 Stddev (ms):	4.65]
#[Min (ms):	0.00,	 max (ms):	52.95]

Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.01
60.0000 	 0.09
70.0000 	 0.95
75.0000 	 2.96
80.0000 	 4.00
85.0000 	 5.19
90.0000 	 7.66
95.0000 	 11.51
96.0000 	 13.01
97.0000 	 14.71
98.0000 	 16.70
99.0000 	 21.45
99.9000 	 37.09
99.9900 	 52.00
99.9990 	 52.95
99.9999 	 52.95
100.0000 	 52.95
2026-03-19 12:25.51 ---> saved as "0897d37ddb68fa73c4ba519598fc3fb42410f8acca8a0488450ac74790d087ed"
Job succeeded
2026-03-19 12:25.52: Job succeeded