Build:
  1. 1
  2. 0
2024-05-13 18:10.47: New job: Build using linux-arm64 in
                                []
2024-05-13 18:10.47: Will push staging image to ocurrent/opam-staging:debian-12-ocaml-4.06-arm32v7

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:5b108e7fd9b91c79f9c9ae32f2a8c7ed8ea231eb4688ecc13232260d3d10a687
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2024-05-13 18:10.47: Using cache hint "4.06.1-arm32v7-ocurrent/opam-staging@sha256:5b108e7fd9b91c79f9c9ae32f2a8c7ed8ea231eb4688ecc13232260d3d10a687"
2024-05-13 18:10.47: Waiting for resource in pool OCluster
2024-05-13 18:10.47: Waiting for worker…
2024-05-13 21:54.40: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:c9436a27155412ec3aed4eac7429e915e4f690d625380ad2509a91c38b8282bd
#1 transferring dockerfile: 615B done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:7f8c454b866752f4320341382fc97590f514516d6502926e28bd0d95ee03519f
#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:3e47d7ea83328f7418da8516c232bc8874c89de2ac6619f366959bacade9132e
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:5b108e7fd9b91c79f9c9ae32f2a8c7ed8ea231eb4688ecc13232260d3d10a687
#6 sha256:2d9f26044c591a4314c64e60c29fccff3bc23de97008a269421e35e9ac90b9b0
#6 DONE 0.5s

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:5b108e7fd9b91c79f9c9ae32f2a8c7ed8ea231eb4688ecc13232260d3d10a687
#8 sha256:9cb17efe1125087b24c4ad505c56d06ff246f84fc4bc5ef522a9ce1a6d5b14ed
#8 CACHED

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

#13 [internal] load build context
#13 sha256:92aa4753d36e2d49c16a494acb0a26d8b3fee4aa2cbfe5c99c6ecfe3aa9cc775
#13 transferring context: 615B done
#13 DONE 0.1s

#9 [2/6] RUN opam switch create 4.06 --packages=ocaml-base-compiler.4.06.1
#9 sha256:84ec48d9523d6feff071792873786bb771b9e367fd033068ccff1d5d7239dd6d
#9 8.052 
#9 8.052 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.431 [ocaml-base-compiler.4.06.1] downloaded from https://github.com/ocaml/ocaml/archive/4.06.1.tar.gz
#9 10.15 [ocaml-base-compiler.4.06.1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/137a4ad167f25fe1bee792977ed89f30d19bcd74.patch?full_index=1
#9 10.16 
#9 10.16 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 10.36 -> installed base-bigarray.base
#9 10.36 -> installed base-threads.base
#9 10.37 -> installed base-unix.base
#9 262.2 -> installed ocaml-base-compiler.4.06.1
#9 262.3 -> installed ocaml-config.1
#9 262.4 -> installed ocaml.4.06.1
#9 262.6 Done.
#9 262.6 # Run eval $(opam env) to update the current shell environment
#9 DONE 262.9s

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

#11 [4/6] RUN opam install -y opam-depext
#11 sha256:4bf8472791805f1f54d383692d9cd493cf117cdf110bd9a99a466a5064372f75
#11 8.043 The following actions will be performed:
#11 8.043   - install opam-depext 1.2.1-1
#11 8.043 
#11 8.043 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 8.556 [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 8.592 
#11 8.592 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 10.30 -> installed opam-depext.1.2.1-1
#11 10.33 Done.
#11 10.33 # Run eval $(opam env) to update the current shell environment
#11 DONE 10.4s

#12 [5/6] RUN opam install -y ocaml-secondary-compiler
#12 sha256:76cdabf7efdf6169b6a99a04288d9e05f48795c0e455b02a28bfeaf9582ed315
#12 8.104 The following actions will be performed:
#12 8.104   - install ocaml-secondary-compiler 4.08.1-1
#12 8.105 
#12 8.105 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 8.828 [ocaml-secondary-compiler.4.08.1-1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
#12 9.600 [ocaml-secondary-compiler.4.08.1-1/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/17df117b4939486d3285031900587afce5262c8c.patch?full_index=1
#12 9.602 
#12 9.602 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 93.10 -> installed ocaml-secondary-compiler.4.08.1-1
#12 93.38 Done.
#12 93.38 # Run eval $(opam env) to update the current shell environment
#12 DONE 93.7s

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

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 1.2s done
#15 writing image sha256:3518e76d0eccf44b9bc251dca77a7c4b94d521245b55479f113e3089fbf66e32 done
#15 DONE 1.2s
Pushing "sha256:5ab5f57687b1c5aa67572e9f9368c08f472c582f6645526c1fadfd50e0927ba5" to "ocurrent/opam-staging:debian-12-ocaml-4.06-arm32v7" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
6bb703f4e4d0: 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