(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 alpine-3.22-ocaml-5.4/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:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
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 "\"alpine-3.22\""; 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:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)
 (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 \"\\\"alpine-3.22\\\"\"; 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.24: Got resource from pool OCluster
Building on toxis.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:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)
2026-04-05 06:25.16 ---> using "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e" 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.16 ---> using "cdd44be3046c0c3895bcb0fc6efe7ad2a0a2b3d0098a67350f869a8e600674a4" 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:25.16 ---> using "0817830b48691f937e4762a0671cd0cf2cf13868c493630137766819531dfc2b" 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=alpine os-version=3.22.2
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-04-05 06:25.16 ---> using "4770ed52dbf49d68e5999d3c61ce4e969167174a40f78628953acc739b67e8d5" 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.16 ---> using "3766253b348bfaf0ec65564776f1efb9a872d41e4a5bd97e63d9889b02385478" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:25.24 ---> saved as "78b51d507f82b924b0b6d9f7f5c40c9eb3a0e4dbc7bdb4c3f5706c04fb22562a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:25.43 ---> saved as "0ceaec387aa24750a25f5f45a7af7e8501b32453a41a9a3f00f2320a69f58a9a"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.3-105-g58283386ebd [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-104-g8c092017342 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-6883-g6ac480b9e55 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-6893-gf0efdbc88c9 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-6895-g8fb63ad4a1e [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61178 distinct packages available
2026-04-05 06:26.13 ---> saved as "510479190b8c8aad623ebbad42cefd52c74ad494280ca190be6e26a12bbe9831"

/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.14 ---> saved as "bd4fb843830b9bb3095b70c3ab0225e28fb40d9457190fe20bd1635adb86cac9"

/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 \"\\\"alpine-3.22\\\"\"; 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
  - install conf-gtk4       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gtk4]

The following system packages will first need to be installed:
    gtk4.0-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
  2. Display the recommended apk 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 "apk" "add" "gtk4.0-dev"
- (1/233) Upgrading libexpat (2.7.3-r0 -> 2.7.5-r0)
- (2/233) Installing libxext (1.3.6-r2)
- (3/233) Installing libxi (1.8.2-r0)
- (4/233) Installing dbus-libs (1.16.2-r1)
- (5/233) Installing libintl (0.24.1-r0)
- (6/233) Installing libeconf (0.6.3-r0)
- (7/233) Installing libblkid (2.41-r9)
- (8/233) Installing libmount (2.41-r9)
- (9/233) Installing glib (2.84.4-r0)
- (10/233) Installing at-spi2-core-libs (2.56.5-r0)
- (11/233) Installing libxtst (1.2.5-r0)
- (12/233) Installing at-spi2-core (2.56.5-r0)
- (13/233) Installing libatk-1.0 (2.56.5-r0)
- (14/233) Installing libatk-bridge-2.0 (2.56.5-r0)
- (15/233) Installing dbus-dev (1.16.2-r1)
- (16/233) Installing bzip2-dev (1.0.8-r6)
- (17/233) Installing libxml2 (2.13.9-r0)
- (18/233) Installing libxml2-utils (2.13.9-r0)
- (19/233) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (20/233) Installing libxslt (1.1.43-r3)
- (21/233) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (22/233) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (23/233) Installing docbook-xsl (1.79.2-r11)
- (24/233) Installing gettext-asprintf (0.24.1-r0)
- (25/233) Installing gettext-libs (0.24.1-r0)
- (26/233) Installing gettext-envsubst (0.24.1-r0)
- (27/233) Installing gettext (0.24.1-r0)
- (28/233) Installing gettext-dev (0.24.1-r0)
- (29/233) Installing py3-parsing (3.2.5-r0)
- (30/233) Installing py3-parsing-pyc (3.2.5-r0)
- (31/233) Installing py3-packaging (25.0-r0)
- (32/233) Installing py3-packaging-pyc (25.0-r0)
- (33/233) Installing linux-headers (6.14.2-r0)
- (34/233) Installing libffi-dev (3.4.8-r0)
- (35/233) Installing bsd-compat-headers (0.7.2-r6)
- (36/233) Installing libedit (20250104.3.1-r1)
- (37/233) Installing libedit-dev (20250104.3.1-r1)
- (38/233) Installing zlib-dev (1.3.1-r2)
- (39/233) Installing libpcre2-16 (10.46-r0)
- (40/233) Installing libpcre2-32 (10.46-r0)
- (41/233) Installing pcre2-dev (10.46-r0)
- (42/233) Installing libuuid (2.41-r9)
- (43/233) Installing libfdisk (2.41-r9)
- (44/233) Installing liblastlog2 (2.41-r9)
- (45/233) Installing libsmartcols (2.41-r9)
- (46/233) Installing sqlite (3.49.2-r1)
- (47/233) Installing sqlite-dev (3.49.2-r1)
- (48/233) Installing util-linux-dev (2.41-r9)
- (49/233) Installing glib-dev (2.84.4-r0)
- (50/233) Installing libxext-dev (1.3.6-r2)
- (51/233) Installing libxfixes (6.0.1-r4)
- (52/233) Installing libxfixes-dev (6.0.1-r4)
- (53/233) Installing libxi-dev (1.8.2-r0)
- (54/233) Installing libxtst-dev (1.2.5-r0)
- (55/233) Installing at-spi2-core-dev (2.56.5-r0)
- (56/233) Installing shared-mime-info (2.4-r6)
- (57/233) Installing libjpeg-turbo (3.1.0-r0)
- (58/233) Installing libpng (1.6.56-r0)
- (59/233) Installing libsharpyuv (1.5.0-r0)
- (60/233) Installing libwebp (1.5.0-r0)
- (61/233) Installing tiff (4.7.1-r0)
- (62/233) Installing gdk-pixbuf (2.42.12-r1)
- (63/233) Installing libturbojpeg (3.1.0-r0)
- (64/233) Installing libjpeg-turbo-dev (3.1.0-r0)
- (65/233) Installing libpng-dev (1.6.56-r0)
- (66/233) Installing libtiffxx (4.7.1-r0)
- (67/233) Installing libwebpdecoder (1.5.0-r0)
- (68/233) Installing libwebpdemux (1.5.0-r0)
- (69/233) Installing libwebpmux (1.5.0-r0)
- (70/233) Installing libwebp-dev (1.5.0-r0)
- (71/233) Installing zstd-dev (1.5.7-r0)
- (72/233) Installing tiff-dev (4.7.1-r0)
- (73/233) Installing gdk-pixbuf-dev (2.42.12-r1)
- (74/233) Installing libepoxy (1.5.10-r1)
- (75/233) Installing hwdata-pci (0.395-r0)
- (76/233) Installing libpciaccess (0.18.1-r0)
- (77/233) Installing libdrm (2.4.124-r0)
- (78/233) Installing libpciaccess-dev (0.18.1-r0)
- (79/233) Installing libdrm-dev (2.4.124-r0)
- (80/233) Installing libxdamage (1.1.6-r5)
- (81/233) Installing libxdamage-dev (1.1.6-r5)
- (82/233) Installing libxshmfence (1.3.3-r0)
- (83/233) Installing libxshmfence-dev (1.3.3-r0)
- (84/233) Installing llvm20-libs (20.1.8-r0)
- (85/233) Installing spirv-tools (1.4.313.0-r0)
- (86/233) Installing libelf (0.193-r0)
- (87/233) Installing wayland-libs-server (1.23.1-r3)
- (88/233) Installing mesa (25.1.9-r0)
- (89/233) Installing mesa-gbm (25.1.9-r0)
- (90/233) Installing wayland-libs-client (1.23.1-r3)
- (91/233) Installing mesa-egl (25.1.9-r0)
- (92/233) Installing libxxf86vm (1.1.7-r0)
- (93/233) Installing mesa-gl (25.1.9-r0)
- (94/233) Installing mesa-gles (25.1.9-r0)
- (95/233) Installing clang20-headers (20.1.8-r0)
- (96/233) Installing libclc (20.1.8-r0)
- (97/233) Installing spirv-llvm-translator-libs (20.1.2-r0)
- (98/233) Installing clang20-libs (20.1.8-r0)
- (99/233) Installing mesa-rusticl (25.1.9-r0)
- (100/233) Installing mesa-xatracker (25.1.9-r0)
- (101/233) Installing libxxf86vm-dev (1.1.7-r0)
- (102/233) Installing mesa-dev (25.1.9-r0)
- (103/233) Installing libepoxy-dev (1.5.10-r1)
- (104/233) Installing libxinerama (1.1.5-r4)
- (105/233) Installing libxinerama-dev (1.1.5-r4)
- (106/233) Installing xkeyboard-config (2.43-r0)
- (107/233) Installing libxkbcommon (1.8.1-r2)
- (108/233) Installing libxkbcommon-x11 (1.8.1-r2)
- (109/233) Installing xz-dev (5.8.1-r0)
- (110/233) Installing libxml2-dev (2.13.9-r0)
- (111/233) Installing libxkbcommon-dev (1.8.1-r2)
- (112/233) Installing vulkan-headers (1.4.313.0-r0)
- (113/233) Installing expat (2.7.5-r0)
- (114/233) Installing expat-dev (2.7.5-r0)
- (115/233) Installing wayland-libs-cursor (1.23.1-r3)
- (116/233) Installing wayland-libs-egl (1.23.1-r3)
- (117/233) Installing wayland-dev (1.23.1-r3)
- (118/233) Installing wayland-protocols (1.44-r0)
- (119/233) Installing hicolor-icon-theme (0.18-r0)
- (120/233) Installing gtk-update-icon-cache (3.24.50-r0)
- (121/233) Installing tzdata (2026a-r0)
- (122/233) Installing iso-codes (4.17.0-r0)
- (123/233) Installing libxrender (0.9.12-r0)
- (124/233) Installing libxcursor (1.2.3-r0)
- (125/233) Installing libxrandr (1.5.4-r1)
- (126/233) Installing freetype (2.13.3-r0)
- (127/233) Installing fontconfig (2.15.0-r3)
- (128/233) Installing pixman (0.46.4-r0)
- (129/233) Installing cairo (1.18.4-r0)
- (130/233) Installing cairo-gobject (1.18.4-r0)
- (131/233) Installing avahi-libs (0.8-r21)
- (132/233) Installing nettle (3.10.2-r0)
- (133/233) Installing libtasn1 (4.21.0-r0)
- (134/233) Installing p11-kit (0.25.5-r2)
- (135/233) Installing gnutls (3.8.12-r0)
- (136/233) Installing cups-libs (2.4.16-r0)
- (137/233) Installing fribidi (1.0.16-r1)
- (138/233) Installing graphene (1.10.8-r5)
- (139/233) Installing libxv (1.0.13-r0)
- (140/233) Installing alsa-lib (1.2.14-r0)
- (141/233) Installing cdparanoia-libs (10.2-r14)
- (142/233) Installing gstreamer (1.26.3-r0)
- (143/233) Installing gstreamer-ptp-helper (1.26.3-r0)
- (144/233) Installing libogg (1.3.5-r5)
- (145/233) Installing opus (1.5.2-r1)
- (146/233) Installing orc (0.4.40-r1)
- (147/233) Installing libxft (2.3.8-r3)
- (148/233) Installing graphite2 (1.3.14-r6)
- (149/233) Installing harfbuzz (11.2.1-r0)
- (150/233) Installing pango (1.56.3-r0)
- (151/233) Installing libtheora (1.1.1-r18)
- (152/233) Installing libvorbis (1.3.7-r2)
- (153/233) Installing gst-plugins-base (1.26.3-r0)
- (154/233) Installing openexr-libiex (3.3.2-r0)
- (155/233) Installing imath (3.1.12-r0)
- (156/233) Installing openexr-libilmthread (3.3.2-r0)
- (157/233) Installing libdeflate (1.23-r0)
- (158/233) Installing openexr-libopenexrcore (3.3.2-r0)
- (159/233) Installing openexr-libopenexr (3.3.2-r0)
- (160/233) Installing soundtouch (2.3.3-r0)
- (161/233) Installing aom-libs (3.12.1-r0)
- (162/233) Installing libunibreak (6.1-r0)
- (163/233) Installing libass (0.17.3-r0)
- (164/233) Installing libraw1394 (2.1.2-r5)
- (165/233) Installing libusb (1.0.28-r0)
- (166/233) Installing libdc1394 (2.2.7-r0)
- (167/233) Installing libde265 (1.0.15-r1)
- (168/233) Installing tslib (1.23-r0)
- (169/233) Installing directfb (1.7.7-r8)
- (170/233) Installing faac (1.31.1-r0)
- (171/233) Installing fdk-aac (2.0.2-r4)
- (172/233) Installing flite (2.2-r5)
- (173/233) Installing libfreeaptx (0.2.2-r0)
- (174/233) Installing gobject-introspection (1.84.0-r0)
- (175/233) Installing libxcomposite (0.4.6-r5)
- (176/233) Installing gtk+3.0 (3.24.50-r0)
- (177/233) Installing gsm (1.0.22-r3)
- (178/233) Installing eudev-libs (3.2.14-r5)
- (179/233) Installing libgudev (238-r0)
- (180/233) Installing lcms2 (2.16-r0)
- (181/233) Installing libldac (2.0.2.3-r1)
- (182/233) Installing libmodplug (0.8.9.0-r3)
- (183/233) Installing neon (0.33.0-r0)
- (184/233) Installing libnice (0.1.22-r0)
- (185/233) Installing openal-soft-libs (1.24.2-r0)
- (186/233) Installing openh264 (2.6.0-r0)
- (187/233) Installing openjpeg (2.5.3-r0)
- (188/233) Installing libdav1d (1.5.1-r0)
- (189/233) Installing librsvg (2.60.0-r0)
- (190/233) Installing librtmp (2.4_git20190330-r5)
- (191/233) Installing sbc (2.0-r2)
- (192/233) Installing libflac (1.4.3-r1)
- (193/233) Installing lame-libs (3.100-r5)
- (194/233) Installing mpg123-libs (1.32.10-r0)
- (195/233) Installing libsndfile (1.2.2-r2)
- (196/233) Installing spandsp (0.0.6-r5)
- (197/233) Installing libsrt (1.5.3-r1)
- (198/233) Installing libsrtp (2.6.0-r0)
- (199/233) Installing libva (2.22.0-r1)
- (200/233) Installing vo-aacenc (0.1.3-r3)
- (201/233) Installing vo-amrwbenc (0.1.3-r3)
- (202/233) Installing vulkan-loader (1.4.313.0-r0)
- (203/233) Installing libzbar (0.23.93-r1)
- (204/233) Installing gst-plugins-bad (1.26.3-r0)
- (205/233) Installing harfbuzz-subset (11.2.1-r0)
- (206/233) Installing gtk4.0 (4.18.6-r0)
- (207/233) Installing cairo-tools (1.18.4-r0)
- (208/233) Installing brotli (1.1.0-r2)
- (209/233) Installing brotli-dev (1.1.0-r2)
- (210/233) Installing freetype-dev (2.13.3-r0)
- (211/233) Installing fontconfig-dev (2.15.0-r3)
- (212/233) Installing libxrender-dev (0.9.12-r0)
- (213/233) Installing pixman-dev (0.46.4-r0)
- (214/233) Installing util-macros (1.20.1-r0)
- (215/233) Installing xcb-util (0.4.1-r3)
- (216/233) Installing xcb-util-dev (0.4.1-r3)
- (217/233) Installing cairo-dev (1.18.4-r0)
- (218/233) Installing graphene-dev (1.10.8-r5)
- (219/233) Installing pango-tools (1.56.3-r0)
- (220/233) Installing fribidi-dev (1.0.16-r1)
- (221/233) Installing harfbuzz-cairo (11.2.1-r0)
- (222/233) Installing harfbuzz-gobject (11.2.1-r0)
- (223/233) Installing icu-data-en (76.1-r1)
- Executing icu-data-en-76.1-r1.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (224/233) Installing icu-libs (76.1-r1)
- (225/233) Installing harfbuzz-icu (11.2.1-r0)
- (226/233) Installing graphite2-dev (1.3.14-r6)
- (227/233) Installing icu (76.1-r1)
- (228/233) Installing icu-dev (76.1-r1)
- (229/233) Installing harfbuzz-dev (11.2.1-r0)
- (230/233) Installing libxft-dev (2.3.8-r3)
- (231/233) Installing pango-dev (1.56.3-r0)
- (232/233) Installing vulkan-loader-dev (1.4.313.0-r0)
- (233/233) Installing gtk4.0-dev (4.18.6-r0)
- Executing busybox-1.37.0-r20.trigger
- Executing glib-2.84.4-r0.trigger
- Executing shared-mime-info-2.4-r6.trigger
- Executing gdk-pixbuf-2.42.12-r1.trigger
- Executing gtk-update-icon-cache-3.24.50-r0.trigger
- Executing gtk+3.0-3.24.50-r0.trigger
- OK: 1129 MiB in 335 packages

<><> 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:30.07 ---> saved as "fa7edf207cf6a8596f4bd668afd3c877328d8709d6a3631fe878df8f69d6b62e"
Job succeeded
2026-04-05 06:30.12: Job succeeded