2025-03-06 15:04.20: New job: test mirage/metrics https://github.com/mirage/metrics.git#refs/heads/main (2459c6626c1e48a2b3a65e8a7f4991c5cf8bfddd) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3)Base: openbsd-76-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/metrics.git" -b "main" && cd "metrics" && git reset --hard 2459c662cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-76-amd64-ocaml-4.14# openbsd-76-amd64-4.14_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 3a71da7aa109c82e542d4ae815ffa4e94a56110d || git fetch origin master) && git reset -q --hard 3a71da7aa109c82e542d4ae815ffa4e94a56110d && 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.8.0 astring.0.8.5 base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 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 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 $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-03-06 15:04.20: Using cache hint "mirage/metrics-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-5678586898412c9678a9c44e1ec88e83"2025-03-06 15:04.20: Using OBuilder spec:((from openbsd-76-amd64-ocaml-4.14)(comment openbsd-76-amd64-4.14_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 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 /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.8.0 astring.0.8.5 base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 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 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 /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-03-06 15:04.20: Waiting for resource in pool OCluster2025-03-06 21:43.26: Waiting for worker…2025-03-07 00:11.37: Got resource from pool OClusterBuilding on bremusaAll commits already cachedHEAD is now at 2459c66 changes for 0.4.1(from openbsd-76-amd64-ocaml-4.14)2025-03-07 00:11.37 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache/: (comment openbsd-76-amd64-4.14_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-03-07 00:11.37 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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-03-07 00:11.37 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.6The OCaml toplevel, version 4.14.22.3.02025-03-07 00:11.37 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache/: (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_HEAD727427c1e7..8707d628f2 master -> origin/master3a71da7aa1 Merge pull request #27563 from hannesm/alcotest-maint<><> 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-03-07 00:11.37 ---> using "5b555e632e2196cc99897d66b94a32ccbf2a0426fc87d943d340d9394ac2adc7" from cache/: (copy (src metrics.opam metrics-unix.opam metrics-rusage.opam metrics-lwt.opam metrics-influx.opam)(dst /home/opam/src/./))2025-03-07 00:12.20 ---> saved as "4aa50ec8e547a5a642d6603b956812b4dbe01cd6bd440983ced18c4111326480"/: (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-03-07 00:13.13 ---> saved as "d92d61a2ccf0fc9dc4042f0c24509cbf21ab377ff566ec182cafbb5b12fee5f9"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-03-07 00:13.58 ---> saved as "453b1e53a65016bd1e5ed0a5652c23631bdfdcb7fefaf23a1ae5b50f9894efee"/: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 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 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[metrics.dev] synchronised (file:///home/opam/src)[metrics-influx.dev] synchronised (file:///home/opam/src)[metrics-lwt.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 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).2025-03-07 00:15.06 ---> saved as "5cf60eeb96346e7bd674cb243e0bb6daa2c164ab4ca0e704b0de5590030c3968"/: (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 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)#=== ERROR while compiling conf-gnuplot.0.1 ===================================#"gnuplot": command not found.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - fetch alcotest 1.8.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-03-07 00:16.06: Job failed: Failed: Build failed