Build:
- 0
2025-06-07 12:04.18: New job: Build using linux-arm64 in
[]
2025-06-07 12:04.18: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-4.14-no-flat-float-array-arm32v7
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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-no-flat-float-array
RUN opam pin add -k version ocaml-variants 4.14.2+options
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2025-06-07 12:04.18: Using cache hint "4.14.2+no-flat-float-array-arm32v7-ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222"
2025-06-07 12:04.18: Waiting for resource in pool OCluster
2025-06-07 12:40.07: Waiting for worker…
2025-06-07 17:38.42: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
#2 [internal] load .dockerignore
#2 sha256:19d5be0a36afd036a770350f97b0c775e02efd1a01ee6c89bc6512ce40ac10e3
#2 transferring context: 2B done
#2 DONE 0.2s
#1 [internal] load build definition from Dockerfile
#1 sha256:91bbd5d4bcf773c8a404705a877cb673d3cdcc8874b91af240cdba1ff2edafad
#1 transferring dockerfile: 615B done
#1 DONE 0.2s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.3s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:e1b8ab9c4c488e39bfb8463f516b8fd036cc51116d72fd9d07edde22bf8d34c6
#4 CACHED
#5 [internal] load build definition from Dockerfile
#5 sha256:72c581c273bf18774ba491ba79b0a719796bb6efccf831f7a212ebf3ece90093
#5 DONE 0.0s
#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222
#6 sha256:94bbc0978e0fce918bd418ed38b917b895742913ff25b9871ab611926e67cffb
#6 DONE 0.0s
#7 [internal] load .dockerignore
#7 sha256:c9460f8c8a9bc6249356d4ea145e73501b45a8908aa325cf2258d5e0631f9c65
#7 DONE 0.0s
#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:d630846bbd39f7203129e1b8bb219c035b6a3324e2bfe3d489401bb4a2c87222
#8 sha256:2aec741a5d42fe9367ac9b27a0306acb1d975c04ca319eed0145e6b1065426ff
#8 CACHED
#12 [internal] load build context
#12 sha256:1fa31fffb30b6e0d8e2636ca7593702425bbffb5f99cce297a1d979d46d0e652
#12 transferring context: 615B done
#12 DONE 0.1s
#9 [2/5] RUN opam switch create 4.14 --packages=ocaml-variants.4.14.2+options,ocaml-options-only-no-flat-float-array
#9 sha256:ecd5670e3a9508e5e1b5bdff0d170c7e16fcfbbaecab1c2065e9ae3a11d8b9fe
#9 5.620
#9 5.620 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 5.860 [ocaml-config.2/gen_ocaml_config.ml.in] downloaded from https://opam.ocaml.org/cache
#9 6.260 [ocaml-config.2/ocaml-config.install] downloaded from https://opam.ocaml.org/cache
#9 6.344 [ocaml-variants.4.14.2+options] downloaded from cache at https://opam.ocaml.org/cache
#9 7.372 [ocaml-variants.4.14.2+options/ocaml-variants.install] downloaded from https://opam.ocaml.org/cache
#9 7.372
#9 7.372 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.375 -> installed base-bigarray.base
#9 7.377 -> installed base-threads.base
#9 7.379 -> installed base-unix.base
#9 7.381 -> installed ocaml-option-no-flat-float-array.1
#9 7.622 -> installed ocaml-options-only-no-flat-float-array.1
#9 88.66 -> installed ocaml-variants.4.14.2+options
#9 88.70 -> installed ocaml-config.2
#9 88.81 -> installed ocaml.4.14.2
#9 89.15 Done.
#9 89.15 # Run eval $(opam env) to update the current shell environment
#9 DONE 89.7s
#10 [3/5] RUN opam pin add -k version ocaml-variants 4.14.2+options
#10 sha256:d7e05fb83e05488ef85fb6dd947b53764b0b7c94f1b77297cdaf3b5c10385df4
#10 1.133 ocaml-variants is now pinned to version 4.14.2+options
#10 1.133
#10 5.824 No package build needed.
#10 5.824 Nothing to do.
#10 5.825 # Run eval $(opam env) to update the current shell environment
#10 DONE 5.9s
#11 [4/5] RUN opam install -y opam-depext
#11 sha256:67b2af2a51f6613baab4d1d886385d38a95ac2faad82cb10a9c2f5f4313e3584
#11 5.843 The following actions will be performed:
#11 5.843 - install opam-depext 1.2.3
#11 5.843
#11 5.843 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.194 [opam-depext.1.2.3] downloaded from cache at https://opam.ocaml.org/cache
#11 6.220
#11 6.220 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.047 -> installed opam-depext.1.2.3
#11 8.054 Done.
#11 8.054 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.1s
#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:c0407aa01e355001209de0647e005490b96274b3fd96dca05a8cc1bb8e99e672
#13 DONE 0.1s
#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.0s done
#14 writing image sha256:114b3a24144a09248d4c22487859c15043d2a277131f782389e145b0e899af90 done
#14 DONE 2.0s
Pushing "sha256:666d1246904438a545d9a1482b6c239f5143b8b304f1b923b679179a32204047" to "ocurrent/opam-staging:debian-12-ocaml-4.14-no-flat-float-array-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
fadc3ebf29df: Preparing
fadc3ebf29df: Pushed
debian-12-ocaml-4.14-no-flat-float-array-arm32v7: digest: sha256:95fdf9f7137641581a4fec731c2ff1e5b7ba9c1f6021fb35e2767f3960b0b26d size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
fadc3ebf29df: Preparing
fadc3ebf29df: Layer already exists
debian-12-ocaml-4.14-no-flat-float-array-arm32v7: digest: sha256:95fdf9f7137641581a4fec731c2ff1e5b7ba9c1f6021fb35e2767f3960b0b26d size: 531
Job succeeded
2025-06-07 18:10.57: Job succeeded