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:ubuntu-25.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691 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/89/head" && git reset --hard 0b70ef6e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691 # ubuntu-25.04-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u COPY --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 $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-04-16 16:39.18: Using cache hint "tarides/runtime_events_tools-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691-ubuntu-25.04-5.4_opam-2.5-8eb8a6feb2a3857b6b4116cf31c2b716" 2026-04-16 16:39.18: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691) (comment ubuntu-25.04-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 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 OCluster 2026-04-16 19:37.55: Waiting for worker… 2026-04-16 19:45.49: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at 0b70ef6 Reformat and add doc strings to fxt library (from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691' locally docker.io/ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691: Pulling from ocaml/opam c62190a9ab61: Already exists f1b90cdcec88: Pulling fs layer f8127a040c1d: Pulling fs layer 2447f562704f: Pulling fs layer 0d0f3574c57a: Pulling fs layer aced54db9227: Pulling fs layer 628811db6b3c: Pulling fs layer d98318ee8cc2: Pulling fs layer b4056aeacb3c: Pulling fs layer 318cc58f031e: Pulling fs layer e3395b2326bd: Pulling fs layer 506a26e021f3: Pulling fs layer 9586cad45233: Pulling fs layer ff737bcc8afd: Pulling fs layer 97c90c908f2c: Pulling fs layer e3e492fc5cff: Pulling fs layer 6dc572fd729f: Pulling fs layer 823b417e9c08: Pulling fs layer f96f3df0bcd1: Pulling fs layer e87ce6e2ce9c: Pulling fs layer aacf312e7271: Pulling fs layer 4f4fb700ef54: Pulling fs layer 5890479a716c: Pulling fs layer b5227f4fe3ac: Pulling fs layer 68ef80443855: Pulling fs layer 552579538854: Pulling fs layer e6ed7c3a752f: Pulling fs layer 365e137a0aa5: Pulling fs layer e58e7ad04a6a: Pulling fs layer 3cc1cd29089f: Pulling fs layer a0521c40c1eb: Pulling fs layer a1dc524408e1: Pulling fs layer 1f1d80e028b5: Pulling fs layer 9a99205de717: Pulling fs layer 37e5ec0ffedd: Pulling fs layer b570147adb8a: Pulling fs layer 620a0584243b: Pulling fs layer ae1ae5589352: Pulling fs layer a9b28e13afbf: Pulling fs layer 82ac02c3438f: Pulling fs layer 63de1911d408: Pulling fs layer 0d0f3574c57a: Waiting d068a121e87b: Pulling fs layer aced54db9227: Waiting 628811db6b3c: Waiting ecc208f29136: Pulling fs layer d98318ee8cc2: Waiting 226eb74151c6: Pulling fs layer 468808489549: Pulling fs layer b4056aeacb3c: Waiting 318cc58f031e: Waiting 6f5b63162ee4: Pulling fs layer 5fea2b7079e1: Pulling fs layer e3395b2326bd: Waiting 506a26e021f3: Waiting 9586cad45233: Waiting ff737bcc8afd: Waiting 97c90c908f2c: Waiting a1dc524408e1: Waiting e3e492fc5cff: Waiting 1f1d80e028b5: Waiting 6dc572fd729f: Waiting 9a99205de717: Waiting 37e5ec0ffedd: Waiting 823b417e9c08: Waiting b570147adb8a: Waiting 620a0584243b: Waiting f96f3df0bcd1: Waiting ae1ae5589352: Waiting a9b28e13afbf: Waiting e87ce6e2ce9c: Waiting 82ac02c3438f: Waiting aacf312e7271: Waiting 63de1911d408: Waiting 4f4fb700ef54: Waiting d068a121e87b: Waiting 5890479a716c: Waiting ecc208f29136: Waiting b5227f4fe3ac: Waiting 68ef80443855: Waiting 226eb74151c6: Waiting 468808489549: Waiting 552579538854: Waiting 6f5b63162ee4: Waiting e6ed7c3a752f: Waiting 365e137a0aa5: Waiting e58e7ad04a6a: Waiting 5fea2b7079e1: Waiting a0521c40c1eb: Waiting 3cc1cd29089f: Waiting f1b90cdcec88: Download complete f1b90cdcec88: Pull complete f8127a040c1d: Download complete f8127a040c1d: Pull complete 0d0f3574c57a: Verifying Checksum 0d0f3574c57a: Download complete aced54db9227: Download complete 628811db6b3c: Verifying Checksum 628811db6b3c: Download complete d98318ee8cc2: Download complete 2447f562704f: Verifying Checksum 2447f562704f: Download complete b4056aeacb3c: Download complete 506a26e021f3: Verifying Checksum 506a26e021f3: Download complete e3395b2326bd: Download complete 2447f562704f: Pull complete 0d0f3574c57a: Pull complete ff737bcc8afd: Verifying Checksum ff737bcc8afd: Download complete 97c90c908f2c: Download complete 9586cad45233: Verifying Checksum 9586cad45233: Download complete e3e492fc5cff: Verifying Checksum e3e492fc5cff: Download complete 6dc572fd729f: Verifying Checksum 6dc572fd729f: Download complete 318cc58f031e: Verifying Checksum 318cc58f031e: Download complete f96f3df0bcd1: Verifying Checksum f96f3df0bcd1: Download complete aacf312e7271: Verifying Checksum aacf312e7271: Download complete e87ce6e2ce9c: Verifying Checksum e87ce6e2ce9c: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 823b417e9c08: Download complete 5890479a716c: Verifying Checksum 5890479a716c: Download complete 68ef80443855: Verifying Checksum 68ef80443855: Download complete b5227f4fe3ac: Verifying Checksum b5227f4fe3ac: Download complete 552579538854: Verifying Checksum 552579538854: Download complete 365e137a0aa5: Verifying Checksum 365e137a0aa5: Download complete e58e7ad04a6a: Download complete e6ed7c3a752f: Download complete 3cc1cd29089f: Verifying Checksum 3cc1cd29089f: Download complete a1dc524408e1: Verifying Checksum a1dc524408e1: Download complete 1f1d80e028b5: Verifying Checksum 1f1d80e028b5: Download complete 9a99205de717: Download complete a0521c40c1eb: Download complete b570147adb8a: Verifying Checksum b570147adb8a: Download complete ae1ae5589352: Download complete a9b28e13afbf: Verifying Checksum a9b28e13afbf: Download complete 82ac02c3438f: Download complete 63de1911d408: Download complete aced54db9227: Pull complete d068a121e87b: Verifying Checksum d068a121e87b: Download complete 628811db6b3c: Pull complete ecc208f29136: Verifying Checksum ecc208f29136: Download complete 37e5ec0ffedd: Verifying Checksum 37e5ec0ffedd: Download complete d98318ee8cc2: Pull complete 468808489549: Download complete b4056aeacb3c: Pull complete 318cc58f031e: Pull complete 6f5b63162ee4: Verifying Checksum 6f5b63162ee4: Download complete e3395b2326bd: Pull complete 506a26e021f3: Pull complete 5fea2b7079e1: Verifying Checksum 5fea2b7079e1: Download complete 9586cad45233: Pull complete ff737bcc8afd: Pull complete 97c90c908f2c: Pull complete e3e492fc5cff: Pull complete 6dc572fd729f: Pull complete 823b417e9c08: Pull complete f96f3df0bcd1: Pull complete e87ce6e2ce9c: Pull complete aacf312e7271: Pull complete 4f4fb700ef54: Pull complete 5890479a716c: Pull complete b5227f4fe3ac: Pull complete 68ef80443855: Pull complete 552579538854: Pull complete e6ed7c3a752f: Pull complete 365e137a0aa5: Pull complete e58e7ad04a6a: Pull complete 3cc1cd29089f: Pull complete a0521c40c1eb: Pull complete a1dc524408e1: Pull complete 1f1d80e028b5: Pull complete 9a99205de717: Pull complete 226eb74151c6: Verifying Checksum 226eb74151c6: Download complete 620a0584243b: Verifying Checksum 620a0584243b: Download complete 37e5ec0ffedd: Pull complete b570147adb8a: Pull complete 620a0584243b: Pull complete ae1ae5589352: Pull complete a9b28e13afbf: Pull complete 82ac02c3438f: Pull complete 63de1911d408: Pull complete d068a121e87b: Pull complete ecc208f29136: Pull complete 226eb74151c6: Pull complete 468808489549: Pull complete 6f5b63162ee4: Pull complete 5fea2b7079e1: Pull complete Digest: sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691 Status: Downloaded newer image for ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691 2026-04-16 19:45.49 ---> using "f5e318b4f7827354c80e01f5eb08623f14d26dfa9c8f46d7e4a7dc1dd9ab7d51" from cache /: (comment ubuntu-25.04-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-04-16 19:45.49 ---> using "c9f84644fcc821060258035ba30dfb4315e5df38a445f49836385c483d31f3a8" 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-04-16 19:45.49 ---> using "f27a52b673e6e3229d278370091ff6620c479075b9adc6b6ca721f257c891299" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-04-16 19:45.49 ---> using "63d0aa07c2e13f7fb08e30a71f13a7a028dcde32b34e098fd5a3a3bb36803634" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-16 19:45.49 ---> using "6ccde9157983d8bdc8449890dbf5280f5a1b54008b8dfa81011feef78f5cee9f" 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_HEAD 42844088d7..0b0acbee05 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible 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-04-16 19:45.49 ---> using "d07808975f80284efc1065bbedd6b695fef964355625506bc4000f19f0db7bf6" from cache /src: (copy (src runtime_events_tools.opam) (dst ./)) 2026-04-16 19:45.50 ---> saved as "82b008695a5cefd8f9d740cfbed7cd43be40b3716a9314ed7fa35e52abe68c56" /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 19:45.54 ---> saved as "9dcf8f2a8b4e140085ec07161fa07de953d90e3c6e76d3303d78479715409b4b" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-16 19:45.54 ---> saved as "a81e2d5db5d438511b4186d69412c8dd6799a7fe480b9776c9ef1d52955cee90" /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/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease - Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease - Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease - Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease - Reading package lists... - <><> 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-dev pkg-config zlib1g-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libffi-dev" "pkg-config" "zlib1g-dev" - Selecting previously unselected package libxml2:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16533 files and directories currently installed.) - Preparing to unpack .../00-libxml2_2.12.7+dfsg+really2.9.14-0.4ubuntu0.4_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ... - Selecting previously unselected package libuv1t64:amd64. - Preparing to unpack .../01-libuv1t64_1.50.0-2ubuntu1_amd64.deb ... - Unpacking libuv1t64:amd64 (1.50.0-2ubuntu1) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../02-cmake-data_3.31.6-1ubuntu1_all.deb ... - Unpacking cmake-data (3.31.6-1ubuntu1) ... - Selecting previously unselected package libarchive13t64:amd64. - Preparing to unpack .../03-libarchive13t64_3.7.7-0ubuntu2.3_amd64.deb ... - Unpacking libarchive13t64:amd64 (3.7.7-0ubuntu2.3) ... - Selecting previously unselected package libjsoncpp26:amd64. - Preparing to unpack .../04-libjsoncpp26_1.9.6-3_amd64.deb ... - Unpacking libjsoncpp26:amd64 (1.9.6-3) ... - Selecting previously unselected package librhash1:amd64. - Preparing to unpack .../05-librhash1_1.4.5-1_amd64.deb ... - Unpacking librhash1:amd64 (1.4.5-1) ... - Selecting previously unselected package cmake. - Preparing to unpack .../06-cmake_3.31.6-1ubuntu1_amd64.deb ... - Unpacking cmake (3.31.6-1ubuntu1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../07-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../08-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../09-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../10-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../11-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../12-libffi-dev_3.4.7-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.7-1) ... - Setting up libuv1t64:amd64 (1.50.0-2ubuntu1) ... - Setting up libffi-dev:amd64 (3.4.7-1) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libjsoncpp26:amd64 (1.9.6-3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ... - Setting up cmake-data (3.31.6-1ubuntu1) ... - Setting up librhash1:amd64 (1.4.5-1) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Setting up libarchive13t64:amd64 (3.7.7-0ubuntu2.3) ... - Setting up cmake (3.31.6-1ubuntu1) ... - Processing triggers for libc-bin (2.41-6ubuntu1.2) ... # To update the current shell environment, run: eval $(opam env) 2026-04-16 19:46.31 ---> saved as "2e12d48314c28da610737b9a95fe614d39c2ec9081841f038e11c3f6ed0e8f6c" /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 integers.0.7.0 (cached) -> retrieved hdr_histogram.0.0.4 (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 re.1.14.0 -> installed stdlib-shims.0.3.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.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-16 19:48.00 ---> saved as "475ebcef396c27852ca8af166dc94b36b2e63ee2ce72efabd1d194b94e2160ce" /src: (copy (src .) (dst /src)) 2026-04-16 19:48.00 ---> saved as "8fb14631a7302990a0d070544145de9e87eb8515597f3a69c2fe4b8506b9b792" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ../bin/olly.exe latency ./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 64 trees of depth 8 check: 32704 64 trees of depth 8 check: 32704 256 trees of depth 6 check: 32512 16 trees of depth 10 check: 32752 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 GC latency profile: #[Mean (ms): 0.25, Stddev (ms): 0.16] #[Min (ms): 0.03, max (ms): 0.37] Percentile Latency (ms) 25.0000 0.03 50.0000 0.36 60.0000 0.36 70.0000 0.36 75.0000 0.36 80.0000 0.36 85.0000 0.37 90.0000 0.37 95.0000 0.37 96.0000 0.37 97.0000 0.37 98.0000 0.37 99.0000 0.37 99.9000 0.37 99.9900 0.37 99.9990 0.37 99.9999 0.37 100.0000 0.37 (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): 13.44% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 0.00 0.00 11.35 1 0.00 0.00 14.37 2 0.00 0.00 15.25 GC latency profile: #[Mean (ms): 0.26, Stddev (ms): 0.14] #[Min (ms): 0.02, max (ms): 0.35] Percentile Latency (ms) 25.0000 0.02 50.0000 0.34 60.0000 0.34 70.0000 0.35 75.0000 0.35 80.0000 0.35 85.0000 0.35 90.0000 0.35 95.0000 0.35 96.0000 0.35 97.0000 0.35 98.0000 0.35 99.0000 0.35 99.9000 0.35 99.9900 0.35 99.9990 0.35 99.9999 0.35 100.0000 0.35 (cd _build/default/test && ./test_launch.exe --show-errors) Testing `Runtime Events Tools'. This run has ID `M0C3YPCD'. [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 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): 2.67 CPU time (s): 7.46 GC time (s): 3.93 GC overhead (% of CPU time): 52.70% Per domain stats: Domain Wall(s) GC(s) GC(%) 0 2.67 1.46 54.93 1 2.28 1.14 50.05 2 2.52 1.33 52.72 GC latency profile: #[Mean (ms): 0.74, Stddev (ms): 1.70] #[Min (ms): 0.00, max (ms): 11.89] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.03 70.0000 0.08 75.0000 0.21 80.0000 0.59 85.0000 1.60 90.0000 3.34 95.0000 4.65 96.0000 5.42 97.0000 6.08 98.0000 6.75 99.0000 7.50 99.9000 10.95 99.9900 11.63 99.9990 11.89 99.9999 11.89 100.0000 11.89 2026-04-16 19:48.03 ---> saved as "42f74e9d9a262ad9a74605c303ab44f87f6bab9f78817938dae4ffba78ad91e8" Job succeeded 2026-04-16 19:48.04: Job succeeded