Build:
  1. 0
2026-03-31 15:32.45: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/ocurrent-deployer.git#refs/heads/live-ci3 (51d24d9f528dbacdf21f779e7b6180e9f1b1bc8f)]
2026-03-31 15:32.45: Will push staging image to ocurrentbuilder/staging:live-ocurrent-ci.ocamllabs.io-deployer-linux-x86_64
2026-03-31 15:32.45: Using cache hint "https://github.com/ocurrent/ocurrent-deployer.git-Dockerfile"
2026-03-31 15:32.45: Waiting for confirm-threshold > above-average
2026-03-31 15:34.43: Confirm-threshold now > above-average
2026-03-31 15:34.43: Waiting for resource in pool OCluster
2026-03-31 15:34.43: Waiting for worker…
2026-03-31 15:34.43: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 51d24d9 Merge pull request #263 from mtelvers/move-tarides-deployer
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.61kB done
#1 DONE 0.1s

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

#3 docker-image://docker.io/docker/dockerfile:1@sha256:4a43a54dd1fedceb30ba47e76cfcf2b47304f4161c0caeac2db1c61804ea3c91
#3 CACHED

#4 [internal] load metadata for docker.io/library/debian:12
#4 ...

#5 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14
#5 DONE 0.3s

#4 [internal] load metadata for docker.io/library/debian:12
#4 DONE 0.3s

#6 [internal] load .dockerignore
#6 transferring context: 65B done
#6 DONE 0.1s

#7 [internal] setting cache mount permissions
#7 DONE 0.0s

#8 [stage-1  1/12] FROM docker.io/library/debian:12@sha256:bc960ef50e6feed90686c593361df158517556ed1d2d98e5d1df3724024e0f49
#8 DONE 0.0s

#9 [build  1/12] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:5e3caeabcd19cfd6be15b81fe175e881a01aab27489e6a3275c0fa23482f0e10
#9 DONE 0.0s

#10 [internal] load build context
#10 transferring context: 239.57kB 0.0s done
#10 DONE 0.1s

#11 [build 11/12] ADD --chown=opam . .
#11 CACHED

#12 [stage-1  4/12] RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
#12 CACHED

#13 [stage-1  9/12] COPY --link create-config.sh .
#13 CACHED

#14 [build  3/12] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#14 CACHED

#15 [build  5/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     sudo apt update && sudo apt-get --no-install-recommends install -y     capnproto     graphviz     libev-dev     libffi-dev     libgmp-dev     libsqlite3-dev     libssl-dev     m4     pkg-config
#15 CACHED

#16 [build  9/12] RUN opam pin -yn add .
#16 CACHED

#17 [stage-1  5/12] RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
#17 CACHED

#18 [build  6/12] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 46f289cd && opam update
#18 CACHED

#19 [build 10/12] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .
#19 CACHED

#20 [build  7/12] COPY --chown=opam --link deployer.opam /src/
#20 CACHED

#21 [stage-1  8/12] WORKDIR /var/lib/ocurrent
#21 CACHED

#22 [build 12/12] RUN opam exec -- dune build ./_build/install/default/bin/ocurrent-deployer
#22 CACHED

#23 [stage-1  7/12] RUN curl -sL https://github.com/google/go-containerregistry/releases/latest/download/go-containerregistry_Linux_x86_64.tar.gz | tar xzf - -C /usr/local/bin crane
#23 CACHED

#24 [stage-1  2/12] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
#24 CACHED

#25 [stage-1  6/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     docker-buildx-plugin     docker-ce     docker-ce-cli     docker-compose-plugin
#25 CACHED

#26 [stage-1 11/12] RUN docker context use default
#26 CACHED

#27 [build  8/12] WORKDIR /src
#27 CACHED

#28 [stage-1  3/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     awscli     ca-certificates     curl     dumb-init     git     gnupg2     graphviz     libev4     libsqlite3-dev     netbase     openssh-client     rsync     libffi-dev
#28 CACHED

#29 [stage-1 10/12] RUN ./create-config.sh
#29 CACHED

#30 [build  2/12] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
#30 CACHED

#31 [build  4/12] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#31 CACHED

#32 [stage-1 12/12] COPY --from=build --link /src/_build/install/default/bin/ocurrent-deployer /usr/local/bin/
#32 CACHED

#33 exporting to image
#33 exporting layers done
#33 writing image sha256:c1d54ad748d6d3c0817af98d620495ed27caccc0e9bc896d13abbd3be350cc9d done
#33 DONE 0.0s

 1 warning found (use docker --debug to expand):
 - CopyIgnoredFile: Attempting to Add file "." that is excluded by .dockerignore (line 25)
Pushing "sha256:c1d54ad748d6d3c0817af98d620495ed27caccc0e9bc896d13abbd3be350cc9d" to "ocurrentbuilder/staging:live-ocurrent-ci.ocamllabs.io-deployer-linux-x86_64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrentbuilder/staging]
91983eebaced: Preparing
4c16867d19fd: Preparing
2c63cee35b71: Preparing
23ec326ffb54: Preparing
81804b550f7f: Preparing
17a5b43e48f4: Preparing
d6e968c4d6b7: Preparing
3141816bfba7: Preparing
3da2074c6a4e: Preparing
79c3bf40b764: Preparing
aa687c8cd543: Preparing
6ade88c30b77: Preparing
3141816bfba7: Waiting
3da2074c6a4e: Waiting
79c3bf40b764: Waiting
aa687c8cd543: Waiting
6ade88c30b77: Waiting
17a5b43e48f4: Waiting
d6e968c4d6b7: Waiting
81804b550f7f: Layer already exists
2c63cee35b71: Layer already exists
4c16867d19fd: Layer already exists
23ec326ffb54: Layer already exists
17a5b43e48f4: Layer already exists
d6e968c4d6b7: Layer already exists
3da2074c6a4e: Layer already exists
3141816bfba7: Layer already exists
79c3bf40b764: Layer already exists
6ade88c30b77: Layer already exists
aa687c8cd543: Layer already exists
91983eebaced: Pushed
live-ocurrent-ci.ocamllabs.io-deployer-linux-x86_64: digest: sha256:8ddefa5fd8d5c38a9c3fc37a13037f20b9b8de0ad5906cf95e78ed2eb3ad9d5f size: 2829
The push refers to repository [docker.io/ocurrentbuilder/staging]
91983eebaced: Preparing
4c16867d19fd: Preparing
2c63cee35b71: Preparing
23ec326ffb54: Preparing
81804b550f7f: Preparing
17a5b43e48f4: Preparing
d6e968c4d6b7: Preparing
3141816bfba7: Preparing
3da2074c6a4e: Preparing
79c3bf40b764: Preparing
aa687c8cd543: Preparing
6ade88c30b77: Preparing
d6e968c4d6b7: Waiting
17a5b43e48f4: Waiting
aa687c8cd543: Waiting
3da2074c6a4e: Waiting
79c3bf40b764: Waiting
3141816bfba7: Waiting
6ade88c30b77: Waiting
4c16867d19fd: Layer already exists
2c63cee35b71: Layer already exists
81804b550f7f: Layer already exists
23ec326ffb54: Layer already exists
91983eebaced: Layer already exists
3141816bfba7: Layer already exists
17a5b43e48f4: Layer already exists
d6e968c4d6b7: Layer already exists
3da2074c6a4e: Layer already exists
79c3bf40b764: Layer already exists
aa687c8cd543: Layer already exists
6ade88c30b77: Layer already exists
live-ocurrent-ci.ocamllabs.io-deployer-linux-x86_64: digest: sha256:8ddefa5fd8d5c38a9c3fc37a13037f20b9b8de0ad5906cf95e78ed2eb3ad9d5f size: 2829
Job succeeded
2026-03-31 15:35.03: Job succeeded