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-41-5.3_opam-2.4)Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5Opam 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-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5# fedora-41-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-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-0e08c542739902e51113d47394915336"2025-07-31 07:26.32: Using OBuilder spec:((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)(comment fedora-41-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.20: Waiting for worker…2025-07-31 08:17.38: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 37ca579 Merge pull request #58 from tmcgilchrist/ocamlformat(from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locallydocker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam2b0cc7ee804c: Already existsc18ed2f7611b: Already exists0e212a9ba2f6: Already exists720686032277: Already exists93be4d741366: Already existsdf139e1f3f46: Already existsbee85951ecc4: Already existscfb7dd932d0a: Already exists302d2b5cf94e: Already exists744bd9676b94: Already existsa61a2d3582bd: Already existsa5cf4976352b: Already exists2bc5a8b0d983: Already exists22426805282e: Already existsd39f24bef506: Already exists2c18ac3ce9e5: Already exists9d7b82e56a00: Already exists404af7605dc7: Already exists007ac776635c: Already exists3d6a7bcf6161: Already exists4f4fb700ef54: Already exists81a2be02a786: Already existsbd0aecc02a24: Already existsd45fa2528917: Already exists80de9e6990f7: Already exists03da6777de95: Already exists494d5ca3df8f: Already exists41c6b53a001d: Already exists3e8b84460b11: Already existsd053d4a106fe: Already existsfa7761527b70: Already existsdcd9d9d9b709: Already existsd9806d9e64c4: Already existsf876e57ff686: Already exists8bc0b3187df7: Already exists8b9e19fd2c6f: Already exists9ba4810d75d9: Already existsdbd14d793cc9: Already exists42532df89f46: Already existsd03e76a27dce: Pulling fs layerbac3b6f3c4a9: Pulling fs layer50215e359b55: Pulling fs layer27e83a79dc4e: Pulling fs layerbac3b6f3c4a9: Waiting50215e359b55: Waiting334ed129df98: Pulling fs layer27e83a79dc4e: Waiting334ed129df98: Waitingd03e76a27dce: Verifying Checksumd03e76a27dce: Download completed03e76a27dce: Pull complete50215e359b55: Verifying Checksum50215e359b55: Download complete27e83a79dc4e: Download complete334ed129df98: Verifying Checksum334ed129df98: Download completebac3b6f3c4a9: Verifying Checksumbac3b6f3c4a9: Download completebac3b6f3c4a9: Pull complete50215e359b55: Pull complete27e83a79dc4e: Pull complete334ed129df98: Pull completeDigest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f52025-07-31 08:17.38 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache/: (comment fedora-41-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 41 - x86_64 - Updates 100% | 76.0 KiB/s | 14.5 KiB | 00m00sFedora 41 - x86_64 - Updates 100% | 129.6 KiB/s | 3.5 MiB | 00m28sRepositories loaded.Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.Nothing to do.2025-07-31 08:17.38 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-07-31 08:17.38 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-31 08:17.38 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 5.3.02.4.12025-07-31 08:17.38 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-31 08:17.38 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" 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.38 ---> using "85c918f8edd725860528f93ca0fa7c5f052e32f702c395347a7440c017f4c9ec" from cache/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)(dst ./))2025-07-31 08:17.38 ---> saved as "6652c8bcdd76d68e036cb0c46fa3277bf41b832922e3b3ccd9caaa035b8387b6"/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.39 ---> saved as "28b1b3f1809ed1c55eae865cc1be46e2ecc34a5414e9a479ed449f1997e47243"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-31 08:17.39 ---> saved as "9e2962b96162939e788fd327cebf8671b05cf1ed85784097ba0b5ca43c9217df"/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 "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/bin/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.30.8-1.fc41 updates 32.7 MiB- libffi-devel x86_64 3.4.6-3.fc41 fedora 33.1 KiB- zlib-ng-compat-devel x86_64 2.2.3-2.fc41 updates 107.0 KiB- Installing dependencies:- cmake-data noarch 3.30.8-1.fc41 updates 8.2 MiB- cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B- jsoncpp x86_64 1.9.5-8.fc41 fedora 253.4 KiB- libuv x86_64 1:1.51.0-1.fc41 updates 571.7 KiB- rhash x86_64 1.4.4-2.fc41 fedora 349.9 KiB- vim-filesystem noarch 2:9.1.1552-1.fc41 updates 40.0 B-- Transaction Summary:- Installing: 9 packages-- Total size of inbound packages is 14 MiB. Need to download 14 MiB.- After this operation, 42 MiB extra will be used (install 42 MiB, remove 0 B).- [1/9] cmake-filesystem-0:3.30.8-1.fc41. 100% | 494.5 KiB/s | 16.8 KiB | 00m00s- [2/9] jsoncpp-0:1.9.5-8.fc41.x86_64 100% | 1.1 MiB/s | 99.3 KiB | 00m00s- [3/9] cmake-data-0:3.30.8-1.fc41.noarch 100% | 6.3 MiB/s | 2.3 MiB | 00m00s- [4/9] libffi-devel-0:3.4.6-3.fc41.x86_6 100% | 3.5 MiB/s | 28.8 KiB | 00m00s- [5/9] rhash-0:1.4.4-2.fc41.x86_64 100% | 671.2 KiB/s | 196.0 KiB | 00m00s- [6/9] zlib-ng-compat-devel-0:2.2.3-2.fc 100% | 264.2 KiB/s | 38.3 KiB | 00m00s- [7/9] vim-filesystem-2:9.1.1552-1.fc41. 100% | 32.9 KiB/s | 15.2 KiB | 00m00s- [8/9] libuv-1:1.51.0-1.fc41.x86_64 100% | 513.5 KiB/s | 266.0 KiB | 00m01s- [9/9] cmake-0:3.30.8-1.fc41.x86_64 100% | 5.9 MiB/s | 10.9 MiB | 00m02s- --------------------------------------------------------------------------------- [9/9] Total 100% | 6.7 MiB/s | 13.9 MiB | 00m02s- Running transaction- [ 1/11] Verify package files 100% | 209.0 B/s | 9.0 B | 00m00s- [ 2/11] Prepare transaction 100% | 145.0 B/s | 9.0 B | 00m00s- [ 3/11] Installing cmake-filesystem-0:3 100% | 1.8 MiB/s | 7.3 KiB | 00m00s- [ 4/11] Installing libuv-1:1.51.0-1.fc4 100% | 187.0 MiB/s | 574.5 KiB | 00m00s- [ 5/11] Installing vim-filesystem-2:9.1 100% | 337.1 KiB/s | 4.7 KiB | 00m00s- [ 6/11] Installing rhash-0:1.4.4-2.fc41 100% | 115.6 MiB/s | 355.1 KiB | 00m00s- [ 7/11] Installing jsoncpp-0:1.9.5-8.fc 100% | 27.7 MiB/s | 254.9 KiB | 00m00s- [ 8/11] Installing cmake-data-0:3.30.8- 100% | 39.8 MiB/s | 8.8 MiB | 00m00s- [ 9/11] Installing cmake-0:3.30.8-1.fc4 100% | 330.4 MiB/s | 32.7 MiB | 00m00s- [10/11] Installing zlib-ng-compat-devel 100% | 106.0 MiB/s | 108.5 KiB | 00m00s- [11/11] Installing libffi-devel-0:3.4.6 100% | 756.4 KiB/s | 34.8 KiB | 00m00s- Complete!+ /usr/bin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel"- cmake-3.30.8-1.fc41.x86_64- libffi-devel-3.4.6-3.fc41.x86_64- zlib-ng-compat-devel-2.2.3-2.fc41.x86_642025-07-31 08:17.49 ---> saved as "da9361a955a0eac0024618bc36f69e56ae6bf13ad74a8691a87fe0e130aa730c"/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 ocaml-syntax-shims.1.0.0-> installed re.1.13.2-> 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.4Done.# To update the current shell environment, run: eval $(opam env)2025-07-31 08:18.28 ---> saved as "05649d73bf9f9a49ce14ecdee041d199267d8d2ae4f2a90d2f9f416508d407eb"/src: (copy (src .) (dst /src))2025-07-31 08:18.28 ---> saved as "1b6d0de35bb022e5dcd28e6b96ade604a51a3de54dc6f6bd953d9faf7d669b36"/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 `R3R66D6Q'.[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: 40951024 trees of depth 4 check: 317441024 trees of depth 4 check: 31744256 trees of depth 6 check: 32512256 trees of depth 6 check: 325121024 trees of depth 4 check: 3174464 trees of depth 8 check: 3270464 trees of depth 8 check: 32704256 trees of depth 6 check: 3251216 trees of depth 10 check: 3275216 trees of depth 10 check: 3275264 trees of depth 8 check: 3270416 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): 13.75%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.00 0.00 10.471 0.00 0.00 15.372 0.00 0.00 16.90GC latency profile:#[Mean (ms): 0.21, Stddev (ms): 0.10]#[Min (ms): 0.04, max (ms): 0.27]Percentile Latency (ms)25.0000 0.0450.0000 0.2660.0000 0.2670.0000 0.2675.0000 0.2680.0000 0.2685.0000 0.2690.0000 0.2795.0000 0.2796.0000 0.2797.0000 0.2798.0000 0.2799.0000 0.2799.9000 0.2799.9900 0.2799.9990 0.2799.9999 0.27100.0000 0.27(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.49CPU time (s): 4.07GC time (s): 2.05GC overhead (% of CPU time): 50.28%Per domain stats:Domain Wall(s) GC(s) GC(%)0 1.49 0.79 52.741 1.25 0.59 47.192 1.33 0.67 50.44GC latency profile:#[Mean (ms): 0.39, Stddev (ms): 0.90]#[Min (ms): 0.00, max (ms): 7.42]Percentile Latency (ms)25.0000 0.0050.0000 0.0160.0000 0.0270.0000 0.0775.0000 0.2080.0000 0.3785.0000 0.8890.0000 1.5795.0000 2.4596.0000 2.7097.0000 3.0198.0000 3.4499.0000 4.2199.9000 7.1499.9900 7.4199.9990 7.4299.9999 7.42100.0000 7.422025-07-31 08:18.30 ---> saved as "6fd5372362188452c65a120a48ed71d2e16cd7f12f28d2ae892191d68f44dd12"Job succeeded2025-07-31 08:18.31: Job succeeded