2025-06-02 22:26.31: New job: test mirage/ocaml-9p https://github.com/mirage/ocaml-9p.git#refs/heads/master (f9ff6c0052dc70092b9ee68159a1490daa10a831) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-9p.git" -b "master" && cd "ocaml-9p" && git reset --hard f9ff6c00 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7 # debian-12-4.08_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 7622be5207f0ca42869e4f197bbda9afa2c3304a || git fetch origin master) && git reset -q --hard 7622be5207f0ca42869e4f197bbda9afa2c3304a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam ./ RUN opam pin add -yn protocol-9p.dev './' && \ opam pin add -yn protocol-9p-unix.dev './' && \ opam pin add -yn protocol-9p-tool.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 asetmap.0.8.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.19.0 dune-configurator.3.19.0 fmt.0.10.0 io-page.2.3.0 io-page-unix.2.3.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mirage-channel.5.0.0 mirage-flow.5.0.0 num.1.5-1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 prometheus.1.2 re.1.11.0 react.1.2.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.dev $DEPS RUN opam install $DEPS RUN opam install --yes 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 2025-06-02 22:26.31: Using cache hint "mirage/ocaml-9p-ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7-debian-12-4.08_opam-2.3-243fc7211c4171221c08e2866a5edd59" 2025-06-02 22:26.31: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7) (comment debian-12-4.08_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 7622be5207f0ca42869e4f197bbda9afa2c3304a || git fetch origin master) && git reset -q --hard 7622be5207f0ca42869e4f197bbda9afa2c3304a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam) (dst ./)) (run (network host) (shell "opam pin add -yn protocol-9p.dev './' && \ \nopam pin add -yn protocol-9p-unix.dev './' && \ \nopam pin add -yn protocol-9p-tool.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 asetmap.0.8.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.19.0 dune-configurator.3.19.0 fmt.0.10.0 io-page.2.3.0 io-page-unix.2.3.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mirage-channel.5.0.0 mirage-flow.5.0.0 num.1.5-1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 prometheus.1.2 re.1.11.0 react.1.2.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3") (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.2 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.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 install --yes 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)")) ) 2025-06-02 22:26.31: Waiting for resource in pool OCluster 2025-06-02 23:14.57: Waiting for worker… 2025-06-02 23:14.57: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at f9ff6c0 Merge pull request #147 from hannesm/add-maint (from ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7) 2025-06-02 23:15.03 ---> using "d1b97f3f32fc7cff4791d73e3fff398d19cc5b0541c709028ff05a921e22d2c8" from cache /: (comment debian-12-4.08_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2025-06-02 23:15.03 ---> using "0537a7808a39810f06748944d9ba2cecb88883c6c2cfc4aa1677c771fc8aa5fe" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-02 23:15.03 ---> using "032907fb8fd32872710c160ef78c75f0389de70b44770bb74df81dda7a88bf99" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-59-generic The OCaml toplevel, version 4.08.1 2.2.1 2025-06-02 23:15.03 ---> using "174fee99d4613f46ffd99974a82441da452f9162acb1ef65ffd043b901dcca66" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-02 23:15.03 ---> using "f05b239e3349f516b93fad09010b8b7c524f2e99c282114ac15500e02d9221db" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 7622be5207f0ca42869e4f197bbda9afa2c3304a || git fetch origin master) && git reset -q --hard 7622be5207f0ca42869e4f197bbda9afa2c3304a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0d013e603b..c037675bed master -> origin/master 7622be5207 Merge pull request #27969 from hannesm/release-mirage-channel-v5.0.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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 2025-06-02 23:15.56 ---> saved as "ef7302eba9097ffe67bb6e2f8eed047e0db43ddeca61f245976f66773f15218a" /src: (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam) (dst ./)) 2025-06-02 23:15.57 ---> saved as "47c1c5e6719cda8ca1d0a367b27628c5caad3a4c40f317f619a922fb79ff4cc8" /src: (run (network host) (shell "opam pin add -yn protocol-9p.dev './' && \ \nopam pin add -yn protocol-9p-unix.dev './' && \ \nopam pin add -yn protocol-9p-tool.dev './'")) [protocol-9p.dev] synchronised (file:///src) protocol-9p is now pinned to file:///src (version dev) [protocol-9p-unix.dev] synchronised (file:///src) protocol-9p-unix is now pinned to file:///src (version dev) [protocol-9p-tool.dev] synchronised (file:///src) protocol-9p-tool is now pinned to file:///src (version dev) 2025-06-02 23:16.07 ---> saved as "de0c34d7557aabcc3b83d1a5597e1bf4374106cc378066c2f680915308564bbc" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-02 23:16.07 ---> saved as "65253762fab2716be391dd7bb6bd89216ec4f461230ba829c89d52d8a3805d99" /src: (env DEPS "alcotest.1.9.0 asetmap.0.8.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.19.0 dune-configurator.3.19.0 fmt.0.10.0 io-page.2.3.0 io-page-unix.2.3.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mirage-channel.5.0.0 mirage-flow.5.0.0 num.1.5-1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 prometheus.1.2 re.1.11.0 react.1.2.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3") /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.2 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [265 kB] - Fetched 9312 kB in 3s (3635 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [protocol-9p.dev] synchronised (file:///src) [protocol-9p-tool.dev] synchronised (file:///src) [protocol-9p-unix.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base). 2025-06-02 23:16.39 ---> saved as "48378ff2e711a37f2c3dbcca9c73dca7f4a91c54a069001d404a3124ca0ba1ce" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base). The following actions will be performed: === install 52 packages - install alcotest 1.9.0 - install asetmap 0.8.1 - install astring 0.8.5 - install base v0.14.3 - install base-bytes base - install bigarray-compat 1.1.0 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install cstruct-sexp 6.2.0 - install dune 3.19.0 - install dune-configurator 3.19.0 - install fmt 0.10.0 - install io-page 2.3.0 - install io-page-unix 2.3.0 (deprecated) - install lambda-term 3.3.2 - install logs 0.8.0 - install lwt 5.9.1 - install lwt_react 1.2.0 - install mew 0.1.0 - install mew_vi 0.5.0 - install mirage-channel 5.0.0 - install mirage-flow 5.0.0 - install num 1.5-1 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install parsexp v0.14.2 - install ppx_derivers 1.2.1 - install ppx_sexp_conv v0.14.3 - install ppxlib 0.25.1 - install prometheus 1.2 - install re 1.11.0 - install react 1.2.2 - install result 1.5 - install rresult 0.7.0 - install seq base - install sexplib v0.14.0 - install sexplib0 v0.14.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install trie 1.0.0 - install uchar 0.0.2 - install uucp 15.0.0 - install uuseg 15.0.0 - install uutf 1.0.4 - install win-error 1.0 - install zed 3.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved asetmap.0.8.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved base.v0.14.3 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-sexp.6.2.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved io-page.2.3.0, io-page-unix.2.3.0 (cached) -> retrieved lambda-term.3.3.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved lwt_react.1.2.0 (cached) -> retrieved mew.0.1.0 (cached) -> retrieved mew_vi.0.5.0 (cached) -> retrieved mirage-channel.5.0.0 (cached) -> retrieved mirage-flow.5.0.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved parsexp.v0.14.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_sexp_conv.v0.14.3 (cached) -> retrieved prometheus.1.2 (cached) -> retrieved re.1.11.0 (cached) -> retrieved react.1.2.2 (cached) -> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached) -> retrieved ppxlib.0.25.1 (cached) -> retrieved seq.base (cached) -> retrieved result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib.v0.14.0 (cached) -> retrieved sexplib0.v0.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved trie.1.0.0 (cached) -> retrieved uchar.0.0.2 (cached) -> installed cmdliner.1.3.0 -> installed num.1.5-1 -> installed seq.base -> retrieved topkg.1.0.8 (cached) -> retrieved uuseg.15.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved win-error.1.0 (cached) -> retrieved zed.3.2.3 (cached) -> retrieved uucp.15.0.0 (cached) -> installed ocamlbuild.0.16.1 -> installed uchar.0.0.2 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed asetmap.0.8.1 -> installed rresult.0.7.0 -> installed react.1.2.2 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.19.0 -> installed trie.1.0.0 -> installed ppx_derivers.1.2.1 -> installed bigarray-compat.1.1.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.11.0 -> installed sexplib0.v0.14.0 -> installed win-error.1.0 -> installed mew.0.1.0 -> installed ocplib-endian.1.2 -> installed mew_vi.0.5.0 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.0 -> installed io-page.2.3.0 -> installed io-page-unix.2.3.0 -> installed uucp.15.0.0 -> installed uuseg.15.0.0 -> installed zed.3.2.3 -> installed lwt.5.9.1 -> installed cstruct-lwt.6.2.0 -> installed mirage-flow.5.0.0 -> installed prometheus.1.2 -> installed lwt_react.1.2.0 -> installed logs.0.8.0 -> installed mirage-channel.5.0.0 -> installed base.v0.14.3 -> installed parsexp.v0.14.2 -> installed lambda-term.3.3.2 -> installed sexplib.v0.14.0 -> installed cstruct-sexp.6.2.0 -> installed ppxlib.0.25.1 -> installed ppx_sexp_conv.v0.14.3 Done. <><> io-page-unix.2.3.0 installed successfully ><><><><><><><><><><><><><><><><> => Note: This package is deprecated. # Run eval $(opam env) to update the current shell environment 2025-06-02 23:19.48 ---> saved as "5e97c95973b170e61ef231ab2900bb113325763b6069972bb50ad798bbff380c" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) [NOTE] Package dune is already installed (current version is 3.19.0). The following actions will be performed: === install 8 packages - install camlp-streams 5.0.1 [required by odoc-parser] - install crunch 4.0.0 [required by odoc] - install fpath 0.7.3 [required by odoc] - install odoc 3.0.0 - install odoc-parser 3.0.0 [required by odoc] - install ptime 1.2.0 [required by crunch] - install tyxml 4.6.0 [required by odoc] - install yojson 3.0.0 [required by odoc] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> retrieved yojson.3.0.0 (cached) -> installed camlp-streams.5.0.1 -> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached) -> installed fpath.0.7.3 -> installed ptime.1.2.0 -> installed yojson.3.0.0 -> installed crunch.4.0.0 -> installed odoc-parser.3.0.0 -> installed tyxml.4.6.0 -> installed odoc.3.0.0 Done. # Run eval $(opam env) to update the current shell environment 2025-06-02 23:20.55 ---> saved as "1b66c42a323f759b9038b2c44961470291cfb3c8c65724a15463deeea16cda4a" /src: (copy (src .) (dst /src/)) 2025-06-02 23:20.56 ---> saved as "5a407956f08752035071b46447cc34ff4e19889cf17845b8064fa4ff2f8ef35d" /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/4.08/bin/odoc link -I ../_odoc/pkg/protocol-9p -I ../../lib/.protocol_9p.objs/byte -o ../_odocls/protocol-9p/protocol_9p.odocl ../../lib/.protocol_9p.objs/byte/protocol_9p.odoc) File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Stat.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Create.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Open.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Walk.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Attach.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Auth.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Response.Version.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Info.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Wstat.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Stat.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Remove.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Clunk.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Write.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Read.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Create.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Open.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Walk.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Attach.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Flush.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Auth.t' File "../../lib/.protocol_9p.objs/byte/protocol_9p.odoc": Warning: Hidden fields in type 'Protocol_9p.Request.Version.t' 2025-06-02 23:21.00 ---> saved as "bd262f9de37c76494b695b16e44be1313ac9b9a1bb701b2ed53cdc88aa491d55" Job succeeded 2025-06-02 23:21.00: Job succeeded