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:debian-unstable-opam-amd64

Dockerfile:

# syntax=docker/dockerfile:1

# Autogenerated by OCaml-Dockerfile scripts
FROM debian:unstable
LABEL distro_style="apt"
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
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/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/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/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/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/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/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/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/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/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/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/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master

FROM debian:unstable
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
	Acquire::Retries "5";
EOF
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
COPY --from=0 [ "/usr/local/bin/opam-2.1", "/usr/bin/opam-2.1" ]
RUN ln /usr/bin/opam-2.1 /usr/bin/opam
COPY --from=0 [ "/usr/local/bin/opam-2.2", "/usr/bin/opam-2.2" ]
COPY --from=0 [ "/usr/local/bin/opam-2.3", "/usr/bin/opam-2.3" ]
COPY --from=0 [ "/usr/local/bin/opam-2.4", "/usr/bin/opam-2.4" ]
COPY --from=0 [ "/usr/local/bin/opam-2.5", "/usr/bin/opam-2.5" ]
COPY --from=0 [ "/usr/local/bin/opam-master", "/usr/bin/opam-dev" ]
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
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 if getent passwd 1000; then userdel -r $(id -nu 1000); fi
RUN useradd --uid 1000 --create-home --shell /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-debian-unstable"
2026-06-06 13:07.50: Waiting for worker…
2026-06-06 13:07.50: 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.56kB done
#1 DONE 0.0s

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

#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED

#4 [internal] load metadata for docker.io/library/debian:unstable
#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 [internal] preparing inline document
#11 DONE 0.0s

#12 [stage-0  1/13] FROM docker.io/library/debian:unstable@sha256:9c9481fff019c1b1e085dfaab759745de997bf6ebda8100418872694ad8bb89f
#12 DONE 0.0s

#13 [internal] load build context
#13 transferring context: 15.27MB 4.9s
#13 transferring context: 247.67MB 9.9s
#13 transferring context: 276.14MB 16.0s
#13 transferring context: 276.14MB 16.0s done
#13 DONE 16.8s

#14 [stage-1 16/40] RUN chmod 440 /etc/sudoers.d/opam
#14 CACHED

#15 [stage-1  6/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git rsync sudo unzip nano libcap-dev libx11-dev bubblewrap
#15 CACHED

#16 [stage-0  8/13] 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/local/bin && cp /tmp/opam-build-2.1/opam /usr/local/bin/opam-2.1 && chmod a+x /usr/local/bin/opam-2.1 && rm -rf /tmp/opam-build-2.1
#16 CACHED

#17 [stage-1 27/40] RUN chmod a+x /home/opam/opam-sandbox-disable
#17 CACHED

#18 [stage-0 10/13] 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/local/bin && cp /tmp/opam-build-2.3/opam /usr/local/bin/opam-2.3 && chmod a+x /usr/local/bin/opam-2.3 && rm -rf /tmp/opam-build-2.3
#18 CACHED

#19 [stage-0  7/13] RUN git clone https://github.com/ocaml/opam /tmp/opam && cd /tmp/opam && cp -P -R -p . ../opam-sources && git checkout 1ea21b460db391ba6f8fb727ee296a86f65579e2 && env MAKE='make -j' shell/bootstrap-ocaml.sh && make -C src_ext cache-archives
#19 CACHED

#20 [stage-1 25/40] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#20 CACHED

#21 [stage-0 12/13] 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/local/bin && cp /tmp/opam-build-2.5/opam /usr/local/bin/opam-2.5 && chmod a+x /usr/local/bin/opam-2.5 && rm -rf /tmp/opam-build-2.5
#21 CACHED

#22 [stage-1  9/40] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#22 CACHED

#23 [stage-1  7/40] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#23 CACHED

#24 [stage-1 19/40] RUN useradd --uid 1000 --create-home --shell /bin/bash opam
#24 CACHED

#25 [stage-1 14/40] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
#25 CACHED

#26 [stage-1 20/40] RUN passwd -l opam
#26 CACHED

#27 [stage-0  2/13] RUN apt-get -y update
#27 CACHED

#28 [stage-1 22/40] WORKDIR /home/opam
#28 CACHED

#29 [stage-1 28/40] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#29 CACHED

#30 [stage-0 13/13] 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/local/bin && cp /tmp/opam-build-master/opam /usr/local/bin/opam-master && chmod a+x /usr/local/bin/opam-master && rm -rf /tmp/opam-build-master
#30 CACHED

#31 [stage-1 10/40] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#31 CACHED

#32 [stage-1  2/40] RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime
#32 CACHED

#33 [stage-1 32/40] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#33 CACHED

#34 [stage-0  9/13] 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/local/bin && cp /tmp/opam-build-2.2/opam /usr/local/bin/opam-2.2 && chmod a+x /usr/local/bin/opam-2.2 && rm -rf /tmp/opam-build-2.2
#34 CACHED

#35 [stage-1  5/40] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#35 CACHED

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

#37 [stage-1  3/40] COPY <<-EOF /etc/apt/apt.conf.d/mirror-retry
#37 CACHED

#38 [stage-1 17/40] RUN chown root:root /etc/sudoers.d/opam
#38 CACHED

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

#40 [stage-1 21/40] RUN chown -R opam:opam /home/opam
#40 CACHED

#41 [stage-0  5/13] RUN git config --global user.email "docker@example.com"
#41 CACHED

#42 [stage-0  4/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential curl git libcap-dev sudo
#42 CACHED

#43 [stage-1 31/40] RUN chmod a+x /home/opam/opam-sandbox-enable
#43 CACHED

#44 [stage-1 18/40] RUN if getent passwd 1000; then userdel -r $(id -nu 1000); fi
#44 CACHED

#45 [stage-1 12/40] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#45 CACHED

#46 [stage-1 23/40] RUN mkdir .ssh
#46 CACHED

#47 [stage-1 26/40] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#47 CACHED

#48 [stage-1 29/40] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#48 CACHED

#49 [stage-0  6/13] RUN git config --global user.name "Docker"
#49 CACHED

#50 [stage-1 11/40] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#50 CACHED

#51 [stage-1 13/40] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#51 CACHED

#52 [stage-1  4/40] RUN apt-get -y update
#52 CACHED

#53 [stage-0  3/13] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#53 CACHED

#54 [stage-1  8/40] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#54 CACHED

#55 [stage-0 11/13] 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/local/bin && cp /tmp/opam-build-2.4/opam /usr/local/bin/opam-2.4 && chmod a+x /usr/local/bin/opam-2.4 && rm -rf /tmp/opam-build-2.4
#55 CACHED

#56 [stage-1 15/40] COPY <<-EOF /etc/sudoers.d/opam
#56 CACHED

#57 [stage-1 24/40] RUN chmod 700 .ssh
#57 CACHED

#58 [stage-1 34/40] RUN git config --global user.name "Docker"
#58 CACHED

#59 [stage-1 35/40] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#59 DONE 22.5s

#60 [stage-1 36/40] RUN opam-sandbox-disable
#60 0.267 --- opam sandboxing disabled
#60 DONE 0.3s

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

#62 [stage-1 38/40] RUN echo 'archive-mirrors: "https://opam.ocaml.org/cache"' >> ~/.opam/config
#62 DONE 0.2s

#63 [stage-1 39/40] RUN rm -rf .opam/repo/default/.git
#63 DONE 0.4s

#64 [stage-1 40/40] COPY --link [ Dockerfile, /Dockerfile.opam ]
#64 DONE 0.0s

#65 exporting to image
#65 exporting layers
#65 exporting layers 14.7s done
#65 writing image sha256:76b7797ce5b3c40298e95908634016f8655589f1af8212c7cd46de65489ddd61 done
#65 DONE 14.7s
Pushing "sha256:76b7797ce5b3c40298e95908634016f8655589f1af8212c7cd46de65489ddd61" to "ocurrent/opam-staging:debian-unstable-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
137f1ef579ac: Preparing
6539f016abf0: Preparing
dc0e0e3e4175: Preparing
910879630d4c: Preparing
55beb110e524: Preparing
c926829eb5a6: Preparing
c1b01accdd3d: Preparing
e00feb0cc613: Preparing
5e1cd96cee89: Preparing
c926829eb5a6: Waiting
e00feb0cc613: Waiting
c1b01accdd3d: Waiting
18f9f0ee1561: Preparing
db42486e8a8f: Preparing
5e1cd96cee89: Waiting
317d6631ccb2: Preparing
db42486e8a8f: Waiting
18f9f0ee1561: Waiting
05755928643b: Preparing
9b54044ecade: Preparing
317d6631ccb2: Waiting
a22b75e1769a: Preparing
05755928643b: Waiting
9b54044ecade: Waiting
ba4a8dcf8c95: Preparing
911b4133137d: Preparing
a22b75e1769a: Waiting
f60dab7190c0: Preparing
5f70bf18a086: Preparing
2adaa2c7b117: Preparing
f60dab7190c0: Waiting
ba4a8dcf8c95: Waiting
a2dea6f17736: Preparing
457ef14acc46: Preparing
5f70bf18a086: Waiting
9b3c5bdadbad: Preparing
2adaa2c7b117: Waiting
457ef14acc46: Waiting
911b4133137d: Waiting
90fc011c84a6: Preparing
21bd904e880c: Preparing
a2dea6f17736: Waiting
7859534eb306: Preparing
21bd904e880c: Waiting
d9252da3de63: Preparing
7859534eb306: Waiting
90fc011c84a6: Waiting
02ac3d3fd9ca: Preparing
d9252da3de63: Waiting
c9d7fe498428: Preparing
919684719ce9: Preparing
02ac3d3fd9ca: Waiting
4464bd915aa9: Preparing
c9d7fe498428: Waiting
919684719ce9: Waiting
2f18a9771afc: Preparing
4464bd915aa9: Waiting
f2f46bfa4ac7: Preparing
db5c7e71be2b: Preparing
cc60de37eedb: Preparing
f2f46bfa4ac7: Waiting
2f18a9771afc: Waiting
8e30c03ff437: Preparing
db5c7e71be2b: Waiting
e939017e8dbc: Preparing
cc60de37eedb: Waiting
8e30c03ff437: Waiting
c45a4dbd42ca: Preparing
51f4e7adaaec: Preparing
e939017e8dbc: Waiting
c45a4dbd42ca: Waiting
2164ba424589: Preparing
51f4e7adaaec: Waiting
2164ba424589: Waiting
6539f016abf0: Pushed
55beb110e524: Pushed
dc0e0e3e4175: Pushed
137f1ef579ac: Pushed
c1b01accdd3d: Layer already exists
e00feb0cc613: Layer already exists
5e1cd96cee89: Layer already exists
18f9f0ee1561: Layer already exists
db42486e8a8f: Layer already exists
317d6631ccb2: Layer already exists
05755928643b: Layer already exists
9b54044ecade: Layer already exists
a22b75e1769a: Layer already exists
ba4a8dcf8c95: Layer already exists
f60dab7190c0: Layer already exists
911b4133137d: Layer already exists
5f70bf18a086: Layer already exists
2adaa2c7b117: Layer already exists
a2dea6f17736: Layer already exists
457ef14acc46: Layer already exists
9b3c5bdadbad: Layer already exists
90fc011c84a6: Layer already exists
21bd904e880c: Layer already exists
7859534eb306: Layer already exists
d9252da3de63: Layer already exists
02ac3d3fd9ca: Layer already exists
c9d7fe498428: Layer already exists
919684719ce9: Layer already exists
4464bd915aa9: Layer already exists
2f18a9771afc: Layer already exists
f2f46bfa4ac7: Layer already exists
db5c7e71be2b: Layer already exists
cc60de37eedb: Layer already exists
8e30c03ff437: Layer already exists
e939017e8dbc: Layer already exists
c45a4dbd42ca: Layer already exists
51f4e7adaaec: Layer already exists
2164ba424589: Layer already exists
910879630d4c: Pushed
c926829eb5a6: Pushed
debian-unstable-opam-amd64: digest: sha256:e8087113dcb4926d7a76d774a2fdf710d11de630a851b5d786ad2b693f7bd576 size: 8660
The push refers to repository [docker.io/ocurrent/opam-staging]
137f1ef579ac: Preparing
6539f016abf0: Preparing
dc0e0e3e4175: Preparing
910879630d4c: Preparing
55beb110e524: Preparing
c926829eb5a6: Preparing
c1b01accdd3d: Preparing
e00feb0cc613: Preparing
5e1cd96cee89: Preparing
18f9f0ee1561: Preparing
db42486e8a8f: Preparing
317d6631ccb2: Preparing
05755928643b: Preparing
9b54044ecade: Preparing
a22b75e1769a: Preparing
c926829eb5a6: Waiting
ba4a8dcf8c95: Preparing
911b4133137d: Preparing
c1b01accdd3d: Waiting
f60dab7190c0: Preparing
18f9f0ee1561: Waiting
db42486e8a8f: Waiting
5f70bf18a086: Preparing
2adaa2c7b117: Preparing
317d6631ccb2: Waiting
911b4133137d: Waiting
e00feb0cc613: Waiting
a2dea6f17736: Preparing
ba4a8dcf8c95: Waiting
5e1cd96cee89: Waiting
05755928643b: Waiting
457ef14acc46: Preparing
5f70bf18a086: Waiting
f60dab7190c0: Waiting
9b3c5bdadbad: Preparing
a22b75e1769a: Waiting
a2dea6f17736: Waiting
9b54044ecade: Waiting
90fc011c84a6: Preparing
2adaa2c7b117: Waiting
21bd904e880c: Preparing
9b3c5bdadbad: Waiting
90fc011c84a6: Waiting
7859534eb306: Preparing
d9252da3de63: Preparing
02ac3d3fd9ca: Preparing
c9d7fe498428: Preparing
21bd904e880c: Waiting
457ef14acc46: Waiting
7859534eb306: Waiting
919684719ce9: Preparing
d9252da3de63: Waiting
c9d7fe498428: Waiting
4464bd915aa9: Preparing
919684719ce9: Waiting
2f18a9771afc: Preparing
4464bd915aa9: Waiting
f2f46bfa4ac7: Preparing
db5c7e71be2b: Preparing
2f18a9771afc: Waiting
cc60de37eedb: Preparing
8e30c03ff437: Preparing
f2f46bfa4ac7: Waiting
e939017e8dbc: Preparing
c45a4dbd42ca: Preparing
db5c7e71be2b: Waiting
cc60de37eedb: Waiting
8e30c03ff437: Waiting
51f4e7adaaec: Preparing
e939017e8dbc: Waiting
c45a4dbd42ca: Waiting
2164ba424589: Preparing
51f4e7adaaec: Waiting
2164ba424589: Waiting
6539f016abf0: Layer already exists
dc0e0e3e4175: Layer already exists
910879630d4c: Layer already exists
137f1ef579ac: Layer already exists
55beb110e524: Layer already exists
c926829eb5a6: Layer already exists
c1b01accdd3d: Layer already exists
18f9f0ee1561: Layer already exists
e00feb0cc613: Layer already exists
5e1cd96cee89: Layer already exists
db42486e8a8f: Layer already exists
317d6631ccb2: Layer already exists
9b54044ecade: Layer already exists
05755928643b: Layer already exists
a22b75e1769a: Layer already exists
911b4133137d: Layer already exists
ba4a8dcf8c95: Layer already exists
5f70bf18a086: Layer already exists
f60dab7190c0: Layer already exists
2adaa2c7b117: Layer already exists
a2dea6f17736: Layer already exists
457ef14acc46: Layer already exists
9b3c5bdadbad: Layer already exists
90fc011c84a6: Layer already exists
21bd904e880c: Layer already exists
7859534eb306: Layer already exists
d9252da3de63: Layer already exists
c9d7fe498428: Layer already exists
02ac3d3fd9ca: Layer already exists
919684719ce9: Layer already exists
4464bd915aa9: Layer already exists
2f18a9771afc: Layer already exists
f2f46bfa4ac7: Layer already exists
db5c7e71be2b: Layer already exists
cc60de37eedb: Layer already exists
8e30c03ff437: Layer already exists
c45a4dbd42ca: Layer already exists
e939017e8dbc: Layer already exists
51f4e7adaaec: Layer already exists
2164ba424589: Layer already exists
debian-unstable-opam-amd64: digest: sha256:e8087113dcb4926d7a76d774a2fdf710d11de630a851b5d786ad2b693f7bd576 size: 8660
Job succeeded
2026-06-06 13:11.54: Job succeeded