Organisationsocaml-multicorepicosaef7c0 (main)freebsd-14.3-5.4_opam-2.5

freebsd-14.3-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-01 17:06.55: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/main (aef7c03874104b2604ffe4e9c764f44328374907) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)
Base: freebsd-14.3-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "main" && cd "picos" && git reset --hard aef7c038
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam ./
RUN opam pin add -yn picos_std.dev './' && \
opam pin add -yn picos_mux.dev './' && \
opam pin add -yn picos_meta.dev './' && \
opam pin add -yn picos_lwt.dev './' && \
opam pin add -yn picos_io_cohttp.dev './' && \
opam pin add -yn picos_io.dev './' && \
opam pin add -yn picos_aux.dev './' && \
opam pin add -yn picos.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.17 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.10.0 lwt.6.0.0 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20260122 menhirCST.20260122 menhirGLR.20260122 menhirLib.20260122 menhirSdk.20260122 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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


2026-02-01 17:06.55: Using cache hint "ocaml-multicore/picos-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-794df6b5325f1ffaa52ed7fde0731f70"
2026-02-01 17:06.55: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
(comment freebsd-14.3-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn picos_std.dev './' && \
\nopam pin add -yn picos_mux.dev './' && \
\nopam pin add -yn picos_meta.dev './' && \
\nopam pin add -yn picos_lwt.dev './' && \
\nopam pin add -yn picos_io_cohttp.dev './' && \
\nopam pin add -yn picos_io.dev './' && \
\nopam pin add -yn picos_aux.dev './' && \
\nopam pin add -yn picos.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.17 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.10.0 lwt.6.0.0 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20260122 menhirCST.20260122 menhirGLR.20260122 menhirLib.20260122 menhirSdk.20260122 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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"))
)


2026-02-01 17:06.55: Waiting for resource in pool OCluster
2026-02-01 17:06.55: Waiting for worker…
2026-02-01 18:45.47: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at aef7c03 Upgrade to `multicore-magic` 2.3.2


(from freebsd-14.3-ocaml-5.4)
2026-02-01 18:42.39 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache


/: (comment freebsd-14.3-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-02-01 18:42.40 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" from cache


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


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


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-02-01 18:42.41 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-01 18:42.42 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-01 18:42.43 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
71325ac6ed..8381fdec20  master     -> origin/master
8381fdec20 Merge pull request #29263 from fpottier/opam-publish-menhir.20260122


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


Already up-to-date.
Nothing to do.
2026-02-01 18:42.44 ---> using "bf2522c14fd8361315a6aea3a32ab46f15e3ef782b6fe41f9c0ec7e4ad355d2c" from cache


/src: (copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)
(dst ./))
2026-02-01 18:42.45 ---> using "965a7ce50acf993dc74258689debcf3d20ff8288324138854aecde50891d491f" from cache


/src: (run (network host)
(shell  "opam pin add -yn picos_std.dev './' && \
\nopam pin add -yn picos_mux.dev './' && \
\nopam pin add -yn picos_meta.dev './' && \
\nopam pin add -yn picos_lwt.dev './' && \
\nopam pin add -yn picos_io_cohttp.dev './' && \
\nopam pin add -yn picos_io.dev './' && \
\nopam pin add -yn picos_aux.dev './' && \
\nopam pin add -yn picos.dev './'"))
[picos_std.dev] synchronised (file:///src)
picos_std is now pinned to file:///src (version dev)
[picos_mux.dev] synchronised (file:///src)
picos_mux is now pinned to file:///src (version dev)
[picos_meta.dev] synchronised (file:///src)
picos_meta is now pinned to file:///src (version dev)
[picos_lwt.dev] synchronised (file:///src)
picos_lwt is now pinned to file:///src (version dev)
[picos_io_cohttp.dev] synchronised (file:///src)
picos_io_cohttp is now pinned to file:///src (version dev)
[picos_io.dev] synchronised (file:///src)
picos_io is now pinned to file:///src (version dev)
[picos_aux.dev] synchronised (file:///src)
picos_aux is now pinned to file:///src (version dev)
[picos.dev] synchronised (file:///src)
picos is now pinned to file:///src (version dev)
2026-02-01 18:42.47 ---> using "dc61006c6c393fed0e1c218a6947a9bd0fc1bc53ac1038836c576aa5f9b82992" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-01 18:42.48 ---> using "5b6443d3ecafadabf4b49609f36b09d04327bb4ec5fd265293d152e3d39a08de" from cache


/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.1.0 cohttp.6.2.1 cohttp-lwt.6.2.1 cohttp-lwt-unix.6.2.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 containers.3.17 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.2.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.10.0 lwt.6.0.0 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20260122 menhirCST.20260122 menhirGLR.20260122 menhirLib.20260122 menhirSdk.20260122 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 multicore-magic-dscheck.2.3.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 psq.0.2.1 ptime.1.2.0 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.1 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[picos_io.dev] synchronised (file:///src)
[picos_aux.dev] synchronised (file:///src)
[picos.dev] synchronised (file:///src)
[picos_io_cohttp.dev] synchronised (file:///src)
[picos_lwt.dev] synchronised (file:///src)
[picos_meta.dev] synchronised (file:///src)
[picos_mux.dev] synchronised (file:///src)
[picos_std.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "ca_root_nss" "gmp" "npm"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- ..
- ...
- ....
- . done
- Processing entries:
- .
- .
- .
- ..
- .
- ..
- .
- . done
- FreeBSD repository update completed. 36690 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: ..... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.4.2 -> 2.5.1 [FreeBSD]
- 
- Number of packages to be upgraded: 1
- 
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.5.1~3e6c778e22.pkg: .....
- ..... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...
- [rosemary] [1/1] Extracting pkg-2.5.1: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 15 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	c-ares: 1.34.6 [FreeBSD]
- 	ca_root_nss: 3.117_2 [FreeBSD]
- 	corepack: 0.34.5 [FreeBSD]
- 	gmp: 6.3.0 [FreeBSD]
- 	icu: 76.1,1 [FreeBSD]
- 	libedit: 3.1.20251016_1,1 [FreeBSD]
- 	libnghttp3: 1.14.0 [FreeBSD]
- 	libngtcp2: 1.19.0 [FreeBSD]
- 	libuv: 1.51.0 [FreeBSD]
- 	llhttp: 9.3.0 [FreeBSD]
- 	node24: 24.12.0 [FreeBSD]
- 	npm: 11.7.0 [FreeBSD]
- 	npm-node24: 11.7.0 [FreeBSD]
- 	simdjson: 4.2.4 [FreeBSD]
- 	sqlite3: 3.50.4_2,1 [FreeBSD]
- 
- Number of packages to be installed: 15
- 
- The process will require 137 MiB more space.
- 31 MiB to be downloaded.
- [rosemary] [ 1/15] Fetching libngtcp2-1.19.0: .......... done
- [rosemary] [ 2/15] Fetching llhttp-9.3.0: ... done
- [rosemary] [ 3/15] Fetching libnghttp3-1.14.0: ...... done
- [rosemary] [ 4/15] Fetching corepack-0.34.5: .......... done
- [rosemary] [ 5/15] Fetching c-ares-1.34.6: .......... done
- [rosemary] [ 6/15] Fetching libedit-3.1.20251016_1,1: ......... done
- [rosemary] [ 7/15] Fetching icu-76.1,1: .
- ......... done
- [rosemary] [ 8/15] Fetching node24-24.12.0: ...
- ....... done
- [rosemary] [ 9/15] Fetching sqlite3-3.50.4_2,1: .......... done
- [rosemary] [10/15] Fetching libuv-1.51.0: ........ done
- [rosemary] [11/15] Fetching npm-node24-11.7.0: .......... done
- [rosemary] [12/15] Fetching simdjson-4.2.4: .......... done
- [rosemary] [13/15] Fetching gmp-6.3.0: ....... done
- [rosemary] [14/15] Fetching npm-11.7.0: . done
- [rosemary] [15/15] Fetching ca_root_nss-3.117_2: .......... done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [ 1/15] Installing c-ares-1.34.6...
- [rosemary] [ 1/15] Extracting c-ares-1.34.6: .......... done
- [rosemary] [ 2/15] Installing ca_root_nss-3.117_2...
- [rosemary] [ 2/15] Extracting ca_root_nss-3.117_2: ....... done
- [rosemary] [ 3/15] Installing corepack-0.34.5...
- [rosemary] [ 3/15] Extracting corepack-0.34.5: .......... done
- [rosemary] [ 4/15] Installing gmp-6.3.0...
- [rosemary] [ 4/15] Extracting gmp-6.3.0: .......... done
- [rosemary] [ 5/15] Installing icu-76.1,1...
- [rosemary] [ 5/15] Extracting icu-76.1,1: .........
- . done
- [rosemary] [ 6/15] Installing libedit-3.1.20251016_1,1...
- [rosemary] [ 6/15] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 7/15] Installing libnghttp3-1.14.0...
- [rosemary] [ 7/15] Extracting libnghttp3-1.14.0: .......... done
- [rosemary] [ 8/15] Installing libngtcp2-1.19.0...
- [rosemary] [ 8/15] Extracting libngtcp2-1.19.0: .......... done
- [rosemary] [ 9/15] Installing libuv-1.51.0...
- [rosemary] [ 9/15] Extracting libuv-1.51.0: .......... done
- [rosemary] [10/15] Installing llhttp-9.3.0...
- [rosemary] [10/15] Extracting llhttp-9.3.0: .......... done
- [rosemary] [11/15] Installing simdjson-4.2.4...
- [rosemary] [11/15] Extracting simdjson-4.2.4: .......... done
- [rosemary] [12/15] Installing sqlite3-3.50.4_2,1...
- [rosemary] [12/15] Extracting sqlite3-3.50.4_2,1: .......... done
- [rosemary] [13/15] Installing node24-24.12.0...
- [rosemary] [13/15] Extracting node24-24.12.0: .......... done
- [rosemary] [14/15] Installing npm-node24-11.7.0...
- [rosemary] [14/15] Extracting npm-node24-11.7.0: .......... done
- [rosemary] [15/15] Installing npm-11.7.0...
- [rosemary] [15/15] Extracting npm-11.7.0: ... done
- =====
- Message from ca_root_nss-3.117_2:
- 
- --
- FreeBSD does not, and can not warrant that the certification authorities
- whose certificates are included in this package have in any way been
- audited for trustworthiness or RFC 3647 compliance.
- 
- Assessment and verification of trust is the complete responsibility of
- the system administrator.
- 
- This package installs symlinks to support root certificate discovery
- for software that either uses other cryptographic libraries than
- OpenSSL, or use OpenSSL but do not follow recommended practice.
- 
- If you prefer to do this manually, replace the following symlinks with
- either an empty file or your site-local certificate bundle.
- 
-   * /etc/ssl/cert.pem
-   * /usr/local/etc/ssl/cert.pem
-   * /usr/local/openssl/cert.pem
- =====
- Message from node24-24.12.0:
- 
- --
- Note: If you need npm (Node Package Manager), please install www/npm-node24.
2026-02-01 18:42.49 ---> using "db1d6ab9fdda40a240ed951eae981dc8119057d371e3da5ab198b9383cae2877" from cache


/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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 100 packages
 alcotest                   1.9.1
 angstrom                   0.16.1
 asn1-combinators           0.3.2
 astring                    0.8.5
 backoff                    0.1.1
 base                       v0.17.3
 base-bytes                 base
 base64                     3.5.2
 bigstringaf                0.10.0
 bos                        0.2.1
 ca-certs                   1.0.1
 camlp-streams              5.0.1
 cmdliner                   2.1.0
 cohttp                     6.2.1
 cohttp-lwt                 6.2.1
 cohttp-lwt-unix            6.2.1
 conduit                    8.0.0
 conduit-lwt                8.0.0
 conduit-lwt-unix           8.0.0
 conf-gmp                   5
 conf-gmp-powm-sec          4
 conf-npm                   1
 conf-pkg-config            4
 containers                 3.17
 cppo                       1.8.0
 csexp                      1.5.2
 digestif                   1.3.0
 domain-local-await         1.0.1
 domain-name                0.5.0
 domain_shims               0.1.0
 dscheck                    0.5.0
 dune                       3.21.0
 dune-configurator          3.21.0
 duration                   0.2.1
 either                     1.0.0
 eqaf                       0.10
 fmt                        0.11.0
 fpath                      0.7.3
 gen                        1.1
 gmap                       0.3.0
 http                       6.2.1
 ipaddr                     5.6.1
 ipaddr-sexp                5.6.1
 js_of_ocaml                6.2.0
 js_of_ocaml-compiler       6.2.0
 kdf                        1.0.0
 logs                       0.10.0
 lwt                        6.0.0
 macaddr                    5.6.1
 magic-mime                 1.3.1
 mdx                        2.5.1
 menhir                     20260122
 menhirCST                  20260122
 menhirGLR                  20260122
 menhirLib                  20260122
 menhirSdk                  20260122
 mirage-crypto              2.0.2
 mirage-crypto-ec           2.0.2
 mirage-crypto-pk           2.0.2
 mirage-crypto-rng          2.0.2
 mtime                      2.1.0
 multicore-bench            0.1.7
 multicore-magic            2.3.2
 multicore-magic-dscheck    2.3.2
 ocaml-compiler-libs        v0.17.0
 ocaml-syntax-shims         1.0.0
 ocaml-version              4.0.3
 ocaml_intrinsics_kernel    v0.17.1
 ocamlbuild                 0.16.1
 ocamlfind                  1.9.8
 ocplib-endian              1.2
 ohex                       0.2.0
 oseq                       0.5.1
 ppx_derivers               1.2.1
 ppx_sexp_conv              v0.17.1
 ppxlib                     0.37.0
 ppxlib_jane                v0.17.4
 psq                        0.2.1
 ptime                      1.2.0
 qcheck-core                0.91
 qcheck-multicoretests-util 0.10
 qcheck-stm                 0.10
 re                         1.14.0
 result                     1.5
 rresult                    0.7.0
 sedlex                     3.7
 seq                        base
 sexplib0                   v0.17.0
 stdlib-shims               0.3.0
 stringext                  1.6.0
 thread-local-storage       0.2
 thread-table               1.0.0
 topkg                      1.1.1
 tsort                      2.2.0
 uri                        4.4.0
 uri-sexp                   4.4.0
 uutf                       1.0.4
 x509                       1.0.6
 yojson                     3.0.0
 zarith                     1.14


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved asn1-combinators.0.3.2  (cached)
 retrieved angstrom.0.16.1  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved backoff.0.1.1  (cached)
 retrieved base.v0.17.3  (cached)
 retrieved base64.3.5.2  (cached)
 retrieved bigstringaf.0.10.0  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved ca-certs.1.0.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved alcotest.1.9.1  (cached)
 retrieved cmdliner.2.1.0  (cached)
 retrieved conf-gmp.5  (cached)
 retrieved conf-gmp-powm-sec.4  (cached)
 installed conf-gmp.5
 installed conf-pkg-config.4
 retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (cached)
 installed conf-gmp-powm-sec.4
 retrieved containers.3.17  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1  (cached)
 retrieved domain-local-await.1.0.1  (cached)
 retrieved domain-name.0.5.0  (cached)
 retrieved domain_shims.0.1.0  (cached)
 retrieved dscheck.0.5.0  (cached)
 retrieved duration.0.2.1  (cached)
 retrieved digestif.1.3.0  (cached)
 retrieved either.1.0.0  (cached)
 retrieved eqaf.0.10  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved gen.1.1  (cached)
 retrieved gmap.0.3.0  (cached)
 retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1  (cached)
 retrieved kdf.1.0.0  (cached)
 retrieved logs.0.10.0  (cached)
 retrieved lwt.6.0.0  (cached)
 installed conf-npm.1
 retrieved magic-mime.1.3.1  (cached)
 retrieved mdx.2.5.1  (cached)
 retrieved menhir.20260122, menhirCST.20260122, menhirGLR.20260122, menhirLib.20260122, menhirSdk.20260122  (cached)
 retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0  (cached)
 retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved multicore-bench.0.1.7  (cached)
 retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved ocaml-version.4.0.3  (cached)
 retrieved multicore-magic.2.3.2, multicore-magic-dscheck.2.3.2  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved oseq.0.5.1  (cached)
 retrieved ohex.0.2.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_sexp_conv.v0.17.1  (cached)
 retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
 retrieved ppxlib_jane.v0.17.4  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved qcheck-core.0.91  (cached)
 retrieved ptime.1.2.0  (cached)
 retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10  (cached)
 retrieved re.1.14.0  (cached)
 retrieved result.1.5  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved seq.base  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved sedlex.3.7  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved thread-local-storage.0.2  (cached)
 retrieved thread-table.1.0.0  (cached)
 retrieved ppxlib.0.37.0  (cached)
 installed cmdliner.2.1.0
 installed seq.base
 retrieved tsort.2.2.0  (cached)
 retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved yojson.3.0.0  (cached)
 retrieved zarith.1.14  (cached)
 retrieved x509.1.0.6  (cached)
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed zarith.1.14
 installed ocamlbuild.0.16.1
 installed topkg.1.1.1
 installed rresult.0.7.0
 installed uutf.1.0.4
 installed mtime.2.1.0
 installed fmt.0.11.0
 installed ptime.1.2.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed dune.3.21.0
 installed stringext.1.6.0
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed tsort.2.2.0
 installed thread-table.1.0.0
 installed thread-local-storage.0.2
 installed psq.0.2.1
 installed ppx_derivers.1.2.1
 installed oseq.0.5.1
 installed ohex.0.2.0
 installed ocaml_intrinsics_kernel.v0.17.1
 installed sexplib0.v0.17.0
 installed ocaml-version.4.0.3
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.17.0
 installed domain-local-await.1.0.1
 installed yojson.3.0.0
 installed re.1.14.0
 installed qcheck-core.0.91
 installed multicore-magic.2.3.2
 installed menhirSdk.20260122
 installed menhirLib.20260122
 installed menhirGLR.20260122
 installed qcheck-multicoretests-util.0.10
 installed alcotest.1.9.1
 installed menhirCST.20260122
 installed qcheck-stm.0.10
 installed magic-mime.1.3.1
 installed macaddr.5.6.1
 installed http.6.2.1
 installed gmap.0.3.0
 installed gen.1.1
 installed eqaf.0.10
 installed either.1.0.0
 installed duration.0.2.1
 installed domain_shims.0.1.0
 installed domain-name.0.5.0
 installed csexp.1.5.2
 installed ipaddr.5.6.1
 installed digestif.1.3.0
 installed menhir.20260122
 installed ppxlib.0.37.0
 installed cppo.1.8.0
 installed camlp-streams.5.0.1
 installed base64.3.5.2
 installed backoff.0.1.1
 installed ocplib-endian.1.2
 installed dune-configurator.3.21.0
 installed bigstringaf.0.10.0
 installed multicore-bench.0.1.7
 installed sedlex.3.7
 installed angstrom.0.16.1
 installed lwt.6.0.0
 installed mirage-crypto.2.0.2
 installed containers.3.17
 installed kdf.1.0.0
 installed uri.4.4.0
 installed base.v0.17.3
 installed dscheck.0.5.0
 installed ppxlib_jane.v0.17.4
 installed multicore-magic-dscheck.2.3.2
 installed asn1-combinators.0.3.2
 installed ppx_sexp_conv.v0.17.1
 installed ipaddr-sexp.5.6.1
 installed uri-sexp.4.4.0
 installed js_of_ocaml-compiler.6.2.0
 installed logs.0.10.0
 installed mirage-crypto-rng.2.0.2
 installed conduit.8.0.0
 installed cohttp.6.2.1
 installed conduit-lwt.8.0.0
 installed mirage-crypto-pk.2.0.2
 installed mdx.2.5.1
 installed bos.0.2.1
 installed cohttp-lwt.6.2.1
 installed mirage-crypto-ec.2.0.2
 installed x509.1.0.6
 installed ca-certs.1.0.1
 installed conduit-lwt-unix.8.0.0
 installed cohttp-lwt-unix.6.2.1
 installed js_of_ocaml.6.2.0
Done.
2026-02-01 18:42.50 ---> using "a8d587692052c2182fe1ebc66cc5122ab1feec35620662bd38bece75e6b710eb" from cache


/src: (copy (src .) (dst /src))
2026-02-01 18:42.53 ---> saved as "6036b12843c62aea228751554521f57d16709db2c8d8acf3f6b7108da349cadb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_server_and_client.exe)
Using non-blocking sockets and fibers on OCaml 5:
Looping server running
Server listening
Server accepting
Client A running
Client A connected
Client A wrote 100
Client B running
Client B connected
Client B wrote 100
Server accepted client
Server read 100
Server wrote 50
Server accepting
Server accepted client
Server read 100
Server wrote 50
Server accepting
Client A read 50
Client B read 50
Server and Client test: OK
(cd _build/default/test && ./test_picos_lwt_unix_with_cohttp.exe)
Unix.Unix_error(Unix.ECONNREFUSED, "connect", "")
(cd _build/default/test && ./test_lwt_unix.exe)
Testing `Picos_lwt'.
This run has ID `TNB2RH3N'.


[OK]          Basics          0


Full test results in `/src/_build/default/test/_build/_tests/Picos_lwt'.
Test Successful in 0.050s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 0)
Testing `Picos_sync'.
This run has ID `IGUZZ106'.


[OK]          Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.010s. 1 test run.
(cd _build/default/test && ./test_finally.exe)
Testing `Picos_finally'.
This run has ID `TBQLY9EA'.


[OK]          move            0   is lazy.
[OK]          borrow          0   returns resource.


Full test results in `/src/_build/default/test/_build/_tests/Picos_finally'.
Test Successful in 0.003s. 2 tests run.
(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 1)
Testing `Picos_sync'.
This run has ID `S5HF151O'.


[SKIP]        Mutex and Condition                  0   basics.
[OK]          Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.145s. 1 test run.
(cd _build/default/test && ./test_io.exe)
Testing `Picos_io'.
This run has ID `OU7KHZAP'.


[OK]          Unix          0   openfile and read.
[OK]          Unix          1   sleepf.
[OK]          Unix          2   select empty timeout.
[OK]          Unix          3   select empty ∞.
[OK]          Unix          4   select.
[OK]          Unix          5   system.


Full test results in `/src/_build/default/test/_build/_tests/Picos_io'.
Test Successful in 0.653s. 6 tests run.
(cd _build/default/test && ./test_structured.exe)
Testing `Picos_structured'.
This run has ID `Z8G38L88'.


[OK]          Bundle          0   fork after terminate.
[OK]          Bundle          1   fork after escape.
[OK]          Bundle          2   exception in child terminates.
[OK]          Bundle          3   cancelation awaits children.
[OK]          Bundle          4   block raises when forbidden.
[OK]          Bundle          5   block raises Sys_error when fiber finishes.
[OK]          Bundle          6   termination nests.
[OK]          Bundle          7   promise cancelation does not terminate.
[OK]          Bundle          8   error in promise terminates.
[OK]          Bundle          9   can wait promises.
[OK]          Bundle         10   can select promises.
[OK]          Run             0   any and all errors.
[OK]          Run             1   any and all returns.
[OK]          Run             2   race any.


Full test results in `/src/_build/default/test/_build/_tests/Picos_structured'.
Test Successful in 1.288s. 14 tests run.
(cd _build/default/test && ./test_io_with_lwt.exe)
Testing `Picos_io_with_lwt'.
This run has ID `5M50MBGV'.


[OK]          Unix          0   system.


Full test results in `/src/_build/default/test/_build/_tests/Picos_io_with_lwt'.
Test Successful in 2.104s. 1 test run.
(cd _build/default/test && ./test_picos_dscheck.exe)
Testing `Picos DSCheck'.
This run has ID `D6NOUF3Z'.


[OK]          Trigger              0   basic contract.
[OK]          Computation          0   basic contract.
[OK]          Computation          1   removes triggers.


Full test results in `/src/_build/default/test/_build/_tests/Picos DSCheck'.
Test Successful in 0.963s. 3 tests run.
(cd _build/default/test && ./test_io_cohttp.exe)
Uri: //127.0.0.1:59039/hello-io-cohttp
Method: POST


host: 127.0.0.1:59039
user-agent: ocaml-cohttp/v6.2.1
content-length: 17


Body: It's-a-Me, Picos!
(cd _build/default/test && ./test_mpmcq_dscheck.exe)
Testing `Picos_mpmcq DSCheck'.
This run has ID `B5XV2NWB'.


[OK]          Multiple pushes and pops          0


Full test results in `/src/_build/default/test/_build/_tests/Picos_mpmcq DSCheck'.
Test Successful in 2.675s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 2)
Testing `Picos_sync'.
This run has ID `CD0IDV0M'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[OK]          Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 3.969s. 1 test run.
(cd _build/default/test && /usr/local/bin/node test_js_of_ocaml.bc.js)
Hello, from js_of_ocaml with Picos!
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 0)
Testing `Picos_sync'.
This run has ID `0E3UE2ZE'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[OK]          Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.134s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Picos Computation')
Picos Computation:
attach detach pairs over time/1 worker:
3.10 M/s
attach detach pairs over time/2 workers:
2.90 M/s
attach detach pairs over time/4 workers:
1.15 M/s
attach detach pairs over time/trivial:
7.11 M/s
time per attach detach pair/1 worker:
322.40 ns
time per attach detach pair/2 workers:
689.49 ns
time per attach detach pair/4 workers:
3491.71 ns
time per attach detach pair/trivial:
140.60 ns
(cd _build/default/example && ./guards.exe)
Testing with scheduler: randos ~n_domains:40
Ran guarded case statement examples.
(cd _build/default/test && ./test_select.exe)
Testing `Picos_select'.
This run has ID `QHJ5PBGW'.


[OK]          Intr          0


Full test results in `/src/_build/default/test/_build/_tests/Picos_select'.
Test Successful in 8.585s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Picos Current')
Picos Current:
ops over time/1 worker:
15.74 M/s
ops over time/2 workers:
30.46 M/s
ops over time/4 workers:
61.30 M/s
time per op/1 worker:
63.52 ns
time per op/2 workers:
65.66 ns
time per op/4 workers:
65.26 ns
(cd _build/default/bench && ./main.exe -brief 'Picos FLS (excluding Current)')
Picos FLS (excluding Current):
gets over time/1 worker:
117.75 M/s
gets over time/2 workers:
224.84 M/s
gets over time/4 workers:
465.43 M/s
sets over time/1 worker:
66.13 M/s
sets over time/2 workers:
124.50 M/s
sets over time/4 workers:
249.61 M/s
time per get/1 worker:
8.49 ns
time per get/2 workers:
8.90 ns
time per get/4 workers:
8.59 ns
time per set/1 worker:
15.12 ns
time per set/2 workers:
16.06 ns
time per set/4 workers:
16.02 ns
(cd _build/default/bench && ./main.exe -brief 'Picos TLS')
Picos TLS:
gets over time/1 worker:
71.15 M/s
gets over time/2 workers:
123.14 M/s
gets over time/4 workers:
284.38 M/s
sets over time/1 worker:
37.42 M/s
sets over time/2 workers:
72.35 M/s
sets over time/4 workers:
94.98 M/s
time per get/1 worker:
14.05 ns
time per get/2 workers:
16.24 ns
time per get/4 workers:
14.07 ns
time per set/1 worker:
26.72 ns
time per set/2 workers:
27.64 ns
time per set/4 workers:
42.11 ns
(cd _build/default/bench && ./main.exe -brief 'Picos DLS')
Picos DLS:
gets over time/1 worker:
80.52 M/s
gets over time/2 workers:
154.78 M/s
gets over time/4 workers:
302.09 M/s
sets over time/1 worker:
48.13 M/s
sets over time/2 workers:
98.50 M/s
sets over time/4 workers:
113.91 M/s
time per get/1 worker:
12.42 ns
time per get/2 workers:
12.92 ns
time per get/4 workers:
13.24 ns
time per set/1 worker:
20.78 ns
time per set/2 workers:
20.30 ns
time per set/4 workers:
35.12 ns
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 1)
Testing `Picos_sync'.
This run has ID `2W40CSHV'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[OK]          Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 23.391s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 2)
Testing `Picos_sync'.
This run has ID `HRAD46WE'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[OK]          Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.002s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 3)
Testing `Picos_sync'.
This run has ID `VFD1KLSD'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[OK]          Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 0)
Testing `Picos_sync'.
This run has ID `N6RDSE4M'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[OK]          Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.015s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 1)
Testing `Picos_sync'.
This run has ID `C817XEFI'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[OK]          Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 5.228s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 2)
Testing `Picos_sync'.
This run has ID `F6CZF3ZH'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[OK]          Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.024s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 3)
Testing `Picos_sync'.
This run has ID `LYY28KLL'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[OK]          Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.007s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 4)
Testing `Picos_sync'.
This run has ID `D85NAPIG'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[OK]          Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.005s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 5)
Testing `Picos_sync'.
This run has ID `IQOVN10X'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[OK]          Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.030s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 6)
Testing `Picos_sync'.
This run has ID `BE46N4V1'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[OK]          Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.122s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 0)
Testing `Picos_sync'.
This run has ID `W6LSS6DI'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[OK]          Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.014s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 1)
Testing `Picos_sync'.
This run has ID `UB6C4LEI'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[OK]          Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 1.527s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 0)
Testing `Picos_sync'.
This run has ID `BSJWCQIZ'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[OK]          Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.067s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 1)
Testing `Picos_sync'.
This run has ID `NGLVOSSJ'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[OK]          Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.911s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 2)
Testing `Picos_sync'.
This run has ID `H34V05Q8'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[OK]          Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.053s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 3)
Testing `Picos_sync'.
This run has ID `RK20EFX2'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[OK]          Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.050s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 0)
Testing `Picos_sync'.
This run has ID `OXB3Q90X'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[OK]          Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results i`/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.012s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 1)
Testing `Picos_sync'.
This run has ID `FKYQ7RT8'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[OK]          Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.080s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Event$ 0)
Testing `Picos_sync'.
This run has ID `FAPBTJU9'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[OK]          Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.111s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Barrier$ 0)
Testing `Picos_sync'.
This run has ID `WKGW5M1D'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[OK]          Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.333s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Barrier$ 1)
Testing `Picos_sync'.
This run has ID `BL61LEP3'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[OK]          Barrier                              1   poisoning.
[SKIP]        Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.449s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Non-cancelable ops$' 0)
Testing `Picos_sync'.
This run has ID `MZZ523U7'.


[SKIP]        Mutex and Condition                  0   basics.
[SKIP]        Mutex and Condition                  1   errors.
[SKIP]        Mutex and Condition                  2   cancelation.
[SKIP]        Lock and Lock.Condition              0   basics.
[SKIP]        Lock and Lock.Condition              1   cancelation.
[SKIP]        Lock and Lock.Condition              2   poisoning.
[SKIP]        Lock and Lock.Condition              3   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          0   basics.
[SKIP]        Rwlock and Rwlock.Condition          1   cancelation.
[SKIP]        Rwlock and Rwlock.Condition          2   poisoning.
[SKIP]        Rwlock and Rwlock.Condition          3   freezing.
[SKIP]        Rwlock and Rwlock.Condition          4   try_acquire.
[SKIP]        Rwlock and Rwlock.Condition          5   try_acquire_shared.
[SKIP]        Rwlock and Rwlock.Condition          6   sharing.
[SKIP]        Semaphore                            0   basics.
[SKIP]        Semaphore                            1   stress.
[SKIP]        Sem                                  0   basics.
[SKIP]        Sem                                  1   stress.
[SKIP]        Sem                                  2   poisoning.
[SKIP]        Sem                                  3   try_acquire.
[SKIP]        Lazy                                 0   basics.
[SKIP]        Lazy                                 1   cancelation.
[SKIP]        Event                                0   basics.
[SKIP]        Barrier                              0   basics.
[SKIP]        Barrier                              1   poisoning.
[OK]          Non-cancelable ops                   0   are not canceled.


Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.023s. 1 test run.
(cd _build/default/test && ./test_picos.exe)
Testing `Picos'.
This run has ID `7EXA6QUI'.


[OK]          Trigger               0   basics.
[OK]          Computation           0   basics.
[OK]          Computation           1   tx.
[OK]          Computation           2   signals in order.
[OK]          Fiber.FLS             0   basics.
[OK]          Cancel                0
[OK]          Cancel after          0


Full test results in `/src/_build/default/test/_build/_tests/Picos'.
Test Successful in 60.109s. 7 tests run.
(cd _build/default/bench && ./main.exe -brief 'Yield with Picos_std_sync')
Yield with Picos_std_sync:
locked yields over time/1024 fibers with Lock:
0.21 M/s
locked yields over time/1024 fibers with Rwlock:
0.42 M/s
locked yields over time/1024 fibers with Sem:
0.50 M/s
locked yields over time/1024 fibers with Sem 2:
0.35 M/s
locked yields over time/1024 fibers with Sem 3:
0.12 M/s
locked yields over time/1024 fibers with Sem 4:
0.23 M/s
locked yields over time/1 fiber with Lock:
1.43 M/s
locked yields over time/1 fiber with Rwlock:
3.53 M/s
locked yields over time/1 fiber with Sem:
3.60 M/s
locked yields over time/1 fiber with Sem 2:
3.15 M/s
locked yields over time/1 fiber with Sem 3:
3.06 M/s
locked yields over time/1 fiber with Sem 4:
3.56 M/s
locked yields over time/256 fibers with Lock:
0.14 M/s
locked yields over time/256 fibers with Rwlock:
0.68 M/s
locked yields over time/256 fibers with Sem:
0.65 M/s
locked yields over time/256 fibers with Sem 2:
0.17 M/s
locked yields over time/256 fibers with Sem 3:
0.17 M/s
locked yields over time/256 fibers with Sem 4:
0.49 M/s
locked yields over time/2 domains with Lock:
0.55 M/s
locked yields over time/2 domains with Rwlock:
0.28 M/s
locked yields over time/2 domains with Sem:
0.60 M/s
locked yields over time/2 domains with Sem 2:
2.97 M/s
locked yields over time/2 domains with Sem 3:
3.25 M/s
locked yields over time/2 domains with Sem 4:
0.44 M/s
locked yields over time/2 fibers with Lock:
0.58 M/s
locked yields over time/2 fibers with Rwlock:
0.65 M/s
locked yields over time/2 fibers with Sem:
0.79 M/s
locked yields over time/2 fibers with Sem 2:
3.10 M/s
locked yields over time/2 fibers with Sem 3:
2.90 M/s
locked yields over time/2 fibers with Sem 4:
1.13 M/s
locked yields over time/3 domains with Lock:
0.89 M/s
locked yields over time/3 domains with Rwlock:
0.05 M/s
locked yields over time/3 domains with Sem:
0.70 M/s
locked yields over time/3 domains with Sem 2:
1.02 M/s
locked yields over time/3 domains with Sem 3:
1.31 M/s
locked yields over time/3 domains with Sem 4:
0.94 M/s
locked yields over time/3 fibers with Lock:
0.29 M/s
locked yields over time/3 fibers with Rwlock:
0.48 M/s
locked yields over time/3 fibers with Sem:
0.59 M/s
locked yields over time/3 fibers with Sem 2:
0.76 M/s
locked yields over time/3 fibers with Sem 3:
1.46 M/s
locked yields over time/3 fibers with Sem 4:
2.27 M/s
locked yields over time/4 domains with Lock:
0.06 M/s
locked yields over time/4 domains with Rwlock:
0.08 M/s
locked yields over time/4 domains with Sem:
0.93 M/s
locked yields over time/4 domains with Sem 2:
1.75 M/s
locked yields over time/4 domains with Sem 3:
0.86 M/s
locked yields over time/4 domains with Sem 4:
0.23 M/s
locked yields over time/4 fibers with Lock:
0.15 M/s
locked yields over time/4 fibers with Rwlock:
0.60 M/s
locked yields over time/4 fibers with Sem:
0.69 M/s
locked yields over time/4 fibers with Sem 2:
0.54 M/s
locked yields over time/4 fibers with Sem 3:
0.61 M/s
locked yields over time/4 fibers with Sem 4:
3.02 M/s
locked yields over time/512 fibers with Lock:
0.25 M/s
locked yields over time/512 fibers with Rwlock:
0.50 M/s
locked yields over time/512 fibers with Sem:
0.54 M/s
locked yields over time/512 fibers with Sem 2:
0.09 M/s
locked yields over time/512 fibers with Sem 3:
0.34 M/s
locked yields over time/512 fibers with Sem 4:
0.39 M/s
locked yields over time/8 domains with Lock:
0.03 M/s
locked yields over time/8 domains with Rwlock:
0.06 M/s
locked yields over time/8 domains with Sem:
0.04 M/s
locked yields over time/8 domains with Sem 2:
0.16 M/s
locked yields over time/8 domains with Sem 3:
0.07 M/s
locked yields over time/8 domains with Sem 4:
0.60 M/s
locked yields over time/8 fibers with Lock:
0.12 M/s
locked yields over time/8 fibers with Rwlock:
0.40 M/s
locked yields over time/8 fibers with Sem:
0.68 M/s
locked yields over time/8 fibers with Sem 2:
0.33 M/s
locked yields over time/8 fibers with Sem 3:
0.19 M/s
locked yields over time/8 fibers with Sem 4:
0.69 M/s
time per locked yield/1024 fibers with Lock:
4743.96 ns
time per locked yield/1024 fibers with Rwlock:
2353.48 ns
time per locked yield/1024 fibers with Sem:
1988.73 ns
time per locked yield/1024 fibers with Sem 2:
2892.85 ns
time per locked yield/1024 fibers with Sem 3:
8389.69 ns
time per locked yield/1024 fibers with Sem 4:
4400.85 ns
time per locked yield/1 fiber with Lock:
697.08 ns
time per locked yield/1 fiber with Rwlock:
283.02 ns
time per locked yield/1 fiber with Sem:
277.76 ns
time per locked yield/1 fiber with Sem 2:
317.48 ns
time per locked yield/1 fiber with Sem 3:
327.07 ns
time per locked yield/1 fiber with Sem 4:
280.67 ns
time per locked yield/256 fibers with Lock:
7331.05 ns
time per locked yield/256 fibers with Rwlock:
1480.22 ns
time per locked yield/256 fibers with Sem:
1538.16 ns
time per locked yield/256 fibers with Sem 2:
5848.34 ns
time per locked yield/256 fibers with Sem 3:
5864.80 ns
time per locked yield/256 fibers with Sem 4:
2032.06 ns
time per locked yield/2 domains with Lock:
3649.84 ns
time per locked yield/2 domains with Rwlock:
7058.96 ns
time per locked yield/2 domains with Sem:
3342.41 ns
time per locked yield/2 domains with Sem 2:
672.87 ns
time per locked yield/2 domains with Sem 3:
615.02 ns
time per locked yield/2 domains with Sem 4:
4512.43 ns
time per locked yield/2 fibers with Lock:
1737.25 ns
time per locked yield/2 fibers with Rwlock:
1541.64 ns
time per locked yield/2 fibers with Sem:
1262.65 ns
time per locked yield/2 fibers with Sem 2:
323.05 ns
time per locked yield/2 fibers with Sem 3:
344.36 ns
time per locked yield/2 fibers with Sem 4:
884.86 ns
time per locked yield/3 domains with Lock:
3356.82 ns
time per locked yield/3 domains with Rwlock:
60717.12 ns
time per locked yield/3 domains with Sem:
4282.37 ns
time per locked yield/3 domains with Sem 2:
2940.47 ns
time per locked yield/3 domains with Sem 3:
2286.45 ns
time per locked yield/3 domains with Sem 4:
3186.46 ns
time per locked yield/3 fibers with Lock:
3504.68 ns
time per locked yield/3 fibers with Rwlock:
2077.41 ns
time per locked yield/3 fibers with Sem:
1690.02 ns
time per locked yield/3 fibers with Sem 2:
1317.03 ns
time per locked yield/3 fibers with Sem 3:
683.12 ns
time per locked yield/3 fibers with Sem 4:
441.03 ns
time per locked yield/4 domains with Lock:
66097.02 ns
time per locked yield/4 domains with Rwlock:
52922.01 ns
time per locked yield/4 domains with Sem:
4298.94 ns
time per locked yield/4 domains with Sem 2:
2285.40 ns
time per locked yield/4 domains with Sem 3:
4635.59 ns
time per locked yield/4 domains with Sem 4:
17329.80 ns
time per locked yield/4 fibers with Lock:
6759.98 ns
time per locked yield/4 fibers with Rwlock:
1665.77 ns
time per locked yield/4 fibers with Sem:
1450.40 ns
time per locked yield/4 fibers with Sem 2:
1838.46 ns
time per locked yield/4 fibers with Sem 3:
1649.70 ns
time per locked yield/4 fibers with Sem 4:
331.11 ns
time per locked yield/512 fibers with Lock:
3957.91 ns
time per locked yield/512 fibers with Rwlock:
1992.35 ns
time per locked yield/512 fibers with Sem:
1842.60 ns
time per locked yield/512 fibers with Sem 2:
10570.56 ns
time per locked yield/512 fibers with Sem 3:
2971.55 ns
time per locked yield/512 fibers with Sem 4:
2557.88 ns
time per locked yield/8 domains with Lock:
282993.12 ns
time per locked yield/8 domains with Rwlock:
141734.13 ns
time per locked yield/8 domains with Sem:
186836.97 ns
time per locked yield/8 domains with Sem 2:
50917.88 ns
time per locked yield/8 domains with Sem 3:
107135.20 ns
time per locked yield/8 domains with Sem 4:
13400.43 ns
time per locked yield/8 fibers with Lock:
8644.38 ns
time per locked yield/8 fibers with Rwlock:
2507.56 ns
time per locked yield/8 fibers with Sem:
1468.78 ns
time per locked yield/8 fibers with Sem 2:
3076.77 ns
time per locked yield/8 fibers with Sem 3:
5208.99 ns
time per locked yield/8 fibers with Sem 4:
1441.31 ns
(cd _build/default/bench && ./main.exe -brief 'Picos Spawn')
Picos Spawn:
spawns over time/with packed computation:
3.91 M/s
time per spawn/with packed computation:
255.98 ns
(cd _build/default/bench && ./main.exe -brief 'Picos Yield')
Picos Yield:
time per yield/10000 fibers:
2332.46 ns
time per yield/1000 fibers:
1393.20 ns
time per yield/100 fibers:
1457.36 ns
time per yield/10 fibers:
2990.13 ns
time per yield/1 fiber:
1374.86 ns
yields over time/10000 fibers:
0.43 M/s
yields over time/1000 fibers:
0.72 M/s
yields over time/100 fibers:
0.69 M/s
yields over time/10 fibers:
0.33 M/s
yields over time/1 fiber:
0.73 M/s
(cd _build/default/bench && ./main.exe -brief 'Picos Cancel_after with Picos_select')
Picos Cancel_after with Picos_select:
async round-trips over time/1 worker:
0.08 M/s
async round-trips over time/2 workers:
0.29 M/s
async round-trips over time/4 workers:
0.11 M/s
round-trips over time/1 worker:
0.06 M/s
round-trips over time/2 workers:
0.08 M/s
round-trips over time/4 workers:
0.04 M/s
time per async round-trip/1 worker:
12486.12 ns
time per async round-trip/2 workers:
6998.05 ns
time per async round-trip/4 workers:
36151.11 ns
time per round-trip/1 worker:
16226.46 ns
time per round-trip/2 workers:
26525.44 ns
time per round-trip/4 workers:
89074.40 ns
(cd _build/default/test && ./test_rwlock.exe)
random seed: 4169258306843498917
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Rwlock sequential
[]   32    0    0   32 /   32     0.0s Rwlock sequential
[ ]    0    0    0    0 /   32     0.0s Rwlock parallel
[ ]    1    0    0    1 /   32     2.0s Rwlock parallel
[ ]    2    0    0    2 /   32     3.6s Rwlock parallel
[ ]    3    0    0    3 /   32     5.4s Rwlock parallel
[ ]    4    0    0    4 /   32     6.9s Rwlock parallel
[ ]    5    0    0    5 /   32     8.8s Rwlock parallel
[ ]    6    0    0    6 /   32     9.7s Rwlock parallel
[ ]    7    0    0    7 /   32    10.7s Rwlock parallel
[ ]    8    0    0    8 /   32    11.2s Rwlock parallel
[ ]    9    0    0    9 /   32    11.5s Rwlock parallel
[ ]   11    0    0   11 /   32    11.7s Rwlock parallel
[ ]   12    0    0   12 /   32    11.9s Rwlock parallel
[ ]   15    0    0   15 /   32    13.2s Rwlock parallel
[ ]   16    0    0   16 /   32    13.6s Rwlock parallel
[ ]   17    0    0   17 /   32    14.0s Rwlock parallel
[ ]   18    0    0   18 /   32    14.8s Rwlock parallel
[ ]   19    0    0   19 /   32    15.5s Rwlock parallel
[ ]   20    0    0   20 /   32    16.0s Rwlock parallel
[ ]   21    0    0   21 /   32    16.8s Rwlock parallel
[ ]   22    0    0   22 /   32    17.9s Rwlock parallel
[ ]   23    0    0   23 /   32    18.8s Rwlock parallel
[ ]   24    0    0   24 /   32    19.7s Rwlock parallel
[ ]   25    0    0   25 /   32    20.8s Rwlock parallel
[ ]   26    0    0   26 /   32    22.0s Rwlock parallel
[ ]   27    0    0   27 /   32    22.6s Rwlock parallel
[ ]   28    0    0   28 /   32    23.2s Rwlock parallel
[ ]   29    0    0   29 /   32    23.7s Rwlock parallel
[ ]   30    0    0   30 /   32    24.0s Rwlock parallel
[ ]   31    0    0   31 /   32    24.2s Rwlock parallel
[ ]   32    0    0   32 /   32    24.4s Rwlock parallel
[]   32    0    0   32 /   32    24.4s Rwlock parallel
================================================================================
success (ran 2 tests)
random seed: 1444620751516402073
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   46     0.0s Rwlock sequential
[]   46    0    0   46 /   46     0.0s Rwlock sequential
[ ]    0    0    0    0 /   46     0.0s Rwlock parallel
[ ]    2    0    0    2 /   46     0.3s Rwlock parallel
[ ]    3    0    0    3 /   46     0.5s Rwlock parallel
[ ]    4    0    0    4 /   46     0.7s Rwlock parallel
[ ]    5    0    0    5 /   46     0.9s Rwlock parallel
[ ]    6    0    0    6 /   46     1.0s Rwlock parallel
[ ]    8    0    0    8 /   46     1.2s Rwlock parallel
[ ]   10    0    0   10 /   46     1.4s Rwlock parallel
[ ]   12    0    0   12 /   46     1.6s Rwlock parallel
[ ]   13    0    0   13 /   46     1.8s Rwlock parallel
[ ]   14    0    0   14 /   46     2.0s Rwlock parallel
[ ]   15    0    0   15 /   46     2.2s Rwlock parallel
[ ]   17    0    0   17 /   46     2.3s Rwlock parallel
[ ]   21    0    0   21 /   46     2.4s Rwlock parallel
[ ]   23    0    0   23 /   46     2.6s Rwlock parallel
[ ]   24    0    0   24 /   46     2.7s Rwlock parallel
[ ]   25    0    0   25 /   46     2.8s Rwlock parallel
[ ]   27    0    0   27 /   46     2.9s Rwlock parallel
[ ]   30    0    0   30 /   46     3.1s Rwlock parallel
[ ]   32    0    0   32 /   46     3.2s Rwlock parallel
[ ]   38    0    0   38 /   46     3.4s Rwlock parallel
[ ]   41    0    0   41 /   46     3.5s Rwlock parallel
[ ]   45    0    0   45 /   46     3.6s Rwlock parallel
[]   46    0    0   46 /   46     3.7s Rwlock parallel
================================================================================
success (ran 2 tests)
random seed: 2517494534839488107
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   88     0.0s Rwlock sequential
[]   88    0    0   88 /   88     0.0s Rwlock sequential
[ ]    0    0    0    0 /   88     0.0s Rwlock parallel
[ ]    2    0    0    2 /   88     0.2s Rwlock parallel
[ ]    3    0    0    3 /   88     0.4s Rwlock parallel
[ ]    4    0    0    4 /   88     0.5s Rwlock parallel
[ ]    5    0    0    5 /   88     0.6s Rwlock parallel
[ ]    7    0    0    7 /   88     0.8s Rwlock parallel
[ ]    8    0    0    8 /   88     1.0s Rwlock parallel
[ ]    9    0    0    9 /   88     1.5s Rwlock parallel
[ ]   10    0    0   10 /   88     2.5s Rwlock parallel
[ ]   11    0    0   11 /   88     3.4s Rwlock parallel
[ ]   12    0    0   12 /   88     4.5s Rwlock parallel
[ ]   13    0    0   13 /   88     5.4s Rwlock parallel
[ ]   14    0    0   14 /   88     6.0s Rwlock parallel
[ ]   15    0    0   15 /   88     7.2s Rwlock parallel
[ ]   16    0    0   16 /   88     8.4s Rwlock parallel
[ ]   17    0    0   17 /   88     9.8s Rwlock parallel
[ ]   18    0    0   18 /   88    10.3s Rwlock parallel
[ ]   19    0    0   19 /   88    11.0s Rwlock parallel
[ ]   20    0    0   20 /   88    12.2s Rwlock parallel
[ ]   21    0    0   21 /   88    13.1s Rwlock parallel
[ ]   22    0    0   22 /   88    14.1s Rwlock parallel
[ ]   23    0    0   23 /   88    15.0s Rwlock parallel
[ ]   24    0    0   24 /   88    15.8s Rwlock parallel
[ ]   25    0    0   25 /   88    16.7s Rwlock parallel
[ ]   26    0    0   26 /   88    18.9s Rwlock parallel
[ ]   27    0    0   27 /   88    20.9s Rwlock parallel
[ ]   28    0    0   28 /   88    23.4s Rwlock parallel
[ ]   29    0    0   29 /   88    25.6s Rwlock parallel
[ ]   30    0    0   30 /   88    26.9s Rwlock parallel
[ ]   31    0    0   31 /   88    29.6s Rwlock parallel
[ ]   32    0    0   32 /   88    30.9s Rwlock parallel
[ ]   33    0    0   33 /   88    32.3s Rwlock parallel
[ ]   34    0    0   34 /   88    33.9s Rwlock parallel
[ ]   35    0    0   35 /   88    35.6s Rwlock parallel
[ ]   36    0    0   36 /   88    37.2s Rwlock parallel
[ ]   37    0    0   37 /   88    38.4s Rwlock parallel
[ ]   38    0    0   38 /   88    39.9s Rwlock parallel
[ ]   39    0    0   39 /   88    41.9s Rwlock parallel
[ ]   40    0    0   40 /   88    43.8s Rwlock parallel
[ ]   41    0    0   41 /   88    45.5s Rwlock parallel
[ ]   42    0    0   42 /   88    47.6s Rwlock parallel
[ ]   43    0    0   43 /   88    49.2s Rwlock parallel
[ ]   44    0    0   44 /   88    51.1s Rwlock parallel
[ ]   45    0    0   45 /   88    53.0s Rwlock parallel
[ ]   46    0    0   46 /   88    55.0s Rwlock parallel
[ ]   47    0    0   47 /   88    56.8s Rwlock parallel
[ ]   48    0    0   48 /   88    58.4s Rwlock parallel
[ ]   49    0    0   49 /   88    60.0s Rwlock parallel
[ ]   50    0    0   50 /   88    61.6s Rwlock parallel
[ ]   51    0    0   51 /   88    62.6s Rwlock parallel
[ ]   52    0    0   52 /   88    63.6s Rwlock parallel
[ ]   53    0    0   53 /   88    64.3s Rwlock parallel
[ ]   54    0    0   54 /   88    65.8s Rwlock parallel
[ ]   55    0    0   55 /   88    67.2s Rwlock parallel
[ ]   56    0    0   56 /   88    67.6s Rwlock parallel
[ ]   57    0    0   57 /   88    68.1s Rwlock parallel
[ ]   58    0    0   58 /   88    68.7s Rwlock parallel
[ ]   59    0    0   59 /   88    69.7s Rwlock parallel
[ ]   60    0    0   60 /   88    70.2s Rwlock parallel
[ ]   61    0    0   61 /   88    70.5s Rwlock parallel
[ ]   62    0    0   62 /   88    70.6s Rwlock parallel
[ ]   63    0    0   63 /   88    70.7s Rwlock parallel
[ ]   64    0    0   64 /   88    70.9s Rwlock parallel
[ ]   65    0    0   65 /   88    71.2s Rwlock parallel
[ ]   67    0    0   67 /   88    71.3s Rwlock parallel
[ ]   69    0    0   69 /   88    71.6s Rwlock parallel
[ ]   70    0    0   70 /   88    71.9s Rwlock parallel
[ ]   71    0    0   71 /   88    72.0s Rwlock parallel
[ ]   73    0    0   73 /   88    72.2s Rwlock parallel
[ ]   75    0    0   75 /   88    72.7s Rwlock parallel
[ ]   77    0    0   77 /   88    72.8s Rwlock parallel
[ ]   80    0    0   80 /   88    73.1s Rwlock parallel
[ ]   81    0    0   81 /   88    73.8s Rwlock parallel
[ ]   82    0    0   82 /   88    74.3s Rwlock parallel
[ ]   83    0    0   83 /   88    74.9s Rwlock parallel
[ ]   84    0    0   84 /   88    75.2s Rwlock parallel
[ ]   85    0    0   85 /   88    75.4s Rwlock parallel
[ ]   86    0    0   86 /   88    75.5s Rwlock parallel
[ ]   87    0    0   87 /   88    75.6s Rwlock parallel
[ ]   88    0    0   88 /   88    75.8s Rwlock parallel
[]   88    0    0   88 /   88    75.8s Rwlock parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_sem.exe)
random seed: 3853461916976303642
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Sem sequential
[]   32    0    0   32 /   32     0.0s Sem sequential
[ ]    0    0    0    0 /   32     0.0s Sem parallel
[ ]    1    0    0    1 /   32     1.7s Sem parallel
[ ]    2    0    0    2 /   32     3.6s Sem parallel
[ ]    3    0    0    3 /   32     5.8s Sem parallel
[ ]    4    0    0    4 /   32     7.4s Sem parallel
[ ]    5    0    0    5 /   32     8.9s Sem parallel
[ ]    6    0    0    6 /   32     9.9s Sem parallel
[ ]    7    0    0    7 /   32    11.0s Sem parallel
[ ]    8    0    0    8 /   32    11.5s Sem parallel
[ ]   10    0    0   10 /   32    11.9s Sem parallel
[ ]   12    0    0   12 /   32    12.1s Sem parallel
[ ]   13    0    0   13 /   32    13.3s Sem parallel
[ ]   14    0    0   14 /   32    13.8s Sem parallel
[ ]   15    0    0   15 /   32    15.1s Sem parallel
[ ]   16    0    0   16 /   32    15.7s Sem parallel
[ ]   17    0    0   17 /   32    16.4s Sem parallel
[ ]   18    0    0   18 /   32    16.7s Sem parallel
[ ]   19    0    0   19 /   32    17.5s Sem parallel
[ ]   20    0    0   20 /   32    18.3s Sem parallel
[ ]   21    0    0   21 /   32    19.2s Sem parallel
[ ]   22    0    0   22 /   32    20.4s Sem parallel
[ ]   23    0    0   23 /   32    21.3s Sem parallel
[ ]   24    0    0   24 /   32    22.3s Sem parallel
[ ]   25    0    0   25 /   32    22.9s Sem parallel
[ ]   26    0    0   26 /   32    23.6s Sem parallel
[ ]   27    0    0   27 /   32    24.0s Sem parallel
[ ]   28    0    0   28 /   32    24.1s Sem parallel
[ ]   29    0    0   29 /   32    24.3s Sem parallel
[ ]   30    0    0   30 /   32    24.5s Sem parallel
[ ]   31    0    0   31 /   32    24.7s Sem parallel
[ ]   32    0    0   32 /   32    24.8s Sem parallel
[]   32    0    0   32 /   32    24.8s Sem parallel
================================================================================
success (ran 2 tests)
random seed: 1534970595921048420
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   45     0.0s Sem sequential
[]   45    0    0   45 /   45     0.0s Sem sequential
[ ]    0    0    0    0 /   45     0.0s Sem parallel
[ ]    1    0    0    1 /   45     0.4s Sem parallel
[ ]    2    0    0    2 /   45     0.6s Sem parallel
[ ]    3    0    0    3 /   45     0.7s Sem parallel
[ ]    4    0    0    4 /   45     0.9s Sem parallel
[ ]    6    0    0    6 /   45     1.1s Sem parallel
[ ]    7    0    0    7 /   45     1.2s Sem parallel
[ ]    9    0    0    9 /   45     1.5s Sem parallel
[ ]   10    0    0   10 /   45     1.7s Sem parallel
[ ]   11    0    0   11 /   45     1.9s Sem parallel
[ ]   13    0    0   13 /   45     2.0s Sem parallel
[ ]   16    0    0   16 /   45     2.2s Sem parallel
[ ]   17    0    0   17 /   45     2.3s Sem parallel
[ ]   19    0    0   19 /   45     2.5s Sem parallel
[ ]   22    0    0   22 /   45     2.7s Sem parallel
[ ]   24    0    0   24 /   45     2.8s Sem parallel
[ ]   26    0    0   26 /   45     2.9s Sem parallel
[ ]   30    0    0   30 /   45     3.0s Sem parallel
[ ]   32    0    0   32 /   45     3.1s Sem parallel
[ ]   34    0    0   34 /   45     3.3s Sem parallel
[ ]   36    0    0   36 /   45     3.4s Sem parallel
[ ]   37    0    0   37 /   45     3.6s Sem parallel
[ ]   38    0    0   38 /   45     3.8s Sem parallel
[ ]   39    0    0   39 /   45     4.0s Sem parallel
[ ]   41    0    0   41 /   45     4.1s Sem parallel
[ ]   42    0    0   42 /   45     4.3s Sem parallel
[ ]   43    0    0   43 /   45     4.5s Sem parallel
[ ]   44    0    0   44 /   45     5.2s Sem parallel
[ ]   45    0    0   45 /   45     6.1s Sem parallel
[]   45    0    0   45 /   45     6.1s Sem parallel
================================================================================
success (ran 2 tests)
random seed: 2009296189638079315
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   72     0.0s Sem sequential
[]   72    0    0   72 /   72     0.0s Sem sequential
[ ]    0    0    0    0 /   72     0.0s Sem parallel
[ ]    1    0    0    1 /   72     0.9s Sem parallel
[ ]    2    0    0    2 /   72     2.2s Sem parallel
[ ]    3    0    0    3 /   72     3.4s Sem parallel
[ ]    4    0    0    4 /   72     4.4s Sem parallel
[ ]    5    0    0    5 /   72     6.5s Sem parallel
[ ]    6    0    0    6 /   72     7.3s Sem parallel
[ ]    7    0    0    7 /   72     8.2s Sem parallel
[ ]    8    0    0    8 /   72     9.2s Sem parallel
[ ]    9    0    0    9 /   72    10.3s Sem parallel
[ ]   10    0    0   10 /   72    11.2s Sem parallel
[ ]   11    0    0   11 /   72    12.0s Sem parallel
[ ]   12    0    0   12 /   72    13.0s Sem parallel
[ ]   13    0    0   13 /   72    14.6s Sem parallel
[ ]   14    0    0   14 /   72    17.0s Sem parallel
[ ]   15    0    0   15 /   72    19.6s Sem parallel
[ ]   16    0    0   16 /   72    22.0s Sem parallel
[ ]   17    0    0   17 /   72    24.3s Sem parallel
[ ]   18    0    0   18 /   72    25.6s Sem parallel
[ ]   19    0    0   19 /   72    27.2s Sem parallel
[ ]   20    0    0   20 /   72    28.7s Sem parallel
[ ]   21    0    0   21 /   72    30.1s Sem parallel
[ ]   22    0    0   22 /   72    31.3s Sem parallel
[ ]   23    0    0   23 /   72    33.0s Sem parallel
[ ]   24    0    0   24 /   72    34.6s Sem parallel
[ ]   25    0    0   25 /   72    35.7s Sem parallel
[ ]   26    0    0   26 /   72    37.1s Sem parallel
[ ]   27    0    0   27 /   72    38.5s Sem parallel
[ ]   28    0    0   28 /   72    40.2s Sem parallel
[ ]   29    0    0   29 /   72    42.4s Sem parallel
[ ]   30    0    0   30 /   72    44.7s Sem parallel
[ ]   31    0    0   31 /   72    46.4s Sem parallel
[ ]   32    0    0   32 /   72    48.4s Sem parallel
[ ]   33    0    0   33 /   72    50.6s Sem parallel
[ ]   34    0    0   34 /   72    52.4s Sem parallel
[ ]   35    0    0   35 /   72    54.2s Sem parallel
[ ]   36    0    0   36 /   72    56.3s Sem parallel
[ ]   37    0    0   37 /   72    57.8s Sem parallel
[ ]   38    0    0   38 /   72    59.3s Sem parallel
[ ]   39    0    0   39 /   72    60.6s Sem parallel
[ ]   40    0    0   40 /   72    61.4s Sem parallel
[ ]   41    0    0   41 /   72    62.4s Sem parallel
[ ]   42    0    0   42 /   72    63.9s Sem parallel
[ ]   43    0    0   43 /   72    64.7s Sem parallel
[ ]   44    0    0   44 /   72    65.3s Sem parallel
[ ]   45    0    0   45 /   72    65.8s Sem parallel
[ ]   46    0    0   46 /   72    67.0s Sem parallel
[ ]   47    0    0   47 /   72    67.3s Sem parallel
[ ]   48    0    0   48 /   72    67.8s Sem parallel
[ ]   49    0    0   49 /   72    67.9s Sem parallel
[ ]   51    0    0   51 /   72    68.2s Sem parallel
[ ]   52    0    0   52 /   72    68.5s Sem parallel
[ ]   54    0    0   54 /   72    68.6s Sem parallel
[ ]   55    0    0   55 /   72    68.7s Sem parallel
[ ]   56    0    0   56 /   72    68.9s Sem parallel
[ ]   57    0    0   57 /   72    69.3s Sem parallel
[ ]   58    0    0   58 /   72    69.5s Sem parallel
[ ]   59    0    0   59 /   72    69.9s Sem parallel
[ ]   60    0    0   60 /   72    70.1s Sem parallel
[ ]   62    0    0   62 /   72    70.7s Sem parallel
[ ]   63    0    0   63 /   72    71.2s Sem parallel
[ ]   64    0    0   64 /   72    71.7s Sem parallel
[ ]   65    0    0   65 /   72    72.2s Sem parallel
[ ]   66    0    0   66 /   72    72.5s Sem parallel
[ ]   67    0    0   67 /   72    72.8s Sem parallel
[ ]   68    0    0   68 /   72    73.0s Sem parallel
[ ]   69    0    0   69 /   72    73.1s Sem parallel
[ ]   71    0    0   71 /   72    73.2s Sem parallel
[]   72    0    0   72 /   72    73.3s Sem parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_mutex.exe)
random seed: 3325136484593920052
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Mutex sequential
[]   32    0    0   32 /   32     0.0s Mutex sequential
[ ]    0    0    0    0 /   32     0.0s Mutex parallel
[ ]    1    0    0    1 /   32     1.5s Mutex parallel
[ ]    2    0    0    2 /   32     3.7s Mutex parallel
[ ]    3    0    0    3 /   32     6.4s Mutex parallel
[ ]    4    0    0    4 /   32     8.0s Mutex parallel
[ ]    5    0    0    5 /   32     9.8s Mutex parallel
[ ]    6    0    0    6 /   32    10.7s Mutex parallel
[ ]    7    0    0    7 /   32    11.3s Mutex parallel
[ ]    8    0    0    8 /   32    11.5s Mutex parallel
[ ]   10    0    0   10 /   32    11.9s Mutex parallel
[ ]   12    0    0   12 /   32    12.1s Mutex parallel
[ ]   14    0    0   14 /   32    13.0s Mutex parallel
[ ]   15    0    0   15 /   32    13.6s Mutex parallel
[ ]   16    0    0   16 /   32    14.0s Mutex parallel
[ ]   17    0    0   17 /   32    14.9s Mutex parallel
[ ]   18    0    0   18 /   32    15.7s Mutex parallel
[ ]   19    0    0   19 /   32    16.4s Mutex parallel
[ ]   20    0    0   20 /   32    16.8s Mutex parallel
[ ]   21    0    0   21 /   32    17.3s Mutex parallel
[ ]   22    0    0   22 /   32    18.3s Mutex parallel
[ ]   23    0    0   23 /   32    19.2s Mutex parallel
[ ]   24    0    0   24 /   32    20.2s Mutex parallel
[ ]   25    0    0   25 /   32    21.1s Mutex parallel
[ ]   26    0    0   26 /   32    22.3s Mutex parallel
[ ]   27    0    0   27 /   32    22.9s Mutex parallel
[ ]   28    0    0   28 /   32    23.6s Mutex parallel
[ ]   29    0    0   29 /   32    23.9s Mutex parallel
[ ]   31    0    0   31 /   32    24.1s Mutex parallel
[ ]   32    0    0   32 /   32    24.5s Mutex parallel
[]   32    0    0   32 /   32    24.5s Mutex parallel
================================================================================
success (ran 2 tests)
random seed: 1742364106377312742
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   46     0.0s Mutex sequential
[]   46    0    0   46 /   46     0.0s Mutex sequential
[ ]    0    0    0    0 /   46     0.0s Mutex parallel
[ ]    1    0    0    1 /   46     0.1s Mutex parallel
[ ]    3    0    0    3 /   46     0.6s Mutex parallel
[ ]    4    0    0    4 /   46     0.8s Mutex parallel
[ ]    6    0    0    6 /   46     1.1s Mutex parallel
[ ]    8    0    0    8 /   46     1.3s Mutex parallel
[ ]   10    0    0   10 /   46     1.4s Mutex parallel
[ ]   12    0    0   12 /   46     1.7s Mutex parallel
[ ]   13    0    0   13 /   46     1.9s Mutex parallel
[ ]   14    0    0   14 /   46     2.1s Mutex parallel
[ ]   15    0    0   15 /   46     2.2s Mutex parallel
[ ]   19    0    0   19 /   46     2.3s Mutex parallel
[ ]   21    0    0   21 /   46     2.4s Mutex parallel
[ ]   23    0    0   23 /   46     2.6s Mutex parallel
[ ]   25    0    0   25 /   46     2.7s Mutex parallel
[ ]   27    0    0   27 /   46     2.9s Mutex parallel
[ ]   32    0    0   32 /   46     3.0s Mutex parallel
[ ]   35    0    0   35 /   46     3.3s Mutex parallel
[ ]   40    0    0   40 /   46     3.7s Mutex parallel
[ ]   41    0    0   41 /   46     3.9s Mutex parallel
[ ]   42    0    0   42 /   46     4.1s Mutex parallel
[ ]   43    0    0   43 /   46     4.2s Mutex parallel
[ ]   45    0    0   45 /   46     4.4s Mutex parallel
[ ]   46    0    0   46 /   46     4.6s Mutex parallel
[]   46    0    0   46 /   46     4.6s Mutex parallel
================================================================================
success (ran 2 tests)
random seed: 3865175544763193210
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   82     0.0s Mutex sequential
[]   82    0    0   82 /   82     0.0s Mutex sequential
[ ]    0    0    0    0 /   82     0.0s Mutex parallel
[ ]    1    0    0    1 /   82     0.4s Mutex parallel
[ ]    2    0    0    2 /   82     0.9s Mutex parallel
[ ]    3    0    0    3 /   82     1.6s Mutex parallel
[ ]    4    0    0    4 /   82     2.5s Mutex parallel
[ ]    5    0    0    5 /   82     3.8s Mutex parallel
[ ]    6    0    0    6 /   82     4.5s Mutex parallel
[ ]    7    0    0    7 /   82     5.4s Mutex parallel
[ ]    8    0    0    8 /   82     7.1s Mutex parallel
[ ]    9    0    0    9 /   82     8.5s Mutex parallel
[ ]   10    0    0   10 /   82     9.3s Mutex parallel
[ ]   11    0    0   11 /   82    10.4s Mutex parallel
[ ]   12    0    0   12 /   82    11.8s Mutex parallel
[ ]   13    0    0   13 /   82    12.6s Mutex parallel
[ ]   14    0    0   14 /   82    13.5s Mutex parallel
[ ]   15    0    0   15 /   82    14.5s Mutex parallel
[ ]   16    0    0   16 /   82    16.0s Mutex parallel
[ ]   17    0    0   17 /   82    18.1s Mutex parallel
[ ]   18    0    0   18 /   82    20.4s Mutex parallel
[ ]   19    0    0   19 /   82    22.4s Mutex parallel
[ ]   20    0    0   20 /   82    24.5s Mutex parallel
[ ]   21    0    0   21 /   82    26.4s Mutex parallel
[ ]   22    0    0   22 /   82    28.0s Mutex parallel
[ ]   23    0    0   23 /   82    29.5s Mutex parallel
[ ]   24    0    0   24 /   82    30.5s Mutex parallel
[ ]   25    0    0   25 /   82    32.1s Mutex parallel
[ ]   26    0    0   26 /   82    34.1s Mutex parallel
[ ]   27    0    0   27 /   82    35.4s Mutex parallel
[ ]   28    0    0   28 /   82    36.8s Mutex parallel
[ ]   29    0    0   29 /   82    38.5s Mutex parallel
[ ]   30    0    0   30 /   82    39.9s Mutex parallel
[ ]   31    0    0   31 /   82    41.8s Mutex parallel
[ ]   32    0    0   32 /   82    43.8s Mutex parallel
[ ]   33    0    0   33 /   82    45.9s Mutex parallel
[ ]   34    0    0   34 /   82    47.7s Mutex parallel
[ ]   35    0    0   35 /   82    49.3s Mutex parallel
[ ]   36    0    0   36 /   82    51.3s Mutex parallel
[ ]   37    0    0   37 /   82    53.2s Mutex parallel
[ ]   38    0    0   38 /   82    55.2s Mutex parallel
[ ]   39    0    0   39 /   82    56.6s Mutex parallel
[ ]   40    0    0   40 /   82    58.3s Mutex parallel
[ ]   41    0    0   41 /   82    60.4s Mutex parallel
[ ]   42    0    0   42 /   82    61.5s Mutex parallel
[ ]   43    0    0   43 /   82    62.8s Mutex parallel
[ ]   44    0    0   44 /   82    63.5s Mutex parallel
[ ]   45    0    0   45 /   82    65.2s Mutex parallel
[ ]   46    0    0   46 /   82    66.2s Mutex parallel
[ ]   47    0    0   47 /   82    66.8s Mutex parallel
[ ]   48    0    0   48 /   82    67.4s Mutex parallel
[ ]   49    0    0   49 /   82    68.4s Mutex parallel
[ ]   50    0    0   50 /   82    68.9s Mutex parallel
[ ]   51    0    0   51 /   82    69.4s Mutex parallel
[ ]   52    0    0   52 /   82    69.6s Mutex parallel
[ ]   54    0    0   54 /   82    69.8s Mutex parallel
[ ]   55    0    0   55 /   82    69.9s Mutex parallel
[ ]   56    0    0   56 /   82    70.2s Mutex parallel
[ ]   58    0    0   58 /   82    70.4s Mutex parallel
[ ]   60    0    0   60 /   82    70.8s Mutex parallel
[ ]   61    0    0   61 /   82    71.0s Mutex parallel
[ ]   63    0    0   63 /   82    71.1s Mutex parallel
[ ]   64    0    0   64 /   82    71.2s Mutex parallel
[ ]   65    0    0   65 /   82    71.4s Mutex parallel
[ ]   66    0    0   66 /   82    71.7s Mutex parallel
[ ]   68    0    0   68 /   82    71.9s Mutex parallel
[ ]   70    0    0   70 /   82    72.2s Mutex parallel
[ ]   71    0    0   71 /   82    72.6s Mutex parallel
[ ]   72    0    0   72 /   82    73.0s Mutex parallel
[ ]   73    0    0   73 /   82    73.7s Mutex parallel
[ ]   74    0    0   74 /   82    74.2s Mutex parallel
[ ]   76    0    0   76 /   82    74.5s Mutex parallel
[ ]   77    0    0   77 /   82    74.8s Mutex parallel
[ ]   80    0    0   80 /   82    75.0s Mutex parallel
[]   82    0    0   82 /   82    75.0s Mutex parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_htbl.exe)
random seed: 855383339105047757
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Htbl sequential
[]   32    0    0   32 /   32     0.0s Htbl sequential
[ ]    0    0    0    0 /   32     0.0s Htbl parallel
[ ]    1    0    0    1 /   32     1.7s Htbl parallel
[ ]    2    0    0    2 /   32     3.7s Htbl parallel
[ ]    3    0    0    3 /   32     5.8s Htbl parallel
[ ]    4    0    0    4 /   32     7.5s Htbl parallel
[ ]    5    0    0    5 /   32     9.1s Htbl parallel
[ ]    6    0    0    6 /   32    10.4s Htbl parallel
[ ]    7    0    0    7 /   32    11.1s Htbl parallel
[ ]    8    0    0    8 /   32    11.5s Htbl parallel
[ ]    9    0    0    9 /   32    11.9s Htbl parallel
[ ]   11    0    0   11 /   32    12.0s Htbl parallel
[ ]   13    0    0   13 /   32    12.4s Htbl parallel
[ ]   14    0    0   14 /   32    13.5s Htbl parallel
[ ]   15    0    0   15 /   32    14.0s Htbl parallel
[ ]   16    0    0   16 /   32    15.3s Htbl parallel
[ ]   17    0    0   17 /   32    16.0s Htbl parallel
[ ]   18    0    0   18 /   32    16.4s Htbl parallel
[ ]   19    0    0   19 /   32    17.1s Htbl parallel
[ ]   20    0    0   20 /   32    18.2s Htbl parallel
[ ]   21    0    0   21 /   32    18.8s Htbl parallel
[ ]   22    0    0   22 /   32    20.0s Htbl parallel
[ ]   23    0    0   23 /   32    21.3s Htbl parallel
[ ]   24    0    0   24 /   32    22.3s Htbl parallel
[ ]   25    0    0   25 /   32    22.8s Htbl parallel
[ ]   26    0    0   26 /   32    23.4s Htbl parallel
[ ]   27    0    0   27 /   32    23.9s Htbl parallel
[ ]   28    0    0   28 /   32    24.0s Htbl parallel
[ ]   29    0    0   29 /   32    24.5s Htbl parallel
[ ]   30    0    0   30 /   32    24.6s Htbl parallel
[ ]   32    0    0   32 /   32    25.0s Htbl parallel
[]   32    0    0   32 /   32    25.0s Htbl parallel
================================================================================
success (ran 2 tests)
random seed: 1270462256714057944
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   44     0.0s Htbl sequential
[]   44    0    0   44 /   44     0.0s Htbl sequential
[ ]    0    0    0    0 /   44     0.0s Htbl parallel
[ ]    1    0    0    1 /   44     0.2s Htbl parallel
[ ]    2    0    0    2 /   44     0.3s Htbl parallel
[ ]    3    0    0    3 /   44     0.5s Htbl parallel
[ ]    5    0    0    5 /   44     0.6s Htbl parallel
[ ]    6    0    0    6 /   44     0.7s Htbl parallel
[ ]    7    0    0    7 /   44     0.8s Htbl parallel
[ ]    9    0    0    9 /   44     1.3s Htbl parallel
[ ]   10    0    0   10 /   44     1.5s Htbl parallel
[ ]   11    0    0   11 /   44     1.7s Htbl parallel
[ ]   13    0    0   13 /   44     1.8s Htbl parallel
[ ]   16    0    0   16 /   44     1.9s Htbl parallel
[ ]   17    0    0   17 /   44     2.1s Htbl parallel
[ ]   19    0    0   19 /   44     2.2s Htbl parallel
[ ]   22    0    0   22 /   44     2.4s Htbl parallel
[ ]   24    0    0   24 /   44     2.5s Htbl parallel
[ ]   27    0    0   27 /   44     2.6s Htbl parallel
[ ]   30    0    0   30 /   44     2.7s Htbl parallel
[ ]   35    0    0   35 /   44     2.9s Htbl parallel
[ ]   41    0    0   41 /   44     3.2s Htbl parallel
[ ]   43    0    0   43 /   44     3.3s Htbl parallel
[ ]   44    0    0   44 /   44     3.5s Htbl parallel
[]   44    0    0   44 /   44     3.5s Htbl parallel
================================================================================
success (ran 2 tests)
random seed: 4438633206744843034
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   83     0.0s Htbl sequential
[]   83    0    0   83 /   83     0.0s Htbl sequential
[ ]    0    0    0    0 /   83     0.0s Htbl parallel
[ ]    1    0    0    1 /   83     0.1s Htbl parallel
[ ]    2    0    0    2 /   83     0.2s Htbl parallel
[ ]    4    0    0    4 /   83     0.4s Htbl parallel
[ ]    5    0    0    5 /   83     0.5s Htbl parallel
[ ]    6    0    0    6 /   83     1.0s Htbl parallel
[ ]    7    0    0    7 /   83     2.0s Htbl parallel
[ ]    8    0    0    8 /   83     3.0s Htbl parallel
[ ]    9    0    0    9 /   83     4.1s Htbl parallel
[ ]   10    0    0   10 /   83     5.1s Htbl parallel
[ ]   11    0    0   11 /   83     6.3s Htbl parallel
[ ]   12    0    0   12 /   83     7.6s Htbl parallel
[ ]   13    0    0   13 /   83     9.1s Htbl parallel
[ ]   14    0    0   14 /   83     9.9s Htbl parallel
[ ]   15    0    0   15 /   83    10.8s Htbl parallel
[ ]   16    0    0   16 /   83    12.0s Htbl parallel
[ ]   17    0    0   17 /   83    12.8s Htbl parallel
[ ]   18    0    0   18 /   83    13.7s Htbl parallel
[ ]   19    0    0   19 /   83    14.7s Htbl parallel
[ ]   20    0    0   20 /   83    15.6s Htbl parallel
[ ]   21    0    0   21 /   83    17.5s Htbl parallel
[ ]   22    0    0   22 /   83    20.0s Htbl parallel
[ ]   23    0    0   23 /   83    22.5s Htbl parallel
[ ]   24    0    0   24 /   83    25.3s Htbl parallel
[ ]   25    0    0   25 /   83    27.2s Htbl parallel
[ ]   26    0    0   26 /   83    28.6s Htbl parallel
[ ]   27    0    0   27 /   83    30.4s Htbl parallel
[ ]   28    0    0   28 /   83    31.6s Htbl parallel
[ ]   29    0    0   29 /   83    33.2s Htbl parallel
[ ]   30    0    0   30 /   83    34.8s Htbl parallel
[ ]   31    0    0   31 /   83    36.3s Htbl parallel
[ ]   32    0    0   32 /   83    38.0s Htbl parallel
[ ]   33    0    0   33 /   83    40.1s Htbl parallel
[ ]   34    0    0   34 /   83    42.3s Htbl parallel
[ ]   35    0    0   35 /   83    44.3s Htbl parallel
[ ]   36    0    0   36 /   83    46.4s Htbl parallel
[ ]   37    0    0   37 /   83    47.9s Htbl parallel
[ ]   38    0    0   38 /   83    49.7s Htbl parallel
[ ]   39    0    0   39 /   83    51.2s Htbl parallel
[ ]   40    0    0   40 /   83    53.0s Htbl parallel
[ ]   41    0    0   41 /   83    55.0s Htbl parallel
[ ]   42    0    0   42 /   83    56.7s Htbl parallel
[ ]   43    0    0   43 /   83    58.4s Htbl parallel
[ ]   44    0    0   44 /   83    60.0s Htbl parallel
[ ]   45    0    0   45 /   83    61.5s Htbl parallel
[ ]   46    0    0   46 /   83    62.7s Htbl parallel
[ ]   47    0    0   47 /   83    63.7s Htbl parallel
[ ]   48    0    0   48 /   83    64.7s Htbl parallel
[ ]   49    0    0   49 /   83    66.2s Htbl parallel
[ ]   50    0    0   50 /   83    67.0s Htbl parallel
[ ]   51    0    0   51 /   83    67.6s Htbl parallel
[ ]   52    0    0   52 /   83    68.5s Htbl parallel
[ ]   53    0    0   53 /   83    69.4s Htbl parallel
[ ]   54    0    0   54 /   83    69.7s Htbl parallel
[ ]   55    0    0   55 /   83    70.1s Htbl parallel
[ ]   56    0    0   56 /   83    70.2s Htbl parallel
[ ]   57    0    0   57 /   83    70.3s Htbl parallel
[ ]   59    0    0   59 /   83    70.8s Htbl parallel
[ ]   60    0    0   60 /   83    70.9s Htbl parallel
[ ]   62    0    0   62 /   83    71.2s Htbl parallel
[ ]   63    0    0   63 /   83    71.4s Htbl parallel
[ ]   64    0    0   64 /   83    71.6s Htbl parallel
[ ]   65    0    0   65 /   83    71.7s Htbl parallel
[ ]   66    0    0   66 /   83    71.9s Htbl parallel
[ ]   67    0    0   67 /   83    72.4s Htbl parallel
[ ]   69    0    0   69 /   83    72.5s Htbl parallel
[ ]   70    0    0   70 /   83    72.7s Htbl parallel
[ ]   71    0    0   71 /   83    73.1s Htbl parallel
[ ]   72    0    0   72 /   83    73.6s Htbl parallel
[ ]   73    0    0   73 /   83    74.2s Htbl parallel
[ ]   74    0    0   74 /   83    74.7s Htbl parallel
[ ]   75    0    0   75 /   83    74.8s Htbl parallel
[ ]   76    0    0   76 /   83    75.0s Htbl parallel
[ ]   77    0    0   77 /   83    75.2s Htbl parallel
[ ]   78    0    0   78 /   83    75.3s Htbl parallel
[ ]   79    0    0   79 /   83    75.5s Htbl parallel
[ ]   81    0    0   81 /   83    75.6s Htbl parallel
[]   83    0    0   83 /   83    75.6s Htbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_mpscq.exe)
random seed: 3992445463377128606
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Mpscq sequential
[]   32    0    0   32 /   32     0.0s Mpscq sequential
[ ]    0    0    0    0 /   32     0.0s Mpscq parallel
[ ]    1    0    0    1 /   32     2.5s Mpscq parallel
[ ]    2    0    0    2 /   32     5.1s Mpscq parallel
[ ]    3    0    0    3 /   32     7.9s Mpscq parallel
[ ]    4    0    0    4 /   32    10.1s Mpscq parallel
[ ]    5    0    0    5 /   32    11.1s Mpscq parallel
[ ]    6    0    0    6 /   32    11.5s Mpscq parallel
[ ]    7    0    0    7 /   32    11.6s Mpscq parallel
[ ]    8    0    0    8 /   32    12.0s Mpscq parallel
[ ]   10    0    0   10 /   32    13.6s Mpscq parallel
[ ]   11    0    0   11 /   32    14.1s Mpscq parallel
[ ]   12    0    0   12 /   32    15.1s Mpscq parallel
[ ]   13    0    0   13 /   32    16.0s Mpscq parallel
[ ]   14    0    0   14 /   32    17.2s Mpscq parallel
[ ]   15    0    0   15 /   32    18.3s Mpscq parallel
[ ]   16    0    0   16 /   32    19.2s Mpscq parallel
[ ]   17    0    0   17 /   32    20.7s Mpscq parallel
[ ]   18    0    0   18 /   32    21.7s Mpscq parallel
[ ]   19    0    0   19 /   32    22.6s Mpscq parallel
[ ]   20    0    0   20 /   32    23.4s Mpscq parallel
[ ]   21    0    0   21 /   32    24.1s Mpscq parallel
[ ]   22    0    0   22 /   32    24.5s Mpscq parallel
[ ]   23    0    0   23 /   32    24.7s Mpscq parallel
[ ]   24    0    0   24 /   32    25.1s Mpscq parallel
[ ]   25    0    0   25 /   32    25.4s Mpscq parallel
[ ]   26    0    0   26 /   32    25.6s Mpscq parallel
[ ]   27    0    0   27 /   32    25.7s Mpscq parallel
[ ]   28    0    0   28 /   32    25.8s Mpscq parallel
[ ]   31    0    0   31 /   32    26.0s Mpscq parallel
[ ]   32    0    0   32 /   32    26.4s Mpscq parallel
[]   32    0    0   32 /   32    26.4s Mpscq parallel
================================================================================
success (ran 2 tests)
random seed: 3001672378843429703
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   40     0.0s Mpscq sequential
[]   40    0    0   40 /   40     0.0s Mpscq sequential
[ ]    0    0    0    0 /   40     0.0s Mpscq parallel
[ ]    1    0    0    1 /   40     0.2s Mpscq parallel
[ ]    2    0    0    2 /   40     0.4s Mpscq parallel
[ ]    5    0    0    5 /   40     0.7s Mpscq parallel
[ ]    6    0    0    6 /   40     0.8s Mpscq parallel
[ ]    7    0    0    7 /   40     1.0s Mpscq parallel
[ ]   10    0    0   10 /   40     1.1s Mpscq parallel
[ ]   11    0    0   11 /   40     1.2s Mpscq parallel
[ ]   12    0    0   12 /   40     1.3s Mpscq parallel
[ ]   13    0    0   13 /   40     1.4s Mpscq parallel
[ ]   18    0    0   18 /   40     1.6s Mpscq parallel
[ ]   23    0    0   23 /   40     1.7s Mpscq parallel
[ ]   25    0    0   25 /   40     1.9s Mpscq parallel
[ ]   26    0    0   26 /   40     2.2s Mpscq parallel
[ ]   27    0    0   27 /   40     2.4s Mpscq parallel
[ ]   28    0    0   28 /   40     2.5s Mpscq parallel
[ ]   29    0    0   29 /   40     3.0s Mpscq parallel
[ ]   30    0    0   30 /   40     3.7s Mpscq parallel
[ ]   31    0    0   31 /   40     5.9s Mpscq parallel
[ ]   32    0    0   32 /   40     7.8s Mpscq parallel
[ ]   33    0    0   33 /   40    10.9s Mpscq parallel
[ ]   34    0    0   34 /   40    12.2s Mpscq parallel
[ ]   35    0    0   35 /   40    13.8s Mpscq parallel
[ ]   36    0    0   36 /   40    15.4s Mpscq parallel
[ ]   37    0    0   37 /   40    17.1s Mpscq parallel
[ ]   38    0    0   38 /   40    18.5s Mpscq parallel
[ ]   39    0    0   39 /   40    23.3s Mpscq parallel
[ ]   40    0    0   40 /   40    27.8s Mpscq parallel
[]   40    0    0   40 /   40    27.8s Mpscq parallel
================================================================================
success (ran 2 tests)
random seed: 3819241435782547802
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Mpscq sequential
[]   32    0    0   32 /   32     0.0s Mpscq sequential
[ ]    0    0    0    0 /   32     0.0s Mpscq parallel
[ ]    1    0    0    1 /   32     3.2s Mpscq parallel
[ ]    2    0    0    2 /   32     5.9s Mpscq parallel
[ ]    3    0    0    3 /   32     8.9s Mpscq parallel
[ ]    4    0    0    4 /   32    12.8s Mpscq parallel
[ ]    5    0    0    5 /   32    17.2s Mpscq parallel
[ ]    6    0    0    6 /   32    23.9s Mpscq parallel
[ ]    7    0    0    7 /   32    31.6s Mpscq parallel
[ ]    8    0    0    8 /   32    36.2s Mpscq parallel
[ ]    9    0    0    9 /   32    38.3s Mpscq parallel
[ ]   10    0    0   10 /   32    41.3s Mpscq parallel
[ ]   11    0    0   11 /   32    42.4s Mpscq parallel
[ ]   12    0    0   12 /   32    43.7s Mpscq parallel
[ ]   13    0    0   13 /   32    44.3s Mpscq parallel
[ ]   14    0    0   14 /   32    44.6s Mpscq parallel
[ ]   15    0    0   15 /   32    44.7s Mpscq parallel
[ ]   16    0    0   16 /   32    45.2s Mpscq parallel
[ ]   17    0    0   17 /   32    46.2s Mpscq parallel
[ ]   18    0    0   18 /   32    46.6s Mpscq parallel
[ ]   19    0    0   19 /   32    46.8s Mpscq parallel
[ ]   21    0    0   21 /   32    47.4s Mpscq parallel
[ ]   22    0    0   22 /   32    47.9s Mpscq parallel
[ ]   23    0    0   23 /   32    48.8s Mpscq parallel
[ ]   24    0    0   24 /   32    49.1s Mpscq parallel
[ ]   25    0    0   25 /   32    49.5s Mpscq parallel
[ ]   26    0    0   26 /   32    49.7s Mpscq parallel
[ ]   27    0    0   27 /   32    49.8s Mpscq parallel
[ ]   29    0    0   29 /   32    49.9s Mpscq parallel
[]   32    0    0   32 /   32    50.0s Mpscq parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_lock.exe)
random seed: 3077296801371146985
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Lock sequential
[]   32    0    0   32 /   32     0.0s Lock sequential
[ ]    0    0    0    0 /   32     0.0s Lock parallel
[ ]    1    0    0    1 /   32     1.7s Lock parallel
[ ]    2    0    0    2 /   32     3.5s Lock parallel
[ ]    3    0    0    3 /   32     5.4s Lock parallel
[ ]    4    0    0    4 /   32     7.2s Lock parallel
[ ]    5    0    0    5 /   32     8.7s Lock parallel
[ ]    6    0    0    6 /   32    10.1s Lock parallel
[ ]    7    0    0    7 /   32    10.9s Lock parallel
[ ]    8    0    0    8 /   32    11.4s Lock parallel
[ ]    9    0    0    9 /   32    11.5s Lock parallel
[ ]   11    0    0   11 /   32    11.7s Lock parallel
[ ]   12    0    0   12 /   32    12.0s Lock parallel
[ ]   14    0    0   14 /   32    12.1s Lock parallel
[ ]   16    0    0   16 /   32    13.4s Lock parallel
[ ]   17    0    0   17 /   32    13.8s Lock parallel
[ ]   18    0    0   18 /   32    14.1s Lock parallel
[ ]   19    0    0   19 /   32    14.9s Lock parallel
[ ]   20    0    0   20 /   32    15.7s Lock parallel
[ ]   21    0    0   21 /   32    16.1s Lock parallel
[ ]   22    0    0   22 /   32    16.6s Lock parallel
[ ]   23    0    0   23 /   32    17.2s Lock parallel
[ ]   24    0    0   24 /   32    18.0s Lock parallel
[ ]   25    0    0   25 /   32    18.8s Lock parallel
[ ]   26    0    0   26 /   32    19.4s Lock parallel
[ ]   27    0    0   27 /   32    20.2s Lock parallel
[ ]   28    0    0   28 /   32    21.0s Lock parallel
[ ]   29    0    0   29 /   32    22.1s Lock parallel
[ ]   30    0    0   30 /   32    22.7s Lock parallel
[ ]   31    0    0   31 /   32    23.2s Lock parallel
[ ]   32    0    0   32 /   32    23.8s Lock parallel
[]   32    0    0   32 /   32    23.8s Lock parallel
================================================================================
success (ran 2 tests)
random seed: 398592917637610562
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   48     0.0s Lock sequential
[]   48    0    0   48 /   48     0.0s Lock sequential
[ ]    0    0    0    0 /   48     0.0s Lock parallel
[ ]    1    0    0    1 /   48     0.2s Lock parallel
[ ]    2    0    0    2 /   48     0.4s Lock parallel
[ ]    3    0    0    3 /   48     0.7s Lock parallel
[ ]    4    0    0    4 /   48     0.8s Lock parallel
[ ]    5    0    0    5 /   48     0.9s Lock parallel
[ ]    6    0    0    6 /   48     1.1s Lock parallel
[ ]    7    0    0    7 /   48     1.4s Lock parallel
[ ]    9    0    0    9 /   48     1.6s Lock parallel
[ ]   10    0    0   10 /   48     1.9s Lock parallel
[ ]   11    0    0   11 /   48     2.0s Lock parallel
[ ]   15    0    0   15 /   48     2.3s Lock parallel
[ ]   16    0    0   16 /   48     2.6s Lock parallel
[ ]   17    0    0   17 /   48     2.7s Lock parallel
[ ]   18    0    0   18 /   48     2.9s Lock parallel
[ ]   21    0    0   21 /   48     3.0s Lock parallel
[ ]   25    0    0   25 /   48     3.1s Lock parallel
[ ]   27    0    0   27 /   48     3.3s Lock parallel
[ ]   28    0    0   28 /   48     3.4s Lock parallel
[ ]   31    0    0   31 /   48     3.6s Lock parallel
[ ]   35    0    0   35 /   48     3.7s Lock parallel
[ ]   38    0    0   38 /   48     3.8s Lock parallel
[ ]   40    0    0   40 /   48     3.9s Lock parallel
[ ]   44    0    0   44 /   48     4.0s Lock parallel
[ ]   47    0    0   47 /   48     4.1s Lock parallel
[]   48    0    0   48 /   48     4.2s Lock parallel
================================================================================
success (ran 2 tests)
random seed: 980359704138173324
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   91     0.0s Lock sequential
[]   91    0    0   91 /   91     0.0s Lock sequential
[ ]    0    0    0    0 /   91     0.0s Lock parallel
[ ]    2    0    0    2 /   91     0.2s Lock parallel
[ ]    3    0    0    3 /   91     0.3s Lock parallel
[ ]    4    0    0    4 /   91     0.5s Lock parallel
[ ]    5    0    0    5 /   91     0.6s Lock parallel
[ ]    6    0    0    6 /   91     0.8s Lock parallel
[ ]    8    0    0    8 /   91     0.9s Lock parallel
[ ]    9    0    0    9 /   91     1.1s Lock parallel
[ ]   10    0    0   10 /   91     1.4s Lock parallel
[ ]   11    0    0   11 /   91     2.0s Lock parallel
[ ]   12    0    0   12 /   91     2.9s Lock parallel
[ ]   13    0    0   13 /   91     3.7s Lock parallel
[ ]   14    0    0   14 /   91     5.0s Lock parallel
[ ]   15    0    0   15 /   91     5.9s Lock parallel
[ ]   16    0    0   16 /   91     7.4s Lock parallel
[ ]   17    0    0   17 /   91     8.9s Lock parallel
[ ]   18    0    0   18 /   91    10.1s Lock parallel
[ ]   19    0    0   19 /   91    10.5s Lock parallel
[ ]   20    0    0   20 /   91    11.2s Lock parallel
[ ]   21    0    0   21 /   91    12.2s Lock parallel
[ ]   22    0    0   22 /   91    13.3s Lock parallel
[ ]   23    0    0   23 /   91    14.5s Lock parallel
[ ]   24    0    0   24 /   91    15.4s Lock parallel
[ ]   25    0    0   25 /   91    16.0s Lock parallel
[ ]   26    0    0   26 /   91    17.4s Lock parallel
[ ]   27    0    0   27 /   91    19.0s Lock parallel
[ ]   28    0    0   28 /   91    21.1s Lock parallel
[ ]   29    0    0   29 /   91    23.6s Lock parallel
[ ]   30    0    0   30 /   91    25.8s Lock parallel
[ ]   31    0    0   31 /   91    27.7s Lock parallel
[ ]   32    0    0   32 /   91    29.0s Lock parallel
[ ]   33    0    0   33 /   91    30.7s Lock parallel
[ ]   34    0    0   34 /   91    32.2s Lock parallel
[ ]   35    0    0   35 /   91    33.5s Lock parallel
[ ]   36    0    0   36 /   91    35.5s Lock parallel
[ ]   37    0    0   37 /   91    37.4s Lock parallel
[ ]   38    0    0   38 /   91    39.5s Lock parallel
[ ]   39    0    0   39 /   91    42.0s Lock parallel
[ ]   40    0    0   40 /   91    44.5s Lock parallel
[ ]   41    0    0   41 /   91    46.3s Lock parallel
[ ]   42    0    0   42 /   91    47.9s Lock parallel
[ ]   43    0    0   43 /   91    49.5s Lock parallel
[ ]   44    0    0   44 /   91    51.5s Lock parallel
[ ]   45    0    0   45 /   91    53.6s Lock parallel
[ ]   46    0    0   46 /   91    55.9s Lock parallel
[ ]   47    0    0   47 /   91    57.5s Lock parallel
[ ]   48    0    0   48 /   91    59.0s Lock parallel
[ ]   49    0    0   49 /   91    61.4s Lock parallel
[ ]   50    0    0   50 /   91    62.6s Lock parallel
[ ]   51    0    0   51 /   91    63.8s Lock parallel
[ ]   52    0    0   52 /   91    64.9s Lock parallel
[ ]   53    0    0   53 /   91    66.0s Lock parallel
[ ]   54    0    0   54 /   91    67.1s Lock parallel
[ ]   55    0    0   55 /   91    67.9s Lock parallel
[ ]   56    0    0   56 /   91    68.4s Lock parallel
[ ]   57    0    0   57 /   91    69.5s Lock parallel
[ ]   58    0    0   58 /   91    70.0s Lock parallel
[ ]   59    0    0   59 /   91    70.3s Lock parallel
[ ]   60    0    0   60 /   91    70.6s Lock parallel
[ ]   61    0    0   61 /   91    70.8s Lock parallel
[ ]   63    0    0   63 /   91    71.0s Lock parallel
[ ]   64    0    0   64 /   91    71.3s Lock parallel
[ ]   66    0    0   66 /   91    71.4s Lock parallel
[ ]   67    0    0   67 /   91    71.6s Lock parallel
[ ]   68    0    0   68 /   91    72.0s Lock parallel
[ ]   69    0    0   69 /   91    72.2s Lock parallel
[ ]   71    0    0   71 /   91    72.3s Lock parallel
[ ]   72    0    0   72 /   91    72.6s Lock parallel
[ ]   73    0    0   73 /   91    72.9s Lock parallel
[ ]   76    0    0   76 /   91    73.1s Lock parallel
[ ]   77    0    0   77 /   91    73.2s Lock parallel
[ ]   78    0    0   78 /   91    73.5s Lock parallel
[ ]   79    0    0   79 /   91    74.0s Lock parallel
[ ]   80    0    0   80 /   91    74.6s Lock parallel
[ ]   81    0    0   81 /   91    75.1s Lock parallel
[ ]   82    0    0   82 /   91    75.4s Lock parallel
[ ]   83    0    0   83 /   91    75.6s Lock parallel
[ ]   85    0    0   85 /   91    75.9s Lock parallel
[ ]   87    0    0   87 /   91    76.1s Lock parallel
[]   91    0    0   91 /   91    76.2s Lock parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_mpmcq.exe)
random seed: 3196154053112068053
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Mpmcq sequential
[]   32    0    0   32 /   32     0.0s Mpmcq sequential
[ ]    0    0    0    0 /   32     0.0s Mpmcq parallel
[ ]    1    0    0    1 /   32     1.8s Mpmcq parallel
[ ]    2    0    0    2 /   32     3.7s Mpmcq parallel
[ ]    3    0    0    3 /   32     5.6s Mpmcq parallel
[ ]    4    0    0    4 /   32     6.8s Mpmcq parallel
[ ]    5    0    0    5 /   32     8.2s Mpmcq parallel
[ ]    6    0    0    6 /   32     9.2s Mpmcq parallel
[ ]    7    0    0    7 /   32    10.4s Mpmcq parallel
[ ]    8    0    0    8 /   32    10.9s Mpmcq parallel
[ ]    9    0    0    9 /   32    11.4s Mpmcq parallel
[ ]   10    0    0   10 /   32    11.5s Mpmcq parallel
[ ]   12    0    0   12 /   32    11.9s Mpmcq parallel
[ ]   15    0    0   15 /   32    12.1s Mpmcq parallel
[ ]   16    0    0   16 /   32    12.3s Mpmcq parallel
[ ]   17    0    0   17 /   32    13.5s Mpmcq parallel
[ ]   18    0    0   18 /   32    13.8s Mpmcq parallel
[ ]   19    0    0   19 /   32    14.8s Mpmcq parallel
[ ]   20    0    0   20 /   32    15.6s Mpmcq parallel
[ ]   21    0    0   21 /   32    16.3s Mpmcq parallel
[ ]   22    0    0   22 /   32    16.8s Mpmcq parallel
[ ]   23    0    0   23 /   32    17.3s Mpmcq parallel
[ ]   24    0    0   24 /   32    17.9s Mpmcq parallel
[ ]   25    0    0   25 /   32    18.6s Mpmcq parallel
[ ]   26    0    0   26 /   32    19.3s Mpmcq parallel
[ ]   27    0    0   27 /   32    20.6s Mpmcq parallel
[ ]   28    0    0   28 /   32    21.4s Mpmcq parallel
[ ]   29    0    0   29 /   32    22.5s Mpmcq parallel
[ ]   30    0    0   30 /   32    23.1s Mpmcq parallel
[ ]   31    0    0   31 /   32    23.7s Mpmcq parallel
[ ]   32    0    0   32 /   32    23.9s Mpmcq parallel
[]   32    0    0   32 /   32    23.9s Mpmcq parallel
================================================================================
success (ran 2 tests)
random seed: 2382596139539228854
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   48     0.0s Mpmcq sequential
[]   48    0    0   48 /   48     0.0s Mpmcq sequential
[ ]    0    0    0    0 /   48     0.0s Mpmcq parallel
[ ]    1    0    0    1 /   48     0.2s Mpmcq parallel
[ ]    2    0    0    2 /   48     0.5s Mpmcq parallel
[ ]    3    0    0    3 /   48     0.7s Mpmcq parallel
[ ]    4    0    0    4 /   48     0.8s Mpmcq parallel
[ ]    5    0    0    5 /   48     1.1s Mpmcq parallel
[ ]    6    0    0    6 /   48     1.3s Mpmcq parallel
[ ]    7    0    0    7 /   48     1.5s Mpmcq parallel
[ ]    9    0    0    9 /   48     1.6s Mpmcq parallel
[ ]   11    0    0   11 /   48     1.8s Mpmcq parallel
[ ]   12    0    0   12 /   48     1.9s Mpmcq parallel
[ ]   15    0    0   15 /   48     2.0s Mpmcq parallel
[ ]   16    0    0   16 /   48     2.2s Mpmcq parallel
[ ]   17    0    0   17 /   48     2.4s Mpmcq parallel
[ ]   18    0    0   18 /   48     2.6s Mpmcq parallel
[ ]   19    0    0   19 /   48     2.8s Mpmcq parallel
[ ]   22    0    0   22 /   48     2.9s Mpmcq parallel
[ ]   26    0    0   26 /   48     3.1s Mpmcq parallel
[ ]   28    0    0   28 /   48     3.2s Mpmcq parallel
[ ]   30    0    0   30 /   48     3.4s Mpmcq parallel
[ ]   32    0    0   32 /   48     3.5s Mpmcq parallel
[ ]   33    0    0   33 /   48     3.8s Mpmcq parallel
[ ]   38    0    0   38 /   48     4.1s Mpmcq parallel
[ ]   43    0    0   43 /   48     4.2s Mpmcq parallel
[ ]   44    0    0   44 /   48     4.3s Mpmcq parallel
[ ]   46    0    0   46 /   48     4.6s Mpmcq parallel
[ ]   48    0    0   48 /   48     4.8s Mpmcq parallel
[]   48    0    0   48 /   48     4.8s Mpmcq parallel
================================================================================
success (ran 2 tests)
random seed: 3313271092872567895
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   86     0.0s Mpmcq sequential
[]   86    0    0   86 /   86     0.0s Mpmcq sequential
[ ]    0    0    0    0 /   86     0.0s Mpmcq parallel
[ ]    2    0    0    2 /   86     0.2s Mpmcq parallel
[ ]    3    0    0    3 /   86     0.4s Mpmcq parallel
[ ]    4    0    0    4 /   86     1.3s Mpmcq parallel
[ ]    5    0    0    5 /   86     2.2s Mpmcq parallel
[ ]    6    0    0    6 /   86     3.2s Mpmcq parallel
[ ]    7    0    0    7 /   86     4.2s Mpmcq parallel
[ ]    8    0    0    8 /   86     5.1s Mpmcq parallel
[ ]    9    0    0    9 /   86     6.2s Mpmcq parallel
[ ]   10    0    0   10 /   86     7.7s Mpmcq parallel
[ ]   11    0    0   11 /   86     9.2s Mpmcq parallel
[ ]   12    0    0   12 /   86     9.9s Mpmcq parallel
[ ]   13    0    0   13 /   86    11.1s Mpmcq parallel
[ ]   14    0    0   14 /   86    12.2s Mpmcq parallel
[ ]   15    0    0   15 /   86    13.5s Mpmcq parallel
[ ]   16    0    0   16 /   86    14.4s Mpmcq parallel
[ ]   17    0    0   17 /   86    15.2s Mpmcq parallel
[ ]   18    0    0   18 /   86    16.4s Mpmcq parallel
[ ]   19    0    0   19 /   86    18.6s Mpmcq parallel
[ ]   20    0    0   20 /   86    21.2s Mpmcq parallel
[ ]   21    0    0   21 /   86    24.0s Mpmcq parallel
[ ]   22    0    0   22 /   86    26.1s Mpmcq parallel
[ ]   23    0    0   23 /   86    27.7s Mpmcq parallel
[ ]   24    0    0   24 /   86    30.0s Mpmcq parallel
[ ]   25    0    0   25 /   86    31.3s Mpmcq parallel
[ ]   26    0    0   26 /   86    33.4s Mpmcq parallel
[ ]   27    0    0   27 /   86    35.2s Mpmcq parallel
[ ]   28    0    0   28 /   86    36.9s Mpmcq parallel
[ ]   29    0    0   29 /   86    38.0s Mpmcq parallel
[ ]   30    0    0   30 /   86    39.5s Mpmcq parallel
[ ]   31    0    0   31 /   86    41.3s Mpmcq parallel
[ ]   32    0    0   32 /   86    43.0s Mpmcq parallel
[ ]   33    0    0   33 /   86    44.8s Mpmcq parallel
[ ]   34    0    0   34 /   86    46.8s Mpmcq parallel
[ ]   35    0    0   35 /   86    48.3s Mpmcq parallel
[ ]   36    0    0   36 /   86    49.7s Mpmcq parallel
[ ]   37    0    0   37 /   86    51.5s Mpmcq parallel
[ ]   38    0    0   38 /   86    53.1s Mpmcq parallel
[ ]   39    0    0   39 /   86    55.3s Mpmcq parallel
[ ]   40    0    0   40 /   86    57.4s Mpmcq parallel
[ ]   41    0    0   41 /   86    59.0s Mpmcq parallel
[ ]   42    0    0   42 /   86    61.1s Mpmcq parallel
[ ]   43    0    0   43 /   86    62.1s Mpmcq parallel
[ ]   44    0    0   44 /   86    63.3s Mpmcq parallel
[ ]   45    0    0   45 /   86    64.4s Mpmcq parallel
[ ]   46    0    0   46 /   86    66.2s Mpmcq parallel
[ ]   47    0    0   47 /   86    66.9s Mpmcq parallel
[ ]   48    0    0   48 /   86    67.6s Mpmcq parallel
[ ]   49    0    0   49 /   86    68.5s Mpmcq parallel
[ ]   50    0    0   50 /   86    69.3s Mpmcq parallel
[ ]   51    0    0   51 /   86    69.5s Mpmcq parallel
[ ]   52    0    0   52 /   86    69.8s Mpmcq parallel
[ ]   53    0    0   53 /   86    70.0s Mpmcq parallel
[ ]   54    0    0   54 /   86    70.1s Mpmcq parallel
[ ]   56    0    0   56 /   86    70.6s Mpmcq parallel
[ ]   58    0    0   58 /   86    70.7s Mpmcq parallel
[ ]   59    0    0   59 /   86    70.9s Mpmcq parallel
[ ]   60    0    0   60 /   86    71.2s Mpmcq parallel
[ ]   61    0    0   61 /   86    71.4s Mpmcq parallel
[ ]   63    0    0   63 /   86    71.6s Mpmcq parallel
[ ]   64    0    0   64 /   86    71.7s Mpmcq parallel
[ ]   65    0    0   65 /   86    72.1s Mpmcq parallel
[ ]   67    0    0   67 /   86    72.2s Mpmcq parallel
[ ]   69    0    0   69 /   86    72.4s Mpmcq parallel
[ ]   70    0    0   70 /   86    72.7s Mpmcq parallel
[ ]   71    0    0   71 /   86    73.3s Mpmcq parallel
[ ]   72    0    0   72 /   86    73.8s Mpmcq parallel
[ ]   73    0    0   73 /   86    74.2s Mpmcq parallel
[ ]   74    0    0   74 /   86    74.6s Mpmcq parallel
[ ]   75    0    0   75 /   86    74.9s Mpmcq parallel
[ ]   77    0    0   77 /   86    75.1s Mpmcq parallel
[ ]   78    0    0   78 /   86    75.2s Mpmcq parallel
[ ]   80    0    0   80 /   86    75.4s Mpmcq parallel
[ ]   85    0    0   85 /   86    75.5s Mpmcq parallel
[]   86    0    0   86 /   86    75.5s Mpmcq parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_schedulers.exe)
Testing with scheduler: thread
Fairness of 100 fibers performing at least 10000 yields:
sd: 9.735495 -- ideally 0
mean: 1.981210 -- ideally 1
median: 1.000800 -- ideally 1
Testing `Picos schedulers'.
This run has ID `0NLXVX27'.


[OK]          Trivial main returns                          0
[OK]          Scheduler completes main computation          0
[OK]          Current                                       0
[OK]          Cancel_after                                  0   basic.
[OK]          Cancel_after                                  1   long timeout.
[OK]          Operation on canceled fiber raises            0
[OK]          Cross scheduler wakeup                        0
[OK]          Fatal exception terminates scheduler          0


Full test results in `/src/_build/default/test/_build/_tests/Picos schedulers'.
Test Successful in 60.302s. 8 tests run.
(cd _build/default/bench && ./main.exe -brief 'Ref with Picos_std_sync')
Ref with Picos_std_sync:
ops over time/cas int with Lock:
19.76 M/s
ops over time/cas int with Rwlock:
18.20 M/s
ops over time/cas int with Sem:
19.84 M/s
ops over time/get with Lock:
24.05 M/s
ops over time/get with Rwlock:
22.90 M/s
ops over time/get with Sem:
23.46 M/s
ops over time/incr with Lock:
24.59 M/s
ops over time/incr with Rwlock:
19.28 M/s
ops over time/incr with Sem:
24.05 M/s
ops over time/push & pop with Lock:
15.45 M/s
ops over time/push & pop with Rwlock:
12.93 M/s
ops over time/push & pop with Sem:
6.93 M/s
ops over time/swap with Lock:
18.49 M/s
ops over time/swap with Rwlock:
17.26 M/s
ops over time/swap with Sem:
18.89 M/s
ops over time/xchg int with Lock:
20.86 M/s
ops over time/xchg int with Rwlock:
17.38 M/s
ops over time/xchg int with Sem:
19.95 M/s
time per op/cas int with Lock:
50.60 ns
time per op/cas int with Rwlock:
54.95 ns
time per op/cas int with Sem:
50.40 ns
time per op/get with Lock:
41.58 ns
time per op/get with Rwlock:
43.67 ns
time per op/get with Sem:
42.62 ns
time per op/incr with Lock:
40.67 ns
time per op/incr with Rwlock:
51.87 ns
time per op/incr with Sem:
41.58 ns
time per op/push & pop with Lock:
64.71 ns
time per op/push & pop with Rwlock:
77.33 ns
time per op/push & pop with Sem:
144.26 ns
time per op/swap with Lock:
54.09 ns
time per op/swap with Rwlock:
57.93 ns
time per op/swap with Sem:
52.95 ns
time per op/xchg int with Lock:
47.95 ns
time per op/xchg int with Rwlock:
57.54 ns
time per op/xchg int with Sem:
50.12 ns
(cd _build/default/bench && ./main.exe -brief Picos_mpmcq)
Picos_mpmcq:
messages over time/1 nb adder, 1 nb taker:
13.20 M/s
messages over time/1 nb adder, 2 nb takers:
10.56 M/s
messages over time/1 nb adder, 4 nb takers:
2.12 M/s
messages over time/2 nb adders, 1 nb taker:
6.96 M/s
messages over time/2 nb adders, 2 nb takers:
5.56 M/s
messages over time/2 nb adders, 4 nb takers:
4.54 M/s
messages over time/4 nb adders, 1 nb taker:
7.78 M/s
messages over time/4 nb adders, 2 nb takers:
6.51 M/s
messages over time/4 nb adders, 4 nb takers:
4.21 M/s
messages over time/one domain:
11.35 M/s
time per message/1 nb adder, 1 nb taker:
151.54 ns
time per message/1 nb adder, 2 nb takers:
284.01 ns
time per message/1 nb adder, 4 nb takers:
2360.50 ns
time per message/2 nb adders, 1 nb taker:
431.13 ns
time per message/2 nb adders, 2 nb takers:
720.07 ns
time per message/2 nb adders, 4 nb takers:
1321.10 ns
time per message/4 nb adders, 1 nb taker:
642.65 ns
time per message/4 nb adders, 2 nb takers:
921.17 ns
time per message/4 nb adders, 4 nb takers:
1899.02 ns
time per message/one domain:
88.13 ns
(cd _build/default/bench && ./main.exe -brief Picos_mpscq)
Picos_mpscq:
messages over time/1 nb adder, 1 nb taker:
18.52 M/s
messages over time/2 nb adders, 1 nb taker:
10.93 M/s
messages over time/4 nb adders, 1 nb taker:
10.01 M/s
messages over time/8 nb adders, 1 nb taker:
8.14 M/s
messages over time/one domain:
12.44 M/s
time per message/1 nb adder, 1 nb taker:
107.98 ns
time per message/2 nb adders, 1 nb taker:
274.38 ns
time per message/4 nb adders, 1 nb taker:
499.61 ns
time per message/8 nb adders, 1 nb taker:
1105.62 ns
time per message/one domain:
80.39 ns
(cd _build/default/bench && ./main.exe -brief Picos_htbl)
Picos_htbl:
adds over time/1 worker:
3.32 M/s
adds over time/2 workers:
1.73 M/s
adds over time/4 workers:
8.75 M/s
adds over time/8 workers:
2.99 M/s
operations over time/1 worker, 10% reads:
8.07 M/s
operations over time/1 worker, 50% reads:
9.15 M/s
operations over time/1 worker, 90% reads:
13.41 M/s
operations over time/2 workers, 10% reads:
10.90 M/s
operations over time/2 workers, 50% reads:
11.28 M/s
operations over time/2 workers, 90% reads:
24.78 M/s
operations over time/4 workers, 10% reads:
13.58 M/s
operations over time/4 workers, 50% reads:
23.20 M/s
operations over time/4 workers, 90% reads:
37.21 M/s
operations over time/8 workers, 10% reads:
18.00 M/s
operations over time/8 workers, 50% reads:
32.70 M/s
operations over time/8 workers, 90% reads:
62.87 M/s
time per add/1 worker:
301.55 ns
time per add/2 workers:
1153.84 ns
time per add/4 workers:
457.26 ns
time per add/8 workers:
2675.55 ns
time per operation/1 worker, 10% reads:
123.88 ns
time per operation/1 worker, 50% reads:
109.32 ns
time per operation/1 worker, 90% reads:
74.57 ns
time per operation/2 workers, 10% reads:
183.54 ns
time per operation/2 workers, 50% reads:
177.24 ns
time per operation/2 workers, 90% reads:
80.71 ns
time per operation/4 workers, 10% reads:
294.48 ns
time per operation/4 workers, 50% reads:
172.40 ns
time per operation/4 workers, 90% reads:
107.50 ns
time per operation/8 workers, 10% reads:
444.34 ns
time per operation/8 workers, 50% reads:
244.63 ns
time per operation/8 workers, 90% reads:
127.24 ns
(cd _build/default/bench && ./main.exe -brief 'Hashtbl with Picos_std_sync')
Hashtbl with Picos_std_sync:
operations over time/1 worker, 10% reads with Lock:
8.37 M/s
operations over time/1 worker, 10% reads with Rwlock:
6.05 M/s
operations over time/1 worker, 10% reads with Sem:
7.54 M/s
operations over time/1 worker, 100% reads with Lock:
8.93 M/s
operations over time/1 worker, 100% reads with Rwlock:
10.45 M/s
operations over time/1 worker, 100% reads with Sem:
8.58 M/s
operations over time/1 worker, 50% reads with Lock:
7.39 M/s
operations over time/1 worker, 50% reads with Rwlock:
7.72 M/s
operations over time/1 worker, 50% reads with Sem:
8.38 M/s
operations over time/1 worker, 90% reads with Lock:
8.01 M/s
operations over time/1 worker, 90% reads with Rwlock:
9.27 M/s
operations over time/1 worker, 90% reads with Sem:
8.33 M/s
operations over time/1 worker, 95% reads with Lock:
8.21 M/s
operations over time/1 worker, 95% reads with Rwlock:
7.60 M/s
operations over time/1 worker, 95% reads with Sem:
5.93 M/s
operations over time/2 workers, 10% reads with Lock:
6.22 M/s
operations over time/2 workers, 10% reads with Rwlock:
5.15 M/s
operations over time/2 workers, 10% reads with Sem:
5.90 M/s
operations over time/2 workers, 100% reads with Lock:
7.84 M/s
operations over time/2 workers, 100% reads with Rwlock:
11.12 M/s
operations over time/2 workers, 100% reads with Sem:
7.43 M/s
operations over time/2 workers, 50% reads with Lock:
6.31 M/s
operations over time/2 workers, 50% reads with Rwlock:
5.98 M/s
operations over time/2 workers, 50% reads with Sem:
5.92 M/s
operations over time/2 workers, 90% reads with Lock:
8.11 M/s
operations over time/2 workers, 90% reads with Rwlock:
6.60 M/s
operations over time/2 workers, 90% reads with Sem:
6.11 M/s
operations over time/2 workers, 95% reads with Lock:
8.06 M/s
operations over time/2 workers, 95% reads with Rwlock:
7.65 M/s
operations over time/2 workers, 95% reads with Sem:
6.50 M/s
operations over time/4 workers, 10% reads with Lock:
4.83 M/s
operations over time/4 workers, 10% reads with Rwlock:
4.75 M/s
operations over time/4 workers, 10% reads with Sem:
8.96 M/s
operations over time/4 workers, 100% reads with Lock:
6.43 M/s
operations over time/4 workers, 100% reads with Rwlock:
8.98 M/s
operations over time/4 workers, 100% reads with Sem:
7.01 M/s
operations over time/4 workers, 50% reads with Lock:
6.33 M/s
operations over time/4 workers, 50% reads with Rwlock:
3.55 M/s
operations over time/4 workers, 50% reads with Sem:
8.48 M/s
operations over time/4 workers, 90% reads with Lock:
5.61 M/s
operations over time/4 workers, 90% reads with Rwlock:
6.80 M/s
operations over time/4 workers, 90% reads with Sem:
5.75 M/s
operations over time/4 workers, 95% reads with Lock:
5.24 M/s
operations over time/4 workers, 95% reads with Rwlock:
7.94 M/s
operations over time/4 workers, 95% reads with Sem:
6.40 M/s
operations over time/8 workers, 10% reads with Lock:
2.56 M/s
operations over time/8 workers, 10% reads with Rwlock:
7.11 M/s
operations over time/8 workers, 10% reads with Sem:
5.44 M/s
operations over time/8 workers, 100% reads with Lock:
7.07 M/s
operations over time/8 workers, 100% reads with Rwlock:
7.87 M/s
operations over time/8 workers, 100% reads with Sem:
6.45 M/s
operations over time/8 workers, 50% reads with Lock:
5.24 M/s
operations over time/8 workers, 50% reads with Rwlock:
5.65 M/s
operations over time/8 workers, 50% reads with Sem:
5.67 M/s
operations over time/8 workers, 90% reads with Lock:
5.57 M/s
operations over time/8 workers, 90% reads with Rwlock:
7.10 M/s
operations over time/8 workers, 90% reads with Sem:
5.16 M/s
operations over time/8 workers, 95% reads with Lock:
9.37 M/s
operations over time/8 workers, 95% reads with Rwlock:
5.87 M/s
operations over time/8 workers, 95% reads with Sem:
6.19 M/s
time per operation/1 worker, 10% reads with Lock:
119.49 ns
time per operation/1 worker, 10% reads with Rwlock:
165.22 ns
time per operation/1 worker, 10% reads with Sem:
132.59 ns
time per operation/1 worker, 100% reads with Lock:
111.99 ns
time per operation/1 worker, 100% reads with Rwlock:
95.66 ns
time per operation/1 worker, 100% reads with Sem:
116.54 ns
time per operation/1 worker, 50% reads with Lock:
135.32 ns
time per operation/1 worker, 50% reads with Rwlock:
129.54 ns
time per operation/1 worker, 50% reads with Sem:
119.26 ns
time per operation/1 worker, 90% reads with Lock:
124.80 ns
time per operation/1 worker, 90% reads with Rwlock:
107.85 ns
time per operation/1 worker, 90% reads with Sem:
120.05 ns
time per operation/1 worker, 95% reads with Lock:
121.84 ns
time per operation/1 worker, 95% reads with Rwlock:
131.63 ns
time per operation/1 worker, 95% reads with Sem:
168.51 ns
time per operation/2 workers, 10% reads with Lock:
321.42 ns
time per operation/2 workers, 10% reads with Rwlock:
388.09 ns
time per operation/2 workers, 10% reads with Sem:
339.13 ns
time per operation/2 workers, 100% reads with Lock:
255.21 ns
time per operation/2 workers, 100% reads with Rwlock:
179.88 ns
time per operation/2 workers, 100% reads with Sem:
269.09 ns
time per operation/2 workers, 50% reads with Lock:
317.18 ns
time per operation/2 workers, 50% reads with Rwlock:
334.21 ns
time per operation/2 workers, 50% reads with Sem:
337.79 ns
time per operation/2 workers, 90% reads with Lock:
246.72 ns
time per operation/2 workers, 90% reads with Rwlock:
302.85 ns
time per operation/2 workers, 90% reads with Sem:
327.17 ns
time per operation/2 workers, 95% reads with Lock:
248.07 ns
time per operation/2 workers, 95% reads with Rwlock:
261.47 ns
time per operation/2 workers, 95% reads with Sem:
307.92 ns
time per operation/4 workers, 10% reads with Lock:
827.98 ns
time per operation/4 workers, 10% reads with Rwlock:
842.40 ns
time per operation/4 workers, 10% reads with Sem:
446.25 ns
time per operation/4 workers, 100% reads with Lock:
622.38 ns
time per operation/4 workers, 100% reads with Rwlock:
445.67 ns
time per operation/4 workers, 100% reads with Sem:
570.27 ns
time per operation/4 workers, 50% reads with Lock:
631.88 ns
time per operation/4 workers, 50% reads with Rwlock:
1126.52 ns
time per operation/4 workers, 50% reads with Sem:
471.52 ns
time per operation/4 workers, 90% reads with Lock:
712.42 ns
time per operation/4 workers, 90% reads with Rwlock:
588.40 ns
time per operation/4 workers, 90% reads with Sem:
695.97 ns
time per operation/4 workers, 95% reads with Lock:
763.87 ns
time per operation/4 workers, 95% reads with Rwlock:
503.58 ns
time per operation/4 workers, 95% reads with Sem:
625.08 ns
time per operation/8 workers, 10% reads with Lock:
3123.48 ns
time per operation/8 workers, 10% reads with Rwlock:
1125.33 ns
time per operation/8 workers, 10% reads with Sem:
1471.58 ns
time per operation/8 workers, 100% reads with Lock:
1132.09 ns
time per operation/8 workers, 100% reads with Rwlock:
1016.92 ns
time per operation/8 workers, 100% reads with Sem:
1239.53 ns
time per operation/8 workers, 50% reads with Lock:
1526.97 ns
time per operation/8 workers, 50% reads with Rwlock:
1415.41 ns
time per operation/8 workers, 50% reads with Sem:
1409.74 ns
time per operation/8 workers, 90% reads with Lock:
1436.66 ns
time per operation/8 workers, 90% reads with Rwlock:
1127.44 ns
time per operation/8 workers, 90% reads with Sem:
1551.49 ns
time per operation/8 workers, 95% reads with Lock:
854.18 ns
time per operation/8 workers, 95% reads with Rwlock:
1362.36 ns
time per operation/8 workers, 95% reads with Sem:
1291.50 ns
(cd _build/default/bench && ./main.exe -brief Picos_stdio)
Picos_stdio:
blocking reads over time/1 worker:
0.07 M/s
blocking reads over time/2 workers:
0.05 M/s
blocking reads over time/4 workers:
0.16 M/s
non-blocking reads over time/1 worker:
0.62 M/s
non-blocking reads over time/2 workers:
1.73 M/s
non-blocking reads over time/4 workers:
1.07 M/s
time per blocking read/1 worker:
15263.43 ns
time per blocking read/2 workers:
43563.13 ns
time per blocking read/4 workers:
25193.51 ns
time per non-blocking read/1 worker:
1617.11 ns
time per non-blocking read/2 workers:
1158.43 ns
time per non-blocking read/4 workers:
3752.34 ns
(cd _build/default/bench && ./main.exe -brief 'Picos_sync Stream')
Picos_sync Stream:
messages over time/1 nb pusher, 1 nb reader:
1.48 M/s
messages over time/2 nb pushers, 1 nb reader:
2.67 M/s
messages over time/4 nb pushers, 1 nb reader:
1.72 M/s
messages over time/one domain:
2.12 M/s
time per message/1 nb pusher, 1 nb reader:
1349.89 ns
time per message/2 nb pushers, 1 nb reader:
1122.54 ns
time per message/4 nb pushers, 1 nb reader:
2900.37 ns
time per message/one domain:
471.66 ns
(cd _build/default/bench && ./main.exe -brief Fib)
Fib:
spawns over time/1 mfifo, fib 20:
0.39 M/s
spawns over time/2 mfifos, fib 20:
0.81 M/s
spawns over time/4 mfifos, fib 20:
1.80 M/s
spawns over time/8 mfifos, fib 20:
1.04 M/s
time per spawn/1 mfifo, fib 20:
2566.60 ns
time per spawn/2 mfifos, fib 20:
2480.96 ns
time per spawn/4 mfifos, fib 20:
2227.48 ns
time per spawn/8 mfifos, fib 20:
7719.39 ns
(cd _build/default/bench && ./main.exe -brief 'Picos binaries')
Picos binaries:
binary size/picos:
85.01 kB
binary size/picos.domain:
3.71 kB
binary size/picos.thread:
3.15 kB
binary size/picos_aux.htbl:
53.64 kB
binary size/picos_aux.mpmcq:
15.50 kB
binary size/picos_aux.mpscq:
18.12 kB
binary size/picos_aux.rc:
16.21 kB
binary size/picos_io:
107.57 kB
binary size/picos_io.fd:
9.08 kB
binary size/picos_io.select:
62.54 kB
binary size/picos_io_cohttp:
44.22 kB
binary size/picos_lwt:
25.21 kB
binary size/picos_lwt.unix:
14.05 kB
binary size/picos_mux.fifo:
25.40 kB
binary size/picos_mux.multififo:
60.24 kB
binary size/picos_mux.random:
47.05 kB
binary size/picos_mux.thread:
21.62 kB
binary size/picos_std.awaitable:
33.02 kB
binary size/picos_std.event:
21.60 kB
binary size/picos_std.finally:
18.34 kB
binary size/picos_std.structured:
81.50 kB
binary size/picos_std.sync:
180.56 kB
(cd _build/default/bench && ./main.exe -brief 'Bounded_q with Picos_std_sync')
Bounded_q with Picos_std_sync:
messages over time/1 adder, 1 taker with Lock:
2.35 M/s
messages over time/1 adder, 2 takers with Lock:
1.04 M/s
messages over time/1 adder, 4 takers with Lock:
0.80 M/s
messages over time/2 adders, 1 taker with Lock:
2.96 M/s
messages over time/2 adders, 2 takers with Lock:
1.80 M/s
messages over time/2 adders, 4 takers with Lock:
0.59 M/s
messages over time/4 adders, 1 taker with Lock:
2.72 M/s
messages over time/4 adders, 2 takers with Lock:
0.89 M/s
messages over time/4 adders, 4 takers with Lock:
0.63 M/s
messages over time/one domain with Lock:
6.03 M/s
time per message/1 adder, 1 taker with Lock:
849.89 ns
time per message/1 adder, 2 takers with Lock:
2889.56 ns
time per message/1 adder, 4 takers with Lock:
6213.24 ns
time per message/2 adders, 1 taker with Lock:
1012.79 ns
time per message/2 adders, 2 takers with Lock:
2219.47 ns
time per message/2 adders, 4 takers with Lock:
10174.52 ns
time per message/4 adders, 1 taker with Lock:
1840.72 ns
time per message/4 adders, 2 takers with Lock:
6736.58 ns
time per message/4 adders, 4 takers with Lock:
12646.58 ns
time per message/one domain with Lock:
165.74 ns
(cd _build/default/bench && ./main.exe -brief 'Memory usage')
Memory usage:
stack and heap used/Fun.protect:
80.00 B
stack and heap used/fiber in a bundle:
240.00 B
stack and heap used/fiber in a flock:
256.00 B
stack and heap used/fiber with shared computation & latch:
240.00 B
stack and heap used/finally:
40.00 B
stack and heap used/instantiate:
96.00 B
stack and heap used/join_after bundle:
248.00 B
stack and heap used/join_after flock:
248.00 B
stack and heap used/lastly:
32.00 B
stack and heap used/promise in a bundle:
360.00 B
stack and heap used/promise in a flock:
376.00 B
2026-02-01 18:47.43 ---> saved as "5d07341414fdfef97e2005bb1ef9cb5790cde4909921e142a6a3316f3cfa26c5"
Job succeeded
2026-02-01 18:50.51: Job succeeded