Build:
- 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.2-afl-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.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-afl
RUN opam pin add -k version ocaml-variants 5.2.1+options
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.2.1+afl-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.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:591fb630fee0088265995c9a58257c5a15dc64bafcc5752f3368e8972cd08cb3
#1 transferring dockerfile: 597B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:d0eb0d0cb3b6f5364de2def716a508124597583fa96c4dbf999d8b4ab8aa54ae
#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:c7b33879298b4766dabdf086f520ee1e626b2631314201c8823c7b533853e492
#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:4815410a35e21c01c3782fcd286f36d40f08df8218749c5a7a35b8791b4c242d
#7 DONE 0.0s
#9 [2/7] RUN apk update && apk upgrade
#9 sha256:171b1af1758178d84c8cc20310a17c85e82cccfc1e708d7eaeea58a0c7a20095
#9 ...
#14 [internal] load build context
#14 sha256:0d5ad47709ed98146c9298b370bbf2e660041485f4997943f38893dab1a37754
#14 transferring context: 597B 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.2 --packages=ocaml-variants.5.2.1+options,ocaml-options-only-afl
#11 sha256:3ac420406d4c2eb66d9e91963a4a956f56f595d5d1554510812495cc476c7e67
#11 8.021
#11 8.021 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.575 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 8.801 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 9.471 [ocaml-variants.5.2.1+options] downloaded from cache at https://opam.ocaml.org/cache
#11 11.23 [ocaml-variants.5.2.1+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#11 11.23
#11 11.23 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.24 -> installed base-bigarray.base
#11 11.24 -> installed base-threads.base
#11 11.24 -> installed base-unix.base
#11 11.25 -> installed ocaml-option-afl.1
#11 12.04 -> installed ocaml-options-only-afl.1
#11 175.7 -> installed ocaml-variants.5.2.1+options
#11 175.8 -> installed ocaml-config.3
#11 175.9 -> installed ocaml.5.2.1
#11 176.0 -> installed base-domains.base
#11 176.0 -> installed base-nnp.base
#11 176.8 Done.
#11 176.8 # Run eval $(opam env) to update the current shell environment
#11 DONE 196.1s
#12 [5/7] RUN opam pin add -k version ocaml-variants 5.2.1+options
#12 sha256:82c8101343c7cd111f3d54989b1ce4940d444e2b9802759c45f1c62ce063760e
#12 13.04 ocaml-variants is now pinned to version 5.2.1+options
#12 13.04
#12 15.71 No package build needed.
#12 15.71 Nothing to do.
#12 15.71 # Run eval $(opam env) to update the current shell environment
#12 DONE 16.6s
#13 [6/7] RUN opam install -y opam-depext
#13 sha256:fc8e02d44592792b11cf93d489c57903c2b3ab4978226c391d03e5d9a96c4d41
#13 16.58 The following actions will be performed:
#13 16.58 - install opam-depext 1.2.3
#13 16.58
#13 16.58 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 16.70 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 16.73
#13 16.73 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 18.45 -> installed opam-depext.1.2.3
#13 18.46 Done.
#13 18.46 # Run eval $(opam env) to update the current shell environment
#13 DONE 18.8s
#15 [7/7] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#15 sha256:7f7ef51486c4bfa859af589277c08e66527fd85448a67a5f133ea7f28a780aff
#15 DONE 1.0s
#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 3.3s done
#16 writing image sha256:96d9c3215de4be41545036aa3db98ad080e8860c2b1ce8c7dc56aa2c02229d2f done
#16 DONE 3.3s
Pushing "sha256:5dee0af02fc0e7201310aa39e1c912c43a19cb626df1785fe0b3b701dc9bdc49" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.2-afl-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
86769d6df218: Preparing
86769d6df218: Pushed
alpine-3.21-ocaml-5.2-afl-amd64: digest: sha256:671fd825175b1882c13bf164d6d080e6f4c85ee0e70e1c90ff3fadc284d7a915 size: 530
The push refers to repository [docker.io/ocurrent/opam-staging]
86769d6df218: Preparing
86769d6df218: Layer already exists
alpine-3.21-ocaml-5.2-afl-amd64: digest: sha256:671fd825175b1882c13bf164d6d080e6f4c85ee0e70e1c90ff3fadc284d7a915 size: 530
Job succeeded
2025-06-21 14:49.54: Job succeeded