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:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 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.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 # debian-13-4.14_x86_32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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.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 $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.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 OCluster 2025-10-27 12:07.03: Waiting for worker… 2025-10-27 12:07.03: Got resource from pool OCluster Building on asteria.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.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63' locally docker.io/ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63: Pulling from ocaml/opam f1c1f592b556: Pulling fs layer 1b804c748ae2: Pulling fs layer 46890ce1a2c6: Pulling fs layer 59d360237abf: Pulling fs layer f1c1f592b556: Waiting 3f9e79276ad2: Pulling fs layer 0f3879946ce8: Pulling fs layer 59d360237abf: Waiting b5386ba4450a: Pulling fs layer d72a73e60ada: Pulling fs layer 0f3879946ce8: Waiting 1b804c748ae2: Waiting 5657d34ee214: Pulling fs layer b3739d7df5a6: Pulling fs layer 20686602fa54: Pulling fs layer 5657d34ee214: Waiting ac71dabb3064: Pulling fs layer b5386ba4450a: Waiting aebd608b6359: Pulling fs layer 20686602fa54: Waiting b25ca2e1fe6a: Pulling fs layer 3f9e79276ad2: Waiting aebd608b6359: Waiting 7b3c426e231e: Pulling fs layer 7c29943894c1: Pulling fs layer 6f96d58bfde1: Pulling fs layer 57fd7e6f0fcc: Pulling fs layer b25ca2e1fe6a: Waiting c62cedd71197: Pulling fs layer 8299ba532ede: Pulling fs layer acd9fe4f75a0: Pulling fs layer 4f4fb700ef54: Pulling fs layer c62cedd71197: Waiting 9f75e0cf0db8: Pulling fs layer 1ac30b6ffbfe: Pulling fs layer 9f75e0cf0db8: Waiting 8c966152e5b9: Pulling fs layer 6f96d58bfde1: Waiting 1b89a7d78106: Pulling fs layer 8c966152e5b9: Waiting 7ec941522540: Pulling fs layer 4ea54a4b23e3: Pulling fs layer 1ac30b6ffbfe: Waiting 7ec941522540: Waiting f896ea897152: Pulling fs layer 81d297dab66c: Pulling fs layer 4ea54a4b23e3: Waiting a761e314d9bb: Pulling fs layer 81d297dab66c: Waiting 7e72fd67616e: Pulling fs layer a761e314d9bb: Waiting f896ea897152: Waiting 12aaf83bc4b9: Pulling fs layer 052055b1bebb: Pulling fs layer ef3b8f2cb729: Pulling fs layer 57924c7f024b: Pulling fs layer 7e72fd67616e: Waiting 052055b1bebb: Waiting 12aaf83bc4b9: Waiting e08a5917fa7f: Pulling fs layer 823bcf26ad4e: Pulling fs layer 57924c7f024b: Waiting fc03626aec80: Pulling fs layer 1091dd9160fe: Pulling fs layer fc03626aec80: Waiting b2ab94a85ee0: Pulling fs layer e51823fd6968: Pulling fs layer de64f45c764d: Pulling fs layer 9ccb9124a814: Pulling fs layer e51823fd6968: Waiting de64f45c764d: Waiting b2ab94a85ee0: Waiting f1c1f592b556: Verifying Checksum f1c1f592b556: Download complete 1b804c748ae2: Download complete 46890ce1a2c6: Verifying Checksum 46890ce1a2c6: Download complete f1c1f592b556: Pull complete 1b804c748ae2: Pull complete 46890ce1a2c6: Pull complete 59d360237abf: Verifying Checksum 59d360237abf: Download complete 59d360237abf: Pull complete 3f9e79276ad2: Verifying Checksum 3f9e79276ad2: Download complete 3f9e79276ad2: Pull complete b5386ba4450a: Verifying Checksum b5386ba4450a: Download complete d72a73e60ada: Verifying Checksum d72a73e60ada: Download complete 5657d34ee214: Verifying Checksum 5657d34ee214: Download complete b3739d7df5a6: Verifying Checksum b3739d7df5a6: Download complete 20686602fa54: Verifying Checksum 20686602fa54: Download complete ac71dabb3064: Verifying Checksum ac71dabb3064: Download complete aebd608b6359: Verifying Checksum aebd608b6359: Download complete b25ca2e1fe6a: Verifying Checksum b25ca2e1fe6a: Download complete 7b3c426e231e: Download complete 7c29943894c1: Download complete 6f96d58bfde1: Verifying Checksum 6f96d58bfde1: Download complete 57fd7e6f0fcc: Verifying Checksum 57fd7e6f0fcc: Download complete c62cedd71197: Download complete 0f3879946ce8: Verifying Checksum 0f3879946ce8: Download complete 4f4fb700ef54: Verifying Checksum acd9fe4f75a0: Verifying Checksum acd9fe4f75a0: Download complete 9f75e0cf0db8: Verifying Checksum 9f75e0cf0db8: Download complete 1ac30b6ffbfe: Download complete 8c966152e5b9: Verifying Checksum 8c966152e5b9: Download complete 1b89a7d78106: Verifying Checksum 1b89a7d78106: Download complete 7ec941522540: Download complete 4ea54a4b23e3: Verifying Checksum 4ea54a4b23e3: Download complete f896ea897152: Verifying Checksum f896ea897152: Download complete a761e314d9bb: Verifying Checksum a761e314d9bb: Download complete 81d297dab66c: Verifying Checksum 81d297dab66c: Download complete 7e72fd67616e: Download complete 12aaf83bc4b9: Verifying Checksum 12aaf83bc4b9: Download complete 052055b1bebb: Download complete 57924c7f024b: Verifying Checksum 57924c7f024b: Download complete 0f3879946ce8: Pull complete b5386ba4450a: Pull complete d72a73e60ada: Pull complete 5657d34ee214: Pull complete b3739d7df5a6: Pull complete 20686602fa54: Pull complete ac71dabb3064: Pull complete aebd608b6359: Pull complete b25ca2e1fe6a: Pull complete 7b3c426e231e: Pull complete 7c29943894c1: Pull complete 6f96d58bfde1: Pull complete 57fd7e6f0fcc: Pull complete c62cedd71197: Pull complete 8299ba532ede: Pull complete acd9fe4f75a0: Pull complete 4f4fb700ef54: Pull complete 9f75e0cf0db8: Pull complete 1ac30b6ffbfe: Pull complete 8c966152e5b9: Pull complete 1b89a7d78106: Pull complete e08a5917fa7f: Verifying Checksum e08a5917fa7f: Download complete 7ec941522540: Pull complete 4ea54a4b23e3: Pull complete f896ea897152: Pull complete 81d297dab66c: Pull complete a761e314d9bb: Pull complete 7e72fd67616e: Pull complete 823bcf26ad4e: Verifying Checksum 823bcf26ad4e: Download complete 12aaf83bc4b9: Pull complete 052055b1bebb: Pull complete fc03626aec80: Verifying Checksum fc03626aec80: Download complete 1091dd9160fe: Verifying Checksum 1091dd9160fe: Download complete b2ab94a85ee0: Verifying Checksum b2ab94a85ee0: Download complete e51823fd6968: Verifying Checksum e51823fd6968: Download complete de64f45c764d: Verifying Checksum de64f45c764d: Download complete 9ccb9124a814: Verifying Checksum 9ccb9124a814: Download complete ef3b8f2cb729: Verifying Checksum ef3b8f2cb729: Download complete ef3b8f2cb729: Pull complete 57924c7f024b: Pull complete e08a5917fa7f: Pull complete 823bcf26ad4e: Pull complete fc03626aec80: Pull complete 1091dd9160fe: Pull complete b2ab94a85ee0: Pull complete e51823fd6968: Pull complete de64f45c764d: Pull complete 9ccb9124a814: Pull complete Digest: sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 Status: Downloaded newer image for ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-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-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-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_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 "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.2 Done. # 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 cache Job succeeded 2025-10-27 12:07.05: Job succeeded