Build:
- 0
2022-06-28 10:52.40: New job: Build using linux-x86_64 in
[]
2022-06-28 10:52.40: Will push staging image to ocurrent/opam-staging:debian-11-ocaml-4.14-flambda-i386
Dockerfile:
FROM ocurrent/opam-staging@sha256:d6559e609ee3a51dae82e7f57f760768ad18aef6799036fbc4e91f7ccd15c85f
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN opam switch create 4.14 --packages=ocaml-variants.4.14.0+options,ocaml-options-only-flambda
RUN opam pin add -k version ocaml-variants 4.14.0+options
RUN opam install -y opam-depext
ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
CMD bash
COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
2022-06-28 10:52.40: Using cache hint "4.14.0+flambda-i386-ocurrent/opam-staging@sha256:d6559e609ee3a51dae82e7f57f760768ad18aef6799036fbc4e91f7ccd15c85f"
2022-06-28 10:52.40: Waiting for resource in pool OCluster
2022-06-28 10:52.40: Waiting for worker...
2022-06-28 10:52.40: Got resource from pool OCluster
Building on laodoke.ocamllabs.io
Sending build context to Docker daemon 2.56kB
Step 1/9 : FROM ocurrent/opam-staging@sha256:d6559e609ee3a51dae82e7f57f760768ad18aef6799036fbc4e91f7ccd15c85f
docker.io/ocurrent/opam-staging@sha256:d6559e609ee3a51dae82e7f57f760768ad18aef6799036fbc4e91f7ccd15c85f: Pulling from ocurrent/opam-staging
8bfd9a7ec075: Pulling fs layer
e9fddc3283d8: Pulling fs layer
8bfd9a7ec075: Verifying Checksum
8bfd9a7ec075: Download complete
8bfd9a7ec075: Pull complete
e9fddc3283d8: Verifying Checksum
e9fddc3283d8: Download complete
e9fddc3283d8: Pull complete
Digest: sha256:d6559e609ee3a51dae82e7f57f760768ad18aef6799036fbc4e91f7ccd15c85f
Status: Downloaded newer image for ocurrent/opam-staging@sha256:d6559e609ee3a51dae82e7f57f760768ad18aef6799036fbc4e91f7ccd15c85f
---> 5052d7611593
Step 2/9 : SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in b8e5d80b99c0
Removing intermediate container b8e5d80b99c0
---> 993f973496c9
Step 3/9 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in c3b3649b40ad
Removing intermediate container c3b3649b40ad
---> ae27cda08d96
Step 4/9 : RUN opam switch create 4.14 --packages=ocaml-variants.4.14.0+options,ocaml-options-only-flambda
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in e5d4e31bf4c2
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.14.0+options] downloaded from https://github.com/ocaml/ocaml/archive/4.14.0.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-option-flambda.1
-> installed ocaml-options-only-flambda.1
-> installed ocaml-variants.4.14.0+options
-> installed ocaml-config.2
-> installed ocaml.4.14.0
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container e5d4e31bf4c2
---> 74fd296cec88
Step 5/9 : RUN opam pin add -k version ocaml-variants 4.14.0+options
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in cfe6ad199c26
ocaml-variants is now pinned to version 4.14.0+options
No package build needed.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container cfe6ad199c26
---> 5053dda0c462
Step 6/9 : RUN opam install -y opam-depext
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in fc133d629944
The following actions will be performed:
- install opam-depext 1.2.1-1
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed opam-depext.1.2.1-1
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container fc133d629944
---> 9155269434e6
Step 7/9 : ENTRYPOINT [ "/usr/bin/linux32", "opam", "exec", "--" ]
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in 0f6aba66c8ce
Removing intermediate container 0f6aba66c8ce
---> e0689f58a043
Step 8/9 : CMD bash
---> [Warning] The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
---> Running in aaa691f1b63c
Removing intermediate container aaa691f1b63c
---> 826056533627
Step 9/9 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> d8525a4b8215
Successfully built 0ebcd3161888
Pushing "sha256:0ebcd3161888771546b4d9327f1cee39c94955ac5d4f47b9807112ed0d435ad0" to "ocurrent/opam-staging:debian-11-ocaml-4.14-flambda-i386" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
5d5a6d7b24b3: Preparing
0b114e9b7d50: Preparing
58fef367db29: Preparing
58fef367db29: Layer already exists
0b114e9b7d50: Layer already exists
5d5a6d7b24b3: Pushed
debian-11-ocaml-4.14-flambda-i386: digest: sha256:2502e8100247c91c5afb0f72cd7ac5dcbe929b75713e81334fcc1ae97134be05 size: 956
Job succeeded
2022-06-28 10:59.57: Job succeeded