2025-10-29 07:25.24: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (cde9c483f4e06e8200257b03d03ebcf3fd5993eb) (linux-x86_64:ubuntu-24.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970Opam 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 ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970# ubuntu-24.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam ./RUN opam pin add -yn tar.dev './' && \opam pin add -yn tar-unix.dev './' && \opam pin add -yn tar-mirage.dev './' && \opam pin add -yn tar-eio.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.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.2.0.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-29 07:25.24: Using cache hint "mirage/ocaml-tar-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970-ubuntu-24.04-4.14_opam-2.4-012880f1d45b2456bd244f1b6ead3bc3"2025-10-29 07:25.24: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970)(comment ubuntu-24.04-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo 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"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam) (dst ./))(run (network host)(shell "opam pin add -yn tar.dev './' && \\nopam pin add -yn tar-unix.dev './' && \\nopam pin add -yn tar-mirage.dev './' && \\nopam pin add -yn tar-eio.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.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.2.0.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.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 $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _build")))2025-10-29 07:25.24: Waiting for resource in pool OCluster2025-10-29 08:29.38: Waiting for worker…2025-10-29 08:33.51: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at cde9c48 Merge pull request #175 from mirage/open-error(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970' locallydocker.io/ocaml/opam@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970: Pulling from ocaml/opam4b3ffd8ccb52: Already exists4148ae2a78e8: Already exists9d0cb29e3ad1: Already existsa3efedc9bbd5: Already existseb374a5f5912: Already exists111688a001cd: Already existsdde5f2d51665: Already exists4b6835d3da0f: Already exists5cda0c429e9f: Already existsd63395e27500: Already exists5cff5d02be72: Already existsaa7f4e792152: Already exists92ef9464fee0: Already exists99692bbe3867: Already exists162eab67d997: Already existsc3f8a74e6b28: Already existsc3f8a74e6b28: Already exists80d600733c57: Already existsd4e01cc77175: Already existsaeb7c173974a: Already exists1798e3179753: Already exists4f4fb700ef54: Already existsb999f8be0da9: Already exists5d9cfad8e442: Already existsbb5a424da7fd: Already existsabfd00b2c912: Already exists5b6afbbbcb75: Already exists481f0eacae21: Already exists10cc21c3e011: Already existsd24bf096b60f: Already existsed92a44aea53: Already exists754ea0facddd: Already existseb6ed2785a1a: Already existsc5b314c76484: Already exists37ace5f56789: Already existsfb62153e2626: Already exists04652fbc5dcd: Already exists93dc8c8f1f01: Already exists45fb38f15075: Already existsecff35836b82: Already exists2bb86c372c95: Already exists4b773839d1a7: Already existsdbcc1f19e5a0: Already exists7c71181e552e: Already existsDigest: sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc128323970Status: Downloaded newer image for ocaml/opam@sha256:011a081ba2e0d7281d7b96cf1086aad06fec7d91e320e447d2943bc1283239702025-10-29 08:33.51 ---> using "753e54694d78261139b53be94a2438ee58a6873aca695598eb980c6201d1e9f1" from cache/: (comment ubuntu-24.04-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-29 08:33.51 ---> using "5e03300aae311ad456547c13963df2ca8e3d01f9cc20eba433d31bd1b346f892" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.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.Continue? [Y/n] yThis version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-29 08:33.51 ---> using "51eae7720001da5f108a2d11b831ea540e611b02b033a040c496f3848363a515" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.4.12025-10-29 08:33.51 ---> using "fa2dad920ff98e055be60f145ae2ade48808ada8d12b4e8cbd3fd952e0fd2c66" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-29 08:33.51 ---> using "e1ae1dbf9134a85912c4b0b0f8e0623e9b042895738c86a3ed01c5069d62fede" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -u"))537e2afc5b Merge pull request #28756 from hannesm/release-mirage-ptime-v5.2.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-29 08:33.51 ---> using "1faaeaebfbc1b53d2b9579d6077860769ab75c316af32fa97302e0fc9059cc89" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst ./))2025-10-29 08:33.52 ---> saved as "d4c564c85dc92a77f6947cbb0e56cc537d29ea36ae90c5e51ad48def4487e40a"/src: (run (network host)(shell "opam pin add -yn tar.dev './' && \\nopam pin add -yn tar-unix.dev './' && \\nopam pin add -yn tar-mirage.dev './' && \\nopam pin add -yn tar-eio.dev './'"))[tar.dev] synchronised (file:///src)tar is now pinned to file:///src (version dev)[tar-unix.dev] synchronised (file:///src)tar-unix is now pinned to file:///src (version dev)[tar-mirage.dev] synchronised (file:///src)tar-mirage is now pinned to file:///src (version dev)[tar-eio.dev] synchronised (file:///src)tar-eio is now pinned to file:///src (version dev)2025-10-29 08:34.04 ---> saved as "cf9711d38679a8ff40fa9be7d3f7031cc0598b09cfe744b5c0c789df584f6419"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-29 08:34.04 ---> saved as "9fd401cf7a45bad8818347636cd156379915762a9b11fa22240f73708273db4e"/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.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.2.0.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.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 $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1939 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1169 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1961 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [2764 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1599 kB]- Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2638 kB]- Fetched 12.4 MB in 2s (6973 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tar.dev] synchronised (file:///src)[tar-mirage.dev] synchronised (file:///src)[tar-unix.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).2025-10-29 08:34.22 ---> saved as "23901fa3101fa924e90ca765b0e0b180a32cd1f643ee198a9e243cf4d8c30aa8"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).The following actions will be performed:=== install 36 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 conf-linux-libc-dev 0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install decompress 1.5.3- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install logs 0.9.0- install lwt 5.9.2- 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 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 ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.0- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cmdliner.2.0.0 (cached)-> installed conf-linux-libc-dev.0-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-block.3.0.2 (cached)-> retrieved mirage-block-unix.2.14.2 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved mirage-ptime.5.2.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed csexp.1.5.2-> 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 stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> 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 lwt.5.9.2-> installed mirage-block.3.0.2-> installed cstruct-lwt.6.2.0-> 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-29 08:35.44 ---> saved as "1ecfcaa769e529848ab302a00e49012f9ba490b45deb68536d4c4d1501c48700"/src: (copy (src .) (dst /src))2025-10-29 08:35.45 ---> saved as "cea26fe6b4fcc87b1ffaf870048d36013ca79be1ae1bd8ed30d10d52b312e1b9"/src: (run (shell "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 `KSMXL6MJ'.[OK] tar - pax global extended headers 0 can use pax gl...Full test results in `/src/_build/default/lib_test/_build/_tests/global extended headers'.Test Successful in 0.001s. 1 test run.(cd _build/default/lib_test && ./allocate_set_partial_test.exe)Testing `tar-allocate-set-partial'.This run has ID `RMEENH2K'.[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/tar-allocate-set-partial'.Test Successful in 0.022s. 12 tests run.(cd _build/default/lib_test && ./write_test.exe)Testing `tar-write'.This run has ID `0TMATEVH'.[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 arch...[OK] Test512 10 allocate doesn't affect tail after arch...[OK] Test512 11 allocate doesn't affect tail after arch...[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 arch...[OK] Test4096 10 allocate doesn't affect tail after arch...[OK] Test4096 11 allocate doesn't affect tail after arch...Full test results in `/src/_build/default/lib_test/_build/_tests/tar-write'.Test Successful in 0.200s. 24 tests run.(cd _build/default/lib_test && ./parse_test.exe)Testing `parse-test'.This run has ID `WGSAKG5E'.[OK] parse_test 0 header.[OK] 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 dir...[OK] parse_test 6 can transform tars.[OK] parse_test 7 can read @LongLink with implicit dire...Full test results in `/src/_build/_tests/parse-test'.Test Successful in 0.026s. 8 tests run.2025-10-29 08:35.47 ---> saved as "eede484ae22d458100aa00a55798cdc73c3e72fc1205cc0672bd4d9bb6e6fd49"Job succeeded2025-10-29 08:35.48: Job succeeded