2025-10-27 22:43.23: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (5d3133c4a461d00eb97cc31b09d8126e49632c0f) (linux-x86_64:alpine-3.22-5.4_opam-2.4) Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 5d3133c4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1 # alpine-3.22-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam ./ RUN opam pin add -yn metrics.dev './' && \ opam pin add -yn metrics-unix.dev './' && \ opam pin add -yn metrics-rusage.dev './' && \ opam pin add -yn metrics-lwt.dev './' && \ opam pin add -yn metrics-influx.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.10 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.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 2025-10-27 22:43.23: Using cache hint "mirage/metrics-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1-alpine-3.22-5.4_opam-2.4-d69f9c8a29338b68fee0e19152ac7397" 2025-10-27 22:43.23: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1) (comment alpine-3.22-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./)) (run (network host) (shell "opam pin add -yn metrics.dev './' && \ \nopam pin add -yn metrics-unix.dev './' && \ \nopam pin add -yn metrics-rusage.dev './' && \ \nopam pin add -yn metrics-lwt.dev './' && \ \nopam pin add -yn metrics-influx.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-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.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.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.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")) ) 2025-10-27 22:43.23: Waiting for resource in pool OCluster 2025-10-28 00:26.17: Waiting for worker… 2025-10-28 00:27.07: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 5d3133c changes for 0.5.0 (from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1' locally docker.io/ocaml/opam@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1: Pulling from ocaml/opam 2d35ebdb57d9: Already exists 4eef589852a3: Already exists 9bcbf19aa70e: Already exists c27157cc8c0d: Already exists 8eb40fc9ec7b: Already exists cf28fbda269d: Already exists bdb05ad1bb03: Already exists 14b089059d7b: Already exists 8fba92877dbb: Already exists b46b8c2b2e76: Already exists c5fe84151a2d: Already exists d69ebb2cea14: Already exists 8987930d7936: Already exists 07e0ebe0bb32: Already exists a8a8cd8bbc43: Already exists 0eee052a54e0: Already exists 9d0f02e69e08: Already exists 4f4fb700ef54: Already exists a90897db75ef: Already exists 678b7f997d9a: Already exists 55a17ca9d235: Already exists b0fc237f6c26: Already exists 4a9f9668ab4a: Already exists f4048786242d: Already exists 322480b4b1d3: Already exists eda2d7da1b04: Already exists 83325a5b2b26: Already exists 09b67e1d956f: Already exists 2adafa4b73e4: Already exists 8e04b3ec100b: Already exists 7eac41d73ac6: Already exists 477769be07d7: Already exists 1121e0452bac: Already exists a7433c286e2f: Already exists d11ef3af080f: Already exists 595e38b8edfd: Already exists f15368aa3240: Pulling fs layer 772205525b1c: Pulling fs layer 4b2a438a134b: Pulling fs layer ce88c0406b4f: Pulling fs layer 30e6e4c7d9f2: Pulling fs layer 44ebb4aa5e2d: Pulling fs layer ce88c0406b4f: Waiting 30e6e4c7d9f2: Waiting 44ebb4aa5e2d: Waiting f15368aa3240: Verifying Checksum f15368aa3240: Download complete f15368aa3240: Pull complete 772205525b1c: Verifying Checksum 772205525b1c: Download complete 772205525b1c: Pull complete ce88c0406b4f: Verifying Checksum ce88c0406b4f: Download complete 30e6e4c7d9f2: Verifying Checksum 30e6e4c7d9f2: Download complete 44ebb4aa5e2d: Verifying Checksum 44ebb4aa5e2d: Download complete 4b2a438a134b: Verifying Checksum 4b2a438a134b: Download complete 4b2a438a134b: Pull complete ce88c0406b4f: Pull complete 30e6e4c7d9f2: Pull complete 44ebb4aa5e2d: Pull complete Digest: sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1 Status: Downloaded newer image for ocaml/opam@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1 2025-10-28 00:27.08 ---> using "e5ab524290e505ed5240c7136106572c90f8627d7370b4a892c6d0542a73b860" from cache /: (comment alpine-3.22-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-28 00:27.08 ---> using "842aabfb8075585c58dd3796ad7f10d9759a3a2fd2b99532aad6c3213b54374d" 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 2025-10-28 00:27.08 ---> using "839d7f09fa9959b49dee54923b64533e1cf0fc0921fb751f1c302a1676d84f63" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-157-generic The OCaml toplevel, version 5.4.0 2.4.1 2025-10-28 00:27.08 ---> using "c457e564a54f7ef45dc343abb0d249c5401278994a0a39530e666d61e6f08283" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-28 00:27.08 ---> using "29f1940b2be9f0ffecc71b1311abbbd03369d83e42a8c265638038c10eef5a91" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 1abfcdbf14..7f9c784b97 master -> origin/master 7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1 <><> 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) 2025-10-28 00:27.08 ---> using "9d97b0eac618ccb0580aa40bed242febc7c4b2e92cbf9f13e5431c16c94ea796" from cache /src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam) (dst ./)) 2025-10-28 00:27.08 ---> saved as "e2781bf050adc9a76d8c0bc11fd764abe6de2f7da61f8b8d598de6e4936d3e6a" /src: (run (network host) (shell "opam pin add -yn metrics.dev './' && \ \nopam pin add -yn metrics-unix.dev './' && \ \nopam pin add -yn metrics-rusage.dev './' && \ \nopam pin add -yn metrics-lwt.dev './' && \ \nopam pin add -yn metrics-influx.dev './'")) [metrics.dev] synchronised (file:///src) metrics is now pinned to file:///src (version dev) [metrics-unix.dev] synchronised (file:///src) metrics-unix is now pinned to file:///src (version dev) [metrics-rusage.dev] synchronised (file:///src) metrics-rusage is now pinned to file:///src (version dev) [metrics-lwt.dev] synchronised (file:///src) metrics-lwt is now pinned to file:///src (version dev) [metrics-influx.dev] synchronised (file:///src) metrics-influx is now pinned to file:///src (version dev) 2025-10-28 00:27.21 ---> saved as "86fb5904dc23cd059c571119d3fa9dcc0020d2bd7b2589d52cc9f6b901dfb3f3" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-28 00:27.21 ---> saved as "e4eb9c16d98d24a879d8ba78d907690c5cbd64eb8bf99f71f962875b468d7ae3" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 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 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uuidm.0.9.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.4 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.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.2-97-gec2f6022027 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.2-100-g7c62722e5bc [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20251016-1028-g66c66c995b2 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20251016-1035-g7e9a78ffdab [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20251016-1024-g21bc28f18e8 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59804 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [metrics.dev] synchronised (file:///src) [metrics-influx.dev] synchronised (file:///src) [metrics-lwt.dev] synchronised (file:///src) [metrics-rusage.dev] synchronised (file:///src) [metrics-unix.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: gnuplot <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "gnuplot" - (1/35) Installing libxext (1.3.6-r2) - (2/35) Installing libxrender (0.9.12-r0) - (3/35) Installing libpng (1.6.47-r0) - (4/35) Installing freetype (2.13.3-r0) - (5/35) Installing fontconfig (2.15.0-r3) - (6/35) Installing pixman (0.46.4-r0) - (7/35) Installing cairo (1.18.4-r0) - (8/35) Installing libcerf (2.4-r0) - (9/35) Installing libice (1.1.2-r0) - (10/35) Installing libuuid (2.41-r9) - (11/35) Installing libsm (1.2.5-r0) - (12/35) Installing libxt (1.3.1-r0) - (13/35) Installing libxpm (3.5.17-r0) - (14/35) Installing aom-libs (3.12.1-r0) - (15/35) Installing libdav1d (1.5.1-r0) - (16/35) Installing libjpeg-turbo (3.1.0-r0) - (17/35) Installing libyuv (0.0.1887.20251502-r1) - (18/35) Installing libavif (1.3.0-r0) - (19/35) Installing libsharpyuv (1.5.0-r0) - (20/35) Installing libwebp (1.5.0-r0) - (21/35) Installing tiff (4.7.1-r0) - (22/35) Installing libgd (2.3.3-r10) - (23/35) Installing libintl (0.24.1-r0) - (24/35) Installing libeconf (0.6.3-r0) - (25/35) Installing libblkid (2.41-r9) - (26/35) Installing libmount (2.41-r9) - (27/35) Installing glib (2.84.4-r0) - (28/35) Installing lua5.3-libs (5.3.6-r6) - (29/35) Installing libxft (2.3.8-r3) - (30/35) Installing fribidi (1.0.16-r1) - (31/35) Installing graphite2 (1.3.14-r6) - (32/35) Installing harfbuzz (11.2.1-r0) - (33/35) Installing pango (1.56.3-r0) - (34/35) Installing libwebpmux (1.5.0-r0) - (35/35) Installing gnuplot (6.0.2-r0) - Executing busybox-1.37.0-r19.trigger - Executing glib-2.84.4-r0.trigger - OK: 335 MiB in 138 packages 2025-10-28 00:27.37 ---> saved as "eed351528a5a30601ed6f67f4af4acb04a97b325a550eba801ce9afcb8a20503" /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 23 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base-bytes base - install cmdliner 2.0.0 - install conf-gnuplot 0.1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install duration 0.2.1 - install fmt 0.11.0 - install logs 0.9.0 - install lwt 5.9.2 - install mtime 2.1.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install re 1.14.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install uuidm 0.9.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.0.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gnuplot.0.1 -> retrieved csexp.1.5.2 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed uuidm.0.9.10 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.20.2 -> installed duration.0.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed lwt.5.9.2 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-28 00:28.42 ---> saved as "d85604e87a873cc8043de894892853c0e23ada428157041a27bec8e86d52caa9" /src: (copy (src .) (dst /src)) 2025-10-28 00:28.42 ---> saved as "a26f008228a006c20eadb38871e820a0e924e1d6485c732bfa947901bedcddd2" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/core && ./test.exe) Testing `metrics'. This run has ID `MWRXTFER'. [OK] base 0 f. [OK] base 1 timer. [OK] base 2 status. Full test results in `/src/_build/default/test/core/_build/_tests/metrics'. Test Successful in 1.001s. 3 tests run. (cd _build/default/test/unix && ./test.exe) /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/Timers-28.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/OCaml_memory_management_counters_quick-25.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/MEM-30.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/Nice_graph-27.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/OCaml_memory_management_counters-26.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/CPU-29.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/Timers-28.d.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/OCaml_memory_management_counters_quick-25.d.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/MEM-30.d.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/Nice_graph-27.d.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/OCaml_memory_management_counters-26.d.png has been created. /src/_build/default/test/unix/_metrics/f47ade9d-fe31-4330-997a-0d1b4e85d831/out/CPU-29.d.png has been created. 2025-10-28 00:28.48 ---> saved as "8b5c9ed0605ddc4e5fb141acbbab811695cdcc5a5a268921bebb3e5633af38bc" Job succeeded 2025-10-28 00:28.49: Job succeeded