Build:
- 1
- 0
2024-12-23 02:38.33: New job: Build using windows-1809-x86_64 in
[]
2024-12-23 02:38.33: Will push staging image to ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.12-amd64
Dockerfile:
# escape=`
FROM ocurrent/opam-staging@sha256:05a3731a0cbddc78e75dd31cdc673d8573aceaffb71b772f457170a320626a02
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN ocaml-env exec --64 --no-opam -- opam switch create 4.12 --packages=ocaml-variants.4.12.1+mingw64
RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.12.1+mingw64
RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
CMD [ "cmd.exe" ]
COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
2024-12-23 02:38.33: Using cache hint "4.12.1-amd64-ocurrent/opam-staging@sha256:05a3731a0cbddc78e75dd31cdc673d8573aceaffb71b772f457170a320626a02"
2024-12-23 02:38.33: Waiting for resource in pool OCluster
2024-12-23 02:38.33: Waiting for worker…
2024-12-26 01:31.43: Got resource from pool OCluster
Building on ltsc2019-1
Sending build context to Docker daemon 2.56kB
Step 1/8 : FROM ocurrent/opam-staging@sha256:05a3731a0cbddc78e75dd31cdc673d8573aceaffb71b772f457170a320626a02
docker.io/ocurrent/opam-staging@sha256:05a3731a0cbddc78e75dd31cdc673d8573aceaffb71b772f457170a320626a02: Pulling from ocurrent/opam-staging
Digest: sha256:05a3731a0cbddc78e75dd31cdc673d8573aceaffb71b772f457170a320626a02
Status: Image is up to date for ocurrent/opam-staging@sha256:05a3731a0cbddc78e75dd31cdc673d8573aceaffb71b772f457170a320626a02
---> ba0ab3ebfc9f
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
---> Using cache
---> d9ac5cf805d6
Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.12 --packages=ocaml-variants.4.12.1+mingw64
---> Running in e5cd33d7e9c3
tzset: can't find matching POSIX timezone for Windows timezone ""
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.12.1+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/4.12.1.tar.gz
[ocaml-variants.4.12.1+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/fdc645a61a208552ebac76a67eafd3ee/raw/9f521e91c8f0e9490652651ccdbfae88da701919/inline-flexdll.patch
[ocaml-variants.4.12.1+mingw64/ocaml-4.12.0+beta1.patch] downloaded from https://gist.githubusercontent.com/fdopen/5d2d5b8f54c0a199700123ad7e75d14b/raw/bd6dc8afeaba0a32f8a29e712b6397977609bd6a/ocaml-4.12.0+beta1.patch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-variants.4.12.1+mingw64
-> installed ocaml-config.2
-> installed ocaml.4.12.1
Done.
# Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment
Removing intermediate container e5cd33d7e9c3
---> 626786af8b74
Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.12.1+mingw64
---> Running in 94e7512c46bd
tzset: can't find matching POSIX timezone for Windows timezone ""
ocaml-variants is now pinned to version 4.12.1+mingw64
No package build needed.
Nothing to do.
Removing intermediate container 94e7512c46bd
---> 48c01ab5942e
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
---> Running in ed9896276f13
tzset: can't find matching POSIX timezone for Windows timezone ""
The following actions will be performed:
- install opam-depext 1.1.5 [required by depext]
- install depext-cygwinports 0.0.9
- install depext transition
===== 3 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[depext-cygwinports.0.0.9] downloaded from https://github.com/fdopen/depext-cygwinports/archive/0.0.9.tar.gz
[opam-depext.1.1.5] downloaded from https://github.com/ocaml-opam/opam-depext/releases/download/v1.1.5/opam-depext-full-v1.1.5.tbz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed depext-cygwinports.0.0.9
-> installed opam-depext.1.1.5
-> installed depext.transition
Done.
<><> depext-cygwinports.0.0.9 installed successfully ><><><><><><><><><><><><><>
=> Don't forget to add either /usr/x86_64-w64-mingw32/sys-root/mingw/bin (or
/usr/i686-w64-mingw32/sys-root/mingw/bin for 32-bit builds) to your PATH.
Otherwise many packages can't be built.
Removing intermediate container ed9896276f13
---> e2685cfb69a8
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
---> Running in 6408f9a81a5c
Removing intermediate container 6408f9a81a5c
---> d4c397bdc29c
Step 7/8 : CMD [ "cmd.exe" ]
---> Running in 9e154981e100
Removing intermediate container 9e154981e100
---> caafc3363970
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> d8db725b4e40
Successfully built d8db725b4e40
Pushing "sha256:d8db725b4e40c47eb59d547132978da077e7852180c9351f60818d9c4d36f11c" to "ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.12-amd64" as user "ocurrentbuilder"
2024-12-27 01:30.30: Job failed: Disconnected: Switch turned off