Build:
  1. 1
  2. 0
2023-03-20 18:07.53: New job: Build using linux-x86_64 in
                                []
2023-03-20 18:07.53: Will push staging image to ocurrent/opam-staging:alpine-3.17-ocaml-4.11-amd64

Dockerfile:

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

2023-03-20 18:07.53: Using cache hint "4.11.2-amd64-ocurrent/opam-staging@sha256:51e9ce113e784370a6c088c719341df93170aabd003e61d2883bd58877dd9b59"
2023-03-20 18:07.53: Waiting for resource in pool OCluster
2023-03-20 18:08.49: Waiting for worker…
2023-03-20 18:32.55: Got resource from pool OCluster
Building on marpe.ocamllabs.io
#1 [internal] load build definition from Dockerfile
#1 sha256:7718b892aca8f4832083e88275d74cb3d3c235efc24b6f76819552781551e8bd
#1 transferring dockerfile: 502B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:bac821bc6eb0b122e1742196b08bbfa35f1dc9ecc65657818a03b20cada483ec
#2 transferring context: 2B done
#2 DONE 0.1s

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

#4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
#4 sha256:57c85e6929bd09183df396146f0d627479bb510ec8aa151663925f38dad12fe9
#4 CACHED

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

#6 [internal] load .dockerignore
#6 sha256:bf10c37bb95f3e6df25e0cc74bc0c78c4e63f3d87df001b36c20b1913dea0b76
#6 DONE 0.0s

#7 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:51e9ce113e784370a6c088c719341df93170aabd003e61d2883bd58877dd9b59
#7 sha256:e8b3bbc807e86909e6a7f87c77ea7e7fd798ae8b6094ad93a6e9362d828eb664
#7 DONE 0.0s

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:51e9ce113e784370a6c088c719341df93170aabd003e61d2883bd58877dd9b59
#8 sha256:507f482247dc3fa118fe39521b0d885fe44ba6fa26edbf097104d3f849a957aa
#8 resolve docker.io/ocurrent/opam-staging@sha256:51e9ce113e784370a6c088c719341df93170aabd003e61d2883bd58877dd9b59 done
#8 sha256:51e9ce113e784370a6c088c719341df93170aabd003e61d2883bd58877dd9b59 530B / 530B done
#8 sha256:5302c6155914bdf5b785ff343960f18e3d4753bbf10d92eb6e8863bba4f42e78 7.29kB / 7.29kB done
#8 sha256:a7e1cc6f7d5bd8185a491a66c449d9e21eac09b1046493a22c7c8766090107f3 311.86MB / 311.86MB 6.2s done
#8 extracting sha256:a7e1cc6f7d5bd8185a491a66c449d9e21eac09b1046493a22c7c8766090107f3 23.6s done
#8 DONE 32.5s

#12 [internal] load build context
#12 sha256:4100dde049afca2cfb1d1d6ce375f82f8a0de062cd3d721e88f732457fa855f4
#12 transferring context: 502B done
#12 DONE 0.1s

#9 [2/5] RUN opam switch create 4.11 --packages=ocaml-base-compiler.4.11.2
#9 sha256:449a5f03881c64a826098a957c6d4c37f60f8a68cf0ec36142bcfd24aa63bcc7
#9 6.308 
#9 6.308 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.074 [ocaml-base-compiler.4.11.2] downloaded from https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz
#9 8.864 [ocaml-base-compiler.4.11.2/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/dd28ac0cf4365bd0ea1bcc374cbc5e95a6f39bea.patch
#9 8.865 
#9 8.865 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.074 -> installed base-bigarray.base
#9 9.077 -> installed base-threads.base
#9 9.078 -> installed base-unix.base
#9 112.8 -> installed ocaml-base-compiler.4.11.2
#9 112.9 -> installed ocaml-config.1
#9 113.0 -> installed ocaml.4.11.2
#9 113.3 Done.
#9 113.3 # Run eval $(opam env) to update the current shell environment
#9 DONE 114.3s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.11.2
#10 sha256:d491ffcbb90baf473229d23df05a1dc0ae9c4259e0c83b435e5a73357815803b
#10 2.045 ocaml-base-compiler is now pinned to version 4.11.2
#10 2.045 
#10 7.332 No package build needed.
#10 7.332 Nothing to do.
#10 7.337 # Run eval $(opam env) to update the current shell environment
#10 DONE 9.1s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:b46b0ff209fca7f01824eeda397ed62639ebf0524981f63f817ba360334705fd
#11 8.939 The following actions will be performed:
#11 8.939   - install opam-depext 1.2.1-1
#11 8.939 
#11 8.939 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.421 [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 9.444 
#11 9.444 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.48 -> installed opam-depext.1.2.1-1
#11 11.49 Done.
#11 11.49 # Run eval $(opam env) to update the current shell environment
#11 DONE 15.0s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:68bb897e80fe947c5d36b9122cb2560cda86a2f3a5739bd50fc9f7f92ffa9828
#13 DONE 0.3s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 3.3s done
#14 writing image sha256:e9aea82c1a505c94d612f9497afd762e42df3b8f90cc9ccfd436003565d539d5 done
#14 DONE 3.3s
Pushing "sha256:17064e5fa15d7f1dd5e473599c5463be0d6fe37b8e58bd35fcfcd12b15e082f7" to "ocurrent/opam-staging:alpine-3.17-ocaml-4.11-amd64" as user "ocurrentbuilder"
2023-03-20 18:52.52: Job failed: Disconnected: Switch turned off