2026-02-03 06:45.11: New job: test MisterDA/ocaml-tar https://github.com/MisterDA/ocaml-tar.git#refs/heads/main (e25903860da01a056a46944c7296ad903b2ec2b9) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/MisterDA/ocaml-tar.git" -b "main" && cd "ocaml-tar" && git reset --hard e2590386cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5# fedora-42-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam ./RUN opam pin add -yn tar.dev './' && \opam pin add -yn tar-unix.dev './' && \opam pin add -yn tar-mirage.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 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 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0"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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-03 06:45.11: Using cache hint "MisterDA/ocaml-tar-ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5-fedora-42-4.14_opam-2.5-1814c405c54bdea826aa48a95f275b3c"2026-02-03 06:45.11: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5)(comment fedora-42-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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 f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src tar.opam tar-unix.opam tar-mirage.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 './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 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 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0")(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 $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-02-03 06:45.11: Waiting for resource in pool OCluster2026-02-03 07:42.35: Waiting for worker…2026-02-03 07:45.52: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1(from ocaml/opam:fedora-42-ocaml-4.14@sha256:3a7f262bdf2ba8dfaecccb75c0af66332b44ba2da7d733a55449c650abb023b5)2026-02-03 07:45.53 ---> using "a6f94be35b202227ab74ad3310bea2d45aa13e878fda1e3f0819225d025f0cd3" from cache/: (comment fedora-42-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 8.4 KiB/s | 4.5 KiB | 00m01sFedora 42 - x86_64 100% | 119.4 KiB/s | 22.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-02-03 07:45.53 ---> using "70128ba5e9efd581d4e7eab66e63b848436d900a6ef397951265007a8958aa91" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-03 07:45.53 ---> using "3958c8e8962853a0018b846a230ec8078b941ce34145079c778877ac1b2accf0" 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-02-03 07:45.53 ---> using "12fd253e7ca7155f2e2d14cb19de363079527f4b187e1a869ee6197e19f87655" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-02-03 07:45.53 ---> using "d9b808be03d8ee765f9f561b1480e7e797742e93467fec856dee187ae596a718" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-03 07:45.53 ---> using "e1734ddde762582818f9dd653d06131a0bca3d745efa9a08c0724368c456c9c0" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 || git fetch origin master) && git reset -q --hard f34b61248bf2b41a5b1430c0f5fbf47ce08e7fb1 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD8e1b9a49e8..f34b61248b master -> origin/masterf34b61248b Merge pull request #29295 from raphael-proust/opam-publish-lwt.6.1.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.4.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)2026-02-03 07:45.53 ---> using "59a8dec5216af1be1a244a2e988ede5090ee057f9c62bf5fbb4a8e0b9ae39d43" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./))2026-02-03 07:45.53 ---> saved as "109e541ab554b52922cf7fb4f03efb0def445319b858ba40057010ffd4c85235"/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 './'"))[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)2026-02-03 07:45.57 ---> saved as "70624b6c7a34d11c6eede065b09fa537f82a172717deffa0117d56e99ba7d129"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-03 07:45.58 ---> saved as "86f1c5bb2d87cd8ffb2dd682d59a4d4ddf0384859e47d59aa7b048a6d44b949f"/src: (env DEPS "angstrom.0.16.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 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 dune.3.21.0 dune-configurator.3.21.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.0 mirage-block.3.0.2 mirage-block-unix.2.14.2 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mirage-kv.6.1.1 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 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 ounit2.2.2.7 ounit2-lwt.2.2.7 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.37.0 ptime.1.2.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0")/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 $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 42 - x86_64 - Updates 100% | 97.2 KiB/s | 19.3 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> 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).# To update the current shell environment, run: eval $(opam env)2026-02-03 07:46.24 ---> saved as "ce9de6b7e98aae1152095b3fe0ccd997ce2b44adc01f28685ae26a3e15f53032"/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 44 packages- install angstrom 0.16.1- install base-bytes base- install bigstringaf 0.10.0- install camlp-streams 5.0.1- 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 dune 3.21.0- install dune-configurator 3.21.0- install fmt 0.11.0- install logs 0.10.0- install lwt 6.1.0- install mirage-block 3.0.2- install mirage-block-unix 2.14.2- install mirage-clock 4.2.0- install mirage-clock-unix 4.2.0- install mirage-kv 6.1.1- install num 1.6- install ocaml-compiler-libs v0.12.4- 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 ounit2 2.2.7- install ounit2-lwt 2.2.7- install parsexp v0.16.0- install ppx_cstruct 6.2.0- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install ptime 1.2.0- install rresult 0.7.0- install seq base- install sexplib v0.16.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved checkseum.0.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-linux-libc-dev.0-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.0 (cached)-> retrieved mirage-block.3.0.2 (cached)-> retrieved mirage-block-unix.2.14.2 (cached)-> retrieved decompress.1.5.3 (cached)-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)-> retrieved mirage-kv.6.1.1 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (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 parsexp.v0.16.0 (cached)-> retrieved ounit2.2.2.7, ounit2-lwt.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed ptime.1.2.0-> installed fmt.0.11.0-> installed dune.3.21.0-> installed mirage-clock.4.2.0-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed sexplib0.v0.16.0-> installed stringext.1.6.0-> installed ounit2.2.2.7-> installed ocplib-endian.1.2-> installed parsexp.v0.16.0-> installed dune-configurator.3.21.0-> installed sexplib.v0.16.0-> installed bigstringaf.0.10.0-> installed mirage-clock-unix.4.2.0-> installed checkseum.0.5.2-> installed angstrom.0.16.1-> installed decompress.1.5.3-> installed lwt.6.1.0-> installed uri.4.4.0-> installed mirage-block.3.0.2-> installed mirage-kv.6.1.1-> installed cstruct-lwt.6.2.0-> installed ounit2-lwt.2.2.7-> installed logs.0.10.0-> installed mirage-block-unix.2.14.2-> installed ppxlib.0.37.0-> installed ppx_cstruct.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-03 07:51.11 ---> saved as "094ae82b4d4b3ce9110e3cfe36d3bf540f0e87e73bd0422d1d82d42e743b1cb5"/src: (copy (src .) (dst /src))2026-02-03 07:51.11 ---> saved as "744d791ad34586d2acccb9ef5af7484da0f519c1248d79057847c9d5bded8ed7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && ./write_test.exe)........................Ran: 24 tests in: 0.19 seconds.OK(cd _build/default/lib_test && ./allocate_set_partial_test.exe)............Ran: 12 tests in: 0.18 seconds.OK(cd _build/default/lib_test && ./parse_test.exe).............Ran: 13 tests in: 0.21 seconds.OK2026-02-03 07:51.18 ---> saved as "4cd9e7fce3a17f79ed16f4d7f2431515d780c6aad7a8dc37a030b800998f393d"Job succeeded2026-02-03 07:51.18: Job succeeded