- github
- ocaml
- opam-repository
- 10f9fa
- distributions,alpine-3.21-ocaml-4.14,conf-gtk3.18
(not at the head of any monitored branch or PR)
2025-06-10 17:27.19: New job: build conf-gtk3.18, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28011/head (10f9fad9250e8b9724f84f94733080c5f8a2a4e4)
on alpine-3.21-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/28011/head" && git reset --hard 10f9fad9
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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-gtk3.18 18
RUN opam reinstall conf-gtk3.18; \
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.21\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-gtk3.18' && 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 .
2025-06-10 17:27.19: Using cache hint "ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3-conf-gtk3.18-10f9fad9250e8b9724f84f94733080c5f8a2a4e4"
2025-06-10 17:27.19: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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-gtk3.18 18"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk3.18;\
\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.21\\\"\"; 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-gtk3.18' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-06-10 17:27.19: Waiting for resource in pool OCluster
2025-06-10 17:27.23: Waiting for worker…
2025-06-10 17:29.06: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 87% (20246/23220)
Updating files: 88% (20434/23220)
Updating files: 89% (20666/23220)
Updating files: 90% (20898/23220)
Updating files: 91% (21131/23220)
Updating files: 92% (21363/23220)
Updating files: 93% (21595/23220)
Updating files: 94% (21827/23220)
Updating files: 95% (22059/23220)
Updating files: 96% (22292/23220)
Updating files: 97% (22524/23220)
Updating files: 98% (22756/23220)
Updating files: 99% (22988/23220)
Updating files: 100% (23220/23220)
Updating files: 100% (23220/23220), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Updating 6db96b377f..10f9fad925
Fast-forward
packages/conf-cairo/conf-cairo.1/opam | 2 +-
packages/conf-clang/conf-clang.1/opam | 1 +
packages/conf-gtk3/conf-gtk3.18/opam | 7 +++++--
packages/conf-libev/conf-libev.4-11/opam | 1 +
packages/conf-mpfr/conf-mpfr.3/opam | 1 +
packages/omake/omake.0.10.3/opam | 2 +-
packages/omake/omake.0.10.5/opam | 2 +-
packages/omake/omake.0.10.6/opam | 2 +-
packages/omake/omake.0.10.7/opam | 2 +-
9 files changed, 13 insertions(+), 7 deletions(-)
(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3)
2025-06-10 17:29.46 ---> using "cae3f84721b1d1626d38afde4577807843a0da8ba3807fc3f5f4606864be9e98" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-10 17:29.46 ---> using "27f67b0eca4c859ac7fbe6c62b329fc073fcc1d5512983aa733a8b6ab7b9cc8e" 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 development 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
2025-06-10 17:29.46 ---> using "c5f91ed6753a7001383119325a3caa5a94e71e14e90b1089e1b1cf300ec65f91" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=alpine os-version=3.21.3
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, 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.2
2025-06-10 17:29.46 ---> using "03aeed2f7c74bbf441ef26cf6aa59bbdf94043ed34d12b2622c1b6fc15bc733a" 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/"))
2025-06-10 17:29.46 ---> using "6a2d54fbb263816b26fe80ede788bc76ffe9480aa180b2ad967084ab2cf975b0" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 17:30.18 ---> saved as "f086e936d5d7d1ca48d43799ac05771822763303bd8187d49697c5b41a97bd66"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 17:30.45 ---> saved as "2777ebfefabd507d437b986e59b2f311f2402ad6637bf9321fe7d11a1f090312"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.3-590-gf2fbf5554ea [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-593-ge772c330b50 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.22.0-718-g23cba16117c [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.22.0-717-g81f67e63786 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.22.0-710-g5dba80c9680 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58665 distinct packages available
2025-06-10 17:30.47 ---> saved as "4ea4768dfb1ba103dc0a9bc81391bd66fdce1ed35a31b32ea0194c3eb6e7e273"
/home/opam: (run (shell "opam pin add -k version -yn conf-gtk3.18 18"))
conf-gtk3 is now pinned to version 18
2025-06-10 17:30.48 ---> saved as "ee0c1aaf4853bab7fd26245ff465a41225c45d4f87def1d5feed07d1f9279e1f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk3.18;\
\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.21\\\"\"; 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-gtk3.18' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-gtk3.18 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-gtk3 18 (pinned)
- install conf-pkg-config 4 [required by conf-gtk3]
The following system packages will first need to be installed:
gtk+3.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" "gtk+3.0-dev"
- (1/172) Installing libintl (0.22.5-r0)
- (2/172) Installing libeconf (0.6.3-r0)
- (3/172) Installing libblkid (2.40.4-r1)
- (4/172) Installing libmount (2.40.4-r1)
- (5/172) Installing glib (2.82.5-r0)
- (6/172) Installing libxml2 (2.13.4-r6)
- (7/172) Installing shared-mime-info (2.4-r2)
- (8/172) Installing libjpeg-turbo (3.0.4-r0)
- (9/172) Installing libpng (1.6.47-r0)
- (10/172) Installing libsharpyuv (1.4.0-r0)
- (11/172) Installing libwebp (1.4.0-r0)
- (12/172) Installing tiff (4.7.0-r0)
- (13/172) Installing gdk-pixbuf (2.42.12-r1)
- (14/172) Installing bzip2-dev (1.0.8-r6)
- (15/172) Installing libxml2-utils (2.13.4-r6)
- (16/172) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (17/172) Installing libgpg-error (1.51-r0)
- (18/172) Installing libgcrypt (1.10.3-r1)
- (19/172) Installing libxslt (1.1.42-r2)
- (20/172) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (21/172) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (22/172) Installing docbook-xsl (1.79.2-r11)
- (23/172) Installing gettext-asprintf (0.22.5-r0)
- (24/172) Installing gettext-libs (0.22.5-r0)
- (25/172) Installing gettext-envsubst (0.22.5-r0)
- (26/172) Installing gettext (0.22.5-r0)
- (27/172) Installing gettext-dev (0.22.5-r0)
- (28/172) Installing py3-parsing (3.1.4-r0)
- (29/172) Installing py3-parsing-pyc (3.1.4-r0)
- (30/172) Installing py3-packaging (24.2-r0)
- (31/172) Installing py3-packaging-pyc (24.2-r0)
- (32/172) Installing linux-headers (6.6-r1)
- (33/172) Installing libffi-dev (3.4.7-r0)
- (34/172) Installing bsd-compat-headers (0.7.2-r6)
- (35/172) Installing libedit (20240808.3.1-r0)
- (36/172) Installing libedit-dev (20240808.3.1-r0)
- (37/172) Installing zlib-dev (1.3.1-r2)
- (38/172) Installing libpcre2-16 (10.43-r0)
- (39/172) Installing libpcre2-32 (10.43-r0)
- (40/172) Installing pcre2-dev (10.43-r0)
- (41/172) Installing libuuid (2.40.4-r1)
- (42/172) Installing libfdisk (2.40.4-r1)
- (43/172) Installing liblastlog2 (2.40.4-r1)
- (44/172) Installing libsmartcols (2.40.4-r1)
- (45/172) Installing sqlite (3.48.0-r2)
- (46/172) Installing sqlite-dev (3.48.0-r2)
- (47/172) Installing util-linux-dev (2.40.4-r1)
- (48/172) Installing glib-dev (2.82.5-r0)
- (49/172) Installing libturbojpeg (3.0.4-r0)
- (50/172) Installing libjpeg-turbo-dev (3.0.4-r0)
- (51/172) Installing libpng-dev (1.6.47-r0)
- (52/172) Installing libtiffxx (4.7.0-r0)
- (53/172) Installing libwebpdecoder (1.4.0-r0)
- (54/172) Installing libwebpdemux (1.4.0-r0)
- (55/172) Installing libwebpmux (1.4.0-r0)
- (56/172) Installing libwebp-dev (1.4.0-r0)
- (57/172) Installing zstd (1.5.6-r2)
- (58/172) Installing zstd-dev (1.5.6-r2)
- (59/172) Installing tiff-dev (4.7.0-r0)
- (60/172) Installing gdk-pixbuf-dev (2.42.12-r1)
- (61/172) Installing libepoxy (1.5.10-r1)
- (62/172) Installing hwdata-pci (0.393-r0)
- (63/172) Installing libpciaccess (0.18.1-r0)
- (64/172) Installing libdrm (2.4.123-r1)
- (65/172) Installing libpciaccess-dev (0.18.1-r0)
- (66/172) Installing libdrm-dev (2.4.123-r1)
- (67/172) Installing libxext (1.3.6-r2)
- (68/172) Installing libxext-dev (1.3.6-r2)
- (69/172) Installing libxdamage (1.1.6-r5)
- (70/172) Installing libxfixes (6.0.1-r4)
- (71/172) Installing libxfixes-dev (6.0.1-r4)
- (72/172) Installing libxdamage-dev (1.1.6-r5)
- (73/172) Installing libxshmfence (1.3.2-r6)
- (74/172) Installing libxshmfence-dev (1.3.2-r6)
- (75/172) Installing llvm19-libs (19.1.4-r1)
- (76/172) Installing libelf (0.191-r0)
- (77/172) Installing mesa-glapi (24.2.8-r0)
- (78/172) Installing mesa (24.2.8-r0)
- (79/172) Installing wayland-libs-server (1.23.1-r0)
- (80/172) Installing mesa-gbm (24.2.8-r0)
- (81/172) Installing wayland-libs-client (1.23.1-r0)
- (82/172) Installing mesa-egl (24.2.8-r0)
- (83/172) Installing libxxf86vm (1.1.5-r6)
- (84/172) Installing mesa-gl (24.2.8-r0)
- (85/172) Installing mesa-gles (24.2.8-r0)
- (86/172) Installing mesa-osmesa (24.2.8-r0)
- (87/172) Installing clang19-headers (19.1.4-r0)
- (88/172) Installing libclc (19.1.4-r0)
- (89/172) Installing spirv-llvm-translator-libs (19.1.2-r0)
- (90/172) Installing spirv-tools (1.3.296.0-r0)
- (91/172) Installing clang19-libs (19.1.4-r0)
- (92/172) Installing mesa-rusticl (24.2.8-r0)
- (93/172) Installing mesa-xatracker (24.2.8-r0)
- (94/172) Installing libxxf86vm-dev (1.1.5-r6)
- (95/172) Installing mesa-dev (24.2.8-r0)
- (96/172) Installing libepoxy-dev (1.5.10-r1)
- (97/172) Installing libxi (1.8.2-r0)
- (98/172) Installing libxi-dev (1.8.2-r0)
- (99/172) Installing libxinerama (1.1.5-r4)
- (100/172) Installing libxinerama-dev (1.1.5-r4)
- (101/172) Installing xkeyboard-config (2.43-r0)
- (102/172) Installing libxkbcommon (1.7.0-r1)
- (103/172) Installing libxkbcommon-x11 (1.7.0-r1)
- (104/172) Installing xz-dev (5.6.3-r1)
- (105/172) Installing libxml2-dev (2.13.4-r6)
- (106/172) Installing libxkbcommon-dev (1.7.0-r1)
- (107/172) Installing wayland-libs-cursor (1.23.1-r0)
- (108/172) Installing wayland-protocols (1.38-r0)
- (109/172) Installing hicolor-icon-theme (0.18-r0)
- (110/172) Installing gtk-update-icon-cache (3.24.49-r0)
- (111/172) Installing libxcomposite (0.4.6-r5)
- (112/172) Installing libxrender (0.9.11-r5)
- (113/172) Installing libxcursor (1.2.3-r0)
- (114/172) Installing libxrandr (1.5.4-r1)
- (115/172) Installing libatk-1.0 (2.54.1-r0)
- (116/172) Installing libxtst (1.2.5-r0)
- (117/172) Installing dbus-libs (1.14.10-r4)
- (118/172) Installing at-spi2-core (2.54.1-r0)
- (119/172) Installing libatk-bridge-2.0 (2.54.1-r0)
- (120/172) Installing freetype (2.13.3-r0)
- (121/172) Installing fontconfig (2.15.0-r1)
- (122/172) Installing pixman (0.43.4-r1)
- (123/172) Installing cairo (1.18.4-r0)
- (124/172) Installing cairo-gobject (1.18.4-r0)
- (125/172) Installing avahi-libs (0.8-r19)
- (126/172) Installing nettle (3.10-r1)
- (127/172) Installing libtasn1 (4.20.0-r0)
- (128/172) Installing p11-kit (0.25.5-r2)
- (129/172) Installing gnutls (3.8.8-r0)
- (130/172) Installing cups-libs (2.4.11-r0)
- (131/172) Installing fribidi (1.0.16-r0)
- (132/172) Installing graphite2 (1.3.14-r6)
- (133/172) Installing harfbuzz (9.0.0-r1)
- (134/172) Installing libxft (2.3.8-r3)
- (135/172) Installing pango (1.54.0-r1)
- (136/172) Installing wayland-libs-egl (1.23.1-r0)
- (137/172) Installing gtk+3.0 (3.24.49-r0)
- (138/172) Installing dbus-dev (1.14.10-r4)
- (139/172) Installing libxtst-dev (1.2.5-r0)
- (140/172) Installing at-spi2-core-dev (2.54.1-r0)
- (141/172) Installing cairo-tools (1.18.4-r0)
- (142/172) Installing expat (2.7.0-r0)
- (143/172) Installing expat-dev (2.7.0-r0)
- (144/172) Installing brotli (1.1.0-r2)
- (145/172) Installing brotli-dev (1.1.0-r2)
- (146/172) Installing freetype-dev (2.13.3-r0)
- (147/172) Installing fontconfig-dev (2.15.0-r1)
- (148/172) Installing libxrender-dev (0.9.11-r5)
- (149/172) Installing pixman-dev (0.43.4-r1)
- (150/172) Installing util-macros (1.20.1-r0)
- (151/172) Installing xcb-util (0.4.1-r3)
- (152/172) Installing xcb-util-dev (0.4.1-r3)
- (153/172) Installing cairo-dev (1.18.4-r0)
- (154/172) Installing fribidi-dev (1.0.16-r0)
- (155/172) Installing pango-tools (1.54.0-r1)
- (156/172) Installing harfbuzz-cairo (9.0.0-r1)
- (157/172) Installing harfbuzz-gobject (9.0.0-r1)
- (158/172) Installing icu-data-en (74.2-r0)
- Executing icu-data-en-74.2-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (159/172) Installing icu-libs (74.2-r0)
- (160/172) Installing harfbuzz-icu (9.0.0-r1)
- (161/172) Installing harfbuzz-subset (9.0.0-r1)
- (162/172) Installing graphite2-dev (1.3.14-r6)
- (163/172) Installing icu (74.2-r0)
- (164/172) Installing icu-dev (74.2-r0)
- (165/172) Installing harfbuzz-dev (9.0.0-r1)
- (166/172) Installing libxft-dev (2.3.8-r3)
- (167/172) Installing pango-dev (1.54.0-r1)
- (168/172) Installing wayland-dev (1.23.1-r0)
- (169/172) Installing libxcomposite-dev (0.4.6-r5)
- (170/172) Installing libxcursor-dev (1.2.3-r0)
- (171/172) Installing libxrandr-dev (1.5.4-r1)
- (172/172) Installing gtk+3.0-dev (3.24.49-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- Executing shared-mime-info-2.4-r2.trigger
- Executing gdk-pixbuf-2.42.12-r1.trigger
- Executing gtk-update-icon-cache-3.24.49-r0.trigger
- Executing gtk+3.0-3.24.49-r0.trigger
- OK: 978 MiB in 273 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk3.18
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 17:31.05 ---> saved as "3fe04204d9ea3b1e22fcdf679ada1e795e2aafb4c41a4376f93f577fa0ad864b"
Job succeeded
2025-06-10 17:31.17: Job succeeded