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:alpine-3.23-opam-amd64

Dockerfile:

# syntax=docker/dockerfile:1

# Autogenerated by OCaml-Dockerfile scripts
FROM alpine:3.23
LABEL distro_style="apk"
RUN apk update && apk upgrade
RUN apk add build-base bzip2 git tar curl ca-certificates openssl
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
RUN strip /usr/local/bin/opam*

FROM alpine:3.23
RUN <<-EOF cat >> /etc/apk/repositories
	@edge https://dl-cdn.alpinelinux.org/alpine/edge/main
	@edgecommunity https://dl-cdn.alpinelinux.org/alpine/edge/community
	@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing
EOF
RUN apk update && apk upgrade
RUN apk add build-base patch tar ca-certificates git rsync curl sudo bash libx11-dev nano coreutils xz ncurses-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 addgroup -S -g 1000 opam
RUN adduser -S -u 1000 -G opam 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
RUN sed -i.bak 's/^Defaults.*requiretty//g' /etc/sudoers
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-alpine-3.23"
2026-06-06 13:44.41: Waiting for worker…
2026-06-06 13:50.08: 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.39kB done
#1 DONE 0.0s

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

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

#4 [internal] load metadata for docker.io/library/alpine:3.23
#4 DONE 0.0s

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

#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] load build context
#11 ...

#12 [stage-0  1/13] FROM docker.io/library/alpine:3.23
#12 resolve docker.io/library/alpine:3.23 1.0s done
#12 DONE 1.0s

#11 [internal] load build context
#11 transferring context: 15.67MB 5.1s
#11 transferring context: 247.82MB 10.1s
#11 transferring context: 276.14MB 16.0s
#11 transferring context: 276.14MB 16.0s done
#11 DONE 16.7s

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

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

#15 [stage-1 25/36] COPY --chown=opam <<-EOF /home/opam/.opamrc-sandbox
#15 CACHED

#16 [stage-0  6/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
#16 CACHED

#17 [stage-1  5/36] COPY --from=0 [ /usr/local/bin/opam-2.1, /usr/bin/opam-2.1 ]
#17 CACHED

#18 [stage-1  3/36] RUN apk update && apk upgrade
#18 CACHED

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

#20 [stage-0  3/13] RUN apk add build-base bzip2 git tar curl ca-certificates openssl
#20 CACHED

#21 [stage-1 19/36] RUN mkdir .ssh
#21 CACHED

#22 [stage-1 22/36] COPY --chown=opam <<-EOF /home/opam/opam-sandbox-disable
#22 CACHED

#23 [stage-1 21/36] COPY --chown=opam <<-EOF /home/opam/.opamrc-nosandbox
#23 CACHED

#24 [stage-1 11/36] COPY --from=0 [ /usr/local/bin/opam-master, /usr/bin/opam-dev ]
#24 CACHED

#25 [stage-1 12/36] RUN addgroup -S -g 1000 opam
#25 CACHED

#26 [stage-1 28/36] RUN sudo mv /home/opam/opam-sandbox-enable /usr/bin/opam-sandbox-enable
#26 CACHED

#27 [stage-1 27/36] RUN chmod a+x /home/opam/opam-sandbox-enable
#27 CACHED

#28 [stage-0  2/13] RUN apk update && apk upgrade
#28 CACHED

#29 [stage-1 23/36] RUN chmod a+x /home/opam/opam-sandbox-disable
#29 CACHED

#30 [stage-1  4/36] RUN apk add build-base patch tar ca-certificates git rsync curl sudo bash libx11-dev nano coreutils xz ncurses-dev bubblewrap
#30 CACHED

#31 [stage-1 18/36] WORKDIR /home/opam
#31 CACHED

#32 [stage-1  9/36] COPY --from=0 [ /usr/local/bin/opam-2.4, /usr/bin/opam-2.4 ]
#32 CACHED

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

#34 [stage-1 24/36] RUN sudo mv /home/opam/opam-sandbox-disable /usr/bin/opam-sandbox-disable
#34 CACHED

#35 [stage-1 10/36] COPY --from=0 [ /usr/local/bin/opam-2.5, /usr/bin/opam-2.5 ]
#35 CACHED

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

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

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

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

#40 [stage-0 13/13] RUN strip /usr/local/bin/opam*
#40 CACHED

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

#42 [stage-1  2/36] RUN <<-EOF cat >> /etc/apk/repositories
#42 CACHED

#43 [stage-0 11/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
#43 CACHED

#44 [stage-1 20/36] RUN chmod 700 .ssh
#44 CACHED

#45 [stage-1 13/36] RUN adduser -S -u 1000 -G opam opam
#45 CACHED

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

#47 [stage-1  7/36] COPY --from=0 [ /usr/local/bin/opam-2.2, /usr/bin/opam-2.2 ]
#47 CACHED

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

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

#50 [stage-1  8/36] COPY --from=0 [ /usr/local/bin/opam-2.3, /usr/bin/opam-2.3 ]
#50 CACHED

#51 [stage-1  6/36] RUN ln /usr/bin/opam-2.1 /usr/bin/opam
#51 CACHED

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

#53 [stage-1 30/36] RUN git config --global user.name "Docker"
#53 CACHED

#54 [stage-1 31/36] COPY --link --chown=opam:opam [ ., /home/opam/opam-repository ]
#54 DONE 22.8s

#55 [stage-1 32/36] RUN opam-sandbox-disable
#55 0.280 --- opam sandboxing disabled
#55 DONE 0.3s

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

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

#58 [stage-1 35/36] RUN rm -rf .opam/repo/default/.git
#58 DONE 0.4s

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

#60 exporting to image
#60 exporting layers
#60 exporting layers 12.8s done
#60 writing image sha256:7d4bf493f25d3a07bbb8bc22a5b3c1a0dcfde6b06eba0fb1de8dd5ed3e21c62d done
#60 DONE 12.8s
Pushing "sha256:7d4bf493f25d3a07bbb8bc22a5b3c1a0dcfde6b06eba0fb1de8dd5ed3e21c62d" to "ocurrent/opam-staging:alpine-3.23-opam-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
3bfe8e7d3403: Preparing
4cf87dad179d: Preparing
b9ac243bcf79: Preparing
67847f6b8a65: Preparing
12f15cd5d617: Preparing
d9784f03ec2e: Preparing
4a3d89b71e9c: Preparing
738a5c66e418: Preparing
9136d815e2c1: Preparing
60f79635e235: Preparing
88244ab8ae85: Preparing
c6ba49d6e1bc: Preparing
47ccfcc17692: Preparing
f1a2bcd6b26c: Preparing
44d15eeaa380: Preparing
ce2e8d90c7df: Preparing
d98c119be0f5: Preparing
d630e2ff0363: Preparing
5f70bf18a086: Preparing
d7bf3abbef1e: Preparing
1764fda82327: Preparing
7453eba680eb: Preparing
00b941eb9abf: Preparing
8c7df23a4dda: Preparing
90f05fc8a127: Preparing
c67ecb0ecce2: Preparing
49f4b9b11979: Preparing
64dcddccd22c: Preparing
28718247baa0: Preparing
5cd67e9a787b: Preparing
0a5815f1e48e: Preparing
e914423f7ef7: Preparing
f5fbb69ff1ae: Preparing
1412ad985e45: Preparing
3c109ba15047: Preparing
29df493baa13: Preparing
5f70bf18a086: Waiting
d7bf3abbef1e: Waiting
1764fda82327: Waiting
7453eba680eb: Waiting
00b941eb9abf: Waiting
8c7df23a4dda: Waiting
90f05fc8a127: Waiting
c67ecb0ecce2: Waiting
49f4b9b11979: Waiting
64dcddccd22c: Waiting
28718247baa0: Waiting
d9784f03ec2e: Waiting
5cd67e9a787b: Waiting
4a3d89b71e9c: Waiting
738a5c66e418: Waiting
0a5815f1e48e: Waiting
e914423f7ef7: Waiting
f5fbb69ff1ae: Waiting
1412ad985e45: Waiting
3c109ba15047: Waiting
29df493baa13: Waiting
9136d815e2c1: Waiting
60f79635e235: Waiting
88244ab8ae85: Waiting
c6ba49d6e1bc: Waiting
47ccfcc17692: Waiting
f1a2bcd6b26c: Waiting
d98c119be0f5: Waiting
d630e2ff0363: Waiting
44d15eeaa380: Waiting
ce2e8d90c7df: Waiting
4cf87dad179d: Pushed
3bfe8e7d3403: Pushed
12f15cd5d617: Pushed
b9ac243bcf79: Pushed
4a3d89b71e9c: Layer already exists
738a5c66e418: Layer already exists
9136d815e2c1: Layer already exists
88244ab8ae85: Layer already exists
60f79635e235: Layer already exists
c6ba49d6e1bc: Layer already exists
47ccfcc17692: Layer already exists
f1a2bcd6b26c: Layer already exists
44d15eeaa380: Layer already exists
ce2e8d90c7df: Layer already exists
d98c119be0f5: Layer already exists
d630e2ff0363: Layer already exists
5f70bf18a086: Layer already exists
d7bf3abbef1e: Layer already exists
1764fda82327: Layer already exists
7453eba680eb: Layer already exists
00b941eb9abf: Layer already exists
8c7df23a4dda: Layer already exists
90f05fc8a127: Layer already exists
c67ecb0ecce2: Layer already exists
49f4b9b11979: Layer already exists
64dcddccd22c: Layer already exists
28718247baa0: Layer already exists
5cd67e9a787b: Layer already exists
0a5815f1e48e: Layer already exists
e914423f7ef7: Layer already exists
f5fbb69ff1ae: Layer already exists
1412ad985e45: Layer already exists
3c109ba15047: Layer already exists
29df493baa13: Layer already exists
d9784f03ec2e: Pushed
67847f6b8a65: Pushed
alpine-3.23-opam-amd64: digest: sha256:75e76cc33de18b4fdf58e52137b3f8b2026cebd92e3a7c037eef23b9b73fd778 size: 7823
The push refers to repository [docker.io/ocurrent/opam-staging]
3bfe8e7d3403: Preparing
4cf87dad179d: Preparing
b9ac243bcf79: Preparing
67847f6b8a65: Preparing
12f15cd5d617: Preparing
d9784f03ec2e: Preparing
4a3d89b71e9c: Preparing
738a5c66e418: Preparing
9136d815e2c1: Preparing
60f79635e235: Preparing
88244ab8ae85: Preparing
c6ba49d6e1bc: Preparing
47ccfcc17692: Preparing
f1a2bcd6b26c: Preparing
44d15eeaa380: Preparing
ce2e8d90c7df: Preparing
d98c119be0f5: Preparing
d630e2ff0363: Preparing
5f70bf18a086: Preparing
d7bf3abbef1e: Preparing
1764fda82327: Preparing
7453eba680eb: Preparing
00b941eb9abf: Preparing
8c7df23a4dda: Preparing
90f05fc8a127: Preparing
c67ecb0ecce2: Preparing
49f4b9b11979: Preparing
64dcddccd22c: Preparing
28718247baa0: Preparing
88244ab8ae85: Waiting
5cd67e9a787b: Preparing
c6ba49d6e1bc: Waiting
0a5815f1e48e: Preparing
4a3d89b71e9c: Waiting
e914423f7ef7: Preparing
47ccfcc17692: Waiting
f5fbb69ff1ae: Preparing
1412ad985e45: Preparing
738a5c66e418: Waiting
f1a2bcd6b26c: Waiting
3c109ba15047: Preparing
29df493baa13: Preparing
9136d815e2c1: Waiting
60f79635e235: Waiting
44d15eeaa380: Waiting
1764fda82327: Waiting
49f4b9b11979: Waiting
7453eba680eb: Waiting
64dcddccd22c: Waiting
ce2e8d90c7df: Waiting
28718247baa0: Waiting
00b941eb9abf: Waiting
d98c119be0f5: Waiting
8c7df23a4dda: Waiting
d630e2ff0363: Waiting
90f05fc8a127: Waiting
5f70bf18a086: Waiting
5cd67e9a787b: Waiting
c67ecb0ecce2: Waiting
0a5815f1e48e: Waiting
d7bf3abbef1e: Waiting
3c109ba15047: Waiting
29df493baa13: Waiting
e914423f7ef7: Waiting
d9784f03ec2e: Waiting
f5fbb69ff1ae: Waiting
1412ad985e45: Waiting
b9ac243bcf79: Layer already exists
12f15cd5d617: Layer already exists
67847f6b8a65: Layer already exists
3bfe8e7d3403: Layer already exists
4cf87dad179d: Layer already exists
d9784f03ec2e: Layer already exists
738a5c66e418: Layer already exists
9136d815e2c1: Layer already exists
4a3d89b71e9c: Layer already exists
60f79635e235: Layer already exists
47ccfcc17692: Layer already exists
c6ba49d6e1bc: Layer already exists
f1a2bcd6b26c: Layer already exists
88244ab8ae85: Layer already exists
44d15eeaa380: Layer already exists
ce2e8d90c7df: Layer already exists
d630e2ff0363: Layer already exists
d98c119be0f5: Layer already exists
5f70bf18a086: Layer already exists
d7bf3abbef1e: Layer already exists
1764fda82327: Layer already exists
7453eba680eb: Layer already exists
00b941eb9abf: Layer already exists
8c7df23a4dda: Layer already exists
90f05fc8a127: Layer already exists
c67ecb0ecce2: Layer already exists
64dcddccd22c: Layer already exists
28718247baa0: Layer already exists
49f4b9b11979: Layer already exists
5cd67e9a787b: Layer already exists
0a5815f1e48e: Layer already exists
f5fbb69ff1ae: Layer already exists
e914423f7ef7: Layer already exists
1412ad985e45: Layer already exists
3c109ba15047: Layer already exists
29df493baa13: Layer already exists
alpine-3.23-opam-amd64: digest: sha256:75e76cc33de18b4fdf58e52137b3f8b2026cebd92e3a7c037eef23b9b73fd778 size: 7823
Job succeeded
2026-06-06 13:55.24: Job succeeded