Organisationsmiragemetricsb9c39e ()alpine-3.21-5.3_opam-2.3

alpine-3.21-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-03-07 10:19.14: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (b9c39e4c79489bb506fea206c6e70e65e32e25fa) (linux-x86_64:alpine-3.21-5.3_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:90f9778c22e9d491047f790e0b55c11247a74276c3fff1c577668674ed901322
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard b9c39e4c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:90f9778c22e9d491047f790e0b55c11247a74276c3fff1c577668674ed901322
# alpine-3.21-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && 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.8.0 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.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.9.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.9 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-03-07 10:19.14: Using cache hint "mirage/metrics-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:90f9778c22e9d491047f790e0b55c11247a74276c3fff1c577668674ed901322-alpine-3.21-5.3_opam-2.3-d909c6c5ec58b7e37524142000a176dc"
2025-03-07 10:19.14: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:90f9778c22e9d491047f790e0b55c11247a74276c3fff1c577668674ed901322)
(comment alpine-3.21-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && 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.8.0 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.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.9.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.9 uutf.1.0.3")
(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.3 --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-03-07 10:19.14: Waiting for resource in pool OCluster
2025-03-07 10:19.14: Waiting for worker…
2025-03-07 10:24.02: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at b9c39e4 Merge pull request #60 from hannesm/add-maint


(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:90f9778c22e9d491047f790e0b55c11247a74276c3fff1c577668674ed901322)
2025-03-07 10:24.48 ---> saved as "839527ea30a1fbe5f754b36c163270fe0bcf8305db82fe7e6c76303ab4c17e80"


/: (comment alpine-3.21-5.3_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-07 10:24.48 ---> saved as "a354f00c670b2c5a2f6932be59ddd90d93e4d252a8e917baff73ebc554011be4"


/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 development 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 31 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=31 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-07 10:26.20 ---> saved as "a373ef70f50758b773ec5c11ae763919245ce30341f2040bedeca95690f9cfa4"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-07 10:26.21 ---> saved as "297ff4519b6ea14afc955607f2c8ab055f92b818ee6cc82d0261d7c0e3659ee1"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-07 10:26.21 ---> saved as "c9995df8f55c2cd26d5379c0a5df4d993292c1f9eb8af52003f20f0fbed7d7a1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
d8f6e9a505..862a7640b1  master     -> origin/master
3a71da7aa1 Merge pull request #27563 from hannesm/alcotest-maint


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-03-07 10:27.59 ---> saved as "a2474f12e4950e1c25e25e09be2f8889e9962c402e06b77ced76d02bcad2ef92"


/src: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)
(dst ./))
2025-03-07 10:27.59 ---> saved as "ee110c9dae2b884ab942c9dab6a24f0d45ae0d1fed3aa5dc332355719fbace32"


/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-03-07 10:28.21 ---> saved as "8cd030f9d885cf30e38fe5697662b78b1668bbaee4c9349b75974770a8994161"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-07 10:28.21 ---> saved as "6619c79d8b59d69485cc360abe11074e6943fc299e728d4667e9ea052ecae980"


/src: (env DEPS "alcotest.1.8.0 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.1.3.0 conf-gnuplot.0.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 fmt.0.9.0 logs.0.7.0 lwt.5.9.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.9 uutf.1.0.3")


/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.3 --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.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.3-127-g791ccf75219 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-126-g29acb0ac6c4 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-3430-g48e01a0da17 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-3396-gb05d8a3e3f6 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-3391-gd7e3f99242e [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 56857 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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/34) Installing libxext (1.3.6-r2)
- (2/34) Installing libxrender (0.9.11-r5)
- (3/34) Installing libpng (1.6.44-r0)
- (4/34) Installing freetype (2.13.3-r0)
- (5/34) Installing fontconfig (2.15.0-r1)
- (6/34) Installing pixman (0.43.4-r1)
- (7/34) Installing cairo (1.18.2-r1)
- (8/34) Installing libcerf (2.4-r0)
- (9/34) Installing libice (1.1.1-r6)
- (10/34) Installing libuuid (2.40.4-r0)
- (11/34) Installing libsm (1.2.4-r4)
- (12/34) Installing libxt (1.3.1-r0)
- (13/34) Installing libxpm (3.5.17-r0)
- (14/34) Installing aom-libs (3.11.0-r0)
- (15/34) Installing libdav1d (1.5.0-r0)
- (16/34) Installing libsharpyuv (1.4.0-r0)
- (17/34) Installing libavif (1.0.4-r0)
- (18/34) Installing libjpeg-turbo (3.0.4-r0)
- (19/34) Installing libwebp (1.4.0-r0)
- (20/34) Installing tiff (4.7.0-r0)
- (21/34) Installing libgd (2.3.3-r9)
- (22/34) Installing libintl (0.22.5-r0)
- (23/34) Installing libeconf (0.6.3-r0)
- (24/34) Installing libblkid (2.40.4-r0)
- (25/34) Installing libmount (2.40.4-r0)
- (26/34) Installing glib (2.82.5-r0)
- (27/34) Installing lua5.3-libs (5.3.6-r6)
- (28/34) Installing libxft (2.3.8-r3)
- (29/34) Installing fribidi (1.0.16-r0)
- (30/34) Installing graphite2 (1.3.14-r6)
- (31/34) Installing harfbuzz (9.0.0-r1)
- (32/34) Installing pango (1.54.0-r1)
- (33/34) Installing libwebpmux (1.4.0-r0)
- (34/34) Installing gnuplot (6.0.1-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- OK: 331 MiB in 136 packages
2025-03-07 10:28.52 ---> saved as "0146216cb314c56a5bd6468a675e94d606b5ead400d32b39a893add80e9e0015"


/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 24 packages
- install alcotest           1.8.0
- install astring            0.8.5
- install base-bytes         base
- install cmdliner           1.3.0
- install conf-gnuplot       0.1
- install cppo               1.8.0
- install csexp              1.5.2
- install dune               3.17.2
- install dune-configurator  3.17.2
- install duration           0.2.1
- install fmt                0.9.0
- install logs               0.7.0
- install lwt                5.9.0
- 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.12.0
- install seq                base
- install stdlib-shims       0.3.0
- install topkg              1.0.7
- install uuidm              0.9.9
- install uutf               1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> installed conf-gnuplot.0.1
-> retrieved csexp.1.5.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved lwt.5.9.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uuidm.0.9.9  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed uuidm.0.9.9
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed re.1.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed alcotest.1.8.0
-> installed dune-configurator.3.17.2
-> installed lwt.5.9.0
-> installed logs.0.7.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-07 10:29.59 ---> saved as "135770bf76ac4943edb56d0624ddc58668a055b4516087b88cf9dda8c1fd048d"


/src: (copy (src .) (dst /src))
2025-03-07 10:29.59 ---> saved as "f392e5007e86bfba731bf5757d2e503dcaa84be2471024e28c59dd03df8f0571"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/unix/.metrics_gnuplot.objs/byte -I /home/opam/.opam/5.3/lib/bytes -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/lwt -I /home/opam/.opam/5.3/lib/lwt/unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-endian -I /home/opam/.opam/5.3/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3/lib/uuidm -I src/core/.metrics.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o src/unix/.metrics_gnuplot.objs/byte/metrics_gnuplot.cmo -c -impl src/unix/metrics_gnuplot.ml)
File "src/unix/metrics_gnuplot.ml", line 110, characters 11-18:
110 | let uuid = Uuidm.v `V4
^^^^^^^
Error (alert deprecated): Uuidm.v
Use the version specific Uuidm.v* functions.
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/unix/.metrics_gnuplot.objs/byte -I src/unix/.metrics_gnuplot.objs/native -I /home/opam/.opam/5.3/lib/bytes -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/lwt -I /home/opam/.opam/5.3/lib/lwt/unix -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/ocplib-endian -I /home/opam/.opam/5.3/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.3/lib/uuidm -I src/core/.metrics.objs/byte -I src/core/.metrics.objs/native -intf-suffix .ml -no-alias-deps -opaque -o src/unix/.metrics_gnuplot.objs/native/metrics_gnuplot.cmx -c -impl src/unix/metrics_gnuplot.ml)
File "src/unix/metrics_gnuplot.ml", line 110, characters 11-18:
110 | let uuid = Uuidm.v `V4
^^^^^^^
Error (alert deprecated): Uuidm.v
Use the version specific Uuidm.v* functions.
(cd _build/default/test/core && ./test.exe)
Testing `metrics'.
This run has ID `EG1WRNCF'.


[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.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-03-07 10:30.02: Job failed: Failed: Build failed