2025-10-27 22:43.01: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (cde9c483f4e06e8200257b03d03ebcf3fd5993eb) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4)Base: windows-server-2022-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard cde9c483cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-5.4# windows-server-2022-amd64-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.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/./' && \opam pin add -yn tar-eio.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.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 checkseum.0.5.2 cmdliner.2.0.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 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 eio.1.3 flexdll.0.44 fmt.0.11.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 lwt.5.9.2 lwt-dllist.1.1.0 mingw-w64-shims.0.2.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.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 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 thread-table.1.0.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-27 22:43.01: Using cache hint "mirage/ocaml-tar-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-1f47eccf3a46f6555482d7403e74544a"2025-10-27 22:43.01: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-5.4)(comment windows-server-2022-amd64-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.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/./' && \\nopam pin add -yn tar-eio.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 alcotest-lwt.1.9.1 angstrom.0.16.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 checkseum.0.5.2 cmdliner.2.0.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 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 eio.1.3 flexdll.0.44 fmt.0.11.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 lwt.5.9.2 lwt-dllist.1.1.0 mingw-w64-shims.0.2.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.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 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 thread-table.1.0.0 topkg.1.1.0 uri.4.4.0 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.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.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-10-27 22:43.01: Waiting for resource in pool OCluster2025-10-28 03:37.56: Waiting for workerβ¦2025-10-28 07:28.35: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at cde9c48 Merge pull request #175 from mirage/open-error(from windows-server-2022-amd64-ocaml-5.4)2025-10-28 07:28.36 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache/: (comment windows-server-2022-amd64-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-28 07:28.36 ---> using "2cc10c0de974a41a492b52f4c10e4774291ab2452e1192584f4bd1214eecf165" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.How should opam obtain Unix tools?> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)3. Use Cygwin installation found in C:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file://C:/Users/opam/opam-repository2025-10-28 07:28.36 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.5-1.x86_64The OCaml toplevel, version 5.4.02.4.12025-10-28 07:28.36 ---> using "b2317ce0850b83bf9a96e1d3315a4c08197605467948e554d9a6e5c89b07a70d" 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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-28 07:28.36 ---> using "bbb896385bc1fda1c995bc3c234fb9b91b84dd5f77658f4c807922434c26e333" from cache/: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst /Users/opam/src/./))2025-10-28 07:29.26 ---> saved as "b0a6e6aea3b795112ba371a1971d0d7a70c9b2805a92796e97d06dd9d09fd832"/: (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/./' && \\nopam pin add -yn tar-eio.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)[tar-eio.dev] synchronised (file://C:/Users/opam/src/.)tar-eio is now pinned to file://C:/Users/opam/src/. (version dev)2025-10-28 07:30.19 ---> saved as "1e824f94d0b415e5f3b24fe5d7da760e3a7884a78207a77c8e17d87eb4dc8a35"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-10-28 07:31.20 ---> saved as "6252c6dece5dc7bec128a3a2c6792da7174d44e7626f1c9230018ee21c15caf6"/: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.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 checkseum.0.5.2 cmdliner.2.0.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 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 eio.1.3 flexdll.0.44 fmt.0.11.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 lwt.5.9.2 lwt-dllist.1.1.0 mingw-w64-shims.0.2.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.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 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 thread-table.1.0.0 topkg.1.1.0 uri.4.4.0 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.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tar.dev] synchronised (file://C:/Users/opam/src/.)[tar-eio.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.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).2025-10-28 07:33.07 ---> saved as "0fc467beaebb64914787dd5e268ae7de528d2d07d4545a32e37e03ec0f95cd8e"/: (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 43 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install bigstringaf 0.10.0- install checkseum 0.5.2- install cmdliner 2.0.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 domain-local-await 1.0.1- install dune 3.20.2- install dune-configurator 3.20.2- install eio 1.3- install fmt 0.11.0- install hmap 0.8.1- install logs 0.9.0- install lwt 5.9.2- install lwt-dllist 1.1.0- install mirage-block 3.0.2- install mirage-block-unix 2.14.2- install mirage-kv 6.1.1- install mirage-ptime 5.2.0- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install psq 0.2.1- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install stringext 1.6.0- install thread-table 1.0.0- install topkg 1.1.0- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.0.0.tbz)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved decompress.1.5.3 (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 (https://github.com/ocaml-multicore/eio/releases/download/v1.3/eio-1.3.tbz)-> retrieved logs.0.9.0 (https://erratique.ch/software/logs/releases/logs-0.9.0.tbz)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mirage-block.3.0.2 (cached)-> retrieved mirage-block-unix.2.14.2 (cached)-> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved mirage-ptime.5.2.0 (https://github.com/mirage/mirage-ptime/releases/download/v5.2.0/mirage-ptime-5.2.0.tbz)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved rresult.0.7.0 (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 stringext.1.6.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> installed cmdliner.2.0.0-> 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.0-> installed hmap.0.8.1-> installed rresult.0.7.0-> installed astring.0.8.5-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed dune.3.20.2-> installed csexp.1.5.2-> installed lwt-dllist.1.1.0-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed mirage-ptime.5.2.0-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed stringext.1.6.0-> installed thread-table.1.0.0-> installed re.1.14.0-> installed domain-local-await.1.0.1-> installed dune-configurator.3.20.2-> installed alcotest.1.9.1-> installed bigstringaf.0.10.0-> installed checkseum.0.5.2-> installed angstrom.0.16.1-> installed decompress.1.5.3-> installed uri.4.4.0-> installed eio.1.3-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed mirage-block.3.0.2-> installed mirage-kv.6.1.1-> installed logs.0.9.0-> installed alcotest-lwt.1.9.1-> installed mirage-block-unix.2.14.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-28 07:44.54 ---> saved as "1d7387a1b7e13ac72cbc8bf406676aaf36f32a48257eebac35b42a22f27055bb"/: (copy (src .) (dst /Users/opam/src))2025-10-28 07:45.52 ---> saved as "38dcdcb0bd6ff1a23b5e1ccc58be362c295aef8ee7c56da4f57cd35ae578b6e8"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && .\global_extended_headers_test.exe)Testing `global extended headers'.This run has ID `A5Q5FIR3'.[OK] tar - pax global extended headers 0 can use pax global extended headers.Full test results in `~\src\_build\default\lib_test\_build\_tests\A5Q5FIR3'.Test Successful in 0.000s. 1 test run.File "lib_test/dune", line 2, characters 8-18:2 | (names parse_test write_test allocate_set_partial_test global_extended_headers_test)^^^^^^^^^^(cd _build/default/lib_test && .\parse_test.exe)Testing `parse-test'.This run has ID `LT3UMDH1'.[OK] parse_test 0 header.[FAIL] parse_test 1 can_read_tar.[OK] parse_test 2 can write pax headers.[OK] parse_test 3 can read @Longlink.[OK] parse_test 4 can read pax long names and links.[OK] parse_test 5 can read pax header with implicit directory.[FAIL] parse_test 6 can transform tars.[OK] parse_test 7 can read @LongLink with implicit directory.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] parse_test 1 can_read_tar. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT unexpected error: Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/tar-test3feca1.tar)FAIL unexpected error: Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/tar-test3feca1.tar)Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Dune__exe__Parse_test.can_read_tar.(fun) in file "lib_test/parse_test.ml", line 102, characters 58-77Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~\src\_build\_tests\LT3UMDH1\parse_test.001.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] parse_test 6 can transform tars. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT error folding Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/tar-testb68548.tar)FAIL error folding Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/tar-testb68548.tar)Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~\src\_build\_tests\LT3UMDH1\parse_test.006.output'.ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββFull test results in `~\src\_build\_tests\LT3UMDH1'.2 failures! in 0.359s. 8 tests run.File "lib_test/dune", line 2, characters 30-55:2 | (names parse_test write_test allocate_set_partial_test global_extended_headers_test)^^^^^^^^^^^^^^^^^^^^^^^^^(cd _build/default/lib_test && .\allocate_set_partial_test.exe)Testing `tar-allocate-set-partial'.This run has ID `YNRGY921'.[FAIL] Test512 0 allocate empty file b512.[OK] Test512 1 set_partial nonexistent file b512.[FAIL] Test512 2 allocate is zeroed b512.[FAIL] Test512 3 allocate two one-byte files b512.[FAIL] Test512 4 allocate and set first byte b512.[FAIL] Test512 5 set and rename b512.[FAIL] Test4096 0 allocate empty file b4096.[FAIL] Test4096 1 set_partial nonexistent file b4096.[FAIL] Test4096 2 allocate is zeroed b4096.[FAIL] Test4096 3 allocate two one-byte files b4096.[FAIL] Test4096 4 allocate and set first byte b4096.[FAIL] Test4096 5 set and rename b4096.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 0 allocate empty file b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test3c762f.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test3c762f.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test512.000.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 2 allocate is zeroed b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test27ebef.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test27ebef.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test512.002.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 3 allocate two one-byte files b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test755a31.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test755a31.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test512.003.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 4 allocate and set first byte b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test11d762.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test11d762.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test512.004.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 5 set and rename b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-testf36a13.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-testf36a13.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test512.005.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 0 allocate empty file b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test63ea29.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test4096.000.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 1 set_partial nonexistent file b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test722cea.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test4096.001.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 2 allocate is zeroed b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test880291.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test4096.002.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 3 allocate two one-byte files b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test8adba9.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test4096.003.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 4 allocate and set first byte b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-teste3e7cd.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test4096.004.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 5 set and rename b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-allocate-set-partial-test7808ea.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\YNRGY921\Test4096.005.output'.ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββFull test results in `~\src\_build\default\lib_test\_build\_tests\YNRGY921'.11 failures! in 2.531s. 12 tests run.fd = 6fd = 7fd = 8fd = 9fd = 10fd = 11fd = 12fd = 13fd = 14fd = 15fd = 16fd = 17File "lib_test/dune", line 2, characters 19-29:2 | (names parse_test write_test allocate_set_partial_test global_extended_headers_test)^^^^^^^^^^(cd _build/default/lib_test && .\write_test.exe)Testing `tar-write'.This run has ID `HU5BA1TV'.[FAIL] Test512 0 write empty b512.[FAIL] Test512 1 write block size b512.[FAIL] Test512 2 write block size b512.[FAIL] Test512 3 write two blocks b512.[FAIL] Test512 4 write two files b512.[FAIL] Test512 5 write two files remove first b512.[FAIL] Test512 6 write two files remove second b512.[FAIL] Test512 7 remove odd sized file b512.[FAIL] Test512 8 set after remove b512.[FAIL] Test512 9 allocate doesn't affect tail after archive 0 b512.[FAIL] Test512 10 allocate doesn't affect tail after archive 1 b512.[FAIL] Test512 11 allocate doesn't affect tail after archive 1 sector b512.[FAIL] Test4096 0 write empty b4096.[FAIL] Test4096 1 write block size b4096.[FAIL] Test4096 2 write block size b4096.[FAIL] Test4096 3 write two blocks b4096.[FAIL] Test4096 4 write two files b4096.[FAIL] Test4096 5 write two files remove first b4096.[FAIL] Test4096 6 write two files remove second b4096.[FAIL] Test4096 7 remove odd sized file b4096.[FAIL] Test4096 8 set after remove b4096.[FAIL] Test4096 9 allocate doesn't affect tail after archive 0 b4096.[FAIL] Test4096 10 allocate doesn't affect tail after archive 1 b4096.[FAIL] Test4096 11 allocate doesn't affect tail after archive 1 sector b4096.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 0 write empty b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test61da95.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test61da95.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.000.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 1 write block size b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test32ae9d.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test32ae9d.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.001.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 2 write block size b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-teste3e978.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-teste3e978.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.002.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 3 write two blocks b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test7e5647.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test7e5647.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.003.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 4 write two files b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testf8bd31.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testf8bd31.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.004.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 5 write two files remove first b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test4298eb.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test4298eb.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.005.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 6 write two files remove second b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test96f033.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test96f033.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.006.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 7 remove odd sized file b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testa78730.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testa78730.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.007.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 8 set after remove b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test482ed6.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test482ed6.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.008.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 9 allocate doesn't affect tail after archive 0 b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test56724e.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test56724e.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.009.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 10 allocate doesn't affect tail after archive 1 b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testa87578.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testa87578.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.010.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test512 11 allocate doesn't affect tail after archive 1 sector b512. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββASSERT read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testc92c75.tar offset 0 with buffers of length [ 512 ]FAIL read error while writing: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testc92c75.tar offset 0 with buffers of length [ 512 ]Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 173, characters 20-48Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3135, characters 15-21Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test512.011.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 0 write empty b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testa45eb3.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.000.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 1 write block size b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testeccd30.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.001.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 2 write block size b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test4592b0.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.002.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 3 write two blocks b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test210682.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.003.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 4 write two files b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test9b4ffc.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.004.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 5 write two files remove first b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-teste4affb.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.005.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 6 write two files remove second b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testcc3509.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.006.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 7 remove odd sized file b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test918fef.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.007.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 8 set after remove b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test2df7b6.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.008.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 9 allocate doesn't affect tail after archive 0 b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testfe8dc7.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.009.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 10 allocate doesn't affect tail after archive 1 b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-testc5402c.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.010.output'.βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [FAIL] Test4096 11 allocate doesn't affect tail after archive 1 sector b4096. βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ[failure] Error reading archive: Failed to read sector 0 from block device: read: End_of_file at file C:\Users\opam\AppData\Local\Temp\tar-write-test200fc1.tar offset 0 with buffers of length [ 4096 ]Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33Called from Lwt.Sequential_composition.bind.create_result_promise_and_callback_if_deferred.callback in file "src/core/lwt.ml", line 1842, characters 16-19Logs saved to `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV\Test4096.011.output'.ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββFull test results in `~\src\_build\default\lib_test\_build\_tests\HU5BA1TV'.24 failures! in 3.578s. 24 tests run.fd = 6fd = 7fd = 8fd = 9fd = 10fd = 11fd = 12fd = 13fd = 14fd = 15fd = 16fd = 17fd = 18fd = 19fd = 20fd = 21fd = 22fd = 23fd = 24fd = 25fd = 26fd = 27fd = 28fd = 29"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-10-28 07:46.42: Job failed: Failed: Build failed