Organisationsmirageirmin-watcher694960 (eio2)windows-server-2022-amd64-5.4_opam-2.5

windows-server-2022-amd64-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-05 01:05.01: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/eio2 (6949608a07f18459096f57d53132cf0581b4cf04) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.5)
Base: windows-server-2022-amd64-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "eio2" && cd "irmin-watcher" && git reset --hard 6949608a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.4
# windows-server-2022-amd64-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 irmin-watcher.opam /Users/opam/src/./
RUN opam pin add -yn irmin-watcher.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 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 bigstringaf.0.10.0 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.3 eio_main.1.3 eio_windows.1.3 flexdll.0.44 fmt.0.11.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mingw-w64-shims.0.2.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 optint.0.3.0 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y irmin-watcher.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


2026-02-05 01:05.01: Using cache hint "mirage/irmin-watcher-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.5-420def38a2a044f68b3d353ea7e72c55"
2026-02-05 01:05.01: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.4)
(comment windows-server-2022-amd64-5.4_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src irmin-watcher.opam) (dst /Users/opam/src/./))
(run (network host)
(shell "opam pin add -yn irmin-watcher.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 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 bigstringaf.0.10.0 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.3 eio_main.1.3 eio_windows.1.3 flexdll.0.44 fmt.0.11.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mingw-w64-shims.0.2.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 optint.0.3.0 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.1.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 irmin-watcher.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-05 01:05.01: Waiting for resource in pool OCluster
2026-02-05 01:05.01: Waiting for worker…
2026-02-05 01:06.26: Got resource from pool OCluster
Building on thyme
HEAD is now at f9876e8 update ci workflow
HEAD is now at 6949608 add more ocaml versions to ci


(from windows-server-2022-amd64-ocaml-5.4)
2026-02-05 01:06.29 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache


/: (comment windows-server-2022-amd64-5.4_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-05 01:06.29 ---> using "458612386af86cf817dbe29d01dc6efb3c2620df43160b102405910eab684d9d" 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
2026-02-05 01:06.29 ---> using "3bceda86eced6c80594b1121f6cd17638cfd192928e335ef4b5c0e6a8a370c40" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.6.5-1.x86_64
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-05 01:06.29 ---> using "bbfe8c5871361a1180a9d803bce7b93263c018d1d780fe6d2ac0f7a771421cb9" 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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..8e585b2703  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-05 01:06.29 ---> using "47f8209770887ee219ae734b4b48e9570f2a916add9365eff7d0da2a4c052da2" from cache


/: (copy (src irmin-watcher.opam) (dst /Users/opam/src/./))
2026-02-05 01:06.29 ---> using "572461249b5b0c8ff6a938a96b3519ab883f1816cb7aca159863c133df8bede8" from cache


/: (run (network host)
(shell "opam pin add -yn irmin-watcher.dev '/Users/opam/src/./'"))
[irmin-watcher.dev] synchronised (file://C:/Users/opam/src/.)
irmin-watcher is now pinned to file://C:/Users/opam/src/. (version dev)
2026-02-05 01:06.29 ---> using "db8af02f67dd069588519025ea98d4dfa85eba02e941a3454f75ab061c1be2ec" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2026-02-05 01:06.29 ---> using "f0852ea6294e150ab37d1c36e06d8345800960bd757907b17c45f51607945d25" from cache


/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 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 bigstringaf.0.10.0 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.3 eio_main.1.3 eio_windows.1.3 flexdll.0.44 fmt.0.11.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mingw-w64-shims.0.2.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 optint.0.3.0 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 system-mingw.1 thread-table.1.0.0 topkg.1.1.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 irmin-watcher.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[irmin-watcher.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-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).
# To update the current shell environment, run: eval $(opam env)
2026-02-05 01:06.29 ---> using "007ad5258caf53edaab68873c5b3e7e6c259b06a89d1efd3bcd08fdcfe89d922" 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-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:
=== install 33 packages
- install alcotest           1.9.1
- install astring            0.8.5
- install base-bytes         base
- install bigstringaf        0.10.0
- install cmdliner           2.1.0
- install cppo               1.8.0
- install csexp              1.5.2
- install cstruct            6.2.0
- install domain-local-await 1.0.1
- install dune               3.21.0
- install dune-configurator  3.21.0
- install eio                1.3
- install eio_main           1.3
- install eio_windows        1.3
- install fmt                0.11.0
- install hmap               0.8.1
- install logs               0.10.0
- install lwt                5.9.2
- install lwt-dllist         1.1.0
- install lwt_eio            0.5.1
- 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 optint             0.3.0
- install psq                0.2.1
- install re                 1.14.0
- install seq                base
- install stdlib-shims       0.3.0
- install thread-table       1.0.0
- install topkg              1.1.1
- install uutf               1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved alcotest.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> 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  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved fmt.0.11.0  (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
-> retrieved hmap.0.8.1  (cached)
-> retrieved eio.1.3, eio_main.1.3, eio_windows.1.3  (https://github.com/ocaml-multicore/eio/releases/download/v1.3/eio-1.3.tbz)
-> 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_eio.0.5.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved lwt.5.9.2  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)
-> installed cmdliner.2.1.0
-> 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)
-> installed ocamlbuild.0.16.1
[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\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.4.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed hmap.0.8.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 lwt-dllist.1.1.0
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed ocplib-endian.1.2
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed dune-configurator.3.21.0
-> installed domain-local-await.1.0.1
-> installed bigstringaf.0.10.0
-> installed alcotest.1.9.1
-> installed eio.1.3
-> installed lwt.5.9.2
-> installed lwt_eio.0.5.1
-> installed eio_windows.1.3
-> installed eio_main.1.3
-> installed logs.0.10.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-05 01:32.24 ---> saved as "79e60dc0f2ecab228940bc857a351638e788e37c15dd70c2c04df5cc57e5baf6"


/: (copy (src .) (dst /Users/opam/src))
2026-02-05 01:35.23 ---> saved as "51e2672394af62a2d88486da7bd336c5f340d1266374ea6995f16bbafd5b5713"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/dune", lines 12-16, characters 0-87:
12 | (rule
13 |  (alias runtest)
14 |  (deps test.exe)
15 |  (action
16 |   (run ./test.exe -q --color=always)))
(cd _build/default/test && .\test.exe -q --color=always)
Testing `irmin-watch'.
This run has ID `XB7COSXC'.


[FAIL]        polling          0   enoent.
[FAIL]        polling          1   basic.
[FAIL]        polling          2   100s.
[SKIP]        polling          3   1000s.


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        polling          0   enoent.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[failure] TODO: Windows native
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Eio__Path.native_exn in file "lib_eio/path.ml", line 31, characters 8-16
Called from Irmin_watcher__Core.Dispatch.add in file "src/core.ml", line 60, characters 18-41
Called from Irmin_watcher__Core.create.listen in file "src/core.ml", line 151, characters 4-30
Called from Irmin_watcher__Core.hook in file "src/core.ml", line 143, characters 2-19
Called from Dune__exe__Test.poll.(fun) in file "test/test.ml", lines 35-37, characters 4-33
Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\test\_build\_tests\XB7COSXC\polling.000.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        polling          1   basic.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[exception] Eio.Io Fs Not_found Unix_error (No such file or directory, "openat", ""),
creating directory <fs>
Raised at Eio_windows__Err.run in file "lib_eio_windows/err.ml", line 29, characters 4-30
Called from Eio__Path.mkdir in file "lib_eio/path.ml", line 96, characters 6-28
Re-raised at Eio__core__Exn.reraise_with_context.(fun) in file "lib_eio/core/exn.ml", line 34, characters 4-57
Called from Eio__Path.mkdirs in file "lib_eio/path.ml", line 231, characters 6-19
Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
Called from Eio__Path.mkdirs in file "lib_eio/path.ml", lines 223-230, characters 2-5
Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
Called from Eio__Path.mkdirs in file "lib_eio/path.ml", lines 223-230, characters 2-5
Called from Dune__exe__Test.mkdir in file "test/test.ml" (inlined), line 13, characters 2-41
Called from Dune__exe__Test.poll.(fun) in file "test/test.ml", line 31, characters 12-24
Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\test\_build\_tests\XB7COSXC\polling.001.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
[FAIL]        polling          2   100s.
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
[exception] Eio.Io Fs Not_found Unix_error (No such file or directory, "openat", ""),
creating directory <fs>
Raised at Eio_windows__Err.run in file "lib_eio_windows/err.ml", line 29, characters 4-30
Called from Eio__Path.mkdir in file "lib_eio/path.ml", line 96, characters 6-28
Re-raised at Eio__core__Exn.reraise_with_context.(fun) in file "lib_eio/core/exn.ml", line 34, characters 4-57
Called from Eio__Path.mkdirs in file "lib_eio/path.ml", line 231, characters 6-19
Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
Called from Eio__Path.mkdirs in file "lib_eio/path.ml", lines 223-230, characters 2-5
Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
Called from Eio__Path.mkdirs in file "lib_eio/path.ml", lines 223-230, characters 2-5
Called from Dune__exe__Test.mkdir in file "test/test.ml" (inlined), line 13, characters 2-41
Called from Dune__exe__Test.random_polls in file "test/test.ml", line 125, characters 2-19
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~\src\_build\default\test\_build\_tests\XB7COSXC\polling.002.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


Full test results in `~\src\_build\default\test\_build\_tests\XB7COSXC'.
3 failures! in 0.016s. 3 tests run.
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-02-05 01:36.30: Job failed: Failed: Build failed