Build:
  1. 0
2026-05-04 18:17.18: New job: Build using linux-x86_64 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-amd64

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 phoebe.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.0s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.6s

#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 1.0s

#5 [internal] load .dockerignore
#5 transferring context: 2B done
#5 DONE 0.0s

#6 [internal] preparing inline document
#6 DONE 0.0s

#7 [stage-0  1/17] FROM docker.io/opensuse/leap:15.6@sha256:79be7751205ea84559990fb76b1bec71e38d6fad41c70a4f6c921b803b58f421
#7 resolve docker.io/opensuse/leap:15.6@sha256:79be7751205ea84559990fb76b1bec71e38d6fad41c70a4f6c921b803b58f421 done
#7 ...

#8 [internal] preparing inline document
#8 DONE 0.1s

#9 [internal] preparing inline document
#9 DONE 0.1s

#10 [internal] preparing inline document
#10 DONE 0.1s

#11 [internal] preparing inline document
#11 DONE 0.1s

#7 [stage-0  1/17] FROM docker.io/opensuse/leap:15.6@sha256:79be7751205ea84559990fb76b1bec71e38d6fad41c70a4f6c921b803b58f421
#7 sha256:79be7751205ea84559990fb76b1bec71e38d6fad41c70a4f6c921b803b58f421 1.24kB / 1.24kB done
#7 sha256:ca2942f9510c3e30fd322017782cdf6c067b2183dd7d56b39d0c697a9808ce2a 634B / 634B done
#7 sha256:88b078dba77b129e77d863de2419652eea0704dd034cebd11e6e616d7e0e564f 2.01kB / 2.01kB done
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 0B / 44.39MB 0.1s
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 3.15MB / 44.39MB 0.2s
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 9.44MB / 44.39MB 0.3s
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 23.07MB / 44.39MB 0.5s
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 31.46MB / 44.39MB 0.6s
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 37.75MB / 44.39MB 0.7s
#7 sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 44.39MB / 44.39MB 0.9s done
#7 extracting sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8
#7 extracting sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 5.4s
#7 extracting sha256:ef34389a9be201425dad1e8c3a7b542e35a467008a9875fcb53b318e2bb9f4a8 5.7s done
#7 DONE 6.9s

#12 [stage-0  2/17] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#12 0.264 Alias          : repo-openh264
#12 0.264 Name           : Open H.264 Codec (openSUSE Leap)
#12 0.264 URI            : http://codecs.opensuse.org/openh264/openSUSE_Leap/
#12 0.264 Enabled        : Yes
#12 0.264 GPG Check      : ( p) Yes
#12 0.264 Priority       : 99 (default priority)
#12 0.264 Autorefresh    : On
#12 0.264 Keep Packages  : Off
#12 0.264 Type           : N/A
#12 0.264 GPG Key URI    : 
#12 0.264 Path Prefix    : 
#12 0.264 Parent Service : 
#12 0.264 Keywords       : ---
#12 0.264 Repo Info Path : /etc/zypp/repos.d/repo-openh264.repo
#12 0.264 MD Cache Path  : /var/cache/zypp/raw/repo-openh264
#12 0.308 Removing repository 'Open H.264 Codec (openSUSE Leap)' [...........done]
#12 0.312 Repository 'Open H.264 Codec (openSUSE Leap)' has been removed.
#12 DONE 1.2s

#13 [stage-0  3/17] RUN zypper update -y
#13 0.700 Retrieving repository 'Update repository of openSUSE Backports' metadata [..
#13 0.885 Looking for gpg keys in repository Update repository of openSUSE Backports.
#13 0.885   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
#13 0.887 .............
#13 ...

#14 [internal] load build context
#14 transferring context: 39.21MB 10.0s
#14 ...

#13 [stage-0  3/17] RUN zypper update -y
#13 0.887 .................done]
#13 2.205 Building repository 'Update repository of openSUSE Backports' cache [....done]
#13 3.307 Retrieving repository 'Non-OSS Repository' metadata [...
#13 3.493 Looking for gpg keys in repository Non-OSS Repository.
#13 3.493   gpgkey=http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/repodata/repomd.xml.key
#13 3.496 ..........done]
#13 4.529 Building repository 'Non-OSS Repository' cache [....done]
#13 4.647 Retrieving repository 'Main Repository' metadata [...
#13 4.842 Looking for gpg keys in repository Main Repository.
#13 4.842   gpgkey=http://download.opensuse.org/distribution/leap/15.6/repo/oss/repodata/repomd.xml.key
#13 4.844 .......................done]
#13 7.376 Building repository 'Main Repository' cache [..
#13 ...

#14 [internal] load build context
#14 transferring context: 242.07MB 18.5s
#14 transferring context: 253.61MB 23.6s
#14 ...

#13 [stage-0  3/17] RUN zypper update -y
#13 7.376 Building repository 'Main Repository' cache [....done]
#13 15.85 Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
#13 15.97 Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
#13 15.97   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
#13 15.97 ..............................................................
#13 ...

#14 [internal] load build context
#14 transferring context: 272.33MB 29.5s done
#14 DONE 30.5s

#13 [stage-0  3/17] RUN zypper update -y
#13 15.97 .........................................................................done]
#13 23.56 Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [....done]
#13 40.76 Retrieving repository 'Main Update Repository' metadata [..
#13 40.87 Looking for gpg keys in repository Main Update Repository.
#13 40.87   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
#13 40.88 .................done]
#13 42.13 Building repository 'Main Update Repository' cache [....done]
#13 42.38 Retrieving repository 'Update Repository (Non-Oss)' metadata [..
#13 42.51 Looking for gpg keys in repository Update Repository (Non-Oss).
#13 42.51   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
#13 42.51 ................done]
#13 43.61 Building repository 'Update Repository (Non-Oss)' cache [....done]
#13 43.62 Loading repository data...
#13 44.79 Reading installed packages...
#13 48.42 Nothing to do.
#13 DONE 49.5s

#15 [stage-0  4/17] RUN zypper install --force-resolution -y -t pattern devel_C_C++
#15 0.996 Loading repository data...
#15 2.172 Reading installed packages...
#15 5.373 Resolving package dependencies...
#15 5.557 
#15 5.557 The following 30 NEW packages are going to be installed:
#15 5.557   binutils cpp cpp7 gcc gcc-c++ gcc7 gcc7-c++ glibc-devel libasan4 libatomic1 libcilkrts5 libctf-nobfd0 libctf0 libgomp1 libisl15 libitm1 liblsan0 libmpc3 libmpfr6 libmpx2 libmpxwrappers2 libstdc++-devel libstdc++6-devel-gcc7 libtsan0 libubsan0 libxcrypt-devel linux-glibc-devel patterns-devel-C-C++-devel_C_C++ patterns-devel-base-devel_basis-32bit pkg-config
#15 5.557 
#15 5.557 The following 2 NEW patterns are going to be installed:
#15 5.557   devel_C_C++ devel_basis-32bit
#15 5.557 
#15 5.557 30 new packages to install.
#15 5.557 
#15 5.557 Package download size:    54.0 MiB
#15 5.557 
#15 5.557 Package install size change:
#15 5.557               |     229.5 MiB  required by packages that will be installed
#15 5.557    229.5 MiB  |  -      0 B    released by packages that will be removed
#15 5.557 
#15 5.557 Backend:  classic_rpmtrans
#15 5.557 Continue? [y/n/v/...? shows all options] (y): y
#15 5.704 Retrieving: libisl15-0.18-1.443.x86_64 (Main Repository) (1/30), 550.6 KiB    
#15 5.717 Retrieving: libisl15-0.18-1.443.x86_64.rpm [.....done]
#15 6.506 Retrieving: libmpfr6-4.0.2-3.3.1.x86_64 (Main Repository) (2/30), 216.1 KiB    
#15 6.532 Retrieving: libmpfr6-4.0.2-3.3.1.x86_64.rpm [.done]
#15 6.571 Retrieving: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64 (Main Repository) (3/30),  19.4 KiB    
#15 6.596 Retrieving: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64.rpm [.done]
#15 6.616 Retrieving: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64 (Main Repository) (4/30),  18.1 KiB    
#15 6.641 Retrieving: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64.rpm [.done]
#15 6.661 Retrieving: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64 (Main Repository) (5/30), 328.9 KiB    
#15 6.686 Retrieving: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64.rpm [.done]
#15 6.730 Retrieving: linux-glibc-devel-6.4-150600.2.17.x86_64 (Main Repository) (6/30),   1.2 MiB    
#15 6.753 Retrieving: linux-glibc-devel-6.4-150600.2.17.x86_64.rpm [.done]
#15 6.838 Retrieving: patterns-devel-base-devel_basis-32bit-20170319-lp156.3.2.x86_64 (Main Repository) (7/30),   9.6 KiB    
#15 6.863 Retrieving: patterns-devel-base-devel_basis-32bit-20170319-lp156.3.2.x86_64.rpm [.done]
#15 6.887 Retrieving: libmpc3-1.1.0-1.47.x86_64 (Main Repository) (8/30),  49.6 KiB    
#15 6.909 Retrieving: libmpc3-1.1.0-1.47.x86_64.rpm [.done]
#15 6.931 Retrieving: libasan4-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/30), 364.1 KiB    
#15 6.957 Retrieving: libasan4-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.....not found]
#15 7.712 Retrieving: libasan4-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 7.723 Retrieving: libasan4-7.5.0+r278197-150000.4.44.1.x86_64.rpm [..done (299.5 KiB/s)]
#15 7.918 Retrieving: libatomic1-15.2.0+git10201-150000.1.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/30),  21.6 KiB    
#15 7.945 Retrieving: libatomic1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 7.958 Retrieving: libatomic1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 7.969 Retrieving: libatomic1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.done]
#15 8.026 Retrieving: libcilkrts5-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/30),  67.5 KiB    
#15 8.054 Retrieving: libcilkrts5-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 8.064 Retrieving: libcilkrts5-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 8.076 Retrieving: libcilkrts5-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.done]
#15 8.101 Retrieving: libctf-nobfd0-2.45-150100.7.57.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/30), 164.4 KiB    
#15 8.127 Retrieving: libctf-nobfd0-2.45-150100.7.57.1.x86_64.rpm [.not found]
#15 8.139 Retrieving: libctf-nobfd0-2.45-150100.7.57.1.x86_64.rpm [.not found]
#15 8.151 Retrieving: libctf-nobfd0-2.45-150100.7.57.1.x86_64.rpm [..done (127.0 KiB/s)]
#15 8.275 Retrieving: libgomp1-15.2.0+git10201-150000.1.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/30), 165.3 KiB    
#15 8.304 Retrieving: libgomp1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 8.314 Retrieving: libgomp1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 8.325 Retrieving: libgomp1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.done]
#15 8.372 Retrieving: libitm1-15.2.0+git10201-150000.1.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (14/30),  38.1 KiB    
#15 8.400 Retrieving: libitm1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 8.410 Retrieving: libitm1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 8.422 Retrieving: libitm1-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.done]
#15 8.475 Retrieving: liblsan0-15.2.0+git10201-150000.1.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/30), 204.0 KiB    
#15 8.503 Retrieving: liblsan0-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 8.514 Retrieving: liblsan0-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.not found]
#15 8.525 Retrieving: liblsan0-15.2.0+git10201-150000.1.9.1.x86_64.rpm [.done]
#15 8.620 Retrieving: libubsan0-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/30), 140.7 KiB    
#15 8.648 Retrieving: libubsan0-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 8.659 Retrieving: libubsan0-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 8.670 Retrieving: libubsan0-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.done]
#15 8.752 Retrieving: pkg-config-0.29.2-150600.15.6.3.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/30),  73.3 KiB    
#15 8.780 Retrieving: pkg-config-0.29.2-150600.15.6.3.x86_64.rpm [.not found]
#15 8.790 Retrieving: pkg-config-0.29.2-150600.15.6.3.x86_64.rpm [.not found]
#15 8.802 Retrieving: pkg-config-0.29.2-150600.15.6.3.x86_64.rpm [.done]
#15 8.839 Retrieving: cpp7-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/30),   7.9 MiB    
#15 8.865 Retrieving: cpp7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 8.875 Retrieving: cpp7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 8.887 Retrieving: cpp7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.............done (7.3 MiB/s)]
#15 10.37 Retrieving: libctf0-2.45-150100.7.57.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/30), 163.4 KiB    
#15 10.38 Retrieving: libctf0-2.45-150100.7.57.1.x86_64.rpm [.not found]
#15 10.39 Retrieving: libctf0-2.45-150100.7.57.1.x86_64.rpm [.not found]
#15 10.40 Retrieving: libctf0-2.45-150100.7.57.1.x86_64.rpm [.done]
#15 10.44 Retrieving: binutils-2.45-150100.7.57.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/30),   6.4 MiB    
#15 10.47 Retrieving: binutils-2.45-150100.7.57.1.x86_64.rpm [.not found]
#15 10.48 Retrieving: binutils-2.45-150100.7.57.1.x86_64.rpm [.not found]
#15 10.49 Retrieving: binutils-2.45-150100.7.57.1.x86_64.rpm [..........done (5.7 MiB/s)]
#15 11.58 Retrieving: libxcrypt-devel-4.4.15-150300.4.7.1.x86_64 (Main Repository) (21/30),  32.6 KiB    
#15 11.59 Retrieving: libxcrypt-devel-4.4.15-150300.4.7.1.x86_64.rpm [.done]
#15 11.61 Retrieving: cpp-7-3.9.1.x86_64 (Main Repository) (22/30),   9.4 KiB    
#15 11.64 Retrieving: cpp-7-3.9.1.x86_64.rpm [.done]
#15 11.65 Retrieving: glibc-devel-2.38-150600.14.46.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (23/30), 651.4 KiB    
#15 11.67 Retrieving: glibc-devel-2.38-150600.14.46.1.x86_64.rpm [.not found]
#15 11.68 Retrieving: glibc-devel-2.38-150600.14.46.1.x86_64.rpm [.not found]
#15 11.70 Retrieving: glibc-devel-2.38-150600.14.46.1.x86_64.rpm [..done (433.9 KiB/s)]
#15 11.89 Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (24/30),   6.7 MiB    
#15 11.92 Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 11.93 Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 11.94 Retrieving: libstdc++6-devel-gcc7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [...........done (5.8 MiB/s)]
#15 13.20 Retrieving: gcc7-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (25/30),  19.7 MiB    
#15 13.21 Retrieving: gcc7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 13.23 Retrieving: gcc7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 13.24 Retrieving: gcc7-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.........................done (6.5 MiB/s)]
#15 15.93 Retrieving: gcc7-c++-7.5.0+r278197-150000.4.44.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (26/30),   8.9 MiB    
#15 15.95 Retrieving: gcc7-c++-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 15.96 Retrieving: gcc7-c++-7.5.0+r278197-150000.4.44.1.x86_64.rpm [.not found]
#15 15.97 Retrieving: gcc7-c++-7.5.0+r278197-150000.4.44.1.x86_64.rpm [............done (8.5 MiB/s)]
#15 17.19 Retrieving: libstdc++-devel-7-3.9.1.x86_64 (Main Repository) (27/30),   8.6 KiB    
#15 17.20 Retrieving: libstdc++-devel-7-3.9.1.x86_64.rpm [.done]
#15 17.23 Retrieving: gcc-7-3.9.1.x86_64 (Main Repository) (28/30),  10.4 KiB    
#15 17.24 Retrieving: gcc-7-3.9.1.x86_64.rpm [.done]
#15 17.25 Retrieving: gcc-c++-7-3.9.1.x86_64 (Main Repository) (29/30),   9.2 KiB    
#15 17.27 Retrieving: gcc-c++-7-3.9.1.x86_64.rpm [.done]
#15 17.29 Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-lp156.5.2.noarch (Main Repository) (30/30),   9.4 KiB    
#15 17.30 Retrieving: patterns-devel-C-C++-devel_C_C++-20170319-lp156.5.2.noarch.rpm [.done]
#15 17.32 
#15 17.32 Checking for file conflicts: [.....done]
#15 17.80 ( 1/30) Installing: libisl15-0.18-1.443.x86_64 [..done]
#15 17.92 ( 2/30) Installing: libmpfr6-4.0.2-3.3.1.x86_64 [..done]
#15 17.97 ( 3/30) Installing: libmpx2-8.2.1+r264010-150000.1.6.4.x86_64 [..done]
#15 18.00 ( 4/30) Installing: libmpxwrappers2-8.2.1+r264010-150000.1.6.4.x86_64 [..done]
#15 18.03 ( 5/30) Installing: libtsan0-11.3.0+git1637-150000.1.11.2.x86_64 [..done]
#15 18.09 ( 6/30) Installing: linux-glibc-devel-6.4-150600.2.17.x86_64 [....done]
#15 18.34 ( 7/30) Installing: patterns-devel-base-devel_basis-32bit-20170319-lp156.3.2.x86_64 [..done]
#15 18.37 ( 8/30) Installing: libmpc3-1.1.0-1.47.x86_64 [..done]
#15 18.40 ( 9/30) Installing: libasan4-7.5.0+r278197-150000.4.44.1.x86_64 [..done]
#15 18.46 (10/30) Installing: libatomic1-15.2.0+git10201-150000.1.9.1.x86_64 [..done]
#15 18.48 (11/30) Installing: libcilkrts5-7.5.0+r278197-150000.4.44.1.x86_64 [..done]
#15 18.51 (12/30) Installing: libctf-nobfd0-2.45-150100.7.57.1.x86_64 [..done]
#15 18.54 (13/30) Installing: libgomp1-15.2.0+git10201-150000.1.9.1.x86_64 [..done]
#15 18.59 (14/30) Installing: libitm1-15.2.0+git10201-150000.1.9.1.x86_64 [..done]
#15 18.61 (15/30) Installing: liblsan0-15.2.0+git10201-150000.1.9.1.x86_64 [..done]
#15 18.66 (16/30) Installing: libubsan0-7.5.0+r278197-150000.4.44.1.x86_64 [..done]
#15 18.69 (17/30) Installing: pkg-config-0.29.2-150600.15.6.3.x86_64 [..done]
#15 18.75 (18/30) Installing: cpp7-7.5.0+r278197-150000.4.44.1.x86_64 [.........done]
#15 19.50 (19/30) Installing: libctf0-2.45-150100.7.57.1.x86_64 [..done]
#15 19.59 (20/30) Installing: binutils-2.45-150100.7.57.1.x86_64 [.............
#15 20.76 update-alternatives: using /usr/bin/ld.bfd to provide /usr/bin/ld (ld) in auto mode
#15 20.80 done]
#15 20.81 (21/30) Installing: libxcrypt-devel-4.4.15-150300.4.7.1.x86_64 [..done]
#15 20.84 (22/30) Installing: cpp-7-3.9.1.x86_64 [..done]
#15 20.87 (23/30) Installing: glibc-devel-2.38-150600.14.46.1.x86_64 [...done]
#15 21.05 (24/30) Installing: libstdc++6-devel-gcc7-7.5.0+r278197-150000.4.44.1.x86_64 [..........done]
#15 22.04 (25/30) Installing: gcc7-7.5.0+r278197-150000.4.44.1.x86_64 [.....................done]
#15 24.10 (26/30) Installing: gcc7-c++-7.5.0+r278197-150000.4.44.1.x86_64 [.........done]
#15 24.91 (27/30) Installing: libstdc++-devel-7-3.9.1.x86_64 [..done]
#15 24.93 (28/30) Installing: gcc-7-3.9.1.x86_64 [..done]
#15 24.95 (29/30) Installing: gcc-c++-7-3.9.1.x86_64 [..done]
#15 24.98 (30/30) Installing: patterns-devel-C-C++-devel_C_C++-20170319-lp156.5.2.noarch [..done]
#15 DONE 25.6s

#16 [stage-0  5/17] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#16 0.256 Repository 'repo-openh264' not found by its alias, number, or URI.
#16 0.256 Use 'zypper repos' to get the list of defined repositories.
#16 DONE 0.3s

#17 [stage-0  6/17] RUN zypper update -y
#17 0.515 Loading repository data...
#17 1.514 Reading installed packages...
#17 4.966 Nothing to do.
#17 DONE 5.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 0.487 Loading repository data...
#18 1.360 Reading installed packages...
#18 4.471 'curl' is already installed.
#18 4.471 No update candidate for 'curl-8.14.1-150600.4.40.1.x86_64'. The highest available version is already installed.
#18 4.471 'gcc-c++' is already installed.
#18 4.471 No update candidate for 'gcc-c++-7-3.9.1.x86_64'. The highest available version is already installed.
#18 4.471 'openssl' is already installed.
#18 4.471 No update candidate for 'openssl-3.1.4-150600.2.1.noarch'. The highest available version is already installed.
#18 4.471 Resolving package dependencies...
#18 4.625 
#18 4.625 The following 56 NEW packages are going to be installed:
#18 4.625   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 4.625 
#18 4.625 56 new packages to install.
#18 4.625 
#18 4.625 Package download size:    20.3 MiB
#18 4.625 
#18 4.625 Package install size change:
#18 4.625               |     102.5 MiB  required by packages that will be installed
#18 4.625    102.5 MiB  |  -      0 B    released by packages that will be removed
#18 4.625 
#18 4.625 Backend:  classic_rpmtrans
#18 4.625 Continue? [y/n/v/...? shows all options] (y): y
#18 4.764 Retrieving: bzip2-1.0.8-150400.1.122.x86_64 (Main Repository) (1/56),  44.6 KiB    
#18 4.777 Retrieving: bzip2-1.0.8-150400.1.122.x86_64.rpm [.....done]
#18 5.561 Retrieving: gzip-1.10-150200.10.1.x86_64 (Main Repository) (2/56), 140.3 KiB    
#18 5.587 Retrieving: gzip-1.10-150200.10.1.x86_64.rpm [.done]
#18 5.614 Retrieving: libXau6-1.0.8-1.26.x86_64 (Main Repository) (3/56),  13.6 KiB    
#18 5.639 Retrieving: libXau6-1.0.8-1.26.x86_64.rpm [.done]
#18 5.663 Retrieving: libgdbm4-1.12-1.418.x86_64 (Main Repository) (4/56),  76.5 KiB    
#18 5.688 Retrieving: libgdbm4-1.12-1.418.x86_64.rpm [.done]
#18 5.710 Retrieving: libpsx2-2.63-150400.3.3.1.x86_64 (Main Repository) (5/56),  31.2 KiB    
#18 5.735 Retrieving: libpsx2-2.63-150400.3.3.1.x86_64.rpm [.done]
#18 5.772 Retrieving: libsepol1-3.1-150400.1.70.x86_64 (Main Repository) (6/56), 257.4 KiB    
#18 5.797 Retrieving: libsepol1-3.1-150400.1.70.x86_64.rpm [.done]
#18 5.851 Retrieving: libsha1detectcoll1-1.0.3-2.18.x86_64 (Main Repository) (7/56),  23.2 KiB    
#18 5.877 Retrieving: libsha1detectcoll1-1.0.3-2.18.x86_64.rpm [.done]
#18 5.893 Retrieving: openslp-2.0.0-150600.19.5.x86_64 (Main Repository) (8/56),  65.3 KiB    
#18 5.917 Retrieving: openslp-2.0.0-150600.19.5.x86_64.rpm [.done]
#18 5.940 Retrieving: pthread-stubs-devel-0.4-1.25.x86_64 (Main Repository) (9/56),   9.0 KiB    
#18 5.965 Retrieving: pthread-stubs-devel-0.4-1.25.x86_64.rpm [.done]
#18 5.987 Retrieving: which-2.21-2.20.x86_64 (Main Repository) (10/56),  38.7 KiB    
#18 6.009 Retrieving: which-2.21-2.20.x86_64.rpm [.done]
#18 6.029 Retrieving: xproto-devel-7.0.31-1.22.x86_64 (Main Repository) (11/56), 156.1 KiB    
#18 6.053 Retrieving: xproto-devel-7.0.31-1.22.x86_64.rpm [.done]
#18 6.100 Retrieving: libcap-devel-2.63-150400.3.3.1.x86_64 (Main Repository) (12/56),  74.0 KiB    
#18 6.125 Retrieving: libcap-devel-2.63-150400.3.3.1.x86_64.rpm [.done]
#18 6.182 Retrieving: libXau-devel-1.0.8-1.26.x86_64 (Main Repository) (13/56),  15.0 KiB    
#18 6.208 Retrieving: libXau-devel-1.0.8-1.26.x86_64.rpm [.done]
#18 6.235 Retrieving: kbproto-devel-1.0.7-150600.16.2.x86_64 (Main Repository) (14/56), 134.9 KiB    
#18 6.261 Retrieving: kbproto-devel-1.0.7-150600.16.2.x86_64.rpm [.done]
#18 6.324 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 6.355 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.....not found]
#18 7.109 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.not found]
#18 7.119 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.done]
#18 7.168 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (16/56), 102.9 KiB    
#18 7.197 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
#18 7.207 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
#18 7.217 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64.rpm [..done (81.8 KiB/s)]
#18 7.343 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/56),   1.9 MiB    
#18 7.372 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64.rpm [.not found]
#18 7.382 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64.rpm [.not found]
#18 7.393 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64.rpm [...done (1.5 MiB/s)]
#18 7.686 Retrieving: unzip-6.00-150000.4.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/56), 104.2 KiB    
#18 7.713 Retrieving: unzip-6.00-150000.4.14.1.x86_64.rpm [.not found]
#18 7.726 Retrieving: unzip-6.00-150000.4.14.1.x86_64.rpm [.not found]
#18 7.736 Retrieving: unzip-6.00-150000.4.14.1.x86_64.rpm [..done (81.8 KiB/s)]
#18 7.897 Retrieving: xz-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/56), 186.4 KiB    
#18 7.926 Retrieving: xz-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
#18 7.938 Retrieving: xz-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
#18 7.949 Retrieving: xz-5.4.1-150600.3.3.1.x86_64.rpm [..done (185.0 KiB/s)]
#18 8.061 Retrieving: libxcb1-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/56),  48.8 KiB    
#18 8.089 Retrieving: libxcb1-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 8.135 Retrieving: perl-5.26.1-150300.17.20.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/56),   6.5 MiB    
#18 8.163 Retrieving: perl-5.26.1-150300.17.20.1.x86_64.rpm [.not found]
#18 8.173 Retrieving: perl-5.26.1-150300.17.20.1.x86_64.rpm [.not found]
#18 8.189 Retrieving: perl-5.26.1-150300.17.20.1.x86_64.rpm [.........done (6.5 MiB/s)]
#18 9.068 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (22/56), 619.5 KiB    
#18 9.087 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64.rpm [.not found]
#18 9.100 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64.rpm [.not found]
#18 9.111 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64.rpm [..done (199.1 KiB/s)]
#18 9.351 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (23/56), 441.5 KiB    
#18 9.380 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64.rpm [.not found]
#18 9.390 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64.rpm [.not found]
#18 9.402 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64.rpm [..done (373.1 KiB/s)]
#18 9.554 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (24/56),  28.4 KiB    
#18 9.580 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#18 9.591 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#18 9.605 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64.rpm [.done]
#18 9.630 Retrieving: tar-1.34-150000.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (25/56), 252.8 KiB    
#18 9.656 Retrieving: tar-1.34-150000.3.37.1.x86_64.rpm [.not found]
#18 9.666 Retrieving: tar-1.34-150000.3.37.1.x86_64.rpm [.not found]
#18 9.679 Retrieving: tar-1.34-150000.3.37.1.x86_64.rpm [.done]
#18 9.725 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (26/56),  13.6 KiB    
#18 9.751 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 9.777 Retrieving: libxcb-xv0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (27/56),  16.4 KiB    
#18 9.805 Retrieving: libxcb-xv0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 9.831 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (28/56),  12.3 KiB    
#18 9.856 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 9.879 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (29/56),  36.3 KiB    
#18 9.905 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 9.943 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (30/56),  38.7 KiB    
#18 9.970 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.01 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (31/56),  12.6 KiB    
#18 10.04 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.x86_64.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 0.503 Loading repository data...
#19 1.416 Reading installed packages...
#19 4.604 'curl' is already installed.
#19 4.604 No update candidate for 'curl-8.14.1-150600.4.40.1.x86_64'. The highest available version is already installed.
#19 4.604 'gcc-c++' is already installed.
#19 4.604 No update candidate for 'gcc-c++-7-3.9.1.x86_64'. The highest available version is already installed.
#19 4.604 'openssl' is already installed.
#19 4.604 No update candidate for 'openssl-3.1.4-150600.2.1.noarch'. The highest available version is already installed.
#19 4.604 Resolving package dependencies...
#19 4.761 
#19 4.761 The following 57 NEW packages are going to be installed:
#19 4.761   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 4.761 
#19 4.761 57 new packages to install.
#19 4.761 
#19 4.761 Package download size:    20.4 MiB
#19 4.761 
#19 4.761 Package install size change:
#19 4.761               |     102.6 MiB  required by packages that will be installed
#19 4.761    102.6 MiB  |  -      0 B    released by packages that will be removed
#19 4.761 
#19 4.761 Backend:  classic_rpmtrans
#19 4.761 Continue? [y/n/v/...? shows all options] (y): y
#19 4.907 Retrieving: bzip2-1.0.8-150400.1.122.x86_64 (Main Repository) (1/57),  44.6 KiB    
#19 4.921 Retrieving: bzip2-1.0.8-150400.1.122.x86_64.rpm [.....done]
#19 5.561 Retrieving: gzip-1.10-150200.10.1.x86_64 (Main Repository) (2/57), 140.3 KiB    
#19 5.586 Retrieving: gzip-1.10-150200.10.1.x86_64.rpm [.done]
#19 5.614 Retrieving: libXau6-1.0.8-1.26.x86_64 (Main Repository) (3/57),  13.6 KiB    
#19 5.639 Retrieving: libXau6-1.0.8-1.26.x86_64.rpm [.done]
#19 5.663 Retrieving: libgdbm4-1.12-1.418.x86_64 (Main Repository) (4/57),  76.5 KiB    
#19 5.689 Retrieving: libgdbm4-1.12-1.418.x86_64.rpm [.done]
#19 5.711 Retrieving: libpsx2-2.63-150400.3.3.1.x86_64 (Main Repository) (5/57),  31.2 KiB    
#19 5.736 Retrieving: libpsx2-2.63-150400.3.3.1.x86_64.rpm [.done]
#19 5.772 Retrieving: libsepol1-3.1-150400.1.70.x86_64 (Main Repository) (6/57), 257.4 KiB    
#19 5.797 Retrieving: libsepol1-3.1-150400.1.70.x86_64.rpm [.done]
#19 5.848 Retrieving: libsha1detectcoll1-1.0.3-2.18.x86_64 (Main Repository) (7/57),  23.2 KiB    
#19 5.874 Retrieving: libsha1detectcoll1-1.0.3-2.18.x86_64.rpm [.done]
#19 5.892 Retrieving: openslp-2.0.0-150600.19.5.x86_64 (Main Repository) (8/57),  65.3 KiB    
#19 5.915 Retrieving: openslp-2.0.0-150600.19.5.x86_64.rpm [.done]
#19 5.937 Retrieving: pthread-stubs-devel-0.4-1.25.x86_64 (Main Repository) (9/57),   9.0 KiB    
#19 5.961 Retrieving: pthread-stubs-devel-0.4-1.25.x86_64.rpm [.done]
#19 5.988 Retrieving: which-2.21-2.20.x86_64 (Main Repository) (10/57),  38.7 KiB    
#19 6.010 Retrieving: which-2.21-2.20.x86_64.rpm [.done]
#19 6.029 Retrieving: xproto-devel-7.0.31-1.22.x86_64 (Main Repository) (11/57), 156.1 KiB    
#19 6.053 Retrieving: xproto-devel-7.0.31-1.22.x86_64.rpm [.done]
#19 6.102 Retrieving: libcap-devel-2.63-150400.3.3.1.x86_64 (Main Repository) (12/57),  74.0 KiB    
#19 6.127 Retrieving: libcap-devel-2.63-150400.3.3.1.x86_64.rpm [.done]
#19 6.181 Retrieving: libXau-devel-1.0.8-1.26.x86_64 (Main Repository) (13/57),  15.0 KiB    
#19 6.206 Retrieving: libXau-devel-1.0.8-1.26.x86_64.rpm [.done]
#19 6.237 Retrieving: kbproto-devel-1.0.7-150600.16.2.x86_64 (Main Repository) (14/57), 134.9 KiB    
#19 6.263 Retrieving: kbproto-devel-1.0.7-150600.16.2.x86_64.rpm [.done]
#19 6.324 Retrieving: bubblewrap-0.11.0-150500.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (15/57),  74.9 KiB    
#19 6.352 Retrieving: bubblewrap-0.11.0-150500.3.9.1.x86_64.rpm [.....not found]
#19 7.126 Retrieving: bubblewrap-0.11.0-150500.3.9.1.x86_64.rpm [.not found]
#19 7.136 Retrieving: bubblewrap-0.11.0-150500.3.9.1.x86_64.rpm [.done]
#19 7.206 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 7.237 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.not found]
#19 7.247 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.not found]
#19 7.258 Retrieving: libX11-data-1.8.7-150600.3.6.1.noarch.rpm [.done]
#19 7.295 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (17/57), 102.9 KiB    
#19 7.323 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
#19 7.333 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
#19 7.344 Retrieving: libexpat1-2.7.1-150400.3.37.1.x86_64.rpm [.done]
#19 7.376 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (18/57),   1.9 MiB    
#19 7.404 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64.rpm [.not found]
#19 7.414 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64.rpm [.not found]
#19 7.425 Retrieving: sudo-1.9.15p5-150600.3.12.1.x86_64.rpm [....done (1.5 MiB/s)]
#19 7.816 Retrieving: unzip-6.00-150000.4.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/57), 104.2 KiB    
#19 7.844 Retrieving: unzip-6.00-150000.4.14.1.x86_64.rpm [.not found]
#19 7.856 Retrieving: unzip-6.00-150000.4.14.1.x86_64.rpm [.not found]
#19 7.866 Retrieving: unzip-6.00-150000.4.14.1.x86_64.rpm [.done]
#19 7.901 Retrieving: xz-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/57), 186.4 KiB    
#19 7.929 Retrieving: xz-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
#19 7.941 Retrieving: xz-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
#19 7.951 Retrieving: xz-5.4.1-150600.3.3.1.x86_64.rpm [..done (83.2 KiB/s)]
#19 8.086 Retrieving: libxcb1-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/57),  48.8 KiB    
#19 8.113 Retrieving: libxcb1-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 8.141 Retrieving: perl-5.26.1-150300.17.20.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (22/57),   6.5 MiB    
#19 8.169 Retrieving: perl-5.26.1-150300.17.20.1.x86_64.rpm [.not found]
#19 8.180 Retrieving: perl-5.26.1-150300.17.20.1.x86_64.rpm [.not found]
#19 8.190 Retrieving: perl-5.26.1-150300.17.20.1.x86_64.rpm [............done (6.0 MiB/s)]
#19 9.675 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (23/57), 619.5 KiB    
#19 9.694 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64.rpm [.not found]
#19 9.706 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64.rpm [.not found]
#19 9.716 Retrieving: busybox-1.37.0-150500.10.17.1.x86_64.rpm [.done]
#19 9.816 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (24/57), 441.5 KiB    
#19 9.844 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64.rpm [.not found]
#19 9.856 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64.rpm [.not found]
#19 9.868 Retrieving: rsync-3.2.7-150600.3.14.1.x86_64.rpm [.done]
#19 9.939 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (25/57),  28.4 KiB    
#19 9.965 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#19 9.975 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#19 9.989 Retrieving: libX11-xcb1-1.8.7-150600.3.6.1.x86_64.rpm [.done]
#19 10.00 Retrieving: tar-1.34-150000.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (26/57), 252.8 KiB    
#19 10.03 Retrieving: tar-1.34-150000.3.37.1.x86_64.rpm [.not found]
#19 10.04 Retrieving: tar-1.34-150000.3.37.1.x86_64.rpm [.not found]
#19 10.05 Retrieving: tar-1.34-150000.3.37.1.x86_64.rpm [.done]
#19 10.09 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (27/57),  13.6 KiB    
#19 10.12 Retrieving: libxcb-xvmc0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.13 Retrieving: libxcb-xv0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (28/57),  16.4 KiB    
#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 10.04 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.05 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (32/56),  16.2 KiB    
#18 10.08 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.11 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (33/56),  13.6 KiB    
#18 10.14 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.16 Retrieving: libxcb-sync1-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (34/56),  15.8 KiB    
#18 10.18 Retrieving: libxcb-sync1-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.22 Retrieving: libxcb-shm0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (35/56),  12.9 KiB    
#18 10.24 Retrieving: libxcb-shm0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.27 Retrieving: libxcb-shape0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (36/56),  13.1 KiB    
#18 10.29 Retrieving: libxcb-shape0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.31 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (37/56),  13.7 KiB    
#18 10.35 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.37 Retrieving: libxcb-res0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (38/56),  13.5 KiB    
#18 10.39 Retrieving: libxcb-res0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.41 Retrieving: libxcb-render0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (39/56),  21.4 KiB    
#18 10.44 Retrieving: libxcb-render0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.46 Retrieving: libxcb-record0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (40/56),  14.2 KiB    
#18 10.48 Retrieving: libxcb-record0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.51 Retrieving: libxcb-randr0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/56),  23.2 KiB    
#18 10.53 Retrieving: libxcb-randr0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.57 Retrieving: libxcb-present0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/56),  12.7 KiB    
#18 10.59 Retrieving: libxcb-present0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.61 Retrieving: libxcb-glx0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/56),  28.1 KiB    
#18 10.63 Retrieving: libxcb-glx0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.68 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/56),  13.7 KiB    
#18 10.71 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.73 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/56),  13.9 KiB    
#18 10.76 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.78 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/56),  12.3 KiB    
#18 10.80 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.81 Retrieving: libxcb-damage0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/56),  12.2 KiB    
#18 10.84 Retrieving: libxcb-damage0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.86 Retrieving: libxcb-composite0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/56),  12.7 KiB    
#18 10.87 Retrieving: libxcb-composite0-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 10.89 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/56), 574.5 KiB    
#18 10.91 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#18 10.92 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#18 10.93 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64.rpm [..done (95.9 KiB/s)]
#18 11.11 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 11.13 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#18 11.14 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#18 11.16 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.done]
#18 11.17 Retrieving: libxcb-devel-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/56), 170.2 KiB    
#18 11.20 Retrieving: libxcb-devel-1.13-150000.3.11.1.x86_64.rpm [.done]
#18 11.23 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/56),   6.0 MiB    
#18 11.26 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#18 11.27 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#18 11.28 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64.rpm [..........done (3.0 MiB/s)]
#18 13.19 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/56),   1.4 MiB    
#18 13.21 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#18 13.22 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#18 13.23 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64.rpm [..done (834.0 KiB/s)]
#18 13.41 Retrieving: perl-Error-0.17025-1.20.noarch (Main Repository) (54/56),  40.5 KiB    
#18 13.44 Retrieving: perl-Error-0.17025-1.20.noarch.rpm [.done]
#18 13.46 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/56), 184.7 KiB    
#18 13.48 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#18 13.49 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#18 13.50 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64.rpm [.done]
#18 13.53 Retrieving: git-2.51.0-150600.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/56), 119.6 KiB    
#18 13.56 Retrieving: git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#18 13.57 Retrieving: git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#18 13.58 Retrieving: git-2.51.0-150600.3.15.1.x86_64.rpm [.done]
#18 13.60 
#18 13.60 Checking for file conflicts: [....done]
#18 13.82 ( 1/56) Installing: bzip2-1.0.8-150400.1.122.x86_64 [..done]
#18 13.88 ( 2/56) Installing: gzip-1.10-150200.10.1.x86_64 [..done]
#18 13.93 ( 3/56) Installing: libXau6-1.0.8-1.26.x86_64 [..done]
#18 13.97 ( 4/56) Installing: libgdbm4-1.12-1.418.x86_64 [..done]
#18 14.02 ( 5/56) Installing: libpsx2-2.63-150400.3.3.1.x86_64 [..done]
#18 14.05 ( 6/56) Installing: libsepol1-3.1-150400.1.70.x86_64 [..done]
#18 14.10 ( 7/56) Installing: libsha1detectcoll1-1.0.3-2.18.x86_64 [..done]
#18 14.12 ( 8/56) Installing: openslp-2.0.0-150600.19.5.x86_64 [..done]
#18 14.16 ( 9/56) Installing: pthread-stubs-devel-0.4-1.25.x86_64 [..done]
#18 14.18 (10/56) Installing: which-2.21-2.20.x86_64 [..done]
#18 14.22 (11/56) Installing: xproto-devel-7.0.31-1.22.x86_64 [..done]
#18 14.27 (12/56) Installing: libcap-devel-2.63-150400.3.3.1.x86_64 [..done]
#18 14.30 (13/56) Installing: libXau-devel-1.0.8-1.26.x86_64 [..done]
#18 14.32 (14/56) Installing: kbproto-devel-1.0.7-150600.16.2.x86_64 [..done]
#18 14.37 (15/56) Installing: libX11-data-1.8.7-150600.3.6.1.noarch [..done]
#18 14.43 (16/56) Installing: libexpat1-2.7.1-150400.3.37.1.x86_64 [..done]
#18 14.48 (17/56) Installing: sudo-1.9.15p5-150600.3.12.1.x86_64 [....done]
#18 14.74 (18/56) Installing: unzip-6.00-150000.4.14.1.x86_64 [..
#18 14.77 update-alternatives: using /usr/bin/unzip-plain to provide /usr/bin/unzip (unzip) in auto mode
#18 14.77 update-alternatives: using /usr/bin/funzip-plain to provide /usr/bin/funzip (funzip) in auto mode
#18 14.78 update-alternatives: using /usr/bin/unzipsfx-plain to provide /usr/bin/unzipsfx (unzipsfx) in auto mode
#18 14.78 update-alternatives: using /usr/bin/zipgrep-plain to provide /usr/bin/zipgrep (zipgrep) in auto mode
#18 14.78 done]
#18 14.78 (19/56) Installing: xz-5.4.1-150600.3.3.1.x86_64 [..done]
#18 14.85 (20/56) Installing: libxcb1-1.13-150000.3.11.1.x86_64 [..done]
#18 14.93 (21/56) Installing: perl-5.26.1-150300.17.20.1.x86_64 [.............done]
#18 16.10 (22/56) Installing: busybox-1.37.0-150500.10.17.1.x86_64 [..done]
#18 16.18 (23/56) Installing: rsync-3.2.7-150600.3.14.1.x86_64 [..done]
#18 16.25 (24/56) Installing: libX11-xcb1-1.8.7-150600.3.6.1.x86_64 [..done]
#18 16.28 (25/56) Installing: tar-1.34-150000.3.37.1.x86_64 [..done]
#18 16.32 (26/56) Installing: libxcb-xvmc0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.35 (27/56) Installing: libxcb-xv0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.37 (28/56) Installing: libxcb-xtest0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.40 (29/56) Installing: libxcb-xkb1-1.13-150000.3.11.1.x86_64 [..done]
#18 16.43 (30/56) Installing: libxcb-xinput0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.45 (31/56) Installing: libxcb-xinerama0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.48 (32/56) Installing: libxcb-xfixes0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.50 (33/56) Installing: libxcb-xf86dri0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.53 (34/56) Installing: libxcb-sync1-1.13-150000.3.11.1.x86_64 [..done]
#18 16.55 (35/56) Installing: libxcb-shm0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.58 (36/56) Installing: libxcb-shape0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.60 (37/56) Installing: libxcb-screensaver0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.62 (38/56) Installing: libxcb-res0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.65 (39/56) Installing: libxcb-render0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.68 (40/56) Installing: libxcb-record0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.71 (41/56) Installing: libxcb-randr0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.73 (42/56) Installing: libxcb-present0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.75 (43/56) Installing: libxcb-glx0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.78 (44/56) Installing: libxcb-dri3-0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.80 (45/56) Installing: libxcb-dri2-0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.83 (46/56) Installing: libxcb-dpms0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.85 (47/56) Installing: libxcb-damage0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.88 (48/56) Installing: libxcb-composite0-1.13-150000.3.11.1.x86_64 [..done]
#18 16.90 (49/56) Installing: libX11-6-1.8.7-150600.3.6.1.x86_64 [..done]
#18 16.98 (50/56) Installing: busybox-less-1.37.0-150500.7.11.1.noarch [..done]
#18 17.00 (51/56) Installing: libxcb-devel-1.13-150000.3.11.1.x86_64 [..done]
#18 17.10 (52/56) Installing: git-core-2.51.0-150600.3.15.1.x86_64 [.........done]
#18 17.90 (53/56) Installing: libX11-devel-1.8.7-150600.3.6.1.x86_64 [....done]
#18 18.26 (54/56) Installing: perl-Error-0.17025-1.20.noarch [..done]
#18 18.31 (55/56) Installing: perl-Git-2.51.0-150600.3.15.1.x86_64 [..done]
#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 10.16 Retrieving: libxcb-xv0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.18 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (29/57),  12.3 KiB    
#19 10.20 Retrieving: libxcb-xtest0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.21 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (30/57),  36.3 KiB    
#19 10.24 Retrieving: libxcb-xkb1-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.26 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (31/57),  38.7 KiB    
#19 10.28 Retrieving: libxcb-xinput0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.30 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (32/57),  12.6 KiB    
#19 10.32 Retrieving: libxcb-xinerama0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.34 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (33/57),  16.2 KiB    
#19 10.36 Retrieving: libxcb-xfixes0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.37 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (34/57),  13.6 KiB    
#19 10.39 Retrieving: libxcb-xf86dri0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.41 Retrieving: libxcb-sync1-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (35/57),  15.8 KiB    
#19 10.43 Retrieving: libxcb-sync1-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.44 Retrieving: libxcb-shm0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (36/57),  12.9 KiB    
#19 10.46 Retrieving: libxcb-shm0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.47 Retrieving: libxcb-shape0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (37/57),  13.1 KiB    
#19 10.49 Retrieving: libxcb-shape0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.50 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (38/57),  13.7 KiB    
#19 10.52 Retrieving: libxcb-screensaver0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.53 Retrieving: libxcb-res0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (39/57),  13.5 KiB    
#19 10.55 Retrieving: libxcb-res0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.56 Retrieving: libxcb-render0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (40/57),  21.4 KiB    
#19 10.58 Retrieving: libxcb-render0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.60 Retrieving: libxcb-record0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/57),  14.2 KiB    
#19 10.61 Retrieving: libxcb-record0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.63 Retrieving: libxcb-randr0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/57),  23.2 KiB    
#19 10.65 Retrieving: libxcb-randr0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.67 Retrieving: libxcb-present0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/57),  12.7 KiB    
#19 10.68 Retrieving: libxcb-present0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.69 Retrieving: libxcb-glx0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/57),  28.1 KiB    
#19 10.71 Retrieving: libxcb-glx0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.73 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/57),  13.7 KiB    
#19 10.75 Retrieving: libxcb-dri3-0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.77 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/57),  13.9 KiB    
#19 10.78 Retrieving: libxcb-dri2-0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.80 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/57),  12.3 KiB    
#19 10.82 Retrieving: libxcb-dpms0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.83 Retrieving: libxcb-damage0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/57),  12.2 KiB    
#19 10.84 Retrieving: libxcb-damage0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.86 Retrieving: libxcb-composite0-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/57),  12.7 KiB    
#19 10.87 Retrieving: libxcb-composite0-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 10.89 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/57), 574.5 KiB    
#19 10.91 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#19 10.92 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#19 10.93 Retrieving: libX11-6-1.8.7-150600.3.6.1.x86_64.rpm [..done (562.5 KiB/s)]
#19 11.04 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 11.07 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#19 11.08 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.not found]
#19 11.09 Retrieving: busybox-less-1.37.0-150500.7.11.1.noarch.rpm [.done]
#19 11.11 Retrieving: libxcb-devel-1.13-150000.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/57), 170.2 KiB    
#19 11.13 Retrieving: libxcb-devel-1.13-150000.3.11.1.x86_64.rpm [.done]
#19 11.20 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/57),   6.0 MiB    
#19 11.22 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#19 11.23 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#19 11.25 Retrieving: git-core-2.51.0-150600.3.15.1.x86_64.rpm [.........done (5.3 MiB/s)]
#19 12.37 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/57),   1.4 MiB    
#19 12.39 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#19 12.40 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64.rpm [.not found]
#19 12.41 Retrieving: libX11-devel-1.8.7-150600.3.6.1.x86_64.rpm [...done (817.1 KiB/s)]
#19 12.74 Retrieving: perl-Error-0.17025-1.20.noarch (Main Repository) (55/57),  40.5 KiB    
#19 12.76 Retrieving: perl-Error-0.17025-1.20.noarch.rpm [.done]
#19 12.79 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/57), 184.7 KiB    
#19 12.81 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#19 12.82 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#19 12.83 Retrieving: perl-Git-2.51.0-150600.3.15.1.x86_64.rpm [.done]
#19 12.94 Retrieving: git-2.51.0-150600.3.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/57), 119.6 KiB    
#19 12.96 Retrieving: git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#19 12.97 Retrieving: git-2.51.0-150600.3.15.1.x86_64.rpm [.not found]
#19 12.98 Retrieving: git-2.51.0-150600.3.15.1.x86_64.rpm [.done]
#19 13.05 
#19 13.05 Checking for file conflicts: [....done]
#19 13.27 ( 1/57) Installing: bzip2-1.0.8-150400.1.122.x86_64 [..done]
#19 13.33 ( 2/57) Installing: gzip-1.10-150200.10.1.x86_64 [..done]
#19 13.39 ( 3/57) Installing: libXau6-1.0.8-1.26.x86_64 [..done]
#19 13.42 ( 4/57) Installing: libgdbm4-1.12-1.418.x86_64 [..done]
#19 13.47 ( 5/57) Installing: libpsx2-2.63-150400.3.3.1.x86_64 [..done]
#19 13.50 ( 6/57) Installing: libsepol1-3.1-150400.1.70.x86_64 [..done]
#19 13.56 ( 7/57) Installing: libsha1detectcoll1-1.0.3-2.18.x86_64 [..done]
#19 13.59 ( 8/57) Installing: openslp-2.0.0-150600.19.5.x86_64 [..done]
#19 13.63 ( 9/57) Installing: pthread-stubs-devel-0.4-1.25.x86_64 [..done]
#19 13.66 (10/57) Installing: which-2.21-2.20.x86_64 [..done]
#19 13.69 (11/57) Installing: xproto-devel-7.0.31-1.22.x86_64 [..done]
#19 13.74 (12/57) Installing: libcap-devel-2.63-150400.3.3.1.x86_64 [..done]
#19 13.78 (13/57) Installing: libXau-devel-1.0.8-1.26.x86_64 [..done]
#19 13.80 (14/57) Installing: kbproto-devel-1.0.7-150600.16.2.x86_64 [..done]
#19 13.85 (15/57) Installing: bubblewrap-0.11.0-150500.3.9.1.x86_64 [..done]
#19 13.88 (16/57) Installing: libX11-data-1.8.7-150600.3.6.1.noarch [..done]
#19 13.95 (17/57) Installing: libexpat1-2.7.1-150400.3.37.1.x86_64 [..done]
#19 14.00 (18/57) Installing: sudo-1.9.15p5-150600.3.12.1.x86_64 [....done]
#19 14.30 (19/57) Installing: unzip-6.00-150000.4.14.1.x86_64 [..
#19 14.34 update-alternatives: using /usr/bin/unzip-plain to provide /usr/bin/unzip (unzip) in auto mode
#19 14.34 update-alternatives: using /usr/bin/funzip-plain to provide /usr/bin/funzip (funzip) in auto mode
#19 14.35 update-alternatives: using /usr/bin/unzipsfx-plain to provide /usr/bin/unzipsfx (unzipsfx) in auto mode
#19 14.35 update-alternatives: using /usr/bin/zipgrep-plain to provide /usr/bin/zipgrep (zipgrep) in auto mode
#19 14.35 done]
#19 14.35 (20/57) Installing: xz-5.4.1-150600.3.3.1.x86_64 [..done]
#19 14.40 (21/57) Installing: libxcb1-1.13-150000.3.11.1.x86_64 [..done]
#19 14.48 (22/57) Installing: perl-5.26.1-150300.17.20.1.x86_64 [.............done]
#19 15.67 (23/57) Installing: busybox-1.37.0-150500.10.17.1.x86_64 [..done]
#19 15.75 (24/57) Installing: rsync-3.2.7-150600.3.14.1.x86_64 [..done]
#19 15.82 (25/57) Installing: libX11-xcb1-1.8.7-150600.3.6.1.x86_64 [..done]
#19 15.85 (26/57) Installing: tar-1.34-150000.3.37.1.x86_64 [..done]
#19 15.90 (27/57) Installing: libxcb-xvmc0-1.13-150000.3.11.1.x86_64 [..done]
#19 15.92 (28/57) Installing: libxcb-xv0-1.13-150000.3.11.1.x86_64 [..done]
#19 15.95 (29/57) Installing: libxcb-xtest0-1.13-150000.3.11.1.x86_64 [..done]
#19 15.97 (30/57) Installing: libxcb-xkb1-1.13-150000.3.11.1.x86_64 [..done]
#19 16.00 (31/57) Installing: libxcb-xinput0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.02 (32/57) Installing: libxcb-xinerama0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.05 (33/57) Installing: libxcb-xfixes0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.07 (34/57) Installing: libxcb-xf86dri0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.10 (35/57) Installing: libxcb-sync1-1.13-150000.3.11.1.x86_64 [..done]
#19 16.12 (36/57) Installing: libxcb-shm0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.15 (37/57) Installing: libxcb-shape0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.17 (38/57) Installing: libxcb-screensaver0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.20 (39/57) Installing: libxcb-res0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.22 (40/57) Installing: libxcb-render0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.25 (41/57) Installing: libxcb-record0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.28 (42/57) Installing: libxcb-randr0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.30 (43/57) Installing: libxcb-present0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.33 (44/57) Installing: libxcb-glx0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.35 (45/57) Installing: libxcb-dri3-0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.38 (46/57) Installing: libxcb-dri2-0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.41 (47/57) Installing: libxcb-dpms0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.43 (48/57) Installing: libxcb-damage0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.46 (49/57) Installing: libxcb-composite0-1.13-150000.3.11.1.x86_64 [..done]
#19 16.49 (50/57) Installing: libX11-6-1.8.7-150600.3.6.1.x86_64 [..done]
#19 16.56 (51/57) Installing: busybox-less-1.37.0-150500.7.11.1.noarch [..done]
#19 16.58 (52/57) Installing: libxcb-devel-1.13-150000.3.11.1.x86_64 [..done]
#19 16.69 (53/57) Installing: git-core-2.51.0-150600.3.15.1.x86_64 [.........done]
#19 17.52 (54/57) Installing: libX11-devel-1.8.7-150600.3.6.1.x86_64 [....done]
#19 17.80 (55/57) Installing: perl-Error-0.17025-1.20.noarch [..done]
#19 17.83 (56/57) Installing: perl-Git-2.51.0-150600.3.15.1.x86_64 [..done]
#19 17.87 (57/57) Installing: git-2.51.0-150600.3.15.1.x86_64 [..done]
#19 DONE 18.5s

#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 18.39 (56/56) Installing: git-2.51.0-150600.3.15.1.x86_64 [..done]
#18 DONE 18.6s

#20 [stage-0  8/17] RUN git config --global user.email "docker@example.com"
#20 DONE 0.3s

#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.282 Cloning into '/tmp/opam'...
#22 5.036 Note: switching to '1ea21b460db391ba6f8fb727ee296a86f65579e2'.
#22 5.036 
#22 5.036 You are in 'detached HEAD' state. You can look around, make experimental
#22 5.036 changes and commit them, and you can discard any commits you make in this
#22 5.036 state without impacting any branches by switching back to a branch.
#22 5.036 
#22 5.036 If you want to create a new branch to retain commits you create, you may
#22 5.036 do so (now or later) by using -c with the switch command. Example:
#22 5.036 
#22 5.036   git switch -c <new-branch-name>
#22 5.036 
#22 5.036 Or undo this operation with:
#22 5.036 
#22 5.036   git switch -
#22 5.036 
#22 5.036 Turn off this advice by setting config variable advice.detachedHead to false
#22 5.036 
#22 5.036 HEAD is now at 6218d0c4c Merge pull request #6899 from kit-ty-kate/rel-2.5.1
#22 6.582 configure: Configuring OCaml version 4.14.2
#22 6.596 checking build system type... x86_64-pc-linux-gnu
#22 6.664 checking host system type... x86_64-pc-linux-gnu
#22 6.664 checking target system type... x86_64-pc-linux-gnu
#22 6.667 checking for ld... ld
#22 6.670 checking how to print strings... printf
#22 6.674 checking for gcc... gcc
#22 6.709 checking whether the C compiler works... yes
#22 6.774 checking for C compiler default output file name... a.out
#22 6.777 checking for suffix of executables... 
#22 6.833 checking whether we are cross compiling... no
#22 6.892 checking for suffix of object files... o
#22 6.918 checking whether we are using the GNU C compiler... yes
#22 6.945 checking whether gcc accepts -g... yes
#22 6.969 checking for gcc option to accept ISO C89... none needed
#22 7.019 checking for a sed that does not truncate output... /usr/bin/sed
#22 7.029 checking for grep that handles long lines and -e... /usr/bin/grep
#22 7.032 checking for egrep... /usr/bin/grep -E
#22 7.035 checking for fgrep... /usr/bin/grep -F
#22 7.038 checking for ld used by gcc... ld
#22 7.073 checking if the linker (ld) is GNU ld... yes
#22 7.079 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#22 7.085 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#22 7.118 checking whether ln -s works... yes
#22 7.119 checking the maximum length of command line arguments... 1572864
#22 7.133 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#22 7.133 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#22 7.133 checking for ld option to reload object files... -r
#22 7.134 checking for objdump... objdump
#22 7.135 checking how to recognize dependent libraries... pass_all
#22 7.137 checking for dlltool... no
#22 7.138 checking how to associate runtime and link libraries... printf %s\n
#22 7.139 checking for ar... ar
#22 7.140 checking for archiver @FILE support... @
#22 7.182 checking for strip... strip
#22 7.183 checking for ranlib... ranlib
#22 7.184 checking for gawk... gawk
#22 7.185 checking command to parse /usr/bin/nm -B output from gcc object... ok
#22 7.299 checking for sysroot... no
#22 7.300 checking for a working dd... /usr/bin/dd
#22 7.307 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#22 7.330 ./configure: line 6867: /usr/bin/file: No such file or directory
#22 7.333 checking for mt... no
#22 7.334 checking if : is a manifest tool... no
#22 7.343 checking how to run the C preprocessor... gcc -E
#22 7.404 checking for ANSI C header files... yes
#22 7.549 checking for sys/types.h... yes
#22 7.602 checking for sys/stat.h... yes
#22 7.647 checking for stdlib.h... yes
#22 7.689 checking for string.h... yes
#22 7.731 checking for memory.h... yes
#22 7.777 checking for strings.h... yes
#22 7.819 checking for inttypes.h... yes
#22 7.868 checking for stdint.h... yes
#22 7.913 checking for unistd.h... yes
#22 7.954 checking for dlfcn.h... yes
#22 7.992 checking for objdir... .libs
#22 8.093 checking if gcc supports -fno-rtti -fno-exceptions... no
#22 8.127 checking for gcc option to produce PIC... -fPIC -DPIC
#22 8.127 checking if gcc PIC flag -fPIC -DPIC works... yes
#22 8.159 checking if gcc static flag -static works... no
#22 8.194 checking if gcc supports -c -o file.o... yes
#22 8.237 checking if gcc supports -c -o file.o... (cached) yes
#22 8.238 checking whether the gcc linker (ld) supports shared libraries... yes
#22 8.257 checking whether -lc should be explicitly linked in... no
#22 8.303 checking dynamic linker characteristics... GNU/Linux ld.so
#22 8.385 checking how to hardcode library paths into programs... immediate
#22 8.386 checking whether stripping libraries is possible... yes
#22 8.389 checking if libtool supports shared libraries... yes
#22 8.389 checking whether to build shared libraries... yes
#22 8.389 checking whether to build static libraries... yes
#22 8.392 checking C compiler vendor... gcc-7-5
#22 8.409 checking whether host executables can be run in the build... yes
#22 8.473 checking whether #! works in shell scripts... yes
#22 8.482 checking for flexdll sources... checking for flexlink... no
#22 8.489 checking flexdll.h usability... no
#22 8.515 checking flexdll.h presence... no
#22 8.533 checking for flexdll.h... no
#22 8.537 checking for a BSD-compatible install... /usr/bin/install -c
#22 8.550 checking for cos in -lm... yes
#22 8.615 checking math.h usability... yes
#22 8.653 checking math.h presence... yes
#22 8.675 checking for math.h... yes
#22 8.676 checking for unistd.h... (cached) yes
#22 8.680 checking for stdint.h... (cached) yes
#22 8.681 checking for dirent.h... yes
#22 8.706 checking for sys/select.h... yes
#22 8.730 checking for off_t... yes
#22 8.802 checking size of int... 4
#22 8.878 checking size of long... 8
#22 8.951 checking size of long *... 8
#22 9.026 checking size of short... 2
#22 9.101 checking size of long long... 8
#22 9.183 configure: Target is a 64 bits architecture
#22 9.183 checking whether byte ordering is bigendian... no
#22 9.268 checking alignment of double... 8
#22 9.353 checking alignment of long... 8
#22 9.429 checking alignment of long long... 8
#22 9.505 checking whether the C compiler supports -fno-tree-vrp... yes
#22 9.529 checking whether the C compiler supports __attribute__((aligned(n)))... yes
#22 9.547 checking whether the C compiler supports __attribute__((optimize("tree-vectorize")))... yes
#22 9.574 checking for ld... ld
#22 9.575 checking for rlwrap... no
#22 9.576 configure: checking semantics of signal handlers
#22 9.577 checking for sigaction... yes
#22 9.632 checking for sigprocmask... yes
#22 9.689 configure: POSIX signal handling found.
#22 9.694 checking for expm1... yes
#22 9.774 checking for log1p... yes
#22 9.849 checking for hypot... yes
#22 9.933 checking for fma... yes
#22 10.01 checking for exp2... yes
#22 10.09 checking for log2... yes
#22 10.16 checking for cbrt... yes
#22 10.25 checking for acosh... yes
#22 10.32 checking for asinh... yes
#22 10.40 checking for atanh... yes
#22 10.48 checking for erf... yes
#22 10.55 checking for erfc... yes
#22 10.63 checking for trunc... yes
#22 10.70 checking for round... yes
#22 10.77 checking for copysign... yes
#22 10.84 checking whether round works... yes
#22 10.92 checking whether fma works... yes
#22 10.99 checking for getrusage... yes
#22 11.05 checking for times... yes
#22 11.11 checking for secure_getenv... yes
#22 11.16 checking for issetugid... no
#22 11.26 checking for library containing clock_gettime... none required
#22 11.33 checking for socket... yes
#22 11.39 checking for socketpair... yes
#22 11.47 checking for bind... yes
#22 11.54 checking for listen... yes
#22 11.61 checking for accept... yes
#22 11.69 checking for connect... yes
#22 11.76 checking for socklen_t... yes
#22 11.82 checking for inet_aton... yes
#22 11.87 checking for struct sockaddr_in6... yes
#22 11.94 checking for getaddrinfo... yes
#22 12.00 checking for getnameinfo... yes
#22 12.07 checking for inet_pton... yes
#22 12.12 checking for inet_ntop... yes
#22 12.18 checking for rewinddir... yes
#22 12.25 checking for lockf... yes
#22 12.31 checking for mkfifo... yes
#22 12.37 checking for getcwd... yes
#22 12.43 checking whether system is declared... yes
#22 12.46 checking for sys/types.h... (cached) yes
#22 12.46 checking utime.h usability... yes
#22 12.49 checking utime.h presence... yes
#22 12.51 checking for utime.h... yes
#22 12.51 checking for utime... yes
#22 12.57 checking for utimes... yes
#22 12.63 checking for fchmod... yes
#22 12.69 checking for fchown... yes
#22 12.74 checking for truncate... yes
#22 12.80 checking for ftruncate... yes
#22 12.85 checking for select... yes
#22 12.91 checking for fd_set... yes
#22 12.97 checking for nanosleep... yes
#22 13.03 checking for symlink... yes
#22 13.09 checking for readlink... yes
#22 13.14 checking for lstat... yes
#22 13.21 checking for realpath... yes
#22 13.27 checking for waitpid... yes
#22 13.33 checking for wait4... yes
#22 13.39 checking for getgroups... yes
#22 13.45 checking for setgroups... yes
#22 13.51 checking for initgroups... yes
#22 13.57 checking termios.h usability... yes
#22 13.60 checking termios.h presence... yes
#22 13.61 checking for termios.h... yes
#22 13.61 checking for tcgetattr... yes
#22 13.67 checking for tcsetattr... yes
#22 13.73 checking for tcsendbreak... yes
#22 13.78 checking for tcflush... yes
#22 13.84 checking for tcflow... yes
#22 13.90 checking for setitimer... yes
#22 13.95 checking for gethostname... yes
#22 14.01 checking sys/utsname.h usability... yes
#22 14.04 checking sys/utsname.h presence... yes
#22 14.06 checking for sys/utsname.h... yes
#22 14.06 checking for uname... yes
#22 14.12 checking for gettimeofday... yes
#22 14.17 checking for mktime... yes
#22 14.23 checking for setsid... yes
#22 14.29 checking for putenv... yes
#22 14.35 checking for setenv... yes
#22 14.41 checking for unsetenv... yes
#22 14.47 checking locale.h usability... yes
#22 14.50 checking locale.h presence... yes
#22 14.51 checking for locale.h... yes
#22 14.52 checking for newlocale... yes
#22 14.57 checking for freelocale... yes
#22 14.63 checking for uselocale... yes
#22 14.68 checking xlocale.h usability... no
#22 14.72 checking xlocale.h presence... no
#22 14.74 checking for xlocale.h... no
#22 14.74 checking for strtod_l... yes
#22 14.80 checking for dlopen... yes
#22 14.85 configure: Dynamic loading of shared libraries is supported.
#22 14.85 checking sys/mman.h usability... yes
#22 14.89 checking sys/mman.h presence... yes
#22 14.90 checking for sys/mman.h... yes
#22 14.90 checking for mmap... yes
#22 14.97 checking for munmap... yes
#22 15.02 checking for pwrite... yes
#22 15.08 checking whether the C compiler supports -fdebug-prefix-map... yes
#22 15.10 checking for struct stat.st_atim.tv_nsec... yes
#22 15.14 configure: stat supports nanosecond precision
#22 15.14 checking how many arguments gethostbyname_r() takes... six
#22 15.20 checking how many arguments gethostbyaddr_r() takes... eight
#22 15.27 checking for mkstemp... yes
#22 15.33 checking for nice... yes
#22 15.39 checking for dup3... yes
#22 15.44 checking for pipe2... yes
#22 15.50 checking for accept4... yes
#22 15.56 checking for getauxval... yes
#22 15.62 checking sys/shm.h usability... yes
#22 15.65 checking sys/shm.h presence... yes
#22 15.67 checking for sys/shm.h... yes
#22 15.67 checking for shmat... yes
#22 15.73 checking for execvpe... yes
#22 15.79 checking spawn.h usability... yes
#22 15.83 checking spawn.h presence... yes
#22 15.84 checking for spawn.h... yes
#22 15.84 checking for posix_spawn... yes
#22 15.90 checking for posix_spawnp... yes
#22 15.96 checking for ffs... yes
#22 16.03 checking whether _BitScanForward is declared... no
#22 16.07 configure: replay debugger supported
#22 16.07 checking whether stack overflows can be detected... yes
#22 16.08 checking whether gcc is Clang... no
#22 16.10 checking whether pthreads work with "-pthread" and "-lpthread"... yes
#22 16.19 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#22 16.25 checking whether more special flags are required for pthreads... no
#22 16.25 checking for PTHREAD_PRIO_INHERIT... yes
#22 16.32 configure: the POSIX threads library is supported
#22 16.32 checking for sigwait... yes
#22 16.38 checking whether the assembler supports --debug-prefix-map... yes
#22 16.40 checking whether the assembler supports CFI directives... yes
#22 16.43 configure: not using frame pointers
#22 16.43 checking whether mmap supports huge pages... yes
#22 16.55 configure: creating ./config.status
#22 17.22 config.status: creating Makefile.build_config
#22 17.24 config.status: creating Makefile.config
#22 17.26 config.status: creating stdlib/sys.ml
#22 17.29 config.status: creating manual/src/version.tex
#22 17.31 config.status: creating manual/src/html_processing/src/common.ml
#22 17.34 config.status: creating tools/eventlog_metadata
#22 17.36 config.status: creating runtime/caml/m.h
#22 17.38 config.status: creating runtime/caml/s.h
#22 17.40 config.status: creating runtime/caml/version.h
#22 17.42 config.status: executing libtool commands
#22 17.48 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:
17.24 config.status: creating Makefile.config
17.26 config.status: creating stdlib/sys.ml
17.29 config.status: creating manual/src/version.tex
17.31 config.status: creating manual/src/html_processing/src/common.ml
17.34 config.status: creating tools/eventlog_metadata
17.36 config.status: creating runtime/caml/m.h
17.38 config.status: creating runtime/caml/s.h
17.40 config.status: creating runtime/caml/version.h
17.42 config.status: executing libtool commands
17.48 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:21.49: Job failed: Failed: Build failed