2025-07-10 13:42.11: New job: test mirage/index https://github.com/mirage/index.git#refs/heads/main (1ca31868b539f3e442e999fd06a0ae2f437748b4) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.3)
Base: freebsd-14.2-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 1ca31868
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-5.3
# freebsd-14.2-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && 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.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.10.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.0.8 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 $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-07-10 13:42.11: Using cache hint "mirage/index-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.3-73038937bb20c1d9049268e5fb66a23b"
2025-07-10 13:42.11: Using OBuilder spec:
((from freebsd-14.2-ocaml-5.3)
(comment freebsd-14.2-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && 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.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.10.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.0.8 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 /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-07-10 13:42.11: Waiting for resource in pool OCluster
2025-07-10 15:51.13: Waiting for worker…
2025-07-10 19:25.52: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 1ca3186 Merge pull request #400 from anmonteiro/patch-1
(from freebsd-14.2-ocaml-5.3)
2025-07-10 19:25.54 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache
/: (comment freebsd-14.2-5.3_opam-2.3)
/: (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.3 /usr/local/bin/opam"))
2025-07-10 19:25.55 ---> using "6c919feff42b8acbece064f547886f17e62a0f8c652c95803d5cc1a0edc05bf0" 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-07-10 19:25.56 ---> using "ef1aecc2d79e0d6d7a69975e03fbee48aae321cc5ded967c4b85817abcd33408" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-10 19:25.56 ---> using "b81c61e28dd398a2621aef3fc778c808fda4399fe66dbfb28a40b55bd44ce32a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-10 19:25.57 ---> using "46859cd3f1ed5f6081f98d282b27cc9fcab2b0b04b4be45ac52d723eb6d8a59e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..64169c3d1d master -> origin/master
64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-compiler.5.5
∗ ocaml-base-compiler.5.4.0~alpha1 is installed and requires ocaml-compiler = 5.4.0~alpha1
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-07-10 19:25.57 ---> using "ce147729ecceb3d9906718fbb52fb5e226d413d99dd3ea744c8b087f17bc4312" from cache
/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-07-10 19:25.59 ---> saved as "c3d6312a92a26c59db237741f7b5acd0f3f5f7b9a126ad6b2e4334585cf25d29"
/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-07-10 19:26.07 ---> saved as "367af37726bddc4f1d8fc11fb27306eb47ff591ef1ab5c464c1ec38a250fdaea"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-10 19:26.10 ---> saved as "dfaa3ccb23583f1522ea387e8d29c386db584ac7267eb7f42d632f73c6672fa9"
/src: (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.10.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.0.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 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.3 --depext-only -y index.dev index-bench.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (file:///src)
[index-bench.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. 36010 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
-
- Installed packages to be UPGRADED:
- pkg: 2.1.2 -> 2.2.0
-
- Number of packages to be upgraded: 1
-
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.0.pkg: ..
- .....
- ... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.1.2 to 2.2.0...
- [rosemary] [1/1] Extracting pkg-2.2.0: ..
- ......
- .. done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 131 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- Imath: 3.1.12
- adwaita-icon-theme: 42.0
- aom: 3.12.1
- at-spi2-core: 2.54.1_1
- avahi-app: 0.8_6
- cairo: 1.18.2,3
- colord: 1.4.7_3
- cups: 2.4.11_1
- dav1d: 1.5.1
- dbus: 1.16.2_2,1
- dbus-glib: 0.114
- duktape-lib: 2.7.0
- enchant2: 2.2.15_6
- fontconfig: 2.15.0_3,1
- freetype2: 2.13.3
- fribidi: 1.0.16
- gdbm: 1.24
- gdk-pixbuf2: 2.42.12_1
- geoclue: 2.7.2
- giflib: 5.2.2
- glib: 2.80.5_1,2
- glib-networking: 2.80.1_1
- gmp: 6.3.0
- gnome_subr: 1.0
- gnuplot: 5.4.10_2
- gnutls: 3.8.9
- gobject-introspection: 1.78.1_2,1
- graphene: 1.10.8_1
- graphite2: 1.3.14
- gsettings-desktop-schemas: 47.1_1
- gstreamer1: 1.26.0
- gstreamer1-plugins: 1.26.0
- gstreamer1-plugins-bad: 1.26.0
- gstreamer1-plugins-gl: 1.26.0
- gtk-update-icon-cache: 3.24.42
- gtk3: 3.24.48
- harfbuzz: 10.3.0
- harfbuzz-icu: 10.3.0
- hicolor-icon-theme: 0.18
- highway: 1.2.0
- hunspell: 1.7.2_1
- hwdata: 0.393,1
- hyphen: 2.8.8
- icu: 76.1,1
- iso-codes: 4.15.0
- jbigkit: 2.1_3
- jpeg-turbo: 3.1.0
- json-glib: 1.10.6
- lcms2: 2.17
- lerc: 4.0.0
- libGLU: 9.0.3
- libICE: 1.1.1,1
- libSM: 1.2.6,1
- libX11: 1.8.12,1
- libXau: 1.0.11
- libXcomposite: 0.4.6_1,1
- libXcursor: 1.2.2
- libXdamage: 1.1.6
- libXdmcp: 1.1.5
- libXext: 1.3.6,1
- libXfixes: 6.0.1
- libXft: 2.3.8
- libXi: 1.8.1,1
- libXinerama: 1.1.5,1
- libXrandr: 1.5.4
- libXrender: 0.9.12
- libXtst: 1.2.4
- libXxf86vm: 1.1.5
- libavif: 1.2.0
- libdaemon: 0.14_1
- libdatrie: 0.2.13_2
- libdeflate: 1.22
- libdrm: 2.4.123,1
- libedit: 3.1.20250104,1
- libepoll-shim: 0.0.20240608
- libepoxy: 1.5.10
- libevent: 2.1.12
- libgcrypt: 1.11.0
- libgd: 2.3.3_13,1
- libglvnd: 1.7.0
- libgpg-error: 1.51
- libgudev: 237
- libgusb: 0.4.9_1
- libjxl: 0.11.1_1
- libmspack: 0.11alpha
- libnotify: 0.8.6
- libpaper: 1.1.28_1
- libpciaccess: 0.18.1_1
- libproxy: 0.5.9_1
- librsvg2-rust: 2.60.0
- libsecret: 0.20.5_3
- libsoup: 2.74.3
- libsoup3: 3.6.5_2
- libsysinfo: 0.0.3_3
- libtasn1: 4.20.0_1
- libthai: 0.1.29_1
- libudev-devd: 0.6.0
- libunwind: 20240221_2
- libxcb: 1.17.0
- libxkbcommon: 1.8.1_1
- libxml2: 2.11.9_1
- libxshmfence: 1.3.2
- libxslt: 1.1.43
- libyuv: 0.0.1789_2
- lua53: 5.3.6_1
- lzo2: 2.10_1
- mesa-libs: 24.1.7_1
- nettle: 3.10.1
- openexr: 3.3.4
- orc: 0.4.40
- p11-kit: 0.25.5
- pango: 1.56.1
- pixman: 0.44.2
- png: 1.6.47
- polkit: 125_1
- py311-cairo: 1.21.0,1
- py311-packaging: 24.2
- py311-pygobject: 3.50.0
- pygobject-common: 3.50.0
- shared-mime-info: 2.4_1
- sqlite3: 3.46.1_1,1
- tex-kpathsea: 6.4.1
- tiff: 4.7.0
- vmaf: 3.0.0
- wayland: 1.23.1
- webkit2-gtk_40: 2.46.6
- webp: 1.5.0
- woff2: 1.0.2_5
- wx30-gtk3: 3.0.5.1_6
- xkeyboard-config: 2.41_4
- xorgproto: 2024.1
-
- Number of packages to be installed: 131
-
- The process will require 736 MiB more space.
- 143 MiB to be downloaded.
- [rosemary] [1/131] Fetching duktape-lib-2.7.0.pkg: ....
- ...... done
- [rosemary] [2/131] Fetching png-1.6.47.pkg: .......... done
- [rosemary] [3/131] Fetching glib-networking-2.80.1_1.pkg: .......... done
- [rosemary] [4/131] Fetching hyphen-2.8.8.pkg: ..... done
- [rosemary] [5/131] Fetching libxcb-1.17.0.pkg: .......... done
- [rosemary] [6/131] Fetching libdatrie-0.2.13_2.pkg: ... done
- [rosemary] [7/131] Fetching freetype2-2.13.3.pkg: .......... done
- [rosemary] [8/131] Fetching jpeg-turbo-3.1.0.pkg: .......... done
- [rosemary] [9/131] Fetching graphene-1.10.8_1.pkg: .......... done
- [rosemary] [10/131] Fetching libproxy-0.5.9_1.pkg: .......... done
- [rosemary] [11/131] Fetching librsvg2-rust-2.60.0.pkg: .......... done
- [rosemary] [12/131] Fetching libglvnd-1.7.0.pkg: ....
- ...... done
- [rosemary] [13/131] Fetching gstreamer1-plugins-bad-1.26.0.pkg: .......... done
- [rosemary] [14/131] Fetching libxslt-1.1.43.pkg: .......... done
- [rosemary] [15/131] Fetching cups-2.4.11_1.pkg: .......... done
- [rosemary] [16/131] Fetching gobject-introspection-1.78.1_2,1.pkg: .......
- ... done
- [rosemary] [17/131] Fetching libXrandr-1.5.4.pkg: ... done
- [rosemary] [18/131] Fetching nettle-3.10.1.pkg: .......... done
- [rosemary] [19/131] Fetching lzo2-2.10_1.pkg: ........ done
- [rosemary] [20/131] Fetching lcms2-2.17.pkg: .......... done
- [rosemary] [21/131] Fetching adwaita-icon-theme-42.0.pkg: .......... done
- [rosemary] [22/131] Fetching woff2-1.0.2_5.pkg: .... done
- [rosemary] [23/131] Fetching libthai-0.1.29_1.pkg: .......... done
- [rosemary] [24/131] Fetching wx30-gtk3-3.0.5.1_6.pkg: .......... done
- [rosemary] [25/131] Fetching polkit-125_1.pkg: .......... done
- [rosemary] [26/131] Fetching libsoup3-3.6.5_2.pkg: .......... done
- [rosemary] [27/131] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done
- [rosemary] [28/131] Fetching libdeflate-1.22.pkg: ...... done
- [rosemary] [29/131] Fetching fribidi-1.0.16.pkg: ...... done
- [rosemary] [30/131] Fetching libXxf86vm-1.1.5.pkg: . done
- [rosemary] [31/131] Fetching libmspack-0.11alpha.pkg: ..... done
- [rosemary] [32/131] Fetching vmaf-3.0.0.pkg: ......... done
- [rosemary] [33/131] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [34/131] Fetching libtasn1-4.20.0_1.pkg: .......... done
- [rosemary] [35/131] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [36/131] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [37/131] Fetching libXinerama-1.1.5,1.pkg: . done
- [rosemary] [38/131] Fetching gnome_subr-1.0.pkg: . done
- [rosemary] [39/131] Fetching libxml2-2.11.9_1.pkg: .......... done
- [rosemary] [40/131] Fetching wayland-1.23.1.pkg: ......... done
- [rosemary] [41/131] Fetching aom-3.12.1.pkg: ...
- ....... done
- [rosemary] [42/131] Fetching orc-0.4.40.pkg: .......... done
- [rosemary] [43/131] Fetching lua53-5.3.6_1.pkg: .......... done
- [rosemary] [44/131] Fetching libgd-2.3.3_13,1.pkg: ........ done
- [rosemary] [45/131] Fetching gdk-pixbuf2-2.42.12_1.pkg: .......
- ... done
- [rosemary] [46/131] Fetching icu-76.1,1.pkg: ....
- ...... done
- [rosemary] [47/131] Fetching libgusb-0.4.9_1.pkg: .......... done
- [rosemary] [48/131] Fetching gnutls-3.8.9.pkg: .......
- ... done
- [rosemary] [49/131] Fetching hicolor-icon-theme-0.18.pkg: . done
- [rosemary] [50/131] Fetching libxshmfence-1.3.2.pkg: . done
- [rosemary] [51/131] Fetching py311-packaging-24.2.pkg: ........ done
- [rosemary] [52/131] Fetching harfbuzz-icu-10.3.0.pkg: . done
- [rosemary] [53/131] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [54/131] Fetching libpaper-1.1.28_1.pkg: .. done
- [rosemary] [55/131] Fetching colord-1.4.7_3.pkg: .......... done
- [rosemary] [56/131] Fetching libjxl-0.11.1_1.pkg:
- .......... done
- [rosemary] [57/131] Fetching py311-cairo-1.21.0,1.pkg: ....... done
- [rosemary] [58/131] Fetching libX11-1.8.12,1.pkg: .......... done
- [rosemary] [59/131] Fetching giflib-5.2.2.pkg: .......... done
- [rosemary] [60/131] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [61/131] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [62/131] Fetching libsoup-2.74.3.pkg: .......... done
- [rosemary] [63/131] Fetching tex-kpathsea-6.4.1.pkg: .......... done
- [rosemary] [64/131] Fetching libXtst-1.2.4.pkg: .. done
- [rosemary] [65/131] Fetching libXi-1.8.1,1.pkg: ........ done
- [rosemary] [66/131] Fetching libXft-2.3.8.pkg: ...... done
- [rosemary] [67/131] Fetching gtk3-3.24.48.pkg: ..
- ........ done
- [rosemary] [68/131] Fetching webp-1.5.0.pkg: .......... done
- [rosemary] [69/131] Fetching libepoxy-1.5.10.pkg: .......... done
- [rosemary] [70/131] Fetching hwdata-0.393,1.pkg: .......... done
- [rosemary] [71/131] Fetching cairo-1.18.2,3.pkg: .......... done
- [rosemary] [72/131] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [73/131] Fetching shared-mime-info-2.4_1.pkg: .......... done
- [rosemary] [74/131] Fetching libgudev-237.pkg: .... done
- [rosemary] [75/131] Fetching hunspell-1.7.2_1.pkg: .......... done
- [rosemary] [76/131] Fetching harfbuzz-10.3.0.pkg: .......... done
- [rosemary] [77/131] Fetching libevent-2.1.12.pkg: .......... done
- [rosemary] [78/131] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [79/131] Fetching gdbm-1.24.pkg: .......... done
- [rosemary] [80/131] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [81/131] Fetching gstreamer1-plugins-gl-1.26.0.pkg: .......... done
- [rosemary] [82/131] Fetching avahi-app-0.8_6.pkg: .......... done
- [rosemary] [83/131] Fetching enchant2-2.2.15_6.pkg: .... done
- [rosemary] [84/131] Fetching gstreamer1-plugins-1.26.0.pkg: .......... done
- [rosemary] [85/131] Fetching dbus-1.16.2_2,1.pkg: .......... done
- [rosemary] [86/131] Fetching libedit-3.1.20250104,1.pkg: .......... done
- [rosemary] [87/131] Fetching libXcursor-1.2.2.pkg: ... done
- [rosemary] [88/131] Fetching highway-1.2.0.pkg: .......... done
- [rosemary] [89/131] Fetching libgcrypt-1.11.0.pkg: .......
- .. done
- [rosemary] [90/131] Fetching json-glib-1.10.6.pkg: .......... done
- [rosemary] [91/131] Fetching webkit2-gtk_40-2.46.6.pkg: .
- ..
- ....
- ... done
- [rosemary] [92/131] Fetching libsecret-0.20.5_3.pkg: .
- ......... done
- [rosemary] [93/131] Fetching pygobject-common-3.50.0.pkg: . done
- [rosemary] [94/131] Fetching libudev-devd-0.6.0.pkg: . done
- [rosemary] [95/131] Fetching libavif-1.2.0.pkg: .......... done
- [rosemary] [96/131] Fetching libunwind-20240221_2.pkg: .......... done
- [rosemary] [97/131] Fetching pango-1.56.1.pkg: .......... done
- [rosemary] [98/131] Fetching libgpg-error-1.51.pkg: .......... done
- [rosemary] [99/131] Fetching gmp-6.3.0.pkg: .......... done
- [rosemary] [100/131] Fetching gstreamer1-1.26.0.pkg: .......... done
- [rosemary] [101/131] Fetching Imath-3.1.12.pkg: ......... done
- [rosemary] [102/131] Fetching libXext-1.3.6,1.pkg: ....... done
- [rosemary] [103/131] Fetching p11-kit-0.25.5.pkg: .......... done
- [rosemary] [104/131] Fetching dbus-glib-0.114.pkg: .......... done
- [rosemary] [105/131] Fetching libsysinfo-0.0.3_3.pkg: .. done
- [rosemary] [106/131] Fetching libXau-1.0.11.pkg: . done
- [rosemary] [107/131] Fetching libICE-1.1.1,1.pkg: ....... done
- [rosemary] [108/131] Fetching libXcomposite-0.4.6_1,1.pkg: . done
- [rosemary] [109/131] Fetching libyuv-0.0.1789_2.pkg: .......... done
- [rosemary] [110/131] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [rosemary] [111/131] Fetching pixman-0.44.2.pkg: .......... done
- [rosemary] [112/131] Fetching dav1d-1.5.1.pkg: .......... done
- [rosemary] [113/131] Fetching gsettings-desktop-schemas-47.1_1.pkg: .......... done
- [rosemary] [114/131] Fetching at-spi2-core-2.54.1_1.pkg: .......... done
- [rosemary] [115/131] Fetching sqlite3-3.46.1_1,1.pkg: .......... done
- [rosemary] [116/131] Fetching libSM-1.2.6,1.pkg: .. done
- [rosemary] [117/131] Fetching openexr-3.3.4.pkg: .......... done
- [rosemary] [118/131] Fetching glib-2.80.5_1,2.pkg: .
- ......... done
- [rosemary] [119/131] Fetching geoclue-2.7.2.pkg: .......... done
- [rosemary] [120/131] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [121/131] Fetching libxkbcommon-1.8.1_1.pkg: .......... done
- [rosemary] [122/131] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [123/131] Fetching libdaemon-0.14_1.pkg: ... done
- [rosemary] [124/131] Fetching iso-codes-4.15.0.pkg: .......... done
- [rosemary] [125/131] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [126/131] Fetching tiff-4.7.0.pkg: .......... done
- [rosemary] [127/131] Fetching gnuplot-5.4.10_2.pkg: .......... done
- [rosemary] [128/131] Fetching libnotify-0.8.6.pkg: ... done
- [rosemary] [129/131] Fetching libGLU-9.0.3.pkg: .......... done
- [rosemary] [130/131] Fetching lerc-4.0.0.pkg: .......... done
- [rosemary] [131/131] Fetching py311-pygobject-3.50.0.pkg: .......... done
- Checking integrity...
- done (0 conflicting)
- [rosemary] [1/131] Installing gnuplot-5.4.10_2...
- [rosemary] [1/131] Extracting gnuplot-5.4.10_2:
- .
- ..
- ..
- ..
- ..
- . done
- [rosemary] [2/131] Installing libgd-2.3.3_13,1...
- [rosemary] [2/131] Extracting libgd-2.3.3_13,1: .......... done
- [rosemary] [3/131] Installing lua53-5.3.6_1...
- [rosemary] [3/131] Extracting lua53-5.3.6_1:
- .......... done
- [rosemary] [4/131] Installing tex-kpathsea-6.4.1...
- [rosemary] [4/131] Extracting tex-kpathsea-6.4.1:
- .......... done
- [rosemary] [5/131] Installing wx30-gtk3-3.0.5.1_6...
- [rosemary] [5/131] Extracting wx30-gtk3-3.0.5.1_6:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [6/131] Installing libGLU-9.0.3...
- [rosemary] [6/131] Extracting libGLU-9.0.3: ..... done
- [rosemary] [7/131] Installing libmspack-0.11alpha...
- [rosemary] [7/131] Extracting libmspack-0.11alpha: ......... done
- [rosemary] [8/131] Installing webkit2-gtk_40-2.46.6...
- [rosemary] [8/131] Extracting webkit2-gtk_40-2.46.6:
- .
- .
- .
- .
- .
- .
-
- pkg: Fail to chmod /method.DOMHTMLInputElement.get_read_only.html:Bad file descriptor
- [rosemary] [8/131] Extracting webkit2-gtk_40-2.46.6... done
[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.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.10.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.0.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.3 --depext-only -y index.dev index-bench.dev $DEPS': failed
"jail" "-c" "name=obuilder_11788_120375" "mount.fstab=/tmp/obuilder-jail-1d3627/fstab" "mount.devfs" "path=/obuilder/result/2a81e2112cc688b7789ce26b46a5678297752312d36823864d20d6d27f6e6deb/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.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.10.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.0.8 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.3 --depext-only -y index.dev index-bench.dev $DEPS'" failed with exit status 1
2025-07-10 19:28.33: Job failed: Failed: Build failed