2026-03-28 10:56.51: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/87/head (ee8ac4d6667fb22339ff32bbc813079f6f48fd73) (linux-x86_64:opensuse-15.6-5.4_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/87/head" && git reset --hard ee8ac4d6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 # opensuse-15.6-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./ RUN opam pin add -yn runtime_events_tools_bare.dev './' && \ opam pin add -yn runtime_events_tools.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.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.0 dune-configurator.3.22.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 trace.0.12 trace-fuchsia.0.12 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_bare.dev runtime_events_tools.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-03-28 10:56.51: Using cache hint "tarides/runtime_events_tools-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591-opensuse-15.6-5.4_opam-2.5-0604de192e15b40931b1c9465f6ed3f8" 2026-03-28 10:56.51: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591) (comment opensuse-15.6-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (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.0 dune-configurator.3.22.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 trace.0.12 trace-fuchsia.0.12 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_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")) ) 2026-03-28 10:56.51: Waiting for resource in pool OCluster 2026-03-28 10:56.51: Waiting for worker… 2026-03-28 10:56.51: Got resource from pool OCluster Building on eumache.caelum.ci.dev HEAD is now at 4df0160 Oh Windows, you're so special and different. HEAD is now at ee8ac4d Oh Windows, you're so special and different. (from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591) Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591' locally docker.io/ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591: Pulling from ocaml/opam cf0250ddcb79: Already exists 99d6228551d3: Already exists eb9744e995eb: Already exists 5ae1a21f2990: Already exists e38ab4698354: Already exists 9a5662450177: Already exists 476dc93a5a76: Already exists 3726ac50f1a1: Already exists cae38fdf66bd: Already exists 31993a0324ec: Already exists 2d362c465023: Already exists 7ac0c4ac1b7d: Already exists f696c93325ec: Already exists 4a19fe572635: Already exists 264628790d1f: Already exists 934484690cb7: Already exists 8ffdfee9f956: Already exists 676e0a41c843: Already exists 8637e8d57023: Already exists 4f4fb700ef54: Already exists 70a843b0e124: Already exists a6ee600dcedf: Already exists 030ed89b21b4: Already exists 7e41148aff92: Already exists 2ab16f67a61d: Already exists 9c259d4cd45b: Already exists a74b17d442a2: Already exists e80055926786: Already exists ffb97e0921dc: Already exists 7313cd36453e: Already exists 8fd197a1e0b6: Already exists c8073b345e19: Already exists f56d37d0326a: Already exists c1bfcfbe1453: Already exists 41ff16dcdf3c: Already exists cbe2a067d63a: Already exists 65ca06df0321: Already exists bb9ce1267676: Already exists f32cc46a62fc: Already exists 8df21db24745: Already exists 717f71e75fbf: Already exists f50f423e5f7d: Already exists 130578962785: Already exists eb66f1ce35ef: Already exists 659b7fa104b4: Already exists Digest: sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 Status: Downloaded newer image for ocaml/opam@sha256:d5eedf2db63cad35035cd4beb5f053f9a840735aee88252a355da1bd6a0c1591 2026-03-28 10:56.52 ---> using "c6a1131d87fe81b3c5dd0a1a137a8f5539f4e2f1fd1faba8a2efef22e8c4eba9" from cache /: (comment opensuse-15.6-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-03-28 10:56.52 ---> using "aba125f442ebca1613bb2dc403fa17f047432f612fe1fe553be27d9e02cd9dd7" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-28 10:56.52 ---> using "9958be451c1edb34a483a57a08196fec3220f75513964403498fe28c613b8a9f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-173-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-03-28 10:56.52 ---> using "fcd9c1d34ef35aa901203eee22440fe414d47a07fca0ba30d8c25a578321e6ea" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-28 10:56.52 ---> using "b971d9c91a5370a63037966e03acbc1f3330aa7e4ec33858cf986917a901851d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..46f289cd37 master -> origin/master 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, 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-03-28 10:56.52 ---> using "868590641375b3162a75c6ab96088022b3adfed72b9fae2cd6d01d6e082c2977" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-03-28 10:56.52 ---> using "e295211abb7e95223231882a38e152c01d428e3e5a8b24fe1a22aae3a332080d" from cache /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) 2026-03-28 10:56.52 ---> using "0ea6a7920cccaf5b099ea55ef7a04ce2d7e40da6aa58132f52b88524a5706257" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-28 10:56.52 ---> using "043345005ba3cf2e1d8795753ecd07d27e7e9a60d4f99f120d458f808fdedca4" from cache /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.0 dune-configurator.3.22.0 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 trace.0.12 trace-fuchsia.0.12 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_bare.dev runtime_events_tools.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [.. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - .. - ..... - .... - .............done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.. - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - . - ...... - .... - ............ - ................ - .......... - .......... - .......... - ......... - .......... - .......... - .......... - .......... - ............ - .............done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [runtime_events_tools.dev] synchronised (file:///src) [runtime_events_tools_bare.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: cmake libffi-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "cmake" "libffi-devel" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 9 NEW packages are going to be installed: - cmake cmake-full libarchive13 libffi-devel libjsoncpp19 libopenssl1_1 libpython3_6m1_0 librhash0 python3-base - - 9 new packages to install. - - Package download size: 25.0 MiB - - Package install size change: - | 89.5 MiB required by packages that will be installed - 89.5 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (1/9), 26.7 KiB - Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [..... - .... - ..done] - Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (2/9), 77.1 KiB - Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [.done] - Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (3/9), 84.7 KiB - Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.done] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (4/9), 341.4 KiB - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [... - .... - .... - not found] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found] - Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [..done (282.8 KiB/s)] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (5/9), 1.4 MiB - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found] - Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [...done (606.4 KiB/s)] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/9), 7.8 MiB - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [..not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.. - .....done (7.5 MiB/s)] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/9), 1.2 MiB - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found] - Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [..done (127.0 KiB/s)] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/9), 13.9 MiB - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.........done (12.3 MiB/s)] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/9), 104.6 KiB - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found] - Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.done] - - Checking for file conflicts: [....done] - (1/9) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done] - (2/9) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done] - (3/9) Installing: librhash0-1.3.5-1.25.x86_64 [..done] - (4/9) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done] - (5/9) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done] - (6/9) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [.... - ......done] - (7/9) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [...done] - (8/9) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [.. - .......... - ....done] - (9/9) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done] # To update the current shell environment, run: eval $(opam env) 2026-03-28 10:56.52 ---> using "9d12021c6a35dcc71812461c432c5cc8dc6c731a07d8920cfbe800e25bd70188" from cache /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 30 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.0 - install dune-configurator 3.22.0 - 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 mtime 2.1.0 - 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 trace 0.12 - install trace-fuchsia 0.12 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved conf-cmake.1 (https://opam.ocaml.org/cache) -> installed conf-pkg-config.4 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved fmt.0.11.0 (cached) -> installed conf-cmake.1 -> installed conf-libffi.2.0.0 -> installed conf-zlib.1 -> retrieved integers.0.7.0 (cached) -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.22.0, dune-configurator.3.22.0 (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 re.1.14.0 (cached) -> installed cmdliner.2.1.0 -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved trace.0.12, trace-fuchsia.0.12 (https://opam.ocaml.org/cache) -> 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 mtime.2.1.0 -> installed astring.0.8.5 -> installed dune.3.22.0 -> 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 re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed trace.0.12 -> installed integers.0.7.0 -> installed trace-fuchsia.0.12 -> installed dune-configurator.3.22.0 -> installed alcotest.1.9.1 -> installed ctypes.0.24.0 -> installed menhir.20260209 -> installed ctypes-foreign.0.24.0 -> installed hdr_histogram.0.0.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-03-28 10:56.52 ---> using "86478f135819260426784896608fc1eee549b83defceabe8c9cf06d2d8a5e846" from cache /src: (copy (src .) (dst /src)) 2026-03-28 10:56.52 ---> saved as "1eed2e3f4fca36e166baa4e60e97e17d0de83c47b966aa985cca693c5668a100" /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: 4095 1024 trees of depth 4 check: 31744 1024 trees of depth 4 check: 31744 256 trees of depth 6 check: 32512 256 trees of depth 6 check: 32512 1024 trees of depth 4 check: 31744 64 trees of depth 8 check: 32704 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 256 trees of depth 6 check: 32512 16 trees of depth 10 check: 32752 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 long lived tree of depth 10 check: 2047 Execution times: Wall time (s): 0.00 CPU time (s): 0.01 GC time (s): 0.00 GC overhead (% of CPU time): 9.83% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.00 0.00 0.00 1 0.00 0.00 16.69 2 0.00 0.00 16.27 GC latency profile: #[Mean (ms): 0.32, Stddev (ms): 0.20] #[Min (ms): 0.03, max (ms): 0.46] Percentile Latency (ms) 25.0000 0.03 50.0000 0.46 60.0000 0.46 70.0000 0.46 75.0000 0.46 80.0000 0.46 85.0000 0.46 90.0000 0.46 95.0000 0.46 96.0000 0.46 97.0000 0.46 98.0000 0.46 99.0000 0.46 99.9000 0.46 99.9900 0.46 99.9990 0.46 99.9999 0.46 100.0000 0.46 (cd _build/default/test && ./test_launch.exe --show-errors) Testing `Runtime Events Tools'. This run has ID `GVG2OP9X'. [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.053s. 2 tests run. (cd _build/default/test && ../bin/olly.exe gc-stats ./test_gc_stats.exe 19) stretch tree of depth 20 check: 2097151 524288 trees of depth 4 check: 16252928 524288 trees of depth 4 check: 16252928 524288 trees of depth 4 check: 16252928 131072 trees of depth 6 check: 16646144 131072 trees of depth 6 check: 16646144 131072 trees of depth 6 check: 16646144 32768 trees of depth 8 check: 16744448 32768 trees of depth 8 check: 16744448 32768 trees of depth 8 check: 16744448 8192 trees of depth 10 check: 16769024 8192 trees of depth 10 check: 16769024 8192 trees of depth 10 check: 16769024 2048 trees of depth 12 check: 16775168 2048 trees of depth 12 check: 16775168 2048 trees of depth 12 check: 16775168 512 trees of depth 14 check: 16776704 512 trees of depth 14 check: 16776704 512 trees of depth 14 check: 16776704 128 trees of depth 16 check: 16777088 128 trees of depth 16 check: 16777088 128 trees of depth 16 check: 16777088 32 trees of depth 18 check: 16777184 32 trees of depth 18 check: 16777184 32 trees of depth 18 check: 16777184 long lived tree of depth 19 check: 1048575 Execution times: Wall time (s): 1.66 CPU time (s): 4.74 GC time (s): 2.36 GC overhead (% of CPU time): 49.74% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 1.66 0.85 51.46 1 1.53 0.74 48.46 2 1.55 0.76 49.16 GC latency profile: #[Mean (ms): 0.45, Stddev (ms): 0.99] #[Min (ms): 0.00, max (ms): 5.55] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.02 70.0000 0.07 75.0000 0.20 80.0000 0.44 85.0000 1.18 90.0000 1.97 95.0000 2.79 96.0000 2.98 97.0000 3.45 98.0000 3.97 99.0000 4.35 99.9000 5.27 99.9900 5.38 99.9990 5.55 99.9999 5.55 100.0000 5.55 2026-03-28 10:56.54 ---> saved as "321d01d34bffbd7489568f8d78d69556191d4c2aa27b887c430c53630676cbd1" Job succeeded 2026-03-28 10:56.55: Job succeeded