Organisationstaridesruntime_events_tools37ca57 ()opensuse-15.6-5.3_opam-2.4

opensuse-15.6-5.3_opam-2.4

Logs

Show full logs
2025-07-31 07:26.32: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (37ca579b172ea50c4400ee49d28cad99f24d8165) (linux-x86_64:opensuse-15.6-5.3_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729
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 37ca579b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729
# opensuse-15.6-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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

2025-07-31 07:26.32: Using cache hint "tarides/runtime_events_tools-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729-opensuse-15.6-5.3_opam-2.4-0e08c542739902e51113d47394915336"
2025-07-31 07:26.32: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729)
 (comment opensuse-15.6-5.3_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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.4 --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"))
)

2025-07-31 07:26.32: Waiting for resource in pool OCluster
2025-07-31 08:15.18: Waiting for worker…
2025-07-31 08:17.36: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 37ca579 Merge pull request #58 from tmcgilchrist/ocamlformat

(from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:5a5ba8ce58e93bb22fa17ecef857f8c82a0864b92abaedcdc83e748b1b91e729)
2025-07-31 08:17.36 ---> using "dbb72b99235b71bb04b11172c3b3a5d67e431e75ea5569c676e352fafb1ea8a6" from cache

/: (comment opensuse-15.6-5.3_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 08:17.36 ---> using "87e2375a109a58f695d34cacfbdf38b2a462911c00110b164a89b323c1c404ce" from cache

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

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

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 08:17.36 ---> using "38171c60acc1f538f362b7636a118033ac9040c2fb28349cd89ff2a7826930d9" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 08:17.36 ---> using "44fccd86dc31f97721e525150ad51232b9780edd426f935d21a9c21108171cef" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-31 08:17.36 ---> using "01bb9945d330e7dcbc82a99d2f1d88d6111b7704d7a2675db148a702f9f8247e" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))
e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.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)
2025-07-31 08:17.36 ---> using "dab29853fda51b452cfa6d71c64cb787b4d47fe54abbb8da835d5d31f9567c89" from cache

/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
            (dst ./))
2025-07-31 08:17.36 ---> saved as "c46cd4f9e5075a858c3ecdd76fb6145127fd9f39fc0c234c560a6de15304fd86"

/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)
2025-07-31 08:17.37 ---> saved as "9e2f54bbed99671f955ec1c2de3fab8b3e649824dd974b4c2d9c9237c497d53d"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 08:17.38 ---> saved as "a7e2423072d345cf56c831deaac7a04a24f5ac40f66eea15b9aeb7df434f1388"

/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.13.2 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.0 trace.0.10 trace-fuchsia.0.10 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.4 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'Update repository of openSUSE Backports' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .......
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- ........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ....
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- .........
- .......
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- .........
- .......done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- .
- .....done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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

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

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "libffi-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 9 NEW packages are going to be installed:
-   cmake cmake-full libarchive13 libffi-devel libjsoncpp19 libopenssl1_1 libpython3_6m1_0 librhash0 python3-base
- 
- 9 new packages to install.
- 
- Package download size:    25.0 MiB
- 
- Package install size change:
-               |      89.4 MiB  required by packages that will be installed
-     89.4 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (1/9),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (2/9),  77.1 KiB    
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [..done (2.7 KiB/s)]
- Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (3/9),  84.7 KiB    
- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.
- .done (4.0 KiB/s)]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/9), 341.4 KiB    
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.....done (267.7 KiB/s)]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/9),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64.rpm [...done (563.1 KiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/9),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.84.1.x86_64.rpm [.
- .....done (7.6 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/9),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64.rpm [..done (162.0 KiB/s)]
- Retrieving: cmake-full-3.28.3-150600.1.2.x86_64 (Main Repository) (8/9),  13.9 MiB    
- Retrieving: cmake-full-3.28.3-150600.1.2.x86_64.rpm [....
- ......done (13.3 MiB/s)]
- Retrieving: cmake-3.28.3-150600.1.1.x86_64 (Main Repository) (9/9), 105.4 KiB    
- Retrieving: cmake-3.28.3-150600.1.1.x86_64.rpm [..done (7.7 KiB/s)]
- 
- Checking for file conflicts: [..done]
- (1/9) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- (2/9) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done]
- (3/9) Installing: librhash0-1.3.5-1.25.x86_64 [.
- .done]
- (4/9) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done]
- (5/9) Installing: libopenssl1_1-1.1.1w-150600.5.12.2.x86_64 [..done]
- (6/9) Installing: python3-base-3.6.15-150300.10.84.1.x86_64 [.........done]
- (7/9) Installing: libpython3_6m1_0-3.6.15-150300.10.84.1.x86_64 [.
- .done]
- (8/9) Installing: cmake-full-3.28.3-150600.1.2.x86_64 [..........
- ....done]
- (9/9) Installing: cmake-3.28.3-150600.1.1.x86_64 [..done]
2025-07-31 08:20.23 ---> saved as "adc4d5b290d85095438ce6ac770c8167d24ed323df40d2876c8a0636453dcd77"

/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 32 packages
  - install alcotest             1.9.0
  - install astring              0.8.5
  - install bigarray-compat      1.1.0
  - 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.23.0
  - install ctypes-foreign       0.23.0
  - install dune                 3.19.1
  - install dune-configurator    3.19.1
  - install fmt                  0.11.0
  - install hdr_histogram        0.0.4
  - install integers             0.7.0
  - install menhir               20240715
  - install menhirCST            20240715
  - install menhirLib            20240715
  - install menhirSdk            20240715
  - 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.13.2
  - install seq                  base
  - install stdlib-shims         0.3.0
  - install thread-local-storage 0.2
  - install topkg                1.1.0
  - install trace                0.10
  - install trace-fuchsia        0.10
  - install uutf                 1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved bigarray-compat.1.1.0  (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.23.0, ctypes-foreign.0.23.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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved trace.0.10, trace-fuchsia.0.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed re.1.13.2
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed trace.0.10
-> installed integers.0.7.0
-> installed trace-fuchsia.0.10
-> installed alcotest.1.9.0
-> installed dune-configurator.3.19.1
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed menhir.20240715
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:21.05 ---> saved as "8ed5e3dbcef5b0234221f07f189ee8bb2def78cfd6c3f5a5030c27660157b566"

/src: (copy (src .) (dst /src))
2025-07-31 08:21.05 ---> saved as "422045affa29c7574107a50e7a65d3e5292c7b1e136a0ee9a77747d15d545890"

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

  [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.101s. 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
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):	15.51%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 0.00		 0.00	 12.20
1	 0.00		 0.00	 17.48
2	 0.00		 0.00	 18.36

GC latency profile:
#[Mean (ms):	0.19,	 Stddev (ms):	0.15]
#[Min (ms):	0.01,	 max (ms):	0.32]

Percentile 	 Latency (ms)
25.0000 	 0.01
50.0000 	 0.31
60.0000 	 0.31
70.0000 	 0.31
75.0000 	 0.31
80.0000 	 0.31
85.0000 	 0.31
90.0000 	 0.32
95.0000 	 0.32
96.0000 	 0.32
97.0000 	 0.32
98.0000 	 0.32
99.0000 	 0.32
99.9000 	 0.32
99.9900 	 0.32
99.9990 	 0.32
99.9999 	 0.32
100.0000 	 0.32
(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.39
CPU time (s):	3.93
GC time (s):	1.91
GC overhead (% of CPU time):	48.55%

Per domain stats:
Domain	 Wall(s)	 GC(s)	 GC(%)
0	 1.39		 0.70	 50.26
1	 1.24		 0.57	 46.28
2	 1.30		 0.64	 48.89

GC latency profile:
#[Mean (ms):	0.36,	 Stddev (ms):	0.83]
#[Min (ms):	0.00,	 max (ms):	8.59]

Percentile 	 Latency (ms)
25.0000 	 0.00
50.0000 	 0.01
60.0000 	 0.02
70.0000 	 0.07
75.0000 	 0.17
80.0000 	 0.37
85.0000 	 0.83
90.0000 	 1.60
95.0000 	 2.13
96.0000 	 2.41
97.0000 	 2.75
98.0000 	 3.45
99.0000 	 3.77
99.9000 	 5.76
99.9900 	 8.30
99.9990 	 8.59
99.9999 	 8.59
100.0000 	 8.59
2025-07-31 08:21.07 ---> saved as "db21b3117c942e82cd6c778d2c5d7f908035f2baea644285e99de4c257238e87"
Job succeeded
2025-07-31 08:21.08: Job succeeded