Organisationsmiragecapnp-rpcdfd465 ()macos-homebrew-5.1_opam-2.1

macos-homebrew-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:28.37: New job: test mirage/capnp-rpc https://github.com/mirage/capnp-rpc.git#refs/pull/256/head (dfd4651b39596d53e8073464a90ed10ed36c70fa) (macos-x86_64:macos-homebrew-5.1_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/capnp-rpc.git" && cd "capnp-rpc" && git fetch origin "refs/pull/256/head" && git reset --hard dfd4651b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam capnp-rpc-lwt.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/./' && \
    opam pin add -yn capnp-rpc-lwt.dev './src/./'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 camlp-streams.5.0.1 capnp.3.6.0 cmdliner.1.2.0 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eio.1.0 eio_main.1.0 eio_posix.1.0 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 gmap.0.3.0 hkdf.1.0.4 hmap.0.8.1 iomux.0.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 mdx.2.3.1 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.4.0.2 mirage-kv.6.1.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 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 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 psq.0.2.1 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 tls.0.17.4 tls-eio.0.17.4 tls-mirage.0.17.4 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev capnp-rpc-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-05-10 09:28.37: Using cache hint "mirage/capnp-rpc-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_opam-2.1-f4cd4950b0c8d42b0601405dc90db57b"
2024-05-10 09:28.37: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam capnp-rpc-lwt.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/./' && \
             \nopam pin add -yn capnp-rpc-lwt.dev './src/./'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 camlp-streams.5.0.1 capnp.3.6.0 cmdliner.1.2.0 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eio.1.0 eio_main.1.0 eio_posix.1.0 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 gmap.0.3.0 hkdf.1.0.4 hmap.0.8.1 iomux.0.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 mdx.2.3.1 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.4.0.2 mirage-kv.6.1.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 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 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 psq.0.2.1 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 tls.0.17.4 tls-eio.0.17.4 tls-mirage.0.17.4 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 zarith.1.13")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev capnp-rpc-lwt.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 09:28.37: Waiting for resource in pool OCluster
2024-05-11 08:00.52: Waiting for worker…
2024-05-11 13:55.18: Got resource from pool OCluster
Building on i7-worker-01
All commits already cached
HEAD is now at dfd4651b Set TCP_NODELAY to avoid Nagle's algorithm


(from macos-homebrew-ocaml-5.1)
2024-05-11 13:55.19 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-05-11 13:55.20 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


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


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


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3505e93828..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


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


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


/: (copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam capnp-rpc-lwt.opam)
         (dst ./src/./))
2024-05-11 13:55.22 ---> saved as "35f324330d0b97eb70fdbba3a22974dc459f57039adedcb66a5fc8b0c3439b0f"


/: (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/./' && \
               \nopam pin add -yn capnp-rpc-lwt.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)
[capnp-rpc-lwt.dev] synchronised (file:///Users/mac1000/src)
capnp-rpc-lwt is now pinned to file:///Users/mac1000/src (version dev)
2024-05-11 13:55.48 ---> saved as "8e775207ffb0b3e0d6fe8f00128074011f63c83484956b50faf8061afb770e9a"


/: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 angstrom.0.16.0 asetmap.0.8.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 camlp-streams.5.0.1 capnp.3.6.0 cmdliner.1.2.0 conf-bash.1 conf-capnproto.2 conf-gmp.4 conf-gmp-powm-sec.3 cppo.1.6.9 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-name.0.4.0 dune.3.15.2 dune-configurator.3.15.2 duration.0.2.1 eio.1.0 eio_main.1.0 eio_posix.1.0 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 gmap.0.3.0 hkdf.1.0.4 hmap.0.8.1 iomux.0.3 ipaddr.5.5.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.1 macaddr.5.5.0 mdx.2.3.1 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-crypto-rng-lwt.0.11.3 mirage-flow.4.0.2 mirage-kv.6.1.1 mtime.2.0.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 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 pbkdf.1.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 prometheus.1.2 psq.0.2.1 ptime.1.1.0 re.1.11.0 res.5.0.1 result.1.5 seq.base sexplib0.v0.16.0 stdint.0.7.2 stdio.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-table.1.0.0 tls.0.17.4 tls-eio.0.17.4 tls-mirage.0.17.4 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 x509.0.16.5 zarith.1.13")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev capnp-rpc-lwt.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[capnp-rpc.dev] synchronised (no changes)
[capnp-rpc-lwt.dev] synchronised (no changes)
[capnp-rpc-net.dev] synchronised (no changes)
[capnp-rpc-unix.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    capnp gmp


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "capnp" "gmp"
- ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/manifests/1.0.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b3adafca251389670546b2b992820b5046223b8e0874e224b420d91a44098e06--capnp-1.0.2.bottle_manifest.json
- ==> Fetching capnp
- ==> Downloading https://ghcr.io/v2/homebrew/core/capnp/blobs/sha256:5b90bfe71f8f407f71c0d0f3404a02607eb3d1fcc903067cce628653dd5c00ed
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/87ba3fcdc3774ea895d43f9ccc40c2feaca4529283b435d7f8d31ce6cf02648d--capnp--1.0.2.sonoma.bottle.tar.gz
- ==> 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
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz
- ==> Pouring capnp--1.0.2.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/capnp/1.0.2: 144 files, 16.5MB
- ==> Running `brew cleanup capnp`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- 🍺  /usr/local/Cellar/gmp/6.3.0: 21 files, 3.3MB
- ==> Running `brew cleanup gmp`...
2024-05-11 13:56.46 ---> saved as "ada19071d24141fd7035fd4d6abe757c32c12b56effb7e0fb2ffba427864b7a3"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install conf-capnproto        2
  - install conf-bash             1
  - install cmdliner              1.2.0
  - install ocamlfind             1.9.6
  - install conf-gmp              4
  - install ocamlbuild            0.14.3
  - install dune                  3.15.2
  - install seq                   base
  - install base-bytes            base
  - install zarith                1.13
  - install conf-gmp-powm-sec     3
  - install topkg                 1.0.7
  - install thread-table          1.0.0
  - install stringext             1.6.0
  - install stdlib-shims          0.3.0
  - install stdint                0.7.2
  - install sexplib0              v0.16.0
  - install result                1.5
  - install res                   5.0.1
  - install ppx_derivers          1.2.1
  - install optint                0.3.0
  - install ocaml-version         3.6.7
  - install ocaml-syntax-shims    1.0.0
  - install ocaml-compiler-libs   v0.12.4
  - install mirage-clock          4.2.0
  - install macaddr               5.5.0
  - install lwt-dllist            1.0.1
  - install gmap                  0.3.0
  - install duration              0.2.1
  - install domain-name           0.4.0
  - install csexp                 1.5.2
  - install cppo                  1.6.9
  - install camlp-streams         5.0.1
  - install base64                3.5.1
  - install afl-persistent        1.4
  - install re                    1.11.0
  - install psq                   0.2.1
  - install uutf                  1.0.3
  - install ptime                 1.1.0
  - install mtime                 2.0.0
  - install hmap                  0.8.1
  - install fmt                   0.9.0
  - install astring               0.8.5
  - install asetmap               0.8.1
  - install domain-local-await    1.0.1
  - install ppxlib                0.32.1
  - install ipaddr                5.5.0
  - install dune-configurator     3.15.2
  - install ocplib-endian         1.2
  - install cstruct               6.2.0
  - install alcotest              1.7.0
  - install iomux                 0.3
  - install extunix               0.4.1
  - install bigstringaf           0.9.1
  - install base                  v0.16.3
  - install lwt                   5.7.0
  - install eqaf                  0.9
  - install asn1-combinators      0.2.6
  - install eio                   1.0
  - install angstrom              0.16.0
  - install stdio                 v0.16.0
  - install prometheus            1.2
  - install mirage-kv             6.1.1
  - install mirage-flow           4.0.2
  - install logs                  0.7.0
  - install mirage-crypto         0.11.3
  - install eio_posix             1.0
  - install uri                   4.4.0
  - install capnp                 3.6.0
  - install mdx                   2.3.1
  - install pbkdf                 1.2.0
  - install mirage-crypto-rng     0.11.3
  - install hkdf                  1.0.4
  - install eio_main              1.0
  - install mirage-crypto-rng-lwt 0.11.3
  - install mirage-crypto-pk      0.11.3
  - install mirage-crypto-ec      0.11.3
  - install x509                  0.16.5
  - install tls                   0.17.4
  - install tls-mirage            0.17.4
  - install tls-eio               0.17.4
===== 81 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gmp.4
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (cached)
-> installed conf-capnproto.2
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> installed conf-gmp-powm-sec.3
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved capnp.3.6.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eio.1.0  (cached)
-> retrieved eio_main.1.0  (cached)
-> retrieved eio_posix.1.0  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.1  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved ipaddr.5.5.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mdx.2.3.1  (https://github.com/realworldocaml/mdx/releases/download/2.3.1/mdx-2.3.1.tbz)
-> retrieved mirage-crypto-ec.0.11.3  (cached)
-> installed cmdliner.1.2.0
-> retrieved mirage-crypto.0.11.3  (cached)
-> retrieved mirage-crypto-rng.0.11.3  (cached)
-> retrieved mirage-crypto-pk.0.11.3  (cached)
-> retrieved mirage-flow.4.0.2  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved prometheus.1.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved res.5.0.1  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdint.0.7.2  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved tls-eio.0.17.4  (cached)
-> retrieved tls-mirage.0.17.4  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved tls.0.17.4  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved x509.0.16.5  (cached)
-> installed dune.3.15.2
-> installed lwt-dllist.1.0.1
-> installed gmap.0.3.0
-> installed duration.0.2.1
-> installed afl-persistent.1.4
-> installed domain-name.0.4.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed optint.0.3.0
-> installed ocaml-version.3.6.7
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed mirage-clock.4.2.0
-> installed macaddr.5.5.0
-> installed cppo.1.6.9
-> installed base64.3.5.1
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ppx_derivers.1.2.1
-> installed base-bytes.base
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed res.5.0.1
-> installed ipaddr.5.5.0
-> installed sexplib0.v0.16.0
-> installed ocplib-endian.1.2
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.15.2
-> installed stdint.0.7.2
-> installed re.1.11.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed zarith.1.13
-> installed angstrom.0.16.0
-> installed uri.4.4.0
-> installed topkg.1.0.7
-> installed lwt.5.7.0
-> installed asetmap.0.8.1
-> installed hmap.0.8.1
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed ptime.1.1.0
-> installed fmt.0.9.0
-> installed base.v0.16.3
-> installed astring.0.8.5
-> installed mirage-kv.6.1.1
-> installed cstruct.6.2.0
-> installed stdio.v0.16.0
-> installed prometheus.1.2
-> installed mirage-flow.4.0.2
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed alcotest.1.7.0
-> installed logs.0.7.0
-> installed mirage-crypto.0.11.3
-> installed eio.1.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed mirage-crypto-rng.0.11.3
-> installed mdx.2.3.1
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed eio_posix.1.0
-> installed mirage-crypto-pk.0.11.3
-> installed capnp.3.6.0
-> installed eio_main.1.0
-> installed ppxlib.0.32.1
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed tls.0.17.4
-> installed tls-mirage.0.17.4
-> installed tls-eio.0.17.4
-> installed extunix.0.4.1
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-11 14:00.07 ---> saved as "a44450ca73e548f7aeded6877242375a20e57a4db95dfd2260328c6b925015e4"


/: (copy (src .) (dst ./src))
2024-05-11 14:00.10 ---> saved as "12b09b4d8f9539d3e165d4fba0d01bbe3d4711a20a53e011205e8b09ad2bfe2b"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/capnp-rpc-lwt && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.1.1/bin/capnpc-ocaml persistent.capnp)
persistent.capnp --> persistent.mli persistent.ml
kj/filesystem-disk-unix.c++:1734: warning: PWD environment variable doesn't match current directory; pwd = /Users/mac1000/src
(cd _build/default/capnp-rpc-lwt && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.1.1/bin/capnpc-ocaml rpc_schema.capnp)
rpc_schema.capnp --> rpc_schema.mli rpc_schema.ml
kj/filesystem-disk-unix.c++:1734: warning: PWD environment variable doesn't match current directory; pwd = /Users/mac1000/src
(cd _build/default/examples/testlib && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.1.1/bin/capnpc-ocaml test_api.capnp)
test_api.capnp --> test_api.mli test_api.ml
kj/filesystem-disk-unix.c++:1734: warning: PWD environment variable doesn't match current directory; pwd = /Users/mac1000/src
(cd _build/default/examples/testlib && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.1.1/bin/capnpc-ocaml calculator.capnp)
calculator.capnp --> calculator.mli calculator.ml
kj/filesystem-disk-unix.c++:1734: warning: PWD environment variable doesn't match current directory; pwd = /Users/mac1000/src
(cd _build/default/test && ./test.exe)
Testing `capnp-rpc'.
This run has ID `IB2PTYF2'.


  [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/_build/_tests/capnp-rpc'.
Test Successful in 0.121s. 47 tests run.
(cd _build/default/test-bin/echo && /usr/local/bin/capnp compile -o /Users/mac1000/.opam/5.1.1/bin/capnpc-ocaml echo_api.capnp)
echo_api.capnp --> echo_api.mli echo_api.ml
kj/filesystem-disk-unix.c++:1734: warning: PWD environment variable doesn't match current directory; pwd = /Users/mac1000/src
(cd _build/default && /Users/mac1000/.opam/5.1.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test-lwt/test_lwt.exe /Users/mac1000/.opam/5.1.1/lib/astring/astring.cmxa /Users/mac1000/.opam/5.1.1/lib/result/result.cmxa /Users/mac1000/.opam/5.1.1/lib/stdint/stdint.cmxa -I /Users/mac1000/.opam/5.1.1/lib/stdint /Users/mac1000/.opam/5.1.1/lib/ocplib-endian/ocplib_endian.cmxa /Users/mac1000/.opam/5.1.1/lib/res/res.cmxa /Users/mac1000/.opam/5.1.1/lib/capnp/capnp.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt.cmxa /Users/mac1000/.opam/5.1.1/lib/logs/logs.cmxa /Users/mac1000/.opam/5.1.1/lib/asetmap/asetmap.cmxa capnp-rpc/capnp_rpc.cmxa /Users/mac1000/.opam/5.1.1/lib/cstruct/cstruct.cmxa -I /Users/mac1000/.opam/5.1.1/lib/cstruct /Users/mac1000/.opam/5.1.1/lib/hmap/hmap.cmxa /Users/mac1000/.opam/5.1.1/lib/lwt-dllist/lwt_dllist.cmxa /Users/mac1000/.opam/5.1.1/lib/optint/optint.cmxa /Users/mac1000/.opam/5.1.1/lib/thread-table/Thread_table.cmxa /Users/mac1000/.opam/5.1.1/lib/domain-local-await/Domain_local_await.cmxa /Users/mac1000/.opam/5.1.1/lib/ocaml/runtime_events/runtime_events.cmxa /Users/mac1000/.opam/5.1.1/lib/eio/runtime_events/eio_runtime_events.cmxa /Users/mac1000/.opam/5.1.1/lib/eio/core/eio__core.cmxa /Users/mac1000/.opam/5.1.1/lib/bigstringaf/bigstringaf.cmxa -I /Users/mac1000/.opam/5.1.1/lib/bigstringaf /Users/mac1000/.opam/5.1.1/lib/mtime/mtime.cmxa /Users/mac1000/.opam/5.1.1/lib/eio/eio.cmxa /Users/mac1000/.opam/5.1.1/lib/stringext/stringext.cmxa /Users/mac1000/.opam/5.1.1/lib/angstrom/angstrom.cmxa /Users/mac1000/.opam/5.1.1/lib/uri/uri.cmxa capnp-rpc-lwt/capnp_rpc_lwt.cmxa /Users/mac1000/.opam/5.1.1/lib/psq/psq.cmxa /Users/mac1000/.opam/5.1.1/lib/eio/utils/eio_utils.cmxa /Users/mac1000/.opam/5.1.1/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.1.1/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.1.1/lib/mtime/clock/os/mtime_clock.cmxa -I /Users/mac1000/.opam/5.1.1/lib/mtime/clock/os /Users/mac1000/.opam/5.1.1/lib/eio/unix/eio_unix.cmxa -I /Users/mac1000/.opam/5.1.1/lib/eio/unix /Users/mac1000/.opam/5.1.1/lib/lwt/lwt.cmxa /Users/mac1000/.opam/5.1.1/lib/mirage-flow/mirage_flow.cmxa /Users/mac1000/.opam/5.1.1/lib/eqaf/eqaf.cmxa /Users/mac1000/.opam/5.1.1/lib/eqaf/bigstring/eqaf_bigstring.cmxa /Users/mac1000/.opam/5.1.1/lib/eqaf/cstruct/eqaf_cstruct.cmxa /Users/mac1000/.opam/5.1.1/lib/mirage-crypto/mirage_crypto.cmxa -I /Users/mac1000/.opam/5.1.1/lib/mirage-crypto /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /Users/mac1000/.opam/5.1.1/lib/hkdf/hkdf.cmxa /Users/mac1000/.opam/5.1.1/lib/zarith/zarith.cmxa -I /Users/mac1000/.opam/5.1.1/lib/zarith /Users/mac1000/.opam/5.1.1/lib/sexplib0/sexplib0.cmxa /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /Users/mac1000/.opam/5.1.1/lib/ptime/ptime.cmxa /Users/mac1000/.opam/5.1.1/lib/asn1-combinators/asn1_combinators.cmxa /Users/mac1000/.opam/5.1.1/lib/gmap/gmap.cmxa /Users/mac1000/.opam/5.1.1/lib/domain-name/domain_name.cmxa /Users/mac1000/.opam/5.1.1/lib/base64/base64.cmxa /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-ec /Users/mac1000/.opam/5.1.1/lib/pbkdf/pbkdf.cmxa /Users/mac1000/.opam/5.1.1/lib/macaddr/macaddr.cmxa /Users/mac1000/.opam/5.1.1/lib/ipaddr/ipaddr.cmxa /Users/mac1000/.opam/5.1.1/lib/x509/x509.cmxa /Users/mac1000/.opam/5.1.1/lib/tls/tls.cmxa /Users/mac1000/.opam/5.1.1/lib/ptime/clock/os/ptime_clock.cmxa -I /Users/mac1000/.opam/5.1.1/lib/ptime/clock/os /Users/mac1000/.opam/5.1.1/lib/tls-eio/tls_eio.cmxa /Users/mac1000/.opam/5.1.1/lib/re/re.cmxa /Users/mac1000/.opam/5.1.1/lib/prometheus/prometheus.cmxa capnp-rpc-net/capnp_rpc_net.cmxa /Users/mac1000/.opam/5.1.1/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /Users/mac1000/.opam/5.1.1/lib/lwt/unix/lwt_unix.cmxa -I /Users/mac1000/.opam/5.1.1/lib/lwt/unix /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-rng/unix /Users/mac1000/.opam/5.1.1/lib/duration/duration.cmxa /Users/mac1000/.opam/5.1.1/lib/mirage-crypto-rng-lwt/mirage_crypto_rng_lwt.cmxa /Users/mac1000/.opam/5.1.1/lib/cmdliner/cmdliner.cmxa /Users/mac1000/.opam/5.1.1/lib/extunix/ExtUnix.cmxa -I /Users/mac1000/.opam/5.1.1/lib/extunix unix/capnp_rpc_unix.cmxa examples/testlib/testlib.cmxa /Users/mac1000/.opam/5.1.1/lib/logs/logs_fmt.cmxa /Users/mac1000/.opam/5.1.1/lib/uutf/uutf.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/stdlib_ext/alcotest_stdlib_ext.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt_cli.cmxa /Users/mac1000/.opam/5.1.1/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/engine/alcotest_engine.cmxa /Users/mac1000/.opam/5.1.1/lib/fmt/fmt_tty.cmxa /Users/mac1000/.opam/5.1.1/lib/alcotest/alcotest.cmxa -I /Users/mac1000/.opam/5.1.1/lib/alcotest test/testbed/testbed.cmxa /Users/mac1000/.opam/5.1.1/lib/iomux/iomux.cmxa -I /Users/mac1000/.opam/5.1.1/lib/iomux /Users/mac1000/.opam/5.1.1/lib/eio_posix/eio_posix.cmxa -I /Users/mac1000/.opam/5.1.1/lib/eio_posix /Users/mac1000/.opam/5.1.1/lib/eio_main/eio_main.cmxa test-lwt/.test_lwt.eobjs/native/dune__exe__Test_lwt.cmx)
ld: warning: search path '/opt/local/lib' not found
File "test-lwt/dune", line 3, characters 7-15:
3 |  (name test_lwt)
           ^^^^^^^^
(cd _build/default/test-lwt && ./test_lwt.exe)
Testing `capnp-rpc'.
This run has ID `G58SHIV6'.


  [FAIL]        eio          0   Simple.
  [FAIL]        eio          1   Crypto.
  [FAIL]        eio          2   Bad crypto.
  [FAIL]        eio          3   Parallel.
  [FAIL]        eio          4   Embargo.
  [FAIL]        eio          5   Resolve.
  [FAIL]        eio          6   Registry.
  [FAIL]        eio          7   Calculator.
  [FAIL]        eio          8   Calculator 2.
  [FAIL]        eio          9   Cancel.
  [FAIL]        eio         10   Indexing.
  [OK]          eio         11   Options.
  [OK]          eio         12   Sturdy URI.
  [FAIL]        eio         13   Sturdy self.
  [OK]          eio         14   Table restorer.
  [OK]          eio         15   Fn restorer.
  [FAIL]        eio         16   Broken ref.
  [OK]          eio         17   Broken ref 2.
  [OK]          eio         18   Broken ref 3.
  [OK]          eio         19   Broken ref 4.
  [FAIL]        eio         20   Parallel connect.
  [FAIL]        eio         21   Parallel fails.
  [FAIL]        eio         22   Crossed calls.
  [FAIL]        eio         23   Store.
  [OK]          eio         24   File store.
  [OK]          eio         25   Await settled.
  [FAIL]        eio         26   Late bootstrap.


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          0   Simple.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.000.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          1   Crypto.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
[exception] Multiple exceptions:
- Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
  Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
  Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
  Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
  Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
  Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
  Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
  Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
  Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
            Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.001.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          2   Bad crypto.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
[exception] Multiple exceptions:
- Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
  Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
  Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
  Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
  Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
  Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
  Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
  Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
  Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
            Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.002.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          3   Parallel.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.003.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          4   Embargo.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.004.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          5   Resolve.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.005.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          6   Registry.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.006.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          7   Calculator.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.007.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          8   Calculator 2.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.008.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio          9   Cancel.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.009.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         10   Indexing.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.010.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         13   Sturdy self.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
ASSERT Restore from same vat
application [INFO] -----       : Test finished; shutting down vats...
  capnp-rpc [WARNING] -----       : Reference GC'd with rc=1!
                                      echo-service(22)(rc=1)
  capnp-rpc [WARNING] -----       : Reference GC'd with rc=1!
                                      echo-service(16)(rc=1)
ASSERT Check log for warnings
FAIL Check log for warnings


   Expected: `0'
   Received: `2'


Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", line 200, characters 4-261
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35


Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.013.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         16   Broken ref.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.test_broken in file "test-lwt/test_lwt.ml", line 459, characters 4-983
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.016.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         20   Parallel connect.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
[exception] Multiple exceptions:
- Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
  Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
  Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
  Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
  Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
  Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
  Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
  Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
  Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
            Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.020.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         21   Parallel fails.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
[exception] Multiple exceptions:
- Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
  Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
  Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
  Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
  Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
  Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
  Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
  Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
  Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
  Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
  Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
  Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
  Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
  Called from Dune__exe__Test_lwt.with_vats in file "test-lwt/test_lwt.ml", line 93, characters 4-329
  Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
            Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.test_parallel_fails in file "test-lwt/test_lwt.ml", line 519, characters 4-868
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.021.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         22   Crossed calls.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-C       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-client
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-client...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
[exception] Multiple exceptions:
- Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
  Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
  Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
  Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
  Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
  Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
  Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
  Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
  Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
            Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.test_crossed_calls in file "test-lwt/test_lwt.ml", line 543, characters 4-1023
            Called from Dune__exe__Test_lwt.test_crossed_calls in file "test-lwt/test_lwt.ml", line 595, characters 4-27
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.022.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         23   Store.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for (encrypted) connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Generating new private key...
  capnp-rpc [INFO] -----       : Generated key with hash sha-256@vx2YqmI-ruj4jP0rJ4m5cGHNjh823t8XbmtPq8cgdJY
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] -----       : Doing TLS client-side handshake...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
[exception] Multiple exceptions:
- Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
  Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
  Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
  Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
  Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
  Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
  Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
  Called from Capnprpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
  Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
  Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
  Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
  Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
  Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
  Called from Dune__exe__Test_lwt.test_store.(fun) in file "test-lwt/test_lwt.ml", line 619, characters 6-806
  Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12
- File "capnp-rpc-net/vat.ml", line 48, characters 8-14: Assertion failed
            Raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.test_store in file "test-lwt/test_lwt.ml", line 600, characters 4-1023
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.023.output'.
 ──────────────────────────────────────────────────────────────────────────────


┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        eio         26   Late bootstrap.
└──────────────────────────────────────────────────────────────────────────────┘
application [INFO] -----       : Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/var/folders/vg/6zfv6dc549v93q65hlwhqgjw0000z8/T/build_cf21cc_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed
[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
            Raised by primitive operation at Unix in file "unix.ml" (inlined), line 671, characters 0-692
            Called from Unix.setsockopt in file "unix.ml", line 694, characters 26-49
            Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 164, characters 10-14
            Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 169, characters 6-41
            Called from Stdlib__Option.iter in file "option.ml" (inlined), line 26, characters 32-35
            Called from Capnp_rpc_unix__Network.accept_connection in file "unix/network.ml", line 100, characters 2-168
            Called from Capnp_rpc_unix.handle_connection in file "unix/capnp_rpc_unix.ml", line 154, characters 8-52
            Called from Eio__core__Fiber.fork.(fun) in file "lib_eio/core/fiber.ml", line 21, characters 6-10
            Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56
            Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21
            Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12
            Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58
            Called from Dune__exe__Test_lwt.test_late_bootstrap in file "test-lwt/test_lwt.ml", line 703, characters 4-1023
            Called from Dune__exe__Test_lwt.run_eio.(fun) in file "test-lwt/test_lwt.ml", line 107, characters 2-9
            Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 181, characters 17-23
            Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35
            
Logs saved to `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc/eio.026.output'.
 ──────────────────────────────────────────────────────────────────────────────


Full test results in `~/src/_build/default/test-lwt/_build/_tests/capnp-rpc'.
18 failures! in 0.151s. 27 tests run.
Fatal error: exception Alcotest_engine__Core.Make(P)(M).Test_error
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 14:00.36: Job failed: Failed: Build failed