Build:
  1. 2
  2. 1
  3. 0
2025-10-11 08:14.44: New job: Build using linux-arm64 in
                                []
2025-10-11 08:14.44: 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 08:14.44: Using cache hint "5.0.0+flambda-arm64-ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310"
2025-10-11 08:14.44: Waiting for resource in pool OCluster
2025-10-11 09:49.29: Waiting for worker…
2025-10-11 09:49.48: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:b940d32d01f810fa0f23278877297c736c44fe11ff7ed30bda0e05d99f57f711
#1 transferring dockerfile: 534B done
#1 DONE 0.0s

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

#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:f348b94ae8c83d4336bb8060d0a963a3f4468cbf2b1acc091cb4c2dad669a089
#5 transferring context: 2B done
#5 DONE 0.0s

#11 [internal] load build context
#11 sha256:787bdb8c3522ca98f4e6f26c484165c78fe28a148a408f0ab425470fbc9d8656
#11 transferring context: 534B done
#11 DONE 0.0s

#9 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310
#9 sha256:44f38daee997cd0724ac758230408e906a41977e1568290407b5d6ed6c95206d
#9 resolve docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310
#9 resolve docker.io/ocurrent/opam-staging@sha256:f384c6d967053f790b4d21962c570eba6992406b539ff5fc366d34bf77fe7310 1.5s done
#9 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 09:49.51: Job failed: Failed: Build failed