Organisationsmirageocaml-tar239a87 (main)debian-13-4.14_s390x_opam-2.4

debian-13-4.14_s390x_opam-2.4

Link Copied
Code Copied

Logs

2025-09-16 10:11.38: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (239a879212f3f0881732f1e72e0d39a8f3b6c080) (linux-s390x:debian-13-4.14_s390x_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard 239a8792
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c
# debian-13-4.14_s390x_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --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.0 alcotest-lwt.1.9.0 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.1.3.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.1.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.13.2 rresult.0.7.0 seq.base 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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN 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


2025-09-16 10:11.38: Using cache hint "mirage/ocaml-tar-ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c-debian-13-4.14_s390x_opam-2.4-42c6bfd9ca62e9d9ec0b1382343a6d9a"
2025-09-16 10:11.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c)
(comment debian-13-4.14_s390x_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.0 alcotest-lwt.1.9.0 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.1.3.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.1.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.13.2 rresult.0.7.0 seq.base 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-09-16 10:11.38: Waiting for resource in pool OCluster
2025-09-17 12:41.53: Waiting for worker…
2025-09-17 20:15.10: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at 239a879 Merge pull request #172 from patricoferris/fix-eio-global


(from ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c' locally
docker.io/ocaml/opam@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c: Pulling from ocaml/opam
28eee642962f: Already exists
a3da74fabe44: Already exists
954a4b28c4ac: Already exists
33f722f84002: Already exists
22230ea145a1: Already exists
fecf6f44f284: Already exists
217bd4fede6a: Already exists
a33647dc2e72: Already exists
d79780697501: Already exists
9e23f7ffff2e: Already exists
eb75e063aff4: Already exists
388fcd98e415: Already exists
c1d354e88d38: Already exists
a0f5e7e96636: Already exists
ba5ff5ec60bd: Already exists
9aaa23f50bbc: Already exists
d10db0662178: Already exists
cd6f63b0f0f8: Already exists
ac5365aa1a11: Already exists
6587968fd88d: Already exists
e588d084fdc6: Already exists
4f4fb700ef54: Already exists
4a5997d73c6d: Already exists
e541ac1e928e: Already exists
728b5511169a: Already exists
959e36346cbe: Already exists
1b8a5fe2cec2: Already exists
e74fadbc5d0b: Already exists
ed67b78ce4dd: Already exists
427304383c22: Already exists
3463eb278ac2: Already exists
5f56c9cf090b: Already exists
dbb81f611d3c: Already exists
06c3f641d2b9: Already exists
f910b4833e6f: Already exists
b3a11d4a0fca: Already exists
0031525c35e8: Already exists
007ec72ca1b8: Already exists
b29860215095: Already exists
c167a5bdeab6: Already exists
9d6b0ab18c79: Pulling fs layer
9b09c37533d2: Pulling fs layer
9a6fc8f6dbc3: Pulling fs layer
22d23a9afaf6: Pulling fs layer
22d23a9afaf6: Waiting
9a6fc8f6dbc3: Verifying Checksum
9a6fc8f6dbc3: Download complete
9b09c37533d2: Verifying Checksum
9b09c37533d2: Download complete
22d23a9afaf6: Verifying Checksum
22d23a9afaf6: Download complete
9d6b0ab18c79: Verifying Checksum
9d6b0ab18c79: Download complete
9d6b0ab18c79: Pull complete
9b09c37533d2: Pull complete
9a6fc8f6dbc3: Pull complete
22d23a9afaf6: Pull complete
Digest: sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c
Status: Downloaded newer image for ocaml/opam@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c
2025-09-17 20:15.10 ---> using "21924fd223900ba9548db9ff2d14288448a6b2c6b9a6ac7a343fb5704bfa759b" from cache


/: (comment debian-13-4.14_s390x_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-09-17 20:15.10 ---> using "bec4a1f2b2ef3becd3f88a0205dbddf83f3b9d59c6c94db02b19cf4e4fd1f3da" 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.


This 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.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-17 20:15.10 ---> using "b60d5333ae50d5e0338ae63562d05940ddf8ed76202433b81b177f8598325024" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-71-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-17 20:15.10 ---> using "236e344f13fe86a0467ef486d55818e18cab9e6abbbe49d55128ad6b2b8a6939" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-17 20:15.10 ---> using "334ea4a1bc0602e46fb9a0b52268e87a12fb3ca3e4141b6c086222e2dfb9f605" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..7949ff40d8  master     -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/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 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-09-17 20:15.10 ---> using "0652287e5c24e6b0058a459c68de784cc36ed655ddd17b7162211e42716f58d5" from cache


/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
(dst ./))
2025-09-17 20:15.12 ---> saved as "4ebfb3d8e2ae088133b72b62f466567a7f6e9226be15933830efe2599be6b107"


/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-09-17 20:15.26 ---> saved as "60b51d6aa6e9407c12a05f8343110ad268f5700970cfa0c0818f949d08d0cdc4"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-17 20:15.28 ---> saved as "20cd3433085ae950b1c8d93bc2ea2755398119c4c693f44ba6b6f8299a29c595"


/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 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.1.3.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.1.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.13.2 rresult.0.7.0 seq.base 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://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [36.2 kB]
- Fetched 127 kB in 0s (517 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-09-17 20:15.40 ---> saved as "df4509e5150842426ef94a74145306d9a0bc512e21ea4b63246b47d1c5e29bf6"


/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 37 packages
- install alcotest            1.9.0
- install alcotest-lwt        1.9.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 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.1.0
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install optint              0.3.0
- install ptime               1.2.0
- install re                  1.13.2
- install rresult             0.7.0
- install seq                 base
- 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.0, alcotest-lwt.1.9.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.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.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.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.13.2  (cached)
-> retrieved seq.base  (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)
-> installed conf-linux-libc-dev.0
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed rresult.0.7.0
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed cppo.1.8.0
-> installed mirage-ptime.5.1.0
-> installed ocplib-endian.1.2
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed stringext.1.6.0
-> installed bigstringaf.0.10.0
-> installed re.1.13.2
-> installed checkseum.0.5.2
-> installed angstrom.0.16.1
-> installed alcotest.1.9.0
-> 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.0
-> installed mirage-block-unix.2.14.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-17 20:17.05 ---> saved as "5cdfae3efa1d71a44b9811775aa545668759591a5591df250832127d2614c369"


/src: (copy (src .) (dst /src))
2025-09-17 20:17.08 ---> saved as "b4a623e6603abeaa18f4fd0cb5340998412547eae5c880c17d6c9adcdce6a6b0"


/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 && ./allocate_set_partial_test.exe)
Testing `tar-allocate-set-partial'.
This run has ID `B1IZRN2E'.


[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.010s. 12 tests run.
(cd _build/default/lib_test && ./global_extended_headers_test.exe)
Testing `global extended headers'.
This run has ID `EIGBY843'.


[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.000s. 1 test run.
(cd _build/default/lib_test && ./write_test.exe)
Testing `tar-write'.
This run has ID `R3IEU4BX'.


[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.069s. 24 tests run.
(cd _build/default/lib_test && ./parse_test.exe)
Testing `parse-test'.
This run has ID `VD269XX1'.


[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.007s. 8 tests run.
2025-09-17 20:17.13 ---> saved as "eae71765ba8582c2e4dfbc5dea114f178c5626b3bcf0ee24aeb113cd4b812dab"
Job succeeded
2025-09-17 20:17.14: Job succeeded