2024-11-04 11:12.34: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (803a6183751e97dda0694ed39af7f1c6e5c70a73) (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/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard 803a6183
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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_react.opam lwt_ppx.opam lwt.opam /Users/opam/Documents/./
RUN opam pin add -yn lwt_react.dev '/Users/opam/Documents/./' && \
opam pin add -yn lwt_ppx.dev '/Users/opam/Documents/./' && \
opam pin add -yn lwt.dev '/Users/opam/Documents/./'
ENV DEPS="arch-x86_64.1 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-bash.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 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 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lwt_react.dev lwt_ppx.dev lwt.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-11-04 11:12.34: Using cache hint "ocsigen/lwt-windows-server-2022-ocaml-4.14-windows-server-2022-4.14_opam-2.2-cc948e7de893fe4ea52b3a95a8450c67"
2024-11-04 11:12.34: 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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_react.opam lwt_ppx.opam lwt.opam)
(dst /Users/opam/Documents/./))
(run (network host)
(shell "opam pin add -yn lwt_react.dev '/Users/opam/Documents/./' && \
\nopam pin add -yn lwt_ppx.dev '/Users/opam/Documents/./' && \
\nopam pin add -yn lwt.dev '/Users/opam/Documents/./'"))
(env DEPS "arch-x86_64.1 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-bash.1 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 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 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7")
(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 lwt_react.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/Documents))
(run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2024-11-04 11:12.34: Waiting for resource in pool OCluster
2024-11-04 11:12.34: Waiting for worker…
2024-11-04 13:42.57: Cancelling: Auto-cancelling job because it is no longer needed