2025-10-27 12:07.02: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/main (cde9c483f4e06e8200257b03d03ebcf3fd5993eb) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)Base: freebsd-14.3-ocaml-4.14Opam 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 freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 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.02: Using cache hint "mirage/ocaml-tar-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-4c0f6c804094f3a5edb93408c2113be1"2025-10-27 12:07.02: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 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.02: 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 rosemaryAll commits already cachedHEAD is now at cde9c48 Merge pull request #175 from mirage/open-error(from freebsd-14.3-ocaml-4.14)2025-10-27 12:05.56 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))2025-10-27 12:05.56 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-10-27 12:05.56 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.4.12025-10-27 12:05.57 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 12:05.57 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" 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_HEAD5bf570252b..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 possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, 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.2025-10-27 12:05.57 ---> using "9c2f950097e5eb25caa64ab0014f8e8e650ea2a722d06b044f9eeb66608dcf5a" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)(dst ./))2025-10-27 12:05.58 ---> using "295f78480faa87096c7f40ba67bb7e4ad87c768afe4a322b87742124bfea624b" 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:05.58 ---> using "816e800f2c1d68dd5dce075bc6ea78eae4b50f3220e8fd6b993e4c3719882d98" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 12:05.58 ---> using "497cd82ec51f7085a6c925cdd240bcc5f74e90c689fb41b6022d78dea41bd887" 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 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[tar-unix.dev] synchronised (file:///src)[tar-mirage.dev] synchronised (file:///src)[tar.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:05.59 ---> using "108244445037778745ba3b1c0ad9b85d198205e1c2aaa67afa04250b4b3e2826" 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 35 packages∗ alcotest 1.9.1∗ alcotest-lwt 1.9.1∗ angstrom 0.16.1∗ astring 0.8.5∗ base-bytes base∗ bigstringaf 0.10.0∗ checkseum 0.5.2∗ cmdliner 2.0.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-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<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved astring.0.8.5 (cached)⬇ retrieved angstrom.0.16.1 (cached)⬇ retrieved bigstringaf.0.10.0 (cached)⬇ retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)⬇ retrieved cmdliner.2.0.0 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)⬇ retrieved checkseum.0.5.2 (https://github.com/mirage/checkseum/releases/download/v0.5.2/checkseum-0.5.2.tbz)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved logs.0.9.0 (cached)⬇ retrieved lwt.5.9.2 (cached)⬇ retrieved mirage-block.3.0.2 (https://github.com/mirage/mirage-block/releases/download/v3.0.2/mirage-block-3.0.2.tbz)⬇ retrieved decompress.1.5.3 (https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz)⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)⬇ retrieved mirage-block-unix.2.14.2 (https://github.com/mirage/mirage-block-unix/releases/download/v2.14.2/mirage-block-unix-2.14.2.tbz)⬇ retrieved mirage-kv.6.1.1 (https://github.com/mirage/mirage-kv/releases/download/v6.1.1/mirage-kv-6.1.1.tbz)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved re.1.14.0 (cached)∗ installed cmdliner.2.0.0⬇ retrieved rresult.0.7.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved stringext.1.6.0 (cached)⬇ retrieved topkg.1.1.0 (cached)⬇ retrieved uri.4.4.0 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved optint.0.3.0 (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)∗ installed ocamlfind.1.9.8∗ installed base-bytes.base⬇ retrieved mirage-ptime.5.2.0 (https://github.com/mirage/mirage-ptime/releases/download/v5.2.0/mirage-ptime-5.2.0.tbz)∗ installed ocamlbuild.0.16.1∗ installed topkg.1.1.0∗ installed rresult.0.7.0∗ installed uutf.1.0.4∗ installed ptime.1.2.0∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed dune.3.20.2∗ installed csexp.1.5.2∗ installed stringext.1.6.0∗ installed stdlib-shims.0.3.0∗ installed re.1.14.0∗ installed optint.0.3.0∗ installed ocaml-syntax-shims.1.0.0∗ installed mirage-ptime.5.2.0∗ installed cstruct.6.2.0∗ installed cppo.1.8.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.2025-10-27 12:05.59 ---> using "48fc32099f1ca98224c53b11445175815ab3f76cd0d0f14f9cfe6ca89c6e8669" from cache/src: (copy (src .) (dst /src))2025-10-27 12:05.59 ---> using "a3a5d529469e33717d7e0eb90e56ea5005edc9ce22be8333c6a96e9b4fd3d4e4" 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 `4WFUFVA2'.[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 `WAMF5LB8'.[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.006s. 12 tests run.(cd _build/default/lib_test && ./parse_test.exe)Testing `parse-test'.This run has ID `0OHS7FAD'.[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 `W14P5A6S'.[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.151s. 24 tests run.2025-10-27 12:06.00 ---> using "495ce284cc8ffaebbe8302898e6243dec269ddaec89b83e01c67faac305de858" from cacheJob succeeded2025-10-27 12:07.08: Job succeeded