Build:
- 0
2023-01-20 16:16.08: New job: Build using linux-s390x in
[]
2023-01-20 16:16.08: Will push staging image to ocurrent/opam-staging:debian-10-ocaml-4.07-s390x
Dockerfile:
# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:aef81b24bdda57545fb23ed40f38884efe0b5fa4c3498d56ce125a8765e88e5b
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.07 --packages=ocaml-base-compiler.4.07.1
RUN opam pin add -k version ocaml-base-compiler 4.07.1
RUN opam install -y opam-depext
RUN opam install -y ocaml-secondary-compiler
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]
2023-01-20 16:16.08: Using cache hint "4.07.1-s390x-ocurrent/opam-staging@sha256:aef81b24bdda57545fb23ed40f38884efe0b5fa4c3498d56ce125a8765e88e5b"
2023-01-20 16:16.08: Waiting for resource in pool OCluster
2023-01-20 16:16.08: Waiting for worker...
2023-01-20 20:54.27: Got resource from pool OCluster
Building on s390x-2.ci.ocamllabs.io
#1 [internal] load build definition from Dockerfile
#1 sha256:a3449ff8162edc3dc783abc5e4c67c719b3c63c674e027af2f41a96786c04171
#1 transferring dockerfile: 547B done
#1 DONE 0.3s
#2 [internal] load .dockerignore
#2 sha256:c9adb2b5e34872481f36ed42cfdf91e83ab769df5dda9d6492eb7c0f4aef7220
#2 transferring context: 2B 0.0s done
#2 DONE 0.4s
#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:6f9b608c5707313667ee3821285982ade2e1c0dfdc3b64c0228b3068a31c3a30
#3 DONE 0.2s
#4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
#4 sha256:4b8dbca0f785afea62ddd6e2138485444d8b2ab63fc809c3c1bdf872488c49eb
#4 CACHED
#6 [internal] load build definition from Dockerfile
#6 sha256:e7610c7f6f01928cda193c75e0298eb8be73d2bbb5d5cde2aa795ecdf71063b4
#6 DONE 0.0s
#5 [internal] load .dockerignore
#5 sha256:c7d596287e94b2b1cd1d1f7a0bc58b6c1c57f6c625703b52d3dc412337b551f0
#5 DONE 0.0s
#7 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:aef81b24bdda57545fb23ed40f38884efe0b5fa4c3498d56ce125a8765e88e5b
#7 sha256:e187c4fc8f35b36c8dfdd7bbc9ee6c21a718f1af5c6c21f941fad0c4f9b87907
#7 DONE 0.0s
#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:aef81b24bdda57545fb23ed40f38884efe0b5fa4c3498d56ce125a8765e88e5b
#8 sha256:d1c8ae5b72dea7b7e1dc0f1ba838d1f59ee0748ca1a331b39eacfc92920d95a1
#8 resolve docker.io/ocurrent/opam-staging@sha256:aef81b24bdda57545fb23ed40f38884efe0b5fa4c3498d56ce125a8765e88e5b 0.0s done
#8 sha256:aef81b24bdda57545fb23ed40f38884efe0b5fa4c3498d56ce125a8765e88e5b 530B / 530B done
#8 sha256:66765b1276455acecfdc5213bb91e4ca402d839976d30791b5266723e29842ec 8.31kB / 8.31kB done
#8 sha256:2933c5bb7c8cca489520f99bdabdac947032cca511d53dd01c1df37e377a4d01 382.48MB / 382.48MB 26.4s done
#8 extracting sha256:2933c5bb7c8cca489520f99bdabdac947032cca511d53dd01c1df37e377a4d01 123.6s done
#8 DONE 162.5s
#13 [internal] load build context
#13 sha256:807b3d7d13a6e86d320bfef28232c959e6d908b5cc3307847d61e0e412678c73
#13 transferring context: 547B done
#13 DONE 0.1s
#9 [2/6] RUN opam switch create 4.07 --packages=ocaml-base-compiler.4.07.1
#9 sha256:ab38e02a8a2d1933fee041d59044a8e89581934a8979aa26afc034e7048af9a7
#9 8.776
#9 8.776 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 11.46 [ocaml-base-compiler.4.07.1] downloaded from https://github.com/ocaml/ocaml/archive/4.07.1.tar.gz
#9 13.04 [ocaml-base-compiler.4.07.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/00b8c4d503732343d5d01761ad09650fe50ff3a0.patch
#9 13.09
#9 13.09 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 13.41 -> installed base-bigarray.base
#9 13.41 -> installed base-threads.base
#9 13.45 -> installed base-unix.base
#9 203.5 -> installed ocaml-base-compiler.4.07.1
#9 203.6 -> installed ocaml-config.1
#9 203.7 -> installed ocaml.4.07.1
#9 204.0 Done.
#9 204.0 # Run eval $(opam env) to update the current shell environment
#9 DONE 213.9s
#10 [3/6] RUN opam pin add -k version ocaml-base-compiler 4.07.1
#10 sha256:a64ac13a54a1e15a6d02dae7f3733ad5b4d00808ca1ea77c636ef75979646c7f
#10 2.362 ocaml-base-compiler is now pinned to version 4.07.1
#10 2.362
#10 7.080 No package build needed.
#10 7.080 Nothing to do.
#10 7.081 # Run eval $(opam env) to update the current shell environment
#10 DONE 11.7s
#11 [4/6] RUN opam install -y opam-depext
#11 sha256:69753ea5b5f06d1d0870323f3723c13f8efc0af2ddbc994f6832f8b87340bef8
#11 8.854 The following actions will be performed:
#11 8.854 - install opam-depext 1.2.1-1
#11 8.854
#11 8.854 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 9.071 [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.202
#11 9.202 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 13.42 -> installed opam-depext.1.2.1-1
#11 13.45 Done.
#11 13.47 # Run eval $(opam env) to update the current shell environment
#11 DONE 15.8s
#12 [5/6] RUN opam install -y ocaml-secondary-compiler
#12 sha256:64e09c4ea20c0cb19ce5160d1d7b95031ac2828471f628e54618f86e1837720d
#12 8.489 The following actions will be performed:
#12 8.489 - install ocaml-secondary-compiler 4.08.1-1
#12 8.489
#12 8.489 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 9.724 [ocaml-secondary-compiler.4.08.1-1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
#12 11.14 [ocaml-secondary-compiler.4.08.1-1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch
#12 11.19
#12 11.19 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 311.0 -> installed ocaml-secondary-compiler.4.08.1-1
#12 311.4 Done.
#12 311.4 # Run eval $(opam env) to update the current shell environment
#12 DONE 340.6s
#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:06d4d38bb48c161fe172487a31b77618d974b5d2be30f1c2a90fe17510f34783
#14 DONE 1.4s
#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 20.5s done
#15 writing image sha256:70efd07645f43204028b4fd3a2bb9e0d57c7c0f31d8b1bfea11a46192c3c0e6f
#15 writing image sha256:70efd07645f43204028b4fd3a2bb9e0d57c7c0f31d8b1bfea11a46192c3c0e6f 0.1s done
#15 DONE 20.6s
Pushing "sha256:22ee3b65892b999d29e99896d7578986c9ce749553ad766477daf7d55f1685af" to "ocurrent/opam-staging:debian-10-ocaml-4.07-s390x" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
6cd175cd8b14: Preparing
6cd175cd8b14: Pushed
debian-10-ocaml-4.07-s390x: digest: sha256:21f1d821ca2b5e5e8b926c8cc26ffb12ffa7573ea436f19bd1a91b5a37ca0872 size: 531
Job succeeded
2023-01-20 21:11.07: Job succeeded