Organisationsocsigenlwtc6cdcf ()windows-server-2022-amd64-5.4_opam-2.5

windows-server-2022-amd64-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-27 18:53.02: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5.9.3 (c6cdcf34e0f5c16a0c65c4d5a63992afe5bdbeef) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.5)
Base: windows-server-2022-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5.9.3" && cd "lwt" && git reset --hard c6cdcf34
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.4
# windows-server-2022-amd64-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.5 --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


2026-01-27 18:53.02: Using cache hint "ocsigen/lwt-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.5-6d91fe4947bd2e117f8ea576d29afa98"
2026-01-27 18:53.02: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.4)
(comment windows-server-2022-amd64-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 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.5 --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"))
)


2026-01-27 18:53.02: Waiting for resource in pool OCluster
2026-01-27 18:53.03: Waiting for worker…
2026-01-27 18:54.24: Got resource from pool OCluster
Building on thyme
Updating files:  31% (96/303)
Updating files:  32% (97/303)
Updating files:  33% (100/303)
Updating files:  34% (104/303)
Updating files:  35% (107/303)
Updating files:  36% (110/303)
Updating files:  37% (113/303)
Updating files:  38% (116/303)
Updating files:  39% (119/303)
Updating files:  40% (122/303)
Updating files:  41% (125/303)
Updating files:  42% (128/303)
Updating files:  43% (131/303)
Updating files:  44% (134/303)
Updating files:  45% (137/303)
Updating files:  46% (140/303)
Updating files:  47% (143/303)
Updating files:  48% (146/303)
Updating files:  49% (149/303)
Updating files:  50% (152/303)
Updating files:  51% (155/303)
Updating files:  52% (158/303)
Updating files:  53% (161/303)
Updating files:  54% (164/303)
Updating files:  55% (167/303)
Updating files:  56% (170/303)
Updating files:  57% (173/303)
Updating files:  58% (176/303)
Updating files:  59% (179/303)
Updating files:  60% (182/303)
Updating files:  61% (185/303)
Updating files:  62% (188/303)
Updating files:  63% (191/303)
Updating files:  64% (194/303)
Updating files:  65% (197/303)
Updating files:  66% (200/303)
Updating files:  67% (204/303)
Updating files:  68% (207/303)
Updating files:  69% (210/303)
Updating files:  70% (213/303)
Updating files:  71% (216/303)
Updating files:  72% (219/303)
Updating files:  73% (222/303)
Updating files:  74% (225/303)
Updating files:  75% (228/303)
Updating files:  76% (231/303)
Updating files:  77% (234/303)
Updating files:  78% (237/303)
Updating files:  79% (240/303)
Updating files:  80% (243/303)
Updating files:  81% (246/303)
Updating files:  82% (249/303)
Updating files:  83% (252/303)
Updating files:  84% (255/303)
Updating files:  85% (258/303)
Updating files:  86% (261/303)
Updating files:  87% (264/303)
Updating files:  88% (267/303)
Updating files:  89% (270/303)
Updating files:  90% (273/303)
Updating files:  91% (276/303)
Updating files:  92% (279/303)
Updating files:  93% (282/303)
Updating files:  94% (285/303)
Updating files:  95% (288/303)
Updating files:  96% (291/303)
Updating files:  97% (294/303)
Updating files:  98% (297/303)
Updating files:  99% (300/303)
Updating files: 100% (303/303)
Updating files: 100% (303/303), done.
HEAD is now at 661646e40 CHANGES
HEAD is now at c6cdcf34e also support type annotations at top-level


(from windows-server-2022-amd64-ocaml-5.4)
2026-01-27 18:54.37 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache


/: (comment windows-server-2022-amd64-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-27 18:54.37 ---> using "458612386af86cf817dbe29d01dc6efb3c2620df43160b102405910eab684d9d" 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
2026-01-27 18:54.37 ---> using "3bceda86eced6c80594b1121f6cd17638cfd192928e335ef4b5c0e6a8a370c40" 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.5.0
2026-01-27 18:54.37 ---> using "bbfe8c5871361a1180a9d803bce7b93263c018d1d780fe6d2ac0f7a771421cb9" 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..f11a2c8e01  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> 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)
2026-01-27 18:54.37 ---> using "47f8209770887ee219ae734b4b48e9570f2a916add9365eff7d0da2a4c052da2" 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/./))
2026-01-27 18:55.14 ---> saved as "8dc47fe0aef1e8a35fe6672514aa7d4eddc3eba8aa59db997f0398968d13dafa"


/: (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/./'"))
[lwt_retry.dev] synchronised (file://C:/Users/opam/src/.)
lwt_retry is now pinned to file://C:/Users/opam/src/. (version dev)
[lwt_react.dev] synchronised (file://C:/Users/opam/src/.)
lwt_react is now pinned to file://C:/Users/opam/src/. (version dev)
[NOTE] Package lwt_ppx__ppx_let_tests does not exist in opam repositories registered in the current switch.
[lwt_ppx__ppx_let_tests.dev] synchronised (file://C:/Users/opam/src/.)
[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file://C:/Users/opam/src/.:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"
lwt_ppx__ppx_let_tests is now pinned to file://C:/Users/opam/src/. (version dev)
[lwt_ppx.dev] synchronised (file://C:/Users/opam/src/.)
lwt_ppx is now pinned to file://C:/Users/opam/src/. (version dev)
[lwt.dev] synchronised (file://C:/Users/opam/src/.)
lwt is now pinned to file://C:/Users/opam/src/. (version dev)
2026-01-27 18:56.27 ---> saved as "1ed415431960d79b92edbe713d14166fd0819e6ced2aeb856cf8936f1b16e31e"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2026-01-27 18:56.47: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled