2025-10-09 07:59.51: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (96cd560da1e3aee2b03b151056a2ece5a4ab9e66) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.4) Base: windows-server-2022-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 96cd560d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-4.14 # windows-server-2022-amd64-4.14_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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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.4 --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-10-09 07:59.51: Using cache hint "ocaml-ppx/ppxlib-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-0ae771529c049aa7901ef9bd82c22b77" 2025-10-09 07:59.51: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-4.14) (comment windows-server-2022-amd64-4.14_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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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.4 --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-10-09 07:59.51: Waiting for resource in pool OCluster 2025-10-09 07:59.51: Waiting for worker… 2025-10-09 08:01.25: Got resource from pool OCluster Building on thyme All commits already cached HEAD is now at 96cd560d Merge pull request #601 from NathanReb/patch-pprintast-raw-ids (from windows-server-2022-amd64-ocaml-4.14) 2025-10-09 08:01.25 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache /: (comment windows-server-2022-amd64-4.14_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-10-09 08:01.25 ---> using "fa5bb00e1b6dc297799f071f6d36c5ba197ac910917f6631927fc1b4259523b1" 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-10-09 08:01.25 ---> using "c9a6bb12454183a6bda5e24c40375763b3914e101e14ca85a4ab6e7ff857e315" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.6.4-1.x86_64 The OCaml toplevel, version 4.14.2 2.4.1 2025-10-09 08:01.25 ---> using "6ecdd3ea7a5353b5481faeb55be51b830717334a488c4abef4de194957089ce9" 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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f6368c68f9..2897aaaafd master -> origin/master dbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-09 08:01.25 ---> using "45695be9d7a7b971bdbab88224b35b092d44009d424a6e1f95be042919fd29f6" from cache /: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst /Users/opam/src/./)) 2025-10-09 08:01.25 ---> using "ad6d58eb8817108281d2fb5ea53132da3755527076e5918f4e0d21b0b941f413" from cache /: (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/./'")) [ppxlib.dev] synchronised (file://C:/Users/opam/src/.) ppxlib is now pinned to file://C:/Users/opam/src/. (version dev) [ppxlib-tools.dev] synchronised (file://C:/Users/opam/src/.) ppxlib-tools is now pinned to file://C:/Users/opam/src/. (version dev) [NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch. [ppxlib-bench.dev] synchronised (file://C:/Users/opam/src/.) ppxlib-bench is now pinned to file://C:/Users/opam/src/. (version dev) 2025-10-09 08:01.25 ---> using "d162f340095396ab4abc0713e41b538d818fa98f9fd25a56a442c5b5f61c6edd" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-10-09 08:01.25 ---> using "640e1f8fda3afef03d4a041fd0628b450cf4c19cfe8b3a053bd4d278178f74e8" from cache /: (env DEPS "arch-x86_64.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.0.0 conf-mingw-w64-gcc-x86_64.1 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file://C:/Users/opam/src/.) [ppxlib-bench.dev] synchronised (file://C:/Users/opam/src/.) [ppxlib-tools.dev] synchronised (file://C:/Users/opam/src/.) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). 2025-10-09 08:01.25 ---> using "418eddca7c5835291790b3e9c523d33254e210a805c1f6288e0f7308799224ee" from cache /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). The following actions will be performed: === install 13 packages - install base v0.16.4 - install cinaps v0.15.1 - install cmdliner 2.0.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.2.0.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.0.0.tbz) -> retrieved base.v0.16.4 (cached) -> retrieved cinaps.v0.15.1 (https://github.com/ocaml-ppx/cinaps/archive/v0.15.1.tar.gz) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz) -> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz) -> installed cmdliner.2.0.0 [WARNING] .install file is missing .exe extension for src/findlib/ocamlfind [WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed ppx_derivers.1.2.1 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.20.2 -> installed base.v0.16.4 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-09 08:01.25 ---> using "c36b07cb8f4b3e6a6f8b87728cf0cdcac7a7d24547f444ccd43c64adc3f8e149" from cache /: (copy (src .) (dst /Users/opam/src)) 2025-10-09 08:01.26 ---> using "f87dd1ddf00bc3ae193d3fc81034ec7856045af13b5c6908bae3c20dadd9a5ca" from cache /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "test/502_pexpfun/dune", line 1, characters 0-0: Error: Invalid dune file File "test/503_migrations/preserve-effect-downward/dune", line 1, characters 0-0: Error: Invalid dune file File "test/attr_replace/dune", line 1, characters 0-0: Error: Invalid dune file File "test/base/dune", line 1, characters 0-0: Error: Invalid dune file File "test/code_path/dune", line 1, characters 0-0: Error: Invalid dune file File "test/deriving/dune", line 1, characters 0-0: Error: Invalid dune file File "test/deriving_warning/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/attributes/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/compiler-pp/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/error_embedding/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/exception_handling/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/flag_cookie/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/instrument/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/keywords-option/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/non-compressible-suffix/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/ocaml-ppx-context-load-path-migration/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/parse_error_locations/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/run_as_ppx_rewriter/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/run_as_ppx_rewriter_preserve_version/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/skip-hash-bang/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/source-quotation-in-errors/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/standalone-supports-old-binary-ast/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/standalone_run_as_ppx/dune", line 1, characters 0-0: Error: Invalid dune file File "test/driver/stdin_input/dune", line 1, characters 0-0: Error: Invalid dune file File "test/error_embedding/dune", line 1, characters 0-0: Error: Invalid dune file File "test/expand-header-and-footer/dune", line 1, characters 0-0: Error: Invalid dune file File "test/expansion_context/dune", line 1, characters 0-0: Error: Invalid dune file File "test/expansion_helpers/mangle/dune", line 1, characters 0-0: Error: Invalid dune file File "test/expansion_inside_payloads/dune", line 1, characters 0-0: Error: Invalid dune file File "test/expect/dune", line 1, characters 0-0: Error: Invalid dune file File "test/extensions_and_deriving/dune", line 1, characters 0-0: Error: Invalid dune file File "test/gencopy/dune", line 1, characters 0-0: Error: Invalid dune file File "test/location/attributes/dune", line 1, characters 0-0: Error: Invalid dune file File "test/location/exception/dune", line 1, characters 0-0: Error: Invalid dune file File "test/metaquot/dune", line 1, characters 0-0: Error: Invalid dune file File "test/migrations/dune", line 1, characters 0-0: Error: Invalid dune file File "test/patterns_as_and_drop/dune", line 1, characters 0-0: Error: Invalid dune file File "test/pprintast/oldschool-constraints/dune", line 1, characters 0-0: Error: Invalid dune file File "test/pprintast/raw_identifiers/dune", line 1, characters 0-0: Error: Invalid dune file File "test/ppx_import_support/dune", line 1, characters 0-0: Error: Invalid dune file File "test/ppxlib-pp-ast/dune", line 1, characters 0-0: Error: Invalid dune file File "test/quoter/dune", line 1, characters 0-0: Error: Invalid dune file File "test/recursive_replacement/dune", line 1, characters 0-0: Error: Invalid dune file File "test/traverse/dune", line 1, characters 0-0: Error: Invalid dune file File "test/type_is_recursive/dune", line 1, characters 0-0: Error: Invalid dune file File "traverse/dune", line 1, characters 0-0: Error: Invalid dune file File "traverse_builtins/dune", line 1, characters 0-0: Error: Invalid dune file "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-10-09 08:03.09: Job failed: Failed: Build failed