(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: test ocgtk.0.1~preview0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on opensuse-tumbleweed-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:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89
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 "\"opensuse-tumbleweed\""; 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
RUN (opam reinstall --with-test ocgtk.0.1~preview0) || true
RUN opam reinstall --with-test --verbose 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 "\"opensuse-tumbleweed\""; 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:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89-ocgtk.0.1~preview0-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89)
 (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 \"\\\"opensuse-tumbleweed\\\"\"; 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"))
 (run (network host)
      (shell "(opam reinstall --with-test ocgtk.0.1~preview0) || true"))
 (run (shell  "opam reinstall --with-test --verbose 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 \"\\\"opensuse-tumbleweed\\\"\"; 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 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:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89)
2026-04-05 06:24.56 ---> using "9cb41d412bf1f3002d20ce68486fed5d0e0285f44a70b9f66fc9841263b2d8c6" 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:24.56 ---> using "b9ef89601a114b87aa6887411def49916f5c711ded2eebcfd50c52a54672bcda" 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:24.56 ---> using "862c3f08720bc249b8bb14c72089b2908e2adca1b87200c86c69e0b0a3401159" 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=opensuse-tumbleweed os-version=20260326
# 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:24.56 ---> using "cc7445ab73de038d7dd93d1e5e4c39ce31a8303e709a38d937b58782e44334a9" 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:24.56 ---> using "4330e807c259719c4e61e2aa1b25752bfdd6784bebdcc9301cfb85d81cd9d23b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:25.04 ---> saved as "80ce5c2b999cb63bc9b704bc0b5f2f207ca8f6914c5d17afec524527a9fc8845"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- .....
- ...done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ...
- .......
- ...........
- .........
- .........
- .......
- ........
- .......
- ..done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-05 06:25.40 ---> saved as "fa97dcc691a8e3f02e58b18884d2a71a77d121b7de7523d1e48009c9030a7b28"

/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:25.41 ---> saved as "1d5f50577d9d1f1d7f9cf740480f6e1e242528fe21f91656317e6983ae55abbd"

/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 \"\\\"opensuse-tumbleweed\\\"\"; 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
  - install base                    v0.17.3               [required by ppx_sexp_conv]
  - install cmdliner                2.1.0                 [required by ocgtk]
  - install conf-gtk4               1                     [required by ocgtk]
  - install conf-pkg-config         4                     [required by conf-gtk4]
  - install containers              3.18                  [required by ocgtk]
  - install cppo                    1.8.0                 [required by ppx_deriving]
  - install csexp                   1.5.2                 [required by dune-configurator]
  - install dune                    3.22.1                [required by ocgtk]
  - install dune-configurator       3.22.1                [required by containers]
  - install either                  1.0.0                 [required by containers]
  - install logs                    0.10.0                [required by ocgtk]
  - install num                     1.6                   [required by sexplib]
  - install ocaml-compiler-libs     v0.17.0               [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.1               [required by base]
  - install ocamlbuild              0.16.1                [required by logs, xmlm]
  - install ocamlfind               1.9.8                 [required by ppx_deriving, logs, xmlm]
  - install ocgtk                   0.1~preview0 (pinned)
  - install parsexp                 v0.17.0               [required by sexplib]
  - install ppx_derivers            1.2.1                 [required by ppx_deriving]
  - install ppx_deriving            6.1.1                 [required by ocgtk]
  - install ppx_sexp_conv           v0.17.1               [required by ocgtk]
  - install ppxlib                  0.38.0                [required by ocgtk]
  - install ppxlib_jane             v0.17.4               [required by ppx_sexp_conv]
  - install re                      1.14.0                [required by ocgtk]
  - install sexplib                 v0.17.0               [required by ocgtk]
  - install sexplib0                v0.17.0               [required by ppx_sexp_conv, sexplib]
  - install stdlib-shims            0.3.0                 [required by ppxlib]
  - install topkg                   1.1.1                 [required by logs, xmlm]
  - install xmlm                    1.4.0                 [required by ocgtk]

The following system packages will first need to be installed:
    gtk4-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "gtk4-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following package is going to be upgraded:
-   libexpat1
- 
- The following 182 NEW packages are going to be installed:
-   Mesa Mesa-dri Mesa-libEGL1 Mesa-libGL1 Mesa-vulkan-device-select adwaita-icon-theme cairo-devel cups-config dbus-1-daemon fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gstreamer gstreamer-plugins-base gtk4-devel gtk4-devel-tools gtk4-schema gtk4-tools harfbuzz-devel hicolor-icon-theme libLLVM21 libLerc4 libSPIRV-Tools-2026_1 libXcursor1 libXdamage1 libXext-devel libXext6 libXfixes3 libXft-devel libXft2 libXi6 libXinerama1 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXv1 libXxf86vm1 libasound2 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcdda_interface0 libcdda_paranoia0 libcloudproviders0 libcolord2 libcups2 libdatrie-devel libdatrie1 libdav1d7 libdbus-1-3 libdisplay-info3 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdw1 libeconf-devel libelf1 libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libglvnd libglycin-2-0 libglycin-devel libgmodule-2_0-0 libgobject-2_0-0 libgraphene-1_0-0 libgraphene-devel libgraphite2-3 libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstplay-1_0-0 libgstreamer-1_0-0 libgstriff-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 libgthread-2_0-0 libgtk-4-1 libgudev-1_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu78 libicu78-ledata libjbig2 libjpeg8 libjson-glib-1_0-0 liblcms2-2 liblcms2-devel liblzo2-2 libmount-devel libmpdec4 libogg0 libopus0 liborc-0_4-0 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_13-1_0 librsvg-2-2 libseccomp-devel libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtheoradec2 libtheoraenc2 libtiff6 libtracker-sparql-3_0-0 libunwind8 libvisual-0_4-0 libvorbis0 libvorbisenc2 libvulkan1 libvulkan_lvp libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 lzo-devel pango-devel pcre2-devel python313-base shared-mime-info system-user-lp typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gly_2 typelib-1_0-Graphene-1_0 typelib-1_0-Gtk-4_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 vulkan-devel vulkan-headers wayland-devel xkeyboard-config
- 
- 1 package to upgrade, 182 new.
- 
- Package download size:   111.0 MiB
- 
- Package install size change:
-               |     486.6 MiB  required by packages that will be installed
-    486.4 MiB  |  -  183.2 KiB  released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: fontconfig-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: libthai-devel-0.1.30-1.2.x86_64.rpm [done]
- .
- Preloading: wayland-devel-1.25.0-1.1.x86_64.rpm [done]
- .
- .
- Preloading: freetype2-devel-2.14.2-2.2.x86_64.rpm [done]
- ..
- Preloading: libvulkan_lvp-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.16-1.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-devel-1.12.4-1.3.x86_64.rpm [done]
- .
- Preloading: libjson-glib-1_0-0-1.10.8-1.3.x86_64.rpm [done]
- .
- Preloading: libselinux-devel-3.10-1.2.x86_64.rpm [done]
- .
- Preloading: libcolord2-1.4.8-1.3.x86_64.rpm [done]
- .
- Preloading: libcloudproviders0-0.4.0-2.1.x86_64.rpm [done]
- .
- 
- Preloading: gdk-pixbuf-query-loaders-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Graphene-1_0-1.10.8-2.3.x86_64.rpm [done]
- ..
- Preloading: libgstreamer-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libmount-devel-2.41.3-5.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gobject0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-subset0-12.3.2-1.2.x86_64.rpm [done]
- ..
- Preloading: cups-config-2.4.16-1.2.x86_64.rpm [done]
- .
- 
- Preloading: libvorbis0-1.3.7-5.4.x86_64.rpm [done]
- ..
- Preloading: libtheoraenc2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libdrm_intel1-2.4.131-1.3.x86_64.rpm [done]
- .
- Preloading: libglycin-2-0-2.0.8-1.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.46.4-2.2.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.56-1.1.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-devel-1.6.56-1.1.x86_64.rpm [done]
- ..
- Preloading: libthai0-0.1.30-1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-cursor0-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-vulkan-device-select-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.14.2-2.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon0-1.12.4-1.3.x86_64.rpm [done]
- .
- Preloading: libXrandr-devel-1.5.5-1.2.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-5.1.noarch.rpm [done]
- .
- .
- Preloading: libcairo2-1.18.4-4.2.x86_64.rpm [done]
- .
- Preloading: glib2-tools-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GObject-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GModule-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLibUnix-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: libvorbisenc2-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Pango-1_0-1.56.4-2.1.x86_64.rpm [done]
- .
- Preloading: gstreamer-1.28.1-1.2.x86_64.rpm [done]
- ..
- Preloading: libgstpbutils-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgsttag-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: libicu-devel-78.3-1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-devel-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: libgstallocators-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-2.1.x86_64.rpm [done]
- .
- .
- Preloading: libgstvideo-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstaudio-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstgl-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libgstriff-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: librsvg-2-2-2.61.3-1.3.x86_64.rpm [done]
- .
- Preloading: cairo-devel-1.18.4-4.2.x86_64.rpm [done]
- .
- Preloading: gstreamer-plugins-base-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstapp-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstplay-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Gtk-4_0-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: libgtk-4-1-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: gtk4-devel-tools-4.20.3-1.3.x86_64.rpm [done]
- .
- 
- Preloading: gtk4-devel-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: libgdk_pixbuf-2_0-0-2.44.4-2.3.x86_64.rpm [done]
- ..
- Preloading: fontconfig-devel-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: vulkan-headers-1.4.341-1.2.noarch.rpm [done]
- .
- Preloading: Mesa-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: adwaita-icon-theme-49.0-1.2.noarch.rpm [done]
- .
- Preloading: libXft2-2.3.9-1.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-1.7.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-26.0.2-1.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-HarfBuzz-0_0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gly_2-2.0.8-1.2.x86_64.rpm [done]
- .
- 
- Preloading: Mesa-dri-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: libtracker-sparql-3_0-0-3.10.1-1.3.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-4.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-4.2.x86_64.rpm [done]
- .
- Preloading: glib2-devel-2.86.4-1.2.x86_64.rpm [done]
- ..
- Preloading: libharfbuzz-cairo0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libXft-devel-2.3.9-1.2.x86_64.rpm [done]
- .
- Preloading: vulkan-devel-1.4.341-1.2.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-2.1.x86_64.rpm [done]
- .
- Preloading: Mesa-libGL1-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: libgraphene-devel-1.10.8-2.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: libglycin-devel-2.0.8-1.2.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.16-1.1.x86_64.rpm [done]
- .
- Preloading: gtk4-tools-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- ..
- Preloading: libmpdec4-4.0.1-2.2.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.5.2-2.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-6.2.x86_64.rpm [done]
- .
- Preloading: libjbig2-2.1-5.6.x86_64.rpm [done]
- .
- .
- Preloading: libgobject-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.17-1.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-9.4.x86_64.rpm [done]
- ..
- Preloading: libjpeg8-8.3.2-82.2.x86_64.rpm [done]
- .
- Preloading: libogg0-1.3.6-1.2.x86_64.rpm [done]
- .
- Preloading: libexpat1-2.7.5-1.1.x86_64.rpm [done]
- .
- Preloading: libpython3_13-1_0-3.13.12-3.2.x86_64.rpm [done]
- .
- Preloading: libicu78-ledata-78.3-1.1.noarch.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libopus0-1.6.1-1.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.19-1.1.x86_64.rpm [done]
- .
- .
- Preloading: libpcre2-16-0-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-0.46.4-2.2.x86_64.rpm [done]
- .
- Preloading: libseccomp-devel-2.6.0-2.3.x86_64.rpm [done]
- .
- Preloading: gtk4-schema-4.20.3-1.3.noarch.rpm [done]
- .
- Preloading: libpng16-16-1.6.56-1.1.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- ..
- Preloading: hicolor-icon-theme-0.18-1.4.noarch.rpm [done]
- .
- Preloading: liborc-0_4-0-0.4.42-1.3.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.7-1.2.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-2.2.x86_64.rpm [done]
- .
- .
- Preloading: libXrender1-0.9.12-1.3.x86_64.rpm [done]
- ..
- Preloading: libasound2-1.2.15.3-1.2.x86_64.rpm [done]
- .
- Preloading: libavahi-common3-0.8-42.2.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.10-1.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-5.13.x86_64.rpm [done]
- .
- 
- Preloading: libcdda_interface0-3.10.2-30.4.x86_64.rpm [done]
- .
- Preloading: libLerc4-4.1.0-2.1.x86_64.rpm [done]
- ...
- Preloading: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.14-1.3.x86_64.rpm [done]
- .
- .
- Preloading: libdisplay-info3-0.3.0-2.2.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.7-1.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.131-1.3.x86_64.rpm [done]
- ..
- Preloading: libelf1-0.194-1.1.x86_64.rpm [done]
- .
- 
- Preloading: libepoxy0-1.5.10-2.9.x86_64.rpm [done]
- ..
- Preloading: libdav1d7-1.5.3-1.2.x86_64.rpm [done]
- .
- Preloading: libcdda_paranoia0-3.10.2-30.4.x86_64.rpm [done]
- .
- Preloading: libgudev-1_0-0-238-1.8.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-42.2.x86_64.rpm [done]
- .
- Preloading: libdatrie-devel-0.2.14-1.3.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.131-1.3.x86_64.rpm [done]
- .
- Preloading: libgbm1-26.0.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libblkid-devel-2.41.3-5.2.x86_64.rpm [done]
- .
- Preloading: libexpat-devel-2.7.5-1.1.x86_64.rpm [done]
- .
- 
- Preloading: dbus-1-daemon-1.14.10-5.3.x86_64.rpm [done]
- ..
- Preloading: fribidi-devel-1.0.16-1.1.x86_64.rpm [done]
- ..
- 
- Preloading: libdw1-0.194-1.1.x86_64.rpm [done]
- ..
- Preloading: libbrotli-devel-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libgraphene-1_0-0-1.10.8-2.3.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GLib-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- .
- Preloading: girepository-1_0-1.86.0-3.1.x86_64.rpm [done]
- ..
- Preloading: libgirepository-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libgirepository-1_0-1-1.86.0-3.1.x86_64.rpm [done]
- .
- 
- Preloading: graphite2-devel-1.3.14-6.2.x86_64.rpm [done]
- ..
- Preloading: libtiff6-4.7.1-4.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-devel-2.17-1.2.x86_64.rpm [done]
- .
- Preloading: lzo-devel-2.10-9.4.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- 
- Preloading: libicu78-78.3-1.1.x86_64.rpm [done]
- .
- Preloading: system-user-lp-20250822-2.2.noarch.rpm [done]
- ..
- Preloading: libthai-data-0.1.30-1.2.x86_64.rpm [done]
- .
- Preloading: libtheoradec2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libunwind8-1.8.3-1.2.x86_64.rpm [done]
- ..
- Preloading: libvisual-0_4-0-0.4.0-207.4.x86_64.rpm [done]
- .
- Preloading: libdbus-1-3-1.14.10-5.3.x86_64.rpm [done]
- .
- 
- Preloading: libeconf-devel-0.8.3-1.2.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.341-1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-server0-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: libxshmfence1-1.3.3-1.3.x86_64.rpm [done]
- ..
- Preloading: shared-mime-info-2.4-3.7.x86_64.rpm [done]
- .
- Preloading: gettext-its-gtk4-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.86.4-1.2.x86_64.rpm [done]
- ..
- 
- Preloading: xkeyboard-config-2.47-2.1.noarch.rpm [done]
- .
- Preloading: libXxf86vm1-1.1.7-1.2.x86_64.rpm [done]
- .
- Preloading: libXv1-1.0.13-1.3.x86_64.rpm [done]
- .
- Preloading: libXinerama1-1.1.6-1.2.x86_64.rpm [done]
- .
- Preloading: libXi6-1.8.2-1.4.x86_64.rpm [done]
- ..
- Preloading: libXext-devel-1.3.7-1.2.x86_64.rpm [done]
- .
- Preloading: libXrender-devel-0.9.12-1.3.x86_64.rpm [done]
- .
- Preloading: libXrandr2-1.5.5-1.2.x86_64.rpm [done]
- .
- Preloading: libXcursor1-1.2.3-1.4.x86_64.rpm [done]
- ..
- ..
- ..
- 
- Preloading: libLLVM21-21.1.8-4.1.x86_64.rpm [done]
- .
- Preloading: libwayland-client0-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.25.0-1.1.x86_64.rpm [done]
- ...
- ..
- 
- Preloading: python313-base-3.13.12-3.2.x86_64.rpm [done]
- .done]
- Retrieving: gettext-its-gtk4-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (1/183),  64.3 KiB    
- Retrieving: gtk4-schema-4.20.3-1.3.noarch (openSUSE-Tumbleweed-Oss) (2/183),  66.6 KiB    
- Retrieving: hicolor-icon-theme-0.18-1.4.noarch (openSUSE-Tumbleweed-Oss) (3/183),  76.3 KiB    
- Retrieving: libLLVM21-21.1.8-4.1.x86_64 (openSUSE-Tumbleweed-Oss) (4/183),  30.3 MiB    
- Retrieving: libLerc4-4.1.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/183), 220.1 KiB    
- Retrieving: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (6/183),   1.7 MiB    
- Retrieving: libXdamage1-1.1.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (7/183),  12.2 KiB    
- Retrieving: libXext6-1.3.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (8/183),  35.9 KiB    
- Retrieving: libXfixes3-6.0.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (9/183),  18.7 KiB    
- Retrieving: libXrender1-0.9.12-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (10/183),  26.1 KiB    
- Retrieving: libasound2-1.2.15.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (11/183), 437.9 KiB    
- Retrieving: libavahi-common3-0.8-42.2.x86_64 (openSUSE-Tumbleweed-Oss) (12/183),  30.5 KiB    
- Retrieving: libbrotlienc1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (13/183), 271.9 KiB    
- Retrieving: libbz2-devel-1.0.8-5.13.x86_64 (openSUSE-Tumbleweed-Oss) (14/183),  17.3 KiB    
- Retrieving: libcdda_interface0-3.10.2-30.4.x86_64 (openSUSE-Tumbleweed-Oss) (15/183),  45.5 KiB    
- Retrieving: libdatrie1-0.2.14-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (16/183),  50.4 KiB    
- Retrieving: libdav1d7-1.5.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (17/183), 624.3 KiB    
- Retrieving: libdbus-1-3-1.14.10-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (18/183), 141.5 KiB    
- Retrieving: libdisplay-info3-0.3.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/183),  81.9 KiB    
- Retrieving: libdrm2-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (20/183),  52.4 KiB    
- Retrieving: libeconf-devel-0.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (21/183),  66.5 KiB    
- Retrieving: libelf1-0.194-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (22/183),  58.3 KiB    
- Retrieving: libepoxy0-1.5.10-2.9.x86_64 (openSUSE-Tumbleweed-Oss) (23/183), 229.2 KiB    
- Retrieving: libexpat1-2.7.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (24/183),  86.5 KiB    
- Retrieving: libffi-devel-3.5.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (25/183),  29.9 KiB    
- Retrieving: libfribidi0-1.0.16-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (26/183),  40.2 KiB    
- Retrieving: libgmodule-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (27/183),  61.6 KiB    
- Retrieving: libgobject-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (28/183), 195.3 KiB    
- Retrieving: libgraphite2-3-1.3.14-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (29/183),  68.5 KiB    
- Retrieving: libgthread-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (30/183),  57.7 KiB    
- Retrieving: libicu78-ledata-78.3-1.1.noarch (openSUSE-Tumbleweed-Oss) (31/183),   8.8 MiB    
- Retrieving: libjbig2-2.1-5.6.x86_64 (openSUSE-Tumbleweed-Oss) (32/183),  35.5 KiB    
- Retrieving: libjpeg8-8.3.2-82.2.x86_64 (openSUSE-Tumbleweed-Oss) (33/183), 239.3 KiB    
- Retrieving: liblcms2-2-2.17-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (34/183), 171.8 KiB    
- Retrieving: liblzo2-2-2.10-9.4.x86_64 (openSUSE-Tumbleweed-Oss) (35/183),  62.2 KiB    
- Retrieving: libmpdec4-4.0.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (36/183),  87.1 KiB    
- Retrieving: libogg0-1.3.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (37/183),  31.9 KiB    
- Retrieving: libopus0-1.6.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (38/183), 250.6 KiB    
- Retrieving: liborc-0_4-0-0.4.42-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (39/183), 287.8 KiB    
- Retrieving: libpciaccess0-0.19-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (40/183),  26.6 KiB    
- Retrieving: libpcre2-16-0-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (41/183), 272.0 KiB    
- Retrieving: libpcre2-32-0-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (42/183), 253.6 KiB    
- Retrieving: libpcre2-posix3-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (43/183),  19.2 KiB    
- Retrieving: libpixman-1-0-0.46.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (44/183), 290.3 KiB    
- Retrieving: libpng16-16-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (45/183), 148.9 KiB    
- Retrieving: libseccomp-devel-2.6.0-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (46/183),  50.5 KiB    
- Retrieving: libsepol-devel-3.10-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (47/183),  43.2 KiB    
- Retrieving: libthai-data-0.1.30-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (48/183), 156.8 KiB    
- Retrieving: libtheoradec2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (49/183),  54.2 KiB    
- Retrieving: libunwind8-1.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (50/183),  65.1 KiB    
- Retrieving: libvisual-0_4-0-0.4.0-207.4.x86_64 (openSUSE-Tumbleweed-Oss) (51/183), 103.5 KiB    
- Retrieving: libvulkan1-1.4.341-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (52/183), 150.3 KiB    
- Retrieving: libwayland-client0-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (53/183),  37.3 KiB    
- Retrieving: libwayland-egl1-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (54/183),  12.3 KiB    
- Retrieving: libwayland-server0-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (55/183),  43.2 KiB    
- Retrieving: libxshmfence1-1.3.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (56/183),  11.8 KiB    
- Retrieving: shared-mime-info-2.4-3.7.x86_64 (openSUSE-Tumbleweed-Oss) (57/183), 319.4 KiB    
- Retrieving: system-user-lp-20250822-2.2.noarch (openSUSE-Tumbleweed-Oss) (58/183),   8.7 KiB    
- Retrieving: typelib-1_0-GIRepository-3_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (59/183),  53.8 KiB    
- Retrieving: xkeyboard-config-2.47-2.1.noarch (openSUSE-Tumbleweed-Oss) (60/183), 439.8 KiB    
- Retrieving: libXxf86vm1-1.1.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (61/183),  17.3 KiB    
- Retrieving: libXv1-1.0.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (62/183),  17.4 KiB    
- Retrieving: libXinerama1-1.1.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (63/183),  11.5 KiB    
- Retrieving: libXi6-1.8.2-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (64/183),  39.0 KiB    
- Retrieving: libXext-devel-1.3.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (65/183),  96.9 KiB    
- Retrieving: libXrender-devel-0.9.12-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (66/183),  21.3 KiB    
- Retrieving: libXrandr2-1.5.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (67/183),  25.6 KiB    
- Retrieving: libXcursor1-1.2.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (68/183),  30.2 KiB    
- Retrieving: libbrotli-devel-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (69/183),  34.2 KiB    
- Retrieving: libcdda_paranoia0-3.10.2-30.4.x86_64 (openSUSE-Tumbleweed-Oss) (70/183),  33.1 KiB    
- Retrieving: libdatrie-devel-0.2.14-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (71/183), 112.4 KiB    
- Retrieving: libavahi-client3-0.8-42.2.x86_64 (openSUSE-Tumbleweed-Oss) (72/183),  34.5 KiB    
- Retrieving: libgbm1-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (73/183),  58.4 KiB    
- Retrieving: libdrm_amdgpu1-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (74/183),  39.4 KiB    
- Retrieving: libblkid-devel-2.41.3-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (75/183),  44.4 KiB    
- Retrieving: libdw1-0.194-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (76/183), 247.3 KiB    
- Retrieving: libexpat-devel-2.7.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (77/183),  38.3 KiB    
- Retrieving: dbus-1-daemon-1.14.10-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (78/183), 146.0 KiB    
- Retrieving: fribidi-devel-1.0.16-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (79/183),  62.0 KiB    
- Retrieving: typelib-1_0-GLib-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (80/183), 108.0 KiB    
- Retrieving: libgudev-1_0-0-238-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (81/183),  31.1 KiB    
- Retrieving: libgraphene-1_0-0-1.10.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (82/183),  54.5 KiB    
- Retrieving: libgirepository-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (83/183), 140.6 KiB    
- Retrieving: girepository-1_0-1.86.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (84/183),  55.0 KiB    
- Retrieving: libgirepository-1_0-1-1.86.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (85/183),  75.3 KiB    
- Retrieving: graphite2-devel-1.3.14-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (86/183),  21.7 KiB    
- Retrieving: libicu78-78.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (87/183),   2.2 MiB    
- Retrieving: libtiff6-4.7.1-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (88/183), 231.0 KiB    
- Retrieving: liblcms2-devel-2.17-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (89/183),  35.7 KiB    
- Retrieving: lzo-devel-2.10-9.4.x86_64 (openSUSE-Tumbleweed-Oss) (90/183),  48.9 KiB    
- Retrieving: python313-base-3.13.12-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (91/183),   9.1 MiB    
- Retrieving: libpython3_13-1_0-3.13.12-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (92/183),   1.9 MiB    
- Retrieving: libvorbis0-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (93/183), 105.3 KiB    
- Retrieving: libtheoraenc2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (94/183), 109.9 KiB    
- Retrieving: libdrm_intel1-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (95/183),  79.3 KiB    
- Retrieving: pcre2-devel-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (96/183), 297.9 KiB    
- Retrieving: libpixman-1-0-devel-0.46.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (97/183),  21.4 KiB    
- Retrieving: libpng16-devel-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (98/183), 195.8 KiB    
- Retrieving: libpng16-compat-devel-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (99/183),  95.8 KiB    
- Retrieving: libfreetype6-2.14.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (100/183), 540.0 KiB    
- Retrieving: libthai0-0.1.30-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (101/183),  24.2 KiB    
- Retrieving: libwayland-cursor0-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (102/183),  18.9 KiB    
- Retrieving: Mesa-vulkan-device-select-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (103/183),  92.6 KiB    
- Retrieving: cups-config-2.4.16-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (104/183), 281.7 KiB    
- Retrieving: libxkbcommon0-1.12.4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (105/183), 167.8 KiB    
- Retrieving: libXrandr-devel-1.5.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (106/183),  20.8 KiB    
- Retrieving: gio-branding-openSUSE-42.1-5.1.noarch (openSUSE-Tumbleweed-Oss) (107/183),  13.2 KiB    
- Retrieving: libgio-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (108/183), 721.4 KiB    
- Retrieving: glib2-tools-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (109/183), 169.0 KiB    
- Retrieving: typelib-1_0-GObject-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (110/183),  63.3 KiB    
- Retrieving: typelib-1_0-GModule-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (111/183),  47.9 KiB    
- Retrieving: typelib-1_0-GLibUnix-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (112/183),  48.0 KiB    
- Retrieving: libicu-devel-78.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (113/183), 729.0 KiB    
- Retrieving: libvorbisenc2-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (114/183),  85.5 KiB    
- Retrieving: libselinux-devel-3.10-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (115/183), 115.8 KiB    
- Retrieving: libharfbuzz0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (116/183), 563.7 KiB    
- Retrieving: libfontconfig1-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (117/183), 150.2 KiB    
- Retrieving: fontconfig-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (118/183),  63.4 KiB    
- Retrieving: freetype2-devel-2.14.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (119/183), 813.2 KiB    
- Retrieving: libthai-devel-0.1.30-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (120/183),  20.4 KiB    
- Retrieving: wayland-devel-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (121/183), 105.6 KiB    
- Retrieving: libvulkan_lvp-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (122/183),   2.2 MiB    
- Retrieving: libcups2-2.4.16-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (123/183), 300.7 KiB    
- Retrieving: libxkbcommon-devel-1.12.4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (124/183),  98.5 KiB    
- Retrieving: libjson-glib-1_0-0-1.10.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (125/183),  68.4 KiB    
- Retrieving: libgstreamer-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (126/183), 900.6 KiB    
- Retrieving: gstreamer-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (127/183), 498.9 KiB    
- Retrieving: libcolord2-1.4.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (128/183), 150.5 KiB    
- Retrieving: libcloudproviders0-0.4.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (129/183),  40.1 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (130/183),  18.9 KiB    
- Retrieving: typelib-1_0-Graphene-1_0-1.10.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (131/183),  22.4 KiB    
- Retrieving: typelib-1_0-Gio-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (132/183), 132.5 KiB    
- Retrieving: libmount-devel-2.41.3-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (133/183),  45.6 KiB    
- Retrieving: libharfbuzz-subset0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (134/183), 503.2 KiB    
- Retrieving: libharfbuzz-icu0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (135/183),  38.1 KiB    
- Retrieving: libharfbuzz-gobject0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (136/183),  58.6 KiB    
- Retrieving: libglycin-2-0-2.0.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (137/183),   1.6 MiB    
- Retrieving: libcairo2-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (138/183), 579.1 KiB    
- Retrieving: libXft2-2.3.9-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (139/183),  51.9 KiB    
- Retrieving: fontconfig-devel-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (140/183),  22.7 KiB    
- Retrieving: vulkan-headers-1.4.341-1.2.noarch (openSUSE-Tumbleweed-Oss) (141/183),   1.7 MiB    
- Retrieving: Mesa-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (142/183),  56.9 KiB    
- Retrieving: Mesa-dri-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (143/183),  10.5 MiB    
- Retrieving: libglvnd-1.7.0-1.7.x86_64 (openSUSE-Tumbleweed-Oss) (144/183), 241.2 KiB    
- Retrieving: Mesa-libEGL1-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (145/183), 191.6 KiB    
- Retrieving: libtracker-sparql-3_0-0-3.10.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (146/183), 309.4 KiB    
- Retrieving: glib2-devel-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (147/183),   1.4 MiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (148/183),  70.2 KiB    
- Retrieving: typelib-1_0-Gly_2-2.0.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (149/183),  31.2 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (150/183), 146.3 KiB    
- Retrieving: libharfbuzz-cairo0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (151/183),  51.6 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (152/183),  66.0 KiB    
- Retrieving: libcairo-gobject2-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (153/183),  23.3 KiB    
- Retrieving: libpango-1_0-0-1.56.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (154/183), 296.3 KiB    
- Retrieving: libXft-devel-2.3.9-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (155/183),  37.6 KiB    
- Retrieving: vulkan-devel-1.4.341-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (156/183),  14.7 KiB    
- Retrieving: Mesa-libGL1-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (157/183), 182.8 KiB    
- Retrieving: libgraphene-devel-1.10.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (158/183), 290.4 KiB    
- Retrieving: libglycin-devel-2.0.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (159/183),  41.8 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (160/183),  18.5 KiB    
- Retrieving: cairo-devel-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (161/183), 268.9 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (162/183),  39.1 KiB    
- Retrieving: librsvg-2-2-2.61.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (163/183),   1.9 MiB    
- Retrieving: libgsttag-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (164/183), 137.4 KiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (165/183),  13.9 KiB    
- Retrieving: harfbuzz-devel-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (166/183), 180.2 KiB    
- Retrieving: libgstaudio-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (167/183), 242.7 KiB    
- Retrieving: gdk-pixbuf-devel-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (168/183),  68.0 KiB    
- Retrieving: pango-devel-1.56.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (169/183), 157.8 KiB    
- Retrieving: libgstallocators-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (170/183),  51.3 KiB    
- Retrieving: libgstvideo-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (171/183), 334.0 KiB    
- Retrieving: libgstgl-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (172/183), 255.4 KiB    
- Retrieving: libgstpbutils-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (173/183), 135.6 KiB    
- Retrieving: gstreamer-plugins-base-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (174/183),   1.0 MiB    
- Retrieving: libgstapp-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (175/183),  71.4 KiB    
- Retrieving: libgstriff-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (176/183),  62.4 KiB    
- Retrieving: libgstplay-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (177/183), 102.5 KiB    
- Retrieving: gtk4-tools-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (178/183),   1.6 MiB    
- Retrieving: adwaita-icon-theme-49.0-1.2.noarch (openSUSE-Tumbleweed-Oss) (179/183), 655.9 KiB    
- Retrieving: libgtk-4-1-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (180/183),   3.4 MiB    
- Retrieving: typelib-1_0-Gtk-4_0-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (181/183), 268.5 KiB    
- Retrieving: gtk4-devel-tools-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (182/183),   8.1 MiB    
- Retrieving: gtk4-devel-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (183/183),   1.0 MiB    
- 
- Checking for file conflicts: [.....done]
- (  1/183) Installing: gettext-its-gtk4-4.20.3-1.3.x86_64 [..done]
- (  2/183) Installing: gtk4-schema-4.20.3-1.3.noarch [..done]
- (  3/183) Installing: hicolor-icon-theme-0.18-1.4.noarch [..done]
- (  4/183) Installing: libLLVM21-21.1.8-4.1.x86_64 [........
- ...done]
- (  5/183) Installing: libLerc4-4.1.0-2.1.x86_64 [..done]
- (  6/183) Installing: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64 [..done]
- (  7/183) Installing: libXdamage1-1.1.7-1.2.x86_64 [..done]
- (  8/183) Installing: libXext6-1.3.7-1.2.x86_64 [..done]
- (  9/183) Installing: libXfixes3-6.0.2-2.2.x86_64 [..done]
- ( 10/183) Installing: libXrender1-0.9.12-1.3.x86_64 [..done]
- ( 11/183) Installing: libasound2-1.2.15.3-1.2.x86_64 [..done]
- ( 12/183) Installing: libavahi-common3-0.8-42.2.x86_64 [..done]
- ( 13/183) Installing: libbrotlienc1-1.2.0-2.1.x86_64 [..done]
- ( 14/183) Installing: libbz2-devel-1.0.8-5.13.x86_64 [..done]
- ( 15/183) Installing: libcdda_interface0-3.10.2-30.4.x86_64 [..done]
- ( 16/183) Installing: libdatrie1-0.2.14-1.3.x86_64 [..done]
- ( 17/183) Installing: libdav1d7-1.5.3-1.2.x86_64 [..done]
- ( 18/183) Installing: libdbus-1-3-1.14.10-5.3.x86_64 [..done]
- ( 19/183) Installing: libdisplay-info3-0.3.0-2.2.x86_64 [..done]
- ( 20/183) Installing: libdrm2-2.4.131-1.3.x86_64 [..done]
- ( 21/183) Installing: libeconf-devel-0.8.3-1.2.x86_64 [..done]
- ( 22/183) Installing: libelf1-0.194-1.1.x86_64 [..done]
- ( 23/183) Installing: libepoxy0-1.5.10-2.9.x86_64 [..done]
- ( 24/183) Installing: libexpat1-2.7.5-1.1.x86_64 [..
- done]
- ( 25/183) Installing: libffi-devel-3.5.2-2.2.x86_64 [..done]
- ( 26/183) Installing: libfribidi0-1.0.16-1.1.x86_64 [..done]
- ( 27/183) Installing: libgmodule-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 28/183) Installing: libgobject-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 29/183) Installing: libgraphite2-3-1.3.14-6.2.x86_64 [..done]
- ( 30/183) Installing: libgthread-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 31/183) Installing: libicu78-ledata-78.3-1.1.noarch [.....done]
- ( 32/183) Installing: libjbig2-2.1-5.6.x86_64 [..done]
- ( 33/183) Installing: libjpeg8-8.3.2-82.2.x86_64 [..done]
- ( 34/183) Installing: liblcms2-2-2.17-1.2.x86_64 [..done]
- ( 35/183) Installing: liblzo2-2-2.10-9.4.x86_64 [..done]
- ( 36/183) Installing: libmpdec4-4.0.1-2.2.x86_64 [..done]
- ( 37/183) Installing: libogg0-1.3.6-1.2.x86_64 [..done]
- ( 38/183) Installing: libopus0-1.6.1-1.2.x86_64 [..done]
- ( 39/183) Installing: liborc-0_4-0-0.4.42-1.3.x86_64 [..done]
- ( 40/183) Installing: libpciaccess0-0.19-1.1.x86_64 [..done]
- ( 41/183) Installing: libpcre2-16-0-10.47-1.3.x86_64 [..
- done]
- ( 42/183) Installing: libpcre2-32-0-10.47-1.3.x86_64 [..done]
- ( 43/183) Installing: libpcre2-posix3-10.47-1.3.x86_64 [..done]
- ( 44/183) Installing: libpixman-1-0-0.46.4-2.2.x86_64 [..done]
- ( 45/183) Installing: libpng16-16-1.6.56-1.1.x86_64 [..done]
- ( 46/183) Installing: libseccomp-devel-2.6.0-2.3.x86_64 [..done]
- ( 47/183) Installing: libsepol-devel-3.10-1.2.x86_64 [..done]
- ( 48/183) Installing: libthai-data-0.1.30-1.2.x86_64 [..done]
- ( 49/183) Installing: libtheoradec2-1.2.0-2.2.x86_64 [..done]
- ( 50/183) Installing: libunwind8-1.8.3-1.2.x86_64 [..done]
- ( 51/183) Installing: libvisual-0_4-0-0.4.0-207.4.x86_64 [..done]
- ( 52/183) Installing: libvulkan1-1.4.341-1.2.x86_64 [..done]
- ( 53/183) Installing: libwayland-client0-1.25.0-1.1.x86_64 [..done]
- ( 54/183) Installing: libwayland-egl1-1.25.0-1.1.x86_64 [..done]
- ( 55/183) Installing: libwayland-server0-1.25.0-1.1.x86_64 [..done]
- ( 56/183) Installing: libxshmfence1-1.3.3-1.3.x86_64 [..done]
- ( 57/183) Installing: shared-mime-info-2.4-3.7.x86_64 [..
- done]
- ( 58/183) Installing: system-user-lp-20250822-2.2.noarch [..
- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -
- Creating group 'systemd-journal' with GID 496.
- Creating group 'lp' with GID 495.
- Creating user 'lp' (Printing daemon) with UID 495 and GID 495.
- Creating group 'systemd-coredump' with GID 494.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 494 and GID 494.
- done]
- ( 59/183) Installing: typelib-1_0-GIRepository-3_0-2.86.4-1.2.x86_64 [..done]
- ( 60/183) Installing: xkeyboard-config-2.47-2.1.noarch [..done]
- ( 61/183) Installing: libXxf86vm1-1.1.7-1.2.x86_64 [..done]
- ( 62/183) Installing: libXv1-1.0.13-1.3.x86_64 [..done]
- ( 63/183) Installing: libXinerama1-1.1.6-1.2.x86_64 [..done]
- ( 64/183) Installing: libXi6-1.8.2-1.4.x86_64 [..done]
- ( 65/183) Installing: libXext-devel-1.3.7-1.2.x86_64 [..done]
- ( 66/183) Installing: libXrender-devel-0.9.12-1.3.x86_64 [..done]
- ( 67/183) Installing: libXrandr2-1.5.5-1.2.x86_64 [..done]
- ( 68/183) Installing: libXcursor1-1.2.3-1.4.x86_64 [..done]
- ( 69/183) Installing: libbrotli-devel-1.2.0-2.1.x86_64 [..done]
- ( 70/183) Installing: libcdda_paranoia0-3.10.2-30.4.x86_64 [..done]
- ( 71/183) Installing: libdatrie-devel-0.2.14-1.3.x86_64 [..done]
- ( 72/183) Installing: libavahi-client3-0.8-42.2.x86_64 [..done]
- ( 73/183) Installing: libgbm1-26.0.2-1.2.x86_64 [..done]
- ( 74/183) Installing: libdrm_amdgpu1-2.4.131-1.3.x86_64 [..done]
- ( 75/183) Installing: libblkid-devel-2.41.3-5.2.x86_64 [..done]
- ( 76/183) Installing: libdw1-0.194-1.1.x86_64 [..done]
- ( 77/183) Installing: libexpat-devel-2.7.5-1.1.x86_64 [..done]
- ( 78/183) Installing: dbus-1-daemon-1.14.10-5.3.x86_64 [..done]
- ( 79/183) Installing: fribidi-devel-1.0.16-1.1.x86_64 [.
- .done]
- ( 80/183) Installing: typelib-1_0-GLib-2_0-2.86.4-1.2.x86_64 [..done]
- ( 81/183) Installing: libgudev-1_0-0-238-1.8.x86_64 [..done]
- ( 82/183) Installing: libgraphene-1_0-0-1.10.8-2.3.x86_64 [..done]
- ( 83/183) Installing: libgirepository-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 84/183) Installing: girepository-1_0-1.86.0-3.1.x86_64 [..done]
- ( 85/183) Installing: libgirepository-1_0-1-1.86.0-3.1.x86_64 [..done]
- ( 86/183) Installing: graphite2-devel-1.3.14-6.2.x86_64 [..done]
- ( 87/183) Installing: libicu78-78.3-1.1.x86_64 [..done]
- ( 88/183) Installing: libtiff6-4.7.1-4.2.x86_64 [..done]
- ( 89/183) Installing: liblcms2-devel-2.17-1.2.x86_64 [..done]
- ( 90/183) Installing: lzo-devel-2.10-9.4.x86_64 [..done]
- ( 91/183) Installing: python313-base-3.13.12-3.2.x86_64 [......done]
- ( 92/183) Installing: libpython3_13-1_0-3.13.12-3.2.x86_64 [..
- done]
- ( 93/183) Installing: libvorbis0-1.3.7-5.4.x86_64 [..done]
- ( 94/183) Installing: libtheoraenc2-1.2.0-2.2.x86_64 [..done]
- ( 95/183) Installing: libdrm_intel1-2.4.131-1.3.x86_64 [..done]
- ( 96/183) Installing: pcre2-devel-10.47-1.3.x86_64 [..done]
- ( 97/183) Installing: libpixman-1-0-devel-0.46.4-2.2.x86_64 [..done]
- ( 98/183) Installing: libpng16-devel-1.6.56-1.1.x86_64 [..done]
- ( 99/183) Installing: libpng16-compat-devel-1.6.56-1.1.x86_64 [..done]
- (100/183) Installing: libfreetype6-2.14.2-2.2.x86_64 [..done]
- (101/183) Installing: libthai0-0.1.30-1.2.x86_64 [..done]
- (102/183) Installing: libwayland-cursor0-1.25.0-1.1.x86_64 [..done]
- (103/183) Installing: Mesa-vulkan-device-select-26.0.2-1.2.x86_64 [..done]
- (104/183) Installing: cups-config-2.4.16-1.2.x86_64 [..done]
- (105/183) Installing: libxkbcommon0-1.12.4-1.3.x86_64 [..done]
- (106/183) Installing: libXrandr-devel-1.5.5-1.2.x86_64 [..done]
- (107/183) Installing: gio-branding-openSUSE-42.1-5.1.noarch [..done]
- (108/183) Installing: libgio-2_0-0-2.86.4-1.2.x86_64 [..done]
- (109/183) Installing: glib2-tools-2.86.4-1.2.x86_64 [..done]
- (110/183) Installing: typelib-1_0-GObject-2_0-2.86.4-1.2.x86_64 [..done]
- (111/183) Installing: typelib-1_0-GModule-2_0-2.86.4-1.2.x86_64 [..done]
- (112/183) Installing: typelib-1_0-GLibUnix-2_0-2.86.4-1.2.x86_64 [..done]
- (113/183) Installing: libicu-devel-78.3-1.1.x86_64 [..done]
- (114/183) Installing: libvorbisenc2-1.3.7-5.4.x86_64 [..done]
- (115/183) Installing: libselinux-devel-3.10-1.2.x86_64 [..done]
- (116/183) Installing: libharfbuzz0-12.3.2-1.2.x86_64 [..done]
- (117/183) Installing: libfontconfig1-2.17.1-1.1.x86_64 [..
- done]
- (118/183) Installing: fontconfig-2.17.1-1.1.x86_64 [..done]
- (119/183) Installing: freetype2-devel-2.14.2-2.2.x86_64 [..done]
- (120/183) Installing: libthai-devel-0.1.30-1.2.x86_64 [..done]
- (121/183) Installing: wayland-devel-1.25.0-1.1.x86_64 [..done]
- (122/183) Installing: libvulkan_lvp-26.0.2-1.2.x86_64 [...done]
- (123/183) Installing: libcups2-2.4.16-1.2.x86_64 [..done]
- (124/183) Installing: libxkbcommon-devel-1.12.4-1.3.x86_64 [..done]
- (125/183) Installing: libjson-glib-1_0-0-1.10.8-1.3.x86_64 [..done]
- (126/183) Installing: libgstreamer-1_0-0-1.28.1-1.2.x86_64 [..done]
- (127/183) Installing: gstreamer-1.28.1-1.2.x86_64 [..
- /usr/libexec/gstreamer-1.0/gst-ptp-helper: setting to root:root 0755 "cap_net_bind_service=ep". (missing capabilities)
- done]
- (128/183) Installing: libcolord2-1.4.8-1.3.x86_64 [..done]
- (129/183) Installing: libcloudproviders0-0.4.0-2.1.x86_64 [..done]
- (130/183) Installing: gdk-pixbuf-query-loaders-2.44.4-2.3.x86_64 [..done]
- (131/183) Installing: typelib-1_0-Graphene-1_0-1.10.8-2.3.x86_64 [..done]
- (132/183) Installing: typelib-1_0-Gio-2_0-2.86.4-1.2.x86_64 [..done]
- (133/183) Installing: libmount-devel-2.41.3-5.2.x86_64 [..done]
- (134/183) Installing: libharfbuzz-subset0-12.3.2-1.2.x86_64 [..done]
- (135/183) Installing: libharfbuzz-icu0-12.3.2-1.2.x86_64 [..done]
- (136/183) Installing: libharfbuzz-gobject0-12.3.2-1.2.x86_64 [..done]
- (137/183) Installing: libglycin-2-0-2.0.8-1.2.x86_64 [..done]
- (138/183) Installing: libcairo2-1.18.4-4.2.x86_64 [..
- done]
- (139/183) Installing: libXft2-2.3.9-1.2.x86_64 [..done]
- (140/183) Installing: fontconfig-devel-2.17.1-1.1.x86_64 [..done]
- (141/183) Installing: vulkan-headers-1.4.341-1.2.noarch [...done]
- (142/183) Installing: Mesa-26.0.2-1.2.x86_64 [..done]
- (143/183) Installing: Mesa-dri-26.0.2-1.2.x86_64 [.....done]
- (144/183) Installing: libglvnd-1.7.0-1.7.x86_64 [..done]
- (145/183) Installing: Mesa-libEGL1-26.0.2-1.2.x86_64 [..done]
- (146/183) Installing: libtracker-sparql-3_0-0-3.10.1-1.3.x86_64 [..done]
- (147/183) Installing: glib2-devel-2.86.4-1.2.x86_64 [..
- .done]
- (148/183) Installing: typelib-1_0-HarfBuzz-0_0-12.3.2-1.2.x86_64 [..done]
- (149/183) Installing: typelib-1_0-Gly_2-2.0.8-1.2.x86_64 [..done]
- (150/183) Installing: libgdk_pixbuf-2_0-0-2.44.4-2.3.x86_64 [..done]
- (151/183) Installing: libharfbuzz-cairo0-12.3.2-1.2.x86_64 [..done]
- (152/183) Installing: libcairo-script-interpreter2-1.18.4-4.2.x86_64 [..done]
- (153/183) Installing: libcairo-gobject2-1.18.4-4.2.x86_64 [..done]
- (154/183) Installing: libpango-1_0-0-1.56.4-2.1.x86_64 [..done]
- (155/183) Installing: libXft-devel-2.3.9-1.2.x86_64 [..done]
- (156/183) Installing: vulkan-devel-1.4.341-1.2.x86_64 [..done]
- (157/183) Installing: Mesa-libGL1-26.0.2-1.2.x86_64 [..done]
- (158/183) Installing: libgraphene-devel-1.10.8-2.3.x86_64 [..done]
- (159/183) Installing: libglycin-devel-2.0.8-1.2.x86_64 [..done]
- (160/183) Installing: typelib-1_0-GdkPixbuf-2_0-2.44.4-2.3.x86_64 [..done]
- (161/183) Installing: cairo-devel-1.18.4-4.2.x86_64 [..done]
- (162/183) Installing: typelib-1_0-Pango-1_0-1.56.4-2.1.x86_64 [..done]
- (163/183) Installing: librsvg-2-2-2.61.3-1.3.x86_64 [..done]
- (164/183) Installing: libgsttag-1_0-0-1.28.1-1.2.x86_64 [..done]
- (165/183) Installing: typelib-1_0-GdkPixdata-2_0-2.44.4-2.3.x86_64 [..done]
- (166/183) Installing: harfbuzz-devel-12.3.2-1.2.x86_64 [..done]
- (167/183) Installing: libgstaudio-1_0-0-1.28.1-1.2.x86_64 [..done]
- (168/183) Installing: gdk-pixbuf-devel-2.44.4-2.3.x86_64 [..done]
- (169/183) Installing: pango-devel-1.56.4-2.1.x86_64 [..done]
- (170/183) Installing: libgstallocators-1_0-0-1.28.1-1.2.x86_64 [..done]
- (171/183) Installing: libgstvideo-1_0-0-1.28.1-1.2.x86_64 [..done]
- (172/183) Installing: libgstgl-1_0-0-1.28.1-1.2.x86_64 [..done]
- (173/183) Installing: libgstpbutils-1_0-0-1.28.1-1.2.x86_64 [..done]
- (174/183) Installing: gstreamer-plugins-base-1.28.1-1.2.x86_64 [..
- done]
- (175/183) Installing: libgstapp-1_0-0-1.28.1-1.2.x86_64 [..done]
- (176/183) Installing: libgstriff-1_0-0-1.28.1-1.2.x86_64 [..done]
- (177/183) Installing: libgstplay-1_0-0-1.28.1-1.2.x86_64 [..done]
- (178/183) Installing: gtk4-tools-4.20.3-1.3.x86_64 [..done]
- (179/183) Installing: adwaita-icon-theme-49.0-1.2.noarch [...done]
- (180/183) Installing: libgtk-4-1-4.20.3-1.3.x86_64 [...done]
- (181/183) Installing: typelib-1_0-Gtk-4_0-4.20.3-1.3.x86_64 [..done]
- (182/183) Installing: gtk4-devel-tools-4.20.3-1.3.x86_64 [....done]
- (183/183) Installing: gtk4-devel-4.20.3-1.3.x86_64 [..
- .done]
- Running post-transaction scripts [....done]
-  

<><> 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
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> retrieved ocgtk.0.1~preview0  (https://github.com/chris-armstrong/ocgtk/archive/refs/tags/v0.1-preview0.tar.gz)
-> 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 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 either.1.0.0
-> installed csexp.1.5.2
-> installed cppo.1.8.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:27.53 ---> saved as "7c8479a0aac47d51815ca1a3c6ea5ab5c16bcd9a2bbcb66df872c76990851010"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ocgtk.0.1~preview0) || true"))
The following actions will be performed:
=== recompile 2 packages
  - recompile logs               0.10.0                [uses fmt]
  - recompile ocgtk              0.1~preview0 (pinned)
=== install 5 packages
  - install   alcotest           1.9.1                 [required by ocgtk]
  - install   astring            0.8.5                 [required by alcotest]
  - install   fmt                0.11.0                [required by alcotest]
  - install   ocaml-syntax-shims 1.0.0                 [required by alcotest]
  - install   uutf               1.0.4                 [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed ocaml-syntax-shims.1.0.0
-> retrieved ocgtk.0.1~preview0  (https://github.com/chris-armstrong/ocgtk/archive/refs/tags/v0.1-preview0.tar.gz)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> removed   ocgtk.0.1~preview0
-> removed   logs.0.10.0
-> installed logs.0.10.0
-> installed uutf.1.0.4
-> installed alcotest.1.9.1
-> installed ocgtk.0.1~preview0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:28.38 ---> saved as "b4e2b4fa852d5fd63b9e79c22f5addfdcaf4788d25d79ffbda61929924818363"

/home/opam: (run (shell  "opam reinstall --with-test --verbose 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 \"\\\"opensuse-tumbleweed\\\"\"; 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"))
The following actions will be performed:
=== recompile 1 package
  - recompile ocgtk 0.1~preview0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [ocgtk.0.1~preview0: extract]
-> retrieved ocgtk.0.1~preview0  (cached)
Processing  2/4: [ocgtk: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocgtk" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0)
- (cd _build/default/ocgtk/examples/calculator && ./test_calc_state.exe)
- Testing `Calc_state'.
- This run has ID `9T04Y41J'.
- 
-   [OK]          creation           0   create.
-   [OK]          append             0   digits.
-   [OK]          append             1   decimal.
-   [OK]          append             2   double decimal rejected.
-   [OK]          append             3   decimal in second operand.
-   [OK]          append             4   consecutive operators.
-   [OK]          append             5   leading minus.
-   [OK]          append             6   leading plus rejected.
-   [OK]          append             7   multiple operators.
-   [OK]          backspace          0   basic.
-   [OK]          backspace          1   in error.
-   [OK]          clear              0   clear.
-   [OK]          evaluate           0   basic.
-   [OK]          evaluate           1   incomplete.
-   [OK]          evaluate           2   error blocks append.
-   [OK]          evaluate           3   precedence.
-   [OK]          evaluate           4   parentheses.
-   [OK]          display            0   expression display.
-   [OK]          display            1   result display.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/examples/calculator/_build/_tests/Calc_state'.
- Test Successful in 0.002s. 19 tests run.
- (cd _build/default/ocgtk/examples/calculator && ./test_calc_expr.exe)
- Testing `calc_expr'.
- This run has ID `W6SDVBC0'.
- 
-   [OK]          basic-addition                    0   basic addition.
-   [OK]          basic-subtraction                 0   basic subtraction.
-   [OK]          basic-multiplication              0   basic multiplication.
-   [OK]          basic-division                    0   basic division.
-   [OK]          operator-precedence               0   operator precedence.
-   [OK]          parentheses                       0   parentheses.
-   [OK]          auto-close-parens                 0   auto-close parentheses.
-   [OK]          division-by-zero                  0   division by zero.
-   [OK]          empty-expression                  0   empty expression.
-   [OK]          invalid-auto-close                0   invalid auto-close.
-   [OK]          decimals                          0   decimals.
-   [OK]          whitespace                        0   whitespace tolerance.
-   [OK]          negative-numbers                  0   negative numbers.
-   [OK]          edge-cases                        0   edge cases.
-   [OK]          format-result                     0   format result.
-   [OK]          incomplete-expression             0   incomplete expression.
-   [OK]          get-display-text                  0   get display text.
-   [OK]          multiple-unclosed-parens          0   multiple unclosed parens.
-   [OK]          deeply-nested                     0   deeply nested expressions.
-   [OK]          safe-evaluate                     0   safe evaluate.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/examples/calculator/_build/_tests/calc_expr'.
- Test Successful in 0.003s. 20 tests run.
- (cd _build/default/ocgtk/src/tools/test_gir_gen && ./test_gir_gen.exe)
- Testing `GIR Generator'.
- This run has ID `FFPIUO7U'.
- 
-   [OK]          Core                                                0   GIR f...
-   [OK]          Core                                                1   C cod...
-   [OK]          Core                                                2   Widge...
-   [OK]          Core                                                3   All m...
-   [OK]          Core                                                4   CAMLp...
-   [OK]          Core                                                5   Nulla...
-   [OK]          Core                                                6   Gener...
-   [OK]          Core                                                7   Help ...
-   [OK]          Parser                                              0   Parse...
-   [OK]          Parser                                              1   Parse...
-   [OK]          Parser                                              2   Parse...
-   [OK]          Parser                                              3   Parse...
-   [OK]          Parser                                              4   Parse...
-   [OK]          Parser                                              5   Parse...
-   [OK]          Parser                                              6   Parse...
-   [OK]          Parser                                              7   Parse...
-   [OK]          Parser                                              8   Parse...
-   [OK]          Parser                                              9   Parse...
-   [OK]          Parser                                             10   Parse...
-   [OK]          Parser                                             11   Parse...
-   [OK]          Parser                                             12   Parse...
-   [OK]          Parser                                             13   Parse...
-   [OK]          Parser                                             14   Parse...
-   [OK]          Parser                                             15   Parse...
-   [OK]          Parser                                             16   Parse...
-   [OK]          Parser                                             17   Parse...
-   [OK]          Parser                                             18   Parse...
-   [OK]          Parser                                             19   Parse...
-   [OK]          Parser                                             20   Parse...
-   [OK]          Parser                                             21   Parse...
-   [OK]          Parser                                             22   Parse...
-   [OK]          Parser                                             23   Parse...
-   [OK]          Parser                                             24   Parse...
-   [OK]          Parser                                             25   Parse...
-   [OK]          Parser                                             26   Parse...
-   [OK]          Parser                                             27   Parse...
-   [OK]          Parser                                             28   Parse...
-   [OK]          Parser                                             29   Parse...
-   [OK]          Parser                                             30   Parse...
-   [OK]          Parser                                             31   Parse...
-   [OK]          Parser                                             32   Parse...
-   [OK]          Parser                                             33   Parse...
-   [OK]          Parser                                             34   Parse...
-   [OK]          Parser                                             35   Parse...
-   [OK]          C Validation                                        0   asser...
-   [OK]          C Validation                                        1   asser...
-   [OK]          C Validation                                        2   asser...
-   [OK]          C Validation                                        3   asser...
-   [OK]          C Validation                                        4   asser...
-   [OK]          C Validation                                        5   asser...
-   [OK]          C Validation                                        6   parse...
-   [OK]          C Validation                                        7   parse...
-   [OK]          C Validation                                        8   extra...
-   [OK]          C Stubs                                             0   Simpl...
-   [OK]          C Stubs                                             1   Const...
-   [OK]          C Stubs                                             2   Const...
-   [OK]          C Stubs                                             3   Simpl...
-   [OK]          C Stubs                                             4   Metho...
-   [OK]          C Stubs                                             5   Metho...
-   [OK]          C Stubs                                             6   Metho...
-   [OK]          C Stubs                                             7   Const...
-   [OK]          C Stubs                                             8   Metho...
-   [OK]          C Stubs                                             9   Varia...
-   [OK]          C Stubs                                            10   Param...
-   [OK]          C Stubs                                            11   Bytec...
-   [OK]          C Stubs                                            12   Non-o...
-   [OK]          C Stubs                                            13   Non-o...
-   [OK]          C Stubs                                            14   Opaqu...
-   [OK]          C Stubs                                            15   Opaqu...
-   [OK]          C Stubs                                            16   Nulla...
-   [OK]          C Stubs                                            17   Nulla...
-   [OK]          C Stubs                                            18   Heade...
-   [OK]          C Stubs                                            19   Heade...
-   [OK]          Header Naming                                       0   Heade...
-   [OK]          Header Naming                                       1   Heade...
-   [OK]          Header Naming                                       2   Heade...
-   [OK]          Header Generation                                   0   Local...
-   [OK]          Header Generation                                   1   Exter...
-   [OK]          Header Generation                                   2   Local...
-   [OK]          Header Generation                                   3   Exter...
-   [OK]          Nullable                                            0   Nulla...
-   [OK]          Nullable                                            1   Non-n...
-   [OK]          Nullable                                            2   Nulla...
-   [OK]          Nullable                                            3   Multi...
-   [OK]          Nullable                                            4   Nulla...
-   [OK]          Error Handling                                      0   Metho...
-   [OK]          Error Handling                                      1   Error...
-   [OK]          Error Handling                                      2   Error...
-   [OK]          Error Handling                                      3   Error...
-   [OK]          Error Handling                                      4   Compl...
-   [OK]          Error Handling                                      5   Const...
-   [OK]          Out Params                                          0   Simpl...
-   [OK]          Out Params                                          1   Out p...
-   [OK]          Out Params                                          2   Out p...
-   [OK]          Out Params                                          3   InOut...
-   [OK]          Out Params                                          4   Multi...
-   [OK]          Out Params                                          5   Out p...
-   [OK]          Arrays                                              0   Zero-...
-   [OK]          Arrays                                              1   Zero-...
-   [OK]          Arrays                                              2   Array...
-   [OK]          Arrays                                              3   Out-p...
-   [OK]          Arrays                                              4   Out-p...
-   [OK]          Arrays                                              5   Array...
-   [OK]          Arrays                                              6   Array...
-   [OK]          Arrays                                              7   GPtrA...
-   [OK]          Arrays                                              8   GPtrA...
-   [OK]          Arrays                                              9   GPtrA...
-   [OK]          Arrays                                             10   Non-p...
-   [OK]          Arrays                                             11   Point...
-   [OK]          Arrays                                             12   gener...
-   [OK]          Type Conversion                                     0   gbool...
-   [OK]          Type Conversion                                     1   gint ...
-   [OK]          Type Conversion                                     2   gdoub...
-   [OK]          Type Conversion                                     3   utf8 ...
-   [OK]          Type Conversion                                     4   utf8 ...
-   [OK]          Type Conversion                                     5   Objec...
-   [OK]          Type Conversion                                     6   Enum ...
-   [OK]          Type Conversion                                     7   gbool...
-   [OK]          Type Conversion                                     8   Multi...
-   [OK]          Type Definitions (ML)                               0   Abstr...
-   [OK]          Type Definitions (ML)                               1   Polym...
-   [OK]          Type Definitions (ML)                               2   Const...
-   [OK]          Type Definitions (ML)                               3   Metho...
-   [OK]          Type Definitions (ML)                               4   Metho...
-   [OK]          Type Definitions (ML)                               5   Nulla...
-   [OK]          External Declarations (ML)                          0   Metho...
-   [OK]          External Declarations (ML)                          1   Metho...
-   [OK]          External Declarations (ML)                          2   Metho...
-   [OK]          External Declarations (ML)                          3   Metho...
-   [OK]          External Declarations (ML)                          4   Const...
-   [OK]          External Declarations (ML)                          5   Metho...
-   [OK]          External Declarations (ML)                          6   Prope...
-   [OK]          External Declarations (ML)                          7   Prope...
-   [OK]          External Declarations (ML)                          8   Prope...
-   [OK]          Signatures (ML)                                     0   Type ...
-   [OK]          Signatures (ML)                                     1   Const...
-   [OK]          Signatures (ML)                                     2   Metho...
-   [OK]          Signatures (ML)                                     3   Multi...
-   [OK]          Properties                                          0   Prope...
-   [OK]          Properties                                          1   C pro...
-   [OK]          Properties                                          2   Prope...
-   [OK]          Signals                                             0   Signa...
-   [OK]          Enums                                               0   Enum ...
-   [OK]          Enums                                               1   Bitfi...
-   [OK]          Enums                                               2   Multi...
-   [OK]          Enums                                               3   Singl...
-   [OK]          Enums                                               4   Enum ...
-   [OK]          Records                                             0   Recor...
-   [OK]          Records                                             1   Non-o...
-   [OK]          Records                                             2   Opaqu...
-   [OK]          Records                                             3   Non-o...
-   [OK]          Edge Cases                                          0   Empty...
-   [OK]          Edge Cases                                          1   Class...
-   [OK]          Layer2 Method Wrappers                              0   Hiera...
-   [OK]          Layer2 Method Wrappers                              1   Nulla...
-   [OK]          Layer2 Method Wrappers                              2   Retur...
-   [OK]          Layer2 Method Wrappers                              3   Void ...
-   [OK]          Layer2 Method Wrappers                              4   Multi...
-   [OK]          Layer2 Method Wrappers                              5   Metho...
-   [OK]          Layer2 Method Wrappers                              6   Same-...
-   [OK]          Layer2 Method Wrappers                              7   Prope...
-   [OK]          Layer2 Method Wrappers                              8   Prope...
-   [OK]          Layer2 Method Wrappers                              9   Inher...
-   [OK]          Layer2 Method Wrappers                             10   Signa...
-   [OK]          Layer2 Method Wrappers                             11   Class...
-   [OK]          Layer2 Method Wrappers                             12   Metho...
-   [OK]          Layer2 Method Wrappers                             13   Layer...
-   [OK]          Layer2 Method Wrappers                             14   Combi...
-   [OK]          Layer2 Method Wrappers                             15   Throw...
-   [OK]          Layer2 Method Wrappers                             16   Paren...
-   [OK]          Layer2 Method Wrappers                             17   Paren...
-   [OK]          Layer2 Method Wrappers                             18   Cycli...
-   [OK]          Constructor Wrappers                                0   Zero-...
-   [OK]          Constructor Wrappers                                1   Singl...
-   [OK]          Constructor Wrappers                                2   Class...
-   [OK]          Constructor Wrappers                                3   Nulla...
-   [OK]          Constructor Wrappers                                4   Const...
-   [OK]          Constructor Wrappers                                5   Combi...
-   [OK]          Constructor Wrappers                                6   Cycli...
-   [OK]          Cross-Namespace                                     0   Non-i...
-   [OK]          Cross-Namespace                                     1   Non-i...
-   [OK]          Cross-Namespace                                     2   Non-i...
-   [OK]          Cross-Namespace                                     3   Copy ...
-   [OK]          Cross-Namespace                                     4   Recor...
-   [OK]          Cross-Namespace                                     5   Enum ...
-   [OK]          Cross-Namespace                                     6   Non-G...
-   [OK]          Cross-Namespace                                     7   Enum ...
-   [OK]          Cross-Namespace                                     8   Bitfi...
-   [OK]          Cross-Namespace                                     9   Inout...
-   [OK]          Cross-Namespace                                    10   Value...
-   [OK]          Cross-Namespace                                    11   Fixed...
-   [OK]          Cross-Namespace                                    12   Fixed...
-   [OK]          Cross-Namespace                                    13   Out-p...
-   [OK]          Cross-Namespace                                    14   Doubl...
-   [OK]          Cross-Namespace                                    15   Norma...
-   [OK]          Cross-Namespace                                    16   GdkPi...
-   [OK]          Cross-Namespace                                    17   Norma...
-   [OK]          Cross-Namespace                                    18   Cross...
-   [OK]          Cross-Namespace                                    19   Cross...
-   [OK]          No External Enum Decls (Stage 2)                    0   Heade...
-   [OK]          No External Enum Decls (Stage 2)                    1   gener...
-   [OK]          No External Enum Decls (Stage 2)                    2   emit_...
-   [OK]          No External Bitfield Decls (Stage 3)                0   Heade...
-   [OK]          No External Bitfield Decls (Stage 3)                1   gener...
-   [OK]          No External Bitfield Decls (Stage 3)                2   emit_...
-   [OK]          Dependency Includes (Stage 4)                       0   Heade...
-   [OK]          Dependency Includes (Stage 4)                       1   Depen...
-   [OK]          Dependency Includes (Stage 4)                       2   Inclu...
-   [OK]          Dependency Includes (Stage 4)                       3   get_d...
-   [OK]          Dependency Includes (Stage 4)                       4   No in...
-   [OK]          Dependency Exclusion (Stage 4)                      0   GLib ...
-   [OK]          Dependency Exclusion (Stage 4)                      1   GModu...
-   [OK]          Dependency Exclusion (Stage 4)                      2   GObje...
-   [OK]          Dependency Exclusion (Stage 4)                      3   Non-b...
-   [OK]          Dependency Exclusion (Stage 4)                      4   get_d...
-   [OK]          C Stub Header Include (Stage 5)                     0   C stu...
-   [OK]          C Stub Header Include (Stage 5)                     1   C stu...
-   [OK]          C Stub Header Include (Stage 5)                     2   C stu...
-   [OK]          C Stub Header Include (Stage 5)                     3   C stu...
-   [OK]          C Stub Header Include (Stage 5)                     4   Names...
-   [OK]          Integration Tests (Stage 8)                         0   Heade...
-   [OK]          Integration Tests (Stage 8)                         1   Heade...
-   [OK]          Integration Tests (Stage 8)                         2   Heade...
-   [OK]          Integration Tests (Stage 8)                         3   Base ...
-   [OK]          Integration Tests (Stage 8)                         4   Gsk w...
-   [OK]          Integration Tests (Stage 8)                         5   Compl...
-   [OK]          Compilation Tests (Stage 8)                         0   Gdk h...
-   [OK]          Compilation Tests (Stage 8)                         1   Gtk h...
-   [OK]          Compilation Tests (Stage 8)                         2   Multi...
-   [OK]          Compilation Tests (Stage 8)                         3   Heade...
-   [OK]          Compilation Tests (Stage 8)                         4   Type ...
-   [OK]          Compilation Tests (Stage 8)                         5   Compl...
-   [OK]          Compilation Tests (Stage 8)                         6   Error...
-   [OK]          classify_type + Array Resolution (Phase 6)          0   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          1   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          2   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          3   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          4   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          5   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          6   same-...
-   [OK]          classify_type + Array Resolution (Phase 6)          7   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)          8   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)          9   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)         10   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)         11   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)         12   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)         13   cross...
-   [OK]          classify_type + Array Resolution (Phase 6)         14   array...
-   [OK]          classify_type + Array Resolution (Phase 6)         15   array...
-   [OK]          classify_type + Array Resolution (Phase 6)         16   array...
-   [OK]          classify_type + Array Resolution (Phase 6)         17   array...
-   [OK]          classify_type + Array Resolution (Phase 6)         18   array...
-   [OK]          Version Guard                                       0   parse...
-   [OK]          Version Guard                                       1   parse...
-   [OK]          Version Guard                                       2   parse...
-   [OK]          Version Guard                                       3   parse...
-   [OK]          Version Guard                                       4   parse...
-   [OK]          Version Guard                                       5   compa...
-   [OK]          Version Guard                                       6   compa...
-   [OK]          Version Guard                                       7   compa...
-   [OK]          Version Guard                                       8   compa...
-   [OK]          Version Guard                                       9   compa...
-   [OK]          Version Guard                                      10   resol...
-   [OK]          Version Guard                                      11   resol...
-   [OK]          Version Guard                                      12   resol...
-   [OK]          Version Guard                                      13   resol...
-   [OK]          Version Guard                                      14   resol...
-   [OK]          Version Guard                                      15   resol...
-   [OK]          Version Guard                                      16   resol...
-   [OK]          Version Guard                                      17   resol...
-   [OK]          Version Guard                                      18   emit_...
-   [OK]          Version Guard                                      19   emit_...
-   [OK]          Version Guard                                      20   emit_...
-   [OK]          Version Guard                                      21   emit_...
-   [OK]          Version Guard                                      22   emit_...
-   [OK]          Version Guard                                      23   emit_...
-   [OK]          Version Guard                                      24   emit_...
-   [OK]          Version Guard                                      25   emit_...
-   [OK]          Version Guard                                      26   emit_...
-   [OK]          Version Guard                                      27   emit_...
-   [OK]          Version Guard                                      28   emit_...
-   [OK]          Version Guard                                      29   c_gua...
-   [OK]          C Stub Version Guards                               0   no_gu...
-   [OK]          C Stub Version Guards                               1   no_gu...
-   [OK]          C Stub Version Guards                               2   membe...
-   [OK]          C Stub Version Guards                               3   membe...
-   [OK]          C Stub Version Guards                               4   guard...
-   [OK]          C Stub Version Guards                               5   fallb...
-   [OK]          C Stub Version Guards                               6   fallb...
-   [OK]          C Stub Version Guards                               7   fallb...
-   [OK]          C Stub Version Guards                               8   fallb...
-   [OK]          C Stub Version Guards                               9   fallb...
-   [OK]          Override Types                                      0   overr...
-   [OK]          Override Types                                      1   overr...
-   [OK]          Override Types                                      2   overr...
-   [OK]          Override Types                                      3   compo...
-   [OK]          Override Types                                      4   compo...
-   [OK]          Override Types                                      5   class...
-   [OK]          Override Types                                      6   inter...
-   [OK]          Override Types                                      7   recor...
-   [OK]          Override Types                                      8   enum_...
-   [OK]          Override Types                                      9   bitfi...
-   [OK]          Override Types                                     10   libra...
-   [OK]          Override Types                                     11   libra...
-   [OK]          Override Parser                                     0   minimal.
-   [OK]          Override Parser                                     1   no_li...
-   [OK]          Override Parser                                     2   class...
-   [OK]          Override Parser                                     3   class...
-   [OK]          Override Parser                                     4   class...
-   [OK]          Override Parser                                     5   class...
-   [OK]          Override Parser                                     6   inter...
-   [OK]          Override Parser                                     7   recor...
-   [OK]          Override Parser                                     8   enum_...
-   [OK]          Override Parser                                     9   bitfi...
-   [OK]          Override Parser                                    10   stand...
-   [OK]          Override Parser                                    11   multi...
-   [OK]          Override Parser                                    12   class...
-   [OK]          Override Parser                                    13   dupli...
-   [OK]          Override Parser                                    14   dupli...
-   [OK]          Override Parser                                    15   dupli...
-   [OK]          Override Parser                                    16   unkno...
-   [OK]          Override Parser                                    17   bare_...
-   [OK]          Override Parser                                    18   bare_...
-   [OK]          Override Parser                                    19   wrong...
-   [OK]          Override Parser                                    20   wrong...
-   [OK]          Override Parser                                    21   inval...
-   [OK]          Override Parser                                    22   malfo...
-   [OK]          Override Parser                                    23   not_o...
-   [OK]          Override Parser                                    24   bad_c...
-   [OK]          Override Parser                                    25   empty...
-   [OK]          Override Parser                                    26   many_...
-   [OK]          Override Parser Roundtrip                           0   minimal.
-   [OK]          Override Parser Roundtrip                           1   class...
-   [OK]          Override Parser Roundtrip                           2   class...
-   [OK]          Override Parser Roundtrip                           3   inter...
-   [OK]          Override Parser Roundtrip                           4   record.
-   [OK]          Override Parser Roundtrip                           5   enum.
-   [OK]          Override Parser Roundtrip                           6   bitfi...
-   [OK]          Override Parser Roundtrip                           7   stand...
-   [OK]          Override Parser Roundtrip                           8   complex.
-   [OK]          Override Apply                                      0   class...
-   [OK]          Override Apply                                      1   class...
-   [OK]          Override Apply                                      2   metho...
-   [OK]          Override Apply                                      3   metho...
-   [OK]          Override Apply                                      4   metho...
-   [OK]          Override Apply                                      5   const...
-   [OK]          Override Apply                                      6   prope...
-   [OK]          Override Apply                                      7   signa...
-   [OK]          Override Apply                                      8   inter...
-   [OK]          Override Apply                                      9   inter...
-   [OK]          Override Apply                                     10   recor...
-   [OK]          Override Apply                                     11   recor...
-   [OK]          Override Apply                                     12   recor...
-   [OK]          Override Apply                                     13   enum ...
-   [OK]          Override Apply                                     14   enum ...
-   [OK]          Override Apply                                     15   enum ...
-   [OK]          Override Apply                                     16   bitfi...
-   [OK]          Override Apply                                     17   bitfi...
-   [OK]          Override Apply                                     18   stand...
-   [OK]          Override Apply                                     19   empty...
-   [OK]          Override Apply                                     20   unkno...
-   [OK]          Override Apply                                     21   unkno...
-   [OK]          Override Apply                                     22   class...
-   [OK]          Override Apply                                     23   combi...
-   [OK]          Override Extractor                                  0   since...
-   [OK]          Override Extractor                                  1   since...
-   [OK]          Override Extractor                                  2   since...
-   [OK]          Override Extractor                                  3   since...
-   [OK]          Override Extractor                                  4   since...
-   [OK]          Override Extractor                                  5   since...
-   [OK]          Override Extractor                                  6   since...
-   [OK]          Override Extractor                                  7   enum_...
-   [OK]          Override Extractor                                  8   enum_...
-   [OK]          Override Extractor                                  9   bitfi...
-   [OK]          Override Extractor                                 10   recor...
-   [OK]          Override E2E                                        0   e2e: ...
-   [OK]          Enum Member Version Guards                          0   enum ...
-   [OK]          Enum Member Version Guards                          1   enum ...
-   [OK]          Enum Member Version Guards                          2   enum ...
-   [OK]          Enum Member Version Guards                          3   enum ...
-   [OK]          Enum Member Version Guards                          4   enum ...
-   [OK]          Enum Member Version Guards                          5   enum ...
-   [OK]          Enum Member Version Guards                          6   bitfi...
-   [OK]          Enum Member Version Guards                          7   bitfi...
-   [OK]          Enum Member Version Guards                          8   bitfi...
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/src/tools/test_gir_gen/_build/_tests/GIR Generator'.
- Test Successful in 0.394s. 385 tests run.
- (cd _build/default/ocgtk/tests && ./test_closure_with_gc.exe)
- ==========================================================
-   CLOSURE + GC INTERACTION TEST
- ==========================================================
- 
- === Test WITHOUT explicit GC ===
-   Created 25 closures, counter=25
-   Created 50 closures, counter=50
-   Created 75 closures, counter=75
-   Created 100 closures, counter=100
- ✓ Completed: counter=100
- 
- === Test with GC every 10 closures ===
-   After 10 closures: GC passed, counter=10
-   After 20 closures: GC passed, counter=20
-   After 30 closures: GC passed, counter=30
-   After 40 closures: GC passed, counter=40
-   After 50 closures: GC passed, counter=50
- ✓ Completed: counter=50
- 
- === Test WITH Gc.minor() after each closure ===
-   Iteration 1: GC passed, counter=1
-   Iteration 2: GC passed, counter=2
-   Iteration 3: GC passed, counter=3
-   Iteration 4: GC passed, counter=4
-   Iteration 5: GC passed, counter=5
-   Iteration 6: GC passed, counter=6
-   Iteration 7: GC passed, counter=7
-   Iteration 8: GC passed, counter=8
-   Iteration 9: GC passed, counter=9
-   Iteration 10: GC passed, counter=10
- ✓ Completed with GC: counter=10
- 
- ==========================================================
-   ALL TESTS PASSED - Implementation is GC-safe!
- ==========================================================
- (cd _build/default/ocgtk/tests && ./test_closure_stress.exe)
- === Closure Stress Test ===
- Test 1: Creating 1000 closures...
-   Created 100 closures
-   Created 200 closures
-   Created 300 closures
-   Created 400 closures
-   Created 500 closures
-   Created 600 closures
-   Created 700 closures
-   Created 800 closures
-   Created 900 closures
-   Created 1000 closures
- Test 1: ✓ Created 1000 closures successfully
- 
- Test 2: Creating and invoking 500 closures...
-   Invoked 100 closures, counter=100
-   Invoked 200 closures, counter=200
-   Invoked 300 closures, counter=300
-   Invoked 400 closures, counter=400
-   Invoked 500 closures, counter=500
- Test 2: ✓ Counter reached 500
- 
- Test 3: Rapid allocation (closures going out of scope)...
-   Round 1: 100 closures created and released
-   Round 2: 100 closures created and released
-   Round 3: 100 closures created and released
-   Round 4: 100 closures created and released
-   Round 5: 100 closures created and released
-   Round 6: 100 closures created and released
-   Round 7: 100 closures created and released
-   Round 8: 100 closures created and released
-   Round 9: 100 closures created and released
-   Round 10: 100 closures created and released
- Test 3: ✓ Completed 1000 allocation/releases
- 
- Test 4: Nested closures with parameters...
- Test 4: ✓ All 100 closures received correct parameters: true
- 
- === All Stress Tests Passed ===
- (cd _build/default/ocgtk/tests && ./test_gobject_stress.exe)
- Testing `GObject Memory Stress Tests (KNOWN TO SEGFAULT)'.
- This run has ID `0GSKJ119'.
- 
-   [SKIP]        GValue GC Stress          0   GValue lifecycle with GC.
-   [SKIP]        GValue GC Stress          1   GC interaction.
-   [SKIP]        GValue GC Stress          2   Multiple GValue types with GC.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/_build/_tests/GObject Memory Stress Tests U+0028KNOWN TO SEGFAULTU+0029'.
- Test Successful in 0.000s. 0 test run.
- (cd _build/default/ocgtk/tests && ./test_integration.exe)
- Testing `Integration Tests (Phase 3.3)'.
- This run has ID `0PRQOHC9'.
- 
-   [OK]          api_patterns               0   keyboard shortcuts.
-   [OK]          api_patterns               1   multi-click detection.
-   [OK]          api_patterns               2   modifier checking.
-   [OK]          gtk4_vs_gtk3               0   controllers not signals.
-   [OK]          gtk4_vs_gtk3               1   propagation phases.
-   [SKIP]        runtime_workflows          0   keyboard workflow.
-   [SKIP]        runtime_workflows          1   mouse workflow.
-   [SKIP]        runtime_workflows          2   click workflow.
-   [SKIP]        runtime_workflows          3   multiple controllers.
-   [SKIP]        runtime_workflows          4   propagation control.
-   [SKIP]        runtime_workflows          5   event stopping.
-   [SKIP]        runtime_workflows          6   controller_ops convenience.
-   [SKIP]        runtime_workflows          7   signal disconnect.
-   [SKIP]        runtime_workflows          8   keyboard + mouse.
-   [SKIP]        runtime_workflows          9   double-click.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/_build/_tests/Integration Tests U+0028Phase 3.3U+0029'.
- Test Successful in 0.001s. 5 tests run.
- (cd _build/default/ocgtk/tests/gtk && ./test_variance.exe)
- Testing `Gobject.obj Variance Tests'.
- This run has ID `TSLQXS3S'.
- 
-   [SKIP]        upcast          0   button_to_widget.
-   [SKIP]        upcast          1   box_to_widget.
-   [SKIP]        upcast          2   upcast_preserves_functionality.
-   [SKIP]        upcast          3   multiple_upcasts.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/gtk/_build/_tests/Gobject.obj Variance Tests'.
- Test Successful in 0.000s. 0 test run.
- (cd _build/default/ocgtk/tests && ./test_gtk_init.exe)
- Testing `GTK Initialization Tests'.
- This run has ID `IMWDPXQ7'.
- 
-   [OK]          api              0   GMain module.
-   [OK]          api              1   init exists.
-   [OK]          api              2   main loop exists.
-   [SKIP]        runtime          0   gtk_init.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/_build/_tests/GTK Initialization Tests'.
- Test Successful in 0.000s. 3 tests run.
- (cd _build/default/ocgtk/tests/gtk && ./test_string_list.exe)
- Testing `Gtk.StringList Tests'.
- This run has ID `JDH7R3PR'.
- 
-   [OK]          Module                             0   module_accessible.
-   [OK]          Module                             1   type.
-   [SKIP]        Creation                           0   empty_list.
-   [SKIP]        Creation                           1   empty_string.
-   [SKIP]        Take Method (String_copy)          0   basic.
-   [SKIP]        Take Method (String_copy)          1   independence.
-   [SKIP]        Take Method (String_copy)          2   ownership.
-   [SKIP]        Take Method (String_copy)          3   special_chars.
-   [SKIP]        Take Method (String_copy)          4   unicode.
-   [SKIP]        Take Method (String_copy)          5   long_string.
-   [SKIP]        Append Method                      0   basic.
-   [SKIP]        Append Method                      1   append_vs_take.
-   [SKIP]        Get String (Extraction)            0   valid_index.
-   [SKIP]        Get String (Extraction)            1   negative_index.
-   [SKIP]        Get String (Extraction)            2   out_of_bounds.
-   [SKIP]        Get String (Extraction)            3   empty_list.
-   [SKIP]        Get String (Extraction)            4   returns_copy.
-   [SKIP]        Remove                             0   first.
-   [SKIP]        Remove                             1   last.
-   [SKIP]        Remove                             2   invalid.
-   [SKIP]        N Items                            0   empty.
-   [SKIP]        N Items                            1   operations.
-   [SKIP]        Wrapper                            0   gstring_list.
-   [SKIP]        Integration                        0   mixed_operations.
-   [SKIP]        Integration                        1   gc_survival.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/gtk/_build/_tests/Gtk.StringList Tests'.
- Test Successful in 0.002s. 2 tests run.
- (cd _build/default/ocgtk/tests/gtk && ./test_widget.exe)
- Testing `Gtk.Widget Tests (Phase 3.1)'.
- This run has ID `CHO4HUTN'.
- 
-   [SKIP]        creation            0   widget_creation.
-   [SKIP]        visibility          0   show/hide.
-   [SKIP]        size                0   size_request.
-   [SKIP]        focus               0   focusable.
-   [SKIP]        queue               0   queue_operations.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/gtk/_build/_tests/Gtk.Widget Tests U+0028Phase 3.1U+0029'.
- Test Successful in 0.000s. 0 test run.
- (cd _build/default/ocgtk/tests/gtk && ./test_range.exe)
- Testing `Range Widget Tests'.
- This run has ID `V96GY40V'.
- 
-   [SKIP]        progress_bar          0   creation.
-   [SKIP]        progress_bar          1   fraction.
-   [SKIP]        progress_bar          2   pulse.
-   [SKIP]        progress_bar          3   text.
-   [SKIP]        progress_bar          4   inverted.
-   [SKIP]        range                 0   fill_level.
-   [SKIP]        range                 1   inverted.
-   [SKIP]        range                 2   restrict_to_fill_level.
-   [SKIP]        range                 3   round_digits.
-   [SKIP]        range                 4   show_fill_level.
-   [SKIP]        range                 5   slider_size_fixed.
-   [SKIP]        range                 6   flippable.
-   [SKIP]        scale                 0   creation_horizontal.
-   [SKIP]        scale                 1   creation_vertical.
-   [SKIP]        scale                 2   digits.
-   [SKIP]        scale                 3   draw_value.
-   [SKIP]        scale                 4   has_origin.
-   [SKIP]        scale                 5   marks.
-   [SKIP]        level_bar             0   creation.
-   [SKIP]        level_bar             1   value.
-   [SKIP]        level_bar             2   min_max.
-   [SKIP]        level_bar             3   inverted.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/gtk/_build/_tests/Range Widget Tests'.
- Test Successful in 0.001s. 0 test run.
- (cd _build/default/ocgtk/tests/gtk && ./test_box.exe)
- Testing `Gtk.Box Tests (Phase 4.1)'.
- This run has ID `RU4SAIGW'.
- 
-   [OK]          module              0   module_accessible.
-   [OK]          module              1   type_constructors.
-   [SKIP]        creation            0   box_creation.
-   [SKIP]        properties          0   box_properties.
-   [SKIP]        properties          1   packing_properties.
-   [SKIP]        high_level          0   gbox_wrapper.
-   [SKIP]        children            0   child_management.
-   [SKIP]        as_widget           0   as_widget_conversion.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/gtk/_build/_tests/Gtk.Box Tests U+0028Phase 4.1U+0029'.
- Test Successful in 0.000s. 2 tests run.
- (cd _build/default/ocgtk/tests/gtk && ./test_button.exe)
- Testing `Button Tests'.
- This run has ID `17TUV2WV'.
- 
-   [SKIP]        low_level_button                 0   button_creation.
-   [SKIP]        low_level_button                 1   button_with_label.
-   [SKIP]        low_level_button                 2   button_with_mnemonic.
-   [SKIP]        low_level_button                 3   button_icon_name.
-   [SKIP]        low_level_button                 4   button_properties.
-   [SKIP]        low_level_check_button           0   check_button_creation.
-   [SKIP]        low_level_check_button           1   check_button_with_label.
-   [SKIP]        low_level_check_button           2   check_button_grouping.
-   [SKIP]        low_level_check_button           3   check_button_inconsistent.
-   [SKIP]        low_level_toggle_button          0   toggle_button_creation.
-   [SKIP]        low_level_toggle_button          1   toggle_button_with_label.
-   [SKIP]        low_level_toggle_button          2   toggle_button_toggled.
-   [SKIP]        high_level                       0   gbutton.
-   [SKIP]        high_level                       1   gbutton_icon.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0/_build/default/ocgtk/tests/gtk/_build/_tests/Button Tests'.
- Test Successful in 0.001s. 0 test run.
-> compiled  ocgtk.0.1~preview0
-> removed   ocgtk.0.1~preview0
-> installed ocgtk.0.1~preview0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:29.16 ---> saved as "705bd46d3361287664c42152754b360a14f6cc48adeda5bd87472a3a200dcfdd"
Job succeeded
2026-04-05 06:29.22: Job succeeded