2025-10-07 16:51.25: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (6e84bed48db8ab53a09926b45d899815c30f2b39) (freebsd-x86_64:freebsd-14.3-5.3_opam-2.4)
Base: freebsd-14.3-ocaml-5.3
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/mirage/index.git" -b "main" && cd "index" && git reset --hard 6e84bed4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.3
# freebsd-14.3-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
opam pin add -yn index-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 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.2 cmdliner.2.0.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.20.2 dune-configurator.3.20.2 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.2 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.5.0 psq.0.2.1 re.1.14.0 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.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.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-10-07 16:51.25: Using cache hint "mirage/index-freebsd-14.3-ocaml-5.3-freebsd-14.3-5.3_opam-2.4-9c22576166b530b331ac34ed96d589a4"
2025-10-07 16:51.25: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.3)
(comment freebsd-14.3-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src index.opam index-bench.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn index.dev './' && \
\nopam pin add -yn index-bench.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.1 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.2 cmdliner.2.0.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.20.2 dune-configurator.3.20.2 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.2 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.5.0 psq.0.2.1 re.1.14.0 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.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 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.4 --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 /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-10-07 16:51.25: Waiting for resource in pool OCluster
2025-10-07 21:46.08: Waiting for worker…
2025-10-07 22:35.39: Got resource from pool OCluster
Building on rosemary
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /obuilder/state/git/index.git-65350de4bd07b1d9756849632bd387b41a297e9c/.git/
HEAD is now at 6e84bed Merge pull request #404 from lyrm/stats_dls
(from freebsd-14.3-ocaml-5.3)
2025-10-07 22:33.54 ---> using "60bac7f21805020c29d2a88a6913503683a681e01c7da46429af43006be5190e" from cache
/: (comment freebsd-14.3-5.3_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))
2025-10-07 22:33.54 ---> using "4d63dfa430f870863e128ed3c471110b31bb3e53377210a2ea894afe5e37bcbb" from cache
/src: (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.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-10-07 22:33.54 ---> using "08dcdc7a41451c03feaf1cde41bdf093eeb3b516304c17e950a6225d1dbc12be" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.3.0
2.4.1
2025-10-07 22:33.55 ---> using "89dfe63ac7dbdaa6723d28341400dd0a5b1be839b593d33c65eaf4466d13b257" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-07 22:33.55 ---> using "ec3674891376259f4044950e2c0e886ef7c9543b50a81fe66e196cb6a302a954" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))
241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
2025-10-07 22:33.55 ---> using "a7e7f5c4538fdba711b561cea4444a89749a4f2b77e6309c1516724a760ed312" from cache
/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-10-07 22:33.57 ---> saved as "eed527cec128c528fad04a9af8af5bf039ca53e3f3760c07e64d1306ad0fcbc0"
/src: (run (network host)
(shell "opam pin add -yn index.dev './' && \
\nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2025-10-07 22:34.00 ---> saved as "b73611eb7b5d5d7cb230483be12e711ce5383e5ac8532939fea28f3f4918a79f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-07 22:34.01 ---> saved as "6ff6f4816a1a9280c11dad2c335177a5479466a79caaf07321b4e03337e2d2f4"
/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 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.2 cmdliner.2.0.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.20.2 dune-configurator.3.20.2 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.2 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.5.0 psq.0.2.1 re.1.14.0 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.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 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.4 --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:///src)
[index.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:
gmp gnuplot
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp" "gnuplot"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- .
- ..
- .
- .
- ..
- .
- .
- . done
- Processing entries: .
- ..
- ...
- ..
- .
- . done
- FreeBSD repository update completed. 36549 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 134 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- Imath: 3.2.1 [FreeBSD]
- adwaita-icon-theme: 47.0 [FreeBSD]
- adwaita-icon-theme-legacy: 46.2 [FreeBSD]
- aom: 3.13.1 [FreeBSD]
- at-spi2-core: 2.56.4 [FreeBSD]
- avahi-app: 0.8_6 [FreeBSD]
- cairo: 1.18.2,3 [FreeBSD]
- colord: 1.4.8 [FreeBSD]
- cups: 2.4.14 [FreeBSD]
- dav1d: 1.5.1_1 [FreeBSD]
- dbus: 1.16.2_4,1 [FreeBSD]
- dbus-glib: 0.114 [FreeBSD]
- duktape-lib: 2.7.0_1 [FreeBSD]
- enchant2: 2.8.10 [FreeBSD]
- fontconfig: 2.15.0_3,1 [FreeBSD]
- freetype2: 2.13.3 [FreeBSD]
- fribidi: 1.0.16 [FreeBSD]
- gdbm: 1.26 [FreeBSD]
- gdk-pixbuf2: 2.44.1 [FreeBSD]
- geoclue: 2.8.0 [FreeBSD]
- giflib: 5.2.2 [FreeBSD]
- glib: 2.84.1_3,2 [FreeBSD]
- glib-networking: 2.80.1_1 [FreeBSD]
- gmp: 6.3.0 [FreeBSD]
- gnome_subr: 1.0 [FreeBSD]
- gnuplot: 5.4.10_3 [FreeBSD]
- gnutls: 3.8.10 [FreeBSD]
- gobject-introspection: 1.84.0,1 [FreeBSD]
- graphene: 1.10.8_1 [FreeBSD]
- graphite2: 1.3.14 [FreeBSD]
- gsettings-desktop-schemas: 47.1_2 [FreeBSD]
- gstreamer1: 1.26.6 [FreeBSD]
- gstreamer1-plugins: 1.26.6 [FreeBSD]
- gstreamer1-plugins-bad: 1.26.6 [FreeBSD]
- gstreamer1-plugins-gl: 1.26.6 [FreeBSD]
- gtk-update-icon-cache: 3.24.42 [FreeBSD]
- gtk3: 3.24.50 [FreeBSD]
- harfbuzz: 10.3.0 [FreeBSD]
- harfbuzz-icu: 10.3.0 [FreeBSD]
- hicolor-icon-theme: 0.18 [FreeBSD]
- highway: 1.3.0 [FreeBSD]
- hunspell: 1.7.2_1 [FreeBSD]
- hwdata: 0.399,1 [FreeBSD]
- hyphen: 2.8.8 [FreeBSD]
- icu: 76.1,1 [FreeBSD]
- iso-codes: 4.18.0 [FreeBSD]
- jbigkit: 2.1_3 [FreeBSD]
- jpeg-turbo: 3.1.2 [FreeBSD]
- json-glib: 1.10.8 [FreeBSD]
- lcms2: 2.17 [FreeBSD]
- lerc: 4.0.0 [FreeBSD]
- libGLU: 9.0.3 [FreeBSD]
- libICE: 1.1.2,1 [FreeBSD]
- libSM: 1.2.6,1 [FreeBSD]
- libX11: 1.8.12,1 [FreeBSD]
- libXau: 1.0.12 [FreeBSD]
- libXcomposite: 0.4.6_1,1 [FreeBSD]
- libXcursor: 1.2.3 [FreeBSD]
- libXdamage: 1.1.6 [FreeBSD]
- libXdmcp: 1.1.5 [FreeBSD]
- libXext: 1.3.6,1 [FreeBSD]
- libXfixes: 6.0.1 [FreeBSD]
- libXft: 2.3.8 [FreeBSD]
- libXi: 1.8.2,1 [FreeBSD]
- libXinerama: 1.1.5,1 [FreeBSD]
- libXrandr: 1.5.4 [FreeBSD]
- libXrender: 0.9.12 [FreeBSD]
- libXtst: 1.2.5 [FreeBSD]
- libXxf86vm: 1.1.6 [FreeBSD]
- libavif: 1.3.0_2 [FreeBSD]
- libdaemon: 0.14_1 [FreeBSD]
- libdatrie: 0.2.13_2 [FreeBSD]
- libdeflate: 1.24 [FreeBSD]
- libdrm: 2.4.123,1 [FreeBSD]
- libedit: 3.1.20250104,1 [FreeBSD]
- libepoll-shim: 0.0.20240608 [FreeBSD]
- libepoxy: 1.5.10 [FreeBSD]
- libevent: 2.1.12 [FreeBSD]
- libgcrypt: 1.11.2 [FreeBSD]
- libgd: 2.3.3_13,1 [FreeBSD]
- libglvnd: 1.7.0 [FreeBSD]
- libgpg-error: 1.55 [FreeBSD]
- libgudev: 237 [FreeBSD]
- libgusb: 0.4.9_1 [FreeBSD]
- libinotify: 20240724_3 [FreeBSD]
- libjxl: 0.11.1_2 [FreeBSD]
- libmspack: 0.11alpha [FreeBSD]
- libnotify: 0.8.7 [FreeBSD]
- libpaper: 1.1.28_1 [FreeBSD]
- libpciaccess: 0.18.1_1 [FreeBSD]
- libproxy: 0.5.10 [FreeBSD]
- librsvg2-rust: 2.60.0_5 [FreeBSD]
- libsecret: 0.21.7_1 [FreeBSD]
- libsoup: 2.74.3_1 [FreeBSD]
- libsoup3: 3.6.5_2 [FreeBSD]
- libsysinfo: 0.0.3_3 [FreeBSD]
- libtasn1: 4.20.0_1 [FreeBSD]
- libthai: 0.1.29_1 [FreeBSD]
- libudev-devd: 0.6.0 [FreeBSD]
- libunwind: 20240221_2 [FreeBSD]
- libxcb: 1.17.0 [FreeBSD]
- libxkbcommon: 1.8.1_3 [FreeBSD]
- libxml2: 2.14.5 [FreeBSD]
- libxshmfence: 1.3.3 [FreeBSD]
- libxslt: 1.1.43_1 [FreeBSD]
- libyuv: 0.0.1903 [FreeBSD]
- lua53: 5.3.6_1 [FreeBSD]
- lzo2: 2.10_1 [FreeBSD]
- mesa-libs: 24.1.7_1 [FreeBSD]
- nettle: 3.10.2 [FreeBSD]
- openexr: 3.4.0 [FreeBSD]
- openjph: 0.22.0 [FreeBSD]
- orc: 0.4.41_1 [FreeBSD]
- p11-kit: 0.25.10 [FreeBSD]
- pango: 1.56.4 [FreeBSD]
- pixman: 0.46.2 [FreeBSD]
- png: 1.6.50 [FreeBSD]
- polkit: 125_1 [FreeBSD]
- py311-cairo: 1.28.0,1 [FreeBSD]
- py311-packaging: 25.0 [FreeBSD]
- py311-pygobject: 3.50.0 [FreeBSD]
- pygobject-common: 3.50.0 [FreeBSD]
- shared-mime-info: 2.4_2 [FreeBSD]
- sqlite3: 3.50.2_1,1 [FreeBSD]
- tex-kpathsea: 6.4.1 [FreeBSD]
- tiff: 4.7.0 [FreeBSD]
- vmaf: 3.0.0 [FreeBSD]
- wayland: 1.24.0_2 [FreeBSD]
- webkit2-gtk_40: 2.46.6_4 [FreeBSD]
- webp: 1.6.0 [FreeBSD]
- woff2: 1.0.2_5 [FreeBSD]
- wx30-gtk3: 3.0.5.1_7 [FreeBSD]
- xkeyboard-config: 2.41_4 [FreeBSD]
- xorgproto: 2024.1 [FreeBSD]
-
- Number of packages to be installed: 134
-
- The process will require 815 MiB more space.
- 151 MiB to be downloaded.
- pkg: An error occurred while fetching package: Unknown error
- [rosemary] [1/134] Fetching duktape-lib-2.7.0_1.pkg: .......... done
- pkg: duktape-lib-2.7.0_1 failed checksum from repository
[ERROR] System package install failed with exit code 3 at command:
sudo pkg install -y gmp gnuplot
[ERROR] These packages are still missing: gmp gnuplot
[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 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.2 cmdliner.2.0.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.20.2 dune-configurator.3.20.2 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.2 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.5.0 psq.0.2.1 re.1.14.0 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.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS': failed
"jail" "-c" "name=obuilder_73090_7326" "mount.fstab=/tmp/obuilder-jail-d3cda7/fstab" "mount.devfs" "path=/obuilder/result/f61ddbfe2bf2e654df9b39fe922c55cd3571a5f7d94a02b6aed3398b2777bc31/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.9.1 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.2 cmdliner.2.0.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.20.2 dune-configurator.3.20.2 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.2 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.5.0 psq.0.2.1 re.1.14.0 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.5.0 tezos-base58.1.0.0 topkg.1.1.0 uucp.17.0.0 uuidm.0.9.10 uutf.1.0.4 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.4 --depext-only -y index.dev index-bench.dev $DEPS'" failed with exit status 1
2025-10-07 22:36.15: Job failed: Failed: Build failed