Build:
  1. 0
2025-10-13 12:10.00: New job: Build using windows-1809-x86_64 in
                                []
2025-10-13 12:10.00: Will push staging image to ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.08-amd64

Dockerfile:

# escape=`

FROM ocurrent/opam-staging@sha256:b3f9867e2dfc2d2bb179b17d6214c370bf25c58507afe703d5eab7d1c9f6c41a
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN ocaml-env exec --64 --no-opam -- opam switch create 4.08 --packages=ocaml-variants.4.08.1+mingw64
RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.08.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" ]


2025-10-13 12:10.00: Using cache hint "4.08.1-amd64-ocurrent/opam-staging@sha256:b3f9867e2dfc2d2bb179b17d6214c370bf25c58507afe703d5eab7d1c9f6c41a"
2025-10-13 12:10.00: Waiting for resource in pool OCluster
2025-10-13 12:10.00: Waiting for worker…
2025-10-13 12:10.00: 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:b3f9867e2dfc2d2bb179b17d6214c370bf25c58507afe703d5eab7d1c9f6c41a
docker.io/ocurrent/opam-staging@sha256:b3f9867e2dfc2d2bb179b17d6214c370bf25c58507afe703d5eab7d1c9f6c41a: Pulling from ocurrent/opam-staging
Digest: sha256:b3f9867e2dfc2d2bb179b17d6214c370bf25c58507afe703d5eab7d1c9f6c41a
Status: Image is up to date for ocurrent/opam-staging@sha256:b3f9867e2dfc2d2bb179b17d6214c370bf25c58507afe703d5eab7d1c9f6c41a
 ---> 0f168c629a1d
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
 ---> Running in 5905b893f3c9
Removing intermediate container 5905b893f3c9
 ---> 3b622ca8d000
Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.08 --packages=ocaml-variants.4.08.1+mingw64
 ---> Running in 51a613b5e382
tzset: can't find matching POSIX timezone for Windows timezone ""

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.08.1+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/4.08.1.tar.gz
[ocaml-variants.4.08.1+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/fdc645a61a208552ebac76a67eafd3ee/raw/9f521e91c8f0e9490652651ccdbfae88da701919/inline-flexdll.patch
[ocaml-variants.4.08.1+mingw64/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+mingw64
-> 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 51a613b5e382
 ---> e49b61d662fc
Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.08.1+mingw64
 ---> Running in 8f40e1d232a8
tzset: can't find matching POSIX timezone for Windows timezone ""
ocaml-variants is now pinned to version 4.08.1+mingw64

No package build needed.
Nothing to do.
Removing intermediate container 8f40e1d232a8
 ---> a69a5dd92726
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
 ---> Running in 721799ce1a03
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 ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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
[depext-cygwinports.0.0.9] downloaded from https://github.com/fdopen/depext-cygwinports/archive/0.0.9.tar.gz

<><> 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 721799ce1a03
 ---> faea4ed143e1
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
 ---> Running in f6394490fc1c
Removing intermediate container f6394490fc1c
 ---> dc1243f34724
Step 7/8 : CMD [ "cmd.exe" ]
 ---> Running in efe18513fa3a
Removing intermediate container efe18513fa3a
 ---> 06f77c390e5b
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
 ---> aaf6c50b8038
Successfully built aaf6c50b8038
Pushing "sha256:aaf6c50b80388ba18888a41690046dad4c84da11fd8fb9ebc426d10edbb8307b" to "ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.08-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
5909fcdcb88c: Preparing
3537bb4ce8ec: Preparing
fcc1a8c28ebc: Preparing
5a2d15fc1877: Preparing
888696ccebf0: Preparing
df1a32ee0caa: Preparing
0f994090ae60: Preparing
f6c822845fa4: Preparing
585e88c3b0d5: Preparing
c6f1125dcba6: Preparing
295234b61423: Preparing
a58f2454385c: Preparing
bc7d711fec52: Preparing
b75eca121aa4: Preparing
b4e933820314: Preparing
0d8e69ea7ca5: Preparing
69ae4c7dd764: Preparing
0f95aafed610: Preparing
888ab4db05d1: Preparing
400537ea01bb: Preparing
f65764655bef: Preparing
2b412efeba12: Preparing
2e0671177014: Preparing
a27269effb07: Preparing
83532b6699db: Preparing
735e7b00a283: Preparing
5b2946ae45f3: Preparing
375b884f0bb9: Preparing
2ff74b24ca12: Preparing
289378bb804c: Preparing
2b503d18742c: Preparing
e1fca5db1d0e: Preparing
c308c54634c9: Preparing
5609ac36fdc6: Preparing
40cb87262011: Preparing
02faa51ed028: Preparing
b04535e8a9bf: Preparing
275341dae775: Preparing
e0aba532f858: Preparing
d8b0dc126359: Preparing
2c34d2862d2d: Preparing
46226d45f4bb: Preparing
5a71d2af5c1d: Preparing
b1bb24816c19: Preparing
334de03b47a0: Preparing
4503e9810273: Preparing
f6c822845fa4: Waiting
585e88c3b0d5: Waiting
c6f1125dcba6: Waiting
295234b61423: Waiting
a58f2454385c: Waiting
bc7d711fec52: Waiting
b75eca121aa4: Waiting
b4e933820314: Waiting
0d8e69ea7ca5: Waiting
69ae4c7dd764: Waiting
0f95aafed610: Waiting
888ab4db05d1: Waiting
400537ea01bb: Waiting
f65764655bef: Waiting
2b412efeba12: Waiting
b04535e8a9bf: Waiting
2e0671177014: Waiting
275341dae775: Waiting
e0aba532f858: Waiting
d8b0dc126359: Waiting
2c34d2862d2d: Waiting
46226d45f4bb: Waiting
5a71d2af5c1d: Waiting
b1bb24816c19: Waiting
334de03b47a0: Waiting
4503e9810273: Waiting
a27269effb07: Waiting
83532b6699db: Waiting
735e7b00a283: Waiting
5b2946ae45f3: Waiting
375b884f0bb9: Waiting
2ff74b24ca12: Waiting
289378bb804c: Waiting
2b503d18742c: Waiting
e1fca5db1d0e: Waiting
c308c54634c9: Waiting
5609ac36fdc6: Waiting
40cb87262011: Waiting
02faa51ed028: Waiting
df1a32ee0caa: Waiting
0f994090ae60: Waiting
5909fcdcb88c: Pushed
fcc1a8c28ebc: Pushed
3537bb4ce8ec: Pushed
f6c822845fa4: Layer already exists
585e88c3b0d5: Layer already exists
c6f1125dcba6: Layer already exists
295234b61423: Layer already exists
a58f2454385c: Layer already exists
bc7d711fec52: Layer already exists
b75eca121aa4: Layer already exists
0f994090ae60: Pushed
b4e933820314: Layer already exists
0d8e69ea7ca5: Layer already exists
69ae4c7dd764: Layer already exists
888ab4db05d1: Layer already exists
0f95aafed610: Layer already exists
888696ccebf0: Pushed
f65764655bef: Layer already exists
2b412efeba12: Layer already exists
400537ea01bb: Layer already exists
2e0671177014: Layer already exists
83532b6699db: Layer already exists
a27269effb07: Layer already exists
735e7b00a283: Layer already exists
5b2946ae45f3: Layer already exists
2ff74b24ca12: Layer already exists
289378bb804c: Layer already exists
375b884f0bb9: Layer already exists
2b503d18742c: Layer already exists
e1fca5db1d0e: Layer already exists
5609ac36fdc6: Layer already exists
c308c54634c9: Layer already exists
40cb87262011: Layer already exists
02faa51ed028: Layer already exists
b04535e8a9bf: Layer already exists
275341dae775: Layer already exists
2c34d2862d2d: Layer already exists
e0aba532f858: Layer already exists
d8b0dc126359: Layer already exists
46226d45f4bb: Layer already exists
b1bb24816c19: Layer already exists
5a71d2af5c1d: Layer already exists
334de03b47a0: Layer already exists
4503e9810273: Layer already exists
5a2d15fc1877: Pushed
df1a32ee0caa: Pushed
windows-mingw-ltsc2019-ocaml-4.08-amd64: digest: sha256:50494781146f331dd6f017c5798b0d62600dccb4e7d1d447e5426a9e180bf79b size: 10002
Job succeeded
2025-10-13 12:42.01: Job succeeded