Organisationsgs0510index8f2e73 (master)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:36.06: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && 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 './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-04-30 08:36.06: Using cache hint "gs0510/index-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-62685bc8fb99b16deaea66c8ea5ce989"
2024-04-30 08:36.06: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && 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 './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")
 (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.1 --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"))
)


2024-04-30 08:36.06: Waiting for resource in pool OCluster
2024-04-30 12:24.05: Waiting for worker…
2024-04-30 13:48.50: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 8f2e73f Update cache.ml


(from freebsd-ocaml-4.14)
2024-04-30 13:44.32 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


/: (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.1 /usr/local/bin/opam"))
2024-04-30 13:44.33 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-04-30 13:44.33 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 13:44.33 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 13:44.34 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..e90e14059c  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Constructing initial basis...
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.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-30 13:44.34 ---> using "a90729dac4f0f2d3d88b74b1e805c948c3a8b3e692709fef37af2e855652a9eb" from cache


/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-04-30 13:44.36 ---> saved as "e192432b147e8b31ace284f03f8b042b8c9a2d3d6a0681fc877aecfdade2de6e"


/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)
2024-04-30 13:44.40 ---> saved as "77b6288e245a8a01a5f4d6f6fcc032e778a57c20a373db4117abf35c5b45e00b"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")


/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.1 --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 (no changes)
[index.dev] synchronised (no changes)


[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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    gnuplot


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "gnuplot"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: ....
- ...... done
- Processing entries: 
- ..
- .
- ..
- .
- ..
- .
- . done
- FreeBSD repository update completed. 34061 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: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: ..
- .......
- . done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .........
- . done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: .
- ......... done
- Processing entries: 
- .
- .
- .
- .
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 34061 packages processed.
- All repositories are up to date.
- The following 129 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	adwaita-icon-theme: 42.0
- 	at-spi2-core: 2.50.2
- 	avahi-app: 0.8_2
- 	brotli: 1.1.0,1
- 	cairo: 1.17.4_2,3
- 	colord: 1.4.7
- 	cups: 2.4.7_2
- 	dbus: 1.14.10_5,1
- 	dbus-glib: 0.112_1
- 	dejavu: 2.37_3
- 	duktape-lib: 2.7.0
- 	enchant2: 2.2.15_5
- 	encodings: 1.1.0,1
- 	font-bh-ttf: 1.0.3_5
- 	font-misc-ethiopic: 1.0.4
- 	font-misc-meltho: 1.0.3_5
- 	fontconfig: 2.15.0_2,1
- 	freetype2: 2.13.2
- 	fribidi: 1.0.13_1
- 	gdbm: 1.23
- 	gdk-pixbuf2: 2.42.10_2
- 	geoclue: 2.7.1_1
- 	giflib: 5.2.1_1
- 	glib: 2.80.0,2
- 	glib-networking: 2.78.0
- 	gmp: 6.3.0
- 	gnome_subr: 1.0
- 	gnuplot: 5.4.10
- 	gnutls: 3.8.5_1
- 	gobject-introspection: 1.78.1_2,1
- 	graphene: 1.10.8
- 	graphite2: 1.3.14
- 	gsettings-desktop-schemas: 42.0
- 	gstreamer1: 1.22.10
- 	gstreamer1-plugins: 1.22.10_1
- 	gstreamer1-plugins-bad: 1.22.10_2
- 	gstreamer1-plugins-gl: 1.22.10
- 	gtk-update-icon-cache: 3.24.31_1
- 	gtk3: 3.24.41
- 	harfbuzz: 8.4.0
- 	harfbuzz-icu: 8.4.0
- 	hicolor-icon-theme: 0.17
- 	hunspell: 1.7.2_1
- 	hwdata: 0.381,1
- 	hyphen: 2.8.8
- 	icu: 74.2_1,1
- 	iso-codes: 4.15.0
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	json-glib: 1.8.0
- 	lcms2: 2.16_1
- 	libGLU: 9.0.2_2
- 	libICE: 1.1.0_2,1
- 	libSM: 1.2.3_1,1
- 	libX11: 1.8.7_1,1
- 	libXau: 1.0.9_1
- 	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.0_1
- 	libXft: 2.3.7_1
- 	libXi: 1.8_1,1
- 	libXinerama: 1.1.4_3,1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libXt: 1.3.0,1
- 	libXtst: 1.2.3_3
- 	libXxf86vm: 1.1.4_4
- 	libdaemon: 0.14_1
- 	libdatrie: 0.2.13_2
- 	libdeflate: 1.20
- 	libedit: 3.1.20230828_1,1
- 	libepoll-shim: 0.0.20230411
- 	libepoxy: 1.5.9
- 	libevent: 2.1.12
- 	libfontenc: 1.1.8
- 	libgcrypt: 1.10.3_1
- 	libgd: 2.3.3_11,1
- 	libglvnd: 1.7.0
- 	libgpg-error: 1.48
- 	libgudev: 237
- 	libgusb: 0.3.10_1
- 	libmspack: 0.11alpha
- 	libnice: 0.1.21_2
- 	libnotify: 0.8.2_2
- 	libpaper: 1.1.28_1
- 	libproxy: 0.4.18
- 	librsvg2-rust: 2.58.0_1
- 	libsecret: 0.20.5_3
- 	libsoup: 2.74.3
- 	libsoup3: 3.2.2
- 	libtasn1: 4.19.0_1
- 	libthai: 0.1.29_1
- 	libudev-devd: 0.5.2
- 	libunwind: 20240221
- 	libwpe: 1.12.0
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	libxslt: 1.1.37_1
- 	lua53: 5.3.6_1
- 	mkfontscale: 1.2.3
- 	nettle: 3.9.1
- 	openjpeg: 2.5.2
- 	orc: 0.4.34_1
- 	p11-kit: 0.25.3_1
- 	pango: 1.50.14
- 	pixman: 0.42.2
- 	png: 1.6.43
- 	polkit: 124_3
- 	py39-cairo: 1.21.0,1
- 	py39-gobject3: 3.42.2
- 	py39-packaging: 23.2
- 	pygobject3-common: 3.42.2
- 	shared-mime-info: 2.2_2
- 	sqlite3: 3.45.1,1
- 	tex-kpathsea: 6.3.5_1
- 	tiff: 4.4.0_3
- 	wayland: 1.22.0
- 	webkit2-gtk3: 2.34.6_10
- 	webp: 1.3.2_1
- 	woff2: 1.0.2_5
- 	wpebackend-fdo: 1.12.0
- 	wx30-gtk3: 3.0.5.1_4
- 	xkeyboard-config: 2.41_4
- 	xorg-fonts-truetype: 7.7_1
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 129
- 
- The process will require 593 MiB more space.
- 120 MiB to be downloaded.
- [spring] [1/129] Fetching duktape-lib-2.7.0.pkg: .......... done
- [spring] [2/129] Fetching png-1.6.43.pkg: ......... done
- [spring] [3/129] Fetching glib-networking-2.78.0.pkg: ...
- ....... done
- [spring] [4/129] Fetching hyphen-2.8.8.pkg: ......... done
- [spring] [5/129] Fetching libxcb-1.16.1.pkg: .......... done
- [spring] [6/129] Fetching libdatrie-0.2.13_2.pkg: .......... done
- [spring] [7/129] Fetching freetype2-2.13.2.pkg: .....
- ..... done
- [spring] [8/129] Fetching jpeg-turbo-3.0.2.pkg: .......... done
- [spring] [9/129] Fetching graphene-1.10.8.pkg: .......... done
- [spring] [10/129] Fetching libproxy-0.4.18.pkg: .......... done
- [spring] [11/129] Fetching librsvg2-rust-2.58.0_1.pkg: .
- ......... done
- [spring] [12/129] Fetching libXt-1.3.0,1.pkg: .......... done
- [spring] [13/129] Fetching libglvnd-1.7.0.pkg: ......... done
- [spring] [14/129] Fetching gstreamer1-plugins-bad-1.22.10_2.pkg: ........
- .. done
- [spring] [15/129] Fetching libxslt-1.1.37_1.pkg: ........ done
- [spring] [16/129] Fetching cups-2.4.7_2.pkg: .......... done
- [spring] [17/129] Fetching gobject-introspection-1.78.1_2,1.pkg: .
- ......... done
- [spring] [18/129] Fetching libXrandr-1.5.2_1.pkg: .... done
- [spring] [19/129] Fetching nettle-3.9.1.pkg: .......
- ... done
- [spring] [20/129] Fetching lcms2-2.16_1.pkg: .......... done
- [spring] [21/129] Fetching libnice-0.1.21_2.pkg: ........ done
- [spring] [22/129] Fetching adwaita-icon-theme-42.0.pkg: .......... done
- [spring] [23/129] Fetching woff2-1.0.2_5.pkg: ........
- .. done
- [spring] [24/129] Fetching libthai-0.1.29_1.pkg: .......... done
- [spring] [25/129] Fetching wx30-gtk3-3.0.5.1_4.pkg: ...
- ....... done
- [spring] [26/129] Fetching polkit-124_3.pkg: ....
- ..... done
- [spring] [27/129] Fetching libsoup3-3.2.2.pkg: .......... done
- [spring] [28/129] Fetching mkfontscale-1.2.3.pkg: ... done
- [spring] [29/129] Fetching gtk-update-icon-cache-3.24.31_1.pkg: ........ done
- [spring] [30/129] Fetching libdeflate-1.20.pkg: .......... done
- [spring] [31/129] Fetching fribidi-1.0.13_1.pkg: .......... done
- [spring] [32/129] Fetching libXxf86vm-1.1.4_4.pkg: ... done
- [spring] [33/129] Fetching libmspack-0.11alpha.pkg: .......... done
- [spring] [34/129] Fetching openjpeg-2.5.2.pkg: ....
- ...... done
- [spring] [35/129] Fetching libXdamage-1.1.6.pkg: .. done
- [spring] [36/129] Fetching libtasn1-4.19.0_1.pkg: .......... done
- [spring] [37/129] Fetching py39-cairo-1.21.0,1.pkg: .......... done
- [spring] [38/129] Fetching libXfixes-6.0.0_1.pkg: .. done
- [spring] [39/129] Fetching webkit2-gtk3-2.34.6_10.pkg: 
- ..
- ....
- .... done
- [spring] [40/129] Fetching libXinerama-1.1.4_3,1.pkg: .. done
- [spring] [41/129] Fetching gnome_subr-1.0.pkg: . done
- [spring] [42/129] Fetching libxml2-2.11.7.pkg: .......... done
- [spring] [43/129] Fetching wayland-1.22.0.pkg: .........
- . done
- [spring] [44/129] Fetching orc-0.4.34_1.pkg: .......... done
- [spring] [45/129] Fetching lua53-5.3.6_1.pkg: 
- .......... done
- [spring] [46/129] Fetching libgd-2.3.3_11,1.pkg: .......... done
- [spring] [47/129] Fetching gdk-pixbuf2-2.42.10_2.pkg: .......... done
- [spring] [48/129] Fetching icu-74.2_1,1.pkg: 
- ...
- ......
- . done
- [spring] [49/129] Fetching libgusb-0.3.10_1.pkg: .......... done
- [spring] [50/129] Fetching gnutls-3.8.5_1.pkg: .....
- ..... done
- [spring] [51/129] Fetching hicolor-icon-theme-0.17.pkg: ... done
- [spring] [52/129] Fetching libwpe-1.12.0.pkg: ......... done
- [spring] [53/129] Fetching harfbuzz-icu-8.4.0.pkg: . done
- [spring] [54/129] Fetching libepoll-shim-0.0.20230411.pkg: ... done
- [spring] [55/129] Fetching libpaper-1.1.28_1.pkg: ... done
- [spring] [56/129] Fetching colord-1.4.7.pkg: ......... done
- [spring] [57/129] Fetching pygobject3-common-3.42.2.pkg: ... done
- [spring] [58/129] Fetching font-misc-ethiopic-1.0.4.pkg: ...... done
- [spring] [59/129] Fetching libX11-1.8.7_1,1.pkg: .......... done
- [spring] [60/129] Fetching giflib-5.2.1_1.pkg: ........ done
- [spring] [61/129] Fetching libXrender-0.9.10_2.pkg: ...... done
- [spring] [62/129] Fetching libsoup-2.74.3.pkg: ......... done
- [spring] [63/129] Fetching xorgproto-2023.2.pkg: .......... done
- [spring] [64/129] Fetching tex-kpathsea-6.3.5_1.pkg: ....... done
- [spring] [65/129] Fetching libXtst-1.2.3_3.pkg: ... done
- [spring] [66/129] Fetching libXi-1.8_1,1.pkg: .......... done
- [spring] [67/129] Fetching libXft-2.3.7_1.pkg: ......... done
- [spring] [68/129] Fetching gtk3-3.24.41.pkg: ..
- .....
- ... done
- [spring] [69/129] Fetching wpebackend-fdo-1.12.0.pkg: ........ done
- [spring] [70/129] Fetching webp-1.3.2_1.pkg: .......... done
- [spring] [71/129] Fetching libepoxy-1.5.9.pkg: ...
- ...... done
- [spring] [72/129] Fetching hwdata-0.381,1.pkg: .......... done
- [spring] [73/129] Fetching cairo-1.17.4_2,3.pkg: .....
- ..... done
- [spring] [74/129] Fetching graphite2-1.3.14.pkg: ....... done
- [spring] [75/129] Fetching shared-mime-info-2.2_2.pkg: .....
- .... done
- [spring] [76/129] Fetching libgudev-237.pkg: ........ done
- [spring] [77/129] Fetching hunspell-1.7.2_1.pkg: .......... done
- [spring] [78/129] Fetching encodings-1.1.0,1.pkg: ......
- .... done
- [spring] [79/129] Fetching harfbuzz-8.4.0.pkg: .......... done
- [spring] [80/129] Fetching libevent-2.1.12.pkg: ......... done
- [spring] [81/129] Fetching gdbm-1.23.pkg: ......... done
- [spring] [82/129] Fetching gstreamer1-plugins-gl-1.22.10.pkg: .......... done
- [spring] [83/129] Fetching avahi-app-0.8_2.pkg: ....
- ..... done
- [spring] [84/129] Fetching enchant2-2.2.15_5.pkg: ......... done
- [spring] [85/129] Fetching gstreamer1-plugins-1.22.10_1.pkg: .......... done
- [spring] [86/129] Fetching dbus-1.14.10_5,1.pkg: ....
- ...... done
- [spring] [87/129] Fetching libedit-3.1.20230828_1,1.pkg: .......... done
- [spring] [88/129] Fetching libfontenc-1.1.8.pkg: .... done
- [spring] [89/129] Fetching libXcursor-1.2.2.pkg: ....... done
- [spring] [90/129] Fetching libgcrypt-1.10.3_1.pkg: .......... done
- [spring] [91/129] Fetching libsecret-0.20.5_3.pkg: ...
- ....... done
- [spring] [92/129] Fetching json-glib-1.8.0.pkg: .......... done
- [spring] [93/129] Fetching libudev-devd-0.5.2.pkg: .... done
- [spring] [94/129] Fetching libunwind-20240221.pkg: ........ done
- [spring] [95/129] Fetching font-bh-ttf-1.0.3_5.pkg: .......... done
- [spring] [96/129] Fetching pango-1.50.14.pkg: .......... done
- [spring] [97/129] Fetching brotli-1.1.0,1.pkg: .
- ........ done
- [spring] [98/129] Fetching py39-packaging-23.2.pkg: .......... done
- [spring] [99/129] Fetching libgpg-error-1.48.pkg: .......... done
- [spring] [100/129] Fetching gmp-6.3.0.pkg: .......... done
- [spring] [101/129] Fetching gstreamer1-1.22.10.pkg: ....
- ...... done
- [spring] [102/129] Fetching libXext-1.3.6,1.pkg: ....... done
- [spring] [103/129] Fetching p11-kit-0.25.3_1.pkg: .......... done
- [spring] [104/129] Fetching dbus-glib-0.112_1.pkg: .......... done
- [spring] [105/129] Fetching libXau-1.0.9_1.pkg: ... done
- [spring] [106/129] Fetching libICE-1.1.0_2,1.pkg: .......... done
- [spring] [107/129] Fetching libXcomposite-0.4.6_1,1.pkg: ... done
- [spring] [108/129] Fetching py39-gobject3-3.42.2.pkg: ........ done
- [spring] [109/129] Fetching fontconfig-2.15.0_2,1.pkg: .......... done
- [spring] [110/129] Fetching pixman-0.42.2.pkg: .......... done
- [spring] [111/129] Fetching at-spi2-core-2.50.2.pkg: .........
- . done
- [spring] [112/129] Fetching gsettings-desktop-schemas-42.0.pkg: ......... done
- [spring] [113/129] Fetching sqlite3-3.45.1,1.pkg: .......... done
- [spring] [114/129] Fetching libSM-1.2.3_1,1.pkg: ... done
- [spring] [115/129] Fetching glib-2.80.0,2.pkg: 
- ........
- .. done
- [spring] [116/129] Fetching geoclue-2.7.1_1.pkg: ....... done
- [spring] [117/129] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [spring] [118/129] Fetching libxkbcommon-1.6.0_2.pkg: ........ done
- [spring] [119/129] Fetching jbigkit-2.1_2.pkg: .......... done
- [spring] [120/129] Fetching font-misc-meltho-1.0.3_5.pkg: .
- ......... done
- [spring] [121/129] Fetching libdaemon-0.14_1.pkg: ..... done
- [spring] [122/129] Fetching iso-codes-4.15.0.pkg: ...
- .....
- .. done
- [spring] [123/129] Fetching libXdmcp-1.1.5.pkg: .. done
- [spring] [124/129] Fetching tiff-4.4.0_3.pkg: .......... done
- [spring] [125/129] Fetching xorg-fonts-truetype-7.7_1.pkg: . done
- [spring] [126/129] Fetching dejavu-2.37_3.pkg: 
- .......... done
- [spring] [127/129] Fetching gnuplot-5.4.10.pkg: 
- .......... done
- [spring] [128/129] Fetching libnotify-0.8.2_2.pkg: ...... done
- [spring] [129/129] Fetching libGLU-9.0.2_2.pkg: ....... done
- Checking integrity... done (0 conflicting)
- [spring] [1/129] Installing xorgproto-2023.2...
- [spring] [1/129] Extracting xorgproto-2023.2: .......... done
- [spring] [2/129] Installing libXau-1.0.9_1...
- [spring] [2/129] Extracting libXau-1.0.9_1: .......... done
- [spring] [3/129] Installing libXdmcp-1.1.5...
- [spring] [3/129] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/129] Installing libxcb-1.16.1...
- [spring] [4/129] Extracting libxcb-1.16.1: .......... done
- [spring] [5/129] Installing png-1.6.43...
- [spring] [5/129] Extracting png-1.6.43: .......... done
- [spring] [6/129] Installing libX11-1.8.7_1,1...
- [spring] [6/129] Extracting libX11-1.8.7_1,1: .......... done
- [spring] [7/129] Installing brotli-1.1.0,1...
- [spring] [7/129] Extracting brotli-1.1.0,1: .......... done
- [spring] [8/129] Installing freetype2-2.13.2...
- [spring] [8/129] Extracting freetype2-2.13.2: .......... done
- [spring] [9/129] Installing libfontenc-1.1.8...
- [spring] [9/129] Extracting libfontenc-1.1.8: ......... done
- [spring] [10/129] Installing py39-packaging-23.2...
- [spring] [10/129] Extracting py39-packaging-23.2: .......... done
- [spring] [11/129] Installing libXext-1.3.6,1...
- [spring] [11/129] Extracting libXext-1.3.6,1: .......... done
- [spring] [12/129] Installing libICE-1.1.0_2,1...
- [spring] [12/129] Extracting libICE-1.1.0_2,1: .......... done
- [spring] [13/129] Installing jpeg-turbo-3.0.2...
- [spring] [13/129] Extracting jpeg-turbo-3.0.2: .......... done
- [spring] [14/129] Installing libglvnd-1.7.0...
- [spring] [14/129] Extracting libglvnd-1.7.0: .......... done
- [spring] [15/129] Installing mkfontscale-1.2.3...
- [spring] [15/129] Extracting mkfontscale-1.2.3: ....... done
- [spring] [16/129] Installing libdeflate-1.20...
- [spring] [16/129] Extracting libdeflate-1.20: .......... done
- [spring] [17/129] Installing libtasn1-4.19.0_1...
- [spring] [17/129] Extracting libtasn1-4.19.0_1: .......... done
- [spring] [18/129] Installing libXfixes-6.0.0_1...
- [spring] [18/129] Extracting libXfixes-6.0.0_1: .......... done
- [spring] [19/129] Installing libxml2-2.11.7...
- [spring] [19/129] Extracting libxml2-2.11.7: .......... done
- [spring] [20/129] Installing libXrender-0.9.10_2...
- [spring] [20/129] Extracting libXrender-0.9.10_2: .......... done
- [spring] [21/129] Installing gmp-6.3.0...
- [spring] [21/129] Extracting gmp-6.3.0: .......... done
- [spring] [22/129] Installing fontconfig-2.15.0_2,1...
- [spring] [22/129] Extracting fontconfig-2.15.0_2,1: .......... done
- [spring] [23/129] Installing pixman-0.42.2...
- [spring] [23/129] Extracting pixman-0.42.2: .......... done
- [spring] [24/129] Installing libSM-1.2.3_1,1...
- [spring] [24/129] Extracting libSM-1.2.3_1,1: .......... done
- [spring] [25/129] Installing glib-2.80.0,2...
- [spring] [25/129] Extracting glib-2.80.0,2: .......... done
- [spring] [26/129] Installing jbigkit-2.1_2...
- [spring] [26/129] Extracting jbigkit-2.1_2: .......... done
- [spring] [27/129] Installing libdatrie-0.2.13_2...
- [spring] [27/129] Extracting libdatrie-0.2.13_2: .......... done
- [spring] [28/129] Installing nettle-3.9.1...
- [spring] [28/129] Extracting nettle-3.9.1: .......... done
- [spring] [29/129] Installing libepoll-shim-0.0.20230411...
- [spring] [29/129] Extracting libepoll-shim-0.0.20230411: .......... done
- [spring] [30/129] Installing font-misc-ethiopic-1.0.4...
- [spring] [30/129] Extracting font-misc-ethiopic-1.0.4: ...
- ... done
- [spring] [31/129] Installing libXi-1.8_1,1...
- [spring] [31/129] Extracting libXi-1.8_1,1: .......... done
- [spring] [32/129] Installing cairo-1.17.4_2,3...
- [spring] [32/129] Extracting cairo-1.17.4_2,3: .......... done
- [spring] [33/129] Installing graphite2-1.3.14...
- [spring] [33/129] Extracting graphite2-1.3.14: .......... done
- [spring] [34/129] Installing shared-mime-info-2.2_2...
- [spring] [34/129] Extracting shared-mime-info-2.2_2: ......... done
- [spring] [35/129] Installing encodings-1.1.0,1...
- [spring] [35/129] Extracting encodings-1.1.0,1: .......... done
- [spring] [36/129] Installing dbus-1.14.10_5,1...
- ===> Creating groups.
- Creating group 'messagebus' with gid '556'.
- ===> Creating users
- Creating user 'messagebus' with uid '556'.
- [spring] [36/129] Extracting dbus-1.14.10_5,1: ......... done
- [spring] [37/129] Installing font-bh-ttf-1.0.3_5...
- [spring] [37/129] Extracting font-bh-ttf-1.0.3_5: .......... done
- [spring] [38/129] Installing p11-kit-0.25.3_1...
- [spring] [38/129] Extracting p11-kit-0.25.3_1: .......... done
- [spring] [39/129] Installing font-misc-meltho-1.0.3_5...
- [spring] [39/129] Extracting font-misc-meltho-1.0.3_5: .......... done
- [spring] [40/129] Installing tiff-4.4.0_3...
- [spring] [40/129] Extracting tiff-4.4.0_3: .......... done
- [spring] [41/129] Installing dejavu-2.37_3...
- [spring] [41/129] Extracting dejavu-2.37_3: .....
- ..... done
- [spring] [42/129] Installing duktape-lib-2.7.0...
- [spring] [42/129] Extracting duktape-lib-2.7.0: ......... done
- [spring] [43/129] Installing libproxy-0.4.18...
- [spring] [43/129] Extracting libproxy-0.4.18: .......... done
- [spring] [44/129] Installing gobject-introspection-1.78.1_2,1...
- [spring] [44/129] Extracting gobject-introspection-1.78.1_2,1: .......... done
- [spring] [45/129] Installing libthai-0.1.29_1...
- [spring] [45/129] Extracting libthai-0.1.29_1: .......... done
- [spring] [46/129] Installing fribidi-1.0.13_1...
- [spring] [46/129] Extracting fribidi-1.0.13_1: .......... done
- [spring] [47/129] Installing py39-cairo-1.21.0,1...
- [spring] [47/129] Extracting py39-cairo-1.21.0,1: .......... done
- [spring] [48/129] Installing gnome_subr-1.0...
- [spring] [48/129] Extracting gnome_subr-1.0: .... done
- [spring] [49/129] Installing wayland-1.22.0...
- [spring] [49/129] Extracting wayland-1.22.0: .......... done
- [spring] [50/129] Installing gdk-pixbuf2-2.42.10_2...
- [spring] [50/129] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [spring] [51/129] Installing gnutls-3.8.5_1...
- [spring] [51/129] Extracting gnutls-3.8.5_1: .......... done
- [spring] [52/129] Installing pygobject3-common-3.42.2...
- [spring] [52/129] Extracting pygobject3-common-3.42.2: ..... done
- [spring] [53/129] Installing libXtst-1.2.3_3...
- [spring] [53/129] Extracting libXtst-1.2.3_3: .......... done
- [spring] [54/129] Installing libXft-2.3.7_1...
- [spring] [54/129] Extracting libXft-2.3.7_1: .......... done
- [spring] [55/129] Installing harfbuzz-8.4.0...
- [spring] [55/129] Extracting harfbuzz-8.4.0: .......... done
- [spring] [56/129] Installing libevent-2.1.12...
- [spring] [56/129] Extracting libevent-2.1.12: .......... done
- [spring] [57/129] Installing gdbm-1.23...
- [spring] [57/129] Extracting gdbm-1.23: .......... done
- [spring] [58/129] Installing libedit-3.1.20230828_1,1...
- [spring] [58/129] Extracting libedit-3.1.20230828_1,1: .......... done
- [spring] [59/129] Installing libudev-devd-0.5.2...
- [spring] [59/129] Extracting libudev-devd-0.5.2: ........ done
- [spring] [60/129] Installing libunwind-20240221...
- [spring] [60/129] Extracting libunwind-20240221: .......... done
- [spring] [61/129] Installing dbus-glib-0.112_1...
- [spring] [61/129] Extracting dbus-glib-0.112_1: .......... done
- [spring] [62/129] Installing gsettings-desktop-schemas-42.0...
- [spring] [62/129] Extracting gsettings-desktop-schemas-42.0: .......... done
- [spring] [63/129] Installing xkeyboard-config-2.41_4...
- [spring] [63/129] Extracting xkeyboard-config-2.41_4: .......... done
- [spring] [64/129] Installing libdaemon-0.14_1...
- [spring] [64/129] Extracting libdaemon-0.14_1: .......... done
- [spring] [65/129] Installing xorg-fonts-truetype-7.7_1...
- [spring] [65/129] Extracting xorg-fonts-truetype-7.7_1: ... done
- [spring] [66/129] Installing glib-networking-2.78.0...
- [spring] [66/129] Extracting glib-networking-2.78.0: .......... done
- [spring] [67/129] Installing lcms2-2.16_1...
- [spring] [67/129] Extracting lcms2-2.16_1: .......
- ... done
- [spring] [68/129] Installing polkit-124_3...
- ===> Creating groups.
- Creating group 'polkitd' with gid '565'.
- ===> Creating users
- Creating user 'polkitd' with uid '565'.
- [spring] [68/129] Extracting polkit-124_3: ......... done
- [spring] [69/129] Installing gtk-update-icon-cache-3.24.31_1...
- [spring] [69/129] Extracting gtk-update-icon-cache-3.24.31_1: .......... done
- [spring] [70/129] Installing orc-0.4.34_1...
- [spring] [70/129] Extracting orc-0.4.34_1: .......... done
- [spring] [71/129] Installing libgusb-0.3.10_1...
- [spring] [71/129] Extracting libgusb-0.3.10_1: .......... done
- [spring] [72/129] Installing libpaper-1.1.28_1...
- [spring] [72/129] Extracting libpaper-1.1.28_1: .......... done
- [spring] [73/129] Installing hwdata-0.381,1...
- [spring] [73/129] Extracting hwdata-0.381,1: .......... done
- [spring] [74/129] Installing libgudev-237...
- [spring] [74/129] Extracting libgudev-237: .......... done
- [spring] [75/129] Installing avahi-app-0.8_2...
- ===> Creating groups.
- Creating group 'avahi' with gid '558'.
- ===> Creating users
- Creating user 'avahi' with uid '558'.
- [spring] [75/129] Extracting avahi-app-0.8_2: .......... done
- [spring] [76/129] Installing pango-1.50.14...
- [spring] [76/129] Extracting pango-1.50.14: .......... done
- [spring] [77/129] Installing libgpg-error-1.48...
- [spring] [77/129] Extracting libgpg-error-1.48: .......... done
- [spring] [78/129] Installing gstreamer1-1.22.10...
- [spring] [78/129] Extracting gstreamer1-1.22.10: .......... done
- [spring] [79/129] Installing py39-gobject3-3.42.2...
- [spring] [79/129] Extracting py39-gobject3-3.42.2: .......... done
- [spring] [80/129] Installing at-spi2-core-2.50.2...
- [spring] [80/129] Extracting at-spi2-core-2.50.2: .......... done
- [spring] [81/129] Installing sqlite3-3.45.1,1...
- [spring] [81/129] Extracting sqlite3-3.45.1,1: .......... done
- [spring] [82/129] Installing libxkbcommon-1.6.0_2...
- [spring] [82/129] Extracting libxkbcommon-1.6.0_2: .......... done
- [spring] [83/129] Installing iso-codes-4.15.0...
- [spring] [83/129] Extracting iso-codes-4.15.0: .......... done
- [spring] [84/129] Installing graphene-1.10.8...
- [spring] [84/129] Extracting graphene-1.10.8: .......... done
- [spring] [85/129] Installing librsvg2-rust-2.58.0_1...
- [spring] [85/129] Extracting librsvg2-rust-2.58.0_1: .......... done
- [spring] [86/129] Installing cups-2.4.7_2...
- ===> Creating groups.
- Creating group 'cups' with gid '193'.
- ===> Creating users
- Creating user 'cups' with uid '193'.
- [spring] [86/129] Extracting cups-2.4.7_2: .......... done
- [spring] [87/129] Installing libXrandr-1.5.2_1...
- [spring] [87/129] Extracting libXrandr-1.5.2_1: .......... done
- [spring] [88/129] Installing libnice-0.1.21_2...
- [spring] [88/129] Extracting libnice-0.1.21_2: ........
- .. done
- [spring] [89/129] Installing adwaita-icon-theme-42.0...
- [spring] [89/129] Extracting adwaita-icon-theme-42.0: .......... done
- [spring] [90/129] Installing libsoup3-3.2.2...
- [spring] [90/129] Extracting libsoup3-3.2.2: .......... done
- [spring] [91/129] Installing libXdamage-1.1.6...
- [spring] [91/129] Extracting libXdamage-1.1.6: ......... done
- [spring] [92/129] Installing libXinerama-1.1.4_3,1...
- [spring] [92/129] Extracting libXinerama-1.1.4_3,1: .......... done
- [spring] [93/129] Installing icu-74.2_1,1...
- [spring] [93/129] Extracting icu-74.2_1,1: .........
- . done
- [spring] [94/129] Installing hicolor-icon-theme-0.17...
- [spring] [94/129] Extracting hicolor-icon-theme-0.17: 
- . done
- [spring] [95/129] Installing libwpe-1.12.0...
- [spring] [95/129] Extracting libwpe-1.12.0: .......... done
- [spring] [96/129] Installing colord-1.4.7...
- ===> Creating groups.
- Creating group 'colord' with gid '970'.
- ===> Creating users
- Creating user 'colord' with uid '970'.
- [spring] [96/129] Extracting colord-1.4.7: .......... done
- [spring] [97/129] Installing giflib-5.2.1_1...
- [spring] [97/129] Extracting giflib-5.2.1_1: .......... done
- [spring] [98/129] Installing libepoxy-1.5.9...
- [spring] [98/129] Extracting libepoxy-1.5.9: .......... done
- [spring] [99/129] Installing hunspell-1.7.2_1...
- [spring] [99/129] Extracting hunspell-1.7.2_1: .......... done
- [spring] [100/129] Installing gstreamer1-plugins-1.22.10_1...
- [spring] [100/129] Extracting gstreamer1-plugins-1.22.10_1: .......... done
- [spring] [101/129] Installing libXcursor-1.2.2...
- [spring] [101/129] Extracting libXcursor-1.2.2: .......... done
- [spring] [102/129] Installing libgcrypt-1.10.3_1...
- [spring] [102/129] Extracting libgcrypt-1.10.3_1: .......... done
- [spring] [103/129] Installing json-glib-1.8.0...
- [spring] [103/129] Extracting json-glib-1.8.0: .......... done
- [spring] [104/129] Installing libXcomposite-0.4.6_1,1...
- [spring] [104/129] Extracting libXcomposite-0.4.6_1,1: .......... done
- [spring] [105/129] Installing libnotify-0.8.2_2...
- [spring] [105/129] Extracting libnotify-0.8.2_2: .......... done
- [spring] [106/129] Installing libGLU-9.0.2_2...
- [spring] [106/129] Extracting libGLU-9.0.2_2: ..... done
- [spring] [107/129] Installing hyphen-2.8.8...
- [spring] [107/129] Extracting hyphen-2.8.8: .......... done
- [spring] [108/129] Installing libXt-1.3.0,1...
- [spring] [108/129] Extracting libXt-1.3.0,1: .......... done
- [spring] [109/129] Installing gstreamer1-plugins-bad-1.22.10_2...
- [spring] [109/129] Extracting gstreamer1-plugins-bad-1.22.10_2: .......... done
- [spring] [110/129] Installing libxslt-1.1.37_1...
- [spring] [110/129] Extracting libxslt-1.1.37_1: ....
- ...... done
- [spring] [111/129] Installing woff2-1.0.2_5...
- [spring] [111/129] Extracting woff2-1.0.2_5: .......... done
- [spring] [112/129] Installing openjpeg-2.5.2...
- [spring] [112/129] Extracting openjpeg-2.5.2: .......... done
- [spring] [113/129] Installing harfbuzz-icu-8.4.0...
- [spring] [113/129] Extracting harfbuzz-icu-8.4.0: ........ done
- [spring] [114/129] Installing libsoup-2.74.3...
- [spring] [114/129] Extracting libsoup-2.74.3: .......... done
- [spring] [115/129] Installing gtk3-3.24.41...
- [spring] [115/129] Extracting gtk3-3.24.41: .......... done
- [spring] [116/129] Installing wpebackend-fdo-1.12.0...
- [spring] [116/129] Extracting wpebackend-fdo-1.12.0: .......... done
- [spring] [117/129] Installing webp-1.3.2_1...
- [spring] [117/129] Extracting webp-1.3.2_1: .......... done
- [spring] [118/129] Installing gstreamer1-plugins-gl-1.22.10...
- [spring] [118/129] Extracting gstreamer1-plugins-gl-1.22.10: .......... done
- [spring] [119/129] Installing enchant2-2.2.15_5...
- [spring] [119/129] Extracting enchant2-2.2.15_5: .......... done
- [spring] [120/129] Installing libsecret-0.20.5_3...
- [spring] [120/129] Extracting libsecret-0.20.5_3: .......... done
- [spring] [121/129] Installing geoclue-2.7.1_1...
- [spring] [121/129] Extracting geoclue-2.7.1_1: .......... done
- [spring] [122/129] Installing libXxf86vm-1.1.4_4...
- [spring] [122/129] Extracting libXxf86vm-1.1.4_4: .......
- ... done
- [spring] [123/129] Installing libmspack-0.11alpha...
- [spring] [123/129] Extracting libmspack-0.11alpha: ......... done
- [spring] [124/129] Installing webkit2-gtk3-2.34.6_10...
- [spring] [124/129] Extracting webkit2-gtk3-2.34.6_10: .......
- ... done
- [spring] [125/129] Installing wx30-gtk3-3.0.5.1_4...
- [spring] [125/129] Extracting wx30-gtk3-3.0.5.1_4: .......... done
- [spring] [126/129] Installing lua53-5.3.6_1...
- [spring] [126/129] Extracting lua53-5.3.6_1: .......... done
- [spring] [127/129] Installing libgd-2.3.3_11,1...
- [spring] [127/129] Extracting libgd-2.3.3_11,1: .......... done
- [spring] [128/129] Installing tex-kpathsea-6.3.5_1...
- [spring] [128/129] Extracting tex-kpathsea-6.3.5_1: .......... done
- [spring] [129/129] Installing gnuplot-5.4.10...
- [spring] [129/129] Extracting gnuplot-5.4.10: .......... done
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- Generating GTK icon cache for /usr/local/share/icons/Adwaita
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- Message from freetype2-2.13.2:
- 
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
- 
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
- 
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- 	cff:no-stem-darkening=1 \
- 	autofitter:warping=1
- 
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
- 
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
- 
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
- 
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
- 
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from dejavu-2.37_3:
- 
- --
- Make sure that the freetype module is loaded.  If it is not, add the following
- line to the "Modules" section of your X Windows configuration file:
- 
- 	Load "freetype"
- 
- Add the following line to the "Files" section of X Windows configuration file:
- 
- 	FontPath "/usr/local/share/fonts/dejavu/"
- 
- Note: your X Windows configuration file is typically /etc/X11/XF86Config
- if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
- =====
- Message from duktape-lib-2.7.0:
- 
- --
- ===>   NOTICE:
- 
- The duktape-lib port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing
- =====
- Message from wayland-1.22.0:
- 
- --
- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
- contain "wayland-%d" unix(4) sockets. This is usually handled by
- consolekit2 (via ck-launch-session) or pam_xdg (via login).
- =====
- Message from libxkbcommon-1.6.0_2:
- 
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
- 
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
-   export XKB_DEFAULT_RULES=xorg
- 
- For csh/tcsh run and (optionally) add into ~/.login:
-   setenv XKB_DEFAULT_RULES xorg
- =====
- Message from libsoup-2.74.3:
- 
- --
- libsoup can use NTLM authentication if it is compiled
- with the SMB option. To use it, you must install a
- port that provides NTLM, like net/samba412 or net/samba413.
2024-04-30 13:48.06 ---> saved as "847657d7862079d1ab73a955ae44c6996d34ee97e824738347a0bbdf18cfb582"


/src: (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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild          0.14.3
   install cmdliner            1.2.0
   install ocamlfind           1.9.6
   install seq                 base
   install dune                3.15.2
   install conf-gnuplot        0.1
   install topkg               1.0.7
   install base-bytes          base
   install stdlib-shims        0.3.0
   install sexplib0            v0.17.0
   install result              1.5
   install re                  1.11.0
   install ppx_derivers        1.2.1
   install ocaml-syntax-shims  1.0.0
   install ocaml-compiler-libs v0.12.4
   install csexp               1.5.2
   install cppo                1.6.9
   install afl-persistent      1.4
   install uutf                1.0.3
   install uuidm               0.9.8
   install mtime               2.0.0
   install fmt                 0.9.0
   install astring             0.8.5
   install ppxlib              0.32.1
   install dune-configurator   3.15.2
   install yojson              2.1.2
   install ocplib-endian       1.2
   install metrics             0.4.1
   install alcotest            1.7.0
   install ppx_deriving        5.2.1
   install lwt                 5.7.0
   install crowbar             0.2.1
   install ppx_deriving_yojson 3.7.0
   install metrics-unix        0.4.1
   install logs                0.7.0
=====  35 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved afl-persistent.1.4  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved cppo.1.6.9  (cached)
 retrieved cmdliner.1.2.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved crowbar.0.2.1  (cached)
 installed conf-gnuplot.0.1
 retrieved alcotest.1.7.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved lwt.5.7.0  (cached)
 retrieved metrics.0.4.1  (cached)
 retrieved metrics-unix.0.4.1  (cached)
 retrieved mtime.2.0.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved ppx_deriving.5.2.1  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_deriving_yojson.3.7.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved result.1.5  (cached)
 installed seq.base
 retrieved sexplib0.v0.17.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uuidm.0.9.8  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved yojson.2.1.2  (cached)
 retrieved ppxlib.0.32.1  (cached)
 installed cmdliner.1.2.0
 installed ocamlbuild.0.14.3
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed topkg.1.0.7
 installed uuidm.0.9.8
 installed uutf.1.0.3
 installed mtime.2.0.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed dune.3.15.2
 installed csexp.1.5.2
 installed ppx_derivers.1.2.1
 installed re.1.11.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.12.4
 installed metrics.0.4.1
 installed cppo.1.6.9
 installed stdlib-shims.0.3.0
 installed ocplib-endian.1.2
 installed sexplib0.v0.17.0
 installed yojson.2.1.2
 installed dune-configurator.3.15.2
 installed alcotest.1.7.0
 installed result.1.5
 installed afl-persistent.1.4
 installed crowbar.0.2.1
 installed lwt.5.7.0
 installed metrics-unix.0.4.1
 installed logs.0.7.0
 installed ppxlib.0.32.1
 installed ppx_deriving.5.2.1
 installed ppx_deriving_yojson.3.7.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
2024-04-30 13:52.54 ---> saved as "c4f7a1a416501c267395743545675fe92c37176e1cbc154ad05b25561735505c"


/src: (copy (src .) (dst /src))
2024-04-30 13:52.57 ---> saved as "5e75360f74eecaf3527cb75d644fa0af5c3fa56ff93acae0442034e12b48dc16"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.index.objs/byte -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/mtime -I /home/opam/.opam/4.14.2/lib/mtime/clock/os -I /home/opam/.opam/4.14.2/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/mtime -I /home/opam/.opam/4.14.2/lib/mtime/clock/os -I /home/opam/.opam/4.14.2/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I src/.index.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Index_unix__ -o src/unix/.index_unix.objs/byte/index_unix.cmo -c -impl src/unix/index_unix.ml)
File "src/unix/index_unix.ml", line 139, characters 8-48:
139 |         (aux [@tailcall]) (Filename.dirname dir) @@ fun () ->
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 51 [wrong-tailcall-expectation]): expected tailcall
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Io_array.cmo -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Io_array.cmx -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14.2/lib/alcotest -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/logs -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bench/.bench.eobjs/byte -I /home/opam/.opam/4.14.2/lib/cmdliner -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/metrics -I /home/opam/.opam/4.14.2/lib/metrics-unix -I /home/opam/.opam/4.14.2/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.2/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I /home/opam/.opam/4.14.2/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/4.14.2/lib/cmdliner -I /home/opam/.opam/4.14.2/lib/fmt -I /home/opam/.opam/4.14.2/lib/metrics -I /home/opam/.opam/4.14.2/lib/metrics-unix -I /home/opam/.opam/4.14.2/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14.2/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14.2/lib/re -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I /home/opam/.opam/4.14.2/lib/yojson -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_34190_67707" "mount.devfs" "path=/obuilder/result/53c3417b974f82eb6231adc080689c65a49edeb81bbb1dce355d4f6eaed63dd0/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-04-30 13:57.36: Job failed: Failed: Build failed