Build:
- 0
2025-06-21 11:58.26: New job: Build using linux-x86_64 in
[]
2025-06-21 11:58.26: Will push staging image to ocurrent/opam-staging:alpine-3.21-ocaml-5.1-amd64
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498
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.1 --packages=ocaml-base-compiler.5.1.1
RUN opam pin add -k version ocaml-base-compiler 5.1.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-21 11:58.26: Using cache hint "5.1.1-amd64-ocurrent/opam-staging@sha256:f92f659e5a2cc6ee6d0bdab7eb04bd7dd1918326d72ac4a7ea0346fb3ec50498"
2025-06-21 11:58.26: Waiting for resource in pool OCluster
2025-06-21 11:58.27: Waiting for worker…
2025-06-21 11:58.32: Got resource from pool OCluster
Building on doris.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:b267874c9167e7150cd60d988f61c546e65f0efce531810231327b3024d78e2a
#1 transferring dockerfile: 568B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:42638f7503ee1e8bc7c3d5f6d7586d42b1cc53c0b4fa74d031ce69e4039406bc
#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
#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
#5 [internal] load build definition from Dockerfile
#5 sha256:3f4d479758e625478c79add7988c43e02fa1832a67bcb401c8aaa96917ef613b
#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:93d5c787771ed9a96058a4e261084e45f31630e1ec3212090d62fa188dfad927
#7 DONE 0.0s
#14 [internal] load build context
#14 sha256:b1ddbf1cbc3055f0cb7fc606cf228095cd3f2498c9ebb7f07fa9e883ef5b5e1b
#14 transferring context: 568B done
#14 DONE 0.0s
#9 [2/7] RUN apk update && apk upgrade
#9 sha256:171b1af1758178d84c8cc20310a17c85e82cccfc1e708d7eaeea58a0c7a20095
#9 3.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
#9 3.631 fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
#9 4.405 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
#9 5.206 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#9 9.973 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
#9 11.02 v3.21.3-603-g364e1f9788f [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
#9 11.02 v3.21.3-605-g3307d5c253d [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
#9 11.02 v3.23.0_alpha20250612-581-g0452f3e42db [https://dl-cdn.alpinelinux.org/alpine/edge/main]
#9 11.02 v3.23.0_alpha20250612-585-g72e2e375689 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
#9 11.02 v3.23.0_alpha20250612-582-g8a3fc1bc8f0 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
#9 11.02 OK: 58803 distinct packages available
#9 11.90 OK: 306 MiB in 101 packages
#9 DONE 12.1s
#10 [3/7] RUN apk add zstd
#10 sha256:64428cb2c027bb857819de19d5e549a0a52af6a6f106dadad81f30af8c0d3a6e
#10 1.476 (1/1) Installing zstd (1.5.6-r2)
#10 1.903 Executing busybox-1.37.0-r12.trigger
#10 1.920 OK: 306 MiB in 102 packages
#10 DONE 2.6s
#11 [4/7] RUN opam switch create 5.1 --packages=ocaml-base-compiler.5.1.1
#11 sha256:634691b9d4073acb1b9b90b4aa2f5b07518d845cb2831492a2c9306d277cf368
#11 7.710
#11 7.710 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.893 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 8.442 [ocaml-base-compiler.5.1.1] downloaded from cache at https://opam.ocaml.org/cache
#11 10.15 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 10.22 [ocaml-base-compiler.5.1.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#11 10.22
#11 10.22 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 10.90 -> installed base-bigarray.base
#11 10.91 -> installed base-threads.base
#11 10.91 -> installed base-unix.base
#11 10.95 -> installed ocaml-options-vanilla.1
#11 128.1 -> installed ocaml-base-compiler.5.1.1
#11 128.2 -> installed ocaml-config.3
#11 128.3 -> installed ocaml.5.1.1
#11 128.4 -> installed base-domains.base
#11 128.4 -> installed base-nnp.base
#11 129.1 Done.
#11 129.1 # Run eval $(opam env) to update the current shell environment
#11 DONE 129.7s
#12 [5/7] RUN opam pin add -k version ocaml-base-compiler 5.1.1
#12 sha256:b3c15eee4b94624b9551f2be80626f932da31a0e86e87be6610f6a6a5d3bb430
#12 1.012 ocaml-base-compiler is now pinned to version 5.1.1
#12 1.012
#12 3.669 No package build needed.
#12 3.669 Nothing to do.
#12 3.674 # Run eval $(opam env) to update the current shell environment
#12 DONE 9.1s
#13 [6/7] RUN opam install -y opam-depext
#13 sha256:ad65676e8b27c63ab823c0356cba0202c3f6036ea7404f70fae28a6eb200f813
#13 5.373 The following actions will be performed:
#13 5.373 - install opam-depext 1.2.3
#13 5.374
#13 5.374 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.615 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 5.651
#13 5.651 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 7.232 -> installed opam-depext.1.2.3
#13 7.240 Done.
#13 7.246 # Run eval $(opam env) to update the current shell environment
#13 DONE 29.7s
#15 [7/7] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#15 sha256:73feb343829585df7492a15c00fed3995c062017f31ae0d6e6c9659b1823578c
#15 DONE 25.5s
#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 3.0s done
#16 writing image sha256:a22af2e98a96271c0a58c31109e95fb0fc4e20c1b9d3827b230640caaa87a4bb
#16 writing image sha256:a22af2e98a96271c0a58c31109e95fb0fc4e20c1b9d3827b230640caaa87a4bb done
#16 DONE 3.3s
Pushing "sha256:140344c8d94935db9f542e90dfb3316cc0eea158e5a1c7c1b1a92f5000ba3c1f" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.1-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
7fafc4b024a9: Preparing
7fafc4b024a9: Pushed
alpine-3.21-ocaml-5.1-amd64: digest: sha256:1e90e021a02d88e2f924e93d2b0106b5f6fae6bb1092fc7db90b3048d3b1807c size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
7fafc4b024a9: Preparing
7fafc4b024a9: Layer already exists
alpine-3.21-ocaml-5.1-amd64: digest: sha256:1e90e021a02d88e2f924e93d2b0106b5f6fae6bb1092fc7db90b3048d3b1807c size: 530
Job succeeded
2025-06-21 14:02.32: Job succeeded