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

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:5c3839cefe514f839155d8b51c8a680982eeb70e2db8981e5ef1af7049ae380c
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
RUN opam pin add -k version ocaml-base-compiler 5.2.1
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-06-07 12:06.06: Using cache hint "5.2.1-amd64-ocurrent/opam-staging@sha256:5c3839cefe514f839155d8b51c8a680982eeb70e2db8981e5ef1af7049ae380c"
2025-06-07 12:06.06: Waiting for resource in pool OCluster
2025-06-07 12:06.06: Waiting for worker…
2025-06-07 12:23.02: 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: 663B done
#1 DONE 0.0s

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

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

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

#5 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:5c3839cefe514f839155d8b51c8a680982eeb70e2db8981e5ef1af7049ae380c
#5 resolve docker.io/ocurrent/opam-staging@sha256:5c3839cefe514f839155d8b51c8a680982eeb70e2db8981e5ef1af7049ae380c done
#5 sha256:5c3839cefe514f839155d8b51c8a680982eeb70e2db8981e5ef1af7049ae380c 530B / 530B done
#5 sha256:f39ed21204e9e811f6880e0975564aac023d169b3fba35da3cd03a051498a722 8.33kB / 8.33kB done
#5 sha256:056895620c2bc5446605b6a5b47c6baf457175f470d1ef4fffc47aa1b9da1c08 484.06MB / 484.06MB 13.6s done
#5 extracting sha256:056895620c2bc5446605b6a5b47c6baf457175f470d1ef4fffc47aa1b9da1c08 42.5s done
#5 DONE 59.3s

#6 [2/8] RUN apt-get -y update
#6 0.659 Hit:1 http://deb.debian.org/debian bullseye InRelease
#6 0.667 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#6 0.690 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#6 1.029 Reading package lists...
#6 DONE 1.4s

#7 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#7 0.346 Reading package lists...
#7 0.713 Building dependency tree...
#7 0.783 Reading state information...
#7 0.794 Calculating upgrade...
#7 0.885 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#7 DONE 0.9s

#8 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#8 0.362 Reading package lists...
#8 0.733 Building dependency tree...
#8 0.806 Reading state information...
#8 0.914 The following NEW packages will be installed:
#8 0.914   libzstd-dev
#8 0.985 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#8 0.985 Need to get 382 kB of archives.
#8 0.985 After this operation, 1364 kB of additional disk space will be used.
#8 0.985 Get:1 http://deb.debian.org/debian bullseye/main amd64 libzstd-dev amd64 1.4.8+dfsg-2.1 [382 kB]
#8 1.175 debconf: delaying package configuration, since apt-utils is not installed
#8 1.199 Fetched 382 kB in 0s (2534 kB/s)
#8 1.214 Selecting previously unselected package libzstd-dev:amd64.
#8 1.214 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18342 files and directories currently installed.)
#8 1.225 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-2.1_amd64.deb ...
#8 1.226 Unpacking libzstd-dev:amd64 (1.4.8+dfsg-2.1) ...
#8 1.272 Setting up libzstd-dev:amd64 (1.4.8+dfsg-2.1) ...
#8 DONE 1.3s

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

#10 [internal] load build context
#10 transferring context: 663B done
#10 DONE 0.0s

#11 [5/8] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.1
#11 3.570 
#11 3.570 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 3.730 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#11 3.968 [ocaml-config.3/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#11 4.222 [ocaml-base-compiler.5.2.1] downloaded from cache at https://opam.ocaml.org/cache
#11 5.390 [ocaml-base-compiler.5.2.1/ocaml-base-compiler.install] downloaded from https://opam.ocaml.org/cache
#11 5.390 
#11 5.390 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.854 -> installed base-bigarray.base
#11 5.856 -> installed base-threads.base
#11 5.858 -> installed base-unix.base
#11 5.864 -> installed ocaml-options-vanilla.1
#11 105.9 -> installed ocaml-base-compiler.5.2.1
#11 106.0 -> installed ocaml-config.3
#11 106.1 -> installed ocaml.5.2.1
#11 106.1 -> installed base-domains.base
#11 106.1 -> installed base-nnp.base
#11 106.6 Done.
#11 106.6 # Run eval $(opam env) to update the current shell environment
#11 DONE 106.9s

#12 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.2.1
#12 0.555 ocaml-base-compiler is now pinned to version 5.2.1
#12 0.555 
#12 3.382 No package build needed.
#12 3.382 Nothing to do.
#12 3.382 # Run eval $(opam env) to update the current shell environment
#12 DONE 3.4s

#13 [7/8] RUN opam install -y opam-depext
#13 3.619 The following actions will be performed:
#13 3.619   - install opam-depext 1.2.3
#13 3.619 
#13 3.619 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 4.144 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#13 4.164 
#13 4.164 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 5.359 -> installed opam-depext.1.2.3
#13 5.366 Done.
#13 5.367 # Run eval $(opam env) to update the current shell environment
#13 DONE 5.4s

#14 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 DONE 0.0s

#15 exporting to image
#15 exporting layers
#15 exporting layers 1.4s done
#15 writing image sha256:7ca56b99ee5268f609ace2e66aacfa37ca1d97ee8df44b34776989779fcd6cca done
#15 DONE 1.4s

 1 warning found (use docker --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 14)
Pushing "sha256:7ca56b99ee5268f609ace2e66aacfa37ca1d97ee8df44b34776989779fcd6cca" to "ocurrent/opam-staging:debian-11-ocaml-5.2-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
cb3bba2edf15: Preparing
e917143273d1: Preparing
d169f9f52198: Preparing
5ee5d6bdfb6a: Preparing
d44bf3e87e3d: Preparing
1c80bc450bf5: Preparing
1f4b401fe0b8: Preparing
f0a108ba3e72: Preparing
1f4b401fe0b8: Waiting
1c80bc450bf5: Waiting
f0a108ba3e72: Waiting
d44bf3e87e3d: Layer already exists
1c80bc450bf5: Layer already exists
1f4b401fe0b8: Layer already exists
cb3bba2edf15: Pushed
d169f9f52198: Pushed
f0a108ba3e72: Layer already exists
e917143273d1: Pushed
5ee5d6bdfb6a: Pushed
debian-11-ocaml-5.2-amd64: digest: sha256:321c1657767be90fce2cfad3b8a9f6a7b60ca80b857f75442ba587076e6a92a7 size: 1994
The push refers to repository [docker.io/ocurrent/opam-staging]
cb3bba2edf15: Preparing
e917143273d1: Preparing
d169f9f52198: Preparing
5ee5d6bdfb6a: Preparing
d44bf3e87e3d: Preparing
1c80bc450bf5: Preparing
1f4b401fe0b8: Preparing
f0a108ba3e72: Preparing
f0a108ba3e72: Waiting
1c80bc450bf5: Waiting
1f4b401fe0b8: Waiting
d44bf3e87e3d: Layer already exists
d169f9f52198: Layer already exists
5ee5d6bdfb6a: Layer already exists
cb3bba2edf15: Layer already exists
e917143273d1: Layer already exists
1c80bc450bf5: Layer already exists
1f4b401fe0b8: Layer already exists
f0a108ba3e72: Layer already exists
debian-11-ocaml-5.2-amd64: digest: sha256:321c1657767be90fce2cfad3b8a9f6a7b60ca80b857f75442ba587076e6a92a7 size: 1994
Job succeeded
2025-06-07 13:52.52: Job succeeded