Build:
  1. 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:fedora-42-opam-amd64

Dockerfile:

# syntax=docker/dockerfile:1

# Autogenerated by OCaml-Dockerfile scripts
FROM fedora:42
LABEL distro_style="rpm"
RUN yum --version || dnf install -y yum
RUN yum update -y
RUN yum group install -y "c-development" && yum clean packages
RUN yum install -y git patch unzip which tar xz libcap-devel openssl sudo bzip2 gawk && yum clean packages
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 fedora:42
RUN yum --version || dnf install -y yum
RUN yum update -y
RUN yum group install -y "c-development" && yum clean packages
RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
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 sed -i.bak '/LC_TIME LC_ALL LANGUAGE/aDefaults    env_keep += "OPAMYES OPAMJOBS OPAMVERBOSE"' /etc/sudoers
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
RUN sed -i.bak 's/^Defaults.*requiretty//g' /etc/sudoers
RUN useradd -d /home/opam -u 1000 -m -s /bin/bash opam
RUN passwd -l opam
RUN chown -R opam:opam /home/opam
USER opam
ENV HOME="/home/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-fedora-42"
2026-06-06 13:04.53: Waiting for worker…
2026-06-06 13:04.53: Got resource from pool OCluster
Building on toxis.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.42kB done
#1 DONE 0.1s

#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/library/fedora:42
#4 DONE 0.5s

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

#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/14] FROM docker.io/library/fedora:42@sha256:99e203b80b1c3d8f7e161ec10a68fd02b081ef83a3963553e513c82846b97814
#11 DONE 0.0s

#12 [internal] load build context
#12 transferring context: 11.18MB 4.8s
#12 transferring context: 16.29MB 9.8s
#12 transferring context: 245.55MB 14.8s
#12 transferring context: 248.00MB 19.8s
#12 transferring context: 262.86MB 24.8s
#12 transferring context: 276.33MB 29.1s done
#12 DONE 30.0s

#13 [stage-1 27/39] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#13 CACHED

#14 [stage-1 24/39] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#14 CACHED

#15 [stage-1 32/39] RUN git config --global user.email "docker@example.com"
#15 CACHED

#16 [stage-0  2/14] RUN yum --version || dnf install -y yum
#16 CACHED

#17 [stage-1 23/39] RUN chmod 700 .ssh
#17 CACHED

#18 [stage-1 18/39] RUN useradd -d /home/opam -u 1000 -m -s /bin/bash opam
#18 CACHED

#19 [stage-1 25/39] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#19 CACHED

#20 [stage-0 12/14] 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
#20 CACHED

#21 [stage-0  6/14] RUN git config --global user.email "docker@example.com"
#21 CACHED

#22 [stage-0 11/14] 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
#22 CACHED

#23 [stage-1  7/39] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#23 CACHED

#24 [stage-1 15/39] RUN chmod 440 /etc/sudoers.d/opam
#24 CACHED

#25 [stage-0  3/14] RUN yum update -y
#25 CACHED

#26 [stage-0  4/14] RUN yum group install -y "c-development" && yum clean packages
#26 CACHED

#27 [stage-0  9/14] 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
#27 CACHED

#28 [stage-0  5/14] RUN yum install -y git patch unzip which tar xz libcap-devel openssl sudo bzip2 gawk && yum clean packages
#28 CACHED

#29 [stage-1 11/39] COPY --from=0 [ /usr/bin/opam-2.5, /usr/bin/opam-2.5 ]
#29 CACHED

#30 [stage-1 29/39] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#30 CACHED

#31 [stage-1 13/39] RUN sed -i.bak '/LC_TIME LC_ALL LANGUAGE/aDefaults    env_keep += "OPAMYES OPAMJOBS OPAMVERBOSE"' /etc/sudoers
#31 CACHED

#32 [stage-1 28/39] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#32 CACHED

#33 [stage-1 16/39] RUN chown root:root /etc/sudoers.d/opam
#33 CACHED

#34 [stage-1  6/39] COPY --from=0 [ /usr/bin/opam-2.1, /usr/bin/opam-2.1 ]
#34 CACHED

#35 [stage-0  8/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
#35 CACHED

#36 [stage-1 17/39] RUN sed -i.bak 's/^Defaults.*requiretty//g' /etc/sudoers
#36 CACHED

#37 [stage-1 30/39] RUN chmod a+x /home/opam/opam-sandbox-enable
#37 CACHED

#38 [stage-1 31/39] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#38 CACHED

#39 [stage-1 14/39] COPY <<-EOF /etc/sudoers.d/opam
#39 CACHED

#40 [stage-1 21/39] WORKDIR /home/opam
#40 CACHED

#41 [stage-1  5/39] RUN yum install -y sudo passwd bzip2 unzip patch rsync nano gcc-c++ git tar xz libX11-devel which m4 gawk diffutils findutils bubblewrap && yum clean packages
#41 CACHED

#42 [stage-1 19/39] RUN passwd -l opam
#42 CACHED

#43 [stage-1 22/39] RUN mkdir .ssh
#43 CACHED

#44 [stage-0 13/14] 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
#44 CACHED

#45 [stage-0  7/14] RUN git config --global user.name "Docker"
#45 CACHED

#46 [stage-0 10/14] 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
#46 CACHED

#47 [stage-1  8/39] COPY --from=0 [ /usr/bin/opam-2.2, /usr/bin/opam-2.2 ]
#47 CACHED

#48 [stage-0 14/14] 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
#48 CACHED

#49 [stage-1 10/39] COPY --from=0 [ /usr/bin/opam-2.4, /usr/bin/opam-2.4 ]
#49 CACHED

#50 [stage-1 20/39] RUN chown -R opam:opam /home/opam
#50 CACHED

#51 [stage-1  9/39] COPY --from=0 [ /usr/bin/opam-2.3, /usr/bin/opam-2.3 ]
#51 CACHED

#52 [stage-1 12/39] COPY --from=0 [ /usr/bin/opam-master, /usr/bin/opam-dev ]
#52 CACHED

#53 [stage-1 26/39] RUN chmod a+x /home/opam/opam-sandbox-disable
#53 CACHED

#54 [stage-1 33/39] RUN git config --global user.name "Docker"
#54 CACHED

#55 [stage-1 34/39] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#55 DONE 18.7s

#56 [stage-1 35/39] RUN opam-sandbox-disable
#56 0.305 --- opam sandboxing disabled
#56 DONE 0.3s

#57 [stage-1 36/39] RUN opam init -k git -a /home/opam/opam-repository --bare
#57 0.252 Configuring from /home/opam/.opamrc and then from built-in defaults.
#57 0.252 Checking for available remotes: rsync and local, git.
#57 0.252   - you won't be able to use mercurial repositories unless you install the hg command on your system.
#57 0.252   - you won't be able to use darcs repositories unless you install the darcs command on your system.
#57 0.252 
#57 0.255 
#57 0.255 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#57 60.45 [default] Initialised
#57 80.10 
#57 80.10 User configuration:
#57 80.10   Updating ~/.profile.
#57 80.10 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#57 80.10 
#57 DONE 81.6s

#58 [stage-1 37/39] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#58 DONE 0.3s

#59 [stage-1 38/39] RUN rm -rf .opam/repo/default/.git
#59 DONE 0.3s

#60 [stage-1 39/39] COPY --link [ Dockerfile, /Dockerfile.opam ]
#60 DONE 0.1s

#61 exporting to image
#61 exporting layers
#61 exporting layers 30.0s done
#61 writing image sha256:1d7bdd5edd218276066811a63e6e5ac6d514b7308d2d62ef9ceeb0a5bccf706a done
#61 DONE 30.0s
Pushing "sha256:1d7bdd5edd218276066811a63e6e5ac6d514b7308d2d62ef9ceeb0a5bccf706a" to "ocurrent/opam-staging:fedora-42-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
955b5c0773ca: Preparing
85ddc9e6cdba: Preparing
4bde5c81ecae: Preparing
707444de5411: Preparing
9e848fd8f122: Preparing
694d010c9763: Preparing
69688a2f5cae: Preparing
b051d6b3ec0a: Preparing
16ad4677c718: Preparing
3ac31ce18e4d: Preparing
b48dec3b8847: Preparing
481366e73a65: Preparing
68470ce5c0de: Preparing
94858bb7a5c9: Preparing
982d6f3324ef: Preparing
c27e93850b12: Preparing
a443578b4742: Preparing
7ad5e8878777: Preparing
5f70bf18a086: Preparing
dc102fd65f3e: Preparing
16ad4677c718: Waiting
3e3eb5f1b68b: Preparing
3ac31ce18e4d: Waiting
be4d60e6a0d4: Preparing
b48dec3b8847: Waiting
c3c8cbe11d94: Preparing
68470ce5c0de: Waiting
481366e73a65: Waiting
1593c005818e: Preparing
982d6f3324ef: Waiting
94858bb7a5c9: Waiting
1593c005818e: Preparing
b4ca07d2b2aa: Preparing
c27e93850b12: Waiting
f182bcf82de1: Preparing
69688a2f5cae: Waiting
694d010c9763: Waiting
960f79036e29: Preparing
5f70bf18a086: Waiting
a443578b4742: Waiting
e2afbe18f0b4: Preparing
dc102fd65f3e: Waiting
3e3eb5f1b68b: Waiting
5f237933c5ec: Preparing
be4d60e6a0d4: Waiting
b4ca07d2b2aa: Waiting
2a18353514cf: Preparing
960f79036e29: Waiting
f182bcf82de1: Waiting
c3c8cbe11d94: Waiting
3b243ef256d8: Preparing
7ad5e8878777: Waiting
b051d6b3ec0a: Waiting
e69b2a421289: Preparing
1593c005818e: Waiting
9db823187cd2: Preparing
5f237933c5ec: Waiting
e2afbe18f0b4: Waiting
c1672faf2474: Preparing
3b243ef256d8: Waiting
2a18353514cf: Waiting
e69b2a421289: Waiting
2dc2894734ac: Preparing
9db823187cd2: Waiting
c1672faf2474: Waiting
ca6c9a5423dd: Preparing
2dc2894734ac: Waiting
73f2b17c05a9: Preparing
48d416dd6a8f: Preparing
ca6c9a5423dd: Waiting
48d416dd6a8f: Waiting
73f2b17c05a9: Waiting
9e848fd8f122: Pushed
85ddc9e6cdba: Pushed
4bde5c81ecae: Pushed
955b5c0773ca: Pushed
69688a2f5cae: Layer already exists
b051d6b3ec0a: Layer already exists
16ad4677c718: Layer already exists
3ac31ce18e4d: Layer already exists
b48dec3b8847: Layer already exists
481366e73a65: Layer already exists
68470ce5c0de: Layer already exists
94858bb7a5c9: Layer already exists
982d6f3324ef: Layer already exists
c27e93850b12: Layer already exists
a443578b4742: Layer already exists
7ad5e8878777: Layer already exists
5f70bf18a086: Layer already exists
dc102fd65f3e: Layer already exists
3e3eb5f1b68b: Layer already exists
be4d60e6a0d4: Layer already exists
c3c8cbe11d94: Layer already exists
1593c005818e: Layer already exists
b4ca07d2b2aa: Layer already exists
f182bcf82de1: Layer already exists
960f79036e29: Layer already exists
e2afbe18f0b4: Layer already exists
5f237933c5ec: Layer already exists
2a18353514cf: Layer already exists
3b243ef256d8: Layer already exists
e69b2a421289: Layer already exists
9db823187cd2: Layer already exists
c1672faf2474: Layer already exists
2dc2894734ac: Layer already exists
ca6c9a5423dd: Layer already exists
73f2b17c05a9: Layer already exists
48d416dd6a8f: Layer already exists
707444de5411: Pushed
694d010c9763: Pushed
fedora-42-opam-amd64: digest: sha256:b6a710ee9582c2c0f5872bb74fac967c1fb7f20b1a21c950a053158ee83ea81a size: 8456
The push refers to repository [docker.io/ocurrent/opam-staging]
955b5c0773ca: Preparing
85ddc9e6cdba: Preparing
4bde5c81ecae: Preparing
707444de5411: Preparing
9e848fd8f122: Preparing
694d010c9763: Preparing
69688a2f5cae: Preparing
b051d6b3ec0a: Preparing
694d010c9763: Waiting
16ad4677c718: Preparing
3ac31ce18e4d: Preparing
b051d6b3ec0a: Waiting
69688a2f5cae: Waiting
16ad4677c718: Waiting
b48dec3b8847: Preparing
3ac31ce18e4d: Waiting
481366e73a65: Preparing
68470ce5c0de: Preparing
b48dec3b8847: Waiting
481366e73a65: Waiting
94858bb7a5c9: Preparing
68470ce5c0de: Waiting
94858bb7a5c9: Waiting
982d6f3324ef: Preparing
c27e93850b12: Preparing
982d6f3324ef: Waiting
a443578b4742: Preparing
c27e93850b12: Waiting
7ad5e8878777: Preparing
a443578b4742: Waiting
5f70bf18a086: Preparing
7ad5e8878777: Waiting
dc102fd65f3e: Preparing
5f70bf18a086: Waiting
3e3eb5f1b68b: Preparing
dc102fd65f3e: Waiting
be4d60e6a0d4: Preparing
3e3eb5f1b68b: Waiting
be4d60e6a0d4: Waiting
c3c8cbe11d94: Preparing
1593c005818e: Preparing
c3c8cbe11d94: Waiting
1593c005818e: Preparing
b4ca07d2b2aa: Preparing
1593c005818e: Waiting
f182bcf82de1: Preparing
960f79036e29: Preparing
f182bcf82de1: Waiting
e2afbe18f0b4: Preparing
960f79036e29: Waiting
5f237933c5ec: Preparing
e2afbe18f0b4: Waiting
2a18353514cf: Preparing
5f237933c5ec: Waiting
2a18353514cf: Waiting
3b243ef256d8: Preparing
e69b2a421289: Preparing
3b243ef256d8: Waiting
9db823187cd2: Preparing
e69b2a421289: Waiting
c1672faf2474: Preparing
9db823187cd2: Waiting
2dc2894734ac: Preparing
c1672faf2474: Waiting
ca6c9a5423dd: Preparing
2dc2894734ac: Waiting
73f2b17c05a9: Preparing
ca6c9a5423dd: Waiting
48d416dd6a8f: Preparing
73f2b17c05a9: Waiting
48d416dd6a8f: Waiting
707444de5411: Layer already exists
4bde5c81ecae: Layer already exists
9e848fd8f122: Layer already exists
955b5c0773ca: Layer already exists
85ddc9e6cdba: Layer already exists
694d010c9763: Layer already exists
b051d6b3ec0a: Layer already exists
69688a2f5cae: Layer already exists
16ad4677c718: Layer already exists
3ac31ce18e4d: Layer already exists
b48dec3b8847: Layer already exists
481366e73a65: Layer already exists
68470ce5c0de: Layer already exists
94858bb7a5c9: Layer already exists
982d6f3324ef: Layer already exists
5f70bf18a086: Layer already exists
c27e93850b12: Layer already exists
7ad5e8878777: Layer already exists
a443578b4742: Layer already exists
dc102fd65f3e: Layer already exists
be4d60e6a0d4: Layer already exists
c3c8cbe11d94: Layer already exists
1593c005818e: Layer already exists
3e3eb5f1b68b: Layer already exists
b4ca07d2b2aa: Layer already exists
960f79036e29: Layer already exists
e2afbe18f0b4: Layer already exists
f182bcf82de1: Layer already exists
5f237933c5ec: Layer already exists
2a18353514cf: Layer already exists
3b243ef256d8: Layer already exists
9db823187cd2: Layer already exists
c1672faf2474: Layer already exists
e69b2a421289: Layer already exists
2dc2894734ac: Layer already exists
ca6c9a5423dd: Layer already exists
73f2b17c05a9: Layer already exists
48d416dd6a8f: Layer already exists
fedora-42-opam-amd64: digest: sha256:b6a710ee9582c2c0f5872bb74fac967c1fb7f20b1a21c950a053158ee83ea81a size: 8456
Job succeeded
2026-06-06 13:09.47: Job succeeded