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.12_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.12@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321 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.12@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321 # debian-13-4.12_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.12.1 ocaml-base-compiler.4.12.1 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.12.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.12@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321-debian-13-4.12_opam-2.4-86ae6ae61a16f90a2a515ce285a21718" 2025-10-27 12:07.03: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.12@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321) (comment debian-13-4.12_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.12.1 ocaml-base-compiler.4.12.1 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.12.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.12@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321) Unable to find image 'ocaml/opam:debian-13-ocaml-4.12@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321' locally docker.io/ocaml/opam@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321: Pulling from ocaml/opam cae3b572364a: Already exists 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer f34ea90e6bf7: Pulling fs layer b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f76df728146d: Pulling fs layer 1fee769dfcf3: Pulling fs layer 9089a7f69af3: Pulling fs layer f34ea90e6bf7: Waiting 6f758b47b2a0: Pulling fs layer 820d433882fc: Waiting 16b225bbb395: Pulling fs layer 8f6112f72fa5: Waiting f06108004adb: Waiting f76df728146d: Waiting abbf3ec39b68: Pulling fs layer 4c25908bbac9: Waiting b44a65709156: Waiting 9089a7f69af3: Waiting 6f758b47b2a0: Waiting 1fee769dfcf3: Waiting 1a61521655a9: Pulling fs layer 16b225bbb395: Waiting 6a8565a9e443: Pulling fs layer abbf3ec39b68: Waiting c059a4cbd7b9: Pulling fs layer 1a61521655a9: Waiting 6a8565a9e443: Waiting 3a00fdc9e291: Pulling fs layer c059a4cbd7b9: Waiting a0b62589bd38: Pulling fs layer 6e8d713bf843: Pulling fs layer 3a00fdc9e291: Waiting bca1fd5341ba: Pulling fs layer a0b62589bd38: Waiting 34b9849c2772: Pulling fs layer 6e8d713bf843: Waiting bca1fd5341ba: Waiting 4f4fb700ef54: Pulling fs layer d8d3d0744e38: Pulling fs layer 34b9849c2772: Waiting 788c7ce0e0e5: Pulling fs layer 4f4fb700ef54: Waiting a297eab0ca3b: Pulling fs layer d8d3d0744e38: Waiting 788c7ce0e0e5: Waiting 2e79af39acdb: Pulling fs layer 8858e600236c: Pulling fs layer 9efe23d1fe7d: Pulling fs layer 47d185934312: Pulling fs layer 2e79af39acdb: Waiting a297eab0ca3b: Waiting 64a949a6caff: Pulling fs layer 9efe23d1fe7d: Waiting 8858e600236c: Waiting c9d6a7c18bb1: Pulling fs layer 47d185934312: Waiting 64a949a6caff: Waiting e4fde4815f0c: Pulling fs layer d1f759c16950: Pulling fs layer c9d6a7c18bb1: Waiting f3dd45bf195f: Pulling fs layer e4fde4815f0c: Waiting d1f759c16950: Waiting 3985a6049101: Pulling fs layer f3dd45bf195f: Waiting aae849592418: Pulling fs layer 3985a6049101: Waiting 6173459dc6b2: Pulling fs layer 7f16ef63bee0: Pulling fs layer aae849592418: Waiting fe355de6a899: Pulling fs layer b0bc5a15bc9d: Pulling fs layer 15b3c0ec540a: Pulling fs layer 7f16ef63bee0: Waiting fe355de6a899: Waiting 6173459dc6b2: Waiting b0bc5a15bc9d: Waiting e433139fe885: Pulling fs layer 1414c5aa0684: Pulling fs layer 15b3c0ec540a: Waiting cbaf53efd1b3: Pulling fs layer e433139fe885: Waiting 1414c5aa0684: Waiting cbaf53efd1b3: Waiting 820d433882fc: Verifying Checksum 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: 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: Verifying Checksum b44a65709156: Download complete 788c7ce0e0e5: Verifying Checksum 788c7ce0e0e5: Download complete d8d3d0744e38: Download complete 2e79af39acdb: Verifying Checksum 2e79af39acdb: Download complete a297eab0ca3b: Verifying Checksum 9efe23d1fe7d: Verifying Checksum 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: Download complete 7f16ef63bee0: Download complete fe355de6a899: Verifying Checksum fe355de6a899: Download complete b0bc5a15bc9d: Verifying Checksum b0bc5a15bc9d: Download complete e433139fe885: Verifying Checksum e433139fe885: Download complete 1414c5aa0684: Verifying Checksum 1414c5aa0684: Download complete cbaf53efd1b3: Download complete 15b3c0ec540a: Verifying Checksum 15b3c0ec540a: Download complete 3985a6049101: Pull complete aae849592418: Pull complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 15b3c0ec540a: Pull complete e433139fe885: Pull complete 1414c5aa0684: Pull complete cbaf53efd1b3: Pull complete Digest: sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321 Status: Downloaded newer image for ocaml/opam@sha256:81128dc7836641622bae812c4d9ce696ef0f199e996fc7b9a9aef18dbdae4321 2025-10-27 12:07.05 ---> using "f0b5a37f3934c3464201af6a287d43dce4169d76778a15ac574f82178693e3cf" from cache /: (comment debian-13-4.12_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 "ed4b165f2ccccd838d024a430b9a35f7dcaf5bd1dfe44c29cd6aae06a8d5e440" 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 "53c0806dca8817434bfa9b327c592a40c8dfcdc33c788eaad796378131648180" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 4.12.1 2.4.1 2025-10-27 12:07.05 ---> using "474f9a6c71775e060870586a22ba92b22a6134c7452bf029db5ab4f08d5855cc" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-27 12:07.05 ---> using "c058c8e63a38ed01ff6cdbb8b8c6434331dfe5d07318b8587f529de7bf041e30" 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 "5848d9b30f090547b3f018cf334c3ab2b777bb8b285599ffc1eb0aa23bf87e6b" from cache /src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam) (dst ./)) 2025-10-27 12:07.05 ---> using "abb56979644472b041f05a00732d2db5fb2059f5aa8f65a510b56700e1c5dd96" 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 "dbfa75b4380f201f6b02c7933a5daf39416e6fdf316b8d6f5426cfbc909fe82d" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-27 12:07.05 ---> using "3df25b90a9aba4b17e9412b878f1dde34871fa6656fa0ff2e0c91ef4e912789c" 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.12.1 ocaml-base-compiler.4.12.1 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.12.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 (1507 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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-10-27 12:07.05 ---> using "0f5c2862d00186b7c530ff8c93d12b70e118bc88a90940fd5a77703b8543f3b1" from cache /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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 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.12.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.12.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.12.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 uri.4.4.0 -> installed lwt.5.9.2 -> installed mirage-block.3.0.2 -> installed mirage-kv.6.1.1 -> installed cstruct-lwt.6.2.0 -> 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 "572b24451467a9bfd17d1f391ed78389807f6764a73e8c5c904b06ab7116bcc2" from cache /src: (copy (src .) (dst /src)) 2025-10-27 12:07.05 ---> using "cf3956b1d04963238492da3b02b5e987c5e8a96f614d2eed215a7c4809635a64" 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 `5TCKA3OS'. [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 `NQNNAI58'. [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 `T7PAUUIQ'. [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.006s. 8 tests run. (cd _build/default/lib_test && ./write_test.exe) Testing `tar-write'. This run has ID `BIT8H686'. [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.071s. 24 tests run. 2025-10-27 12:07.05 ---> using "4b81a2d537803160515f183a133fb56106f843f9af56648562679d0c6d51be2c" from cache Job succeeded 2025-10-27 12:07.05: Job succeeded