- github
- ocaml
- opam-repository
- 840d56
- distributions,archlinux-ocaml-4.14,conf-gtk4.1
(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
on archlinux-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:158b2d120f46da5f6f6e09c3263e96866cf0516bcb2379b9b305901c8a3ff6d6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-05 06:24.23: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:158b2d120f46da5f6f6e09c3263e96866cf0516bcb2379b9b305901c8a3ff6d6-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:158b2d120f46da5f6f6e09c3263e96866cf0516bcb2379b9b305901c8a3ff6d6)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk4.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.25: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
packages/conf-gtk4/conf-gtk4.1/opam | 49 ++++++++++++++++++++++++++++++++++
packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:158b2d120f46da5f6f6e09c3263e96866cf0516bcb2379b9b305901c8a3ff6d6)
2026-04-05 06:25.39 ---> using "c3b6bc6506695f2681fc62db063e39c8202b0975c5de10aa3fde253ebb674071" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:25.39 ---> using "97d4101dd795cf579061170d8466b6ff3b71b2d31763b3294f113a7e138c30da" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-05 06:25.39 ---> using "5b50caeaaecde48a8813adf2f36bfa0d3b3fab74c6b2b68c7ea239a4e578d0e1" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20260322.0.504324
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-04-05 06:25.39 ---> using "8ed4e93b2315c687eac0ae5f90a1093d8e3a240a8d53e75e23881d491a8680c8" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:25.39 ---> using "50d4e71d445e9f01b8b12548b7183544d8ede25f4fb2501ef184df55b88f621c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:25.50 ---> saved as "b1dcae9bf8e5749f6501de8ee40cd9541477cd0831c9d67950f22780ca28f378"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:26.11 ---> saved as "452851bf3bee2a7a42b6b77378cece2edd52b661ce53a57fc87f0d0b9dde5fcd"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-04-05 06:26.29 ---> saved as "ab86e5cfc3703af2ae2b53af1b473583e01bdfe0905ba329aed1d19a9d9ca35c"
/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:26.30 ---> saved as "f987cbda9519643806b4c2efa20d502459b467eb7e99a3ea35439f36e11c72a8"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk4.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
∗ conf-gtk4 1 (pinned)
∗ conf-pkg-config 4 [required by conf-gtk4]
The following system packages will first need to be installed:
gtk4 pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "gtk4" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (107) Old Version New Version Net Change Download Size
-
- extra/adwaita-cursors 49.0-1 11.41 MiB 0.35 MiB
- extra/adwaita-fonts 50.0-1 7.29 MiB 2.13 MiB
- extra/adwaita-icon-theme 49.0-1 1.17 MiB 0.20 MiB
- extra/adwaita-icon-theme-legacy 46.2-3 2.23 MiB 2.17 MiB
- extra/at-spi2-core 2.58.4-1 3.98 MiB 0.57 MiB
- core/audit 4.1.3-1 4.1.4-2 0.01 MiB 0.38 MiB
- extra/avahi 1:0.9rc4-1 2.00 MiB 0.43 MiB
- extra/cairo 1.18.4-1 1.59 MiB 0.61 MiB
- core/cryptsetup 2.8.4-1 2.8.6-1 0.01 MiB 0.79 MiB
- extra/dav1d 1.5.3-1 1.78 MiB 0.63 MiB
- extra/dconf 0.49.0-1 0.45 MiB 0.10 MiB
- extra/default-cursors 3-1 0.00 MiB 0.00 MiB
- extra/desktop-file-utils 0.28-1 0.18 MiB 0.04 MiB
- extra/duktape 2.7.0-7 0.78 MiB 0.17 MiB
- core/file 5.47-1 5.47-2 0.00 MiB 0.43 MiB
- extra/fontconfig 2:2.17.1-1 1.12 MiB 0.37 MiB
- extra/freetype2 2.14.3-1 1.66 MiB 0.52 MiB
- extra/fribidi 1.0.16-2 0.24 MiB 0.07 MiB
- extra/gdk-pixbuf2 2.44.4-1 2.95 MiB 0.48 MiB
- extra/giflib 6.1.2-1 0.33 MiB 0.10 MiB
- extra/glib-networking 1:2.80.1-1 0.65 MiB 0.14 MiB
- core/glib2 2.86.4-1 2.86.5-1 0.00 MiB 4.95 MiB
- extra/glycin 2.0.8-1 18.91 MiB 3.76 MiB
- extra/gperftools 2.18.1-1 2.01 MiB 0.49 MiB
- extra/graphene 1.10.8-2 0.98 MiB 0.10 MiB
- extra/graphite 1:1.3.14-6 0.20 MiB 0.08 MiB
- extra/gsettings-desktop-schemas 49.1-1 5.69 MiB 0.75 MiB
- extra/gsettings-system-schemas 49.1-1 0.01 MiB 0.01 MiB
- extra/gssdp 1.6.4-1 0.24 MiB 0.06 MiB
- extra/gst-plugins-bad-libs 1.28.1-2 14.50 MiB 3.08 MiB
- extra/gst-plugins-base-libs 1.28.1-2 12.66 MiB 2.39 MiB
- extra/gstreamer 1.28.1-2 11.76 MiB 2.06 MiB
- extra/gtest 1.17.0-2 1.63 MiB 0.38 MiB
- extra/gtk-update-icon-cache 1:4.20.4-1 0.04 MiB 0.02 MiB
- extra/gupnp 1:1.6.9-1 0.70 MiB 0.12 MiB
- extra/gupnp-igd 1.6.0-2 0.11 MiB 0.03 MiB
- extra/harfbuzz 14.0.0-2 4.66 MiB 1.25 MiB
- extra/hicolor-icon-theme 0.18-1 0.05 MiB 0.01 MiB
- extra/highway 1.3.0-2 9.87 MiB 1.16 MiB
- core/iana-etc 20260306-1 20260328-1 0.01 MiB 0.39 MiB
- extra/iso-codes 4.20.1-1 22.30 MiB 3.60 MiB
- extra/jbigkit 2.1-8 0.16 MiB 0.05 MiB
- extra/json-glib 1.10.8-1 1.01 MiB 0.17 MiB
- extra/lcms2 2.18-1 0.68 MiB 0.22 MiB
- core/leancrypto 1.7.0-1 1.7.1-1 0.00 MiB 1.39 MiB
- core/libcap-ng 0.9.1-1 0.9.2-1 0.04 MiB 0.06 MiB
- extra/libcloudproviders 0.4.0-1 0.32 MiB 0.05 MiB
- extra/libcolord 1.4.8-1 1.24 MiB 0.18 MiB
- extra/libcups 2:2.4.16-2 0.77 MiB 0.27 MiB
- extra/libdaemon 0.14-6 0.06 MiB 0.02 MiB
- extra/libdatrie 0.2.14-1 0.49 MiB 0.11 MiB
- extra/libdeflate 1.25-1 0.14 MiB 0.06 MiB
- extra/libdrm 2.4.131-1 1.28 MiB 0.35 MiB
- core/libedit 20251016_3.1-1 0.26 MiB 0.11 MiB
- extra/libepoxy 1.5.10-3 2.64 MiB 0.30 MiB
- extra/libglvnd 1.7.0-3 3.34 MiB 0.32 MiB
- extra/libgudev 238-3 0.38 MiB 0.04 MiB
- extra/libjpeg-turbo 3.1.3-1 2.42 MiB 0.56 MiB
- extra/libjxl 0.11.2-2 9.65 MiB 2.18 MiB
- core/libngtcp2 1.21.0-1 1.22.0-1 0.01 MiB 0.19 MiB
- extra/libnice 0.1.23-1 1.81 MiB 0.31 MiB
- extra/libpciaccess 0.19-1 0.06 MiB 0.02 MiB
- extra/libpng 1.6.56-1 0.58 MiB 0.25 MiB
- extra/libproxy 0.5.12-1 0.10 MiB 0.03 MiB
- extra/librsvg 2:2.61.4-1 10.13 MiB 2.32 MiB
- extra/libsoup3 3.6.6-2 1.96 MiB 0.39 MiB
- extra/libstemmer 3.0.1-1 0.60 MiB 0.13 MiB
- extra/libthai 0.1.30-1 1.24 MiB 0.26 MiB
- extra/libtiff 4.7.1-1 1.26 MiB 0.38 MiB
- extra/libunwind 1.8.2-1 0.29 MiB 0.13 MiB
- extra/libva 2.23.0-1 0.98 MiB 0.20 MiB
- extra/libwebp 1.6.0-2 1.04 MiB 0.32 MiB
- extra/libxcursor 1.2.3-1 0.07 MiB 0.03 MiB
- extra/libxdamage 1.1.7-1 0.02 MiB 0.01 MiB
- extra/libxext 1.3.7-1 0.30 MiB 0.10 MiB
- extra/libxfixes 6.0.2-1 0.04 MiB 0.01 MiB
- extra/libxft 2.3.9-1 0.13 MiB 0.06 MiB
- extra/libxi 1.8.2-1 0.48 MiB 0.15 MiB
- extra/libxinerama 1.1.6-1 0.02 MiB 0.01 MiB
- extra/libxkbcommon 1.13.1-1 1.03 MiB 0.27 MiB
- extra/libxkbcommon-x11 1.13.1-1 0.10 MiB 0.03 MiB
- extra/libxrandr 1.5.5-1 0.07 MiB 0.03 MiB
- extra/libxrender 0.9.12-1 0.09 MiB 0.03 MiB
- extra/libxshmfence 1.3.3-1 0.02 MiB 0.01 MiB
- extra/libxtst 1.2.5-1 0.11 MiB 0.03 MiB
- extra/libxv 1.0.13-1 0.06 MiB 0.03 MiB
- extra/libxxf86vm 1.1.7-1 0.03 MiB 0.02 MiB
- extra/llvm-libs 22.1.2-1 160.11 MiB 39.73 MiB
- extra/lm_sensors 1:3.6.2-1 0.48 MiB 0.13 MiB
- core/lzo 2.10-5 0.38 MiB 0.09 MiB
- extra/mesa 1:26.0.4-1 50.73 MiB 12.73 MiB
- extra/orc 0.4.42-1 1.36 MiB 0.31 MiB
- extra/pango 1:1.57.1-1 2.33 MiB 0.42 MiB
- extra/pixman 0.46.4-1 0.74 MiB 0.28 MiB
- extra/shared-mime-info 2.4-3 4.58 MiB 0.60 MiB
- extra/spirv-tools 1:1.4.341.0-2 7.59 MiB 1.91 MiB
- extra/tinysparql 3.10.1-2 3.85 MiB 1.05 MiB
- core/util-linux 2.41.3-2 2.42-1 0.79 MiB 5.28 MiB
- core/util-linux-libs 2.41.3-2 2.42-1 0.03 MiB 0.49 MiB
- extra/vmaf 3.1.0-1 6.53 MiB 0.41 MiB
- extra/vulkan-icd-loader 1.4.341.0-1 0.58 MiB 0.15 MiB
- extra/wayland 1.24.0-1 0.82 MiB 0.14 MiB
- extra/xkeyboard-config 2.47-1 10.23 MiB 0.86 MiB
- extra/xorg-xprop 1.2.8-1 0.05 MiB 0.03 MiB
- core/xz 5.8.2-1 5.8.3-1 0.02 MiB 0.85 MiB
- extra/gtk4 1:4.20.4-1 49.48 MiB 8.84 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 121.88 MiB
- Total Installed Size: 579.57 MiB
- Net Upgrade Size: 494.54 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- llvm-libs-22.1.2-1-x86_64 downloading...
- mesa-1:26.0.4-1-x86_64 downloading...
- gtk4-1:4.20.4-1-x86_64 downloading...
- util-linux-2.42-1-x86_64 downloading...
- glib2-2.86.5-1-x86_64 downloading...
- glycin-2.0.8-1-x86_64 downloading...
- iso-codes-4.20.1-1-any downloading...
- gst-plugins-bad-libs-1.28.1-2-x86_64 downloading...
- gst-plugins-base-libs-1.28.1-2-x86_64 downloading...
- librsvg-2:2.61.4-1-x86_64 downloading...
- libjxl-0.11.2-2-x86_64 downloading...
- adwaita-icon-theme-legacy-46.2-3-any downloading...
- adwaita-fonts-50.0-1-any downloading...
- gstreamer-1.28.1-2-x86_64 downloading...
- spirv-tools-1:1.4.341.0-2-x86_64 downloading...
- leancrypto-1.7.1-1-x86_64 downloading...
- harfbuzz-14.0.0-2-x86_64 downloading...
- highway-1.3.0-2-x86_64 downloading...
- tinysparql-3.10.1-2-x86_64 downloading...
- xkeyboard-config-2.47-1-any downloading...
- xz-5.8.3-1-x86_64 downloading...
- cryptsetup-2.8.6-1-x86_64 downloading...
- gsettings-desktop-schemas-49.1-1-any downloading...
- dav1d-1.5.3-1-x86_64 downloading...
- cairo-1.18.4-1-x86_64 downloading...
- shared-mime-info-2.4-3-x86_64 downloading...
- at-spi2-core-2.58.4-1-x86_64 downloading...
- libjpeg-turbo-3.1.3-1-x86_64 downloading...
- freetype2-2.14.3-1-x86_64 downloading...
- gperftools-2.18.1-1-x86_64 downloading...
- util-linux-libs-2.42-1-x86_64 downloading...
- gdk-pixbuf2-2.44.4-1-x86_64 downloading...
- avahi-1:0.9rc4-1-x86_64 downloading...
- file-5.47-2-x86_64 downloading...
- pango-1:1.57.1-1-x86_64 downloading...
- vmaf-3.1.0-1-x86_64 downloading...
- iana-etc-20260328-1-any downloading...
- libsoup3-3.6.6-2-x86_64 downloading...
- libtiff-4.7.1-1-x86_64 downloading...
- audit-4.1.4-2-x86_64 downloading...
- gtest-1.17.0-2-x86_64 downloading...
- fontconfig-2:2.17.1-1-x86_64 downloading...
- adwaita-cursors-49.0-1-any downloading...
- libdrm-2.4.131-1-x86_64 downloading...
- libwebp-1.6.0-2-x86_64 downloading...
- libglvnd-1.7.0-3-x86_64 downloading...
- orc-0.4.42-1-x86_64 downloading...
- libnice-0.1.23-1-x86_64 downloading...
- libepoxy-1.5.10-3-x86_64 downloading...
- pixman-0.46.4-1-x86_64 downloading...
- libxkbcommon-1.13.1-1-x86_64 downloading...
- libcups-2:2.4.16-2-x86_64 downloading...
- libthai-0.1.30-1-x86_64 downloading...
- libpng-1.6.56-1-x86_64 downloading...
- lcms2-2.18-1-x86_64 downloading...
- adwaita-icon-theme-49.0-1-any downloading...
- libva-2.23.0-1-x86_64 downloading...
- libngtcp2-1.22.0-1-x86_64 downloading...
- libcolord-1.4.8-1-x86_64 downloading...
- duktape-2.7.0-7-x86_64 downloading...
- json-glib-1.10.8-1-x86_64 downloading...
- vulkan-icd-loader-1.4.341.0-1-x86_64 downloading...
- libxi-1.8.2-1-x86_64 downloading...
- wayland-1.24.0-1-x86_64 downloading...
- glib-networking-1:2.80.1-1-x86_64 downloading...
- libstemmer-3.0.1-1-x86_64 downloading...
- lm_sensors-1:3.6.2-1-x86_64 downloading...
- libunwind-1.8.2-1-x86_64 downloading...
- gupnp-1:1.6.9-1-x86_64 downloading...
- libedit-20251016_3.1-1-x86_64 downloading...
- libdatrie-0.2.14-1-x86_64 downloading...
- dconf-0.49.0-1-x86_64 downloading...
- graphene-1.10.8-2-x86_64 downloading...
- libxext-1.3.7-1-x86_64 downloading...
- giflib-6.1.2-1-x86_64 downloading...
- lzo-2.10-5-x86_64 downloading...
- graphite-1:1.3.14-6-x86_64 downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- fribidi-1.0.16-2-x86_64 downloading...
- libcap-ng-0.9.2-1-x86_64 downloading...
- libdeflate-1.25-1-x86_64 downloading...
- libxft-2.3.9-1-x86_64 downloading...
- gssdp-1.6.4-1-x86_64 downloading...
- jbigkit-2.1-8-x86_64 downloading...
- libcloudproviders-0.4.0-1-x86_64 downloading...
- libgudev-238-3-x86_64 downloading...
- desktop-file-utils-0.28-1-x86_64 downloading...
- libxv-1.0.13-1-x86_64 downloading...
- libxcursor-1.2.3-1-x86_64 downloading...
- libxkbcommon-x11-1.13.1-1-x86_64 downloading...
- libproxy-0.5.12-1-x86_64 downloading...
- libxrender-0.9.12-1-x86_64 downloading...
- libxtst-1.2.5-1-x86_64 downloading...
- gupnp-igd-1.6.0-2-x86_64 downloading...
- libxrandr-1.5.5-1-x86_64 downloading...
- xorg-xprop-1.2.8-1-x86_64 downloading...
- libpciaccess-0.19-1-x86_64 downloading...
- libdaemon-0.14-6-x86_64 downloading...
- gtk-update-icon-cache-1:4.20.4-1-x86_64 downloading...
- libxxf86vm-1.1.7-1-x86_64 downloading...
- libxfixes-6.0.2-1-x86_64 downloading...
- hicolor-icon-theme-0.18-1-any downloading...
- libxinerama-1.1.6-1-x86_64 downloading...
- libxdamage-1.1.7-1-x86_64 downloading...
- libxshmfence-1.3.3-1-x86_64 downloading...
- gsettings-system-schemas-49.1-1-any downloading...
- default-cursors-3-1-any downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing adwaita-fonts...
- installing hicolor-icon-theme...
- installing adwaita-icon-theme-legacy...
- installing adwaita-cursors...
- installing adwaita-icon-theme...
- upgrading iana-etc...
- upgrading util-linux-libs...
- upgrading glib2...
- installing dconf...
- installing gsettings-system-schemas...
- installing gsettings-desktop-schemas...
- installing libxext...
- installing libxfixes...
- installing libxi...
- installing libxtst...
- installing xorg-xprop...
- upgrading libcap-ng...
- upgrading audit...
- upgrading xz...
- installing at-spi2-core...
- installing libpng...
- installing freetype2...
- Optional dependencies for freetype2
- harfbuzz: Improved autohinting [pending]
- installing fontconfig...
- Creating fontconfig configuration...
- Rebuilding fontconfig cache...
- installing libxrender...
- installing lzo...
- installing pixman...
- installing cairo...
- installing desktop-file-utils...
- installing fribidi...
- installing libjpeg-turbo...
- Optional dependencies for libjpeg-turbo
- java-runtime>11: for TurboJPEG Java wrapper
- installing jbigkit...
- installing libdeflate...
- installing libwebp...
- Optional dependencies for libwebp
- libwebp-utils: WebP conversion and inspection tools
- installing libtiff...
- Optional dependencies for libtiff
- freeglut: for using tiffgt
- installing lcms2...
- installing giflib...
- installing libunwind...
- installing gperftools...
- installing gtest...
- Optional dependencies for gtest
- python: gmock generator
- installing highway...
- installing libjxl...
- Optional dependencies for libjxl
- java-runtime: for JNI bindings
- installing dav1d...
- Optional dependencies for dav1d
- dav1d-doc: HTML documentation
- installing graphite...
- Optional dependencies for graphite
- graphite-docs: Documentation
- installing harfbuzz...
- Optional dependencies for harfbuzz
- harfbuzz-utils: utilities
- installing libdatrie...
- installing libthai...
- installing libxft...
- installing pango...
- installing librsvg...
- installing glycin...
- Optional dependencies for glycin
- libheif: Load .avif, .heic and .heif
- installing shared-mime-info...
- installing gdk-pixbuf2...
- Optional dependencies for gdk-pixbuf2
- libheif: Load .avif, .heic and .heif
- libopenraw: Load .arw, .cr2, .crw, .dng, .erf, .mrw, .nef, .orf, .pef and .raf
- libwmf: Load .apm and .wmf
- installing graphene...
- upgrading leancrypto...
- upgrading libngtcp2...
- installing gstreamer...
- Optional dependencies for gstreamer
- python: gst-plugins-doc-cache-generator
- installing iso-codes...
- installing libpciaccess...
- installing libdrm...
- Optional dependencies for libdrm
- cairo: needed for modetest tool [installed]
- installing libxshmfence...
- installing libxxf86vm...
- installing libedit...
- installing llvm-libs...
- installing lm_sensors...
- Optional dependencies for lm_sensors
- rrdtool: for logging with sensord
- perl: for sensor detection and configuration convert [installed]
- installing spirv-tools...
- installing default-cursors...
- Optional dependencies for default-cursors
- adwaita-cursors: default cursor theme [installed]
- installing wayland...
- installing mesa...
- Optional dependencies for mesa
- opengl-man-pages: for the OpenGL API man pages
- installing libglvnd...
- installing libgudev...
- installing libxv...
- installing orc...
- installing gst-plugins-base-libs...
- installing duktape...
- installing libproxy...
- installing glib-networking...
- installing libsoup3...
- Optional dependencies for libsoup3
- samba: Windows Domain SSO
- installing gssdp...
- Optional dependencies for gssdp
- gtk4: gssdp-device-sniffer [pending]
- installing gupnp...
- Optional dependencies for gupnp
- python: gupnp-binding-tool
- installing gupnp-igd...
- installing libnice...
- Optional dependencies for libnice
- gstreamer: "nice" GStreamer plugin [installed]
- installing libva...
- Optional dependencies for libva
- intel-media-driver: backend for Intel GPUs (>= Broadwell)
- libva-intel-driver: backend for Intel GPUs (<= Haswell)
- libva-mesa-driver: backend for AMD and NVIDIA GPUs [installed]
- installing xkeyboard-config...
- installing libxkbcommon...
- Optional dependencies for libxkbcommon
- libxkbcommon-x11: xkbcli interactive-x11 [pending]
- wayland: xkbcli interactive-wayland [installed]
- installing libxkbcommon-x11...
- installing vulkan-icd-loader...
- Optional dependencies for vulkan-icd-loader
- vulkan-driver: packaged vulkan driver
- installing vmaf...
- installing gst-plugins-bad-libs...
- installing gtk-update-icon-cache...
- installing libcloudproviders...
- installing libcolord...
- installing libdaemon...
- installing avahi...
- Optional dependencies for avahi
- gtk3: avahi-discover, avahi-discover-standalone, bshell, bssh, bvnc
- libevent: libevent bindings [installed]
- nss-mdns: NSS support for mDNS
- python-dbus: avahi-bookmarks, avahi-discover
- python-gobject: avahi-bookmarks, avahi-discover
- python-twisted: avahi-bookmarks
- installing libcups...
- installing libepoxy...
- installing libxcursor...
- installing libxdamage...
- installing libxinerama...
- installing libxrandr...
- installing json-glib...
- installing libstemmer...
- installing tinysparql...
- installing gtk4...
- Optional dependencies for gtk4
- evince: Default print preview command
- xdg-desktop-portal-gtk: Fallback portals for various APIs
- installing pkgconf...
- upgrading cryptsetup...
- upgrading file...
- upgrading util-linux...
- :: Running post-transaction hooks...
- ( 1/15) Creating system user accounts...
- Creating group 'avahi' with GID 968.
- Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 968 and GID 968.
- ( 2/15) Creating temporary files...
- /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc/ detected, skipping.
- All rules containing unresolvable specifiers will be skipped.
- ( 3/15) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 4/15) Reloading user manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 5/15) Updating the MIME type database...
- ( 6/15) Enqueuing marked services...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 7/15) Reloading device manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- ( 8/15) Arming ConditionNeedsUpdate...
- ( 9/15) Updating fontconfig configuration...
- (10/15) Reloading system bus configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (11/15) Updating fontconfig cache...
- (12/15) Updating GIO module cache...
- (13/15) Compiling GSettings XML schema files...
- (14/15) Updating icon theme caches...
- (15/15) Updating the desktop file MIME type cache...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-pkg-config.4
∗ installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:27.53 ---> saved as "8d394d84d6d22ef7703a37193d7259766662a184b3529c725c458585f3b791c9"
Job succeeded
2026-04-05 06:27.58: Job succeeded