Build:
  1. 0
2023-01-27 18:39.59: New job: Build using linux-s390x in
                                []
2023-01-27 18:39.59: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-5.1-no-flat-float-array-s390x

Dockerfile:

# syntax=docker/dockerfile:1
FROM ocurrent/opam-staging@sha256:07766aeec964450e56598d22bd7b4b6eeef7b064fe309f640a1c43a8ea9bbae6
RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 5.1 --packages=ocaml-variants.5.1.0+trunk,ocaml-options-only-no-flat-float-array
RUN opam pin add -k version ocaml-variants 5.1.0+trunk
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]

2023-01-27 18:39.59: Using cache hint "5.1.0+no-flat-float-array-s390x-ocurrent/opam-staging@sha256:07766aeec964450e56598d22bd7b4b6eeef7b064fe309f640a1c43a8ea9bbae6"
2023-01-27 18:39.59: Waiting for resource in pool OCluster
2023-01-27 18:39.59: Waiting for worker...
2023-01-28 03:16.51: Got resource from pool OCluster
Building on s390x-2.ci.ocamllabs.io
#2 [internal] load .dockerignore
#2 sha256:473e78f09953e2e73070fa17e70f11276cfaa87451b2bd23b3730b514f4d70ad
#2 transferring context: 2B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile
#1 sha256:19c75b770eaa325c026cf824efc13ca3f9b0a13580c8c9ae9b8d74dcf383672d
#1 transferring dockerfile: 628B done
#1 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

#8 [1/5] FROM docker.io/ocurrent/opam-staging@sha256:07766aeec964450e56598d22bd7b4b6eeef7b064fe309f640a1c43a8ea9bbae6
#8 sha256:c58785c9259729178aea4ae2f1bfa02b021897d6e18ee7498b118afe3b0b631c
#8 CACHED

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

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

#7 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:07766aeec964450e56598d22bd7b4b6eeef7b064fe309f640a1c43a8ea9bbae6
#7 sha256:10f95936e38111c1ffa0dabdfe5bbf15503ff5708c617872e92eddc04184c4e5
#7 DONE 0.0s

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

#9 [2/6] RUN opam repo add beta git+https://github.com/ocaml/ocaml-beta-repository --set-default
#9 sha256:14d79b3426158ede4d90d955c9300688ac1c43e6561f39546496e74fb16dc244
#9 1.333 [beta] Initialised
#9 DONE 1.9s

#10 [3/6] RUN opam switch create 5.1 --packages=ocaml-variants.5.1.0+trunk,ocaml-options-only-no-flat-float-array
#10 sha256:9c9ef3d9d4ee5f43982fdafd3d393ae54239a35f2af7d4fad6456627feedaf3f
#10 5.412 
#10 5.412 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 7.703 [ocaml-variants.5.1.0+trunk] downloaded from https://github.com/ocaml/ocaml/archive/trunk.tar.gz
#10 8.278 
#10 8.278 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 8.279 -> installed base-bigarray.base
#10 8.280 -> installed base-threads.base
#10 8.280 -> installed base-unix.base
#10 8.284 -> installed ocaml-beta.enabled
#10 8.293 -> installed ocaml-option-bytecode-only.1
#10 8.293 -> installed ocaml-option-no-flat-float-array.1
#10 8.471 -> installed ocaml-options-only-no-flat-float-array.1+bytecode-only
#10 117.6 -> installed ocaml-variants.5.1.0+trunk
#10 117.6 -> installed ocaml-config.3
#10 117.7 -> installed ocaml.5.1.0
#10 117.7 -> installed base-domains.base
#10 117.7 -> installed base-nnp.base
#10 118.6 Done.
#10 118.6 # Run eval $(opam env) to update the current shell environment
#10 DONE 125.0s

#11 [4/6] RUN opam pin add -k version ocaml-variants 5.1.0+trunk
#11 sha256:c1b85395f9ee2d986d78f2548e2ff74224e64375fe0ba2319b9c3ea871390a97
#11 1.607 ocaml-variants is now pinned to version 5.1.0+trunk
#11 1.607 
#11 6.058 Already up-to-date.
#11 6.058 Nothing to do.
#11 6.058 # Run eval $(opam env) to update the current shell environment
#11 DONE 6.4s

#12 [5/6] RUN opam install -y opam-depext
#12 sha256:e2733c5fa3c93628023f5c502d4f0d7ebbec22479037e4cc2849cf160ac3046e
#12 5.284 The following actions will be performed:
#12 5.284   - install opam-depext 1.2.1-1
#12 5.284 
#12 5.284 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.232 [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
#12 7.251 
#12 7.251 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 9.282 -> installed opam-depext.1.2.1-1
#12 9.286 Done.
#12 9.286 # Run eval $(opam env) to update the current shell environment
#12 DONE 9.5s

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

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 2.6s done
#15 writing image sha256:9cab32551ff88b70fb1555b88a5b6ef52a4cf03ea1e1a83fce9605cb44c661ed done
#15 DONE 2.6s
Pushing "sha256:693a06555e5e4691ff8a1755ea772d82c8973fd55d4d1d7aac592d2416d51ecb" to "ocurrent/opam-staging:debian-11-ocaml-5.1-no-flat-float-array-s390x" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
cbf317425dab: Preparing
cbf317425dab: Pushed
debian-11-ocaml-5.1-no-flat-float-array-s390x: digest: sha256:9ef3ecba06520c7f88165bd6cb563d9f3fda07686eee21988af60bf28d95e507 size: 531
Job succeeded
2023-01-28 03:26.46: Job succeeded