Build:
- 0
2026-05-04 18:17.18: New job: Build using linux-arm64 in
[https://github.com/ocaml/opam-repository#master (76bd899e94da6c4b6bc6b7efa84d0737069db6f0)]
2026-05-04 18:17.18: Will push staging image to ocurrent/opam-staging:opensuse-15.6-opam-arm64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM opensuse/leap:15.6
LABEL distro_style="zypper"
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y -t pattern devel_C_C++
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.0/opam /usr/bin/opam-2.0 && chmod a+x /usr/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.1/opam /usr/bin/opam-2.1 && chmod a+x /usr/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.2 && cd ../opam-build-2.2 && git fetch -q && git checkout 01e9a24a61e23e42d513b4b775d8c30c807439b2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.2/opam /usr/bin/opam-2.2 && chmod a+x /usr/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.3 && cd ../opam-build-2.3 && git fetch -q && git checkout 35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.3/opam /usr/bin/opam-2.3 && chmod a+x /usr/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.4 && cd ../opam-build-2.4 && git fetch -q && git checkout 7c92631391984f698f31ee24f3ae4dc1cd3698ff && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.4/opam /usr/bin/opam-2.4 && chmod a+x /usr/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.5 && cd ../opam-build-2.5 && git fetch -q && git checkout 6218d0c4c022106034a93c8ecb5b80fa213d7356 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.5/opam /usr/bin/opam-2.5 && chmod a+x /usr/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-master && cd ../opam-build-master && git fetch -q && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-master/opam /usr/bin/opam-master && chmod a+x /usr/bin/opam-master && rm -rf /tmp/opam-build-master
FROM opensuse/leap:15.6
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y -t pattern devel_C_C++
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
COPY --from=0 [ "/usr/bin/opam-2.0", "/usr/bin/opam-2.0" ]
RUN ln /usr/bin/opam-2.0 /usr/bin/opam
COPY --from=0 [ "/usr/bin/opam-2.1", "/usr/bin/opam-2.1" ]
COPY --from=0 [ "/usr/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/bin/opam-master", "/usr/bin/opam-dev" ]
RUN useradd -u 1000 -d /home/opam -m --user-group opam
COPY <<-EOF /etc/sudoers.d/opam
opam ALL=(ALL:ALL) NOPASSWD:ALL
EOF
RUN chmod 440 /etc/sudoers.d/opam
RUN chown root:root /etc/sudoers.d/opam
USER opam
WORKDIR /home/opam
RUN mkdir .ssh
RUN chmod 700 .ssh
COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
wrap-build-commands: []
wrap-install-commands: []
wrap-remove-commands: []
required-tools: []
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#!/bin/sh
cp ~/.opamrc-nosandbox ~/.opamrc
echo --- opam sandboxing disabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-disable
RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
wrap-build-commands: ["%{hooks}%/sandbox.sh" "build"]
wrap-install-commands: ["%{hooks}%/sandbox.sh" "install"]
wrap-remove-commands: ["%{hooks}%/sandbox.sh" "remove"]
EOF
COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#!/bin/sh
cp ~/.opamrc-sandbox ~/.opamrc
echo --- opam sandboxing enabled
EOF
RUN chmod a+x /home/opam/opam-sandbox-enable
RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
RUN git config --global user.email "docker@example.com"
RUN git config --global user.name "Docker"
COPY --link --chown=opam:opam [ ".", "/home/opam/opam-repository" ]
RUN opam-sandbox-disable
RUN opam init -k git -a /home/opam/opam-repository --bare
RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
RUN rm -rf .opam/repo/default/.git
COPY --link [ "Dockerfile", "/Dockerfile.opam" ]
2026-05-04 18:17.18: Using cache hint "opam-opensuse-15.6"
2026-05-04 18:17.18: Waiting for confirm-threshold > above-average
2026-05-04 18:18.49: Confirm-threshold now > above-average
2026-05-04 18:18.49: Waiting for resource in pool OCluster
2026-05-04 18:18.49: Waiting for worker…
2026-05-04 18:18.49: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 76bd899e94 Merge pull request #29831 from RyanGibb/opam-publish-wol.1.0
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 7.02kB done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.8s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
#3 CACHED
#4 [internal] load metadata for docker.io/opensuse/leap:15.6
#4 DONE 0.5s
#5 [internal] load .dockerignore
#5 transferring context: 2B done
#5 DONE 0.1s
#6 [internal] preparing inline document
#6 DONE 0.0s
#7 [internal] preparing inline document
#7 DONE 0.0s
#8 [internal] preparing inline document
#8 DONE 0.0s
#9 [internal] preparing inline document
#9 DONE 0.0s
#10 [internal] preparing inline document
#10 DONE 0.0s
#11 [stage-0 1/17] FROM docker.io/opensuse/leap:15.6@sha256:79be7751205ea84559990fb76b1bec71e38d6fad41c70a4f6c921b803b58f421
#11 DONE 0.0s
#12 [stage-0 4/17] RUN zypper install --force-resolution -y -t pattern devel_C_C++
#12 CACHED
#13 [stage-0 2/17] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#13 CACHED
#14 [stage-0 5/17] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#14 CACHED
#15 [stage-0 3/17] RUN zypper update -y
#15 CACHED
#16 [stage-0 6/17] RUN zypper update -y
#16 CACHED
#17 [internal] load build context
#17 transferring context: 24.79MB 4.9s
#17 transferring context: 243.18MB 9.9s
#17 ...
#18 [stage-0 7/17] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#18 1.667 Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
#18 1.844 Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
#18 1.844 gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
#18 1.847 ................................................................................
#18 ...
#19 [stage-1 7/38] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#19 1.667 Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
#19 1.848 Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
#19 1.848 gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
#19 1.850 ....................................................................................
#19 ...
#17 [internal] load build context
#17 transferring context: 272.43MB 14.7s done
#17 DONE 15.3s
#19 [stage-1 7/38] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#19 1.850 .................................................................................................................................................................................done]
#19 19.45 Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
#19 ...
#18 [stage-0 7/17] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#18 1.847 .........................................................................................................................................................................................done]
#18 20.54 Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
#18 ...
#19 [stage-1 7/38] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#19 19.45 Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [....done]
#19 36.03 Retrieving repository 'Main Update Repository' metadata [..
#19 36.16 Looking for gpg keys in repository Main Update Repository.
#19 36.16 gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
#19 36.16 ................done]
#19 37.43 Building repository 'Main Update Repository' cache [....done]
#19 37.76 Loading repository data...
#19 38.72 Reading installed packages...
#19 41.69 'curl' is already installed.
#19 41.69 No update candidate for 'curl-8.14.1-150600.4.40.1.aarch64'. The highest available version is already installed.
#19 41.69 'gcc-c++' is already installed.
#19 41.69 No update candidate for 'gcc-c++-7-3.9.1.aarch64'. The highest available version is already installed.
#19 41.69 'openssl' is already installed.
#19 41.69 No update candidate for 'openssl-3.1.4-150600.2.1.noarch'. The highest available version is already installed.
#19 41.69 Resolving package dependencies...
#19 41.84
#19 41.84 The following 57 NEW packages are going to be installed:
#19 41.84 bubblewrap busybox busybox-less bzip2 git git-core gzip kbproto-devel libX11-6 libX11-data libX11-devel libX11-xcb1 libXau-devel libXau6 libcap-devel libexpat1 libgdbm4 libpsx2 libsepol1 libsha1detectcoll1 libxcb-composite0 libxcb-damage0 libxcb-devel libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xf86dri0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xtest0 libxcb-xv0 libxcb-xvmc0 libxcb1 openslp perl perl-Error perl-Git pthread-stubs-devel rsync sudo tar unzip which xproto-devel xz
#19 41.84
#19 41.84 57 new packages to install.
#19 41.84
#19 41.84 Package download size: 20.2 MiB
#19 41.84
#19 41.84 Package install size change:
#19 41.84 | 108.0 MiB required by packages that will be installed
#19 41.84 108.0 MiB | - 0 B released by packages that will be removed
#19 41.84
#19 41.84 Backend: classic_rpmtrans
#19 41.84 Continue? [y/n/v/...? shows all options] (y): y
#19 41.93 Retrieving: bzip2-1.0.8-150400.1.122.aarch64 (Main Repository) (1/57), 45.8 KiB
#19 41.94 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.....not found]
#19 42.71 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.not found]
#19 42.73 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [....error]
#19 43.09 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.error]
#19 43.09 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [..done (45.8 KiB/s)]
#19 43.20 Retrieving: gzip-1.10-150200.10.1.aarch64 (Main Repository) (2/57), 140.9 KiB
#19 43.22 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.not found]
#19 43.23 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.not found]
#19 43.25 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.error]
#19 43.25 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.error]
#19 43.25 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.done]
#19 43.32 Retrieving: libXau6-1.0.8-1.26.aarch64 (Main Repository) (3/57), 13.9 KiB
#19 43.34 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.not found]
#19 43.35 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.not found]
#19 43.37 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.error]
#19 43.37 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.error]
#19 43.37 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.done]
#19 43.44 Retrieving: libgdbm4-1.12-1.418.aarch64 (Main Repository) (4/57), 76.5 KiB
#19 43.46 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.not found]
#19 43.48 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.not found]
#19 43.49 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.error]
#19 43.49 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.error]
#19 43.49 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [..done (63.4 KiB/s)]
#19 43.61 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64 (Main Repository) (5/57), 31.0 KiB
#19 43.62 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.not found]
#19 43.64 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.not found]
#19 43.65 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.error]
#19 43.66 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.error]
#19 43.66 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.done]
#19 43.70 Retrieving: libsepol1-3.1-150400.1.70.aarch64 (Main Repository) (6/57), 247.0 KiB
#19 43.71 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.not found]
#19 43.73 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.not found]
#19 43.75 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.error]
#19 43.75 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.error]
#19 43.75 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.done]
#19 43.82 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64 (Main Repository) (7/57), 24.8 KiB
#19 43.83 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.not found]
#19 43.85 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.not found]
#19 43.87 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.error]
#19 43.87 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.error]
#19 43.87 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [..done (4.0 KiB/s)]
#19 44.05 Retrieving: openslp-2.0.0-150600.19.5.aarch64 (Main Repository) (8/57), 65.0 KiB
#19 44.07 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.not found]
#19 44.08 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.not found]
#19 44.10 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.error]
#19 44.10 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.error]
#19 44.10 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.done]
#19 44.17 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64 (Main Repository) (9/57), 9.0 KiB
#19 44.19 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.not found]
#19 44.20 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.not found]
#19 44.22 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.error]
#19 44.22 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.error]
#19 44.22 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.done]
#19 44.30 Retrieving: which-2.21-2.20.aarch64 (Main Repository) (10/57), 38.2 KiB
#19 44.31 Retrieving: which-2.21-2.20.aarch64.rpm [.not found]
#19 44.33 Retrieving: which-2.21-2.20.aarch64.rpm [.not found]
#19 44.35 Retrieving: which-2.21-2.20.aarch64.rpm [.error]
#19 44.35 Retrieving: which-2.21-2.20.aarch64.rpm [.error]
#19 44.35 Retrieving: which-2.21-2.20.aarch64.rpm [.done]
#19 44.42 Retrieving: xproto-devel-7.0.31-1.22.aarch64 (Main Repository) (11/57), 156.1 KiB
#19 44.43 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.not found]
#19 44.45 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.not found]
#19 44.46 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.error]
#19 44.46 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.error]
#19 44.46 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [..done (156.1 KiB/s)]
#19 44.57 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64 (Main Repository) (12/57), 74.4 KiB
#19 44.59 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.not found]
#19 44.60 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.not found]
#19 44.62 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.error]
#19 44.62 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.error]
#19 44.62 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.done]
#19 44.67 Retrieving: libXau-devel-1.0.8-1.26.aarch64 (Main Repository) (13/57), 15.0 KiB
#19 44.68 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.not found]
#19 44.70 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.not found]
#19 44.71 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.error]
#19 44.71 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.error]
#19 44.72 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.done]
#19 44.79 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64 (Main Repository) (14/57), 134.9 KiB
#19 44.81 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.not found]
#19 44.82 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.not found]
#19 44.84 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.error]
#19 44.84 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.error]
#19 44.84 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.done]
#19 44.91 Retrieving: bubblewrap-0.11.0-150500.3.9.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (15/57), 74.1 KiB
#19 44.92 Retrieving: bubblewrap-0.11.0-150500.3.9.1.aarch64.rpm [....
#19 ...
#18 [stage-0 7/17] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#18 20.54 Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [....done]
#18 37.12 Retrieving repository 'Main Update Repository' metadata [..
#18 37.25 Looking for gpg keys in repository Main Update Repository.
#18 37.25 gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
#18 37.25 ................done]
#18 38.51 Building repository 'Main Update Repository' cache [....done]
#18 38.83 Loading repository data...
#18 39.82 Reading installed packages...
#18 42.80 'curl' is already installed.
#18 42.80 No update candidate for 'curl-8.14.1-150600.4.40.1.aarch64'. The highest available version is already installed.
#18 42.80 'gcc-c++' is already installed.
#18 42.80 No update candidate for 'gcc-c++-7-3.9.1.aarch64'. The highest available version is already installed.
#18 42.80 'openssl' is already installed.
#18 42.80 No update candidate for 'openssl-3.1.4-150600.2.1.noarch'. The highest available version is already installed.
#18 42.80 Resolving package dependencies...
#18 42.94
#18 42.94 The following 56 NEW packages are going to be installed:
#18 42.94 busybox busybox-less bzip2 git git-core gzip kbproto-devel libX11-6 libX11-data libX11-devel libX11-xcb1 libXau-devel libXau6 libcap-devel libexpat1 libgdbm4 libpsx2 libsepol1 libsha1detectcoll1 libxcb-composite0 libxcb-damage0 libxcb-devel libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 libxcb-screensaver0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xf86dri0 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xtest0 libxcb-xv0 libxcb-xvmc0 libxcb1 openslp perl perl-Error perl-Git pthread-stubs-devel rsync sudo tar unzip which xproto-devel xz
#18 42.94
#18 42.94 56 new packages to install.
#18 42.94
#18 42.94 Package download size: 20.1 MiB
#18 42.94
#18 42.94 Package install size change:
#18 42.94 | 107.9 MiB required by packages that will be installed
#18 42.94 107.9 MiB | - 0 B released by packages that will be removed
#18 42.94
#18 42.94 Backend: classic_rpmtrans
#18 42.94 Continue? [y/n/v/...? shows all options] (y): y
#18 43.04 Retrieving: bzip2-1.0.8-150400.1.122.aarch64 (Main Repository) (1/56), 45.8 KiB
#18 43.05 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.....not found]
#18 43.80 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.not found]
#18 43.81 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.error]
#18 43.81 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.error]
#18 43.81 Retrieving: bzip2-1.0.8-150400.1.122.aarch64.rpm [.done]
#18 43.87 Retrieving: gzip-1.10-150200.10.1.aarch64 (Main Repository) (2/56), 140.9 KiB
#18 43.88 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.not found]
#18 43.89 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.not found]
#18 43.91 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.error]
#18 43.91 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.error]
#18 43.91 Retrieving: gzip-1.10-150200.10.1.aarch64.rpm [.done]
#18 43.94 Retrieving: libXau6-1.0.8-1.26.aarch64 (Main Repository) (3/56), 13.9 KiB
#18 43.95 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.not found]
#18 43.97 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.not found]
#18 43.98 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.error]
#18 43.99 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.error]
#18 43.99 Retrieving: libXau6-1.0.8-1.26.aarch64.rpm [.done]
#18 44.00 Retrieving: libgdbm4-1.12-1.418.aarch64 (Main Repository) (4/56), 76.5 KiB
#18 44.02 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.not found]
#18 44.03 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.not found]
#18 44.05 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.error]
#18 44.05 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.error]
#18 44.05 Retrieving: libgdbm4-1.12-1.418.aarch64.rpm [.done]
#18 44.12 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64 (Main Repository) (5/56), 31.0 KiB
#18 44.13 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.not found]
#18 44.15 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.not found]
#18 44.16 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.error]
#18 44.16 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.error]
#18 44.16 Retrieving: libpsx2-2.63-150400.3.3.1.aarch64.rpm [.done]
#18 44.18 Retrieving: libsepol1-3.1-150400.1.70.aarch64 (Main Repository) (6/56), 247.0 KiB
#18 44.19 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.not found]
#18 44.21 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.not found]
#18 44.22 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.error]
#18 44.23 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.error]
#18 44.23 Retrieving: libsepol1-3.1-150400.1.70.aarch64.rpm [.done]
#18 44.27 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64 (Main Repository) (7/56), 24.8 KiB
#18 44.28 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.not found]
#18 44.30 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.not found]
#18 44.31 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.error]
#18 44.32 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.error]
#18 44.32 Retrieving: libsha1detectcoll1-1.0.3-2.18.aarch64.rpm [.done]
#18 44.33 Retrieving: openslp-2.0.0-150600.19.5.aarch64 (Main Repository) (8/56), 65.0 KiB
#18 44.35 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.not found]
#18 44.36 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.not found]
#18 44.38 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.error]
#18 44.38 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.error]
#18 44.38 Retrieving: openslp-2.0.0-150600.19.5.aarch64.rpm [.done]
#18 44.40 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64 (Main Repository) (9/56), 9.0 KiB
#18 44.41 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.not found]
#18 44.43 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.not found]
#18 44.44 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.error]
#18 44.44 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.error]
#18 44.45 Retrieving: pthread-stubs-devel-0.4-1.25.aarch64.rpm [.done]
#18 44.46 Retrieving: which-2.21-2.20.aarch64 (Main Repository) (10/56), 38.2 KiB
#18 44.47 Retrieving: which-2.21-2.20.aarch64.rpm [.not found]
#18 44.49 Retrieving: which-2.21-2.20.aarch64.rpm [.not found]
#18 44.51 Retrieving: which-2.21-2.20.aarch64.rpm [.error]
#18 44.51 Retrieving: which-2.21-2.20.aarch64.rpm [.error]
#18 44.51 Retrieving: which-2.21-2.20.aarch64.rpm [.done]
#18 44.53 Retrieving: xproto-devel-7.0.31-1.22.aarch64 (Main Repository) (11/56), 156.1 KiB
#18 44.54 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.not found]
#18 44.56 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.not found]
#18 44.57 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.error]
#18 44.58 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.error]
#18 44.58 Retrieving: xproto-devel-7.0.31-1.22.aarch64.rpm [.done]
#18 44.62 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64 (Main Repository) (12/56), 74.4 KiB
#18 44.63 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.not found]
#18 44.64 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.not found]
#18 44.66 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.error]
#18 44.66 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.error]
#18 44.66 Retrieving: libcap-devel-2.63-150400.3.3.1.aarch64.rpm [.done]
#18 44.69 Retrieving: libXau-devel-1.0.8-1.26.aarch64 (Main Repository) (13/56), 15.0 KiB
#18 44.70 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.not found]
#18 44.72 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.not found]
#18 44.73 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.error]
#18 44.73 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.error]
#18 44.73 Retrieving: libXau-devel-1.0.8-1.26.aarch64.rpm [.done]
#18 44.79 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64 (Main Repository) (14/56), 134.9 KiB
#18 44.80 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.not found]
#18 44.82 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.not found]
#18 44.84 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.error]
#18 44.84 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.error]
#18 44.84 Retrieving: kbproto-devel-1.0.7-150600.16.2.aarch64.rpm [.done]
#18 44.91 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (15/56), 149.1 KiB
#18 44.93 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.....
#18 ...
#19 [stage-1 7/38] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#19 44.92 Retrieving: bubblewrap-0.11.0-150500.3.9.1.aarch64.rpm [.....not found]
#19 45.69 Retrieving: bubblewrap-0.11.0-150500.3.9.1.aarch64.rpm [.not found]
#19 45.70 Retrieving: bubblewrap-0.11.0-150500.3.9.1.aarch64.rpm [.done]
#19 45.78 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (16/57), 149.1 KiB
#19 45.79 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.not found]
#19 45.81 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.not found]
#19 45.82 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.done]
#19 45.86 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (17/57), 100.5 KiB
#19 45.87 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64.rpm [.not found]
#19 45.89 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64.rpm [.not found]
#19 45.90 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64.rpm [.done]
#19 45.98 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (18/57), 1.8 MiB
#19 46.00 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64.rpm [.not found]
#19 46.01 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64.rpm [.not found]
#19 46.03 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64.rpm [......done (1.8 MiB/s)]
#19 46.68 Retrieving: unzip-6.00-150000.4.14.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (19/57), 103.0 KiB
#19 46.69 Retrieving: unzip-6.00-150000.4.14.1.aarch64.rpm [.not found]
#19 46.70 Retrieving: unzip-6.00-150000.4.14.1.aarch64.rpm [.not found]
#19 46.72 Retrieving: unzip-6.00-150000.4.14.1.aarch64.rpm [..done (63.4 KiB/s)]
#19 46.85 Retrieving: xz-5.4.1-150600.3.3.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (20/57), 190.8 KiB
#19 46.86 Retrieving: xz-5.4.1-150600.3.3.1.aarch64.rpm [.not found]
#19 46.87 Retrieving: xz-5.4.1-150600.3.3.1.aarch64.rpm [.not found]
#19 46.89 Retrieving: xz-5.4.1-150600.3.3.1.aarch64.rpm [..done (30.9 KiB/s)]
#19 47.04 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (21/57), 48.0 KiB
#19 47.06 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 47.08 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 47.09 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 47.15 Retrieving: perl-5.26.1-150300.17.20.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (22/57), 6.4 MiB
#19 47.17 Retrieving: perl-5.26.1-150300.17.20.1.aarch64.rpm [.not found]
#19 47.18 Retrieving: perl-5.26.1-150300.17.20.1.aarch64.rpm [.not found]
#19 47.20 Retrieving: perl-5.26.1-150300.17.20.1.aarch64.rpm [................done (3.1 MiB/s)]
#19 48.76 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (23/57), 592.8 KiB
#19 48.78 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64.rpm [.not found]
#19 48.79 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64.rpm [.not found]
#19 48.81 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64.rpm [..done (1.2 KiB/s)]
#19 49.05 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (24/57), 422.3 KiB
#19 49.06 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64.rpm [.not found]
#19 49.08 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64.rpm [.not found]
#19 49.10 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64.rpm [..done (128.4 KiB/s)]
#19 49.30 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (25/57), 28.5 KiB
#19 49.31 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#19 49.33 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#19 49.34 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64.rpm [.done]
#19 49.37 Retrieving: tar-1.34-150000.3.37.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (26/57), 247.5 KiB
#19 49.39 Retrieving: tar-1.34-150000.3.37.1.aarch64.rpm [.not found]
#19 49.40 Retrieving: tar-1.34-150000.3.37.1.aarch64.rpm [.not found]
#19 49.42 Retrieving: tar-1.34-150000.3.37.1.aarch64.rpm [.done]
#19 49.50 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (27/57), 13.8 KiB
#19 49.51 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.53 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.54 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 49.61 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (28/57), 16.5 KiB
#19 49.62 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.64 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.66 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 49.72 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (29/57), 12.5 KiB
#19 49.74 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.75 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.77 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm [..done (12.5 KiB/s)]
#19 49.91 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (30/57), 35.4 KiB
#19 49.92 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.94 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 49.95 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 49.99 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (31/57), 38.8 KiB
#19 50.00 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.02 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.04 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 50.07 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (32/57), 12.9 KiB
#19 50.09 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.10 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.12 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 50.15 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (33/57), 16.4 KiB
#19 50.16 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.18 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.19 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 50.22 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (34/57), 13.9 KiB
#19 50.24 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.25 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.27 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 50.33 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (35/57), 16.1 KiB
#19 50.34 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.36 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.37 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 50.45 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (36/57), 13.2 KiB
#19 50.46 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.48 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.49 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 50.55 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (37/57), 13.4 KiB
#19 50.56 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.58 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.59 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm [..done (13.4 KiB/s)]
#19 50.71 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (38/57), 13.8 KiB
#19 50.72 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.73 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 50.75 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm [..done (13.8 KiB/s)]
#19 51.04 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (39/57), 13.8 KiB
#19 51.05 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.07 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.08 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.11 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (40/57), 21.4 KiB
#19 51.12 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.13 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.15 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.18 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (41/57), 14.4 KiB
#19 51.19 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.21 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.22 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.27 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (42/57), 23.1 KiB
#19 51.28 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.30 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.32 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.35 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (43/57), 12.9 KiB
#19 51.36 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.37 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.39 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.41 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (44/57), 28.5 KiB
#19 51.43 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.44 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.46 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.49 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (45/57), 13.9 KiB
#19 51.51 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.52 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.54 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.56 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (46/57), 14.2 KiB
#19 51.57 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.59 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.60 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.63 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (47/57), 12.5 KiB
#19 51.64 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.66 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.67 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.74 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (48/57), 12.4 KiB
#19 51.76 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.77 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.79 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm [.done]
#19 51.83 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (49/57), 13.0 KiB
#19 51.85 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.86 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 51.88 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm [..done (1.2 KiB/s)]
#19 52.00 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (50/57), 567.6 KiB
#19 52.02 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#19 52.03 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#19 52.05 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64.rpm [...done (288.2 KiB/s)]
#19 52.35 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (51/57), 11.2 KiB
#19 52.36 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#19 52.38 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#19 52.40 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.done]
#19 52.42 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (52/57), 170.2 KiB
#19 52.43 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 52.45 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64.rpm [.not found]
#19 52.46 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64.rpm [..done (159.5 KiB/s)]
#19 52.57 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (53/57), 6.0 MiB
#19 52.58 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#19 52.60 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#19 52.62 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64.rpm [...................done (2.8 MiB/s)]
#19 55.37 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (54/57), 1.4 MiB
#19 55.38 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#19 55.40 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#19 55.41 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [....
#19 ...
#18 [stage-0 7/17] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#18 44.93 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.....not found]
#18 45.70 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.not found]
#18 45.71 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [..done (146.8 KiB/s)]
#18 45.82 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (16/56), 100.5 KiB
#18 45.84 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64.rpm [.not found]
#18 45.85 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64.rpm [.not found]
#18 45.87 Retrieving: libexpat1-2.7.1-150400.3.37.1.aarch64.rpm [.done]
#18 45.97 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (17/56), 1.8 MiB
#18 45.99 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64.rpm [.not found]
#18 46.00 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64.rpm [.not found]
#18 46.02 Retrieving: sudo-1.9.15p5-150600.3.12.1.aarch64.rpm [.....done (1.6 MiB/s)]
#18 46.69 Retrieving: unzip-6.00-150000.4.14.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (18/56), 103.0 KiB
#18 46.71 Retrieving: unzip-6.00-150000.4.14.1.aarch64.rpm [.not found]
#18 46.72 Retrieving: unzip-6.00-150000.4.14.1.aarch64.rpm [.not found]
#18 46.73 Retrieving: unzip-6.00-150000.4.14.1.aarch64.rpm [.done]
#18 46.81 Retrieving: xz-5.4.1-150600.3.3.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (19/56), 190.8 KiB
#18 46.82 Retrieving: xz-5.4.1-150600.3.3.1.aarch64.rpm [.not found]
#18 46.84 Retrieving: xz-5.4.1-150600.3.3.1.aarch64.rpm [.not found]
#18 46.85 Retrieving: xz-5.4.1-150600.3.3.1.aarch64.rpm [..done (29.4 KiB/s)]
#18 47.05 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (20/56), 48.0 KiB
#18 47.06 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 47.08 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 47.09 Retrieving: libxcb1-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 47.17 Retrieving: perl-5.26.1-150300.17.20.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (21/56), 6.4 MiB
#18 47.18 Retrieving: perl-5.26.1-150300.17.20.1.aarch64.rpm [.not found]
#18 47.20 Retrieving: perl-5.26.1-150300.17.20.1.aarch64.rpm [.not found]
#18 47.21 Retrieving: perl-5.26.1-150300.17.20.1.aarch64.rpm [.............done (3.0 MiB/s)]
#18 48.62 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (22/56), 592.8 KiB
#18 48.63 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64.rpm [.not found]
#18 48.65 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64.rpm [.not found]
#18 48.67 Retrieving: busybox-1.37.0-150500.10.17.1.aarch64.rpm [...done (385.8 KiB/s)]
#18 48.95 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (23/56), 422.3 KiB
#18 48.96 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64.rpm [.not found]
#18 48.98 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64.rpm [.not found]
#18 48.99 Retrieving: rsync-3.2.7-150600.3.14.1.aarch64.rpm [...done (258.5 KiB/s)]
#18 49.29 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (24/56), 28.5 KiB
#18 49.31 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#18 49.32 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#18 49.34 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.aarch64.rpm [.done]
#18 49.37 Retrieving: tar-1.34-150000.3.37.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (25/56), 247.5 KiB
#18 49.38 Retrieving: tar-1.34-150000.3.37.1.aarch64.rpm [.not found]
#18 49.40 Retrieving: tar-1.34-150000.3.37.1.aarch64.rpm [.not found]
#18 49.41 Retrieving: tar-1.34-150000.3.37.1.aarch64.rpm [.done]
#18 49.49 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (26/56), 13.8 KiB
#18 49.51 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.52 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.54 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 49.61 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (27/56), 16.5 KiB
#18 49.62 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.64 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.66 Retrieving: libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 49.72 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (28/56), 12.5 KiB
#18 49.74 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.75 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.77 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm [..done (12.5 KiB/s)]
#18 49.91 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (29/56), 35.4 KiB
#18 49.92 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.94 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 49.95 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 49.99 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (30/56), 38.8 KiB
#18 50.00 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.02 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.04 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 50.07 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (31/56), 12.9 KiB
#18 50.09 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.10 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.12 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 50.15 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (32/56), 16.4 KiB
#18 50.16 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.18 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.19 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 50.28 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (33/56), 13.9 KiB
#18 50.29 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.31 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.33 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 50.34 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (34/56), 16.1 KiB
#18 50.35 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.37 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.38 Retrieving: libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 50.45 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (35/56), 13.2 KiB
#18 50.46 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.48 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.49 Retrieving: libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm [..done (13.2 KiB/s)]
#18 50.78 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (36/56), 13.4 KiB
#18 50.80 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.81 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.83 Retrieving: libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 50.85 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (37/56), 13.8 KiB
#18 50.86 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.88 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 50.89 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm [..done (13.8 KiB/s)]
#18 51.04 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (38/56), 13.8 KiB
#18 51.05 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.07 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.08 Retrieving: libxcb-res0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.10 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (39/56), 21.4 KiB
#18 51.12 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.13 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.15 Retrieving: libxcb-render0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.18 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (40/56), 14.4 KiB
#18 51.19 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.21 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.22 Retrieving: libxcb-record0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.27 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (41/56), 23.1 KiB
#18 51.28 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.30 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.31 Retrieving: libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.35 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (42/56), 12.9 KiB
#18 51.36 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.37 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.39 Retrieving: libxcb-present0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.41 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (43/56), 28.5 KiB
#18 51.43 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.44 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.46 Retrieving: libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.49 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (44/56), 13.9 KiB
#18 51.51 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.52 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.54 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.56 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (45/56), 14.2 KiB
#18 51.57 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.59 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.60 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.63 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (46/56), 12.5 KiB
#18 51.64 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.66 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.67 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.74 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (47/56), 12.4 KiB
#18 51.76 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.77 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.79 Retrieving: libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm [.done]
#18 51.83 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (48/56), 13.0 KiB
#18 51.85 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.86 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 51.88 Retrieving: libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm [..done (13.0 KiB/s)]
#18 52.00 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (49/56), 567.6 KiB
#18 52.02 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#18 52.03 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#18 52.05 Retrieving: libX11-6-1.8.7-150600.3.6.1.aarch64.rpm [...done (234.5 KiB/s)]
#18 52.36 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (50/56), 11.2 KiB
#18 52.37 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#18 52.38 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#18 52.40 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.done]
#18 52.42 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (51/56), 170.2 KiB
#18 52.43 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 52.45 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64.rpm [.not found]
#18 52.46 Retrieving: libxcb-devel-1.13-150000.3.11.1.aarch64.rpm [..done (153.9 KiB/s)]
#18 52.58 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (52/56), 6.0 MiB
#18 52.59 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#18 52.60 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#18 52.62 Retrieving: git-core-2.51.0-150600.3.15.1.aarch64.rpm [......................done (2.0 MiB/s)]
#18 55.48 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (53/56), 1.4 MiB
#18 55.49 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#18 55.51 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [.not found]
#18 55.52 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [...
#18 ...
#19 [stage-1 7/38] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#19 55.41 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [......done (1.2 MiB/s)]
#19 56.15 Retrieving: perl-Error-0.17025-1.20.noarch (Main Repository) (55/57), 40.5 KiB
#19 56.16 Retrieving: perl-Error-0.17025-1.20.noarch.rpm [.done]
#19 56.18 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (56/57), 184.8 KiB
#19 56.20 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#19 56.21 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#19 56.23 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64.rpm [..done (168.0 KiB/s)]
#19 56.34 Retrieving: git-2.51.0-150600.3.15.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (57/57), 119.6 KiB
#19 56.35 Retrieving: git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#19 56.37 Retrieving: git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#19 56.39 Retrieving: git-2.51.0-150600.3.15.1.aarch64.rpm [.done]
#19 56.47
#19 56.47 Checking for file conflicts: [..done]
#19 56.54 ( 1/57) Installing: bzip2-1.0.8-150400.1.122.aarch64 [..done]
#19 56.58 ( 2/57) Installing: gzip-1.10-150200.10.1.aarch64 [..done]
#19 56.64 ( 3/57) Installing: libXau6-1.0.8-1.26.aarch64 [..done]
#19 56.68 ( 4/57) Installing: libgdbm4-1.12-1.418.aarch64 [..done]
#19 56.73 ( 5/57) Installing: libpsx2-2.63-150400.3.3.1.aarch64 [..done]
#19 56.76 ( 6/57) Installing: libsepol1-3.1-150400.1.70.aarch64 [..done]
#19 56.82 ( 7/57) Installing: libsha1detectcoll1-1.0.3-2.18.aarch64 [..done]
#19 56.86 ( 8/57) Installing: openslp-2.0.0-150600.19.5.aarch64 [..done]
#19 56.90 ( 9/57) Installing: pthread-stubs-devel-0.4-1.25.aarch64 [..done]
#19 56.93 (10/57) Installing: which-2.21-2.20.aarch64 [..done]
#19 56.97 (11/57) Installing: xproto-devel-7.0.31-1.22.aarch64 [..done]
#19 57.01 (12/57) Installing: libcap-devel-2.63-150400.3.3.1.aarch64 [..done]
#19 57.05 (13/57) Installing: libXau-devel-1.0.8-1.26.aarch64 [..done]
#19 57.08 (14/57) Installing: kbproto-devel-1.0.7-150600.16.2.aarch64 [..done]
#19 57.12 (15/57) Installing: bubblewrap-0.11.0-150500.3.9.1.aarch64 [..done]
#19 57.16 (16/57) Installing: libX11-data-1.8.7-150600.3.6.1.noarch [..done]
#19 57.21 (17/57) Installing: libexpat1-2.7.1-150400.3.37.1.aarch64 [..done]
#19 57.25 (18/57) Installing: sudo-1.9.15p5-150600.3.12.1.aarch64 [...done]
#19 57.48 (19/57) Installing: unzip-6.00-150000.4.14.1.aarch64 [..
#19 57.52 update-alternatives: using /usr/bin/unzip-plain to provide /usr/bin/unzip (unzip) in auto mode
#19 57.52 update-alternatives: using /usr/bin/funzip-plain to provide /usr/bin/funzip (funzip) in auto mode
#19 57.52 update-alternatives: using /usr/bin/unzipsfx-plain to provide /usr/bin/unzipsfx (unzipsfx) in auto mode
#19 57.52 update-alternatives: using /usr/bin/zipgrep-plain to provide /usr/bin/zipgrep (zipgrep) in auto mode
#19 57.53 done]
#19 57.53 (20/57) Installing: xz-5.4.1-150600.3.3.1.aarch64 [..done]
#19 57.58 (21/57) Installing: libxcb1-1.13-150000.3.11.1.aarch64 [..done]
#19 57.63 (22/57) Installing: perl-5.26.1-150300.17.20.1.aarch64 [..........done]
#19 58.51 (23/57) Installing: busybox-1.37.0-150500.10.17.1.aarch64 [..done]
#19 58.57 (24/57) Installing: rsync-3.2.7-150600.3.14.1.aarch64 [..done]
#19 58.64 (25/57) Installing: libX11-xcb1-1.8.7-150600.3.6.1.aarch64 [..done]
#19 58.67 (26/57) Installing: tar-1.34-150000.3.37.1.aarch64 [..done]
#19 58.72 (27/57) Installing: libxcb-xvmc0-1.13-150000.3.11.1.aarch64 [..done]
#19 58.75 (28/57) Installing: libxcb-xv0-1.13-150000.3.11.1.aarch64 [..done]
#19 58.78 (29/57) Installing: libxcb-xtest0-1.13-150000.3.11.1.aarch64 [..done]
#19 58.81 (30/57) Installing: libxcb-xkb1-1.13-150000.3.11.1.aarch64 [..done]
#19 58.85 (31/57) Installing: libxcb-xinput0-1.13-150000.3.11.1.aarch64 [..done]
#19 58.89 (32/57) Installing: libxcb-xinerama0-1.13-150000.3.11.1.aarch64 [..done]
#19 58.93 (33/57) Installing: libxcb-xfixes0-1.13-150000.3.11.1.aarch64 [..done]
#19 58.96 (34/57) Installing: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.00 (35/57) Installing: libxcb-sync1-1.13-150000.3.11.1.aarch64 [..done]
#19 59.03 (36/57) Installing: libxcb-shm0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.07 (37/57) Installing: libxcb-shape0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.10 (38/57) Installing: libxcb-screensaver0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.13 (39/57) Installing: libxcb-res0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.17 (40/57) Installing: libxcb-render0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.20 (41/57) Installing: libxcb-record0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.23 (42/57) Installing: libxcb-randr0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.26 (43/57) Installing: libxcb-present0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.30 (44/57) Installing: libxcb-glx0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.33 (45/57) Installing: libxcb-dri3-0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.37 (46/57) Installing: libxcb-dri2-0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.40 (47/57) Installing: libxcb-dpms0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.43 (48/57) Installing: libxcb-damage0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.47 (49/57) Installing: libxcb-composite0-1.13-150000.3.11.1.aarch64 [..done]
#19 59.50 (50/57) Installing: libX11-6-1.8.7-150600.3.6.1.aarch64 [..done]
#19 59.57 (51/57) Installing: busybox-less-1.37.0-150500.7.11.1.noarch [..done]
#19 59.60 (52/57) Installing: libxcb-devel-1.13-150000.3.11.1.aarch64 [..done]
#19 59.66 (53/57) Installing: git-core-2.51.0-150600.3.15.1.aarch64 [.......done]
#19 60.25 (54/57) Installing: libX11-devel-1.8.7-150600.3.6.1.aarch64 [...done]
#19 60.47 (55/57) Installing: perl-Error-0.17025-1.20.noarch [..done]
#19 60.50 (56/57) Installing: perl-Git-2.51.0-150600.3.15.1.aarch64 [..done]
#19 60.53 (57/57) Installing: git-2.51.0-150600.3.15.1.aarch64 [..done]
#19 DONE 61.0s
#18 [stage-0 7/17] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#18 55.52 Retrieving: libX11-devel-1.8.7-150600.3.6.1.aarch64.rpm [......done (1.4 MiB/s)]
#18 56.20 Retrieving: perl-Error-0.17025-1.20.noarch (Main Repository) (54/56), 40.5 KiB
#18 56.21 Retrieving: perl-Error-0.17025-1.20.noarch.rpm [.done]
#18 56.24 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (55/56), 184.8 KiB
#18 56.25 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#18 56.27 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#18 56.28 Retrieving: perl-Git-2.51.0-150600.3.15.1.aarch64.rpm [.done]
#18 56.36 Retrieving: git-2.51.0-150600.3.15.1.aarch64 (Update repository with updates from SUSE Linux Enterprise 15) (56/56), 119.6 KiB
#18 56.37 Retrieving: git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#18 56.39 Retrieving: git-2.51.0-150600.3.15.1.aarch64.rpm [.not found]
#18 56.40 Retrieving: git-2.51.0-150600.3.15.1.aarch64.rpm [.done]
#18 56.48
#18 56.48 Checking for file conflicts: [..done]
#18 56.54 ( 1/56) Installing: bzip2-1.0.8-150400.1.122.aarch64 [..done]
#18 56.59 ( 2/56) Installing: gzip-1.10-150200.10.1.aarch64 [..done]
#18 56.64 ( 3/56) Installing: libXau6-1.0.8-1.26.aarch64 [..done]
#18 56.69 ( 4/56) Installing: libgdbm4-1.12-1.418.aarch64 [..done]
#18 56.74 ( 5/56) Installing: libpsx2-2.63-150400.3.3.1.aarch64 [..done]
#18 56.77 ( 6/56) Installing: libsepol1-3.1-150400.1.70.aarch64 [..done]
#18 56.83 ( 7/56) Installing: libsha1detectcoll1-1.0.3-2.18.aarch64 [..done]
#18 56.87 ( 8/56) Installing: openslp-2.0.0-150600.19.5.aarch64 [..done]
#18 56.91 ( 9/56) Installing: pthread-stubs-devel-0.4-1.25.aarch64 [..done]
#18 56.93 (10/56) Installing: which-2.21-2.20.aarch64 [..done]
#18 56.97 (11/56) Installing: xproto-devel-7.0.31-1.22.aarch64 [..done]
#18 57.02 (12/56) Installing: libcap-devel-2.63-150400.3.3.1.aarch64 [..done]
#18 57.05 (13/56) Installing: libXau-devel-1.0.8-1.26.aarch64 [..done]
#18 57.08 (14/56) Installing: kbproto-devel-1.0.7-150600.16.2.aarch64 [..done]
#18 57.13 (15/56) Installing: libX11-data-1.8.7-150600.3.6.1.noarch [..done]
#18 57.18 (16/56) Installing: libexpat1-2.7.1-150400.3.37.1.aarch64 [..done]
#18 57.23 (17/56) Installing: sudo-1.9.15p5-150600.3.12.1.aarch64 [...done]
#18 57.45 (18/56) Installing: unzip-6.00-150000.4.14.1.aarch64 [..
#18 57.49 update-alternatives: using /usr/bin/unzip-plain to provide /usr/bin/unzip (unzip) in auto mode
#18 57.49 update-alternatives: using /usr/bin/funzip-plain to provide /usr/bin/funzip (funzip) in auto mode
#18 57.49 update-alternatives: using /usr/bin/unzipsfx-plain to provide /usr/bin/unzipsfx (unzipsfx) in auto mode
#18 57.49 update-alternatives: using /usr/bin/zipgrep-plain to provide /usr/bin/zipgrep (zipgrep) in auto mode
#18 57.50 done]
#18 57.50 (19/56) Installing: xz-5.4.1-150600.3.3.1.aarch64 [..done]
#18 57.55 (20/56) Installing: libxcb1-1.13-150000.3.11.1.aarch64 [..done]
#18 57.60 (21/56) Installing: perl-5.26.1-150300.17.20.1.aarch64 [..........done]
#18 58.48 (22/56) Installing: busybox-1.37.0-150500.10.17.1.aarch64 [..done]
#18 58.54 (23/56) Installing: rsync-3.2.7-150600.3.14.1.aarch64 [..done]
#18 58.61 (24/56) Installing: libX11-xcb1-1.8.7-150600.3.6.1.aarch64 [..done]
#18 58.64 (25/56) Installing: tar-1.34-150000.3.37.1.aarch64 [..done]
#18 58.69 (26/56) Installing: libxcb-xvmc0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.72 (27/56) Installing: libxcb-xv0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.75 (28/56) Installing: libxcb-xtest0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.79 (29/56) Installing: libxcb-xkb1-1.13-150000.3.11.1.aarch64 [..done]
#18 58.82 (30/56) Installing: libxcb-xinput0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.86 (31/56) Installing: libxcb-xinerama0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.90 (32/56) Installing: libxcb-xfixes0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.94 (33/56) Installing: libxcb-xf86dri0-1.13-150000.3.11.1.aarch64 [..done]
#18 58.97 (34/56) Installing: libxcb-sync1-1.13-150000.3.11.1.aarch64 [..done]
#18 59.00 (35/56) Installing: libxcb-shm0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.04 (36/56) Installing: libxcb-shape0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.07 (37/56) Installing: libxcb-screensaver0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.10 (38/56) Installing: libxcb-res0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.14 (39/56) Installing: libxcb-render0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.17 (40/56) Installing: libxcb-record0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.20 (41/56) Installing: libxcb-randr0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.23 (42/56) Installing: libxcb-present0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.26 (43/56) Installing: libxcb-glx0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.30 (44/56) Installing: libxcb-dri3-0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.33 (45/56) Installing: libxcb-dri2-0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.36 (46/56) Installing: libxcb-dpms0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.40 (47/56) Installing: libxcb-damage0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.43 (48/56) Installing: libxcb-composite0-1.13-150000.3.11.1.aarch64 [..done]
#18 59.46 (49/56) Installing: libX11-6-1.8.7-150600.3.6.1.aarch64 [..done]
#18 59.53 (50/56) Installing: busybox-less-1.37.0-150500.7.11.1.noarch [..done]
#18 59.56 (51/56) Installing: libxcb-devel-1.13-150000.3.11.1.aarch64 [..done]
#18 59.62 (52/56) Installing: git-core-2.51.0-150600.3.15.1.aarch64 [.......done]
#18 60.21 (53/56) Installing: libX11-devel-1.8.7-150600.3.6.1.aarch64 [...done]
#18 60.43 (54/56) Installing: perl-Error-0.17025-1.20.noarch [..done]
#18 60.46 (55/56) Installing: perl-Git-2.51.0-150600.3.15.1.aarch64 [..done]
#18 60.50 (56/56) Installing: git-2.51.0-150600.3.15.1.aarch64 [..done]
#18 DONE 61.0s
#20 [stage-0 8/17] RUN git config --global user.email "docker@example.com"
#20 DONE 0.2s
#21 [stage-0 9/17] RUN git config --global user.name "Docker"
#21 DONE 0.3s
#22 [stage-0 10/17] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#22 0.240 Cloning into '/tmp/opam'...
#22 5.934 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#22 5.934
#22 5.934 You are in 'detached HEAD' state. You can look around, make experimental
#22 5.934 changes and commit them, and you can discard any commits you make in this
#22 5.934 state without impacting any branches by switching back to a branch.
#22 5.934
#22 5.934 If you want to create a new branch to retain commits you create, you may
#22 5.934 do so (now or later) by using -c with the switch command. Example:
#22 5.934
#22 5.934 git switch -c <new-branch-name>
#22 5.934
#22 5.934 Or undo this operation with:
#22 5.934
#22 5.934 git switch -
#22 5.934
#22 5.934 Turn off this advice by setting config variable advice.detachedHead to false
#22 5.934
#22 5.934 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#22 7.685 configure: Configuring OCaml version 4.14.2
#22 7.698 checking build system type... aarch64-unknown-linux-gnu
#22 7.807 checking host system type... aarch64-unknown-linux-gnu
#22 7.807 checking target system type... aarch64-unknown-linux-gnu
#22 7.810 checking for ld... ld
#22 7.813 checking how to print strings... printf
#22 7.818 checking for gcc... gcc
#22 7.860 checking whether the C compiler works... yes
#22 7.922 checking for C compiler default output file name... a.out
#22 7.924 checking for suffix of executables...
#22 7.978 checking whether we are cross compiling... no
#22 8.034 checking for suffix of object files... o
#22 8.067 checking whether we are using the GNU C compiler... yes
#22 8.096 checking whether gcc accepts -g... yes
#22 8.125 checking for gcc option to accept ISO C89... none needed
#22 8.173 checking for a sed that does not truncate output... /usr/bin/sed
#22 8.183 checking for grep that handles long lines and -e... /usr/bin/grep
#22 8.188 checking for egrep... /usr/bin/grep -E
#22 8.191 checking for fgrep... /usr/bin/grep -F
#22 8.193 checking for ld used by gcc... ld
#22 8.230 checking if the linker (ld) is GNU ld... yes
#22 8.238 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#22 8.245 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#22 8.287 checking whether ln -s works... yes
#22 8.287 checking the maximum length of command line arguments... 1572864
#22 8.302 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
#22 8.303 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
#22 8.303 checking for ld option to reload object files... -r
#22 8.304 checking for objdump... objdump
#22 8.304 checking how to recognize dependent libraries... pass_all
#22 8.306 checking for dlltool... no
#22 8.308 checking how to associate runtime and link libraries... printf %s\n
#22 8.308 checking for ar... ar
#22 8.308 checking for archiver @FILE support... @
#22 8.358 checking for strip... strip
#22 8.358 checking for ranlib... ranlib
#22 8.359 checking for gawk... gawk
#22 8.359 checking command to parse /usr/bin/nm -B output from gcc object... ok
#22 8.478 checking for sysroot... no
#22 8.479 checking for a working dd... /usr/bin/dd
#22 8.487 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#22 8.497 checking for mt... no
#22 8.497 checking if : is a manifest tool... no
#22 8.507 checking how to run the C preprocessor... gcc -E
#22 8.590 checking for ANSI C header files... yes
#22 8.745 checking for sys/types.h... yes
#22 8.802 checking for sys/stat.h... yes
#22 8.858 checking for stdlib.h... yes
#22 8.915 checking for string.h... yes
#22 8.970 checking for memory.h... yes
#22 9.024 checking for strings.h... yes
#22 9.078 checking for inttypes.h... yes
#22 9.132 checking for stdint.h... yes
#22 9.188 checking for unistd.h... yes
#22 9.240 checking for dlfcn.h... yes
#22 9.287 checking for objdir... .libs
#22 9.393 checking if gcc supports -fno-rtti -fno-exceptions... no
#22 9.436 checking for gcc option to produce PIC... -fPIC -DPIC
#22 9.436 checking if gcc PIC flag -fPIC -DPIC works... yes
#22 9.475 checking if gcc static flag -static works... no
#22 9.511 checking if gcc supports -c -o file.o... yes
#22 9.569 checking if gcc supports -c -o file.o... (cached) yes
#22 9.569 checking whether the gcc linker (ld) supports shared libraries... yes
#22 9.597 checking whether -lc should be explicitly linked in... no
#22 9.653 checking dynamic linker characteristics... GNU/Linux ld.so
#22 9.754 checking how to hardcode library paths into programs... immediate
#22 9.754 checking whether stripping libraries is possible... yes
#22 9.759 checking if libtool supports shared libraries... yes
#22 9.759 checking whether to build shared libraries... yes
#22 9.759 checking whether to build static libraries... yes
#22 9.761 checking C compiler vendor... gcc-7-5
#22 9.784 checking whether host executables can be run in the build... yes
#22 9.842 checking whether #! works in shell scripts... yes
#22 9.851 checking for flexdll sources... checking for flexlink... no
#22 9.856 checking flexdll.h usability... no
#22 9.890 checking flexdll.h presence... no
#22 9.913 checking for flexdll.h... no
#22 9.917 checking for a BSD-compatible install... /usr/bin/install -c
#22 9.935 checking for cos in -lm... yes
#22 10.01 checking math.h usability... yes
#22 10.05 checking math.h presence... yes
#22 10.08 checking for math.h... yes
#22 10.08 checking for unistd.h... (cached) yes
#22 10.08 checking for stdint.h... (cached) yes
#22 10.08 checking for dirent.h... yes
#22 10.12 checking for sys/select.h... yes
#22 10.15 checking for off_t... yes
#22 10.23 checking size of int... 4
#22 10.31 checking size of long... 8
#22 10.39 checking size of long *... 8
#22 10.48 checking size of short... 2
#22 10.56 checking size of long long... 8
#22 10.65 configure: Target is a 64 bits architecture
#22 10.65 checking whether byte ordering is bigendian... no
#22 10.76 checking alignment of double... 8
#22 10.84 checking alignment of long... 8
#22 10.92 checking alignment of long long... 8
#22 11.00 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#22 11.04 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#22 11.07 checking for ld... ld
#22 11.07 checking for rlwrap... no
#22 11.07 configure: checking semantics of signal handlers
#22 11.07 checking for sigaction... yes
#22 11.14 checking for sigprocmask... yes
#22 11.20 configure: POSIX signal handling found.
#22 11.21 checking for expm1... yes
#22 11.29 checking for log1p... yes
#22 11.38 checking for hypot... yes
#22 11.47 checking for fma... yes
#22 11.56 checking for exp2... yes
#22 11.65 checking for log2... yes
#22 11.74 checking for cbrt... yes
#22 11.83 checking for acosh... yes
#22 11.92 checking for asinh... yes
#22 12.01 checking for atanh... yes
#22 12.10 checking for erf... yes
#22 12.18 checking for erfc... yes
#22 12.27 checking for trunc... yes
#22 12.36 checking for round... yes
#22 12.45 checking for copysign... yes
#22 12.53 checking whether round works... yes
#22 12.60 checking whether fma works... yes
#22 12.68 checking for getrusage... yes
#22 12.75 checking for times... yes
#22 12.81 checking for secure_getenv... yes
#22 12.88 checking for issetugid... no
#22 12.99 checking for library containing clock_gettime... none required
#22 13.06 checking for socket... yes
#22 13.14 checking for socketpair... yes
#22 13.22 checking for bind... yes
#22 13.30 checking for listen... yes
#22 13.38 checking for accept... yes
#22 13.46 checking for connect... yes
#22 13.54 checking for socklen_t... yes
#22 13.61 checking for inet_aton... yes
#22 13.67 checking for struct sockaddr_in6... yes
#22 13.74 checking for getaddrinfo... yes
#22 13.81 checking for getnameinfo... yes
#22 13.88 checking for inet_pton... yes
#22 13.94 checking for inet_ntop... yes
#22 14.01 checking for rewinddir... yes
#22 14.07 checking for lockf... yes
#22 14.13 checking for mkfifo... yes
#22 14.20 checking for getcwd... yes
#22 14.28 checking whether system is declared... yes
#22 14.32 checking for sys/types.h... (cached) yes
#22 14.32 checking utime.h usability... yes
#22 14.35 checking utime.h presence... yes
#22 14.37 checking for utime.h... yes
#22 14.37 checking for utime... yes
#22 14.44 checking for utimes... yes
#22 14.51 checking for fchmod... yes
#22 14.57 checking for fchown... yes
#22 14.64 checking for truncate... yes
#22 14.70 checking for ftruncate... yes
#22 14.77 checking for select... yes
#22 14.83 checking for fd_set... yes
#22 14.90 checking for nanosleep... yes
#22 14.97 checking for symlink... yes
#22 15.04 checking for readlink... yes
#22 15.10 checking for lstat... yes
#22 15.17 checking for realpath... yes
#22 15.23 checking for waitpid... yes
#22 15.30 checking for wait4... yes
#22 15.36 checking for getgroups... yes
#22 15.43 checking for setgroups... yes
#22 15.49 checking for initgroups... yes
#22 15.56 checking termios.h usability... yes
#22 15.60 checking termios.h presence... yes
#22 15.62 checking for termios.h... yes
#22 15.62 checking for tcgetattr... yes
#22 15.69 checking for tcsetattr... yes
#22 15.75 checking for tcsendbreak... yes
#22 15.82 checking for tcflush... yes
#22 15.89 checking for tcflow... yes
#22 15.95 checking for setitimer... yes
#22 16.02 checking for gethostname... yes
#22 16.09 checking sys/utsname.h usability... yes
#22 16.13 checking sys/utsname.h presence... yes
#22 16.14 checking for sys/utsname.h... yes
#22 16.15 checking for uname... yes
#22 16.22 checking for gettimeofday... yes
#22 16.29 checking for mktime... yes
#22 16.35 checking for setsid... yes
#22 16.42 checking for putenv... yes
#22 16.49 checking for setenv... yes
#22 16.55 checking for unsetenv... yes
#22 16.62 checking locale.h usability... yes
#22 16.66 checking locale.h presence... yes
#22 16.68 checking for locale.h... yes
#22 16.68 checking for newlocale... yes
#22 16.74 checking for freelocale... yes
#22 16.81 checking for uselocale... yes
#22 16.88 checking xlocale.h usability... no
#22 16.92 checking xlocale.h presence... no
#22 16.94 checking for xlocale.h... no
#22 16.94 checking for strtod_l... yes
#22 17.01 checking for dlopen... yes
#22 17.07 configure: Dynamic loading of shared libraries is supported.
#22 17.08 checking sys/mman.h usability... yes
#22 17.12 checking sys/mman.h presence... yes
#22 17.13 checking for sys/mman.h... yes
#22 17.13 checking for mmap... yes
#22 17.20 checking for munmap... yes
#22 17.27 checking for pwrite... yes
#22 17.33 checking whether the C compiler supports -fdebug-prefix-map... yes
#22 17.37 checking for struct stat.st_atim.tv_nsec... yes
#22 17.41 configure: stat supports nanosecond precision
#22 17.41 checking how many arguments gethostbyname_r() takes... six
#22 17.48 checking how many arguments gethostbyaddr_r() takes... eight
#22 17.56 checking for mkstemp... yes
#22 17.62 checking for nice... yes
#22 17.69 checking for dup3... yes
#22 17.75 checking for pipe2... yes
#22 17.82 checking for accept4... yes
#22 17.88 checking for getauxval... yes
#22 17.94 checking sys/shm.h usability... yes
#22 17.98 checking sys/shm.h presence... yes
#22 18.00 checking for sys/shm.h... yes
#22 18.00 checking for shmat... yes
#22 18.07 checking for execvpe... yes
#22 18.14 checking spawn.h usability... yes
#22 18.18 checking spawn.h presence... yes
#22 18.20 checking for spawn.h... yes
#22 18.20 checking for posix_spawn... yes
#22 18.27 checking for posix_spawnp... yes
#22 18.33 checking for ffs... yes
#22 18.42 checking whether _BitScanForward is declared... no
#22 18.46 configure: replay debugger supported
#22 18.46 checking whether stack overflows can be detected... yes
#22 18.47 checking whether gcc is Clang... no
#22 18.49 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#22 18.55 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#22 18.62 checking whether more special flags are required for pthreads... no
#22 18.62 checking for PTHREAD_PRIO_INHERIT... yes
#22 18.69 configure: the POSIX threads library is supported
#22 18.69 checking for sigwait... yes
#22 18.76 checking whether the assembler supports --debug-prefix-map... yes
#22 18.78 checking whether the assembler supports CFI directives... yes
#22 18.83 configure: not using frame pointers
#22 18.83 checking whether mmap supports huge pages... yes
#22 18.96 configure: creating ./config.status
#22 19.97 config.status: creating Makefile.build_config
#22 19.99 config.status: creating Makefile.config
#22 20.02 config.status: creating stdlib/sys.ml
#22 20.05 config.status: creating manual/src/version.tex
#22 20.08 config.status: creating manual/src/html_processing/src/common.ml
#22 20.11 config.status: creating tools/eventlog_metadata
#22 20.15 config.status: creating runtime/caml/m.h
#22 20.18 config.status: creating runtime/caml/s.h
#22 20.20 config.status: creating runtime/caml/version.h
#22 20.23 config.status: executing libtool commands
#22 20.30 shell/bootstrap-ocaml.sh: line 158: make: command not found
#22 ERROR: process "/bin/sh -c git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives" did not complete successfully: exit code: 127
------
> [stage-0 10/17] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives:
19.99 config.status: creating Makefile.config
20.02 config.status: creating stdlib/sys.ml
20.05 config.status: creating manual/src/version.tex
20.08 config.status: creating manual/src/html_processing/src/common.ml
20.11 config.status: creating tools/eventlog_metadata
20.15 config.status: creating runtime/caml/m.h
20.18 config.status: creating runtime/caml/s.h
20.20 config.status: creating runtime/caml/version.h
20.23 config.status: executing libtool commands
20.30 shell/bootstrap-ocaml.sh: line 158: make: command not found
------
Dockerfile:14
--------------------
12 | RUN git config --global user.email "docker@example.com"
13 | RUN git config --global user.name "Docker"
14 | >>> RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
15 | RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.0 && cd ../opam-build-2.0 && git fetch -q && git checkout adc1e1829a2bef5b240746df80341b508290fe3b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.0/opam /usr/bin/opam-2.0 && chmod a+x /usr/bin/opam-2.0 && rm -rf /tmp/opam-build-2.0
16 | RUN cd /tmp/opam-sources && cp -P -R -p . ../opam-build-2.1 && cd ../opam-build-2.1 && git fetch -q && git checkout 263921263e1f745613e2882745114b7b08f3608b && ln -s ../opam/src_ext/archives src_ext/archives && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:$PATH" make lib-ext all && mkdir -p /usr/bin && cp /tmp/opam-build-2.1/opam /usr/bin/opam-2.1 && chmod a+x /usr/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives" did not complete successfully: exit code: 127
docker-build failed with exit-code 1
2026-05-04 18:20.40: Job failed: Failed: Build failed