2025-04-04 07:13.57: New job: test mirage/index https://github.com/mirage/index.git#refs/pull/402/head (9c7cde529907b8371a812edac53990cc049fec15) (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" && cd "index" && git fetch origin "refs/pull/402/head" && git reset --hard 9c7cde52
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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && 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.2.0 dune.3.18.0 dune-configurator.3.18.0 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 metrics.0.4.1 metrics-unix.0.4.1 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.12.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.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.2.2.2 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-04-04 07:13.57: Using cache hint "mirage/index-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.3-2c01e5eafdefcad27bb9ff7a79c4ed8e"
2025-04-04 07:13.57: 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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && 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.2.0 dune.3.18.0 dune-configurator.3.18.0 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 metrics.0.4.1 metrics-unix.0.4.1 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.12.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.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.2.2.2 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-04-04 07:13.57: Waiting for resource in pool OCluster
2025-04-04 07:13.57: Waiting for worker…
2025-04-04 09:17.13: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 9c7cde5 opam-lint: update digestif lowerbound
(from freebsd-14.2-ocaml-5.3)
2025-04-04 09:04.50 ---> 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-04-04 09:04.51 ---> 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-04-04 09:04.51 ---> 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-04-04 09:04.51 ---> using "b81c61e28dd398a2621aef3fc778c808fda4399fe66dbfb28a40b55bd44ce32a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-04-04 09:04.52 ---> 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 ebbcec92a028ec6a4c71de7a7c3ed42739479745 || git fetch origin master) && git reset -q --hard ebbcec92a028ec6a4c71de7a7c3ed42739479745 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
48e47466f5..da74d7829f master -> origin/master
ebbcec92a0 Merge pull request #23330 from mseri/fix-gmp
<><> 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.4.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-04-04 09:04.52 ---> using "cae8572f2dd6f016e84dcf59d5942caf858acce77d9005b53f8fe601891d91fa" from cache
/src: (copy (src index.opam index-bench.opam) (dst ./))
2025-04-04 09:04.54 ---> saved as "3f495a018ad77e19719581592fa6f1d76cfc1627cea5ccfa5aa6754e23e63257"
/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-04-04 09:04.58 ---> saved as "349f4306b4f2f3c63ab2a5e2e1bce804437a6b3057f6d619c7ff6e7b760f1f1f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-04-04 09:05.03 ---> saved as "91dce56ff7398659ffb48b55b833255fe6aecf23e456ad7c70045d6d6bf7078b"
/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.2.0 dune.3.18.0 dune-configurator.3.18.0 either.1.0.0 eqaf.0.10 fmt.0.10.0 jsonm.1.0.2 logs.0.8.0 lru.0.3.1 lwt.5.9.1 metrics.0.4.1 metrics-unix.0.4.1 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.12.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.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.2.2.2 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-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...
- [spring] Fetching data.pkg: ....
- ...... done
- Processing entries:
- ..
- ..
- ..
- .
- .
- .. done
- FreeBSD repository update completed. 35886 packages processed.
- All repositories are up to date.
- The following 122 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- adwaita-icon-theme: 42.0
- at-spi2-core: 2.54.0
- avahi-app: 0.8_2
- cairo: 1.17.4_2,3
- colord: 1.4.7_2
- cups: 2.4.11
- dbus: 1.14.10_5,1
- dbus-glib: 0.112_1
- duktape-lib: 2.7.0
- enchant2: 2.2.15_5
- fontconfig: 2.15.0_3,1
- freetype2: 2.13.3
- fribidi: 1.0.16
- gdbm: 1.24
- gdk-pixbuf2: 2.42.10_3
- geoclue: 2.7.2
- giflib: 5.2.2
- glib: 2.80.5_1,2
- glib-networking: 2.80.1
- gmp: 6.3.0
- gnome_subr: 1.0
- gnuplot: 5.4.10_2
- gnutls: 3.8.8
- gobject-introspection: 1.78.1_2,1
- graphene: 1.10.8_1
- graphite2: 1.3.14
- gsettings-desktop-schemas: 42.0
- gstreamer1: 1.24.10
- gstreamer1-plugins: 1.24.10
- gstreamer1-plugins-bad: 1.24.10
- gstreamer1-plugins-gl: 1.24.10
- gtk-update-icon-cache: 3.24.31_1
- gtk3: 3.24.43
- harfbuzz: 10.1.0
- harfbuzz-icu: 10.1.0
- hicolor-icon-theme: 0.18
- hunspell: 1.7.2_1
- hwdata: 0.390,1
- hyphen: 2.8.8
- icu: 74.2_1,1
- iso-codes: 4.15.0
- jbigkit: 2.1_3
- jpeg-turbo: 3.0.4
- json-glib: 1.10.0
- lcms2: 2.16_2
- lerc: 4.0.0
- libGLU: 9.0.3
- libICE: 1.1.1,1
- libSM: 1.2.4,1
- libX11: 1.8.9,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.11
- libXt: 1.3.0,1
- libXtst: 1.2.4
- libXxf86vm: 1.1.5
- libdaemon: 0.14_1
- libdatrie: 0.2.13_2
- libdeflate: 1.22
- libdrm: 2.4.123,1
- libedit: 3.1.20240808,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
- libmspack: 0.11alpha
- libnotify: 0.8.3
- libpaper: 1.1.28_1
- libpciaccess: 0.18.1_1
- libproxy: 0.4.18
- librsvg2-rust: 2.58.5_2
- libsecret: 0.20.5_3
- libsoup: 2.74.3
- libsoup3: 3.2.2
- libtasn1: 4.20.0_1
- libthai: 0.1.29_1
- libudev-devd: 0.6.0
- libunwind: 20240221_2
- libwpe: 1.12.0
- libxcb: 1.17.0
- libxkbcommon: 1.7.0_1
- libxml2: 2.11.9
- libxslt: 1.1.37_1
- lua53: 5.3.6_1
- nettle: 3.10.1
- openjpeg: 2.5.3
- orc: 0.4.40
- p11-kit: 0.25.5
- pango: 1.52.2_1
- pixman: 0.42.2
- png: 1.6.45
- polkit: 125
- 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
- tex-kpathsea: 6.4.0
- tiff: 4.7.0
- wayland: 1.23.1
- webkit2-gtk3: 2.34.6_10
- webp: 1.5.0
- woff2: 1.0.2_5
- wpebackend-fdo: 1.12.0
- wx30-gtk3: 3.0.5.1_5
- xkeyboard-config: 2.41_4
- xorgproto: 2024.1
-
- Number of packages to be installed: 122
-
- The process will require 585 MiB more space.
- 118 MiB to be downloaded.
- [spring] [1/122] Fetching duktape-lib-2.7.0.pkg: .......... done
- [spring] [2/122] Fetching png-1.6.45.pkg: .......... done
- [spring] [3/122] Fetching glib-networking-2.80.1.pkg: .......... done
- [spring] [4/122] Fetching hyphen-2.8.8.pkg: .... done
- [spring] [5/122] Fetching libxcb-1.17.0.pkg: .......... done
- [spring] [6/122] Fetching libdatrie-0.2.13_2.pkg: ... done
- [spring] [7/122] Fetching freetype2-2.13.3.pkg:
- .......... done
- [spring] [8/122] Fetching jpeg-turbo-3.0.4.pkg: .......... done
- [spring] [9/122] Fetching graphene-1.10.8_1.pkg: .......... done
- [spring] [10/122] Fetching libproxy-0.4.18.pkg: .... done
- [spring] [11/122] Fetching librsvg2-rust-2.58.5_2.pkg: .....
- ..... done
- [spring] [12/122] Fetching libXt-1.3.0,1.pkg: .......... done
- [spring] [13/122] Fetching libglvnd-1.7.0.pkg: ...... done
- [spring] [14/122] Fetching gstreamer1-plugins-bad-1.24.10.pkg: ...
- ....... done
- [spring] [15/122] Fetching libxslt-1.1.37_1.pkg: .......... done
- [spring] [16/122] Fetching cups-2.4.11.pkg: .......... done
- [spring] [17/122] Fetching gobject-introspection-1.78.1_2,1.pkg: .......... done
- [spring] [18/122] Fetching libXrandr-1.5.4.pkg: .. done
- [spring] [19/122] Fetching nettle-3.10.1.pkg: ........
- .. done
- [spring] [20/122] Fetching lcms2-2.16_2.pkg: .......... done
- [spring] [21/122] Fetching adwaita-icon-theme-42.0.pkg: .......... done
- [spring] [22/122] Fetching woff2-1.0.2_5.pkg: ... done
- [spring] [23/122] Fetching libthai-0.1.29_1.pkg: .......... done
- [spring] [24/122] Fetching wx30-gtk3-3.0.5.1_5.pkg: ..
- ........ done
- [spring] [25/122] Fetching polkit-125.pkg: .......... done
- [spring] [26/122] Fetching libsoup3-3.2.2.pkg: .......... done
- [spring] [27/122] Fetching gtk-update-icon-cache-3.24.31_1.pkg: . done
- [spring] [28/122] Fetching libdeflate-1.22.pkg: ..... done
- [spring] [29/122] Fetching fribidi-1.0.16.pkg: ..... done
- [spring] [30/122] Fetching libXxf86vm-1.1.5.pkg: . done
- [spring] [31/122] Fetching libmspack-0.11alpha.pkg: ..... done
- [spring] [32/122] Fetching openjpeg-2.5.3.pkg: .......... done
- [spring] [33/122] Fetching libXdamage-1.1.6.pkg: . done
- [spring] [34/122] Fetching libdrm-2.4.123,1.pkg: .......... done
- [spring] [35/122] Fetching libtasn1-4.20.0_1.pkg: .......... done
- [spring] [36/122] Fetching libXfixes-6.0.1.pkg: . done
- [spring] [37/122] Fetching webkit2-gtk3-2.34.6_10.pkg: .
- ......
- ... done
- [spring] [38/122] Fetching libXinerama-1.1.5,1.pkg: . done
- [spring] [39/122] Fetching gnome_subr-1.0.pkg: . done
- [spring] [40/122] Fetching libxml2-2.11.9.pkg: .......... done
- [spring] [41/122] Fetching wayland-1.23.1.pkg: ........ done
- [spring] [42/122] Fetching orc-0.4.40.pkg: .......... done
- [spring] [43/122] Fetching lua53-5.3.6_1.pkg: .......... done
- [spring] [44/122] Fetching libgd-2.3.3_13,1.pkg: .......... done
- [spring] [45/122] Fetching gdk-pixbuf2-2.42.10_3.pkg: .......... done
- [spring] [46/122] Fetching icu-74.2_1,1.pkg: .
- ......... done
- [spring] [47/122] Fetching libgusb-0.4.9_1.pkg: .......... done
- [spring] [48/122] Fetching gnutls-3.8.8.pkg: .......... done
- [spring] [49/122] Fetching hicolor-icon-theme-0.18.pkg: . done
- [spring] [50/122] Fetching libwpe-1.12.0.pkg: . done
- [spring] [51/122] Fetching py311-packaging-24.2.pkg: ....... done
- [spring] [52/122] Fetching harfbuzz-icu-10.1.0.pkg: . done
- [spring] [53/122] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [spring] [54/122] Fetching libpaper-1.1.28_1.pkg: . done
- [spring] [55/122] Fetching colord-1.4.7_2.pkg: .......... done
- [spring] [56/122] Fetching py311-cairo-1.21.0,1.pkg: ....... done
- [spring] [57/122] Fetching libX11-1.8.9,1.pkg: .......... done
- [spring] [58/122] Fetching giflib-5.2.2.pkg: .......... done
- [spring] [59/122] Fetching libXrender-0.9.11.pkg: .. done
- [spring] [60/122] Fetching libsoup-2.74.3.pkg: .......... done
- [spring] [61/122] Fetching xorgproto-2024.1.pkg: .......... done
- [spring] [62/122] Fetching tex-kpathsea-6.4.0.pkg: ......... done
- [spring] [63/122] Fetching libXtst-1.2.4.pkg: . done
- [spring] [64/122] Fetching libXi-1.8.1,1.pkg: ....... done
- [spring] [65/122] Fetching libXft-2.3.8.pkg: ..... done
- [spring] [66/122] Fetching gtk3-3.24.43.pkg: .
- ........
- . done
- [spring] [67/122] Fetching wpebackend-fdo-1.12.0.pkg: ... done
- [spring] [68/122] Fetching webp-1.5.0.pkg: .......... done
- [spring] [69/122] Fetching libepoxy-1.5.10.pkg: .......... done
- [spring] [70/122] Fetching hwdata-0.390,1.pkg: ......
- .... done
- [spring] [71/122] Fetching cairo-1.17.4_2,3.pkg: .......... done
- [spring] [72/122] Fetching graphite2-1.3.14.pkg: ....... done
- [spring] [73/122] Fetching shared-mime-info-2.4_1.pkg: .......... done
- [spring] [74/122] Fetching libgudev-237.pkg: .. done
- [spring] [75/122] Fetching hunspell-1.7.2_1.pkg: .......... done
- [spring] [76/122] Fetching harfbuzz-10.1.0.pkg: .......... done
- [spring] [77/122] Fetching libevent-2.1.12.pkg: .......... done
- [spring] [78/122] Fetching libpciaccess-0.18.1_1.pkg: .. done
- [spring] [79/122] Fetching gdbm-1.24.pkg: .......... done
- [spring] [80/122] Fetching gstreamer1-plugins-gl-1.24.10.pkg: .......... done
- [spring] [81/122] Fetching avahi-app-0.8_2.pkg: .......... done
- [spring] [82/122] Fetching enchant2-2.2.15_5.pkg: .... done
- [spring] [83/122] Fetching gstreamer1-plugins-1.24.10.pkg: .......... done
- [spring] [84/122] Fetching dbus-1.14.10_5,1.pkg: .......... done
- [spring] [85/122] Fetching libedit-3.1.20240808,1.pkg: ........ done
- [spring] [86/122] Fetching libXcursor-1.2.2.pkg: ... done
- [spring] [87/122] Fetching libgcrypt-1.11.0.pkg: .......... done
- [spring] [88/122] Fetching json-glib-1.10.0.pkg: .......... done
- [spring] [89/122] Fetching libsecret-0.20.5_3.pkg: .......... done
- [spring] [90/122] Fetching pygobject-common-3.50.0.pkg: . done
- [spring] [91/122] Fetching libudev-devd-0.6.0.pkg: . done
- [spring] [92/122] Fetching libunwind-20240221_2.pkg: .......... done
- [spring] [93/122] Fetching pango-1.52.2_1.pkg: .....
- ..... done
- [spring] [94/122] Fetching libgpg-error-1.51.pkg: .......... done
- [spring] [95/122] Fetching gmp-6.3.0.pkg: .......... done
- [spring] [96/122] Fetching gstreamer1-1.24.10.pkg: .......... done
- [spring] [97/122] Fetching libXext-1.3.6,1.pkg: ....... done
- [spring] [98/122] Fetching p11-kit-0.25.5.pkg: .......... done
- [spring] [99/122] Fetching dbus-glib-0.112_1.pkg: .......... done
- [spring] [100/122] Fetching libXau-1.0.11.pkg: . done
- [spring] [101/122] Fetching libICE-1.1.1,1.pkg: ...... done
- [spring] [102/122] Fetching libXcomposite-0.4.6_1,1.pkg: . done
- [spring] [103/122] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [spring] [104/122] Fetching pixman-0.42.2.pkg: .......... done
- [spring] [105/122] Fetching at-spi2-core-2.54.0.pkg: .......... done
- [spring] [106/122] Fetching gsettings-desktop-schemas-42.0.pkg: .......... done
- [spring] [107/122] Fetching sqlite3-3.46.1,1.pkg: .......... done
- [spring] [108/122] Fetching libSM-1.2.4,1.pkg: .. done
- [spring] [109/122] Fetching glib-2.80.5_1,2.pkg: ...
- ....... done
- [spring] [110/122] Fetching geoclue-2.7.2.pkg: .......... done
- [spring] [111/122] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [spring] [112/122] Fetching libxkbcommon-1.7.0_1.pkg: .......... done
- [spring] [113/122] Fetching jbigkit-2.1_3.pkg: ..... done
- [spring] [114/122] Fetching libdaemon-0.14_1.pkg: ... done
- [spring] [115/122] Fetching iso-codes-4.15.0.pkg: .......
- ... done
- [spring] [116/122] Fetching libXdmcp-1.1.5.pkg: . done
- [spring] [117/122] Fetching tiff-4.7.0.pkg: ......... done
- [spring] [118/122] Fetching gnuplot-5.4.10_2.pkg: .......... done
- [spring] [119/122] Fetching libnotify-0.8.3.pkg: ... done
- [spring] [120/122] Fetching libGLU-9.0.3.pkg: .......... done
- [spring] [121/122] Fetching lerc-4.0.0.pkg: .......... done
- [spring] [122/122] Fetching py311-pygobject-3.50.0.pkg: ........
- .. done
- Checking integrity...
- done (0 conflicting)
- [spring] [1/122] Installing xorgproto-2024.1...
- [spring] [1/122] Extracting xorgproto-2024.1: .......... done
- [spring] [2/122] Installing libXau-1.0.11...
- [spring] [2/122] Extracting libXau-1.0.11: .......... done
- [spring] [3/122] Installing libXdmcp-1.1.5...
- [spring] [3/122] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/122] Installing libxcb-1.17.0...
- [spring] [4/122] Extracting libxcb-1.17.0: .......... done
- [spring] [5/122] Installing png-1.6.45...
- [spring] [5/122] Extracting png-1.6.45: .......... done
- [spring] [6/122] Installing libX11-1.8.9,1...
- [spring] [6/122] Extracting libX11-1.8.9,1: .......... done
- [spring] [7/122] Installing freetype2-2.13.3...
- [spring] [7/122] Extracting freetype2-2.13.3: .......... done
- [spring] [8/122] Installing py311-packaging-24.2...
- [spring] [8/122] Extracting py311-packaging-24.2: .......... done
- [spring] [9/122] Installing libXext-1.3.6,1...
- [spring] [9/122] Extracting libXext-1.3.6,1: .......... done
- [spring] [10/122] Installing libICE-1.1.1,1...
- [spring] [10/122] Extracting libICE-1.1.1,1: .......... done
- [spring] [11/122] Installing jpeg-turbo-3.0.4...
- [spring] [11/122] Extracting jpeg-turbo-3.0.4: .......... done
- [spring] [12/122] Installing libglvnd-1.7.0...
- [spring] [12/122] Extracting libglvnd-1.7.0: .......... done
- [spring] [13/122] Installing libdeflate-1.22...
- [spring] [13/122] Extracting libdeflate-1.22: .......... done
- [spring] [14/122] Installing libtasn1-4.20.0_1...
- [spring] [14/122] Extracting libtasn1-4.20.0_1: .......... done
- [spring] [15/122] Installing libxml2-2.11.9...
- [spring] [15/122] Extracting libxml2-2.11.9: .......... done
- [spring] [16/122] Installing libXrender-0.9.11...
- [spring] [16/122] Extracting libXrender-0.9.11: .......... done
- [spring] [17/122] Installing gmp-6.3.0...
- [spring] [17/122] Extracting gmp-6.3.0: .......... done
- [spring] [18/122] Installing fontconfig-2.15.0_3,1...
- [spring] [18/122] Extracting fontconfig-2.15.0_3,1: .......... done
- [spring] [19/122] Installing pixman-0.42.2...
- [spring] [19/122] Extracting pixman-0.42.2: .......... done
- [spring] [20/122] Installing libSM-1.2.4,1...
- [spring] [20/122] Extracting libSM-1.2.4,1: .......... done
- [spring] [21/122] Installing glib-2.80.5_1,2...
- [spring] [21/122] Extracting glib-2.80.5_1,2: ......
- .... done
- [spring] [22/122] Installing jbigkit-2.1_3...
- [spring] [22/122] Extracting jbigkit-2.1_3: .......... done
- [spring] [23/122] Installing lerc-4.0.0...
- [spring] [23/122] Extracting lerc-4.0.0: ........ done
- [spring] [24/122] Installing libdatrie-0.2.13_2...
- [spring] [24/122] Extracting libdatrie-0.2.13_2: .......... done
- [spring] [25/122] Installing gobject-introspection-1.78.1_2,1...
- [spring] [25/122] Extracting gobject-introspection-1.78.1_2,1: .......... done
- [spring] [26/122] Installing nettle-3.10.1...
- [spring] [26/122] Extracting nettle-3.10.1: .......... done
- [spring] [27/122] Installing libXfixes-6.0.1...
- [spring] [27/122] Extracting libXfixes-6.0.1: .......... done
- [spring] [28/122] Installing libepoll-shim-0.0.20240608...
- [spring] [28/122] Extracting libepoll-shim-0.0.20240608: .......... done
- [spring] [29/122] Installing hwdata-0.390,1...
- [spring] [29/122] Extracting hwdata-0.390,1: .......... done
- [spring] [30/122] Installing cairo-1.17.4_2,3...
- [spring] [30/122] Extracting cairo-1.17.4_2,3: .......... done
- [spring] [31/122] Installing graphite2-1.3.14...
- [spring] [31/122] Extracting graphite2-1.3.14: .......... done
- [spring] [32/122] Installing shared-mime-info-2.4_1...
- [spring] [32/122] Extracting shared-mime-info-2.4_1: .
- ........ done
- [spring] [33/122] Installing dbus-1.14.10_5,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [spring] [33/122] Extracting dbus-1.14.10_5,1: ......... done
- [spring] [34/122] Installing p11-kit-0.25.5...
- [spring] [34/122] Extracting p11-kit-0.25.5: .......... done
- [spring] [35/122] Installing tiff-4.7.0...
- [spring] [35/122] Extracting tiff-4.7.0: .......... done
- [spring] [36/122] Installing duktape-lib-2.7.0...
- [spring] [36/122] Extracting duktape-lib-2.7.0: ......... done
- [spring] [37/122] Installing libproxy-0.4.18...
- [spring] [37/122] Extracting libproxy-0.4.18: .......... done
- [spring] [38/122] Installing libthai-0.1.29_1...
- [spring] [38/122] Extracting libthai-0.1.29_1: .......... done
- [spring] [39/122] Installing fribidi-1.0.16...
- [spring] [39/122] Extracting fribidi-1.0.16: .......... done
- [spring] [40/122] Installing gnome_subr-1.0...
- [spring] [40/122] Extracting gnome_subr-1.0: .... done
- [spring] [41/122] Installing wayland-1.23.1...
- [spring] [41/122] Extracting wayland-1.23.1: .......... done
- [spring] [42/122] Installing gdk-pixbuf2-2.42.10_3...
- [spring] [42/122] Extracting gdk-pixbuf2-2.42.10_3: ...
- ....... done
- [spring] [43/122] Installing gnutls-3.8.8...
- [spring] [43/122] Extracting gnutls-3.8.8: .......... done
- [spring] [44/122] Installing py311-cairo-1.21.0,1...
- [spring] [44/122] Extracting py311-cairo-1.21.0,1: .......... done
- [spring] [45/122] Installing libXi-1.8.1,1...
- [spring] [45/122] Extracting libXi-1.8.1,1: .......... done
- [spring] [46/122] Installing libXft-2.3.8...
- [spring] [46/122] Extracting libXft-2.3.8: .......... done
- [spring] [47/122] Installing harfbuzz-10.1.0...
- [spring] [47/122] Extracting harfbuzz-10.1.0: .......... done
- [spring] [48/122] Installing libevent-2.1.12...
- [spring] [48/122] Extracting libevent-2.1.12: .......... done
- [spring] [49/122] Installing libpciaccess-0.18.1_1...
- [spring] [49/122] Extracting libpciaccess-0.18.1_1: ........ done
- [spring] [50/122] Installing gdbm-1.24...
- [spring] [50/122] Extracting gdbm-1.24: .......... done
- [spring] [51/122] Installing libedit-3.1.20240808,1...
- [spring] [51/122] Extracting libedit-3.1.20240808,1: .......... done
- [spring] [52/122] Installing json-glib-1.10.0...
- [spring] [52/122] Extracting json-glib-1.10.0: .......... done
- [spring] [53/122] Installing pygobject-common-3.50.0...
- [spring] [53/122] Extracting pygobject-common-3.50.0: ..... done
- [spring] [54/122] Installing libudev-devd-0.6.0...
- [spring] [54/122] Extracting libudev-devd-0.6.0: ........ done
- [spring] [55/122] Installing libunwind-20240221_2...
- [spring] [55/122] Extracting libunwind-20240221_2: .......... done
- [spring] [56/122] Installing dbus-glib-0.112_1...
- [spring] [56/122] Extracting dbus-glib-0.112_1: .......... done
- [spring] [57/122] Installing gsettings-desktop-schemas-42.0...
- [spring] [57/122] Extracting gsettings-desktop-schemas-42.0: .......... done
- [spring] [58/122] Installing xkeyboard-config-2.41_4...
- [spring] [58/122] Extracting xkeyboard-config-2.41_4: .......... done
- [spring] [59/122] Installing libdaemon-0.14_1...
- [spring] [59/122] Extracting libdaemon-0.14_1: .......... done
- [spring] [60/122] Installing glib-networking-2.80.1...
- [spring] [60/122] Extracting glib-networking-2.80.1: .......... done
- [spring] [61/122] Installing lcms2-2.16_2...
- [spring] [61/122] Extracting lcms2-2.16_2: .......... done
- [spring] [62/122] Installing polkit-125...
- ===> Creating groups
- Creating group 'polkitd' with gid '565'
- ===> Creating users
- Creating user 'polkitd' with uid '565'
- [spring] [62/122] Extracting polkit-125: ......... done
- [spring] [63/122] Installing gtk-update-icon-cache-3.24.31_1...
- [spring] [63/122] Extracting gtk-update-icon-cache-3.24.31_1: .......... done
- [spring] [64/122] Installing libdrm-2.4.123,1...
- [spring] [64/122] Extracting libdrm-2.4.123,1: .......... done
- [spring] [65/122] Installing orc-0.4.40...
- [spring] [65/122] Extracting orc-0.4.40: .......... done
- [spring] [66/122] Installing libgusb-0.4.9_1...
- [spring] [66/122] Extracting libgusb-0.4.9_1: .......... done
- [spring] [67/122] Installing libpaper-1.1.28_1...
- [spring] [67/122] Extracting libpaper-1.1.28_1: .......... done
- [spring] [68/122] Installing libXtst-1.2.4...
- [spring] [68/122] Extracting libXtst-1.2.4: .......... done
- [spring] [69/122] Installing libgudev-237...
- [spring] [69/122] Extracting libgudev-237: .......... done
- [spring] [70/122] Installing avahi-app-0.8_2...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [spring] [70/122] Extracting avahi-app-0.8_2: .......... done
- [spring] [71/122] Installing pango-1.52.2_1...
- [spring] [71/122] Extracting pango-1.52.2_1: .......... done
- [spring] [72/122] Installing libgpg-error-1.51...
- [spring] [72/122] Extracting libgpg-error-1.51: .......... done
- [spring] [73/122] Installing gstreamer1-1.24.10...
- [spring] [73/122] Extracting gstreamer1-1.24.10: .......... done
- [spring] [74/122] Installing sqlite3-3.46.1,1...
- [spring] [74/122] Extracting sqlite3-3.46.1,1: .......... done
- [spring] [75/122] Installing libxkbcommon-1.7.0_1...
- [spring] [75/122] Extracting libxkbcommon-1.7.0_1: .......... done
- [spring] [76/122] Installing iso-codes-4.15.0...
- [spring] [76/122] Extracting iso-codes-4.15.0: .......... done
- [spring] [77/122] Installing py311-pygobject-3.50.0...
- [spring] [77/122] Extracting py311-pygobject-3.50.0: .......... done
- [spring] [78/122] Installing graphene-1.10.8_1...
- [spring] [78/122] Extracting graphene-1.10.8_1: .......... done
- [spring] [79/122] Installing librsvg2-rust-2.58.5_2...
- [spring] [79/122] Extracting librsvg2-rust-2.58.5_2: .......... done
- [spring] [80/122] Installing cups-2.4.11...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [spring] [80/122] Extracting cups-2.4.11: .......... done
- [spring] [81/122] Installing libXrandr-1.5.4...
- [spring] [81/122] Extracting libXrandr-1.5.4: .......... done
- [spring] [82/122] Installing adwaita-icon-theme-42.0...
- [spring] [82/122] Extracting adwaita-icon-theme-42.0: .......... done
- [spring] [83/122] Installing libsoup3-3.2.2...
- [spring] [83/122] Extracting libsoup3-3.2.2: .......... done
- [spring] [84/122] Installing libXdamage-1.1.6...
- [spring] [84/122] Extracting libXdamage-1.1.6: ......... done
- [spring] [85/122] Installing libXinerama-1.1.5,1...
- [spring] [85/122] Extracting libXinerama-1.1.5,1: .......... done
- [spring] [86/122] Installing icu-74.2_1,1...
- [spring] [86/122] Extracting icu-74.2_1,1: .......... done
- [spring] [87/122] Installing hicolor-icon-theme-0.18...
- [spring] [87/122] Extracting hicolor-icon-theme-0.18: . done
- [spring] [88/122] Installing libwpe-1.12.0...
- [spring] [88/122] Extracting libwpe-1.12.0: .......... done
- [spring] [89/122] Installing colord-1.4.7_2...
- ===> Creating groups
- Creating group 'colord' with gid '970'
- ===> Creating users
- Creating user 'colord' with uid '970'
- [spring] [89/122] Extracting colord-1.4.7_2: .......... done
- [spring] [90/122] Installing giflib-5.2.2...
- [spring] [90/122] Extracting giflib-5.2.2: .......... done
- [spring] [91/122] Installing libepoxy-1.5.10...
- [spring] [91/122] Extracting libepoxy-1.5.10: .......... done
- [spring] [92/122] Installing hunspell-1.7.2_1...
- [spring] [92/122] Extracting hunspell-1.7.2_1: .......... done
- [spring] [93/122] Installing gstreamer1-plugins-1.24.10...
- [spring] [93/122] Extracting gstreamer1-plugins-1.24.10: .......... done
- [spring] [94/122] Installing libXcursor-1.2.2...
- [spring] [94/122] Extracting libXcursor-1.2.2: .......... done
- [spring] [95/122] Installing libgcrypt-1.11.0...
- [spring] [95/122] Extracting libgcrypt-1.11.0: .......... done
- [spring] [96/122] Installing libXcomposite-0.4.6_1,1...
- [spring] [96/122] Extracting libXcomposite-0.4.6_1,1: .......... done
- [spring] [97/122] Installing at-spi2-core-2.54.0...
- [spring] [97/122] Extracting at-spi2-core-2.54.0: .......... done
- [spring] [98/122] Installing libnotify-0.8.3...
- [spring] [98/122] Extracting libnotify-0.8.3: .......... done
- [spring] [99/122] Installing hyphen-2.8.8...
- [spring] [99/122] Extracting hyphen-2.8.8: .......... done
- [spring] [100/122] Installing libXt-1.3.0,1...
- [spring] [100/122] Extracting libXt-1.3.0,1: .......... done
- [spring] [101/122] Installing gstreamer1-plugins-bad-1.24.10...
- [spring] [101/122] Extracting gstreamer1-plugins-bad-1.24.10: .......... done
- [spring] [102/122] Installing libxslt-1.1.37_1...
- [spring] [102/122] Extracting libxslt-1.1.37_1: .......... done
- [spring] [103/122] Installing woff2-1.0.2_5...
- [spring] [103/122] Extracting woff2-1.0.2_5: .......... done
- [spring] [104/122] Installing openjpeg-2.5.3...
- [spring] [104/122] Extracting openjpeg-2.5.3: .......... done
- [spring] [105/122] Installing harfbuzz-icu-10.1.0...
- [spring] [105/122] Extracting harfbuzz-icu-10.1.0: ........ done
- [spring] [106/122] Installing libsoup-2.74.3...
- [spring] [106/122] Extracting libsoup-2.74.3: .......... done
- [spring] [107/122] Installing gtk3-3.24.43...
- [spring] [107/122] Extracting gtk3-3.24.43: .........
- . done
- [spring] [108/122] Installing wpebackend-fdo-1.12.0...
- [spring] [108/122] Extracting wpebackend-fdo-1.12.0: .......... done
- [spring] [109/122] Installing webp-1.5.0...
- [spring] [109/122] Extracting webp-1.5.0: .......... done
- [spring] [110/122] Installing gstreamer1-plugins-gl-1.24.10...
- [spring] [110/122] Extracting gstreamer1-plugins-gl-1.24.10: .......... done
- [spring] [111/122] Installing enchant2-2.2.15_5...
- [spring] [111/122] Extracting enchant2-2.2.15_5: .......... done
- [spring] [112/122] Installing libsecret-0.20.5_3...
- [spring] [112/122] Extracting libsecret-0.20.5_3: .......... done
- [spring] [113/122] Installing geoclue-2.7.2...
- [spring] [113/122] Extracting geoclue-2.7.2: .......... done
- [spring] [114/122] Installing libXxf86vm-1.1.5...
- [spring] [114/122] Extracting libXxf86vm-1.1.5: .......... done
- [spring] [115/122] Installing libmspack-0.11alpha...
- [spring] [115/122] Extracting libmspack-0.11alpha: ......... done
- [spring] [116/122] Installing webkit2-gtk3-2.34.6_10...
- [spring] [116/122] Extracting webkit2-gtk3-2.34.6_10: .....
- ..
- ... done
- [spring] [117/122] Installing libGLU-9.0.3...
- [spring] [117/122] Extracting libGLU-9.0.3: ..
- ... done
- [spring] [118/122] Installing wx30-gtk3-3.0.5.1_5...
- [spring] [118/122] Extracting wx30-gtk3-3.0.5.1_5: .........
- . done
- [spring] [119/122] Installing lua53-5.3.6_1...
- [spring] [119/122] Extracting lua53-5.3.6_1: .......... done
- [spring] [120/122] Installing libgd-2.3.3_13,1...
- [spring] [120/122] Extracting libgd-2.3.3_13,1: .......... done
- [spring] [121/122] Installing tex-kpathsea-6.4.0...
- [spring] [121/122] Extracting tex-kpathsea-6.4.0: .......... done
- [spring] [122/122] Installing gnuplot-5.4.10_2...
- [spring] [122/122] Extracting gnuplot-5.4.10_2: .......... done
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database 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: glib-schemas.ucl
- Compiling glib schemas
- Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- =====
- Message from freetype2-2.13.3:
-
- --
- 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 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.23.1:
-
- --
- 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.7.0_1:
-
- --
- 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.
2025-04-04 09:07.24 ---> saved as "eb1ce6669ffdf7a9a509ccd9dd9c9b8dfe773968e049816eea4fd3a315d38708"
/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 54 packages
∗ afl-persistent 1.4
∗ alcotest 1.9.0
∗ astring 0.8.5
∗ base-bytes 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.2.0
∗ dune 3.18.0
∗ dune-configurator 3.18.0
∗ either 1.0.0
∗ eqaf 0.10
∗ fmt 0.10.0
∗ jsonm 1.0.2
∗ logs 0.8.0
∗ lru 0.3.1
∗ lwt 5.9.1
∗ metrics 0.4.1
∗ metrics-unix 0.4.1
∗ mtime 2.1.0
∗ ocaml-compiler-libs v0.17.0
∗ 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.12.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.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 2.2.2
∗ zarith 1.14
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved afl-persistent.1.4 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved base64.3.5.1 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved cppo.1.8.0 (cached)
∗ installed conf-pkg-config.4
⬇ retrieved crowbar.0.2.1 (cached)
∗ installed conf-gmp.5
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved alcotest.1.9.0 (cached)
⬇ retrieved either.1.0.0 (cached)
⬇ retrieved eqaf.0.10 (cached)
⬇ retrieved fmt.0.10.0 (cached)
⬇ retrieved jsonm.1.0.2 (cached)
⬇ retrieved logs.0.8.0 (cached)
⬇ retrieved lru.0.3.1 (cached)
⬇ retrieved lwt.5.9.1 (cached)
⬇ retrieved digestif.1.2.0 (cached)
⬇ retrieved metrics.0.4.1, metrics-unix.0.4.1 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved optint.0.3.0 (cached)
⬇ retrieved ppx_deriving.6.0.3 (cached)
⬇ retrieved ppx_deriving_yojson.3.9.1 (cached)
⬇ retrieved ppx_repr.0.7.0, repr.0.7.0 (cached)
⬇ retrieved dune.3.18.0, dune-configurator.3.18.0 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved progress.0.4.0, terminal.0.4.0 (cached)
⬇ retrieved re.1.12.0 (cached)
⬇ retrieved rusage.1.0.0 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved semaphore-compat.1.0.2 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved tezos-base58.1.0.0 (cached)
⬇ retrieved topkg.1.0.8 (cached)
⬇ retrieved ppxlib.0.35.0 (cached)
⬇ retrieved uuidm.0.9.10 (cached)
⬇ retrieved uutf.1.0.4 (cached)
⬇ retrieved vector.1.0.0 (cached)
⬇ retrieved uucp.16.0.0 (cached)
⬇ retrieved yojson.2.2.2 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed cmdliner.1.3.0
∗ installed conf-gnuplot.0.1
∗ installed ocamlbuild.0.16.1
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed zarith.1.14
∗ installed topkg.1.0.8
∗ installed uuidm.0.9.10
∗ installed uutf.1.0.4
∗ installed fmt.0.10.0
∗ installed astring.0.8.5
∗ installed mtime.2.1.0
∗ installed jsonm.1.0.2
∗ installed uucp.16.0.0
∗ installed dune.3.18.0
∗ installed csexp.1.5.2
∗ installed either.1.0.0
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed metrics.0.4.1
∗ installed eqaf.0.10
∗ installed cppo.1.8.0
∗ installed base64.3.5.1
∗ installed ppx_derivers.1.2.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed psq.0.2.1
∗ installed afl-persistent.1.4
∗ installed ocplib-endian.1.2
∗ installed optint.0.3.0
∗ installed dune-configurator.3.18.0
∗ installed lru.0.3.1
∗ installed semaphore-compat.1.0.2
∗ installed crowbar.0.2.1
∗ installed rusage.1.0.0
∗ installed digestif.1.2.0
∗ installed vector.1.0.0
∗ installed stdlib-shims.0.3.0
∗ installed tezos-base58.1.0.0
∗ installed sexplib0.v0.17.0
∗ installed repr.0.7.0
∗ installed re.1.12.0
∗ installed terminal.0.4.0
∗ installed yojson.2.2.2
∗ installed alcotest.1.9.0
∗ installed lwt.5.9.1
∗ installed metrics-unix.0.4.1
∗ installed logs.0.8.0
∗ installed progress.0.4.0
∗ installed ppxlib.0.35.0
∗ installed ppx_deriving.6.0.3
∗ installed ppx_deriving_yojson.3.9.1
∗ installed ppx_repr.0.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 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl
2025-04-04 09:13.24 ---> saved as "31b1cedddae1aa85fa4a8f19e339c0152781467b23b3a5ec35578d4a896983e1"
/src: (copy (src .) (dst /src))
2025-04-04 09:13.37 ---> saved as "57b92bd4d2a60ef68fd4a344274f2a2da64acdc02b0e2d3d996efc97a0ef3f5f"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./main.exe)
Testing `index'.
This run has ID `3GA13TRD'.
[OK] cache 0 noop.
[OK] cache 1 unbounded.
[OK] search 0 unique.
[OK] search 1 constant metric.
Full test results in `/src/_build/default/test/_build/_tests/index'.
Test Successful in 0.054s. 4 tests run.
(cd _build/default/test/unix && ./main.exe)
Testing `index.unix'.
This run has ID `0QSYQ5NX'.
[OK] io_array 0 fresh.
[OK] io_array 1 prefetch.
[OK] merge 0 readonly in sequence.
[OK] merge 1 readonly interleaved.
[OK] merge 2 interleaved merge.
[OK] merge 3 write at the end of merge.
[OK] merge 4 write in log_async.
[OK] merge 5 find while merging.
[OK] merge 6 find in async without log.
[OK] merge 7 find in async with log.
[OK] merge 8 sync before and after clearing th...
[OK] merge 9 sync and find after log cleared.
[OK] merge 10 merge during ro sync.
[OK] merge 11 is_merging.
[OK] merge 12 clear is not blocking.
[OK] merge 13 `clear` aborts merge.
[OK] merge 14 `close ~immediately` aborts merge.
[OK] live 0 find (present).
[OK] live 1 find (absent).
[OK] live 2 replace.
[OK] live 3 fail add (key).
[OK] live 4 fail add (value).
[OK] live 5 membership.
[OK] live 6 clear and iter.
[OK] live 7 clear and find.
[OK] live 8 open after clear.
[OK] live 9 files on disk after clear.
[OK] live 10 duplicate entries.
[OK] lru 0 replace_and_find.
[OK] lru 1 mem.
[OK] lru 2 clear.
[OK] lru 3 filter.
[OK] on restart 0 find (present).
[OK] on restart 1 find (absent).
[OK] on restart 2 replace.
[OK] on restart 3 membership.
[OK] on restart 4 fail restart readonly fresh.
[OK] on restart 5 in sync.
[OK] on restart 6 duplicate entries in log.
[OK] readonly 0 add.
[OK] readonly 1 read after clear.
[OK] readonly 2 snapshot isolation.
[OK] readonly 3 Readonly v after replace.
[OK] readonly 4 add not allowed.
[OK] readonly 5 fail read if no flush.
[OK] readonly 6 readonly v is in sync.
[OK] readonly 7 read values added in log before c...
[OK] readonly 8 read values added in index before...
[OK] readonly 9 read old values in log after clear.
[OK] readonly 10 read old values in index after cl...
[OK] readonly 11 readonly open after clear.
[OK] readonly 12 race between sync and merge.
[OK] readonly 13 race between sync and clear.
[OK] readonly 14 race between sync and end of merge.
[OK] readonly 15 reload log and log async.
[OK] close 0 close and reopen.
[OK] close 1 close and reopen more.
[OK] close 2 crash and continue.
[OK] close 3 find (absent).
[OK] close 4 replace.
[OK] close 5 open two instances, close one.
[OK] close 6 close and reopen on readonly.
[OK] close 7 non-close operations fail after c...
[OK] close 8 double close.
[OK] close 9 double restart.
[OK] close 10 aborted merge.
[OK] filter 0 filter none.
[OK] filter 1 filter all.
[OK] filter 2 filter one.
[OK] filter 3 clone then filter.
[OK] filter 4 filter then clone.
[OK] filter 5 empty after filter+fresh.
[OK] flush_callback 0 close.
[OK] flush_callback 1 flush.
[OK] flush_callback 2 replace.
[OK] throttle 0 force merge.
[OK] throttle 1 implicit merge.
Full test results in `/src/_build/default/test/unix/_build/_tests/index.unix'.
Test Successful in 85.010s. 77 tests run.
2025-04-04 09:15.54 ---> saved as "b33e5b1dee3aa676fe660fd4ee1ec0f383ff66670cde974b28c8f17c4b744495"
Job succeeded
2025-04-04 09:30.54: Job succeeded