Build:
- 0
2025-04-24 03:43.46: New job: Build using windows-x86_64 in [] 2025-04-24 03:43.46: Will push staging image to ocurrent/opam-staging:windows-server-mingw-ltsc2022-ocaml-4.11-amd64 Dockerfile: # escape=` FROM ocurrent/opam-staging@sha256:b53bef523dcf2f17e7c516f1891b9a384aa721d00b59a4a4543fc3dc69c7a93a ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" RUN ocaml-env exec --64 --no-opam -- opam switch create 4.11 --packages=ocaml-variants.4.11.2+mingw64 RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.11.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" ] 2025-04-24 03:43.46: Using cache hint "4.11.2-amd64-ocurrent/opam-staging@sha256:b53bef523dcf2f17e7c516f1891b9a384aa721d00b59a4a4543fc3dc69c7a93a" 2025-04-24 03:43.46: Waiting for resource in pool OCluster 2025-04-24 03:43.46: Waiting for worker… 2025-04-24 04:20.34: 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:b53bef523dcf2f17e7c516f1891b9a384aa721d00b59a4a4543fc3dc69c7a93a docker.io/ocurrent/opam-staging@sha256:b53bef523dcf2f17e7c516f1891b9a384aa721d00b59a4a4543fc3dc69c7a93a: Pulling from ocurrent/opam-staging Digest: sha256:b53bef523dcf2f17e7c516f1891b9a384aa721d00b59a4a4543fc3dc69c7a93a Status: Image is up to date for ocurrent/opam-staging@sha256:b53bef523dcf2f17e7c516f1891b9a384aa721d00b59a4a4543fc3dc69c7a93a ---> 9c1d58706f16 Step 2/8 : ENV OPAMYES="1" OPAMCONFIRMLEVEL="unsafe-yes" OPAMERRLOGLEN="0" OPAMPRECISETRACKING="1" ---> Using cache ---> de080cfbf5f0 Step 3/8 : RUN ocaml-env exec --64 --no-opam -- opam switch create 4.11 --packages=ocaml-variants.4.11.2+mingw64 ---> Running in 8092e0c4ef7d tzset: can't find matching POSIX timezone for Windows timezone "" <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [ocaml-variants.4.11.2+mingw64] downloaded from https://github.com/ocaml/ocaml/archive/4.11.2.tar.gz [ocaml-variants.4.11.2+mingw64/inline-flexdll.patch] downloaded from https://gist.githubusercontent.com/fdopen/fdc645a61a208552ebac76a67eafd3ee/raw/9f521e91c8f0e9490652651ccdbfae88da701919/inline-flexdll.patch [ocaml-variants.4.11.2+mingw64/ocaml-4.11.2.patch] downloaded from https://gist.githubusercontent.com/fdopen/8435e8a2fbee507c6e4d15c888dcfff6/raw/fd15c9fcca5d3f18954609eda6d470ecc8a6fc48/ocaml-4.11.2.patch <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-variants.4.11.2+mingw64 -> installed ocaml-config.2 -> installed ocaml.4.11.2 Done. # Run eval $(opam env --root=C:/opam/.opam) to update the current shell environment Removing intermediate container 8092e0c4ef7d ---> bdf3a42e52b4 Step 4/8 : RUN ocaml-env exec --64 -- opam pin add -k version ocaml-variants 4.11.2+mingw64 ---> Running in 738642f6882e tzset: can't find matching POSIX timezone for Windows timezone "" ocaml-variants is now pinned to version 4.11.2+mingw64 No package build needed. Nothing to do. Removing intermediate container 738642f6882e ---> f4767aa0c3dc Step 5/8 : RUN ocaml-env exec --64 -- opam install -y depext depext-cygwinports ---> Running in e3549d67dfb9 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 e3549d67dfb9 ---> 719db3ceec8d Step 6/8 : ENTRYPOINT [ "ocaml-env", "exec", "--64", "--" ] ---> Running in ef3dba1093ce Removing intermediate container ef3dba1093ce ---> e2c0843c97ec Step 7/8 : CMD [ "cmd.exe" ] ---> Running in 09de46a519a7 Removing intermediate container 09de46a519a7 ---> 2d3bcc74b100 Step 8/8 : COPY [ "Dockerfile", "/Dockerfile.ocaml" ] ---> c08fdfff912d Successfully built c08fdfff912d Pushing "sha256:c08fdfff912decaafff68392124318f667e64ac3b140c5041dc9cca7917cd9fc" to "ocurrent/opam-staging:windows-server-mingw-ltsc2022-ocaml-4.11-amd64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrent/opam-staging] 760ff953032e: Preparing 310b30241a48: Preparing 8fcf9eed8360: Preparing ba9179f1151e: Preparing 36f2fd7ad348: Preparing 2bea6a5fa62e: Preparing ad5795366843: Preparing 51f9f3040cd5: Preparing 9a53d1ad6caa: Preparing bc6cb1d8925c: Preparing 9448e964d6f3: Preparing dd837287d19a: Preparing cb424c0557ba: Preparing f2f480c962a4: Preparing ee49ec34ba6a: Preparing 311638d260e2: Preparing 8ff95dac32ff: Preparing f4e947107f85: Preparing 99d2f9475d73: Preparing d17ab2f53355: Preparing b66a7329d9c1: Preparing 6d83f05a6313: Preparing e8ac9317af1f: Preparing 61f489d5f5a6: Preparing 4e700904d1fe: Preparing fa35d8ce09d1: Preparing 8646b212ee79: Preparing d4fb6f379c45: Preparing bc1de9013dd4: Preparing 5d4b3af19c13: Preparing 1d4eb2e05266: Preparing 97dca354c8ff: Preparing f806f3b2271f: Preparing 2717ee8e0a22: Preparing 914887f5be79: Preparing 29b079b42c54: Preparing 882d29bdb04f: Preparing 05454370d5d3: Preparing 86c8258f559e: Preparing cf5f8ef0e78f: Preparing b984e7ed2215: Preparing 6ddf51f95b86: Preparing e747c7c0356c: Preparing 6f7a232c973a: Preparing e8ac9317af1f: Waiting 61f489d5f5a6: Waiting 4e700904d1fe: Waiting fa35d8ce09d1: Waiting 8646b212ee79: Waiting d4fb6f379c45: Waiting bc1de9013dd4: Waiting 5d4b3af19c13: Waiting 1d4eb2e05266: Waiting 97dca354c8ff: Waiting f806f3b2271f: Waiting 2717ee8e0a22: Waiting 914887f5be79: Waiting 29b079b42c54: Waiting 882d29bdb04f: Waiting 05454370d5d3: Waiting 86c8258f559e: Waiting b984e7ed2215: Waiting cf5f8ef0e78f: Waiting cb424c0557ba: Waiting 6ddf51f95b86: Waiting ee49ec34ba6a: Waiting 9a53d1ad6caa: Waiting 311638d260e2: Waiting e747c7c0356c: Waiting 6f7a232c973a: Waiting 8ff95dac32ff: Waiting bc6cb1d8925c: Waiting 9448e964d6f3: Waiting f4e947107f85: Waiting 2bea6a5fa62e: Waiting ad5795366843: Waiting 99d2f9475d73: Waiting d17ab2f53355: Waiting 51f9f3040cd5: Waiting dd837287d19a: Waiting 6d83f05a6313: Waiting b66a7329d9c1: Waiting f2f480c962a4: Waiting 310b30241a48: Pushed 760ff953032e: Pushed ad5795366843: Layer already exists 8fcf9eed8360: Pushed 51f9f3040cd5: Layer already exists 9a53d1ad6caa: Layer already exists bc6cb1d8925c: Layer already exists 9448e964d6f3: Layer already exists dd837287d19a: Layer already exists cb424c0557ba: Layer already exists f2f480c962a4: Layer already exists ee49ec34ba6a: Layer already exists 311638d260e2: Layer already exists 8ff95dac32ff: Layer already exists 36f2fd7ad348: Pushed f4e947107f85: Layer already exists 99d2f9475d73: Layer already exists d17ab2f53355: Layer already exists b66a7329d9c1: Layer already exists 6d83f05a6313: Layer already exists e8ac9317af1f: Layer already exists 61f489d5f5a6: Layer already exists 4e700904d1fe: Layer already exists fa35d8ce09d1: Layer already exists 8646b212ee79: Layer already exists d4fb6f379c45: Layer already exists bc1de9013dd4: Layer already exists 5d4b3af19c13: Layer already exists 1d4eb2e05266: Layer already exists 97dca354c8ff: Layer already exists f806f3b2271f: Layer already exists 2717ee8e0a22: Layer already exists 914887f5be79: Layer already exists 29b079b42c54: Layer already exists 882d29bdb04f: Layer already exists 05454370d5d3: Layer already exists 86c8258f559e: Layer already exists cf5f8ef0e78f: Layer already exists b984e7ed2215: Layer already exists e747c7c0356c: Layer already exists 6ddf51f95b86: Layer already exists 6f7a232c973a: Layer already exists ba9179f1151e: Pushed 2bea6a5fa62e: Pushed windows-server-mingw-ltsc2022-ocaml-4.11-amd64: digest: sha256:8ebfb893becc08837b87bb205b174ee4c4aa5e6f3eb06fe73f4c0c11739ab4b8 size: 9578 Job succeeded 2025-04-24 04:40.51: Job succeeded