Build:
- 1
- 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-4.11-i386
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:fdb4745df33a2802ccccaa59cb736c6a9ea06d89eb4e0da9fa097196222a3ec0
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.11 --packages=ocaml-base-compiler.4.11.2
RUN opam pin add -k version ocaml-base-compiler 4.11.2
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 "4.11.2-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.14: Got resource from pool OCluster
Building on laodoke.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: 570B done
#1 DONE 0.0s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.6s
#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 | 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: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.18: Job failed: Failed: Build failed