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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
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.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.3.0+options
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 12:01.53: Using cache hint "5.3.0+afl-arm64-ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755"
2025-06-07 12:01.53: Waiting for resource in pool OCluster
2025-06-07 12:01.53: Waiting for worker…
2025-06-07 16:15.19: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:3ef63bfbb4bae2d7b2f8bdd3cb54f53f182c940feffb2d0939684d63bb019d16
#1 transferring dockerfile: 692B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:6ba9bb44f07b28eb0b2bd271aadb53f73ee6d0fa7b4efade7708672cb2e1cf2e
#2 transferring context: 2B done
#2 DONE 0.1s

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

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

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
#6 sha256:76b19ca501f2d787bc211e35fe00133765f13cd13c2f1ccf6dbbfac2649c8d1e
#6 DONE 0.0s

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

#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:396751464b7d6a42af0ed326b54a74b8eb4810a3beb3b637a1862be6e41e6755
#8 sha256:50c032355ec1e03d95f321a877d9eae54cfae1756362182ff22981498728560f
#8 DONE 0.0s

#10 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#10 sha256:ce85edfe974ef1ab39cbb1acbd9a0e5e85035feaaff3c31453c4e295315a73b6
#10 CACHED

#9 [2/8] RUN apt-get -y update
#9 sha256:a501cd05d05480e6d59665ed249a6022b0a79b9312744c75c63cfa1968ddc48c
#9 CACHED

#11 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#11 sha256:f98c2ab4ece70192e16a2ddf788396c021a6b5566c95474843ea73322f4d9e98
#11 CACHED

#15 [internal] load build context
#15 sha256:ff68bb9f5d3c8bb683eba02fa3a2e5a519c96426d3ee6b3152818068d5d35fa3
#15 transferring context: 692B done
#15 DONE 0.1s

#12 [5/8] RUN opam switch create 5.3 --packages=ocaml-variants.5.3.0+options,ocaml-options-only-afl
#12 sha256:87ad99354ae661444e3624d2176feb2435eeb1a3dc4fba90c8e7918972485999
#12 4.346 
#12 4.346 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 4.598 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 4.899 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 6.011 [ocaml-compiler.5.3.0] downloaded from cache at https://opam.ocaml.org/cache
#12 6.921 [ocaml-compiler.5.3.0/ocaml-compiler.install] downloaded from https://opam.ocaml.org/cache
#12 6.922 
#12 6.922 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 6.924 -> installed base-bigarray.base
#12 6.926 -> installed base-threads.base
#12 6.927 -> installed base-unix.base
#12 6.928 -> installed ocaml-option-afl.1
#12 7.191 -> installed ocaml-options-only-afl.1
#12 139.2 -> installed ocaml-compiler.5.3.0
#12 139.2 -> installed ocaml-variants.5.3.0+options
#12 139.2 -> installed ocaml-config.3
#12 139.4 -> installed ocaml.5.3.0
#12 139.4 -> installed base-domains.base
#12 139.4 -> installed base-effects.base
#12 139.5 -> installed base-nnp.base
#12 139.8 Done.
#12 139.8 # Run eval $(opam env) to update the current shell environment
#12 DONE 140.3s

#13 [6/8] RUN opam pin add -k version ocaml-variants 5.3.0+options
#13 sha256:67868ea8e079344d8c146569419e4875d5b6f0e39da914d4ea3b50b8e4c890f0
#13 0.784 ocaml-variants is now pinned to version 5.3.0+options
#13 0.784 
#13 4.528 No package build needed.
#13 4.528 Nothing to do.
#13 4.528 # Run eval $(opam env) to update the current shell environment
#13 DONE 4.6s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:4955ca75801815306bd5007e64cf2e1c6d3031f5af95c05dd2c9f976dcefe264
#14 4.898 The following actions will be performed:
#14 4.898   - install opam-depext 1.2.3
#14 4.898 
#14 4.898 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 5.500 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 5.519 
#14 5.519 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.559 -> installed opam-depext.1.2.3
#14 7.567 Done.
#14 7.567 # Run eval $(opam env) to update the current shell environment
#14 DONE 7.7s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:969fbe686b5ebf9b1a0c81f6b51f2700033d1c0b8b9e7b1575d0c7308acd0937
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.7s done
#17 writing image sha256:ea292466acc4617f805b00865fc7edda30280f8246289f19e81f1e51e6f31361
#17 writing image sha256:ea292466acc4617f805b00865fc7edda30280f8246289f19e81f1e51e6f31361 done
#17 DONE 1.8s
Pushing "sha256:08e4846a967615a85b96968fd83953248945666293dc1c43a072be1787e79f92" to "ocurrent/opam-staging:debian-12-ocaml-5.3-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
35feec66dc0f: Preparing
35feec66dc0f: Pushed
debian-12-ocaml-5.3-afl-arm64: digest: sha256:c8c04eb87539374be10e5358aeb559825f5cc1d562d5b95624f21ea98be85dc6 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
35feec66dc0f: Preparing
35feec66dc0f: Layer already exists
debian-12-ocaml-5.3-afl-arm64: digest: sha256:c8c04eb87539374be10e5358aeb559825f5cc1d562d5b95624f21ea98be85dc6 size: 531
Job succeeded
2025-06-07 16:20.50: Job succeeded