Organisationsmirageocaml-tarcde9c4 (main)debian-13-4.10_opam-2.4

debian-13-4.10_opam-2.4

Link Copied
Code Copied

Logs

2025-10-27 12:07.03: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (cde9c483f4e06e8200257b03d03ebcf3fd5993eb) (linux-x86_64:debian-13-4.10_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard cde9c483
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
# debian-13-4.10_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 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && 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.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.8.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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.11.0 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-10-27 12:07.03: Using cache hint "mirage/ocaml-tar-ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce-debian-13-4.10_opam-2.4-3f9d30a054a5a69127732aad63baec6e"
2025-10-27 12:07.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce)
(comment debian-13-4.10_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.8.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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.11.0 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-10-27 12:07.03: Waiting for resource in pool OCluster
2025-10-27 12:07.03: Waiting for worker…
2025-10-27 12:07.04: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at cde9c48 Merge pull request #175 from mirage/open-error


(from ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce' locally
docker.io/ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Pulling fs layer
8f6112f72fa5: Pulling fs layer
f06108004adb: Pulling fs layer
f34ea90e6bf7: Pulling fs layer
820d433882fc: Waiting
8f6112f72fa5: Waiting
b44a65709156: Pulling fs layer
f06108004adb: Waiting
4c25908bbac9: Pulling fs layer
f34ea90e6bf7: Waiting
f76df728146d: Pulling fs layer
b44a65709156: Waiting
1fee769dfcf3: Pulling fs layer
4c25908bbac9: Waiting
9089a7f69af3: Pulling fs layer
6f758b47b2a0: Pulling fs layer
16b225bbb395: Pulling fs layer
abbf3ec39b68: Pulling fs layer
1fee769dfcf3: Waiting
9089a7f69af3: Waiting
f76df728146d: Waiting
1a61521655a9: Pulling fs layer
6f758b47b2a0: Waiting
16b225bbb395: Waiting
6a8565a9e443: Pulling fs layer
abbf3ec39b68: Waiting
1a61521655a9: Waiting
c059a4cbd7b9: Pulling fs layer
3a00fdc9e291: Pulling fs layer
a0b62589bd38: Pulling fs layer
6e8d713bf843: Pulling fs layer
bca1fd5341ba: Pulling fs layer
34b9849c2772: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d8d3d0744e38: Pulling fs layer
a0b62589bd38: Waiting
788c7ce0e0e5: Pulling fs layer
bca1fd5341ba: Waiting
a297eab0ca3b: Pulling fs layer
34b9849c2772: Waiting
6a8565a9e443: Waiting
6e8d713bf843: Waiting
c059a4cbd7b9: Waiting
3a00fdc9e291: Waiting
d8d3d0744e38: Waiting
2e79af39acdb: Pulling fs layer
788c7ce0e0e5: Waiting
4f4fb700ef54: Waiting
8858e600236c: Pulling fs layer
a297eab0ca3b: Waiting
2e79af39acdb: Waiting
9efe23d1fe7d: Pulling fs layer
47d185934312: Pulling fs layer
64a949a6caff: Pulling fs layer
c9d6a7c18bb1: Pulling fs layer
e4fde4815f0c: Pulling fs layer
9efe23d1fe7d: Waiting
47d185934312: Waiting
8858e600236c: Waiting
64a949a6caff: Waiting
d1f759c16950: Pulling fs layer
c9d6a7c18bb1: Waiting
f3dd45bf195f: Pulling fs layer
e4fde4815f0c: Waiting
3985a6049101: Pulling fs layer
aae849592418: Pulling fs layer
6173459dc6b2: Pulling fs layer
7f16ef63bee0: Pulling fs layer
fe355de6a899: Pulling fs layer
3985a6049101: Waiting
d1f759c16950: Waiting
b0bc5a15bc9d: Pulling fs layer
f3dd45bf195f: Waiting
6173459dc6b2: Waiting
aae849592418: Waiting
7f16ef63bee0: Waiting
a44637a9fa9c: Pulling fs layer
f86dbf334469: Pulling fs layer
fe355de6a899: Waiting
b0bc5a15bc9d: Waiting
a5b2e40c05d9: Pulling fs layer
f86dbf334469: Waiting
4872f3daa2e5: Pulling fs layer
a44637a9fa9c: Waiting
a5b2e40c05d9: Waiting
4872f3daa2e5: Waiting
820d433882fc: Download complete
820d433882fc: Pull complete
8f6112f72fa5: Download complete
8f6112f72fa5: Pull complete
f06108004adb: Verifying Checksum
f06108004adb: Download complete
f06108004adb: Pull complete
f34ea90e6bf7: Verifying Checksum
f34ea90e6bf7: Download complete
f34ea90e6bf7: Pull complete
4c25908bbac9: Verifying Checksum
4c25908bbac9: Download complete
f76df728146d: Verifying Checksum
f76df728146d: Download complete
1fee769dfcf3: Verifying Checksum
1fee769dfcf3: Download complete
9089a7f69af3: Verifying Checksum
9089a7f69af3: Download complete
6f758b47b2a0: Verifying Checksum
6f758b47b2a0: Download complete
16b225bbb395: Verifying Checksum
16b225bbb395: Download complete
abbf3ec39b68: Verifying Checksum
abbf3ec39b68: Download complete
1a61521655a9: Verifying Checksum
1a61521655a9: Download complete
6a8565a9e443: Verifying Checksum
6a8565a9e443: Download complete
c059a4cbd7b9: Download complete
3a00fdc9e291: Verifying Checksum
3a00fdc9e291: Download complete
a0b62589bd38: Verifying Checksum
a0b62589bd38: Download complete
6e8d713bf843: Download complete
bca1fd5341ba: Download complete
34b9849c2772: Download complete
4f4fb700ef54: Download complete
b44a65709156: Download complete
788c7ce0e0e5: Download complete
d8d3d0744e38: Download complete
2e79af39acdb: Verifying Checksum
2e79af39acdb: Download complete
a297eab0ca3b: Download complete
9efe23d1fe7d: Download complete
8858e600236c: Download complete
47d185934312: Download complete
64a949a6caff: Verifying Checksum
64a949a6caff: Download complete
c9d6a7c18bb1: Download complete
b44a65709156: Pull complete
4c25908bbac9: Pull complete
f76df728146d: Pull complete
d1f759c16950: Download complete
1fee769dfcf3: Pull complete
9089a7f69af3: Pull complete
e4fde4815f0c: Download complete
6f758b47b2a0: Pull complete
16b225bbb395: Pull complete
f3dd45bf195f: Download complete
abbf3ec39b68: Pull complete
1a61521655a9: Pull complete
6a8565a9e443: Pull complete
c059a4cbd7b9: Pull complete
3a00fdc9e291: Pull complete
a0b62589bd38: Pull complete
6e8d713bf843: Pull complete
bca1fd5341ba: Pull complete
34b9849c2772: Pull complete
4f4fb700ef54: Pull complete
d8d3d0744e38: Pull complete
788c7ce0e0e5: Pull complete
a297eab0ca3b: Pull complete
2e79af39acdb: Pull complete
8858e600236c: Pull complete
9efe23d1fe7d: Pull complete
47d185934312: Pull complete
64a949a6caff: Pull complete
c9d6a7c18bb1: Pull complete
e4fde4815f0c: Pull complete
d1f759c16950: Pull complete
f3dd45bf195f: Pull complete
aae849592418: Download complete
6173459dc6b2: Verifying Checksum
6173459dc6b2: Download complete
3985a6049101: Verifying Checksum
3985a6049101: Download complete
7f16ef63bee0: Verifying Checksum
7f16ef63bee0: Download complete
fe355de6a899: Verifying Checksum
fe355de6a899: Download complete
b0bc5a15bc9d: Verifying Checksum
b0bc5a15bc9d: Download complete
3985a6049101: Pull complete
aae849592418: Pull complete
6173459dc6b2: Pull complete
7f16ef63bee0: Pull complete
fe355de6a899: Pull complete
b0bc5a15bc9d: Pull complete
f86dbf334469: Verifying Checksum
f86dbf334469: Download complete
a5b2e40c05d9: Verifying Checksum
a5b2e40c05d9: Download complete
4872f3daa2e5: Verifying Checksum
4872f3daa2e5: Download complete
a44637a9fa9c: Verifying Checksum
a44637a9fa9c: Download complete
a44637a9fa9c: Pull complete
f86dbf334469: Pull complete
a5b2e40c05d9: Pull complete
4872f3daa2e5: Pull complete
Digest: sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
Status: Downloaded newer image for ocaml/opam@sha256:3cdeab0e272bb5ea581bc1db25b853f74c535f36bc627fd693943cc09166f0ce
2025-10-27 12:07.05 ---> using "a7d8aa92084787ecd9cea3726f8a3703cc100fde27aa392ff7ae4e327e490213" from cache


/: (comment debian-13-4.10_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-27 12:07.05 ---> using "61db02aa4af3b1dab893bd26d9c0da8b01ce1fc8ef2877373b471ec855d6a400" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-27 12:07.05 ---> using "e751554815c5fe2bbbb92804906a5572f8f22b2e5a5b64385e7d1ab48cee2311" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.10.2
2.4.1
2025-10-27 12:07.05 ---> using "30009437ecce2f461a88ffd244515101a41741dc4c6c9361c2a0b3d0df04d931" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-27 12:07.05 ---> using "54f468331b7ea69eb4c989692df409118bd36b7d999ba30f8a0906aa22d44301" 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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
1abfcdbf14..6c1b386202  master     -> origin/master
537e2afc5b Merge pull request #28756 from hannesm/release-mirage-ptime-v5.2.0


<><> 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-10-27 12:07.05 ---> using "9c394f2c1e361a2dda6f1efb08f5c7fb318066301830668f523ace0ffb28ad71" from cache


/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
(dst ./))
2025-10-27 12:07.05 ---> using "1a99dfc2376d8e2c2cf5bd3ec968165b97316db74d2b528a78ec7906bbbc6400" from cache


/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-27 12:07.05 ---> using "e32e9686dfb795af7ab2bae2a0c29f785a6c37b81bccd0587ea53d32b8ca47ed" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-27 12:07.05 ---> using "f762a87f2bd4db56ff294a7d7858483b41f67ae5c99e077582ff73485cf94ddf" from cache


/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.8.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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.11.0 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 amd64 Packages [62.7 kB]
- Fetched 153 kB in 0s (1979 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-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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-27 12:07.05 ---> using "a9f85a5c9687d6c7e1058d1a00a40cd2864e1d5d0efc6b704e98766e9000782b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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.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.8.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.11.0
- 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.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 checkseum.0.5.2  (cached)
-> retrieved cppo.1.8.0  (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.8.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved decompress.1.5.3  (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 ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (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 re.1.11.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.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 lwt.5.9.2
-> installed uri.4.4.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed mirage-kv.6.1.1
-> installed logs.0.8.0
-> installed alcotest-lwt.1.9.1
-> installed mirage-block-unix.2.14.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 12:07.05 ---> using "55c0dab2e42a123ddfc5d6f97f618e303a857840e83718c540b42fd0686bd1bf" from cache


/src: (copy (src .) (dst /src))
2025-10-27 12:07.05 ---> using "5947a111a113fb22b9398acdf477993fe03a61da04616ed394d23435fe710b23" from cache


/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 `EPH1P8V8'.


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


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


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


[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.073s. 24 tests run.
2025-10-27 12:07.05 ---> using "f6ef9c950a72bd1e2d19d4b366a42b2f115d4fdbb185ecedcb27b906589b74dc" from cache
Job succeeded
2025-10-27 12:07.06: Job succeeded