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.06-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.06 --packages=ocaml-variants.4.06.1+mingw64
RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.06.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-07-24 05:23.37: Using cache hint "4.06.1-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 05:47.42: 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.06 --packages=ocaml-variants.4.06.1+mingw64
 ---> Running in aaa41a4d9f19
tzset: can't find matching POSIX timezone for Windows timezone ""

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

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

No package build needed.
Nothing to do.
Removing intermediate container dbd843326017
 ---> a8e7f5f23d14
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
 ---> Running in b52205b4c015
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 b52205b4c015
 ---> 4ece856934f2
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
 ---> Running in c485ffec4c71
Removing intermediate container c485ffec4c71
 ---> 3ac904c68558
Step 7/8 : CMD [ "cmd.exe" ]
 ---> Running in 09dcf9d8dd25
Removing intermediate container 09dcf9d8dd25
 ---> cbb40e5f38cf
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
 ---> 261331cb8932
Successfully built 261331cb8932
Pushing "sha256:261331cb89323b98f3271e8364f97bdcf94acfd2fbc6c307bdba4ba702267c5e" to "ocurrent/opam-staging:windows-mingw-ltsc2019-ocaml-4.06-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8758725c345d: Preparing
a2b7b3eb47ba: Preparing
9b5d820faa38: Preparing
048424f8560e: Preparing
d11cb1fbc83f: Preparing
6c97d78e18ae: 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
d4f37dafc883: Waiting
d83a0eb1583a: Waiting
27ebf1627c9b: Waiting
9df750abec08: Waiting
d37f4368b173: Waiting
e66b71d591cc: Waiting
4b6d986d5801: Waiting
bcc9bbd72da0: Waiting
c35018d73b00: 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
f04c9953fc55: Waiting
52304d2741fa: Waiting
10f30f54284b: Waiting
82295d93f44b: Waiting
a17537d81fe7: Waiting
15083078338e: Waiting
4c5fa2d494bf: Waiting
678e10427ff0: Waiting
c90b09dcf382: Waiting
62391eabd4e4: Waiting
4712f594ca2b: Waiting
a168c49608fc: Waiting
c0bf928d5be3: Waiting
2648eadf2756: Waiting
6c97d78e18ae: Waiting
a2b7b3eb47ba: Pushed
8758725c345d: Pushed
9b5d820faa38: Pushed
d83a0eb1583a: Layer already exists
d4f37dafc883: Layer already exists
27ebf1627c9b: Layer already exists
9df750abec08: Layer already exists
e66b71d591cc: Layer already exists
d37f4368b173: Layer already exists
bcc9bbd72da0: Layer already exists
c35018d73b00: Layer already exists
f04c9953fc55: Layer already exists
52304d2741fa: Layer already exists
82295d93f44b: Layer already exists
10f30f54284b: Layer already exists
15083078338e: Layer already exists
a17537d81fe7: Layer already exists
678e10427ff0: Layer already exists
4c5fa2d494bf: Layer already exists
c90b09dcf382: Layer already exists
62391eabd4e4: Layer already exists
4712f594ca2b: Layer already exists
a168c49608fc: Layer already exists
c0bf928d5be3: Layer already exists
2648eadf2756: Layer already exists
4b6d986d5801: Layer already exists
e34cf2a2c39e: Layer already exists
95a5c0c5e4f9: 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
d11cb1fbc83f: Pushed
048424f8560e: Pushed
6c97d78e18ae: Pushed
windows-mingw-ltsc2019-ocaml-4.06-amd64: digest: sha256:efcf2cf3899f4fe15faf492bc5cb86ea336e456612bd3fc2297ce43319889f7d size: 9157
Job succeeded
2024-07-24 06:01.44: Job succeeded