Build:
  1. 0
2024-05-14 19:19.43: New job: Build using windows-x86_64 in
                                []
2024-05-14 19:19.43: Will push staging image to ocurrent/opam-staging:windows-server-mingw-ltsc2022-ocaml-4.13-amd64

Dockerfile:

# escape=`

FROM ocurrent/opam-staging@sha256:b45370f44b7b43d98507b42c127750c11cb7e4444dbd59479a402f75930b175a
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN ocaml-env exec --64 --no-opam -- opam switch create 4.13 --packages=ocaml-variants.4.13.1+mingw64
RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.13.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-05-14 19:19.43: Using cache hint "4.13.1-amd64-ocurrent/opam-staging@sha256:b45370f44b7b43d98507b42c127750c11cb7e4444dbd59479a402f75930b175a"
2024-05-14 19:19.43: Waiting for resource in pool OCluster
2024-05-14 19:19.43: Waiting for worker…
2024-05-14 22:38.59: Got resource from pool OCluster
Building on ltsc2022-4
Sending build context to Docker daemon   2.56kB

Step 1/8 : FROM ocurrent/opam-staging@sha256:b45370f44b7b43d98507b42c127750c11cb7e4444dbd59479a402f75930b175a
docker.io/ocurrent/opam-staging@sha256:b45370f44b7b43d98507b42c127750c11cb7e4444dbd59479a402f75930b175a: Pulling from ocurrent/opam-staging
Digest: sha256:b45370f44b7b43d98507b42c127750c11cb7e4444dbd59479a402f75930b175a
Status: Image is up to date for ocurrent/opam-staging@sha256:b45370f44b7b43d98507b42c127750c11cb7e4444dbd59479a402f75930b175a
 ---> 98eeb5ca6698
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
 ---> Using cache
 ---> 1d68c7f6e108
Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.13 --packages=ocaml-variants.4.13.1+mingw64
 ---> Running in 4b0539b4492a
tzset: can't find matching POSIX timezone for Windows timezone ""

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.13.1+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/4.13.1.tar.gz
[ocaml-variants.4.13.1+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/fdc645a61a208552ebac76a67eafd3ee/raw/9f521e91c8f0e9490652651ccdbfae88da701919/inline-flexdll.patch
[ocaml-variants.4.13.1+mingw64/ocaml-4.13.0.patch] downloaded from https://gist.githubusercontent.com/fdopen/e7eb53a763194eaab32429c227b80355/raw/b9eb26e5840bedd626aa25dd27ec557f32fa0d6f/ocaml-4.13.0.patch

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

No package build needed.
Nothing to do.
Removing intermediate container 159dbeef6eec
 ---> 085bd4eef46b
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
 ---> Running in ff888d371376
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 ff888d371376
 ---> 6d532abaff84
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
 ---> Running in af727b49888a
Removing intermediate container af727b49888a
 ---> e1bc451a9975
Step 7/8 : CMD [ "cmd.exe" ]
 ---> Running in 9e9a2b46eb3d
Removing intermediate container 9e9a2b46eb3d
 ---> 0349d5b94c75
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
 ---> be20be9e0138
Successfully built be20be9e0138
Pushing "sha256:be20be9e01383e6e2c993f43b896f5e553bc635e8867d6dc4ec02bfcf94046ed" to "ocurrent/opam-staging:windows-server-mingw-ltsc2022-ocaml-4.13-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
e88cf2d7ca9c: Preparing
2fcc69f97d41: Preparing
180ecf7f4e39: Preparing
25a4d8e94385: Preparing
8ce7df9ddfcc: Preparing
5ca51ad1bdb3: Preparing
8760b401893b: Preparing
a1d299a3980c: Preparing
1d92d21ba923: Preparing
dfeb30f8d624: Preparing
27e7812d68db: Preparing
8b5b60b03c90: Preparing
8b0dc85c169b: Preparing
6e34a8f0f76b: Preparing
20fd647be457: Preparing
987595a3982d: Preparing
d79a9f5c5a94: Preparing
b12f32da9495: Preparing
38f8db3ab11e: Preparing
f973cccbf8bc: Preparing
671b00a4f168: Preparing
66e7e3cee82a: Preparing
c4450cb13247: Preparing
9cfbde05d931: Preparing
5afe908de167: Preparing
8896b985b064: Preparing
a74a49164cf0: Preparing
5eaae2c61e3c: Preparing
5bf421d2ca47: Preparing
61db46462ed2: Preparing
8b00db7c1412: Preparing
50d47c40cb45: Preparing
d2bf6d4a93f6: Preparing
86a617a11c59: Preparing
de31ed1334bc: Preparing
006ed3a6469d: Preparing
687e3e93d264: Preparing
299b77e5746e: Preparing
7529a801971a: Preparing
058f8a7cd302: Preparing
5ca51ad1bdb3: Waiting
8760b401893b: Waiting
a1d299a3980c: Waiting
1d92d21ba923: Waiting
dfeb30f8d624: Waiting
27e7812d68db: Waiting
8b5b60b03c90: Waiting
8b0dc85c169b: Waiting
6e34a8f0f76b: Waiting
20fd647be457: Waiting
987595a3982d: Waiting
d79a9f5c5a94: Waiting
b12f32da9495: Waiting
38f8db3ab11e: Waiting
f973cccbf8bc: Waiting
671b00a4f168: Waiting
66e7e3cee82a: Waiting
c4450cb13247: Waiting
9cfbde05d931: Waiting
5afe908de167: Waiting
8896b985b064: Waiting
a74a49164cf0: Waiting
5eaae2c61e3c: Waiting
5bf421d2ca47: Waiting
61db46462ed2: Waiting
8b00db7c1412: Waiting
50d47c40cb45: Waiting
d2bf6d4a93f6: Waiting
86a617a11c59: Waiting
de31ed1334bc: Waiting
006ed3a6469d: Waiting
687e3e93d264: Waiting
299b77e5746e: Waiting
7529a801971a: Waiting
058f8a7cd302: Waiting
2fcc69f97d41: Pushed
180ecf7f4e39: Pushed
e88cf2d7ca9c: Pushed
8760b401893b: Layer already exists
a1d299a3980c: Layer already exists
dfeb30f8d624: Layer already exists
1d92d21ba923: Layer already exists
27e7812d68db: Layer already exists
8b5b60b03c90: Layer already exists
8b0dc85c169b: Layer already exists
6e34a8f0f76b: Layer already exists
20fd647be457: Layer already exists
987595a3982d: Layer already exists
d79a9f5c5a94: Layer already exists
b12f32da9495: Layer already exists
38f8db3ab11e: Layer already exists
f973cccbf8bc: Layer already exists
671b00a4f168: Layer already exists
66e7e3cee82a: Layer already exists
c4450cb13247: Layer already exists
9cfbde05d931: Layer already exists
5afe908de167: Layer already exists
8896b985b064: Layer already exists
a74a49164cf0: Layer already exists
5eaae2c61e3c: Layer already exists
5bf421d2ca47: Layer already exists
61db46462ed2: Layer already exists
8b00db7c1412: Layer already exists
50d47c40cb45: Layer already exists
86a617a11c59: Layer already exists
d2bf6d4a93f6: Layer already exists
de31ed1334bc: Layer already exists
006ed3a6469d: Layer already exists
687e3e93d264: Layer already exists
299b77e5746e: Layer already exists
7529a801971a: Layer already exists
058f8a7cd302: Layer already exists
8ce7df9ddfcc: Pushed
25a4d8e94385: Pushed
5ca51ad1bdb3: Pushed
windows-server-mingw-ltsc2022-ocaml-4.13-amd64: digest: sha256:ab60c783677d5bbcd2435e92c35e704cfdcb543ad960000ac6830805b0a7379e size: 8735
Job succeeded
2024-05-14 22:57.40: Job succeeded