2026-06-30 19:37.00: New job: test mirage/capnp-rpc https://github.com/mirage/capnp-rpc.git#refs/heads/master (00423406c03cafcbf31174cb8bacb03f3ee03f5e) (macos-x86_64:macos-homebrew-5.5_opam-2.5)Base: macos-homebrew-ocaml-5.5Opam project buildTo 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 macos-homebrew-ocaml-5.5# macos-homebrew-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN opam update -uCOPY --chown=1000:1000 capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam ./src/./RUN opam pin add -yn capnp-rpc.dev './src/./' && \opam pin add -yn capnp-rpc-unix.dev './src/./' && \opam pin add -yn capnp-rpc-net.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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-effects.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.1 compiler-cloning.enabled conf-capnproto.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 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.24.0 dune-configurator.3.24.0 duration.0.3.1 eio.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.2 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.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocaml_intrinsics_kernel.v0.17.2 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.1.1 tls-eio.2.1.1 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 x509.1.1.1 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-30 19:37.00: Using cache hint "mirage/capnp-rpc-macos-homebrew-ocaml-5.5-macos-homebrew-5.5_opam-2.5-f5b74c29173ae7221ddc80b320084b9c"2026-06-30 19:37.00: Using OBuilder spec:((from macos-homebrew-ocaml-5.5)(comment macos-homebrew-5.5_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))(copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam)(dst ./src/./))(run (network host)(shell "opam pin add -yn capnp-rpc.dev './src/./' && \\nopam pin add -yn capnp-rpc-unix.dev './src/./' && \\nopam pin add -yn capnp-rpc-net.dev './src/./'"))(run (shell "echo '(lang dune 3.0)' > './src/./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-effects.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.1 compiler-cloning.enabled conf-capnproto.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 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.24.0 dune-configurator.3.24.0 duration.0.3.1 eio.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.2 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.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocaml_intrinsics_kernel.v0.17.2 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.1.1 tls-eio.2.1.1 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 x509.1.1.1 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-06-30 19:37.00: Connecting to build cluster…2026-06-30 19:37.00: Waiting for resource in pool OCluster2026-06-30 19:37.04: Waiting for worker…2026-06-30 21:25.25: Got resource from pool OClusterBuilding on i7-worker-03All commits already cachedHEAD is now at 00423406 Merge pull request #319 from avsm/remove-extunix(from macos-homebrew-ocaml-5.5)2026-06-30 21:25.26 ---> using "82c12866f23b098fbbf8b05008cd71f7526a13ffd1bc8a39e4d487c3b436c70f" from cache/: (comment macos-homebrew-5.5_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-06-30 21:25.26 ---> using "66f8eee01ecd3eb6537e87a3fb8e6278886ddc6897b79e190a452d36267d447e" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb7773e2175..8cd35acddd master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-06-30 21:25.27 ---> using "b59e0ad35d3e034fd87d4a3402c4057a5d686cae61f8b2061f0be47d54a040e1" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositorydefault (at git+file:///Users/mac1000/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///Users/mac1000/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-06-30 21:25.27 ---> using "f692cb3754527d299cbf337fe85899c7de73bd708e67653c66f149436fd578ad" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.5.02.5.02026-06-30 21:25.27 ---> using "22dfe904549f7ef27171a8343c4c3a7deaa788e272dcf914a48952537019077a" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-06-30 21:25.28 ---> using "cf36e406078590c8c2900844b8c5a3c869a1c2d367f3d96a383fa4f8464391ca" from cache/: (copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam)(dst ./src/./))2026-06-30 21:25.30 ---> saved as "8bcbbcb1cc6824a1b5e274653b2d7dc00a275971e97a41631437aba71c921795"/: (run (network host)(shell "opam pin add -yn capnp-rpc.dev './src/./' && \\nopam pin add -yn capnp-rpc-unix.dev './src/./' && \\nopam pin add -yn capnp-rpc-net.dev './src/./'"))[capnp-rpc.dev] synchronised (file:///Users/mac1000/src)capnp-rpc is now pinned to file:///Users/mac1000/src (version dev)[capnp-rpc-unix.dev] synchronised (file:///Users/mac1000/src)capnp-rpc-unix is now pinned to file:///Users/mac1000/src (version dev)[capnp-rpc-net.dev] synchronised (file:///Users/mac1000/src)capnp-rpc-net is now pinned to file:///Users/mac1000/src (version dev)2026-06-30 21:25.44 ---> saved as "1b14428a9b3f108d51e0239083bd594270f31b4b72a55542a60c68cd2868cdf9"/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-06-30 21:25.46 ---> saved as "1abff56c4fc33b336cce35a8bcdc65ccdb68f5d825c8a5cd24c98c45cfc656df"/: (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-effects.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.1 compiler-cloning.enabled conf-capnproto.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 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.24.0 dune-configurator.3.24.0 duration.0.3.1 eio.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.2 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.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.3 ocaml_intrinsics_kernel.v0.17.2 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.1.1 tls-eio.2.1.1 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 x509.1.1.1 zarith.1.14")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[capnp-rpc-unix.dev] synchronised (file:///Users/mac1000/src)[capnp-rpc-net.dev] synchronised (file:///Users/mac1000/src)[capnp-rpc.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:capnp gmp pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/brew "install" "capnp" "gmp" "pkgconf"- ==> Would install 3 formulae:- capnp gmp pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/manifests/1.4.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/eae16274de3ed426ad4fa018b725708d68be6d6a07711bfeee4f37f0aeb2731b--capnp-1.4.0.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json- ==> Fetching downloads for: capnp, gmp and pkgconf- ✔︎ Bottle capnp (1.4.0)- ✔︎ Bottle gmp (6.3.0)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle capnp (1.4.0)- ✔︎ Bottle gmp (6.3.0)- ✔︎ Bottle pkgconf (2.5.1)- ==> Pouring capnp--1.4.0.sonoma.bottle.tar.gz- 🍺 /usr/local/Cellar/capnp/1.4.0: 145 files, 16.8MB- ==> Running `brew cleanup capnp`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB- ==> Running `brew cleanup gmp`...- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 381.8KB- ==> Running `brew cleanup pkgconf`...# To update the current shell environment, run: eval $(opam env)2026-06-30 21:26.11 ---> saved as "f70549db372a48a00348d67bb8729d213f10cd46854d97b713d37f5d3aacb6e5"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 74 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.1- install conf-capnproto 2- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 5- 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.24.0- install dune-configurator 3.24.0- install duration 0.3.1- install eio 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.2- 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.1.3- install ocaml_intrinsics_kernel v0.17.2- 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.1.1- install tls-eio 2.1.1- install topkg 1.1.1- install uri 4.4.0- install uutf 1.0.4- install x509 1.1.1- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved asetmap.0.8.1 (cached)-> retrieved afl-persistent.1.4 (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 camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved conf-pkg-config.5 (cached)-> retrieved capnp.3.6.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-capnproto.2-> retrieved base.v0.17.3 (cached)-> installed conf-pkg-config.5-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> installed conf-gmp.5-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.3.1 (cached)-> installed conf-gmp-powm-sec.4-> retrieved digestif.1.3.0 (cached)-> retrieved eio.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 kdf.1.0.0 (cached)-> retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.3 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (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 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 re.1.14.0 (cached)-> retrieved res.5.0.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> 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 tls.2.1.1, tls-eio.2.1.1 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)-> retrieved x509.1.1.1 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)-> installed ocamlbuild.0.16.1-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed asetmap.0.8.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.24.0-> installed csexp.1.5.2-> installed base64.3.5.2-> installed lwt-dllist.1.1.0-> installed afl-persistent.1.4-> installed gmap.0.3.0-> installed eqaf.0.10-> installed duration.0.3.1-> installed domain-name.0.5.0-> installed cstruct.6.2.0-> installed cppo.1.8.0-> installed camlp-streams.5.0.1-> installed asn1-combinators.0.3.2-> installed ocaml-version.4.1.3-> installed ohex.0.2.0-> installed macaddr.5.6.2-> installed ocaml_intrinsics_kernel.v0.17.2-> installed optint.0.3.0-> installed ocplib-endian.1.2-> installed psq.0.2.1-> installed result.1.5-> installed ocaml-syntax-shims.1.0.0-> installed stringext.1.6.0-> installed stdlib-shims.0.3.0-> installed thread-table.1.0.0-> installed res.5.0.2-> installed sexplib0.v0.17.0-> installed dune-configurator.3.24.0-> installed ipaddr.5.6.2-> installed digestif.1.3.0-> installed domain-local-await.1.0.1-> installed stdint.0.7.2-> installed re.1.14.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed angstrom.0.16.1-> installed mirage-crypto.2.1.0-> installed alcotest.1.9.1-> installed kdf.1.0.0-> installed eio.1.3-> installed uri.4.4.0-> installed lwt.6.1.2-> installed prometheus.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 base.v0.17.3-> installed mirage-crypto-pk.2.1.0-> installed stdio.v0.17.0-> installed mdx.2.5.2-> installed mirage-crypto-ec.2.1.0-> installed capnp.3.6.0-> installed x509.1.1.1-> installed tls.2.1.1-> installed tls-eio.2.1.1Done.<><> 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.5.0+afl ocaml-variants.5.5.0+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-06-30 21:28.36 ---> saved as "9afbfe55faf4b14baf0188f83cc5491ebe2be70eb40ac7ee7507d0780665d52d"/: (copy (src .) (dst ./src))2026-06-30 21:28.38 ---> saved as "86b257e7057fe01ac6de08f5dcaf137b4d6cc4b1a1eb2f7a5647d34c11a28b05"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/capnp-rpc && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.5.0/bin/capnpc-ocaml ./persistent.capnp)persistent.capnp --> persistent.mli persistent.ml(cd _build/default/capnp-rpc && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.5.0/bin/capnpc-ocaml ./rpc_schema.capnp)rpc_schema.capnp --> rpc_schema.mli rpc_schema.ml(cd _build/default/examples/testlib && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.5.0/bin/capnpc-ocaml ./test_api.capnp)test_api.capnp --> test_api.mli test_api.ml(cd _build/default/examples/testlib && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.5.0/bin/capnpc-ocaml ./calculator.capnp)calculator.capnp --> calculator.mli calculator.ml(cd _build/default/test-bin/echo && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.5.0/bin/capnpc-ocaml ./echo_api.capnp)echo_api.capnp --> echo_api.mli echo_api.ml(cd _build/default/test/proto && ./test.exe)Testing `capnp-rpc'.This run has ID `2NQGJZY2'.[OK] core 0 Return.[OK] core 1 Return error.[OK] core 2 Connection.[OK] core 3 Local embargo.[OK] core 4 Local embargo 2.[OK] core 5 Local embargo 3.[OK] core 6 Local embargo 4.[OK] core 7 Local embargo 5.[OK] core 8 Local embargo 6.[OK] core 9 Local embargo 7.[OK] core 10 Local embargo 8.[OK] core 11 Local embargo 9.[OK] core 12 Local embargo 10.[OK] core 13 Local embargo 11.[OK] core 14 Local embargo 12.[OK] core 15 Local embargo 13.[OK] core 16 Local embargo 14.[OK] core 17 Local embargo 15.[OK] core 18 Shared cap.[OK] core 19 Fields.[OK] core 20 Cancel.[OK] core 21 Cancel 2.[OK] core 22 Cancel 3.[OK] core 23 Duplicates.[OK] core 24 Re-export.[OK] core 25 Shorten field.[OK] core 26 Cycle.[OK] core 27 Cycle 2.[OK] core 28 Cycle 3.[OK] core 29 Cycle 4.[OK] core 30 Cycle 5.[OK] core 31 Cycle 6.[OK] core 32 Resolve.[OK] core 33 Resolve 2.[OK] core 34 Resolve 3.[OK] core 35 Resolve 4.[OK] core 36 Resolve 5.[OK] core 37 Resolve 6.[OK] core 38 Resolve 7.[OK] core 39 Ref-counts.[OK] core 40 Auto-release.[OK] core 41 Unimplemented.[OK] core 42 Broken return.[OK] core 43 Broken call.[OK] core 44 Broken later.[OK] core 45 Broken connection.[OK] core 46 Import callbacks.Full test results in `~/src/_build/default/test/proto/_build/_tests/capnp-rpc'.Test Successful in 0.139s. 47 tests run.(cd _build/default/test && ./test.exe)Testing `capnp-rpc'.This run has ID `TLMUYUBL'.[OK] eio 0 Simple.[OK] eio 1 Crypto.[OK] eio 2 Bad crypto.[OK] eio 3 Parallel.[OK] eio 4 Embargo.[OK] eio 5 Resolve.[OK] eio 6 Registry.[OK] eio 7 Calculator.[OK] eio 8 Calculator 2.[OK] eio 9 Calculator 3.[OK] eio 10 Cancel.[OK] eio 11 Indexing.[OK] eio 12 Options.[OK] eio 13 Sturdy URI.[OK] eio 14 Sturdy self.[OK] eio 15 Table restorer.[OK] eio 16 Fn restorer.[OK] eio 17 Broken ref.[OK] eio 18 Broken ref 2.[OK] eio 19 Broken ref 3.[OK] eio 20 Broken ref 4.[OK] eio 21 Parallel connect.[OK] eio 22 Parallel fails.[OK] eio 23 Crossed calls.[OK] eio 24 Store.[OK] eio 25 File store.[OK] eio 26 Await settled.[OK] eio 27 Late bootstrap.[OK] eio 28 Listen address.Full test results in `~/src/_build/default/test/_build/_tests/capnp-rpc'.Test Successful in 1.039s. 29 tests run.2026-06-30 21:28.57 ---> saved as "b96cdfa6b560fa3a6b06c404914cc3e3463076fb24c3316db80100129f23a18b"Job succeeded2026-06-30 21:29.03: Job succeeded