Build:
  1. 0
2025-06-07 12:11.04: New job: Build using linux-x86_64 in
                                []
2025-06-07 12:11.04: Will push staging image to ocurrent/opam-staging:debian-testing-ocaml-4.14-amd64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:aa8b0fa0f2c1446699826408f37b4bfc72398a686b630c7f1b41b3c4fb47a8aa
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
RUN opam pin add -k version ocaml-base-compiler 4.14.2
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 12:11.04: Using cache hint "4.14.2-amd64-ocurrent/opam-staging@sha256:aa8b0fa0f2c1446699826408f37b4bfc72398a686b630c7f1b41b3c4fb47a8aa"
2025-06-07 12:11.04: Waiting for resource in pool OCluster
2025-06-07 12:11.04: Waiting for worker…
2025-06-07 12:31.09: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 504B done
#1 DONE 0.0s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.6s

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

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

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

#6 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:aa8b0fa0f2c1446699826408f37b4bfc72398a686b630c7f1b41b3c4fb47a8aa
#6 resolve docker.io/ocurrent/opam-staging@sha256:aa8b0fa0f2c1446699826408f37b4bfc72398a686b630c7f1b41b3c4fb47a8aa done
#6 sha256:aa8b0fa0f2c1446699826408f37b4bfc72398a686b630c7f1b41b3c4fb47a8aa 530B / 530B done
#6 sha256:f439c1e1cec95a22c44f934f09fbb28feffa4ad57988b8021821be652b8ed0c0 8.33kB / 8.33kB done
#6 sha256:e4379fd81e83360d4ecb21efcd807842ad38ab2f35de79d598bd1e5642051c51 511.26MB / 511.26MB 77.5s done
#6 extracting sha256:e4379fd81e83360d4ecb21efcd807842ad38ab2f35de79d598bd1e5642051c51 40.6s done
#6 DONE 121.9s

#7 [internal] load build context
#7 transferring context: 504B done
#7 DONE 0.0s

#8 [2/5] RUN opam switch create 4.14 --packages=ocaml-base-compiler.4.14.2
#8 3.195 
#8 3.195 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#8 3.380 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#8 3.631 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#8 4.169 [ocaml-base-compiler.4.14.2] downloaded from cache at https://opam.ocaml.org/cache
#8 5.092 [ocaml-base-compiler.4.14.2/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#8 5.093 
#8 5.093 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#8 5.493 -> installed base-bigarray.base
#8 5.495 -> installed base-threads.base
#8 5.496 -> installed base-unix.base
#8 5.503 -> installed ocaml-options-vanilla.1
#8 85.77 -> installed ocaml-base-compiler.4.14.2
#8 85.83 -> installed ocaml-config.2
#8 85.93 -> installed ocaml.4.14.2
#8 86.51 Done.
#8 86.51 # Run eval $(opam env) to update the current shell environment
#8 DONE 86.8s

#9 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.14.2
#9 0.532 ocaml-base-compiler is now pinned to version 4.14.2
#9 0.532 
#9 3.388 No package build needed.
#9 3.388 Nothing to do.
#9 3.388 # Run eval $(opam env) to update the current shell environment
#9 DONE 3.4s

#10 [4/5] RUN opam install -y opam-depext
#10 3.774 The following actions will be performed:
#10 3.774   - install opam-depext 1.2.3
#10 3.774 
#10 3.774 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 4.201 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#10 4.220 
#10 4.220 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 5.911 -> installed opam-depext.1.2.3
#10 5.918 Done.
#10 5.918 # Run eval $(opam env) to update the current shell environment
#10 DONE 6.0s

#11 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#11 DONE 0.0s

#12 exporting to image
#12 exporting layers
#12 exporting layers 1.7s done
#12 writing image sha256:c678156616399c31da7ae164cae8d8aba4e24bb3643617fa5a85a36fe777eaa3 done
#12 DONE 1.7s

 1 warning found (use docker --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 9)
Pushing "sha256:c678156616399c31da7ae164cae8d8aba4e24bb3643617fa5a85a36fe777eaa3" to "ocurrent/opam-staging:debian-testing-ocaml-4.14-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
0795b9c228f8: Preparing
37559b75dcfa: Preparing
4935eadb0d00: Preparing
983a9a45d01d: Preparing
d78e9259f4a2: Preparing
d78e9259f4a2: Layer already exists
4935eadb0d00: Pushed
0795b9c228f8: Pushed
37559b75dcfa: Pushed
983a9a45d01d: Pushed
debian-testing-ocaml-4.14-amd64: digest: sha256:bc21674a7c32a3ba66f399d57496479a6b82e2b2a89bf6685928aae15bb5a621 size: 1367
The push refers to repository [docker.io/ocurrent/opam-staging]
0795b9c228f8: Preparing
37559b75dcfa: Preparing
4935eadb0d00: Preparing
983a9a45d01d: Preparing
d78e9259f4a2: Preparing
d78e9259f4a2: Layer already exists
983a9a45d01d: Layer already exists
0795b9c228f8: Layer already exists
4935eadb0d00: Layer already exists
37559b75dcfa: Layer already exists
debian-testing-ocaml-4.14-amd64: digest: sha256:bc21674a7c32a3ba66f399d57496479a6b82e2b2a89bf6685928aae15bb5a621 size: 1367
Job succeeded
2025-06-07 14:03.23: Job succeeded