2025-12-29 14:58.40: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (fd4dd4eace72a707d194fa9fa6c3daa7f0fcc58b) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4) Base: windows-server-2022-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard fd4dd4ea cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-5.4 # windows-server-2022-amd64-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam /Users/opam/src/./ RUN opam pin add -yn lwt_retry.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_react.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_ppx__ppx_let_tests.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_ppx.dev '/Users/opam/src/./' && \ opam pin add -yn lwt.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-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt.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-12-29 14:58.40: Using cache hint "ocsigen/lwt-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-0cb2a321a91990eaa04df59977f1f5f6" 2025-12-29 14:58.40: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-5.4) (comment windows-server-2022-amd64-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn lwt_retry.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_react.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_ppx__ppx_let_tests.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_ppx.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt.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-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1") (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.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt.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-12-29 14:58.40: Waiting for resource in pool OCluster 2025-12-29 14:58.40: Waiting for worker… 2025-12-29 15:00.05: Got resource from pool OCluster Building on thyme 2025-12-29 15:00.06: Cancelling: Auto-cancelling job because it is no longer needed Updating files: 33% (92/274) Updating files: 34% (94/274) Updating files: 35% (96/274) Updating files: 36% (99/274) Updating files: 37% (102/274) Updating files: 38% (105/274) Updating files: 39% (107/274) Updating files: 40% (110/274) Updating files: 41% (113/274) Updating files: 42% (116/274) Updating files: 43% (118/274) Updating files: 44% (121/274) Updating files: 45% (124/274) Updating files: 46% (127/274) Updating files: 47% (129/274) Updating files: 48% (132/274) Updating files: 49% (135/274) Updating files: 50% (137/274) Updating files: 51% (140/274) Updating files: 52% (143/274) Updating files: 53% (146/274) Updating files: 54% (148/274) Updating files: 55% (151/274) Updating files: 56% (154/274) Updating files: 57% (157/274) Updating files: 58% (159/274) Updating files: 59% (162/274) Updating files: 60% (165/274) Updating files: 61% (168/274) Updating files: 62% (170/274) Updating files: 63% (173/274) Updating files: 64% (176/274) Updating files: 65% (179/274) Updating files: 66% (181/274) Updating files: 67% (184/274) Updating files: 68% (187/274) Updating files: 69% (190/274) Updating files: 70% (192/274) Updating files: 71% (195/274) Updating files: 72% (198/274) Updating files: 73% (201/274) Updating files: 74% (203/274) Updating files: 75% (206/274) Updating files: 76% (209/274) Updating files: 77% (211/274) Updating files: 78% (214/274) Updating files: 79% (217/274) Updating files: 80% (220/274) Updating files: 81% (222/274) Updating files: 82% (225/274) Updating files: 83% (228/274) Updating files: 84% (231/274) Updating files: 85% (233/274) Updating files: 86% (236/274) Updating files: 87% (239/274) Updating files: 88% (242/274) Updating files: 89% (244/274) Updating files: 90% (247/274) Updating files: 91% (250/274) Updating files: 92% (253/274) Updating files: 93% (255/274) Updating files: 94% (258/274) Updating files: 95% (261/274) Updating files: 96% (264/274) Updating files: 97% (266/274) Updating files: 98% (269/274) Updating files: 99% (272/274) Updating files: 100% (274/274) Updating files: 100% (274/274), done. HEAD is now at 6fa415fd8 fix: avoid passing -pthread and -fPIC to ld in object mode HEAD is now at fd4dd4eac Merge pull request #1089 from hamidkollistom/functori@lwt-pthread-ld-error (from windows-server-2022-amd64-ocaml-5.4) 2025-12-29 15:00.18 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache /: (comment windows-server-2022-amd64-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-12-29 15:00.18 ---> using "2cc10c0de974a41a492b52f4c10e4774291ab2452e1192584f4bd1214eecf165" 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-12-29 15:00.18 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.6.5-1.x86_64 The OCaml toplevel, version 5.4.0 2.4.1 2025-12-29 15:00.18 ---> using "b2317ce0850b83bf9a96e1d3315a4c08197605467948e554d9a6e5c89b07a70d" 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 5bf570252b..235b964523 master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-12-29 15:00.18 ---> using "7da12f0226b9ab4325bda92e5ad56158f79873351b3de6934520577bdeae9499" from cache /: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam) (dst /Users/opam/src/./)) Job cancelled