Build:
  1. 1
  2. 0
2026-04-25 10:06.14: New job: Build using linux-x86_64 in
                                []
2026-04-25 10:06.14: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-5.6-i386

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
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.6 --packages=ocaml-variants.5.6.0+trunk
RUN opam pin add -k version ocaml-variants 5.6.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2026-04-25 10:06.14: Using cache hint "5.6.0-i386-ocurrent/opam-staging@sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0"
2026-04-25 10:06.14: Waiting for resource in pool OCluster
2026-04-25 10:06.14: Waiting for worker…
2026-04-25 10:06.15: Got resource from pool OCluster
Building on clete.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: 819B 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:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
#3 CACHED

#4 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0
#4 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/ocurrent/opam-staging/manifests/sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0: 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:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0:
------
Dockerfile:3
--------------------
   1 |     # syntax=docker/dockerfile:1
   2 |     
   3 | >>> FROM ocurrent/opam-staging@sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0
   4 |     SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
   5 |     RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
--------------------
ERROR: failed to solve: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/ocurrent/opam-staging/manifests/sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0: 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 10:06.17: Job failed: Failed: Build failed