2026-02-11 10:29.43: New job: test mirage/charrua https://github.com/mirage/charrua.git#refs/heads/main (842bb5dc4e57eeb10111fc181ba9870b9b27cda1) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.5)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/charrua.git" -b "main" && cd "charrua" && git reset --hard 842bb5dccat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 8f8aafa90831d3fa3c3655c9bfc730441431aea7 || git fetch origin master) && git reset -q --hard 8f8aafa90831d3fa3c3655c9bfc730441431aea7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam /Users/opam/src/./RUN opam pin add -yn charrua.dev '/Users/opam/src/./' && \opam pin add -yn charrua-unix.dev '/Users/opam/src/./' && \opam pin add -yn charrua-server.dev '/Users/opam/src/./' && \opam pin add -yn charrua-client.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 arch-x86_64.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.1 macaddr-cstruct.5.6.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mingw-w64-shims.0.2.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 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 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-11 10:29.43: Using cache hint "mirage/charrua-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.5-1d49642c1953f08ce3e5682f00c5682f"2026-02-11 10:29.43: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-4.14)(comment windows-server-2022-amd64-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.5 /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 8f8aafa90831d3fa3c3655c9bfc730441431aea7 || git fetch origin master) && git reset -q --hard 8f8aafa90831d3fa3c3655c9bfc730441431aea7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)(dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn charrua.dev '/Users/opam/src/./' && \\nopam pin add -yn charrua-unix.dev '/Users/opam/src/./' && \\nopam pin add -yn charrua-server.dev '/Users/opam/src/./' && \\nopam pin add -yn charrua-client.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 arch-x86_64.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.1 macaddr-cstruct.5.6.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mingw-w64-shims.0.2.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 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 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4")(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.5 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.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")))2026-02-11 10:29.43: Waiting for resource in pool OCluster2026-02-11 10:29.44: Waiting for worker…2026-02-11 14:23.15: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at 842bb5d Vendor identifying vendor things (#144)(from windows-server-2022-amd64-ocaml-4.14)2026-02-11 14:23.17 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache/: (comment windows-server-2022-amd64-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-11 14:23.17 ---> using "589249c8537cd2595d1a56969bee44d230053ee1da7b9f5fad53810018a00416" 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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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-repository2026-02-11 14:23.17 ---> using "b9bc8c8f985ec3874b127afe7be3cf82929cf6115fc0b5fe613bcc544ffc5e38" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.5-1.x86_64The OCaml toplevel, version 4.14.22.5.02026-02-11 14:23.17 ---> using "a986fc985afd784ee19dda4e2b4661047e76f110654e5682135d95c60aa4a307" 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 8f8aafa90831d3fa3c3655c9bfc730441431aea7 || git fetch origin master) && git reset -q --hard 8f8aafa90831d3fa3c3655c9bfc730441431aea7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..8f8aafa908 master -> origin/master8f8aafa908 Merge pull request #29368 from hannesm/release-mirage-crypto-v2.0.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-11 14:23.17 ---> using "78c91cfa66dba7d7206f69cd991d651016f712d34b6aa4775fcc0509831afcaa" from cache/: (copy (src charrua.opam charrua-unix.opam charrua-server.opam charrua-client.opam)(dst /Users/opam/src/./))2026-02-11 14:23.54 ---> saved as "6cbf3a9b9d4edaf02285a234e5cce1a6de48eb42fff697827fea9bbd0335324d"/: (run (network host)(shell "opam pin add -yn charrua.dev '/Users/opam/src/./' && \\nopam pin add -yn charrua-unix.dev '/Users/opam/src/./' && \\nopam pin add -yn charrua-server.dev '/Users/opam/src/./' && \\nopam pin add -yn charrua-client.dev '/Users/opam/src/./'"))[charrua.dev] synchronised (file://C:/Users/opam/src/.)charrua is now pinned to file://C:/Users/opam/src/. (version dev)[charrua-unix.dev] synchronised (file://C:/Users/opam/src/.)charrua-unix is now pinned to file://C:/Users/opam/src/. (version dev)[charrua-server.dev] synchronised (file://C:/Users/opam/src/.)charrua-server is now pinned to file://C:/Users/opam/src/. (version dev)[charrua-client.dev] synchronised (file://C:/Users/opam/src/.)charrua-client is now pinned to file://C:/Users/opam/src/. (version dev)2026-02-11 14:24.46 ---> saved as "2c78bf735ad3bdb93b41369df9a15f4c35976fc8917893b17d559e12f9aff8b6"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2026-02-11 14:25.17 ---> saved as "506c1be86235eea914a273e1a4c1f6c167dfab4bce91e31803e86dd7dc814850"/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 arp.4.1.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.1 ipaddr-cstruct.5.6.1 logs.0.10.0 lru.0.3.1 lwt.5.9.2 lwt-dllist.1.1.0 lwt_log.1.1.2 macaddr.5.6.1 macaddr-cstruct.5.6.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 metrics.0.5.0 mingw-w64-shims.0.2.0 mirage-crypto.2.0.3 mirage-crypto-rng.2.0.3 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-sleep.4.1.0 mtime.2.1.0 num.1.6 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 ocplib-endian.1.2 ohex.0.2.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 psq.0.2.1 randomconv.0.2.0 rawlink.2.1 rawlink-lwt.2.1 re.1.14.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 tcpip.9.0.1 topkg.1.1.1 tuntap.2.0.1 uutf.1.0.4")/: (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.5 --depext-only -y charrua.dev charrua-unix.dev charrua-server.dev charrua-client.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[charrua.dev] synchronised (file://C:/Users/opam/src/.)[charrua-client.dev] synchronised (file://C:/Users/opam/src/.)[charrua-server.dev] synchronised (file://C:/Users/opam/src/.)[charrua-unix.dev] synchronised (file://C:/Users/opam/src/.)[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.44).[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).# To update the current shell environment, run: eval $(opam env)2026-02-11 14:26.58 ---> saved as "fd4eee11ef90379b07f3f13cd3f0338ceb5afa645d2742638b309105352ec43f"/: (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.44).[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 64 packages- install alcotest 1.9.1- install arp 4.1.0- install astring 0.8.5- install base-bytes base- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install cstruct-unix 6.2.0- install digestif 1.3.0- install domain-name 0.5.0- install dune 3.21.0- install dune-configurator 3.21.0- install duration 0.2.1- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install ipaddr 5.6.1- install ipaddr-cstruct 5.6.1- install logs 0.10.0- install lru 0.3.1- install lwt 5.9.2- install lwt-dllist 1.1.0- install lwt_log 1.1.2- install macaddr 5.6.1- install macaddr-cstruct 5.6.1- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install metrics 0.5.0- install mirage-crypto 2.0.3- install mirage-crypto-rng 2.0.3- install mirage-flow 5.0.0- install mirage-mtime 5.2.0- install mirage-net 4.0.0- install mirage-sleep 4.1.0- install mtime 2.1.0- install num 1.6- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install parsexp v0.16.0- install ppx_cstruct 6.2.0- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install psq 0.2.1- install randomconv 0.2.0- install rawlink 2.1- install rawlink-lwt 2.1- install re 1.14.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install tcpip 9.0.1- install topkg 1.1.1- install tuntap 2.0.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved arp.4.1.0 (https://github.com/mirage/arp/releases/download/v4.1.0/arp-4.1.0.tbz)-> retrieved alcotest.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0, ppx_cstruct.6.2.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved domain-name.0.5.0 (https://github.com/hannesm/domain-name/releases/download/v0.5.0/domain-name-0.5.0.tbz)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1 (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.1/ipaddr-5.6.1.tbz)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> retrieved lru.0.3.1 (cached)-> retrieved logs.0.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt_log.1.1.2 (cached)-> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)-> retrieved metrics.0.5.0 (https://github.com/mirage/metrics/releases/download/v0.5.0/metrics-0.5.0.tbz)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20260209/archive.tar.gz)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (https://github.com/ocaml/dune/releases/download/3.21.0/dune-3.21.0.tbz)-> retrieved mirage-crypto.2.0.3, mirage-crypto-rng.2.0.3 (https://github.com/mirage/mirage-crypto/releases/download/v2.0.3/mirage-crypto-2.0.3.tbz)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-mtime.5.2.0 (https://github.com/mirage/mirage-mtime/releases/download/v5.2.0/mirage-mtime-5.2.0.tbz)-> retrieved mtime.2.1.0 (cached)-> retrieved mirage-sleep.4.1.0 (https://github.com/mirage/mirage-sleep/releases/download/v4.1.0/mirage-sleep-4.1.0.tbz)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved num.1.6 (https://github.com/ocaml/num/archive/refs/tags/v1.6.tar.gz)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved ppxlib.0.37.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz)-> retrieved seq.base (cached)-> retrieved rawlink.2.1, rawlink-lwt.2.1 (https://github.com/haesbaert/rawlink/releases/download/v2.1/rawlink-2.1.tbz)-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tuntap.2.0.1 (cached)-> retrieved tcpip.9.0.1 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.2.1.0-> installed seq.base-> installed num.1.6[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.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\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.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed mtime.2.1.0-> installed dune.3.21.0-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed duration.0.2.1-> installed eqaf.0.10-> installed cstruct-unix.6.2.0-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.1-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed metrics.0.5.0-> installed menhirSdk.20260209-> installed macaddr-cstruct.5.6.1-> installed digestif.1.3.0-> installed dune-configurator.3.21.0-> installed ipaddr.5.6.1-> installed mirage-mtime.5.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ocplib-endian.1.2-> installed ipaddr-cstruct.5.6.1-> installed ohex.0.2.0-> installed ppx_derivers.1.2.1-> installed psq.0.2.1-> installed randomconv.0.2.0-> installed stdlib-shims.0.3.0-> installed mirage-crypto.2.0.3-> installed lru.0.3.1-> installed sexplib0.v0.16.0[ERROR] The compilation of tuntap.2.0.1 failed at "dune build -p tuntap -j 7".-> installed re.1.14.0-> installed parsexp.v0.16.0-> installed alcotest.1.9.1-> installed sexplib.v0.16.0-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed mirage-flow.5.0.0-> installed mirage-net.4.0.0-> installed lwt_log.1.1.2-> installed mirage-sleep.4.1.0-> installed menhir.20260209-> installed logs.0.10.0-> installed ppxlib.0.37.0-> installed ethernet.3.2.0-> installed mirage-crypto-rng.2.0.3-> installed arp.4.1.0-> installed ppx_cstruct.6.2.0[ERROR] The compilation of rawlink.2.1 failed at "dune build -p rawlink -j 7".-> installed tcpip.9.0.1#=== ERROR while compiling tuntap.2.0.1 =======================================## context 2.5.0 | win32/x86_64 | ocaml-base-compiler.4.14.2 | file://C:/Users/opam/opam-repository# path ~\AppData\Local\opam\4.14.2\.opam-switch\build\tuntap.2.0.1# command ~\AppData\Local\opam\4.14.2\bin\dune.exe build -p tuntap -j 7# exit-code 1# env-file ~\AppData\Local\opam\log\tuntap-2904-293b4a.env# output-file ~\AppData\Local\opam\log\tuntap-2904-293b4a.out### output #### File "lib/dune", line 5, characters 14-26:# 5 | (c_names tuntap_stubs))# ^^^^^^^^^^^^# (cd _build/default/lib && C:\Users\opam\AppData\Local\opam\4.14.2\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -g -I C:/Users/opam/AppData/Local/opam/4.14.2/lib/ocaml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\domain-name -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ipaddr -I C:\Users\opam\AppData\Loca[...]# tuntap_stubs.c:24:10: fatal error: err.h: No such file or directory# 24 | #include <err.h># | ^~~~~~~# compilation terminated.#=== ERROR while compiling rawlink.2.1 ========================================## context 2.5.0 | win32/x86_64 | ocaml-base-compiler.4.14.2 | file://C:/Users/opam/opam-repository# path ~\AppData\Local\opam\4.14.2\.opam-switch\build\rawlink.2.1# command ~\AppData\Local\opam\4.14.2\bin\dune.exe build -p rawlink -j 7# exit-code 1# env-file ~\AppData\Local\opam\log\rawlink-2904-b33299.env# output-file ~\AppData\Local\opam\log\rawlink-2904-b33299.out### output #### File "lib/dune", line 15, characters 36-49:# 15 | (foreign_stubs (language c) (names rawlink_stubs)))# ^^^^^^^^^^^^^# (cd _build/default/lib && C:\Users\opam\AppData\Local\opam\4.14.2\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -Wall -fdiagnostics-color=always -g -I C:/Users/opam/AppData/Local/opam/4.14.2/lib/ocaml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cstruct -o rawlink_stubs.o -c rawlink_stubs.c)# rawlink_stubs.c:24:10: fatal error: sys/socket.h: No such file or directory# 24 | #include <sys/socket.h># | ^~~~~~~~~~~~~~# compilation terminated.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build rawlink 2.1| - build tuntap 2.0.1+-+- The following changes have been performed (the rest was aborted)| - install alcotest 1.9.1| - install arp 4.1.0| - install astring 0.8.5| - install base-bytes base| - install cmdliner 2.1.0| - install cppo 1.8.0| - install csexp 1.5.2| - install cstruct 6.2.0| - install cstruct-lwt 6.2.0| - install cstruct-unix 6.2.0| - install digestif 1.3.0| - install domain-name 0.5.0| - install dune 3.21.0| - install dune-configurator 3.21.0| - install duration 0.2.1| - install eqaf 0.10| - install ethernet 3.2.0| - install fmt 0.11.0| - install ipaddr 5.6.1| - install ipaddr-cstruct 5.6.1| - install logs 0.10.0| - install lru 0.3.1| - install lwt 5.9.2| - install lwt-dllist 1.1.0| - install lwt_log 1.1.2| - install macaddr 5.6.1| - install macaddr-cstruct 5.6.1| - install menhir 20260209| - install menhirCST 20260209| - install menhirGLR 20260209| - install menhirLib 20260209| - install menhirSdk 20260209| - install metrics 0.5.0| - install mirage-crypto 2.0.3| - install mirage-crypto-rng 2.0.3| - install mirage-flow 5.0.0| - install mirage-mtime 5.2.0| - install mirage-net 4.0.0| - install mirage-sleep 4.1.0| - install mtime 2.1.0| - install num 1.6| - install ocaml-compiler-libs v0.12.4| - install ocaml-syntax-shims 1.0.0| - install ocamlbuild 0.16.1| - install ocamlfind 1.9.8| - install ocplib-endian 1.2| - install ohex 0.2.0| - install parsexp v0.16.0| - install ppx_cstruct 6.2.0| - install ppx_derivers 1.2.1| - install ppxlib 0.37.0| - install psq 0.2.1| - install randomconv 0.2.0| - install re 1.14.0| - install seq base| - install sexplib v0.16.0| - install sexplib0 v0.16.0| - install stdlib-shims 0.3.0| - install tcpip 9.0.1| - install topkg 1.1.1| - install uutf 1.0.4+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:C:\cygwin64\bin\opam.exe switch import "C:\\Users\\opam\\AppData\\Local\\opam\\4.14.2\\.opam-switch\\backup\\state-20260211142749.export""opam install $DEPS" failed with exit status 312026-02-11 14:38.42: Job failed: Failed: Build failed