Build:
  1. 1
  2. 0
2026-04-25 09:08.38: New job: Build using linux-arm64 in
                                []
2026-04-25 09:08.38: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.4-arm32v7

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.4 --packages=ocaml-base-compiler.5.4.1
RUN opam pin add -k version ocaml-base-compiler 5.4.1
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2026-04-25 09:08.38: Using cache hint "5.4.1-arm32v7-ocurrent/opam-staging@sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2"
2026-04-25 09:08.38: Waiting for resource in pool OCluster
2026-04-25 09:48.13: Waiting for worker…
2026-04-25 09:48.17: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
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: 729B done
#1 DONE 0.0s

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

#3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
#3 CACHED

#4 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2
#4 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/ocurrent/opam-staging/manifests/sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
------
 > [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2:
------
Dockerfile:3
--------------------
   1 |     # syntax=docker/dockerfile:1
   2 |     
   3 | >>> FROM ocurrent/opam-staging@sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2
   4 |     SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
   5 |     ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
--------------------
ERROR: failed to solve: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/ocurrent/opam-staging/manifests/sha256:b2fbf557e36d98aa3f106a374df1aa933ca4593ad65f60c3f55f27fc3ad2edf2: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
docker-build failed with exit-code 1
2026-04-25 09:48.19: Job failed: Failed: Build failed