Build:
  1. 0
2024-02-09 10:25.08: New job: Build using linux-x86_64 in
                                []
2024-02-09 10:25.08: Will push staging image to ocurrent/opam-staging:debian-10-ocaml-4.05-amd64

Dockerfile:

# syntax=docker/dockerfile:1

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


2024-02-09 10:25.08: Using cache hint "4.05.0-amd64-ocurrent/opam-staging@sha256:51bc3c6560d6c4fea10c0973592e7ddc3118042055064f06ff9a34b2cf0b5f24"
2024-02-09 10:25.08: Waiting for resource in pool OCluster
2024-02-09 10:25.08: Waiting for worker…
2024-02-09 23:41.50: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:3d929fdf0ac5a885fb21639baa11291508448dd64398d4bf9b300c1352964b09
#1 transferring dockerfile: 549B 0.0s done
#1 DONE 0.1s

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

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
#3 DONE 0.4s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
#4 sha256:94d31f7191390ebf1aa76bc23bdbd269fd7a0432f853889e4918b44513a34946
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:4bcb9b37d5aab5e574eae2c1f7220a937e17d70e9925ce7af051276c9ad58854
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:51bc3c6560d6c4fea10c0973592e7ddc3118042055064f06ff9a34b2cf0b5f24
#6 sha256:b2fdf729c38e5f116504e405498753b43ee0eafc8ddfc7cb72ecd3f3bd677b0d
#6 DONE 1.1s

#7 [internal] load .dockerignore
#7 sha256:92000e16eedaa259f4201d3682117ecd9499ab6c8fa5672cfff17d8bbde0a494
#7 DONE 0.0s

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:51bc3c6560d6c4fea10c0973592e7ddc3118042055064f06ff9a34b2cf0b5f24
#8 sha256:7c46be89d1df88e4540ea4e8fd21611d271b0516e6b296320e55301db3df3033
#8 resolve docker.io/ocurrent/opam-staging@sha256:51bc3c6560d6c4fea10c0973592e7ddc3118042055064f06ff9a34b2cf0b5f24 done
#8 DONE 0.0s

#13 [internal] load build context
#13 sha256:b9f1ab98d364e3019390a8246b9aa8f356d2ee506795f233a934a2eba7d24594
#13 transferring context: 549B done
#13 DONE 0.0s

#9 [2/6] RUN opam switch create 4.05 --packages=ocaml-base-compiler.4.05.0
#9 sha256:52890cf306633a7445523fa38293da66143dfbd7cdc64d3d59e50e9acbd6f42c
#9 12.13 
#9 12.13 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 17.73 [ocaml-base-compiler.4.05.0] downloaded from https://github.com/ocaml/ocaml/archive/4.05.0.tar.gz
#9 18.73 [ocaml-base-compiler.4.05.0/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/50c2d1275e537906ea144bd557fde31e0bf16e5f.patch?full_index=1
#9 19.09 [ocaml-base-compiler.4.05.0/gpr1330.patch] downloaded from https://github.com/ocaml/ocaml/commit/b00000c6679804731692362b0baac27fa3fddfd5.patch?full_index=1
#9 19.17 
#9 19.17 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 19.44 -> installed base-bigarray.base
#9 19.44 -> installed base-threads.base
#9 19.44 -> installed base-unix.base
#9 452.3 -> installed ocaml-base-compiler.4.05.0
#9 452.3 -> installed ocaml-config.1
#9 452.4 -> installed ocaml.4.05.0
#9 453.1 Done.
#9 453.1 # Run eval $(opam env) to update the current shell environment
#9 DONE 453.2s

#10 [3/6] RUN opam pin add -k version ocaml-base-compiler 4.05.0
#10 sha256:66011245d99e0837af6d20739fe3056dbe7b72ea49013744d72fb445007127f8
#10 1.388 ocaml-base-compiler is now pinned to version 4.05.0
#10 1.388 
#10 8.594 No package build needed.
#10 8.594 Nothing to do.
#10 8.594 # Run eval $(opam env) to update the current shell environment
#10 DONE 8.8s

#11 [4/6] RUN opam install -y opam-depext
#11 sha256:4218e3564ee54fc92fcb74ee05ea68581d88efa03d6f598b16ba92f8dece2fd3
#11 8.981 The following actions will be performed:
#11 8.981   - install opam-depext 1.2.1-1
#11 8.981 
#11 8.981 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 14.90 [opam-depext.1.2.1-1] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.2.1/opam-depext-full-1.2.1.tbz
#11 14.98 
#11 14.98 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 16.87 -> installed opam-depext.1.2.1-1
#11 16.89 Done.
#11 16.89 # Run eval $(opam env) to update the current shell environment
#11 DONE 18.2s

#12 [5/6] RUN opam install -y ocaml-secondary-compiler
#12 sha256:5fda4e92eeb0a3d497a0e4979225f82cca192eaa5e6a80dea4b0acaac926fee3
#12 9.453 The following actions will be performed:
#12 9.453   - install ocaml-secondary-compiler 4.08.1-1
#12 9.454 
#12 9.454 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 44.28 [ocaml-secondary-compiler.4.08.1-1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
#12 45.68 [ocaml-secondary-compiler.4.08.1-1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1
#12 45.70 
#12 45.70 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 209.9 -> installed ocaml-secondary-compiler.4.08.1-1
#12 210.2 Done.
#12 210.2 # Run eval $(opam env) to update the current shell environment
#12 DONE 211.0s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:f20486d70f52f6f84a544ded4af0c06253ffef619ad739c0f8585850ae7f15c8
#14 DONE 0.0s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 2.9s done
#15 writing image sha256:439004c26df2e5a13435df2559eae7dbad9a699f31a127a5e964c372d975f4ed done
#15 DONE 2.9s
Pushing "sha256:381d63470e85882abe66670a06890b70b0d09c70bd52781a10796acf65aa6dcf" to "ocurrent/opam-staging:debian-10-ocaml-4.05-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8fe1e4c5e957: Preparing
8fe1e4c5e957: Pushed
debian-10-ocaml-4.05-amd64: digest: sha256:dba15dfa6c1868bdd40a66c240e189057a992d4b996632e860610783c282972a size: 530
Job succeeded
2024-02-10 01:20.54: Job succeeded