Build:
  1. 0
2024-07-24 05:23.37: New job: Build using windows-1809-x86_64 in
                                []
2024-07-24 05:23.37: Will push staging image to ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.14-amd64

Dockerfile:

# escape=`

FROM ocurrent/opam-staging@sha256:885876b0939da8378d06f035371556d1d4855296b0c26e2126b766ae3bd2565c
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN ocaml-env exec --64 --no-opam -- opam switch create 4.14 --packages=ocaml-variants.4.14.2+mingw64
RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.14.2+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-07-24 05:23.37: Using cache hint "4.14.2-amd64-ocurrent/opam-staging@sha256:885876b0939da8378d06f035371556d1d4855296b0c26e2126b766ae3bd2565c"
2024-07-24 05:23.37: Waiting for resource in pool OCluster
2024-07-24 05:23.37: Waiting for worker…
2024-07-24 07:01.12: Got resource from pool OCluster
Building on ltsc2019-2
Sending build context to Docker daemon   2.56kB

Step 1/8 : FROM ocurrent/opam-staging@sha256:885876b0939da8378d06f035371556d1d4855296b0c26e2126b766ae3bd2565c
docker.io/ocurrent/opam-staging@sha256:885876b0939da8378d06f035371556d1d4855296b0c26e2126b766ae3bd2565c: Pulling from ocurrent/opam-staging
Digest: sha256:885876b0939da8378d06f035371556d1d4855296b0c26e2126b766ae3bd2565c
Status: Image is up to date for ocurrent/opam-staging@sha256:885876b0939da8378d06f035371556d1d4855296b0c26e2126b766ae3bd2565c
 ---> 148ee0d6d6bd
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
 ---> Using cache
 ---> 4002ba2a9da6
Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.14 --packages=ocaml-variants.4.14.2+mingw64
 ---> Running in df2334ac2d52
tzset: can't find matching POSIX timezone for Windows timezone ""

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.14.2+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/refs/tags/4.14.2.tar.gz
[ocaml-variants.4.14.2+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/afe3140904cc975cc9d2e4992e13d547/raw/3d8b647eb196a3174e6c6105881e5d6a4b8fa166/inline-flexdll.patch
[ocaml-variants.4.14.2+mingw64/ocaml-4.14.0.patch] downloaded from https://gist.githubusercontent.com/fdopen/2def708d5eb7c8764c7b0804587a57dd/raw/2897d6a477dce97b88cdf8633355a99400d0e083/ocaml-4.14.0.patch

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-variants.4.14.2+mingw64
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment
Removing intermediate container df2334ac2d52
 ---> 15d0ed01c5ff
Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.14.2+mingw64
 ---> Running in fad1ea6ed309
tzset: can't find matching POSIX timezone for Windows timezone ""
ocaml-variants is now pinned to version 4.14.2+mingw64

No package build needed.
Nothing to do.
Removing intermediate container fad1ea6ed309
 ---> 8c4544300e07
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
 ---> Running in 529f19b8ffba
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 529f19b8ffba
 ---> 3cc1846de3e9
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
 ---> Running in f79c7a868f3b
Removing intermediate container f79c7a868f3b
 ---> 56af6ac66658
Step 7/8 : CMD [ "cmd.exe" ]
 ---> Running in 66eb95117e83
Removing intermediate container 66eb95117e83
 ---> 02c89c0ae4ec
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
 ---> c4d217204b2b
Successfully built c4d217204b2b
Pushing "sha256:c4d217204b2b14e0fb3cdb81dc7adb82401c59441167a49ae28dba28413aca58" to "ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.14-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
13cdacdd45df: Preparing
c3467967875b: Preparing
9a5db1359ac4: Preparing
223b9622b19a: Preparing
0204395b3723: Preparing
f6b29aaa8e60: Preparing
d4f37dafc883: Preparing
d83a0eb1583a: Preparing
27ebf1627c9b: Preparing
9df750abec08: Preparing
d37f4368b173: Preparing
e66b71d591cc: Preparing
bcc9bbd72da0: Preparing
c35018d73b00: Preparing
f04c9953fc55: Preparing
52304d2741fa: Preparing
10f30f54284b: Preparing
82295d93f44b: Preparing
a17537d81fe7: Preparing
15083078338e: Preparing
4c5fa2d494bf: Preparing
678e10427ff0: Preparing
c90b09dcf382: Preparing
62391eabd4e4: Preparing
4712f594ca2b: Preparing
a168c49608fc: Preparing
c0bf928d5be3: Preparing
2648eadf2756: Preparing
4b6d986d5801: Preparing
e34cf2a2c39e: Preparing
95a5c0c5e4f9: Preparing
3dbc3ea2ad74: Preparing
fee2571c03e1: Preparing
4f393465551d: Preparing
361564026b3a: Preparing
d432b3ee33b6: Preparing
c9d92abfb7d0: Preparing
213e11e6aa14: Preparing
04b717549dcb: Preparing
3b602d3fafe5: Preparing
3690afca950f: Preparing
ca9691c7f49b: Preparing
678e10427ff0: Waiting
c90b09dcf382: Waiting
62391eabd4e4: Waiting
4712f594ca2b: Waiting
a168c49608fc: Waiting
c0bf928d5be3: Waiting
2648eadf2756: Waiting
4b6d986d5801: Waiting
e34cf2a2c39e: Waiting
95a5c0c5e4f9: Waiting
3dbc3ea2ad74: Waiting
fee2571c03e1: Waiting
4f393465551d: Waiting
361564026b3a: Waiting
d432b3ee33b6: Waiting
c9d92abfb7d0: Waiting
213e11e6aa14: Waiting
04b717549dcb: Waiting
3b602d3fafe5: Waiting
3690afca950f: Waiting
ca9691c7f49b: Waiting
e66b71d591cc: Waiting
bcc9bbd72da0: Waiting
c35018d73b00: Waiting
f04c9953fc55: Waiting
52304d2741fa: Waiting
10f30f54284b: Waiting
82295d93f44b: Waiting
a17537d81fe7: Waiting
15083078338e: Waiting
f6b29aaa8e60: Waiting
d83a0eb1583a: Waiting
27ebf1627c9b: Waiting
4c5fa2d494bf: Waiting
9df750abec08: Waiting
d37f4368b173: Waiting
d4f37dafc883: Waiting
9a5db1359ac4: Pushed
13cdacdd45df: Pushed
c3467967875b: Pushed
d4f37dafc883: Layer already exists
d83a0eb1583a: Layer already exists
27ebf1627c9b: Layer already exists
9df750abec08: Layer already exists
d37f4368b173: Layer already exists
e66b71d591cc: Layer already exists
bcc9bbd72da0: Layer already exists
c35018d73b00: Layer already exists
f04c9953fc55: Layer already exists
52304d2741fa: Layer already exists
10f30f54284b: Layer already exists
82295d93f44b: Layer already exists
15083078338e: Layer already exists
4c5fa2d494bf: Layer already exists
678e10427ff0: Layer already exists
c90b09dcf382: Layer already exists
62391eabd4e4: Layer already exists
4712f594ca2b: Layer already exists
0204395b3723: Pushed
a168c49608fc: Layer already exists
c0bf928d5be3: Layer already exists
2648eadf2756: Layer already exists
4b6d986d5801: Layer already exists
e34cf2a2c39e: Layer already exists
95a5c0c5e4f9: Layer already exists
a17537d81fe7: Layer already exists
3dbc3ea2ad74: Layer already exists
fee2571c03e1: Layer already exists
4f393465551d: Layer already exists
361564026b3a: Layer already exists
d432b3ee33b6: Layer already exists
c9d92abfb7d0: Layer already exists
213e11e6aa14: Layer already exists
04b717549dcb: Layer already exists
3b602d3fafe5: Layer already exists
3690afca950f: Layer already exists
ca9691c7f49b: Layer already exists
223b9622b19a: Pushed
f6b29aaa8e60: Pushed
windows-mingw-ltsc2019-ocaml-4.14-amd64: digest: sha256:f577a844e097841bbc9926b194348100a1b6752c722f9a24dd94704a898a74fc size: 9157
Job succeeded
2024-07-24 07:20.12: Job succeeded