Build:
  1. 0
2024-02-09 10:28.39: New job: Build using linux-x86_64 in
                                []
2024-02-09 10:28.39: Will push staging image to ocurrent/opam-staging:debian-10-ocaml-4.03-i386

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:8363759bb34df08f25b2152a662c9a52f133c00cea294c43e5c219562b6bc333
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.03 --packages=ocaml-base-compiler.4.03.0
RUN opam pin add -k version ocaml-base-compiler 4.03.0
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-02-09 10:28.39: Using cache hint "4.03.0-i386-ocurrent/opam-staging@sha256:8363759bb34df08f25b2152a662c9a52f133c00cea294c43e5c219562b6bc333"
2024-02-09 10:28.39: Waiting for resource in pool OCluster
2024-02-09 10:28.39: Waiting for worker…
2024-02-09 23:41.58: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:a88f138884eb0c3738bc5bc200f2abc4d28be9f295ce1d843c33bdc571ebe405
#1 transferring dockerfile: 615B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:c1f935189f96c5f6844d25cc976be5c85e6bf499030f81f936cf3969099536b7
#2 transferring context: 2B done
#2 DONE 0.0s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
#3 DONE 0.4s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
#4 sha256:94d31f7191390ebf1aa76bc23bdbd269fd7a0432f853889e4918b44513a34946
#4 CACHED

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:8363759bb34df08f25b2152a662c9a52f133c00cea294c43e5c219562b6bc333
#6 sha256:f9a39ffcb34cead0c244584e87f8d6d8a78fb86dd5d8ab3e057c8bd4e23fb4f4
#6 DONE 0.7s

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

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

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:8363759bb34df08f25b2152a662c9a52f133c00cea294c43e5c219562b6bc333
#8 sha256:b47aa0ef468ed5b783b3e61a23237453b7297f32c86235c7cd1ed1ffa73a0ad4
#8 resolve docker.io/ocurrent/opam-staging@sha256:8363759bb34df08f25b2152a662c9a52f133c00cea294c43e5c219562b6bc333 done
#8 DONE 0.0s

#9 [2/6] RUN opam switch create 4.03 --packages=ocaml-base-compiler.4.03.0
#9 sha256:5c1e34b1ea09ee719740c2516a26da98af36383bd27a7d0f643af57f104c19ef
#9 12.52 
#9 12.52 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 29.20 [ocaml-base-compiler.4.03.0] downloaded from https://github.com/ocaml/ocaml/archive/4.03.0.tar.gz
#9 31.30 [ocaml-base-compiler.4.03.0/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/a8b2cc3b40f5269ce8525164ec2a63b35722b22b.patch?full_index=1
#9 31.87 [ocaml-base-compiler.4.03.0/gpr1330.patch] downloaded from https://github.com/ocaml/ocaml/commit/c204f07bfb20174f9e1c9ff586fb7b2f42b8bf18.patch?full_index=1
#9 31.90 
#9 31.90 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 32.17 -> installed base-bigarray.base
#9 32.32 -> installed base-threads.base
#9 32.32 -> installed base-unix.base
#9 403.8 -> installed ocaml-base-compiler.4.03.0
#9 403.9 -> installed ocaml-config.1
#9 404.0 -> installed ocaml.4.03.0
#9 404.3 Done.
#9 404.3 # Run eval $(opam env) to update the current shell environment
#9 DONE 404.5s

#10 [3/6] RUN opam pin add -k version ocaml-base-compiler 4.03.0
#10 sha256:acc05bce6ae41ed9190cf21103baeb8a8020ef5927bb84557471643ca563c910
#10 1.652 ocaml-base-compiler is now pinned to version 4.03.0
#10 1.652 
#10 10.15 No package build needed.
#10 10.15 Nothing to do.
#10 10.15 # Run eval $(opam env) to update the current shell environment
#10 DONE 10.2s

#11 [4/6] RUN opam install -y opam-depext
#11 sha256:5aae01c8ab254590a6af19c9e9bc7ac72f0e0df2be279ab58cf721a67fd3640f
#11 10.82 The following actions will be performed:
#11 10.82   - install opam-depext 1.2.1-1
#11 10.82 
#11 10.82 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 12.12 [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 12.20 
#11 12.20 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 16.38 -> installed opam-depext.1.2.1-1
#11 16.40 Done.
#11 16.41 # Run eval $(opam env) to update the current shell environment
#11 DONE 16.6s

#12 [5/6] RUN opam install -y ocaml-secondary-compiler
#12 sha256:3596e82146ff8242cd024f219e690f197fe1fb21781f224498d5e7faeb5cc7ef
#12 10.12 The following actions will be performed:
#12 10.12   - install ocaml-secondary-compiler 4.08.1-1
#12 10.12 
#12 10.12 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 47.29 [ocaml-secondary-compiler.4.08.1-1] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
#12 54.20 [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 54.22 
#12 54.22 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 215.0 -> installed ocaml-secondary-compiler.4.08.1-1
#12 215.3 Done.
#12 215.3 # Run eval $(opam env) to update the current shell environment
#12 DONE 215.5s

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

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 3.3s done
#15 writing image sha256:a71b51d2964927ec584a8f9a3f2168d3c8847e20d385343a827b00e234db25f8 done
#15 DONE 3.3s
Pushing "sha256:a18e2523f8926d0fd541342748d3be1d2fe5d1883f099a91a0862c8fc56bd2b1" to "ocurrent/opam-staging:debian-10-ocaml-4.03-i386" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
11706fcc0f6c: Preparing
11706fcc0f6c: Pushed
debian-10-ocaml-4.03-i386: digest: sha256:c800fd39c4cc913c61fa0abe90a0a7b490c99afe75e1f7899189c7488fe421a6 size: 531
Job succeeded
2024-02-10 01:17.23: Job succeeded