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.06-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.06 --packages=ocaml-base-compiler.4.06.1
RUN opam pin add -k version ocaml-base-compiler 4.06.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-27 18:49.48: Using cache hint "4.06.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:19.08: Got resource from pool OCluster
Building on s390x.ci.ocamllabs.io
#1 [internal] load build definition from Dockerfile
#1 sha256:10906f4151edaacada8ee096985ef645d701129b5451e647622e6ba63e25b962
#1 transferring dockerfile: 547B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:3cc5edb0f52f14c05645b85ddb59809ef7fd3c95286671aa7775b8e062e14ec9
#2 transferring context: 2B done
#2 DONE 0.2s

#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:4892ed51a27f264234eb2d80248aa54ee29fbff1bd4b158a2ea7e9ae1166373e
#6 DONE 0.0s

#5 [internal] load .dockerignore
#5 sha256:7ddb5c8299ae16993cb44855c2f9c7138c4537e579631b94109398e4140f3426
#5 DONE 0.0s

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

#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

#13 [internal] load build context
#13 sha256:58ae2e5c1c0864cb3eeb4ce1400c50e7d8cdf05491466cbc26480166a6561dfa
#13 transferring context: 547B done
#13 DONE 0.2s

#9 [2/6] RUN opam switch create 4.06 --packages=ocaml-base-compiler.4.06.1
#9 sha256:971f91d9e085af29d94b887a297074af11e4fd69b1a1ec5c0079d09431611389
#9 6.352 
#9 6.352 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 8.739 [ocaml-base-compiler.4.06.1] downloaded from https://github.com/ocaml/ocaml/archive/4.06.1.tar.gz
#9 9.338 [ocaml-base-compiler.4.06.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch
#9 9.339 
#9 9.339 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.503 -> installed base-bigarray.base
#9 9.504 -> installed base-threads.base
#9 9.508 -> installed base-unix.base
#9 222.1 -> installed ocaml-base-compiler.4.06.1
#9 222.2 -> installed ocaml-config.1
#9 222.3 -> installed ocaml.4.06.1
#9 222.6 Done.
#9 222.6 # Run eval $(opam env) to update the current shell environment
#9 DONE 232.3s

#10 [3/6] RUN opam pin add -k version ocaml-base-compiler 4.06.1
#10 sha256:a2468b4982186d43fb1144c0740032b2e394d201817e9f3d1006f60ca27abdc4
#10 1.224 ocaml-base-compiler is now pinned to version 4.06.1
#10 1.224 
#10 5.422 No package build needed.
#10 5.422 Nothing to do.
#10 5.426 # Run eval $(opam env) to update the current shell environment
#10 DONE 5.7s

#11 [4/6] RUN opam install -y opam-depext
#11 sha256:e0b00193b91ece2a25b8784b328749f5b4d139e88e5e5d486f849dec11b0b169
#11 6.270 The following actions will be performed:
#11 6.270   - install opam-depext 1.2.1-1
#11 6.271 
#11 6.271 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 6.469 [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 6.495 
#11 6.495 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.003 -> installed opam-depext.1.2.1-1
#11 8.007 Done.
#11 8.007 # Run eval $(opam env) to update the current shell environment
#11 DONE 8.6s

#12 [5/6] RUN opam install -y ocaml-secondary-compiler
#12 sha256:79285ffaef690fe0959ca63d46e848b495dbb46c9671b942836c6ded75be0eea
#12 6.006 The following actions will be performed:
#12 6.006   - install ocaml-secondary-compiler 4.08.1-1
#12 6.006 
#12 6.006 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.277 [ocaml-secondary-compiler.4.08.1-1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
#12 7.740 [ocaml-secondary-compiler.4.08.1-1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch
#12 7.740 
#12 7.740 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 189.0 -> installed ocaml-secondary-compiler.4.08.1-1
#12 189.2 Done.
#12 189.2 # Run eval $(opam env) to update the current shell environment
#12 DONE 197.3s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:8fffd0f0a204a2bfc3ad90a5da3bbaf24575fd89273f35aa96c0b1c195afa416
#14 DONE 0.4s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 5.3s done
#15 writing image sha256:53ccee534dfce0ae2503f20c5b0fb282b641e82675a6e940618e22d6eeb721e1 done
#15 DONE 5.3s
Pushing "sha256:5ee2d9d3efa8a3551ca8673c2c2ccb6f0ec31a102749bc472b01ff5325bf55d6" to "ocurrent/opam-staging:ubuntu-20.04-ocaml-4.06-s390x" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
18c0b7076e36: Preparing
18c0b7076e36: Pushed
ubuntu-20.04-ocaml-4.06-s390x: digest: sha256:00de62d770540e916295e7f464b85da53372570d78de46b10a02f7c851054186 size: 531
Job succeeded
2023-01-28 03:39.59: Job succeeded