Build:
  1. 1
  2. 0
2024-05-13 18:08.06: New job: Build using linux-arm64 in
                                []
2024-05-13 18:08.06: Will push staging image to ocurrent/opam-staging:opensuse-15.5-ocaml-5.2-arm64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:ce8687d162e4bb8f4e4cf3981cadf96ade8ffd4a5e6a4b9a38150fc89cff8295
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
USER root
RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
RUN zypper update -y
RUN zypper install --force-resolution -y zstd
USER opam
RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.0
RUN opam pin add -k version ocaml-base-compiler 5.2.0
RUN opam install -y opam-depext
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2024-05-13 18:08.06: Using cache hint "5.2.0-arm64-ocurrent/opam-staging@sha256:ce8687d162e4bb8f4e4cf3981cadf96ade8ffd4a5e6a4b9a38150fc89cff8295"
2024-05-13 18:08.06: Waiting for resource in pool OCluster
2024-05-13 18:08.06: Waiting for worker…
2024-05-13 21:34.07: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:e5041fae585ae84ec81e3d4d6badae9e180ca57d297efd7bd702ff16784a5aae
#1 transferring dockerfile: 662B done
#1 DONE 0.1s

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

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
#3 DONE 0.6s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e
#4 sha256:c3222b6dd3ea206e5d50a3cdaad8af885655181bd9d717b197ad2b3f240cc894
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:901dd1bc6bfe58ca2120d6b1538cf872685312a05a4504d2b3deafeddfd7416b
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:ce8687d162e4bb8f4e4cf3981cadf96ade8ffd4a5e6a4b9a38150fc89cff8295
#6 sha256:5e8a98f5758104920ac7ae059f7b1249eb98c858dd1417139605becf4a691b09
#6 DONE 0.0s

#7 [internal] load .dockerignore
#7 sha256:230b1640c986ed47fc730557cf68543e00356a491045c116b75a85aa06d92548
#7 DONE 0.0s

#8 [1/8] FROM docker.io/ocurrent/opam-staging@sha256:ce8687d162e4bb8f4e4cf3981cadf96ade8ffd4a5e6a4b9a38150fc89cff8295
#8 sha256:6793466dc3e03ea0303da5e2d78c16fa156b52d4e53bc602d5ea527a697e42dd
#8 CACHED

#15 [internal] load build context
#15 sha256:1c80b040d5171cfd30ce56ef9b5cb494bef14db609934f2f5f3d4f491971ffb3
#15 transferring context: 662B done
#15 DONE 0.1s

#9 [2/8] RUN zypper repos repo-openh264 && zypper removerepo repo-openh264 || true
#9 sha256:53f549d3da967032ce679997f88e3ba177edac3b67cc7d9bd0e71a1ff2a72185
#9 0.423 Use 'zypper repos' to get the list of defined repositories.
#9 0.424 Repository 'repo-openh264' not found by its alias, number, or URI.
#9 DONE 0.5s

#10 [3/8] RUN zypper update -y
#10 sha256:35cbf21fc39c6eae4dbd143785894b68a6603fae04993953bf3a7b74a627dde7
#10 1.763 Loading repository data...
#10 2.596 Reading installed packages...
#10 4.551 Nothing to do.
#10 DONE 4.6s

#11 [4/8] RUN zypper install --force-resolution -y zstd
#11 sha256:8dc7834c75942d8d22d6a1e813141404ce76fb5cccb013998888e2016bfc4688
#11 0.995 Loading repository data...
#11 1.796 Reading installed packages...
#11 3.835 Resolving package dependencies...
#11 3.925 
#11 3.925 The following NEW package is going to be installed:
#11 3.925   zstd
#11 3.925 
#11 3.925 1 new package to install.
#11 3.925 Overall download size: 632.9 KiB. Already cached: 0 B. After the operation, additional 2.0 MiB will be used.
#11 3.925 
#11 3.925 Backend:  classic_rpmtrans
#11 3.925 Continue? [y/n/v/...? shows all options] (y): y
#11 4.004 Retrieving: zstd-1.5.0-150400.3.3.1.aarch64 (Main Repository) (1/1), 632.9 KiB    
#11 4.015 Retrieving: zstd-1.5.0-150400.3.3.1.aarch64.rpm [...done (7.5 MiB/s)]
#11 4.271 
#11 4.271 Checking for file conflicts: [..done]
#11 4.292 (1/1) Installing: zstd-1.5.0-150400.3.3.1.aarch64 [..done]
#11 DONE 4.6s

#12 [5/8] RUN opam switch create 5.2 --packages=ocaml-base-compiler.5.2.0
#12 sha256:0dacbc23c9c286502d46a0301c7745af37ecb6c48a6c668cf6f3108b318c382a
#12 6.306 
#12 6.306 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 6.940 [ocaml-base-compiler.5.2.0] downloaded from https://github.com/ocaml/ocaml/archive/5.2.0.tar.gz
#12 7.554 
#12 7.554 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 7.828 -> installed base-bigarray.base
#12 7.830 -> installed base-threads.base
#12 7.831 -> installed base-unix.base
#12 7.832 -> installed ocaml-options-vanilla.1
#12 109.1 -> installed ocaml-base-compiler.5.2.0
#12 109.1 -> installed ocaml-config.3
#12 109.3 -> installed ocaml.5.2.0
#12 109.3 -> installed base-domains.base
#12 109.3 -> installed base-nnp.base
#12 109.7 Done.
#12 109.7 # Run eval $(opam env) to update the current shell environment
#12 DONE 110.2s

#13 [6/8] RUN opam pin add -k version ocaml-base-compiler 5.2.0
#13 sha256:5e13e227d9ee661629dca5d6d9ab2cecf21658c04f50d01387ebe35136d8ecc9
#13 0.943 ocaml-base-compiler is now pinned to version 5.2.0
#13 0.943 
#13 6.247 Already up-to-date.
#13 6.247 Nothing to do.
#13 6.302 # Run eval $(opam env) to update the current shell environment
#13 DONE 6.4s

#14 [7/8] RUN opam install -y opam-depext
#14 sha256:f128633f52e2401a6e5b4b38619455da1a9e2d265a8e577defc7e9013d31a332
#14 6.684 The following actions will be performed:
#14 6.684   - install opam-depext 1.2.1-1
#14 6.684 
#14 6.684 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 7.278 [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
#14 7.323 
#14 7.323 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#14 9.616 -> installed opam-depext.1.2.1-1
#14 9.626 Done.
#14 9.684 # Run eval $(opam env) to update the current shell environment
#14 DONE 9.8s

#16 [8/8] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#16 sha256:f95edcbcd399c86d2b08544b0c3641f01e7b283e7d97b8534823a1e8bb43d5a5
#16 DONE 0.1s

#17 exporting to image
#17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#17 exporting layers
#17 exporting layers 1.9s done
#17 writing image sha256:f71e709428176e2a72d015a4d5e281f37409704ee0b278718816ffbca4413737 done
#17 DONE 1.9s
Pushing "sha256:116fb83bea676df1055a32adfd1b4a5228a368bd87fb1726cd940500654e8a6e" to "ocurrent/opam-staging:opensuse-15.5-ocaml-5.2-arm64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
d63adf6d159f: Preparing
error parsing HTTP 400 response body: invalid character '<' looking for beginning of value: "<html><body><h1>400 Bad request</h1>\nYour browser sent an invalid request.\n</body></html>\n\n"
docker-push failed with exit-code 1
2024-05-14 02:47.26: Job failed: Failed: Build failed
2024-05-14 02:47.26: Log analysis:
2024-05-14 02:47.26: >>> docker-push failed (score = 20)
2024-05-14 02:47.26: docker-push failed