2026-04-17 02:28.51: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (3d37a0b3f2016d0c44a683206c15bc824a694cce) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7 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 3d37a0b3 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7 # ubuntu-22.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_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.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 mtime.2.1.0 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 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-04-17 02:28.51: Using cache hint "tarides/runtime_events_tools-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7-ubuntu-22.04-5.4_opam-2.5-2927254f7a8cd5a96c3e9d1242a0cc25" 2026-04-17 02:28.51: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7) (comment ubuntu-22.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_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.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 mtime.2.1.0 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 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-04-17 02:28.51: Waiting for resource in pool OCluster 2026-04-17 02:28.51: Waiting for worker… 2026-04-17 02:29.03: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 3d37a0b Merge pull request #85 from udesou/adding-max-rss (from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7' locally docker.io/ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7: Pulling from ocaml/opam de47083ed7d7: Pulling fs layer ae7ac0da60c3: Pulling fs layer 57ff9bc83013: Pulling fs layer a288301b5d01: Pulling fs layer f352b66a76e4: Pulling fs layer a288301b5d01: Waiting f509f3aae84b: Pulling fs layer f352b66a76e4: Waiting 1674fa14ab09: Pulling fs layer f509f3aae84b: Waiting 2698574bb308: Pulling fs layer f6298ee465ed: Pulling fs layer 1674fa14ab09: Waiting 2698574bb308: Waiting c0144cfcd9e7: Pulling fs layer f6298ee465ed: Waiting 1222e5b97bf7: Pulling fs layer 7894caceea27: Pulling fs layer c0144cfcd9e7: Waiting 1222e5b97bf7: Waiting bebaf8dbf49e: Pulling fs layer 272347abc412: Pulling fs layer 7894caceea27: Waiting bebaf8dbf49e: Waiting 75f374e606d8: Pulling fs layer 712806a06ccc: Pulling fs layer 75f374e606d8: Waiting d464987372fd: Pulling fs layer 712806a06ccc: Waiting 272347abc412: Waiting 4f4fb700ef54: Pulling fs layer d464987372fd: Waiting b9f4b7812175: Pulling fs layer 45615c57dc28: Pulling fs layer d939b9fd721c: Pulling fs layer b9f4b7812175: Waiting 4f4fb700ef54: Waiting 45615c57dc28: Waiting d939b9fd721c: Waiting d349c59e05ec: Pulling fs layer 5d929fb3122d: Pulling fs layer d349c59e05ec: Waiting ced6e49d89aa: Pulling fs layer 98f37ff91287: Pulling fs layer ced6e49d89aa: Waiting b0cdb242d0af: Pulling fs layer 98f37ff91287: Waiting 89adf72eb9a4: Pulling fs layer b0cdb242d0af: Waiting 181427a5010e: Pulling fs layer 89adf72eb9a4: Waiting 0ecf8e12c8cc: Pulling fs layer 181427a5010e: Waiting 9655b24677e6: Pulling fs layer 0ecf8e12c8cc: Waiting 8e0b925edd61: Pulling fs layer 2213c8f60be2: Pulling fs layer 9655b24677e6: Waiting 8e0b925edd61: Waiting 99c5f3c2e946: Pulling fs layer 2213c8f60be2: Waiting 85a338c15b57: Pulling fs layer 99c5f3c2e946: Waiting 0a1aa60a6b47: Pulling fs layer a073965d9bcb: Pulling fs layer 85a338c15b57: Waiting 0a1aa60a6b47: Waiting 54a820b98e2c: Pulling fs layer 61fa9bc5bce5: Pulling fs layer a073965d9bcb: Waiting 8aca8b1ce062: Pulling fs layer 54a820b98e2c: Waiting 46a9515cde75: Pulling fs layer 8aca8b1ce062: Waiting 262d9bd8c855: Pulling fs layer ae5331734743: Pulling fs layer 46a9515cde75: Waiting 08bd63570bca: Pulling fs layer 78eb3fe40c1b: Pulling fs layer ae5331734743: Waiting 08bd63570bca: Waiting 3a79a58b2092: Pulling fs layer ac7e8a5a96a7: Pulling fs layer 78eb3fe40c1b: Waiting 3a79a58b2092: Waiting ac7e8a5a96a7: Waiting 57ff9bc83013: Verifying Checksum 57ff9bc83013: Download complete ae7ac0da60c3: Verifying Checksum ae7ac0da60c3: Download complete de47083ed7d7: Verifying Checksum de47083ed7d7: Download complete f352b66a76e4: Verifying Checksum f352b66a76e4: Download complete a288301b5d01: Verifying Checksum a288301b5d01: Download complete 1674fa14ab09: Verifying Checksum 1674fa14ab09: Download complete 2698574bb308: Verifying Checksum 2698574bb308: Download complete f6298ee465ed: Download complete c0144cfcd9e7: Verifying Checksum c0144cfcd9e7: Download complete 1222e5b97bf7: Verifying Checksum 1222e5b97bf7: Download complete f509f3aae84b: Verifying Checksum f509f3aae84b: Download complete de47083ed7d7: Pull complete ae7ac0da60c3: Pull complete 7894caceea27: Verifying Checksum 7894caceea27: Download complete 57ff9bc83013: Pull complete 272347abc412: Verifying Checksum 272347abc412: Download complete 75f374e606d8: Verifying Checksum 75f374e606d8: Download complete bebaf8dbf49e: Verifying Checksum bebaf8dbf49e: Download complete 712806a06ccc: Verifying Checksum 712806a06ccc: Download complete d464987372fd: Verifying Checksum d464987372fd: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete b9f4b7812175: Download complete 45615c57dc28: Verifying Checksum 45615c57dc28: Download complete d939b9fd721c: Verifying Checksum d939b9fd721c: Download complete d349c59e05ec: Verifying Checksum d349c59e05ec: Download complete 5d929fb3122d: Verifying Checksum 5d929fb3122d: Download complete ced6e49d89aa: Verifying Checksum ced6e49d89aa: Download complete 98f37ff91287: Verifying Checksum 98f37ff91287: Download complete b0cdb242d0af: Download complete 89adf72eb9a4: Verifying Checksum 89adf72eb9a4: Download complete 181427a5010e: Verifying Checksum 181427a5010e: Download complete 0ecf8e12c8cc: Download complete 9655b24677e6: Download complete a288301b5d01: Pull complete 8e0b925edd61: Verifying Checksum 8e0b925edd61: Download complete f352b66a76e4: Pull complete 2213c8f60be2: Verifying Checksum 2213c8f60be2: Download complete 99c5f3c2e946: Verifying Checksum 99c5f3c2e946: Download complete 0a1aa60a6b47: Download complete 54a820b98e2c: Verifying Checksum 54a820b98e2c: Download complete 61fa9bc5bce5: Download complete 8aca8b1ce062: Verifying Checksum 8aca8b1ce062: Download complete 46a9515cde75: Verifying Checksum 46a9515cde75: Download complete 262d9bd8c855: Verifying Checksum 262d9bd8c855: Download complete ae5331734743: Verifying Checksum ae5331734743: Download complete 85a338c15b57: Verifying Checksum 85a338c15b57: Download complete 78eb3fe40c1b: Download complete 3a79a58b2092: Verifying Checksum 3a79a58b2092: Download complete ac7e8a5a96a7: Verifying Checksum ac7e8a5a96a7: Download complete f509f3aae84b: Pull complete 08bd63570bca: Verifying Checksum 08bd63570bca: Download complete 1674fa14ab09: Pull complete 2698574bb308: Pull complete f6298ee465ed: Pull complete c0144cfcd9e7: Pull complete a073965d9bcb: Verifying Checksum a073965d9bcb: Download complete 1222e5b97bf7: Pull complete 7894caceea27: Pull complete bebaf8dbf49e: Pull complete 272347abc412: Pull complete 75f374e606d8: Pull complete 712806a06ccc: Pull complete d464987372fd: Pull complete 4f4fb700ef54: Pull complete b9f4b7812175: Pull complete 45615c57dc28: Pull complete d939b9fd721c: Pull complete d349c59e05ec: Pull complete 5d929fb3122d: Pull complete ced6e49d89aa: Pull complete 98f37ff91287: Pull complete b0cdb242d0af: Pull complete 89adf72eb9a4: Pull complete 181427a5010e: Pull complete 0ecf8e12c8cc: Pull complete 9655b24677e6: Pull complete 8e0b925edd61: Pull complete 2213c8f60be2: Pull complete 99c5f3c2e946: Pull complete 85a338c15b57: Pull complete 0a1aa60a6b47: Pull complete a073965d9bcb: Pull complete 54a820b98e2c: Pull complete 61fa9bc5bce5: Pull complete 8aca8b1ce062: Pull complete 46a9515cde75: Pull complete 262d9bd8c855: Pull complete ae5331734743: Pull complete 08bd63570bca: Pull complete 78eb3fe40c1b: Pull complete 3a79a58b2092: Pull complete ac7e8a5a96a7: Pull complete Digest: sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7 Status: Downloaded newer image for ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7 2026-04-17 02:29.20 ---> using "d2564225bf1b0f86f879d98077c5aee1af360c988d8f5d2b60b97ba1f9e07761" from cache /: (comment ubuntu-22.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-17 02:29.20 ---> using "6173b475db7783a1c34961d8c0aaafb3b382c024f78aacc75dadbdbb936b85d4" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-17 02:29.20 ---> using "66cb56b7a1bde2643b508320ad816b5e889a6c383d870e6c22e4b9a554e7404f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-04-17 02:29.20 ---> using "e7e8c309fc8dc0f965860a37d87001b835a5e47de72f1345f21f0d262101c352" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-17 02:29.20 ---> using "6db34e0f0c6b7c2450cd6b22daeecef2536e20c11596e7f80d694dbb4746bbe7" 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..ab54f30430 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-17 02:29.20 ---> using "c8827eb5def96c533cb6189e039e957f8d1cb3a9f1100949c42085617f3219b5" from cache /src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam) (dst ./)) 2026-04-17 02:29.20 ---> using "24cbbfc5afd2df7780985a856bc93e3f8d0665b52a7164c360c642275d25ab2e" 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-04-17 02:29.20 ---> using "42503f96579152a6dfa1df4fa634002fe6fabe3b2226091968c6e9e67d7e6e2b" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-17 02:29.20 ---> using "ff09545db268ac27f718e0448dc777bb9ae2b7ece4f4a73edb94973905936d64" 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.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 mtime.2.1.0 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 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 "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7232 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4264 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1623 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.9 kB] - Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB] - Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3929 kB] - Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7015 kB] - Fetched 25.8 MB in 27s (959 kB/s) - Reading package lists... - <><> 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.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" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0: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 ... 15669 files and directories currently installed.) - Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package libuv1:amd64. - Preparing to unpack .../06-libuv1_1.43.0-1ubuntu0.1_amd64.deb ... - Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ... - Selecting previously unselected package libarchive13:amd64. - Preparing to unpack .../07-libarchive13_3.6.0-1ubuntu1.6_amd64.deb ... - Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.6) ... - Selecting previously unselected package libjsoncpp25:amd64. - Preparing to unpack .../08-libjsoncpp25_1.9.5-3_amd64.deb ... - Unpacking libjsoncpp25:amd64 (1.9.5-3) ... - Selecting previously unselected package librhash0:amd64. - Preparing to unpack .../09-librhash0_1.4.2-1ubuntu1_amd64.deb ... - Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ... - Selecting previously unselected package dh-elpa-helper. - Preparing to unpack .../10-dh-elpa-helper_2.0.9ubuntu1_all.deb ... - Unpacking dh-elpa-helper (2.0.9ubuntu1) ... - Selecting previously unselected package emacsen-common. - Preparing to unpack .../11-emacsen-common_3.0.4_all.deb ... - Unpacking emacsen-common (3.0.4) ... - Selecting previously unselected package cmake-data. - Preparing to unpack .../12-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ... - Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ... - Selecting previously unselected package cmake. - Preparing to unpack .../13-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ... - Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../14-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../15-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../16-libffi-dev_3.4.2-4_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.2-4) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ... - No schema files found: doing nothing. - Setting up libffi-dev:amd64 (3.4.2-4) ... - Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ... - Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ... - Setting up emacsen-common (3.0.4) ... - Setting up dh-elpa-helper (2.0.9ubuntu1) ... - Setting up libjsoncpp25:amd64 (1.9.5-3) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ... - Setting up librhash0:amd64 (1.4.2-1ubuntu1) ... - Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Setting up libarchive13:amd64 (3.6.0-1ubuntu1.6) ... - Setting up shared-mime-info (2.1-2) ... - Setting up cmake (3.22.1-1ubuntu1.22.04.2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.13) ... # To update the current shell environment, run: eval $(opam env) 2026-04-17 02:29.20 ---> using "259955f298dee2b108282374fa45e8d10d75fee42dee8bc1e76dd9c62bcefa28" 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.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 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.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 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 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.22.2, dune-configurator.3.22.2 (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 topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved trace.0.12, trace-fuchsia.0.12 (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 mtime.2.1.0 -> 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 trace.0.12 -> installed integers.0.7.0 -> installed trace-fuchsia.0.12 -> 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-17 02:29.20 ---> using "e1e14a1aa8b8a353a3ead1d29578f0095d128922f5829064b66d187bd7001796" from cache /src: (copy (src .) (dst /src)) 2026-04-17 02:29.20 ---> using "3e8e21ff5689aee4a180dff4c52bbfd4abf367b3e20f9b80c1155ef772610a6a" 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 `1CGL3KWO'. [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.103s. 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.01 CPU time (s): 0.01 GC time (s): 0.00 GC overhead (% of CPU time): 7.69% Max RSS (kB): 0 Per domain stats: Domain Wall GC(s) GC(%) 0 0.01 0.00 0.00 1 0.00 0.00 12.42 2 0.00 0.00 14.19 GC latency profile: #[Mean (ms): 0.32, Stddev (ms): 0.21] #[Min (ms): 0.02, max (ms): 0.48] Percentile Latency (ms) 25.0000 0.02 50.0000 0.46 60.0000 0.46 70.0000 0.46 75.0000 0.46 80.0000 0.46 85.0000 0.48 90.0000 0.48 95.0000 0.48 96.0000 0.48 97.0000 0.48 98.0000 0.48 99.0000 0.48 99.9000 0.48 99.9900 0.48 99.9990 0.48 99.9999 0.48 100.0000 0.48 GC allocations (in words): Total heap: 583184 Total heap: 583184 Minor heap: 587807 Major heap: 0 Promoted words: 4623 (0.79%) Per domain stats: Domain Total Minor Promoted Major Promoted(%) Minor Gen: 2 collections Major Gen: 0 collections 0 forced collections Compactions: 0 (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 64 trees of depth 8 check: 32704 256 trees of depth 6 check: 32512 256 trees of depth 6 check: 32512 16 trees of depth 10 check: 32752 64 trees of depth 8 check: 3270464 trees of depth 8 check: 32704 16 trees of depth 10 check: 32752 16 trees of depth 10 check: 32752 long lived tree of depth 10 check: 2047 GC latency profile: #[Mean (ms): 0.32, Stddev (ms): 0.16] #[Min (ms): 0.05, max (ms): 0.42] Percentile Latency (ms) 25.0000 0.05 50.0000 0.41 60.0000 0.41 70.0000 0.42 75.0000 0.42 80.0000 0.42 85.0000 0.42 90.0000 0.42 95.0000 0.42 96.0000 0.42 97.0000 0.42 98.0000 0.42 99.0000 0.42 99.9000 0.42 99.9900 0.42 99.9990 0.42 99.9999 0.42 100.0000 0.42 (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.65 CPU time (s): 4.55 GC time (s): 2.17 GC overhead (% of CPU time): 47.68% Max RSS (kB): 88028 Per domain stats: Domain Wall GC(s) GC(%) 0 1.65 0.84 50.93 1 1.44 0.65 45.59 2 1.46 0.67 46.06 GC latency profile: #[Mean (ms): 0.41, Stddev (ms): 0.95] #[Min (ms): 0.00, max (ms): 10.49] Percentile Latency (ms) 25.0000 0.00 50.0000 0.01 60.0000 0.01 70.0000 0.07 75.0000 0.20 80.0000 0.37 85.0000 0.96 90.0000 1.81 95.0000 2.36 96.0000 2.74 97.0000 3.12 98.0000 3.74 99.0000 4.18 99.9000 7.25 99.9900 10.37 99.9990 10.49 99.9999 10.49 100.0000 10.49 GC allocations (in words): Total heap: 501305579 Total heap: 592808341 Minor heap: 602267394 Major heap: 91502762 Promoted words: 100961815 (16.76%) Per domain stats: Domain Total Minor Promoted Major Promoted(%) 0 199710551 203807512 36352914 32255953 17.84 1 196578481 199229941 30882003 28230543 15.50 2 196519309 199229941 33726898 31016266 16.93 Minor Gen: 921 collections Major Gen: 51 collections 0 forced collections Compactions: 0 2026-04-17 02:29.20 ---> using "45500928c8442678dc9152de339e5bc971c9a41d91836cc4193f29df82f014ce" from cache Job succeeded 2026-04-17 02:29.20: Job succeeded