Organisationsmirageocaml-tar906d6d ()macos-homebrew-5.1_arm64_opam-2.1

macos-homebrew-5.1_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:21.31: New job: test mirage/ocaml-tar https://github.com/mirage/ocaml-tar.git#refs/heads/pure-dec-enc-with-gz (906d6dc44b0d11e2cdb104ad252aa7e80c93a5f7) (macos-arm64:macos-homebrew-5.1_arm64_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-tar.git" -b "pure-dec-enc-with-gz" && cd "ocaml-tar" && git reset --hard 906d6dc4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam ./src/./
RUN opam pin add -yn tar.dev './src/./' && \
    opam pin add -yn tar-unix.dev './src/./' && \
    opam pin add -yn tar-mirage.dev './src/./' && \
    opam pin add -yn tar-eio.dev './src/./'
ENV DEPS="alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 checkseum.0.5.2 cmdliner.1.2.0 cppo.1.6.9 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.15.2 dune-configurator.3.15.2 eio.0.11 fmt.0.9.0 hmap.0.8.1 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 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 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 08:21.31: Using cache hint "mirage/ocaml-tar-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_arm64_opam-2.1-a20ce71a200619786dbdaf7827ec3b14"
2024-04-30 08:21.31: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn tar.dev './src/./' && \
             \nopam pin add -yn tar-unix.dev './src/./' && \
             \nopam pin add -yn tar-mirage.dev './src/./' && \
             \nopam pin add -yn tar-eio.dev './src/./'"))
 (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 checkseum.0.5.2 cmdliner.1.2.0 cppo.1.6.9 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.15.2 dune-configurator.3.15.2 eio.0.11 fmt.0.9.0 hmap.0.8.1 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 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 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 08:21.31: Waiting for resource in pool OCluster
2024-04-30 10:20.01: Waiting for worker…
2024-04-30 11:55.07: Got resource from pool OCluster
Building on m1-worker-04
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/ocaml-tar.git-36218b3180fc0cf8b4f4746cdf083bb4397883ab/.git/
HEAD is now at 906d6dc Add a comment to explain the hkp trick


(from macos-homebrew-ocaml-5.1)
2024-04-30 11:55.11 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_arm64_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-30 11:55.11 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" from cache


/: (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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-30 11:55.11 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 11:55.11 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-30 11:55.11 ---> using "aea37ba37306c57d478b82361b56aff43e988759c1b185ce5b35eb81a5486125" from cache


/: (copy (src tar.opam tar-unix.opam tar-mirage.opam tar-eio.opam)
         (dst ./src/./))
2024-04-30 11:55.13 ---> saved as "79bdd35faa367c7efb13f8793351f1df4484229339b47c97add68d832d72e9ed"


/: (run (network host)
        (shell  "opam pin add -yn tar.dev './src/./' && \
               \nopam pin add -yn tar-unix.dev './src/./' && \
               \nopam pin add -yn tar-mirage.dev './src/./' && \
               \nopam pin add -yn tar-eio.dev './src/./'"))
[tar.dev] synchronised (file:///Users/mac1000/src)
tar is now pinned to file:///Users/mac1000/src (version dev)
[tar-unix.dev] synchronised (file:///Users/mac1000/src)
tar-unix is now pinned to file:///Users/mac1000/src (version dev)
[tar-mirage.dev] synchronised (file:///Users/mac1000/src)
tar-mirage is now pinned to file:///Users/mac1000/src (version dev)
[tar-eio.dev] synchronised (file:///Users/mac1000/src)
tar-eio is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 11:55.24 ---> saved as "05a6437786e4a800bc8e5788aa40493d7301114bddcad0a80e8b98a429f05d20"


/: (env DEPS "alcotest.1.7.0 alcotest-lwt.1.7.0 angstrom.0.16.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 checkseum.0.5.2 cmdliner.1.2.0 cppo.1.6.9 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.15.2 dune-configurator.3.15.2 eio.0.11 fmt.0.9.0 hmap.0.8.1 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 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 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 ptime.1.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y tar.dev tar-unix.dev tar-mirage.dev tar-eio.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tar.dev] synchronised (no changes)
[tar-mirage.dev] synchronised (no changes)
[tar-eio.dev] synchronised (no changes)
[tar-unix.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
2024-04-30 11:55.43 ---> saved as "13836202fcffdefd9d3e0cd47c55daa28429ea3ae2b14e786874f6708a9ae9e0"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
The following actions will be performed:
  - install ocamlbuild         0.14.3
  - install dune               3.15.2
  - install cmdliner           1.2.0
  - install ocamlfind          1.9.6
  - install seq                base
  - install thread-table       1.0.0
  - install stringext          1.6.0
  - install stdlib-shims       0.3.0
  - install optint             0.3.0
  - install ocaml-syntax-shims 1.0.0
  - install mirage-clock       4.2.0
  - install lwt-dllist         1.0.1
  - install csexp              1.5.2
  - install cppo               1.6.9
  - install topkg              1.0.7
  - install base-bytes         base
  - install re                 1.11.0
  - install psq                0.2.1
  - install domain-local-await 1.0.1
  - install dune-configurator  3.15.2
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install ptime              1.1.0
  - install mtime              2.0.0
  - install hmap               0.8.1
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.2
  - install mirage-clock-unix  4.2.0
  - install checkseum          0.5.2
  - install bigstringaf        0.9.1
  - install cstruct            6.2.0
  - install alcotest           1.7.0
  - install lwt                5.7.0
  - install decompress         1.5.3
  - install angstrom           0.16.0
  - install eio                0.11
  - install mirage-kv          6.1.1
  - install mirage-block       3.0.2
  - install logs               0.7.0
  - install cstruct-lwt        6.2.0
  - install uri                4.4.0
  - install alcotest-lwt       1.7.0
  - install mirage-block-unix  2.14.2
===== 44 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved checkseum.0.5.2  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cstruct-lwt.6.2.0  (cached)
-> retrieved alcotest-lwt.1.7.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved eio.0.11  (https://github.com/ocaml-multicore/eio/releases/download/v0.11/eio-0.11.tbz)
-> retrieved hmap.0.8.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved mirage-block.3.0.2  (cached)
-> retrieved mirage-block-unix.2.14.2  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-clock-unix.4.2.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (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.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed mtime.2.0.0
-> installed uutf.1.0.3
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed lwt-dllist.1.0.1
-> installed mirage-clock.4.2.0
-> installed csexp.1.5.2
-> installed optint.0.3.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed psq.0.2.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cstruct.6.2.0
-> installed cppo.1.6.9
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed ocplib-endian.1.2
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.15.2
-> installed alcotest.1.7.0
-> installed bigstringaf.0.9.1
-> installed mirage-clock-unix.4.2.0
-> installed checkseum.0.5.2
-> installed angstrom.0.16.0
-> installed eio.0.11
-> installed decompress.1.5.3
-> installed uri.4.4.0
-> installed lwt.5.7.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-block.3.0.2
-> installed mirage-kv.6.1.1
-> installed logs.0.7.0
-> installed alcotest-lwt.1.7.0
-> installed mirage-block-unix.2.14.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 11:56.38 ---> saved as "552ccd43e4a3f1e0780c2871e14e0f64aed8be6ee4eff12127f2cc02ce7e4cdf"


/: (copy (src .) (dst ./src))
2024-04-30 11:56.40 ---> saved as "9ac54ed6d295be5f2c6b915d841be4cd1af6059b47a584ce2fa298b13efe7d37"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I unix/.tar_unix.objs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/lwt -I /Users/mac1000/.opam/5.1.1/lib/lwt/unix -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian/bigstring -I lib/.tar.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o unix/.tar_unix.objs/byte/tar_lwt_unix.cmo -c -impl unix/tar_lwt_unix.ml)
File "unix/tar_lwt_unix.ml", line 117, characters 6-27:
117 |   let open Lwt_result.Infix in
            ^^^^^^^^^^^^^^^^^^^^^
Error (warning 33 [unused-open]): unused open Lwt_result.Infix.


File "unix/tar_lwt_unix.ml", line 138, characters 6-27:
138 |   let open Lwt_result.Infix in
            ^^^^^^^^^^^^^^^^^^^^^
Error (warning 33 [unused-open]): unused open Lwt_result.Infix.


File "unix/tar_lwt_unix.ml", line 140, characters 8-16:
140 |     let open Tar in
              ^^^^^^^^
Error (warning 33 [unused-open]): unused open Tar.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I eio/.tar_eio.objs/byte -I /Users/mac1000/.opam/5.1.1/lib/bigstringaf -I /Users/mac1000/.opam/5.1.1/lib/cstruct -I /Users/mac1000/.opam/5.1.1/lib/domain-local-await -I /Users/mac1000/.opam/5.1.1/lib/eio -I /Users/mac1000/.opam/5.1.1/lib/eio/core -I /Users/mac1000/.opam/5.1.1/lib/fmt -I /Users/mac1000/.opam/5.1.1/lib/hmap -I /Users/mac1000/.opam/5.1.1/lib/lwt-dllist -I /Users/mac1000/.opam/5.1.1/lib/mtime -I /Users/mac1000/.opam/5.1.1/lib/optint -I /Users/mac1000/.opam/5.1.1/lib/thread-table -I lib/.tar.objs/byte -no-alias-deps -opaque -o eio/.tar_eio.objs/byte/tar_eio.cmi -c -intf eio/tar_eio.mli)
File "eio/tar_eio.mli", line 41, characters 22-38:
41 | module HeaderReader : Tar.HEADERREADER with type in_channel = Eio.Flow.source and type 'a io = 'a
                           ^^^^^^^^^^^^^^^^
Error: Unbound module type Tar.HEADERREADER
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib_test/.parse_test.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/alcotest -I /Users/mac1000/.opam/5.1.1/lib/alcotest-lwt -I /Users/mac1000/.opam/5.1.1/lib/alcotest/engine -I /Users/mac1000/.opam/5.1.1/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/5.1.1/lib/angstrom -I /Users/mac1000/.opam/5.1.1/lib/astring -I /Users/mac1000/.opam/5.1.1/lib/bigstringaf -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/cmdliner -I /Users/mac1000/.opam/5.1.1/lib/cstruct -I /Users/mac1000/.opam/5.1.1/lib/cstruct-lwt -I /Users/mac1000/.opam/5.1.1/lib/fmt -I /Users/mac1000/.opam/5.1.1/lib/logs -I /Users/mac1000/.opam/5.1.1/lib/lwt -I /Users/mac1000/.opam/5.1.1/lib/lwt/unix -I /Users/mac1000/.opam/5.1.1/lib/mirage-block -I /Users/mac1000/.opam/5.1.1/lib/mirage-block-unix -I /Users/mac1000/.opam/5.1.1/lib/mirage-clock -I /Users/mac1000/.opam/5.1.1/lib/mirage-clock-unix -I /Users/mac1000/.opam/5.1.1/lib/mirage-kv -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.1.1/lib/optint -I /Users/mac1000/.opam/5.1.1/lib/ptime -I /Users/mac1000/.opam/5.1.1/lib/re -I /Users/mac1000/.opam/5.1.1/lib/rresult -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I /Users/mac1000/.opam/5.1.1/lib/stringext -I /Users/mac1000/.opam/5.1.1/lib/uri -I /Users/mac1000/.opam/5.1.1/lib/uutf -I lib/.tar.objs/byte -I mirage/.tar_mirage.objs/byte -I unix/.tar_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o lib_test/.parse_test.eobjs/byte/dune__exe__Global_extended_headers_test.cmo -c -impl lib_test/global_extended_headers_test.ml)
File "lib_test/global_extended_headers_test.ml", line 69, characters 24-25:
69 |     match Tar_unix.fold f "test.tar" 0 with
                             ^
Error: This expression has type
         'a ->
         ?global:Tar.Header.Extended.t ->
         Tar.Header.t -> int -> (int, 'b) result
       but an expression was expected of type
         ?global:Tar.Header.Extended.t ->
         Tar.Header.t -> 'c -> ('c, Tar_unix.decode_error, Tar_unix.t) Tar.t
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I unix/.tar_unix.objs/byte -I unix/.tar_unix.objs/native -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/lwt -I /Users/mac1000/.opam/5.1.1/lib/lwt/unix -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian/bigstring -I lib/.tar.objs/byte -I lib/.tar.objs/native -intf-suffix .ml -no-alias-deps -opaque -o unix/.tar_unix.objs/native/tar_lwt_unix.cmx -c -impl unix/tar_lwt_unix.ml)
File "unix/tar_lwt_unix.ml", line 117, characters 6-27:
117 |   let open Lwt_result.Infix in
            ^^^^^^^^^^^^^^^^^^^^^
Error (warning 33 [unused-open]): unused open Lwt_result.Infix.


File "unix/tar_lwt_unix.ml", line 138, characters 6-27:
138 |   let open Lwt_result.Infix in
            ^^^^^^^^^^^^^^^^^^^^^
Error (warning 33 [unused-open]): unused open Lwt_result.Infix.


File "unix/tar_lwt_unix.ml", line 140, characters 8-16:
140 |     let open Tar in
              ^^^^^^^^
Error (warning 33 [unused-open]): unused open Tar.
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib_test/.parse_test.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/alcotest -I /Users/mac1000/.opam/5.1.1/lib/alcotest-lwt -I /Users/mac1000/.opam/5.1.1/lib/alcotest/engine -I /Users/mac1000/.opam/5.1.1/lib/alcotest/stdlib_ext -I /Users/mac1000/.opam/5.1.1/lib/angstrom -I /Users/mac1000/.opam/5.1.1/lib/astring -I /Users/mac1000/.opam/5.1.1/lib/bigstringaf -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/cmdliner -I /Users/mac1000/.opam/5.1.1/lib/cstruct -I /Users/mac1000/.opam/5.1.1/lib/cstruct-lwt -I /Users/mac1000/.opam/5.1.1/lib/fmt -I /Users/mac1000/.opam/5.1.1/lib/logs -I /Users/mac1000/.opam/5.1.1/lib/lwt -I /Users/mac1000/.opam/5.1.1/lib/lwt/unix -I /Users/mac1000/.opam/5.1.1/lib/mirage-block -I /Users/mac1000/.opam/5.1.1/lib/mirage-block-unix -I /Users/mac1000/.opam/5.1.1/lib/mirage-clock -I /Users/mac1000/.opam/5.1.1/lib/mirage-clock-unix -I /Users/mac1000/.opam/5.1.1/lib/mirage-kv -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian/bigstring -I /Users/mac1000/.opam/5.1.1/lib/optint -I /Users/mac1000/.opam/5.1.1/lib/ptime -I /Users/mac1000/.opam/5.1.1/lib/re -I /Users/mac1000/.opam/5.1.1/lib/rresult -I /Users/mac1000/.opam/5.1.1/lib/seq -I /Users/mac1000/.opam/5.1.1/lib/stdlib-shims -I /Users/mac1000/.opam/5.1.1/lib/stringext -I /Users/mac1000/.opam/5.1.1/lib/uri -I /Users/mac1000/.opam/5.1.1/lib/uutf -I lib/.tar.objs/byte -I mirage/.tar_mirage.objs/byte -I unix/.tar_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o lib_test/.parse_test.eobjs/byte/dune__exe__Parse_test.cmo -c -impl lib_test/parse_test.ml)
File "lib_test/parse_test.ml", line 40, characters 22-23:
40 |   match Tar_unix.fold f filename [] with
                           ^
Error: This expression has type
         Unix.file_descr ->
         ?global:'a ->
         Tar.Header.t -> Tar.Header.t list -> (Tar.Header.t list, 'b) result
       but an expression was expected of type
         ?global:Tar.Header.Extended.t ->
         Tar.Header.t -> 'c -> ('c, Tar_unix.decode_error, Tar_unix.t) Tar.t
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 11:56.45: Job failed: Failed: Build failed