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.14_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353Opam 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:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353# debian-13-4.14_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:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353-debian-13-4.14_opam-2.4-012880f1d45b2456bd244f1b6ead3bc3"2025-10-27 12:07.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353)(comment debian-13-4.14_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 toxis.caelum.ci.devAll commits already cachedHEAD is now at cde9c48 Merge pull request #175 from mirage/open-error(from ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353' locallydocker.io/ocaml/opam@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layerf76df728146d: Pulling fs layer1fee769dfcf3: Pulling fs layerf34ea90e6bf7: Waiting9089a7f69af3: Pulling fs layer6f758b47b2a0: Pulling fs layer1fee769dfcf3: Waiting16b225bbb395: Pulling fs layer6f758b47b2a0: Waitingabbf3ec39b68: Pulling fs layer16b225bbb395: Waiting1a61521655a9: Pulling fs layerabbf3ec39b68: Waiting6a8565a9e443: Pulling fs layer1a61521655a9: Waitingc059a4cbd7b9: Pulling fs layer3a00fdc9e291: Pulling fs layerc059a4cbd7b9: Waitinga0b62589bd38: Pulling fs layer3a00fdc9e291: Waiting6e8d713bf843: Pulling fs layerbca1fd5341ba: Pulling fs layer34b9849c2772: Pulling fs layer6e8d713bf843: Waitingbca1fd5341ba: Waiting4f4fb700ef54: Pulling fs layerd8d3d0744e38: Pulling fs layer788c7ce0e0e5: Pulling fs layer4f4fb700ef54: Waitingd8d3d0744e38: Waitinga297eab0ca3b: Pulling fs layer788c7ce0e0e5: Waiting2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layer9efe23d1fe7d: Pulling fs layer2e79af39acdb: Waiting8858e600236c: Waiting47d185934312: Pulling fs layer64a949a6caff: Pulling fs layer9efe23d1fe7d: Waiting47d185934312: Waitingc9d6a7c18bb1: Pulling fs layer64a949a6caff: Waitinge4fde4815f0c: Pulling fs layerd1f759c16950: Pulling fs layerc9d6a7c18bb1: Waitingf3dd45bf195f: Pulling fs layere4fde4815f0c: Waiting3985a6049101: Pulling fs layeraae849592418: Pulling fs layer3985a6049101: Waiting6173459dc6b2: Pulling fs layer7f16ef63bee0: Pulling fs layerfe355de6a899: Pulling fs layer6173459dc6b2: Waitingb0bc5a15bc9d: Pulling fs layer201f0a91f2b8: Pulling fs layerede583f8e36a: Pulling fs layerb0bc5a15bc9d: Waitingfe355de6a899: Waiting201f0a91f2b8: Waiting87d55f5091c6: Pulling fs layer0cd07c061663: Pulling fs layer87d55f5091c6: Waiting8f6112f72fa5: Verifying Checksum8f6112f72fa5: Download complete820d433882fc: Verifying Checksum820d433882fc: Download complete820d433882fc: Pull complete8f6112f72fa5: Pull completef06108004adb: Verifying Checksumf06108004adb: Download completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download completef06108004adb: Pull complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef34ea90e6bf7: Pull completef76df728146d: Verifying Checksumf76df728146d: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Verifying Checksum6a8565a9e443: Verifying Checksum6a8565a9e443: Download completec059a4cbd7b9: Download complete3a00fdc9e291: Download complete6e8d713bf843: Verifying Checksum6e8d713bf843: Download completea0b62589bd38: Download completebca1fd5341ba: Download complete34b9849c2772: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed8d3d0744e38: Verifying Checksumd8d3d0744e38: Download complete788c7ce0e0e5: Download complete2e79af39acdb: Download completea297eab0ca3b: Verifying Checksuma297eab0ca3b: Download complete8858e600236c: Download complete9efe23d1fe7d: Download complete47d185934312: Verifying Checksum47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completee4fde4815f0c: Verifying Checksume4fde4815f0c: Download completec9d6a7c18bb1: Verifying Checksumc9d6a7c18bb1: Download completed1f759c16950: Verifying Checksumd1f759c16950: Download completef3dd45bf195f: Verifying Checksumf3dd45bf195f: Download completeaae849592418: Verifying Checksumaae849592418: Download complete3985a6049101: Verifying Checksum3985a6049101: Download complete7f16ef63bee0: Verifying Checksum7f16ef63bee0: Download completefe355de6a899: Download completeb0bc5a15bc9d: Download complete201f0a91f2b8: Verifying Checksum201f0a91f2b8: Download completeede583f8e36a: Verifying Checksumede583f8e36a: Download complete87d55f5091c6: Verifying Checksum87d55f5091c6: Download complete0cd07c061663: Download completeb44a65709156: Verifying Checksumb44a65709156: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull complete9089a7f69af3: Pull complete6f758b47b2a0: Pull complete16b225bbb395: Pull completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completed1f759c16950: Pull completef3dd45bf195f: Pull complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete201f0a91f2b8: Pull completeede583f8e36a: Pull complete87d55f5091c6: Pull complete0cd07c061663: Pull completeDigest: sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353Status: Downloaded newer image for ocaml/opam@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee63532025-10-27 12:07.04 ---> using "ae5a35edb2df2fe59cb4e5cafe5ca62fb7d5b04088064e015fa744b1be849aae" from cache/: (comment debian-13-4.14_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.04 ---> using "c709841406782d6ce39e710beb594eeb96196224c9fd4a7a15a32a5de91b4f12" 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.04 ---> using "4db9c823b3333c708dd5eb5ecfeabad7d76c6397e3f7220965831fb792c960cc" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-10-27 12:07.04 ---> using "073fa9dcb716ac78a23e1ef269723b3002d2f61f1cdc56c519d0be5cd2ab2f31" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 12:07.04 ---> using "88f0ef42fc0352811aa4593507a82ab5f3e2e266d4af9769949fa0bbed8a3c6e" 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.04 ---> using "3d77cc5e3df8e13f3eb92704086da9ec3e644097c6358f3809aff7d6fe55fa37" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst ./))2025-10-27 12:07.04 ---> using "f9d582ebe87ddfda561519fc0e760f834798f02766fc559cd0eb112c5448eb33" 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.04 ---> using "5ca079ed0d2e910cd14c791216f79ca371889b6b7958c5a2e8e590544e3f9dee" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 12:07.04 ---> using "1fcf4e026a82ec11915c0a549a2a124e99421685aa38b8a3adf948400dfd8d01" 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 amd64 Packages [62.7 kB]- Fetched 153 kB in 0s (1425 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.04 ---> using "387669771eb0234ec8adfdf4b8052f9d79a6041c8aba1c371f6aefb7e13b470c" 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 cppo.1.8.0 (cached)-> retrieved checkseum.0.5.2 (cached)-> installed conf-linux-libc-dev.0-> retrieved cmdliner.2.0.0 (cached)-> 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.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mirage-block.3.0.2 (cached)-> retrieved mirage-block-unix.2.14.2 (cached)-> retrieved decompress.1.5.3 (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 uutf.1.0.4 (cached)-> retrieved uri.4.4.0 (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 mirage-ptime.5.2.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed re.1.14.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 mirage-block.3.0.2-> installed mirage-kv.6.1.1-> installed cstruct-lwt.6.2.0-> 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.04 ---> using "1fda3c10f713a910e98890b1571d0174087adb3da61b3e1cb42a2e1fd8b1f97d" from cache/src: (copy (src .) (dst /src))2025-10-27 12:07.04 ---> using "c3e52673aa7a821020585d99d727a089a2479b061c03ca5910bdc533d89e2543" 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 `ZWSK7KVV'.[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 `0WLOPAQR'.[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 && ./write_test.exe)Testing `tar-write'.This run has ID `0Y80ANAK'.[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.089s. 24 tests run.(cd _build/default/lib_test && ./parse_test.exe)Testing `parse-test'.This run has ID `YP9NIRG3'.[OK] parse_test 0 header.[OK] parse_test 1 can_read_tar.[OK] parse_test 2 can write pax headers.[OK] parse_test 3 can read @Longlink.[OK] parse_test 4 can read pax long names and links.[OK] parse_test 5 can read pax header with implicit dir...[OK] parse_test 6 can transform tars.[OK] parse_test 7 can read @LongLink with implicit dire...Full test results in `/src/_build/_tests/parse-test'.Test Successful in 0.007s. 8 tests run.2025-10-27 12:07.04 ---> using "ed9d2eff8af79be6ca60865d7cbd46e83dbe9f2c7004e09de4c7e52e8aa692fc" from cacheJob succeeded2025-10-27 12:07.04: Job succeeded