Build:
  1. 0
2023-01-27 18:49.48: New job: Build using linux-s390x in
                                []
2023-01-27 18:49.48: Will push staging image to ocurrent/opam-staging:ubuntu-20.04-ocaml-4.13-s390x

Dockerfile:

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

2023-01-27 18:49.48: Using cache hint "4.13.1-s390x-ocurrent/opam-staging@sha256:4dc47e08dbaacfaeff1597d935e0703794c92e5cbad7f949a909389851db2a7b"
2023-01-27 18:49.48: Waiting for resource in pool OCluster
2023-01-27 18:49.48: Waiting for worker...
2023-01-28 03:27.44: Got resource from pool OCluster
Building on s390x.ci.ocamllabs.io
#2 [internal] load .dockerignore
#2 sha256:608c11299aa46bf93888e83c48087f0a4a1c06f612c0d9b061938ef277950436
#2 transferring context: 2B done
#2 ...

#1 [internal] load build definition from Dockerfile
#1 sha256:6fbb700cbad7aa26ed5fc86229f8b31a29d391937baa520702441aeb2601598e
#1 transferring dockerfile: 502B done
#1 DONE 0.4s

#2 [internal] load .dockerignore
#2 sha256:608c11299aa46bf93888e83c48087f0a4a1c06f612c0d9b061938ef277950436
#2 DONE 0.7s

#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

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

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

#7 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:4dc47e08dbaacfaeff1597d935e0703794c92e5cbad7f949a909389851db2a7b
#7 sha256:cae0a516b2fd51f225f862f811bb30fa0c8b97016ef29b75ec11a96a25f85904
#7 DONE 0.0s

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:4dc47e08dbaacfaeff1597d935e0703794c92e5cbad7f949a909389851db2a7b
#8 sha256:41ce798a7ebf594025f92de7fd998e9df68604f91f8829125cd55d36b57462fd
#8 resolve docker.io/ocurrent/opam-staging@sha256:4dc47e08dbaacfaeff1597d935e0703794c92e5cbad7f949a909389851db2a7b done
#8 DONE 0.1s

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

#9 [2/5] RUN opam switch create 4.13 --packages=ocaml-base-compiler.4.13.1
#9 sha256:240cd054734eaf421410a00993d7d665ab20ec2be0494449d51d7e22cae817f1
#9 6.247 
#9 6.247 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 7.616 [ocaml-base-compiler.4.13.1] downloaded from https://github.com/ocaml/ocaml/archive/4.13.1.tar.gz
#9 7.951 
#9 7.951 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.103 -> installed base-bigarray.base
#9 8.103 -> installed base-threads.base
#9 8.104 -> installed base-unix.base
#9 8.111 -> installed ocaml-options-vanilla.1
#9 172.0 -> installed ocaml-base-compiler.4.13.1
#9 172.0 -> installed ocaml-config.2
#9 172.1 -> installed ocaml.4.13.1
#9 172.4 Done.
#9 172.4 # Run eval $(opam env) to update the current shell environment
#9 DONE 203.6s

#10 [3/5] RUN opam pin add -k version ocaml-base-compiler 4.13.1
#10 sha256:fcf790edcfedbebe0738ef4077981ca48adf26e7d8dd2eec1c11d4fc04488676
#10 1.181 ocaml-base-compiler is now pinned to version 4.13.1
#10 1.181 
#10 5.255 No package build needed.
#10 5.255 Nothing to do.
#10 5.255 # Run eval $(opam env) to update the current shell environment
#10 DONE 5.4s

#11 [4/5] RUN opam install -y opam-depext
#11 sha256:fa26510dd034b1b04372b8e12ba821418834d6a9da2733977aee9ea16c3b3ef4
#11 5.364 The following actions will be performed:
#11 5.364   - install opam-depext 1.2.1-1
#11 5.364 
#11 5.364 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 5.557 [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 5.570 
#11 5.570 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.724 -> installed opam-depext.1.2.1-1
#11 7.728 Done.
#11 7.728 # Run eval $(opam env) to update the current shell environment
#11 DONE 7.8s

#13 [5/5] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#13 sha256:08c002ccf38b4194bcd0c51d956d1a2dc7499e79c1e60afeeed0bd8dd428d037
#13 DONE 0.1s

#14 exporting to image
#14 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#14 exporting layers
#14 exporting layers 2.7s done
#14 writing image sha256:92a486c0bf8ef4ec9022292c140025b800d004b65d8c7e48e87fd11dd2e12267
#14 writing image sha256:92a486c0bf8ef4ec9022292c140025b800d004b65d8c7e48e87fd11dd2e12267 done
#14 DONE 2.7s
Pushing "sha256:0a0f7bc83adf9cfdb3945347fb7dcdd3260608c275ac34bfc57b9922b55f1945" to "ocurrent/opam-staging:ubuntu-20.04-ocaml-4.13-s390x" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
154e41f6a633: Preparing
154e41f6a633: Pushed
ubuntu-20.04-ocaml-4.13-s390x: digest: sha256:e8fec8d83e3b2b4be993805b5faba5582dd462700ae449c064f6cf7a5422bf71 size: 531
Job succeeded
2023-01-28 03:41.37: Job succeeded