Build:
  1. 0
2024-12-14 13:13.43: New job: Build using linux-arm64 in
                                []
2024-12-14 13:13.43: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-4.14-afl-arm64

Dockerfile:

# syntax=docker/dockerfile:1

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


2024-12-14 13:13.43: Using cache hint "4.14.2+afl-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:24.21: Waiting for worker…
2024-12-14 17:43.22: Got resource from pool OCluster
Building on ocaml-1.osuosl.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:
#1 transferring dockerfile: 533B done
#1 DONE 1.4s

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

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

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

#4 [internal] load build definition from Dockerfile
#4 DONE 0.0s

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

#6 [internal] load .dockerignore
#6 transferring context:
#6 transferring context: 2B done
#6 DONE 2.4s

#7 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#7 DONE 0.0s

#8 [internal] load build context
#8 ...

#7 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098
#7 CACHED

#8 [internal] load build context
#8 transferring context: 533B done
#8 DONE 1.0s

#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-afl
#9 10.68 
#9 10.68 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 10.90 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.2
#9 10.98 [ocaml-config.2/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 11.92 [ocaml-variants.4.14.2+options] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#9 12.87 [ocaml-variants.4.14.2+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 12.87 
#9 12.87 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 12.88 -> installed base-bigarray.base
#9 12.88 -> installed base-threads.base
#9 12.89 -> installed base-unix.base
#9 12.89 -> installed host-arch-arm64.1
#9 12.89 -> installed host-system-other.1
#9 12.89 -> installed ocaml-option-afl.1
#9 13.15 -> installed ocaml-options-only-afl.1
#9 183.4 -> installed ocaml-variants.4.14.2+options
#9 183.5 -> installed ocaml-config.2
#9 183.7 -> installed ocaml.4.14.2
#9 184.1 Done.
#9 184.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 189.0s

#10 [3/5] RUN opam pin add -k version ocaml-variants 4.14.2+options
#10 2.258 ocaml-variants is now pinned to version 4.14.2+options
#10 2.258 
#10 10.75 No package build needed.
#10 10.75 Nothing to do.
#10 10.75 # Run eval $(opam env) to update the current shell environment
#10 DONE 11.3s

#11 [4/5] RUN opam install -y opam-depext
#11 10.79 The following actions will be performed:
#11 10.79   - install opam-depext 1.2.3
#11 10.79 
#11 10.79 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.43 [opam-depext.1.2.3] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.2.3/opam-depext-full-1.2.3.tbz
#11 11.46 
#11 11.46 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 14.34 -> installed opam-depext.1.2.3
#11 14.35 Done.
#11 14.35 # Run eval $(opam env) to update the current shell environment
#11 DONE 16.3s

#12 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#12 DONE 1.3s

#13 exporting to image
#13 exporting layers
#13 exporting layers 10.3s done
#13 writing image sha256:a0c87bfbd95e90c3de13d5f29b727fb522b1a3c170c9b73dbbae998a5b42f6f5 0.0s done
#13 DONE 10.5s

 1 warning found (use --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 9)
Pushing "sha256:a0c87bfbd95e90c3de13d5f29b727fb522b1a3c170c9b73dbbae998a5b42f6f5" to "ocurrent/opam-staging:debian-12-ocaml-4.14-afl-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
507be70efcba: Preparing
4df3e4297ae9: Preparing
8ad95e960970: Preparing
3164d08d3884: Preparing
6e8e0023ac1f: Preparing
6e8e0023ac1f: Layer already exists
8ad95e960970: Pushed
4df3e4297ae9: Pushed
507be70efcba: Pushed
3164d08d3884: Pushed
debian-12-ocaml-4.14-afl-arm64: digest: sha256:ea1de29e9dfeb5fcee4b082feaa2abe4f530565a1fa221791bc9fcf4a849376b size: 1367
The push refers to repository [docker.io/ocurrent/opam-staging]
507be70efcba: Preparing
4df3e4297ae9: Preparing
8ad95e960970: Preparing
3164d08d3884: Preparing
6e8e0023ac1f: Preparing
6e8e0023ac1f: Layer already exists
507be70efcba: Layer already exists
4df3e4297ae9: Layer already exists
8ad95e960970: Layer already exists
3164d08d3884: Layer already exists
debian-12-ocaml-4.14-afl-arm64: digest: sha256:ea1de29e9dfeb5fcee4b082feaa2abe4f530565a1fa221791bc9fcf4a849376b size: 1367
Job succeeded
2024-12-14 17:48.38: Job succeeded