Build:
- 0
2024-02-20 20:22.48: New job: Build using windows-x86_64 in
[]
2024-02-20 20:22.48: Will push staging image to ocurrent/opam-staging:windows-mingw-21H2-ocaml-4.10-amd64
Dockerfile:
# escape=`
FROM ocurrent/opam-staging@sha256:7ac43bd0e3aaaf9e8a51f8230a972ba0c0b82e8b0858ccb9e0bdd39d388c6afc
ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
RUN ocaml-env exec --64 --no-opam -- opam switch create 4.10 --packages=ocaml-variants.4.10.2+mingw64
RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.10.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-02-20 20:22.48: Using cache hint "4.10.2-amd64-ocurrent/opam-staging@sha256:7ac43bd0e3aaaf9e8a51f8230a972ba0c0b82e8b0858ccb9e0bdd39d388c6afc"
2024-02-20 20:22.48: Waiting for resource in pool OCluster
2024-02-20 20:22.48: Waiting for worker…
2024-02-20 22:44.27: 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:7ac43bd0e3aaaf9e8a51f8230a972ba0c0b82e8b0858ccb9e0bdd39d388c6afc
docker.io/ocurrent/opam-staging@sha256:7ac43bd0e3aaaf9e8a51f8230a972ba0c0b82e8b0858ccb9e0bdd39d388c6afc: Pulling from ocurrent/opam-staging
Digest: sha256:7ac43bd0e3aaaf9e8a51f8230a972ba0c0b82e8b0858ccb9e0bdd39d388c6afc
Status: Image is up to date for ocurrent/opam-staging@sha256:7ac43bd0e3aaaf9e8a51f8230a972ba0c0b82e8b0858ccb9e0bdd39d388c6afc
---> fb5a7ff76515
Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1"
---> Using cache
---> 861b623eb7fb
Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.10 --packages=ocaml-variants.4.10.2+mingw64
---> Running in f21ae4fa4bcc
.
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-variants.4.10.2+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/4.10.2.tar.gz
[ocaml-variants.4.10.2+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/fdc645a61a208552ebac76a67eafd3ee/raw/9f521e91c8f0e9490652651ccdbfae88da701919/inline-flexdll.patch
[ocaml-variants.4.10.2+mingw64/ocaml-4.10.2.patch] downloaded from https://gist.githubusercontent.com/fdopen/0d8f2cd8a9f54a4280ce639c6071ff98/raw/447cdf58c3ed18b202c5babc3fcd8979f2006356/ocaml-4.10.2.patch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
.......................................................-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
.-> installed ocaml-variants.4.10.2+mingw64
-> installed ocaml-config.2
-> installed ocaml.4.10.2
Done.
# Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment
..Removing intermediate container f21ae4fa4bcc
---> 2e4ee03c741b
Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.10.2+mingw64
---> Running in 7e1ec1e8204e
ocaml-variants is now pinned to version 4.10.2+mingw64
No package build needed.
Nothing to do.
Removing intermediate container 7e1ec1e8204e
---> 4118a31b87e6
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
---> Running in 79c599e2a83f
.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 79c599e2a83f
---> e553ea19824b
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
---> Running in 3407cabb07dd
Removing intermediate container 3407cabb07dd
---> 51e44f197c5c
Step 7/8 : CMD [ "cmd.exe" ]
---> Running in a7b2e77676ca
Removing intermediate container a7b2e77676ca
---> 7174e45a4c2f
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> 61068bfb281b
Successfully built 61068bfb281b
Pushing "sha256:61068bfb281b2d291a88615f9a20027be0d3b6efa04ce84edd958988b53ca239" to "ocurrent/opam-staging:windows-mingw-21H2-ocaml-4.10-amd64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrent/opam-staging]
8bff8da21916: Preparing
7813fa7f389b: Preparing
13d1a8f3ce6b: Preparing
a3f3ff978564: Preparing
7cb8d9347545: Preparing
f579f7513e2b: Preparing
1a753b778339: Preparing
738e27f4556c: Preparing
9b7e0043e2ca: Preparing
62daabdffbd4: Preparing
363c5241880c: Preparing
e0c0c8042a6f: Preparing
e266301c5e93: Preparing
bd90ea937499: Preparing
0f8e625d783c: Preparing
d94dc45a858b: Preparing
d52f8f284ef5: Preparing
8143d506dcc4: Preparing
3e8fa0c9e56d: Preparing
46010eb2883c: Preparing
5012fc002de1: Preparing
e5a9820c97b1: Preparing
2815f12a1cd1: Preparing
f1b084dd6d19: Preparing
652a6af98000: Preparing
661435cb5204: Preparing
11ced66031f1: Preparing
b04bfc1a8b05: Preparing
e64d86d08cc0: Preparing
61209d6b81d3: Preparing
9d9c27602345: Preparing
60a80cf8927a: Preparing
8ebab6cd2c20: Preparing
466b7c4674e6: Preparing
3896c808e249: Preparing
fb0d27522856: Preparing
00db97bac50b: Preparing
375d8319cdf5: Preparing
058f8a7cd302: Preparing
8143d506dcc4: Waiting
3e8fa0c9e56d: Waiting
46010eb2883c: Waiting
5012fc002de1: Waiting
e5a9820c97b1: Waiting
2815f12a1cd1: Waiting
f1b084dd6d19: Waiting
652a6af98000: Waiting
661435cb5204: Waiting
11ced66031f1: Waiting
b04bfc1a8b05: Waiting
e64d86d08cc0: Waiting
61209d6b81d3: Waiting
9d9c27602345: Waiting
60a80cf8927a: Waiting
8ebab6cd2c20: Waiting
466b7c4674e6: Waiting
3896c808e249: Waiting
fb0d27522856: Waiting
00db97bac50b: Waiting
375d8319cdf5: Waiting
058f8a7cd302: Waiting
62daabdffbd4: Waiting
363c5241880c: Waiting
e0c0c8042a6f: Waiting
e266301c5e93: Waiting
bd90ea937499: Waiting
0f8e625d783c: Waiting
d94dc45a858b: Waiting
d52f8f284ef5: Waiting
1a753b778339: Waiting
738e27f4556c: Waiting
f579f7513e2b: Waiting
9b7e0043e2ca: Waiting
8bff8da21916: Pushed
13d1a8f3ce6b: Pushed
1a753b778339: Layer already exists
738e27f4556c: Layer already exists
7813fa7f389b: Pushed
9b7e0043e2ca: Layer already exists
62daabdffbd4: Layer already exists
363c5241880c: Layer already exists
e266301c5e93: Layer already exists
bd90ea937499: Layer already exists
e0c0c8042a6f: Layer already exists
0f8e625d783c: Layer already exists
d94dc45a858b: Layer already exists
d52f8f284ef5: Layer already exists
8143d506dcc4: Layer already exists
3e8fa0c9e56d: Layer already exists
46010eb2883c: Layer already exists
5012fc002de1: Layer already exists
e5a9820c97b1: Layer already exists
2815f12a1cd1: Layer already exists
f1b084dd6d19: Layer already exists
652a6af98000: Layer already exists
11ced66031f1: Layer already exists
b04bfc1a8b05: Layer already exists
e64d86d08cc0: Layer already exists
661435cb5204: Layer already exists
61209d6b81d3: Layer already exists
9d9c27602345: Layer already exists
60a80cf8927a: Layer already exists
8ebab6cd2c20: Layer already exists
466b7c4674e6: Layer already exists
7cb8d9347545: Pushed
3896c808e249: Layer already exists
fb0d27522856: Layer already exists
00db97bac50b: Layer already exists
375d8319cdf5: Layer already exists
058f8a7cd302: Layer already exists
a3f3ff978564: Pushed
......................f579f7513e2b: Pushed
windows-mingw-21H2-ocaml-4.10-amd64: digest: sha256:8cb685c51dc6c96f4b4fff2825466a5639ac285dc0385c048d2fe5b035011ed8 size: 8527
Job succeeded
2024-02-20 23:07.07: Job succeeded