2025-10-27 12:07.03: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (cde9c483f4e06e8200257b03d03ebcf3fd5993eb) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard cde9c483cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4# debian-13-4.14_riscv64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam ./RUN opam pin add -yn tar.dev './' && \opam pin add -yn tar-unix.dev './' && \opam pin add -yn tar-mirage.dev './' && \opam pin add -yn tar-eio.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.0.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-27 12:07.03: Using cache hint "mirage/ocaml-tar-ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4-debian-13-4.14_riscv64_opam-2.4-012880f1d45b2456bd244f1b6ead3bc3"2025-10-27 12:07.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4)(comment debian-13-4.14_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 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 || git fetch origin master) && git reset -q --hard 537e2afc5ba2e54c49504cf6cf1d31eba03df3d8 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam) (dst ./))(run (network host)(shell "opam pin add -yn tar.dev './' && \\nopam pin add -yn tar-unix.dev './' && \\nopam pin add -yn tar-mirage.dev './' && \\nopam pin add -yn tar-eio.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.0.0 conf-linux-libc-dev.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=tar,tar-unix,tar-mirage @install @check @runtest && rm -rf _build")))2025-10-27 12:07.03: Waiting for resource in pool OCluster2025-10-27 12:07.03: Waiting for worker…2025-10-27 12:07.03: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devHEAD is now at 281634f Open the error polymorphic variant for compositionHEAD is now at cde9c48 Merge pull request #175 from mirage/open-error(from ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4' locallydocker.io/ocaml/opam@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4: Pulling from ocaml/opam913254a25f5e: Pulling fs layerd4181e0c64b1: Pulling fs layer60067d417858: Pulling fs layer85acc1d96727: Pulling fs layer3ed6ed890bcc: Pulling fs layer2dbf4e493c82: Pulling fs layer2392a1c0faf2: Pulling fs layera887790579d0: Pulling fs layer6bf6091e80a7: Pulling fs layer8335ff7d796a: Pulling fs layera5cf80048a8d: Pulling fs layer11557f96dff6: Pulling fs layer5ffa47544a64: Pulling fs layerb92bc0bdd77f: Pulling fs layer11bee46e736c: Pulling fs layer6cdee63da433: Pulling fs layerbd6b847c6301: Pulling fs layeref94452a17d0: Pulling fs layerbd4498e2bf68: Pulling fs layercae9012f5512: Pulling fs layer97e1a82ddbc1: Pulling fs layer4f4fb700ef54: Pulling fs layera36b4f4c3856: Pulling fs layerba5c5eee93b2: Pulling fs layerccef58c1ec23: Pulling fs layerf58caa225e78: Pulling fs layere5b816875ec7: Pulling fs layer637cd996e729: Pulling fs layer4798bd4315ce: Pulling fs layer1a9d0398727f: Pulling fs layer87a13479d21f: Pulling fs layer826d12795d2a: Pulling fs layerec3c50c293a6: Pulling fs layer75873b00ea39: Pulling fs layer2dc1ede51ef9: Pulling fs layere521104f43f2: Pulling fs layer5adb34782261: Pulling fs layer3902e7196407: Pulling fs layer58655837ed1a: Pulling fs layer48f0059e882a: Pulling fs layerf295b5eefcb4: Pulling fs layeredce86b5f8fb: Pulling fs layerbb5db9673a61: Pulling fs layer05ea7405a998: Pulling fs layerba5c5eee93b2: Waitingccef58c1ec23: Waitingf58caa225e78: Waitinge5b816875ec7: Waiting2dc1ede51ef9: Waiting637cd996e729: Waitinge521104f43f2: Waiting85acc1d96727: Waiting4798bd4315ce: Waiting5adb34782261: Waiting3ed6ed890bcc: Waiting1a9d0398727f: Waiting3902e7196407: Waiting2dbf4e493c82: Waiting87a13479d21f: Waiting58655837ed1a: Waiting2392a1c0faf2: Waiting826d12795d2a: Waiting48f0059e882a: Waitinga887790579d0: Waitingec3c50c293a6: Waitingf295b5eefcb4: Waiting6bf6091e80a7: Waiting75873b00ea39: Waitingedce86b5f8fb: Waiting8335ff7d796a: Waitinga5cf80048a8d: Waitingbd4498e2bf68: Waitingbb5db9673a61: Waiting11557f96dff6: Waiting5ffa47544a64: Waitingcae9012f5512: Waitingb92bc0bdd77f: Waiting11bee46e736c: Waiting6cdee63da433: Waiting97e1a82ddbc1: Waitingbd6b847c6301: Waitingef94452a17d0: Waiting4f4fb700ef54: Waiting05ea7405a998: Waitingd4181e0c64b1: Verifying Checksumd4181e0c64b1: Download complete60067d417858: Download complete3ed6ed890bcc: Verifying Checksum3ed6ed890bcc: Download complete85acc1d96727: Verifying Checksum85acc1d96727: Download complete913254a25f5e: Verifying Checksum913254a25f5e: Download completea887790579d0: Verifying Checksuma887790579d0: Download complete2392a1c0faf2: Verifying Checksum2392a1c0faf2: Download complete6bf6091e80a7: Verifying Checksum6bf6091e80a7: Download complete8335ff7d796a: Verifying Checksum8335ff7d796a: Download completea5cf80048a8d: Verifying Checksuma5cf80048a8d: Download complete11557f96dff6: Verifying Checksum11557f96dff6: Download completeb92bc0bdd77f: Verifying Checksumb92bc0bdd77f: Download complete913254a25f5e: Pull completed4181e0c64b1: Pull complete60067d417858: Pull complete5ffa47544a64: Verifying Checksum5ffa47544a64: Download complete85acc1d96727: Pull complete3ed6ed890bcc: Pull complete11bee46e736c: Verifying Checksum11bee46e736c: Download complete6cdee63da433: Verifying Checksum6cdee63da433: Download completebd6b847c6301: Verifying Checksumbd6b847c6301: Download completeef94452a17d0: Download completebd4498e2bf68: Verifying Checksumbd4498e2bf68: Download completecae9012f5512: Verifying Checksumcae9012f5512: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete97e1a82ddbc1: Verifying Checksum97e1a82ddbc1: Download completea36b4f4c3856: Verifying Checksuma36b4f4c3856: Download completeba5c5eee93b2: Download completeccef58c1ec23: Verifying Checksumccef58c1ec23: Download completef58caa225e78: Download completee5b816875ec7: Download complete637cd996e729: Verifying Checksum637cd996e729: Download complete4798bd4315ce: Verifying Checksum4798bd4315ce: Download complete1a9d0398727f: Verifying Checksum1a9d0398727f: Download complete87a13479d21f: Download complete826d12795d2a: Verifying Checksum826d12795d2a: Download completeec3c50c293a6: Verifying Checksumec3c50c293a6: Download complete75873b00ea39: Verifying Checksum75873b00ea39: Download completee521104f43f2: Download complete5adb34782261: Verifying Checksum5adb34782261: Download complete3902e7196407: Verifying Checksum3902e7196407: Download complete2dc1ede51ef9: Verifying Checksum2dc1ede51ef9: Download complete58655837ed1a: Download complete48f0059e882a: Download completeedce86b5f8fb: Verifying Checksumedce86b5f8fb: Download complete2dbf4e493c82: Verifying Checksum2dbf4e493c82: Download complete05ea7405a998: Verifying Checksum05ea7405a998: Download completebb5db9673a61: Verifying Checksumbb5db9673a61: Download completef295b5eefcb4: Verifying Checksumf295b5eefcb4: Download complete2dbf4e493c82: Pull complete2392a1c0faf2: Pull completea887790579d0: Pull complete6bf6091e80a7: Pull complete8335ff7d796a: Pull completea5cf80048a8d: Pull complete11557f96dff6: Pull complete5ffa47544a64: Pull completeb92bc0bdd77f: Pull complete11bee46e736c: Pull complete6cdee63da433: Pull completebd6b847c6301: Pull completeef94452a17d0: Pull completebd4498e2bf68: Pull completecae9012f5512: Pull complete97e1a82ddbc1: Pull complete4f4fb700ef54: Pull completea36b4f4c3856: Pull completeba5c5eee93b2: Pull completeccef58c1ec23: Pull completef58caa225e78: Pull completee5b816875ec7: Pull complete637cd996e729: Pull complete4798bd4315ce: Pull complete1a9d0398727f: Pull complete87a13479d21f: Pull complete826d12795d2a: Pull completeec3c50c293a6: Pull complete75873b00ea39: Pull complete2dc1ede51ef9: Pull completee521104f43f2: Pull complete5adb34782261: Pull complete3902e7196407: Pull complete58655837ed1a: Pull complete48f0059e882a: Pull completef295b5eefcb4: Pull completeedce86b5f8fb: Pull completebb5db9673a61: Pull complete05ea7405a998: Pull completeDigest: sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4Status: Downloaded newer image for ocaml/opam@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f42025-10-27 12:07.05 ---> using "55ae748f998e54835d3967fc6571b603b5ee1c5ff4e316d4c116f7c103a9c488" from cache/: (comment debian-13-4.14_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-10-27 12:07.05 ---> using "c00b7fb0f14ee1c4f7d61067bbfa694b3be6391e35e49cc0aaf32d7c4e3d53f8" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-27 12:07.05 ---> using "855a2ad17f6bcf2293c394a91ad81b4660f67f6158dd85f342100a047bf5312e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-10-27 12:07.05 ---> using "a4ce8f05afc8d1524197ee77c40d77385ba3c1dd7324a7828030078cefe93e49" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 12:07.05 ---> using "b44f2387602157265122ccd9b42a9e7ae7bea0745aff65db47cf7ea002fcfa4d" 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_HEAD1abfcdbf14..6c1b386202 master -> origin/master537e2afc5b Merge pull request #28756 from hannesm/release-mirage-ptime-v5.2.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-27 12:07.05 ---> using "6d5e053a3f09accaff10ac693fc29961081f6a6d2d68c2a29c734a2fb8874168" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst ./))2025-10-27 12:07.05 ---> using "e091f6e2ef53d2cd63ef600216d69ddc885a07c026cba0ba9c15e79f67d1d85e" 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 "001be466c17e3434d0d4c158bf927283fdde59ebfda8589022d0b4e4ef6dcc79" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 12:07.05 ---> using "1560d6242c375cfd8ce655610235a325efa648a507c830c6bbcf70c8248bc46d" 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.9.0 lwt.5.9.2 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 re.1.14.0 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://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 [58.5 kB]- Fetched 149 kB in 0s (321 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tar.dev] synchronised (file:///src)[tar-mirage.dev] synchronised (file:///src)[tar-unix.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-10-27 12:07.05 ---> using "f70f1ca6f939af52692e8213d33b475d792627993d8c5fdf0051c17227b7c11a" 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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 36 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install bigstringaf 0.10.0- install checkseum 0.5.2- install cmdliner 2.0.0- install conf-linux-libc-dev 0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install decompress 1.5.3- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install logs 0.9.0- install lwt 5.9.2- install mirage-block 3.0.2- install mirage-block-unix 2.14.2- install mirage-kv 6.1.1- install mirage-ptime 5.2.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.0- install uri 4.4.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.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 fmt.0.11.0 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved mirage-block.3.0.2 (cached)-> retrieved lwt.5.9.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 re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved 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 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.2.0-> installed ocplib-endian.1.2-> installed optint.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed re.1.14.0-> installed checkseum.0.5.2-> installed angstrom.0.16.1-> installed alcotest.1.9.1-> installed decompress.1.5.3-> installed uri.4.4.0-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed mirage-block.3.0.2-> installed mirage-kv.6.1.1-> installed logs.0.9.0-> installed alcotest-lwt.1.9.1-> installed mirage-block-unix.2.14.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-27 12:07.05 ---> using "d540203ee417bfec1e4c8bf39ca6c8fb2a62905e0aa6863c1046a1ffdd22de62" from cache/src: (copy (src .) (dst /src))2025-10-27 12:07.05 ---> using "0950aadc5b1968a9aa81fb9d67b405a53f0d13feb4c61e3837557e2941987d82" 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 `210555HK'.[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.006s. 1 test run.(cd _build/default/lib_test && ./allocate_set_partial_test.exe)Testing `tar-allocate-set-partial'.This run has ID `MXQ6Y3SG'.[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.049s. 12 tests run.(cd _build/default/lib_test && ./parse_test.exe)Testing `parse-test'.This run has ID `FSIV2BS2'.[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 `YI64SZJJ'.[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.811s. 24 tests run.2025-10-27 12:07.05 ---> using "c0c47856344a594f991c97d81ff8e834c672dca606dda90926fedba462772096" from cacheJob succeeded2025-10-27 12:07.05: Job succeeded