2025-03-16 23:17.45: New job: test ocurrent/mirage-ci https://github.com/ocurrent/mirage-ci.git#refs/pull/51/head (31146e7be7fd70b0f3ded5b8d4352595eef451cd) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3) Base: windows-server-2022-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/mirage-ci.git" && cd "mirage-ci" && git fetch origin "refs/pull/51/head" && git reset --hard 31146e7b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-4.14 # windows-server-2022-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.3 /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 a8ed476033bb6d4d29d63b5907404e6ef35a302d || git fetch origin master) && git reset -q --hard a8ed476033bb6d4d29d63b5907404e6ef35a302d && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'vendor/ocurrent/' 'vendor/ocluster/' 'vendor/ocluster/obuilder/' 'vendor/ocluster/' 'vendor/current-web-pipelines/' COPY --chown=1000:1000 vendor/ocurrent/current_web.opam vendor/ocurrent/current_ssh.opam vendor/ocurrent/current_slack.opam vendor/ocurrent/current_rpc.opam vendor/ocurrent/current_gitlab.opam vendor/ocurrent/current_github.opam vendor/ocurrent/current_git.opam vendor/ocurrent/current_examples.opam vendor/ocurrent/current_docker.opam vendor/ocurrent/current.opam /Users/opam/src/vendor/ocurrent/ COPY --chown=1000:1000 vendor/ocluster/ocluster.opam vendor/ocluster/ocluster-worker.opam vendor/ocluster/ocluster-api.opam /Users/opam/src/vendor/ocluster/ COPY --chown=1000:1000 vendor/ocluster/obuilder/obuilder.opam vendor/ocluster/obuilder/obuilder-spec.opam /Users/opam/src/vendor/ocluster/obuilder/ COPY --chown=1000:1000 vendor/ocluster/current_ocluster.opam /Users/opam/src/vendor/ocluster/ COPY --chown=1000:1000 vendor/current-web-pipelines/current-web-pipelines.opam /Users/opam/src/vendor/current-web-pipelines/ COPY --chown=1000:1000 mirage-ci.opam /Users/opam/src/./ RUN opam pin add -yn current_web.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_ssh.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_slack.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_rpc.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_gitlab.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_github.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_git.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_examples.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current_docker.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn current.dev '/Users/opam/src/vendor/ocurrent/' && \ opam pin add -yn ocluster.dev '/Users/opam/src/vendor/ocluster/' && \ opam pin add -yn ocluster-worker.dev '/Users/opam/src/vendor/ocluster/' && \ opam pin add -yn ocluster-api.dev '/Users/opam/src/vendor/ocluster/' && \ opam pin add -yn obuilder.dev '/Users/opam/src/vendor/ocluster/obuilder/' && \ opam pin add -yn obuilder-spec.dev '/Users/opam/src/vendor/ocluster/obuilder/' && \ opam pin add -yn current_ocluster.dev '/Users/opam/src/vendor/ocluster/' && \ opam pin add -yn current-web-pipelines.dev '/Users/opam/src/vendor/current-web-pipelines/' && \ opam pin add -yn mirage-ci.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocurrent/dune-project' && \ echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocluster/dune-project' && \ echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocluster/obuilder/dune-project' && \ echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocluster/dune-project' && \ echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/current-web-pipelines/dune-project' && \ echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="0install-solver.2.18 angstrom.0.16.1 ansi.0.7.0 arch-x86_64.1 arp.3.1.1 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigarray-overlap.0.2.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 cf.0.5.0 cf-lwt.0.5.0 checkseum.0.5.2 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-bash.1 conf-capnproto.2 conf-git.1.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-graphviz.0.1 conf-libffi.2.0.0 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-mingw-w64-libffi-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 conf-which.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 csv.2.4 ctypes.0.23.0 ctypes-foreign.0.23.0 current.dev current_git.dev current_github.dev current_incr.0.6.1 current_web.dev decompress.1.5.3 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 dns-client-mirage.7.0.3 dockerfile.8.2.5 domain-name.0.4.1 duff.0.5 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.3 faraday.0.8.2 flexdll.0.43 fmt.0.10.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 git.3.15.0 git-mirage.3.15.0 git-paf.3.15.0 git-unix.3.15.0 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 h2.0.13.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 happy-eyeballs-mirage.0.6.0 hex.1.5.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-mingw.1 hpack.0.13.0 http.6.0.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.3 integers.0.7.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 lambdasoup.1.1.1 logs.0.7.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 markup.1.0.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 metrics.0.4.1 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mingw-w64-shims.0.2.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-runtime.4.9.0 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.6.0 multipart_form-lwt.0.6.0 num.1.5-1 obuilder-spec.dev 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-0install.0.5 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 paf.0.5.0 parsexp.v0.16.0 pbkdf.1.2.0 pecu.0.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prettym.0.0.3 prometheus.1.2 prometheus-app.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.12.0 res.5.0.2 result.1.5 routes.2.0.0 rresult.0.7.0 seq.base session.0.5.0 session-cohttp.0.5.0 session-cohttp-lwt.0.5.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 sqlite3.5.3.1 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 system-mingw.1 tcpip.8.0.0 tls.0.17.3 tls-lwt.0.17.3 tls-mirage.0.17.3 topkg.1.0.8 tyxml.4.6.0 uchar.0.0.2 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.0.16.5 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-ci.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 2025-03-16 23:17.45: Using cache hint "ocurrent/mirage-ci-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-cf4e38cb791fdaa917ae85648859df78" 2025-03-16 23:17.45: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-4.14) (comment windows-server-2022-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.3 /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 a8ed476033bb6d4d29d63b5907404e6ef35a302d || git fetch origin master) && git reset -q --hard a8ed476033bb6d4d29d63b5907404e6ef35a302d && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'vendor/ocurrent/' 'vendor/ocluster/' 'vendor/ocluster/obuilder/' 'vendor/ocluster/' 'vendor/current-web-pipelines/'")) (copy (src vendor/ocurrent/current_web.opam vendor/ocurrent/current_ssh.opam vendor/ocurrent/current_slack.opam vendor/ocurrent/current_rpc.opam vendor/ocurrent/current_gitlab.opam vendor/ocurrent/current_github.opam vendor/ocurrent/current_git.opam vendor/ocurrent/current_examples.opam vendor/ocurrent/current_docker.opam vendor/ocurrent/current.opam) (dst /Users/opam/src/vendor/ocurrent/)) (copy (src vendor/ocluster/ocluster.opam vendor/ocluster/ocluster-worker.opam vendor/ocluster/ocluster-api.opam) (dst /Users/opam/src/vendor/ocluster/)) (copy (src vendor/ocluster/obuilder/obuilder.opam vendor/ocluster/obuilder/obuilder-spec.opam) (dst /Users/opam/src/vendor/ocluster/obuilder/)) (copy (src vendor/ocluster/current_ocluster.opam) (dst /Users/opam/src/vendor/ocluster/)) (copy (src vendor/current-web-pipelines/current-web-pipelines.opam) (dst /Users/opam/src/vendor/current-web-pipelines/)) (copy (src mirage-ci.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn current_web.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_ssh.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_slack.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_rpc.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_gitlab.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_github.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_git.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_examples.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current_docker.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn current.dev '/Users/opam/src/vendor/ocurrent/' && \ \nopam pin add -yn ocluster.dev '/Users/opam/src/vendor/ocluster/' && \ \nopam pin add -yn ocluster-worker.dev '/Users/opam/src/vendor/ocluster/' && \ \nopam pin add -yn ocluster-api.dev '/Users/opam/src/vendor/ocluster/' && \ \nopam pin add -yn obuilder.dev '/Users/opam/src/vendor/ocluster/obuilder/' && \ \nopam pin add -yn obuilder-spec.dev '/Users/opam/src/vendor/ocluster/obuilder/' && \ \nopam pin add -yn current_ocluster.dev '/Users/opam/src/vendor/ocluster/' && \ \nopam pin add -yn current-web-pipelines.dev '/Users/opam/src/vendor/current-web-pipelines/' && \ \nopam pin add -yn mirage-ci.dev '/Users/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocurrent/dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocluster/dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocluster/obuilder/dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/ocluster/dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/vendor/current-web-pipelines/dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) (env DEPS "0install-solver.2.18 angstrom.0.16.1 ansi.0.7.0 arch-x86_64.1 arp.3.1.1 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 atd.2.16.0 atdgen.2.15.0 atdgen-runtime.2.16.0 awa.0.3.0 awa-mirage.0.3.0 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-compat.1.1.0 bigarray-overlap.0.2.1 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 ca-certs.0.2.3 ca-certs-nss.3.101 camlp-streams.5.0.1 capnp.3.6.0 capnp-rpc.1.2.3 capnp-rpc-lwt.1.2.3 capnp-rpc-net.1.2.3 capnp-rpc-unix.1.2.3 carton.0.7.2 carton-git.0.7.2 carton-lwt.0.7.2 cf.0.5.0 cf-lwt.0.5.0 checkseum.0.5.2 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-bash.1 conf-capnproto.2 conf-git.1.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-graphviz.0.1 conf-libffi.2.0.0 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-mingw-w64-libffi-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 conf-which.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 csv.2.4 ctypes.0.23.0 ctypes-foreign.0.23.0 current.dev current_git.dev current_github.dev current_incr.0.6.1 current_web.dev decompress.1.5.3 digestif.1.2.0 dns.7.0.3 dns-client.7.0.3 dns-client-lwt.7.0.3 dns-client-mirage.7.0.3 dockerfile.8.2.5 domain-name.0.4.1 duff.0.5 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 easy-format.1.3.4 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 extunix.0.4.3 faraday.0.8.2 flexdll.0.43 fmt.0.10.0 fpath.0.7.3 fsevents.0.3.0 fsevents-lwt.0.3.0 git.3.15.0 git-mirage.3.15.0 git-paf.3.15.0 git-unix.3.15.0 github.4.4.1 github-data.4.4.1 github-unix.4.4.1 gmap.0.3.0 h2.0.13.0 happy-eyeballs.0.6.0 happy-eyeballs-lwt.0.6.0 happy-eyeballs-mirage.0.6.0 hex.1.5.0 hkdf.1.0.4 host-arch-x86_64.1 host-system-mingw.1 hpack.0.13.0 http.6.0.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.3 integers.0.7.0 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ipaddr-sexp.5.6.0 irmin-watcher.0.5.0 jsonm.1.0.2 ke.0.6 lambdasoup.1.1.1 logs.0.7.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.0.1 macaddr.5.6.0 macaddr-cstruct.5.6.0 magic-mime.1.3.1 markup.1.0.3 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 metrics.0.4.1 mimic.0.0.6 mimic-happy-eyeballs.0.0.6 mingw-w64-shims.0.2.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.3.0.0 mirage-kv.6.1.1 mirage-net.4.0.0 mirage-random.3.0.0 mirage-runtime.4.9.0 mirage-time.3.0.0 mirage-unix.5.0.1 mtime.2.1.0 multipart_form.0.6.0 multipart_form-lwt.0.6.0 num.1.5-1 obuilder-spec.dev 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.1.0 ocplib-endian.1.2 opam-0install.0.5 opam-core.2.3.0 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 paf.0.5.0 parsexp.v0.16.0 pbkdf.1.2.0 pecu.0.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_deriving_yojson.3.9.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 prettym.0.0.3 prometheus.1.2 prometheus-app.1.2 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.12.0 res.5.0.2 result.1.5 routes.2.0.0 rresult.0.7.0 seq.base session.0.5.0 session-cohttp.0.5.0 session-cohttp-lwt.0.5.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 sqlite3.5.3.1 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 swhid_core.0.1 system-mingw.1 tcpip.8.0.0 tls.0.17.3 tls-lwt.0.17.3 tls-mirage.0.17.3 topkg.1.0.8 tyxml.4.6.0 uchar.0.0.2 unstrctrd.0.4 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.0.16.5 yojson.2.2.2 zarith.1.14") (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.3 --depext-only -y mirage-ci.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")) ) 2025-03-16 23:17.45: Waiting for resource in pool OCluster 2025-03-16 23:17.45: Waiting for worker… 2025-03-16 23:18.25: Got resource from pool OCluster Building on odawa All commits already cached Submodule path 'vendor/current-web-pipelines': checked out 'd064cd557f49001314969050fe5e054c8daaf827' Submodule path 'vendor/ocluster': checked out 'd177823e29803387eb12e2db9e55981ae9f00a2f' Submodule path 'vendor/ocurrent': checked out '13fad60adfe2c998c10d8ff066c2819ea7df9acb' HEAD is now at 31146e7 Update Linux distributions and OCaml versions. Synchronizing submodule url for 'vendor/current-web-pipelines' Synchronizing submodule url for 'vendor/ocluster' Synchronizing submodule url for 'vendor/ocurrent' Cleared directory 'vendor/current-web-pipelines' Submodule 'vendor/current-web-pipelines' (https://github.com/tarides/current-web-pipelines.git) unregistered for path 'vendor/current-web-pipelines' Cleared directory 'vendor/ocluster' Submodule 'vendor/ocluster' (https://github.com/ocurrent/ocluster) unregistered for path 'vendor/ocluster' Cleared directory 'vendor/ocurrent' Submodule 'vendor/ocurrent' (https://github.com/ocurrent/ocurrent) unregistered for path 'vendor/ocurrent' Submodule 'vendor/current-web-pipelines' (https://github.com/tarides/current-web-pipelines.git) registered for path 'vendor/current-web-pipelines' Submodule 'vendor/ocluster' (https://github.com/ocurrent/ocluster) registered for path 'vendor/ocluster' Submodule 'vendor/ocurrent' (https://github.com/ocurrent/ocurrent) registered for path 'vendor/ocurrent' Submodule path 'vendor/current-web-pipelines': checked out 'd064cd557f49001314969050fe5e054c8daaf827' Submodule path 'vendor/ocluster': checked out 'd177823e29803387eb12e2db9e55981ae9f00a2f' Submodule path 'vendor/ocluster/obuilder': checked out '7015f4f00ac5183c70b27d044e8582b6c33105bd' Submodule path 'vendor/ocurrent': checked out '13fad60adfe2c998c10d8ff066c2819ea7df9acb' (from windows-server-2022-amd64-ocaml-4.14) 2025-03-16 23:18.26 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache /: (comment windows-server-2022-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-16 23:18.26 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" 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 2025-03-16 23:18.26 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" 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.3.0 2025-03-16 23:18.26 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" 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 a8ed476033bb6d4d29d63b5907404e6ef35a302d || git fetch origin master) && git reset -q --hard a8ed476033bb6d4d29d63b5907404e6ef35a302d && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..a8ed476033 master -> origin/master a8ed476033 Merge pull request #27583 from raphael-proust/opam-publish-lwt.5.9.1 <><> 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. # To update the current shell environment, run: eval $(opam env) 2025-03-16 23:18.26 ---> using "2a12cd914606795bc8dc1ef283892d12aa4779cf16771ebb88dcbaacaeb78876" from cache /: (run (shell "mkdir -p 'vendor/ocurrent/' 'vendor/ocluster/' 'vendor/ocluster/obuilder/' 'vendor/ocluster/' 'vendor/current-web-pipelines/'")) 2025-03-16 23:18.26 ---> using "5f49020b9e86536b11bca1757c2f694853ff0eb6f8dd6323b6baa0553fdccffc" from cache /: (copy (src vendor/ocurrent/current_web.opam vendor/ocurrent/current_ssh.opam vendor/ocurrent/current_slack.opam vendor/ocurrent/current_rpc.opam vendor/ocurrent/current_gitlab.opam vendor/ocurrent/current_github.opam vendor/ocurrent/current_git.opam vendor/ocurrent/current_examples.opam vendor/ocurrent/current_docker.opam vendor/ocurrent/current.opam) (dst /Users/opam/src/vendor/ocurrent/)) 2025-03-16 23:18.39 ---> saved as "a17aaa8185ba0d59e2923ca5f0ea086e9768b48376dae9b525a57e4379f82795" /: (copy (src vendor/ocluster/ocluster.opam vendor/ocluster/ocluster-worker.opam vendor/ocluster/ocluster-api.opam) (dst /Users/opam/src/vendor/ocluster/)) 2025-03-16 23:18.42: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled