Build:
  1. 2
  2. 1
  3. 0
2025-10-11 11:11.36: New job: Build using linux-arm64 in
                                []
2025-10-11 11:11.36: Will push staging image to ocurrent/opam-staging:alpine-3.22-ocaml-5.0-flambda-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-flambda
RUN opam pin add -k version ocaml-variants 5.0.0+options
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-10-11 11:11.36: Using cache hint "5.0.0+flambda-arm64-ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310"
2025-10-11 11:11.36: Waiting for resource in pool OCluster
2025-10-11 11:11.36: Waiting for worker…
2025-10-11 11:11.36: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:a0ade83f8b10dfbd20ec2d4b801d10ff02a6b668ddf1fca7f2749346bf80fcfb
#1 transferring dockerfile: 534B done
#1 DONE 0.1s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 sha256:8d3e54df0f62607d8ba237b8482161b4f3a374f33a62ab2ee35ddc545abfff1d
#2 DONE 0.9s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:b6afd42430b15f2d2a4c5a02b919e98a525b785b1aaff16747d2f623364e39b6
#3 sha256:af7cd8303c7f6833bd9c7654e78133e6d9f8fe5b555ddfc8ce27b673ff639e7c
#3 CACHED

#4 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310
#4 sha256:cad4cf7f2e8545247940ada790c9e76a7283d4856b26907a142beb4aaef58b01
#4 DONE 0.0s

#5 [internal] load .dockerignore
#5 sha256:7e4ac405393541fa62505937d2414fce84f00b77c7b386bf26a889504253847f
#5 transferring context: 2B done
#5 DONE 0.1s

#7 [internal] load build context
#7 sha256:c6ebd2eee7752ca6e13a5c59e3ff718218834ac8454feeb3404b300937ed5bd4
#7 transferring context: 534B done
#7 DONE 0.0s

#11 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310
#11 sha256:44f38daee997cd0724ac758230408e906a41977e1568290407b5d6ed6c95206d
#11 resolve docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310
#11 resolve docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310 1.9s done
#11 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/ocurrent/opam-staging/manifests/sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310: 429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
------
 > [1/5] FROM docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310:
------
failed to load cache key: failed to copy: httpReadSeeker: failed open: unexpected status from GET request to https://registry-1.docker.io/v2/ocurrent/opam-staging/manifests/sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310: 429 Too Many Requests
toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
docker-build failed with exit-code 1
2025-10-11 11:11.40: Job failed: Failed: Build failed