Organisationsocaml-multicoreeioc25508 ()opensuse-15.6-5.4_opam-2.5

opensuse-15.6-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-05-22 16:45.58: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/heads/main (c25508310db29ed510511cc28456eefe4abd16ca) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/eio.git" -b "main" && cd "eio" && git reset --hard c2550831
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e
# opensuse-15.6-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam ./
RUN opam pin add -yn eio_windows.dev './' && \
opam pin add -yn eio_posix.dev './' && \
opam pin add -yn eio_main.dev './' && \
opam pin add -yn eio_linux.dev './' && \
opam pin add -yn eio.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-bash.1 containers.3.18 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.2 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uring.2.7.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-05-22 16:45.58: Using cache hint "ocaml-multicore/eio-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e-opensuse-15.6-5.4_opam-2.5-e524e996c42a569c6e5f5979f115e97f"
2026-05-22 16:45.58: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)
(comment opensuse-15.6-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))
(copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn eio_windows.dev './' && \
\nopam pin add -yn eio_posix.dev './' && \
\nopam pin add -yn eio_main.dev './' && \
\nopam pin add -yn eio_linux.dev './' && \
\nopam pin add -yn eio.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-bash.1 containers.3.18 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.2 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uring.2.7.0 uutf.1.0.4 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-05-22 16:45.58: Waiting for resource in pool OCluster
2026-05-22 17:54.08: Waiting for worker…
2026-05-22 18:04.41: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at c255083 Merge pull request #833 from m-click/unlink-missing-ok


(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)
2026-05-22 18:04.41 ---> using "4ca16588261ec94bc0af5c9a33bc40d6275395697fbaa0c428f9627813be5cfe" from cache


/: (comment opensuse-15.6-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-05-22 18:04.41 ---> using "ffe77c663787017bc3f5ed33ecf47d2b30f1c22125b3915ac49af944388097b5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
045748b2d8..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-22 18:04.41 ---> using "493fdd34906a243916a91978cd7b4b6bb11d43ca50d35f0ac73d986f0ec9df49" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.


[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
Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-22 18:04.41 ---> using "6f095bfdf31f8bcf560ae5aecb85b3b36012a9cc1a84a3bb1b2410e846812169" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-05-22 18:04.41 ---> using "8777a0bfe57f9e533110f422fdb23e1d81975d8854719b2732567449450985a5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-22 18:04.41 ---> using "52cd9be902137bf36a8efcda1034bce176f2ee2064da29cc383144fbfe2416c8" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository


Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 18:04.41 ---> using "670c7a75a84a1ee81beb63b528cb59f542522ac1bc3a0eb7cf1b5a8297c6b545" from cache


/src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
(dst ./))
2026-05-22 18:04.41 ---> saved as "588256270d6a92169aaedf5510a905819684056fe0b8b419c314b00e9895e34b"


/src: (run (network host)
(shell  "opam pin add -yn eio_windows.dev './' && \
\nopam pin add -yn eio_posix.dev './' && \
\nopam pin add -yn eio_main.dev './' && \
\nopam pin add -yn eio_linux.dev './' && \
\nopam pin add -yn eio.dev './'"))
[eio_windows.dev] synchronised (file:///src)
eio_windows is now pinned to file:///src (version dev)
[eio_posix.dev] synchronised (file:///src)
eio_posix is now pinned to file:///src (version dev)
[eio_main.dev] synchronised (file:///src)
eio_main is now pinned to file:///src (version dev)
[eio_linux.dev] synchronised (file:///src)
eio_linux is now pinned to file:///src (version dev)
[eio.dev] synchronised (file:///src)
eio is now pinned to file:///src (version dev)
2026-05-22 18:04.44 ---> saved as "a7e8b6b41de95c96285c304aeb72e1cbc283a7bc67219f3b7d5af205febcb23a"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-22 18:04.44 ---> saved as "98df492a0c4ce4bd1ca5f6abe9add957b21f4b310a2b84cfd13050ed28720c98"


/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.1 conf-bash.1 containers.3.18 cppo.1.8.0 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.23.1 dune-configurator.3.23.1 either.1.0.0 fmt.0.11.0 hmap.0.8.1 iomux.0.4 kcas.0.7.0 logs.0.10.0 lwt-dllist.1.1.0 mdx.2.5.2 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uring.2.7.0 uutf.1.0.4 yojson.3.0.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- .....
- .....
- .......
- ........
- .
- ........
- ........
- ......
- ......
- .....
- ........
- ........
- .......
- ....
- .........
- ........
- .......
- ........
- ........
- .......
- .......
- .......
- .......
- ........
- .......
- ......
- .........
- .......
- .......
- ......
- .......
- ........
- ......
- .........
- .......
- .......
- .........
- .......
- .......
- .........
- .......
- .........
- ......
- .........
- ........
- ........
- .......
- ........
- .......
- .......
- .......
- .done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .
- .......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .........
- ........
- .......
- .........
- ......
- ........
- .......
- .......
- ......
- ........
- ......
- .........
- .......
- ........
- ........
- ........
- ........
- ........
- ........
- ........
- .......
- .........
- .........
- .......
- ......
- ......
- ........
- .......
- .........
- .......
- ........
- .......
- ......
- .......
- ........
- ........
- .....
- ......
- .........
- ......
- ........
- ......
- .......
- ........
- .........
- .........
- .......
- ........
- ........
- ........
- ........
- ........
- ......
- .........
- ......
- .....
- .........
- ......
- ........
- ......
- ....
- .......
- .......
- ........
- .........
- ......
- .......
- ......
- .......
- ........
- ......
- .......
- .........
- .......
- ...
- ........
- .......
- .......
- ......
- ........
- .......
- .....
- .........
- ........
- ........
- .......
- .......
- ........
- .......
- ........
- ........
- .......
- ........
- .......
- .....
- .......
- ......
- ........
- .......
- .......
- ......
- .....
- .......
- ........
- ........
- .......
- ......
- ......
- ........
- ........
- .......
- .......
- ......
- ......
- ....
- .......
- ........
- .......
- .....
- .......
- .......
- .......
- ........
- .......
- ........
- .....
- .......
- .......
- ........
- .........
- ........
- ........
- ........
- .........
- ......
- ......
- .......
- ........
- ........
- .......
- .......
- ........
- ........
- ......
- ......
- ........
- .........
- .......
- .........
- .......
- .......
- ......
- .....
- ........
- .......
- ....
- ......
- ...
- ........
- ........
- ........
- .......
- ........
- ........
- .......
- ......
- .......
- .......
- .....
- ........
- .....
- ........
- .........
- ........
- ........
- .......
- ....
- .......
- ........
- ........
- ........
- .......
- ........
- .......
- .......
- ........
- ........
- ......
- ........
- ...
- ........
- ........
- .......
- .......
- ........
- ......
- ........
- ........
- .......
- ......
- ........
- .......
- ......
- .......
- ........
- ........
- .......
- ......
- ......
- ........
- .......
- .......
- ........
- .......
- ........
- ........
- ........
- ......
- .......
- .......
- .....
- .......
- .......
- ........
- ........
- .......
- .........
- .......
- .......
- ........
- ........
- ......
- .........
- .......
- ........
- .......
- .......
- .......
- ........
- .......
- ......
- ........
- ........
- .......
- ........
- .....
- ......
- ........
- .........
- ........
- ......
- .
- .
- ........
- ........
- ........
- ........
- ........
- ....
- ........
- ........
- .......
- .....
- .
- .......
- .........
- .......
- .........
- ........
- ......
- ......
- .........
- .......
- ........
- .......
- .......
- .......
- .........
- ........
- .......
- ......
- ..
- .......
- .......
- .........
- ........
- .....
- ......
- .......
- .........
- .......
- .......
- .......
- .......
- .........
- ........
- ......
- ........
- ........
- ......
- ........
- ......
- .......
- ........
- ........
- .......
- ........
- .......
- .....
- ......
- .......
- .......
- ........
- ........
- ........
- ........
- ......
- ........
- .....
- ......
- .......
- ........
- ........
- .......
- .....
- ........
- .......
- ........
- ........
- .......
- .........
- .......
- .....
- ........
- ........
- .........
- ......
- ........
- ........
- ........
- ......
- ........
- ......
- .....
- ........
- .......
- .......
- .........
- ......
- .......
- ......
- ........
- ........
- .......
- ......
- .......
- .......
- .......
- .......
- ........
- ........
- .......
- ......
- .....
- .......
- ......
- ........
- ........
- ........
- ........
- .......
- ....
- ....
- ........
- .....
- ......
- .....
- .......
- ......
- ........
- .......
- ........
- ........
- ........
- .......
- .......
- ......
- ........
- ......
- ........
- .......
- .......
- .....
- .......
- .......
- .....
- .......
- ........
- ......
- ......
- ........
- ........
- .......
- .......
- .......
- .....
- .......
- ........
- .....
- .........
- ......
- ........
- ......
- .......
- ........
- ...
- ......
- .......
- .......
- ........
- .......
- ........
- ........
- ........
- .......
- .........
- .......
- ......
- ........
- .......
- .......
- .......
- ...
- .......
- .......
- ......
- ........
- ........
- .......
- .........
- ......
- ......
- ....
- .......
- ........
- ........
- .......
- .......
- ........
- .......
- .......
- .......
- .......
- .......
- ........
- ......
- ........
- .......
- .......
- .......
- .......
- .........
- ........
- .........
- ......
- .....
- ........
- .........
- ......
- .........
- ......
- .......
- ........
- ....
- ..
- ......
- ......
- ........
- .......
- .......
- ........
- .......
- ......
- ........
- ......
- .......
- .........
- ......
- .
- .....
- .......
- .....
- .......
- ......
- ........
- .......
- ......
- ......
- ..
- .......
- ......
- .........
- .....
- .......
- ....
- ........
- .......
- ......
- .......
- ......
- ...
- ....
- .....
- .......
- .......
- ........
- ........
- ........
- ......
- .......
- .......
- .......
- ........
- ....
- ......
- .........
- .......
- ........
- .......
- ......
- .......
- ......
- .........
- ........
- .......
- .........
- .......
- .........
- .......
- ........
- .......
- ......
- ......
- .......
- ........
- ........
- ........
- .........
- ......
- .....
- .......
- ......
- ........
- ......
- .........
- ......
- .......
- ........
- ......
- .......
- ......
- ........
- ....
- .......
- ......
- ......
- ........
- .......
- .......
- .........
- .......
- ......
- ........
- .........
- ........
- .......
- .......
- ......
- .........
- ........
- ......
- ........
- .......
- .......
- .......
- ......
- .......
- .......
- ......
- .....
- ........
- .......
- ........
- .....
- .........
- .....
- ........
- ........
- ........
- .......
- .....
- .........
- ........
- .......
- .......
- ........
- .....
- .........
- ....
- ......
- .......
- .......
- .......
- ........
- ........
- ......
- .......
- .........
- .........
- .......
- ........
- ........
- .......
- .......
- .........
- .......
- .........
- ......
- .......
- ........
- ........
- ........
- ........
- .......
- .......
- ......
- ......
- ......
- ......
- .......
- ........
- ........
- ......
- ......
- ........
- ........
- .......
- ........
- ......
- ........
- .....
- .........
- ........
- .......
- ......
- .......
- .........
- .......
- ........
- ........
- .......
- ........
- ......
- ....
- ....
- ......
- .....
- ........
- ...
- ......
- .......
- .....
- .........
- .......
- ........
- .....
- ........
- .......
- ........
- ........
- ........
- .......
- .......
- ......
- .......
- ........
- .....
- .........
- .......
- .......
- ........
- .......
- ........
- ......
- .........
- ........
- ......
- .......
- .........
- ........
- .........
- .....
- .......
- ........
- .......
- .....
- ......
- ......
- .....
- .
- ........
- ........
- .......
- ........
- .......
- .........
- ......
- ........
- .......
- ........
- ........
- ........
- ......
- ........
- .......
- ........
- ........
- ........
- ......
- .......
- .......
- .......
- ........
- ......
- ......
- .......
- .......
- ........
- ........
- .......
- .......
- .......
- .......
- .........
- ........
- ........
- .......
- ....
- ........
- ........
- ........
- ........
- ........
- .......
- .......
- ........
- .....
- .......
- ........
- .......
- ........
- .........
- .......
- .........
- ......
- .......
- .......
- .........
- .......
- ........
- ........
- ........
- .......
- ....
- .........
- .....
- .........
- .....
- ........
- ......
- .........
- .......
- .......
- .......
- .......
- .......
- .......
- ........
- .......
- .......
- .......
- .......
- ......
- ........
- .........
- .......
- .......
- ......
- ......
- ........
- .......
- ........
- ........
- ........
- ........
- .......
- ........
- ......
- ........
- .........
- .......
- ........
- ....
- .......
- ........
- .........
- .......
- ........
- .......
- .......
- ........
- .......
- ......
- ........
- .......
- ........
- ........
- .......
- .......
- .........
- ......
- .......
- .......
- ......
- .......
- ........
- .......
- .......
- .........
- .....
- ........
- .......
- ........
- .....
- ..
- .......
- ........
- ........
- .......
- ........
- ......
- ........
- .......
- ........
- .........
- .......
- ........
- .........
- ........
- ........
- .......
- .......
- ........
- ........
- ........
- ......
- .......
- ........
- ......
- .......
- ........
- .........
- ........
- .......
- .......
- ......
- .......
- .......
- .......
- .........
- .......
- ........
- .........
- ........
- .......
- ......
- .......
- .........
- .......
- .....
- ......
- ......
- ...
- .......
- .......
- ......
- .......
- .......
- .......
- .........
- .......
- .........
- .......
- ........
- .......
- ........
- .....
- ........
- .......
- .........
- .......
- ........
- .......
- .......
- ........
- ........
- .......
- .........
- ........
- .......
- ......
- ........
- ........
- .......
- ......
- ........
- .......
- ........
- ........
- ........
- ........
- ........
- ......
- .......
- .......
- ........
- ........
- ......
- ......
- ......
- ........
- ......
- ........
- ........
- ......
- ......
- ........
- ......
- .......
- ........
- .......
- ......
- .......
- ........
- ......
- ...
- .......
- .......
- ......
- ........
- ........
- ........
- ........
- ........
- .......
- ........
- .......
- ........
- ....
- ........
- ...
- ....
- ........
- ......
- ........
- ......
- .........
- ........
- ......
- ........
- ........
- .........
- .....
- ......
- .......
- .....
- ........
- .....
- .......
- .......
- .......
- ........
- ........
- .......
- .......
- .........
- ........
- .......
- ......
- ........
- ........
- .......
- .......
- .......
- ........
- ........
- ........
- ........
- .......
- ........
- ......
- .........
- ......
- ........
- .......
- .......
- ......
- ........
- ......
- ......
- .......
- ........
- ......
- ........
- .........
- ......
- .......
- ......
- .......
- ........
- ........
- ........
- .........
- ........
- ....
- .......
- ........
- .......
- .......
- .......
- .......
- .........
- .......
- .......
- ........
- .......
- ........
- ...
- .........
- .......
- .......
- ........
- ........
- ......
- ........
- .......
- ........
- .......
- .......
- ........
- .......
- .........
- ....
- ........
- .........
- ........
- ......
- .......
- .......
- .......
- .......
- .......
- ........
- ........
- .......
- ........
- .......
- .......
- .......
- ........
- ........
- ......
- ........
- .......
- .....
- .......
- ........
- .......
- .....
- ......
- ......
- .........
- ........
- .........
- ........
- ........
- ......
- ....
- ....
- ......
- ......
- ......
- .......
- ........
- ........
- ......
- .......
- .....
- .........
- .......
- .....
- ........
- .......
- .......
- ........
- ......
- ......
- .......
- ........
- .......
- ........
- .......
- .......
- ....
- ........
- .....
- ........
- ......
- ........
- ......
- ......
- ........
- ........
- .......
- .......
- ....
- ........
- .......
- ...
- ........
- .........
- .......
- ........
- ....
- ........
- ........
- ........
- ........
- ........
- .....
- ........
- ........
- .....
- .........
- ...
- ........
- ........
- ........
- .......
- ........
- ........
- ........
- ......
- ........
- .........
- ........
- .......
- ......
- ......
- .......
- ........
- ........
- ........
- ........
- .......
- .......
- .......
- .......
- ........
- .......
- ......
- .......
- .......
- .....
- .......
- ...
- .....
- .....
- .......
- .......
- ......
- .......
- ......
- .......
- ........
- ........
- ......
- ......
- ........
- ......
- ........
- .......
- ........
- ........
- .........
- .....
- .......
- ........
- ........
- ......
- ........
- .......
- ........
- .......
- ........
- .......
- .......
- .......
- ........
- ........
- .......
- ........
- .......
- ......
- .......
- ......
- ....
- .......
- ........
- ........
- .......
- .......
- ........
- ........
- ........
- ........
- ......
- ........
- .......
- .....
- ........
- .......
- .....
- .......
- .......
- ........
- ........
- .......
- ....
- .......
- ......
- ........
- .......
- .........
- .......
- .......
- .......
- .....
- ........
- .......
- ......
- ........
- ........
- .......
- ........
- .......
- ........
- .......
- .......
- ......
- ......
- .......
- ......
- ......
- .....
- .......
- ........
- ........
- .......
- .........
- .........
- ........
- ...
- .......
- ........
- .......
- .....
- ........
- .......
- .......
- ........
- .......
- .........
- .......
- ........
- .......
- .......
- ........
- .......
- ......
- ......
- ........
- .......
- .......
- .......
- ........
- ......
- ......
- ........
- ......
- ......
- .....
- ........
- .......
- .......
- .........
- ........
- .......
- .......
- ........
- ........
- .......
- ......
- .......
- ........
- ........
- .......
- .......
- .......
- ......
- ........
- ........
- ........
- ......
- ....
- ...
- ........
- ......
- ........
- ....
- .......
- ........
- ........
- ........
- ....
- .......
- ......
- ........
- .......
- ........
- .........
- ........
- ......
- ......
- .......
- ........
- .......
- ......
- .......
- .........
- .......
- .......
- .......
- .......
- .......
- ........
- ......
- ........
- .......
- ......
- ........
- ........
- ....
- .......
- .....
- ......
- ........
- .......
- .......
- .....
- .....
- ......
- ........
- ......
- .........
- .......
- ........
- ........
- ........
- ........
- ........
- ....
- .....
- .......
- ......
- ......
- .......
- .......
- .......
- .......
- .........
- .......
- .......
- .....
- ....
- ....
- .......
- .......
- .......
- ........
- ......
- .....
- ....
- .......
- ......
- .......
- ........
- ..
- ....
- ......
- ....
- .......
- ........
- ........
- .........
- .......
- .......
- ........
- ........
- ......
- .......
- ......
- .......
- ........
- .......
- .......
- ........
- ......
- .......
- ........
- .......
- ......
- ........
- ......
- .......
- .......
- .......
- ......
- ........
- ........
- ........
- ........
- ......
- ........
- .........
- .....
- .........
- ...
- ....
- .......
- ......
- .........
- .....
- ........
- ........
- ......
- ........
- .....
- .......
- .......
- .......
- .......
- ...
- .....
- .....
- ........
- .......
- .......
- .......
- ........
- ........
- .......
- ........
- .......
- ......
- ..
- ...
- .....
- .......
- .......
- .......
- .......
- ......
- .......
- ........
- ........
- .....
- .......
- .......
- .......
- .......
- ......
- ......
- .......
- ........
- ......
- .......
- .......
- .........
- ....
- ........
- ......
- .......
- ....
- .......
- .......
- .....
- ....
- ......
- .....
- .......
- ........
- .......
- .......
- .....
- .......
- ........
- ......
- ........
- .....
- ........
- ......
- .........
- ......
- ........
- .........
- ......
- ........
- .......
- .....
- .......
- ........
- ......
- ......
- .......
- ......
- .......
- ......
- .......
- ......
- .......
- .......
- ........
- ........
- ........
- ........
- ........
- .......
- ......
- ........
- .......
- ........
- .......
- ......
- ........
- .......
- .......
- ........
- ......
- ........
- ........
- ......
- ........
- ......
- ........
- ........
- .......
- ........
- .......
- .....
- ....
- .
- ...
- ........
- .......
- ...
- ......
- ........
- .......
- ........
- .......
- ........
- .......
- ......
- ......
- .......
- ......
- ........
- ....
- ......
- ......
- .....
- .......
- .........
- ......
- ......
- ......
- .......
- .......
- ......
- .......
- .....
- .........
- ........
- .....
- ......
- .......
- .....
- ........
- ........
- ........
- .........
- ...
- .......
- .......
- ........
- .......
- .......
- ......
- .......
- ........
- .....
- .......
- .....
- .........
- ....
- .....
- ......
- .....
- ........
- ..
- ......
- ........
- ......
- ...
- ........
- ......
- .....
- ........
- .....
- ..
- ......
- ......
- ......
- .......
- .......
- ......
- ......
- ......
- ......
- .....
- .....
- ......
- ..
- .
- .
- ....
- ......
- .......
- ......
- ........
- .......
- .......
- .......
- .....
- ......
- .....
- .......
- .......
- ......
- .......
- ......
- ........
- ........
- .......
- ......
- .....
- ..
- ......
- .......
- ......
- ....
- .....
- ......
- .....
- ......
- .......
- ......
- ..
- ......
- ....
- ......
- ........
- .......
- .....
- ........
- ........
- ......
- .......
- ......
- ..
- ...
- ......
- ......
- ......
- ......
- .....
- ........
- .......
- ......
- ...
- ......
- .......
- ......
- ........
- .....
- ....
- ......
- .......
- ........
- ....
- .......
- .....
- ........
- ....
- .........
- ........
- .......
- .......
- .....
- ......
- ......
- .....
- .......
- ......
- ........
- ....
- .......
- .........
- ........
- .....
- ......
- .......
- ........
- .......
- .......
- .......
- .......
- ........
- .....
- ...
- ......
- .......
- ...
- ......
- .........
- .........
- ....
- ......
- ......
- ........
- ......
- .......
- .......
- ......
- ......
- ....
- .....
- .......
- ....
- ......
- .......
- .......
- .....
- ........
- .....
- .......
- ......
- ........
- .......
- ........
- .....
- ....
- ......
- ......
- ......
- ......
- .......
- ......
- ......
- ......
- ...
- ......
- ........
- .......
- .....
- ........
- .......
- .......
- .........
- .......
- ....
- ....
- ....
- ......
- .......
- .
- .
- .......
- .......
- .......
- ........
- ........
- ........
- .......
- ........
- .........
- .
- .....
- .......
- .
- ......
- ......
- ........
- .......
- ........
- .......
- .....
- .....
- .......
- .......
- .....
- ........
- ........
- .......
- ......
- .........
- ......
- .......
- ........
- .......
- ......
- ........
- ........
- ........
- ........
- ...
- .........
- ........
- .......
- .......
- ...
- ........
- ......
- ........
- ........
- .......
- .......
- .......
- .......
- .......
- ........
- .......
- ........
- .......
- ........
- ..
- ....
- .......
- ......
- ......
- ......
- .......
- .........
- ........
- ........
- .......
- .....
- ....
- ........
- ........
- ......
- ........
- .......
- ......
- ........
- ........
- ....
- .....
- ........
- ......
- .......
- ........
- .......
- .........
- ......
- .......
- ....
- ......
- ......
- ........
- ........
- ......
- ......
- ......
- ........
- .....
- .......
- .....
- ........
- .....
- ......
- ......
- .........
- .....
- .......
- ...
- .......
- .......
- .......
- .......
- ...
- .......
- ......
- .....
- ......
- .......
- .......
- .......
- ........
- ......
- ....
- .........
- ...
- ......
- ......
- .......
- ....
- ......
- ........
- .......
- ......
- ......
- ......
- .......
- .....
- .....
- .......
- .......
- ........
- ........
- ......
- ........
- ......
- .....
- ......
- ....
- ......
- ......
- ......
- ....
- ......
- .......
- ........
- .......
- .......
- .........
- ........
- ........
- .......
- ........
- .....
- ......
- .......
- .......
- .......
- .......
- ......
- ........
- ......
- ......
- .......
- .......
- .......
- .......
- .......
- ......
- ........
- .......
- .......
- .....
- ........
- .......
- .......
- .......
- .......
- ......
- ......
- ..
- .......
- .......
- .......
- ......
- .......
- .......
- ........
- .....
- ....
- .......
- ........
- ......
- ......
- ........
- .......
- .......
- ........
- ........
- .......
- .....
- ........
- ......
- ........
- .......
- ......
- .....
- .......
- .....
- ........
- ......
- ......
- .......
- .......
- .........
- ......
- .......
- .....
- ........
- .....
- .......
- ...
- .......
- ......
- .........
- ....
- .......
- .......
- ........
- ......
- .......
- ....
- .....
- ......
- .......
- ......
- ....
- .....
- .......
- ......
- .......
- ....
- ...
- .......
- ........
- .......
- ....
- ....
- ........
- .....
- ......
- ....
- .......
- ........
- .......
- .....
- ......
- ........
- ....
- ....
- ......
- ........
- ....
- .......
- ........
- ........
- .......
- ........
- .....
- ......
- ......
- ...
- ........
- ......
- ........
- ......
- .........
- ......
- ...
- ........
- ........
- ........
- ......
- .......
- ......
- ......
- ........
- .....
- .......
- .....
- ......
- .....
- ....
- ......
- .......
- .....
- .......
- ....
- ...
- .......
- ........
- .......
- .......
- ........
- .......
- ......
- ........
- ......
- ........
- ..
- .......
- ........
- ......
- .......
- ......
- ......
- ........
- .....
- .......
- ........
- .......
- .......
- .......
- ...
- ...
- .....
- .......
- ........
- ......
- ........
- .......
- .....
- ......
- ........
- ......
- .......
- ...
- ..
- ..
- ...
- .......
- .....
- ........
- .........
- ......
- ....
- ....
- ....
- .......
- ......
- ......
- .......
- .......
- ...
- .....
- ...
- .....
- ....
- ........
- ........
- ......
- ......
- ......
- ...
- ....
- .....
- .......
- ........
- ....
- ......
- .....
- ........
- ........
- ........
- .......
- ........
- ........
- ......
- ........
- ...
- .
- ....
- ......
- ...
- .....
- ..
- ..
- ....
- .......
- .......
- .....
- .....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .....
- .......
- .......
- .....
- .......
- ......
- ......
- .
- .....
- ...
- .....
- ...
- ..
- ...
- .....
- ........
- .......
- .....
- .......
- ......
- ........
- ...
- .....
- ........
- .......
- .....
- ....
- ......
- ........
- .....
- .......
- ........
- .......
- ........
- ......
- ..
- .
- ........
- ..
- ....
- ..
- ......
- .......
- .....
- .....
- ........
- .....
- .....
- .....
- .
- .
- ....
- ......
- ........
- ......
- .....
- .......
- ........
- .......
- .......
- .......
- .......
- ........
- .......
- ...
- ......
- ......
- ......
- ......
- ........
- .....
- .....
- ......
- ......
- .....
- .......
- ......
- .......
- .......
- ........
- ......
- ..
- .......
- ........
- ......
- .......
- ......
- .....
- ......
- .....
- .......
- ......
- ........
- .....
- ........
- ........
- ......
- ........
- .....
- .....
- ......
- ......
- ....
- ......
- .......
- ........
- ........
- ......
- ........
- ......
- .....
- ........
- .......
- ....
- ......
- .....
- ......
- .......
- .....
- ........
- .......
- .....
- .......
- .......
- ........
- ......
- ........
- ........
- ........
- .......
- ........
- .....
- ...
- .....
- .......
- .....
- .....
- ....
- ......
- .......
- .......
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [...
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ...
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ...
- .
2026-05-22 19:04.41: Cancelling: Timeout (60.0 minutes)
Job cancelled
2026-05-22 19:04.41: Timeout (60.0 minutes)