Organisationsocaml-ppxocamlformat4c7009 ()windows-server-2022-amd64-4.14_opam-2.2

windows-server-2022-amd64-4.14_opam-2.2

Logs

Show full logs
2024-11-07 16:14.43: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2562/head (4c700975fff9a747091706e3fd5c09126642170f) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.2)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2562/head" && git reset --hard 4c700975
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.2 /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 654ee104df48ee785861d169cd1ca7eba64b6668 || git fetch origin master) && git reset -q --hard 654ee104df48ee785861d169cd1ca7eba64b6668 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam /Users/opam/src/./
RUN opam pin add -yn ocamlformat.dev '/Users/opam/src/./' && \
    opam pin add -yn ocamlformat-rpc-lib.dev '/Users/opam/src/./' && \
    opam pin add -yn ocamlformat-lib.dev '/Users/opam/src/./' && \
    opam pin add -yn ocamlformat-bench.dev '/Users/opam/src/./'
ENV DEPS="alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.16.1 dune-build-info.3.16.1 dune-configurator.3.16.1 either.1.0.0 fix.20230505 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-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

2024-11-07 16:14.43: Using cache hint "ocaml-ppx/ocamlformat-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.2-d550642a9c6391f001655de5d531398f"
2024-11-07 16:14.43: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
 (comment windows-server-2022-amd64-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f /usr/bin/opam-2.2 /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 654ee104df48ee785861d169cd1ca7eba64b6668 || git fetch origin master) && git reset -q --hard 654ee104df48ee785861d169cd1ca7eba64b6668 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
       (dst /Users/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn ocamlformat.dev '/Users/opam/src/./' && \
             \nopam pin add -yn ocamlformat-rpc-lib.dev '/Users/opam/src/./' && \
             \nopam pin add -yn ocamlformat-lib.dev '/Users/opam/src/./' && \
             \nopam pin add -yn ocamlformat-bench.dev '/Users/opam/src/./'"))
 (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.16.1 dune-build-info.3.16.1 dune-configurator.3.16.1 either.1.0.0 fix.20230505 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2")
 (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.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-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"))
)

2024-11-07 16:14.43: Waiting for resource in pool OCluster
2024-11-08 00:18.41: Waiting for worker…
2024-11-08 02:30.27: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 4c700975 Update CHANGES

(from windows-server-2022-amd64-ocaml-4.14)
2024-11-08 02:30.27 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache

/: (comment windows-server-2022-amd64-4.14_opam-2.2)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-11-08 02:30.27 ---> using "f40b460bb801337dfc3ed3c22c5a77e2a82d91b508719870a48ea495897fdd1f" 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
2024-11-08 02:30.27 ---> using "ad71e6a0b96388176c905033702720ccce1bbf6e7835962442542d8ee766b573" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.2.1
2024-11-08 02:30.27 ---> using "98cf84a2211beae6fa84d90852579b73e3d5372e8d8c4ff39295727938efcfd9" 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 654ee104df48ee785861d169cd1ca7eba64b6668 || git fetch origin master) && git reset -q --hard 654ee104df48ee785861d169cd1ca7eba64b6668 && git log --no-decorate -n1 --oneline && opam update -u"))
654ee104df Merge pull request #26834 from mtelvers/opam-publish-ocaml-version.3.7.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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-11-08 02:30.27 ---> using "9b30395ab5ea3087360b594bd3789290bdc7d0e90cdd94f3f8a5fc4135c30c66" from cache

/: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
         (dst /Users/opam/src/./))
2024-11-08 02:30.46 ---> saved as "340bd4d54d5dd0b93874b118d7875b1bf7fb34f5b4d0a72c880590e6d5b270fe"

/: (run (network host)
        (shell  "opam pin add -yn ocamlformat.dev '/Users/opam/src/./' && \
               \nopam pin add -yn ocamlformat-rpc-lib.dev '/Users/opam/src/./' && \
               \nopam pin add -yn ocamlformat-lib.dev '/Users/opam/src/./' && \
               \nopam pin add -yn ocamlformat-bench.dev '/Users/opam/src/./'"))
[ocamlformat.dev] synchronised (file://C:/Users/opam/src/.)
ocamlformat is now pinned to file://C:/Users/opam/src/. (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file://C:/Users/opam/src/.)
ocamlformat-rpc-lib is now pinned to file://C:/Users/opam/src/. (version dev)
[ocamlformat-lib.dev] synchronised (file://C:/Users/opam/src/.)
ocamlformat-lib is now pinned to file://C:/Users/opam/src/. (version dev)
Package ocamlformat-bench does not exist, create as a NEW package? [y/n] y
[ocamlformat-bench.dev] synchronised (file://C:/Users/opam/src/.)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file://C:/Users/opam/src/.:
  warning 68: Missing field 'license'
ocamlformat-bench is now pinned to file://C:/Users/opam/src/. (version dev)
2024-11-08 02:31.14 ---> saved as "7aafb13b1be552424ba04aa7e411199345ec85bde3da47f8ec260bb2c55da4cd"

/: (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.16.1 dune-build-info.3.16.1 dune-configurator.3.16.1 either.1.0.0 fix.20230505 flexdll.0.43 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocp-indent.1.8.1 re.1.12.0 seq.base sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.3 yojson.2.2.2")

/: (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.2 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat.dev] synchronised (no changes)
[ocamlformat-bench.dev] synchronised (no changes)
[ocamlformat-lib.dev] synchronised (no changes)
[ocamlformat-rpc-lib.dev] synchronised (no changes)

[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.43).
[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).
2024-11-08 02:31.51 ---> saved as "3964cba7e77a899fd50f3156dcb1155ef88cde36674c12ab45e44834ad9220e5"

/: (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.43).
[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 35 packages
  - install alcotest           1.8.0
  - install astring            0.8.5
  - install base               v0.16.3
  - install base-bytes         base
  - install bechamel           0.5.0
  - install camlp-streams      5.0.1
  - install cmdliner           1.3.0
  - install conf-bash          1
  - install csexp              1.5.2
  - install dune               3.16.1
  - install dune-build-info    3.16.1
  - install dune-configurator  3.16.1
  - install either             1.0.0
  - install fix                20230505
  - install fmt                0.9.0
  - install fpath              0.7.3
  - install menhir             20240715
  - install menhirCST          20240715
  - install menhirLib          20240715
  - install menhirSdk          20240715
  - install ocaml-syntax-shims 1.0.0
  - install ocaml-version      3.7.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.5
  - install ocp-indent         1.8.1
  - install re                 1.12.0
  - install seq                base
  - install sexplib0           v0.16.0
  - install stdio              v0.16.0
  - install stdlib-shims       0.3.0
  - install topkg              1.0.7
  - install uucp               16.0.0
  - install uuseg              16.0.0
  - install uutf               1.0.3
  - install yojson             2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved bechamel.0.5.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> installed conf-bash.1
-> retrieved fix.20230505  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.7.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved dune.3.16.1, dune-build-info.3.16.1, dune-configurator.3.16.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
[WARNING] Warning: cannot copy C:\Users\opam\AppData\Local\Temp\opam-3056-121efc\ocp-indent-1.8.1\tests\inplace\link.ml to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\sources\ocp-indent.1.8.1\tests\inplace
-> retrieved ocp-indent.1.8.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uuseg.16.0.0  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.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.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.5\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.5
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed fpath.0.7.3
-> installed dune.3.16.1
-> installed bechamel.0.5.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20230505
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-version.3.7.0
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-build-info.3.16.1
-> installed stdlib-shims.0.3.0
-> installed ocp-indent.1.8.1
-> installed dune-configurator.3.16.1
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed yojson.2.2.2
-> installed alcotest.1.8.0
-> installed uucp.16.0.0
-> installed base.v0.16.3
-> installed stdio.v0.16.0
-> installed uuseg.16.0.0
-> installed menhir.20240715
Done.

<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "C:\Users\opam\AppData\Local\opam\4.14.2\share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="C:\Users\opam\AppData\Local\opam\4.14.2\share/ocp-indent/vim"
# Run eval $(opam env) to update the current shell environment
2024-11-08 02:36.07 ---> saved as "1398d104ebeed301e75b4c6fbce3d8f284a9d313bf057acefb42a3ada07058e2"

/: (copy (src .) (dst /Users/opam/src))
2024-11-08 02:36.29 ---> saved as "f6689d6e37e7a0ab0225d7702411d1e2699e80474fc709a647c2cdd9df2e55f6"

/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/unit && ./test_unit.exe)
Testing `ocamlformat'.
This run has ID `3Z6D7EKV'.

........................................................................................................................
.................................................................................

2024-11-08 02:37.57 ---> saved as "6477fce844f9d20852b41294021240abe305befbedb877df55eacfa85fadebc5"
Job succeeded
2024-11-08 02:37.57: Job succeeded