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:fedora-43-opam-amd64
Dockerfile:
# syntax=docker/dockerfile:1
# Autogenerated by OCaml-Dockerfile scripts
FROM fedora:43
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:43
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-43"
2026-06-06 12:54.57: Waiting for worker…
2026-06-06 13:00.29: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at d6a960ed95 Merge pull request #29966 from filipeom/opam-publish-smtml.0.28.0
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.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/library/fedora:43
#4 DONE 0.5s
#5 [internal] load .dockerignore
#5 transferring context:
#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:43@sha256:762d73ba1c455232b0272c5d445a34f36c4b9f421cbc05ce8102552325b6a222
#11 DONE 0.0s
#12 [internal] load build context
#12 transferring context: 13.88MB 5.0s
#12 transferring context: 247.09MB 10.0s
#12 transferring context: 265.32MB 15.0s
#12 transferring context: 276.68MB 18.0s done
#12 DONE 19.2s
#13 [stage-1 25/39] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#13 CACHED
#14 [stage-0 4/14] RUN yum group install -y "c-development" && yum clean packages
#14 CACHED
#15 [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
#15 CACHED
#16 [stage-1 27/39] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#16 CACHED
#17 [stage-0 6/14] RUN git config --global user.email "docker@example.com"
#17 CACHED
#18 [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
#18 CACHED
#19 [stage-1 11/39] COPY --from=0 [ /usr/bin/opam-2.5, /usr/bin/opam-2.5 ]
#19 CACHED
#20 [stage-1 16/39] RUN chown root:root /etc/sudoers.d/opam
#20 CACHED
#21 [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
#21 CACHED
#22 [stage-1 21/39] WORKDIR /home/opam
#22 CACHED
#23 [stage-1 7/39] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#23 CACHED
#24 [stage-1 29/39] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-enable
#24 CACHED
#25 [stage-1 30/39] RUN chmod a+x /home/opam/opam-sandbox-enable
#25 CACHED
#26 [stage-0 3/14] RUN yum update -y
#26 CACHED
#27 [stage-1 12/39] COPY --from=0 [ /usr/bin/opam-master, /usr/bin/opam-dev ]
#27 CACHED
#28 [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
#28 CACHED
#29 [stage-1 26/39] RUN chmod a+x /home/opam/opam-sandbox-disable
#29 CACHED
#30 [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
#30 CACHED
#31 [stage-1 28/39] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#31 CACHED
#32 [stage-1 9/39] COPY --from=0 [ /usr/bin/opam-2.3, /usr/bin/opam-2.3 ]
#32 CACHED
#33 [stage-1 23/39] RUN chmod 700 .ssh
#33 CACHED
#34 [stage-1 14/39] COPY <<-EOF /etc/sudoers.d/opam
#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 15/39] RUN chmod 440 /etc/sudoers.d/opam
#36 CACHED
#37 [stage-1 17/39] RUN sed -i.bak 's/^Defaults.*requiretty//g' /etc/sudoers
#37 CACHED
#38 [stage-1 22/39] RUN mkdir .ssh
#38 CACHED
#39 [stage-1 13/39] RUN sed -i.bak '/LC_TIME LC_ALL LANGUAGE/aDefaults env_keep += "OPAMYES OPAMJOBS OPAMVERBOSE"' /etc/sudoers
#39 CACHED
#40 [stage-1 8/39] COPY --from=0 [ /usr/bin/opam-2.2, /usr/bin/opam-2.2 ]
#40 CACHED
#41 [stage-1 19/39] RUN passwd -l opam
#41 CACHED
#42 [stage-0 5/14] RUN yum install -y git patch unzip which tar xz libcap-devel openssl sudo bzip2 gawk && yum clean packages
#42 CACHED
#43 [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
#43 CACHED
#44 [stage-1 18/39] RUN useradd -d /home/opam -u 1000 -m -s /bin/bash opam
#44 CACHED
#45 [stage-0 2/14] RUN yum --version || dnf install -y yum
#45 CACHED
#46 [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
#46 CACHED
#47 [stage-1 6/39] COPY --from=0 [ /usr/bin/opam-2.1, /usr/bin/opam-2.1 ]
#47 CACHED
#48 [stage-1 31/39] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#48 CACHED
#49 [stage-1 32/39] RUN git config --global user.email "docker@example.com"
#49 CACHED
#50 [stage-1 20/39] RUN chown -R opam:opam /home/opam
#50 CACHED
#51 [stage-1 10/39] COPY --from=0 [ /usr/bin/opam-2.4, /usr/bin/opam-2.4 ]
#51 CACHED
#52 [stage-0 7/14] RUN git config --global user.name "Docker"
#52 CACHED
#53 [stage-1 24/39] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#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 24.9s
#56 [stage-1 35/39] RUN opam-sandbox-disable
#56 0.355 --- opam sandboxing disabled
#56 DONE 0.4s
#57 [stage-1 36/39] RUN opam init -k git -a /home/opam/opam-repository --bare
#57 0.688 Configuring from /home/opam/.opamrc and then from built-in defaults.
#57 0.688 Checking for available remotes: rsync and local, git.
#57 0.688 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#57 0.688 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#57 0.688
#57 0.691
#57 0.691 <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
#57 46.03 [default] Initialised
#57 65.68
#57 65.68 User configuration:
#57 65.68 Updating ~/.profile.
#57 65.68 [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.
#57 65.68
#57 DONE 67.2s
#58 [stage-1 37/39] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#58 DONE 0.4s
#59 [stage-1 38/39] RUN rm -rf .opam/repo/default/.git
#59 DONE 0.4s
#60 [stage-1 39/39] COPY --link [ Dockerfile, /Dockerfile.opam ]
#60 DONE 0.0s
#61 exporting to image
#61 exporting layers
#61 exporting layers 20.2s done
#61 writing image sha256:40115c959507ac2e741f30ab073c30bf0daa0e9b00426be065e46383f809b2ce done
#61 DONE 20.2s
Pushing "sha256:40115c959507ac2e741f30ab073c30bf0daa0e9b00426be065e46383f809b2ce" to "ocurrent/opam-staging:fedora-43-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
a9c3b628f1d8: Preparing
4108fd407cb9: Preparing
3ff8a38d564f: Preparing
8722f90caf08: Preparing
02fb990cc358: Preparing
d497dbe6462b: Preparing
45b2e748fdc0: Preparing
eaa2fb46642a: Preparing
850f4a989abf: Preparing
4f63a57bcb7a: Preparing
6062323626ab: Preparing
4fb3973e4b27: Preparing
a91f5739d62d: Preparing
2c59926be08a: Preparing
2d6df24997a1: Preparing
e3f401e2119b: Preparing
43ab2b158b6d: Preparing
b4357e2a1882: Preparing
5f70bf18a086: Preparing
d4d24bfa342b: Preparing
f8f05e70ea55: Preparing
442ad0c3c79c: Preparing
fc8d5413a2e7: Preparing
ad13795ab1e6: Preparing
79fb57454c06: Preparing
5f8b7f138a62: Preparing
fb5ac7926253: Preparing
cbc400c22bc7: Preparing
d025488012f4: Preparing
d497dbe6462b: Waiting
884d98e6dbdc: Preparing
45b2e748fdc0: Waiting
d2c1ce4eeb55: Preparing
89caf7d75133: Preparing
eaa2fb46642a: Waiting
850f4a989abf: Waiting
6062323626ab: Waiting
34175a42847c: Preparing
442ad0c3c79c: Waiting
f09b38b84447: Preparing
fc8d5413a2e7: Waiting
79fb57454c06: Waiting
cee3aaeea665: Preparing
4f63a57bcb7a: Waiting
ad13795ab1e6: Waiting
0b4fb5a68b9b: Preparing
5f8b7f138a62: Waiting
d282ccd52682: Preparing
43ab2b158b6d: Waiting
fb5ac7926253: Waiting
df7e2663eacb: Preparing
cbc400c22bc7: Waiting
dd4c13093bd7: Preparing
a91f5739d62d: Waiting
d4d24bfa342b: Waiting
d025488012f4: Waiting
2c59926be08a: Waiting
f8f05e70ea55: Waiting
b4357e2a1882: Waiting
884d98e6dbdc: Waiting
2d6df24997a1: Waiting
5f70bf18a086: Waiting
0b4fb5a68b9b: Waiting
e3f401e2119b: Waiting
d282ccd52682: Waiting
f09b38b84447: Waiting
dd4c13093bd7: Waiting
89caf7d75133: Waiting
df7e2663eacb: Waiting
34175a42847c: Waiting
cee3aaeea665: Waiting
4108fd407cb9: Pushed
a9c3b628f1d8: Pushed
02fb990cc358: Pushed
3ff8a38d564f: Pushed
45b2e748fdc0: Layer already exists
eaa2fb46642a: Layer already exists
850f4a989abf: Layer already exists
4f63a57bcb7a: Layer already exists
6062323626ab: Layer already exists
4fb3973e4b27: Layer already exists
a91f5739d62d: Layer already exists
2c59926be08a: Layer already exists
2d6df24997a1: Layer already exists
e3f401e2119b: Layer already exists
43ab2b158b6d: Layer already exists
b4357e2a1882: Layer already exists
5f70bf18a086: Layer already exists
d4d24bfa342b: Layer already exists
f8f05e70ea55: Layer already exists
442ad0c3c79c: Layer already exists
fc8d5413a2e7: Layer already exists
ad13795ab1e6: Layer already exists
79fb57454c06: Layer already exists
5f8b7f138a62: Layer already exists
fb5ac7926253: Layer already exists
cbc400c22bc7: Layer already exists
d025488012f4: Layer already exists
884d98e6dbdc: Layer already exists
d2c1ce4eeb55: Layer already exists
89caf7d75133: Layer already exists
34175a42847c: Layer already exists
f09b38b84447: Layer already exists
cee3aaeea665: Layer already exists
0b4fb5a68b9b: Layer already exists
d282ccd52682: Layer already exists
df7e2663eacb: Layer already exists
dd4c13093bd7: Layer already exists
8722f90caf08: Pushed
d497dbe6462b: Pushed
fedora-43-opam-amd64: digest: sha256:ec546902e7e21f3c1581e2b6a6fd83f1041246e779c437e91cb804539ae0b7eb size: 8456
The push refers to repository [docker.io/ocurrent/opam-staging]
a9c3b628f1d8: Preparing
4108fd407cb9: Preparing
3ff8a38d564f: Preparing
8722f90caf08: Preparing
02fb990cc358: Preparing
d497dbe6462b: Preparing
45b2e748fdc0: Preparing
eaa2fb46642a: Preparing
850f4a989abf: Preparing
4f63a57bcb7a: Preparing
6062323626ab: Preparing
4fb3973e4b27: Preparing
a91f5739d62d: Preparing
2c59926be08a: Preparing
2d6df24997a1: Preparing
e3f401e2119b: Preparing
43ab2b158b6d: Preparing
b4357e2a1882: Preparing
5f70bf18a086: Preparing
d4d24bfa342b: Preparing
f8f05e70ea55: Preparing
442ad0c3c79c: Preparing
fc8d5413a2e7: Preparing
ad13795ab1e6: Preparing
79fb57454c06: Preparing
5f8b7f138a62: Preparing
fb5ac7926253: Preparing
cbc400c22bc7: Preparing
d025488012f4: Preparing
884d98e6dbdc: Preparing
d2c1ce4eeb55: Preparing
89caf7d75133: Preparing
34175a42847c: Preparing
f09b38b84447: Preparing
cee3aaeea665: Preparing
0b4fb5a68b9b: Preparing
d282ccd52682: Preparing
df7e2663eacb: Preparing
dd4c13093bd7: Preparing
4fb3973e4b27: Waiting
a91f5739d62d: Waiting
2c59926be08a: Waiting
2d6df24997a1: Waiting
d025488012f4: Waiting
cbc400c22bc7: Waiting
e3f401e2119b: Waiting
43ab2b158b6d: Waiting
b4357e2a1882: Waiting
5f70bf18a086: Waiting
884d98e6dbdc: Waiting
d2c1ce4eeb55: Waiting
89caf7d75133: Waiting
d4d24bfa342b: Waiting
34175a42847c: Waiting
f8f05e70ea55: Waiting
442ad0c3c79c: Waiting
dd4c13093bd7: Waiting
df7e2663eacb: Waiting
850f4a989abf: Waiting
4f63a57bcb7a: Waiting
fc8d5413a2e7: Waiting
f09b38b84447: Waiting
cee3aaeea665: Waiting
ad13795ab1e6: Waiting
6062323626ab: Waiting
79fb57454c06: Waiting
d497dbe6462b: Waiting
0b4fb5a68b9b: Waiting
5f8b7f138a62: Waiting
d282ccd52682: Waiting
45b2e748fdc0: Waiting
eaa2fb46642a: Waiting
fb5ac7926253: Waiting
3ff8a38d564f: Layer already exists
8722f90caf08: Layer already exists
a9c3b628f1d8: Layer already exists
02fb990cc358: Layer already exists
4108fd407cb9: Layer already exists
d497dbe6462b: Layer already exists
850f4a989abf: Layer already exists
45b2e748fdc0: Layer already exists
eaa2fb46642a: Layer already exists
4f63a57bcb7a: Layer already exists
4fb3973e4b27: Layer already exists
6062323626ab: Layer already exists
a91f5739d62d: Layer already exists
2c59926be08a: Layer already exists
2d6df24997a1: Layer already exists
e3f401e2119b: Layer already exists
43ab2b158b6d: Layer already exists
5f70bf18a086: Layer already exists
b4357e2a1882: Layer already exists
d4d24bfa342b: Layer already exists
f8f05e70ea55: Layer already exists
442ad0c3c79c: Layer already exists
ad13795ab1e6: Layer already exists
fc8d5413a2e7: Layer already exists
79fb57454c06: Layer already exists
cbc400c22bc7: Layer already exists
5f8b7f138a62: Layer already exists
fb5ac7926253: Layer already exists
d025488012f4: Layer already exists
884d98e6dbdc: Layer already exists
d2c1ce4eeb55: Layer already exists
89caf7d75133: Layer already exists
f09b38b84447: Layer already exists
34175a42847c: Layer already exists
cee3aaeea665: Layer already exists
0b4fb5a68b9b: Layer already exists
d282ccd52682: Layer already exists
dd4c13093bd7: Layer already exists
df7e2663eacb: Layer already exists
fedora-43-opam-amd64: digest: sha256:ec546902e7e21f3c1581e2b6a6fd83f1041246e779c437e91cb804539ae0b7eb size: 8456
Job succeeded
2026-06-06 13:04.53: Job succeeded