Build:
  1. 0
2025-06-21 11:58.27: New job: Build using linux-x86_64 in
                                []
2025-06-21 11:58.27: Will push staging image to ocurrent/opam-staging:alpine-3.21-ocaml-5.4-amd64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apk update && apk upgrade
RUN apk add zstd
USER opam
RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk
RUN opam pin add -k version ocaml-variants 5.4.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-21 11:58.27: Using cache hint "5.4.0-amd64-ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498"
2025-06-21 11:58.27: Waiting for resource in pool OCluster
2025-06-21 11:58.27: Waiting for worker…
2025-06-21 11:58.35: Got resource from pool OCluster
Building on doris.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:5715c1f2f76dbe887ccd38afbd6ed81d7781ba2c2db4d1127ced7fd040c5c83f
#1 transferring dockerfile: 658B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:438e2f42c915ceb373cf760420c2fd6f498b2613129c5133b007a59b6f1fd113
#2 transferring context: 2B done
#2 DONE 0.0s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
#3 DONE 0.2s

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

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498
#6 sha256:ae56f7d512e7c87a1997ccb40adbde1ea7bd497bcd7461f375c9ec3b983ff6f7
#6 DONE 0.0s

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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498
#8 sha256:ba363154686d3dd491152c8ad0b9fb5b415a378cab832c696d7283fc21f44ecd
#8 resolve docker.io/ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498 done
#8 DONE 0.1s

#15 [internal] load build context
#15 sha256:4c71e292df1ca25f4edc50a1e850f051b7bb90e7fce93fc9aff1613b1523c0f1
#15 transferring context: 658B done
#15 DONE 0.1s

#9 [2/8] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:c7a80824df600807008158af7fd339e86ad3fd533d395e96a4925962e748c47d
#9 2.327 [beta] Initialised
#9 DONE 2.7s

#10 [3/8] RUN apk update && apk upgrade
#10 sha256:8d4e07d8fd1f4f1ac3eed5f9355cfc3590020111f8cf70a53be1695e36e2b8f8
#10 0.931 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
#10 2.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
#10 4.741 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
#10 5.572 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#10 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
#10 12.73 v3.21.3-603-g364e1f9788f [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
#10 12.73 v3.21.3-605-g3307d5c253d [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
#10 12.73 v3.23.0_alpha20250612-581-g0452f3e42db [https://dl-cdn.alpinelinux.org/alpine/edge/main]
#10 12.73 v3.23.0_alpha20250612-585-g72e2e375689 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
#10 12.73 v3.23.0_alpha20250612-582-g8a3fc1bc8f0 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
#10 12.73 OK: 58803 distinct packages available
#10 14.22 OK: 306 MiB in 101 packages
#10 DONE 16.0s

#11 [4/8] RUN apk add zstd
#11 sha256:f333e465dea7219dc1f4552e91ee21574f311ce5ce71de1a335a5f2f4721699b
#11 2.866 (1/1) Installing zstd (1.5.6-r2)
#11 3.171 Executing busybox-1.37.0-r12.trigger
#11 3.190 OK: 306 MiB in 102 packages
#11 DONE 6.2s

#12 [5/8] RUN opam switch create 5.4 --packages=ocaml-variants.5.4.0+trunk
#12 sha256:4dbf6426fb318e46eb8a63330280f9cc3510b8c459e2e03f2e1c8f67a47508ad
#12 8.189 
#12 8.189 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 10.33 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 12.43 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 23.71 [ocaml-compiler.5.4] downloaded from https://github.com/ocaml/ocaml/archive/5.4.tar.gz
#12 26.41 
#12 26.41 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 26.41 -> installed base-bigarray.base
#12 26.42 -> installed base-threads.base
#12 26.42 -> installed base-unix.base
#12 26.43 -> installed host-arch-x86_64.1
#12 26.44 -> installed host-system-other.1
#12 26.47 -> installed ocaml-beta.enabled
#12 184.2 -> installed ocaml-compiler.5.4
#12 184.2 -> installed ocaml-variants.5.4.0+trunk
#12 184.3 -> installed ocaml-config.3
#12 184.5 -> installed ocaml.5.4.0
#12 184.5 -> installed base-domains.base
#12 184.6 -> installed base-effects.base
#12 184.6 -> installed base-nnp.base
#12 185.3 Done.
#12 185.3 # Run eval $(opam env) to update the current shell environment
#12 DONE 190.1s

#13 [6/8] RUN opam pin add -k version ocaml-variants 5.4.0+trunk
#13 sha256:52a0f9ce97685db4dc584ffa20ceb34b7864ebbb09d08c4b28753732531b51c5
#13 17.44 ocaml-variants is now pinned to version 5.4.0+trunk
#13 17.44 
#13 20.04 No package build needed.
#13 20.04 Nothing to do.
#13 20.04 # Run eval $(opam env) to update the current shell environment
#13 DONE 23.7s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:6ef82a3d42e667b05c69de096f6951b6708d8d00efaa06f24aa966dbd462eb9b
#14 12.13 The following actions will be performed:
#14 12.13   - install opam-depext 1.2.3
#14 12.13 
#14 12.13 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 12.42 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 12.45 
#14 12.45 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 14.93 -> installed opam-depext.1.2.3
#14 14.95 Done.
#14 14.96 # Run eval $(opam env) to update the current shell environment
#14 DONE 84.6s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:278dcb80a7dfee3cd6d1703b60aad64b52236fba01b3679b8a6a77fdd4b9ab31
#16 DONE 2.6s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 2.9s done
#17 writing image sha256:9d82695519df79fcf8c5460fbaa7f814a7433dec349eced1a002510263b03de6 done
#17 DONE 2.9s
Pushing "sha256:ad9aefefd9893557d6150f659b8f450afb0e297ee5675ed5d40797140fbb002e" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.4-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
2b222ff83e09: Preparing
2b222ff83e09: Pushed
alpine-3.21-ocaml-5.4-amd64: digest: sha256:63525af0d204cfab5a43244dc7e2261b9fcfa6d97e0121de4980b9cfefed1893 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
2b222ff83e09: Preparing
2b222ff83e09: Layer already exists
alpine-3.21-ocaml-5.4-amd64: digest: sha256:63525af0d204cfab5a43244dc7e2261b9fcfa6d97e0121de4980b9cfefed1893 size: 531
Job succeeded
2025-06-21 15:08.03: Job succeeded