Organisationsmiragecapnp-rpcdfd465 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 15:59.19: New job: test mirage/capnp-rpc https://github.com/mirage/capnp-rpc.git#refs/pull/256/head (dfd4651b39596d53e8073464a90ed10ed36c70fa) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
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 ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
# debian-12-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 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 ./
RUN opam pin add -yn capnp-rpc.dev './' && \
    opam pin add -yn capnp-rpc-unix.dev './' && \
    opam pin add -yn capnp-rpc-net.dev './' && \
    opam pin add -yn capnp-rpc-lwt.dev './'
ENV DEPS="afl-persistent.1.0 alcotest.1.0.1 asetmap.0.8.0 asn1-combinators.0.2.6 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.1.0 bigstringaf.0.9.0 camlp-streams.5.0 capnp.3.4.0 cmdliner.1.1.0 conf-capnproto.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.6 cpuid.0.1.2 csexp.1.3.2 cstruct.6.0.1 cstruct-lwt.3.4.0 domain-local-await.0.1.0 domain-name.0.3.0 dune.3.9.0 dune-configurator.2.9.0 duration.0.1.0 eio.0.15 eio_linux.0.15 eio_main.0.15 eio_posix.0.15 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 gmap.0.3.0 hkdf.1.0.1 hmap.0.8.1 iomux.0.2 ipaddr.5.2.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.2.0 mdx.2.3.1 mirage-clock.3.0.1 mirage-crypto.0.11.2 mirage-crypto-ec.0.11.2 mirage-crypto-pk.0.11.2 mirage-crypto-rng.0.11.2 mirage-crypto-rng-lwt.0.11.2 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-kv.3.0.1 mirage-no-solo5.1 mirage-no-xen.1 mtime.2.0.0 nocrypto.0.5.4-1 num.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.2 ocamlfind.1.9.5 ocb-stubblr.0.1.0 ocplib-endian.1.1 optint.0.1.0 parsexp.v0.15.0 pbkdf.1.0.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_sexp_conv.v0.15.1 ppxlib.0.30.0 prometheus.0.6 psq.0.2.0 ptime.1.0.0 re.1.9.0 res.5.0.1 result.1.5 rresult.0.4.0 seq.0.3 sexplib.v0.15.1 sexplib0.v0.15.1 stdint.0.7.1 stdio.v0.15.0 stdlib-shims.0.1.0 stringext.1.6.0 tls.0.17.1 tls-eio.0.17.2 tls-mirage.0.17.1 topkg.1.0.6 uri.3.0.0 uring.0.7 uuidm.0.9.8 x509.0.15.0 zarith.1.4"
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 opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-05-10 15:59.19: Using cache hint "mirage/capnp-rpc-ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610-debian-12-5.1_opam-2.1-c5ec676900709455f5ba099b22fa1a1d"
2024-05-10 15:59.19: Using OBuilder spec:
((from ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610)
 (comment debian-12-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 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 ./))
 (run (network host)
      (shell  "opam pin add -yn capnp-rpc.dev './' && \
             \nopam pin add -yn capnp-rpc-unix.dev './' && \
             \nopam pin add -yn capnp-rpc-net.dev './' && \
             \nopam pin add -yn capnp-rpc-lwt.dev './'"))
 (env DEPS "afl-persistent.1.0 alcotest.1.0.1 asetmap.0.8.0 asn1-combinators.0.2.6 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.1.0 bigstringaf.0.9.0 camlp-streams.5.0 capnp.3.4.0 cmdliner.1.1.0 conf-capnproto.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.6 cpuid.0.1.2 csexp.1.3.2 cstruct.6.0.1 cstruct-lwt.3.4.0 domain-local-await.0.1.0 domain-name.0.3.0 dune.3.9.0 dune-configurator.2.9.0 duration.0.1.0 eio.0.15 eio_linux.0.15 eio_main.0.15 eio_posix.0.15 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 gmap.0.3.0 hkdf.1.0.1 hmap.0.8.1 iomux.0.2 ipaddr.5.2.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.2.0 mdx.2.3.1 mirage-clock.3.0.1 mirage-crypto.0.11.2 mirage-crypto-ec.0.11.2 mirage-crypto-pk.0.11.2 mirage-crypto-rng.0.11.2 mirage-crypto-rng-lwt.0.11.2 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-kv.3.0.1 mirage-no-solo5.1 mirage-no-xen.1 mtime.2.0.0 nocrypto.0.5.4-1 num.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.2 ocamlfind.1.9.5 ocb-stubblr.0.1.0 ocplib-endian.1.1 optint.0.1.0 parsexp.v0.15.0 pbkdf.1.0.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_sexp_conv.v0.15.1 ppxlib.0.30.0 prometheus.0.6 psq.0.2.0 ptime.1.0.0 re.1.9.0 res.5.0.1 result.1.5 rresult.0.4.0 seq.0.3 sexplib.v0.15.1 sexplib0.v0.15.1 stdint.0.7.1 stdio.v0.15.0 stdlib-shims.0.1.0 stringext.1.6.0 tls.0.17.1 tls-eio.0.17.2 tls-mirage.0.17.1 topkg.1.0.6 uri.3.0.0 uring.0.7 uuidm.0.9.8 x509.0.15.0 zarith.1.4")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev capnp-rpc-lwt.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-05-10 15:59.19: Waiting for resource in pool OCluster
2024-05-11 06:33.31: Waiting for worker…
2024-05-11 06:38.53: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at dfd4651b Set TCP_NODELAY to avoid Nagle's algorithm


(from ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610)
2024-05-11 06:38.54 ---> using "02f3acce9469f575133f358c3526b920479bcdac9926e1ced16a262cad00e5e9" from cache


/: (comment debian-12-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 06:38.54 ---> using "66060d01bd4aa77d0aedcad853a1043843ba6c8ace803f6a3753c6406af0b07a" from cache


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


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 06:38.54 ---> using "db7a5bfe50809f1548023c6e91816fe38a29f4e7586c214126eabcc9787e3f71" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 06:38.54 ---> using "224d5fd882e4a3963c81eef188a2acc2b8c27b00a82c703180ad4cb24147f525" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 06:38.54 ---> using "da2832c88a44b5bfe8f18d3ab4a49f0c3d34811d87b2c9bf99ec196a8af3fde4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (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
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:38.54 ---> using "ea11be5761c64943f51dd06705682dbc418770f20213260d959da1ca867b3364" from cache


/src: (copy (src capnp-rpc.opam capnp-rpc-unix.opam capnp-rpc-net.opam capnp-rpc-lwt.opam)
            (dst ./))
2024-05-11 06:38.54 ---> saved as "411a9738487f41c1639da19929e9d6d13acbfbcb4857d528f61ea7bea252463b"


/src: (run (network host)
           (shell  "opam pin add -yn capnp-rpc.dev './' && \
                  \nopam pin add -yn capnp-rpc-unix.dev './' && \
                  \nopam pin add -yn capnp-rpc-net.dev './' && \
                  \nopam pin add -yn capnp-rpc-lwt.dev './'"))
[capnp-rpc.dev] synchronised (file:///src)
capnp-rpc is now pinned to file:///src (version dev)
[capnp-rpc-unix.dev] synchronised (file:///src)
capnp-rpc-unix is now pinned to file:///src (version dev)
[capnp-rpc-net.dev] synchronised (file:///src)
capnp-rpc-net is now pinned to file:///src (version dev)
[capnp-rpc-lwt.dev] synchronised (file:///src)
capnp-rpc-lwt is now pinned to file:///src (version dev)
2024-05-11 06:39.00 ---> saved as "b8be0a63be651ab2a22b3dfa6b697d090c5a1f1ad20f974ac9ca47dfd6623530"


/src: (env DEPS "afl-persistent.1.0 alcotest.1.0.1 asetmap.0.8.0 asn1-combinators.0.2.6 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.1.0 bigstringaf.0.9.0 camlp-streams.5.0 capnp.3.4.0 cmdliner.1.1.0 conf-capnproto.0 conf-gmp.1 conf-gmp-powm-sec.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.6 cpuid.0.1.2 csexp.1.3.2 cstruct.6.0.1 cstruct-lwt.3.4.0 domain-local-await.0.1.0 domain-name.0.3.0 dune.3.9.0 dune-configurator.2.9.0 duration.0.1.0 eio.0.15 eio_linux.0.15 eio_main.0.15 eio_posix.0.15 eqaf.0.9 extunix.0.4.1 fmt.0.9.0 gmap.0.3.0 hkdf.1.0.1 hmap.0.8.1 iomux.0.2 ipaddr.5.2.0 logs.0.7.0 lwt.5.7.0 lwt-dllist.1.0.0 macaddr.5.2.0 mdx.2.3.1 mirage-clock.3.0.1 mirage-crypto.0.11.2 mirage-crypto-ec.0.11.2 mirage-crypto-pk.0.11.2 mirage-crypto-rng.0.11.2 mirage-crypto-rng-lwt.0.11.2 mirage-device.2.0.0 mirage-flow.2.0.1 mirage-kv.3.0.1 mirage-no-solo5.1 mirage-no-xen.1 mtime.2.0.0 nocrypto.0.5.4-1 num.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.2 ocamlfind.1.9.5 ocb-stubblr.0.1.0 ocplib-endian.1.1 optint.0.1.0 parsexp.v0.15.0 pbkdf.1.0.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_sexp_conv.v0.15.1 ppxlib.0.30.0 prometheus.0.6 psq.0.2.0 ptime.1.0.0 re.1.9.0 res.5.0.1 result.1.5 rresult.0.4.0 seq.0.3 sexplib.v0.15.1 sexplib0.v0.15.1 stdint.0.7.1 stdio.v0.15.0 stdlib-shims.0.1.0 stringext.1.6.0 tls.0.17.1 tls-eio.0.17.2 tls-mirage.0.17.1 topkg.1.0.6 uri.3.0.0 uring.0.7 uuidm.0.9.8 x509.0.15.0 zarith.1.4")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y capnp-rpc.dev capnp-rpc-unix.dev capnp-rpc-net.dev capnp-rpc-lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (851 kB/s)
- Reading package lists...


<><> 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).


The following system packages will first need to be installed:
    capnproto libcapnp-dev libgmp-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "capnproto" "libcapnp-dev" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 06:39.19 ---> saved as "f58835b6ade00214e1d8e0dc74e453e3200d755b3d67a9769d4a66dba5472159"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-gmp              1
  - install mirage-no-xen         1
  - install conf-capnproto        0
  - install conf-pkg-config       1.0
  - install mirage-no-solo5       1
  - install dune                  3.9.0
  - install conf-perl             1
  - install cmdliner              1.1.0
  - install ocamlbuild            0.14.2
  - install ocamlfind             1.9.5
  - install conf-gmp-powm-sec     1
  - install stringext             1.6.0
  - install stdlib-shims          0.1.0
  - install stdint                0.7.1
  - install sexplib0              v0.15.1
  - install seq                   0.3
  - install result                1.5
  - install res                   5.0.1
  - install ppx_derivers          1.2.1
  - install optint                0.1.0
  - install ocaml-compiler-libs   v0.12.0
  - install mirage-clock          3.0.1
  - install macaddr               5.2.0
  - install gmap                  0.3.0
  - install domain-local-await    0.1.0
  - install cpuid                 0.1.2
  - install cppo                  1.6.6
  - install camlp-streams         5.0
  - install bigstringaf           0.9.0
  - install bigarray-compat       1.1.0
  - install zarith                1.4
  - install topkg                 1.0.6
  - install num                   1.0
  - install base-bytes            base
  - install re                    1.9.0
  - install psq                   0.2.0
  - install ocaml-version         2.4.0
  - install csexp                 1.3.2
  - install ppxlib                0.30.0
  - install cstruct               6.0.1
  - install uuidm                 0.9.8
  - install rresult               0.4.0
  - install ptime                 1.0.0
  - install mtime                 2.0.0
  - install hmap                  0.8.1
  - install fmt                   0.9.0
  - install duration              0.1.0
  - install astring               0.8.5
  - install asetmap               0.8.0
  - install afl-persistent        1.0
  - install ocplib-endian         1.1
  - install base64                3.1.0
  - install uri                   3.0.0
  - install dune-configurator     2.9.0
  - install ppx_deriving          5.2
  - install eqaf                  0.9
  - install asn1-combinators      0.2.6
  - install ocb-stubblr           0.1.0
  - install domain-name           0.3.0
  - install alcotest              1.0.1
  - install uring                 0.7
  - install lwt                   5.7.0
  - install iomux                 0.2
  - install extunix               0.4.1
  - install base                  v0.15.1
  - install mirage-crypto         0.11.2
  - install ipaddr                5.2.0
  - install prometheus            0.6
  - install mirage-flow           2.0.1
  - install mirage-device         2.0.0
  - install lwt-dllist            1.0.0
  - install logs                  0.7.0
  - install cstruct-lwt           3.4.0
  - install stdio                 v0.15.0
  - install ppx_sexp_conv         v0.15.1
  - install parsexp               v0.15.0
  - install mirage-kv             3.0.1
  - install eio                   0.15
  - install mirage-crypto-rng     0.11.2
  - install mdx                   2.3.1
  - install capnp                 3.4.0
  - install sexplib               v0.15.1
  - install eio_posix             0.15
  - install eio_linux             0.15
  - install mirage-crypto-rng-lwt 0.11.2
  - install mirage-crypto-pk      0.11.2
  - install mirage-crypto-ec      0.11.2
  - install nocrypto              0.5.4-1
  - install eio_main              0.15
  - install pbkdf                 1.0.0
  - install hkdf                  1.0.1
  - install x509                  0.15.0
  - install tls                   0.17.1
  - install tls-mirage            0.17.1
  - install tls-eio               0.17.2
===== 95 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asetmap.0.8.0  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved alcotest.1.0.1  (cached)
-> retrieved camlp-streams.5.0  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved capnp.3.4.0  (cached)
-> retrieved cppo.1.6.6  (cached)
-> installed conf-capnproto.0
-> installed conf-gmp.1
-> installed conf-perl.1
-> installed conf-pkg-config.1.0
-> retrieved afl-persistent.1.0  (https://github.com/stedolan/ocaml-afl-persistent/archive/v0.1.tar.gz)
-> retrieved cpuid.0.1.2  (cached)
-> retrieved csexp.1.3.2  (cached)
-> installed conf-gmp-powm-sec.1
-> retrieved cstruct.6.0.1  (cached)
-> retrieved cstruct-lwt.3.4.0  (cached)
-> retrieved domain-local-await.0.1.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved duration.0.1.0  (cached)
-> retrieved dune-configurator.2.9.0  (cached)
-> retrieved dune.3.9.0  (cached)
-> retrieved eio.0.15  (https://github.com/ocaml-multicore/eio/releases/download/v0.15/eio-0.15.tbz)
-> retrieved eio_linux.0.15  (https://github.com/ocaml-multicore/eio/releases/download/v0.15/eio-0.15.tbz)
-> retrieved eio_main.0.15  (https://github.com/ocaml-multicore/eio/releases/download/v0.15/eio-0.15.tbz)
-> retrieved eio_posix.0.15  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved extunix.0.4.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.2  (cached)
-> retrieved ipaddr.5.2.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved macaddr.5.2.0  (cached)
-> retrieved mdx.2.3.1  (cached)
-> retrieved mirage-clock.3.0.1  (cached)
-> retrieved hkdf.1.0.1  (https://github.com/hannesm/ocaml-hkdf/archive/1.0.1.tar.gz)
-> retrieved mirage-crypto-ec.0.11.2  (cached)
-> retrieved mirage-crypto.0.11.2  (cached)
-> retrieved mirage-crypto-pk.0.11.2  (cached)
-> retrieved mirage-device.2.0.0  (cached)
-> retrieved mirage-flow.2.0.1  (cached)
-> retrieved mirage-kv.3.0.1  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved mirage-crypto-rng.0.11.2  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.2  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> installed cmdliner.1.1.0
-> retrieved ocaml-version.2.4.0  (cached)
-> retrieved ocamlbuild.0.14.2  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocb-stubblr.0.1.0  (cached)
-> retrieved ocplib-endian.1.1  (cached)
-> retrieved optint.0.1.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_sexp_conv.v0.15.1  (cached)
-> retrieved nocrypto.0.5.4-1  (cached)
-> retrieved prometheus.0.6  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved ppxlib.0.30.0  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved ptime.1.0.0  (https://erratique.ch/software/ptime/releases/ptime-1.0.0.tbz)
-> retrieved res.5.0.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved pbkdf.1.0.0  (https://github.com/abeaumont/ocaml-pbkdf/releases/download/1.0.0/pbkdf-1.0.0.tbz)
-> retrieved tls.0.17.1  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.1/tls-0.17.1.tbz)
-> retrieved tls-mirage.0.17.1  (cached)
-> retrieved topkg.1.0.6  (cached)
-> retrieved uri.3.0.0  (cached)
-> retrieved stdint.0.7.1  (https://github.com/andrenth/ocaml-stdint/releases/download/0.7.1/stdint-0.7.1.tbz)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved x509.0.15.0  (cached)
-> retrieved uring.0.7  (cached)
-> retrieved zarith.1.4  (cached)
-> retrieved tls-eio.0.17.2  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.2/tls-0.17.2.tbz)
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed num.1.0
-> installed zarith.1.4
-> installed ocamlbuild.0.14.2
-> installed topkg.1.0.6
-> installed afl-persistent.1.0
-> installed duration.0.1.0
-> installed hmap.0.8.1
-> installed asetmap.0.8.0
-> installed uuidm.0.9.8
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed ptime.1.0.0
-> installed astring.0.8.5
-> installed ocb-stubblr.0.1.0
-> installed dune.3.9.0
-> installed domain-local-await.0.1.0
-> installed bigstringaf.0.9.0
-> installed ppx_derivers.1.2.1
-> installed cpuid.0.1.2
-> installed gmap.0.3.0
-> installed mirage-clock.3.0.1
-> installed bigarray-compat.1.1.0
-> installed domain-name.0.3.0
-> installed macaddr.5.2.0
-> installed seq.0.3
-> installed camlp-streams.5.0
-> installed result.1.5
-> installed stdlib-shims.0.1.0
-> installed optint.0.1.0
-> installed stringext.1.6.0
-> installed base64.3.1.0
-> installed res.5.0.1
-> installed sexplib0.v0.15.1
-> installed ocaml-version.2.4.0
-> installed csexp.1.3.2
-> installed cstruct.6.0.1
-> installed stdint.0.7.1
-> installed cppo.1.6.6
-> installed psq.0.2.0
-> installed rresult.0.4.0
-> installed ipaddr.5.2.0
-> installed ocaml-compiler-libs.v0.12.0
-> installed re.1.9.0
-> installed ocplib-endian.1.1
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed alcotest.1.0.1
-> installed dune-configurator.2.9.0
-> installed iomux.0.2
-> installed uri.3.0.0
-> installed mirage-crypto.0.11.2
-> installed uring.0.7
-> installed lwt.5.7.0
-> installed lwt-dllist.1.0.0
-> installed mirage-device.2.0.0
-> installed cstruct-lwt.3.4.0
-> installed mirage-flow.2.0.1
-> installed prometheus.0.6
-> installed mirage-kv.3.0.1
-> installed logs.0.7.0
-> installed eio.0.15
-> installed mirage-crypto-rng.0.11.2
-> installed base.v0.15.1
-> installed mirage-crypto-rng-lwt.0.11.2
-> installed mirage-crypto-pk.0.11.2
-> installed eio_linux.0.15
-> installed stdio.v0.15.0
-> installed eio_posix.0.15
-> installed eio_main.0.15
-> installed mdx.2.3.1
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed mirage-crypto-ec.0.11.2
-> installed ppxlib.0.30.0
-> installed ppx_deriving.5.2
-> installed ppx_sexp_conv.v0.15.1
-> installed extunix.0.4.1
-> installed nocrypto.0.5.4-1
-> installed pbkdf.1.0.0
-> installed hkdf.1.0.1
-> installed x509.0.15.0
-> installed tls.0.17.1
-> installed capnp.3.4.0
-> installed tls-mirage.0.17.1
-> installed tls-eio.0.17.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:40.43 ---> saved as "2a9d3619f65a35a2f484cce361f3dc5fdd695115e11880310f9d67fe358c085c"


/src: (copy (src .) (dst /src))
2024-05-11 06:40.44 ---> saved as "1f4a41dc6461195963cb91202dfdc6c6a039fdb0ab0cd00ed42ea6a08f0c445d"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/capnp-rpc-lwt && /usr/bin/capnp compile -o /home/opam/.opam/5.1/bin/capnpc-ocaml persistent.capnp)
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
persistent.capnp --> persistent.mli persistent.ml
(cd _build/default/capnp-rpc-lwt && /usr/bin/capnp compile -o /home/opam/.opam/5.1/bin/capnpc-ocaml rpc_schema.capnp)
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
rpc_schema.capnp --> rpc_schema.mli rpc_schema.ml
(cd _build/default/examples/testlib && /usr/bin/capnp compile -o /home/opam/.opam/5.1/bin/capnpc-ocaml calculator.capnp)
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
calculator.capnp --> calculator.mli calculator.ml
(cd _build/default/examples/testlib && /usr/bin/capnp compile -o /home/opam/.opam/5.1/bin/capnpc-ocaml test_api.capnp)
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
test_api.capnp --> test_api.mli test_api.ml
(cd _build/default/test-bin/echo && /usr/bin/capnp compile -o /home/opam/.opam/5.1/bin/capnpc-ocaml echo_api.capnp)
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
echo_api.capnp --> echo_api.mli echo_api.ml
(cd _build/default/test && ./test.exe)
Testing capnp-rpc.
This run has ID `B86C23B7-3356-4AE5-8B9A-30F0CE2109A5`.
[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.
The full test results are available in `/src/_build/default/test/_build/_tests/B86C23B7-3356-4AE5-8B9A-30F0CE2109A5`.
Test Successful in 0.000s. 47 tests run.
(cd _build/default && /home/opam/.opam/5.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 /home/opam/.opam/5.1/lib/astring/astring.cmxa /home/opam/.opam/5.1/lib/result/result.cmxa /home/opam/.opam/5.1/lib/stdint/stdint.cmxa -I /home/opam/.opam/5.1/lib/stdint /home/opam/.opam/5.1/lib/ocplib-endian/ocplib_endian.cmxa /home/opam/.opam/5.1/lib/res/res.cmxa /home/opam/.opam/5.1/lib/capnp/capnp.cmxa /home/opam/.opam/5.1/lib/fmt/fmt.cmxa /home/opam/.opam/5.1/lib/logs/logs.cmxa /home/opam/.opam/5.1/lib/asetmap/asetmap.cmxa capnp-rpc/capnp_rpc.cmxa /home/opam/.opam/5.1/lib/bigarray-compat/bigarray_compat.cmxa /home/opam/.opam/5.1/lib/cstruct/cstruct.cmxa -I /home/opam/.opam/5.1/lib/cstruct /home/opam/.opam/5.1/lib/hmap/hmap.cmxa /home/opam/.opam/5.1/lib/lwt/lwt.cmxa /home/opam/.opam/5.1/lib/lwt-dllist/lwt_dllist.cmxa /home/opam/.opam/5.1/lib/optint/optint.cmxa /home/opam/.opam/5.1/lib/domain-local-await/Domain_local_await.cmxa /home/opam/.opam/5.1/lib/ocaml/runtime_events/runtime_events.cmxa /home/opam/.opam/5.1/lib/eio/runtime_events/eio_runtime_events.cmxa /home/opam/.opam/5.1/lib/eio/core/eio__core.cmxa /home/opam/.opam/5.1/lib/bigstringaf/bigstringaf.cmxa -I /home/opam/.opam/5.1/lib/bigstringaf /home/opam/.opam/5.1/lib/mtime/mtime.cmxa /home/opam/.opam/5.1/lib/eio/eio.cmxa /home/opam/.opam/5.1/lib/seq/seq.cmxa /home/opam/.opam/5.1/lib/re/re.cmxa /home/opam/.opam/5.1/lib/re/posix/re_posix.cmxa /home/opam/.opam/5.1/lib/stringext/stringext.cmxa /home/opam/.opam/5.1/lib/uri/uri.cmxa capnp-rpc-lwt/capnp_rpc_lwt.cmxa /home/opam/.opam/5.1/lib/psq/psq.cmxa /home/opam/.opam/5.1/lib/eio/utils/eio_utils.cmxa /home/opam/.opam/5.1/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.1/lib/ocaml/threads/threads.cmxa /home/opam/.opam/5.1/lib/mtime/clock/os/mtime_clock.cmxa -I /home/opam/.opam/5.1/lib/mtime/clock/os /home/opam/.opam/5.1/lib/eio/unix/eio_unix.cmxa -I /home/opam/.opam/5.1/lib/eio/unix /home/opam/.opam/5.1/lib/mirage-flow/mirage_flow.cmxa /home/opam/.opam/5.1/lib/eqaf/eqaf.cmxa /home/opam/.opam/5.1/lib/eqaf/bigstring/eqaf_bigstring.cmxa /home/opam/.opam/5.1/lib/eqaf/cstruct/eqaf_cstruct.cmxa /home/opam/.opam/5.1/lib/mirage-crypto/mirage_crypto.cmxa -I /home/opam/.opam/5.1/lib/mirage-crypto /home/opam/.opam/5.1/lib/mirage-crypto-rng/mirage_crypto_rng.cmxa /home/opam/.opam/5.1/lib/zarith/zarith.cmxa -I /home/opam/.opam/5.1/lib/zarith /home/opam/.opam/5.1/lib/sexplib0/sexplib0.cmxa /home/opam/.opam/5.1/lib/base/caml/caml.cmxa /home/opam/.opam/5.1/lib/parsexp/parsexp.cmxa /home/opam/.opam/5.1/lib/sexplib/sexplib.cmxa /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib/ppx_sexp_conv_lib.cmxa /home/opam/.opam/5.1/lib/ppx_deriving/runtime/ppx_deriving_runtime.cmxa /home/opam/.opam/5.1/lib/nocrypto/nocrypto.cmxa -I /home/opam/.opam/5.1/lib/nocrypto /home/opam/.opam/5.1/lib/hkdf/hkdf.cmxa /home/opam/.opam/5.1/lib/mirage-crypto-pk/mirage_crypto_pk.cmxa /home/opam/.opam/5.1/lib/ptime/ptime.cmxa /home/opam/.opam/5.1/lib/asn1-combinators/asn1_combinators.cmxa /home/opam/.opam/5.1/lib/rresult/rresult.cmxa /home/opam/.opam/5.1/lib/gmap/gmap.cmxa /home/opam/.opam/5.1/lib/domain-name/domain_name.cmxa /home/opam/.opam/5.1/lib/base64/base64.cmxa /home/opam/.opam/5.1/lib/mirage-crypto-ec/mirage_crypto_ec.cmxa -I /home/opam/.opam/5.1/lib/mirage-crypto-ec /home/opam/.opam/5.1/lib/pbkdf/pbkdf.cmxa /home/opam/.opam/5.1/lib/macaddr/macaddr.cmxa /home/opam/.opam/5.1/lib/stdlib-shims/stdlib_shims.cmxa /home/opam/.opam/5.1/lib/ipaddr/ipaddr.cmxa /home/opam/.opam/5.1/lib/x509/x509.cmxa /home/opam/.opam/5.1/lib/tls/tls.cmxa /home/opam/.opam/5.1/lib/ptime/clock/os/ptime_clock.cmxa -I /home/opam/.opam/5.1/lib/ptime/clock/os /home/opam/.opam/5.1/lib/tls-eio/tls_eio.cmxa /home/opam/.opam/5.1/lib/prometheus/prometheus.cmxa capnp-rpc-net/capnp_rpc_net.cmxa /home/opam/.opam/5.1/lib/ocplib-endian/bigstring/ocplib_endian_bigstring.cmxa /home/opam/.opam/5.1/lib/lwt/unix/lwt_unix.cmxa -I /home/opam/.opam/5.1/lib/lwt/unix /home/opam/.opam/5.1/lib/mirage-crypto-rng/unix/mirage_crypto_rng_unix.cmxa -I /home/opam/.opam/5.1/lib/mirage-crypto-rng/unix /home/opam/.opam/5.1/lib/duration/duration.cmxa /home/opam/.opam/5.1/lib/mirage-crypto-rng-lwt/mirage_crypto_rng_lwt.cmxa /home/opam/.opam/5.1/lib/cmdliner/cmdliner.cmxa /home/opam/.opam/5.1/lib/extunix/ExtUnix.cmxa -I /home/opam/.opam/5.1/lib/extunix unix/capnp_rpc_unix.cmxa examples/testlib/testlib.cmxa /home/opam/.opam/5.1/lib/logs/logs_fmt.cmxa /home/opam/.opam/5.1/lib/fmt/fmt_cli.cmxa /home/opam/.opam/5.1/lib/fmt/fmt_tty.cmxa /home/opam/.opam/5.1/lib/uuidm/uuidm.cmxa /home/opam/.opam/5.1/lib/alcotest/alcotest.cmxa test/testbed/testbed.cmxa /home/opam/.opam/5.1/lib/uring/uring.cmxa -I /home/opam/.opam/5.1/lib/uring /home/opam/.opam/5.1/lib/eio_linux/eio_linux.cmxa -I /home/opam/.opam/5.1/lib/eio_linux /home/opam/.opam/5.1/lib/iomux/iomux.cmxa -I /home/opam/.opam/5.1/lib/iomux /home/opam/.opam/5.1/lib/eio_posix/eio_posix.cmxa -I /home/opam/.opam/5.1/lib/eio_posix /home/opam/.opam/5.1/lib/eio_main/eio_main.cmxa test-lwt/.test_lwt.eobjs/native/dune__exe__Test_lwt.cmx)
/usr/bin/ld: warning: caml_z_x86_64.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
File "test-lwt/dune", line 3, characters 7-15:
3 |  (name test_lwt)
           ^^^^^^^^
(cd _build/default/test-lwt && ./test_lwt.exe)
  eio_linux [WARNING] -----       : Failed to allocate 262144 byte fixed buffer
Testing capnp-rpc.
This run has ID `647F3171-069E-4519-9DF9-F9B17905B081`.
 ...                eio          0   Simple.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          0   Simple.
[FAIL]              eio          1   Crypto.
[FAIL]              eio          2   Bad crypto.
 ...                eio          3   Parallel.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          3   Parallel.
 ...                eio          4   Embargo.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          4   Embargo.
 ...                eio          5   Resolve.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          5   Resolve.
 ...                eio          6   Registry.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          6   Registry.
 ...                eio          7   Calculator.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          7   Calculator.
 ...                eio          8   Calculator 2.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          8   Calculator 2.
 ...                eio          9   Cancel.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio          9   Cancel.
 ...                eio         10   Indexing.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio         10   Indexing.
[OK]                eio         11   Options.
[OK]                eio         12   Sturdy URI.
 ...                eio         13   Sturdy self.[failure] Error Check log for warnings: expecting
0, got
2.
[FAIL]              eio         13   Sturdy self.
[OK]                eio         14   Table restorer.
[OK]                eio         15   Fn restorer.
 ...                eio         16   Broken ref.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[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.
 ...                eio         26   Late bootstrap.[exception] Unix.Unix_error(Unix.EOPNOTSUPP, "setsockopt", "")
[FAIL]              eio         26   Late bootstrap.
-- eio.000 [Simple.] Failed --
in `/src/_build/default/test-lwt/_build/_tests/647F3171-069E-4519-9DF9-F9B17905B081/eio.000.output`:
application [INFO] -----       : 
Start test-case
  capnp-rpc [INFO] vat-S       : Waiting for UNENCRYPTED connections on unix:/tmp/build_004988_dune/capnp-rpc-test-server
  capnp-rpc [INFO] -----       : Connecting to unix:/tmp/build_004988_dune/capnp-rpc-test-server...
  capnp-rpc [INFO] vat-S       : Accepting new connection from unix:
  capnp-rpc [INFO] vat-C       : Connection closed


The full test results are available in `/src/_build/default/test-lwt/_build/_tests/647F3171-069E-4519-9DF9-F9B17905B081`.
18 errors! in 0.000s. 27 tests run.
test_lwt.exe: 
internal error, uncaught exception:
Alcotest__Core.Make(M).Test_error


Fatal error: exception Alcotest__Core.Make(M).Test_error
File "README.md", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/.mdx/README.md.corrected
diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected
index 739a91f..cac0f85 100644
--- a/_build/default/README.md
+++ b/_build/default/.mdx/README.md.corrected
@@ -282,6 +282,7 @@ $ opam depext -i capnp-rpc-lwt
 <!-- $MDX dir=examples/v1 -->
 ```bash
 $ dune exec ./main.exe
+main.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
 +Got reply "echo:foo"
 ```
 
@@ -416,6 +417,7 @@ And testing it should give (three times, at one second intervals):
 <!-- $MDX dir=examples/v2,set-CI=true -->
 ```sh
 $ dune exec -- ./main.exe
+main.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
 +Callback got "foo"
 +Callback got "foo"
 +Callback got "foo"
@@ -767,6 +769,7 @@ This should print (in the server's output) something like:
 <!-- $MDX dir=examples/pipelining -->
 ```sh
 $ dune exec ./main.exe
+main.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
 +[client] Connecting to echo service...
 +[server] Received "Message from client"
 Fatal error: exception Stdlib.Exit
@@ -871,6 +874,7 @@ let () =
 <!-- $MDX dir=examples/sturdy-refs -->
 ```sh
 $ dune exec ./main.exe
+main.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
 [server] saved "alice.cap"
 [server] saved "bob.cap"
 [client] loaded "./alice.cap"
@@ -923,6 +927,7 @@ let () =
 <!-- $MDX dir=examples/sturdy-refs-2 -->
 ```sh
 $ dune exec ./main.exe
+main.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
 [server] "root" says "Message from Admin"
 [server] "root/alice" says "Message from Alice"
 [server] "root/bob" says "Message from Bob"
@@ -957,6 +962,7 @@ If successful, the client can use this sturdy ref to connect directly to the log
 <!-- $MDX dir=examples/sturdy-refs-3 -->
 ```sh
 $ dune exec ./main.exe
+main.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
 [server] "root" says "Message from Admin"
 [server] "root/alice" says "Message from Alice"
 Fatal error: exception Stdlib.Exit
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 06:41.25: Job failed: Failed: Build failed