Organisationsocaml-multicorepicos315060 (add-queue)windows-server-2022-5.2_opam-2.2

windows-server-2022-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-10-29 20:00.53: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/add-queue (31506085c1e157ea65bf0593b4c7bcab8cf3ea37) (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/picos.git" -b "add-queue" && cd "picos" && git reset --hard 31506085
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 668080c004886a5b499064856b133b42e7d8c649 || git fetch origin master) && git reset -q --hard 668080c004886a5b499064856b133b42e7d8c649 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam /Users/opam/Documents/./
RUN opam pin add -yn picos_std.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos_mux.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos_meta.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos_lwt.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos_io_cohttp.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos_io.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos_aux.dev '/Users/opam/Documents/./' && \
    opam pin add -yn picos.dev '/Users/opam/Documents/./'
ENV DEPS="alcotest.1.8.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.0.0~beta2 cohttp-lwt.6.0.0~beta2 conf-mingw-w64-gcc-x86_64.1 containers.3.14 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 flexdll.0.43 fmt.0.9.0 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 http.6.0.0~beta2 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 logs.0.7.0 lwt.5.8.0 mdx.2.4.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.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 picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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-29 20:00.53: Using cache hint "ocaml-multicore/picos-windows-server-2022-ocaml-5.2-windows-server-2022-5.2_opam-2.2-19a55044a29742c2c58bb36dc6fdf847"
2024-10-29 20:00.53: 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 668080c004886a5b499064856b133b42e7d8c649 || git fetch origin master) && git reset -q --hard 668080c004886a5b499064856b133b42e7d8c649 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)
       (dst /Users/opam/Documents/./))
 (run (network host)
      (shell  "opam pin add -yn picos_std.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos_mux.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos_meta.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos_lwt.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos_io_cohttp.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos_io.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos_aux.dev '/Users/opam/Documents/./' && \
             \nopam pin add -yn picos.dev '/Users/opam/Documents/./'"))
 (env DEPS "alcotest.1.8.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.0.0~beta2 cohttp-lwt.6.0.0~beta2 conf-mingw-w64-gcc-x86_64.1 containers.3.14 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 flexdll.0.43 fmt.0.9.0 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 http.6.0.0~beta2 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 logs.0.7.0 lwt.5.8.0 mdx.2.4.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.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 picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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-29 20:00.53: Waiting for resource in pool OCluster
2024-10-29 20:00.53: Waiting for worker…
2024-10-29 20:42.58: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 3150608 Add `Picos_std_sync.Queue`


(from windows-server-2022-ocaml-5.2)
2024-10-29 20:42.58 ---> 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-29 20:42.58 ---> using "07caa043e99d274e8f5c24f90a23801bfecd8668fdfc89cbec291632f95cbe1d" from cache


/: (run (shell "opam init --reinit -ni"))


2024-10-29 20:42.58 ---> 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-29 20:42.58 ---> 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 668080c004886a5b499064856b133b42e7d8c649 || git fetch origin master) && git reset -q --hard 668080c004886a5b499064856b133b42e7d8c649 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   56e31a3bc1..668080c004  master     -> origin/master
668080c004 Merge pull request #26805 from toots/opam-publish-sedlex.3.3


2024-10-29 20:42.58 ---> using "0fdc6acd11cdd5d14f535718832c65fc3b6a89b5a265c2008bef215c2d34f00d" from cache


/: (copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)
         (dst /Users/opam/Documents/./))
2024-10-29 20:42.58 ---> using "656ccc6b59eac64b4ac482398e87e3b6f5520bdf58014743f3301bdb272ec3af" from cache


/: (run (network host)
        (shell  "opam pin add -yn picos_std.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos_mux.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos_meta.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos_lwt.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos_io_cohttp.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos_io.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos_aux.dev '/Users/opam/Documents/./' && \
               \nopam pin add -yn picos.dev '/Users/opam/Documents/./'"))


2024-10-29 20:42.58 ---> using "8adc5f8fc2822eb46dd1a24018e61efb826e6409ae20e12a6ce05a8cb876b51f" from cache


/: (env DEPS "alcotest.1.8.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.0.0~beta2 cohttp-lwt.6.0.0~beta2 conf-mingw-w64-gcc-x86_64.1 containers.3.14 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 flexdll.0.43 fmt.0.9.0 gen.1.1 host-arch-x86_64.1 host-system-mingw.1 http.6.0.0~beta2 js_of_ocaml.5.8.2 js_of_ocaml-compiler.5.8.2 logs.0.7.0 lwt.5.8.0 mdx.2.4.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.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 picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS"))


2024-10-29 20:42.58 ---> using "c9b790d484916f66d535a85cf57b13d11fdac941e987f631af54a26df8cdbc87" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))


2024-10-29 20:42.58 ---> using "ddaee04242bc0ac5c1b9ef58f111ed7a38e67c17de47832d7a3dba3edf3f58b7" from cache


/: (copy (src .) (dst /Users/opam/Documents))
2024-10-29 20:42.59 ---> saved as "bdd0f15bdaf00b128a1b282179e171948a4094872f2a3e6f876be738d5b22424"


/: (run (shell "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build"))


[ ]   20  

"/usr/bin/env" "bash" "-c" "cd /cygdrive/c/Users/opam/Documents && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-10-29 20:52.05: Job failed: Failed: Build failed