2024-10-28 09:35.41: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/expose-dllist-to-allow-matchable-cursors (61814abfb008df1fd8e17545f4e097b4ea243250) (test:windows-server-2022-5.2_opam-2.2)
Base: windows-server-2022-ocaml-5.2
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "expose-dllist-to-allow-matchable-cursors" && cd "kcas" && git reset --hard 61814abf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-ocaml-5.2
# windows-server-2022-5.2_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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam /Users/opam/Documents/./
RUN opam pin add -yn kcas_data.dev '/Users/opam/Documents/./' && \
opam pin add -yn kcas.dev '/Users/opam/Documents/./'
ENV DEPS="alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 mdx.2.4.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.5 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.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:35.41: Using cache hint "ocaml-multicore/kcas-windows-server-2022-ocaml-5.2-windows-server-2022-5.2_opam-2.2-9aad2942eac577298d2d95147cf9e6b7"
2024-10-28 09:35.41: Using OBuilder spec:
((from windows-server-2022-ocaml-5.2)
(comment windows-server-2022-5.2_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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src kcas_data.opam kcas.opam) (dst /Users/opam/Documents/./))
(run (network host)
(shell "opam pin add -yn kcas_data.dev '/Users/opam/Documents/./' && \
\nopam pin add -yn kcas.dev '/Users/opam/Documents/./'"))
(env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 mdx.2.4.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.5 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.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:35.41: Waiting for resource in pool OCluster
2024-10-28 14:58.19: Waiting for worker…
2024-10-28 18:00.04: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 61814ab Expose `Dllist` type to allow matchable cursors
(from windows-server-2022-ocaml-5.2)
2024-10-28 18:00.04 ---> using "d06d42c2ce15c2a01b42f8b17cebab1b932321c607f2ddc4dd5ddd2822e824d3" from cache
/: (comment windows-server-2022-5.2_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 18:00.04 ---> using "07caa043e99d274e8f5c24f90a23801bfecd8668fdfc89cbec291632f95cbe1d" from cache
/: (run (shell "opam init --reinit -ni"))
2024-10-28 18:00.04 ---> using "48ce3edf601a937b33429fd277fc6d82f6328efd928637b9587c355ec03792b9" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
2024-10-28 18:00.04 ---> using "51ad9d179da4b254f08dbbab0e5e269388b9181b90328f4f7a98acabc90e86a1" 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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
b8e118d3ef Merge pull request #26758 from polytypic/release-multicore-bench-0.1.7
2024-10-28 18:00.04 ---> using "7fea2f36eedecb2333a11236a02f5035b161ef607378e6694a84361fdf450c63" from cache
/: (copy (src kcas_data.opam kcas.opam) (dst /Users/opam/Documents/./))
2024-10-28 18:00.04 ---> using "bf546764ddd4cc4208ed584a7eba1c30c24d7bd619caf100e90de3155ea9b2f5" from cache
/: (run (network host)
(shell "opam pin add -yn kcas_data.dev '/Users/opam/Documents/./' && \
\nopam pin add -yn kcas.dev '/Users/opam/Documents/./'"))
2024-10-28 18:00.04 ---> using "218b6f108f50ed4827f601b79166e01cbff1b5784ea50e6161bf57f5f472242f" from cache
/: (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 mdx.2.4.1 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.5 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.dev $DEPS"))
2024-10-28 18:00.04 ---> using "ebba5cd018e395ec8591bd71b1145ab87745d38b43bac28cb09a6a78f4fb74b3" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
2024-10-28 18:00.04 ---> using "1305ae441cc7c704bb88d14c09fefb659662cf24618731eefb77793e5e437e0b" from cache
/: (copy (src .) (dst /Users/opam/Documents))
2024-10-28 18:00.07 ---> saved as "f93e2f2b78d314c639b83e1213587b905a58e4729f6013be5ae3736b4c871c16"
/: (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-10-28 18:02.58 ---> saved as "583bed1f8c474e44b09ba7ceceef875fe7e06e06af96904d519d932aace749ab"
Job succeeded
2024-10-28 18:02.58: Job succeeded