2026-04-16 16:39.18: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/89/head (0b70ef6ecac302c65e0f075ccada390e7f34ebb7) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/89/head" && git reset --hard 0b70ef6ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 runtime_events_tools.opam ./RUN opam pin add -yn runtime_events_tools.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-16 16:39.18: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b-fedora-43-5.4_opam-2.5-8eb8a6feb2a3857b6b4116cf31c2b716"2026-04-16 16:39.18: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)(comment fedora-43-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src runtime_events_tools.opam) (dst ./))(run (network host)(shell "opam pin add -yn runtime_events_tools.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-16 16:39.18: Waiting for resource in pool OCluster2026-04-16 17:06.07: Waiting for worker…2026-04-16 17:13.04: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at 0b70ef6 Reformat and add doc strings to fxt library(from ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b' locallydocker.io/ocaml/opam@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b: Pulling from ocaml/opam5bc90b3315da: Already exists80d71788ea9e: Already existsad80df798a1c: Already existscd85517f6ae1: Already existsa927948f92fa: Already exists4433c52b5ab1: Already exists8aa93bc8ca93: Already exists7d31cd7e9a9b: Already exists959a5be6bfab: Already exists6569047248d7: Already existsa01a3ff02f3d: Already exists8b1106fd8e03: Already exists61c97bcc90cd: Already existsb9124a8b6c28: Already existsd2c94cd49c4c: Already exists0e63679d7dbc: Already exists0e63679d7dbc: Already exists6819a31cdb14: Already exists1d67c4c09922: Already exists3f456f1cc39a: Already exists6afff2ae07da: Already exists4f4fb700ef54: Already exists90c294795090: Already existsd7c6287626d1: Already exists0e6719fd9f6d: Already exists53830a3a67c9: Already existsb407be133f08: Already exists951a5932e150: Already existsdcc0f382cd80: Already existsd3cdec43bf88: Already existsd69ff9f37121: Already existscfcfca2848c7: Already exists08269f8e9f88: Already exists3e59769da2fa: Already existsa1004eb1842a: Pulling fs layer3a6ed7e0720e: Pulling fs layer5503bfbdb082: Pulling fs layer4685c134845d: Pulling fs layer67f122543075: Pulling fs layerd60a75d560f5: Pulling fs layerd1f1983b7a0a: Pulling fs layer4685c134845d: Waiting67f122543075: Waitingd9c0eec06d5d: Pulling fs layerd60a75d560f5: Waiting453380662f6c: Pulling fs layerd1f1983b7a0a: Waitingd9c0eec06d5d: Waiting4d090674c42b: Pulling fs layerbbd88afdcdf3: Pulling fs layer4d090674c42b: Waitingbbd88afdcdf3: Waiting3a6ed7e0720e: Download complete4685c134845d: Verifying Checksum4685c134845d: Download complete67f122543075: Verifying Checksum67f122543075: Download completed60a75d560f5: Download complete5503bfbdb082: Download completed1f1983b7a0a: Verifying Checksumd1f1983b7a0a: Download complete453380662f6c: Verifying Checksum453380662f6c: Download complete4d090674c42b: Verifying Checksum4d090674c42b: Download completed9c0eec06d5d: Verifying Checksumd9c0eec06d5d: Download completebbd88afdcdf3: Verifying Checksumbbd88afdcdf3: Download completea1004eb1842a: Verifying Checksuma1004eb1842a: Download completea1004eb1842a: Pull complete3a6ed7e0720e: Pull complete5503bfbdb082: Pull complete4685c134845d: Pull complete67f122543075: Pull completed60a75d560f5: Pull completed1f1983b7a0a: Pull completed9c0eec06d5d: Pull complete453380662f6c: Pull complete4d090674c42b: Pull completebbd88afdcdf3: Pull completeDigest: sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353bStatus: Downloaded newer image for ocaml/opam@sha256:1e9dda7946898ac0fc2707683dc6e9df38da5cce0d82ff3862f12ad24cdd353b2026-04-16 17:13.05 ---> using "b4f58bf638be103d120971146d8fc126e9b3a8c46e3a4588789af4c5e1fccda0" from cache/: (comment fedora-43-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 25.2 KiB/s | 6.2 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-04-16 17:13.05 ---> using "524735b077c9512b6910eb61394d9eebef016b7d107d4d7b79adf23a8d11090c" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-16 17:13.05 ---> using "8cfb01e840492959ff95d3d5b6f59f80dfb7be314774547e49c6b970bb5e1d00" 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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-16 17:13.05 ---> using "62a4127ab24cb770a3f441b63fbbb50777e0a9c11a35360cd84ef49dd3bfeb23" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-16 17:13.05 ---> using "201ad514b21b8e45f6ee307ccc16011d93b1898dc3d1c414ee43a01f6017ca08" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-16 17:13.05 ---> using "0ea47d1513ca38b3e93e2d568380f3532c58d7ee39e5227e7b3a1d92427960eb" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..0b0acbee05 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-16 17:13.05 ---> using "ab73ebcb4a8f0dc890272086ed3b984d087fa9a4f8132756c5df5136d947e249" from cache/src: (copy (src runtime_events_tools.opam) (dst ./))2026-04-16 17:13.05 ---> saved as "ca5fa7be6421e2984874d7d2a38c17add3953ef2f7703ea75824604f03782504"/src: (run (network host)(shell "opam pin add -yn runtime_events_tools.dev './'"))[runtime_events_tools.dev] synchronised (file:///src)runtime_events_tools is now pinned to file:///src (version dev)2026-04-16 17:13.06 ---> saved as "8a35b07f5478bd1428f6d6453fdd09d55fa45a98a690aaa63e6db7c08fac8cb6"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-16 17:13.06 ---> saved as "ab90740e9f6663d413113268b09ac0872cb0896fd8401f28618fc8db421f1017"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y runtime_events_tools.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)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:cmake libffi-devel zlib-ng-compat-devel zlib-ng-compat-static<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Upgrading:- zlib-ng-compat x86_64 2.3.3-2.fc43 updates 161.7 KiB- replacing zlib-ng-compat x86_64 2.3.3-1.fc43 updates 161.7 KiB- Installing:- cmake x86_64 3.31.11-1.fc43 updates 34.5 MiB- libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB- zlib-ng-compat-devel x86_64 2.3.3-2.fc43 updates 107.0 KiB- zlib-ng-compat-static x86_64 2.3.3-2.fc43 updates 2.1 MiB- Installing dependencies:- cmake-data noarch 3.31.11-1.fc43 updates 8.5 MiB- cmake-filesystem x86_64 3.31.11-1.fc43 updates 0.0 B- jsoncpp x86_64 1.9.6-2.fc43 fedora 257.6 KiB- libuv x86_64 1:1.51.0-2.fc43 fedora 570.2 KiB- rhash x86_64 1.4.5-3.fc43 fedora 351.1 KiB- vim-filesystem noarch 2:9.2.280-1.fc43 updates 40.0 B-- Transaction Summary:- Installing: 10 packages- Upgrading: 1 package- Replacing: 1 package-- Total size of inbound packages is 16 MiB. Need to download 16 MiB.- After this operation, 46 MiB extra will be used (install 47 MiB, remove 162 KiB).- [ 1/11] cmake-filesystem-0:3.31.11-1.fc 100% | 152.0 KiB/s | 13.4 KiB | 00m00s- [ 2/11] cmake-data-0:3.31.11-1.fc43.noa 100% | 8.7 MiB/s | 2.5 MiB | 00m00s- [ 3/11] cmake-0:3.31.11-1.fc43.x86_64 100% | 26.0 MiB/s | 12.2 MiB | 00m00s- [ 4/11] libuv-1:1.51.0-2.fc43.x86_64 100% | 978.2 KiB/s | 266.1 KiB | 00m00s- [ 5/11] rhash-0:1.4.5-3.fc43.x86_64 100% | 2.1 MiB/s | 197.9 KiB | 00m00s- [ 6/11] libffi-devel-0:3.5.2-1.fc43.x86 100% | 1.9 MiB/s | 29.7 KiB | 00m00s- [ 7/11] zlib-ng-compat-devel-0:2.3.3-2. 100% | 2.5 MiB/s | 37.8 KiB | 00m00s- [ 8/11] vim-filesystem-2:9.2.280-1.fc43 100% | 791.7 KiB/s | 15.8 KiB | 00m00s- [ 9/11] zlib-ng-compat-0:2.3.3-2.fc43.x 100% | 5.1 MiB/s | 88.7 KiB | 00m00s- [10/11] zlib-ng-compat-static-0:2.3.3-2 100% | 10.6 MiB/s | 478.9 KiB | 00m00s- [11/11] jsoncpp-0:1.9.6-2.fc43.x86_64 100% | 69.5 KiB/s | 101.1 KiB | 00m01s- --------------------------------------------------------------------------------- [11/11] Total 100% | 8.5 MiB/s | 15.9 MiB | 00m02s- Running transaction- [ 1/14] Verify package files 100% | 34.0 B/s | 11.0 B | 00m00s- [ 2/14] Prepare transaction 100% | 65.0 B/s | 12.0 B | 00m00s- [ 3/14] Installing cmake-filesystem-0:3 100% | 843.3 KiB/s | 7.6 KiB | 00m00s- [ 4/14] Upgrading zlib-ng-compat-0:2.3. 100% | 26.5 MiB/s | 162.6 KiB | 00m00s- [ 5/14] Installing zlib-ng-compat-devel 100% | 15.1 MiB/s | 108.6 KiB | 00m00s- [ 6/14] Installing vim-filesystem-2:9.2 100% | 161.5 KiB/s | 4.8 KiB | 00m00s- [ 7/14] Installing rhash-0:1.4.5-3.fc43 100% | 6.8 MiB/s | 356.4 KiB | 00m00s- [ 8/14] Installing libuv-1:1.51.0-2.fc4 100% | 56.0 MiB/s | 573.0 KiB | 00m00s- [ 9/14] Installing jsoncpp-0:1.9.6-2.fc 100% | 31.6 MiB/s | 259.2 KiB | 00m00s- [10/14] Installing cmake-0:3.31.11-1.fc 100% | 63.9 MiB/s | 34.5 MiB | 00m01s- [11/14] Installing cmake-data-0:3.31.11 100% | 16.8 MiB/s | 9.1 MiB | 00m01s- [12/14] Installing zlib-ng-compat-stati 100% | 82.9 MiB/s | 2.1 MiB | 00m00s- [13/14] Installing libffi-devel-0:3.5.2 100% | 11.6 MiB/s | 35.6 KiB | 00m00s- [14/14] Removing zlib-ng-compat-0:2.3.3 100% | 39.0 B/s | 5.0 B | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"- cmake-3.31.11-1.fc43.x86_64- libffi-devel-3.5.2-1.fc43.x86_64- zlib-ng-compat-devel-2.3.3-2.fc43.x86_64- zlib-ng-compat-static-2.3.3-2.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-16 17:13.35 ---> saved as "472ed1a7d03f46538982c7d4c9c53016de16b55b2ee0b99ac4d2eff675f2fae2"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 27 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.0- install conf-cmake 1- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-zlib 1- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.22.2- install dune-configurator 3.22.2- install fmt 0.11.0- install hdr_histogram 0.0.4- install integers 0.7.0- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved conf-cmake.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-cmake.1-> installed conf-pkg-config.4-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> retrieved fmt.0.11.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-zlib.1-> retrieved hdr_histogram.0.0.4 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.2-> installed csexp.1.5.2-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed integers.0.7.0-> installed dune-configurator.3.22.2-> installed alcotest.1.9.1-> installed ctypes.0.24.0-> installed menhir.20260209-> installed ctypes-foreign.0.24.0-> installed hdr_histogram.0.0.4Done.# To update the current shell environment, run: eval $(opam env)2026-04-16 17:15.43 ---> saved as "d195a7e12fd154c38ea1e09991c0386af0e75bab69cc22e013b43f914487d647"/src: (copy (src .) (dst /src))2026-04-16 17:15.43 ---> saved as "4d0338a6e90268ae87d5dc2858348dbc371966687f6e933848f7311dacea06ad"/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 `ZTFPF5HZ'.[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.104s. 2 tests run.(cd _build/default/test && ../bin/olly.exe latency ./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: 2047GC latency profile:#[Mean (ms): 0.30, Stddev (ms): 0.26]#[Min (ms): 0.01, max (ms): 0.69]Percentile Latency (ms)25.0000 0.0150.0000 0.4160.0000 0.4170.0000 0.4275.0000 0.4280.0000 0.4285.0000 0.4290.0000 0.6995.0000 0.6996.0000 0.6997.0000 0.6998.0000 0.6999.0000 0.6999.9000 0.6999.9900 0.6999.9990 0.6999.9999 0.69100.0000 0.69(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.01CPU time (s): 0.02GC time (s): 0.00GC overhead (% of CPU time): 23.55%Per domain stats:Domain Wall(s) GC(s) GC(%)0 0.01 0.00 10.161 0.01 0.00 48.092 0.01 0.00 13.69GC latency profile:#[Mean (ms): 1.12, Stddev (ms): 1.10]#[Min (ms): 0.07, max (ms): 2.97]Percentile Latency (ms)25.0000 0.0750.0000 0.7260.0000 0.7270.0000 0.7275.0000 0.7280.0000 0.7285.0000 0.7290.0000 2.9795.0000 2.9796.0000 2.9797.0000 2.9798.0000 2.9799.0000 2.9799.9000 2.9799.9900 2.9799.9990 2.9799.9999 2.97100.0000 2.97(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): 4.02CPU time (s): 11.41GC time (s): 6.21GC overhead (% of CPU time): 54.44%Per domain stats:Domain Wall(s) GC(s) GC(%)0 4.02 2.12 52.811 3.77 2.13 56.502 3.62 1.96 54.09GC latency profile:#[Mean (ms): 1.14, Stddev (ms): 2.98]#[Min (ms): 0.00, max (ms): 38.24]Percentile Latency (ms)25.0000 0.0050.0000 0.0260.0000 0.0470.0000 0.1375.0000 0.2680.0000 0.8185.0000 1.8990.0000 4.1095.0000 7.5096.0000 8.4597.0000 9.8298.0000 11.1099.0000 14.3699.9000 23.9099.9900 31.5199.9990 38.2499.9999 38.24100.0000 38.242026-04-16 17:15.49 ---> saved as "8beca26a99d77370eea3f3bb7233dc7b28c4847afda804fd59a18052623c8c95"Job succeeded2026-04-16 17:15.49: Job succeeded