Build:
  1. 0
2025-06-07 12:03.35: New job: Build using linux-arm64 in
                                []
2025-06-07 12:03.35: Will push staging image to ocurrent/opam-staging:fedora-41-ocaml-5.3-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN yum install -y zstd && yum clean packages
USER opam
RUN opam switch create 5.3 --packages=ocaml-base-compiler.5.3.0
RUN opam pin add -k version ocaml-base-compiler 5.3.0
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 12:03.35: Using cache hint "5.3.0-arm64-ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5"
2025-06-07 12:03.35: Waiting for resource in pool OCluster
2025-06-07 12:03.35: Waiting for worker…
2025-06-07 16:56.21: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:933061817d7d28aea23fbf29900247da5d0d8701a7ef81086fd64f0a9a9a5499
#1 transferring dockerfile: 567B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:0ba48c031d9b21adba21398b2a63c3db018c366b26968aad5bfce1129086a453
#2 transferring context: 2B done
#2 DONE 0.2s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.6s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:c40ed6d21586d099c87769a5dddbc1d89642adea1dc5e74ed9b74385a0f42991
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5
#6 sha256:58371349b98a0d6957a2cd7c703193dba4c91024dd1a7db08a52fa6ae2adfcdf
#6 DONE 0.5s

#7 [internal] load .dockerignore
#7 sha256:87efe61b2a928e66dec0745a7926ef6cb94256fcb5556e544162b34af2a91df5
#7 DONE 0.0s

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:f7c45ea29499d45afb00323303fe2e0daeb4aa5141d9e4021d93be5bebd4c4b5
#8 sha256:8db61a40489e17c4531c076f3e16140bb6f07da133609b38273e949431832687
#8 CACHED

#13 [internal] load build context
#13 sha256:6d145cd14d3118cfb39c7fde25130ebf88954e4dff2827b2cae71afa3607736a
#13 transferring context: 567B done
#13 DONE 0.1s

#9 [2/6] RUN yum install -y zstd && yum clean packages
#9 sha256:7ced5518c08347c029e8c16f6ab82128c8ff60ecf6d842bbfb01b4ac43c6a2c7
#9 0.414 Updating and loading repositories:
#9 1.111 Repositories loaded.
#9 1.286 Package "zstd-1.5.7-1.fc41.aarch64" is already installed.
#9 1.286 
#9 1.286 Nothing to do.
#9 1.348 Removed 0 files, 0 directories (total of 0 B). 0 errors occurred.
#9 DONE 1.4s

#10 [3/6] RUN opam switch create 5.3 --packages=ocaml-base-compiler.5.3.0
#10 sha256:daa46237545c0834d6e20e616df3cec20e0abf11fa50794a9ff3f4b5b44d73ee
#10 4.450 
#10 4.450 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 4.764 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#10 4.956 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#10 5.402 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#10 6.248 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#10 6.249 
#10 6.249 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 6.494 -> installed base-bigarray.base
#10 6.496 -> installed base-threads.base
#10 6.499 -> installed base-unix.base
#10 6.505 -> installed ocaml-options-vanilla.1
#10 107.6 -> installed ocaml-compiler.5.3.0
#10 107.6 -> installed ocaml-base-compiler.5.3.0
#10 107.7 -> installed ocaml-config.3
#10 107.8 -> installed ocaml.5.3.0
#10 107.8 -> installed base-domains.base
#10 107.9 -> installed base-effects.base
#10 107.9 -> installed base-nnp.base
#10 108.2 Done.
#10 108.2 # Run eval $(opam env) to update the current shell environment
#10 DONE 108.7s

#11 [4/6] RUN opam pin add -k version ocaml-base-compiler 5.3.0
#11 sha256:6bc83b84c8eb2a3fe8a1fb78cd0fd02658bc31996a66316f96faa9518002c44c
#11 0.776 ocaml-base-compiler is now pinned to version 5.3.0
#11 0.776 
#11 4.527 No package build needed.
#11 4.527 Nothing to do.
#11 4.528 # Run eval $(opam env) to update the current shell environment
#11 DONE 4.6s

#12 [5/6] RUN opam install -y opam-depext
#12 sha256:21b6ca0291a4e58779fda34d574c538dba2b1c52a90e2ec842752af737bce533
#12 4.827 The following actions will be performed:
#12 4.827   - install opam-depext 1.2.3
#12 4.827 
#12 4.827 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 5.104 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#12 5.136 
#12 5.136 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.105 -> installed opam-depext.1.2.3
#12 7.113 Done.
#12 7.113 # Run eval $(opam env) to update the current shell environment
#12 DONE 7.2s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:cc6f2fe853d66e734ea45b22dccd89080dc025fbe74b959a03ec44a53eb0dc24
#14 DONE 0.1s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 1.8s done
#15 writing image sha256:d7dee1a515b6e8934850edf7394e212b3bcfc67a26973fb4c6eaafc25b01b040 done
#15 DONE 1.8s
Pushing "sha256:03c0fa80d36a0ee8ed9f4bfeb20e67ad34d303fa97fb53a6d9308c9a5ce9da5d" to "ocurrent/opam-staging:fedora-41-ocaml-5.3-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
39833230daa0: Preparing
39833230daa0: Pushed
fedora-41-ocaml-5.3-arm64: digest: sha256:adc6a682ec011c60c7b9476cb899cb5578527a220661174ebefe4ec302631c11 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
39833230daa0: Preparing
39833230daa0: Layer already exists
fedora-41-ocaml-5.3-arm64: digest: sha256:adc6a682ec011c60c7b9476cb899cb5578527a220661174ebefe4ec302631c11 size: 531
Job succeeded
2025-06-07 17:27.05: Job succeeded