Build:
  1. 0
2024-12-14 13:09.47: New job: Build using linux-x86_64 in
                                []
2024-12-14 13:09.47: Will push staging image to ocurrent/opam-staging:opensuse-15.6-ocaml-4.02-amd64

Dockerfile:

# syntax=docker/dockerfile:1

FROM ocurrent/opam-staging@sha256:6f48f85aaa338f44d25a99508e34675413e97ca474008b230fd753aa3700eaf7
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.02 --packages=ocaml-base-compiler.4.02.3
RUN opam pin add -k version ocaml-base-compiler 4.02.3
RUN opam install -y opam-depext
RUN opam install -y ocaml-secondary-compiler
ENTRYPOINT [ "opam", "exec", "--" ]
CMD bash
COPY --link [ "Dockerfile", "/Dockerfile.ocaml" ]


2024-12-14 13:09.47: Using cache hint "4.02.3-amd64-ocurrent/opam-staging@sha256:6f48f85aaa338f44d25a99508e34675413e97ca474008b230fd753aa3700eaf7"
2024-12-14 13:09.47: Waiting for resource in pool OCluster
2024-12-14 13:09.48: Waiting for worker…
2024-12-14 13:09.48: Got resource from pool OCluster
Building on doris.caelum.ci.dev
#1 [internal] load build definition from Dockerfile
#1 sha256:fffd61e7b1822e71a3a49bf089b8831692ad8f9ffa9a80dc603e66dd7a6346a1
#1 transferring dockerfile: 549B done
#1 DONE 0.1s

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

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

#4 docker-image://docker.io/docker/dockerfile:1@sha256:db1ff77fb637a5955317c7a3a62540196396d565f3dd5742e76dddbb6d75c4c5
#4 sha256:522e56e11f08ad6837376d7499be607772988867d31399698d3d3e164aa4c811
#4 CACHED

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

#6 [internal] load metadata for docker.io/ocurrent/opam-staging@sha256:6f48f85aaa338f44d25a99508e34675413e97ca474008b230fd753aa3700eaf7
#6 sha256:58b2a7c58a9872b6e54678ceeef8bf8e663f0bfc8aacdb81259dd104c891d903
#6 DONE 0.8s

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

#13 [internal] load build context
#13 sha256:992a9732f1201985679baa82a3b0fd666074029840462abc892e31f53a9b341d
#13 ...

#8 [1/6] FROM docker.io/ocurrent/opam-staging@sha256:6f48f85aaa338f44d25a99508e34675413e97ca474008b230fd753aa3700eaf7
#8 sha256:1c5164d374f9520e9c0bdc05e5ebf341ae4c72a4f339c971af27252e3dc33eda
#8 resolve docker.io/ocurrent/opam-staging@sha256:6f48f85aaa338f44d25a99508e34675413e97ca474008b230fd753aa3700eaf7 done
#8 DONE 0.5s

#13 [internal] load build context
#13 sha256:992a9732f1201985679baa82a3b0fd666074029840462abc892e31f53a9b341d
#13 transferring context: 549B done
#13 DONE 0.7s

#9 [2/6] RUN opam switch create 4.02 --packages=ocaml-base-compiler.4.02.3
#9 sha256:7bfcb26b038dcc6625e51ac1bcc212051eb743f02b856ac244e3ed40b0859e67
#9 9.442 
#9 9.442 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 9.705 [ocaml-config.1/gen_ocaml_config.ml.in] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/gen_ocaml_config.ml.in.1
#9 10.07 [ocaml-config.1/ocaml-config.install] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-config/ocaml-config.install
#9 16.10 [ocaml-base-compiler.4.02.3] downloaded from https://github.com/ocaml/ocaml/archive/4.02.3.tar.gz
#9 17.59 [ocaml-base-compiler.4.02.3/alt-signal-stack.patch] downloaded from https://github.com/ocaml/ocaml/commit/9de2b77472aee18a94b41cff70caee27fb901225.patch?full_index=1
#9 17.93 [ocaml-base-compiler.4.02.3/fix-gcc10.patch] downloaded from https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/ocaml-base-compiler/fix-gcc10.patch.4.02.3
#9 23.23 [ocaml-base-compiler.4.02.3/gpr1330.patch] downloaded from https://github.com/ocaml/ocaml/commit/bcc7a767279ff70518b3f4219cc0b9bffec7dd43.patch?full_index=1
#9 23.23 
#9 23.23 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#9 23.65 -> installed base-bigarray.base
#9 23.66 -> installed base-threads.base
#9 23.66 -> installed base-unix.base
#9 225.0 -> installed ocaml-base-compiler.4.02.3
#9 225.1 -> installed ocaml-config.1
#9 225.2 -> installed ocaml.4.02.3
#9 225.2 -> installed base-ocamlbuild.base
#9 225.7 Done.
#9 225.7 # Run eval $(opam env) to update the current shell environment
#9 DONE 226.9s

#10 [3/6] RUN opam pin add -k version ocaml-base-compiler 4.02.3
#10 sha256:21d990455968eca7625b638a8fafb4e3c5b4a0c3605f625972076f40777867d0
#10 4.215 ocaml-base-compiler is now pinned to version 4.02.3
#10 4.215 
#10 10.53 No package build needed.
#10 10.53 Nothing to do.
#10 10.54 # Run eval $(opam env) to update the current shell environment
#10 DONE 12.2s

#11 [4/6] RUN opam install -y opam-depext
#11 sha256:1081dc542c346a6e07d5c611880780daf401437e62dc6d1679678e8c8091eeb2
#11 10.68 The following actions will be performed:
#11 10.68   - install opam-depext 1.2.3
#11 10.68 
#11 10.68 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.14 [opam-depext.1.2.3] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.2.3/opam-depext-full-1.2.3.tbz
#11 11.18 
#11 11.18 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 13.37 -> installed opam-depext.1.2.3
#11 13.39 Done.
#11 13.40 # Run eval $(opam env) to update the current shell environment
#11 DONE 18.7s

#12 [5/6] RUN opam install -y ocaml-secondary-compiler
#12 sha256:4e5360d16c900a17b03931706b8174516bcb4d9143da455c9d5038e5704800c9
#12 23.10 The following actions will be performed:
#12 23.10   - install host-arch-x86_64         1
#12 23.10   - install ocaml-secondary-compiler 4.14.2
#12 23.10   - install host-system-other        1
#12 23.10 ===== 3 to install =====
#12 23.10 
#12 23.10 <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 23.89 [ocaml-secondary-compiler.4.14.2] downloaded from https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
#12 26.70 
#12 26.70 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#12 28.90 -> installed host-arch-x86_64.1
#12 28.93 -> installed host-system-other.1
#12 134.7 -> installed ocaml-secondary-compiler.4.14.2
#12 135.7 Done.
#12 135.7 # Run eval $(opam env) to update the current shell environment
#12 DONE 298.7s

#14 [6/6] COPY --link [ Dockerfile, /Dockerfile.ocaml ]
#14 sha256:3e54c43783c046b318011dacf38c353c587177d8cf648a4516fa2dc1c57d9650
#14 DONE 1.4s

#15 exporting to image
#15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#15 exporting layers
#15 exporting layers 11.5s done
#15 writing image sha256:94713ed2a8aa2b596563bac355014dfd4ead77778405e17fe9df096cbfed0ee8 done
#15 DONE 11.6s
Pushing "sha256:f24ea23f90c850e8d3abcf65759df126dccc621ff653ea50d097df736a32be14" to "ocurrent/opam-staging:opensuse-15.6-ocaml-4.02-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
34ad8c25912a: Preparing
34ad8c25912a: Pushed
opensuse-15.6-ocaml-4.02-amd64: digest: sha256:9e90b56ed96d11a27f90010fa798c353e102e26d0206ea44c39bee55984549ef size: 531
The push refers to repository [docker.io/ocurrent/opam-staging]
34ad8c25912a: Preparing
34ad8c25912a: Layer already exists
opensuse-15.6-ocaml-4.02-amd64: digest: sha256:9e90b56ed96d11a27f90010fa798c353e102e26d0206ea44c39bee55984549ef size: 531
Job succeeded
2024-12-14 16:20.22: Job succeeded