(not at the head of any monitored branch or PR)
2025-11-28 08:09.08: New job: test frama-clang.0.0.19~beta, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28843/head (54f70dbf3bc6d5a86217e550916b1400ce7f19db)
                              on opensuse-15.6-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28843/head" && git reset --hard 54f70dbf
git fetch origin master
git merge --no-edit eb45f7ec868b0ffc828b9d59cccc72cfec100333
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc
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 frama-clang.0.0.19~beta 0.0.19~beta
RUN opam reinstall frama-clang.0.0.19~beta; \
    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" != 'frama-clang.0.0.19~beta' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test frama-clang.0.0.19~beta) || true
RUN opam reinstall --with-test --verbose frama-clang.0.0.19~beta; \
    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" != 'frama-clang.0.0.19~beta' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-11-28 08:09.08: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc-frama-clang.0.0.19~beta-54f70dbf3bc6d5a86217e550916b1400ce7f19db"
2025-11-28 08:09.08: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc)
 (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 frama-clang.0.0.19~beta 0.0.19~beta"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama-clang.0.0.19~beta;\
             \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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test frama-clang.0.0.19~beta) || true"))
 (run (shell  "opam reinstall --with-test --verbose frama-clang.0.0.19~beta;\
             \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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-28 08:09.08: Waiting for resource in pool OCluster
2025-11-28 08:09.08: Waiting for worker…
2025-11-28 08:09.22: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at eb45f7ec86 Merge pull request #28982 from dinosaure/release-dkim-v0.9.0
Merge made by the 'ort' strategy.
 packages/frama-clang/frama-clang.0.0.19~beta/opam | 47 +++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 packages/frama-clang/frama-clang.0.0.19~beta/opam

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:50aa7a792077bfe5442547de8d4e905fc62326dd7ff1e6b8e5918804437644dc)
2025-11-28 08:09.24 ---> using "1ed727fb4720e9227d4a2d9ffd31de95472026133f61c47fad7232f79b4bcbf3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-28 08:09.24 ---> saved as "50814f7fd1f82b7a5ba0242ed87dd6bbc5495a38c437e0500da5f2c6c48d83f6"

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

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

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-28 08:09.44 ---> saved as "74e40f6d04f83426c2e7a9762092a467398b67ef6cc77cc19568d1de54070b12"

/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~beta1
# 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-11-28 08:09.45 ---> saved as "0c86769fcee6cb5e37c7759dfac5be954b09a584d68c8c52bab00a03449f7ae8"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-28 08:09.53 ---> saved as "caa43b59b600c8ce15c98a73ed40c46a51dbc3523ccdd97d61bc9ca3a7325f9f"

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-28 08:10.01 ---> saved as "714c1e700512974bf82ad91714dfce439a9806eda3f1384855d97b127548e911"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-28 08:10.17 ---> saved as "a39193c8a1886aee3bd3303bb34d61a15bf62e55e7e2e38aa4b31036e5a8adac"

/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
- ......
- ....
- ....
- ............
- ...error]
- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is invalid.
- [repo-sle-update|http://download.opensuse.org/update/leap/15.6/sle/] Failed to retrieve new repository metadata.
- History:
-  - Location 'http://cdn.opensuse.org/update/leap/15.6/sle/repodata/0af4edc43d54d088c8ec4aaa5cd8b3ef0e8350d0f3abaf7f60c3dfdb1a24cc30-deltainfo.xml.gz' is temporarily unaccessible.
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Update repository with updates from SUSE Linux Enterprise 15' because of the above error.
- 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.
- Some of the repositories have not been refreshed because of an error.
Fatal error: System package update failed with exit code 4 at command:
    sudo zypper --non-interactive refresh
2025-11-28 08:10.30 ---> saved as "6ab03e3173924940c9a0e504cd0613d57a18fe42acdcd6ccf2df7a3cc59c16cd"

/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta"))
frama-clang is now pinned to version 0.0.19~beta
2025-11-28 08:10.30 ---> saved as "6f43d2e6b8f8855cb2288b52161fd5248a11d3fa3a76ffc24e04d390275f025d"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama-clang.0.0.19~beta;\
                        \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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
frama-clang.0.0.19~beta is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 94 packages
  - install alt-ergo-free        2.2.0                [required by frama-c]
  - install astring              0.8.5                [required by bos]
  - install base                 v0.16.4              [required by ppx_inline_test]
  - install bos                  0.2.1                [required by camlp5]
  - install cairo2               0.6.5                [required by lablgtk3]
  - install camlp-streams        5.0.1                [required by frama-clang]
  - install camlp5               8.04.00              [required by frama-clang]
  - install camlp5-buildscripts  0.06                 [required by camlp5]
  - install camlzip              1.13                 [required by frama-c]
  - install conf-autoconf        0.2                  [required by alt-ergo-free]
  - install conf-bash            1                    [required by camlp5, conf-libclang]
  - install conf-cairo           1                    [required by cairo2]
  - install conf-clang           2                    [required by frama-clang]
  - install conf-cmake           1                    [required by frama-clang]
  - install conf-gmp             5                    [required by zarith]
  - install conf-graphviz        0.1
  - install conf-gtk3            18                   [required by lablgtk3]
  - install conf-gtksourceview3  0+2                  [required by frama-c]
  - install conf-libclang        19                   [required by frama-clang]
  - install conf-libpcre2-8      2                    [required by pcre2]
  - install conf-m4              1                    [required by not-ocamlfind]
  - install conf-perl            2                    [required by camlp5]
  - install conf-pkg-config      4                    [required by conf-gtksourceview3]
  - install conf-which           1                    [required by not-ocamlfind]
  - install conf-zlib            1                    [required by camlzip]
  - install cppo                 1.8.0                [required by ppx_deriving]
  - install csexp                1.5.2                [required by dune-configurator, dune-private-libs]
  - install cstruct              6.2.0                [required by hex]
  - install ctypes               0.24.0               [required by yaml]
  - install dune                 3.20.2               [required by frama-clang]
  - install dune-compiledb       0.6.0                [required by pcre2]
  - install dune-configurator    3.20.2               [required by frama-c]
  - install dune-private-libs    3.20.2               [required by dune-site]
  - install dune-site            3.20.2               [required by frama-c]
  - install dyn                  3.20.2               [required by dune-private-libs]
  - install ezjsonm              1.3.0                [required by dune-compiledb]
  - install fmt                  0.11.0               [required by camlp5]
  - install fpath                0.7.3                [required by bos]
  - install frama-c              32.0~beta            [required by frama-clang]
  - install frama-clang          0.0.19~beta (pinned)
  - install hex                  1.5.0                [required by ezjsonm]
  - install integers             0.7.0                [required by ctypes]
  - install jane-street-headers  v0.16.0              [required by time_now]
  - install jsonm                1.0.2                [required by ezjsonm]
  - install jst-config           v0.16.0              [required by time_now]
  - install lablgtk3             3.1.5                [required by frama-c]
  - install lablgtk3-sourceview3 3.1.5                [required by frama-c]
  - install logs                 0.10.0               [required by bos]
  - install menhir               20211128             [required by frama-c]
  - install menhirLib            20211128             [required by menhir]
  - install menhirSdk            20211128             [required by menhir]
  - install not-ocamlfind        0.14                 [required by camlp5-buildscripts]
  - install num                  1.6                  [required by alt-ergo-free]
  - install ocaml-compiler-libs  v0.12.4              [required by ppxlib]
  - install ocamlbuild           0.16.1               [required by bos]
  - install ocamlfind            1.9.8                [required by camlp5]
  - install ocamlgraph           2.2.0                [required by frama-c]
  - install ocplib-simplex       0.4.1                [required by alt-ergo-free]
  - install ordering             3.20.2               [required by dyn, stdune]
  - install parsexp              v0.16.0              [required by sexplib]
  - install pcre2                8.0.4                [required by camlp5]
  - install pp                   2.0.0                [required by dune-private-libs]
  - install ppx_assert           v0.16.0              [required by jst-config]
  - install ppx_base             v0.16.0              [required by time_now]
  - install ppx_cold             v0.16.0              [required by ppx_base]
  - install ppx_compare          v0.16.0              [required by ppx_base]
  - install ppx_derivers         1.2.1                [required by ppx_deriving]
  - install ppx_deriving         6.0.3                [required by frama-c]
  - install ppx_deriving_yaml    0.4.0                [required by frama-c]
  - install ppx_deriving_yojson  3.9.1                [required by frama-c]
  - install ppx_enumerate        v0.16.0              [required by ppx_base]
  - install ppx_globalize        v0.16.0              [required by ppx_base]
  - install ppx_hash             v0.16.0              [required by ppx_base]
  - install ppx_here             v0.16.0              [required by ppx_assert]
  - install ppx_inline_test      v0.16.1              [required by frama-c]
  - install ppx_optcomp          v0.16.0              [required by time_now]
  - install ppx_sexp_conv        v0.16.0              [required by why3]
  - install ppxlib               0.35.0               [required by frama-c]
  - install psmt2-frontend       0.1                  [required by alt-ergo-free]
  - install re                   1.14.0               [required by camlp5]
  - install rresult              0.7.0                [required by camlp5]
  - install sexplib              v0.16.0              [required by why3]
  - install sexplib0             v0.16.0              [required by ppxlib, dune-compiledb, base]
  - install stdio                v0.16.0              [required by ppx_optcomp]
  - install stdlib-shims         0.3.0                [required by ppxlib]
  - install stdune               3.20.2               [required by dune-private-libs]
  - install time_now             v0.16.0              [required by ppx_inline_test]
  - install topkg                1.1.1                [required by bos]
  - install unionFind            20250818             [required by frama-c]
  - install uutf                 1.0.4                [required by ezjsonm]
  - install why3                 1.8.2                [required by frama-c]
  - install yaml                 3.2.0                [required by frama-c]
  - install yojson               3.0.0                [required by frama-c]
  - install zarith               1.14                 [required by frama-clang]

The following system packages will first need to be installed:
    cairo-devel clang clang-devel cmake gmp-devel graphviz gtk3-devel gtksourceview-devel llvm-devel pcre2-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" "cairo-devel" "clang" "clang-devel" "cmake" "gmp-devel" "graphviz" "gtk3-devel" "gtksourceview-devel" "llvm-devel" "pcre2-devel"
- 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]
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 206 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 at-spi2-core at-spi2-core-devel cairo-devel clang clang-devel clang-tools clang17 clang17-devel cmake cmake-full compositeproto-devel cups-config damageproto-devel dbus-1-devel fixesproto-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools gmp-devel graphite2-devel graphviz graphviz-plugins-core gtk3-data gtk3-devel gtk3-schema gtk3-tools gtksourceview-devel harfbuzz-devel hicolor-icon-theme inputproto-devel libLLVM17 libLLVM19 libLTO17 libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage-devel libXdamage1 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXtst-devel libXtst6 libXxf86vm1 libarchive13 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libclang-cpp17 libclang-cpp19 libclang13 libcolord2 libcups2 libdatrie-devel libdatrie1 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libepoxy-devel libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libglvnd libglvnd-devel libgmodule-2_0-0 libgmpxx4 libgnutls30 libgobject-2_0-0 libgraphite2-3 libgraphviz6 libgthread-2_0-0 libgtk-3-0 libgtksourceview-3_0-1 libgts-0_7-5 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libhogweed6 libicu73_2 libicu73_2-devel libicu73_2-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libjsoncpp19 liblcms2-2 liblzo2-2 libmount-devel libnettle8 libomp17-devel libopenssl1_1 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_11-1_0 libpython3_6m1_0 librhash0 librsvg-2-2 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxml2-devel libxml2-tools libxshmfence1 libzstd-devel llvm-devel llvm-gold llvm17 llvm17-devel llvm17-gold llvm17-polly llvm17-polly-devel lzo-devel pango-devel pcre2-devel python3-base python311-base randrproto-devel readline-devel recordproto-devel renderproto-devel shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gtk-3_0 typelib-1_0-GtkSource-3_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel xextproto-devel xineramaproto-devel xkeyboard-config xz-devel
- 
- 206 new packages to install.
- 
- Package download size:   208.4 MiB
- 
- Package install size change:
-               |      1.01 GiB  required by packages that will be installed
-     1.01 GiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64 (Main Repository) (1/206),  15.2 KiB    
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64.rpm [....
- ....
- ....
- ..done]
- Retrieving: damageproto-devel-1.2.1-1.22.x86_64 (Main Repository) (2/206),  13.4 KiB    
- Retrieving: damageproto-devel-1.2.1-1.22.x86_64.rpm [.done]
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 (Main Repository) (3/206),  59.0 KiB    
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64.rpm [.done]
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch (Main Repository) (4/206),  46.2 KiB    
- Retrieving: hicolor-icon-theme-0.17-150600.19.2.noarch.rpm [.done]
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64 (Main Repository) (5/206),  24.0 KiB    
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64.rpm [.done]
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64 (Main Repository) (6/206),  11.6 KiB    
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (7/206),  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) (8/206),  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) (9/206),  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) (10/206),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (11/206),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (12/206),  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) (13/206),  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) (14/206),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [..done (90.6 KiB/s)]
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64 (Main Repository) (15/206), 194.9 KiB    
- Retrieving: libepoxy0-1.5.10-150500.1.2.x86_64.rpm [..done (158.7 KiB/s)]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (16/206),  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) (17/206),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.
- .done]
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (18/206),  17.1 KiB    
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.done]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (19/206),  73.8 KiB    
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64 (Main Repository) (20/206), 146.3 KiB    
- Retrieving: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64.rpm [..done (87.9 KiB/s)]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (21/206),   7.3 MiB    
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [..
- ..........
- ..........
- ..........
- .done (1.8 MiB/s)]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (22/206),  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) (23/206), 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) (24/206), 180.8 KiB    
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.done]
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (25/206),  77.1 KiB    
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [.done]
- Retrieving: liblzo2-2-2.10-2.22.x86_64 (Main Repository) (26/206),  50.8 KiB    
- Retrieving: liblzo2-2-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (27/206),  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) (28/206), 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) (29/206), 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) (30/206),  30.1 KiB    
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64 (Main Repository) (31/206), 139.1 KiB    
- Retrieving: libpng16-16-1.6.40-150600.1.3.x86_64.rpm [.done]
- Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (32/206),  84.7 KiB    
- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.done]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (33/206),  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) (34/206), 139.8 KiB    
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (35/206), 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) (36/206),  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) (37/206),  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) (38/206),  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) (39/206),  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) (40/206),  72.0 KiB    
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.done]
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64 (Main Repository) (41/206),  22.2 KiB    
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (42/206),  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) (43/206),  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) (44/206), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.done]
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64 (Main Repository) (45/206),  10.3 KiB    
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64.rpm [.done]
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (46/206), 430.9 KiB    
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [..done (270.9 KiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (47/206),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXtst6-1.2.3-1.24.x86_64 (Main Repository) (48/206),  17.2 KiB    
- Retrieving: libXtst6-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (49/206),  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) (50/206),  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) (51/206),  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) (52/206),  25.8 KiB    
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libdatrie-devel-0.2.9-1.25.x86_64 (Main Repository) (53/206), 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) (54/206),  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) (55/206),  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) (56/206),  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) (57/206),  94.7 KiB    
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (58/206),   2.2 MiB    
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [...done (1.1 MiB/s)]
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64 (Main Repository) (59/206),  25.7 KiB    
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libgraphviz6-2.48.0-150400.3.3.1.x86_64 (Main Repository) (60/206), 427.1 KiB    
- Retrieving: libgraphviz6-2.48.0-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: graphviz-2.48.0-150400.3.3.1.x86_64 (Main Repository) (61/206), 456.8 KiB    
- Retrieving: graphviz-2.48.0-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64 (Main Repository) (62/206), 401.2 KiB    
- Retrieving: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (63/206),   1.8 MiB    
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [..done (739.8 KiB/s)]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (64/206), 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) (65/206),  55.7 KiB    
- Retrieving: lzo-devel-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (66/206), 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) (67/206), 275.7 KiB    
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.
- done]
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (68/206), 198.4 KiB    
- Retrieving: libpng16-devel-1.6.40-150600.1.3.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 (Main Repository) (69/206), 106.5 KiB    
- Retrieving: libpng16-compat-devel-1.6.40-150600.1.3.x86_64.rpm [.done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (70/206),  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) (71/206),  24.5 KiB    
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64 (Main Repository) (72/206),  37.6 KiB    
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64.rpm [.done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (73/206),  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) (74/206),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64 (Main Repository) (75/206),  19.2 KiB    
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (76/206), 702.5 KiB    
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libthai-devel-0.1.29-150400.1.4.x86_64 (Main Repository) (77/206),  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) (78/206), 104.5 KiB    
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libXrandr-devel-1.5.1-2.17.x86_64 (Main Repository) (79/206),  20.8 KiB    
- Retrieving: libXrandr-devel-1.5.1-2.17.x86_64.rpm [.done]
- Retrieving: libXinerama-devel-1.1.3-1.22.x86_64 (Main Repository) (80/206),  13.3 KiB    
- Retrieving: libXinerama-devel-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64 (Main Repository) (81/206),  14.1 KiB    
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64 (Main Repository) (82/206), 137.3 KiB    
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXdamage-devel-1.1.4-1.23.x86_64 (Main Repository) (83/206),   9.8 KiB    
- Retrieving: libXdamage-devel-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXcursor-devel-1.1.15-1.18.x86_64 (Main Repository) (84/206),  22.9 KiB    
- Retrieving: libXcursor-devel-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libXcomposite-devel-0.4.4-1.23.x86_64 (Main Repository) (85/206),  16.6 KiB    
- Retrieving: libXcomposite-devel-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64 (Main Repository) (86/206),  28.5 KiB    
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (87/206), 172.3 KiB    
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [..
- ....
- ....
- ....not found]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (64.8 KiB/s)]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (88/206), 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 (141.1 KiB/s)]
- Retrieving: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (89/206),  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: gtk3-data-3.24.43-150600.3.10.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (90/206), 120.1 KiB    
- Retrieving: gtk3-data-3.24.43-150600.3.10.1.noarch.rpm [.not found]
- Retrieving: gtk3-data-3.24.43-150600.3.10.1.noarch.rpm [.not found]
- Retrieving: gtk3-data-3.24.43-150600.3.10.1.noarch.rpm [.done]
- Retrieving: gtk3-schema-3.24.43-150600.3.10.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (91/206), 120.0 KiB    
- Retrieving: gtk3-schema-3.24.43-150600.3.10.1.noarch.rpm [.not found]
- Retrieving: gtk3-schema-3.24.43-150600.3.10.1.noarch.rpm [.not found]
- Retrieving: gtk3-schema-3.24.43-150600.3.10.1.noarch.rpm [.done]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (92/206), 341.4 KiB    
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [..done (326.4 KiB/s)]
- Retrieving: libavahi-common3-0.8-150600.15.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (93/206),  45.4 KiB    
- Retrieving: libavahi-common3-0.8-150600.15.9.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.9.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.9.1.x86_64.rpm [..done (9.6 KiB/s)]
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (94/206),  69.0 KiB    
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (95/206), 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 (203.4 KiB/s)]
- Retrieving: libexpat-devel-2.7.1-150400.3.31.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (96/206),  65.6 KiB    
- Retrieving: libexpat-devel-2.7.1-150400.3.31.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.31.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.31.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (97/206), 147.2 KiB    
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (98/206), 278.4 KiB    
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (99/206), 143.7 KiB    
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.16.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) (100/206), 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) (101/206), 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.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (102/206),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [...
- ..done (1.1 MiB/s)]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (103/206), 172.0 KiB    
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libxml2-tools-2.10.3-150500.5.32.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (104/206),  75.3 KiB    
- Retrieving: libxml2-tools-2.10.3-150500.5.32.1.x86_64.rpm [.not found]
- Retrieving: libxml2-tools-2.10.3-150500.5.32.1.x86_64.rpm [.not found]
- Retrieving: libxml2-tools-2.10.3-150500.5.32.1.x86_64.rpm [.done]
- Retrieving: llvm17-polly-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (105/206),   1.5 MiB    
- Retrieving: llvm17-polly-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-polly-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-polly-17.0.6-150600.3.7.1.x86_64.rpm [.
- ...done (972.6 KiB/s)]
- Retrieving: python311-base-3.11.13-150600.3.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (106/206),  10.8 MiB    
- Retrieving: python311-base-3.11.13-150600.3.35.1.x86_64.rpm [.not found]
- Retrieving: python311-base-3.11.13-150600.3.35.1.x86_64.rpm [.not found]
- Retrieving: python311-base-3.11.13-150600.3.35.1.x86_64.rpm [.....
- .........
- ........
- ...done (3.5 MiB/s)]
- Retrieving: libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (107/206),   1.8 MiB    
- Retrieving: libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64.rpm [.not found]
- Retrieving: libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64.rpm [.not found]
- Retrieving: libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64.rpm [....done (1.4 MiB/s)]
- Retrieving: readline-devel-7.0-150400.27.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (108/206),  48.3 KiB    
- Retrieving: readline-devel-7.0-150400.27.6.1.x86_64.rpm [.not found]
- Retrieving: readline-devel-7.0-150400.27.6.1.x86_64.rpm [.not found]
- Retrieving: readline-devel-7.0-150400.27.6.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) (109/206), 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) (110/206),  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 (73.3 KiB/s)]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (111/206),  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 (4.7 MiB/s)]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (112/206), 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: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (113/206), 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 (448.0 KiB/s)]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (114/206), 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.72.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (115/206), 243.8 KiB    
- Retrieving: cups-config-2.2.7-150000.3.72.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.72.1.x86_64.rpm [.not found]
- Retrieving: cups-config-2.2.7-150000.3.72.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) (116/206), 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) (117/206), 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 (50.6 KiB/s)]
- Retrieving: libavahi-client3-0.8-150600.15.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (118/206),  48.5 KiB    
- Retrieving: libavahi-client3-0.8-150600.15.9.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.9.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.9.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) (119/206),  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) (120/206), 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.97.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (121/206),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.97.1.x86_64.rpm [....
- ..........
- .....done (3.8 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (122/206),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64.rpm [...done (1.0 MiB/s)]
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (123/206),  20.1 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libxml2-devel-2.10.3-150500.5.32.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (124/206), 118.3 KiB    
- Retrieving: libxml2-devel-2.10.3-150500.5.32.1.x86_64.rpm [.not found]
- Retrieving: libxml2-devel-2.10.3-150500.5.32.1.x86_64.rpm [.not found]
- Retrieving: libxml2-devel-2.10.3-150500.5.32.1.x86_64.rpm [.done]
- Retrieving: llvm17-gold-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (125/206), 106.8 KiB    
- Retrieving: llvm17-gold-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-gold-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-gold-17.0.6-150600.3.7.1.x86_64.rpm [.
- done]
- Retrieving: llvm17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (126/206),   3.4 MiB    
- Retrieving: llvm17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-17.0.6-150600.3.7.1.x86_64.rpm [......done (3.2 MiB/s)]
- Retrieving: libomp17-devel-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (127/206),   1.3 MiB    
- Retrieving: libomp17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libomp17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libomp17-devel-17.0.6-150600.3.7.1.x86_64.rpm [....done (1.3 MiB/s)]
- Retrieving: libclang-cpp17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (128/206),  13.0 MiB    
- Retrieving: libclang-cpp17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libclang-cpp17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libclang-cpp17-17.0.6-150600.3.7.1.x86_64.rpm [.
- ..........
- .........done (12.9 MiB/s)]
- Retrieving: libLTO17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (129/206),  95.1 KiB    
- Retrieving: libLTO17-17.0.6-150600.3.7.1.x86_64.rpm [.
- not found]
- Retrieving: libLTO17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLTO17-17.0.6-150600.3.7.1.x86_64.rpm [..done (90.2 KiB/s)]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (130/206),   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.7 MiB/s)]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (131/206), 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) (132/206),  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.12.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (133/206),  69.9 KiB    
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.12.2.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) (134/206), 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 (849.6 KiB/s)]
- Retrieving: libgnutls30-3.8.3-150600.4.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (135/206), 913.0 KiB    
- Retrieving: libgnutls30-3.8.3-150600.4.9.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.9.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.9.1.x86_64.rpm [....done (709.6 KiB/s)]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (136/206),  13.9 MiB    
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [..not found]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [..
- ..........
- ..........
- .........
- ......done (3.4 MiB/s)]
- Retrieving: llvm17-devel-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (137/206),   3.9 MiB    
- Retrieving: llvm17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-devel-17.0.6-150600.3.7.1.x86_64.rpm [....
- ...done (3.6 MiB/s)]
- Retrieving: llvm17-polly-devel-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (138/206), 267.8 KiB    
- Retrieving: llvm17-polly-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: llvm17-polly-devel-17.0.6-150600.3.7.1.x86_64.rpm [..not found]
- Retrieving: llvm17-polly-devel-17.0.6-150600.3.7.1.x86_64.rpm [.done]
- Retrieving: libcups2-2.2.7-150000.3.72.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (139/206), 234.6 KiB    
- Retrieving: libcups2-2.2.7-150000.3.72.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.72.1.x86_64.rpm [.not found]
- Retrieving: libcups2-2.2.7-150000.3.72.1.x86_64.rpm [.done]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (140/206), 104.6 KiB    
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libLLVM19-19.1.7-bp156.7.1.x86_64 (Update repository of openSUSE Backports) (141/206),  28.2 MiB    
- Retrieving: libLLVM19-19.1.7-bp156.7.1.x86_64.rpm [..
- ....
- ....
- ....
- .not found]
- Retrieving: libLLVM19-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM19-19.1.7-bp156.7.1.x86_64.rpm [.........
- ..........
- ..........
- ..........
- done (9.2 MiB/s)]
- Retrieving: libclang-cpp19-19.1.7-bp156.7.1.x86_64 (Update repository of openSUSE Backports) (142/206),  16.0 MiB    
- Retrieving: libclang-cpp19-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: libclang-cpp19-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: libclang-cpp19-19.1.7-bp156.7.1.x86_64.rpm [.........
- ..........
- ..done (7.7 MiB/s)]
- Retrieving: libclang13-19.1.7-bp156.7.1.x86_64 (Update repository of openSUSE Backports) (143/206), 362.8 KiB    
- Retrieving: libclang13-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: libclang13-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: libclang13-19.1.7-bp156.7.1.x86_64.rpm [..done (148.2 KiB/s)]
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64 (Main Repository) (144/206),  96.8 KiB    
- Retrieving: libatspi0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (145/206),  71.3 KiB    
- Retrieving: libatk-1_0-0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64 (Main Repository) (146/206), 588.0 KiB    
- Retrieving: libharfbuzz0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (147/206),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (148/206), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: llvm-gold-17-bp156.1.1.x86_64 (Main Repository) (149/206),  30.7 KiB    
- Retrieving: llvm-gold-17-bp156.1.1.x86_64.rpm [.done]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (150/206), 218.8 KiB    
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 (Main Repository) (151/206),  87.7 KiB    
- Retrieving: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 (Main Repository) (152/206), 521.0 KiB    
- Retrieving: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64.rpm [.
- done]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 (Main Repository) (153/206),  59.5 KiB    
- Retrieving: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 (Main Repository) (154/206),  76.1 KiB    
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (155/206),  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) (156/206),  23.0 KiB    
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: llvm-devel-17-bp156.1.1.x86_64 (Main Repository) (157/206),  31.1 KiB    
- Retrieving: llvm-devel-17-bp156.1.1.x86_64.rpm [.done]
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64 (Main Repository) (158/206),  33.1 KiB    
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libXft-devel-2.3.2-1.33.x86_64 (Main Repository) (159/206),  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) (160/206),  19.6 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [....
- ....
- ....
- ..done]
- Retrieving: clang17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (161/206),  15.1 MiB    
- Retrieving: clang17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: clang17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: clang17-17.0.6-150600.3.7.1.x86_64.rpm [.......
- ..........
- ..done (7.6 MiB/s)]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (162/206), 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 (257.1 KiB/s)]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (163/206), 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]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (164/206), 739.8 KiB    
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64.rpm [..done (409.8 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (165/206), 245.8 KiB    
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.16.1.x86_64.rpm [.done]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (166/206),  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]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (167/206),  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]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (168/206), 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 (176.5 KiB/s)]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (169/206), 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]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (170/206),  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 (4.8 MiB/s)]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (171/206), 188.0 KiB    
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (155.3 KiB/s)]
- Retrieving: libcolord2-1.4.6-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (172/206), 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]
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (173/206), 584.2 KiB    
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.16.1.x86_64.rpm [..
- .done (394.3 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) (174/206),  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-libGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (175/206), 612.8 KiB    
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (190.6 KiB/s)]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (176/206), 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 (128.4 KiB/s)]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (177/206), 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]
- Retrieving: clang-tools-19.1.7-bp156.7.1.x86_64 (Update repository of openSUSE Backports) (178/206), 392.7 KiB    
- Retrieving: clang-tools-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: clang-tools-19.1.7-bp156.7.1.x86_64.rpm [.not found]
- Retrieving: clang-tools-19.1.7-bp156.7.1.x86_64.rpm [..done (258.5 KiB/s)]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 (Main Repository) (179/206),  91.9 KiB    
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (180/206), 277.7 KiB    
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.
- .....
- ....
- ..done]
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (181/206), 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) (182/206), 122.2 KiB    
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64 (Main Repository) (183/206),  81.9 KiB    
- Retrieving: at-spi2-core-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libepoxy-devel-1.5.10-150500.1.2.x86_64 (Main Repository) (184/206), 143.6 KiB    
- Retrieving: libepoxy-devel-1.5.10-150500.1.2.x86_64.rpm [.done]
- Retrieving: clang-17-bp156.1.1.x86_64 (Main Repository) (185/206),  30.7 KiB    
- Retrieving: clang-17-bp156.1.1.x86_64.rpm [.done]
- Retrieving: librsvg-2-2-2.57.1-150600.1.7.x86_64 (Main Repository) (186/206),   1.5 MiB    
- Retrieving: librsvg-2-2-2.57.1-150600.1.7.x86_64.rpm [..done (1.1 MiB/s)]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 (Main Repository) (187/206),  85.5 KiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 (Main Repository) (188/206),  44.7 KiB    
- Retrieving: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 (Main Repository) (189/206),  47.4 KiB    
- Retrieving: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-loader-rsvg-2.57.1-150600.1.7.x86_64 (Main Repository) (190/206),  78.0 KiB    
- Retrieving: gdk-pixbuf-loader-rsvg-2.57.1-150600.1.7.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 (Main Repository) (191/206),  54.8 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64 (Main Repository) (192/206), 199.8 KiB    
- Retrieving: harfbuzz-devel-8.3.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 (Main Repository) (193/206),   1.6 MiB    
- Retrieving: at-spi2-core-devel-2.50.0-150600.1.2.x86_64.rpm [..done (941.6 KiB/s)]
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64 (Main Repository) (194/206), 180.1 KiB    
- Retrieving: pango-devel-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: clang17-devel-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (195/206),   2.4 MiB    
- Retrieving: clang17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: clang17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: clang17-devel-17.0.6-150600.3.7.1.x86_64.rpm [.....
- .done (2.1 MiB/s)]
- 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) (196/206),  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]
- Retrieving: gtk3-tools-3.24.43-150600.3.10.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (197/206),   1.2 MiB    
- Retrieving: gtk3-tools-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: gtk3-tools-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: gtk3-tools-3.24.43-150600.3.10.1.x86_64.rpm [....done (1.0 MiB/s)]
- Retrieving: libgtk-3-0-3.24.43-150600.3.10.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (198/206),   2.6 MiB    
- Retrieving: libgtk-3-0-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: libgtk-3-0-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: libgtk-3-0-3.24.43-150600.3.10.1.x86_64.rpm [.....
- ..done (2.6 MiB/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) (199/206),  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: typelib-1_0-Gtk-3_0-3.24.43-150600.3.10.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (200/206), 303.6 KiB    
- Retrieving: typelib-1_0-Gtk-3_0-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gtk-3_0-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gtk-3_0-3.24.43-150600.3.10.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) (201/206),  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: gtk3-devel-3.24.43-150600.3.10.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (202/206),   2.0 MiB    
- Retrieving: gtk3-devel-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: gtk3-devel-3.24.43-150600.3.10.1.x86_64.rpm [.not found]
- Retrieving: gtk3-devel-3.24.43-150600.3.10.1.x86_64.rpm [.....
- .done (1.9 MiB/s)]
- Retrieving: clang-devel-17-bp156.1.1.x86_64 (Main Repository) (203/206),  30.9 KiB    
- Retrieving: clang-devel-17-bp156.1.1.x86_64.rpm [.done]
- Retrieving: libgtksourceview-3_0-1-3.24.11-150600.17.2.x86_64 (Main Repository) (204/206), 459.5 KiB    
- Retrieving: libgtksourceview-3_0-1-3.24.11-150600.17.2.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GtkSource-3_0-3.24.11-150600.17.2.x86_64 (Main Repository) (205/206),  40.2 KiB    
- Retrieving: typelib-1_0-GtkSource-3_0-3.24.11-150600.17.2.x86_64.rpm [.done]
- Retrieving: gtksourceview-devel-3.24.11-150600.17.2.x86_64 (Main Repository) (206/206), 236.4 KiB    
- Retrieving: gtksourceview-devel-3.24.11-150600.17.2.x86_64.rpm [.done]
- 
- Checking for file conflicts: [......done]
- (  1/206) Installing: compositeproto-devel-0.4.2-1.22.x86_64 [..done]
- (  2/206) Installing: damageproto-devel-1.2.1-1.22.x86_64 [..done]
- (  3/206) Installing: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 [..done]
- (  4/206) Installing: hicolor-icon-theme-0.17-150600.19.2.noarch [..done]
- (  5/206) Installing: inputproto-devel-2.4-150500.1.1.x86_64 [..done]
- (  6/206) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- (  7/206) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- (  8/206) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- (  9/206) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [.
- .done]
- ( 10/206) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- ( 11/206) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 12/206) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 13/206) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 14/206) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 15/206) Installing: libepoxy0-1.5.10-150500.1.2.x86_64 [..done]
- ( 16/206) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 17/206) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 18/206) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]
- ( 19/206) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 20/206) Installing: libgts-0_7-5-0.7.6_p20121130-1.32.x86_64 [..done]
- ( 21/206) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [.......done]
- ( 22/206) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [.
- .done]
- ( 23/206) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- ( 24/206) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- ( 25/206) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done]
- ( 26/206) Installing: liblzo2-2-2.10-2.22.x86_64 [..done]
- ( 27/206) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 28/206) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 29/206) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 30/206) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 31/206) Installing: libpng16-16-1.6.40-150600.1.3.x86_64 [..done]
- ( 32/206) Installing: librhash0-1.3.5-1.25.x86_64 [..done]
- ( 33/206) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 34/206) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 35/206) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 36/206) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- ( 37/206) Installing: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 [..done]
- ( 38/206) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- ( 39/206) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 40/206) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 41/206) Installing: recordproto-devel-1.14.2-1.22.x86_64 [..done]
- ( 42/206) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 43/206) 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]
- ( 44/206) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 45/206) Installing: xineramaproto-devel-1.2.1-2.22.x86_64 [..done]
- ( 46/206) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..done]
- ( 47/206) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 48/206) Installing: libXtst6-1.2.3-1.24.x86_64 [..
- done]
- ( 49/206) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 50/206) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 51/206) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 52/206) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 53/206) Installing: libdatrie-devel-0.2.9-1.25.x86_64 [..done]
- ( 54/206) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- ( 55/206) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- ( 56/206) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- ( 57/206) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 58/206) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [...done]
- ( 59/206) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 60/206) Installing: libgraphviz6-2.48.0-150400.3.3.1.x86_64 [..done]
- ( 61/206) Installing: graphviz-2.48.0-150400.3.3.1.x86_64 [..done]
- ( 62/206) Installing: graphviz-plugins-core-2.48.0-150400.3.3.1.x86_64 [..done]
- ( 63/206) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- ( 64/206) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- ( 65/206) Installing: lzo-devel-2.10-2.22.x86_64 [..done]
- ( 66/206) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- ( 67/206) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..
- done]
- ( 68/206) Installing: libpng16-devel-1.6.40-150600.1.3.x86_64 [..done]
- ( 69/206) Installing: libpng16-compat-devel-1.6.40-150600.1.3.x86_64 [..done]
- ( 70/206) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- ( 71/206) Installing: libwayland-cursor0-1.22.0-150600.1.6.x86_64 [..done]
- ( 72/206) Installing: randrproto-devel-1.6.0-4.17.x86_64 [..done]
- ( 73/206) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- ( 74/206) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- ( 75/206) Installing: fixesproto-devel-6.0-150400.1.4.x86_64 [..done]
- ( 76/206) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [..done]
- ( 77/206) Installing: libthai-devel-0.1.29-150400.1.4.x86_64 [..done]
- ( 78/206) Installing: wayland-devel-1.22.0-150600.1.6.x86_64 [..done]
- ( 79/206) Installing: libXrandr-devel-1.5.1-2.17.x86_64 [..done]
- ( 80/206) Installing: libXinerama-devel-1.1.3-1.22.x86_64 [..done]
- ( 81/206) Installing: libXfixes-devel-6.0.0-150400.1.4.x86_64 [..done]
- ( 82/206) Installing: libXi-devel-1.7.9-3.2.1.x86_64 [..done]
- ( 83/206) Installing: libXdamage-devel-1.1.4-1.23.x86_64 [..done]
- ( 84/206) Installing: libXcursor-devel-1.1.15-1.18.x86_64 [..done]
- ( 85/206) Installing: libXcomposite-devel-0.4.4-1.23.x86_64 [..done]
- ( 86/206) Installing: libXtst-devel-1.2.3-1.24.x86_64 [..done]
- ( 87/206) Installing: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 88/206) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- ( 89/206) Installing: gettext-its-gtk4-4.12.4-150600.3.6.2.x86_64 [..done]
- ( 90/206) Installing: gtk3-data-3.24.43-150600.3.10.1.noarch [..done]
- ( 91/206) Installing: gtk3-schema-3.24.43-150600.3.10.1.noarch [..done]
- ( 92/206) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done]
- ( 93/206) Installing: libavahi-common3-0.8-150600.15.9.1.x86_64 [..done]
- ( 94/206) Installing: libblkid-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- ( 95/206) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done]
- ( 96/206) Installing: libexpat-devel-2.7.1-150400.3.31.1.x86_64 [..done]
- ( 97/206) Installing: libgmodule-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 98/206) Installing: libgobject-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- ( 99/206) Installing: libgthread-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- (100/206) Installing: liblcms2-2-2.15-150600.3.3.2.x86_64 [.
- .done]
- (101/206) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- (102/206) Installing: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 [..done]
- (103/206) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- (104/206) Installing: libxml2-tools-2.10.3-150500.5.32.1.x86_64 [..done]
- (105/206) Installing: llvm17-polly-17.0.6-150600.3.7.1.x86_64 [...done]
- (106/206) Installing: python311-base-3.11.13-150600.3.35.1.x86_64 [.......
- ....done]
- (107/206) Installing: libpython3_11-1_0-3.11.13-150600.3.35.1.x86_64 [...done]
- (108/206) Installing: readline-devel-7.0-150400.27.6.1.x86_64 [..done]
- (109/206) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- (110/206) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- (111/206) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [.........
- ..........
- ..done]
- (112/206) Installing: libtiff6-4.7.1-150600.3.23.1.x86_64 [..done]
- (113/206) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (114/206) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- (115/206) Installing: cups-config-2.2.7-150000.3.72.1.x86_64 [..done]
- (116/206) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done]
- (117/206) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..done]
- (118/206) Installing: libavahi-client3-0.8-150600.15.9.1.x86_64 [..done]
- (119/206) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done]
- (120/206) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- (121/206) Installing: python3-base-3.6.15-150300.10.97.1.x86_64 [.....
- ...done]
- (122/206) Installing: libpython3_6m1_0-3.6.15-150300.10.97.1.x86_64 [..done]
- (123/206) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [..done]
- (124/206) Installing: libxml2-devel-2.10.3-150500.5.32.1.x86_64 [..done]
- (125/206) Installing: llvm17-gold-17.0.6-150600.3.7.1.x86_64 [..done]
- (126/206) Installing: llvm17-17.0.6-150600.3.7.1.x86_64 [....
- update-alternatives: using /usr/bin/llvm-ar-17 to provide /usr/bin/llvm-ar (llvm-ar) in auto mode
- done]
- (127/206) Installing: libomp17-devel-17.0.6-150600.3.7.1.x86_64 [...
- done]
- (128/206) Installing: libclang-cpp17-17.0.6-150600.3.7.1.x86_64 [...........
- ..done]
- (129/206) Installing: libLTO17-17.0.6-150600.3.7.1.x86_64 [..done]
- (130/206) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [.......done]
- (131/206) Installing: libtiff-devel-4.7.1-150600.3.23.1.x86_64 [..done]
- (132/206) Installing: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 [..done]
- (133/206) Installing: libmount-devel-2.39.3-150600.4.12.2.x86_64 [..done]
- (134/206) Installing: freetype2-devel-2.10.4-150000.4.25.1.x86_64 [..
- done]
- (135/206) Installing: libgnutls30-3.8.3-150600.4.9.1.x86_64 [..done]
- (136/206) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [..........
- ....done]
- (137/206) Installing: llvm17-devel-17.0.6-150600.3.7.1.x86_64 [......done]
- (138/206) Installing: llvm17-polly-devel-17.0.6-150600.3.7.1.x86_64 [..done]
- (139/206) Installing: libcups2-2.2.7-150000.3.72.1.x86_64 [..
- done]
- (140/206) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done]
- (141/206) Installing: libLLVM19-19.1.7-bp156.7.1.x86_64 [...........
- ..........
- ....done]
- (142/206) Installing: libclang-cpp19-19.1.7-bp156.7.1.x86_64 [.......
- .........done]
- (143/206) Installing: libclang13-19.1.7-bp156.7.1.x86_64 [..done]
- (144/206) Installing: libatspi0-2.50.0-150600.1.2.x86_64 [..done]
- (145/206) Installing: libatk-1_0-0-2.50.0-150600.1.2.x86_64 [.
- .done]
- (146/206) Installing: libharfbuzz0-8.3.0-150600.1.3.x86_64 [..done]
- (147/206) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (148/206) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (149/206) Installing: llvm-gold-17-bp156.1.1.x86_64 [..done]
- (150/206) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- (151/206) Installing: libatk-bridge-2_0-0-2.50.0-150600.1.2.x86_64 [..done]
- (152/206) Installing: libharfbuzz-subset0-8.3.0-150600.1.3.x86_64 [..done]
- (153/206) Installing: libharfbuzz-icu0-8.3.0-150600.1.3.x86_64 [..done]
- (154/206) Installing: libharfbuzz-gobject0-8.3.0-150600.1.3.x86_64 [..done]
- (155/206) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (156/206) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- (157/206) Installing: llvm-devel-17-bp156.1.1.x86_64 [..done]
- (158/206) Installing: libglvnd-devel-1.7.0-150600.1.2.x86_64 [..done]
- (159/206) Installing: libXft-devel-2.3.2-1.33.x86_64 [..done]
- (160/206) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (161/206) Installing: clang17-17.0.6-150600.3.7.1.x86_64 [......
- .........
- .
- update-alternatives: using /usr/bin/clang-17 to provide /usr/bin/clang (clang) in auto mode
- done]
- (162/206) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done]
- (163/206) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (164/206) Installing: libgio-2_0-0-2.78.6-150600.4.16.1.x86_64 [..done]
- (165/206) Installing: glib2-tools-2.78.6-150600.4.16.1.x86_64 [..done]
- (166/206) Installing: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 [..done]
- (167/206) Installing: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 [..done]
- (168/206) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (169/206) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (170/206) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [.......
- ...done]
- (171/206) Installing: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (172/206) Installing: libcolord2-1.4.6-150600.3.8.1.x86_64 [..done]
- (173/206) Installing: glib2-devel-2.78.6-150600.4.16.1.x86_64 [..done]
- (174/206) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 [..done]
- (175/206) Installing: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (176/206) Installing: cairo-devel-1.18.4-150600.3.3.1.x86_64 [..done]
- (177/206) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 [..done]
- (178/206) Installing: clang-tools-19.1.7-bp156.7.1.x86_64 [..done]
- (179/206) Installing: libharfbuzz-cairo0-8.3.0-150600.1.3.x86_64 [..done]
- (180/206) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (181/206) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (182/206) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..
- done]
- (183/206) Installing: at-spi2-core-2.50.0-150600.1.2.x86_64 [..done]
- (184/206) Installing: libepoxy-devel-1.5.10-150500.1.2.x86_64 [..done]
- (185/206) Installing: clang-17-bp156.1.1.x86_64 [..done]
- (186/206) Installing: librsvg-2-2-2.57.1-150600.1.7.x86_64 [...done]
- (187/206) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.1.3.x86_64 [..done]
- (188/206) Installing: typelib-1_0-Atspi-2_0-2.50.0-150600.1.2.x86_64 [..done]
- (189/206) Installing: typelib-1_0-Atk-1_0-2.50.0-150600.1.2.x86_64 [..done]
- (190/206) Installing: gdk-pixbuf-loader-rsvg-2.57.1-150600.1.7.x86_64 [..done]
- (191/206) Installing: typelib-1_0-Pango-1_0-1.51.1-150600.1.3.x86_64 [..done]
- (192/206) Installing: harfbuzz-devel-8.3.0-150600.1.3.x86_64 [..done]
- (193/206) Installing: at-spi2-core-devel-2.50.0-150600.1.2.x86_64 [....done]
- (194/206) Installing: pango-devel-1.51.1-150600.1.3.x86_64 [..done]
- (195/206) Installing: clang17-devel-17.0.6-150600.3.7.1.x86_64 [....
- done]
- (196/206) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (197/206) Installing: gtk3-tools-3.24.43-150600.3.10.1.x86_64 [..
- update-alternatives: using /usr/bin/gtk-update-icon-cache-3.0 to provide /usr/bin/gtk-update-icon-cache (gtk-update-icon-cache) in auto mode
- done]
- (198/206) Installing: libgtk-3-0-3.24.43-150600.3.10.1.x86_64 [...done]
- (199/206) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (200/206) Installing: typelib-1_0-Gtk-3_0-3.24.43-150600.3.10.1.x86_64 [..done]
- (201/206) Installing: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 [..done]
- (202/206) Installing: gtk3-devel-3.24.43-150600.3.10.1.x86_64 [....done]
- (203/206) Installing: clang-devel-17-bp156.1.1.x86_64 [..done]
- (204/206) Installing: libgtksourceview-3_0-1-3.24.11-150600.17.2.x86_64 [..done]
- (205/206) Installing: typelib-1_0-GtkSource-3_0-3.24.11-150600.17.2.x86_64 [..done]
- (206/206) Installing: gtksourceview-devel-3.24.11-150600.17.2.x86_64 [..done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.2.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cairo2.0.6.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlp5.8.04.00  (cached)
-> retrieved camlp5-buildscripts.0.06  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-libclang.19  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-bash.1
-> installed conf-graphviz.0.1
-> installed conf-cmake.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-which.1
-> installed conf-clang.2
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-autoconf.0.2
-> installed conf-gmp.5
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> installed conf-libclang.19
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved frama-c.32.0~beta  (cached)
-> retrieved frama-clang.0.0.19~beta  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
-> retrieved not-ocamlfind.0.14  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-simplex.0.4.1  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pcre2.8.0.4  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yaml.0.4.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved psmt2-frontend.0.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved unionFind.20250818  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved why3.1.8.2  (cached)
-> installed num.1.6
-> retrieved yaml.3.2.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed camlzip.1.13
-> installed ocplib-simplex.0.4.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed bos.0.2.1
-> installed cstruct.6.2.0
-> installed jane-street-headers.v0.16.0
-> installed menhirLib.20211128
-> installed menhirSdk.20211128
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed integers.0.7.0
-> installed ezjsonm.1.3.0
-> installed ordering.3.20.2
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.20.2
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.16.0
-> installed dyn.3.20.2
-> installed cairo2.0.6.5
-> installed dune-compiledb.0.6.0
-> installed pcre2.8.0.4
-> installed base.v0.16.4
-> installed stdune.3.20.2
-> installed lablgtk3.3.1.5
-> installed menhir.20211128
-> installed stdio.v0.16.0
-> installed ctypes.0.24.0
-> installed lablgtk3-sourceview3.3.1.5
-> installed dune-private-libs.3.20.2
-> installed yaml.3.2.0
-> installed ppxlib.0.35.0
-> installed dune-site.3.20.2
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed psmt2-frontend.0.1
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed alt-ergo-free.2.2.0
-> installed why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0~beta
-> installed frama-clang.0.0.19~beta
Done.

<><> frama-c.32.0~beta installed successfully <><><><><><><><><><><><><><><><><>
=> The Frama-C/WP plug-in requires one or more external prover(s).
   Recommended provers are:
   - Alt-Ergo (https://alt-ergo.ocamlpro.com)
   - CVC4     (https://cvc4.github.io)
   - CVC5     (https://cvc5.github.io)
   - Z3       (https://github.com/Z3Prover/z3)
   Use 'why3 config detect' to configure new provers.
    
=> Ivette is a new GUI for Frama-C, currently in development.
   Run 'ivette' once to finalize installation (requires an internet connection).
   Once finalized, 'ivette' will work offline.
   Finalization also requires Node v20 or v22 and Yarn:
   - install NVM (https://github.com/nvm-sh/nvm)
   - run 'nvm install 22'
   - run 'nvm use 22'
   - run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)
2025-11-28 08:17.28 ---> saved as "429513a2eafd1fa36d7f1ad6f2f9e29c73115b791ade503228a5427a6a87e7cd"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test frama-clang.0.0.19~beta) || true"))
The following actions will be performed:
=== remove 1 package
  - remove    alt-ergo-free       2.2.0                [conflicts with ocplib-simplex]
=== recompile 18 packages
  - recompile bos                 0.2.1                [uses fmt]
  - recompile camlp5              8.04.00              [uses fmt]
  - recompile camlp5-buildscripts 0.06                 [uses fmt]
  - recompile cstruct             6.2.0                [uses fmt]
  - recompile dune-compiledb      0.6.0                [uses ezjsonm]
  - recompile ezjsonm             1.3.0                [uses uutf]
  - recompile fmt                 0.11.0               [uses cmdliner]
  - recompile frama-c             32.0~beta            [uses menhir]
  - recompile frama-clang         0.0.19~beta (pinned)
  - recompile hex                 1.5.0                [uses cstruct]
  - recompile jsonm               1.0.2                [uses uutf]
  - recompile logs                0.10.0               [uses cmdliner]
  - recompile not-ocamlfind       0.14                 [uses fmt]
  - recompile pcre2               8.0.4                [uses dune-compiledb]
  - recompile ppx_deriving_yaml   0.4.0                [uses yaml]
  - recompile uutf                1.0.4                [uses cmdliner]
  - recompile why3                1.8.2                [uses menhir]
  - recompile yaml                3.2.0                [uses bos]
=== upgrade 5 packages
  - upgrade   menhir              20211128 to 20250912 [uses menhirLib, menhirSdk]
  - upgrade   menhirLib           20211128 to 20250912
  - upgrade   menhirSdk           20211128 to 20250912
  - upgrade   ocplib-simplex      0.4.1 to 0.5.1
  - upgrade   psmt2-frontend      0.1 to 0.4.0         [uses menhir]
=== install 15 packages
  - install   alt-ergo            2.6.2                [required by frama-c]
  - install   alt-ergo-lib        2.6.2                [required by alt-ergo]
  - install   alt-ergo-parsers    2.6.2                [required by alt-ergo]
  - install   cmdliner            1.3.0                [required by alt-ergo]
  - install   dolmen              0.10                 [required by alt-ergo-lib]
  - install   dolmen_loop         0.10                 [required by alt-ergo-lib]
  - install   dolmen_type         0.10                 [required by alt-ergo-lib]
  - install   dune-build-info     3.20.2               [required by alt-ergo-lib]
  - install   gen                 1.1                  [required by dolmen_loop]
  - install   hmap                0.8.1                [required by dolmen]
  - install   menhirCST           20250912             [required by menhir]
  - install   pp_loc              2.1.0                [required by dolmen_loop]
  - install   ppx_blob            0.9.0                [required by alt-ergo-lib]
  - install   seq                 base                 [required by alt-ergo-lib]
  - install   spelll              0.4                  [required by dolmen_type]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo.2.6.2, alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2  (https://opam.ocaml.org/cache)
-> retrieved alt-ergo-free.2.2.0  (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved camlp5.8.04.00  (https://opam.ocaml.org/cache)
-> retrieved camlp5-buildscripts.0.06  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10  (https://opam.ocaml.org/cache)
-> retrieved dune-build-info.3.20.2  (https://opam.ocaml.org/cache)
-> retrieved dune-compiledb.0.6.0  (https://opam.ocaml.org/cache)
-> installed cmdliner.1.3.0
-> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> installed dune-build-info.3.20.2
-> retrieved frama-c.32.0~beta  (https://opam.ocaml.org/cache)
-> retrieved gen.1.1  (https://opam.ocaml.org/cache)
-> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
-> retrieved hmap.0.8.1  (https://opam.ocaml.org/cache)
-> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> installed hmap.0.8.1
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (https://opam.ocaml.org/cache)
-> retrieved not-ocamlfind.0.14  (https://opam.ocaml.org/cache)
-> retrieved ocplib-simplex.0.5.1  (https://opam.ocaml.org/cache)
-> retrieved pcre2.8.0.4  (https://opam.ocaml.org/cache)
-> retrieved pp_loc.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_blob.0.9.0  (https://opam.ocaml.org/cache)
-> installed pp_loc.2.1.0
-> retrieved ppx_deriving_yaml.0.4.0  (https://opam.ocaml.org/cache)
-> retrieved psmt2-frontend.0.4.0  (https://opam.ocaml.org/cache)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved spelll.0.4  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed spelll.0.4
-> removed   frama-clang.0.0.19~beta
-> removed   camlp5.8.04.00
-> removed   camlp5-buildscripts.0.06
-> removed   frama-c.32.0~beta
-> retrieved why3.1.8.2  (https://opam.ocaml.org/cache)
-> retrieved yaml.3.2.0  (https://opam.ocaml.org/cache)
-> removed   alt-ergo-free.2.2.0
-> removed   not-ocamlfind.0.14
-> removed   ocplib-simplex.0.4.1
-> removed   pcre2.8.0.4
-> removed   dune-compiledb.0.6.0
-> removed   ezjsonm.1.3.0
-> removed   hex.1.5.0
-> removed   cstruct.6.2.0
-> removed   jsonm.1.0.2
-> removed   ppx_deriving_yaml.0.4.0
-> removed   psmt2-frontend.0.1
-> removed   uutf.1.0.4
-> removed   why3.1.8.2
-> removed   menhir.20211128
-> removed   menhirLib.20211128
-> removed   menhirSdk.20211128
-> removed   yaml.3.2.0
-> removed   bos.0.2.1
-> removed   logs.0.10.0
-> removed   fmt.0.11.0
-> installed fmt.0.11.0
-> installed gen.1.1
-> installed ppx_blob.0.9.0
-> installed uutf.1.0.4
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed cstruct.6.2.0
-> installed menhirLib.20250912
-> installed hex.1.5.0
-> installed logs.0.10.0
-> installed jsonm.1.0.2
-> installed not-ocamlfind.0.14
-> installed ezjsonm.1.3.0
-> installed ocplib-simplex.0.5.1
-> installed dune-compiledb.0.6.0
-> installed pcre2.8.0.4
-> installed bos.0.2.1
-> installed camlp5-buildscripts.0.06
-> installed yaml.3.2.0
-> installed ppx_deriving_yaml.0.4.0
-> installed menhir.20250912
-> installed psmt2-frontend.0.4.0
-> installed dolmen.0.10
-> installed dolmen_type.0.10
-> installed dolmen_loop.0.10
-> installed alt-ergo-lib.2.6.2
-> installed alt-ergo-parsers.2.6.2
-> installed alt-ergo.2.6.2
-> installed why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0~beta
-> installed frama-clang.0.0.19~beta
Done.

<><> frama-c.32.0~beta installed successfully <><><><><><><><><><><><><><><><><>
=> The Frama-C/WP plug-in requires one or more external prover(s).
   Recommended provers are:
   - Alt-Ergo (https://alt-ergo.ocamlpro.com)
   - CVC4     (https://cvc4.github.io)
   - CVC5     (https://cvc5.github.io)
   - Z3       (https://github.com/Z3Prover/z3)
   Use 'why3 config detect' to configure new provers.
    
=> Ivette is a new GUI for Frama-C, currently in development.
   Run 'ivette' once to finalize installation (requires an internet connection).
   Once finalized, 'ivette' will work offline.
   Finalization also requires Node v20 or v22 and Yarn:
   - install NVM (https://github.com/nvm-sh/nvm)
   - run 'nvm install 22'
   - run 'nvm use 22'
   - run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)
2025-11-28 08:20.00 ---> saved as "2ebfdc737661f0414aa7ee7603f110472f9f0ec615cd4a268512ceb4bf5940ca"

/home/opam: (run (shell  "opam reinstall --with-test --verbose frama-clang.0.0.19~beta;\
                        \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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== downgrade 1 package
  - downgrade alt-ergo            2.6.2 to 1.01                              This release is too old. Please consider using version 1.30 that fixes many soundness bugs and brings a lot of improvements
=== recompile 23 packages
  - recompile alt-ergo-lib        2.6.2                [uses fmt]
  - recompile alt-ergo-parsers    2.6.2                [uses alt-ergo-lib]
  - recompile bos                 0.2.1                [uses fmt]
  - recompile camlp5              8.04.00              [uses fmt]
  - recompile camlp5-buildscripts 0.06                 [uses fmt]
  - recompile cstruct             6.2.0                [uses fmt]
  - recompile dolmen              0.10                 [uses fmt]
  - recompile dolmen_loop         0.10                 [uses dolmen]
  - recompile dolmen_type         0.10                 [uses uutf]
  - recompile dune-compiledb      0.6.0                [uses ezjsonm]
  - recompile ezjsonm             1.3.0                [uses uutf]
  - recompile fmt                 0.11.0               [uses cmdliner]
  - recompile frama-c             32.0~beta            [uses alt-ergo]
  - recompile frama-clang         0.0.19~beta (pinned)
  - recompile hex                 1.5.0                [uses cstruct]
  - recompile jsonm               1.0.2                [uses uutf]
  - recompile logs                0.10.0               [uses cmdliner]
  - recompile not-ocamlfind       0.14                 [uses fmt]
  - recompile ocplib-simplex      0.5.1                [uses logs]
  - recompile pcre2               8.0.4                [uses dune-compiledb]
  - recompile ppx_deriving_yaml   0.4.0                [uses yaml]
  - recompile uutf                1.0.4                [uses cmdliner]
  - recompile yaml                3.2.0                [uses bos]
=== upgrade 1 package
  - upgrade   cmdliner            1.3.0 to 2.1.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/97: [alt-ergo.1.01: dl]
Processing  1/97: [alt-ergo.1.01: http]
[ERROR] Failed to get sources of alt-ergo.1.01: curl failed
Processing  2/97: [alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2: extract]
Processing  3/97: [alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2: extract]
-> retrieved alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2  (cached)
Processing  4/97: [bos.0.2.1: extract]
-> retrieved bos.0.2.1  (cached)
Processing  5/97: [camlp5.8.04.00: extract]
-> retrieved camlp5.8.04.00  (cached)
Processing  6/97: [camlp5-buildscripts.0.06: extract]
-> retrieved camlp5-buildscripts.0.06  (cached)
Processing  7/97: [cmdliner.2.1.0: dl]
Processing  7/97: [cmdliner.2.1.0: http]
[ERROR] Failed to get sources of cmdliner.2.1.0: curl failed
Processing  8/97: [cstruct.6.2.0: extract]
Processing  9/97: [cstruct.6.2.0: extract]
-> retrieved cstruct.6.2.0  (cached)
Processing 10/97: [dolmen.0.10 + 2 others: extract]
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10  (cached)
Processing 11/97: [dune-compiledb.0.6.0: extract]
-> retrieved dune-compiledb.0.6.0  (cached)
Processing 12/97: [ezjsonm.1.3.0: extract]
-> retrieved ezjsonm.1.3.0  (cached)
Processing 13/97: [fmt.0.11.0: extract]
-> retrieved fmt.0.11.0  (cached)
Processing 14/97: [frama-c.32.0~beta: extract]
-> retrieved frama-c.32.0~beta  (cached)
Processing 26/97: [hex.1.5.0: extract]
Processing 27/97: [hex.1.5.0: extract]
-> retrieved hex.1.5.0  (cached)
Processing 28/97: [jsonm.1.0.2: extract]
-> retrieved jsonm.1.0.2  (cached)
Processing 29/97: [logs.0.10.0: extract]
-> retrieved logs.0.10.0  (cached)
Processing 30/97: [not-ocamlfind.0.14: extract]
-> retrieved not-ocamlfind.0.14  (cached)
Processing 32/97: [ocplib-simplex.0.5.1: extract]
-> retrieved ocplib-simplex.0.5.1  (cached)
Processing 34/97: [pcre2.8.0.4: extract]
-> retrieved pcre2.8.0.4  (cached)
Processing 41/97: [ppx_deriving_yaml.0.4.0: extract]
-> retrieved ppx_deriving_yaml.0.4.0  (cached)
Processing 43/97: [uutf.1.0.4: extract]
-> retrieved uutf.1.0.4  (cached)
Processing 45/97: [yaml.3.2.0: extract]
-> retrieved yaml.3.2.0  (cached)

#=== ERROR while fetching sources for cmdliner.2.1.0 ==========================#
OpamSolution.Fetch_fail("https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz (curl failed: \"/usr/bin/curl --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.5.0~beta1 -L -o /tmp/opam-7-5af0d0/cmdliner-2.1.0.tbz.part -- https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz\" exited with code 6)")

#=== ERROR while fetching sources for alt-ergo.1.01 ===========================#
OpamSolution.Fetch_fail("https://alt-ergo.ocamlpro.com/http/alt-ergo-1.01/alt-ergo-1.01.tar.gz (curl failed: \"/usr/bin/curl --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.5.0~beta1 -L -o /tmp/opam-7-221427/alt-ergo-1.01.tar.gz.part -- https://alt-ergo.ocamlpro.com/http/alt-ergo-1.01/alt-ergo-1.01.tar.gz\" exited with code 6)")


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - remove    alt-ergo            2.6.2
| - remove    cmdliner            1.3.0
| - recompile alt-ergo-lib        2.6.2
| - recompile alt-ergo-parsers    2.6.2
| - recompile bos                 0.2.1
| - recompile camlp5              8.04.00
| - recompile camlp5-buildscripts 0.06
| - recompile cstruct             6.2.0
| - recompile dolmen              0.10
| - recompile dolmen_loop         0.10
| - recompile dolmen_type         0.10
| - recompile dune-compiledb      0.6.0
| - recompile ezjsonm             1.3.0
| - recompile fmt                 0.11.0
| - recompile frama-c             32.0~beta
| - recompile frama-clang         0.0.19~beta
| - recompile hex                 1.5.0
| - recompile jsonm               1.0.2
| - recompile logs                0.10.0
| - recompile not-ocamlfind       0.14
| - recompile ocplib-simplex      0.5.1
| - recompile pcre2               8.0.4
| - recompile ppx_deriving_yaml   0.4.0
| - recompile uutf                1.0.4
| - recompile yaml                3.2.0
+- 
+- The following actions failed
| - fetch alt-ergo 1.01
| - fetch cmdliner 2.1.0
+- 
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose frama-clang.0.0.19~beta' failed.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose frama-clang.0.0.19~beta;
        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" != 'frama-clang.0.0.19~beta' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 40
2025-11-28 08:20.39: Job failed: Failed: Build failed
2025-11-28 08:20.39: Log analysis:
2025-11-28 08:20.39: >>> 
[ERROR] Failed to get sources of alt-ergo.1.01: curl failed
 (score = 25)
2025-11-28 08:20.39: >>> 
[ERROR] Failed to get sources of cmdliner.2.1.0: curl failed
 (score = 25)
2025-11-28 08:20.39: Failed to get sources of alt-ergo.1.01: curl failed