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:fedora-42-5.3_opam-2.4)Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 37ca579bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d# fedora-42-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-07-31 07:26.32: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d-fedora-42-5.3_opam-2.4-0e08c542739902e51113d47394915336"2025-07-31 07:26.32: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d)(comment fedora-42-5.3_opam-2.4)(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.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 OCluster2025-07-31 08:15.19: Waiting for worker…2025-07-31 08:17.36: Got resource from pool OClusterBuilding on eumachehint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised empty Git repository in /var/cache/obuilder/ocluster/git/runtime_events_tools.git-b862ddf68ec9301132e8a0d5635f9574481a16f6/.git/HEAD is now at 37ca579 Merge pull request #58 from tmcgilchrist/ocamlformat(from ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.3@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d' locallydocker.io/ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d: Pulling from ocaml/opam8fe5e06310fd: Pulling fs layerf61a546cc351: Pulling fs layer7283b128d7e9: Pulling fs layer8573eae5af8c: Pulling fs layer4250d28b0d75: Pulling fs layer8fe5e06310fd: Waitingf61a546cc351: Waiting7283b128d7e9: Waiting53d5a3a1726a: Pulling fs layer4250d28b0d75: Waiting8fe5e06310fd: Verifying Checksum8fe5e06310fd: Download completef61a546cc351: Verifying Checksumf61a546cc351: Download complete7283b128d7e9: Verifying Checksum7283b128d7e9: Download complete8573eae5af8c: Download complete4250d28b0d75: Download complete53d5a3a1726a: Verifying Checksum53d5a3a1726a: Download complete8fe5e06310fd: Pull completef61a546cc351: Pull complete7283b128d7e9: Pull complete8573eae5af8c: Pull complete4250d28b0d75: Pull complete53d5a3a1726a: Pull completeDigest: sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51dStatus: Downloaded newer image for ocaml/opam@sha256:4c042683c1574f1e602769f7c5bf3107ea6f74771020dc8f1924e60de93fe51d2025-07-31 08:17.39 ---> using "840a3e81d40c8eb8551be3c4f11141a973a338ca37fe3cb7b329c0817a307b7d" from cache/: (comment fedora-42-5.3_opam-2.4)/: (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% | 13.3 KiB/s | 5.8 KiB | 00m00sFedora 42 - x86_64 - Updates 100% | 236.8 KiB/s | 2.9 MiB | 00m12sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2025-07-31 08:17.39 ---> using "a136c96695e3e417a2a63441c703481aa240e7910d8f28e9632363f04a2f87d5" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-07-31 08:17.39 ---> using "e39777e12591447bf3048a0a510f89fb9f4f8230189dc6e8734754c3cc1031c5" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-31 08:17.39 ---> using "1f30c1e27bf19c7967cce3df326454c9604d8aafe7fc6fe07be12c41ac6856cd" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.3.02.4.12025-07-31 08:17.39 ---> using "ef8cacb39a2c4c8f3abf97a3ae62ddc980d014a17f680bb61ea1861de17b598e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-31 08:17.39 ---> using "bf3420d19f31097defce3de7eda948322d357dc377afe7681cae3642c63b3831" 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-07-31 08:17.39 ---> using "e815a5628df036e438e9ef60467962085526dea542ab8e375aa123f2167b36a9" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-07-31 08:17.39 ---> saved as "ecfc27222898d1231bd44b2ad0ba4eb9ba0afea82f78fed796e8e8645d12409d"/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.42 ---> saved as "1d64492b26ff178c1d2f1b4490ec747af6b0ff20b34ee0cc6aede8c729adf4cb"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-31 08:17.43 ---> saved as "0564289b084f68e77cd75a46dde080c612052891f5da5536948448bbc3ba9730"/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/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.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 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.4-3.fc42 fedora 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.1552-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% | 359.0 KiB/s | 17.6 KiB | 00m00s- [2/9] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 1.4 MiB/s | 103.5 KiB | 00m00s- [3/9] rhash-0:1.4.5-2.fc42.x86_64 100% | 1.3 MiB/s | 198.7 KiB | 00m00s- [4/9] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 5.6 MiB/s | 28.8 KiB | 00m00s- [5/9] zlib-ng-compat-devel-0:2.2.4-3.fc 100% | 7.5 MiB/s | 38.4 KiB | 00m00s- [6/9] cmake-data-0:3.31.6-2.fc42.noarch 100% | 5.9 MiB/s | 2.5 MiB | 00m00s- [7/9] vim-filesystem-2:9.1.1552-1.fc42. 100% | 86.6 KiB/s | 15.2 KiB | 00m00s- [8/9] libuv-1:1.51.0-1.fc42.x86_64 100% | 1.6 MiB/s | 266.3 KiB | 00m00s- [9/9] cmake-0:3.31.6-2.fc42.x86_64 100% | 11.4 MiB/s | 12.2 MiB | 00m01s- --------------------------------------------------------------------------------- [9/9] Total 100% | 10.7 MiB/s | 15.3 MiB | 00m01s- Running transaction- [ 1/11] Verify package files 100% | 40.0 B/s | 9.0 B | 00m00s- [ 2/11] Prepare transaction 100% | 47.0 B/s | 9.0 B | 00m00s- [ 3/11] Installing cmake-filesystem-0:3 100% | 843.3 KiB/s | 7.6 KiB | 00m00s- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% | 56.0 MiB/s | 573.0 KiB | 00m00s- [ 5/11] Installing vim-filesystem-2:9.1 100% | 181.5 KiB/s | 4.7 KiB | 00m00s- [ 6/11] Installing rhash-0:1.4.5-2.fc42 100% | 7.0 MiB/s | 356.4 KiB | 00m00s- [ 7/11] Installing jsoncpp-0:1.9.6-1.fc 100% | 8.3 MiB/s | 263.1 KiB | 00m00s- [ 8/11] Installing cmake-data-0:3.31.6- 100% | 21.4 MiB/s | 9.1 MiB | 00m00s- [ 9/11] Installing cmake-0:3.31.6-2.fc4 100% | 91.0 MiB/s | 34.2 MiB | 00m00s- [10/11] Installing zlib-ng-compat-devel 100% | 26.5 MiB/s | 108.5 KiB | 00m00s- [11/11] Installing libffi-devel-0:3.4.6 100% | 282.9 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.4-3.fc42.x86_642025-07-31 08:18.04 ---> saved as "b75f5e255b98caca1ccde78aae1665d3cfbbd4181afeeabe2fae755a091312d9"/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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved hdr_histogram.0.0.4 (https://opam.ocaml.org/cache)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved re.1.13.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> installed cmdliner.1.3.0-> 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 stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed ocaml-syntax-shims.1.0.0-> installed trace.0.10-> installed re.1.13.2-> installed integers.0.7.0-> installed trace-fuchsia.0.10-> installed dune-configurator.3.19.1-> installed alcotest.1.9.0-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed menhir.20240715-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2025-07-31 08:19.42 ---> saved as "08dd5aa9f7bf216f3e20c4718c5a4c1b916e85098f031a7d261fec9ff664d331"/src: (copy (src .) (dst /src))2025-07-31 08:19.42 ---> saved as "e3688901b967776148740612eb514a714ea61b093f23f36675b2ab59f74bb497"/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: 40951024 trees of depth 4 check: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 327521024 trees of depth 4 check: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 327521024 trees of depth 4 check: 31744256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270416 trees of depth 10 check: 32752long lived tree of depth 10 check: 2047Execution times:Wall time (s): 0.01CPU time (s): 0.02GC time (s): 0.00GC overhead (% of CPU time): 25.70%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.01 0.00 4.091 0.00 0.00 96.23GC latency profile:#[Mean (ms): 0.72, Stddev (ms): 1.32]#[Min (ms): 0.00, max (ms): 3.63]Percentile Latency (ms)25.0000 0.0150.0000 0.0260.0000 0.1270.0000 0.1275.0000 0.5180.0000 0.5185.0000 0.5190.0000 0.5195.0000 3.6396.0000 3.6397.0000 3.6398.0000 3.6399.0000 3.6399.9000 3.6399.9900 3.6399.9990 3.6399.9999 3.63100.0000 3.63(cd _build/default/test && ./test_launch.exe --show-errors)Testing `Runtime Events Tools'.This run has ID `CI5N78RQ'.[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.113s. 2 tests run.(cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19)stretch tree of depth 20 check: 2097151524288 trees of depth 4 check: 16252928524288 trees of depth 4 check: 16252928524288 trees of depth 4 check: 16252928131072 trees of depth 6 check: 16646144131072 trees of depth 6 check: 16646144131072 trees of depth 6 check: 1664614432768 trees of depth 8 check: 1674444832768 trees of depth 8 check: 1674444832768 trees of depth 8 check: 167444488192 trees of depth 10 check: 167690248192 trees of depth 10 check: 167690248192 trees of depth 10 check: 167690242048 trees of depth 12 check: 167751682048 trees of depth 12 check: 167751682048 trees of depth 12 check: 16775168512 trees of depth 14 check: 16776704512 trees of depth 14 check: 16776704512 trees of depth 14 check: 16776704128 trees of depth 16 check: 16777088128 trees of depth 16 check: 16777088128 trees of depth 16 check: 1677708832 trees of depth 18 check: 1677718432 trees of depth 18 check: 1677718432 trees of depth 18 check: 16777184long lived tree of depth 19 check: 1048575Execution times:Wall time (s): 5.56CPU time (s): 16.08GC time (s): 7.99GC overhead (% of CPU time): 49.70%Per domain stats:Domain Wall(s) GC(s) GC(%)0 5.56 2.74 49.281 5.34 2.71 50.882 5.19 2.54 48.94GC latency profile:#[Mean (ms): 1.44, Stddev (ms): 3.10]#[Min (ms): 0.00, max (ms): 44.27]Percentile Latency (ms)25.0000 0.0050.0000 0.0260.0000 0.0670.0000 0.3875.0000 1.1880.0000 2.4585.0000 3.9890.0000 5.4895.0000 7.8496.0000 8.3397.0000 9.7598.0000 10.8899.0000 13.1499.9000 25.2899.9900 34.4799.9990 44.2799.9999 44.27100.0000 44.272025-07-31 08:19.50 ---> saved as "9d7c2e62a059cc7df85b9a9789cd5b482fd37633c65ebbd49372dd3bb9cff99c"Job succeeded2025-07-31 08:19.50: Job succeeded