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.08-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.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" ]
2024-02-20 20:22.48: Using cache hint "4.08.1-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:21.29: 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.08 --packages=ocaml-variants.4.08.1+mingw64
---> Running in 32f31cd9c561
<><> 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 32f31cd9c561
---> 0e09ad35d7b5
Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.08.1+mingw64
---> Running in 21b70d0d11eb
ocaml-variants is now pinned to version 4.08.1+mingw64
No package build needed.
Nothing to do.
Removing intermediate container 21b70d0d11eb
---> 76d782321485
Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports
---> Running in e1a5cae93f26
.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 e1a5cae93f26
---> c837a4ed922e
Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ]
---> Running in 2e69ac00d9fb
Removing intermediate container 2e69ac00d9fb
---> fa9df2c1c738
Step 7/8 : CMD [ "cmd.exe" ]
---> Running in 9d5fdd39d192
Removing intermediate container 9d5fdd39d192
---> 05d3c29c18ed
Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ]
---> 82f353bf96ef
Successfully built 82f353bf96ef
Pushing "sha256:82f353bf96efdc4616a72aa079fcc5ba74d2a6930f79f095122838571f163dab" to "ocurrent/opam-staging:windows-mingw-21H2-ocaml-4.08-amd64" as user "ocurrentbuilder"
Login Succeeded
.The push refers to repository [docker.io/ocurrent/opam-staging]
8960f8faa938: Preparing
ea4efb66cf3b: Preparing
2d88a498cd6f: Preparing
74ae3207ff50: Preparing
fd4eb178d61b: Preparing
4230f1ca5d81: 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
4230f1ca5d81: Waiting
1a753b778339: Waiting
738e27f4556c: Waiting
9b7e0043e2ca: Waiting
62daabdffbd4: Waiting
363c5241880c: Waiting
e0c0c8042a6f: Waiting
e266301c5e93: Waiting
bd90ea937499: Waiting
0f8e625d783c: Waiting
d94dc45a858b: Waiting
d52f8f284ef5: Waiting
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
2d88a498cd6f: Pushed
ea4efb66cf3b: Pushed
8960f8faa938: Pushed
1a753b778339: Layer already exists
738e27f4556c: Layer already exists
9b7e0043e2ca: Layer already exists
62daabdffbd4: Layer already exists
363c5241880c: Layer already exists
e0c0c8042a6f: Layer already exists
e266301c5e93: Layer already exists
bd90ea937499: 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
661435cb5204: Layer already exists
11ced66031f1: Layer already exists
b04bfc1a8b05: Layer already exists
74ae3207ff50: Pushed
e64d86d08cc0: Layer already exists
fd4eb178d61b: Pushed
61209d6b81d3: Layer already exists
9d9c27602345: Layer already exists
60a80cf8927a: Layer already exists
8ebab6cd2c20: Layer already exists
466b7c4674e6: Layer already exists
3896c808e249: Layer already exists
00db97bac50b: Layer already exists
fb0d27522856: Layer already exists
375d8319cdf5: Layer already exists
058f8a7cd302: Layer already exists
...................4230f1ca5d81: Pushed
windows-mingw-21H2-ocaml-4.08-amd64: digest: sha256:a41d4c8aecd855db13f8f91973800161a0347775ef5f0f8bcbe0dd7e83ff2f7c size: 8527
Job succeeded
2024-02-20 22:44.17: Job succeeded