Build:
- 0
2026-06-06 06:39.38: New job: Build using linux-x86_64 in
[https://github.com/ocaml/opam-repository#master (f2a52bbb8b82d8d662c83728f3ec77f7c09be4bb)]
2026-06-06 06:39.38: Will push staging image to ocurrent/opam-staging:opensuse-16.0-opam-amd64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM opensuse/leap:16.0
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.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:16.0
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.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
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-06-06 06:39.38: Using cache hint "opam-opensuse-16.0"
2026-06-06 12:45.25: Waiting for worker…
2026-06-06 12:45.25: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at f2a52bbb8b Merge pull request #29992 from gares/patch-1
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: 6.47kB 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:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED
#4 [internal] load metadata for docker.io/opensuse/leap:16.0
#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/16] FROM docker.io/opensuse/leap:16.0@sha256:859560554b625c225fa767b76d61253d529b95d082c2d68579ad69168d5e3da7
#11 DONE 0.0s
#12 [internal] load build context
#12 transferring context: 15.78MB 5.1s
#12 transferring context: 247.98MB 10.1s
#12 transferring context: 276.14MB 15.6s
#12 transferring context: 276.14MB 15.6s done
#12 DONE 16.3s
#13 [stage-1 21/37] RUN chmod 700 .ssh
#13 CACHED
#14 [stage-1 24/37] RUN chmod a+x /home/opam/opam-sandbox-disable
#14 CACHED
#15 [stage-1 12/37] COPY --from=0 [ /usr/bin/opam-2.4, /usr/bin/opam-2.4 ]
#15 CACHED
#16 [stage-0 4/16] RUN zypper install --force-resolution -y -t pattern devel_C_C++
#16 CACHED
#17 [stage-0 12/16] 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 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
#17 CACHED
#18 [stage-1 28/37] RUN chmod a+x /home/opam/opam-sandbox-enable
#18 CACHED
#19 [stage-0 5/16] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#19 CACHED
#20 [stage-0 11/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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 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
#20 CACHED
#21 [stage-1 9/37] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#21 CACHED
#22 [stage-1 20/37] RUN mkdir .ssh
#22 CACHED
#23 [stage-1 22/37] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#23 CACHED
#24 [stage-1 19/37] WORKDIR /home/opam
#24 CACHED
#25 [stage-1 11/37] COPY --from=0 [ /usr/bin/opam-2.3, /usr/bin/opam-2.3 ]
#25 CACHED
#26 [stage-0 10/16] 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
#26 CACHED
#27 [stage-1 16/37] COPY <<-EOF /etc/sudoers.d/opam
#27 CACHED
#28 [stage-0 15/16] 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 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
#28 CACHED
#29 [stage-1 8/37] COPY --from=0 [ /usr/bin/opam-2.1, /usr/bin/opam-2.1 ]
#29 CACHED
#30 [stage-1 30/37] RUN git config --global user.email "docker@example.com"
#30 CACHED
#31 [stage-1 25/37] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#31 CACHED
#32 [stage-1 17/37] RUN chmod 440 /etc/sudoers.d/opam
#32 CACHED
#33 [stage-0 13/16] 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 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
#33 CACHED
#34 [stage-0 14/16] 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 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
#34 CACHED
#35 [stage-0 7/16] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar
#35 CACHED
#36 [stage-1 14/37] COPY --from=0 [ /usr/bin/opam-master, /usr/bin/opam-dev ]
#36 CACHED
#37 [stage-0 6/16] RUN zypper update -y
#37 CACHED
#38 [stage-1 23/37] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#38 CACHED
#39 [stage-1 29/37] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#39 CACHED
#40 [stage-0 3/16] RUN zypper update -y
#40 CACHED
#41 [stage-1 27/37] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#41 CACHED
#42 [stage-1 10/37] COPY --from=0 [ /usr/bin/opam-2.2, /usr/bin/opam-2.2 ]
#42 CACHED
#43 [stage-1 15/37] RUN useradd -u 1000 -d /home/opam -m --user-group opam
#43 CACHED
#44 [stage-0 2/16] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#44 CACHED
#45 [stage-0 8/16] RUN git config --global user.email "docker@example.com"
#45 CACHED
#46 [stage-1 13/37] COPY --from=0 [ /usr/bin/opam-2.5, /usr/bin/opam-2.5 ]
#46 CACHED
#47 [stage-1 7/37] RUN zypper install --force-resolution -y sudo git unzip curl gcc-c++ libcap-devel xz libX11-devel bzip2 which rsync gzip openssl tar bubblewrap
#47 CACHED
#48 [stage-0 9/16] RUN git config --global user.name "Docker"
#48 CACHED
#49 [stage-1 18/37] RUN chown root:root /etc/sudoers.d/opam
#49 CACHED
#50 [stage-1 26/37] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#50 CACHED
#51 [stage-0 16/16] 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:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ./configure --enable-cold-check --with-0install-solver --with-vendored-deps && env PATH="/tmp/opam/bootstrap/ocaml/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" 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
#51 CACHED
#52 [stage-1 31/37] RUN git config --global user.name "Docker"
#52 CACHED
#53 [stage-1 32/37] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#53 DONE 25.1s
#54 [stage-1 33/37] RUN opam-sandbox-disable
#54 0.241 --- opam sandboxing disabled
#54 DONE 0.3s
#55 [stage-1 34/37] RUN opam init -k git -a /home/opam/opam-repository --bare
#55 0.491 Configuring from /home/opam/.opamrc and then from built-in defaults.
#55 0.491 Checking for available remotes: rsync and local, git.
#55 0.492 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#55 0.492 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#55 0.492
#55 0.494
#55 0.494 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#55 45.22 [default] Initialised
#55 64.13
#55 64.13 User configuration:
#55 64.13 Updating ~/.profile.
#55 64.13 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#55 64.13
#55 DONE 66.1s
#56 [stage-1 35/37] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#56 DONE 0.3s
#57 [stage-1 36/37] RUN rm -rf .opam/repo/default/.git
#57 DONE 0.4s
#58 [stage-1 37/37] COPY --link [ Dockerfile, /Dockerfile.opam ]
#58 DONE 0.1s
#59 exporting to image
#59 exporting layers
#59 exporting layers 11.5s done
#59 writing image sha256:df9a6a61852be8b7b14b9ba4e3bf0d2b36ca11f9162809e7c7e06f48efdaca0c done
#59 DONE 11.5s
Pushing "sha256:df9a6a61852be8b7b14b9ba4e3bf0d2b36ca11f9162809e7c7e06f48efdaca0c" to "ocurrent/opam-staging:opensuse-16.0-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
a4c173b84dfc: Preparing
2e75fc043559: Preparing
c960a8239a71: Preparing
40fd7c7dc2a2: Preparing
23a1f71d4edf: Preparing
5e17eb9d9597: Preparing
201989a72799: Preparing
b94810cb336f: Preparing
cb7911d6bea5: Preparing
fdacee064f24: Preparing
d33e4299622b: Preparing
7bc7e5abb915: Preparing
bfba59b70993: Preparing
9e2d03630719: Preparing
3ece33717897: Preparing
5e17eb9d9597: Waiting
6b7eac5b71ea: Preparing
a9865c1569f8: Preparing
18b4626cfa1b: Preparing
fdacee064f24: Waiting
201989a72799: Waiting
5f70bf18a086: Preparing
d33e4299622b: Waiting
8d2495b1ee20: Preparing
b94810cb336f: Waiting
7bc7e5abb915: Waiting
8d2495b1ee20: Preparing
baea80198212: Preparing
3ece33717897: Waiting
bfba59b70993: Waiting
9e2d03630719: Waiting
d7fe0feb6117: Preparing
b41e548987bc: Preparing
ee927e003822: Preparing
6b7eac5b71ea: Waiting
5f70bf18a086: Waiting
7d80ad316e6f: Preparing
8d2495b1ee20: Waiting
18b4626cfa1b: Waiting
37681bb3acb4: Preparing
baea80198212: Waiting
e079baa60e2f: Preparing
b41e548987bc: Waiting
a9865c1569f8: Waiting
d7fe0feb6117: Waiting
94becacafc71: Preparing
37681bb3acb4: Waiting
7d80ad316e6f: Waiting
ee927e003822: Waiting
df678cd609b7: Preparing
e079baa60e2f: Waiting
ff64fcce343f: Preparing
df678cd609b7: Waiting
3a1651aa3bcd: Preparing
17bd852ea1e4: Preparing
ff64fcce343f: Waiting
94becacafc71: Waiting
3a1651aa3bcd: Waiting
e35da0f22897: Preparing
17bd852ea1e4: Waiting
d6eb6274550a: Preparing
5f0800d097e2: Preparing
e35da0f22897: Waiting
d6eb6274550a: Waiting
02eb955448c8: Preparing
5f0800d097e2: Waiting
02eb955448c8: Waiting
23a1f71d4edf: Pushed
c960a8239a71: Pushed
a4c173b84dfc: Pushed
201989a72799: Layer already exists
b94810cb336f: Layer already exists
2e75fc043559: Pushed
cb7911d6bea5: Layer already exists
fdacee064f24: Layer already exists
7bc7e5abb915: Layer already exists
d33e4299622b: Layer already exists
bfba59b70993: Layer already exists
9e2d03630719: Layer already exists
3ece33717897: Layer already exists
6b7eac5b71ea: Layer already exists
a9865c1569f8: Layer already exists
18b4626cfa1b: Layer already exists
5f70bf18a086: Layer already exists
baea80198212: Layer already exists
8d2495b1ee20: Layer already exists
d7fe0feb6117: Layer already exists
ee927e003822: Layer already exists
b41e548987bc: Layer already exists
7d80ad316e6f: Layer already exists
37681bb3acb4: Layer already exists
e079baa60e2f: Layer already exists
94becacafc71: Layer already exists
ff64fcce343f: Layer already exists
3a1651aa3bcd: Layer already exists
df678cd609b7: Layer already exists
e35da0f22897: Layer already exists
17bd852ea1e4: Layer already exists
d6eb6274550a: Layer already exists
02eb955448c8: Layer already exists
5f0800d097e2: Layer already exists
40fd7c7dc2a2: Pushed
5e17eb9d9597: Pushed
opensuse-16.0-opam-amd64: digest: sha256:f2d8b1e38fc6ffeaeb3529d2eaf911cfb7406a3139db87a0448f2e25674889f7 size: 8046
The push refers to repository [docker.io/ocurrent/opam-staging]
a4c173b84dfc: Preparing
2e75fc043559: Preparing
c960a8239a71: Preparing
40fd7c7dc2a2: Preparing
23a1f71d4edf: Preparing
5e17eb9d9597: Preparing
201989a72799: Preparing
b94810cb336f: Preparing
cb7911d6bea5: Preparing
fdacee064f24: Preparing
d33e4299622b: Preparing
7bc7e5abb915: Preparing
bfba59b70993: Preparing
9e2d03630719: Preparing
3ece33717897: Preparing
6b7eac5b71ea: Preparing
a9865c1569f8: Preparing
18b4626cfa1b: Preparing
5f70bf18a086: Preparing
8d2495b1ee20: Preparing
8d2495b1ee20: Preparing
baea80198212: Preparing
d7fe0feb6117: Preparing
b41e548987bc: Preparing
ee927e003822: Preparing
7d80ad316e6f: Preparing
37681bb3acb4: Preparing
e079baa60e2f: Preparing
94becacafc71: Preparing
df678cd609b7: Preparing
ff64fcce343f: Preparing
3a1651aa3bcd: Preparing
17bd852ea1e4: Preparing
e35da0f22897: Preparing
d6eb6274550a: Preparing
5f0800d097e2: Preparing
02eb955448c8: Preparing
a9865c1569f8: Waiting
18b4626cfa1b: Waiting
5f70bf18a086: Waiting
8d2495b1ee20: Waiting
baea80198212: Waiting
d7fe0feb6117: Waiting
b41e548987bc: Waiting
ee927e003822: Waiting
7d80ad316e6f: Waiting
37681bb3acb4: Waiting
e079baa60e2f: Waiting
94becacafc71: Waiting
df678cd609b7: Waiting
ff64fcce343f: Waiting
3a1651aa3bcd: Waiting
17bd852ea1e4: Waiting
cb7911d6bea5: Waiting
fdacee064f24: Waiting
d33e4299622b: Waiting
7bc7e5abb915: Waiting
bfba59b70993: Waiting
9e2d03630719: Waiting
3ece33717897: Waiting
6b7eac5b71ea: Waiting
e35da0f22897: Waiting
d6eb6274550a: Waiting
5f0800d097e2: Waiting
02eb955448c8: Waiting
201989a72799: Waiting
b94810cb336f: Waiting
5e17eb9d9597: Waiting
40fd7c7dc2a2: Layer already exists
a4c173b84dfc: Layer already exists
c960a8239a71: Layer already exists
2e75fc043559: Layer already exists
23a1f71d4edf: Layer already exists
fdacee064f24: Layer already exists
b94810cb336f: Layer already exists
5e17eb9d9597: Layer already exists
cb7911d6bea5: Layer already exists
201989a72799: Layer already exists
7bc7e5abb915: Layer already exists
d33e4299622b: Layer already exists
9e2d03630719: Layer already exists
bfba59b70993: Layer already exists
3ece33717897: Layer already exists
6b7eac5b71ea: Layer already exists
5f70bf18a086: Layer already exists
a9865c1569f8: Layer already exists
18b4626cfa1b: Layer already exists
8d2495b1ee20: Layer already exists
baea80198212: Layer already exists
ee927e003822: Layer already exists
d7fe0feb6117: Layer already exists
b41e548987bc: Layer already exists
7d80ad316e6f: Layer already exists
37681bb3acb4: Layer already exists
df678cd609b7: Layer already exists
ff64fcce343f: Layer already exists
94becacafc71: Layer already exists
e079baa60e2f: Layer already exists
17bd852ea1e4: Layer already exists
d6eb6274550a: Layer already exists
5f0800d097e2: Layer already exists
e35da0f22897: Layer already exists
3a1651aa3bcd: Layer already exists
02eb955448c8: Layer already exists
opensuse-16.0-opam-amd64: digest: sha256:f2d8b1e38fc6ffeaeb3529d2eaf911cfb7406a3139db87a0448f2e25674889f7 size: 8046
Job succeeded
2026-06-06 12:51.09: Job succeeded