Organisationsmirageocaml-tar596ac7 (main)windows-server-2022-amd64-5.2_opam-2.3

windows-server-2022-amd64-5.2_opam-2.3

Logs

Show full logs
2024-11-19 18:59.19: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (596ac768c239bbfee59a7f47355cdca7f7db710a) (windows-amd64:windows-server-2022-amd64-5.2_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard 596ac768
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.2
# windows-server-2022-amd64-5.2_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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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/./'
ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.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.16.1 dune-configurator.3.16.1 eio.1.1 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.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 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.12.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.0.7 uri.4.4.0 uutf.1.0.3"
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 tar-eio.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

2024-11-19 18:59.19: Using cache hint "mirage/ocaml-tar-windows-server-2022-amd64-ocaml-5.2-windows-server-2022-amd64-5.2_opam-2.3-7057ca7595ed612d815f94ec2ee03d3e"
2024-11-19 18:59.19: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.2)
 (comment windows-server-2022-amd64-5.2_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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && 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/./'"))
 (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.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.16.1 dune-configurator.3.16.1 eio.1.1 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.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 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.12.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.0.7 uri.4.4.0 uutf.1.0.3")
 (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 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"))
)

2024-11-19 18:59.19: Waiting for resource in pool OCluster
2024-11-19 20:59.38: Waiting for worker…
2024-11-19 22:09.02: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at 596ac76 Merge pull request #154 from mirage/prepare-v3.1.2

(from windows-server-2022-amd64-ocaml-5.2)
2024-11-19 22:09.02 ---> using "112de547835816fcbe31275d69498e33d422e32a95556906be9d3491487c8b0d" from cache

/: (comment windows-server-2022-amd64-5.2_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"))
2024-11-19 22:09.02 ---> using "d5b02c30bb5bc0365300c9f5d7519fd402265ed836a1fc5699dc93e82bc79e21" 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
2024-11-19 22:09.02 ---> using "6feb3975d1a017451ea5d1ec642e42853dba876445528c56610ee0dac1de21f9" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 5.2.1
2.3.0
2024-11-19 22:09.02 ---> using "48235bc8d7038bef92de7d5349850096860ed1611a41d2324d3b2eec8dba2137" 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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u"))
11bdbee611 Merge pull request #26909 from Octachron/ocaml-5.2.1

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-11-19 22:09.02 ---> using "1a72c2f7838320317e12ce7e840a52cd88ad9e155ccb6060647795f46f94cc1f" from cache

/: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
         (dst /Users/opam/src/./))
2024-11-19 22:09.02 ---> using "ffd2e29b7925a56fd0f7c5b9f63558be812a92ac7f818806f197b748af6e2e49" from cache

/: (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)
2024-11-19 22:09.02 ---> using "8ac2e691afe917d0b56a28d4fb64400728614b543864e178ccf3a1ecd19afb03" from cache

/: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.7.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.16.1 dune-configurator.3.16.1 eio.1.1 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.9.0 lwt-dllist.1.0.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 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.12.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.0.7 uri.4.4.0 uutf.1.0.3")

/: (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 tar-eio.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.dev] synchronised (no changes)
[tar-eio.dev] synchronised (no changes)
[tar-mirage.dev] synchronised (no changes)
[tar-unix.dev] synchronised (no changes)

[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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.43).
[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-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).
2024-11-19 22:09.02 ---> using "84aaa3ef09e5126fead035fe2c6144f59a20b372f02d2ef9f8f8c51ea93c59a8" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[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.43).
[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-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 44 packages
  - install alcotest           1.8.0
  - install alcotest-lwt       1.8.0
  - 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           1.3.0
  - install cppo               1.7.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.16.1
  - install dune-configurator  3.16.1
  - install eio                1.1
  - install fmt                0.9.0
  - install hmap               0.8.1
  - install logs               0.7.0
  - install lwt                5.9.0
  - install lwt-dllist         1.0.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 mtime              2.1.0
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.5
  - install ocplib-endian      1.2
  - install optint             0.3.0
  - install psq                0.2.1
  - install ptime              1.2.0
  - install re                 1.12.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.0.7
  - install uri                4.4.0
  - install uutf               1.0.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> 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.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved eio.1.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved lwt.5.9.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.0.tar.gz)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.5  (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 re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.3.0
[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.2.1\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.2.1\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.2.1\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed cppo.1.7.0
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.0.1
-> installed mirage-clock.4.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.16.1
-> installed alcotest.1.8.0
-> installed bigstringaf.0.10.0
-> installed mirage-clock-unix.4.2.0
-> installed checkseum.0.5.2
-> installed angstrom.0.16.1
-> installed decompress.1.5.3
-> installed uri.4.4.0
-> installed eio.1.1
-> installed lwt.5.9.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed mirage-kv.6.1.1
-> installed logs.0.7.0
-> installed alcotest-lwt.1.8.0
-> installed mirage-block-unix.2.14.2
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-19 22:09.02 ---> using "4e1e37538818528669882bb5d868a9c1bc987de66616ebd4cee5419981679303" from cache

/: (copy (src .) (dst /Users/opam/src))
2024-11-19 22:09.15 ---> saved as "d767f6b197f6b5964de74a899e5eb7ac27fcc8d787219b7e591a1ac328e6d4d9"

/: (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 `I46RT76E'.

  [OK]          tar - pax global extended headers          0   can use pax global extended headers.

Full test results in `~\src\_build\default\lib_test\_build\_tests\I46RT76E'.
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 `358LHMR6'.

  [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/build_95bf3c_dune/tar-testd90245.tar)
FAIL unexpected error: Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/build_95bf3c_dune/tar-testd90245.tar)
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Dune__exe__Parse_test.can_read_tar.(fun) in file "lib_test/parse_test.ml", line 102, characters 58-77
Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35

Logs saved to `~\src\_build\_tests\358LHMR6\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/build_95bf3c_dune/tar-test32ad1f.tar)
FAIL error folding Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/build_95bf3c_dune/tar-test32ad1f.tar)
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52
Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35

Logs saved to `~\src\_build\_tests\358LHMR6\parse_test.006.output'.
 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Full test results in `~\src\_build\_tests\358LHMR6'.
2 failures! in 0.188s. 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 `YKNRVONH'.

  [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\build_95bf3c_dune\tar-allocate-set-partial-test387040.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\build_95bf3c_dune\tar-allocate-set-partial-test387040.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test27aac8.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\build_95bf3c_dune\tar-allocate-set-partial-test27aac8.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-testbf9b05.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\build_95bf3c_dune\tar-allocate-set-partial-testbf9b05.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-testa1c536.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\build_95bf3c_dune\tar-allocate-set-partial-testa1c536.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test6286cc.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\build_95bf3c_dune\tar-allocate-set-partial-test6286cc.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test5a6fb0.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test55f5c5.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test81105c.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test811497.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-test3fb01b.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\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\build_95bf3c_dune\tar-allocate-set-partial-testcfb7b6.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\YKNRVONH\Test4096.005.output'.
 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Full test results in `~\src\_build\default\lib_test\_build\_tests\YKNRVONH'.
11 failures! in 0.984s. 12 tests run.
fd = 6
fd = 7
fd = 8
fd = 9
fd = 10
fd = 11
fd = 12
fd = 13
fd = 14
fd = 15
fd = 16
fd = 17
File "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 `B154EZ0C'.

  [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\build_95bf3c_dune\tar-write-test0c40d5.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\build_95bf3c_dune\tar-write-test0c40d5.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test08cd27.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\build_95bf3c_dune\tar-write-test08cd27.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-testb6187d.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\build_95bf3c_dune\tar-write-testb6187d.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test7f5b73.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\build_95bf3c_dune\tar-write-test7f5b73.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-testc9e5ed.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\build_95bf3c_dune\tar-write-testc9e5ed.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test375be8.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\build_95bf3c_dune\tar-write-test375be8.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test3b668c.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\build_95bf3c_dune\tar-write-test3b668c.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test321722.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\build_95bf3c_dune\tar-write-test321722.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-testa3e465.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\build_95bf3c_dune\tar-write-testa3e465.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-testdec073.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\build_95bf3c_dune\tar-write-testdec073.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test5bd0d3.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\build_95bf3c_dune\tar-write-test5bd0d3.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test9e70c8.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\build_95bf3c_dune\tar-write-test9e70c8.tar offset 0 with buffers of length [ 512 ]
Raised at Alcotest_engine__Test.check_err in file "src/alcotest-engine/test.ml", line 160, characters 20-48
Called from Lwt.Miscellaneous.wrap1 in file "src/core/lwt.ml", line 3137, characters 15-21

Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test21d4d9.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test2aa98c.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test55c025.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-teste0dfed.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-teste13be4.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test8a3a8f.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test703f16.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test2a5d13.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test967bd3.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-test979a0d.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-testc0c9cf.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\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\build_95bf3c_dune\tar-write-testdeaf79.tar offset 0 with buffers of length [ 4096 ]
          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
          
Logs saved to `~\src\_build\default\lib_test\_build\_tests\B154EZ0C\Test4096.011.output'.
 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Full test results in `~\src\_build\default\lib_test\_build\_tests\B154EZ0C'.
24 failures! in 1.484s. 24 tests run.
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
fd = 28
fd = 29
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-11-19 22:09.39: Job failed: Failed: Build failed