2026-03-31 14:31.12: New job: test mirage/capnp-rpc https://github.com/mirage/capnp-rpc.git#refs/heads/master (00423406c03cafcbf31174cb8bacb03f3ee03f5e) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1Opam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/mirage/capnp-rpc.git" -b "master" && cd "capnp-rpc" && git reset --hard 00423406cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1# debian-13-5.2_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam ./RUN opam pin add -yn capnp-rpc.dev './' && \opam pin add -yn capnp-rpc-unix.dev './' && \opam pin add -yn capnp-rpc-net.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 capnp.3.6.0 cmdliner.2.1.0 conf-capnproto.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 hmap.0.8.1 iomux.0.4 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 mdx.2.5.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 prometheus.1.3 psq.0.2.1 ptime.1.2.0 re.1.14.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 tls.2.0.4 tls-eio.2.0.4 topkg.1.1.1 uri.4.4.0 uring.2.7.0 uutf.1.0.4 x509.1.0.6 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev $DEPSRUN opam install $DEPSRUN 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-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-31 14:31.12: Using cache hint "mirage/capnp-rpc-ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1-debian-13-5.2_opam-2.5-7db989e2df684a6e6c957bc7971ce71c"2026-03-31 14:31.12: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1)(comment debian-13-5.2_opam-2.5)(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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam) (dst ./))(run (network host)(shell "opam pin add -yn capnp-rpc.dev './' && \\nopam pin add -yn capnp-rpc-unix.dev './' && \\nopam pin add -yn capnp-rpc-net.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 capnp.3.6.0 cmdliner.2.1.0 conf-capnproto.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 hmap.0.8.1 iomux.0.4 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 mdx.2.5.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 prometheus.1.3 psq.0.2.1 ptime.1.2.0 re.1.14.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 tls.2.0.4 tls-eio.2.0.4 topkg.1.1.1 uri.4.4.0 uring.2.7.0 uutf.1.0.4 x509.1.0.6 zarith.1.14")(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 capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.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)")))2026-03-31 14:31.12: Waiting for resource in pool OCluster2026-03-31 14:32.38: Waiting for worker…2026-03-31 14:35.49: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 00423406 Merge pull request #319 from avsm/remove-extunix(from ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1)Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1' locallydocker.io/ocaml/opam@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layerfd712d3eb935: Pulling fs layer4b9fb8c99118: Pulling fs layer9d9a01948b94: Pulling fs layer0f1514f90b32: Pulling fs layere1ec5a753447: Pulling fs layer03cc323e2f71: Pulling fs layerc09c08ea9749: Pulling fs layerb36b619f8e6b: Pulling fs layer195344ca5274: Pulling fs layer228ee78582a6: Pulling fs layer504bde1c25b3: Pulling fs layer9d8b1356c89f: Pulling fs layer568fb6dda155: Pulling fs layerc499c9198aea: Pulling fs layer048e5e358118: Pulling fs layer871ca48eb45d: Pulling fs layer4f4fb700ef54: Pulling fs layera5a2568b9df9: Pulling fs layer068cf3106ac8: Pulling fs layer559f54ec9b29: Pulling fs layer798ffd96fde5: Pulling fs layere9a891bf80d7: Pulling fs layerd720cfe12674: Pulling fs layerc81c932f4a91: Pulling fs layer7df34a5cd5f1: Waiting79f24fa3bb11: Pulling fs layere1ec5a753447: Waiting8c1debcd8c20: Pulling fs layer03cc323e2f71: Waitingfd712d3eb935: Waiting1bb2cfea7250: Pulling fs layer4b9fb8c99118: Waitingc09c08ea9749: Waiting2b3d3ca75e4c: Pulling fs layer9d9a01948b94: Waitingb36b619f8e6b: Waiting0f1514f90b32: Waiting557cacaf263c: Pulling fs layerd10483022eef: Pulling fs layer068cf3106ac8: Waiting7b62a90d8223: Pulling fs layer195344ca5274: Waiting28ce8ea66e72: Pulling fs layer559f54ec9b29: Waiting228ee78582a6: Waitingc499c9198aea: Waitingd975909ea717: Pulling fs layer5c215c69c247: Pulling fs layer048e5e358118: Waiting504bde1c25b3: Waitinge7c082452a54: Pulling fs layere9a891bf80d7: Waitinged323d3d481a: Waiting871ca48eb45d: Waiting9d8b1356c89f: Waitingd720cfe12674: Waiting4f4fb700ef54: Waiting27454b3e44fc: Pulling fs layer568fb6dda155: Waiting1bb2cfea7250: Waiting798ffd96fde5: Waitinga5a2568b9df9: Waitingc81c932f4a91: Waiting2b3d3ca75e4c: Waiting557cacaf263c: Waitingcf864090fffc: Pulling fs layerd10483022eef: Waiting98d73952e572: Pulling fs layer7b62a90d8223: Waiting8c1debcd8c20: Waiting5c215c69c247: Waiting28ce8ea66e72: Waitingc6d44b49685c: Pulling fs layer27454b3e44fc: Waiting35900062a974: Pulling fs layere7c082452a54: Waiting98d73952e572: Waitingd975909ea717: Waiting715391ec4183: Pulling fs layerc6d44b49685c: Waitingcc777f35b81f: Pulling fs layer35900062a974: Waitingcf864090fffc: Waiting715391ec4183: Waitingcc777f35b81f: Waitinge793768537e6: Verifying Checksume793768537e6: Download complete1e49bea09367: Download complete866771c43bf5: Verifying Checksum866771c43bf5: Download complete7df34a5cd5f1: Verifying Checksum7df34a5cd5f1: Download completeed323d3d481a: Verifying Checksumed323d3d481a: Download complete4b9fb8c99118: Verifying Checksum4b9fb8c99118: Download complete9d9a01948b94: Verifying Checksum9d9a01948b94: Download complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download completee1ec5a753447: Verifying Checksume1ec5a753447: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download complete03cc323e2f71: Verifying Checksum03cc323e2f71: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete195344ca5274: Verifying Checksum195344ca5274: Download complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download complete9d8b1356c89f: Download complete568fb6dda155: Download completec499c9198aea: Download complete048e5e358118: Download complete871ca48eb45d: Verifying Checksum871ca48eb45d: Download complete866771c43bf5: Pull complete1e49bea09367: Pull complete4f4fb700ef54: Download completee793768537e6: Pull complete068cf3106ac8: Verifying Checksum068cf3106ac8: Download completea5a2568b9df9: Verifying Checksuma5a2568b9df9: Download completefd712d3eb935: Verifying Checksumfd712d3eb935: Download complete559f54ec9b29: Verifying Checksum559f54ec9b29: Download complete798ffd96fde5: Verifying Checksum798ffd96fde5: Download completeed323d3d481a: Pull complete7df34a5cd5f1: Pull completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download completed720cfe12674: Download completec81c932f4a91: Verifying Checksumc81c932f4a91: Download complete79f24fa3bb11: Download complete8c1debcd8c20: Verifying Checksum8c1debcd8c20: Download complete1bb2cfea7250: Verifying Checksum1bb2cfea7250: Download complete2b3d3ca75e4c: Verifying Checksum2b3d3ca75e4c: Download complete557cacaf263c: Download complete7b62a90d8223: Verifying Checksum7b62a90d8223: Download completed975909ea717: Verifying Checksumd975909ea717: Download complete5c215c69c247: Verifying Checksum5c215c69c247: Download completee7c082452a54: Download complete27454b3e44fc: Download completecf864090fffc: Verifying Checksumcf864090fffc: Download complete98d73952e572: Verifying Checksum98d73952e572: Download completed10483022eef: Verifying Checksumd10483022eef: Download complete35900062a974: Download complete715391ec4183: Verifying Checksum715391ec4183: Download completecc777f35b81f: Download completec6d44b49685c: Verifying Checksumc6d44b49685c: Download complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull complete27454b3e44fc: Pull completecf864090fffc: Pull complete98d73952e572: Pull completec6d44b49685c: Pull complete35900062a974: Pull complete715391ec4183: Pull completecc777f35b81f: Pull completeDigest: sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf1Status: Downloaded newer image for ocaml/opam@sha256:27f9f13fc53393fac340f59095bc754f32b077f5ac2eda512f38c28f84185cf12026-03-31 14:35.50 ---> using "9b20f3b3460b5364c4694eca09e11691cd4f4b015a339d3aa7da33a7a51cdbf3" from cache/: (comment debian-13-5.2_opam-2.5)/: (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"))2026-03-31 14:35.50 ---> using "a6baf291a0a7dd7dd17debcc568a5ef4f466235b9adbce89dc2c0e06a364eae7" 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-31 14:35.50 ---> using "7d0a4440642932d6c9120c4affd90d1cd09ed91bd6bba53f6d634504bfb64bb3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.2.12.2.12026-03-31 14:35.50 ---> using "33b8a4609cb63d05d670eb2511b4092d060d09ea21c39469e0e0851105729b5c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-31 14:35.50 ---> using "bf3ef33115fc83ef69a81bdd46f8e7b8551dffd7f099396bc0ee8b66103775d7" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..fdb5e370d7 master -> origin/masterfa13386c66 Merge pull request #29586 from Julow/release-mdx-2.5.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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 environment2026-03-31 14:36.10 ---> saved as "3332d25275e399c41362da71f6a01cbc5fe6a8bac1017c94287ccb80efd28873"/src: (copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam)(dst ./))2026-03-31 14:36.10 ---> saved as "cd31a05a77b28814a586edb660e773d300f5ca9df2763298000852d18bc2e1b0"/src: (run (network host)(shell "opam pin add -yn capnp-rpc.dev './' && \\nopam pin add -yn capnp-rpc-unix.dev './' && \\nopam pin add -yn capnp-rpc-net.dev './'"))[capnp-rpc.dev] synchronised (file:///src)capnp-rpc is now pinned to file:///src (version dev)[capnp-rpc-unix.dev] synchronised (file:///src)capnp-rpc-unix is now pinned to file:///src (version dev)[capnp-rpc-net.dev] synchronised (file:///src)capnp-rpc-net is now pinned to file:///src (version dev)2026-03-31 14:36.15 ---> saved as "2eb22a024b6849c4a0007b83094f28e86e263f09384a651e698d7e99dfedf9ec"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-31 14:36.15 ---> saved as "03b49fd03843cd1929c39c632486fbd0511cca8aa9494bb4dfc2376810c5e414"/src: (env DEPS "afl-persistent.1.4 alcotest.1.9.1 angstrom.0.16.1 asetmap.0.8.1 asn1-combinators.0.3.2 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 camlp-streams.5.0.1 capnp.3.6.0 cmdliner.2.1.0 conf-capnproto.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 hmap.0.8.1 iomux.0.4 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 macaddr.5.6.2 mdx.2.5.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mtime.2.1.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 prometheus.1.3 psq.0.2.1 ptime.1.2.0 re.1.14.0 res.5.0.2 result.1.5 seq.base sexplib0.v0.17.0 stdint.0.7.2 stdio.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 tls.2.0.4 tls-eio.2.0.4 topkg.1.1.1 uri.4.4.0 uring.2.7.0 uutf.1.0.4 x509.1.0.6 zarith.1.14")/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 capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]- Fetched 10.0 MB in 35s (289 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[capnp-rpc.dev] synchronised (file:///src)[capnp-rpc-net.dev] synchronised (file:///src)[capnp-rpc-unix.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-base-compiler is already installed (current version is 5.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.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:capnproto libcapnp-dev libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "capnproto" "libcapnp-dev" "libgmp-dev" "pkg-config"- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20654 files and directories currently installed.)- Preparing to unpack .../openssl-provider-legacy_3.5.5-1~deb13u1_amd64.deb ...- Unpacking openssl-provider-legacy (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...- Setting up openssl-provider-legacy (3.5.5-1~deb13u1) ...- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20654 files and directories currently installed.)- Preparing to unpack .../libssl3t64_3.5.5-1~deb13u1_amd64.deb ...- Unpacking libssl3t64:amd64 (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...- Setting up libssl3t64:amd64 (3.5.5-1~deb13u1) ...- Selecting previously unselected package libcapnp-1.1.0:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20654 files and directories currently installed.)- Preparing to unpack .../00-libcapnp-1.1.0_1.1.0-2_amd64.deb ...- Unpacking libcapnp-1.1.0:amd64 (1.1.0-2) ...- Selecting previously unselected package capnproto.- Preparing to unpack .../01-capnproto_1.1.0-2_amd64.deb ...- Unpacking capnproto (1.1.0-2) ...- Selecting previously unselected package libssl-dev:amd64.- Preparing to unpack .../02-libssl-dev_3.5.5-1~deb13u1_amd64.deb ...- Unpacking libssl-dev:amd64 (3.5.5-1~deb13u1) ...- Selecting previously unselected package libcapnp-dev:amd64.- Preparing to unpack .../03-libcapnp-dev_1.1.0-2_amd64.deb ...- Unpacking libcapnp-dev:amd64 (1.1.0-2) ...- Selecting previously unselected package libgmpxx4ldbl:amd64.- Preparing to unpack .../04-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../05-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../06-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Preparing to unpack .../07-openssl_3.5.5-1~deb13u1_amd64.deb ...- Unpacking openssl (3.5.5-1~deb13u1) over (3.5.4-1~deb13u2) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../08-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../09-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../10-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...- Setting up libssl-dev:amd64 (3.5.5-1~deb13u1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libcapnp-1.1.0:amd64 (1.1.0-2) ...- Setting up openssl (3.5.5-1~deb13u1) ...- Setting up libcapnp-dev:amd64 (1.1.0-2) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up capnproto (1.1.0-2) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...2026-03-31 14:38.18 ---> saved as "9ff2ea61faf24beb1d67bcaf8dcf33c1f69ac028ff89ccb1effe524af1f44036"/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.2.1).[NOTE] Package ocaml is already installed (current version is 5.2.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 76 packages- install afl-persistent 1.4- install alcotest 1.9.1- install angstrom 0.16.1- install asetmap 0.8.1- install asn1-combinators 0.3.2- install astring 0.8.5- install base v0.17.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install camlp-streams 5.0.1- install capnp 3.6.0- install cmdliner 2.1.0- install conf-capnproto 2- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install digestif 1.3.0- install domain-local-await 1.0.1- install domain-name 0.5.0- install dune 3.22.0- install dune-configurator 3.22.0- install duration 0.2.1- install eio 1.3- install eio_linux 1.3- install eio_main 1.3- install eio_posix 1.3- install eqaf 0.10- install fmt 0.11.0- install gmap 0.3.0- install hmap 0.8.1- install iomux 0.4- install ipaddr 5.6.2- install kdf 1.0.0- install logs 0.10.0- install lwt 6.1.1- install lwt-dllist 1.1.0- install macaddr 5.6.2- install mdx 2.5.2- install mirage-crypto 2.1.0- install mirage-crypto-ec 2.1.0- install mirage-crypto-pk 2.1.0- install mirage-crypto-rng 2.1.0- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.4- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install optint 0.3.0- install prometheus 1.3- install psq 0.2.1- install ptime 1.2.0- install re 1.14.0- install res 5.0.2- install result 1.5- install seq base- install sexplib0 v0.17.0- install stdint 0.7.2- install stdio v0.17.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install thread-table 1.0.0- install tls 2.0.4- install tls-eio 2.0.4- install topkg 1.1.1- install uri 4.4.0- install uring 2.7.0- install uutf 1.0.4- install x509 1.0.6- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved afl-persistent.1.4 (cached)-> retrieved asetmap.0.8.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved capnp.3.6.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-capnproto.2-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)-> retrieved ocaml-version.4.0.4 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> installed cmdliner.2.1.0-> retrieved ohex.0.2.0 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved prometheus.1.3 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved res.5.0.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdint.0.7.2 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved tls.2.0.4, tls-eio.2.0.4 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed asetmap.0.8.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed duration.0.2.1-> installed base64.3.5.2-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed gmap.0.3.0-> installed lwt-dllist.1.1.0-> installed macaddr.5.6.2-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.4-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ohex.0.2.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed re.1.14.0-> installed res.5.0.2-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdint.0.7.2-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed thread-table.1.0.0-> installed ocplib-endian.1.2-> installed afl-persistent.1.4-> installed ipaddr.5.6.2-> installed domain-local-await.1.0.1-> installed digestif.1.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.22.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed angstrom.0.16.1-> installed mirage-crypto.2.1.0-> installed kdf.1.0.0-> installed eio.1.3-> installed uring.2.7.0-> installed uri.4.4.0-> installed lwt.6.1.1-> installed prometheus.1.3-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed logs.0.10.0-> installed mirage-crypto-rng.2.1.0-> installed mirage-crypto-pk.2.1.0-> installed base.v0.17.3-> installed mdx.2.5.2-> installed stdio.v0.17.0-> installed mirage-crypto-ec.2.1.0-> installed capnp.3.6.0-> installed x509.1.0.6-> installed tls.2.0.4-> installed tls-eio.2.0.4Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.2.1+afl ocaml-variants.5.2.1+options ocaml-option-afl# Run eval $(opam env) to update the current shell environment2026-03-31 14:39.22 ---> saved as "cf219d5273b0cb033321572d83e6995bee93bcdcad321dd4690462a241378b2a"/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.22.0).The following actions will be performed:=== install 5 packages- install crunch 4.0.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed crunch.4.0.0-> installed fpath.0.7.3-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-03-31 14:39.40 ---> saved as "02d423fa9dcf1a00fefa3aeedfe04eb1198538a58a41e27c8cc97ac305c4ac64"/src: (copy (src .) (dst /src/))2026-03-31 14:39.40 ---> saved as "dad579a101b1f9934e123f0956bd0746d90c3ec82e0322d89f9d25d312e4f05f"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/capnp-rpc && /usr/bin/capnp compile -o /home/opam/.opam/5.2/bin/capnpc-ocaml persistent.capnp)persistent.capnp --> persistent.mli persistent.ml(cd _build/default/capnp-rpc && /usr/bin/capnp compile -o /home/opam/.opam/5.2/bin/capnpc-ocaml rpc_schema.capnp)rpc_schema.capnp --> rpc_schema.mli rpc_schema.ml(cd _build/default/_doc/_odocls/capnp-rpc && /home/opam/.opam/5.2/bin/odoc link -I ../../_odoc/pkg/capnp-rpc -I ../../../capnp-rpc/.capnp_rpc.objs/byte -I ../../../capnp-rpc/proto/.capnp_rpc_proto.objs/byte -o capnp_rpc.odocl ../../../capnp-rpc/.capnp_rpc.objs/byte/capnp_rpc.odoc)File "../../../capnp-rpc/.capnp_rpc.objs/byte/capnp_rpc.odoc":Warning: While resolving the expansion of include at File "capnp-rpc/capnp_rpc.mli", line 3, character 0Hidden constructors in type 'Capnp_rpc.Object.t'File "../../../capnp-rpc/.capnp_rpc.objs/byte/capnp_rpc.odoc":Warning: While resolving the expansion of include at File "capnp-rpc/capnp_rpc.mli", line 3, character 0Hidden fields in type 'Capnp_rpc.ListStorage.t'(cd _build/default/_doc/_odocls/capnp-rpc && /home/opam/.opam/5.2/bin/odoc link -I ../../_odoc/pkg/capnp-rpc -I ../../../capnp-rpc/.capnp_rpc.objs/byte -I ../../../capnp-rpc/proto/.capnp_rpc_proto.objs/byte -o capnp_rpc_proto.odocl ../../../capnp-rpc/proto/.capnp_rpc_proto.objs/byte/capnp_rpc_proto.odoc)File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"File "capnp-rpc/proto/s.ml", line 73, characters 12-27:Warning: Failed to resolve reference unresolvedroot(WIRE_PAYLOAD) Couldn't find "WIRE_PAYLOAD"(cd _build/default/_doc/_odocls/capnp-rpc-net && /home/opam/.opam/5.2/bin/odoc link -I ../../_odoc/pkg/capnp-rpc-net -I ../../../capnp-rpc-net/.capnp_rpc_net.objs/byte -I ../../../capnp-rpc/.capnp_rpc.objs/byte -I ../../../capnp-rpc/proto/.capnp_rpc_proto.objs/byte -o capnp_rpc_net.odocl ../../../capnp-rpc-net/.capnp_rpc_net.objs/byte/capnp_rpc_net.odoc)File "capnp-rpc-net/s.ml", line 44, characters 16-40:Warning: Failed to resolve reference unresolvedroot(Capnp_rpc_unix) Parent_module: Lookup failure (root module): Capnp_rpc_unixFile "capnp-rpc-net/s.ml", line 95, characters 16-40:Warning: Failed to resolve reference unresolvedroot(Capnp_rpc_unix) Parent_module: Lookup failure (root module): Capnp_rpc_unixFile "capnp-rpc-net/s.ml", line 44, characters 16-40:Warning: Failed to resolve reference unresolvedroot(Capnp_rpc_unix) Parent_module: Lookup failure (root module): Capnp_rpc_unixFile "capnp-rpc-net/s.ml", line 95, characters 16-40:Warning: Failed to resolve reference unresolvedroot(Capnp_rpc_unix) Parent_module: Lookup failure (root module): Capnp_rpc_unixFile "capnp-rpc-net/auth.mli", line 56, characters 24-52:Warning: Failed to resolve reference unresolvedroot(Mirage_crypto_rng_eio).run Couldn't find "Mirage_crypto_rng_eio"File "capnp-rpc-net/s.ml", line 44, characters 16-40:Warning: Failed to resolve reference unresolvedroot(Capnp_rpc_unix) Parent_module: Lookup failure (root module): Capnp_rpc_unixFile "capnp-rpc-net/s.ml", line 95, characters 16-40:Warning: Failed to resolve reference unresolvedroot(Capnp_rpc_unix) Parent_module: Lookup failure (root module): Capnp_rpc_unix(cd _build/default/_doc/_odocls/capnp-rpc-unix && /home/opam/.opam/5.2/bin/odoc link -I ../../_odoc/pkg/capnp-rpc-unix -I ../../../capnp-rpc-net/.capnp_rpc_net.objs/byte -I ../../../capnp-rpc/.capnp_rpc.objs/byte -I ../../../capnp-rpc/proto/.capnp_rpc_proto.objs/byte -I ../../../unix/.capnp_rpc_unix.objs/byte -o capnp_rpc_unix.odocl ../../../unix/.capnp_rpc_unix.objs/byte/capnp_rpc_unix.odoc)File "unix/capnp_rpc_unix.mli", line 44, characters 30-52:Warning: Failed to resolve reference unresolvedroot(Restorer).Id.derived Couldn't find "Restorer"File "unix/capnp_rpc_unix.mli", line 40, characters 36-58:Warning: Failed to resolve reference unresolvedroot(Restorer).Id.derived Couldn't find "Restorer"2026-03-31 14:39.42 ---> saved as "9c42492a118eeddcc59ca64c20fee037111ff0a7c1c7375a7b34d715e47d5e93"Job succeeded2026-03-31 14:39.42: Job succeeded