Build:
- 0
2024-12-14 13:59.44: New job: Build using windows-x86_64 in [] 2024-12-14 13:59.44: Will push staging image to ocurrent/opam-staging:windows-server-mingw-ltsc2022-ocaml-4.07-amd64 Dockerfile: # escape=` FROM ocurrent/opam-staging@sha256:4b5bafadbc8d310590fe6cfb85abe2cd7539e8db60a5c4ebce6ea8c57c86bf0d ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" RUN ocaml-env exec --64 --no-opam -- opam switch create 4.07 --packages=ocaml-variants.4.07.1+mingw64 RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.07.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-12-14 13:59.44: Using cache hint "4.07.1-amd64-ocurrent/opam-staging@sha256:4b5bafadbc8d310590fe6cfb85abe2cd7539e8db60a5c4ebce6ea8c57c86bf0d" 2024-12-14 13:59.44: Waiting for resource in pool OCluster 2024-12-14 13:59.44: Waiting for worker… 2024-12-15 01:31.25: Got resource from pool OCluster Building on ltsc2022-1 Sending build context to Docker daemon 2.56kB Step 1/8 : FROM ocurrent/opam-staging@sha256:4b5bafadbc8d310590fe6cfb85abe2cd7539e8db60a5c4ebce6ea8c57c86bf0d docker.io/ocurrent/opam-staging@sha256:4b5bafadbc8d310590fe6cfb85abe2cd7539e8db60a5c4ebce6ea8c57c86bf0d: Pulling from ocurrent/opam-staging Digest: sha256:4b5bafadbc8d310590fe6cfb85abe2cd7539e8db60a5c4ebce6ea8c57c86bf0d Status: Image is up to date for ocurrent/opam-staging@sha256:4b5bafadbc8d310590fe6cfb85abe2cd7539e8db60a5c4ebce6ea8c57c86bf0d ---> 68eae06ac483 Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" ---> Using cache ---> 400f3de61937 Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.07 --packages=ocaml-variants.4.07.1+mingw64 ---> Running in 746bc0cac5a7 tzset: can't find matching POSIX timezone for Windows timezone "" <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ocaml-variants.4.07.1+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/4.07.1.tar.gz [ocaml-variants.4.07.1+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/fdc645a61a208552ebac76a67eafd3ee/raw/9f521e91c8f0e9490652651ccdbfae88da701919/inline-flexdll.patch [ocaml-variants.4.07.1+mingw64/ocaml-4.07.1.patch] downloaded from https://gist.githubusercontent.com/fdopen/556e2bdf9a8b93481b702a99b8839823/raw/f950c412763af58134118970ff07586af4fa2677/ocaml-4.07.1.patch <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-variants.4.07.1+mingw64 -> installed ocaml-config.2 -> installed ocaml.4.07.1 Done. # Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment Removing intermediate container 746bc0cac5a7 ---> 20d854adebe5 Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.07.1+mingw64 ---> Running in 7ae6c93eb55e tzset: can't find matching POSIX timezone for Windows timezone "" ocaml-variants is now pinned to version 4.07.1+mingw64 No package build needed. Nothing to do. Removing intermediate container 7ae6c93eb55e ---> 9736c9053a3e Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports ---> Running in d96453283fae 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 d96453283fae ---> 087757874c14 Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ] ---> Running in 7179f2c51b15 Removing intermediate container 7179f2c51b15 ---> 2e69c5c48c06 Step 7/8 : CMD [ "cmd.exe" ] ---> Running in 9897e75d3d36 Removing intermediate container 9897e75d3d36 ---> 6c4cd23e1ed7 Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ] ---> ac44e2df400e Successfully built ac44e2df400e Pushing "sha256:ac44e2df400e7ecf5952086452e895a0f4c1cb858a3dcf2a677cc46cf0dafa15" to "ocurrent/opam-staging:windows-server-mingw-ltsc2022-ocaml-4.07-amd64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrent/opam-staging] 72dfb4015c39: Preparing 38a443e1c18b: Preparing eba0abbbe1e2: Preparing b9cb2ef7f11d: Preparing 5bdcca381691: Preparing 06f84fca42d7: Preparing 2a6c8379ea3c: Preparing f23313098163: Preparing ed32efd08f3f: Preparing 786b1352db90: Preparing 9f3cb7e59a96: Preparing 460b5ed38a59: Preparing 6a17f73207f6: Preparing 213970d719d2: Preparing bfdbb7771d7f: Preparing defd4fe435c8: Preparing 3bca72fdfccf: Preparing 5655825b66cf: Preparing e08dcf67e594: Preparing ffd22efdba8e: Preparing 90303ac6098a: Preparing c1e885638a2f: Preparing 902a71b3e4f8: Preparing baee67a95b50: Preparing 298360e1af03: Preparing d35be95f6e67: Preparing fed8f9ba807b: Preparing 4f9172cac8c8: Preparing bf00ced48f0c: Preparing b87b00bd4ed7: Preparing 1559a8c08457: Preparing 702aa9e6685b: Preparing 714ca1d5958a: Preparing 51ada70f8de5: Preparing 9f3cb7e59a96: Waiting 460b5ed38a59: Waiting 6a17f73207f6: Waiting 92a57fb575f6: Preparing 213970d719d2: Waiting 2202dcedca31: Preparing bfdbb7771d7f: Waiting 68e50536599a: Preparing defd4fe435c8: Waiting fac606bf043e: Preparing 93ce2ef3ed52: Preparing e3253c7c7155: Preparing 2e5adf45469f: Preparing d708480b3fd6: Preparing 931b12caf06d: Preparing 6f7a232c973a: Preparing 3bca72fdfccf: Waiting c1e885638a2f: Waiting 5655825b66cf: Waiting 902a71b3e4f8: Waiting e08dcf67e594: Waiting 702aa9e6685b: Waiting baee67a95b50: Waiting ffd22efdba8e: Waiting 714ca1d5958a: Waiting 298360e1af03: Waiting 90303ac6098a: Waiting 51ada70f8de5: Waiting d35be95f6e67: Waiting 92a57fb575f6: Waiting 2202dcedca31: Waiting fed8f9ba807b: Waiting 68e50536599a: Waiting 4f9172cac8c8: Waiting fac606bf043e: Waiting 93ce2ef3ed52: Waiting bf00ced48f0c: Waiting e3253c7c7155: Waiting 2e5adf45469f: Waiting b87b00bd4ed7: Waiting d708480b3fd6: Waiting 1559a8c08457: Waiting 931b12caf06d: Waiting 6f7a232c973a: Waiting 2a6c8379ea3c: Waiting f23313098163: Waiting ed32efd08f3f: Waiting 06f84fca42d7: Waiting 786b1352db90: Waiting 38a443e1c18b: Pushed eba0abbbe1e2: Pushed 72dfb4015c39: Pushed 2a6c8379ea3c: Layer already exists f23313098163: Layer already exists ed32efd08f3f: Layer already exists 786b1352db90: Layer already exists 9f3cb7e59a96: Layer already exists 460b5ed38a59: Layer already exists 213970d719d2: Layer already exists 6a17f73207f6: Layer already exists bfdbb7771d7f: Layer already exists defd4fe435c8: Layer already exists 5bdcca381691: Pushed 5655825b66cf: Layer already exists 3bca72fdfccf: Layer already exists e08dcf67e594: Layer already exists ffd22efdba8e: Layer already exists 90303ac6098a: Layer already exists c1e885638a2f: Layer already exists b9cb2ef7f11d: Pushed 902a71b3e4f8: Layer already exists baee67a95b50: Layer already exists 298360e1af03: Layer already exists d35be95f6e67: Layer already exists fed8f9ba807b: Layer already exists 4f9172cac8c8: Layer already exists bf00ced48f0c: Layer already exists b87b00bd4ed7: Layer already exists 1559a8c08457: Layer already exists 702aa9e6685b: Layer already exists 714ca1d5958a: Layer already exists 51ada70f8de5: Layer already exists 92a57fb575f6: Layer already exists 2202dcedca31: Layer already exists 68e50536599a: Layer already exists fac606bf043e: Layer already exists 93ce2ef3ed52: Layer already exists e3253c7c7155: Layer already exists 2e5adf45469f: Layer already exists d708480b3fd6: Layer already exists 931b12caf06d: Layer already exists 6f7a232c973a: Layer already exists 06f84fca42d7: Pushed windows-server-mingw-ltsc2022-ocaml-4.07-amd64: digest: sha256:360268e0ce6f5c3a18395ef8be3ba420ebd7d98a124727075574205e757a57fc size: 9578 Job succeeded 2024-12-15 01:46.19: Job succeeded