2026-02-01 17:06.55: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/main (aef7c03874104b2604ffe4e9c764f44328374907) (linux-x86_64:alpine-3.22-5.4_opam-2.5)Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "main" && cd "picos" && git reset --hard aef7c038cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5# alpine-3.22-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 8381fdec20cf12f0c7a38782079db7131675d09e || git fetch origin master) && git reset -q --hard 8381fdec20cf12f0c7a38782079db7131675d09e && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-01 17:06.55: Using cache hint "ocaml-multicore/picos-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-alpine-3.22-5.4_opam-2.5-794df6b5325f1ffaa52ed7fde0731f70"2026-02-01 17:06.55: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)(comment alpine-3.22-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/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 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 OCluster2026-02-01 18:09.19: Waiting for worker…2026-02-01 18:20.21: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at aef7c03 Upgrade to `multicore-magic` 2.3.2(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5' locallydocker.io/ocaml/opam@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5: Pulling from ocaml/opam2d35ebdb57d9: Already existsadfc86c1accf: Already existsd09377907434: Already existsa699cf44908b: Already existsc088e74f1f31: Already exists7e99e6eaa847: Already existsdb4b89a22482: Already existsf1f17593da04: Already existsbb79fbf72548: Already existscf69890848e3: Already exists80e325d6146c: Already exists66a526c41d4c: Already exists347d38b311ac: Already exists984612fde4c4: Already exists0ac0da982daa: Already exists209c9bca9b0e: Already exists3d3356d548ff: Already existsc072da09f122: Already exists4f4fb700ef54: Already existseff3d806a4a8: Already existsf5c413f5234b: Already exists09ddc5430e22: Already exists2c7c283b1afc: Already exists4af9a971b585: Already existsdf8d9be3e30d: Already exists5e55ae3325a7: Already exists635cb27b4304: Already exists898fbde8ad42: Already exists66c0ffc92413: Already existsc8cca855638d: Already exists45d2501a899c: Already exists10b0fe6926c2: Already exists0a1d7b83a687: Already exists2c3441915309: Already exists3d1a575b1bb0: Already exists6e5fa830b59d: Already exists72225f5a6449: Already exists76933219c737: Already existse40a4a6bb223: Already exists57877bdece39: Already exists7f25b65fc90c: Already exists83104ccb4b47: Already exists448ea50ba83e: Already existsDigest: sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5Status: Downloaded newer image for ocaml/opam@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e52026-02-01 18:20.21 ---> using "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e" from cache/: (comment alpine-3.22-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/bin/opam-2.5 /usr/bin/opam"))2026-02-01 18:20.21 ---> using "5de1607ed24a4d9a94f038b30a5d26051019ad9d567bd9b920207c8a8790958e" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-01 18:20.21 ---> using "9a9c4e5cee84ea1f4dd03ef20c73db2f8677135dce421b26bfc6a84a6e4cec86" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.4.02.5.02026-02-01 18:20.21 ---> using "667074f5be2334a92415ceab74ec15bb59d47bdf0e2beb825eaa389555f40c78" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-01 18:20.21 ---> using "33c7b91e3a3fd17dd0b670dfb64c2fe390ea331270d4439429317512d6a40df2" 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_HEADa6b2f19780..8381fdec20 master -> origin/master8381fdec20 Merge pull request #29263 from fpottier/opam-publish-menhir.20260122<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-01 18:20.21 ---> using "658bf957fa2177dff4ec29d7a6e7dc5c9c30a72fdea7ee837ac877bb14b3e4e4" 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:20.21 ---> using "2dd70ec2f2550f43f3685141663f5449aa69ed73b32e3913925645580d30337e" 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:20.21 ---> using "71aadf42be795b1be399da1c1265e1e1d001aab93dfe2acc98aca0360df22960" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-01 18:20.21 ---> using "5b0bc91490a537571d09849f9faff9576365885769b184bf3d12fab30c4b367c" 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"))+ /usr/bin/sudo "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.3-1-gc6c5e5eda18 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-2-gf789f241095 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-326-g01ad62d58ba [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-330-g13e592be3e8 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-325-g9aa814b9ea3 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 60869 distinct packages available<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[picos.dev] synchronised (file:///src)[picos_aux.dev] synchronised (file:///src)[picos_io.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:gmp-dev npm<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "gmp-dev" "npm"- (1/9) Installing libgmpxx (6.3.0-r3)- (2/9) Installing gmp-dev (6.3.0-r3)- (3/9) Installing ada-libs (2.9.2-r4)- (4/9) Installing icu-data-en (76.1-r1)- Executing icu-data-en-76.1-r1.post-install- *- * If you need ICU with non-English locales and legacy charset support, install- * package icu-data-full.- *- (5/9) Installing icu-libs (76.1-r1)- (6/9) Installing simdjson (3.12.0-r0)- (7/9) Installing simdutf (7.2.1-r0)- (8/9) Installing nodejs (22.22.0-r0)- (9/9) Installing npm (11.6.4-r0)- Executing busybox-1.37.0-r20.trigger- OK: 376 MiB in 112 packages# To update the current shell environment, run: eval $(opam env)2026-02-01 18:20.21 ---> using "44c06ab0b4b9aac62d44aa9981537ff2087c8f915832a0d0d756e546e898fef6" 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- install alcotest 1.9.1- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install backoff 0.1.1- install base v0.17.3- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 1.0.1- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cohttp 6.2.1- install cohttp-lwt 6.2.1- install cohttp-lwt-unix 6.2.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-npm 1- install conf-pkg-config 4- install containers 3.17- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-local-await 1.0.1- install domain-name 0.5.0- install domain_shims 0.1.0- install dscheck 0.5.0- install dune 3.21.0- install dune-configurator 3.21.0- install duration 0.2.1- install either 1.0.0- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gen 1.1- install gmap 0.3.0- install http 6.2.1- install ipaddr 5.6.1- install ipaddr-sexp 5.6.1- install js_of_ocaml 6.2.0- install js_of_ocaml-compiler 6.2.0- install kdf 1.0.0- install logs 0.10.0- install lwt 6.0.0- install macaddr 5.6.1- install magic-mime 1.3.1- install mdx 2.5.1- install menhir 20260122- install menhirCST 20260122- install menhirGLR 20260122- install menhirLib 20260122- install menhirSdk 20260122- install mirage-crypto 2.0.2- install mirage-crypto-ec 2.0.2- install mirage-crypto-pk 2.0.2- install mirage-crypto-rng 2.0.2- install mtime 2.1.0- install multicore-bench 0.1.7- install multicore-magic 2.3.2- install multicore-magic-dscheck 2.3.2- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install oseq 0.5.1- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install psq 0.2.1- install ptime 1.2.0- install qcheck-core 0.91- install qcheck-multicoretests-util 0.10- install qcheck-stm 0.10- install re 1.14.0- install result 1.5- install rresult 0.7.0- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install thread-local-storage 0.2- install thread-table 1.0.0- install topkg 1.1.1- install tsort 2.2.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 1.0.6- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.3.2 (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 ca-certs.1.0.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)-> retrieved containers.3.17 (cached)-> installed conf-gmp.5-> installed conf-npm.1-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-gmp-powm-sec.4-> 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 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 digestif.1.3.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.0.0 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0 (cached)-> retrieved menhir.20260122, menhirCST.20260122, menhirGLR.20260122, menhirLib.20260122, menhirSdk.20260122 (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 multicore-magic.2.3.2, multicore-magic-dscheck.2.3.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocplib-endian.1.2 (cached)-> installed cmdliner.2.1.0-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved oseq.0.5.1 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved qcheck-core.0.91 (cached)-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.17.0 (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 tsort.2.2.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.21.0-> installed asn1-combinators.0.3.2-> installed backoff.0.1.1-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed domain-name.0.5.0-> installed domain_shims.0.1.0-> installed duration.0.2.1-> installed either.1.0.0-> installed eqaf.0.10-> installed gen.1.1-> installed gmap.0.3.0-> installed http.6.2.1-> installed macaddr.5.6.1-> installed magic-mime.1.3.1-> installed menhirCST.20260122-> installed menhirGLR.20260122-> installed menhirLib.20260122-> installed menhirSdk.20260122-> installed multicore-magic.2.3.2-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ohex.0.2.0-> installed oseq.0.5.1-> installed ppx_derivers.1.2.1-> installed psq.0.2.1-> installed qcheck-core.0.91-> installed re.1.14.0-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed thread-local-storage.0.2-> installed thread-table.1.0.0-> installed tsort.2.2.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed digestif.1.3.0-> installed ipaddr.5.6.1-> installed qcheck-multicoretests-util.0.10-> installed domain-local-await.1.0.1-> installed alcotest.1.9.1-> installed qcheck-stm.0.10-> installed multicore-bench.0.1.7-> installed dune-configurator.3.21.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.0.2-> installed containers.3.17-> installed kdf.1.0.0-> installed dscheck.0.5.0-> installed multicore-magic-dscheck.2.3.2-> installed uri.4.4.0-> installed lwt.6.0.0-> installed menhir.20260122-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed sedlex.3.7-> installed ppx_sexp_conv.v0.17.1-> installed uri-sexp.4.4.0-> installed ipaddr-sexp.5.6.1-> installed js_of_ocaml-compiler.6.2.0-> installed logs.0.10.0-> installed mirage-crypto-rng.2.0.2-> installed mirage-crypto-pk.2.0.2-> installed conduit.8.0.0-> installed cohttp.6.2.1-> installed mdx.2.5.1-> installed bos.0.2.1-> installed conduit-lwt.8.0.0-> 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.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-01 18:20.21 ---> using "45598b4fdcc020c919a9f8b04640b6358a0cc8f9151fd8d12764c6b435874cf7" from cache/src: (copy (src .) (dst /src))2026-02-01 18:20.22 ---> saved as "e9c74033f6f30ee7dcd29c86855d77edc0accf6bc4569f0ee3fc0e65f6865e55"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_server_and_client.exe)Using blocking sockets and fibers on OCaml 5:Looping server runningServer listeningServer acceptingClient B runningClient A runningClient B connectedServer accepted clientServer acceptingClient A connectedServer accepted clientClient A wrote 100Server read 100Server wrote 50Server acceptingClient A read 50Client B wrote 100Server read 100Server wrote 50Client B read 50Server and Client test: OK(cd _build/default/test && ./test_picos_lwt_unix_with_cohttp.exe)Uri: //127.0.0.1:8000/hello-lwtMethod: GEThost: 127.0.0.1:8000user-agent: ocaml-cohttp/v6.2.1content-length: 0Body:(cd _build/default/test && ./test_lwt_unix.exe)Testing `Picos_lwt'.This run has ID `6NHBP23K'.[OK] Basics 0Full test results in `/src/_build/default/test/_build/_tests/Picos_lwt'.Test Successful in 0.051s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 0)Testing `Picos_sync'.This run has ID `FHQMPRUP'.[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.003s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 1)Testing `Picos_sync'.This run has ID `IOREXQFR'.[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.036s. 1 test run.(cd _build/default/test && ./test_io.exe)Testing `Picos_io'.This run has ID `97ZY3IED'.[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.543s. 6 tests run.(cd _build/default/test && ./test_structured.exe)Testing `Picos_structured'.This run has ID `DKW106F2'.[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.106s. 14 tests run.(cd _build/default/test && ./test_finally.exe)Testing `Picos_finally'.This run has ID `DQEO51OX'.[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.021s. 2 tests run.(cd _build/default/test && ./test_io_cohttp.exe)Uri: //127.0.0.1:46647/hello-io-cohttpMethod: POSThost: 127.0.0.1:46647user-agent: ocaml-cohttp/v6.2.1content-length: 17Body: It's-a-Me, Picos!(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 2)Testing `Picos_sync'.This run has ID `NXCENT37'.[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 0.817s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 0)Testing `Picos_sync'.This run has ID `8YW6ASAW'.[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.046s. 1 test run.(cd _build/default/example && ./guards.exe)Testing with scheduler: multififos ~quota:66 ~n_domains:72Ran guarded case statement examples.(cd _build/default/test && ./test_io_with_lwt.exe)Testing `Picos_io_with_lwt'.This run has ID `7AQ4LIK6'.[OK] Unix 0 system.Full test results in `/src/_build/default/test/_build/_tests/Picos_io_with_lwt'.Test Successful in 2.111s. 1 test run.(cd _build/default/test && ./test_select.exe)Testing `Picos_select'.This run has ID `CH1UV49W'.[OK] Intr 0Full test results in `/src/_build/default/test/_build/_tests/Picos_select'.Test Successful in 2.288s. 1 test run.(cd _build/default/test && ./test_picos_dscheck.exe)Testing `Picos DSCheck'.This run has ID `UQ8K6GXJ'.[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.747s. 3 tests run.(cd _build/default/test && ./test_mpmcq_dscheck.exe)Testing `Picos_mpmcq DSCheck'.This run has ID `2K96MTZP'.[OK] Multiple pushes and pops 0Full test results in `/src/_build/default/test/_build/_tests/Picos_mpmcq DSCheck'.Test Successful in 2.714s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 1)Testing `Picos_sync'.This run has ID `XNFQ33KG'.[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 2.685s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 2)Testing `Picos_sync'.This run has ID `V4FLYJZM'.[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.015s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 3)Testing `Picos_sync'.This run has ID `0K1WIXOL'.[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 `RP08H23J'.[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.003s. 1 test run.(cd _build/default/test && /usr/bin/node test_js_of_ocaml.bc.js)Hello, from js_of_ocaml with Picos!(cd _build/default/bench && ./main.exe -brief 'Picos Computation')Picos Computation:attach detach pairs over time/1 worker:3.21 M/sattach detach pairs over time/2 workers:4.34 M/sattach detach pairs over time/4 workers:1.79 M/sattach detach pairs over time/trivial:5.73 M/stime per attach detach pair/1 worker:311.19 nstime per attach detach pair/2 workers:461.21 nstime per attach detach pair/4 workers:2232.71 nstime per attach detach pair/trivial:174.53 ns(cd _build/default/bench && ./main.exe -brief 'Picos Current')Picos Current:ops over time/1 worker:17.51 M/sops over time/2 workers:30.74 M/sops over time/4 workers:36.91 M/stime per op/1 worker:57.11 nstime per op/2 workers:65.06 nstime per op/4 workers:108.36 ns(cd _build/default/bench && ./main.exe -brief 'Picos FLS (excluding Current)')Picos FLS (excluding Current):gets over time/1 worker:116.27 M/sgets over time/2 workers:236.59 M/sgets over time/4 workers:180.94 M/ssets over time/1 worker:72.26 M/ssets over time/2 workers:88.93 M/ssets over time/4 workers:118.70 M/stime per get/1 worker:8.60 nstime per get/2 workers:8.45 nstime per get/4 workers:22.11 nstime per set/1 worker:13.84 nstime per set/2 workers:22.49 nstime per set/4 workers:33.70 ns(cd _build/default/bench && ./main.exe -brief 'Picos TLS')Picos TLS:gets over time/1 worker:31.86 M/sgets over time/2 workers:58.47 M/sgets over time/4 workers:38.02 M/ssets over time/1 worker:17.68 M/ssets over time/2 workers:20.63 M/ssets over time/4 workers:36.92 M/stime per get/1 worker:31.38 nstime per get/2 workers:34.21 nstime per get/4 workers:105.20 nstime per set/1 worker:56.57 nstime per set/2 workers:96.97 nstime per set/4 workers:108.34 ns(cd _build/default/test && ./test_schedulers.exe)Testing with scheduler: fifos ~quota:41Fairness of 100 fibers performing at least 10000 yields:sd: 0.000073 -- ideally 0mean: 1.000123 -- ideally 1median: 1.000100 -- ideally 1Testing `Picos schedulers'.This run has ID `ODSRSA3F'.[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 0Full test results in `/src/_build/default/test/_build/_tests/Picos schedulers'.Test Successful in 27.813s. 8 tests run.(cd _build/default/bench && ./main.exe -brief 'Picos DLS')Picos DLS:gets over time/1 worker:18.67 M/sgets over time/2 workers:74.38 M/sgets over time/4 workers:50.86 M/ssets over time/1 worker:14.68 M/ssets over time/2 workers:35.58 M/ssets over time/4 workers:68.58 M/stime per get/1 worker:53.56 nstime per get/2 workers:26.89 nstime per get/4 workers:78.65 nstime per set/1 worker:68.14 nstime per set/2 workers:56.22 nstime per set/4 workers:58.33 ns(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 1)Testing `Picos_sync'.This run has ID `FT6I1M09'.[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 33.968s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 2)Testing `Picos_sync'.This run has ID `HQYLOGSO'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 3)Testing `Picos_sync'.This run has ID `RFISNVQ0'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 4)Testing `Picos_sync'.This run has ID `00BF227J'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 5)Testing `Picos_sync'.This run has ID `ZKX1EYBP'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 6)Testing `Picos_sync'.This run has ID `FBEHBLTR'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 0)Testing `Picos_sync'.This run has ID `EHKBL8WA'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 1)Testing `Picos_sync'.This run has ID `S4G54OHL'.[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.245s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 0)Testing `Picos_sync'.This run has ID `P1JXGCFB'.[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.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 1)Testing `Picos_sync'.This run has ID `WA8HFK2K'.[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.265s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 2)Testing `Picos_sync'.This run has ID `IGXZVCS4'.[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.003s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 3)Testing `Picos_sync'.This run has ID `H29KMIHB'.[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.007s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 0)Testing `Picos_sync'.This run has ID `ACQQ63PP'.[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 in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 1)Testing `Picos_sync'.This run has ID `R9QT2EPU'.[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.077s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Event$ 0)Testing `Picos_sync'.This run has ID `MJZB92IH'.[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.156s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Barrier$ 0)Testing `Picos_sync'.This run has ID `4I568NM8'.[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.058s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Barrier$ 1)Testing `Picos_sync'.This run has ID `R02XH8KT'.[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.126s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Non-cancelable ops$' 0)Testing `Picos_sync'.This run has ID `FCI2KMCM'.[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.012s. 1 test run.(cd _build/default/test && ./test_picos.exe)Testing `Picos'.This run has ID `3P7SUG9X'.[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 0Full test results in `/src/_build/default/test/_build/_tests/Picos'.Test Successful in 55.686s. 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.61 M/slocked yields over time/1024 fibers with Rwlock:0.18 M/slocked yields over time/1024 fibers with Sem:0.23 M/slocked yields over time/1024 fibers with Sem 2:0.30 M/slocked yields over time/1024 fibers with Sem 3:0.73 M/slocked yields over time/1024 fibers with Sem 4:0.74 M/slocked yields over time/1 fiber with Lock:3.15 M/slocked yields over time/1 fiber with Rwlock:3.53 M/slocked yields over time/1 fiber with Sem:2.15 M/slocked yields over time/1 fiber with Sem 2:1.54 M/slocked yields over time/1 fiber with Sem 3:2.51 M/slocked yields over time/1 fiber with Sem 4:3.02 M/slocked yields over time/256 fibers with Lock:0.58 M/slocked yields over time/256 fibers with Rwlock:0.31 M/slocked yields over time/256 fibers with Sem:0.20 M/slocked yields over time/256 fibers with Sem 2:0.78 M/slocked yields over time/256 fibers with Sem 3:0.24 M/slocked yields over time/256 fibers with Sem 4:1.14 M/slocked yields over time/2 domains with Lock:0.38 M/slocked yields over time/2 domains with Rwlock:0.37 M/slocked yields over time/2 domains with Sem:0.48 M/slocked yields over time/2 domains with Sem 2:3.35 M/slocked yields over time/2 domains with Sem 3:3.42 M/slocked yields over time/2 domains with Sem 4:3.20 M/slocked yields over time/2 fibers with Lock:0.20 M/slocked yields over time/2 fibers with Rwlock:0.24 M/slocked yields over time/2 fibers with Sem:0.20 M/slocked yields over time/2 fibers with Sem 2:1.60 M/slocked yields over time/2 fibers with Sem 3:2.96 M/slocked yields over time/2 fibers with Sem 4:3.07 M/slocked yields over time/3 domains with Lock:0.99 M/slocked yields over time/3 domains with Rwlock:0.59 M/slocked yields over time/3 domains with Sem:0.50 M/slocked yields over time/3 domains with Sem 2:1.76 M/slocked yields over time/3 domains with Sem 3:4.28 M/slocked yields over time/3 domains with Sem 4:4.57 M/slocked yields over time/3 fibers with Lock:0.21 M/slocked yields over time/3 fibers with Rwlock:0.23 M/slocked yields over time/3 fibers with Sem:0.23 M/slocked yields over time/3 fibers with Sem 2:0.75 M/slocked yields over time/3 fibers with Sem 3:3.06 M/slocked yields over time/3 fibers with Sem 4:3.09 M/slocked yields over time/4 domains with Lock:0.79 M/slocked yields over time/4 domains with Rwlock:0.45 M/slocked yields over time/4 domains with Sem:0.45 M/slocked yields over time/4 domains with Sem 2:1.70 M/slocked yields over time/4 domains with Sem 3:2.71 M/slocked yields over time/4 domains with Sem 4:6.34 M/slocked yields over time/4 fibers with Lock:0.22 M/slocked yields over time/4 fibers with Rwlock:0.21 M/slocked yields over time/4 fibers with Sem:0.25 M/slocked yields over time/4 fibers with Sem 2:0.94 M/slocked yields over time/4 fibers with Sem 3:1.31 M/slocked yields over time/4 fibers with Sem 4:3.13 M/slocked yields over time/512 fibers with Lock:0.21 M/slocked yields over time/512 fibers with Rwlock:0.33 M/slocked yields over time/512 fibers with Sem:0.26 M/slocked yields over time/512 fibers with Sem 2:1.04 M/slocked yields over time/512 fibers with Sem 3:0.82 M/slocked yields over time/512 fibers with Sem 4:0.96 M/slocked yields over time/8 domains with Lock:0.95 M/slocked yields over time/8 domains with Rwlock:0.56 M/slocked yields over time/8 domains with Sem:0.71 M/slocked yields over time/8 domains with Sem 2:0.93 M/slocked yields over time/8 domains with Sem 3:2.93 M/slocked yields over time/8 domains with Sem 4:3.79 M/slocked yields over time/8 fibers with Lock:0.39 M/slocked yields over time/8 fibers with Rwlock:0.20 M/slocked yields over time/8 fibers with Sem:0.55 M/slocked yields over time/8 fibers with Sem 2:0.46 M/slocked yields over time/8 fibers with Sem 3:0.81 M/slocked yields over time/8 fibers with Sem 4:1.73 M/stime per locked yield/1024 fibers with Lock:1631.75 nstime per locked yield/1024 fibers with Rwlock:5498.10 nstime per locked yield/1024 fibers with Sem:4365.17 nstime per locked yield/1024 fibers with Sem 2:3332.65 nstime per locked yield/1024 fibers with Sem 3:1378.99 nstime per locked yield/1024 fibers with Sem 4:1349.34 nstime per locked yield/1 fiber with Lock:317.94 nstime per locked yield/1 fiber with Rwlock:283.46 nstime per locked yield/1 fiber with Sem:464.29 nstime per locked yield/1 fiber with Sem 2:648.40 nstime per locked yield/1 fiber with Sem 3:398.98 nstime per locked yield/1 fiber with Sem 4:331.33 nstime per locked yield/256 fibers with Lock:1734.87 nstime per locked yield/256 fibers with Rwlock:3189.98 nstime per locked yield/256 fibers with Sem:5041.36 nstime per locked yield/256 fibers with Sem 2:1280.49 nstime per locked yield/256 fibers with Sem 3:4118.25 nstime per locked yield/256 fibers with Sem 4:876.41 nstime per locked yield/2 domains with Lock:5216.80 nstime per locked yield/2 domains with Rwlock:5423.92 nstime per locked yield/2 domains with Sem:4160.79 nstime per locked yield/2 domains with Sem 2:596.77 nstime per locked yield/2 domains with Sem 3:584.56 nstime per locked yield/2 domains with Sem 4:625.29 nstime per locked yield/2 fibers with Lock:5056.86 nstime per locked yield/2 fibers with Rwlock:4112.52 nstime per locked yield/2 fibers with Sem:4893.94 nstime per locked yield/2 fibers with Sem 2:625.96 nstime per locked yield/2 fibers with Sem 3:338.00 nstime per locked yield/2 fibers with Sem 4:326.25 nstime per locked yield/3 domains with Lock:3024.77 nstime per locked yield/3 domains with Rwlock:5050.12 nstime per locked yield/3 domains with Sem:5952.25 nstime per locked yield/3 domains with Sem 2:1703.08 nstime per locked yield/3 domains with Sem 3:700.88 nstime per locked yield/3 domains with Sem 4:656.43 nstime per locked yield/3 fibers with Lock:4745.63 nstime per locked yield/3 fibers with Rwlock:4276.26 nstime per locked yield/3 fibers with Sem:4435.72 nstime per locked yield/3 fibers with Sem 2:1327.18 nstime per locked yield/3 fibers with Sem 3:327.21 nstime per locked yield/3 fibers with Sem 4:323.38 nstime per locked yield/4 domains with Lock:5089.10 nstime per locked yield/4 domains with Rwlock:8852.85 nstime per locked yield/4 domains with Sem:8848.24 nstime per locked yield/4 domains with Sem 2:2411.49 nstime per locked yield/4 domains with Sem 3:1492.68 nstime per locked yield/4 domains with Sem 4:630.75 nstime per locked yield/4 fibers with Lock:4576.34 nstime per locked yield/4 fibers with Rwlock:4755.75 nstime per locked yield/4 fibers with Sem:3933.52 nstime per locked yield/4 fibers with Sem 2:1064.09 nstime per locked yield/4 fibers with Sem 3:764.92 nstime per locked yield/4 fibers with Sem 4:319.99 nstime per locked yield/512 fibers with Lock:4766.07 nstime per locked yield/512 fibers with Rwlock:2997.69 nstime per locked yield/512 fibers with Sem:3815.67 nstime per locked yield/512 fibers with Sem 2:963.48 nstime per locked yield/512 fibers with Sem 3:1224.35 nstime per locked yield/512 fibers with Sem 4:1045.87 nstime per locked yield/8 domains with Lock:8404.92 nstime per locked yield/8 domains with Rwlock:14172.10 nstime per locked yield/8 domains with Sem:11256.91 nstime per locked yield/8 domains with Sem 2:8608.37 nstime per locked yield/8 domains with Sem 3:2732.19 nstime per locked yield/8 domains with Sem 4:2108.72 nstime per locked yield/8 fibers with Lock:2551.65 nstime per locked yield/8 fibers with Rwlock:4893.61 nstime per locked yield/8 fibers with Sem:1834.28 nstime per locked yield/8 fibers with Sem 2:2154.06 nstime per locked yield/8 fibers with Sem 3:1230.99 nstime per locked yield/8 fibers with Sem 4:578.93 ns(cd _build/default/bench && ./main.exe -brief 'Picos Spawn')Picos Spawn:spawns over time/with packed computation:4.07 M/stime per spawn/with packed computation:245.89 ns(cd _build/default/test && ./test_htbl.exe)random seed: 618490272818882960generated 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 0.5s Htbl parallel [ ] 2 0 0 2 / 32 0.8s Htbl parallel [ ] 4 0 0 4 / 32 1.2s Htbl parallel [ ] 5 0 0 5 / 32 1.5s Htbl parallel [ ] 6 0 0 6 / 32 1.9s Htbl parallel [ ] 7 0 0 7 / 32 2.2s Htbl parallel [ ] 8 0 0 8 / 32 2.5s Htbl parallel [ ] 9 0 0 9 / 32 2.7s Htbl parallel [ ] 10 0 0 10 / 32 2.8s Htbl parallel [ ] 12 0 0 12 / 32 3.1s Htbl parallel [ ] 15 0 0 15 / 32 3.4s Htbl parallel [ ] 16 0 0 16 / 32 3.7s Htbl parallel [ ] 17 0 0 17 / 32 4.0s Htbl parallel [ ] 18 0 0 18 / 32 4.6s Htbl parallel [ ] 19 0 0 19 / 32 4.9s Htbl parallel [ ] 20 0 0 20 / 32 5.3s Htbl parallel [ ] 21 0 0 21 / 32 5.7s Htbl parallel [ ] 22 0 0 22 / 32 6.2s Htbl parallel [ ] 23 0 0 23 / 32 6.6s Htbl parallel [ ] 24 0 0 24 / 32 7.2s Htbl parallel [ ] 25 0 0 25 / 32 7.8s Htbl parallel [ ] 26 0 0 26 / 32 8.3s Htbl parallel [ ] 27 0 0 27 / 32 9.0s Htbl parallel [ ] 28 0 0 28 / 32 9.5s Htbl parallel [ ] 29 0 0 29 / 32 9.9s Htbl parallel [ ] 30 0 0 30 / 32 10.2s Htbl parallel [ ] 31 0 0 31 / 32 10.6s Htbl parallel [ ] 32 0 0 32 / 32 11.0s Htbl parallel [✓] 32 0 0 32 / 32 11.0s Htbl parallel================================================================================success (ran 2 tests)random seed: 1896764581424571030generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Htbl sequential [✓] 64 0 0 64 / 64 0.0s Htbl sequential[ ] 0 0 0 0 / 64 0.0s Htbl parallel [ ] 1 0 0 1 / 64 0.5s Htbl parallel [ ] 2 0 0 2 / 64 1.0s Htbl parallel [ ] 3 0 0 3 / 64 1.8s Htbl parallel [ ] 4 0 0 4 / 64 2.6s Htbl parallel [ ] 5 0 0 5 / 64 3.8s Htbl parallel [ ] 6 0 0 6 / 64 4.7s Htbl parallel [ ] 7 0 0 7 / 64 5.5s Htbl parallel [ ] 8 0 0 8 / 64 6.8s Htbl parallel [ ] 9 0 0 9 / 64 7.8s Htbl parallel [ ] 10 0 0 10 / 64 8.6s Htbl parallel [ ] 11 0 0 11 / 64 10.0s Htbl parallel [ ] 12 0 0 12 / 64 10.7s Htbl parallel [ ] 13 0 0 13 / 64 11.3s Htbl parallel [ ] 14 0 0 14 / 64 11.9s Htbl parallel [ ] 15 0 0 15 / 64 12.6s Htbl parallel [ ] 16 0 0 16 / 64 13.3s Htbl parallel [ ] 17 0 0 17 / 64 13.8s Htbl parallel [ ] 18 0 0 18 / 64 14.5s Htbl parallel [ ] 19 0 0 19 / 64 15.1s Htbl parallel [ ] 20 0 0 20 / 64 15.8s Htbl parallel [ ] 21 0 0 21 / 64 16.5s Htbl parallel [ ] 22 0 0 22 / 64 17.2s Htbl parallel [ ] 23 0 0 23 / 64 17.8s Htbl parallel [ ] 24 0 0 24 / 64 18.5s Htbl parallel [ ] 25 0 0 25 / 64 19.2s Htbl parallel [ ] 26 0 0 26 / 64 19.8s Htbl parallel [ ] 27 0 0 27 / 64 20.2s Htbl parallel [ ] 28 0 0 28 / 64 20.8s Htbl parallel [ ] 29 0 0 29 / 64 21.1s Htbl parallel [ ] 30 0 0 30 / 64 21.8s Htbl parallel [ ] 31 0 0 31 / 64 22.2s Htbl parallel [ ] 32 0 0 32 / 64 22.6s Htbl parallel [ ] 33 0 0 33 / 64 23.1s Htbl parallel [ ] 34 0 0 34 / 64 23.7s Htbl parallel [ ] 35 0 0 35 / 64 24.1s Htbl parallel [ ] 36 0 0 36 / 64 24.4s Htbl parallel [ ] 37 0 0 37 / 64 24.8s Htbl parallel [ ] 38 0 0 38 / 64 25.2s Htbl parallel [ ] 39 0 0 39 / 64 25.3s Htbl parallel [ ] 41 0 0 41 / 64 25.5s Htbl parallel [ ] 42 0 0 42 / 64 25.7s Htbl parallel [ ] 43 0 0 43 / 64 25.8s Htbl parallel [ ] 46 0 0 46 / 64 25.9s Htbl parallel [ ] 49 0 0 49 / 64 26.1s Htbl parallel [ ] 51 0 0 51 / 64 26.6s Htbl parallel [ ] 52 0 0 52 / 64 26.8s Htbl parallel [ ] 54 0 0 54 / 64 26.9s Htbl parallel [ ] 56 0 0 56 / 64 27.3s Htbl parallel [ ] 57 0 0 57 / 64 27.5s Htbl parallel [ ] 59 0 0 59 / 64 27.9s Htbl parallel [ ] 60 0 0 60 / 64 28.1s Htbl parallel [ ] 61 0 0 61 / 64 28.2s Htbl parallel [ ] 62 0 0 62 / 64 28.4s Htbl parallel [ ] 63 0 0 63 / 64 28.5s Htbl parallel [ ] 64 0 0 64 / 64 28.9s Htbl parallel [✓] 64 0 0 64 / 64 28.9s Htbl parallel================================================================================success (ran 2 tests)random seed: 1457241785981951738generated error fail pass / total time test name[ ] 0 0 0 0 / 48 0.0s Htbl sequential [✓] 48 0 0 48 / 48 0.0s Htbl sequential[ ] 0 0 0 0 / 48 0.0s Htbl parallel [ ] 1 0 0 1 / 48 0.3s Htbl parallel [ ] 2 0 0 2 / 48 0.7s Htbl parallel [ ] 3 0 0 3 / 48 1.1s Htbl parallel [ ] 4 0 0 4 / 48 1.4s Htbl parallel [ ] 5 0 0 5 / 48 1.7s Htbl parallel [ ] 6 0 0 6 / 48 1.9s Htbl parallel [ ] 7 0 0 7 / 48 2.2s Htbl parallel [ ] 8 0 0 8 / 48 2.4s Htbl parallel [ ] 9 0 0 9 / 48 2.9s Htbl parallel [ ] 10 0 0 10 / 48 3.1s Htbl parallel [ ] 11 0 0 11 / 48 3.5s Htbl parallel [ ] 12 0 0 12 / 48 4.0s Htbl parallel [ ] 13 0 0 13 / 48 4.2s Htbl parallel [ ] 14 0 0 14 / 48 4.4s Htbl parallel [ ] 15 0 0 15 / 48 4.7s Htbl parallel [ ] 16 0 0 16 / 48 5.0s Htbl parallel [ ] 17 0 0 17 / 48 5.4s Htbl parallel [ ] 18 0 0 18 / 48 5.8s Htbl parallel [ ] 19 0 0 19 / 48 6.2s Htbl parallel [ ] 20 0 0 20 / 48 6.6s Htbl parallel [ ] 21 0 0 21 / 48 6.9s Htbl parallel [ ] 22 0 0 22 / 48 7.2s Htbl parallel [ ] 23 0 0 23 / 48 7.3s Htbl parallel [ ] 25 0 0 25 / 48 7.4s Htbl parallel [ ] 27 0 0 27 / 48 7.6s Htbl parallel [ ] 28 0 0 28 / 48 8.1s Htbl parallel [ ] 29 0 0 29 / 48 8.4s Htbl parallel [ ] 30 0 0 30 / 48 8.7s Htbl parallel [ ] 31 0 0 31 / 48 8.9s Htbl parallel [ ] 32 0 0 32 / 48 9.2s Htbl parallel [ ] 33 0 0 33 / 48 9.4s Htbl parallel [ ] 34 0 0 34 / 48 9.8s Htbl parallel [ ] 35 0 0 35 / 48 10.1s Htbl parallel [ ] 36 0 0 36 / 48 10.7s Htbl parallel [ ] 37 0 0 37 / 48 10.9s Htbl parallel [ ] 38 0 0 38 / 48 11.3s Htbl parallel [ ] 40 0 0 40 / 48 11.4s Htbl parallel [ ] 43 0 0 43 / 48 11.6s Htbl parallel [ ] 45 0 0 45 / 48 12.1s Htbl parallel [ ] 46 0 0 46 / 48 12.4s Htbl parallel [ ] 47 0 0 47 / 48 12.6s Htbl parallel [ ] 48 0 0 48 / 48 12.8s Htbl parallel [✓] 48 0 0 48 / 48 12.8s Htbl parallel================================================================================success (ran 2 tests)random seed: 2407905320875477688generated 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 [ ] 2 0 0 2 / 32 0.2s Htbl parallel [ ] 4 0 0 4 / 32 0.4s Htbl parallel [ ] 6 0 0 6 / 32 0.7s Htbl parallel [ ] 7 0 0 7 / 32 1.3s Htbl parallel [ ] 8 0 0 8 / 32 1.6s Htbl parallel [ ] 10 0 0 10 / 32 1.7s Htbl parallel [ ] 13 0 0 13 / 32 1.8s Htbl parallel [ ] 21 0 0 21 / 32 1.9s Htbl parallel [ ] 24 0 0 24 / 32 2.6s Htbl parallel [ ] 28 0 0 28 / 32 2.7s Htbl parallel [ ] 32 0 0 32 / 32 2.8s Htbl parallel [✓] 32 0 0 32 / 32 2.8s Htbl parallel================================================================================success (ran 2 tests)random seed: 3520623437177419245generated 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 [ ] 2 0 0 2 / 32 0.2s Htbl parallel [ ] 5 0 0 5 / 32 0.3s Htbl parallel [ ] 6 0 0 6 / 32 0.4s Htbl parallel [ ] 11 0 0 11 / 32 0.6s Htbl parallel [ ] 12 0 0 12 / 32 0.8s Htbl parallel [ ] 13 0 0 13 / 32 1.1s Htbl parallel [ ] 15 0 0 15 / 32 1.3s Htbl parallel [ ] 17 0 0 17 / 32 1.4s Htbl parallel [ ] 19 0 0 19 / 32 1.9s Htbl parallel [ ] 25 0 0 25 / 32 2.0s Htbl parallel [ ] 28 0 0 28 / 32 2.2s Htbl parallel [ ] 31 0 0 31 / 32 2.5s Htbl parallel [✓] 32 0 0 32 / 32 2.5s Htbl parallel================================================================================success (ran 2 tests)random seed: 2743281288157268318generated 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 [ ] 5 0 0 5 / 32 0.1s Htbl parallel [ ] 6 0 0 6 / 32 0.3s Htbl parallel [ ] 8 0 0 8 / 32 0.5s Htbl parallel [ ] 11 0 0 11 / 32 0.6s Htbl parallel [ ] 12 0 0 12 / 32 1.0s Htbl parallel [ ] 15 0 0 15 / 32 1.4s Htbl parallel [ ] 17 0 0 17 / 32 1.8s Htbl parallel [ ] 21 0 0 21 / 32 2.0s Htbl parallel [ ] 25 0 0 25 / 32 2.1s Htbl parallel [ ] 31 0 0 31 / 32 2.2s Htbl parallel [✓] 32 0 0 32 / 32 2.2s Htbl parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_mutex.exe)random seed: 901334822446220117generated 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 0.7s Mutex parallel [ ] 2 0 0 2 / 32 1.3s Mutex parallel [ ] 3 0 0 3 / 32 2.1s Mutex parallel [ ] 4 0 0 4 / 32 2.3s Mutex parallel [ ] 5 0 0 5 / 32 2.6s Mutex parallel [ ] 6 0 0 6 / 32 2.8s Mutex parallel [ ] 7 0 0 7 / 32 3.0s Mutex parallel [ ] 8 0 0 8 / 32 3.1s Mutex parallel [ ] 9 0 0 9 / 32 3.4s Mutex parallel [ ] 10 0 0 10 / 32 3.6s Mutex parallel [ ] 11 0 0 11 / 32 3.9s Mutex parallel [ ] 12 0 0 12 / 32 4.1s Mutex parallel [ ] 13 0 0 13 / 32 4.5s Mutex parallel [ ] 14 0 0 14 / 32 4.9s Mutex parallel [ ] 15 0 0 15 / 32 5.4s Mutex parallel [ ] 16 0 0 16 / 32 6.5s Mutex parallel [ ] 17 0 0 17 / 32 7.0s Mutex parallel [ ] 18 0 0 18 / 32 7.4s Mutex parallel [ ] 19 0 0 19 / 32 8.1s Mutex parallel [ ] 20 0 0 20 / 32 8.6s Mutex parallel [ ] 21 0 0 21 / 32 9.0s Mutex parallel [ ] 22 0 0 22 / 32 9.5s Mutex parallel [ ] 23 0 0 23 / 32 10.0s Mutex parallel [ ] 24 0 0 24 / 32 10.5s Mutex parallel [ ] 25 0 0 25 / 32 10.9s Mutex parallel [ ] 26 0 0 26 / 32 11.2s Mutex parallel [ ] 27 0 0 27 / 32 11.6s Mutex parallel [ ] 28 0 0 28 / 32 12.2s Mutex parallel [ ] 29 0 0 29 / 32 12.9s Mutex parallel [ ] 30 0 0 30 / 32 13.5s Mutex parallel [ ] 31 0 0 31 / 32 14.5s Mutex parallel [ ] 32 0 0 32 / 32 15.3s Mutex parallel [✓] 32 0 0 32 / 32 15.3s Mutex parallel================================================================================success (ran 2 tests)random seed: 1663575700772746168generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Mutex sequential [✓] 64 0 0 64 / 64 0.0s Mutex sequential[ ] 0 0 0 0 / 64 0.0s Mutex parallel [ ] 1 0 0 1 / 64 0.7s Mutex parallel [ ] 2 0 0 2 / 64 1.4s Mutex parallel [ ] 3 0 0 3 / 64 2.4s Mutex parallel [ ] 4 0 0 4 / 64 3.4s Mutex parallel [ ] 5 0 0 5 / 64 4.5s Mutex parallel [ ] 6 0 0 6 / 64 5.5s Mutex parallel [ ] 7 0 0 7 / 64 6.4s Mutex parallel [ ] 8 0 0 8 / 64 7.3s Mutex parallel [ ] 9 0 0 9 / 64 8.0s Mutex parallel [ ] 10 0 0 10 / 64 8.9s Mutex parallel [ ] 11 0 0 11 / 64 9.5s Mutex parallel [ ] 12 0 0 12 / 64 10.2s Mutex parallel [ ] 13 0 0 13 / 64 11.8s Mutex parallel [ ] 14 0 0 14 / 64 12.5s Mutex parallel [ ] 15 0 0 15 / 64 13.1s Mutex parallel [ ] 16 0 0 16 / 64 14.6s Mutex parallel [ ] 17 0 0 17 / 64 15.1s Mutex parallel [ ] 18 0 0 18 / 64 15.7s Mutex parallel [ ] 19 0 0 19 / 64 16.2s Mutex parallel [ ] 20 0 0 20 / 64 16.7s Mutex parallel [ ] 21 0 0 21 / 64 17.1s Mutex parallel [ ] 22 0 0 22 / 64 18.0s Mutex parallel [ ] 23 0 0 23 / 64 18.5s Mutex parallel [ ] 24 0 0 24 / 64 18.8s Mutex parallel [ ] 25 0 0 25 / 64 19.2s Mutex parallel [ ] 26 0 0 26 / 64 19.7s Mutex parallel [ ] 27 0 0 27 / 64 20.1s Mutex parallel [ ] 28 0 0 28 / 64 20.5s Mutex parallel [ ] 29 0 0 29 / 64 20.9s Mutex parallel [ ] 30 0 0 30 / 64 21.1s Mutex parallel [ ] 31 0 0 31 / 64 21.3s Mutex parallel [ ] 32 0 0 32 / 64 21.5s Mutex parallel [ ] 33 0 0 33 / 64 21.7s Mutex parallel [ ] 34 0 0 34 / 64 21.8s Mutex parallel [ ] 35 0 0 35 / 64 21.9s Mutex parallel [ ] 36 0 0 36 / 64 22.1s Mutex parallel [ ] 38 0 0 38 / 64 22.2s Mutex parallel [ ] 40 0 0 40 / 64 22.4s Mutex parallel [ ] 42 0 0 42 / 64 22.5s Mutex parallel [ ] 45 0 0 45 / 64 23.0s Mutex parallel [ ] 47 0 0 47 / 64 23.1s Mutex parallel [ ] 49 0 0 49 / 64 23.3s Mutex parallel [ ] 51 0 0 51 / 64 23.4s Mutex parallel [ ] 55 0 0 55 / 64 23.5s Mutex parallel [ ] 58 0 0 58 / 64 23.7s Mutex parallel [ ] 61 0 0 61 / 64 23.8s Mutex parallel [ ] 64 0 0 64 / 64 24.0s Mutex parallel [✓] 64 0 0 64 / 64 24.0s Mutex parallel================================================================================success (ran 2 tests)random seed: 3612902563350069667generated error fail pass / total time test name[ ] 0 0 0 0 / 50 0.0s Mutex sequential [✓] 50 0 0 50 / 50 0.0s Mutex sequential[ ] 0 0 0 0 / 50 0.0s Mutex parallel [ ] 1 0 0 1 / 50 0.1s Mutex parallel [ ] 2 0 0 2 / 50 0.3s Mutex parallel [ ] 3 0 0 3 / 50 0.5s Mutex parallel [ ] 4 0 0 4 / 50 0.8s Mutex parallel [ ] 5 0 0 5 / 50 1.5s Mutex parallel [ ] 6 0 0 6 / 50 1.8s Mutex parallel [ ] 7 0 0 7 / 50 2.1s Mutex parallel [ ] 8 0 0 8 / 50 2.4s Mutex parallel [ ] 9 0 0 9 / 50 2.8s Mutex parallel [ ] 10 0 0 10 / 50 3.0s Mutex parallel [ ] 11 0 0 11 / 50 3.2s Mutex parallel [ ] 12 0 0 12 / 50 3.6s Mutex parallel [ ] 13 0 0 13 / 50 3.9s Mutex parallel [ ] 14 0 0 14 / 50 4.0s Mutex parallel [ ] 15 0 0 15 / 50 4.1s Mutex parallel [ ] 16 0 0 16 / 50 4.4s Mutex parallel [ ] 17 0 0 17 / 50 5.0s Mutex parallel [ ] 18 0 0 18 / 50 5.3s Mutex parallel [ ] 19 0 0 19 / 50 5.6s Mutex parallel [ ] 20 0 0 20 / 50 5.8s Mutex parallel [ ] 21 0 0 21 / 50 6.5s Mutex parallel [ ] 22 0 0 22 / 50 6.8s Mutex parallel [ ] 23 0 0 23 / 50 7.2s Mutex parallel [ ] 24 0 0 24 / 50 7.9s Mutex parallel [ ] 25 0 0 25 / 50 8.2s Mutex parallel [ ] 26 0 0 26 / 50 8.7s Mutex parallel [ ] 28 0 0 28 / 50 8.8s Mutex parallel [ ] 30 0 0 30 / 50 9.2s Mutex parallel [ ] 31 0 0 31 / 50 9.6s Mutex parallel [ ] 32 0 0 32 / 50 9.8s Mutex parallel [ ] 33 0 0 33 / 50 10.0s Mutex parallel [ ] 34 0 0 34 / 50 10.3s Mutex parallel [ ] 35 0 0 35 / 50 10.6s Mutex parallel [ ] 36 0 0 36 / 50 10.8s Mutex parallel [ ] 37 0 0 37 / 50 11.1s Mutex parallel [ ] 38 0 0 38 / 50 11.4s Mutex parallel [ ] 39 0 0 39 / 50 11.7s Mutex parallel [ ] 40 0 0 40 / 50 12.0s Mutex parallel [ ] 41 0 0 41 / 50 12.3s Mutex parallel [ ] 42 0 0 42 / 50 12.5s Mutex parallel [ ] 43 0 0 43 / 50 12.7s Mutex parallel [ ] 46 0 0 46 / 50 12.8s Mutex parallel [ ] 49 0 0 49 / 50 12.9s Mutex parallel [✓] 50 0 0 50 / 50 12.9s Mutex parallel================================================================================success (ran 2 tests)random seed: 1604749380992235400generated 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 0.1s Mutex parallel [ ] 2 0 0 2 / 32 0.5s Mutex parallel [ ] 3 0 0 3 / 32 0.8s Mutex parallel [ ] 4 0 0 4 / 32 1.2s Mutex parallel [ ] 6 0 0 6 / 32 1.4s Mutex parallel [ ] 7 0 0 7 / 32 1.6s Mutex parallel [ ] 8 0 0 8 / 32 1.8s Mutex parallel [ ] 9 0 0 9 / 32 2.2s Mutex parallel [ ] 10 0 0 10 / 32 2.6s Mutex parallel [ ] 11 0 0 11 / 32 2.8s Mutex parallel [ ] 13 0 0 13 / 32 2.9s Mutex parallel [ ] 20 0 0 20 / 32 3.0s Mutex parallel [ ] 25 0 0 25 / 32 3.2s Mutex parallel [ ] 28 0 0 28 / 32 3.4s Mutex parallel [ ] 29 0 0 29 / 32 3.7s Mutex parallel [✓] 32 0 0 32 / 32 3.8s Mutex parallel================================================================================success (ran 2 tests)random seed: 3303175395702995041generated 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 [ ] 4 0 0 4 / 32 0.3s Mutex parallel [ ] 5 0 0 5 / 32 0.5s Mutex parallel [ ] 9 0 0 9 / 32 0.6s Mutex parallel [ ] 14 0 0 14 / 32 0.7s Mutex parallel [ ] 18 0 0 18 / 32 0.8s Mutex parallel [ ] 19 0 0 19 / 32 1.1s Mutex parallel [ ] 20 0 0 20 / 32 1.4s Mutex parallel [ ] 21 0 0 21 / 32 1.6s Mutex parallel [ ] 24 0 0 24 / 32 1.7s Mutex parallel [ ] 25 0 0 25 / 32 2.0s Mutex parallel [ ] 27 0 0 27 / 32 2.2s Mutex parallel [ ] 32 0 0 32 / 32 2.5s Mutex parallel [✓] 32 0 0 32 / 32 2.5s Mutex parallel================================================================================success (ran 2 tests)random seed: 4544171988776373016generated 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 [ ] 6 0 0 6 / 32 0.1s Mutex parallel [ ] 13 0 0 13 / 32 0.3s Mutex parallel [ ] 17 0 0 17 / 32 0.4s Mutex parallel [ ] 25 0 0 25 / 32 0.5s Mutex parallel [ ] 32 0 0 32 / 32 0.9s Mutex parallel [✓] 32 0 0 32 / 32 0.9s Mutex parallel================================================================================success (ran 2 tests)random seed: 71222828521533928generated 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 0.2s Mutex parallel [ ] 3 0 0 3 / 32 0.4s Mutex parallel [ ] 6 0 0 6 / 32 0.6s Mutex parallel [ ] 7 0 0 7 / 32 0.7s Mutex parallel [ ] 10 0 0 10 / 32 0.8s Mutex parallel [ ] 11 0 0 11 / 32 1.2s Mutex parallel [ ] 17 0 0 17 / 32 1.3s Mutex parallel [ ] 21 0 0 21 / 32 1.4s Mutex parallel [ ] 25 0 0 25 / 32 1.5s Mutex parallel [✓] 32 0 0 32 / 32 1.6s Mutex parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_rwlock.exe)random seed: 472574252371308764generated 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 1.2s Rwlock parallel [ ] 2 0 0 2 / 32 1.7s Rwlock parallel [ ] 3 0 0 3 / 32 2.0s Rwlock parallel [ ] 4 0 0 4 / 32 2.2s Rwlock parallel [ ] 5 0 0 5 / 32 2.3s Rwlock parallel [ ] 6 0 0 6 / 32 2.4s Rwlock parallel [ ] 7 0 0 7 / 32 2.6s Rwlock parallel [ ] 8 0 0 8 / 32 2.8s Rwlock parallel [ ] 9 0 0 9 / 32 2.9s Rwlock parallel [ ] 10 0 0 10 / 32 3.1s Rwlock parallel [ ] 11 0 0 11 / 32 3.3s Rwlock parallel [ ] 12 0 0 12 / 32 3.5s Rwlock parallel [ ] 13 0 0 13 / 32 3.8s Rwlock parallel [ ] 14 0 0 14 / 32 4.2s Rwlock parallel [ ] 15 0 0 15 / 32 4.6s Rwlock parallel [ ] 16 0 0 16 / 32 5.6s Rwlock parallel [ ] 17 0 0 17 / 32 6.0s Rwlock parallel [ ] 18 0 0 18 / 32 7.0s Rwlock parallel [ ] 19 0 0 19 / 32 7.6s Rwlock parallel [ ] 20 0 0 20 / 32 8.2s Rwlock parallel [ ] 21 0 0 21 / 32 8.7s Rwlock parallel [ ] 22 0 0 22 / 32 9.2s Rwlock parallel [ ] 23 0 0 23 / 32 9.6s Rwlock parallel [ ] 24 0 0 24 / 32 10.1s Rwlock parallel [ ] 25 0 0 25 / 32 10.4s Rwlock parallel [ ] 26 0 0 26 / 32 10.8s Rwlock parallel [ ] 27 0 0 27 / 32 11.2s Rwlock parallel [ ] 28 0 0 28 / 32 11.8s Rwlock parallel [ ] 29 0 0 29 / 32 12.2s Rwlock parallel [ ] 30 0 0 30 / 32 12.6s Rwlock parallel [ ] 31 0 0 31 / 32 13.4s Rwlock parallel [ ] 32 0 0 32 / 32 14.2s Rwlock parallel [✓] 32 0 0 32 / 32 14.2s Rwlock parallel================================================================================success (ran 2 tests)random seed: 1941595656175894286generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Rwlock sequential [✓] 64 0 0 64 / 64 0.0s Rwlock sequential[ ] 0 0 0 0 / 64 0.0s Rwlock parallel [ ] 1 0 0 1 / 64 0.8s Rwlock parallel [ ] 2 0 0 2 / 64 1.5s Rwlock parallel [ ] 3 0 0 3 / 64 3.7s Rwlock parallel [ ] 4 0 0 4 / 64 4.5s Rwlock parallel [ ] 5 0 0 5 / 64 5.5s Rwlock parallel [ ] 6 0 0 6 / 64 6.4s Rwlock parallel [ ] 7 0 0 7 / 64 8.5s Rwlock parallel [ ] 8 0 0 8 / 64 9.4s Rwlock parallel [ ] 9 0 0 9 / 64 10.1s Rwlock parallel [ ] 10 0 0 10 / 64 11.0s Rwlock parallel [ ] 11 0 0 11 / 64 11.5s Rwlock parallel [ ] 12 0 0 12 / 64 12.2s Rwlock parallel [ ] 13 0 0 13 / 64 12.9s Rwlock parallel [ ] 14 0 0 14 / 64 13.6s Rwlock parallel [ ] 15 0 0 15 / 64 14.1s Rwlock parallel [ ] 16 0 0 16 / 64 14.7s Rwlock parallel [ ] 17 0 0 17 / 64 15.3s Rwlock parallel [ ] 18 0 0 18 / 64 16.7s Rwlock parallel [ ] 19 0 0 19 / 64 17.1s Rwlock parallel [ ] 20 0 0 20 / 64 17.7s Rwlock parallel [ ] 21 0 0 21 / 64 18.2s Rwlock parallel [ ] 22 0 0 22 / 64 18.6s Rwlock parallel [ ] 23 0 0 23 / 64 19.1s Rwlock parallel [ ] 24 0 0 24 / 64 19.4s Rwlock parallel [ ] 25 0 0 25 / 64 20.4s Rwlock parallel [ ] 26 0 0 26 / 64 20.9s Rwlock parallel [ ] 27 0 0 27 / 64 21.4s Rwlock parallel [ ] 28 0 0 28 / 64 21.7s Rwlock parallel [ ] 29 0 0 29 / 64 21.8s Rwlock parallel [ ] 30 0 0 30 / 64 22.1s Rwlock parallel [ ] 31 0 0 31 / 64 22.4s Rwlock parallel [ ] 32 0 0 32 / 64 22.6s Rwlock parallel [ ] 33 0 0 33 / 64 22.7s Rwlock parallel [ ] 34 0 0 34 / 64 23.2s Rwlock parallel [ ] 36 0 0 36 / 64 23.3s Rwlock parallel [ ] 38 0 0 38 / 64 23.5s Rwlock parallel [ ] 41 0 0 41 / 64 23.6s Rwlock parallel [ ] 42 0 0 42 / 64 24.0s Rwlock parallel [ ] 44 0 0 44 / 64 24.1s Rwlock parallel [ ] 45 0 0 45 / 64 24.2s Rwlock parallel [ ] 46 0 0 46 / 64 24.3s Rwlock parallel [ ] 47 0 0 47 / 64 24.5s Rwlock parallel [ ] 50 0 0 50 / 64 24.8s Rwlock parallel [ ] 51 0 0 51 / 64 25.0s Rwlock parallel [ ] 53 0 0 53 / 64 25.1s Rwlock parallel [ ] 54 0 0 54 / 64 25.4s Rwlock parallel [ ] 55 0 0 55 / 64 25.5s Rwlock parallel [ ] 56 0 0 56 / 64 25.7s Rwlock parallel [ ] 57 0 0 57 / 64 25.9s Rwlock parallel [ ] 58 0 0 58 / 64 26.2s Rwlock parallel [ ] 59 0 0 59 / 64 26.6s Rwlock parallel [ ] 60 0 0 60 / 64 26.8s Rwlock parallel [ ] 61 0 0 61 / 64 27.3s Rwlock parallel [ ] 62 0 0 62 / 64 27.7s Rwlock parallel [ ] 63 0 0 63 / 64 27.9s Rwlock parallel [ ] 64 0 0 64 / 64 28.0s Rwlock parallel [✓] 64 0 0 64 / 64 28.0s Rwlock parallel================================================================================success (ran 2 tests)random seed: 1542357914966631557generated error fail pass / total time test name[ ] 0 0 0 0 / 40 0.0s Rwlock sequential [✓] 40 0 0 40 / 40 0.0s Rwlock sequential[ ] 0 0 0 0 / 40 0.0s Rwlock parallel [ ] 1 0 0 1 / 40 0.3s Rwlock parallel [ ] 2 0 0 2 / 40 0.6s Rwlock parallel [ ] 3 0 0 3 / 40 0.9s Rwlock parallel [ ] 4 0 0 4 / 40 1.2s Rwlock parallel [ ] 5 0 0 5 / 40 1.4s Rwlock parallel [ ] 6 0 0 6 / 40 1.7s Rwlock parallel [ ] 7 0 0 7 / 40 1.9s Rwlock parallel [ ] 8 0 0 8 / 40 2.1s Rwlock parallel [ ] 9 0 0 9 / 40 2.4s Rwlock parallel [ ] 10 0 0 10 / 40 2.7s Rwlock parallel [ ] 11 0 0 11 / 40 3.0s Rwlock parallel [ ] 12 0 0 12 / 40 3.4s Rwlock parallel [ ] 13 0 0 13 / 40 3.6s Rwlock parallel [ ] 14 0 0 14 / 40 4.5s Rwlock parallel [ ] 15 0 0 15 / 40 5.1s Rwlock parallel [ ] 16 0 0 16 / 40 5.4s Rwlock parallel [ ] 17 0 0 17 / 40 5.5s Rwlock parallel [ ] 18 0 0 18 / 40 5.7s Rwlock parallel [ ] 21 0 0 21 / 40 5.8s Rwlock parallel [ ] 22 0 0 22 / 40 6.2s Rwlock parallel [ ] 23 0 0 23 / 40 6.6s Rwlock parallel [ ] 24 0 0 24 / 40 6.7s Rwlock parallel [ ] 26 0 0 26 / 40 6.8s Rwlock parallel [ ] 27 0 0 27 / 40 7.0s Rwlock parallel [ ] 28 0 0 28 / 40 7.4s Rwlock parallel [ ] 29 0 0 29 / 40 7.6s Rwlock parallel [ ] 31 0 0 31 / 40 8.0s Rwlock parallel [ ] 32 0 0 32 / 40 8.3s Rwlock parallel [ ] 33 0 0 33 / 40 8.6s Rwlock parallel [ ] 34 0 0 34 / 40 8.9s Rwlock parallel [ ] 35 0 0 35 / 40 9.0s Rwlock parallel [ ] 37 0 0 37 / 40 9.3s Rwlock parallel [ ] 39 0 0 39 / 40 9.4s Rwlock parallel [✓] 40 0 0 40 / 40 9.5s Rwlock parallel================================================================================success (ran 2 tests)random seed: 815226513449250135generated 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 0.2s Rwlock parallel [ ] 6 0 0 6 / 32 0.3s Rwlock parallel [ ] 9 0 0 9 / 32 0.8s Rwlock parallel [ ] 10 0 0 10 / 32 1.2s Rwlock parallel [ ] 12 0 0 12 / 32 1.5s Rwlock parallel [ ] 14 0 0 14 / 32 1.7s Rwlock parallel [ ] 16 0 0 16 / 32 2.0s Rwlock parallel [ ] 17 0 0 17 / 32 2.1s Rwlock parallel [ ] 18 0 0 18 / 32 2.5s Rwlock parallel [ ] 19 0 0 19 / 32 2.8s Rwlock parallel [ ] 20 0 0 20 / 32 3.1s Rwlock parallel [ ] 21 0 0 21 / 32 3.2s Rwlock parallel [ ] 23 0 0 23 / 32 3.3s Rwlock parallel [ ] 25 0 0 25 / 32 3.6s Rwlock parallel [ ] 29 0 0 29 / 32 3.7s Rwlock parallel [ ] 31 0 0 31 / 32 4.0s Rwlock parallel [✓] 32 0 0 32 / 32 4.1s Rwlock parallel================================================================================success (ran 2 tests)random seed: 4073670789506912550generated 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 [ ] 3 0 0 3 / 32 0.1s Rwlock parallel [ ] 7 0 0 7 / 32 0.2s Rwlock parallel [ ] 12 0 0 12 / 32 0.4s Rwlock parallel [ ] 13 0 0 13 / 32 0.6s Rwlock parallel [ ] 17 0 0 17 / 32 0.7s Rwlock parallel [ ] 23 0 0 23 / 32 1.0s Rwlock parallel [ ] 24 0 0 24 / 32 1.3s Rwlock parallel [ ] 25 0 0 25 / 32 1.5s Rwlock parallel [ ] 26 0 0 26 / 32 1.7s Rwlock parallel [ ] 27 0 0 27 / 32 1.8s Rwlock parallel [ ] 30 0 0 30 / 32 2.0s Rwlock parallel [ ] 31 0 0 31 / 32 2.1s Rwlock parallel [✓] 32 0 0 32 / 32 2.1s Rwlock parallel================================================================================success (ran 2 tests)random seed: 3075588320608729143generated 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 [ ] 4 0 0 4 / 32 0.1s Rwlock parallel [ ] 8 0 0 8 / 32 0.2s Rwlock parallel [ ] 17 0 0 17 / 32 0.3s Rwlock parallel [ ] 22 0 0 22 / 32 0.4s Rwlock parallel [ ] 30 0 0 30 / 32 0.6s Rwlock parallel [✓] 32 0 0 32 / 32 0.6s Rwlock parallel================================================================================success (ran 2 tests)random seed: 3787353725016176786generated 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 [ ] 2 0 0 2 / 32 0.2s Rwlock parallel [ ] 10 0 0 10 / 32 0.3s Rwlock parallel [ ] 17 0 0 17 / 32 0.4s Rwlock parallel [ ] 26 0 0 26 / 32 0.5s Rwlock parallel [✓] 32 0 0 32 / 32 0.6s Rwlock parallel================================================================================success (ran 2 tests)random seed: 891094197831837434generated 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 [ ] 8 0 0 8 / 32 0.1s Rwlock parallel [ ] 11 0 0 11 / 32 0.5s Rwlock parallel [ ] 13 0 0 13 / 32 0.9s Rwlock parallel [ ] 18 0 0 18 / 32 1.1s Rwlock parallel [ ] 21 0 0 21 / 32 1.2s Rwlock parallel [ ] 23 0 0 23 / 32 1.4s Rwlock parallel [ ] 25 0 0 25 / 32 1.5s Rwlock parallel [ ] 29 0 0 29 / 32 1.7s Rwlock parallel [ ] 31 0 0 31 / 32 1.8s Rwlock parallel [✓] 32 0 0 32 / 32 1.9s Rwlock parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_lock.exe)random seed: 1243137892520592691generated 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 0.6s Lock parallel [ ] 2 0 0 2 / 32 1.2s Lock parallel [ ] 3 0 0 3 / 32 1.7s Lock parallel [ ] 4 0 0 4 / 32 1.9s Lock parallel [ ] 5 0 0 5 / 32 2.1s Lock parallel [ ] 7 0 0 7 / 32 2.3s Lock parallel [ ] 8 0 0 8 / 32 2.6s Lock parallel [ ] 9 0 0 9 / 32 2.9s Lock parallel [ ] 10 0 0 10 / 32 3.2s Lock parallel [ ] 12 0 0 12 / 32 3.4s Lock parallel [ ] 14 0 0 14 / 32 3.6s Lock parallel [ ] 15 0 0 15 / 32 3.8s Lock parallel [ ] 16 0 0 16 / 32 3.9s Lock parallel [ ] 17 0 0 17 / 32 4.2s Lock parallel [ ] 18 0 0 18 / 32 4.5s Lock parallel [ ] 19 0 0 19 / 32 4.6s Lock parallel [ ] 20 0 0 20 / 32 4.7s Lock parallel [ ] 21 0 0 21 / 32 5.0s Lock parallel [ ] 22 0 0 22 / 32 5.3s Lock parallel [ ] 23 0 0 23 / 32 5.6s Lock parallel [ ] 24 0 0 24 / 32 6.1s Lock parallel [ ] 25 0 0 25 / 32 6.4s Lock parallel [ ] 26 0 0 26 / 32 6.8s Lock parallel [ ] 27 0 0 27 / 32 7.6s Lock parallel [ ] 28 0 0 28 / 32 8.0s Lock parallel [ ] 29 0 0 29 / 32 8.4s Lock parallel [ ] 30 0 0 30 / 32 9.0s Lock parallel [ ] 31 0 0 31 / 32 9.6s Lock parallel [ ] 32 0 0 32 / 32 10.2s Lock parallel [✓] 32 0 0 32 / 32 10.2s Lock parallel================================================================================success (ran 2 tests)random seed: 169041293446292732generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Lock sequential [✓] 64 0 0 64 / 64 0.0s Lock sequential[ ] 0 0 0 0 / 64 0.0s Lock parallel [ ] 1 0 0 1 / 64 0.6s Lock parallel [ ] 2 0 0 2 / 64 1.3s Lock parallel [ ] 3 0 0 3 / 64 1.8s Lock parallel [ ] 4 0 0 4 / 64 2.2s Lock parallel [ ] 5 0 0 5 / 64 2.8s Lock parallel [ ] 6 0 0 6 / 64 3.5s Lock parallel [ ] 7 0 0 7 / 64 4.3s Lock parallel [ ] 8 0 0 8 / 64 4.9s Lock parallel [ ] 9 0 0 9 / 64 5.7s Lock parallel [ ] 10 0 0 10 / 64 6.4s Lock parallel [ ] 11 0 0 11 / 64 7.1s Lock parallel [ ] 12 0 0 12 / 64 8.1s Lock parallel [ ] 13 0 0 13 / 64 8.7s Lock parallel [ ] 14 0 0 14 / 64 9.6s Lock parallel [ ] 15 0 0 15 / 64 10.3s Lock parallel [ ] 16 0 0 16 / 64 11.0s Lock parallel [ ] 17 0 0 17 / 64 11.7s Lock parallel [ ] 18 0 0 18 / 64 12.4s Lock parallel [ ] 19 0 0 19 / 64 13.0s Lock parallel [ ] 20 0 0 20 / 64 13.6s Lock parallel [ ] 21 0 0 21 / 64 14.2s Lock parallel [ ] 22 0 0 22 / 64 14.9s Lock parallel [ ] 23 0 0 23 / 64 15.5s Lock parallel [ ] 24 0 0 24 / 64 16.3s Lock parallel [ ] 25 0 0 25 / 64 17.1s Lock parallel [ ] 26 0 0 26 / 64 18.1s Lock parallel [ ] 27 0 0 27 / 64 19.0s Lock parallel [ ] 28 0 0 28 / 64 19.7s Lock parallel [ ] 29 0 0 29 / 64 20.3s Lock parallel [ ] 30 0 0 30 / 64 21.8s Lock parallel [ ] 31 0 0 31 / 64 22.3s Lock parallel [ ] 32 0 0 32 / 64 23.0s Lock parallel [ ] 33 0 0 33 / 64 23.7s Lock parallel [ ] 34 0 0 34 / 64 24.3s Lock parallel [ ] 35 0 0 35 / 64 25.0s Lock parallel [ ] 36 0 0 36 / 64 25.6s Lock parallel [ ] 37 0 0 37 / 64 26.2s Lock parallel [ ] 38 0 0 38 / 64 26.7s Lock parallel [ ] 39 0 0 39 / 64 27.0s Lock parallel [ ] 40 0 0 40 / 64 27.2s Lock parallel [ ] 42 0 0 42 / 64 27.3s Lock parallel [ ] 44 0 0 44 / 64 27.4s Lock parallel [ ] 45 0 0 45 / 64 27.6s Lock parallel [ ] 46 0 0 46 / 64 28.1s Lock parallel [ ] 47 0 0 47 / 64 28.3s Lock parallel [ ] 48 0 0 48 / 64 28.4s Lock parallel [ ] 51 0 0 51 / 64 28.5s Lock parallel [ ] 54 0 0 54 / 64 29.7s Lock parallel [ ] 55 0 0 55 / 64 30.1s Lock parallel [ ] 56 0 0 56 / 64 30.4s Lock parallel [ ] 57 0 0 57 / 64 30.8s Lock parallel [ ] 58 0 0 58 / 64 31.1s Lock parallel [ ] 59 0 0 59 / 64 31.4s Lock parallel [ ] 60 0 0 60 / 64 31.8s Lock parallel [ ] 61 0 0 61 / 64 32.1s Lock parallel [ ] 62 0 0 62 / 64 32.6s Lock parallel [ ] 63 0 0 63 / 64 32.8s Lock parallel [ ] 64 0 0 64 / 64 33.0s Lock parallel [✓] 64 0 0 64 / 64 33.0s Lock parallel================================================================================success (ran 2 tests)random seed: 3337840167030750041generated error fail pass / total time test name[ ] 0 0 0 0 / 37 0.0s Lock sequential [✓] 37 0 0 37 / 37 0.0s Lock sequential[ ] 0 0 0 0 / 37 0.0s Lock parallel [ ] 1 0 0 1 / 37 0.2s Lock parallel [ ] 2 0 0 2 / 37 0.7s Lock parallel [ ] 3 0 0 3 / 37 1.3s Lock parallel [ ] 4 0 0 4 / 37 1.9s Lock parallel [ ] 5 0 0 5 / 37 2.3s Lock parallel [ ] 6 0 0 6 / 37 2.6s Lock parallel [ ] 7 0 0 7 / 37 2.9s Lock parallel [ ] 8 0 0 8 / 37 3.2s Lock parallel [ ] 9 0 0 9 / 37 3.6s Lock parallel [ ] 10 0 0 10 / 37 4.0s Lock parallel [ ] 11 0 0 11 / 37 4.4s Lock parallel [ ] 13 0 0 13 / 37 4.6s Lock parallel [ ] 14 0 0 14 / 37 5.0s Lock parallel [ ] 15 0 0 15 / 37 5.3s Lock parallel [ ] 16 0 0 16 / 37 5.6s Lock parallel [ ] 17 0 0 17 / 37 5.7s Lock parallel [ ] 18 0 0 18 / 37 6.0s Lock parallel [ ] 19 0 0 19 / 37 6.2s Lock parallel [ ] 20 0 0 20 / 37 6.6s Lock parallel [ ] 21 0 0 21 / 37 7.0s Lock parallel [ ] 22 0 0 22 / 37 7.4s Lock parallel [ ] 23 0 0 23 / 37 7.8s Lock parallel [ ] 24 0 0 24 / 37 7.9s Lock parallel [ ] 26 0 0 26 / 37 8.1s Lock parallel [ ] 27 0 0 27 / 37 8.2s Lock parallel [ ] 28 0 0 28 / 37 8.4s Lock parallel [ ] 29 0 0 29 / 37 8.6s Lock parallel [ ] 30 0 0 30 / 37 8.8s Lock parallel [ ] 36 0 0 36 / 37 8.9s Lock parallel [✓] 37 0 0 37 / 37 8.9s Lock parallel================================================================================success (ran 2 tests)random seed: 3224271910484362256generated 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 [ ] 2 0 0 2 / 32 0.2s Lock parallel [ ] 3 0 0 3 / 32 0.4s Lock parallel [ ] 4 0 0 4 / 32 0.5s Lock parallel [ ] 5 0 0 5 / 32 0.8s Lock parallel [ ] 7 0 0 7 / 32 1.1s Lock parallel [ ] 8 0 0 8 / 32 1.2s Lock parallel [ ] 9 0 0 9 / 32 1.4s Lock parallel [ ] 11 0 0 11 / 32 1.6s Lock parallel [ ] 13 0 0 13 / 32 1.9s Lock parallel [ ] 14 0 0 14 / 32 2.3s Lock parallel [ ] 15 0 0 15 / 32 2.6s Lock parallel [ ] 16 0 0 16 / 32 2.8s Lock parallel [ ] 18 0 0 18 / 32 2.9s Lock parallel [ ] 22 0 0 22 / 32 3.0s Lock parallel [ ] 30 0 0 30 / 32 3.1s Lock parallel [✓] 32 0 0 32 / 32 3.1s Lock parallel================================================================================success (ran 2 tests)random seed: 3185035759580517673generated 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 [ ] 3 0 0 3 / 32 0.1s Lock parallel [ ] 11 0 0 11 / 32 0.6s Lock parallel [ ] 17 0 0 17 / 32 0.7s Lock parallel [ ] 22 0 0 22 / 32 0.8s Lock parallel [ ] 24 0 0 24 / 32 1.2s Lock parallel [ ] 28 0 0 28 / 32 1.3s Lock parallel [✓] 32 0 0 32 / 32 1.3s Lock parallel================================================================================success (ran 2 tests)random seed: 2459383483688814579generated 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 [ ] 3 0 0 3 / 32 0.1s Lock parallel [ ] 4 0 0 4 / 32 0.5s Lock parallel [ ] 5 0 0 5 / 32 0.7s Lock parallel [ ] 6 0 0 6 / 32 0.8s Lock parallel [ ] 7 0 0 7 / 32 0.9s Lock parallel [ ] 10 0 0 10 / 32 1.1s Lock parallel [ ] 15 0 0 15 / 32 1.3s Lock parallel [ ] 18 0 0 18 / 32 1.4s Lock parallel [ ] 22 0 0 22 / 32 1.7s Lock parallel [ ] 26 0 0 26 / 32 1.9s Lock parallel [✓] 32 0 0 32 / 32 1.9s Lock parallel================================================================================success (ran 2 tests)random seed: 2766948639834032598generated 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 [ ] 6 0 0 6 / 32 0.1s Lock parallel [ ] 12 0 0 12 / 32 0.2s Lock parallel [ ] 15 0 0 15 / 32 0.5s Lock parallel [ ] 24 0 0 24 / 32 0.6s Lock parallel [✓] 32 0 0 32 / 32 0.7s Lock parallel================================================================================success (ran 2 tests)random seed: 2806797550791417118generated 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 [ ] 4 0 0 4 / 32 0.4s Lock parallel [ ] 8 0 0 8 / 32 0.7s Lock parallel [ ] 9 0 0 9 / 32 1.0s Lock parallel [ ] 15 0 0 15 / 32 1.1s Lock parallel [ ] 17 0 0 17 / 32 1.2s Lock parallel [ ] 22 0 0 22 / 32 1.3s Lock parallel [ ] 24 0 0 24 / 32 1.5s Lock parallel [ ] 28 0 0 28 / 32 1.6s Lock parallel [ ] 31 0 0 31 / 32 1.9s Lock parallel [ ] 32 0 0 32 / 32 2.0s Lock parallel [✓] 32 0 0 32 / 32 2.0s Lock parallel================================================================================success (ran 2 tests)(cd _build/default/bench && ./main.exe -brief 'Picos Yield')Picos Yield:time per yield/10000 fibers:429.53 nstime per yield/1000 fibers:267.68 nstime per yield/100 fibers:246.93 nstime per yield/10 fibers:204.57 nstime per yield/1 fiber:144.85 nsyields over time/10000 fibers:2.33 M/syields over time/1000 fibers:3.74 M/syields over time/100 fibers:4.05 M/syields over time/10 fibers:4.89 M/syields over time/1 fiber:6.90 M/s(cd _build/default/test && ./test_mpmcq.exe)random seed: 706219132444820074generated 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 0.6s Mpmcq parallel [ ] 2 0 0 2 / 32 1.2s Mpmcq parallel [ ] 3 0 0 3 / 32 1.6s Mpmcq parallel [ ] 4 0 0 4 / 32 1.9s Mpmcq parallel [ ] 5 0 0 5 / 32 2.1s Mpmcq parallel [ ] 6 0 0 6 / 32 2.2s Mpmcq parallel [ ] 7 0 0 7 / 32 2.6s Mpmcq parallel [ ] 8 0 0 8 / 32 2.9s Mpmcq parallel [ ] 9 0 0 9 / 32 3.3s Mpmcq parallel [ ] 10 0 0 10 / 32 3.6s Mpmcq parallel [ ] 11 0 0 11 / 32 3.9s Mpmcq parallel [ ] 12 0 0 12 / 32 4.3s Mpmcq parallel [ ] 13 0 0 13 / 32 4.8s Mpmcq parallel [ ] 14 0 0 14 / 32 5.3s Mpmcq parallel [ ] 15 0 0 15 / 32 5.8s Mpmcq parallel [ ] 16 0 0 16 / 32 6.3s Mpmcq parallel [ ] 17 0 0 17 / 32 6.8s Mpmcq parallel [ ] 18 0 0 18 / 32 7.3s Mpmcq parallel [ ] 19 0 0 19 / 32 7.9s Mpmcq parallel [ ] 20 0 0 20 / 32 8.6s Mpmcq parallel [ ] 21 0 0 21 / 32 9.1s Mpmcq parallel [ ] 22 0 0 22 / 32 9.6s Mpmcq parallel [ ] 23 0 0 23 / 32 10.2s Mpmcq parallel [ ] 24 0 0 24 / 32 10.6s Mpmcq parallel [ ] 25 0 0 25 / 32 11.3s Mpmcq parallel [ ] 26 0 0 26 / 32 11.7s Mpmcq parallel [ ] 27 0 0 27 / 32 12.0s Mpmcq parallel [ ] 28 0 0 28 / 32 12.6s Mpmcq parallel [ ] 29 0 0 29 / 32 13.1s Mpmcq parallel [ ] 30 0 0 30 / 32 13.8s Mpmcq parallel [ ] 31 0 0 31 / 32 14.7s Mpmcq parallel [ ] 32 0 0 32 / 32 15.5s Mpmcq parallel [✓] 32 0 0 32 / 32 15.5s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 1850575792545431939generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Mpmcq sequential [✓] 64 0 0 64 / 64 0.0s Mpmcq sequential[ ] 0 0 0 0 / 64 0.0s Mpmcq parallel [ ] 1 0 0 1 / 64 0.7s Mpmcq parallel [ ] 2 0 0 2 / 64 1.6s Mpmcq parallel [ ] 3 0 0 3 / 64 2.5s Mpmcq parallel [ ] 4 0 0 4 / 64 3.3s Mpmcq parallel [ ] 5 0 0 5 / 64 4.3s Mpmcq parallel [ ] 6 0 0 6 / 64 5.2s Mpmcq parallel [ ] 7 0 0 7 / 64 8.1s Mpmcq parallel [ ] 8 0 0 8 / 64 9.0s Mpmcq parallel [ ] 9 0 0 9 / 64 9.7s Mpmcq parallel [ ] 10 0 0 10 / 64 10.7s Mpmcq parallel [ ] 11 0 0 11 / 64 11.1s Mpmcq parallel [ ] 12 0 0 12 / 64 11.7s Mpmcq parallel [ ] 13 0 0 13 / 64 12.4s Mpmcq parallel [ ] 14 0 0 14 / 64 13.1s Mpmcq parallel [ ] 15 0 0 15 / 64 13.6s Mpmcq parallel [ ] 16 0 0 16 / 64 14.2s Mpmcq parallel [ ] 17 0 0 17 / 64 14.8s Mpmcq parallel [ ] 18 0 0 18 / 64 15.3s Mpmcq parallel [ ] 19 0 0 19 / 64 15.8s Mpmcq parallel [ ] 20 0 0 20 / 64 16.1s Mpmcq parallel [ ] 21 0 0 21 / 64 16.7s Mpmcq parallel [ ] 22 0 0 22 / 64 17.2s Mpmcq parallel [ ] 23 0 0 23 / 64 17.7s Mpmcq parallel [ ] 24 0 0 24 / 64 18.2s Mpmcq parallel [ ] 25 0 0 25 / 64 18.8s Mpmcq parallel [ ] 26 0 0 26 / 64 20.0s Mpmcq parallel [ ] 27 0 0 27 / 64 20.3s Mpmcq parallel [ ] 28 0 0 28 / 64 20.5s Mpmcq parallel [ ] 29 0 0 29 / 64 20.9s Mpmcq parallel [ ] 30 0 0 30 / 64 21.2s Mpmcq parallel [ ] 31 0 0 31 / 64 21.4s Mpmcq parallel [ ] 33 0 0 33 / 64 21.6s Mpmcq parallel [ ] 34 0 0 34 / 64 21.8s Mpmcq parallel [ ] 36 0 0 36 / 64 21.9s Mpmcq parallel [ ] 38 0 0 38 / 64 22.1s Mpmcq parallel [ ] 41 0 0 41 / 64 22.2s Mpmcq parallel [ ] 45 0 0 45 / 64 22.4s Mpmcq parallel [ ] 46 0 0 46 / 64 22.6s Mpmcq parallel [ ] 47 0 0 47 / 64 23.0s Mpmcq parallel [ ] 48 0 0 48 / 64 23.1s Mpmcq parallel [ ] 49 0 0 49 / 64 23.2s Mpmcq parallel [ ] 50 0 0 50 / 64 23.3s Mpmcq parallel [ ] 51 0 0 51 / 64 23.5s Mpmcq parallel [ ] 53 0 0 53 / 64 23.8s Mpmcq parallel [ ] 55 0 0 55 / 64 24.1s Mpmcq parallel [ ] 56 0 0 56 / 64 24.2s Mpmcq parallel [ ] 58 0 0 58 / 64 24.5s Mpmcq parallel [ ] 59 0 0 59 / 64 25.4s Mpmcq parallel [ ] 60 0 0 60 / 64 25.7s Mpmcq parallel [ ] 61 0 0 61 / 64 25.9s Mpmcq parallel [ ] 62 0 0 62 / 64 26.2s Mpmcq parallel [ ] 63 0 0 63 / 64 26.6s Mpmcq parallel [ ] 64 0 0 64 / 64 26.8s Mpmcq parallel [✓] 64 0 0 64 / 64 26.8s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 614554203145667418generated error fail pass / total time test name[ ] 0 0 0 0 / 40 0.0s Mpmcq sequential [✓] 40 0 0 40 / 40 0.0s Mpmcq sequential[ ] 0 0 0 0 / 40 0.0s Mpmcq parallel [ ] 1 0 0 1 / 40 0.4s Mpmcq parallel [ ] 2 0 0 2 / 40 0.8s Mpmcq parallel [ ] 3 0 0 3 / 40 0.9s Mpmcq parallel [ ] 4 0 0 4 / 40 1.2s Mpmcq parallel [ ] 5 0 0 5 / 40 1.6s Mpmcq parallel [ ] 6 0 0 6 / 40 1.8s Mpmcq parallel [ ] 7 0 0 7 / 40 2.0s Mpmcq parallel [ ] 8 0 0 8 / 40 2.6s Mpmcq parallel [ ] 9 0 0 9 / 40 2.8s Mpmcq parallel [ ] 10 0 0 10 / 40 3.1s Mpmcq parallel [ ] 11 0 0 11 / 40 3.4s Mpmcq parallel [ ] 12 0 0 12 / 40 3.7s Mpmcq parallel [ ] 13 0 0 13 / 40 4.1s Mpmcq parallel [ ] 14 0 0 14 / 40 4.6s Mpmcq parallel [ ] 15 0 0 15 / 40 5.1s Mpmcq parallel [ ] 16 0 0 16 / 40 5.4s Mpmcq parallel [ ] 18 0 0 18 / 40 5.5s Mpmcq parallel [ ] 20 0 0 20 / 40 5.6s Mpmcq parallel [ ] 22 0 0 22 / 40 5.7s Mpmcq parallel [ ] 23 0 0 23 / 40 6.0s Mpmcq parallel [ ] 24 0 0 24 / 40 6.4s Mpmcq parallel [ ] 25 0 0 25 / 40 6.6s Mpmcq parallel [ ] 26 0 0 26 / 40 6.8s Mpmcq parallel [ ] 27 0 0 27 / 40 7.0s Mpmcq parallel [ ] 28 0 0 28 / 40 7.2s Mpmcq parallel [ ] 29 0 0 29 / 40 7.4s Mpmcq parallel [ ] 30 0 0 30 / 40 7.6s Mpmcq parallel [ ] 31 0 0 31 / 40 7.9s Mpmcq parallel [ ] 32 0 0 32 / 40 8.4s Mpmcq parallel [ ] 33 0 0 33 / 40 8.6s Mpmcq parallel [ ] 34 0 0 34 / 40 8.8s Mpmcq parallel [ ] 35 0 0 35 / 40 9.0s Mpmcq parallel [ ] 38 0 0 38 / 40 9.3s Mpmcq parallel [ ] 39 0 0 39 / 40 9.4s Mpmcq parallel [ ] 40 0 0 40 / 40 9.6s Mpmcq parallel [✓] 40 0 0 40 / 40 9.6s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 3220784839869710740generated 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 [ ] 2 0 0 2 / 32 0.6s Mpmcq parallel [ ] 4 0 0 4 / 32 0.8s Mpmcq parallel [ ] 5 0 0 5 / 32 1.1s Mpmcq parallel [ ] 7 0 0 7 / 32 1.2s Mpmcq parallel [ ] 8 0 0 8 / 32 1.4s Mpmcq parallel [ ] 9 0 0 9 / 32 1.5s Mpmcq parallel [ ] 11 0 0 11 / 32 1.6s Mpmcq parallel [ ] 13 0 0 13 / 32 1.8s Mpmcq parallel [ ] 14 0 0 14 / 32 1.9s Mpmcq parallel [ ] 15 0 0 15 / 32 2.3s Mpmcq parallel [ ] 16 0 0 16 / 32 2.7s Mpmcq parallel [ ] 17 0 0 17 / 32 3.0s Mpmcq parallel [ ] 18 0 0 18 / 32 3.1s Mpmcq parallel [ ] 23 0 0 23 / 32 3.3s Mpmcq parallel [ ] 24 0 0 24 / 32 3.6s Mpmcq parallel [ ] 25 0 0 25 / 32 3.8s Mpmcq parallel [ ] 29 0 0 29 / 32 4.0s Mpmcq parallel [ ] 31 0 0 31 / 32 4.1s Mpmcq parallel [ ] 32 0 0 32 / 32 4.2s Mpmcq parallel [✓] 32 0 0 32 / 32 4.2s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 1932272392460998986generated 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 [ ] 2 0 0 2 / 32 0.4s Mpmcq parallel [ ] 6 0 0 6 / 32 0.6s Mpmcq parallel [ ] 8 0 0 8 / 32 1.0s Mpmcq parallel [ ] 9 0 0 9 / 32 1.3s Mpmcq parallel [ ] 11 0 0 11 / 32 1.5s Mpmcq parallel [ ] 14 0 0 14 / 32 1.6s Mpmcq parallel [ ] 16 0 0 16 / 32 1.8s Mpmcq parallel [ ] 18 0 0 18 / 32 2.2s Mpmcq parallel [ ] 26 0 0 26 / 32 2.7s Mpmcq parallel [ ] 29 0 0 29 / 32 2.9s Mpmcq parallel [✓] 32 0 0 32 / 32 2.9s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 1860659636601486493generated 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 [ ] 3 0 0 3 / 32 0.5s Mpmcq parallel [ ] 5 0 0 5 / 32 0.6s Mpmcq parallel [ ] 10 0 0 10 / 32 0.7s Mpmcq parallel [ ] 11 0 0 11 / 32 1.1s Mpmcq parallel [ ] 17 0 0 17 / 32 1.2s Mpmcq parallel [ ] 22 0 0 22 / 32 1.7s Mpmcq parallel [ ] 27 0 0 27 / 32 2.1s Mpmcq parallel [ ] 31 0 0 31 / 32 2.3s Mpmcq parallel [ ] 32 0 0 32 / 32 2.6s Mpmcq parallel [✓] 32 0 0 32 / 32 2.6s Mpmcq parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_mpscq.exe)random seed: 3114193573522002887generated 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 1.0s Mpscq parallel [ ] 2 0 0 2 / 32 1.3s Mpscq parallel [ ] 3 0 0 3 / 32 1.6s Mpscq parallel [ ] 4 0 0 4 / 32 2.2s Mpscq parallel [ ] 5 0 0 5 / 32 2.6s Mpscq parallel [ ] 6 0 0 6 / 32 2.8s Mpscq parallel [ ] 7 0 0 7 / 32 2.9s Mpscq parallel [ ] 9 0 0 9 / 32 3.8s Mpscq parallel [ ] 10 0 0 10 / 32 4.1s Mpscq parallel [ ] 11 0 0 11 / 32 4.6s Mpscq parallel [ ] 12 0 0 12 / 32 5.1s Mpscq parallel [ ] 13 0 0 13 / 32 6.0s Mpscq parallel [ ] 14 0 0 14 / 32 6.5s Mpscq parallel [ ] 15 0 0 15 / 32 7.1s Mpscq parallel [ ] 16 0 0 16 / 32 7.8s Mpscq parallel [ ] 17 0 0 17 / 32 10.1s Mpscq parallel [ ] 18 0 0 18 / 32 11.0s Mpscq parallel [ ] 19 0 0 19 / 32 12.0s Mpscq parallel [ ] 20 0 0 20 / 32 13.1s Mpscq parallel [ ] 21 0 0 21 / 32 14.1s Mpscq parallel [ ] 22 0 0 22 / 32 15.2s Mpscq parallel [ ] 23 0 0 23 / 32 16.1s Mpscq parallel [ ] 24 0 0 24 / 32 17.5s Mpscq parallel [ ] 25 0 0 25 / 32 19.1s Mpscq parallel [ ] 26 0 0 26 / 32 20.0s Mpscq parallel [ ] 27 0 0 27 / 32 21.1s Mpscq parallel [ ] 28 0 0 28 / 32 22.5s Mpscq parallel [ ] 29 0 0 29 / 32 23.6s Mpscq parallel [ ] 30 0 0 30 / 32 24.8s Mpscq parallel [ ] 31 0 0 31 / 32 26.9s Mpscq parallel [ ] 32 0 0 32 / 32 28.0s Mpscq parallel [✓] 32 0 0 32 / 32 28.0s Mpscq parallel================================================================================success (ran 2 tests)random seed: 2514337971010243767generated error fail pass / total time test name[ ] 0 0 0 0 / 36 0.0s Mpscq sequential [✓] 36 0 0 36 / 36 0.0s Mpscq sequential[ ] 0 0 0 0 / 36 0.0s Mpscq parallel [ ] 1 0 0 1 / 36 1.9s Mpscq parallel [ ] 2 0 0 2 / 36 3.0s Mpscq parallel [ ] 3 0 0 3 / 36 3.9s Mpscq parallel [ ] 4 0 0 4 / 36 5.6s Mpscq parallel [ ] 5 0 0 5 / 36 6.5s Mpscq parallel [ ] 6 0 0 6 / 36 7.4s Mpscq parallel [ ] 7 0 0 7 / 36 8.2s Mpscq parallel [ ] 8 0 0 8 / 36 8.5s Mpscq parallel [ ] 9 0 0 9 / 36 8.8s Mpscq parallel [ ] 10 0 0 10 / 36 9.0s Mpscq parallel [ ] 12 0 0 12 / 36 9.1s Mpscq parallel [ ] 13 0 0 13 / 36 9.8s Mpscq parallel [ ] 15 0 0 15 / 36 10.0s Mpscq parallel [ ] 17 0 0 17 / 36 10.3s Mpscq parallel [ ] 18 0 0 18 / 36 11.3s Mpscq parallel [ ] 19 0 0 19 / 36 12.1s Mpscq parallel [ ] 20 0 0 20 / 36 12.9s Mpscq parallel [ ] 21 0 0 21 / 36 14.3s Mpscq parallel [ ] 22 0 0 22 / 36 14.4s Mpscq parallel [ ] 23 0 0 23 / 36 14.6s Mpscq parallel [ ] 24 0 0 24 / 36 15.2s Mpscq parallel [ ] 25 0 0 25 / 36 16.1s Mpscq parallel [ ] 26 0 0 26 / 36 16.8s Mpscq parallel [ ] 27 0 0 27 / 36 17.5s Mpscq parallel [ ] 28 0 0 28 / 36 18.4s Mpscq parallel [ ] 29 0 0 29 / 36 18.9s Mpscq parallel [ ] 30 0 0 30 / 36 19.0s Mpscq parallel [ ] 31 0 0 31 / 36 19.1s Mpscq parallel [ ] 32 0 0 32 / 36 19.2s Mpscq parallel [ ] 33 0 0 33 / 36 19.6s Mpscq parallel [ ] 34 0 0 34 / 36 20.1s Mpscq parallel [ ] 35 0 0 35 / 36 20.2s Mpscq parallel [ ] 36 0 0 36 / 36 20.5s Mpscq parallel [✓] 36 0 0 36 / 36 20.5s Mpscq parallel================================================================================success (ran 2 tests)random seed: 1768567115589459026generated 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 0.3s Mpscq parallel [ ] 2 0 0 2 / 32 0.4s Mpscq parallel [ ] 3 0 0 3 / 32 1.7s Mpscq parallel [ ] 4 0 0 4 / 32 1.9s Mpscq parallel [ ] 5 0 0 5 / 32 2.1s Mpscq parallel [ ] 6 0 0 6 / 32 2.3s Mpscq parallel [ ] 7 0 0 7 / 32 2.8s Mpscq parallel [ ] 10 0 0 10 / 32 3.5s Mpscq parallel [ ] 11 0 0 11 / 32 3.8s Mpscq parallel [ ] 12 0 0 12 / 32 4.1s Mpscq parallel [ ] 14 0 0 14 / 32 4.3s Mpscq parallel [ ] 15 0 0 15 / 32 4.4s Mpscq parallel [ ] 16 0 0 16 / 32 4.6s Mpscq parallel [ ] 17 0 0 17 / 32 5.6s Mpscq parallel [ ] 18 0 0 18 / 32 5.7s Mpscq parallel [ ] 22 0 0 22 / 32 5.8s Mpscq parallel [ ] 26 0 0 26 / 32 6.2s Mpscq parallel [ ] 31 0 0 31 / 32 6.3s Mpscq parallel [ ] 32 0 0 32 / 32 6.5s Mpscq parallel [✓] 32 0 0 32 / 32 6.5s Mpscq parallel================================================================================success (ran 2 tests)random seed: 2516127418481026357generated 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 [ ] 5 0 0 5 / 32 0.1s Mpscq parallel [ ] 8 0 0 8 / 32 0.6s Mpscq parallel [ ] 9 0 0 9 / 32 1.5s Mpscq parallel [ ] 10 0 0 10 / 32 1.7s Mpscq parallel [ ] 11 0 0 11 / 32 2.1s Mpscq parallel [ ] 13 0 0 13 / 32 2.2s Mpscq parallel [ ] 15 0 0 15 / 32 2.4s Mpscq parallel [ ] 23 0 0 23 / 32 2.5s Mpscq parallel [ ] 29 0 0 29 / 32 2.7s Mpscq parallel [✓] 32 0 0 32 / 32 2.8s Mpscq parallel================================================================================success (ran 2 tests)random seed: 2887656100532557329generated 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 [ ] 3 0 0 3 / 32 0.3s Mpscq parallel [ ] 13 0 0 13 / 32 0.4s Mpscq parallel [ ] 19 0 0 19 / 32 0.5s Mpscq parallel [ ] 20 0 0 20 / 32 0.7s Mpscq parallel [ ] 26 0 0 26 / 32 1.2s Mpscq parallel [ ] 27 0 0 27 / 32 1.4s Mpscq parallel [ ] 28 0 0 28 / 32 1.5s Mpscq parallel [ ] 30 0 0 30 / 32 1.9s Mpscq parallel [ ] 31 0 0 31 / 32 2.0s Mpscq parallel [✓] 32 0 0 32 / 32 2.0s Mpscq parallel================================================================================success (ran 2 tests)random seed: 473784038604802395generated 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 [ ] 2 0 0 2 / 32 0.3s Mpscq parallel [ ] 3 0 0 3 / 32 0.6s Mpscq parallel [ ] 13 0 0 13 / 32 0.7s Mpscq parallel [ ] 17 0 0 17 / 32 1.0s Mpscq parallel [ ] 22 0 0 22 / 32 1.1s Mpscq parallel [ ] 30 0 0 30 / 32 1.2s Mpscq parallel [✓] 32 0 0 32 / 32 1.3s Mpscq parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_sem.exe)random seed: 2290376817527396201generated 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 0.4s Sem parallel [ ] 2 0 0 2 / 32 0.7s Sem parallel [ ] 3 0 0 3 / 32 1.1s Sem parallel [ ] 4 0 0 4 / 32 1.3s Sem parallel [ ] 5 0 0 5 / 32 1.5s Sem parallel [ ] 6 0 0 6 / 32 1.7s Sem parallel [ ] 7 0 0 7 / 32 2.2s Sem parallel [ ] 8 0 0 8 / 32 2.7s Sem parallel [ ] 10 0 0 10 / 32 2.9s Sem parallel [ ] 11 0 0 11 / 32 3.0s Sem parallel [ ] 12 0 0 12 / 32 3.2s Sem parallel [ ] 14 0 0 14 / 32 3.4s Sem parallel [ ] 15 0 0 15 / 32 3.6s Sem parallel [ ] 16 0 0 16 / 32 4.0s Sem parallel [ ] 17 0 0 17 / 32 4.6s Sem parallel [ ] 18 0 0 18 / 32 5.1s Sem parallel [ ] 19 0 0 19 / 32 5.8s Sem parallel [ ] 20 0 0 20 / 32 6.2s Sem parallel [ ] 21 0 0 21 / 32 6.7s Sem parallel [ ] 22 0 0 22 / 32 7.1s Sem parallel [ ] 23 0 0 23 / 32 7.6s Sem parallel [ ] 24 0 0 24 / 32 8.1s Sem parallel [ ] 25 0 0 25 / 32 8.7s Sem parallel [ ] 26 0 0 26 / 32 9.3s Sem parallel [ ] 27 0 0 27 / 32 9.7s Sem parallel [ ] 28 0 0 28 / 32 10.0s Sem parallel [ ] 29 0 0 29 / 32 10.5s Sem parallel [ ] 30 0 0 30 / 32 11.1s Sem parallel [ ] 31 0 0 31 / 32 12.1s Sem parallel [ ] 32 0 0 32 / 32 12.7s Sem parallel [✓] 32 0 0 32 / 32 12.7s Sem parallel================================================================================success (ran 2 tests)random seed: 2292711761983374665generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Sem sequential [✓] 64 0 0 64 / 64 0.0s Sem sequential[ ] 0 0 0 0 / 64 0.0s Sem parallel [ ] 1 0 0 1 / 64 0.8s Sem parallel [ ] 2 0 0 2 / 64 1.5s Sem parallel [ ] 3 0 0 3 / 64 3.0s Sem parallel [ ] 4 0 0 4 / 64 4.0s Sem parallel [ ] 5 0 0 5 / 64 6.7s Sem parallel [ ] 6 0 0 6 / 64 7.5s Sem parallel [ ] 7 0 0 7 / 64 8.3s Sem parallel [ ] 8 0 0 8 / 64 9.2s Sem parallel [ ] 9 0 0 9 / 64 10.1s Sem parallel [ ] 10 0 0 10 / 64 11.7s Sem parallel [ ] 11 0 0 11 / 64 12.2s Sem parallel [ ] 12 0 0 12 / 64 12.9s Sem parallel [ ] 13 0 0 13 / 64 13.5s Sem parallel [ ] 14 0 0 14 / 64 14.2s Sem parallel [ ] 15 0 0 15 / 64 14.9s Sem parallel [ ] 16 0 0 16 / 64 16.5s Sem parallel [ ] 17 0 0 17 / 64 17.4s Sem parallel [ ] 18 0 0 18 / 64 17.8s Sem parallel [ ] 19 0 0 19 / 64 18.4s Sem parallel [ ] 20 0 0 20 / 64 19.3s Sem parallel [ ] 21 0 0 21 / 64 19.7s Sem parallel [ ] 22 0 0 22 / 64 20.2s Sem parallel [ ] 23 0 0 23 / 64 20.6s Sem parallel [ ] 24 0 0 24 / 64 20.9s Sem parallel [ ] 25 0 0 25 / 64 21.3s Sem parallel [ ] 26 0 0 26 / 64 21.7s Sem parallel [ ] 27 0 0 27 / 64 22.0s Sem parallel [ ] 28 0 0 28 / 64 22.4s Sem parallel [ ] 29 0 0 29 / 64 22.9s Sem parallel [ ] 30 0 0 30 / 64 23.2s Sem parallel [ ] 31 0 0 31 / 64 23.5s Sem parallel [ ] 32 0 0 32 / 64 23.7s Sem parallel [ ] 33 0 0 33 / 64 23.9s Sem parallel [ ] 34 0 0 34 / 64 24.0s Sem parallel [ ] 36 0 0 36 / 64 24.5s Sem parallel [ ] 39 0 0 39 / 64 24.6s Sem parallel [ ] 41 0 0 41 / 64 24.8s Sem parallel [ ] 43 0 0 43 / 64 25.0s Sem parallel [ ] 44 0 0 44 / 64 25.2s Sem parallel [ ] 45 0 0 45 / 64 25.4s Sem parallel [ ] 48 0 0 48 / 64 25.5s Sem parallel [ ] 52 0 0 52 / 64 25.7s Sem parallel [ ] 53 0 0 53 / 64 26.4s Sem parallel [ ] 54 0 0 54 / 64 26.9s Sem parallel [ ] 55 0 0 55 / 64 27.5s Sem parallel [ ] 56 0 0 56 / 64 28.2s Sem parallel [ ] 57 0 0 57 / 64 28.7s Sem parallel [ ] 58 0 0 58 / 64 29.1s Sem parallel [ ] 59 0 0 59 / 64 29.5s Sem parallel [ ] 60 0 0 60 / 64 29.7s Sem parallel [ ] 61 0 0 61 / 64 29.9s Sem parallel [ ] 62 0 0 62 / 64 30.1s Sem parallel [ ] 63 0 0 63 / 64 30.3s Sem parallel [ ] 64 0 0 64 / 64 30.5s Sem parallel [✓] 64 0 0 64 / 64 30.5s Sem parallel================================================================================success (ran 2 tests)random seed: 595407004981769920generated error fail pass / total time test name[ ] 0 0 0 0 / 37 0.0s Sem sequential [✓] 37 0 0 37 / 37 0.0s Sem sequential[ ] 0 0 0 0 / 37 0.0s Sem parallel [ ] 1 0 0 1 / 37 0.3s Sem parallel [ ] 2 0 0 2 / 37 0.8s Sem parallel [ ] 3 0 0 3 / 37 1.0s Sem parallel [ ] 4 0 0 4 / 37 1.2s Sem parallel [ ] 5 0 0 5 / 37 1.4s Sem parallel [ ] 6 0 0 6 / 37 1.7s Sem parallel [ ] 7 0 0 7 / 37 1.9s Sem parallel [ ] 8 0 0 8 / 37 2.5s Sem parallel [ ] 9 0 0 9 / 37 3.1s Sem parallel [ ] 10 0 0 10 / 37 3.6s Sem parallel [ ] 11 0 0 11 / 37 3.9s Sem parallel [ ] 13 0 0 13 / 37 4.1s Sem parallel [ ] 16 0 0 16 / 37 4.2s Sem parallel [ ] 18 0 0 18 / 37 4.6s Sem parallel [ ] 19 0 0 19 / 37 5.0s Sem parallel [ ] 20 0 0 20 / 37 5.5s Sem parallel [ ] 21 0 0 21 / 37 5.8s Sem parallel [ ] 22 0 0 22 / 37 5.9s Sem parallel [ ] 23 0 0 23 / 37 6.1s Sem parallel [ ] 24 0 0 24 / 37 6.2s Sem parallel [ ] 25 0 0 25 / 37 6.6s Sem parallel [ ] 26 0 0 26 / 37 6.9s Sem parallel [ ] 27 0 0 27 / 37 7.2s Sem parallel [ ] 28 0 0 28 / 37 7.3s Sem parallel [ ] 30 0 0 30 / 37 7.5s Sem parallel [ ] 32 0 0 32 / 37 7.7s Sem parallel [ ] 33 0 0 33 / 37 8.0s Sem parallel [ ] 35 0 0 35 / 37 8.1s Sem parallel [✓] 37 0 0 37 / 37 8.2s Sem parallel================================================================================success (ran 2 tests)random seed: 1920712272406059782generated 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 [ ] 4 0 0 4 / 32 0.6s Sem parallel [ ] 5 0 0 5 / 32 0.7s Sem parallel [ ] 6 0 0 6 / 32 1.0s Sem parallel [ ] 7 0 0 7 / 32 1.5s Sem parallel [ ] 9 0 0 9 / 32 1.7s Sem parallel [ ] 11 0 0 11 / 32 2.2s Sem parallel [ ] 12 0 0 12 / 32 2.6s Sem parallel [ ] 13 0 0 13 / 32 2.8s Sem parallel [ ] 15 0 0 15 / 32 3.0s Sem parallel [ ] 16 0 0 16 / 32 3.1s Sem parallel [ ] 21 0 0 21 / 32 3.4s Sem parallel [ ] 27 0 0 27 / 32 3.5s Sem parallel [✓] 32 0 0 32 / 32 3.5s Sem parallel================================================================================success (ran 2 tests)random seed: 3532293450286223452generated 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 [ ] 5 0 0 5 / 32 0.1s Sem parallel [ ] 10 0 0 10 / 32 0.2s Sem parallel [ ] 12 0 0 12 / 32 0.4s Sem parallel [ ] 14 0 0 14 / 32 0.6s Sem parallel [ ] 20 0 0 20 / 32 0.7s Sem parallel [ ] 21 0 0 21 / 32 0.8s Sem parallel [ ] 25 0 0 25 / 32 1.0s Sem parallel [ ] 27 0 0 27 / 32 1.1s Sem parallel [ ] 30 0 0 30 / 32 1.2s Sem parallel [ ] 31 0 0 31 / 32 1.5s Sem parallel [ ] 32 0 0 32 / 32 1.8s Sem parallel [✓] 32 0 0 32 / 32 1.8s Sem parallel================================================================================success (ran 2 tests)random seed: 3767269664714914546generated 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 [ ] 2 0 0 2 / 32 0.3s Sem parallel [ ] 4 0 0 4 / 32 0.6s Sem parallel [ ] 8 0 0 8 / 32 0.7s Sem parallel [ ] 12 0 0 12 / 32 1.1s Sem parallel [ ] 17 0 0 17 / 32 1.2s Sem parallel [ ] 25 0 0 25 / 32 1.3s Sem parallel [ ] 28 0 0 28 / 32 1.4s Sem parallel [ ] 31 0 0 31 / 32 1.5s Sem parallel [✓] 32 0 0 32 / 32 1.5s Sem parallel================================================================================success (ran 2 tests)random seed: 2039727007566615931generated 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 [ ] 8 0 0 8 / 32 0.1s Sem parallel [ ] 13 0 0 13 / 32 0.2s Sem parallel [ ] 18 0 0 18 / 32 0.3s Sem parallel [ ] 26 0 0 26 / 32 0.5s Sem parallel [ ] 27 0 0 27 / 32 0.8s Sem parallel [ ] 28 0 0 28 / 32 1.1s Sem parallel [ ] 32 0 0 32 / 32 1.2s Sem parallel [✓] 32 0 0 32 / 32 1.2s Sem parallel================================================================================success (ran 2 tests)random seed: 3645505599036714168generated 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 [ ] 6 0 0 6 / 32 0.3s Sem parallel [ ] 9 0 0 9 / 32 0.6s Sem parallel [ ] 13 0 0 13 / 32 0.7s Sem parallel [ ] 14 0 0 14 / 32 0.9s Sem parallel [ ] 23 0 0 23 / 32 1.0s Sem parallel [ ] 24 0 0 24 / 32 1.3s Sem parallel [ ] 27 0 0 27 / 32 1.6s Sem parallel [ ] 29 0 0 29 / 32 1.8s Sem parallel [✓] 32 0 0 32 / 32 1.9s Sem parallel================================================================================success (ran 2 tests)(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.28 M/sasync round-trips over time/2 workers:0.44 M/sasync round-trips over time/4 workers:0.64 M/sround-trips over time/1 worker:0.07 M/sround-trips over time/2 workers:0.14 M/sround-trips over time/4 workers:0.28 M/stime per async round-trip/1 worker:3630.80 nstime per async round-trip/2 workers:4559.49 nstime per async round-trip/4 workers:6239.42 nstime per round-trip/1 worker:14121.98 nstime per round-trip/2 workers:13966.07 nstime per round-trip/4 workers:14247.05 ns(cd _build/default/bench && ./main.exe -brief 'Ref with Picos_std_sync')Ref with Picos_std_sync:ops over time/cas int with Lock:35.09 M/sops over time/cas int with Rwlock:20.44 M/sops over time/cas int with Sem:35.24 M/sops over time/get with Lock:24.78 M/sops over time/get with Rwlock:39.08 M/sops over time/get with Sem:24.20 M/sops over time/incr with Lock:39.02 M/sops over time/incr with Rwlock:24.55 M/sops over time/incr with Sem:25.63 M/sops over time/push & pop with Lock:27.73 M/sops over time/push & pop with Rwlock:24.31 M/sops over time/push & pop with Sem:18.62 M/sops over time/swap with Lock:32.92 M/sops over time/swap with Rwlock:19.05 M/sops over time/swap with Sem:32.78 M/sops over time/xchg int with Lock:36.54 M/sops over time/xchg int with Rwlock:19.68 M/sops over time/xchg int with Sem:33.83 M/stime per op/cas int with Lock:28.50 nstime per op/cas int with Rwlock:48.92 nstime per op/cas int with Sem:28.38 nstime per op/get with Lock:40.36 nstime per op/get with Rwlock:25.59 nstime per op/get with Sem:41.32 nstime per op/incr with Lock:25.63 nstime per op/incr with Rwlock:40.73 nstime per op/incr with Sem:39.02 nstime per op/push & pop with Lock:36.06 nstime per op/push & pop with Rwlock:41.13 nstime per op/push & pop with Sem:53.70 nstime per op/swap with Lock:30.38 nstime per op/swap with Rwlock:52.51 nstime per op/swap with Sem:30.51 nstime per op/xchg int with Lock:27.37 nstime per op/xchg int with Rwlock:50.80 nstime per op/xchg int with Sem:29.56 ns(cd _build/default/bench && ./main.exe -brief Picos_mpmcq)Picos_mpmcq:messages over time/1 nb adder, 1 nb taker:12.30 M/smessages over time/1 nb adder, 2 nb takers:4.23 M/smessages over time/1 nb adder, 4 nb takers:3.11 M/smessages over time/2 nb adders, 1 nb taker:8.84 M/smessages over time/2 nb adders, 2 nb takers:7.12 M/smessages over time/2 nb adders, 4 nb takers:9.94 M/smessages over time/4 nb adders, 1 nb taker:14.21 M/smessages over time/4 nb adders, 2 nb takers:4.98 M/smessages over time/4 nb adders, 4 nb takers:1.68 M/smessages over time/one domain:11.71 M/stime per message/1 nb adder, 1 nb taker:162.57 nstime per message/1 nb adder, 2 nb takers:708.76 nstime per message/1 nb adder, 4 nb takers:1606.74 nstime per message/2 nb adders, 1 nb taker:339.35 nstime per message/2 nb adders, 2 nb takers:561.64 nstime per message/2 nb adders, 4 nb takers:603.59 nstime per message/4 nb adders, 1 nb taker:351.81 nstime per message/4 nb adders, 2 nb takers:1205.69 nstime per message/4 nb adders, 4 nb takers:4753.70 nstime per message/one domain:85.36 ns(cd _build/default/bench && ./main.exe -brief Picos_mpscq)Picos_mpscq:messages over time/1 nb adder, 1 nb taker:12.50 M/smessages over time/2 nb adders, 1 nb taker:8.63 M/smessages over time/4 nb adders, 1 nb taker:3.53 M/smessages over time/8 nb adders, 1 nb taker:10.26 M/smessages over time/one domain:14.61 M/stime per message/1 nb adder, 1 nb taker:160.01 nstime per message/2 nb adders, 1 nb taker:347.81 nstime per message/4 nb adders, 1 nb taker:1417.24 nstime per message/8 nb adders, 1 nb taker:876.90 nstime per message/one domain:68.47 ns(cd _build/default/bench && ./main.exe -brief Picos_htbl)Picos_htbl:adds over time/1 worker:4.72 M/sadds over time/2 workers:7.58 M/sadds over time/4 workers:4.67 M/sadds over time/8 workers:19.50 M/soperations over time/1 worker, 10% reads:7.35 M/soperations over time/1 worker, 50% reads:8.62 M/soperations over time/1 worker, 90% reads:12.67 M/soperations over time/2 workers, 10% reads:11.99 M/soperations over time/2 workers, 50% reads:14.16 M/soperations over time/2 workers, 90% reads:20.04 M/soperations over time/4 workers, 10% reads:15.03 M/soperations over time/4 workers, 50% reads:19.33 M/soperations over time/4 workers, 90% reads:37.58 M/soperations over time/8 workers, 10% reads:9.99 M/soperations over time/8 workers, 50% reads:14.98 M/soperations over time/8 workers, 90% reads:59.26 M/stime per add/1 worker:212.01 nstime per add/2 workers:263.84 nstime per add/4 workers:855.77 nstime per add/8 workers:410.34 nstime per operation/1 worker, 10% reads:136.10 nstime per operation/1 worker, 50% reads:116.02 nstime per operation/1 worker, 90% reads:78.95 nstime per operation/2 workers, 10% reads:166.78 nstime per operation/2 workers, 50% reads:141.23 nstime per operation/2 workers, 90% reads:99.80 nstime per operation/4 workers, 10% reads:266.20 nstime per operation/4 workers, 50% reads:206.91 nstime per operation/4 workers, 90% reads:106.44 nstime per operation/8 workers, 10% reads:801.13 nstime per operation/8 workers, 50% reads:533.88 nstime per operation/8 workers, 90% reads:134.99 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.79 M/soperations over time/1 worker, 10% reads with Rwlock:10.43 M/soperations over time/1 worker, 10% reads with Sem:9.13 M/soperations over time/1 worker, 100% reads with Lock:10.17 M/soperations over time/1 worker, 100% reads with Rwlock:10.16 M/soperations over time/1 worker, 100% reads with Sem:10.15 M/soperations over time/1 worker, 50% reads with Lock:9.16 M/soperations over time/1 worker, 50% reads with Rwlock:6.11 M/soperations over time/1 worker, 50% reads with Sem:9.14 M/soperations over time/1 worker, 90% reads with Lock:10.15 M/soperations over time/1 worker, 90% reads with Rwlock:6.61 M/soperations over time/1 worker, 90% reads with Sem:10.13 M/soperations over time/1 worker, 95% reads with Lock:10.04 M/soperations over time/1 worker, 95% reads with Rwlock:10.02 M/soperations over time/1 worker, 95% reads with Sem:6.66 M/soperations over time/2 workers, 10% reads with Lock:6.11 M/soperations over time/2 workers, 10% reads with Rwlock:6.06 M/soperations over time/2 workers, 10% reads with Sem:5.22 M/soperations over time/2 workers, 100% reads with Lock:5.24 M/soperations over time/2 workers, 100% reads with Rwlock:9.87 M/soperations over time/2 workers, 100% reads with Sem:4.57 M/soperations over time/2 workers, 50% reads with Lock:5.40 M/soperations over time/2 workers, 50% reads with Rwlock:5.68 M/soperations over time/2 workers, 50% reads with Sem:5.93 M/soperations over time/2 workers, 90% reads with Lock:6.74 M/soperations over time/2 workers, 90% reads with Rwlock:6.22 M/soperations over time/2 workers, 90% reads with Sem:6.04 M/soperations over time/2 workers, 95% reads with Lock:7.73 M/soperations over time/2 workers, 95% reads with Rwlock:6.33 M/soperations over time/2 workers, 95% reads with Sem:5.86 M/soperations over time/4 workers, 10% reads with Lock:5.31 M/soperations over time/4 workers, 10% reads with Rwlock:5.43 M/soperations over time/4 workers, 10% reads with Sem:5.05 M/soperations over time/4 workers, 100% reads with Lock:6.63 M/soperations over time/4 workers, 100% reads with Rwlock:9.70 M/soperations over time/4 workers, 100% reads with Sem:5.25 M/soperations over time/4 workers, 50% reads with Lock:5.61 M/soperations over time/4 workers, 50% reads with Rwlock:5.30 M/soperations over time/4 workers, 50% reads with Sem:5.02 M/soperations over time/4 workers, 90% reads with Lock:6.40 M/soperations over time/4 workers, 90% reads with Rwlock:7.13 M/soperations over time/4 workers, 90% reads with Sem:5.73 M/soperations over time/4 workers, 95% reads with Lock:6.11 M/soperations over time/4 workers, 95% reads with Rwlock:7.29 M/soperations over time/4 workers, 95% reads with Sem:5.46 M/soperations over time/8 workers, 10% reads with Lock:4.47 M/soperations over time/8 workers, 10% reads with Rwlock:8.01 M/soperations over time/8 workers, 10% reads with Sem:6.31 M/soperations over time/8 workers, 100% reads with Lock:4.70 M/soperations over time/8 workers, 100% reads with Rwlock:11.90 M/soperations over time/8 workers, 100% reads with Sem:6.50 M/soperations over time/8 workers, 50% reads with Lock:5.56 M/soperations over time/8 workers, 50% reads with Rwlock:3.60 M/soperations over time/8 workers, 50% reads with Sem:5.42 M/soperations over time/8 workers, 90% reads with Lock:5.40 M/soperations over time/8 workers, 90% reads with Rwlock:6.31 M/soperations over time/8 workers, 90% reads with Sem:4.50 M/soperations over time/8 workers, 95% reads with Lock:6.01 M/soperations over time/8 workers, 95% reads with Rwlock:6.09 M/soperations over time/8 workers, 95% reads with Sem:5.76 M/stime per operation/1 worker, 10% reads with Lock:113.80 nstime per operation/1 worker, 10% reads with Rwlock:95.91 nstime per operation/1 worker, 10% reads with Sem:109.50 nstime per operation/1 worker, 100% reads with Lock:98.29 nstime per operation/1 worker, 100% reads with Rwlock:98.41 nstime per operation/1 worker, 100% reads with Sem:98.57 nstime per operation/1 worker, 50% reads with Lock:109.15 nstime per operation/1 worker, 50% reads with Rwlock:163.58 nstime per operation/1 worker, 50% reads with Sem:109.40 nstime per operation/1 worker, 90% reads with Lock:98.56 nstime per operation/1 worker, 90% reads with Rwlock:151.26 nstime per operation/1 worker, 90% reads with Sem:98.76 nstime per operation/1 worker, 95% reads with Lock:99.57 nstime per operation/1 worker, 95% reads with Rwlock:99.76 nstime per operation/1 worker, 95% reads with Sem:150.23 nstime per operation/2 workers, 10% reads with Lock:327.34 nstime per operation/2 workers, 10% reads with Rwlock:329.80 nstime per operation/2 workers, 10% reads with Sem:382.91 nstime per operation/2 workers, 100% reads with Lock:381.53 nstime per operation/2 workers, 100% reads with Rwlock:202.64 nstime per operation/2 workers, 100% reads with Sem:437.82 nstime per operation/2 workers, 50% reads with Lock:370.41 nstime per operation/2 workers, 50% reads with Rwlock:352.39 nstime per operation/2 workers, 50% reads with Sem:337.49 nstime per operation/2 workers, 90% reads with Lock:296.62 nstime per operation/2 workers, 90% reads with Rwlock:321.49 nstime per operation/2 workers, 90% reads with Sem:331.05 nstime per operation/2 workers, 95% reads with Lock:258.83 nstime per operation/2 workers, 95% reads with Rwlock:316.04 nstime per operation/2 workers, 95% reads with Sem:341.29 nstime per operation/4 workers, 10% reads with Lock:752.93 nstime per operation/4 workers, 10% reads with Rwlock:737.16 nstime per operation/4 workers, 10% reads with Sem:792.14 nstime per operation/4 workers, 100% reads with Lock:603.34 nstime per operation/4 workers, 100% reads with Rwlock:412.21 nstime per operation/4 workers, 100% reads with Sem:761.75 nstime per operation/4 workers, 50% reads with Lock:713.12 nstime per operation/4 workers, 50% reads with Rwlock:754.02 nstime per operation/4 workers, 50% reads with Sem:796.72 nstime per operation/4 workers, 90% reads with Lock:624.99 nstime per operation/4 workers, 90% reads with Rwlock:560.86 nstime per operation/4 workers, 90% reads with Sem:697.75 nstime per operation/4 workers, 95% reads with Lock:654.54 nstime per operation/4 workers, 95% reads with Rwlock:548.86 nstime per operation/4 workers, 95% reads with Sem:732.87 nstime per operation/8 workers, 10% reads with Lock:1788.82 nstime per operation/8 workers, 10% reads with Rwlock:999.24 nstime per operation/8 workers, 10% reads with Sem:1267.18 nstime per operation/8 workers, 100% reads with Lock:1703.90 nstime per operation/8 workers, 100% reads with Rwlock:672.42 nstime per operation/8 workers, 100% reads with Sem:1230.82 nstime per operation/8 workers, 50% reads with Lock:1440.11 nstime per operation/8 workers, 50% reads with Rwlock:2222.14 nstime per operation/8 workers, 50% reads with Sem:1477.06 nstime per operation/8 workers, 90% reads with Lock:1482.39 nstime per operation/8 workers, 90% reads with Rwlock:1267.77 nstime per operation/8 workers, 90% reads with Sem:1779.03 nstime per operation/8 workers, 95% reads with Lock:1331.61 nstime per operation/8 workers, 95% reads with Rwlock:1313.47 nstime per operation/8 workers, 95% reads with Sem:1389.91 ns(cd _build/default/bench && ./main.exe -brief Picos_stdio)Picos_stdio:blocking reads over time/1 worker:0.07 M/sblocking reads over time/2 workers:0.10 M/sblocking reads over time/4 workers:0.17 M/snon-blocking reads over time/1 worker:0.78 M/snon-blocking reads over time/2 workers:1.46 M/snon-blocking reads over time/4 workers:2.84 M/stime per blocking read/1 worker:14029.59 nstime per blocking read/2 workers:20927.83 nstime per blocking read/4 workers:24079.98 nstime per non-blocking read/1 worker:1279.75 nstime per non-blocking read/2 workers:1365.93 nstime per non-blocking read/4 workers:1408.06 ns(cd _build/default/bench && ./main.exe -brief 'Picos_sync Stream')Picos_sync Stream:messages over time/1 nb pusher, 1 nb reader:3.62 M/smessages over time/2 nb pushers, 1 nb reader:3.05 M/smessages over time/4 nb pushers, 1 nb reader:2.53 M/smessages over time/one domain:3.13 M/stime per message/1 nb pusher, 1 nb reader:553.16 nstime per message/2 nb pushers, 1 nb reader:984.45 nstime per message/4 nb pushers, 1 nb reader:1973.77 nstime per message/one domain:319.24 ns(cd _build/default/bench && ./main.exe -brief Fib)Fib:spawns over time/1 mfifo, fib 20:0.43 M/sspawns over time/2 mfifos, fib 20:0.95 M/sspawns over time/4 mfifos, fib 20:2.32 M/sspawns over time/8 mfifos, fib 20:0.22 M/stime per spawn/1 mfifo, fib 20:2298.94 nstime per spawn/2 mfifos, fib 20:2115.10 nstime per spawn/4 mfifos, fib 20:1721.68 nstime per spawn/8 mfifos, fib 20:36476.60 ns(cd _build/default/bench && ./main.exe -brief 'Picos binaries')Picos binaries:binary size/picos:95.67 kBbinary size/picos.domain:5.15 kBbinary size/picos.thread:4.59 kBbinary size/picos_aux.htbl:58.31 kBbinary size/picos_aux.mpmcq:17.24 kBbinary size/picos_aux.mpscq:20.76 kBbinary size/picos_aux.rc:20.17 kBbinary size/picos_io:116.07 kBbinary size/picos_io.fd:10.80 kBbinary size/picos_io.select:67.40 kBbinary size/picos_io_cohttp:48.62 kBbinary size/picos_lwt:30.08 kBbinary size/picos_lwt.unix:16.38 kBbinary size/picos_mux.fifo:30.51 kBbinary size/picos_mux.multififo:67.73 kBbinary size/picos_mux.random:53.26 kBbinary size/picos_mux.thread:26.84 kBbinary size/picos_std.awaitable:36.62 kBbinary size/picos_std.event:26.28 kBbinary size/picos_std.finally:21.00 kBbinary size/picos_std.structured:94.96 kBbinary size/picos_std.sync:212.90 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:1.43 M/smessages over time/1 adder, 2 takers with Lock:3.36 M/smessages over time/1 adder, 4 takers with Lock:0.11 M/smessages over time/2 adders, 1 taker with Lock:1.43 M/smessages over time/2 adders, 2 takers with Lock:1.33 M/smessages over time/2 adders, 4 takers with Lock:2.24 M/smessages over time/4 adders, 1 taker with Lock:0.86 M/smessages over time/4 adders, 2 takers with Lock:1.47 M/smessages over time/4 adders, 4 takers with Lock:0.17 M/smessages over time/one domain with Lock:6.79 M/stime per message/1 adder, 1 taker with Lock:1400.22 nstime per message/1 adder, 2 takers with Lock:893.28 nstime per message/1 adder, 4 takers with Lock:45708.09 nstime per message/2 adders, 1 taker with Lock:2098.33 nstime per message/2 adders, 2 takers with Lock:2999.16 nstime per message/2 adders, 4 takers with Lock:2673.86 nstime per message/4 adders, 1 taker with Lock:5787.40 nstime per message/4 adders, 2 takers with Lock:4079.20 nstime per message/4 adders, 4 takers with Lock:46709.75 nstime per message/one domain with Lock:147.37 ns(cd _build/default/bench && ./main.exe -brief 'Memory usage')Memory usage:stack and heap used/Fun.protect:80.00 Bstack and heap used/fiber in a bundle:240.00 Bstack and heap used/fiber in a flock:256.00 Bstack and heap used/fiber with shared computation & latch:240.00 Bstack and heap used/finally:40.00 Bstack and heap used/instantiate:96.00 Bstack and heap used/join_after bundle:248.00 Bstack and heap used/join_after flock:248.00 Bstack and heap used/lastly:32.00 Bstack and heap used/promise in a bundle:360.00 Bstack and heap used/promise in a flock:376.00 B2026-02-01 18:24.19 ---> saved as "74f30476b932a3219659032c745ed3611fe8763dd3302dc896995c0f85a53f9a"Job succeeded2026-02-01 18:24.19: Job succeeded