2026-01-16 14:01.27: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (cde9c483f4e06e8200257b03d03ebcf3fd5993eb) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6Opam 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-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6# debian-13-5.4_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.1.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 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.3 fmt.0.11.0 hmap.0.8.1 logs.0.10.0 lwt.6.0.0 lwt-dllist.1.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 psq.0.2.1 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-16 14:01.27: Using cache hint "mirage/ocaml-tar-ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6-debian-13-5.4_x86_32_opam-2.5-f089b25ff3386f2eddbaa7e2b76bc9bc"2026-01-16 14:01.27: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6)(comment debian-13-5.4_x86_32_opam-2.5)(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.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.1.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 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.3 fmt.0.11.0 hmap.0.8.1 logs.0.10.0 lwt.6.0.0 lwt-dllist.1.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 psq.0.2.1 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.1.1 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.5 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.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 @install @check @runtest && rm -rf _build")))2026-01-16 14:01.27: Waiting for resource in pool OCluster2026-01-16 19:39.29: Waiting for worker…2026-01-16 19:44.32: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at cde9c48 Merge pull request #175 from mirage/open-error(from ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6' locallydocker.io/ocaml/opam@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6: Pulling from ocaml/opam7ba68d5e03a0: Already exists1a92a756293b: Pulling fs layer2b48d46f078b: Pulling fs layerc621c09b189b: Pulling fs layer32f3ba7ab793: Pulling fs layer7d548d90d2e6: Pulling fs layer47e0db8920f7: Pulling fs layer3005f82609ce: Pulling fs layer4d4a0851ffff: Pulling fs layerfbd77c799b6d: Pulling fs layer45f199f25bab: Pulling fs layer302e107b493e: Pulling fs layer3adf920685a2: Pulling fs layer9e627f7d336a: Pulling fs layere507051a156a: Pulling fs layer8bc7f297c75b: Pulling fs layer367b3e4c885a: Pulling fs layere8da7facf14d: Pulling fs layerd2aedec2aee7: Pulling fs layer9a7c70a70566: Pulling fs layer248bac1a37be: Pulling fs layer6eeb3205f2a1: Pulling fs layer4f4fb700ef54: Pulling fs layerf2ebb779349c: Pulling fs layer739491ef9b38: Pulling fs layer1757ee195ab5: Pulling fs layerdaaa5c986635: Pulling fs layere7c5cdfdd8ab: Pulling fs layerf9c7ebe56fda: Pulling fs layerad15e6ede39d: Pulling fs layer87de0eff9869: Pulling fs layer79bef189e5a9: Pulling fs layer48838cbe0af0: Pulling fs layer0f3b41686569: Pulling fs layera64cabba2e9b: Pulling fs layerd88b22d80a9b: Pulling fs layer3baeaf770822: Pulling fs layere6a355e9e672: Pulling fs layer32f3ba7ab793: Waitingdad9f6189378: Pulling fs layer2ee86ee89865: Pulling fs layer7d548d90d2e6: Waiting43558c27d25b: Pulling fs layer47e0db8920f7: Waiting0e2aedb9b174: Pulling fs layer8d7428b47caa: Pulling fs layerc7877a1d0060: Pulling fs layer3005f82609ce: Waiting4d4a0851ffff: Waiting56950ef670f5: Pulling fs layerfbd77c799b6d: Waitinge7dc5ceceff5: Pulling fs layer45f199f25bab: Waitingb48406fd5019: Pulling fs layer04fa19dab50a: Pulling fs layer302e107b493e: Waiting9a7c70a70566: Waiting248bac1a37be: Waiting6eeb3205f2a1: Waiting4f4fb700ef54: Waitingf2ebb779349c: Waiting739491ef9b38: Waiting1757ee195ab5: Waitingdaaa5c986635: Waitinge7c5cdfdd8ab: Waitingf9c7ebe56fda: Waitingad15e6ede39d: Waiting87de0eff9869: Waiting79bef189e5a9: Waiting48838cbe0af0: Waiting0f3b41686569: Waitinga64cabba2e9b: Waitingd88b22d80a9b: Waiting3baeaf770822: Waitinge6a355e9e672: Waitingdad9f6189378: Waiting2ee86ee89865: Waiting43558c27d25b: Waiting0e2aedb9b174: Waiting8d7428b47caa: Waitingc7877a1d0060: Waiting56950ef670f5: Waitinge7dc5ceceff5: Waitingb48406fd5019: Waiting04fa19dab50a: Waitinge8da7facf14d: Waitingd2aedec2aee7: Waiting9e627f7d336a: Waitinge507051a156a: Waiting8bc7f297c75b: Waiting367b3e4c885a: Waiting1a92a756293b: Verifying Checksum1a92a756293b: Download complete2b48d46f078b: Verifying Checksum2b48d46f078b: Download complete1a92a756293b: Pull complete2b48d46f078b: Pull complete32f3ba7ab793: Verifying Checksum32f3ba7ab793: Download completec621c09b189b: Verifying Checksumc621c09b189b: Download complete47e0db8920f7: Verifying Checksum47e0db8920f7: Download complete3005f82609ce: Verifying Checksum3005f82609ce: Download completec621c09b189b: Pull complete4d4a0851ffff: Verifying Checksum4d4a0851ffff: Download complete32f3ba7ab793: Pull completefbd77c799b6d: Verifying Checksumfbd77c799b6d: Download complete45f199f25bab: Verifying Checksum45f199f25bab: Download complete302e107b493e: Verifying Checksum302e107b493e: Download complete3adf920685a2: Verifying Checksum3adf920685a2: Download complete9e627f7d336a: Verifying Checksum9e627f7d336a: Download completee507051a156a: Verifying Checksume507051a156a: Download complete8bc7f297c75b: Verifying Checksum8bc7f297c75b: Download complete367b3e4c885a: Verifying Checksum367b3e4c885a: Download completee8da7facf14d: Download complete7d548d90d2e6: Verifying Checksum7d548d90d2e6: Download complete9a7c70a70566: Verifying Checksum9a7c70a70566: Download completed2aedec2aee7: Verifying Checksumd2aedec2aee7: Download complete248bac1a37be: Verifying Checksum248bac1a37be: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete6eeb3205f2a1: Download completef2ebb779349c: Verifying Checksumf2ebb779349c: Download complete739491ef9b38: Download complete1757ee195ab5: Verifying Checksum1757ee195ab5: Download completee7c5cdfdd8ab: Verifying Checksume7c5cdfdd8ab: Download completedaaa5c986635: Download complete87de0eff9869: Download completead15e6ede39d: Verifying Checksumad15e6ede39d: Download complete48838cbe0af0: Download complete79bef189e5a9: Download completef9c7ebe56fda: Verifying Checksumf9c7ebe56fda: Download complete0f3b41686569: Verifying Checksum0f3b41686569: Download completea64cabba2e9b: Download complete3baeaf770822: Download completedad9f6189378: Verifying Checksumdad9f6189378: Download complete2ee86ee89865: Verifying Checksum2ee86ee89865: Download complete43558c27d25b: Verifying Checksum43558c27d25b: Download complete0e2aedb9b174: Download complete8d7428b47caa: Verifying Checksum8d7428b47caa: Download completec7877a1d0060: Verifying Checksumc7877a1d0060: Download completee6a355e9e672: Verifying Checksume6a355e9e672: Download completee7dc5ceceff5: Verifying Checksume7dc5ceceff5: Download completeb48406fd5019: Verifying Checksumb48406fd5019: Download complete04fa19dab50a: Verifying Checksum04fa19dab50a: Download complete56950ef670f5: Download complete7d548d90d2e6: Pull complete47e0db8920f7: Pull complete3005f82609ce: Pull complete4d4a0851ffff: Pull completefbd77c799b6d: Pull complete45f199f25bab: Pull complete302e107b493e: Pull complete3adf920685a2: Pull complete9e627f7d336a: Pull completee507051a156a: Pull complete8bc7f297c75b: Pull complete367b3e4c885a: Pull completee8da7facf14d: Pull completed2aedec2aee7: Pull complete9a7c70a70566: Pull complete248bac1a37be: Pull complete6eeb3205f2a1: Pull complete4f4fb700ef54: Pull completef2ebb779349c: Pull complete739491ef9b38: Pull complete1757ee195ab5: Pull completedaaa5c986635: Pull completee7c5cdfdd8ab: Pull completef9c7ebe56fda: Pull completead15e6ede39d: Pull complete87de0eff9869: Pull complete79bef189e5a9: Pull complete48838cbe0af0: Pull complete0f3b41686569: Pull completea64cabba2e9b: Pull completed88b22d80a9b: Verifying Checksumd88b22d80a9b: Download completed88b22d80a9b: Pull complete3baeaf770822: Pull completee6a355e9e672: Pull completedad9f6189378: Pull complete2ee86ee89865: Pull complete43558c27d25b: Pull complete0e2aedb9b174: Pull complete8d7428b47caa: Pull completec7877a1d0060: Pull complete56950ef670f5: Pull completee7dc5ceceff5: Pull completeb48406fd5019: Pull complete04fa19dab50a: Pull completeDigest: sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6Status: Downloaded newer image for ocaml/opam@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d62026-01-16 19:44.33 ---> using "f3ef0252fc1e953b02452ab482b941502fd748c852c73ed37b10d1b93fa1b752" from cache/: (comment debian-13-5.4_x86_32_opam-2.5)/: (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.5 /usr/bin/opam"))2026-01-16 19:44.33 ---> using "c345ec37c2e8be9462ae5f66cf9a04ce835146322e5958323f4175d3eaeb116f" 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] Initialised2026-01-16 19:44.33 ---> using "16ec65c644e14f87f9dac3ef42ca8b85bdb666e5aa59823a0764968db7d4be1f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-01-16 19:44.33 ---> using "6078852a8044fe1215706bd51f9fab0067b7f59407c8a5857bdbe0bad4d26d3a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 19:44.33 ---> using "05beb63a5122afe2bf9c4968ebfb09fe8358c0c42cd5165e9b3c5815f9e079ab" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..92679ed614 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-16 19:44.33 ---> using "8a154cace4c5c6117a3e6603228a56839e12bf44df287111c606d05bbe146e38" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst ./))2026-01-16 19:44.34 ---> saved as "dccbc4de26ba76d921168d11fc6ab6fb67666a08fd11b2294e365cc94a6d5db1"/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)2026-01-16 19:44.41 ---> saved as "ead8675dd0ee6c5f0a4ff4fd60e3f39634e9a0d3db42c354ae18bf04a30821ab"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 19:44.42 ---> saved as "91f228f97a2b8fa7fd01e995d0ffb7ba1fb0579fd6a2aae52311b4ad228852df"/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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 checkseum.0.5.2 cmdliner.2.1.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 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.3 fmt.0.11.0 hmap.0.8.1 logs.0.10.0 lwt.6.0.0 lwt-dllist.1.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-kv.6.1.1 mirage-ptime.5.2.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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 psq.0.2.1 ptime.1.2.0 re.1.14.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.1.1 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.5 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main i386 Packages [9429 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [87.7 kB]- Fetched 9748 kB in 2s (5334 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tar.dev] synchronised (file:///src)[tar-eio.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-option-bytecode-only is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-01-16 19:44.55 ---> saved as "8bb74fb8d194eb7d38a61d92070d2122ebbc08a695a44bc2b647140a9da3ea0b"/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-option-bytecode-only is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 44 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.1.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 domain-local-await 1.0.1- install dune 3.21.0- install dune-configurator 3.21.0- install eio 1.3- install fmt 0.11.0- install hmap 0.8.1- install logs 0.10.0- install lwt 6.0.0- install lwt-dllist 1.1.0- 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 mtime 2.1.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 psq 0.2.1- install ptime 1.2.0- install re 1.14.0- install rresult 0.7.0- install seq base- install stdlib-shims 0.3.0- install stringext 1.6.0- install thread-table 1.0.0- install topkg 1.1.1- 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.1.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 domain-local-await.1.0.1 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved eio.1.3 (cached)-> retrieved lwt.6.0.0 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mirage-block.3.0.2 (cached)-> retrieved mirage-block-unix.2.14.2 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved mirage-ptime.5.2.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed rresult.0.7.0-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.21.0-> installed stdlib-shims.0.3.0-> installed lwt-dllist.1.1.0-> installed mirage-ptime.5.2.0-> installed stringext.1.6.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed re.1.14.0-> installed thread-table.1.0.0-> installed cppo.1.8.0-> installed domain-local-await.1.0.1-> installed ocplib-endian.1.2-> installed dune-configurator.3.21.0-> installed ocaml-syntax-shims.1.0.0-> installed alcotest.1.9.1-> installed bigstringaf.0.10.0-> installed checkseum.0.5.2-> installed angstrom.0.16.1-> installed lwt.6.0.0-> installed cstruct-lwt.6.2.0-> installed mirage-block.3.0.2-> installed mirage-kv.6.1.1-> installed eio.1.3-> installed decompress.1.5.3-> installed logs.0.10.0-> installed alcotest-lwt.1.9.1-> installed uri.4.4.0-> installed mirage-block-unix.2.14.2Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 19:49.37 ---> saved as "094f7a3f6aae8df5f908b6a35c6275fc4f73267c11039607ca3aaf8d28ad5061"/src: (copy (src .) (dst /src))2026-01-16 19:49.37 ---> saved as "3f7ee5c0ec5214b5641b2952a2a3ff58ba6e710bd103ac00b430b7450e83620c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && ./global_extended_headers_test.exe)Testing `global extended headers'.This run has ID `9YPR7KSB'.[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 `JFHPG8JP'.[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.013s. 12 tests run.(cd _build/default/lib_test && ./parse_test.exe)Testing `parse-test'.This run has ID `QCO3TNTI'.[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.013s. 8 tests run.(cd _build/default/lib_test && ./write_test.exe)Testing `tar-write'.This run has ID `57RFO5Q2'.[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.565s. 24 tests run.2026-01-16 19:49.42 ---> saved as "113c9da5957f1b0deaba25083985682d1f5169ed58544c27fde699c0357077ac"Job succeeded2026-01-16 19:49.42: Job succeeded