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.5-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.5 --packages=ocaml-variants.5.5.0+trunk
RUN opam pin add -k version ocaml-variants 5.5.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.5.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.37: Got resource from pool OCluster
Building on doris.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:6ed3b21bf763affec6284b2901cc077b7c64f02dc9ff8e6bdf5b86f7076bbc84
#1 transferring dockerfile: 658B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:ccf4b2760e2bebb373df8436d461af90f0ed633f758c6316338d50e0190a3630
#2 transferring context: 2B done
#2 DONE 0.1s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
#3 DONE 0.1s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:d95c0f0e2674ec5312c08d32b53352282bfb47bb937e59be1811918de553c0e8
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:1e3d1e9d6aed92da4165cf33399a7e6306c07ca04ab7e00bd6908553d1b2d7a4
#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:110c2c458078f01830522d7fef2a0263620ce205f0cbfc8b03d9ea010dc0cda1
#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:609e7ea35f18a0b84d87d3d373f37143cff86d2e98d2c6270e8fdfcc8df83f41
#15 transferring context: 658B done
#15 DONE 0.0s
#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.5 --packages=ocaml-variants.5.5.0+trunk
#12 sha256:175c505b5c6ca3e9dc9d1de6f63240fb70a821e08c852ff5ddcdd2142cafbbe2
#12 6.911
#12 6.911 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 9.095 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#12 9.197 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#12 21.36 [ocaml-compiler.5.5] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#12 23.69
#12 23.69 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 23.69 -> installed base-bigarray.base
#12 23.73 -> installed base-threads.base
#12 23.76 -> installed base-unix.base
#12 23.78 -> installed host-arch-x86_64.1
#12 23.78 -> installed host-system-other.1
#12 23.79 -> installed ocaml-beta.enabled
#12 178.4 -> installed ocaml-compiler.5.5
#12 178.5 -> installed ocaml-variants.5.5.0+trunk
#12 178.6 -> installed ocaml-config.3
#12 178.7 -> installed ocaml.5.5.0
#12 178.8 -> installed base-domains.base
#12 178.8 -> installed base-effects.base
#12 178.9 -> installed base-nnp.base
#12 179.6 Done.
#12 179.6 # Run eval $(opam env) to update the current shell environment
#12 DONE 183.9s
#13 [6/8] RUN opam pin add -k version ocaml-variants 5.5.0+trunk
#13 sha256:b7a748ec10ea9cbd083976256df9565787934d4fa4ecb7983af564ff4bd0fe61
#13 19.90 ocaml-variants is now pinned to version 5.5.0+trunk
#13 19.90
#13 22.30 Already up-to-date.
#13 22.30 Nothing to do.
#13 22.31 # Run eval $(opam env) to update the current shell environment
#13 DONE 23.5s
#14 [7/8] RUN opam install -y opam-depext
#14 sha256:658d4294212edb5c0ccec634696916ff9e674490f1f9a5a4e6fc6839fe272ffa
#14 18.76 The following actions will be performed:
#14 18.76 - install opam-depext 1.2.3
#14 18.76
#14 18.76 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 18.88 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#14 18.91
#14 18.91 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 21.30 -> installed opam-depext.1.2.3
#14 21.31 Done.
#14 21.32 # Run eval $(opam env) to update the current shell environment
#14 DONE 91.5s
#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:02330adfaf18e018df1514ecb05a035f44d2ea238e25f6f8f0acc45f55020c67
#16 DONE 2.1s
#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 2.8s done
#17 writing image sha256:2f3a65b1d24e7fbd3e6400a8a01b5bf64a4f9daa4999b966b2d97e615e5ca9f9 done
#17 DONE 2.9s
Pushing "sha256:5e1576d0a1107d03dfdee380142d9f0cadac99889453dff66885334715fc7fe9" to "ocurrent/opam-staging:alpine-3.21-ocaml-5.5-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
5fd0a84db57d: Preparing
5fd0a84db57d: Pushed
alpine-3.21-ocaml-5.5-amd64: digest: sha256:59236c87bc8a217cc4b03476ca73e7ae3bb9f7107693798ba9f8287726e76164 size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
5fd0a84db57d: Preparing
5fd0a84db57d: Layer already exists
alpine-3.21-ocaml-5.5-amd64: digest: sha256:59236c87bc8a217cc4b03476ca73e7ae3bb9f7107693798ba9f8287726e76164 size: 531
Job succeeded
2025-06-21 15:16.53: Job succeeded