Organisationsmirageocaml-tar239a87 (main)debian-13-5.3_riscv64_opam-2.4

debian-13-5.3_riscv64_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-riscv64:debian-13-5.3_riscv64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
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-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
# debian-13-5.3_riscv64_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-domains.base base-effects.base base-nnp.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 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 eio.1.3 fmt.0.11.0 hmap.0.8.1 logs.0.9.0 lwt.5.9.2 lwt-dllist.1.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @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-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52-debian-13-5.3_riscv64_opam-2.4-3de21492bf131c894e739f3a32331538"
2025-09-16 10:11.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)
(comment debian-13-5.3_riscv64_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-domains.base base-effects.base base-nnp.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 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 eio.1.3 fmt.0.11.0 hmap.0.8.1 logs.0.9.0 lwt.5.9.2 lwt-dllist.1.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /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 tar-eio.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 @install @check @runtest && rm -rf _build"))
)


2025-09-16 10:11.38: Waiting for resource in pool OCluster
2025-09-16 14:24.27: Waiting for worker…
2025-09-16 22:13.23: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-tar.git-36218b3180fc0cf8b4f4746cdf083bb4397883ab/.git/
HEAD is now at 239a879 Merge pull request #172 from patricoferris/fix-eio-global


(from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52' locally
docker.io/ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52: Pulling from ocaml/opam
8f913be5ecad: Already exists
ce31ce67e69b: Already exists
0cf3a7789759: Already exists
9f0c6299278d: Already exists
e94bba55929b: Already exists
fa0712264263: Already exists
2e9048a7b53d: Already exists
9902de28c3f0: Already exists
ff517c358677: Already exists
383f060cda87: Already exists
b7a964b1a83b: Already exists
02ef0fd530dd: Already exists
3cec61b290e9: Already exists
2273bd2c4d4b: Already exists
c04c67aab9ae: Already exists
b43aac5e47f2: Already exists
fa01fc863b11: Already exists
70ce8722af9c: Already exists
d62c11b367a0: Already exists
e28d1e571478: Already exists
e4619c0fdd56: Already exists
4f4fb700ef54: Already exists
2642eb02d1cf: Already exists
17410ed193a2: Already exists
ea4027cf29ff: Already exists
2d1c149b33bc: Already exists
aa1fc2e76ba7: Already exists
198f02c9d8bb: Already exists
f3c530c1395c: Already exists
b4c1f20e76b0: Already exists
dabbe871c8f1: Already exists
07bc2850efcf: Already exists
c44cd4c1c616: Already exists
9bad6d1480ef: Already exists
9139b16fda07: Already exists
ddce8e624d6f: Already exists
cdd44d9ef1e0: Already exists
9745a1b41bc7: Already exists
926c04a38725: Already exists
33c611bdffe3: Already exists
2f12c3515d38: Pulling fs layer
b6435474c958: Pulling fs layer
e8d70e26e60a: Pulling fs layer
3f06fd691d22: Pulling fs layer
a5bdd4d4061a: Pulling fs layer
52f4f3aba300: Pulling fs layer
94f05428884b: Pulling fs layer
a5bdd4d4061a: Waiting
52f4f3aba300: Waiting
94f05428884b: Waiting
3f06fd691d22: Waiting
2f12c3515d38: Download complete
2f12c3515d38: Pull complete
e8d70e26e60a: Verifying Checksum
e8d70e26e60a: Download complete
b6435474c958: Download complete
b6435474c958: Pull complete
a5bdd4d4061a: Verifying Checksum
a5bdd4d4061a: Download complete
e8d70e26e60a: Pull complete
52f4f3aba300: Verifying Checksum
52f4f3aba300: Download complete
94f05428884b: Verifying Checksum
3f06fd691d22: Verifying Checksum
3f06fd691d22: Download complete
3f06fd691d22: Pull complete
a5bdd4d4061a: Pull complete
52f4f3aba300: Pull complete
94f05428884b: Pull complete
Digest: sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
Status: Downloaded newer image for ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52
2025-09-16 22:13.26 ---> using "464544ceb3be86cede6394dc71749c8c9ab6bfb0d79ff9828158551739284e81" from cache


/: (comment debian-13-5.3_riscv64_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-16 22:13.26 ---> using "75ffd3c83aa012bc8b093a0947a298655da91fffc49261aacbc27aca5478db37" 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-16 22:13.26 ---> using "bc4eabd090c5ab50b0842a159fc8bb3e4f2e48f604dc2d650850095378bf9911" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-16 22:13.26 ---> using "99413c80cfa038280775c5555702646b7ce4ef7d5db78f1ce48bc162e5d0c7bc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-16 22:13.26 ---> using "e0356af4238671a0454b22b8ecc0eed962e0df3a67ab6c6f465f7818ddabe16e" 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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 22:13.26 ---> using "162459a534089309a1ea0f63b84b9a67ed9235bc3b164c2f8cec2abde9fd15ff" from cache


/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
(dst ./))
2025-09-16 22:13.27 ---> saved as "e8326cd652150c72ce8cc3e2936c07ce1368f1cf987e379099c419e0b1c38341"


/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-16 22:13.53 ---> saved as "18dbd0c4473231078ef389d103f3751037a0e316b0702dad1eacde7e86cc2987"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 22:13.54 ---> saved as "1b7a031d0d3430a7f1b65440553e0613a87fba22e7a6c32f03c18b0b2f2b5d98"


/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-domains.base base-effects.base base-nnp.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 domain-local-await.1.0.1 dune.3.20.2 dune-configurator.3.20.2 eio.1.3 fmt.0.11.0 hmap.0.8.1 logs.0.9.0 lwt.5.9.2 lwt-dllist.1.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.2.0 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.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 tar-eio.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 riscv64 Packages [36.8 kB]
- Fetched 128 kB in 0s (281 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.dev] synchronised (file:///src)
[tar-eio.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-09-16 22:14.39 ---> saved as "fa122fb19ef63a6d324c1a7b2c6517396a832a981d0eb38072b41be007d83187"


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 44 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 domain-local-await  1.0.1
- install dune                3.20.2
- install dune-configurator   3.20.2
- install eio                 1.3
- install fmt                 0.11.0
- install hmap                0.8.1
- install logs                0.9.0
- install lwt                 5.9.2
- install lwt-dllist          1.1.0
- install mirage-block        3.0.2
- install mirage-block-unix   2.14.2
- install mirage-kv           6.1.1
- install mirage-ptime        5.1.0
- install mtime               2.1.0
- install ocaml-syntax-shims  1.0.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install optint              0.3.0
- install psq                 0.2.1
- install ptime               1.2.0
- install re                  1.13.2
- install rresult             0.7.0
- install seq                 base
- install stdlib-shims        0.3.0
- install stringext           1.6.0
- install thread-table        1.0.0
- install topkg               1.1.0
- install uri                 4.4.0
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved 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 cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> installed conf-linux-libc-dev.0
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved eio.1.3  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved lwt-dllist.1.1.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 mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (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.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 thread-table.1.0.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.1.3.0
-> installed ocamlbuild.0.16.1
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed lwt-dllist.1.1.0
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed mirage-ptime.5.1.0
-> installed ocplib-endian.1.2
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-configurator.3.20.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed re.1.13.2
-> installed angstrom.0.16.1
-> installed decompress.1.5.3
-> installed thread-table.1.0.0
-> installed alcotest.1.9.0
-> installed domain-local-await.1.0.1
-> installed uri.4.4.0
-> installed lwt.5.9.2
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed eio.1.3
-> 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-16 22:21.42 ---> saved as "cac0b3bb3a3a90efd2b362085bb2d05d4800c85a71ebd3becc614c805e568c6c"


/src: (copy (src .) (dst /src))
2025-09-16 22:21.42 ---> saved as "9315e9cb23b9069bc73d3e5075f5ad19f3e57b69ffcd321e964c044710ecf462"


/src: (run (shell "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 `64J04W19'.


[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.003s. 1 test run.
(cd _build/default/lib_test && ./allocate_set_partial_test.exe)
Testing `tar-allocate-set-partial'.
This run has ID `LT9R2ALX'.


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


[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.031s. 8 tests run.
(cd _build/default/lib_test && ./write_test.exe)
Testing `tar-write'.
This run has ID `K44FGO52'.


[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.923s. 24 tests run.
2025-09-16 22:21.57 ---> saved as "cadd46d50f11c1e9d0e09f8ded3e841e20ee4b07821f369c30044c332d12a1a0"
Job succeeded
2025-09-16 22:21.58: Job succeeded