2025-06-18 07:48.11: New job: test MisterDA/ocaml-tar https://github.com/MisterDA/ocaml-tar.git#refs/heads/main (e25903860da01a056a46944c7296ad903b2ec2b9) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3) Base: windows-server-2022-amd64-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/MisterDA/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard e2590386 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-5.3 # windows-server-2022-amd64-5.3_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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam /Users/opam/src/./ RUN opam pin add -yn tar.dev '/Users/opam/src/./' && \ opam pin add -yn tar-unix.dev '/Users/opam/src/./' && \ opam pin add -yn tar-mirage.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="angstrom.0.16.1 arch-x86_64.1 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.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 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 lwt.5.9.1 mingw-w64-shims.0.2.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.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 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 topkg.1.0.8 uri.4.4.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y tar.dev tar-unix.dev tar-mirage.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-06-18 07:48.11: Using cache hint "MisterDA/ocaml-tar-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-4949646a0bc4b7f8bd73e13cc4b1cd7e" 2025-06-18 07:48.11: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-5.3) (comment windows-server-2022-amd64-5.3_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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn tar.dev '/Users/opam/src/./' && \ \nopam pin add -yn tar-unix.dev '/Users/opam/src/./' && \ \nopam pin add -yn tar-mirage.dev '/Users/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) (env DEPS "angstrom.0.16.1 arch-x86_64.1 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.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 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 lwt.5.9.1 mingw-w64-shims.0.2.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.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 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 topkg.1.0.8 uri.4.4.0") (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 tar.dev tar-unix.dev tar-mirage.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-06-18 07:48.11: Waiting for resource in pool OCluster 2025-06-18 07:48.11: Waiting for worker… 2025-06-18 12:18.40: Got resource from pool OCluster Building on thyme All commits already cached HEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1 (from windows-server-2022-amd64-ocaml-5.3) 2025-06-18 12:18.41 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache /: (comment windows-server-2022-amd64-5.3_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-06-18 12:18.41 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" 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-06-18 12:18.41 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.5.5-1.x86_64 The OCaml toplevel, version 5.3.0 2.3.0 2025-06-18 12:18.41 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" 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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..e87127a46b master -> origin/master e87127a46b Merge pull request #28035 from xavierleroy/num-1.6 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository The following actions will be performed: === recompile 7 packages - recompile base-domains base [uses ocaml] - recompile base-effects base [uses ocaml] - recompile base-nnp base [uses base-domains] - recompile ocaml 5.3.0 [uses ocaml-base-compiler] - recompile ocaml-base-compiler 5.3.0 (pinned) [uses ocaml-compiler] - recompile ocaml-compiler 5.3.0 [uses flexdll] - recompile ocaml-config 3 [uses ocaml-base-compiler] === upgrade 1 package - upgrade flexdll 0.43 to 0.44 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> retrieved flexdll.0.44 (cached) -> removed base-effects.base -> removed base-nnp.base -> removed base-domains.base -> removed ocaml.5.3.0 -> removed ocaml-config.3 -> removed ocaml-base-compiler.5.3.0 -> retrieved ocaml-compiler.5.3.0 (cached) -> removed ocaml-compiler.5.3.0 -> removed flexdll.0.43 -> installed flexdll.0.44 -> installed ocaml-compiler.5.3.0 -> installed ocaml-base-compiler.5.3.0 -> installed ocaml-config.3 -> installed ocaml.5.3.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env) 2025-06-18 12:18.41 ---> using "5a23ce03633ce7657d7937c8fe1ee888d8513f503e787a5c7c92f7b3657fd9ac" from cache /: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst /Users/opam/src/./)) 2025-06-18 12:21.19 ---> saved as "5859c3e95b601ef71818a72b841274da5f85bf3aa9b4cb73c90d34b9e39d4ba1" /: (run (network host) (shell "opam pin add -yn tar.dev '/Users/opam/src/./' && \ \nopam pin add -yn tar-unix.dev '/Users/opam/src/./' && \ \nopam pin add -yn tar-mirage.dev '/Users/opam/src/./'")) [tar.dev] synchronised (file://C:/Users/opam/src/.) tar is now pinned to file://C:/Users/opam/src/. (version dev) [tar-unix.dev] synchronised (file://C:/Users/opam/src/.) tar-unix is now pinned to file://C:/Users/opam/src/. (version dev) [tar-mirage.dev] synchronised (file://C:/Users/opam/src/.) tar-mirage is now pinned to file://C:/Users/opam/src/. (version dev) 2025-06-18 12:22.57 ---> saved as "7517c2dda249b5d235e050442bfdcf5bf68fbd339e3220842c8e47bcefd72bdf" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-06-18 12:23.59 ---> saved as "c74b6739318238d600ad9653b05986b879302ed8bd006ccb42b598ced02b578c" /: (env DEPS "angstrom.0.16.1 arch-x86_64.1 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.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 decompress.1.5.3 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.8.0 lwt.5.9.1 mingw-w64-shims.0.2.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.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 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.36.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 topkg.1.0.8 uri.4.4.0") /: (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 tar.dev tar-unix.dev tar-mirage.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tar.dev] synchronised (file://C:/Users/opam/src/.) [tar-mirage.dev] synchronised (file://C:/Users/opam/src/.) [tar-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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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). 2025-06-18 12:26.08 ---> saved as "b580421980437e0f5726b159825154f0647ef42c83817e400c6b7fb836699234" /: (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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 43 packages - install angstrom 0.16.1 - install base-bytes base - install bigstringaf 0.10.0 - install camlp-streams 5.0.1 - install checkseum 0.5.2 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install decompress 1.5.3 - install dune 3.19.1 - install dune-configurator 3.19.1 - install fmt 0.10.0 - install logs 0.8.0 - install lwt 5.9.1 - install mirage-block 3.0.2 - install mirage-block-unix 2.14.2 - install mirage-clock 4.2.0 - install mirage-clock-unix 4.2.0 - install mirage-kv 6.1.1 - install num 1.6 - install ocaml-compiler-libs v0.17.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 ounit2 2.2.7 - install ounit2-lwt 2.2.7 - install parsexp v0.17.0 - install ppx_cstruct 6.2.0 - install ppx_derivers 1.2.1 - install ppxlib 0.36.0 - install ptime 1.2.0 - install rresult 0.7.0 - install seq base - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install topkg 1.0.8 - install uri 4.4.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved mirage-block.3.0.2 (cached) -> retrieved mirage-block-unix.2.14.2 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached) -> retrieved mirage-kv.6.1.1 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (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 ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ounit2.2.2.7, ounit2-lwt.2.2.7 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib.v0.17.0 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uri.4.4.0 (cached) -> installed cmdliner.1.3.0 -> retrieved dune.3.19.1, dune-configurator.3.19.1 (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz) -> installed num.1.6 -> 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.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\5.3.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.0.8 -> installed rresult.0.7.0 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed dune.3.19.1 -> installed mirage-clock.4.2.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed ocplib-endian.1.2 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed dune-configurator.3.19.1 -> installed parsexp.v0.17.0 -> installed ounit2.2.2.7 -> installed bigstringaf.0.10.0 -> installed mirage-clock-unix.4.2.0 -> installed checkseum.0.5.2 -> installed sexplib.v0.17.0 -> installed angstrom.0.16.1 -> installed decompress.1.5.3 -> installed uri.4.4.0 -> installed lwt.5.9.1 -> installed cstruct-lwt.6.2.0 -> installed mirage-block.3.0.2 -> installed mirage-kv.6.1.1 -> installed ounit2-lwt.2.2.7 -> installed ppxlib.0.36.0 -> installed logs.0.8.0 -> installed ppx_cstruct.6.2.0 -> installed mirage-block-unix.2.14.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-18 12:41.15 ---> saved as "079bc51961cf296a81464e3f4106d17df9bc921c3d2b9abf680df7921c7b4e88" /: (copy (src .) (dst /Users/opam/src)) 2025-06-18 12:41.58 ---> saved as "3e7ac4c6893e6b92b815846c8c4fc8f6d08d23c55cbd4572e3c7c0c1c1e64c71" /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "lib_test/dune", line 2, characters 30-55: 2 | (names parse_test write_test allocate_set_partial_test) ^^^^^^^^^^^^^^^^^^^^^^^^^ (cd _build/default/lib_test && .\allocate_set_partial_test.exe) E.EEEEEEEEEE ============================================================================== Error: tar-allocate-set-partial:11:set and rename b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 157, characters 1-1: Error: tar-allocate-set-partial:11:set and rename b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test498c5e-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:10:allocate and set first byte b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 144, characters 1-1: Error: tar-allocate-set-partial:10:allocate and set first byte b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test471579-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:9:allocate two one-byte files b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 131, characters 1-1: Error: tar-allocate-set-partial:9:allocate two one-byte files b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-teste1e701-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:8:allocate is zeroed b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 118, characters 1-1: Error: tar-allocate-set-partial:8:allocate is zeroed b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-testff0560-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:7:set_partial nonexistent file b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 105, characters 1-1: Error: tar-allocate-set-partial:7:set_partial nonexistent file b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test110af2-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:6:allocate empty file b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 92, characters 1-1: Error: tar-allocate-set-partial:6:allocate empty file b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-testf10b50-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:5:set and rename b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 79, characters 1-1: Error: tar-allocate-set-partial:5:set and rename b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test63316b-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:4:allocate and set first byte b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 66, characters 1-1: Error: tar-allocate-set-partial:4:allocate and set first byte b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test4f0338-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:3:allocate two one-byte files b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 53, characters 1-1: Error: tar-allocate-set-partial:3:allocate two one-byte files b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test06e017-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:2:allocate is zeroed b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 40, characters 1-1: Error: tar-allocate-set-partial:2:allocate is zeroed b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test5875d0-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-allocate-set-partial:0:allocate empty file b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-allocate-set-partial-WIN-M9L9HJO722I#00.log", line 23, characters 1-1: Error: tar-allocate-set-partial:0:allocate empty file b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-allocate-set-partial-test7b8694-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ Ran: 12 tests in: 4.97 seconds. FAILED: Cases: 12 Tried: 12 Errors: 11 Failures: 0 Skip: 0 Todo: 0 Timeouts: 0. fd = 4 fd = 5 fd = 6 fd = 7 fd = 8 fd = 9 fd = 10 fd = 11 fd = 12 fd = 13 fd = 14 fd = 15 File "lib_test/dune", line 2, characters 8-18: 2 | (names parse_test write_test allocate_set_partial_test) ^^^^^^^^^^ (cd _build/default/lib_test && .\parse_test.exe) ..EEE...EEEEE ============================================================================== Error: tar:12:add_more_data_to_tar BLOCK/4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 137, characters 1-1: Error: tar:12:add_more_data_to_tar BLOCK/4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-test6b8bf4-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:11:add_data_to_tar BLOCK/4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 124, characters 1-1: Error: tar:11:add_data_to_tar BLOCK/4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-testc7b599-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:10:write_with_full_archive BLOCK/512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 111, characters 1-1: Error: tar:10:write_with_full_archive BLOCK/512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 2 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-testd9ec0d-WIN-M9L9HJO722I#00.tar offset 1024 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:9:add_more_data_to_tar BLOCK/512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 98, characters 1-1: Error: tar:9:add_more_data_to_tar BLOCK/512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 2 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-test4dc171-WIN-M9L9HJO722I#00.tar offset 1024 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:8:add_data_to_tar BLOCK/512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 85, characters 1-1: Error: tar:8:add_data_to_tar BLOCK/512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 2 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-testd71351-WIN-M9L9HJO722I#00.tar offset 1024 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:4:can_read_through_BLOCK/4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 57, characters 1-1: Error: tar:4:can_read_through_BLOCK/4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-testf8a70e-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:3:not 4KiB padded. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 44, characters 1-1: Error: tar:3:not 4KiB padded (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("KV_RO.read (/empty) read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-test3bff07-WIN-M9L9HJO722I#00.tar offset 512 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar:2:can_read_through_BLOCK/512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-WIN-M9L9HJO722I#00.log", line 31, characters 1-1: Error: tar:2:can_read_through_BLOCK/512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 2 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-test6fea35-WIN-M9L9HJO722I#00.tar offset 1024 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ Ran: 13 tests in: 15.92 seconds. FAILED: Cases: 13 Tried: 13 Errors: 8 Failures: 0 Skip: 0 Todo: 0 Timeouts: 0. File "lib_test/dune", line 2, characters 19-29: 2 | (names parse_test write_test allocate_set_partial_test) ^^^^^^^^^^ (cd _build/default/lib_test && .\write_test.exe) EEEEEEEEEEEEEEEEEEEEEEEE ============================================================================== Error: tar-write:23:allocate doesn't affect tail after archive 1 sector b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 322, characters 1-1: Error: tar-write:23:allocate doesn't affect tail after archive 1 sector b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testc89dde-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:22:allocate doesn't affect tail after archive 1 b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 309, characters 1-1: Error: tar-write:22:allocate doesn't affect tail after archive 1 b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test2373d4-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:21:allocate doesn't affect tail after archive 0 b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 296, characters 1-1: Error: tar-write:21:allocate doesn't affect tail after archive 0 b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testd3c001-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:20:set after remove b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 283, characters 1-1: Error: tar-write:20:set after remove b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test50f924-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:19:remove odd sized file b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 270, characters 1-1: Error: tar-write:19:remove odd sized file b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testf07be6-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:18:write two files remove second b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 257, characters 1-1: Error: tar-write:18:write two files remove second b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test5e543f-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:17:write two files remove first b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 244, characters 1-1: Error: tar-write:17:write two files remove first b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test53fb22-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:16:write two files b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 231, characters 1-1: Error: tar-write:16:write two files b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test4d318b-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:15:write two blocks b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 218, characters 1-1: Error: tar-write:15:write two blocks b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test5fbabb-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:14:write block size b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 205, characters 1-1: Error: tar-write:14:write block size b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testf8c9bf-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:13:write block size b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 192, characters 1-1: Error: tar-write:13:write block size b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testad38bf-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:12:write empty b4096. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 179, characters 1-1: Error: tar-write:12:write empty b4096 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1844, characters 16-19 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("Failed to read sector 0 from block device: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test79ad01-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 4096 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:11:allocate doesn't affect tail after archive 1 sector b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 166, characters 1-1: Error: tar-write:11:allocate doesn't affect tail after archive 1 sector b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testbc83dd-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:10:allocate doesn't affect tail after archive 1 b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 153, characters 1-1: Error: tar-write:10:allocate doesn't affect tail after archive 1 b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testbc0b50-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:9:allocate doesn't affect tail after archive 0 b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 140, characters 1-1: Error: tar-write:9:allocate doesn't affect tail after archive 0 b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testab7686-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:8:set after remove b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 127, characters 1-1: Error: tar-write:8:set after remove b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testd9c21a-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:7:remove odd sized file b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 114, characters 1-1: Error: tar-write:7:remove odd sized file b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testf8fea3-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:6:write two files remove second b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 101, characters 1-1: Error: tar-write:6:write two files remove second b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-teste2fbb6-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:5:write two files remove first b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 88, characters 1-1: Error: tar-write:5:write two files remove first b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-testeaee09-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:4:write two files b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 75, characters 1-1: Error: tar-write:4:write two files b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test9e19dc-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:3:write two blocks b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 62, characters 1-1: Error: tar-write:3:write two blocks b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test0ebbb6-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:2:write block size b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 49, characters 1-1: Error: tar-write:2:write block size b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test91007d-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:1:write block size b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 36, characters 1-1: Error: tar-write:1:write block size b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test21cf7c-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ ============================================================================== Error: tar-write:0:write empty b512. File "C:\Users\opam\src\_build\default\lib_test\oUnit-tar-write-WIN-M9L9HJO722I#00.log", line 23, characters 1-1: Error: tar-write:0:write empty b512 (in the log). Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33 Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21 Re-raised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3123, characters 20-29 Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 27, characters 10-20 Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 106, characters 8-13 Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 112, characters 4-13 Called from OUnitRunner.run_one_test.(fun) in file "src/lib/ounit2/advanced/oUnitRunner.ml", line 83, characters 13-26 Failure("read error while writing: read: End_of_file at file C:\\Users\\opam\\AppData\\Local\\Temp\\build_2024fb_dune\\tar-write-test29888c-WIN-M9L9HJO722I#00.tar offset 0 with buffers of length [ 512 ]") ------------------------------------------------------------------------------ Ran: 24 tests in: 17.45 seconds. FAILED: Cases: 24 Tried: 24 Errors: 24 Failures: 0 Skip: 0 Todo: 0 Timeouts: 0. fd = 4 fd = 5 fd = 6 fd = 7 fd = 8 fd = 9 fd = 10 fd = 11 fd = 12 fd = 13 fd = 14 fd = 15 fd = 16 fd = 17 fd = 18 fd = 19 fd = 20 fd = 21 fd = 22 fd = 23 fd = 24 fd = 25 fd = 26 fd = 27 "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-06-18 12:43.23: Job failed: Failed: Build failed