Organisationsmirageocaml-tar6b1c92 (duplicate-gz)windows-server-2022-amd64-4.14_opam-2.2

windows-server-2022-amd64-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-11-07 16:16.20: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/duplicate-gz (6b1c92d420dc8f7f6a698b3c5d1f21cad25cc063) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.2)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "duplicate-gz" && cd "ocaml-tar" && git reset --hard 6b1c92d4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && 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-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 dune.3.16.1 dune-configurator.3.16.1 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 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 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 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 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.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-11-07 16:16.20: Using cache hint "mirage/ocaml-tar-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.2-7d26c6ad0ec2d9d79b0aebd692fb06b8"
2024-11-07 16:16.20: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
(comment windows-server-2022-amd64-4.14_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && 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-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 dune.3.16.1 dune-configurator.3.16.1 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 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 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 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 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.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPS"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/src))
(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _build"))
)


2024-11-07 16:16.20: Waiting for resource in pool OCluster
2024-11-08 01:37.24: Waiting for worker…
2024-11-08 03:49.04: Got resource from pool OCluster
Building on alpha
All commits already cached
HEAD is now at 6b1c92d Implement Tar_lwt_unix.create{,_gz} using Tar.t


(from windows-server-2022-amd64-ocaml-4.14)
2024-11-08 03:49.04 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache


/: (comment windows-server-2022-amd64-4.14_opam-2.2)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-11-08 03:49.04 ---> using "f40b460bb801337dfc3ed3c22c5a77e2a82d91b508719870a48ea495897fdd1f" 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-08 03:49.04 ---> using "ad71e6a0b96388176c905033702720ccce1bbf6e7835962442542d8ee766b573" 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 4.14.2
2.2.1
2024-11-08 03:49.04 ---> using "98cf84a2211beae6fa84d90852579b73e3d5372e8d8c4ff39295727938efcfd9" 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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.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.
# Run eval $(opam env) to update the current shell environment
2024-11-08 03:49.04 ---> using "b117a831f76051ec97a843316df309a03b902080e6050094cda2382a0acd747a" from cache


/: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
(dst /Users/opam/src/./))
2024-11-08 03:49.04 ---> using "462bc41fbce73542f53f83981ca7341a1913436562449ed7b14cc872dfe50d2f" 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-08 03:49.04 ---> using "bb086dbc5619bcde5e6780ffd30bf95c95c49f4e69e56d4cfba9e4c9e0fcaf65" 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-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 dune.3.16.1 dune-configurator.3.16.1 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt.5.8.0 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 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 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 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.2 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.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 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2024-11-08 03:49.04 ---> using "567ae6c2701cc497a48765c24c72cae818958daa256285360060916f1d9409a6" 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 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 37 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 dune               3.16.1
- install dune-configurator  3.16.1
- install fmt                0.9.0
- install logs               0.7.0
- install lwt                5.8.0
- 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 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 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 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 fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved lwt.5.8.0  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-kv.6.1.1  (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 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 stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.16.1, dune-configurator.3.16.1  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.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\4.14.2\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed dune.3.16.1
-> installed csexp.1.5.2
-> installed mirage-clock.4.2.0
-> installed cppo.1.7.0
-> installed cstruct.6.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed re.1.12.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed stringext.1.6.0
-> 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 lwt.5.8.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.
# Run eval $(opam env) to update the current shell environment
2024-11-08 03:49.04 ---> using "348df7f1c375b161728b558fb3c9c526356c3bfe7de9600852d96066ea986834" from cache


/: (copy (src .) (dst /Users/opam/src))
2024-11-08 03:49.35 ---> saved as "13d2b3a142d416d98ec8ee195abe38d468494ba6aa452711dcbf947179221ed3"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./global_extended_headers_test.exe)
Testing `global extended headers'.
This run has ID `BTG29EKM'.


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


Full test results in `~\src\_build\default\lib_test\_build\_tests\BTG29EKM'.
Test Successful in 0.016s. 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 `9C9ZG10H'.


[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_e98436_dune/tar-test18a53b.tar)
FAIL unexpected error: Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/build_e98436_dune/tar-test18a53b.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 33, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 38, 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\9C9ZG10H\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_e98436_dune/tar-test5b105c.tar)
FAIL error folding Unix error No such file or directory (function open, arg /cygdrive/c/Users/opam/AppData/Local/Temp/build_e98436_dune/tar-test5b105c.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 33, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 38, characters 6-52
Called from Stdlib__Fun.protect in file "fun.ml", line 33, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 38, 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\9C9ZG10H\parse_test.006.output'.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────


Full test results in `~\src\_build\_tests\9C9ZG10H'.
2 failures! in 0.500s. 8 tests run.
(cd _build/default/lib_test && ./allocate_set_partial_test.exe)
Testing `tar-allocate-set-partial'.
This run has ID `X9DS6M8U'.


[OK]          Test512           0   allocate empty file b512.
[OK]          Test512           1   set_partial nonexistent file b512.
[OK]          Test512           2   allocate is zeroed b512.
[OK]          Test512           3   allocate two one-byte files b512.
[OK]          Test512           4   allocate and set first byte b512.
[OK]          Test512           5   set and rename b512.
[OK]          Test4096          0   allocate empty file b4096.
[OK]          Test4096          1   set_partial nonexistent file b4096.
[OK]          Test4096          2   allocate is zeroed b4096.
[OK]          Test4096          3   allocate two one-byte files b4096.
[OK]          Test4096          4   allocate and set first byte b4096.
[OK]          Test4096          5   set and rename b4096.


Full test results in `~\src\_build\default\lib_test\_build\_tests\X9DS6M8U'.
Test Successful in 2.469s. 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
(cd _build/default/lib_test && ./write_test.exe)
Testing `tar-write'.
This run has ID `41Q7I3YW'.


[OK]          Test512           0   write empty b512.
[OK]          Test512           1   write block size b512.
[OK]          Test512           2   write block size b512.
[OK]          Test512           3   write two blocks b512.
[OK]          Test512           4   write two files b512.
[OK]          Test512           5   write two files remove first b512.
[OK]          Test512           6   write two files remove second b512.
[OK]          Test512           7   remove odd sized file b512.
[OK]          Test512           8   set after remove b512.
[OK]          Test512           9   allocate doesn't affect tail after archive 0 b512.
[OK]          Test512          10   allocate doesn't affect tail after archive 1 b512.
[OK]          Test512          11   allocate doesn't affect tail after archive 1 sector b512.
[OK]          Test4096          0   write empty b4096.
[OK]          Test4096          1   write block size b4096.
[OK]          Test4096          2   write block size b4096.
[OK]          Test4096          3   write two blocks b4096.
[OK]          Test4096          4   write two files b4096.
[OK]          Test4096          5   write two files remove first b4096.
[OK]          Test4096          6   write two files remove second b4096.
[OK]          Test4096          7   remove odd sized file b4096.
[OK]          Test4096          8   set after remove b4096.
[OK]          Test4096          9   allocate doesn't affect tail after archive 0 b4096.
[OK]          Test4096         10   allocate doesn't affect tail after archive 1 b4096.
[OK]          Test4096         11   allocate doesn't affect tail after archive 1 sector b4096.


Full test results in `~\src\_build\default\lib_test\_build\_tests\41Q7I3YW'.
Test Successful in 4.406s. 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 --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _build" failed with exit status 1
2024-11-08 03:50.04: Job failed: Failed: Build failed