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_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Opam 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:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-012880f1d45b2456bd244f1b6ead3bc3"2025-10-27 12:07.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 asteria.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:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63' locallydocker.io/ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63: Pulling from ocaml/opamf1c1f592b556: Pulling fs layer1b804c748ae2: Pulling fs layer46890ce1a2c6: Pulling fs layer59d360237abf: Pulling fs layerf1c1f592b556: Waiting3f9e79276ad2: Pulling fs layer0f3879946ce8: Pulling fs layer59d360237abf: Waitingb5386ba4450a: Pulling fs layerd72a73e60ada: Pulling fs layer0f3879946ce8: Waiting1b804c748ae2: Waiting5657d34ee214: Pulling fs layerb3739d7df5a6: Pulling fs layer20686602fa54: Pulling fs layer5657d34ee214: Waitingac71dabb3064: Pulling fs layerb5386ba4450a: Waitingaebd608b6359: Pulling fs layer20686602fa54: Waitingb25ca2e1fe6a: Pulling fs layer3f9e79276ad2: Waitingaebd608b6359: Waiting7b3c426e231e: Pulling fs layer7c29943894c1: Pulling fs layer6f96d58bfde1: Pulling fs layer57fd7e6f0fcc: Pulling fs layerb25ca2e1fe6a: Waitingc62cedd71197: Pulling fs layer8299ba532ede: Pulling fs layeracd9fe4f75a0: Pulling fs layer4f4fb700ef54: Pulling fs layerc62cedd71197: Waiting9f75e0cf0db8: Pulling fs layer1ac30b6ffbfe: Pulling fs layer9f75e0cf0db8: Waiting8c966152e5b9: Pulling fs layer6f96d58bfde1: Waiting1b89a7d78106: Pulling fs layer8c966152e5b9: Waiting7ec941522540: Pulling fs layer4ea54a4b23e3: Pulling fs layer1ac30b6ffbfe: Waiting7ec941522540: Waitingf896ea897152: Pulling fs layer81d297dab66c: Pulling fs layer4ea54a4b23e3: Waitinga761e314d9bb: Pulling fs layer81d297dab66c: Waiting7e72fd67616e: Pulling fs layera761e314d9bb: Waitingf896ea897152: Waiting12aaf83bc4b9: Pulling fs layer052055b1bebb: Pulling fs layeref3b8f2cb729: Pulling fs layer57924c7f024b: Pulling fs layer7e72fd67616e: Waiting052055b1bebb: Waiting12aaf83bc4b9: Waitinge08a5917fa7f: Pulling fs layer823bcf26ad4e: Pulling fs layer57924c7f024b: Waitingfc03626aec80: Pulling fs layer1091dd9160fe: Pulling fs layerfc03626aec80: Waitingb2ab94a85ee0: Pulling fs layere51823fd6968: Pulling fs layerde64f45c764d: Pulling fs layer9ccb9124a814: Pulling fs layere51823fd6968: Waitingde64f45c764d: Waitingb2ab94a85ee0: Waitingf1c1f592b556: Verifying Checksumf1c1f592b556: Download complete1b804c748ae2: Download complete46890ce1a2c6: Verifying Checksum46890ce1a2c6: Download completef1c1f592b556: Pull complete1b804c748ae2: Pull complete46890ce1a2c6: Pull complete59d360237abf: Verifying Checksum59d360237abf: Download complete59d360237abf: Pull complete3f9e79276ad2: Verifying Checksum3f9e79276ad2: Download complete3f9e79276ad2: Pull completeb5386ba4450a: Verifying Checksumb5386ba4450a: Download completed72a73e60ada: Verifying Checksumd72a73e60ada: Download complete5657d34ee214: Verifying Checksum5657d34ee214: Download completeb3739d7df5a6: Verifying Checksumb3739d7df5a6: Download complete20686602fa54: Verifying Checksum20686602fa54: Download completeac71dabb3064: Verifying Checksumac71dabb3064: Download completeaebd608b6359: Verifying Checksumaebd608b6359: Download completeb25ca2e1fe6a: Verifying Checksumb25ca2e1fe6a: Download complete7b3c426e231e: Download complete7c29943894c1: Download complete6f96d58bfde1: Verifying Checksum6f96d58bfde1: Download complete57fd7e6f0fcc: Verifying Checksum57fd7e6f0fcc: Download completec62cedd71197: Download complete0f3879946ce8: Verifying Checksum0f3879946ce8: Download complete4f4fb700ef54: Verifying Checksumacd9fe4f75a0: Verifying Checksumacd9fe4f75a0: Download complete9f75e0cf0db8: Verifying Checksum9f75e0cf0db8: Download complete1ac30b6ffbfe: Download complete8c966152e5b9: Verifying Checksum8c966152e5b9: Download complete1b89a7d78106: Verifying Checksum1b89a7d78106: Download complete7ec941522540: Download complete4ea54a4b23e3: Verifying Checksum4ea54a4b23e3: Download completef896ea897152: Verifying Checksumf896ea897152: Download completea761e314d9bb: Verifying Checksuma761e314d9bb: Download complete81d297dab66c: Verifying Checksum81d297dab66c: Download complete7e72fd67616e: Download complete12aaf83bc4b9: Verifying Checksum12aaf83bc4b9: Download complete052055b1bebb: Download complete57924c7f024b: Verifying Checksum57924c7f024b: Download complete0f3879946ce8: Pull completeb5386ba4450a: Pull completed72a73e60ada: Pull complete5657d34ee214: Pull completeb3739d7df5a6: Pull complete20686602fa54: Pull completeac71dabb3064: Pull completeaebd608b6359: Pull completeb25ca2e1fe6a: Pull complete7b3c426e231e: Pull complete7c29943894c1: Pull complete6f96d58bfde1: Pull complete57fd7e6f0fcc: Pull completec62cedd71197: Pull complete8299ba532ede: Pull completeacd9fe4f75a0: Pull complete4f4fb700ef54: Pull complete9f75e0cf0db8: Pull complete1ac30b6ffbfe: Pull complete8c966152e5b9: Pull complete1b89a7d78106: Pull completee08a5917fa7f: Verifying Checksume08a5917fa7f: Download complete7ec941522540: Pull complete4ea54a4b23e3: Pull completef896ea897152: Pull complete81d297dab66c: Pull completea761e314d9bb: Pull complete7e72fd67616e: Pull complete823bcf26ad4e: Verifying Checksum823bcf26ad4e: Download complete12aaf83bc4b9: Pull complete052055b1bebb: Pull completefc03626aec80: Verifying Checksumfc03626aec80: Download complete1091dd9160fe: Verifying Checksum1091dd9160fe: Download completeb2ab94a85ee0: Verifying Checksumb2ab94a85ee0: Download completee51823fd6968: Verifying Checksume51823fd6968: Download completede64f45c764d: Verifying Checksumde64f45c764d: Download complete9ccb9124a814: Verifying Checksum9ccb9124a814: Download completeef3b8f2cb729: Verifying Checksumef3b8f2cb729: Download completeef3b8f2cb729: Pull complete57924c7f024b: Pull completee08a5917fa7f: Pull complete823bcf26ad4e: Pull completefc03626aec80: Pull complete1091dd9160fe: Pull completeb2ab94a85ee0: Pull completee51823fd6968: Pull completede64f45c764d: Pull complete9ccb9124a814: Pull completeDigest: sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Status: Downloaded newer image for ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested2025-10-27 12:07.05 ---> using "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27" from cache/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (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 "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-27 12:07.05 ---> using "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-27 12:07.05 ---> using "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 12:07.05 ---> using "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610" 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 "cbcc08d1ab77067ca5a0386daba546e4bf71f01f00f0482c4a28d4c5baed05d8" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst ./))2025-10-27 12:07.05 ---> using "86bf9536a5b218693db375369562ee0f9dfb1805617a37d410acd3600cc89385" 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 "9436b6b34271e7c2fc2a6700da73d6747c4c5117268b770f83a27f073e920fb2" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 12:07.05 ---> using "9d3daa4b09800a54f583fafc3a864b9fc329d67d2e46908c7b258ad72ecf0fc1" 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 i386 Packages [58.1 kB]- Fetched 149 kB in 0s (1225 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 "f30abca75f35703c874519b706c6ff3b67b6fbaf0df5a04fda822a49c4dc1d40" 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)-> installed conf-linux-libc-dev.0-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved fmt.0.11.0 (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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved uutf.1.0.4 (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.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 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 "b0a465aab8cb26d2235c9bc08e5662afd419fb6bd64d1c2da2f4cbb0ca3db10b" from cache/src: (copy (src .) (dst /src))2025-10-27 12:07.05 ---> using "58a99290e0cf9157d126d9ebba6c2c33bcacdb13e94d11461c929253696e6f25" 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 `5YO4M1RY'.[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.001s. 1 test run.(cd _build/default/lib_test && ./allocate_set_partial_test.exe)Testing `tar-allocate-set-partial'.This run has ID `46EYRKLF'.[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.007s. 12 tests run.(cd _build/default/lib_test && ./parse_test.exe)Testing `parse-test'.This run has ID `JCYYXAV9'.[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.010s. 8 tests run.(cd _build/default/lib_test && ./write_test.exe)Testing `tar-write'.This run has ID `DYEO61D7'.[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.099s. 24 tests run.2025-10-27 12:07.05 ---> using "c42ff20817e651b97fa16db74fdda55ae9a2b9688d201d0b76387573e7fe85aa" from cacheJob succeeded2025-10-27 12:07.05: Job succeeded