2026-03-19 09:43.39: New job: test mirage/ocaml-dns https://github.com/mirage/ocaml-dns.git#refs/heads/main (0ce40191dc60a6fc5f1403bde5cccd5f7efc8010) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-dns.git" -b "main" && cd "ocaml-dns" && git reset --hard 0ce40191cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869# windows-server-mingw-ltsc2025-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dnssec.opam dns.opam dns-tsig.opam dns-stub.opam dns-server.opam dns-resolver.opam dns-mirage.opam dns-client.opam dns-client-mirage.opam dns-client-miou-unix.opam dns-client-lwt.opam dns-cli.opam dns-certify.opam /cygwin64/home/opam/src/./RUN opam pin add -yn dnssec.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-tsig.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-stub.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-server.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-resolver.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-mirage.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-client.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-client-mirage.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-client-miou-unix.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-client-lwt.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-cli.dev '/cygwin64/home/opam/src/./' && \opam pin add -yn dns-certify.dev '/cygwin64/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 arch-x86_64.1 arp.4.1.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.2.1 ca-certs.1.0.1 ca-certs-nss.3.121 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-miou-unix.2.0.1 happy-eyeballs-mirage.2.0.1 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 kdf.1.0.0 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mingw-w64-shims.0.2.0 miou.0.5.4 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-ptime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 optint.0.3.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 system-mingw.1 tcpip.9.0.1 tls.2.0.4 tls-lwt.2.0.4 tls-miou-unix.2.0.4 tls-mirage.2.0.4 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dnssec.dev dns.dev dns-tsig.dev dns-stub.dev dns-server.dev dns-resolver.dev dns-mirage.dev dns-client.dev dns-client-mirage.dev dns-client-miou-unix.dev dns-client-lwt.dev dns-cli.dev dns-certify.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /cygwin64/home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 09:43.39: Using cache hint "mirage/ocaml-dns-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869-windows-server-mingw-ltsc2025-5.4_opam-2.5-bf64d835e08f443c0d3e97afb5bfbc70"2026-03-19 09:43.39: Using OBuilder spec:((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)(comment windows-server-mingw-ltsc2025-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dnssec.opam dns.opam dns-tsig.opam dns-stub.opam dns-server.opam dns-resolver.opam dns-mirage.opam dns-client.opam dns-client-mirage.opam dns-client-miou-unix.opam dns-client-lwt.opam dns-cli.opam dns-certify.opam)(dst /cygwin64/home/opam/src/./))(run (network host)(shell "opam pin add -yn dnssec.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-tsig.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-stub.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-server.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-resolver.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-mirage.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client-mirage.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client-miou-unix.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client-lwt.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-cli.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-certify.dev '/cygwin64/home/opam/src/./'"))(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 arch-x86_64.1 arp.4.1.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.2.1 ca-certs.1.0.1 ca-certs-nss.3.121 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-miou-unix.2.0.1 happy-eyeballs-mirage.2.0.1 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 kdf.1.0.0 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mingw-w64-shims.0.2.0 miou.0.5.4 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-ptime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 optint.0.3.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 system-mingw.1 tcpip.9.0.1 tls.2.0.4 tls-lwt.2.0.4 tls-miou-unix.2.0.4 tls-mirage.2.0.4 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y dnssec.dev dns.dev dns-tsig.dev dns-stub.dev dns-server.dev dns-resolver.dev dns-mirage.dev dns-client.dev dns-client-mirage.dev dns-client-miou-unix.dev dns-client-lwt.dev dns-cli.dev dns-certify.dev $DEPS"))(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /cygwin64/home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-19 09:43.39: Waiting for resource in pool OCluster2026-03-19 09:43.39: Waiting for worker…2026-03-19 10:06.40: Got resource from pool OClusterBuilding on ltsc2025-1HEAD is now at f9af27a1 ozone: pass zone_name also when loading old zoneHEAD is now at 0ce40191 ozone: handle zone addition and removal gracefully, better error messages(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)2026-03-19 10:07.00 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" from cacheC:/: (comment windows-server-mingw-ltsc2025-5.4_opam-2.5)C:/: (user (uid 1000) (gid 1000))C:/: (env CLICOLOR_FORCE 1)C:/: (env OPAMCOLOR always)C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))2026-03-19 10:07.00 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" from cacheC:/: (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] Initialised2026-03-19 10:07.00 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cacheC:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-26100 3.6.6-1.x86_64The OCaml toplevel, version 5.4.02.5.02026-03-19 10:07.00 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cacheC:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb820e8c25e..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file://C:/cygwin64/home/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.5.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-03-19 10:07.00 ---> using "ced7f83c95757ead588801f972f0887e8eaeeba3e8859b2fa40215950a6457f6" from cacheC:/: (copy (src dnssec.opam dns.opam dns-tsig.opam dns-stub.opam dns-server.opam dns-resolver.opam dns-mirage.opam dns-client.opam dns-client-mirage.opam dns-client-miou-unix.opam dns-client-lwt.opam dns-cli.opam dns-certify.opam)(dst /cygwin64/home/opam/src/./))2026-03-19 10:07.00 ---> using "b017bc52bf4f33f9e70a4d65e4c1f8d1db0951da6f807e6c306b83aa449b2fcb" from cacheC:/: (run (network host)(shell "opam pin add -yn dnssec.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-tsig.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-stub.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-server.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-resolver.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-mirage.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client-mirage.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client-miou-unix.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-client-lwt.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-cli.dev '/cygwin64/home/opam/src/./' && \\nopam pin add -yn dns-certify.dev '/cygwin64/home/opam/src/./'"))[dnssec.dev] synchronised (file://C:/cygwin64/home/opam/src)dnssec is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns.dev] synchronised (file://C:/cygwin64/home/opam/src)dns is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-tsig.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-tsig is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-stub.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-stub is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-server.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-server is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-resolver.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-resolver is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-mirage.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-mirage is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-client.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-client is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-client-mirage.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-client-mirage is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-client-miou-unix.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-client-miou-unix is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-client-lwt.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-client-lwt is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-cli.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-cli is now pinned to file://C:/cygwin64/home/opam/src (version dev)[dns-certify.dev] synchronised (file://C:/cygwin64/home/opam/src)dns-certify is now pinned to file://C:/cygwin64/home/opam/src (version dev)2026-03-19 10:07.00 ---> using "67df328dbef15a8e3668aab32f33b59dd2005d3b014cf734ff0de738f368e073" from cacheC:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2026-03-19 10:07.00 ---> using "b4c188542e75f2e15c785458e477b06dd59906a2899337d9a85d6278f11f5774" from cacheC:/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 arp.4.1.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bos.0.2.1 ca-certs.1.0.1 ca-certs-nss.3.121 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 ethernet.3.2.0 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-miou-unix.2.0.1 happy-eyeballs-mirage.2.0.1 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.2 ipaddr-cstruct.5.6.2 kdf.1.0.0 logs.0.10.0 lru.0.3.1 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 macaddr-cstruct.5.6.2 metrics.0.5.0 mingw-w64-shims.0.2.0 miou.0.5.4 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.2.0 mirage-net.4.0.0 mirage-ptime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 optint.0.3.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 system-mingw.1 tcpip.9.0.1 tls.2.0.4 tls-lwt.2.0.4 tls-miou-unix.2.0.4 tls-mirage.2.0.4 topkg.1.1.1 uutf.1.0.4 x509.1.0.6 zarith.1.14")C:/: (env CI true)C:/: (env OCAMLCI true)C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y dnssec.dev dns.dev dns-tsig.dev dns-stub.dev dns-server.dev dns-resolver.dev dns-mirage.dev dns-client.dev dns-client-mirage.dev dns-client-miou-unix.dev dns-client-lwt.dev dns-cli.dev dns-certify.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dns.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-certify.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-cli.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-client.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-client-lwt.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-client-miou-unix.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-client-mirage.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-mirage.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-resolver.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-server.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-stub.dev] synchronised (file://C:/cygwin64/home/opam/src)[dns-tsig.dev] synchronised (file://C:/cygwin64/home/opam/src)[dnssec.dev] synchronised (file://C:/cygwin64/home/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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 system packages will first need to be installed:mingw64-x86_64-gmp pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ C:\opam\.opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-gmp,pkgconf"- Starting cygwin install, version 2.937- User has backup/restore rights- User has symlink creation right- Current Directory: C:\TEMP\cache- root: C:\cygwin64 system- Changing gid to Administrators- Selected local directory: C:\TEMP\cache- net: Preconfig- site: https://mirrors.kernel.org/sourceware/cygwin/- solving: 2 tasks, update: no, use test packages: no- solving: 5 tasks, update: no, use test packages: no- Augmented Transaction List:- 0 install libpkgconf7 2.5.1-1- 1 install mingw64-x86_64-gcc-g++ 13.4.0-1- 2 install pkgconf 2.5.1-1- 3 install pkg-config 2.5.1-1- 4 install mingw64-x86_64-gmp 6.3.0-1- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_zcygsympathy.sh"- Ending cygwin install# To update the current shell environment, run: eval $(opam env)2026-03-19 10:30.00 ---> saved as "79638132f08775afe32b5e75c2755366a5aca4e63601a4a6477da32b70d28d6e"C:/: (run (cache (opam-archives (target "c:\\opam\\.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-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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:=== recompile 1 package- recompile mingw-w64-shims 0.2.0=== install 77 packages- install alcotest 1.9.1- install arp 4.1.0- install asn1-combinators 0.3.2- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bos 0.2.1- install ca-certs 1.0.1- install ca-certs-nss 3.121- install cmdliner 2.1.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-mingw-w64-gmp-x86_64 1- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install digestif 1.3.0- install dns dev (pinned) [required by happy-eyeballs-lwt]- install domain-name 0.5.0- install dune 3.22.0- install dune-configurator 3.22.0- install duration 0.2.1- install eqaf 0.10- install ethernet 3.2.0- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install happy-eyeballs 2.0.1- install happy-eyeballs-lwt 2.0.1- install happy-eyeballs-miou-unix 2.0.1- install happy-eyeballs-mirage 2.0.1- install ipaddr 5.6.2- install ipaddr-cstruct 5.6.2- install kdf 1.0.0- install logs 0.10.0- install lru 0.3.1- install lwt 6.1.1- install lwt-dllist 1.1.0- install macaddr 5.6.2- install macaddr-cstruct 5.6.2- install metrics 0.5.0- install miou 0.5.4- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install mirage-flow 5.0.0- install mirage-kv 6.1.1- install mirage-mtime 5.2.0- install mirage-net 4.0.0- install mirage-ptime 5.2.0- install mirage-sleep 4.1.0- install mtime 2.1.0- 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 optint 0.3.0- install psq 0.2.1- install ptime 1.2.0- install randomconv 0.2.0- install re 1.14.0- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install tcpip 9.0.1- install tls 2.0.4- install tls-lwt 2.0.4- install tls-miou-unix 2.0.4- install tls-mirage 2.0.4- install topkg 1.1.1- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved arp.4.1.0 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved ca-certs-nss.3.121 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved dns.dev (file://C:/cygwin64/home/opam/src)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-miou-unix.2.0.1, happy-eyeballs-mirage.2.0.1 (cached)-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lru.0.3.1 (cached)-> installed conf-pkg-config.4-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved metrics.0.5.0 (cached)-> retrieved mingw-w64-shims.0.2.0 (cached)-> removed mingw-w64-shims.0.2.0-> installed conf-mingw-w64-gmp-x86_64.1-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved miou.0.5.4 (https://github.com/robur-coop/miou/releases/download/v0.5.4/miou-0.5.4.tbz)-> retrieved mirage-flow.5.0.0 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved mirage-mtime.5.2.0 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-ptime.5.2.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> installed conf-gmp.5-> installed mingw-w64-shims.0.2.0-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved randomconv.0.2.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tcpip.9.0.1 (cached)-> retrieved tls.2.0.4, tls-lwt.2.0.4, tls-miou-unix.2.0.4, tls-mirage.2.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed cmdliner.2.1.0-> installed conf-gmp-powm-sec.4[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:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe[WARNING] C:\opam\.opam\5.4\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 zarith.1.14-> installed topkg.1.1.1-> installed dune.3.22.0-> installed base64.3.5.2-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed astring.0.8.5-> installed cppo.1.8.0-> installed duration.0.2.1-> installed eqaf.0.10-> installed fmt.0.11.0-> installed gmap.0.3.0-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.2-> installed mtime.2.1.0-> installed ocaml-syntax-shims.1.0.0-> installed ocplib-endian.1.2-> installed fpath.0.7.3-> installed metrics.0.5.0-> installed ohex.0.2.0-> installed cstruct.6.2.0-> installed optint.0.3.0-> installed digestif.1.3.0-> installed dune-configurator.3.22.0-> installed ipaddr.5.6.2-> installed macaddr-cstruct.5.6.2-> installed mirage-mtime.5.2.0-> installed psq.0.2.1-> installed ptime.1.2.0-> installed ipaddr-cstruct.5.6.2-> installed randomconv.0.2.0-> installed re.1.14.0-> installed rresult.0.7.0-> installed stdlib-shims.0.3.0-> installed lru.0.3.1-> installed uutf.1.0.4-> installed asn1-combinators.0.3.2-> installed miou.0.5.4-> installed mirage-crypto.2.1.0-> installed mirage-ptime.5.2.0-> installed alcotest.1.9.1-> installed kdf.1.0.0-> installed lwt.6.1.1-> installed cstruct-lwt.6.2.0-> installed mirage-flow.5.0.0-> installed mirage-kv.6.1.1-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed logs.0.10.0-> installed dns.dev-> installed happy-eyeballs.2.0.1-> installed ethernet.3.2.0-> installed arp.4.1.0-> installed happy-eyeballs-lwt.2.0.1-> installed happy-eyeballs-miou-unix.2.0.1-> installed mirage-crypto-rng.2.1.0-> installed mirage-crypto-pk.2.1.0-> installed tcpip.9.0.1-> installed bos.0.2.1-> installed mirage-crypto-ec.2.1.0-> installed happy-eyeballs-mirage.2.0.1-> installed x509.1.0.6[ERROR] The compilation of ca-certs-nss.3.121 failed at "dune build -p ca-certs-nss -j 15 @install".-> installed tls.2.0.4-> installed ca-certs.1.0.1-> installed tls-lwt.2.0.4-> installed tls-miou-unix.2.0.4-> installed tls-mirage.2.0.4#=== ERROR while compiling ca-certs-nss.3.121 =================================## context 2.5.0 | win32/x86_64 | ocaml-base-compiler.5.4.0 system-mingw.1 | git+file://C:/cygwin64/home/opam/opam-repository# path C:\opam\.opam\5.4\.opam-switch\build\ca-certs-nss.3.121# command C:\opam\.opam\5.4\bin\dune.exe build -p ca-certs-nss -j 15 @install# exit-code 1# env-file C:\opam\.opam\log\ca-certs-nss-18564-84f49f.env# output-file C:\opam\.opam\log\ca-certs-nss-18564-84f49f.out### output #### File "lib/dune", lines 12-16, characters 0-139:# 12 | (rule# 13 | (targets trust_anchor.ml)# 14 | (deps certdata.txt)# 15 | (action# 16 | (run %{bin:extract-from-certdata} certdata.txt --output trust_anchor.ml)))# (cd _build/default/lib && ..\..\install\default\bin\extract-from-certdata.exe certdata.txt --output trust_anchor.ml)# Command exited with code 0xc0000135.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build ca-certs-nss 3.121+-+- The following changes have been performed| - recompile mingw-w64-shims 0.2.0| - install alcotest 1.9.1| - install arp 4.1.0| - install asn1-combinators 0.3.2| - install astring 0.8.5| - install base-bytes base| - install base64 3.5.2| - install bos 0.2.1| - install ca-certs 1.0.1| - install cmdliner 2.1.0| - install conf-gmp 5| - install conf-gmp-powm-sec 4| - install conf-mingw-w64-gmp-x86_64 1| - install conf-pkg-config 4| - install cppo 1.8.0| - install csexp 1.5.2| - install cstruct 6.2.0| - install cstruct-lwt 6.2.0| - install digestif 1.3.0| - install dns dev| - install domain-name 0.5.0| - install dune 3.22.0| - install dune-configurator 3.22.0| - install duration 0.2.1| - install eqaf 0.10| - install ethernet 3.2.0| - install fmt 0.11.0| - install fpath 0.7.3| - install gmap 0.3.0| - install happy-eyeballs 2.0.1| - install happy-eyeballs-lwt 2.0.1| - install happy-eyeballs-miou-unix 2.0.1| - install happy-eyeballs-mirage 2.0.1| - install ipaddr 5.6.2| - install ipaddr-cstruct 5.6.2| - install kdf 1.0.0| - install logs 0.10.0| - install lru 0.3.1| - install lwt 6.1.1| - install lwt-dllist 1.1.0| - install macaddr 5.6.2| - install macaddr-cstruct 5.6.2| - install metrics 0.5.0| - install miou 0.5.4| - install mirage-crypto 2.1.0| - install mirage-crypto-ec 2.1.0| - install mirage-crypto-pk 2.1.0| - install mirage-crypto-rng 2.1.0| - install mirage-flow 5.0.0| - install mirage-kv 6.1.1| - install mirage-mtime 5.2.0| - install mirage-net 4.0.0| - install mirage-ptime 5.2.0| - install mirage-sleep 4.1.0| - install mtime 2.1.0| - 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 optint 0.3.0| - install psq 0.2.1| - install ptime 1.2.0| - install randomconv 0.2.0| - install re 1.14.0| - install rresult 0.7.0| - install seq base| - install stdlib-shims 0.3.0| - install tcpip 9.0.1| - install tls 2.0.4| - install tls-lwt 2.0.4| - install tls-miou-unix 2.0.4| - install tls-mirage 2.0.4| - install topkg 1.1.1| - install uutf 1.0.4| - install x509 1.0.6| - install zarith 1.14+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:C:\cygwin64\usr\local\bin\opam.exe switch import "C:\\opam\\.opam\\5.4\\.opam-switch\\backup\\state-20260319103024.export""C:\cygwin64\bin\bash.exe" "-lc" "opam install $DEPS" failed with exit status 312026-03-19 10:44.30: Job failed: Failed: Build failed