2025-07-23 10:00.52: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/587/head (f0881734197aa5a54061b9e103f77d246d3a5d7c) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3) Base: windows-server-2022-amd64-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/587/head" && git reset --hard f0881734 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-5.3 # windows-server-2022-amd64-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam /Users/opam/src/./ RUN opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \ opam pin add -yn ppxlib-tools.dev '/Users/opam/src/./' && \ opam pin add -yn ppxlib-bench.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="arch-x86_64.1 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /Users/opam/src RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-23 10:00.52: Using cache hint "ocaml-ppx/ppxlib-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-4c7e5a4f13472d6f23d129162aa5524f" 2025-07-23 10:00.52: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-5.3) (comment windows-server-2022-amd64-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \ \nopam pin add -yn ppxlib-tools.dev '/Users/opam/src/./' && \ \nopam pin add -yn ppxlib-bench.dev '/Users/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) (env DEPS "arch-x86_64.1 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /Users/opam/src)) (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-07-23 10:00.52: Waiting for resource in pool OCluster 2025-07-23 10:00.52: Waiting for worker… 2025-07-23 10:01.28: Got resource from pool OCluster Building on thyme Updating files: 1% (7/421) Updating files: 2% (9/421) Updating files: 3% (13/421) Updating files: 4% (17/421) Updating files: 5% (22/421) Updating files: 6% (26/421) Updating files: 7% (30/421) Updating files: 8% (34/421) Updating files: 9% (38/421) Updating files: 10% (43/421) Updating files: 11% (47/421) Updating files: 12% (51/421) Updating files: 13% (55/421) Updating files: 14% (59/421) Updating files: 15% (64/421) Updating files: 16% (68/421) Updating files: 17% (72/421) Updating files: 18% (76/421) Updating files: 19% (80/421) Updating files: 20% (85/421) Updating files: 21% (89/421) Updating files: 22% (93/421) Updating files: 23% (97/421) Updating files: 24% (102/421) Updating files: 25% (106/421) Updating files: 26% (110/421) Updating files: 27% (114/421) Updating files: 28% (118/421) Updating files: 29% (123/421) Updating files: 30% (127/421) Updating files: 31% (131/421) Updating files: 32% (135/421) Updating files: 33% (139/421) Updating files: 34% (144/421) Updating files: 35% (148/421) Updating files: 36% (152/421) Updating files: 37% (156/421) Updating files: 38% (160/421) Updating files: 39% (165/421) Updating files: 40% (169/421) Updating files: 41% (173/421) Updating files: 42% (177/421) Updating files: 43% (182/421) Updating files: 44% (186/421) Updating files: 45% (190/421) Updating files: 46% (194/421) Updating files: 47% (198/421) Updating files: 47% (201/421) Updating files: 48% (203/421) Updating files: 49% (207/421) Updating files: 50% (211/421) Updating files: 51% (215/421) Updating files: 52% (219/421) Updating files: 53% (224/421) Updating files: 54% (228/421) Updating files: 55% (232/421) Updating files: 56% (236/421) Updating files: 57% (240/421) Updating files: 58% (245/421) Updating files: 59% (249/421) Updating files: 60% (253/421) Updating files: 61% (257/421) Updating files: 62% (262/421) Updating files: 63% (266/421) Updating files: 64% (270/421) Updating files: 65% (274/421) Updating files: 66% (278/421) Updating files: 67% (283/421) Updating files: 68% (287/421) Updating files: 69% (291/421) Updating files: 70% (295/421) Updating files: 71% (299/421) Updating files: 72% (304/421) Updating files: 73% (308/421) Updating files: 74% (312/421) Updating files: 75% (316/421) Updating files: 76% (320/421) Updating files: 77% (325/421) Updating files: 78% (329/421) Updating files: 79% (333/421) Updating files: 80% (337/421) Updating files: 81% (342/421) Updating files: 82% (346/421) Updating files: 83% (350/421) Updating files: 84% (354/421) Updating files: 85% (358/421) Updating files: 86% (363/421) Updating files: 87% (367/421) Updating files: 88% (371/421) Updating files: 89% (375/421) Updating files: 90% (379/421) Updating files: 91% (384/421) Updating files: 92% (388/421) Updating files: 93% (392/421) Updating files: 94% (396/421) Updating files: 95% (400/421) Updating files: 96% (405/421) Updating files: 97% (409/421) Updating files: 98% (413/421) Updating files: 99% (417/421) Updating files: 100% (421/421) Updating files: 100% (421/421), done. HEAD is now at 5b127608 Merge pull request #576 from patricoferris/module-binding-and-decls HEAD is now at f0881734 Add tests for gencopy (from windows-server-2022-amd64-ocaml-5.3) 2025-07-23 10:01.52 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache /: (comment windows-server-2022-amd64-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-23 10:01.52 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. <><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><> opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools. How should opam obtain Unix tools? > 1. Use tools found in PATH (Cygwin installation at C:\cygwin64) 2. Automatically create an internal Cygwin installation that will be managed by opam (recommended) 3. Use Cygwin installation found in C:\cygwin64 4. Use another existing Cygwin/MSYS2 installation 5. Abort initialisation [1/2/3/4/5] 1 Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from file://C:/Users/opam/opam-repository 2025-07-23 10:01.52 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.5.5-1.x86_64 The OCaml toplevel, version 5.3.0 2.3.0 2025-07-23 10:01.52 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" from cache /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..14fd69dba0 master -> origin/master 2025-07-23 10:06.11: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled