2026-02-03 06:45.11: New job: test MisterDA/ocaml-tar https://github.com/MisterDA/ocaml-tar.git#refs/heads/main (e25903860da01a056a46944c7296ad903b2ec2b9) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)Base: freebsd-14.3-ocaml-5.4Opam 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 freebsd-14.3-ocaml-5.4# freebsd-14.3-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /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 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.17.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.17.0 sexplib0.v0.17.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-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-8af7b13461fbe9d3ccaaa721e4dc4927"2026-02-03 06:45.11: Using OBuilder spec:((from freebsd-14.3-ocaml-5.4)(comment freebsd-14.3-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.17.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.17.0 sexplib0.v0.17.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 06:45.11: Waiting for worker…2026-02-03 07:37.59: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at e259038 Merge pull request #112 from MisterDA/patch-1(from freebsd-14.3-ocaml-5.4)2026-02-03 07:34.55 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache/: (comment freebsd-14.3-5.4_opam-2.5)/: (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.5 /usr/local/bin/opam"))2026-02-03 07:34.55 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" 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-repository2026-02-03 07:34.56 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.4.02.5.02026-02-03 07:34.56 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-03 07:34.56 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" 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_HEAD71325ac6ed..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-repositoryAlready up-to-date.Nothing to do.2026-02-03 07:34.57 ---> using "1f1712712aef38d88d027f6875f0c6bd4c57412e3f5954b54b5533666abbaf45" from cache/src: (copy (src tar.opam tar-unix.opam tar-mirage.opam) (dst ./))2026-02-03 07:34.58 ---> saved as "b288abfa2c81d9f532c91839275ace48948dace41ed135aeed7bf8ee68515501"/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:35.01 ---> saved as "7db4a47e58dd10a6b225f8b7e0ec91e8f6c56db44c947a6072469c52e8da8234"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-03 07:35.02 ---> saved as "4c21a27c481b2a642df309773143f8ebcb0a422e7fc3849f7ceed287c0634768"/src: (env DEPS "angstrom.0.16.1 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 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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.17.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.17.0 sexplib0.v0.17.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"))[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 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).2026-02-03 07:35.12 ---> saved as "1d2964c66abab1470871eda974b821da0b44355d1d815ea5e4c416070fa28ff6"/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 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 43 packages∗ angstrom 0.16.1∗ base-bytes base∗ bigstringaf 0.10.0∗ camlp-streams 5.0.1∗ checkseum 0.5.2∗ cmdliner 2.1.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-compiler-libs v0.17.0∗ 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.17.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.17.0∗ sexplib0 v0.17.0∗ stdlib-shims 0.3.0∗ stringext 1.6.0∗ topkg 1.1.1∗ uri 4.4.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved camlp-streams.5.0.1 (cached)⬇ retrieved bigstringaf.0.10.0 (cached)⬇ retrieved angstrom.0.16.1 (cached)⬇ retrieved checkseum.0.5.2 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, ppx_cstruct.6.2.0 (cached)⬇ retrieved cmdliner.2.1.0 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved logs.0.10.0 (cached)⬇ retrieved lwt.6.1.0 (cached)⬇ retrieved decompress.1.5.3 (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-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ounit2.2.2.7, ounit2-lwt.2.2.7 (cached)⬇ retrieved optint.0.3.0 (cached)⬇ retrieved parsexp.v0.17.0 (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.17.0 (cached)⬇ retrieved sexplib0.v0.17.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 num.1.6∗ 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 rresult.0.7.0∗ installed fmt.0.11.0∗ installed ptime.1.2.0∗ installed dune.3.21.0∗ installed mirage-clock.4.2.0∗ installed csexp.1.5.2∗ installed stringext.1.6.0∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.17.0∗ installed ppx_derivers.1.2.1∗ installed optint.0.3.0∗ installed ocaml-syntax-shims.1.0.0∗ installed ocaml-compiler-libs.v0.17.0∗ installed cstruct.6.2.0∗ installed cppo.1.8.0∗ installed camlp-streams.5.0.1∗ installed ocplib-endian.1.2∗ installed ounit2.2.2.7∗ installed dune-configurator.3.21.0∗ installed parsexp.v0.17.0∗ installed bigstringaf.0.10.0∗ installed mirage-clock-unix.4.2.0∗ installed checkseum.0.5.2∗ installed angstrom.0.16.1∗ installed sexplib.v0.17.0∗ installed decompress.1.5.3∗ installed uri.4.4.0∗ installed lwt.6.1.0∗ installed cstruct-lwt.6.2.0∗ installed ounit2-lwt.2.2.7∗ installed mirage-kv.6.1.1∗ installed mirage-block.3.0.2∗ installed logs.0.10.0∗ installed mirage-block-unix.2.14.2∗ installed ppxlib.0.37.0∗ installed ppx_cstruct.6.2.0Done.2026-02-03 07:37.36 ---> saved as "598251df2e44a51f2da25e89fd28cfd4e4baab7df6c16c2353ad4c9403dc051a"/src: (copy (src .) (dst /src))2026-02-03 07:37.37 ---> saved as "484776bded7cc49eb1b1a738ec1d0d753b63ccb9960c984c635f398391cb6eb9"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && ./allocate_set_partial_test.exe)............Ran: 12 tests in: 0.13 seconds.OK(cd _build/default/lib_test && ./write_test.exe)........................Ran: 24 tests in: 0.15 seconds.OK(cd _build/default/lib_test && ./parse_test.exe).............Ran: 13 tests in: 0.17 seconds.OK2026-02-03 07:37.42 ---> saved as "f7c4a46f4087981545bd6825ab78d3e2bd00e4b901fc9772120be1495afb92c5"Job succeeded2026-02-03 07:40.47: Job succeeded