2025-07-28 18:09.14: New job: test mirage/index https://github.com/mirage/index.git#refs/pull/402/head (9c7cde529907b8371a812edac53990cc049fec15) (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/index.git" && cd "index" && git fetch origin "refs/pull/402/head" && git reset --hard 9c7cde52cat > 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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 index.opam index-bench.opam /home/opam/src/./RUN opam pin add -yn index.dev '/home/opam/src/./' && \opam pin add -yn index-bench.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="afl-persistent.1.4 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 base64.3.5.1 cmdliner.1.3.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.3.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.9.0 lru.0.3.1 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.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 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.4.0 psq.0.2.1 re.1.13.2 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y index.dev index-bench.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-07-28 18:09.14: Using cache hint "mirage/index-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-a6c853918fb84e9c6cc20444462e29d1"2025-07-28 18:09.14: 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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src index.opam index-bench.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn index.dev '/home/opam/src/./' && \\nopam pin add -yn index-bench.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "afl-persistent.1.4 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 base64.3.5.1 cmdliner.1.3.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.3.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.9.0 lru.0.3.1 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.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 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.4.0 psq.0.2.1 re.1.13.2 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 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 index.dev index-bench.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-07-28 18:09.14: Waiting for resource in pool OCluster2025-07-29 02:08.07: Waiting for worker…2025-07-29 07:40.48: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 9c7cde5 opam-lint: update digestif lowerbound(from openbsd-76-amd64-ocaml-5.3)2025-07-29 07:40.49 ---> 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-07-29 07:40.49 ---> 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-07-29 07:40.49 ---> 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-07-29 07:40.49 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache/: (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_HEADf93eb7cb02..ee8b9193dd master -> origin/mastere77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0<><> 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-07-29 07:40.49 ---> using "41bb2c4cd90278080bc194156d0f0e1c8d99368d2f7302476ef80a01c0dd42e5" from cache/: (copy (src index.opam index-bench.opam) (dst /home/opam/src/./))2025-07-29 07:41.31 ---> saved as "f8bfac5b78bc634477c4d1fb64f91a80f2c8b67e67b108e8f3aad4ee68575dee"/: (run (network host)(shell "opam pin add -yn index.dev '/home/opam/src/./' && \\nopam pin add -yn index-bench.dev '/home/opam/src/./'"))[index.dev] synchronised (file:///home/opam/src)index is now pinned to file:///home/opam/src (version dev)[index-bench.dev] synchronised (file:///home/opam/src)index-bench is now pinned to file:///home/opam/src (version dev)2025-07-29 07:42.18 ---> saved as "c34144ab22cfc27bf293c16d9b1ed3623a8404f2448b4b8a388f7222f89990fb"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-07-29 07:43.16 ---> saved as "b61e78dc4c290809814b2ef421be56554aa05bccf273715f3582f580fbb347d2"/: (env DEPS "afl-persistent.1.4 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 base64.3.5.1 cmdliner.1.3.0 conf-gmp.5 conf-gnuplot.0.1 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 digestif.1.3.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 jsonm.1.0.2 logs.0.9.0 lru.0.3.1 lwt.5.9.1 metrics.0.5.0 metrics-unix.0.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.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 optint.0.3.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_repr.0.7.0 ppxlib.0.35.0 progress.0.4.0 psq.0.2.1 re.1.13.2 repr.0.7.0 rusage.1.0.0 semaphore-compat.1.0.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 terminal.0.4.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 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 index.dev index-bench.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[index-bench.dev] synchronised (file:///home/opam/src)[index.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:gmp math/gnuplot<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/doas "pkg_add" "-I" "gmp" "math/gnuplot"- quirks-7.50 signed on 2025-04-20T09:56:12Z- file:math/: empty- Ambiguous: gnuplot could be gnuplot-5.4.8 gnuplot-5.4.8-no_x112025-07-29 07:44.20 ---> saved as "7c6791ef3a7c650d12699b71b0cae0869caf9f42774b31e1846fead2fd257f17"/: (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 54 packages- install afl-persistent 1.4- install alcotest 1.9.0- install astring 0.8.5- install base-bytes base- install base64 3.5.1- install cmdliner 1.3.0- install conf-gmp 5- install conf-gnuplot 0.1- install conf-pkg-config 4- install cppo 1.8.0- install crowbar 0.2.1- install csexp 1.5.2- install digestif 1.3.0- install dune 3.19.1- install dune-configurator 3.19.1- install either 1.0.0- install eqaf 0.10- install fmt 0.11.0- install jsonm 1.0.2- install logs 0.9.0- install lru 0.3.1- install lwt 5.9.1- install metrics 0.5.0- install metrics-unix 0.5.0- install mtime 2.1.0- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_deriving_yojson 3.9.1- install ppx_repr 0.7.0- install ppxlib 0.35.0- install progress 0.4.0- install psq 0.2.1- install re 1.13.2- install repr 0.7.0- install rusage 1.0.0- install semaphore-compat 1.0.2- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install terminal 0.4.0- install tezos-base58 1.0.0- install topkg 1.1.0- install uucp 16.0.0- install uuidm 0.9.10- install uutf 1.0.4- install vector 1.0.0- install yojson 3.0.0- install zarith 1.14The 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-no_x11 gnuplot-5.4.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved crowbar.0.2.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-gmp.5-> retrieved alcotest.1.9.0 (cached)-> retrieved either.1.0.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved metrics.0.5.0, metrics-unix.0.5.0 (cached)-> retrieved lwt.5.9.1 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving_yojson.3.9.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_repr.0.7.0, repr.0.7.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved progress.0.4.0, terminal.0.4.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved rusage.1.0.0 (cached)-> retrieved seq.base (cached)-> retrieved semaphore-compat.1.0.2 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tezos-base58.1.0.0 (cached)-> retrieved re.1.13.2 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uuidm.0.9.10 (cached)-> retrieved uucp.16.0.0 (cached)-> retrieved vector.1.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)#=== ERROR while compiling conf-gnuplot.0.1 ===================================#"gnuplot": command not found.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - fetch yojson 3.0.0| - build conf-gnuplot 0.1+-+- The following changes have been performed (the rest was aborted)| - install conf-gmp 5+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/5.3.0/.opam-switch/backup/state-20250729074449.export""opam install $DEPS" failed with exit status 312025-07-29 07:45.54: Job failed: Failed: Build failed