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

windows-server-2022-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-11-01 12:02.24: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/add-full-cml-support (0c90e50624d39690d5f4107897982f8734bef7a2) (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-multicore/picos.git" -b "add-full-cml-support" && cd "picos" && git reset --hard 0c90e506
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 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.16.3 base-bigarray.base base-bytes.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-bash.1 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.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 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 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.16.0 ppxlib.0.33.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.16.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-11-01 12:02.24: Using cache hint "ocaml-multicore/picos-windows-server-2022-ocaml-4.14-windows-server-2022-4.14_opam-2.2-d3f7b18f6ec4c022c1fc91898fd15ddd"
2024-11-01 12:02.24: 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 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.16.3 base-bigarray.base base-bytes.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-bash.1 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.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 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 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.16.0 ppxlib.0.33.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.16.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-11-01 12:02.24: Waiting for resource in pool OCluster
2024-11-01 12:02.24: Waiting for worker…
2024-11-01 12:22.43: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 0c90e50 Add CML style Ch


(from windows-server-2022-ocaml-4.14)
2024-11-01 12:22.43 ---> 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-11-01 12:22.43 ---> 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-11-01 12:22.43 ---> 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-11-01 12:22.43 ---> 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 668080c004886a5b499064856b133b42e7d8c649 || git fetch origin master) && git reset -q --hard 668080c004886a5b499064856b133b42e7d8c649 && git log --no-decorate -n1 --oneline && opam update -u"))
668080c004 Merge pull request #26805 from toots/opam-publish-sedlex.3.3


<><> 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-11-01 12:22.43 ---> using "75ce3081c2aedf4aab7485939fe9744d2fa03dc54d43f5099f967f2b64125ce9" 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/./))
x Users/opam/Documents/./picos_std.opam
x Users/opam/Documents/./picos_mux.opam
x Users/opam/Documents/./picos_meta.opam
x Users/opam/Documents/./picos_lwt.opam
x Users/opam/Documents/./picos_io_cohttp.opam
x Users/opam/Documents/./picos_io.opam
x Users/opam/Documents/./picos_aux.opam
x Users/opam/Documents/./picos.opam
2024-11-01 12:22.43 ---> using "1d44332ab35bff825b5535ad6f1fa22b2fad5b5b55d137ac3dd94bf8e006a670" 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/./'"))
[picos_std.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_std is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos_mux.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_mux is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos_meta.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_meta is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos_lwt.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_lwt is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos_io_cohttp.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_io_cohttp is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos_io.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_io is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos_aux.dev] synchronised (file://C:/Users/opam/Documents/.)
picos_aux is now pinned to file://C:/Users/opam/Documents/. (version dev)
[picos.dev] synchronised (file://C:/Users/opam/Documents/.)
picos is now pinned to file://C:/Users/opam/Documents/. (version dev)
2024-11-01 12:22.43 ---> using "fc41997c25deb964590f88db8c25a57b5674a2c3e66f0e8b6acd06c4cccade60" 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.16.3 base-bigarray.base base-bytes.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-bash.1 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.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 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 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.16.0 ppxlib.0.33.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.16.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"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[picos.dev] synchronised (no changes)
[picos_aux.dev] synchronised (no changes)
[picos_io.dev] synchronised (no changes)
[picos_io_cohttp.dev] synchronised (no changes)
[picos_lwt.dev] synchronised (no changes)
[picos_meta.dev] synchronised (no changes)
[picos_mux.dev] synchronised (no changes)
[picos_std.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-11-01 12:22.43 ---> using "6c055bc9904203abd540caff31a102a222264e2230be1d5936e49c3a88eaf8b6" from cache


/: (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 67 packages
- install alcotest                   1.8.0
- install angstrom                   0.16.1
- install astring                    0.8.5
- install backoff                    0.1.1
- install base                       v0.16.3
- install base-bytes                 base
- install base64                     3.5.1
- install bigstringaf                0.10.0
- install camlp-streams              5.0.1
- install cmdliner                   1.3.0
- install cohttp                     6.0.0~beta2
- install cohttp-lwt                 6.0.0~beta2
- install conf-bash                  1
- install containers                 3.14
- install cppo                       1.7.0
- install csexp                      1.5.2
- install domain-local-await         1.0.1
- install domain_shims               0.1.0
- install dscheck                    0.5.0
- install dune                       3.16.0
- install dune-configurator          3.16.0
- install either                     1.0.0
- install fmt                        0.9.0
- install gen                        1.1
- install http                       6.0.0~beta2
- install js_of_ocaml                5.8.2
- install js_of_ocaml-compiler       5.8.2
- install logs                       0.7.0
- install lwt                        5.8.0
- install mdx                        2.4.1
- install menhir                     20240715
- install menhirCST                  20240715
- install menhirLib                  20240715
- install menhirSdk                  20240715
- install mtime                      2.1.0
- install multicore-bench            0.1.7
- install multicore-magic            2.3.0
- install multicore-magic-dscheck    2.3.0
- install ocaml-compiler-libs        v0.12.4
- install ocaml-syntax-shims         1.0.0
- install ocaml-version              3.6.9
- install ocamlbuild                 0.15.0
- install ocamlfind                  1.9.5
- install ocplib-endian              1.2
- install oseq                       0.5.1
- install ppx_derivers               1.2.1
- install ppx_sexp_conv              v0.16.0
- install ppxlib                     0.33.0
- install psq                        0.2.1
- install qcheck-core                0.22
- install qcheck-multicoretests-util 0.4
- install qcheck-stm                 0.4
- install re                         1.12.0
- install result                     1.5
- install sedlex                     3.3
- install seq                        base
- install sexplib0                   v0.16.0
- install stdlib-shims               0.3.0
- install stringext                  1.6.0
- install thread-local-storage       0.2
- install thread-table               1.0.0
- install topkg                      1.0.7
- install tsort                      2.1.0
- install uri                        4.4.0
- install uri-sexp                   4.4.0
- install uutf                       1.0.3
- install yojson                     2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.6.0.0~beta2, cohttp-lwt.6.0.0~beta2, http.6.0.0~beta2  (cached)
-> retrieved containers.3.14  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gen.1.1  (cached)
-> installed conf-bash.1
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.8.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved js_of_ocaml.5.8.2, js_of_ocaml-compiler.5.8.2  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.9  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sedlex.3.3  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
[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 base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed dune.3.16.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed base64.3.5.1
-> installed cppo.1.7.0
-> installed domain_shims.0.1.0
-> installed either.1.0.0
-> installed gen.1.1
-> installed http.6.0.0~beta2
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed ocaml-version.3.6.9
-> installed ocaml-syntax-shims.1.0.0
-> installed menhirSdk.20240715
-> installed multicore-magic.2.3.0
-> installed oseq.0.5.1
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed ocplib-endian.1.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.16.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.22
-> installed stringext.1.6.0
-> installed bigstringaf.0.10.0
-> installed qcheck-multicoretests-util.0.4
-> installed sexplib0.v0.16.0
-> installed qcheck-stm.0.4
-> installed thread-local-storage.0.2
-> installed angstrom.0.16.1
-> installed thread-table.1.0.0
-> installed re.1.12.0
-> installed tsort.2.1.0
-> installed domain-local-await.1.0.1
-> installed uri.4.4.0
-> installed alcotest.1.8.0
-> installed lwt.5.8.0
-> installed containers.3.14
-> installed dscheck.0.5.0
-> installed yojson.2.2.2
-> installed multicore-magic-dscheck.2.3.0
-> installed multicore-bench.0.1.7
-> installed ppxlib.0.33.0
-> installed base.v0.16.3
-> installed sedlex.3.3
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed menhir.20240715
-> installed js_of_ocaml-compiler.5.8.2
-> installed js_of_ocaml.5.8.2
-> installed logs.0.7.0
-> installed cohttp.6.0.0~beta2
-> installed mdx.2.4.1
-> installed cohttp-lwt.6.0.0~beta2
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-01 12:30.53 ---> saved as "386c67adc9092e8fea3aa2737aae67448a58263f0a89bdd90e533cf26035a136"


/: (copy (src .) (dst /Users/opam/Documents))
x Users/opam/Documents/
x Users/opam/Documents/.dockerignore
x Users/opam/Documents/.gitattributes
x Users/opam/Documents/.github/
x Users/opam/Documents/.github/workflows/
x Users/opam/Documents/.github/workflows/workflow.yml
x Users/opam/Documents/.gitignore
x Users/opam/Documents/.ocamlformat
x Users/opam/Documents/.prettierrc
x Users/opam/Documents/CHANGES.md
x Users/opam/Documents/HACKING.md
x Users/opam/Documents/LICENSE.md
x Users/opam/Documents/Makefile
x Users/opam/Documents/README.md
x Users/opam/Documents/bench/
x Users/opam/Documents/bench/bench_binaries.ml
x Users/opam/Documents/bench/bench_bounded_q.ml
x Users/opam/Documents/bench/bench_cancel_after.ml
x Users/opam/Documents/bench/bench_ch.ml
x Users/opam/Documents/bench/bench_computation.ml
x Users/opam/Documents/bench/bench_current.ml
x Users/opam/Documents/bench/bench_dls.ml
x Users/opam/Documents/bench/bench_fib.ocaml4.ml
x Users/opam/Documents/bench/bench_fib.ocaml5.ml
x Users/opam/Documents/bench/bench_fls_excluding_current.ml
x Users/opam/Documents/bench/bench_htbl.ml
x Users/opam/Documents/bench/bench_memory.ml
x Users/opam/Documents/bench/bench_mpmcq.ml
x Users/opam/Documents/bench/bench_mpscq.ml
x Users/opam/Documents/bench/bench_mutex.ml
x Users/opam/Documents/bench/bench_ref_mutex.ml
x Users/opam/Documents/bench/bench_semaphore.ml
x Users/opam/Documents/bench/bench_spawn.ml
x Users/opam/Documents/bench/bench_stdio.ml
x Users/opam/Documents/bench/bench_stream.ml
x Users/opam/Documents/bench/bench_stubs.c
x Users/opam/Documents/bench/bench_tls.ml
x Users/opam/Documents/bench/bench_yield.ml
x Users/opam/Documents/bench/dune
x Users/opam/Documents/bench/main.ml
x Users/opam/Documents/bench/scheduler.ocaml4.ml
x Users/opam/Documents/bench/scheduler.ocaml5.ml
x Users/opam/Documents/bench.Dockerfile
x Users/opam/Documents/doc/
x Users/opam/Documents/doc/picos-ecosystem.drawio
x Users/opam/Documents/doc/picos-ecosystem.svg
x Users/opam/Documents/doc/picos.drawio
x Users/opam/Documents/doc/picos.svg
x Users/opam/Documents/dune
x Users/opam/Documents/dune-project
x Users/opam/Documents/lib/
x Users/opam/Documents/lib/picos/
x Users/opam/Documents/lib/picos/computation.ocaml4.ml
x Users/opam/Documents/lib/picos/dune
x Users/opam/Documents/lib/picos/fiber.ocaml4.ml
x Users/opam/Documents/lib/picos/generate_picos_ml_for_ocaml_4.ml
x Users/opam/Documents/lib/picos/handler.ocaml4.ml
x Users/opam/Documents/lib/picos/index.mld
x Users/opam/Documents/lib/picos/intf.ocaml4.ml
x Users/opam/Documents/lib/picos/intf.ocaml5.ml
x Users/opam/Documents/lib/picos/picos.mli
x Users/opam/Documents/lib/picos/picos.ocaml5.ml
x Users/opam/Documents/lib/picos/trigger.ocaml4.ml
x Users/opam/Documents/lib/picos.domain/
x Users/opam/Documents/lib/picos.domain/dune
x Users/opam/Documents/lib/picos.domain/picos_domain.mli
x Users/opam/Documents/lib/picos.domain/picos_domain.ocaml4.ml
x Users/opam/Documents/lib/picos.domain/picos_domain.ocaml5.ml
x Users/opam/Documents/lib/picos.thread/
x Users/opam/Documents/lib/picos.thread/dune
x Users/opam/Documents/lib/picos.thread/picos_thread.mli
x Users/opam/Documents/lib/picos.thread/picos_thread.none.ml
x Users/opam/Documents/lib/picos.thread/picos_thread.posix.ml
x Users/opam/Documents/lib/picos.thread/thread.ocaml4.js
x Users/opam/Documents/lib/picos.thread/thread.ocaml5.js
x Users/opam/Documents/lib/picos_aux/
x Users/opam/Documents/lib/picos_aux/dune
x Users/opam/Documents/lib/picos_aux/index.mld
x Users/opam/Documents/lib/picos_aux.htbl/
x Users/opam/Documents/lib/picos_aux.htbl/dune
x Users/opam/Documents/lib/picos_aux.htbl/picos_aux_htbl.ml
x Users/opam/Documents/lib/picos_aux.htbl/picos_aux_htbl.mli
x Users/opam/Documents/lib/picos_aux.mpmcq/
x Users/opam/Documents/lib/picos_aux.mpmcq/dune
x Users/opam/Documents/lib/picos_aux.mpmcq/picos_aux_mpmcq.ml
x Users/opam/Documents/lib/picos_aux.mpmcq/picos_aux_mpmcq.mli
x Users/opam/Documents/lib/picos_aux.mpscq/
x Users/opam/Documents/lib/picos_aux.mpscq/dune
x Users/opam/Documents/lib/picos_aux.mpscq/picos_aux_mpscq.ml
x Users/opam/Documents/lib/picos_aux.mpscq/picos_aux_mpscq.mli
x Users/opam/Documents/lib/picos_aux.rc/
x Users/opam/Documents/lib/picos_aux.rc/dune
x Users/opam/Documents/lib/picos_aux.rc/intf.ml
x Users/opam/Documents/lib/picos_aux.rc/picos_aux_rc.ml
x Users/opam/Documents/lib/picos_aux.rc/picos_aux_rc.mli
x Users/opam/Documents/lib/picos_io/
x Users/opam/Documents/lib/picos_io/dune
x Users/opam/Documents/lib/picos_io/index.mld
x Users/opam/Documents/lib/picos_io/picos_io.ml
x Users/opam/Documents/lib/picos_io/picos_io.mli
x Users/opam/Documents/lib/picos_io.fd/
x Users/opam/Documents/lib/picos_io.fd/dune
x Users/opam/Documents/lib/picos_io.fd/picos_io_fd.ml
x Users/opam/Documents/lib/picos_io.fd/picos_io_fd.mli
x Users/opam/Documents/lib/picos_io.select/
x Users/opam/Documents/lib/picos_io.select/dune
x Users/opam/Documents/lib/picos_io.select/picos_io_select.ml
x Users/opam/Documents/lib/picos_io.select/picos_io_select.mli
x Users/opam/Documents/lib/picos_io.thread_atomic/
x Users/opam/Documents/lib/picos_io.thread_atomic/dune
x Users/opam/Documents/lib/picos_io.thread_atomic/picos_io_thread_atomic.ml
x Users/opam/Documents/lib/picos_io.thread_atomic/picos_io_thread_atomic.mli
x Users/opam/Documents/lib/picos_io_cohttp/
x Users/opam/Documents/lib/picos_io_cohttp/dune
x Users/opam/Documents/lib/picos_io_cohttp/index.mld
x Users/opam/Documents/lib/picos_io_cohttp/picos_io_cohttp.ml
x Users/opam/Documents/lib/picos_io_cohttp/picos_io_cohttp.mli
x Users/opam/Documents/lib/picos_lwt/
x Users/opam/Documents/lib/picos_lwt/dune
x Users/opam/Documents/lib/picos_lwt/index.mld
x Users/opam/Documents/lib/picos_lwt/intf.ml
x Users/opam/Documents/lib/picos_lwt/picos_lwt.ml
x Users/opam/Documents/lib/picos_lwt/picos_lwt.mli
x Users/opam/Documents/lib/picos_lwt.unix/
x Users/opam/Documents/lib/picos_lwt.unix/dune
x Users/opam/Documents/lib/picos_lwt.unix/picos_lwt_unix.ml
x Users/opam/Documents/lib/picos_lwt.unix/picos_lwt_unix.mli
x Users/opam/Documents/lib/picos_meta/
x Users/opam/Documents/lib/picos_meta/dune
x Users/opam/Documents/lib/picos_meta/index.mld
x Users/opam/Documents/lib/picos_mux/
x Users/opam/Documents/lib/picos_mux/dune
x Users/opam/Documents/lib/picos_mux/index.mld
x Users/opam/Documents/lib/picos_mux.fifo/
x Users/opam/Documents/lib/picos_mux.fifo/dune
x Users/opam/Documents/lib/picos_mux.fifo/picos_mux_fifo.ml
x Users/opam/Documents/lib/picos_mux.fifo/picos_mux_fifo.mli
x Users/opam/Documents/lib/picos_mux.fifo/select.none.ml
x Users/opam/Documents/lib/picos_mux.fifo/select.some.ml
x Users/opam/Documents/lib/picos_mux.multififo/
x Users/opam/Documents/lib/picos_mux.multififo/dune
x Users/opam/Documents/lib/picos_mux.multififo/picos_mux_multififo.ml
x Users/opam/Documents/lib/picos_mux.multififo/picos_mux_multififo.mli
x Users/opam/Documents/lib/picos_mux.multififo/select.none.ml
x Users/opam/Documents/lib/picos_mux.multififo/select.some.ml
x Users/opam/Documents/lib/picos_mux.random/
x Users/opam/Documents/lib/picos_mux.random/dune
x Users/opam/Documents/lib/picos_mux.random/picos_mux_random.ml
x Users/opam/Documents/lib/picos_mux.random/picos_mux_random.mli
x Users/opam/Documents/lib/picos_mux.random/select.none.ml
x Users/opam/Documents/lib/picos_mux.random/select.some.ml
x Users/opam/Documents/lib/picos_mux.thread/
x Users/opam/Documents/lib/picos_mux.thread/dune
x Users/opam/Documents/lib/picos_mux.thread/picos_mux_thread.ml
x Users/opam/Documents/lib/picos_mux.thread/picos_mux_thread.mli
x Users/opam/Documents/lib/picos_mux.thread/select.none.ml
x Users/opam/Documents/lib/picos_mux.thread/select.some.ml
x Users/opam/Documents/lib/picos_std/
x Users/opam/Documents/lib/picos_std/dune
x Users/opam/Documents/lib/picos_std/index.mld
x Users/opam/Documents/lib/picos_std.awaitable/
x Users/opam/Documents/lib/picos_std.awaitable/dune
x Users/opam/Documents/lib/picos_std.awaitable/picos_std_awaitable.ml
x Users/opam/Documents/lib/picos_std.awaitable/picos_std_awaitable.mli
x Users/opam/Documents/lib/picos_std.event/
x Users/opam/Documents/lib/picos_std.event/dune
x Users/opam/Documents/lib/picos_std.event/event.ml
x Users/opam/Documents/lib/picos_std.event/picos_std_event.ml
x Users/opam/Documents/lib/picos_std.event/picos_std_event.mli
x Users/opam/Documents/lib/picos_std.finally/
x Users/opam/Documents/lib/picos_std.finally/dune
x Users/opam/Documents/lib/picos_std.finally/picos_std_finally.ml
x Users/opam/Documents/lib/picos_std.finally/picos_std_finally.mli
x Users/opam/Documents/lib/picos_std.structured/
x Users/opam/Documents/lib/picos_std.structured/bundle.ml
x Users/opam/Documents/lib/picos_std.structured/control.ml
x Users/opam/Documents/lib/picos_std.structured/dune
x Users/opam/Documents/lib/picos_std.structured/flock.ml
x Users/opam/Documents/lib/picos_std.structured/picos_std_structured.ml
x Users/opam/Documents/lib/picos_std.structured/picos_std_structured.mli
x Users/opam/Documents/lib/picos_std.structured/promise.ml
x Users/opam/Documents/lib/picos_std.structured/run.ml
x Users/opam/Documents/lib/picos_std.sync/
x Users/opam/Documents/lib/picos_std.sync/ch.ml
x Users/opam/Documents/lib/picos_std.sync/condition.ml
x Users/opam/Documents/lib/picos_std.sync/dune
x Users/opam/Documents/lib/picos_std.sync/ivar.ml
x Users/opam/Documents/lib/picos_std.sync/latch.ml
x Users/opam/Documents/lib/picos_std.sync/lazy.ml
x Users/opam/Documents/lib/picos_std.sync/list_ext.ml
x Users/opam/Documents/lib/picos_std.sync/mutex.ml
x Users/opam/Documents/lib/picos_std.sync/picos_std_sync.ml
x Users/opam/Documents/lib/picos_std.sync/picos_std_sync.mli
x Users/opam/Documents/lib/picos_std.sync/q.ml
x Users/opam/Documents/lib/picos_std.sync/s.ml
x Users/opam/Documents/lib/picos_std.sync/semaphore.ml
x Users/opam/Documents/lib/picos_std.sync/stream.ml
x Users/opam/Documents/picos.opam
x Users/opam/Documents/picos_aux.opam
x Users/opam/Documents/picos_io.opam
x Users/opam/Documents/picos_io_cohttp.opam
x Users/opam/Documents/picos_lwt.opam
x Users/opam/Documents/picos_meta.opam
x Users/opam/Documents/picos_mux.opam
x Users/opam/Documents/picos_std.opam
x Users/opam/Documents/test/
x Users/opam/Documents/test/dune
x Users/opam/Documents/test/lib/
x Users/opam/Documents/test/lib/traced_atomic/
x Users/opam/Documents/test/lib/traced_atomic/atomic.ml
x Users/opam/Documents/test/lib/traced_atomic/dune
x Users/opam/Documents/test/stm_run/
x Users/opam/Documents/test/stm_run/dune
x Users/opam/Documents/test/stm_run/empty.ocaml4.ml
x Users/opam/Documents/test/stm_run/empty.ocaml5.ml
x Users/opam/Documents/test/stm_run/intf.ml
x Users/opam/Documents/test/stm_run/stm_run.ocaml4.ml
x Users/opam/Documents/test/stm_run/stm_run.ocaml5.ml
x Users/opam/Documents/test/stm_run/util.ml
x Users/opam/Documents/test/test_finally.ml
x Users/opam/Documents/test/test_htbl.ml
x Users/opam/Documents/test/test_io.ml
x Users/opam/Documents/test/test_io_cohttp.ml
x Users/opam/Documents/test/test_io_with_lwt.ml
x Users/opam/Documents/test/test_js_of_ocaml.ml
x Users/opam/Documents/test/test_lwt_unix.ml
x Users/opam/Documents/test/test_mpmcq.ml
x Users/opam/Documents/test/test_mpmcq_dscheck.ml
x Users/opam/Documents/test/test_mpscq.ml
x Users/opam/Documents/test/test_picos.ml
x Users/opam/Documents/test/test_picos_dscheck.ml
x Users/opam/Documents/test/test_picos_lwt_unix_with_cohttp.ml
x Users/opam/Documents/test/test_scheduler.ocaml4.ml
x Users/opam/Documents/test/test_scheduler.ocaml5.ml
x Users/opam/Documents/test/test_schedulers.ml
x Users/opam/Documents/test/test_select.ml
x Users/opam/Documents/test/test_server_and_client.ml
x Users/opam/Documents/test/test_structured.ml
x Users/opam/Documents/test/test_sync.ml
x Users/opam/Documents/test/test_util.ml
x Users/opam/Documents/update-gh-pages-for-tag
2024-11-01 12:31.12: Cancelling: Cancelled by user
Job cancelled
2024-11-01 12:31.12: Cancelled by user