(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build ocgtk.0.1~preview0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
                              on opensuse-15.6-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-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d
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-15.6\""; 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-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d-ocgtk.0.1~preview0-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d)
 (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-15.6\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocgtk.0.1~preview0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 49 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam

(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d' locally
docker.io/ocaml/opam@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d: Pulling from ocaml/opam
cf0250ddcb79: Already exists
40991fcd8a1b: Pulling fs layer
e05128dd3eb3: Pulling fs layer
3425e1313de9: Pulling fs layer
e05128dd3eb3: Waiting
3ff42a08404d: Pulling fs layer
40991fcd8a1b: Waiting
3425e1313de9: Waiting
eaa7ec413ede: Pulling fs layer
3ff42a08404d: Waiting
60f83db70cd1: Pulling fs layer
eaa7ec413ede: Waiting
e5a47a911091: Pulling fs layer
60f83db70cd1: Waiting
6327ccf3508c: Pulling fs layer
e5a47a911091: Waiting
5d6981d3a5fa: Pulling fs layer
6327ccf3508c: Waiting
99922baa8ad6: Pulling fs layer
d6e0652ed47d: Pulling fs layer
5d6981d3a5fa: Waiting
99922baa8ad6: Waiting
95c8cc1fe90d: Pulling fs layer
d6e0652ed47d: Waiting
9cd4fd406201: Pulling fs layer
e3a9e943b4f6: Pulling fs layer
9cd4fd406201: Waiting
aadf7e8e8d6a: Pulling fs layer
e3a9e943b4f6: Waiting
2dfff197ac70: Pulling fs layer
c3504cd6bbb5: Pulling fs layer
aadf7e8e8d6a: Waiting
2dfff197ac70: Waiting
3c8f3f6b9b40: Pulling fs layer
4f4fb700ef54: Pulling fs layer
da5148c6a8cc: Pulling fs layer
cd4749025117: Pulling fs layer
da5148c6a8cc: Waiting
41b38dff52ae: Pulling fs layer
de520dc36bc6: Pulling fs layer
fcdda9e04c1f: Pulling fs layer
41b38dff52ae: Waiting
73d3633f03ac: Pulling fs layer
fcdda9e04c1f: Waiting
de520dc36bc6: Waiting
ef339a4cc918: Pulling fs layer
5335cfb42bc8: Pulling fs layer
73d3633f03ac: Waiting
cfe95843ebf6: Pulling fs layer
6d988f80827f: Pulling fs layer
cfe95843ebf6: Waiting
fbbad437eb63: Pulling fs layer
6d988f80827f: Waiting
82c53910b2be: Pulling fs layer
5335cfb42bc8: Waiting
fbbad437eb63: Waiting
0d9d82defd42: Pulling fs layer
fb8f37a4d801: Pulling fs layer
82c53910b2be: Waiting
0d9d82defd42: Waiting
6e8c773a8be6: Pulling fs layer
371876dd87f9: Pulling fs layer
fb8f37a4d801: Waiting
6e8c773a8be6: Waiting
b7473f79970c: Pulling fs layer
371876dd87f9: Waiting
7ae22122e76c: Pulling fs layer
b7473f79970c: Waiting
68bfb5598785: Pulling fs layer
cfc6fe50ae83: Pulling fs layer
2a1815368dab: Pulling fs layer
7ae22122e76c: Waiting
681f802a4d53: Pulling fs layer
ee4435c9a0b2: Pulling fs layer
cfc6fe50ae83: Waiting
2a1815368dab: Waiting
4e89b11a1ef6: Pulling fs layer
681f802a4d53: Waiting
ee4435c9a0b2: Waiting
218cf6bcb4ae: Pulling fs layer
218cf6bcb4ae: Waiting
4e89b11a1ef6: Waiting
40991fcd8a1b: Verifying Checksum
40991fcd8a1b: Download complete
40991fcd8a1b: Pull complete
e05128dd3eb3: Verifying Checksum
e05128dd3eb3: Download complete
3ff42a08404d: Download complete
eaa7ec413ede: Verifying Checksum
eaa7ec413ede: Download complete
e05128dd3eb3: Pull complete
60f83db70cd1: Verifying Checksum
60f83db70cd1: Download complete
e5a47a911091: Verifying Checksum
e5a47a911091: Download complete
6327ccf3508c: Verifying Checksum
6327ccf3508c: Download complete
5d6981d3a5fa: Verifying Checksum
5d6981d3a5fa: Download complete
99922baa8ad6: Verifying Checksum
99922baa8ad6: Download complete
d6e0652ed47d: Verifying Checksum
d6e0652ed47d: Download complete
95c8cc1fe90d: Verifying Checksum
95c8cc1fe90d: Download complete
9cd4fd406201: Verifying Checksum
9cd4fd406201: Download complete
e3a9e943b4f6: Verifying Checksum
e3a9e943b4f6: Download complete
aadf7e8e8d6a: Verifying Checksum
aadf7e8e8d6a: Download complete
2dfff197ac70: Download complete
c3504cd6bbb5: Verifying Checksum
c3504cd6bbb5: Download complete
3c8f3f6b9b40: Verifying Checksum
3c8f3f6b9b40: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
da5148c6a8cc: Download complete
cd4749025117: Download complete
41b38dff52ae: Download complete
de520dc36bc6: Download complete
fcdda9e04c1f: Verifying Checksum
fcdda9e04c1f: Download complete
73d3633f03ac: Verifying Checksum
73d3633f03ac: Download complete
ef339a4cc918: Verifying Checksum
ef339a4cc918: Download complete
5335cfb42bc8: Verifying Checksum
5335cfb42bc8: Download complete
cfe95843ebf6: Verifying Checksum
cfe95843ebf6: Download complete
6d988f80827f: Verifying Checksum
6d988f80827f: Download complete
fbbad437eb63: Verifying Checksum
fbbad437eb63: Download complete
82c53910b2be: Verifying Checksum
82c53910b2be: Download complete
0d9d82defd42: Verifying Checksum
0d9d82defd42: Download complete
fb8f37a4d801: Verifying Checksum
fb8f37a4d801: Download complete
6e8c773a8be6: Verifying Checksum
6e8c773a8be6: Download complete
371876dd87f9: Download complete
b7473f79970c: Verifying Checksum
b7473f79970c: Download complete
7ae22122e76c: Verifying Checksum
7ae22122e76c: Download complete
68bfb5598785: Verifying Checksum
68bfb5598785: Download complete
cfc6fe50ae83: Verifying Checksum
cfc6fe50ae83: Download complete
2a1815368dab: Verifying Checksum
2a1815368dab: Download complete
681f802a4d53: Verifying Checksum
681f802a4d53: Download complete
ee4435c9a0b2: Download complete
4e89b11a1ef6: Verifying Checksum
4e89b11a1ef6: Download complete
218cf6bcb4ae: Verifying Checksum
218cf6bcb4ae: Download complete
3425e1313de9: Verifying Checksum
3425e1313de9: Download complete
3425e1313de9: Pull complete
3ff42a08404d: Pull complete
eaa7ec413ede: Pull complete
60f83db70cd1: Pull complete
e5a47a911091: Pull complete
6327ccf3508c: Pull complete
5d6981d3a5fa: Pull complete
99922baa8ad6: Pull complete
d6e0652ed47d: Pull complete
95c8cc1fe90d: Pull complete
9cd4fd406201: Pull complete
e3a9e943b4f6: Pull complete
aadf7e8e8d6a: Pull complete
2dfff197ac70: Pull complete
c3504cd6bbb5: Pull complete
3c8f3f6b9b40: Pull complete
4f4fb700ef54: Pull complete
da5148c6a8cc: Pull complete
cd4749025117: Pull complete
41b38dff52ae: Pull complete
de520dc36bc6: Pull complete
fcdda9e04c1f: Pull complete
73d3633f03ac: Pull complete
ef339a4cc918: Pull complete
5335cfb42bc8: Pull complete
cfe95843ebf6: Pull complete
6d988f80827f: Pull complete
fbbad437eb63: Pull complete
82c53910b2be: Pull complete
0d9d82defd42: Pull complete
fb8f37a4d801: Pull complete
6e8c773a8be6: Pull complete
371876dd87f9: Pull complete
b7473f79970c: Pull complete
7ae22122e76c: Pull complete
68bfb5598785: Pull complete
cfc6fe50ae83: Pull complete
2a1815368dab: Pull complete
681f802a4d53: Pull complete
ee4435c9a0b2: Pull complete
4e89b11a1ef6: Pull complete
218cf6bcb4ae: Pull complete
Digest: sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d
Status: Downloaded newer image for ocaml/opam@sha256:ab892b8e19dfba582695a07fc8e4eaa0b80ebeb8d981b904de555257ae24fa6d
2026-04-05 06:25.05 ---> using "e7a3b3d67b5578edf9324e9b59ca0d7aa787a0be0d86578e70e91b388f8ec84a" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:25.05 ---> using "58dc043c890af18d974f9d2faab21126101bcb281794322c9b8f8c57a3613f9a" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:25.05 ---> using "244af0c4540a33894ed59d295029ce18cd452b092d29c5d57700cc0b284fee49" 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-leap os-version=15.6
# 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:25.05 ---> using "4a851a3ae281f821ba9ff63148707c936d034a84b1981f5feef9df24d219d549" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:25.05 ---> using "2a771c0ad1bfe0919b38a1cb3561270884c2d5b0edc13a0031f5eab75ec36433" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .........
- ..........
- .........
- ........
- .........
- ............
- ......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .......
- ........
- ........
- .......
- ........
- ........
- ......
- .......
- .......
- .......
- .......
- .....
- ......
- ......
- ........
- ......
- .......
- .......
- ...
- ........
- .........
- ........
- .........
- ........
- ........
- .......
- ........
- ........
- .........
- ........
- ........
- .........
- ........
- ......
- .....
- .....
- .......
- ......
- ......
- .
- .....
- ......
- .........
- .........
- .......
- .......
- .......
- ........
- ........
- ........
- .........
- .........
- .......
- .........
- .......
- ...
- ..
- ........
- .......
- ........
- ........
- ........
- .....
- ......
- .......
- .......
- ......
- .......
- .....
- ........
- .......
- .......
- .......
- ...
- .......
- ........
- .......
- ........
- ......
- .......
- .......
- ........
- ........
- .......
- .......
- .......
- ........
- .......
- ......
- ......
- ......
- ........
- .......
- .......
- ......
- .......
- ........
- .......
- .....
- ........
- .........
- .......
- .........
- ........
- ........
- .........
- ........
- .........
- ........
- .........
- ........
- ........
- .........
- ........
- ........
- .........
- ........
- .........
- ........
- .....
- .........
- .........
- .........
- ........
- ........
- .........
- .......
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- ........
- .........
- ..........
- .........
- .........
- .........
- ........
- .........
- ......
- ......
- ........
- .........
- ........
- ........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- ..........
- .........
- ........
- ..........
- .........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- .....
- .....
- ....
- .........
- ............
- .........
- .....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-05 06:30.11 ---> saved as "5ce751c3f7e160702f68d1253e1ff8b84fb0459060fb35dd372339fae5536c01"

/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:30.12 ---> saved as "2e66e58fdf5c2dcd9d5494e14f76e98fd70004f2d210867def1a7537857325d9"

/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-15.6\\\"\"; 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 171 NEW packages are going to be installed:
-   Mesa Mesa-dri Mesa-gallium Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 adwaita-icon-theme cairo-devel cups-config 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 libLLVM17 libXcursor1 libXdamage1 libXext-devel libXext6 libXfixes3 libXft-devel libXft2 libXi6 libXinerama1 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 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libglvnd libgmodule-2_0-0 libgnutls30 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 libgstplayer-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 libhogweed6 libicu73_2 libicu73_2-devel libicu73_2-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libjson-glib-1_0-0 liblcms2-2 liblzo2-2 libmount-devel libnettle8 libogg0 libopenssl1_1 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_6m1_0 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtheoradec1 libtheoraenc1 libtiff-devel libtiff6 libtracker-sparql-3_0-0 libunwind libvisual libvorbis0 libvorbisenc2 libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 libzstd-devel lzo-devel pango-devel pcre2-devel python3-base renderproto-devel shared-mime-info system-user-lp typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Graphene-1_0 typelib-1_0-Gtk-4_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel xextproto-devel xkeyboard-config xz-devel
- 
- 171 new packages to install.
- 
- Package download size:    94.6 MiB
- 
- Package install size change:
-               |     417.7 MiB  required by packages that will be installed
-    417.7 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch (Main Repository) (1/171),  46.2 KiB    
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch.rpm [....
- ....
- ....done (1.2 KiB/s)]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (2/171),  11.4 KiB    
- Retrieving: libXdamage1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (3/171),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (4/171),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (5/171),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (6/171), 449.6 KiB    
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.done]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (7/171),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libcdda_interface0-3.10.2-1.28.x86_64 (Main Repository) (8/171),  35.7 KiB    
- Retrieving: libcdda_interface0-3.10.2-1.28.x86_64.rpm [.done]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (9/171),  43.5 KiB    
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (10/171),  77.1 KiB    
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (11/171),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.done]
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64 (Main Repository) (12/171), 194.9 KiB    
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64.rpm [.done]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (13/171),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (14/171),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (15/171),  73.8 KiB    
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (16/171),   7.3 MiB    
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [......done (5.1 MiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (17/171),  33.0 KiB    
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [.done]
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64 (Main Repository) (18/171), 180.4 KiB    
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (19/171), 180.8 KiB    
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.
- done]
- Retrieving: liblzo2-2-2.10-2.22.x86_64 (Main Repository) (20/171),  50.8 KiB    
- Retrieving: liblzo2-2-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64 (Main Repository) (21/171),  23.6 KiB    
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64 (Main Repository) (22/171), 204.7 KiB    
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64.rpm [.done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (23/171),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (24/171), 282.8 KiB    
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (25/171), 269.6 KiB    
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (26/171),  30.1 KiB    
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (27/171),  46.5 KiB    
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64.rpm [.done]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (28/171), 139.8 KiB    
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (29/171),  54.0 KiB    
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libunwind-1.5.0-4.5.1.x86_64 (Main Repository) (30/171),  60.8 KiB    
- Retrieving: libunwind-1.5.0-4.5.1.x86_64.rpm [.done]
- Retrieving: libvisual-0.4.0-1.34.x86_64 (Main Repository) (31/171), 129.4 KiB    
- Retrieving: libvisual-0.4.0-1.34.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (32/171), 138.5 KiB    
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (33/171),  39.7 KiB    
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 (Main Repository) (34/171),  18.6 KiB    
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (35/171),  45.4 KiB    
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (36/171),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (37/171),  72.0 KiB    
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (38/171),  22.9 KiB    
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.done]
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch (Main Repository) (39/171),  11.9 KiB    
- Retrieving: system-user-lp-20170617-150400.24.2.1.noarch.rpm [.done]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (40/171), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.done]
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (41/171), 430.9 KiB    
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [.done]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (42/171),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXv1-1.0.11-1.23.x86_64 (Main Repository) (43/171),  16.8 KiB    
- Retrieving: libXv1-1.0.11-1.23.x86_64.rpm [.done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (44/171),  11.2 KiB    
- Retrieving: libXinerama1-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (45/171),  35.6 KiB    
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXrandr2-1.5.1-2.17.x86_64 (Main Repository) (46/171),  23.3 KiB    
- Retrieving: libXrandr2-1.5.1-2.17.x86_64.rpm [.
- done]
- Retrieving: libXcursor1-1.1.15-1.18.x86_64 (Main Repository) (47/171),  25.8 KiB    
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libcdda_paranoia0-3.10.2-1.28.x86_64 (Main Repository) (48/171),  23.7 KiB    
- Retrieving: libcdda_paranoia0-3.10.2-1.28.x86_64.rpm [.done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (49/171), 110.2 KiB    
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (50/171),  63.9 KiB    
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 (Main Repository) (51/171),  59.5 KiB    
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (52/171),  63.8 KiB    
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64 (Main Repository) (53/171),  94.7 KiB    
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64 (Main Repository) (54/171),  25.7 KiB    
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (55/171),   1.8 MiB    
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [..done (731.8 KiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (56/171), 121.1 KiB    
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: lzo-devel-2.10-2.22.x86_64 (Main Repository) (57/171),  55.7 KiB    
- Retrieving: lzo-devel-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64 (Main Repository) (58/171),  91.5 KiB    
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (59/171), 122.7 KiB    
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (60/171), 100.8 KiB    
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (61/171), 275.7 KiB    
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (62/171),  23.1 KiB    
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64 (Main Repository) (63/171),  24.5 KiB    
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (64/171),  17.1 KiB    
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (65/171),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (66/171), 702.5 KiB    
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [..done (566.2 KiB/s)]
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 (Main Repository) (67/171),  77.9 KiB    
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (68/171),  20.2 KiB    
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64.rpm [.
- done]
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64 (Main Repository) (69/171), 104.5 KiB    
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/171), 187.6 KiB    
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.....
- ....
- ..not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/171),  95.4 KiB    
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64.rpm [.done]
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch (Update repository with updates from SUSE Linux Enterprise 15) (72/171),  97.4 KiB    
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch.rpm [.not found]
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch.rpm [.not found]
- Retrieving: gtk4-schema-4.12.4-150600.3.6.2.noarch.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (73/171),  45.9 KiB    
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.12.1.x86_64.rpm [.done]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (74/171),  69.5 KiB    
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.18.1.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (75/171), 203.4 KiB    
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (76/171),  66.6 KiB    
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (77/171), 148.2 KiB    
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.
- done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (78/171), 279.2 KiB    
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (79/171), 144.7 KiB    
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (80/171), 152.0 KiB    
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.done]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (81/171), 171.1 KiB    
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/171),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [...done (1.1 MiB/s)]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (83/171), 134.9 KiB    
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (84/171), 172.0 KiB    
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (85/171), 140.0 KiB    
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (86/171), 336.6 KiB    
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.done]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (87/171),  73.7 KiB    
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.
- not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/171),  23.7 MiB    
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [..........
- ..........
- ..done (11.7 MiB/s)]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/171), 255.3 KiB    
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (90/171), 201.7 KiB    
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (91/171), 245.1 KiB    
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.83.1.x86_64.rpm [.done]
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (92/171), 119.2 KiB    
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/171), 120.3 KiB    
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (94/171),  49.1 KiB    
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.12.1.x86_64.rpm [.done]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/171),  32.2 KiB    
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/171), 226.0 KiB    
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/171),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [..
- .......done (6.9 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/171),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [..
- done (786.3 KiB/s)]
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/171),  20.1 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (100/171), 198.8 KiB    
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (101/171), 107.0 KiB    
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/171), 454.8 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.done]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (103/171),   7.9 MiB    
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [......
- ...done (7.4 MiB/s)]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (104/171), 118.2 KiB    
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (105/171),  77.3 KiB    
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (106/171),  70.4 KiB    
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.18.1.x86_64.rpm [.done]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (107/171), 916.2 KiB    
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [..done (610.5 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (108/171), 587.0 KiB    
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (109/171), 942.6 KiB    
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.
- .done (525.5 KiB/s)]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (110/171), 236.3 KiB    
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.83.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (111/171), 520.2 KiB    
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/171),  58.6 KiB    
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (113/171),  75.2 KiB    
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64 (Main Repository) (114/171),  30.0 KiB    
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64.rpm [.done]
- Retrieving: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64 (Main Repository) (115/171),  57.8 KiB    
- Retrieving: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (116/171), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (117/171),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (118/171), 218.8 KiB    
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (119/171),  43.5 KiB    
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64 (Main Repository) (120/171),  23.0 KiB    
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (121/171),  19.2 KiB    
- Retrieving: libXft-devel-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (122/171),  19.6 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [.
- .....
- ....
- .done]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (123/171), 534.1 KiB    
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [..done (175.5 KiB/s)]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (124/171), 279.4 KiB    
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [..done (157.3 KiB/s)]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (125/171), 740.4 KiB    
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [..done (9.5 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (126/171), 246.9 KiB    
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.
- .done (8.1 KiB/s)]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (127/171),  91.0 KiB    
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [..done (16.5 KiB/s)]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (128/171),  81.5 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [..done (17.9 KiB/s)]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (129/171),  44.9 KiB    
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [..done (8.1 KiB/s)]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (130/171), 173.8 KiB    
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [..done (8.1 KiB/s)]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (131/171), 308.6 KiB    
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.
- .done (5.3 KiB/s)]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (132/171), 808.7 KiB    
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [...done (673.3 KiB/s)]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (133/171), 471.7 KiB    
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (134/171), 144.5 KiB    
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64.rpm [..done (8.1 KiB/s)]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (135/171), 585.1 KiB    
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [..done (6.7 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (136/171),  35.9 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.
- not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (137/171),  10.1 MiB    
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.........
- .........
- .done (5.0 MiB/s)]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (138/171), 302.4 KiB    
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (139/171), 167.2 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [..done (30.4 KiB/s)]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (140/171), 277.7 KiB    
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: libjson-glib-1_0-0-1.8.0-150600.1.3.x86_64 (Main Repository) (141/171),  76.5 KiB    
- Retrieving: libjson-glib-1_0-0-1.8.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libcloudproviders0-0.3.5-150600.1.2.x86_64 (Main Repository) (142/171),  38.1 KiB    
- Retrieving: libcloudproviders0-0.3.5-150600.1.2.x86_64.rpm [.done]
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (143/171), 189.5 KiB    
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 (Main Repository) (144/171), 122.2 KiB    
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Graphene-1_0-1.10.8-150600.1.3.x86_64 (Main Repository) (145/171),  26.4 KiB    
- Retrieving: typelib-1_0-Graphene-1_0-1.10.8-150600.1.3.x86_64.rpm [.done]
- Retrieving: libgraphene-devel-1.10.8-150600.1.3.x86_64 (Main Repository) (146/171), 296.2 KiB    
- Retrieving: libgraphene-devel-1.10.8-150600.1.3.x86_64.rpm [.done]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (147/171), 150.9 KiB    
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [..done (24.8 KiB/s)]
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (148/171), 307.3 KiB    
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64.rpm [.not found]
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64.rpm [.not found]
- Retrieving: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64.rpm [.
- .done (12.3 KiB/s)]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (149/171),  84.6 KiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (150/171),  35.2 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [..done (8.1 KiB/s)]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (151/171), 237.7 KiB    
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [..done (65.3 KiB/s)]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (152/171), 198.9 KiB    
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [..done (75.0 KiB/s)]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (153/171),  31.1 KiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (154/171), 146.9 KiB    
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.
- not found]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [..done (10.9 KiB/s)]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (155/171), 310.4 KiB    
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [..done (128.0 KiB/s)]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (156/171), 962.1 KiB    
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [...done (758.4 KiB/s)]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (157/171),  74.5 KiB    
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (158/171), 253.5 KiB    
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (159/171),  84.5 KiB    
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (160/171),  90.8 KiB    
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (161/171),  87.4 KiB    
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.
- not found]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (162/171),  54.8 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (163/171), 180.1 KiB    
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64 (Main Update Repository) (164/171), 134.0 KiB    
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.done]
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64 (Main Update Repository) (165/171), 114.1 KiB    
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64.rpm [.done]
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (166/171), 734.7 KiB    
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-tools-4.12.4-150600.3.6.2.x86_64.rpm [..done (645.4 KiB/s)]
- Retrieving: adwaita-icon-theme-45.0-150600.1.2.noarch (Main Repository) (167/171), 780.5 KiB    
- Retrieving: adwaita-icon-theme-45.0-150600.1.2.noarch.rpm [.done]
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (168/171),   2.7 MiB    
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: libgtk-4-1-4.12.4-150600.3.6.2.x86_64.rpm [...
- ....done (2.6 MiB/s)]
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (169/171), 264.8 KiB    
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64.rpm [.done]
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (170/171),   4.0 MiB    
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64.rpm [.....
- ..done (3.7 MiB/s)]
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (171/171),   1.1 MiB    
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64.rpm [.not found]
- Retrieving: gtk4-devel-4.12.4-150600.3.6.2.x86_64.rpm [..done (677.5 KiB/s)]
- 
- Checking for file conflicts: [.....done]
- (  1/171) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [..done]
- (  2/171) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- (  3/171) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  4/171) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- (  5/171) Installing: libXrender1-0.9.10-1.30.x86_64 [.
- .done]
- (  6/171) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- (  7/171) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- (  8/171) Installing: libcdda_interface0-3.10.2-1.28.x86_64 [..done]
- (  9/171) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 10/171) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 11/171) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 12/171) Installing: libepoxy0-1.5.10-150500.1.2.x86_64 [..done]
- ( 13/171) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 14/171) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 15/171) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 16/171) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [.......
- ....done]
- ( 17/171) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 18/171) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- ( 19/171) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- ( 20/171) Installing: liblzo2-2-2.10-2.22.x86_64 [..done]
- ( 21/171) Installing: libogg0-1.3.2-150000.3.4.1.x86_64 [..done]
- ( 22/171) Installing: libopus0-1.3.1-150000.3.8.1.x86_64 [..done]
- ( 23/171) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 24/171) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 25/171) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 26/171) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 27/171) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 28/171) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 29/171) Installing: libtheoradec1-1.1.1-150000.3.3.1.x86_64 [..done]
- ( 30/171) Installing: libunwind-1.5.0-4.5.1.x86_64 [..done]
- ( 31/171) Installing: libvisual-0.4.0-1.34.x86_64 [..done]
- ( 32/171) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 33/171) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- ( 34/171) Installing: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 [.
- .done]
- ( 35/171) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- ( 36/171) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 37/171) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 38/171) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 39/171) Installing: system-user-lp-20170617-150400.24.2.1.noarch [..
- /usr/sbin/useradd -r -c Printing daemon -d /var/spool/lpd -g lp lp -s /usr/sbin/nologin
- done]
- ( 40/171) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 41/171) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..done]
- ( 42/171) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 43/171) Installing: libXv1-1.0.11-1.23.x86_64 [..done]
- ( 44/171) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 45/171) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 46/171) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 47/171) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 48/171) Installing: libcdda_paranoia0-3.10.2-1.28.x86_64 [..done]
- ( 49/171) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done]
- ( 50/171) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- ( 51/171) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- ( 52/171) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- ( 53/171) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 54/171) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 55/171) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- ( 56/171) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- ( 57/171) Installing: lzo-devel-2.10-2.22.x86_64 [..done]
- ( 58/171) Installing: libvorbis0-1.3.6-150000.4.5.2.x86_64 [..done]
- ( 59/171) Installing: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 [.
- .done]
- ( 60/171) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- ( 61/171) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done]
- ( 62/171) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 63/171) Installing: libwayland-cursor0-1.22.0-150600.1.6.x86_64 [..done]
- ( 64/171) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 65/171) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 66/171) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [..done]
- ( 67/171) Installing: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 [..done]
- ( 68/171) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 69/171) Installing: wayland-devel-1.22.0-150600.1.6.x86_64 [..done]
- ( 70/171) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 71/171) Installing: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 [..done]
- ( 72/171) Installing: gtk4-schema-4.12.4-150600.3.6.2.noarch [..done]
- ( 73/171) Installing: libavahi-common3-0.8-150600.15.12.1.x86_64 [..done]
- ( 74/171) Installing: libblkid-devel-2.39.3-150600.4.18.1.x86_64 [..done]
- ( 75/171) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 76/171) Installing: libexpat-devel-2.7.1-150400.3.37.1.x86_64 [..done]
- ( 77/171) Installing: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 78/171) Installing: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 79/171) Installing: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- ( 80/171) Installing: liblcms2-2-2.15-150600.3.3.2.x86_64 [..done]
- ( 81/171) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 82/171) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done]
- ( 83/171) Installing: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64 [..done]
- ( 84/171) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..
- done]
- ( 85/171) Installing: libpng16-16-1.6.40-150600.3.12.1.x86_64 [..done]
- ( 86/171) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..done]
- ( 87/171) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- ( 88/171) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [..
- ..........
- ..........
- ......done]
- ( 89/171) Installing: libtiff6-4.7.1-150600.3.23.1.x86_64 [..done]
- ( 90/171) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 91/171) Installing: cups-config-2.2.7-150000.3.83.1.x86_64 [..done]
- ( 92/171) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done]
- ( 93/171) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..done]
- ( 94/171) Installing: libavahi-client3-0.8-150600.15.12.1.x86_64 [..done]
- ( 95/171) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 96/171) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- ( 97/171) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [..
- .........done]
- ( 98/171) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [..
- .done]
- ( 99/171) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- (100/171) Installing: libpng16-devel-1.6.40-150600.3.12.1.x86_64 [..done]
- (101/171) Installing: libpng16-compat-devel-1.6.40-150600.3.12.1.x86_64 [..done]
- (102/171) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (103/171) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [........
- ...done]
- (104/171) Installing: libtiff-devel-4.7.1-150600.3.23.1.x86_64 [..done]
- (105/171) Installing: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 [..done]
- (106/171) Installing: libmount-devel-2.39.3-150600.4.18.1.x86_64 [..done]
- (107/171) Installing: libgnutls30-3.8.3-150600.4.17.1.x86_64 [..done]
- (108/171) Installing: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 [..done]
- (109/171) Installing: freetype2-devel-2.10.4-150000.4.25.1.x86_64 [...done]
- (110/171) Installing: libcups2-2.2.7-150000.3.83.1.x86_64 [..done]
- (111/171) Installing: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 [..done]
- (112/171) Installing: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 [..done]
- (113/171) Installing: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 [..done]
- (114/171) Installing: libgudev-1_0-0-237-150400.1.6.x86_64 [..done]
- (115/171) Installing: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64 [..done]
- (116/171) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (117/171) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (118/171) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..
- done]
- (119/171) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (120/171) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- (121/171) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- (122/171) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (123/171) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done]
- (124/171) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (125/171) Installing: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (126/171) Installing: glib2-tools-2.78.6-150600.4.35.1.x86_64 [..done]
- (127/171) Installing: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 [..done]
- (128/171) Installing: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 [..done]
- (129/171) Installing: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 [..done]
- (130/171) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (131/171) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (132/171) Installing: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 [..done]
- (133/171) Installing: gstreamer-1.24.0-150600.3.3.1.x86_64 [..
- setting /usr/lib/gstreamer-1.0/gst-ptp-helper to root:root 0755 "cap_net_bind_service=ep". (wrong missing capabilities)
- done]
- (134/171) Installing: libcolord2-1.4.6-150600.3.8.1.x86_64 [..done]
- (135/171) Installing: glib2-devel-2.78.6-150600.4.35.1.x86_64 [..done]
- (136/171) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 [..done]
- (137/171) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [...
- .........
- ..........
- .done]
- (138/171) Installing: cairo-devel-1.18.4-150600.3.3.1.x86_64 [..done]
- (139/171) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 [..done]
- (140/171) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (141/171) Installing: libjson-glib-1_0-0-1.8.0-150600.1.3.x86_64 [..done]
- (142/171) Installing: libcloudproviders0-0.3.5-150600.1.2.x86_64 [..done]
- (143/171) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (144/171) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done]
- (145/171) Installing: typelib-1_0-Graphene-1_0-1.10.8-150600.1.3.x86_64 [..done]
- (146/171) Installing: libgraphene-devel-1.10.8-150600.1.3.x86_64 [..done]
- (147/171) Installing: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (148/171) Installing: libtracker-sparql-3_0-0-3.6.0-150600.4.3.1.x86_64 [..done]
- (149/171) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 [..done]
- (150/171) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (151/171) Installing: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (152/171) Installing: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 [..done]
- (153/171) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 [.
- .done]
- (154/171) Installing: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (155/171) Installing: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (156/171) Installing: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64 [...done]
- (157/171) Installing: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (158/171) Installing: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (159/171) Installing: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 [..done]
- (160/171) Installing: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (161/171) Installing: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (162/171) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done]
- (163/171) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [..done]
- (164/171) Installing: libgstplay-1_0-0-1.24.0-lp156.3.3.1.x86_64 [..done]
- (165/171) Installing: libgstplayer-1_0-0-1.24.0-lp156.3.3.1.x86_64 [..done]
- (166/171) Installing: gtk4-tools-4.12.4-150600.3.6.2.x86_64 [...
- done]
- (167/171) Installing: adwaita-icon-theme-45.0-150600.1.2.noarch [......done]
- (168/171) Installing: libgtk-4-1-4.12.4-150600.3.6.2.x86_64 [......
- done]
- (169/171) Installing: typelib-1_0-Gtk-4_0-4.12.4-150600.3.6.2.x86_64 [..done]
- (170/171) Installing: gtk4-devel-tools-4.12.4-150600.3.6.2.x86_64 [.......done]
- (171/171) Installing: gtk4-devel-4.12.4-150600.3.6.2.x86_64 [....
- .done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
-> retrieved containers.3.18  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocgtk.0.1~preview0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> installed num.1.6
-> 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 ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed xmlm.1.4.0
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed either.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.22.1
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed containers.3.18
-> installed base.v0.17.3
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
[ERROR] The compilation of ocgtk.0.1~preview0 failed at "dune build -p ocgtk -j 71 @install".

#=== ERROR while compiling ocgtk.0.1~preview0 =================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.1 | pinned(https://github.com/chris-armstrong/ocgtk/archive/refs/tags/v0.1-preview0.tar.gz)
# path                 ~/.opam/5.4/.opam-switch/build/ocgtk.0.1~preview0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ocgtk -j 71 @install
# exit-code            1
# env-file             ~/.opam/log/ocgtk-7-f6eccd.env
# output-file          ~/.opam/log/ocgtk-7-f6eccd.out
### output ###
# File "ocgtk/src/gsk/generated/dune-generated.inc", line 214, characters 3-21:
# 214 |    ml_gl_renderer_gen
#          ^^^^^^^^^^^^^^^^^^
# (cd _build/default/ocgtk/src/gsk && /usr/bin/gcc -fPIC -Igenerated -Icore -I../common -mfpmath=sse -msse -msse2 -pthread -I/usr/include/gtk-4.0 -I/usr/include/libxkbcommon -I/usr/include/wayland -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -mfpmath=sse -msse -msse2 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -mfpmath=sse -msse -msse2 -pthread -I/usr/include/gtk-4.0 -I/usr/include/libxkbcommon -I/usr/include/wayland -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-int-conversion -g -I /home/opam/.opam/5.4/lib/ocaml -I ../cairo -I ../common -I ../gdk -I ../gdkpixbuf -I ../gio -I ../graphene -I ../pango -I ../pangocairo -o ml_gl_renderer_gen.o -c generated/ml_gl_renderer_gen.c)
# generated/ml_gl_renderer_gen.c: In function 'ml_gsk_gl_renderer_new':
# generated/ml_gl_renderer_gen.c:25:1: error: unknown type name 'GskGLRenderer'; did you mean 'GskRenderer'?
#  GskGLRenderer *obj = gsk_gl_renderer_new();
#  ^~~~~~~~~~~~~
#  GskRenderer
# generated/ml_gl_renderer_gen.c:25:22: warning: implicit declaration of function 'gsk_gl_renderer_new'; did you mean 'ml_gsk_gl_renderer_new'? [-Wimplicit-function-declaration]
#  GskGLRenderer *obj = gsk_gl_renderer_new();
#                       ^~~~~~~~~~~~~~~~~~~
#                       ml_gsk_gl_renderer_new
# File "ocgtk/src/gsk/generated/dune-generated.inc", line 247, characters 3-25:
# 247 |    ml_vulkan_renderer_gen
#          ^^^^^^^^^^^^^^^^^^^^^^
# (cd _build/default/ocgtk/src/gsk && /usr/bin/gcc -fPIC -Igenerated -Icore -I../common -mfpmath=sse -msse -msse2 -pthread -I/usr/include/gtk-4.0 -I/usr/include/libxkbcommon -I/usr/include/wayland -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -mfpmath=sse -msse -msse2 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -mfpmath=sse -msse -msse2 -pthread -I/usr/include/gtk-4.0 -I/usr/include/libxkbcommon -I/usr/include/wayland -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/pixman-1 -Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-int-conversion -g -I /home/opam/.opam/5.4/lib/ocaml -I ../cairo -I ../common -I ../gdk -I ../gdkpixbuf -I ../gio -I ../graphene -I ../pango -I ../pangocairo -o ml_vulkan_renderer_gen.o -c generated/ml_vulkan_renderer_gen.c)
# generated/ml_vulkan_renderer_gen.c: In function 'ml_gsk_vulkan_renderer_new':
# generated/ml_vulkan_renderer_gen.c:23:1: error: unknown type name 'GskVulkanRenderer'; did you mean 'GskVulkanRenderer_val'?
#  GskVulkanRenderer *obj = gsk_vulkan_renderer_new();
#  ^~~~~~~~~~~~~~~~~
#  GskVulkanRenderer_val
# generated/ml_vulkan_renderer_gen.c:23:26: warning: implicit declaration of function 'gsk_vulkan_renderer_new'; did you mean 'ml_gsk_vulkan_renderer_new'? [-Wimplicit-function-declaration]
#  GskVulkanRenderer *obj = gsk_vulkan_renderer_new();
#                           ^~~~~~~~~~~~~~~~~~~~~~~
#                           ml_gsk_vulkan_renderer_new



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocgtk 0.1~preview0
+- 
+- The following changes have been performed
| - install base                    v0.17.3
| - install cmdliner                2.1.0
| - install conf-gtk4               1
| - install conf-pkg-config         4
| - install containers              3.18
| - install cppo                    1.8.0
| - install csexp                   1.5.2
| - install dune                    3.22.1
| - install dune-configurator       3.22.1
| - install either                  1.0.0
| - install logs                    0.10.0
| - install num                     1.6
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild              0.16.1
| - install ocamlfind               1.9.8
| - install parsexp                 v0.17.0
| - install ppx_derivers            1.2.1
| - install ppx_deriving            6.1.1
| - install ppx_sexp_conv           v0.17.1
| - install ppxlib                  0.38.0
| - install ppxlib_jane             v0.17.4
| - install re                      1.14.0
| - install sexplib                 v0.17.0
| - install sexplib0                v0.17.0
| - install stdlib-shims            0.3.0
| - install topkg                   1.1.1
| - install xmlm                    1.4.0
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260405063012.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "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-15.6\""; 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" failed with exit status 1
2026-04-05 06:32.52: Job failed: Failed: Build failed
2026-04-05 06:32.52: Log analysis:
2026-04-05 06:32.52: >>> 
[ERROR] The compilation of ocgtk.0.1~preview0 failed at "dune build -p ocgtk -j 71 @install".
 (score = 20)
2026-04-05 06:32.52: >>> 
# generated/ml_gl_renderer_gen.c:25:1: error: unknown type name 'GskGLRenderer'; did you mean 'GskRenderer'?
 (score = 30)
2026-04-05 06:32.52: >>> 
# generated/ml_vulkan_renderer_gen.c:23:1: error: unknown type name 'GskVulkanRenderer'; did you mean 'GskVulkanRenderer_val'?
 (score = 30)
2026-04-05 06:32.52: unknown type name 'GskGLRenderer'; did you mean 'GskRenderer'?