2026-01-24 22:45.52: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (bbb19985822cae634319f9eb1ff16f236e97d206) (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 bbb19985cat > 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-eio.opam ./RUN opam pin add -yn tar.dev './' && \opam pin add -yn tar-eio.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.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 csexp.1.5.2 cstruct.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 lwt-dllist.1.1.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tar.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-24 22:45.52: Using cache hint "mirage/ocaml-tar-ocaml/opam:debian-13-ocaml-5.4@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6-debian-13-5.4_x86_32_opam-2.5-973d4c60ab214823ccafc3cb25466ab8"2026-01-24 22:45.52: 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-eio.opam) (dst ./))(run (network host)(shell "opam pin add -yn tar.dev './' && \\nopam pin add -yn tar-eio.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.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 csexp.1.5.2 cstruct.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 lwt-dllist.1.1.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1")(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-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-24 22:45.52: Waiting for resource in pool OCluster2026-01-24 22:45.52: Waiting for worker…2026-01-24 22:45.53: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at bbb1998 Apply formatting and sync changes(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: Already exists2b48d46f078b: Already existsc621c09b189b: Already exists32f3ba7ab793: Already exists7d548d90d2e6: Already exists47e0db8920f7: Already exists3005f82609ce: Already exists4d4a0851ffff: Already existsfbd77c799b6d: Already exists45f199f25bab: Already exists302e107b493e: Already exists3adf920685a2: Already exists9e627f7d336a: Already existse507051a156a: Already exists8bc7f297c75b: Already exists367b3e4c885a: Already existse8da7facf14d: Already existsd2aedec2aee7: Already exists9a7c70a70566: Already exists248bac1a37be: Already exists6eeb3205f2a1: Already exists4f4fb700ef54: Already existsf2ebb779349c: Already exists739491ef9b38: Already exists1757ee195ab5: Already existsdaaa5c986635: Already existse7c5cdfdd8ab: Already existsf9c7ebe56fda: Already existsad15e6ede39d: Already exists87de0eff9869: Already exists79bef189e5a9: Already exists48838cbe0af0: Already exists0f3b41686569: Already existsa64cabba2e9b: Already existsd88b22d80a9b: Already exists3baeaf770822: Already existse6a355e9e672: Already existsdad9f6189378: Already exists2ee86ee89865: Already exists43558c27d25b: Already exists0e2aedb9b174: Already exists8d7428b47caa: Already existsc7877a1d0060: Already exists56950ef670f5: Already existse7dc5ceceff5: Already existsb48406fd5019: Already exists04fa19dab50a: Already existsDigest: sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d6Status: Downloaded newer image for ocaml/opam@sha256:eb9501dc81d473c714fc86830370117117cc76e3cf868719976d0e740f13e7d62026-01-24 22:46.35 ---> saved as "f3ef0252fc1e953b02452ab482b941502fd748c852c73ed37b10d1b93fa1b752"/: (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-24 22:46.36 ---> saved as "c345ec37c2e8be9462ae5f66cf9a04ce835146322e5958323f4175d3eaeb116f"/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-24 22:47.20 ---> saved as "16ec65c644e14f87f9dac3ef42ca8b85bdb666e5aa59823a0764968db7d4be1f"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.4.02.5.02026-01-24 22:47.20 ---> saved as "6078852a8044fe1215706bd51f9fab0067b7f59407c8a5857bdbe0bad4d26d3a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-24 22:47.21 ---> saved as "05beb63a5122afe2bf9c4968ebfb09fe8358c0c42cd5165e9b3c5815f9e079ab"/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..64cd1a4d8a 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-24 22:47.39 ---> saved as "8a154cace4c5c6117a3e6603228a56839e12bf44df287111c606d05bbe146e38"/src: (copy (src tar.opam tar-eio.opam) (dst ./))2026-01-24 22:47.39 ---> saved as "2d14eeeaed8732282884de430faa57b6e448eb20190910479315e557875e1780"/src: (run (network host)(shell "opam pin add -yn tar.dev './' && \\nopam pin add -yn tar-eio.dev './'"))[tar.dev] synchronised (file:///src)tar 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-24 22:47.43 ---> saved as "8cb562c56e653dfcbdc86d8bb718abe07e0fda8cf65b87d4f69a8a6626d947bf"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-24 22:47.44 ---> saved as "4f64fb45b96d1e07ec86fa7c14b9dbc12fd533a9092c4fd5bcd2430e8409653f"/src: (env DEPS "base-bigarray.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 csexp.1.5.2 cstruct.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 lwt-dllist.1.1.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1")/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-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 [89.7 kB]- Fetched 9750 kB in 2s (5348 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tar.dev] synchronised (file:///src)[tar-eio.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-24 22:47.58 ---> saved as "840b52baf6068c5f63e512aedf79b7c8542891c3901f18fe62a2c88ff082b21d"/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 21 packages- install bigstringaf 0.10.0- install checkseum 0.5.2- install cmdliner 2.1.0- install csexp 1.5.2- install cstruct 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 lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install psq 0.2.1- install seq base- install thread-table 1.0.0- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigstringaf.0.10.0 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved eio.1.3 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved psq.0.2.1 (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)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed dune.3.21.0-> installed lwt-dllist.1.1.0-> installed thread-table.1.0.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed domain-local-await.1.0.1-> installed dune-configurator.3.21.0-> installed bigstringaf.0.10.0-> installed checkseum.0.5.2-> installed eio.1.3-> installed decompress.1.5.3Done.# To update the current shell environment, run: eval $(opam env)2026-01-24 22:50.16 ---> saved as "b2594fc31bfbc9b7457861a37612ef751b45147c2fac3d5e9c7ae24cdc28dcb1"/src: (copy (src .) (dst /src))2026-01-24 22:50.17 ---> saved as "74a8180413225677c77447d71721daacca7d4ec195b855b526042f343795f6d4"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-24 22:50.18 ---> saved as "cd0858b50c4bdf0adc6c09fb2492f33d0f0693751fcf87de91d88bb8b6201526"Job succeeded2026-01-24 22:50.18: Job succeeded