2025-06-13 15:01.27: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/pull/65/head (14f99cc84703c0cd5e0a526a4397c4be0da1e65d) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)Base: openbsd-76-amd64-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/metrics.git" && cd "metrics" && git fetch origin "refs/pull/65/head" && git reset --hard 14f99cc8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-76-amd64-ocaml-5.3# openbsd-76-amd64-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam /home/opam/src/./RUN opam pin add -yn metrics.dev '/home/opam/src/./' && \opam pin add -yn metrics-unix.dev '/home/opam/src/./' && \opam pin add -yn metrics-rusage.dev '/home/opam/src/./' && \opam pin add -yn metrics-lwt.dev '/home/opam/src/./' && \opam pin add -yn metrics-influx.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.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.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 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.8 uuidm.0.9.10 uutf.1.0.4"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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-06-13 15:01.27: Using cache hint "mirage/metrics-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-8545b74d169b8b6ca46ccea8715bbaeb"2025-06-13 15:01.27: Using OBuilder spec:((from openbsd-76-amd64-ocaml-5.3)(comment openbsd-76-amd64-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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 /home/opam/src/./))(run (network host)(shell "opam pin add -yn metrics.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-unix.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-rusage.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-lwt.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-influx.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.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.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 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.8 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.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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-06-13 15:01.27: Waiting for resource in pool OCluster2025-06-13 15:01.27: Waiting for worker…2025-06-13 15:06.32: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 14f99cc autoformat(from openbsd-76-amd64-ocaml-5.3)2025-06-13 15:06.32 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache/: (comment openbsd-76-amd64-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-06-13 15:06.32 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repository2025-06-13 15:06.32 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.6The OCaml toplevel, version 5.3.02.3.02025-06-13 15:06.32 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf93eb7cb02..a28eb8a148 master -> origin/mastera28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryEverything 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-06-13 15:06.32 ---> using "f8be2f6759d53a01d4f06f9dfcffa05d8df278bee2569c88876c1cd943d0e522" from cache/: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)(dst /home/opam/src/./))2025-06-13 15:06.32 ---> using "edbe103938ccf2165fa9c6db544b61d230ef2e9b2211087bce6586a8d365b600" from cache/: (run (network host)(shell "opam pin add -yn metrics.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-unix.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-rusage.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-lwt.dev '/home/opam/src/./' && \\nopam pin add -yn metrics-influx.dev '/home/opam/src/./'"))[metrics.dev] synchronised (file:///home/opam/src)metrics is now pinned to file:///home/opam/src (version dev)[metrics-unix.dev] synchronised (file:///home/opam/src)metrics-unix is now pinned to file:///home/opam/src (version dev)[metrics-rusage.dev] synchronised (file:///home/opam/src)metrics-rusage is now pinned to file:///home/opam/src (version dev)[metrics-lwt.dev] synchronised (file:///home/opam/src)metrics-lwt is now pinned to file:///home/opam/src (version dev)[metrics-influx.dev] synchronised (file:///home/opam/src)metrics-influx is now pinned to file:///home/opam/src (version dev)2025-06-13 15:06.32 ---> using "c93b112f376d589c3284ed6e33469ec3c5719ec72aef1d7ac65190c0c8757621" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-06-13 15:06.32 ---> using "b2ac07b88217068d3a24f52bc25f32c87d8e687666ebce62cfd164789bb80841" from cache/: (env DEPS "alcotest.1.9.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.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 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.8 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.3 --depext-only -y metrics.dev metrics-unix.dev metrics-rusage.dev metrics-lwt.dev metrics-influx.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[metrics.dev] synchronised (file:///home/opam/src)[metrics-lwt.dev] synchronised (file:///home/opam/src)[metrics-influx.dev] synchronised (file:///home/opam/src)[metrics-rusage.dev] synchronised (file:///home/opam/src)[metrics-unix.dev] synchronised (file:///home/opam/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:math/gnuplot<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/doas "pkg_add" "-I" "math/gnuplot"- file:math/: empty- quirks-7.50 signed on 2025-04-20T09:56:12Z- Ambiguous: gnuplot could be gnuplot-5.4.8-no_x11 gnuplot-5.4.82025-06-13 15:06.32 ---> using "45e03b2115e2b07ce43a1951ff27da1df3dcdd71d7d5bbef6b29b23f923e3c21" from cache/: (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.9.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.19.1- install dune-configurator 3.19.1- install duration 0.2.1- install fmt 0.10.0- install logs 0.8.0- install lwt 5.9.1- 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.8- install uuidm 0.9.10- install uutf 1.0.4The following system packages will first need to be installed:math/gnuplot<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>opam believes some required external dependencies are missing. opam can:> 1. Run pkg_add to install them (may need root/sudo access)2. Display the recommended pkg_add command and wait while you run it manually (e.g. in another terminal)3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable4. Abort the installation[1/2/3/4] 1+ /usr/bin/doas "pkg_add" "-I" "math/gnuplot"- file:math/: empty- quirks-7.50 signed on 2025-04-20T09:56:12Z- Ambiguous: gnuplot could be gnuplot-5.4.8 gnuplot-5.4.8-no_x11<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)#=== ERROR while compiling conf-gnuplot.0.1 ===================================#"gnuplot": command not found.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - fetch alcotest 1.9.0| - build conf-gnuplot 0.1+-- No changes have been performed# To update the current shell environment, run: eval $(opam env)"opam install $DEPS" failed with exit status 312025-06-13 15:07.29: Job failed: Failed: Build failed