Organisationsocaml-ppxppx_derivinge18c11 ()windows-server-2022-4.14_opam-2.2

windows-server-2022-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-10-28 09:28.46: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/290/head (e18c11e4e56349d52dcd0acb5e203d6f555ba262) (test:windows-server-2022-4.14_opam-2.2)
Base: windows-server-2022-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" && cd "ppx_deriving" && git fetch origin "refs/pull/290/head" && git reset --hard e18c11e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-ocaml-4.14
# windows-server-2022-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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppx_deriving.opam /Users/opam/Documents/./
RUN opam pin add -yn ppx_deriving.dev '/Users/opam/Documents/./'
ENV DEPS="arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 dune.3.16.0 flexdll.0.43 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.5 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ppx_deriving.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/Documents
RUN cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-10-28 09:28.46: Using cache hint "ocaml-ppx/ppx_deriving-windows-server-2022-ocaml-4.14-windows-server-2022-4.14_opam-2.2-83a6470957c71e8bcface921d8f40ad6"
2024-10-28 09:28.46: Using OBuilder spec:
((from windows-server-2022-ocaml-4.14)
(comment windows-server-2022-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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppx_deriving.opam) (dst /Users/opam/Documents/./))
(run (network host)
(shell "opam pin add -yn ppx_deriving.dev '/Users/opam/Documents/./'"))
(env DEPS "arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 dune.3.16.0 flexdll.0.43 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.5 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.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.2 --depext-only -y ppx_deriving.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/Documents))
(run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-10-28 09:28.46: Waiting for resource in pool OCluster
2024-10-28 09:28.46: Waiting for worker…
2024-10-28 10:31.37: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at e18c11e a few tests


(from windows-server-2022-ocaml-4.14)
2024-10-28 10:31.37 ---> using "dca183f00f9c8145447bdf8b51d17b6257e7f9880011947f8ed16449b5ac4c29" from cache


/: (comment windows-server-2022-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-10-28 10:31.37 ---> using "48953ddf02e57e4d983259e75a775cbd4466818b4708048c926558f7b08f54b3" 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-10-28 10:31.37 ---> using "2a10efc10f1937ea804ddd34e22b68952f9144c42211b0e87f1fa834e77cc9c4" 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-10-28 10:31.37 ---> using "41ad6da2afd0643107458c4ad95b5d94cf37de63fe4e7447d4122b0af5d1d78f" 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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


<><> 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-10-28 10:31.37 ---> using "119445f33065ab3571ef9eff96f25df19993ce99429c5da30baa635bedd5bd7e" from cache


/: (copy (src ppx_deriving.opam) (dst /Users/opam/Documents/./))
2024-10-28 10:31.39 ---> saved as "352d960d826b856fadc84b64f34fe06ff8f1bf55bccf3fc5859db3b17f70f959"


/: (run (network host)
(shell "opam pin add -yn ppx_deriving.dev '/Users/opam/Documents/./'"))
[ppx_deriving.dev] synchronised (file://C:/Users/opam/Documents/.)
ppx_deriving is now pinned to file://C:/Users/opam/Documents/. (version dev)
2024-10-28 10:32.04 ---> saved as "f1508449a97197d9c527f76ebc3f983a7c73e6ddb9d90df2070f02feb0c87e38"


/: (env DEPS "arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 dune.3.16.0 flexdll.0.43 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.5 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.33.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.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.2 --depext-only -y ppx_deriving.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppx_deriving.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-10-28 10:32.42 ---> saved as "b684078effa241f76170ea808dbf2240df146b8d0b2e1024761ce56d606fef72"


/: (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 10 packages
- install cppo                1.7.0
- install dune                3.16.0
- install ocaml-compiler-libs v0.12.4
- install ocamlfind           1.9.5
- install ounit2              2.2.7
- install ppx_derivers        1.2.1
- install ppxlib              0.33.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.7.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved dune.3.16.0  (cached)
[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 dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed cppo.1.7.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ounit2.2.2.7
-> installed ppxlib.0.33.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-28 10:37.27 ---> saved as "765ffb6471dca168befea9372249e564841123bcba58ceb46ce0c3600f5167d9"


/: (copy (src .) (dst /Users/opam/Documents))
2024-10-28 10:37.29 ---> saved as "3afe7a7fcb7eb74ee66ffe5fb08db9c952df32d76080f452d0a7380a49bc6156"


/: (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src_test/api && ./test_api.exe)
.
Ran: 1 tests in: 0.00 seconds.
OK
(cd _build/default/src_test/iter && ./test_deriving_iter.exe)
....
Ran: 4 tests in: 0.03 seconds.
OK
(cd _build/default/src_test/fold && ./test_deriving_fold.exe)
....
Ran: 4 tests in: 0.00 seconds.
OK
(cd _build/default/src_test/create && ./test_deriving_create.exe)
..
Ran: 2 tests in: 0.00 seconds.
OK
(cd _build/default/src_test/ord && ./test_deriving_ord.exe)
..............
Ran: 14 tests in: 0.03 seconds.
OK
(cd _build/default/src_test/map && ./test_deriving_map.exe)
............
Ran: 12 tests in: 0.03 seconds.
OK
(cd _build/default/src_test/eq && ./test_deriving_eq.exe)
............
Ran: 12 tests in: 0.02 seconds.
OK
(cd _build/default/src_test/make && ./test_deriving_make.exe)
....
Ran: 4 tests in: 0.00 seconds.
OK
(cd _build/default/src_test/show && ./test_deriving_show.exe)
.........................
Ran: 25 tests in: 0.02 seconds.
OK
(cd _build/default/src_test/deriving && ./test_ppx_deriving.exe)
..
Ran: 2 tests in: 0.02 seconds.
OK
2024-10-28 10:38.58 ---> saved as "c7be72b60d581924b9eee277100653f7bd72fb39d6536770864aca540cf145c8"
Job succeeded
2024-10-28 10:38.58: Job succeeded