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-5.0-no-flat-float-array-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 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.0.0+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 "5.0.0+no-flat-float-array-arm64-ocurrent/opam-staging@sha256:c227e4f4141ce4ceecd6fcb0db9e51924b395fe60940dc94132f58581de0d098"
2024-12-14 13:13.43: Waiting for resource in pool OCluster
2024-12-14 13:31.50: Waiting for worker…
2024-12-14 17:55.13: 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: 546B done
#1 DONE 0.1s

#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:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5
#3 CACHED

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

#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 5.0s

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

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

#8 [internal] load build context
#8 transferring context: 546B done
#8 DONE 0.4s

#9 [2/5] RUN opam switch create 5.0 --packages=ocaml-variants.5.0.0+options,ocaml-options-only-no-flat-float-array
#9 8.992 
#9 8.992 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.239 [ocaml-config.3/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.3
#9 9.387 [ocaml-config.3/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 10.32 [ocaml-variants.5.0.0+options] downloaded from https://github.com/ocaml/ocaml/archive/5.0.0.tar.gz
#9 11.43 [ocaml-variants.5.0.0+options/ocaml-variants.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-variants/ocaml-variants.install
#9 11.43 
#9 11.43 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 11.44 -> installed base-bigarray.base
#9 11.45 -> installed base-threads.base
#9 11.45 -> installed base-unix.base
#9 11.45 -> installed host-arch-arm64.1
#9 11.45 -> installed host-system-other.1
#9 11.45 -> installed ocaml-option-no-flat-float-array.1
#9 11.81 -> installed ocaml-options-only-no-flat-float-array.1
#9 168.2 -> installed ocaml-variants.5.0.0+options
#9 168.4 -> installed ocaml-config.3
#9 168.6 -> installed ocaml.5.0.0
#9 168.7 -> installed base-domains.base
#9 168.8 -> installed base-nnp.base
#9 169.2 Done.
#9 169.2 # Run eval $(opam env) to update the current shell environment
#9 DONE 175.3s

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

#11 [4/5] RUN opam install -y opam-depext
#11 11.09 The following actions will be performed:
#11 11.09   - install opam-depext 1.2.3
#11 11.09 
#11 11.09 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.82 [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.86 
#11 11.86 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 14.81 -> installed opam-depext.1.2.3
#11 14.82 Done.
#11 14.82 # Run eval $(opam env) to update the current shell environment
#11 DONE 15.7s

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

#13 exporting to image
#13 exporting layers
#13 exporting layers 9.2s done
#13 writing image sha256:beed14435ae319f0a17cb67a92da423fcab187e945f41ebfbeb705553e00e29e 0.0s done
#13 DONE 9.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:beed14435ae319f0a17cb67a92da423fcab187e945f41ebfbeb705553e00e29e" to "ocurrent/opam-staging:debian-12-ocaml-5.0-no-flat-float-array-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
ccd746a6e037: Preparing
83bb0a4c577e: Preparing
2f7d2ffe6e58: Preparing
138a12eaf63d: Preparing
6e8e0023ac1f: Preparing
6e8e0023ac1f: Layer already exists
2f7d2ffe6e58: Pushed
83bb0a4c577e: Pushed
ccd746a6e037: Pushed
138a12eaf63d: Pushed
debian-12-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:5d0ba889c9edacbcef4dff2e86c34cb30838136628a8ddb3f97f56d4ed113c5e size: 1367
The push refers to repository [docker.io/ocurrent/opam-staging]
ccd746a6e037: Preparing
83bb0a4c577e: Preparing
2f7d2ffe6e58: Preparing
138a12eaf63d: Preparing
6e8e0023ac1f: Preparing
2f7d2ffe6e58: Layer already exists
138a12eaf63d: Layer already exists
ccd746a6e037: Layer already exists
6e8e0023ac1f: Layer already exists
83bb0a4c577e: Layer already exists
debian-12-ocaml-5.0-no-flat-float-array-arm64: digest: sha256:5d0ba889c9edacbcef4dff2e86c34cb30838136628a8ddb3f97f56d4ed113c5e size: 1367
Job succeeded
2024-12-14 18:00.19: Job succeeded