Build:
  1. 0
2026-07-25 20:57.59: New job: Build using linux-s390x in
                                []
2026-07-25 20:57.59: Will push staging image to ocurrent/opam-staging:ubuntu-22.04-ocaml-5.5-s390x

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:29f713f6e78eb6c136d2451f5716902a792af56ac61172ab53db5c13740feb40
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN apt-get -y update
RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
USER opam
RUN opam switch create 5.5 --packages=ocaml-base-compiler.5.5.0
RUN opam pin add -k version ocaml-base-compiler 5.5.0
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2026-07-25 20:57.59: Using cache hint "5.5.0-s390x-ocurrent/opam-staging@sha256:29f713f6e78eb6c136d2451f5716902a792af56ac61172ab53db5c13740feb40"
2026-07-25 20:57.59: Waiting for resource in pool OCluster
2026-07-27 17:39.00: Waiting for worker…
2026-07-27 17:42.57: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency.
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 663B done
#1 DONE 0.1s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.2s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED

#4 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:29f713f6e78eb6c136d2451f5716902a792af56ac61172ab53db5c13740feb40
#4 DONE 0.2s

#5 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:29f713f6e78eb6c136d2451f5716902a792af56ac61172ab53db5c13740feb40
#5 CACHED

#6 [2/8] RUN apt-get -y update
#6 1.104 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
#6 1.202 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [128 kB]
#6 1.813 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [127 kB]
#6 2.075 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [129 kB]
#6 2.362 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x Packages [1680 kB]
#6 3.128 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe s390x Packages [1274 kB]
#6 3.224 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted s390x Packages [22.2 kB]
#6 3.438 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-security/main s390x Packages [1412 kB]
#6 3.457 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe s390x Packages [995 kB]
#6 3.688 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted s390x Packages [19.7 kB]
#6 3.795 Fetched 5787 kB in 3s (1776 kB/s)
#6 3.795 Reading package lists...
#6 DONE 4.5s

#7 [3/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
#7 0.428 Reading package lists...
#7 1.037 Building dependency tree...
#7 1.108 Reading state information...
#7 1.132 Calculating upgrade...
#7 1.269 The following packages will be upgraded:
#7 1.269   libc-bin libc-dev-bin libc-devtools libc6 libc6-dev libgssapi-krb5-2
#7 1.269   libk5crypto3 libkrb5-3 libkrb5support0 libpam-modules libpam-modules-bin
#7 1.270   libpam-runtime libpam0g libsqlite3-0 libxpm4 tar
#7 1.597 16 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#7 1.597 Need to get 6862 kB of archives.
#7 1.597 After this operation, 1024 B disk space will be freed.
#7 1.597 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x tar s390x 1.34+dfsg-1ubuntu0.1.22.04.6 [297 kB]
#7 2.571 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libc-devtools s390x 2.35-0ubuntu3.14 [29.2 kB]
#7 2.685 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libc6-dev s390x 2.35-0ubuntu3.14 [1501 kB]
#7 3.219 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libc-dev-bin s390x 2.35-0ubuntu3.14 [20.0 kB]
#7 3.220 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libc6 s390x 2.35-0ubuntu3.14 [2713 kB]
#7 3.707 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libc-bin s390x 2.35-0ubuntu3.14 [607 kB]
#7 3.710 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libpam0g s390x 1.4.0-11ubuntu2.7 [58.6 kB]
#7 3.711 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libpam-modules-bin s390x 1.4.0-11ubuntu2.7 [40.1 kB]
#7 3.711 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libpam-modules s390x 1.4.0-11ubuntu2.7 [281 kB]
#7 3.713 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libk5crypto3 s390x 1.19.2-2ubuntu0.8 [88.5 kB]
#7 3.714 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libkrb5support0 s390x 1.19.2-2ubuntu0.8 [32.6 kB]
#7 3.714 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libkrb5-3 s390x 1.19.2-2ubuntu0.8 [348 kB]
#7 3.718 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libgssapi-krb5-2 s390x 1.19.2-2ubuntu0.8 [138 kB]
#7 3.769 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libpam-runtime all 1.4.0-11ubuntu2.7 [40.2 kB]
#7 3.818 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libsqlite3-0 s390x 3.37.2-2ubuntu0.7 [632 kB]
#7 4.078 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main s390x libxpm4 s390x 1:3.5.12-1ubuntu0.22.04.3 [36.8 kB]
#7 4.214 debconf: delaying package configuration, since apt-utils is not installed
#7 4.229 Fetched 6862 kB in 3s (2446 kB/s)
#7 4.253 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 4.253 Preparing to unpack .../tar_1.34+dfsg-1ubuntu0.1.22.04.6_s390x.deb ...
#7 4.258 Unpacking tar (1.34+dfsg-1ubuntu0.1.22.04.6) over (1.34+dfsg-1ubuntu0.1.22.04.5) ...
#7 4.308 Setting up tar (1.34+dfsg-1ubuntu0.1.22.04.6) ...
#7 4.335 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 4.335 Preparing to unpack .../libc-devtools_2.35-0ubuntu3.14_s390x.deb ...
#7 4.340 Unpacking libc-devtools (2.35-0ubuntu3.14) over (2.35-0ubuntu3.13) ...
#7 4.366 Preparing to unpack .../libc6-dev_2.35-0ubuntu3.14_s390x.deb ...
#7 4.370 Unpacking libc6-dev:s390x (2.35-0ubuntu3.14) over (2.35-0ubuntu3.13) ...
#7 5.243 Preparing to unpack .../libc-dev-bin_2.35-0ubuntu3.14_s390x.deb ...
#7 5.248 Unpacking libc-dev-bin (2.35-0ubuntu3.14) over (2.35-0ubuntu3.13) ...
#7 5.274 Preparing to unpack .../libc6_2.35-0ubuntu3.14_s390x.deb ...
#7 5.347 Unpacking libc6:s390x (2.35-0ubuntu3.14) over (2.35-0ubuntu3.13) ...
#7 6.049 Setting up libc6:s390x (2.35-0ubuntu3.14) ...
#7 7.157 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.159 Preparing to unpack .../libc-bin_2.35-0ubuntu3.14_s390x.deb ...
#7 7.164 Unpacking libc-bin (2.35-0ubuntu3.14) over (2.35-0ubuntu3.13) ...
#7 7.284 Setting up libc-bin (2.35-0ubuntu3.14) ...
#7 7.345 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.345 Preparing to unpack .../libpam0g_1.4.0-11ubuntu2.7_s390x.deb ...
#7 7.351 Unpacking libpam0g:s390x (1.4.0-11ubuntu2.7) over (1.4.0-11ubuntu2.6) ...
#7 7.384 Setting up libpam0g:s390x (1.4.0-11ubuntu2.7) ...
#7 7.461 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.461 Preparing to unpack .../libpam-modules-bin_1.4.0-11ubuntu2.7_s390x.deb ...
#7 7.465 Unpacking libpam-modules-bin (1.4.0-11ubuntu2.7) over (1.4.0-11ubuntu2.6) ...
#7 7.501 Setting up libpam-modules-bin (1.4.0-11ubuntu2.7) ...
#7 7.528 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.528 Preparing to unpack .../libpam-modules_1.4.0-11ubuntu2.7_s390x.deb ...
#7 7.585 Unpacking libpam-modules:s390x (1.4.0-11ubuntu2.7) over (1.4.0-11ubuntu2.6) ...
#7 7.691 Setting up libpam-modules:s390x (1.4.0-11ubuntu2.7) ...
#7 7.734 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.734 Preparing to unpack .../libk5crypto3_1.19.2-2ubuntu0.8_s390x.deb ...
#7 7.739 Unpacking libk5crypto3:s390x (1.19.2-2ubuntu0.8) over (1.19.2-2ubuntu0.7) ...
#7 7.767 Setting up libk5crypto3:s390x (1.19.2-2ubuntu0.8) ...
#7 7.792 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.792 Preparing to unpack .../libkrb5support0_1.19.2-2ubuntu0.8_s390x.deb ...
#7 7.797 Unpacking libkrb5support0:s390x (1.19.2-2ubuntu0.8) over (1.19.2-2ubuntu0.7) ...
#7 7.824 Setting up libkrb5support0:s390x (1.19.2-2ubuntu0.8) ...
#7 7.853 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.853 Preparing to unpack .../libkrb5-3_1.19.2-2ubuntu0.8_s390x.deb ...
#7 7.853 Unpacking libkrb5-3:s390x (1.19.2-2ubuntu0.8) over (1.19.2-2ubuntu0.7) ...
#7 7.905 Setting up libkrb5-3:s390x (1.19.2-2ubuntu0.8) ...
#7 7.933 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 7.933 Preparing to unpack .../libgssapi-krb5-2_1.19.2-2ubuntu0.8_s390x.deb ...
#7 7.937 Unpacking libgssapi-krb5-2:s390x (1.19.2-2ubuntu0.8) over (1.19.2-2ubuntu0.7) ...
#7 7.972 Setting up libgssapi-krb5-2:s390x (1.19.2-2ubuntu0.8) ...
#7 8.001 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 8.001 Preparing to unpack .../libpam-runtime_1.4.0-11ubuntu2.7_all.deb ...
#7 8.006 Unpacking libpam-runtime (1.4.0-11ubuntu2.7) over (1.4.0-11ubuntu2.6) ...
#7 8.051 Setting up libpam-runtime (1.4.0-11ubuntu2.7) ...
#7 8.287 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#7 8.287 Preparing to unpack .../libsqlite3-0_3.37.2-2ubuntu0.7_s390x.deb ...
#7 8.322 Unpacking libsqlite3-0:s390x (3.37.2-2ubuntu0.7) over (3.37.2-2ubuntu0.6) ...
#7 8.529 Preparing to unpack .../libxpm4_1%3a3.5.12-1ubuntu0.22.04.3_s390x.deb ...
#7 8.534 Unpacking libxpm4:s390x (1:3.5.12-1ubuntu0.22.04.3) over (1:3.5.12-1ubuntu0.22.04.2) ...
#7 8.563 Setting up libxpm4:s390x (1:3.5.12-1ubuntu0.22.04.3) ...
#7 8.568 Setting up libsqlite3-0:s390x (3.37.2-2ubuntu0.7) ...
#7 8.573 Setting up libc-dev-bin (2.35-0ubuntu3.14) ...
#7 8.578 Setting up libc-devtools (2.35-0ubuntu3.14) ...
#7 8.589 Setting up libc6-dev:s390x (2.35-0ubuntu3.14) ...
#7 8.594 Processing triggers for libc-bin (2.35-0ubuntu3.14) ...
#7 DONE 8.8s

#8 [4/8] RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libzstd-dev
#8 0.508 Reading package lists...
#8 1.126 Building dependency tree...
#8 1.198 Reading state information...
#8 1.298 The following NEW packages will be installed:
#8 1.298   libzstd-dev
#8 1.523 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#8 1.523 Need to get 406 kB of archives.
#8 1.523 After this operation, 1521 kB of additional disk space will be used.
#8 1.523 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main s390x libzstd-dev s390x 1.4.8+dfsg-3build1 [406 kB]
#8 2.127 debconf: delaying package configuration, since apt-utils is not installed
#8 2.172 Fetched 406 kB in 1s (592 kB/s)
#8 2.216 Selecting previously unselected package libzstd-dev:s390x.
#8 2.216 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15397 files and directories currently installed.)
#8 2.216 Preparing to unpack .../libzstd-dev_1.4.8+dfsg-3build1_s390x.deb ...
#8 2.239 Unpacking libzstd-dev:s390x (1.4.8+dfsg-3build1) ...
#8 2.290 Setting up libzstd-dev:s390x (1.4.8+dfsg-3build1) ...
#8 DONE 2.4s

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

#10 [internal] load build context
#10 transferring context: 663B done
#10 DONE 0.1s

#11 [5/8] RUN opam switch create 5.5 --packages=ocaml-base-compiler.5.5.0
#11 0.660 
#11 0.660 <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
#11 0.661 Switch invariant: ["ocaml-base-compiler" {= "5.5.0"}]
#11 6.369 
#11 6.369 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 7.473 -> installed base-bigarray.base
#11 7.474 -> installed base-threads.base
#11 7.475 -> installed base-unix.base
#11 7.475 -> installed compiler-cloning.enabled
#11 7.476 -> installed ocaml-options-vanilla.1
#11 7.485 -> retrieved ocaml.5.5.0  (https://opam.ocaml.org/cache)
#11 7.724 -> retrieved ocaml-compiler.5.5.0  (https://opam.ocaml.org/cache)
#11 192.5 -> installed ocaml-compiler.5.5.0
#11 192.5 -> installed ocaml-base-compiler.5.5.0
#11 192.6 -> installed ocaml.5.5.0
#11 192.6 -> installed base-domains.base
#11 192.6 -> installed base-effects.base
#11 192.6 -> installed base-nnp.base
#11 192.7 Done.
#11 192.7 
#11 192.7 <><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>
#11 192.7 => This switch had to be compiled from sources, but future switches with the 🐌
#11 192.7    same compiler version and configuration should assemble instantly.
#11 192.7 # Run eval $(opam env --switch=5.5) to update the current shell environment
#11 DONE 197.9s

#12 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.5.0
#12 0.715 ocaml-base-compiler is now pinned to version 5.5.0
#12 0.715 
#12 6.375 Already up-to-date.
#12 6.375 Nothing to do.
#12 6.376 # Run eval $(opam env) to update the current shell environment
#12 DONE 6.7s

#13 [7/8] RUN opam install -y opam-depext
#13 6.421 The following actions will be performed:
#13 6.422   - install opam-depext 1.2.3
#13 6.422 
#13 6.422 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 7.087 -> retrieved opam-depext.1.2.3  (https://opam.ocaml.org/cache)
#13 8.492 -> installed opam-depext.1.2.3
#13 8.495 Done.
#13 8.496 
#13 8.496 <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
#13 8.496 => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
#13 8.496 # Run eval $(opam env) to update the current shell environment
#13 DONE 9.5s

#14 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 DONE 0.1s

#15 exporting to image
#15 exporting layers
#15 exporting layers 0.9s done
#15 writing image sha256:7408af83e52ae9a04f23421c41034b6c6a63c0e0b73ee2aad0af5eef4236e98c done
#15 DONE 0.9s

 1 warning found (use docker --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 14)
Pushing "sha256:7408af83e52ae9a04f23421c41034b6c6a63c0e0b73ee2aad0af5eef4236e98c" to "ocurrent/opam-staging:ubuntu-22.04-ocaml-5.5-s390x" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
9a3e17e2e002: Preparing
6db1b8ef6bf7: Preparing
9f510132cc03: Preparing
e23c795ddc91: Preparing
ef285d08bf9b: Preparing
a6cf0e78108e: Preparing
bec1c128f788: Preparing
36517108d13b: Preparing
5f70bf18a086: Preparing
2b100e325c23: Preparing
fbeb12f136c8: Preparing
5dabbc0648c3: Preparing
e78e414aa25a: Preparing
e52e03d8ce37: Preparing
a1096b9d3da0: Preparing
2bdcdaa80237: Preparing
8eaae267d56e: Preparing
8f762a5ca450: Preparing
f105ae2c83ee: Preparing
aef75698410f: Preparing
94097c732475: Preparing
68b7c2ea4f93: Preparing
6cd7fba5dc94: Preparing
a2fd5d707696: Preparing
95f99604dd5b: Preparing
5f70bf18a086: Preparing
e4b03a5b1e43: Preparing
cf438369f647: Preparing
397ea006e056: Preparing
5f70bf18a086: Preparing
a31e91055fde: Preparing
a31e91055fde: Preparing
c6e4688364d8: Preparing
2a2c122fe696: Preparing
39394d1ad7cd: Preparing
ad9065985631: Preparing
dc6e17d38f0a: Preparing
4fb431fd50a9: Preparing
f9b246514446: Preparing
498a78ed6076: Preparing
1d681a8b2ef2: Preparing
e2c108efd431: Preparing
7272e5f49bc0: Preparing
b878e0a1e3b2: Preparing
7e87720cd983: Preparing
280e811eb833: Preparing
e7b8d08e30bb: Preparing
6cd7fba5dc94: Waiting
a2fd5d707696: Waiting
95f99604dd5b: Waiting
e4b03a5b1e43: Waiting
cf438369f647: Waiting
397ea006e056: Waiting
a31e91055fde: Waiting
c6e4688364d8: Waiting
2a2c122fe696: Waiting
39394d1ad7cd: Waiting
ad9065985631: Waiting
36517108d13b: Waiting
5f70bf18a086: Waiting
2b100e325c23: Waiting
fbeb12f136c8: Waiting
a6cf0e78108e: Waiting
dc6e17d38f0a: Waiting
4fb431fd50a9: Waiting
f9b246514446: Waiting
498a78ed6076: Waiting
1d681a8b2ef2: Waiting
e2c108efd431: Waiting
7272e5f49bc0: Waiting
bec1c128f788: Waiting
5dabbc0648c3: Waiting
e78e414aa25a: Waiting
e52e03d8ce37: Waiting
b878e0a1e3b2: Waiting
7e87720cd983: Waiting
280e811eb833: Waiting
a1096b9d3da0: Waiting
e7b8d08e30bb: Waiting
8f762a5ca450: Waiting
2bdcdaa80237: Waiting
f105ae2c83ee: Waiting
8eaae267d56e: Waiting
aef75698410f: Waiting
94097c732475: Waiting
68b7c2ea4f93: Waiting
ef285d08bf9b: Layer already exists
a6cf0e78108e: Layer already exists
bec1c128f788: Layer already exists
36517108d13b: Layer already exists
5f70bf18a086: Layer already exists
2b100e325c23: Layer already exists
fbeb12f136c8: Layer already exists
5dabbc0648c3: Layer already exists
e78e414aa25a: Layer already exists
e52e03d8ce37: Layer already exists
a1096b9d3da0: Layer already exists
2bdcdaa80237: Layer already exists
8eaae267d56e: Layer already exists
8f762a5ca450: Layer already exists
f105ae2c83ee: Layer already exists
aef75698410f: Layer already exists
94097c732475: Layer already exists
68b7c2ea4f93: Layer already exists
6cd7fba5dc94: Layer already exists
a2fd5d707696: Layer already exists
95f99604dd5b: Layer already exists
e4b03a5b1e43: Layer already exists
cf438369f647: Layer already exists
6db1b8ef6bf7: Pushed
397ea006e056: Layer already exists
9a3e17e2e002: Pushed
c6e4688364d8: Layer already exists
a31e91055fde: Layer already exists
9f510132cc03: Pushed
2a2c122fe696: Layer already exists
39394d1ad7cd: Layer already exists
ad9065985631: Layer already exists
f9b246514446: Layer already exists
dc6e17d38f0a: Layer already exists
4fb431fd50a9: Layer already exists
498a78ed6076: Layer already exists
e2c108efd431: Layer already exists
1d681a8b2ef2: Layer already exists
7272e5f49bc0: Layer already exists
7e87720cd983: Layer already exists
280e811eb833: Layer already exists
b878e0a1e3b2: Layer already exists
e7b8d08e30bb: Layer already exists
e23c795ddc91: Pushed
ubuntu-22.04-ocaml-5.5-s390x: digest: sha256:f0245a56577742a512a0a14e025cca371eca5aff5499e3fc5d3161d22d80778a size: 10130
The push refers to repository [docker.io/ocurrent/opam-staging]
9a3e17e2e002: Preparing
6db1b8ef6bf7: Preparing
9f510132cc03: Preparing
e23c795ddc91: Preparing
ef285d08bf9b: Preparing
a6cf0e78108e: Preparing
bec1c128f788: Preparing
36517108d13b: Preparing
5f70bf18a086: Preparing
2b100e325c23: Preparing
fbeb12f136c8: Preparing
5dabbc0648c3: Preparing
e78e414aa25a: Preparing
e52e03d8ce37: Preparing
a1096b9d3da0: Preparing
2bdcdaa80237: Preparing
8eaae267d56e: Preparing
8f762a5ca450: Preparing
f105ae2c83ee: Preparing
aef75698410f: Preparing
94097c732475: Preparing
68b7c2ea4f93: Preparing
6cd7fba5dc94: Preparing
a2fd5d707696: Preparing
95f99604dd5b: Preparing
5f70bf18a086: Preparing
e4b03a5b1e43: Preparing
cf438369f647: Preparing
397ea006e056: Preparing
5f70bf18a086: Preparing
a31e91055fde: Preparing
a31e91055fde: Preparing
c6e4688364d8: Preparing
2a2c122fe696: Preparing
39394d1ad7cd: Preparing
ad9065985631: Preparing
dc6e17d38f0a: Preparing
4fb431fd50a9: Preparing
f9b246514446: Preparing
498a78ed6076: Preparing
1d681a8b2ef2: Preparing
e2c108efd431: Preparing
7272e5f49bc0: Preparing
b878e0a1e3b2: Preparing
7e87720cd983: Preparing
280e811eb833: Preparing
e7b8d08e30bb: Preparing
a6cf0e78108e: Waiting
bec1c128f788: Waiting
36517108d13b: Waiting
5f70bf18a086: Waiting
2b100e325c23: Waiting
fbeb12f136c8: Waiting
5dabbc0648c3: Waiting
e78e414aa25a: Waiting
e52e03d8ce37: Waiting
a1096b9d3da0: Waiting
2bdcdaa80237: Waiting
8eaae267d56e: Waiting
8f762a5ca450: Waiting
f105ae2c83ee: Waiting
aef75698410f: Waiting
94097c732475: Waiting
68b7c2ea4f93: Waiting
6cd7fba5dc94: Waiting
a2fd5d707696: Waiting
95f99604dd5b: Waiting
e4b03a5b1e43: Waiting
cf438369f647: Waiting
397ea006e056: Waiting
a31e91055fde: Waiting
c6e4688364d8: Waiting
2a2c122fe696: Waiting
39394d1ad7cd: Waiting
ad9065985631: Waiting
dc6e17d38f0a: Waiting
4fb431fd50a9: Waiting
f9b246514446: Waiting
498a78ed6076: Waiting
1d681a8b2ef2: Waiting
e2c108efd431: Waiting
7272e5f49bc0: Waiting
b878e0a1e3b2: Waiting
7e87720cd983: Waiting
280e811eb833: Waiting
e7b8d08e30bb: Waiting
9f510132cc03: Layer already exists
ef285d08bf9b: Layer already exists
6db1b8ef6bf7: Layer already exists
9a3e17e2e002: Layer already exists
e23c795ddc91: Layer already exists
36517108d13b: Layer already exists
5f70bf18a086: Layer already exists
bec1c128f788: Layer already exists
a6cf0e78108e: Layer already exists
fbeb12f136c8: Layer already exists
2b100e325c23: Layer already exists
e52e03d8ce37: Layer already exists
5dabbc0648c3: Layer already exists
e78e414aa25a: Layer already exists
a1096b9d3da0: Layer already exists
2bdcdaa80237: Layer already exists
8eaae267d56e: Layer already exists
f105ae2c83ee: Layer already exists
aef75698410f: Layer already exists
94097c732475: Layer already exists
8f762a5ca450: Layer already exists
68b7c2ea4f93: Layer already exists
95f99604dd5b: Layer already exists
6cd7fba5dc94: Layer already exists
a2fd5d707696: Layer already exists
e4b03a5b1e43: Layer already exists
cf438369f647: Layer already exists
397ea006e056: Layer already exists
c6e4688364d8: Layer already exists
2a2c122fe696: Layer already exists
a31e91055fde: Layer already exists
39394d1ad7cd: Layer already exists
ad9065985631: Layer already exists
dc6e17d38f0a: Layer already exists
4fb431fd50a9: Layer already exists
498a78ed6076: Layer already exists
f9b246514446: Layer already exists
e2c108efd431: Layer already exists
1d681a8b2ef2: Layer already exists
7272e5f49bc0: Layer already exists
280e811eb833: Layer already exists
b878e0a1e3b2: Layer already exists
7e87720cd983: Layer already exists
e7b8d08e30bb: Layer already exists
ubuntu-22.04-ocaml-5.5-s390x: digest: sha256:f0245a56577742a512a0a14e025cca371eca5aff5499e3fc5d3161d22d80778a size: 10130
Job succeeded
2026-07-27 17:47.00: Job succeeded