2026-02-13 06:55.43: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (4df76e2ec0fa83f64e6cfd9b4b6a4bc0ce310c00) (linux-x86_64:alpine-3.22-5.4_opam-2.5) Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5 Opam project build To reproduce locally: git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard 4df76e2e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5 # alpine-3.22-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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && 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.21.0 dune-configurator.3.21.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 thread-local-storage.0.2 topkg.1.1.1 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.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-02-13 06:55.43: Using cache hint "tarides/runtime_events_tools-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-alpine-3.22-5.4_opam-2.5-e5db249072e4d9ad5ddf6aa8ea2c63ab" 2026-02-13 06:55.43: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5) (comment alpine-3.22-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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && 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.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.21.0 dune-configurator.3.21.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 thread-local-storage.0.2 topkg.1.1.1 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.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-02-13 06:55.43: Waiting for resource in pool OCluster 2026-02-13 06:55.43: Waiting for worker… 2026-02-13 06:55.44: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 4df76e2 Merge pull request #80 from tmcgilchrist/cmdliner_2 (from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5) 2026-02-13 06:55.45 ---> using "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e" from cache /: (comment alpine-3.22-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-02-13 06:55.45 ---> using "5de1607ed24a4d9a94f038b30a5d26051019ad9d567bd9b920207c8a8790958e" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-13 06:55.45 ---> using "9a9c4e5cee84ea1f4dd03ef20c73db2f8677135dce421b26bfc6a84a6e4cec86" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-13 06:55.45 ---> using "667074f5be2334a92415ceab74ec15bb59d47bdf0e2beb825eaa389555f40c78" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-13 06:55.45 ---> using "33c7b91e3a3fd17dd0b670dfb64c2fe390ea331270d4439429317512d6a40df2" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6b2f19780..119f3176b8 master -> origin/master 98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-13 06:55.45 ---> using "f6145c5a0c0a9be97566daa5821a9aae56938c74c3a2cbb02c6047ae43972b2f" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-02-13 06:55.45 ---> using "40a871f4afc877cfb7b7c6dec44e968e0169789d76a9440511d1fc72f97e958a" 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-02-13 06:55.45 ---> using "a68c81628da8e723232195bfb9886d5bb8d615475a6523033e99ae5c9d8a1976" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-13 06:55.45 ---> using "9be66a0ed67f5d9e9c97ec5d76b08abda2cc3c8259c9553a32f074d26b53f992" 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.21.0 dune-configurator.3.21.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 thread-local-storage.0.2 topkg.1.1.1 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.5 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.3-20-gd3fa094d20f [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.3-19-g15daaae5c08 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20260127-1017-g7ebd8967b6f [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-1030-gd59f57a2fa1 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-1023-g91b53196522 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 60886 distinct packages available <><> 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-dev zlib-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "cmake" "libffi-dev" "zlib-dev" - (1/7) Installing libarchive (3.8.3-r0) - (2/7) Installing rhash-libs (1.4.5-r0) - (3/7) Installing libuv (1.51.0-r0) - (4/7) Installing cmake (3.31.7-r1) - (5/7) Installing linux-headers (6.14.2-r0) - (6/7) Installing libffi-dev (3.4.8-r0) - (7/7) Installing zlib-dev (1.3.1-r2) - Executing busybox-1.37.0-r20.trigger - OK: 366 MiB in 110 packages # To update the current shell environment, run: eval $(opam env) 2026-02-13 06:55.45 ---> using "452b208087ee162a31ac467be80d52d040a106ace0a854f0f7f560f98e1d31a3" 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 31 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.21.0 - install dune-configurator 3.21.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 thread-local-storage 0.2 - install topkg 1.1.1 - install trace 0.10 - install trace-fuchsia 0.10 - 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 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.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved trace.0.10, trace-fuchsia.0.10 (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 mtime.2.1.0 -> installed astring.0.8.5 -> installed dune.3.21.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 thread-local-storage.0.2 -> installed trace.0.10 -> installed trace-fuchsia.0.10 -> installed integers.0.7.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.21.0 -> installed menhir.20260209 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed hdr_histogram.0.0.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-13 06:55.45 ---> using "366855e8cefffdb697cedc3b7023dc66791c087d3bd7c62c9f5af75a744aa2b6" from cache /src: (copy (src .) (dst /src)) 2026-02-13 06:55.45 ---> using "8661e51dde8a647ae8455d43463cae96f219988ab70156efbdd69fe18003fc3a" from cache /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 `O66A3A5U'. [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: 4095 1024 trees of depth 4 check: 31744 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 256 trees of depth 6 check: 32512 64 trees of depth 8 check: 32704 64 trees of depth 8 check: 32704 64 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 16 trees of depth 10 check: 32752 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): 15.30% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.00 0.00 11.63 1 0.00 0.00 16.93 2 0.00 0.00 19.20 GC latency profile: #[Mean (ms): 0.22, Stddev (ms): 0.11] #[Min (ms): 0.03, max (ms): 0.29] Percentile Latency (ms) 25.0000 0.03 50.0000 0.28 60.0000 0.28 70.0000 0.29 75.0000 0.29 80.0000 0.29 85.0000 0.29 90.0000 0.29 95.0000 0.29 96.0000 0.29 97.0000 0.29 98.0000 0.29 99.0000 0.29 99.9000 0.29 99.9900 0.29 99.9990 0.29 99.9999 0.29 100.0000 0.29 (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.40 CPU time (s): 4.00 GC time (s): 1.99 GC overhead (% of CPU time): 49.76% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 1.40 0.72 51.48 1 1.31 0.64 49.27 2 1.29 0.63 48.41 GC latency profile: #[Mean (ms): 0.37, Stddev (ms): 0.83] #[Min (ms): 0.00, max (ms): 7.28] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.02 70.0000 0.07 75.0000 0.19 80.0000 0.39 85.0000 0.93 90.0000 1.66 95.0000 2.14 96.0000 2.44 97.0000 2.83 98.0000 3.49 99.0000 3.86 99.9000 4.50 99.9900 6.64 99.9990 7.28 99.9999 7.28 100.0000 7.28 2026-02-13 06:55.45 ---> using "3d6808ce56b84535afd78b306d8b9c69da60a07c3dd98748e54351bee968b211" from cache Job succeeded 2026-02-13 06:55.45: Job succeeded