2025-07-28 18:08.52: New job: test mirage/prometheus https://github.com/mirage/prometheus.git#refs/pull/56/head (a23ce239e80fbfa55d7bd5ec46c05c9f6cf636ce) (linux-x86_64:debian-12-4.14_x86_32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:4ef62a55ef4b33441cc63caefde1e7f07015b6a4273aadb4c6086517ca5fbd9dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/prometheus.git" && cd "prometheus" && git fetch origin "refs/pull/56/head" && git reset --hard a23ce239cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:4ef62a55ef4b33441cc63caefde1e7f07015b6a4273aadb4c6086517ca5fbd9d# debian-12-4.14_x86_32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 prometheus.opam prometheus-app.opam ./RUN opam pin add -yn prometheus.dev './' && \opam pin add -yn prometheus-app.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.1.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y prometheus.dev prometheus-app.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-07-28 18:08.52: Using cache hint "mirage/prometheus-ocaml/opam:debian-12-ocaml-4.14@sha256:4ef62a55ef4b33441cc63caefde1e7f07015b6a4273aadb4c6086517ca5fbd9d-debian-12-4.14_x86_32_opam-2.3-4c5c950933884b45a31169a3799f6fa0"2025-07-28 18:08.52: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:4ef62a55ef4b33441cc63caefde1e7f07015b6a4273aadb4c6086517ca5fbd9d)(comment debian-12-4.14_x86_32_opam-2.3)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src prometheus.opam prometheus-app.opam) (dst ./))(run (network host)(shell "opam pin add -yn prometheus.dev './' && \\nopam pin add -yn prometheus-app.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.1.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 zarith.1.14")(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 prometheus.dev prometheus-app.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-07-28 18:08.52: Waiting for resource in pool OCluster2025-07-29 00:47.22: Waiting for worker…2025-07-29 00:50.11: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at a23ce23 prometheus: Add a CollectorRegistry.collect_non_lwt function to be used in non-Lwt contexts(from ocaml/opam:debian-12-ocaml-4.14@sha256:4ef62a55ef4b33441cc63caefde1e7f07015b6a4273aadb4c6086517ca5fbd9d)2025-07-29 00:50.11 ---> using "ddf1f874e6dcfd961bc9bf900311c0735a61a147515a201dd8de498759bde5a4" from cache/: (comment debian-12-4.14_x86_32_opam-2.3)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-07-29 00:50.11 ---> using "18c861b2e0138bb00bc41871608b7c22d126e87b4ee6d1da80afd8a75f994be3" 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 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-29 00:50.11 ---> using "90f8a8942e8e804dc1e0953002d1eedb197e7e8902cb720c67c07f21d15a58d8" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-63-genericThe OCaml toplevel, version 4.14.22.3.02025-07-29 00:50.11 ---> using "cfc8d4874305c814d3f4ce3d8ed61b20ed83a7afeef5fee089a3d4e924d23af2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-29 00:50.11 ---> using "90627834ac479fb1c0d17523924ac8e425f9830297526ba870d4529cc48094fa" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD0094db1438..ee8b9193dd master -> origin/mastere77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryThe following actions will be performed:=== recompile 2 packages- recompile ocaml 4.14.2 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.4.14.2-> installed ocaml.4.14.2-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead# To update the current shell environment, run: eval $(opam env)2025-07-29 00:50.11 ---> using "6c1c2d2dc08ffa68d8f0d70bbf8e86f8463610ce84b039b5f39168e86860f1d3" from cache/src: (copy (src prometheus.opam prometheus-app.opam) (dst ./))2025-07-29 00:50.11 ---> using "4e786daa866e9952ff0b8ef9886294d199751524c40c5fb4f4169b48d840e3be" from cache/src: (run (network host)(shell "opam pin add -yn prometheus.dev './' && \\nopam pin add -yn prometheus-app.dev './'"))[prometheus.dev] synchronised (file:///src)prometheus is now pinned to file:///src (version dev)[prometheus-app.dev] synchronised (file:///src)prometheus-app is now pinned to file:///src (version dev)2025-07-29 00:50.11 ---> using "41ce8c4d90e439547b732269cf88e5c3fa3cfc4e84c200a84844e557cde751aa" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-29 00:50.11 ---> using "a303d15112ade06d9fc86906e359e1b638336055597967ba8bef3c3dcae6389c" from cache/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 http.6.1.1 ipaddr.5.6.0 ipaddr-sexp.5.6.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 zarith.1.14")/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 prometheus.dev prometheus-app.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [265 kB]- Fetched 369 kB in 1s (310 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[prometheus-app.dev] synchronised (file:///src)[prometheus.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following system packages will first need to be installed:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libgmpxx4ldbl:i386.- (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 ... 18732 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_i386.deb ...- Unpacking libgmpxx4ldbl:i386 (2:6.2.1+dfsg1-1.1) ...- Selecting previously unselected package libgmp-dev:i386.- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_i386.deb ...- Unpacking libgmp-dev:i386 (2:6.2.1+dfsg1-1.1) ...- Selecting previously unselected package libpkgconf3:i386.- Preparing to unpack .../2-libpkgconf3_1.8.1-1_i386.deb ...- Unpacking libpkgconf3:i386 (1.8.1-1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_i386.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:i386.- Preparing to unpack .../4-pkgconf_1.8.1-1_i386.deb ...- Unpacking pkgconf:i386 (1.8.1-1) ...- Selecting previously unselected package pkg-config:i386.- Preparing to unpack .../5-pkg-config_1.8.1-1_i386.deb ...- Unpacking pkg-config:i386 (1.8.1-1) ...- Setting up libpkgconf3:i386 (1.8.1-1) ...- Setting up libgmpxx4ldbl:i386 (2:6.2.1+dfsg1-1.1) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up libgmp-dev:i386 (2:6.2.1+dfsg1-1.1) ...- Setting up pkgconf:i386 (1.8.1-1) ...- Setting up pkg-config:i386 (1.8.1-1) ...- Processing triggers for libc-bin (2.36-9+deb12u10) ...2025-07-29 00:50.11 ---> using "653ef9f5892c3032809c04f2f9a3186fa45f9d702b015654cd072d6fa45c79f2" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 67 packages- install alcotest 1.9.0- install alcotest-lwt 1.9.0- install angstrom 0.16.1- install asetmap 0.8.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base v0.16.4- install base-bytes base- install base64 3.5.1- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 1.0.1- install cmdliner 1.3.0- install cohttp 6.1.1- install cohttp-lwt 6.1.1- install cohttp-lwt-unix 6.1.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-name 0.4.1- install dune 3.19.1- install dune-configurator 3.19.1- install duration 0.2.1- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install http 6.1.1- install ipaddr 5.6.0- install ipaddr-sexp 5.6.0- install kdf 1.0.0- install logs 0.9.0- install lwt 5.9.1- install macaddr 5.6.0- install magic-mime 1.3.1- install mirage-crypto 2.0.1- install mirage-crypto-ec 2.0.1- install mirage-crypto-pk 2.0.1- install mirage-crypto-rng 2.0.1- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.13.2- install rresult 0.7.0- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asetmap.0.8.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.0, alcotest-lwt.1.9.0 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved base64.3.5.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved domain-name.0.4.1 (cached)-> installed conf-gmp-powm-sec.4-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lwt.5.9.1 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved mirage-crypto.2.0.1, mirage-crypto-ec.2.0.1, mirage-crypto-pk.2.0.1, mirage-crypto-rng.2.0.1 (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 ohex.0.2.0 (cached)-> installed cmdliner.1.3.0-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved re.1.13.2 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.0-> installed rresult.0.7.0-> installed asetmap.0.8.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.19.1-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed base64.3.5.1-> installed cppo.1.8.0-> installed domain-name.0.4.1-> installed duration.0.2.1-> installed eqaf.0.10-> installed gmap.0.3.0-> installed http.6.1.1-> installed macaddr.5.6.0-> installed magic-mime.1.3.1-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ohex.0.2.0-> installed ppx_derivers.1.2.1-> installed re.1.13.2-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.0-> installed alcotest.1.9.0-> installed digestif.1.3.0-> installed dune-configurator.3.19.1-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.0.1-> installed kdf.1.0.0-> installed lwt.5.9.1-> installed uri.4.4.0-> installed logs.0.9.0-> installed alcotest-lwt.1.9.0-> installed mirage-crypto-rng.2.0.1-> installed mirage-crypto-pk.2.0.1-> installed base.v0.16.4-> installed bos.0.2.1-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0-> installed ipaddr-sexp.5.6.0-> installed uri-sexp.4.4.0-> installed conduit.8.0.0-> installed cohttp.6.1.1-> installed conduit-lwt.8.0.0-> installed cohttp-lwt.6.1.1-> installed mirage-crypto-ec.2.0.1-> installed x509.1.0.6-> installed ca-certs.1.0.1-> installed conduit-lwt-unix.8.0.0-> installed cohttp-lwt-unix.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2025-07-29 00:55.01 ---> saved as "186ef8b7a3f4bfa18aba64c7bde9b3439d3f8cabdd741bf340c7a38a1d2c844e"/src: (copy (src .) (dst /src))2025-07-29 00:55.02 ---> saved as "bacb158cdcd38bcb7ed2bb788ddbc0d94b22a7a4f6ae1a8e68c890ddba306a6d"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/tests && ./test.exe)Testing `prometheus'.This run has ID `YU9X8Q9Z'.[OK] main 0 Metrics.[OK] main 1 Lwt collectors.[OK] main 2 Histogram.[OK] valid_labels 0 _.[OK] valid_labels 1 a.[OK] valid_labels 2 aA0b1B9c8C7z6Z5y4Y3x2X1.[OK] valid_labels 3 _______.[OK] invalid_labels 0[OK] invalid_labels 1 1.[OK] invalid_labels 2 a bad label.[OK] valid_metrics 0 _.[OK] valid_metrics 1 :.[OK] valid_metrics 2 aA0b1B9c8C7z6Z5y4Y3x:2X1.[OK] valid_metrics 3 :::::::.[OK] invalid_metrics 0[OK] invalid_metrics 1 1.[OK] invalid_metrics 2 a bad metric.Full test results in `/src/_build/default/tests/_build/_tests/prometheus'.Test Successful in 0.003s. 17 tests run.2025-07-29 00:55.04 ---> saved as "0f3109674a3804eb3b77781bd7619fd5583825bd21ff3fb92f6b1f146021eb86"Job succeeded2025-07-29 00:55.04: Job succeeded