Organisationsocaml-multicoreeio6a5cc4 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-16 09:53.28: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/713/head (6a5cc49d29902e1d9441d2bae4f898248b47705a) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/713/head" && git reset --hard 6a5cc49d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21
# alpine-3.19-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam ./
RUN opam pin add -yn eio_windows.dev './' && \
    opam pin add -yn eio_posix.dev './' && \
    opam pin add -yn eio_main.dev './' && \
    opam pin add -yn eio_linux.dev './' && \
    opam pin add -yn eio.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 camlp-streams.5.0.1 cmdliner.1.2.0 containers.3.13.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.4.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 fmt.0.9.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.4.1 mtime.2.0.0 multicore-magic.2.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uring.0.9 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.dev $DEPS
RUN opam install $DEPS
RUN opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)


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


2024-05-16 09:53.28: Using cache hint "ocaml-multicore/eio-ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21-alpine-3.19-5.1_opam-2.1-50c942bd3142ddc7f67484fd6fed2189"
2024-05-16 09:53.28: Using OBuilder spec:
((from ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21)
 (comment alpine-3.19-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn eio_windows.dev './' && \
             \nopam pin add -yn eio_posix.dev './' && \
             \nopam pin add -yn eio_main.dev './' && \
             \nopam pin add -yn eio_linux.dev './' && \
             \nopam pin add -yn eio.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 camlp-streams.5.0.1 cmdliner.1.2.0 containers.3.13.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.4.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 fmt.0.9.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.4.1 mtime.2.0.0 multicore-magic.2.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uring.0.9 uutf.1.0.3 yojson.2.1.2")
 (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.1 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-05-16 09:53.28: Waiting for resource in pool OCluster
2024-05-16 09:53.28: Waiting for worker…
2024-05-16 09:53.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6a5cc49 Eio.Net.connect: add options to bind source addr and reuse_addr/port


(from ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21)
2024-05-16 09:53.28 ---> using "e928612e2e23f17159896fb9a5c3a009961708e2acb765b029947b594e00f7a9" from cache


/: (comment alpine-3.19-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-16 09:53.28 ---> using "1a8a4ec675bc8923dfca670e9ae6678864654b564dea22d06ae2188299a10aa0" 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.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-16 09:53.28 ---> using "c38ebb2d303ba8d6fc711e30279f056e12fc9807477eedf2a47c6cbc6d678d1a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-16 09:53.28 ---> using "53ba21a71b46e5b0d3375fb973838a255c48cce61731c7dfd6e715d1a755fc10" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-16 09:53.28 ---> using "7d1dbe4fc4de7a08dac5589d8243f6bbbd2e307cf2244460bfdde1da37d8b620" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..3be63245f1  master     -> origin/master
4e29837bed [new release] uring (0.9)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
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-05-16 09:53.28 ---> using "916e427c2af1b20d3aabcfbb36bee97a108d7e076a347def0af69152ec0b74e5" from cache


/src: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam)
            (dst ./))
2024-05-16 09:53.28 ---> using "1039defdadff54345e8fcd15026ae9c87ceca64f08d674de1b29ef35000bef2b" from cache


/src: (run (network host)
           (shell  "opam pin add -yn eio_windows.dev './' && \
                  \nopam pin add -yn eio_posix.dev './' && \
                  \nopam pin add -yn eio_main.dev './' && \
                  \nopam pin add -yn eio_linux.dev './' && \
                  \nopam pin add -yn eio.dev './'"))
[eio_windows.dev] synchronised (file:///src)
eio_windows is now pinned to file:///src (version dev)
[eio_posix.dev] synchronised (file:///src)
eio_posix is now pinned to file:///src (version dev)
[eio_main.dev] synchronised (file:///src)
eio_main is now pinned to file:///src (version dev)
[eio_linux.dev] synchronised (file:///src)
eio_linux is now pinned to file:///src (version dev)
[eio.dev] synchronised (file:///src)
eio is now pinned to file:///src (version dev)
2024-05-16 09:53.28 ---> using "f6834f13ff2959341a4514e1126a7601e0169b6e8af1035f07aea96ec68333c3" from cache


/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 camlp-streams.5.0.1 cmdliner.1.2.0 containers.3.13.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.4.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 fmt.0.9.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.4.1 mtime.2.0.0 multicore-magic.2.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uring.0.9 uutf.1.0.3 yojson.2.1.2")


/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.1 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio_linux.dev eio.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.19.1-537-gf9dddd80747 [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-538-g0bea10115e4 [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-4044-g80023217524 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-3989-g4735dec39fc [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-3986-g1e94d22a65c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52957 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[eio.dev] synchronised (no changes)
[eio_linux.dev] synchronised (no changes)
[eio_main.dev] synchronised (no changes)
[eio_posix.dev] synchronised (no changes)
[eio_windows.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).


The following system packages will first need to be installed:
    linux-headers


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "linux-headers"
- (1/1) Installing linux-headers (6.5-r0)
- OK: 302 MiB in 102 packages
2024-05-16 09:53.28 ---> using "e3a25955c6d5df553635708c7e5407fcdc367c29616488d0be1ba84397b06f5e" 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 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).
The following actions will be performed:
  - install ocamlbuild           0.14.3
  - install cmdliner             1.2.0
  - install ocamlfind            1.9.6
  - install seq                  base
  - install dune                 3.15.2
  - install topkg                1.0.7
  - install base-bytes           base
  - install tsort                2.1.0
  - install thread-table         1.0.0
  - install stdlib-shims         0.3.0
  - install result               1.5
  - install re                   1.11.0
  - install psq                  0.2.1
  - install oseq                 0.5.1
  - install optint               0.3.0
  - install ocaml-version        3.6.7
  - install ocaml-syntax-shims   1.0.0
  - install multicore-magic      2.1.0
  - install lwt-dllist           1.0.1
  - install either               1.0.0
  - install csexp                1.5.2
  - install cppo                 1.6.9
  - install camlp-streams        5.0.1
  - install backoff              0.1.0
  - install afl-persistent       1.4
  - install uutf                 1.0.3
  - install mtime                2.0.0
  - install hmap                 0.8.1
  - install fmt                  0.9.0
  - install astring              0.8.5
  - install domain-local-await   1.0.1
  - install dune-configurator    3.15.2
  - install yojson               2.1.2
  - install ocplib-endian        1.2
  - install domain-local-timeout 1.0.1
  - install logs                 0.7.0
  - install cstruct              6.2.0
  - install alcotest             1.7.0
  - install iomux                0.3
  - install containers           3.13.1
  - install bigstringaf          0.9.1
  - install crowbar              0.2.1
  - install kcas                 0.7.0
  - install mdx                  2.4.1
  - install uring                0.9
  - install dscheck              0.4.0
===== 46 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.0  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved afl-persistent.1.4  (https://github.com/stedolan/ocaml-afl-persistent/archive/refs/tags/v1.4.tar.gz)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dscheck.0.4.0  (cached)
-> retrieved crowbar.0.2.1  (https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz)
-> retrieved domain-local-timeout.1.0.1  (https://github.com/ocaml-multicore/domain-local-timeout/releases/download/1.0.1/domain-local-timeout-1.0.1.tbz)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved kcas.0.7.0  (https://github.com/ocaml-multicore/kcas/archive/refs/tags/0.7.0.tar.gz)
-> retrieved mtime.2.0.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved multicore-magic.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved uring.0.9  (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 uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.15.2
-> installed lwt-dllist.1.0.1
-> installed backoff.0.1.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cstruct.6.2.0
-> installed either.1.0.0
-> installed multicore-magic.2.1.0
-> installed ocaml-version.3.6.7
-> installed optint.0.3.0
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed afl-persistent.1.4
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.6.9
-> installed domain-local-await.1.0.1
-> installed domain-local-timeout.1.0.1
-> installed ocplib-endian.1.2
-> installed kcas.0.7.0
-> installed crowbar.0.2.1
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.2
-> installed yojson.2.1.2
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed mdx.2.4.1
-> installed containers.3.13.1
-> installed uring.0.9
-> installed dscheck.0.4.0
Done.


<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.


   To globally enable AFL instrumentation, create an OCaml switch like:


     opam switch create 5.1.1+afl ocaml-variants.5.1.1+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-05-16 09:53.28 ---> using "90b4a1d7f40dc41c2bddd6cc6e0e00114b8d8d0f59f2e508394b5c7f4c4772c5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment


<><> Carrying on to "opam depext -i conf-m4" ><><><><><><><><><><><><><><><><><>


You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine
# The following system packages are needed:
m4
The following actions will be performed:
  - install conf-m4 1


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apk" "add" "m4"
- (1/1) Installing m4 (1.4.19-r3)
- Executing busybox-1.36.1-r15.trigger
- OK: 302 MiB in 103 packages


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install fpath       0.7.3 [required by odoc]
  - install odoc-parser 2.4.2 [required by odoc]
  - install ptime       1.1.0 [required by crunch]
  - install tyxml       4.6.0 [required by odoc]
  - install crunch      3.3.1 [required by odoc]
  - install odoc        2.4.2
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.3.3.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-16 09:53.28 ---> using "656124c9c527f06a053fffec92e818b4a0d2c9d4f815f5a889426339db0aa60a" from cache


/src: (copy (src .) (dst /src/))
2024-05-16 09:53.28 ---> saved as "e1ffc80673558666c59c616872dc1057512d26e4a7a96afa1951c4de7723b328"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/5.1/bin/odoc link -I ../_odoc/pkg/eio -I ../../lib_eio/.eio.objs/byte -I ../../lib_eio/core/.eio__core.objs/byte -I ../../lib_eio/mock/.eio_mock.objs/byte -I ../../lib_eio/runtime_events/.eio_runtime_events.objs/byte -I ../../lib_eio/unix/.eio_unix.objs/byte -I ../../lib_eio/utils/.eio_utils.objs/byte -o ../_odocls/eio/eio_mock.odocl ../../lib_eio/mock/.eio_mock.objs/byte/eio_mock.odoc)
File "lib_eio/mock/clock.mli", line 20, characters 6-54:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib_eio/mock/clock.mli", line 20, characters 6-54:
Warning: While resolving the expansion of include at File "lib_eio/mock/clock.mli", line 29, character 0
Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib_eio/mock/clock.mli", line 20, characters 6-54:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/5.1/bin/odoc link -I ../_odoc/pkg/eio -I ../../lib_eio/.eio.objs/byte -I ../../lib_eio/core/.eio__core.objs/byte -I ../../lib_eio/mock/.eio_mock.objs/byte -I ../../lib_eio/runtime_events/.eio_runtime_events.objs/byte -I ../../lib_eio/unix/.eio_unix.objs/byte -I ../../lib_eio/utils/.eio_utils.objs/byte -o ../_odocls/eio/eio_unix.odocl ../../lib_eio/unix/.eio_unix.objs/byte/eio_unix.odoc)
File "lib_eio/flow.mli", line 130, characters 50-64:
Warning: While resolving the expansion of include at File "lib_eio/unix/pi.mli", line 17, character 2
While resolving the expansion of include at File "lib_eio/unix/pi.mli", line 4, character 2
While resolving the expansion of include at File "lib_eio/net.mli", line 314, character 4
Failed to resolve reference unresolvedroot(simple_copy) Couldn't find "simple_copy"
File "lib_eio/flow.mli", line 130, characters 50-64:
Warning: While resolving the expansion of include at File "lib_eio/unix/pi.mli", line 16, character 2
While resolving the expansion of include at File "lib_eio/file.mli", line 126, character 4
Failed to resolve reference unresolvedroot(simple_copy) Couldn't find "simple_copy"
File "lib_eio/flow.mli", line 130, characters 50-64:
Warning: While resolving the expansion of include at File "lib_eio/unix/pi.mli", line 4, character 2
While resolving the expansion of include at File "lib_eio/net.mli", line 314, character 4
Failed to resolve reference unresolvedroot(simple_copy) Couldn't find "simple_copy"
File "lib_eio/unix/process.mli", line 64, characters 51-77:
Warning: Failed to resolve reference unresolvedroot(Fork_action).inherit_fds Couldn't find "Fork_action"
File "lib_eio/unix/eio_unix.mli", line 54, characters 81-93:
Warning: Failed to resolve reference unresolvedroot(Thread).t Couldn't find "Thread"
File "lib_eio/unix/net.mli", line 39, characters 18-34:
Warning: Failed to resolve reference unresolvedroot(Unix).sockaddr Couldn't find "Unix"
File "lib_eio/unix/eio_unix.mli", line 30, characters 33-48:
Warning: Failed to resolve reference unresolvedroot(FD) Couldn't find "FD"
File "lib_eio/unix/eio_unix.mli", line 15, characters 23-41:
Warning: Failed to resolve reference unresolvedroot(Unix).file_descr Couldn't find "Unix"
File "lib_eio/unix/fd.mli", line 4, characters 23-41:
Warning: Failed to resolve reference unresolvedroot(Unix).file_descr Couldn't find "Unix"
File "lib_eio/unix/eio_unix.mli", line 12, characters 26-44:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
(cd _build/default/_doc/_html && /home/opam/.opam/5.1/bin/odoc link -I ../_odoc/pkg/eio -I ../../lib_eio/.eio.objs/byte -I ../../lib_eio/core/.eio__core.objs/byte -I ../../lib_eio/mock/.eio_mock.objs/byte -I ../../lib_eio/runtime_events/.eio_runtime_events.objs/byte -I ../../lib_eio/unix/.eio_unix.objs/byte -I ../../lib_eio/utils/.eio_utils.objs/byte -o ../_odocls/eio/eio.odocl ../../lib_eio/.eio.objs/byte/eio.odoc)
File "lib_eio/eio.mli", line 12, characters 25-40:
Warning: Failed to resolve reference unresolvedroot(Eio_main).run Couldn't find "Eio_main"
File "lib_eio/core/eio__core.mli", line 643, characters 87-112:
Warning: Failed to resolve reference unresolvedroot(Atomic).compare_and_set Couldn't find "Atomic"
File "lib_eio/core/cells.mli", line 76, characters 56-81:
Warning: Failed to resolve reference unresolvedroot(Atomic).compare_and_set Couldn't find "Atomic"
File "lib_eio/core/cells.mli", line 64, characters 56-81:
Warning: Failed to resolve reference unresolvedroot(Atomic).compare_and_set Couldn't find "Atomic"
File "lib_eio/eio.mli", line 280, characters 35-50:
Warning: Failed to resolve reference unresolvedroot(Eio_main).run Couldn't find "Eio_main"
File "lib_eio/process.mli", line 87, characters 35-50:
Warning: Failed to resolve reference unresolvedroot(Sys).sigkill Couldn't find "Sys"
File "lib_eio/process.mli", line 73, characters 8-14:
Warning: Failed to resolve reference unresolvedroot(Sys) Couldn't find "Sys"
File "lib_eio/flow.mli", line 130, characters 50-64:
Warning: While resolving the expansion of include at File "lib_eio/file.mli", line 126, character 4
Failed to resolve reference unresolvedroot(simple_copy) Couldn't find "simple_copy"
File "lib_eio/file.mli", line 111, characters 9-26:
Warning: Failed to resolve reference unresolvedroot(Unix).ftruncate Couldn't find "Unix"
File "lib_eio/file.mli", line 106, characters 9-22:
Warning: Failed to resolve reference unresolvedroot(Unix).fsync Couldn't find "Unix"
File "lib_eio/file.mli", line 101, characters 9-22:
Warning: Failed to resolve reference unresolvedroot(Unix).lseek Couldn't find "Unix"
File "lib_eio/file.mli", line 86, characters 4-57:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio/file.mli", line 32, characters 25-33:
Warning: Reference to 'kind' is ambiguous. Please specify its kind: field-kind, type-kind.
File "lib_eio/file.mli", line 13, characters 26-43:
Warning: Failed to resolve reference unresolvedroot(Unix).file_perm Couldn't find "Unix"
File "lib_eio/path.mli", line 154, characters 33-51:
Warning: Failed to resolve reference unresolvedroot(String).compare Couldn't find "String"
File "lib_eio/flow.mli", line 130, characters 50-64:
Warning: While resolving the expansion of include at File "lib_eio/net.mli", line 314, character 4
Failed to resolve reference unresolvedroot(simple_copy) Couldn't find "simple_copy"
File "lib_eio/net.mli", line 268, characters 32-52:
Warning: Failed to resolve reference unresolvedroot(Unix).SO_REUSEPORT Couldn't find "Unix"
File "lib_eio/net.mli", line 267, characters 32-52:
Warning: Failed to resolve reference unresolvedroot(Unix).SO_REUSEADDR Couldn't find "Unix"
File "lib_eio/net.mli", line 247, character 4 to line 248, character 102:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib_eio/net.mli", line 238, characters 31-65:
Warning: Failed to resolve reference unresolvedroot(Domain).recommended_domain_count Couldn't find "Domain"
File "lib_eio/net.mli", line 235, characters 46-62:
Warning: Failed to resolve reference unresolvedroot(Domain) Parent_module: Lookup failure (root module): Domain
File "lib_eio/net.mli", line 183, characters 30-50:
Warning: Failed to resolve reference unresolvedroot(Unix).SO_REUSEPORT Couldn't find "Unix"
File "lib_eio/net.mli", line 181, characters 30-50:
Warning: Failed to resolve reference unresolvedroot(Unix).SO_REUSEADDR Couldn't find "Unix"
File "lib_eio/net.mli", line 82, characters 6-62:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib_eio/net.mli", line 74, characters 50-68:
Warning: Failed to resolve reference unresolvedroot(Eio_unix).Ipaddr Couldn't find "Ipaddr"
File "lib_eio/buf_write.mli", line 303, characters 4-73:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio/buf_write.mli", line 146, characters 8-25:
Warning: Failed to resolve reference unresolvedroot(Bigstring).blit Couldn't find "Bigstring"
File "lib_eio/buf_read.mli", line 295, characters 4-72:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio/buf_read.mli", line 216, characters 4-18:
Warning: Failed to resolve reference unresolvedroot(Seq).memoize Couldn't find "Seq"
File "lib_eio/buf_read.mli", line 205, characters 4-45:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "lib_eio/buf_read.mli", line 110, characters 4-56:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "lib_eio/buf_read.mli", line 97, characters 4-46:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "lib_eio/buf_read.mli", line 23, characters 4-75:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio/buf_read.mli", line 22, characters 4-68:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "lib_eio/flow.mli", line 49, characters 4-57:
Warning: While resolving the expansion of include at File "lib_eio/eio.mli", line 147, character 2
Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio/flow.mli", line 45, characters 4-55:
Warning: While resolving the expansion of include at File "lib_eio/eio.mli", line 147, character 2
Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio/eio.mli", line 138, characters 10-25:
Warning: Failed to resolve reference unresolvedroot(Eio_main).run Couldn't find "Eio_main"
File "lib_eio/core/eio__core.mli", line 466, characters 25-35:
Warning: Failed to resolve reference unresolvedroot(Fmt).exn Couldn't find "Fmt"
File "lib_eio/core/eio__core.mli", line 422, characters 24-42:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"
File "lib_eio/executor_pool.mli", line 41, characters 70-104:
Warning: Failed to resolve reference unresolvedroot(Domain).recommended_domain_count Couldn't find "Domain"
File "lib_eio/condition.mli", line 100, characters 60-78:
Warning: Failed to resolve reference unresolvedroot(register_unsafe) Couldn't find "register_unsafe"
File "lib_eio/eio_mutex.mli", line 3, characters 11-26:
Warning: Failed to resolve reference unresolvedroot(Stdlib).Mutex Couldn't find "Stdlib"
File "lib_eio/eio_mutex.mli", line 59, characters 4-47:
Warning: Failed to resolve reference unresolvedroot(Sys_error) Couldn't find "Sys_error"
File "lib_eio/semaphore.mli", line 20, characters 4-75:
Warning: Failed to resolve reference unresolvedroot(Sys_error) Couldn't find "Sys_error"
File "lib_eio/semaphore.mli", line 15, characters 4-38:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib_eio/core/eio__core.mli", line 168, characters 6-57:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
File "lib_eio/core/eio__core.mli", line 385, characters 15-22:
Warning: Failed to resolve reference unresolvedroot(None) Couldn't find "None"
File "lib_eio/core/eio__core.mli", line 281, characters 59-69:
Warning: Failed to resolve reference unresolvedroot(Seq).Nil Couldn't find "Seq"
(cd _build/default/_doc/_html && /home/opam/.opam/5.1/bin/odoc link -I ../_odoc/pkg/eio_linux -I ../../lib_eio/.eio.objs/byte -I ../../lib_eio/core/.eio__core.objs/byte -I ../../lib_eio/runtime_events/.eio_runtime_events.objs/byte -I ../../lib_eio/unix/.eio_unix.objs/byte -I ../../lib_eio/utils/.eio_utils.objs/byte -I ../../lib_eio_linux/.eio_linux.objs/byte -o ../_odocls/eio_linux/eio_linux.odocl ../../lib_eio_linux/.eio_linux.objs/byte/eio_linux.odoc)
File "lib_eio_linux/eio_linux.mli", line 4, characters 17-32:
Warning: Failed to resolve reference unresolvedroot(Eio_main).run Couldn't find "Eio_main"
File "lib_eio_linux/low_level.mli", line 231, characters 39-53:
Warning: Failed to resolve reference unresolvedroot(Sys).sigkill Couldn't find "Sys"
File "lib_eio_linux/low_level.mli", line 188, characters 9-25:
Warning: Failed to resolve reference unresolvedroot(Unix).shutdown Couldn't find "Unix"
File "lib_eio_linux/low_level.mli", line 175, characters 9-26:
Warning: Failed to resolve reference unresolvedroot(Unix).ftruncate Couldn't find "Unix"
File "lib_eio_linux/low_level.mli", line 170, characters 9-22:
Warning: Failed to resolve reference unresolvedroot(Unix).fsync Couldn't find "Unix"
File "lib_eio_linux/low_level.mli", line 165, characters 9-22:
Warning: Failed to resolve reference unresolvedroot(Unix).lseek Couldn't find "Unix"
File "lib_eio_linux/low_level.mli", line 125, characters 9-32:
Warning: Failed to resolve reference unresolvedroot(Unix).LargeFile.fstat Couldn't find "Unix"
File "lib_eio_linux/low_level.mli", line 112, characters 4-89:
Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error(EINVAL, Couldn't find "Unix"
File "lib_eio_linux/low_level.mli", line 111, characters 4-55:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio_linux/low_level.mli", line 82, characters 4-83:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio_linux/low_level.mli", line 75, characters 4-64:
Warning: Failed to resolve reference unresolvedroot(End_of_file) Couldn't find "End_of_file"
File "lib_eio_linux/low_level.mli", line 68, characters 8-24:
Warning: Failed to resolve reference unresolvedroot(Uring).openat2 Couldn't find "Uring"
File "lib_eio_linux/eio_linux.mli", line 43, characters 38-53:
Warning: Failed to resolve reference unresolvedroot(Eio_main).run Couldn't find "Eio_main"
File "lib_eio_linux/eio_linux.mli", line 38, characters 8-33:
Warning: Failed to resolve reference unresolvedroot(Uring).set_fixed_buffer Couldn't find "Uring"
File "lib_eio_linux/eio_linux.mli", line 37, characters 9-24:
Warning: Failed to resolve reference unresolvedroot(Uring).create Couldn't find "Uring"
(cd _build/default/_doc/_html && /home/opam/.opam/5.1/bin/odoc link -I ../_odoc/pkg/eio_posix -I ../../lib_eio/.eio.objs/byte -I ../../lib_eio/core/.eio__core.objs/byte -I ../../lib_eio/runtime_events/.eio_runtime_events.objs/byte -I ../../lib_eio/unix/.eio_unix.objs/byte -I ../../lib_eio/utils/.eio_utils.objs/byte -I ../../lib_eio_posix/.eio_posix.objs/byte -o ../_odocls/eio_posix/eio_posix.odocl ../../lib_eio_posix/.eio_posix.objs/byte/eio_posix.odoc)
File "lib_eio_posix/low_level.mli", line 10, characters 16-34:
Warning: Failed to resolve reference unresolvedroot(Unix).file_descr Couldn't find "Unix"
File "lib_eio_posix/low_level.mli", line 130, characters 39-53:
Warning: Failed to resolve reference unresolvedroot(Sys).sigkill Couldn't find "Sys"
File "lib_eio_posix/eio_posix.mli", line 9, characters 38-53:
Warning: Failed to resolve reference unresolvedroot(Eio_main).run Couldn't find "Eio_main"
2024-05-16 09:53.29 ---> saved as "cfd08bc85bc21919c355fc382bf7555584fda1b72c5fd07172b460d99d4adc3d"
Job succeeded
2024-05-16 09:53.30: Job succeeded