2025-09-05 22:43.01: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (b47ba70cae369f8dee7d02ca48926d4b995fa5b2) (macos-x86_64:macos-homebrew-5.3_opam-2.4)Base: macos-homebrew-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard b47ba70ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.3# macos-homebrew-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./src/./RUN opam pin add -yn runtime_events_tools_bare.dev './src/./' && \opam pin add -yn runtime_events_tools.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-05 22:43.01: Using cache hint "tarides/runtime_events_tools-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.4-9aa8cdaec584ee06343acd15f7b9b47f"2025-09-05 22:43.01: Using OBuilder spec:((from macos-homebrew-ocaml-5.3)(comment macos-homebrew-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./src/./))(run (network host)(shell "opam pin add -yn runtime_events_tools_bare.dev './src/./' && \\nopam pin add -yn runtime_events_tools.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-09-05 22:43.01: Waiting for resource in pool OCluster2025-09-05 22:43.01: Waiting for worker…2025-09-05 22:43.01: Got resource from pool OClusterBuilding on i7-worker-01HEAD is now at d80d578 Merge pull request #62 from tarides/dependabot/github_actions/actions/checkout-5HEAD is now at b47ba70 Update change log(from macos-homebrew-ocaml-5.3)2025-09-05 22:43.03 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache/: (comment macos-homebrew-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-09-05 22:43.03 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-09-05 22:43.04 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.3.02.4.12025-09-05 22:43.04 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e28312d8e0d10f256ec9998ff7e868cb6e010778 || git fetch origin master) && git reset -q --hard e28312d8e0d10f256ec9998ff7e868cb6e010778 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf1d3c77350..e28312d8e0 master -> origin/mastere28312d8e0 Merge pull request #28436 from fpottier/opam-publish-menhir.20250903<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-05 22:43.05 ---> using "8e99761f8ad1b7667e5ed4e24317cec3ec338716a209c4cb204a466a5d16c5e0" from cache/: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./src/./))2025-09-05 22:43.05 ---> using "3d47c8b5e8169fa12e252fce8eb27f8e40ac3772f46a5f25d5f81ef5b8935064" from cache/: (run (network host)(shell "opam pin add -yn runtime_events_tools_bare.dev './src/./' && \\nopam pin add -yn runtime_events_tools.dev './src/./'"))[runtime_events_tools_bare.dev] synchronised (file:///Users/mac1000/src)runtime_events_tools_bare is now pinned to file:///Users/mac1000/src (version dev)[runtime_events_tools.dev] synchronised (file:///Users/mac1000/src)runtime_events_tools is now pinned to file:///Users/mac1000/src (version dev)2025-09-05 22:43.06 ---> using "635d1d3c1c95d77ad284a9bd7cc0c5f0966b7f6b4c032d66c474335816c9ae1c" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-09-05 22:43.06 ---> using "42fd25273421866e0f1013304385ce376bb8afef985a3c26d4313fc9f99cc7fb" from cache/: (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.20.1 dune-configurator.3.20.1 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250903 menhirCST.20250903 menhirLib.20250903 menhirSdk.20250903 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[runtime_events_tools_bare.dev] synchronised (file:///Users/mac1000/src)[runtime_events_tools.dev] synchronised (file:///Users/mac1000/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 pkgconf zlib<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/brew "install" "cmake" "libffi" "pkgconf" "zlib"- ==> Fetching downloads for: cmake, libffi, pkgconf and zlib- ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/manifests/4.1.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/24af49775f385da509b31f6d086bd8d16010984c687b5b0c3935a8fee72a1ad8--cmake-4.1.1.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.5.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1e3f0378eebac131d3f2f10e90ed27d4d855d669ead4a290ed14197729216c90--libffi-3.5.2.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/manifests/1.3.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f68d0caf232d52f2aa586abefbbfd7e958e384d84f3967008fa83de94b5f10ae--zlib-1.3.1.bottle_manifest.json- ==> Fetching cmake- ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:f95d6553376b9c884231ea983dbfe84b5fc52235d4bc6bcd04d7b021f350f248- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f94adafeb10587b1a8f4574a45280c58e875f389a4483977a284d6537e148043--cmake--4.1.1.sequoia.bottle.tar.gz- ==> Fetching libffi- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:4d9e57a4b8bb66b3dd966a931b0be8e916b2587bec5886b8af519dcafe276b13- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/689c6d660f0d5ca0546bfdc65f7c162c4860b8346c0fffda739a8cbff56bab9d--libffi--3.5.2.sonoma.bottle.tar.gz- ==> Fetching pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz- ==> Fetching zlib- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/blobs/sha256:217f4245cd1da65a3388f512530089f526cd63a38d49ee5f29a90576dfeb3bb7- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/222c7e15d7af48cb9955b2e06a06440bc9b611357acf6d730aef08ae2408ec58--zlib--1.3.1.sonoma.bottle.tar.gz- ==> Pouring cmake--4.1.1.sequoia.bottle.tar.gz- ==> Caveats- To install the CMake documentation, run:- brew install cmake-docs- ==> Summary- 🍺 /usr/local/Cellar/cmake/4.1.1: 3,913 files, 61.2MB- ==> Running `brew cleanup cmake`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring libffi--3.5.2.sonoma.bottle.tar.gz- ==> Caveats- libffi is keg-only, which means it was not symlinked into /usr/local,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find libffi you may need to set:- export LDFLAGS="-L/usr/local/opt/libffi/lib"- export CPPFLAGS="-I/usr/local/opt/libffi/include"- ==> Summary- 🍺 /usr/local/Cellar/libffi/3.5.2: 18 files, 704.5KB- ==> Running `brew cleanup libffi`...- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.1KB- ==> Running `brew cleanup pkgconf`...- ==> Pouring zlib--1.3.1.sonoma.bottle.tar.gz- ==> Caveats- zlib is keg-only, which means it was not symlinked into /usr/local,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find zlib you may need to set:- export LDFLAGS="-L/usr/local/opt/zlib/lib"- export CPPFLAGS="-I/usr/local/opt/zlib/include"-- For pkg-config to find zlib you may need to set:- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"- ==> Summary- 🍺 /usr/local/Cellar/zlib/1.3.1: 14 files, 410.7KB- ==> Running `brew cleanup zlib`...- ==> No outdated dependents to upgrade!- ==> Caveats- Bash completion has been installed to:- /usr/local/etc/bash_completion.d- Emacs Lisp files have been installed to:- /usr/local/share/emacs/site-lisp/cmake- ==> cmake- To install the CMake documentation, run:- brew install cmake-docs- ==> libffi- libffi is keg-only, which means it was not symlinked into /usr/local,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find libffi you may need to set:- export LDFLAGS="-L/usr/local/opt/libffi/lib"- export CPPFLAGS="-I/usr/local/opt/libffi/include"- ==> zlib- zlib is keg-only, which means it was not symlinked into /usr/local,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find zlib you may need to set:- export LDFLAGS="-L/usr/local/opt/zlib/lib"- export CPPFLAGS="-I/usr/local/opt/zlib/include"-- For pkg-config to find zlib you may need to set:- export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"2025-09-05 22:43.06 ---> using "af7c2a26c87166aec52b130f6d0c28d06aea7537319e3a81381e25a0614e47c8" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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.20.1- install dune-configurator 3.20.1- install fmt 0.11.0- install hdr_histogram 0.0.4- install integers 0.7.0- install menhir 20250903- install menhirCST 20250903- install menhirLib 20250903- install menhirSdk 20250903- 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 bigarray-compat.1.1.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> installed conf-pkg-config.4-> installed conf-cmake.1-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)-> installed conf-zlib.1-> installed conf-libffi.2.0.0-> retrieved csexp.1.5.2 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved fmt.0.11.0 (cached)-> 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 ocamlfind.1.9.8 (cached)-> retrieved menhir.20250903, menhirCST.20250903, menhirLib.20250903, menhirSdk.20250903 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved re.1.13.2 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved trace.0.10, trace-fuchsia.0.10 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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.20.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed thread-local-storage.0.2-> installed re.1.13.2-> installed trace.0.10-> installed ocaml-syntax-shims.1.0.0-> installed menhirSdk.20250903-> installed menhirLib.20250903-> installed menhirCST.20250903-> installed integers.0.7.0-> installed bigarray-compat.1.1.0-> installed trace-fuchsia.0.10-> installed dune-configurator.3.20.1-> installed alcotest.1.9.0-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed menhir.20250903-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2025-09-05 22:43.07 ---> using "9e90e199000bdfaa7f3742b2b180715426c0aa16a9e724ad76aec969999a68ac" from cache/: (copy (src .) (dst ./src))2025-09-05 22:43.11 ---> saved as "059436db5bb0a00f1f30806a4b6b45a1c61287804a1b40fe6f67b7679aad1742"/: (run (shell "cd ./src && 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 `0MP9Y2CF'.[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.220s. 2 tests run.(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: 317441024 trees of depth 4 check: 317441024 trees of depth 4 check: 31744256 trees of depth 6 check: 32512256 trees of depth 6 check: 32512256 trees of depth 6 check: 3251264 trees of depth 8 check: 3270464 trees of depth 8 check: 3270464 trees of depth 8 check: 3270416 trees of depth 10 check: 3275216 trees of depth 10 check: 3275216 trees of depth 10 check: 32752long lived tree of depth 10 check: 2047Execution times:Wall time (s): 0.00CPU time (s): 0.01GC time (s): 0.00GC overhead (% of CPU time): 12.46%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 10.401 0.00 0.00 14.092 0.00 0.00 13.92GC latency profile:#[Mean (ms): 0.16, Stddev (ms): 0.13]#[Min (ms): 0.01, max (ms): 0.29]Percentile Latency (ms)25.0000 0.0150.0000 0.2560.0000 0.2570.0000 0.2675.0000 0.2680.0000 0.2685.0000 0.2690.0000 0.2995.0000 0.2996.0000 0.2997.0000 0.2998.0000 0.2999.0000 0.2999.9000 0.2999.9900 0.2999.9990 0.2999.9999 0.29100.0000 0.29(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): 1.68CPU time (s): 4.71GC time (s): 2.59GC overhead (% of CPU time): 55.05%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.68 0.98 58.091 1.55 0.86 55.162 1.47 0.76 51.47GC latency profile:#[Mean (ms): 0.49, Stddev (ms): 1.26]#[Min (ms): 0.00, max (ms): 23.95]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 0.0975.0000 0.2180.0000 0.4685.0000 1.1390.0000 2.0595.0000 2.8296.0000 3.1497.0000 3.6598.0000 4.1799.0000 4.9099.9000 7.9599.9900 23.6699.9990 23.9599.9999 23.95100.0000 23.952025-09-05 22:43.18 ---> saved as "30d3adbbe81de24fe8a9fe81aaaf3886ef2d8b7f50844daef36ccca0e5b5347c"Job succeeded2025-09-05 22:43.30: Job succeeded