(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build ocgtk.0.1~preview0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on archlinux-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:archlinux-ocaml-5.4@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6
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 ocgtk.0.1~preview0 0.1~preview0
RUN opam reinstall ocgtk.0.1~preview0; \
    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" != 'ocgtk.0.1~preview0' && 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-5.4@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6-ocgtk.0.1~preview0-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6)
 (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 ocgtk.0.1~preview0 0.1~preview0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocgtk.0.1~preview0;\
             \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\" != 'ocgtk.0.1~preview0' && 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 eumache.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-5.4@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.4@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6' locally
docker.io/ocaml/opam@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6: Pulling from ocaml/opam
b2a51ac4ae49: Pulling fs layer
f007d0715520: Pulling fs layer
a25a52f37879: Pulling fs layer
f5c5a28d39f7: Pulling fs layer
8032bea81928: Pulling fs layer
17d804f61bb1: Pulling fs layer
66e4cbcd38cf: Pulling fs layer
fdf15dd7ad97: Pulling fs layer
223a0bb89eea: Pulling fs layer
f5c5a28d39f7: Waiting
862946240769: Pulling fs layer
8032bea81928: Waiting
6ee81384c1ac: Pulling fs layer
66e4cbcd38cf: Waiting
d57d51611674: Pulling fs layer
17d804f61bb1: Waiting
80c0c0092f41: Pulling fs layer
fdf15dd7ad97: Waiting
223a0bb89eea: Waiting
862946240769: Waiting
d57d51611674: Waiting
48d92b4b4073: Pulling fs layer
6ee81384c1ac: Waiting
80c0c0092f41: Waiting
9f71965f2966: Pulling fs layer
48d92b4b4073: Waiting
4f4fb700ef54: Pulling fs layer
9f71965f2966: Waiting
1d06525271a5: Pulling fs layer
4f4fb700ef54: Waiting
6e7fb40fa95e: Pulling fs layer
1d06525271a5: Waiting
b576999b3753: Pulling fs layer
337b39683aad: Pulling fs layer
b576999b3753: Waiting
3d0bc69cb544: Pulling fs layer
337b39683aad: Waiting
410b1bd77ae4: Pulling fs layer
3d0bc69cb544: Waiting
0e39946ee978: Pulling fs layer
410b1bd77ae4: Waiting
8b25b62087ae: Pulling fs layer
0e39946ee978: Waiting
44d4d0eeec7c: Pulling fs layer
8b25b62087ae: Waiting
81d1202e436a: Pulling fs layer
44d4d0eeec7c: Waiting
f6fff20bcd2c: Pulling fs layer
cc458ecc5648: Pulling fs layer
81d1202e436a: Waiting
f6fff20bcd2c: Waiting
429f97533aca: Pulling fs layer
bd5760309360: Pulling fs layer
cc458ecc5648: Waiting
429f97533aca: Waiting
21a3fd6b575c: Pulling fs layer
bd5760309360: Waiting
9ab5cdeec674: Pulling fs layer
a5004f4728f8: Pulling fs layer
21a3fd6b575c: Waiting
9ab5cdeec674: Waiting
5043234189f0: Pulling fs layer
a5004f4728f8: Waiting
01e926f4282f: Pulling fs layer
5043234189f0: Waiting
a68bf74428f2: Pulling fs layer
01e926f4282f: Waiting
02eb2b627147: Pulling fs layer
a68bf74428f2: Waiting
279bb8fe6c67: Pulling fs layer
02eb2b627147: Waiting
32c4d4e2301e: Pulling fs layer
279bb8fe6c67: Waiting
32c4d4e2301e: Waiting
f007d0715520: Download complete
f5c5a28d39f7: Verifying Checksum
f5c5a28d39f7: Download complete
8032bea81928: Verifying Checksum
8032bea81928: Download complete
17d804f61bb1: Verifying Checksum
17d804f61bb1: Download complete
b2a51ac4ae49: Download complete
66e4cbcd38cf: Verifying Checksum
66e4cbcd38cf: Download complete
a25a52f37879: Verifying Checksum
a25a52f37879: Download complete
862946240769: Verifying Checksum
862946240769: Download complete
223a0bb89eea: Verifying Checksum
223a0bb89eea: Download complete
d57d51611674: Verifying Checksum
d57d51611674: Download complete
80c0c0092f41: Verifying Checksum
80c0c0092f41: Download complete
6ee81384c1ac: Verifying Checksum
6ee81384c1ac: Download complete
9f71965f2966: Verifying Checksum
9f71965f2966: Download complete
48d92b4b4073: Verifying Checksum
48d92b4b4073: Download complete
fdf15dd7ad97: Verifying Checksum
fdf15dd7ad97: Download complete
1d06525271a5: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
6e7fb40fa95e: Verifying Checksum
6e7fb40fa95e: Download complete
b576999b3753: Verifying Checksum
b576999b3753: Download complete
3d0bc69cb544: Verifying Checksum
3d0bc69cb544: Download complete
337b39683aad: Download complete
410b1bd77ae4: Download complete
8b25b62087ae: Verifying Checksum
8b25b62087ae: Download complete
44d4d0eeec7c: Verifying Checksum
44d4d0eeec7c: Download complete
81d1202e436a: Download complete
0e39946ee978: Download complete
cc458ecc5648: Verifying Checksum
cc458ecc5648: Download complete
f6fff20bcd2c: Download complete
bd5760309360: Verifying Checksum
bd5760309360: Download complete
9ab5cdeec674: Download complete
a5004f4728f8: Verifying Checksum
a5004f4728f8: Download complete
5043234189f0: Download complete
01e926f4282f: Verifying Checksum
01e926f4282f: Download complete
b2a51ac4ae49: Pull complete
f007d0715520: Pull complete
21a3fd6b575c: Verifying Checksum
21a3fd6b575c: Download complete
02eb2b627147: Verifying Checksum
02eb2b627147: Download complete
a68bf74428f2: Verifying Checksum
a68bf74428f2: Download complete
279bb8fe6c67: Verifying Checksum
279bb8fe6c67: Download complete
32c4d4e2301e: Download complete
a25a52f37879: Pull complete
f5c5a28d39f7: Pull complete
8032bea81928: Pull complete
17d804f61bb1: Pull complete
66e4cbcd38cf: Pull complete
fdf15dd7ad97: Pull complete
223a0bb89eea: Pull complete
862946240769: Pull complete
6ee81384c1ac: Pull complete
d57d51611674: Pull complete
80c0c0092f41: Pull complete
48d92b4b4073: Pull complete
9f71965f2966: Pull complete
4f4fb700ef54: Pull complete
1d06525271a5: Pull complete
6e7fb40fa95e: Pull complete
b576999b3753: Pull complete
337b39683aad: Pull complete
3d0bc69cb544: Pull complete
410b1bd77ae4: Pull complete
0e39946ee978: Pull complete
8b25b62087ae: Pull complete
44d4d0eeec7c: Pull complete
81d1202e436a: Pull complete
f6fff20bcd2c: Pull complete
cc458ecc5648: Pull complete
429f97533aca: Verifying Checksum
429f97533aca: Download complete
429f97533aca: Pull complete
bd5760309360: Pull complete
21a3fd6b575c: Pull complete
9ab5cdeec674: Pull complete
a5004f4728f8: Pull complete
5043234189f0: Pull complete
01e926f4282f: Pull complete
a68bf74428f2: Pull complete
02eb2b627147: Pull complete
279bb8fe6c67: Pull complete
32c4d4e2301e: Pull complete
Digest: sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6
Status: Downloaded newer image for ocaml/opam@sha256:6d7334abafe784c3e655ed0d14224ccbb2df4ae88ad970c3a32f2301986941a6
2026-04-05 06:28.37 ---> saved as "b154aaca01a6b094bda620005a4dae9c9c090b7778dd32a048d28a5b810c2521"

/: (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:28.37 ---> saved as "faa2147b4a12fba2a0334c1c8b958c130f9260c1231072a8849d733fca59c9a7"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:29.04 ---> saved as "7d7e3024c8458dae210f76d64bd2f76df7bd5054b3285e1052c2ecc74959cd52"

/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         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-05 06:29.05 ---> saved as "db8959fa6576e98e02a1c125475ec4cd9292d1b2d9facb5a0c8afd5383226215"

/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:29.10 ---> saved as "c77260faaa529203fc4e4c1b7cf81a7dbfc465a6e648fb382bcc469694e31079"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:29.14 ---> saved as "74dec1954e7fe7d683aa3ae1afee0b35e4ea3156a7faf047d8068bb400f77bd2"

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

/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:29.36 ---> saved as "4f5e77ab908c57b298fc203a39b4852a2d696294ff0ff9f3fcc8dc2eb206a4b7"

/home/opam: (run (shell "opam pin add -k version -yn ocgtk.0.1~preview0 0.1~preview0"))
ocgtk is now pinned to version 0.1~preview0
2026-04-05 06:29.37 ---> saved as "a323187106770e10377dff24af29ac0146737296c26543bde4329481d47c0edc"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocgtk.0.1~preview0;\
                        \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\" != 'ocgtk.0.1~preview0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocgtk.0.1~preview0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 29 packages
  ∗ base                    v0.17.3               [required by ppx_sexp_conv]
  ∗ cmdliner                2.1.0                 [required by ocgtk]
  ∗ conf-gtk4               1                     [required by ocgtk]
  ∗ conf-pkg-config         4                     [required by conf-gtk4]
  ∗ containers              3.18                  [required by ocgtk]
  ∗ cppo                    1.8.0                 [required by ppx_deriving]
  ∗ csexp                   1.5.2                 [required by dune-configurator]
  ∗ dune                    3.22.1                [required by ocgtk]
  ∗ dune-configurator       3.22.1                [required by containers]
  ∗ either                  1.0.0                 [required by containers]
  ∗ logs                    0.10.0                [required by ocgtk]
  ∗ num                     1.6                   [required by sexplib]
  ∗ ocaml-compiler-libs     v0.17.0               [required by ppxlib]
  ∗ ocaml_intrinsics_kernel v0.17.1               [required by base]
  ∗ ocamlbuild              0.16.1                [required by logs, xmlm]
  ∗ ocamlfind               1.9.8                 [required by ppx_deriving, logs, xmlm]
  ∗ ocgtk                   0.1~preview0 (pinned)
  ∗ parsexp                 v0.17.0               [required by sexplib]
  ∗ ppx_derivers            1.2.1                 [required by ppx_deriving]
  ∗ ppx_deriving            6.1.1                 [required by ocgtk]
  ∗ ppx_sexp_conv           v0.17.1               [required by ocgtk]
  ∗ ppxlib                  0.38.0                [required by ocgtk]
  ∗ ppxlib_jane             v0.17.4               [required by ppx_sexp_conv]
  ∗ re                      1.14.0                [required by ocgtk]
  ∗ sexplib                 v0.17.0               [required by ocgtk]
  ∗ sexplib0                v0.17.0               [required by ppx_sexp_conv, sexplib]
  ∗ stdlib-shims            0.3.0                 [required by ppxlib]
  ∗ topkg                   1.1.1                 [required by logs, xmlm]
  ∗ xmlm                    1.4.0                 [required by ocgtk]

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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved base.v0.17.3  (cached)
⬇ retrieved cmdliner.2.1.0  (cached)
∗ installed conf-pkg-config.4
⬇ retrieved containers.3.18  (cached)
∗ installed conf-gtk4.1
⬇ retrieved cppo.1.8.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
⬇ retrieved either.1.0.0  (cached)
⬇ retrieved logs.0.10.0  (cached)
⬇ retrieved num.1.6  (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0  (cached)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
∗ installed cmdliner.2.1.0
⬇ retrieved ocgtk.0.1~preview0  (cached)
⬇ retrieved parsexp.v0.17.0  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved ppx_deriving.6.1.1  (cached)
⬇ retrieved ppx_sexp_conv.v0.17.1  (cached)
⬇ retrieved ppxlib.0.38.0  (cached)
⬇ retrieved ppxlib_jane.v0.17.4  (cached)
⬇ retrieved re.1.14.0  (cached)
⬇ retrieved sexplib.v0.17.0  (cached)
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved topkg.1.1.1  (cached)
⬇ retrieved xmlm.1.4.0  (cached)
∗ installed num.1.6
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed logs.0.10.0
∗ installed xmlm.1.4.0
∗ installed dune.3.22.1
∗ installed ppx_derivers.1.2.1
∗ installed csexp.1.5.2
∗ installed cppo.1.8.0
∗ installed either.1.0.0
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed re.1.14.0
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed dune-configurator.3.22.1
∗ installed parsexp.v0.17.0
∗ installed sexplib.v0.17.0
∗ installed containers.3.18
∗ installed base.v0.17.3
∗ installed ppxlib.0.38.0
∗ installed ppxlib_jane.v0.17.4
∗ installed ppx_deriving.6.1.1
∗ installed ppx_sexp_conv.v0.17.1
∗ installed ocgtk.0.1~preview0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:31.31 ---> saved as "d217255eb8639704a8350593d8a44e54727195f451871a620b807cd5a8c351ca"
Job succeeded
2026-04-05 06:31.38: Job succeeded