Building on bremusa.ocamllabs.io
(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:75da64e0a79592579a874efe1cabf91a3a62bcde64f7b643dd374f1913e5a96b
Status: Downloaded newer image for ocaml/opam:debian-unstable
2026-04-01 09:23.10 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-01 09:23.10 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 4b07b3403ca6031c1a5af00d48d6aa90de102e54"))
2026-04-01 09:23.10 ---> using "a1e7bc0c040cc018de885422d43734657f50491b2b6f19af3c166690126816cd" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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.
<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
User configuration:
~/.profile is already up-to-date.
2026-04-01 09:23.10 ---> using "534ec631cbc3e509d0d261c9ef2627ba1ac412d1d106d27dbd9c544d0da8e6ab" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt update && sudo apt install autoconf -y"))
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-01-0800.35-F-2026-03-28-0800.33.pdiff [400 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-01-0800.35-F-2026-03-28-0800.33.pdiff [400 kB]
Fetched 650 kB in 2s (281 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
6 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Solving dependencies...
The following packages were automatically installed and are no longer required:
libproc2-0 procps psmisc
Use 'sudo apt autoremove' to remove them.
Installing:
autoconf
Installing dependencies:
automake autotools-dev m4
Suggested packages:
autoconf-archive gnu-standards autoconf-doc libtool gettext m4-doc
Summary:
Upgrading: 0, Installing: 4, Removing: 0, Not Upgrading: 6
Download size: 1763 kB
Space needed: 5356 kB / 233 GB available
Get:1 http://deb.debian.org/debian unstable/main amd64 m4 amd64 1.4.21-1 [332 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 autoconf all 2.72-6 [494 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 autotools-dev all 20240727.1 [60.2 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 automake all 1:1.18.1-4 [877 kB]
Fetched 1763 kB in 0s (26.7 MB/s)
Selecting previously unselected package m4.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22112 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.21-1_amd64.deb ...
Unpacking m4 (1.4.21-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.72-6_all.deb ...
Unpacking autoconf (2.72-6) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../autotools-dev_20240727.1_all.deb ...
Unpacking autotools-dev (20240727.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.18.1-4_all.deb ...
Unpacking automake (1:1.18.1-4) ...
Setting up m4 (1.4.21-1) ...
Setting up autotools-dev (20240727.1) ...
Setting up autoconf (2.72-6) ...
Setting up automake (1:1.18.1-4) ...
update-alternatives: using /usr/bin/automake-1.18 to provide /usr/bin/automake (automake) in auto mode
2026-04-01 09:23.10 ---> using "786b4d20d4e41506c48fdee2d643c656a887d3c15a92e52bdded13e6f8057b48" from cache
/: (run (network host)
(shell "git clone -q 'https://github.com/oxcaml/opam-repository' ~/'oxcaml' && git -C ~/'oxcaml' checkout -q dde24fbc07390ada8c41508871d4741e06069241"))
2026-04-01 09:23.10 ---> using "c89deb80be9cd21e8794570ebf2bcbbe746333327b90fd6e79241d7cdad9a2ab" from cache
/: (run (shell "opam repository add --dont-select 'oxcaml' ~/'oxcaml'"))
[oxcaml] Initialised
2026-04-01 09:23.10 ---> using "464f4736676353abc80160646c5d6159e0eba9cb3f27c4f3410c312bfd0c87ee" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam switch create --repositories=oxcaml,default '5.2.0+flambda2' '5.2.0+ox'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-variants" {= "5.2.0+ox"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3 (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> installed conf-autoconf.0.2
-> installed conf-which.1
-> retrieved ocaml-variants.5.2.0+ox (https://github.com/oxcaml/oxcaml/archive/refs/tags/5.2.0minus-25.tar.gz)
-> installed ocaml-variants.5.2.0+ox
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.2.0+flambda2)
2026-04-01 09:23.10 ---> using "270b00d3b80a3bbafc42a02ec313b62116b195465706442a3e2ff51bce951dc5" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian unstable InRelease
- Reading package lists...
2026-04-01 09:23.10 ---> using "fba65304007c7ca110b3b0b63f07480abc11c92aa5c8c6998f0e41ecbbdba338" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam remove -y conf-gnome-icon-theme3.0\
\nopam install -vy conf-gnome-icon-theme3.0\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: conf-gnome-icon-theme3.0 | grep -q 'debian-unstable'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi \
\n\
\n\
\nexit $res"))
[NOTE] conf-gnome-icon-theme3.0 is not installed.
Nothing to do.
The following actions will be performed:
=== install 2 packages
- install conf-gnome-icon-theme3 0
- install conf-pkg-config 4 [required by conf-gnome-icon-theme3]
The following system packages will first need to be installed:
gnome-icon-theme pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "gnome-icon-theme" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package libpng16-16t64:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22433 files and directories currently installed.)
- Preparing to unpack .../00-libpng16-16t64_1.6.56-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.56-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../01-libfreetype6_2.14.2+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.14.2+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../02-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../03-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../04-fontconfig-config_2.17.1-5_amd64.deb ...
- Unpacking fontconfig-config (2.17.1-5) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../05-libfontconfig1_2.17.1-5_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.17.1-5) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../06-fontconfig_2.17.1-5_amd64.deb ...
- Unpacking fontconfig (2.17.1-5) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../07-libpixman-1-0_0.46.4-1+b1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.46.4-1+b1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../08-libxcb-render0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../09-libxcb-shm0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../10-libxrender1_1%3a0.9.12-1+b1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1+b1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../11-libcairo2_1.18.4-3_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-3) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../12-libglib2.0-0t64_2.88.0-1_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.88.0-1) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../13-libsharpyuv0_1.5.0-0.1+b1_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1+b1) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../14-libde265-0_1.0.16-1+b1_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.16-1+b1) ...
- Selecting previously unselected package libheif-plugin-libde265:amd64.
- Preparing to unpack .../15-libheif-plugin-libde265_1.21.2-3+b1_amd64.deb ...
- Unpacking libheif-plugin-libde265:amd64 (1.21.2-3+b1) ...
- Selecting previously unselected package libdav1d7:amd64.
- Preparing to unpack .../16-libdav1d7_1.5.3-1+b1_amd64.deb ...
- Unpacking libdav1d7:amd64 (1.5.3-1+b1) ...
- Selecting previously unselected package libheif-plugin-dav1d:amd64.
- Preparing to unpack .../17-libheif-plugin-dav1d_1.21.2-3+b1_amd64.deb ...
- Unpacking libheif-plugin-dav1d:amd64 (1.21.2-3+b1) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../18-libheif1_1.21.2-3+b1_amd64.deb ...
- Unpacking libheif1:amd64 (1.21.2-3+b1) ...
- Selecting previously unselected package libhwy1t64:amd64.
- Preparing to unpack .../19-libhwy1t64_1.3.0-2_amd64.deb ...
- Unpacking libhwy1t64:amd64 (1.3.0-2) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../20-liblcms2-2_2.17-1_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.17-1) ...
- Selecting previously unselected package libjxl0.11:amd64.
- Preparing to unpack .../21-libjxl0.11_0.11.2-0.1_amd64.deb ...
- Unpacking libjxl0.11:amd64 (0.11.2-0.1) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../22-libcairo-gobject2_1.18.4-3_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-3) ...
- Selecting previously unselected package glycin-thumbnailers.
- Preparing to unpack .../23-glycin-thumbnailers_2.0.8-1_amd64.deb ...
- Unpacking glycin-thumbnailers (2.0.8-1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../24-libgdk-pixbuf2.0-common_2.44.5+dfsg-4_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.44.5+dfsg-4) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../25-libxml2-16_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../26-shared-mime-info_2.4-5+b3_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b3) ...
- Selecting previously unselected package libglycin-2-0:amd64.
- Preparing to unpack .../27-libglycin-2-0_2.0.8-1_amd64.deb ...
- Unpacking libglycin-2-0:amd64 (2.0.8-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../28-libgdk-pixbuf-2.0-0_2.44.5+dfsg-4_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.44.5+dfsg-4) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../29-libfribidi0_1.0.16-5_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-5) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../30-libgraphite2-3_1.3.14-13_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-13) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../31-libharfbuzz0b_12.3.2-2+b2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../32-libthai-data_0.1.30-1_all.deb ...
- Unpacking libthai-data (0.1.30-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../33-libdatrie1_0.2.14-1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.14-1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../34-libthai0_0.1.30-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.30-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../35-libpango-1.0-0_1.57.0-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.57.0-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../36-libpangoft2-1.0-0_1.57.0-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.57.0-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../37-libpangocairo-1.0-0_1.57.0-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.57.0-1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../38-librsvg2-2_2.61.3+dfsg-3+b1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.61.3+dfsg-3+b1) ...
- Selecting previously unselected package glycin-loaders.
- Preparing to unpack .../39-glycin-loaders_2.0.8-1_amd64.deb ...
- Unpacking glycin-loaders (2.0.8-1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../40-gtk-update-icon-cache_4.22.1+ds-3_amd64.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.22.1+ds-3) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../41-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../42-librsvg2-common_2.61.3+dfsg-3+b1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.61.3+dfsg-3+b1) ...
- Selecting previously unselected package gnome-icon-theme.
- Preparing to unpack .../43-gnome-icon-theme_3.12.0-7_all.deb ...
- Unpacking gnome-icon-theme (3.12.0-7) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../44-libaom3_3.13.1-2_amd64.deb ...
- Unpacking libaom3:amd64 (3.13.1-2) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../45-libglib2.0-data_2.88.0-1_all.deb ...
- Unpacking libglib2.0-data (2.88.0-1) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../46-libheif-plugin-aomenc_1.21.2-3+b1_amd64.deb ...
- Unpacking libheif-plugin-aomenc:amd64 (1.21.2-3+b1) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../47-libnuma1_2.0.19-1+b1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1+b1) ...
- Selecting previously unselected package libx265-215:amd64.
- Preparing to unpack .../48-libx265-215_4.1-4+b1_amd64.deb ...
- Unpacking libx265-215:amd64 (4.1-4+b1) ...
- Selecting previously unselected package libheif-plugin-x265:amd64.
- Preparing to unpack .../49-libheif-plugin-x265_1.21.2-3+b1_amd64.deb ...
- Unpacking libheif-plugin-x265:amd64 (1.21.2-3+b1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../50-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../51-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../52-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../53-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../54-xdg-user-dirs_0.19-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.19-1) ...
- Setting up libhwy1t64:amd64 (1.3.0-2) ...
- Setting up libgraphite2-3:amd64 (1.3.14-13) ...
- Setting up liblcms2-2:amd64 (2.17-1) ...
- Setting up libpixman-1-0:amd64 (0.46.4-1+b1) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1+b1) ...
- Setting up libaom3:amd64 (3.13.1-2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxrender1:amd64 (1:0.9.12-1+b1) ...
- Setting up libdatrie1:amd64 (0.2.14-1) ...
- Setting up xdg-user-dirs (0.19-1) ...
- Created symlink '/etc/systemd/user/graphical-session-pre.target.wants/xdg-user-dirs.service' → '/usr/lib/systemd/user/xdg-user-dirs.service'.
- Setting up libxcb-render0:amd64 (1.17.0-2+b2) ...
- Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgdk-pixbuf2.0-common (2.44.5+dfsg-4) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Setting up libglib2.0-0t64:amd64 (2.88.0-1) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.88.0-1) ...
- Setting up libfribidi0:amd64 (1.0.16-5) ...
- Setting up shared-mime-info (2.4-5+b3) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.56-1) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libnuma1:amd64 (2.0.19-1+b1) ...
- Setting up libdav1d7:amd64 (1.5.3-1+b1) ...
- Setting up libthai-data (0.1.30-1) ...
- Setting up libde265-0:amd64 (1.0.16-1+b1) ...
- Setting up libx265-215:amd64 (4.1-4+b1) ...
- Setting up libjxl0.11:amd64 (0.11.2-0.1) ...
- Setting up fontconfig-config (2.17.1-5) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up libthai0:amd64 (0.1.30-1) ...
- Setting up libfreetype6:amd64 (2.14.2+dfsg-1) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Setting up libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Setting up libfontconfig1:amd64 (2.17.1-5) ...
- Setting up fontconfig (2.17.1-5) ...
- Regenerating fonts cache...
- done.
- Setting up libpango-1.0-0:amd64 (1.57.0-1) ...
- Setting up libcairo2:amd64 (1.18.4-3) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-3) ...
- Setting up libpangoft2-1.0-0:amd64 (1.57.0-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.57.0-1) ...
- Setting up librsvg2-2:amd64 (2.61.3+dfsg-3+b1) ...
- Setting up libheif-plugin-dav1d:amd64 (1.21.2-3+b1) ...
- Setting up libheif1:amd64 (1.21.2-3+b1) ...
- Setting up glycin-loaders (2.0.8-1) ...
- Setting up libglycin-2-0:amd64 (2.0.8-1) ...
- Setting up libheif-plugin-libde265:amd64 (1.21.2-3+b1) ...
- Setting up libheif-plugin-x265:amd64 (1.21.2-3+b1) ...
- Setting up libheif-plugin-aomenc:amd64 (1.21.2-3+b1) ...
- Setting up glycin-thumbnailers (2.0.8-1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.44.5+dfsg-4) ...
- Setting up gtk-update-icon-cache (4.22.1+ds-3) ...
- Setting up librsvg2-common:amd64 (2.61.3+dfsg-3+b1) ...
- Setting up gnome-icon-theme (3.12.0-7) ...
- update-alternatives: using /usr/share/icons/gnome/scalable/places/debian-swirl.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg (start-here.svg) in auto mode
- Processing triggers for libc-bin (2.42-14) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.44.5+dfsg-4) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 3/6: [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/conf-pkg-config.4)
- usage: pkgconf [OPTIONS] [LIBRARIES]
-
- basic options:
-
- --help this message
- --about print pkgconf version and license to stdout
- --version print supported pkg-config version to stdout
- --verbose print additional information
- --atleast-pkgconfig-version check whether or not pkgconf is compatible
- with a specified pkg-config version
- --errors-to-stdout print all errors on stdout instead of stderr
- --print-errors ensure all errors are printed
- --short-errors be less verbose about some errors
- --silence-errors explicitly be silent about errors
- --list-all list all known packages
- --list-package-names list all known package names
- --simulate simulate walking the calculated dependency graph
- --no-cache do not cache already seen packages when
- walking the dependency graph
- --log-file=filename write an audit log to a specified file
- --with-path=path adds a directory to the search path
- --define-prefix override the prefix variable with one that is guessed based on
- the location of the .pc file
- --dont-define-prefix do not override the prefix variable under any circumstances
- --prefix-variable=varname sets the name of the variable that pkgconf considers
- to be the package prefix
- --relocate=path relocates a path and exits (mostly for testsuite)
- --dont-relocate-paths disables path relocation support
-
- cross-compilation personality support:
-
- --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename'
- --dump-personality dumps details concerning selected personality
-
- checking specific pkg-config database entries:
-
- --atleast-version require a specific version of a module
- --exact-version require an exact version of a module
- --max-version require a maximum version of a module
- --exists check whether or not a module exists
- --uninstalled check whether or not an uninstalled module will be used
- --no-uninstalled never use uninstalled modules when satisfying dependencies
- --no-provides do not use 'provides' rules to resolve dependencies
- --maximum-traverse-depth maximum allowed depth for dependency graph
- --static be more aggressive when computing dependency graph
- (for static linking)
- --shared use a simplified dependency graph (usually default)
- --pure optimize a static dependency graph as if it were a normal
- dependency graph
- --env-only look only for package entries in PKG_CONFIG_PATH
- --ignore-conflicts ignore 'conflicts' rules in modules
- --validate validate specific .pc files for correctness
-
- querying specific pkg-config database fields:
-
- --define-variable=varname=value define variable 'varname' as 'value'
- --variable=varname print specified variable entry to stdout
- --cflags print required CFLAGS to stdout
- --cflags-only-I print required include-dir CFLAGS to stdout
- --cflags-only-other print required non-include-dir CFLAGS to stdout
- --libs print required linker flags to stdout
- --libs-only-L print required LDPATH linker flags to stdout
- --libs-only-l print required LIBNAME linker flags to stdout
- --libs-only-other print required other linker flags to stdout
- --print-requires print required dependency frameworks to stdout
- --print-requires-private print required dependency frameworks for static
- linking to stdout
- --print-provides print provided dependencies to stdout
- --print-variables print all known variables in module to stdout
- --digraph print entire dependency graph in graphviz 'dot' format
- --solution print dependency graph solution in a simple format
- --keep-system-cflags keep -I/usr/include entries in cflags output
- --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
- --path show the exact filenames for any matching .pc files
- --modversion print the specified module's version to stdout
- --internal-cflags do not filter 'internal' cflags from output
- --license print the specified module's license to stdout if known
- --exists-cflags add -DHAVE_FOO fragments to cflags for each found module
-
- filtering output:
-
- --msvc-syntax print translatable fragments in MSVC syntax
- --fragment-filter=types filter output fragments to the specified types
- --env=prefix print output as shell-compatible environmental variables
- --fragment-tree visualize printed CFLAGS/LIBS fragments as a tree
-
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled conf-pkg-config.4
-> installed conf-pkg-config.4
Processing 5/6: [conf-gnome-icon-theme3: pkg-config gnome-icon-theme]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--short-errors" "--print-errors" "gnome-icon-theme" (CWD=/home/opam/.opam/5.2.0+flambda2/.opam-switch/build/conf-gnome-icon-theme3.0)
-> compiled conf-gnome-icon-theme3.0
-> installed conf-gnome-icon-theme3.0
Done.
<><> conf-gnome-icon-theme3.0 installed successfully ><><><><><><><><><><><><><>
=> The package 'conf-gnome-icon-theme3' is deprecated. Please use 'conf-adwaita-icon-theme' instead!
# To update the current shell environment, run: eval $(opam env)
2026-04-01 09:23.29 ---> saved as "a5ffbd215f3a7b5c6fe55fbf4a01499c73b2429e8df595540cbaae95877241fb"
Job succeeded