Build:
  1. 0
2025-03-02 10:55.17: New job: Build using windows-x86_64 in
                                []
2025-03-02 10:55.17: Will push staging image to ocurrent/opam-staging:windows-server-msvc-ltsc2022-ocaml-4.08-amd64

Dockerfile:

# escape=`

FROM ocurrent/opam-staging@sha256:4560f52ec587c4a3e5f38137007af5d050bce4ed1c0cd2f4aa2081f3c04df285
RUN ocaml-env exec --64 --ms --no-opam -- opam repo add opam-repository-archive git+https://github.com/ocaml/opam-repository-archive --set-default
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN ocaml-env exec --64 --ms --no-opam -- opam switch create 4.08 --packages=ocaml-variants.4.08.1+msvc64
RUN ocaml-env exec --64 --ms -- opam pin add -k version ocaml-variants 4.08.1+msvc64
RUN ocaml-env exec --64 --ms -- opam install -y depext
ENTRYPOINT [ "ocaml-env", "exec", "--64", "--ms", "--" ]
CMD [ "cmd.exe" ]
COPY [ "Dockerfile", "/Dockerfile.ocaml" ]


2025-03-02 10:55.17: Using cache hint "4.08.1-amd64-ocurrent/opam-staging@sha256:4560f52ec587c4a3e5f38137007af5d050bce4ed1c0cd2f4aa2081f3c04df285"
2025-03-02 10:55.17: Waiting for resource in pool OCluster
2025-03-02 10:55.17: Waiting for worker…
2025-03-03 03:48.16: Got resource from pool OCluster
Building on ltsc2022-1
Sending build context to Docker daemon   2.56kB

Step 1/9 : FROM ocurrent/opam-staging@sha256:4560f52ec587c4a3e5f38137007af5d050bce4ed1c0cd2f4aa2081f3c04df285
docker.io/ocurrent/opam-staging@sha256:4560f52ec587c4a3e5f38137007af5d050bce4ed1c0cd2f4aa2081f3c04df285: Pulling from ocurrent/opam-staging
Digest: sha256:4560f52ec587c4a3e5f38137007af5d050bce4ed1c0cd2f4aa2081f3c04df285
Status: Image is up to date for ocurrent/opam-staging@sha256:4560f52ec587c4a3e5f38137007af5d050bce4ed1c0cd2f4aa2081f3c04df285
 ---> 737c0c477c40
Step 2/9 : RUN ocaml-env exec --64 --ms --no-opam -- opam repo add opam-repository-archive git+https://github.com/ocaml/opam-repository-archive --set-default
 ---> Using cache
 ---> d7d6d63f1791
Step 3/9 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
 ---> Using cache
 ---> 8a998057b345
Step 4/9 : RUN ocaml-env exec --64 --ms --no-opam -- opam switch create 4.08 --packages=ocaml-variants.4.08.1+msvc64
 ---> Running in 1f46d09e604d
tzset: can't find matching POSIX timezone for Windows timezone ""

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.08.1+msvc64] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
[ocaml-variants.4.08.1+msvc64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/afe3140904cc975cc9d2e4992e13d547/raw/3d8b647eb196a3174e6c6105881e5d6a4b8fa166/inline-flexdll.patch
[ocaml-variants.4.08.1+msvc64/ocaml-4.08.0+rc1.patch] downloaded from https://gist.githubusercontent.com/fdopen/5af582282bc55744ea576b0321365c20/raw/2ebd4e26b277716bef8ba8ce31d1b6cf2adb9131/ocaml-4.08.0+rc1.patch

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-variants.4.08.1+msvc64
-> installed ocaml-config.2
-> installed ocaml.4.08.1
Done.
# Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment
Removing intermediate container 1f46d09e604d
 ---> ae0039a1d703
Step 5/9 : RUN ocaml-env exec --64 --ms -- opam pin add -k version ocaml-variants 4.08.1+msvc64
 ---> Running in 11a73bf6abd8
tzset: can't find matching POSIX timezone for Windows timezone ""
ocaml-variants is now pinned to version 4.08.1+msvc64

No package build needed.
Nothing to do.
Removing intermediate container 11a73bf6abd8
 ---> d95df5c265e4
Step 6/9 : RUN ocaml-env exec --64 --ms -- opam install -y depext
 ---> Running in 605ceed9bbd0
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      transition
===== 2 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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 opam-depext.1.1.5
-> installed depext.transition
Done.
Removing intermediate container 605ceed9bbd0
 ---> 4cea26159412
Step 7/9 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--ms", "--" ]
 ---> Running in 39de1989656d
Removing intermediate container 39de1989656d
 ---> 51a15d472eb3
Step 8/9 : CMD [ "cmd.exe" ]
 ---> Running in 5a52cc18910d
Removing intermediate container 5a52cc18910d
 ---> e5a2c0a32ee2
Step 9/9 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
 ---> 02bd391878d5
Successfully built 02bd391878d5
Pushing "sha256:02bd391878d529c44d56245f3209c7a452e9d6eff663326c05592e5db3120716" to "ocurrent/opam-staging:windows-server-msvc-ltsc2022-ocaml-4.08-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
635953a7fc18: Preparing
683e43cdd4fd: Preparing
d5353ef07400: Preparing
97b3f2343cc9: Preparing
91fd85fae516: Preparing
e0313988de53: Preparing
3d8752e4d753: Preparing
b31fef7de374: Preparing
ad286181b44f: Preparing
f9696595f966: Preparing
090536b3f590: Preparing
48b1588bd262: Preparing
c2afa01b7073: Preparing
8732deffbcc5: Preparing
411a7d65ff66: Preparing
25c0ecd04517: Preparing
3e7c58f86b1b: Preparing
88bbaf7805fb: Preparing
992dd623edcc: Preparing
65d46137e719: Preparing
7c1e9b13f9f5: Preparing
42be9f4c9494: Preparing
29c499d18610: Preparing
0c43f608ad86: Preparing
dbb3ed0aaa83: Preparing
d84c8b3ba8df: Preparing
b584e086f86a: Preparing
6dbcf8a07644: Preparing
8fab432b27cd: Preparing
c2afa01b7073: Waiting
3103a4254c73: Preparing
48b1588bd262: Waiting
8732deffbcc5: Waiting
b31fef7de374: Waiting
411a7d65ff66: Waiting
ad286181b44f: Waiting
f9696595f966: Waiting
090536b3f590: Waiting
d0120334ae69: Preparing
c0714a1d1af3: Preparing
aede18a47033: Preparing
ae7b76afe00b: Preparing
25c0ecd04517: Waiting
3e7c58f86b1b: Waiting
88bbaf7805fb: Waiting
992dd623edcc: Waiting
65d46137e719: Waiting
7c1e9b13f9f5: Waiting
42be9f4c9494: Waiting
29c499d18610: Waiting
3d8752e4d753: Waiting
901737285a7d: Preparing
0c43f608ad86: Waiting
dbb3ed0aaa83: Waiting
99a17fa10aaa: Preparing
007bf750cfb6: Preparing
d84c8b3ba8df: Waiting
b584e086f86a: Waiting
6510cf62fa4f: Preparing
17d66321d681: Preparing
e0313988de53: Waiting
3103a4254c73: Waiting
c75b933f923b: Preparing
d0120334ae69: Waiting
d0e2833126a0: Preparing
c0714a1d1af3: Waiting
aede18a47033: Waiting
6dbcf8a07644: Waiting
8fab432b27cd: Waiting
ae7b76afe00b: Waiting
6510cf62fa4f: Waiting
17d66321d681: Waiting
5059712e7799: Preparing
901737285a7d: Waiting
99a17fa10aaa: Waiting
007bf750cfb6: Waiting
c75b933f923b: Waiting
d0e2833126a0: Waiting
5059712e7799: Waiting
e2af4ab060e9: Preparing
611a6b196f9c: Preparing
830c1c5b3046: Preparing
e1dcf0bb2521: Preparing
f2c263713c89: Preparing
5aea721592fb: Preparing
914eeabaefab: Preparing
530bf8b17b42: Preparing
18700801b513: Preparing
ea4115bf0f46: Preparing
e2af4ab060e9: Waiting
6f7a232c973a: Preparing
f2c263713c89: Waiting
5aea721592fb: Waiting
ea4115bf0f46: Waiting
6f7a232c973a: Waiting
914eeabaefab: Waiting
18700801b513: Waiting
530bf8b17b42: Waiting
830c1c5b3046: Waiting
611a6b196f9c: Waiting
e1dcf0bb2521: Waiting
635953a7fc18: Pushed
683e43cdd4fd: Pushed
d5353ef07400: Pushed
3d8752e4d753: Layer already exists
b31fef7de374: Layer already exists
ad286181b44f: Layer already exists
f9696595f966: Layer already exists
090536b3f590: Layer already exists
48b1588bd262: Layer already exists
c2afa01b7073: Layer already exists
8732deffbcc5: Layer already exists
411a7d65ff66: Layer already exists
25c0ecd04517: Layer already exists
88bbaf7805fb: Layer already exists
3e7c58f86b1b: Layer already exists
992dd623edcc: Layer already exists
65d46137e719: Layer already exists
7c1e9b13f9f5: Layer already exists
42be9f4c9494: Layer already exists
29c499d18610: Layer already exists
0c43f608ad86: Layer already exists
dbb3ed0aaa83: Layer already exists
d84c8b3ba8df: Layer already exists
b584e086f86a: Layer already exists
6dbcf8a07644: Layer already exists
8fab432b27cd: Layer already exists
3103a4254c73: Layer already exists
d0120334ae69: Layer already exists
c0714a1d1af3: Layer already exists
aede18a47033: Layer already exists
ae7b76afe00b: Layer already exists
901737285a7d: Layer already exists
99a17fa10aaa: Layer already exists
007bf750cfb6: Layer already exists
6510cf62fa4f: Layer already exists
91fd85fae516: Pushed
17d66321d681: Layer already exists
c75b933f923b: Layer already exists
d0e2833126a0: Layer already exists
5059712e7799: Layer already exists
e2af4ab060e9: Layer already exists
611a6b196f9c: Layer already exists
830c1c5b3046: Layer already exists
e1dcf0bb2521: Layer already exists
f2c263713c89: Layer already exists
5aea721592fb: Layer already exists
914eeabaefab: Layer already exists
530bf8b17b42: Layer already exists
18700801b513: Layer already exists
ea4115bf0f46: Layer already exists
6f7a232c973a: Layer already exists
97b3f2343cc9: Pushed
e0313988de53: Pushed
windows-server-msvc-ltsc2022-ocaml-4.08-amd64: digest: sha256:f037a2fbfc2d3e613aff13a14c5fe0f284ed77799ed4cd9dd07dc73bc0e7e11c size: 11474
2025-03-04 01:30.31: Job failed: Disconnected: Switch turned off