2025-01-26 20:41.48: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/pull/346/head (f93d01eb1a55099f2d1805ef489b7af14135386a) (linux-x86_64:fedora-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/picos.git" && cd "picos" && git fetch origin "refs/pull/346/head" && git reset --hard f93d01eb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
# fedora-40-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam ./
RUN opam pin add -yn picos_std.dev './' && \
opam pin add -yn picos_mux.dev './' && \
opam pin add -yn picos_meta.dev './' && \
opam pin add -yn picos_lwt.dev './' && \
opam pin add -yn picos_io_cohttp.dev './' && \
opam pin add -yn picos_io.dev './' && \
opam pin add -yn picos_aux.dev './' && \
opam pin add -yn picos.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 containers.3.15 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.0.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 kdf.1.0.0 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.3 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.5 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-01-26 20:41.48: Using cache hint "ocaml-multicore/picos-ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac-fedora-40-4.14_opam-2.3-60c8c1d0ef00a5d530dc0548465c72ce"
2025-01-26 20:41.48: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac)
(comment fedora-40-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && 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.8.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 containers.3.15 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.0.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 kdf.1.0.0 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.3 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.5 yojson.2.2.2 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.3 --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"))
)
2025-01-26 20:41.48: Waiting for resource in pool OCluster
2025-01-26 20:41.48: Waiting for worker…
2025-01-26 20:41.49: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at f93d01e Rewrite `Bounded_q` bench using `Sem`
(from ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac)
2025-01-26 20:41.50 ---> using "35da20261e43d9584f30330bb77d8b2078d176ace2eb39cec3461c285b95218b" from cache
/: (comment fedora-40-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64 154 kB/s | 27 kB 00:00
Fedora 40 - x86_64 - Updates 65 kB/s | 7.7 kB 00:00
Fedora 40 - x86_64 - Updates 4.4 MB/s | 5.0 MB 00:01
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-01-26 20:41.50 ---> using "29661f973ca3b05a2e144702713358b94b0a2692a5e297c22278d1db3689ed48" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-26 20:41.50 ---> using "883af1a1ce5d5870c01df08eac67ae5316d6b41a278722fecd339091456706f6" 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 development 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.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-26 20:41.50 ---> using "349f67f4c39d6c32eb39c6e7ba7a6d056985694e47206fa4a04524a8b827e0f9" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-26 20:41.50 ---> using "e3e445f1a34ed3332599bcce6ec2453232f9a07d86cc88ba19c0ff83341d647f" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-01-26 20:41.50 ---> using "68b550501eb0b9f7df4ad5a7b6e10fcd92a04f465d842b0cc7335fa9ba5240c9" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
3e681a81f6..12d8668654 master -> origin/master
d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-01-26 20:41.50 ---> using "3c4379a230a5ed33370e7a89f9535bf9e92dd262ae3e11762c803ea21637380e" 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 ./))
2025-01-26 20:41.50 ---> using "289cb8c11206b281f1a2674492c17968d691318670d26545233b86e7e06b55fc" 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)
2025-01-26 20:41.50 ---> using "8bd3cde18b25b40054925803e0ea0b9c83212f60acc8d2b4f0af3b58b836b5dc" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-26 20:41.50 ---> using "47a91e4341a904951db1ad805c405bb13b3487d99a8d9551432c752a371a54a7" from cache
/src: (env DEPS "alcotest.1.8.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.7.1.0 conduit-lwt.7.1.0 conduit-lwt-unix.7.1.0 conf-bash.1 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 containers.3.15 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.9.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.0.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 kdf.1.0.0 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.1.1.0 mirage-crypto-ec.1.1.0 mirage-crypto-pk.1.1.0 mirage-crypto-rng.1.1.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.34.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.23 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.3 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3 x509.1.0.5 yojson.2.2.2 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.3 --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 "yum" "makecache"
- Fedora 40 - x86_64 82 kB/s | 27 kB 00:00
- Fedora 40 openh264 (From Cisco) - x86_64 9.8 kB/s | 989 B 00:00
- Fedora 40 - x86_64 - Updates 158 kB/s | 19 kB 00:00
- Fedora 40 - x86_64 - Updates 5.5 MB/s | 4.8 MB 00:00
- Metadata cache created.
<><> 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
gmp-devel npm
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel" "npm"
- Last metadata expiration check: 0:00:21 ago on Sun Jan 26 07:46:37 2025.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.1-8.fc40 fedora 173 k
- nodejs-npm x86_64 1:10.8.2-1.20.18.1.1.fc40 updates 2.1 M
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.1-8.fc40 fedora 18 k
- libuv x86_64 1:1.50.0-1.fc40 updates 261 k
- nodejs x86_64 1:20.18.1-1.fc40 updates 52 k
- nodejs-libs x86_64 1:20.18.1-1.fc40 updates 16 M
- Installing weak dependencies:
- nodejs-docs noarch 1:20.18.1-1.fc40 updates 8.4 M
- nodejs-full-i18n x86_64 1:20.18.1-1.fc40 updates 8.4 M
-
- Transaction Summary
- ================================================================================
- Install 8 Packages
-
- Total download size: 35 M
- Installed size: 189 M
- Downloading Packages:
- (1/8): libuv-1.50.0-1.fc40.x86_64.rpm 1.5 MB/s | 261 kB 00:00
- (2/8): gmp-c++-6.2.1-8.fc40.x86_64.rpm 100 kB/s | 18 kB 00:00
- (3/8): nodejs-20.18.1-1.fc40.x86_64.rpm 2.1 MB/s | 52 kB 00:00
- (4/8): gmp-devel-6.2.1-8.fc40.x86_64.rpm 621 kB/s | 173 kB 00:00
- (5/8): nodejs-docs-20.18.1-1.fc40.noarch.rpm 13 MB/s | 8.4 MB 00:00
- (6/8): nodejs-npm-10.8.2-1.20.18.1.1.fc40.x86_6 3.0 MB/s | 2.1 MB 00:00
- (7/8): nodejs-full-i18n-20.18.1-1.fc40.x86_64.r 2.4 MB/s | 8.4 MB 00:03
- (8/8): nodejs-libs-20.18.1-1.fc40.x86_64.rpm 2.7 MB/s | 16 MB 00:05
- --------------------------------------------------------------------------------
- Total 5.6 MB/s | 35 MB 00:06
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Running scriptlet: nodejs-1:20.18.1-1.fc40.x86_64 1/1
- Preparing : 1/1
- Installing : nodejs-docs-1:20.18.1-1.fc40.noarch 1/8
- Installing : libuv-1:1.50.0-1.fc40.x86_64 2/8
-
- Installing : nodejs-libs-1:20.18.1-1.fc40.x86_64 3/8
- Installing : nodejs-full-i18n-1:20.18.1-1.fc40.x86_64 4/8
- Installing : nodejs-npm-1:10.8.2-1.20.18.1.1.fc40.x86_64 5/8
- Installing : nodejs-1:20.18.1-1.fc40.x86_64 6/8
- Installing : gmp-c++-1:6.2.1-8.fc40.x86_64 7/8
- Installing : gmp-devel-1:6.2.1-8.fc40.x86_64 8/8
- Running scriptlet: gmp-devel-1:6.2.1-8.fc40.x86_64 8/8
-
- Installed:
- gmp-c++-1:6.2.1-8.fc40.x86_64
- gmp-devel-1:6.2.1-8.fc40.x86_64
- libuv-1:1.50.0-1.fc40.x86_64
- nodejs-1:20.18.1-1.fc40.x86_64
- nodejs-docs-1:20.18.1-1.fc40.noarch
- nodejs-full-i18n-1:20.18.1-1.fc40.x86_64
- nodejs-libs-1:20.18.1-1.fc40.x86_64
- nodejs-npm-1:10.8.2-1.20.18.1.1.fc40.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "npm"
- gmp-devel-6.2.1-8.fc40.x86_64
- nodejs-npm-10.8.2-1.20.18.1.1.fc40.x86_64
2025-01-26 20:41.50 ---> using "279f57d61ca0d96fac738a94c38cca1a44e91920cc47d7a0a767de3b5dc1dea5" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 98 packages
- install alcotest 1.8.0
- install angstrom 0.16.1
- install asn1-combinators 0.3.2
- install astring 0.8.5
- install backoff 0.1.1
- install base v0.16.3
- install base-bytes base
- install base64 3.5.1
- install bigstringaf 0.10.0
- install bos 0.2.1
- install ca-certs 1.0.0
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install cohttp 6.0.0
- install cohttp-lwt 6.0.0
- install cohttp-lwt-unix 6.0.0
- install conduit 7.1.0
- install conduit-lwt 7.1.0
- install conduit-lwt-unix 7.1.0
- install conf-bash 1
- install conf-gmp 4
- install conf-gmp-powm-sec 3
- install conf-npm 1
- install conf-pkg-config 4
- install containers 3.15
- install cppo 1.8.0
- install csexp 1.5.2
- install digestif 1.2.0
- install domain-local-await 1.0.1
- install domain-name 0.4.0
- install domain_shims 0.1.0
- install dscheck 0.5.0
- install dune 3.17.2
- install dune-configurator 3.17.2
- install duration 0.2.1
- install either 1.0.0
- install eqaf 0.10
- install fmt 0.9.0
- install fpath 0.7.3
- install gen 1.1
- install gmap 0.3.0
- install http 6.0.0
- install ipaddr 5.6.0
- install ipaddr-sexp 5.6.0
- install js_of_ocaml 5.9.1
- install js_of_ocaml-compiler 5.9.1
- install kdf 1.0.0
- install logs 0.7.0
- install lwt 5.9.0
- install macaddr 5.6.0
- install magic-mime 1.3.1
- install mdx 2.5.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install mirage-crypto 1.1.0
- install mirage-crypto-ec 1.1.0
- install mirage-crypto-pk 1.1.0
- install mirage-crypto-rng 1.1.0
- install mtime 2.1.0
- install multicore-bench 0.1.7
- install multicore-magic 2.3.1
- install multicore-magic-dscheck 2.3.1
- install ocaml-compiler-libs v0.12.4
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 3.7.3
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- 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.16.0
- install ppxlib 0.34.0
- install psq 0.2.1
- install ptime 1.2.0
- install qcheck-core 0.23
- install qcheck-multicoretests-util 0.7
- install qcheck-stm 0.7
- install re 1.12.0
- install result 1.5
- install rresult 0.7.0
- install sedlex 3.3
- install seq base
- install sexplib0 v0.16.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.0.7
- install tsort 2.1.0
- install uri 4.4.0
- install uri-sexp 4.4.0
- install uutf 1.0.3
- install x509 1.0.5
- install yojson 2.2.2
- install zarith 1.14
The following system packages will first need to be installed:
npm
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "npm"
- Last metadata expiration check: 0:00:47 ago on Sun Jan 26 07:46:37 2025.
- Package nodejs-npm-1:10.8.2-1.20.18.1.1.fc40.x86_64 is already installed.
- Dependencies resolved.
- Nothing to do.
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.8.2-1.20.18.1.1.fc40.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.8.0 (cached)
-> retrieved backoff.0.1.1 (cached)
-> retrieved base.v0.16.3 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved ca-certs.1.0.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved conf-gmp.4 (cached)
-> retrieved conf-gmp-powm-sec.3 (cached)
-> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)
-> retrieved conduit.7.1.0, conduit-lwt.7.1.0, conduit-lwt-unix.7.1.0 (cached)
-> retrieved containers.3.15 (cached)
-> installed conf-bash.1
-> installed conf-gmp.4
-> installed conf-npm.1
-> installed conf-pkg-config.4
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-name.0.4.0 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> installed conf-gmp-powm-sec.3
-> 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.9.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0 (cached)
-> retrieved digestif.1.2.0 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lwt.5.9.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1 (cached)
-> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved multicore-magic.2.3.1, multicore-magic-dscheck.2.3.1 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved ocaml-version.3.7.3 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocplib-endian.1.2 (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.16.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved qcheck-core.0.23 (cached)
-> retrieved ppxlib.0.34.0 (cached)
-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved rresult.0.7.0 (cached)
-> retrieved sedlex.3.3 (cached)
-> retrieved sexplib0.v0.16.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.1.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved x509.1.0.5 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed zarith.1.14
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.2
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.1
-> installed cppo.1.8.0
-> installed domain-name.0.4.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.0.0
-> installed macaddr.5.6.0
-> installed magic-mime.1.3.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed multicore-magic.2.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.7.3
-> installed ohex.0.2.0
-> installed oseq.0.5.1
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed result.1.5
-> installed sexplib0.v0.16.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.1.0
-> installed ocplib-endian.1.2
-> installed yojson.2.2.2
-> installed ipaddr.5.6.0
-> installed qcheck-core.0.23
-> installed digestif.1.2.0
-> installed domain-local-await.1.0.1
-> installed qcheck-multicoretests-util.0.7
-> installed alcotest.1.8.0
-> installed multicore-bench.0.1.7
-> installed qcheck-stm.0.7
-> installed dune-configurator.3.17.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed containers.3.15
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.1
-> installed mirage-crypto.1.1.0
-> installed kdf.1.0.0
-> installed uri.4.4.0
-> installed lwt.5.9.0
-> installed base.v0.16.3
-> installed menhir.20240715
-> installed ppxlib.0.34.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.3
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed js_of_ocaml-compiler.5.9.1
-> installed js_of_ocaml.5.9.1
-> installed logs.0.7.0
-> installed mirage-crypto-rng.1.1.0
-> installed mirage-crypto-pk.1.1.0
-> installed conduit.7.1.0
-> installed cohttp.6.0.0
-> installed mdx.2.5.0
-> installed bos.0.2.1
-> installed conduit-lwt.7.1.0
-> installed cohttp-lwt.6.0.0
-> installed mirage-crypto-ec.1.1.0
-> installed x509.1.0.5
-> installed ca-certs.1.0.0
-> installed conduit-lwt-unix.7.1.0
-> installed cohttp-lwt-unix.6.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-26 20:41.50 ---> using "190f94e063cfb75708861c856cb16299e991d830f9b06a649af21900983e3cb3" from cache
/src: (copy (src .) (dst /src))
2025-01-26 20:41.50 ---> saved as "effab58b09c958246a6e5080a0807c029db10c60492b70e9e00ea41f35179c8f"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_mpscq.exe)
random seed: 2046621545694769549
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Mpscq sequential
[ ] 0 0 0 0 / 32 0.0s Mpscq sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Mpscq sequential
================================================================================
success (ran 1 tests)
random seed: 2777079817397240860
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Mpscq sequential
[✓] 64 0 0 64 / 64 0.0s Mpscq sequential
================================================================================
success (ran 1 tests)
random seed: 4245867782682209074
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Mpscq sequential
[✓] 128 0 0 128 / 128 0.0s Mpscq sequential
================================================================================
success (ran 1 tests)
random seed: 4378823732742163243
generated error fail pass / total time test name
[ ] 0 0 0 0 / 256 0.0s Mpscq sequential
[✓] 256 0 0 256 / 256 0.0s Mpscq sequential
================================================================================
success (ran 1 tests)
random seed: 2048958133316235505
generated error fail pass / total time test name
[ ] 0 0 0 0 / 512 0.0s Mpscq sequential
[✓] 512 0 0 512 / 512 0.0s Mpscq sequential
================================================================================
success (ran 1 tests)
random seed: 1302918134410038540
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Mpscq sequential
[✓] 32 0 0 32 / 32 0.0s Mpscq sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test && ./test_server_and_client.exe)
Using non-blocking sockets and threads on OCaml 4:
Recursive server running
Server listening
Client B running
Server accepting
Client A running
Server accepted client
Client A connected
Client A wrote 100
Client B connected
Client B wrote 100
Server read 100
Server wrote 50
Client B read 50
Server accepting
Server accepted client
Server read 100
Server wrote 50
Client A read 50
Server accepting
Server and Client test: OK
(cd _build/default/bench && ./main.exe -brief 'Picos Computation')
Picos Computation:
attach detach pairs over time/1 worker:
5.26 M/s
attach detach pairs over time/trivial:
11.97 M/s
time per attach detach pair/1 worker:
190.08 ns
time per attach detach pair/trivial:
83.60 ns
(cd _build/default/bench && ./main.exe -brief 'Picos Current')
Picos Current:
ops over time/1 worker:
76.13 M/s
time per op/1 worker:
13.13 ns
(cd _build/default/bench && ./main.exe -brief 'Picos FLS (excluding Current)')
Picos FLS (excluding Current):
gets over time/1 worker:
126.56 M/s
sets over time/1 worker:
85.17 M/s
time per get/1 worker:
7.90 ns
time per set/1 worker:
11.74 ns
(cd _build/default/test && ./test_sync.exe -- ^Event$ 0)
Testing `Picos_sync'.
This run has ID `BZ7CA5O0'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.136s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Picos TLS')
Picos TLS:
gets over time/1 worker:
107.55 M/s
sets over time/1 worker:
57.40 M/s
time per get/1 worker:
9.30 ns
time per set/1 worker:
17.42 ns
(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 0)
Testing `Picos_sync'.
This run has ID `KV0LHQF1'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.025s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Picos DLS')
Picos DLS:
gets over time/1 worker:
172.87 M/s
sets over time/1 worker:
87.12 M/s
time per get/1 worker:
5.78 ns
time per set/1 worker:
11.48 ns
(cd _build/default/test && ./test_finally.exe)
Testing `Picos_finally'.
This run has ID `7WI7MAN2'.
[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.009s. 2 tests run.
(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 1)
Testing `Picos_sync'.
This run has ID `QJEDZQKN'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.024s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 0)
Testing `Picos_sync'.
This run has ID `S3VAIW63'.
[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] 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] 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 -- ^Semaphore$ 1)
Testing `Picos_sync'.
This run has ID `JD4G568F'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.173s. 1 test run.
(cd _build/default/test && ./test_structured.exe)
Testing `Picos_structured'.
This run has ID `EVWK56CB'.
[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 0.796s. 14 tests run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 0)
Testing `Picos_sync'.
This run has ID `VUY2B27M'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.009s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 1)
Testing `Picos_sync'.
This run has ID `JCZLUGKW'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.125s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 2)
Testing `Picos_sync'.
This run has ID `CHBIP3FZ'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.028s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- ^Sem$ 3)
Testing `Picos_sync'.
This run has ID `LJATNWZK'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.017s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Non-cancelable ops$' 0)
Testing `Picos_sync'.
This run has ID `WITVROK1'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.004s. 1 test run.
(cd _build/default/test && ./test_io.exe)
Testing `Picos_io'.
This run has ID `Q7XVBCUH'.
[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.526s. 6 tests run.
(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 0)
Testing `Picos_sync'.
This run has ID `U413CSIJ'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.286s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 1)
Testing `Picos_sync'.
This run has ID `WD0QWG54'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.021s. 1 test run.
(cd _build/default/test && ./test_select.exe)
Testing `Picos_select'.
This run has ID `LNQTAUEN'.
[OK] Intr 0
Full test results in `/src/_build/default/test/_build/_tests/Picos_select'.
Test Successful in 2.137s. 1 test run.
(cd _build/default/test && ./test_io_with_lwt.exe)
Testing `Picos_io_with_lwt'.
This run has ID `Z1AWM56Y'.
[OK] Unix 0 system.
Full test results in `/src/_build/default/test/_build/_tests/Picos_io_with_lwt'.
Test Successful in 2.083s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Yield with Picos_std_sync')
Yield with Picos_std_sync:
locked yields over time/1 fiber with Lock:
0.04 M/s
locked yields over time/1 fiber with Sem:
0.03 M/s
locked yields over time/1 fiber with Sem 2:
0.03 M/s
locked yields over time/1 fiber with Sem 3:
0.05 M/s
locked yields over time/1 fiber with Sem 4:
0.03 M/s
locked yields over time/256 fibers with Lock:
0.01 M/s
locked yields over time/256 fibers with Sem:
0.01 M/s
locked yields over time/256 fibers with Sem 2:
0.00 M/s
locked yields over time/256 fibers with Sem 3:
0.00 M/s
locked yields over time/256 fibers with Sem 4:
0.00 M/s
locked yields over time/2 fibers with Lock:
0.04 M/s
locked yields over time/2 fibers with Sem:
0.05 M/s
locked yields over time/2 fibers with Sem 2:
0.02 M/s
locked yields over time/2 fibers with Sem 3:
0.04 M/s
locked yields over time/2 fibers with Sem 4:
0.04 M/s
locked yields over time/3 fibers with Lock:
0.04 M/s
locked yields over time/3 fibers with Sem:
0.05 M/s
locked yields over time/3 fibers with Sem 2:
0.05 M/s
locked yields over time/3 fibers with Sem 3:
0.02 M/s
locked yields over time/3 fibers with Sem 4:
0.08 M/s
locked yields over time/4 fibers with Lock:
0.02 M/s
locked yields over time/4 fibers with Sem:
0.03 M/s
locked yields over time/4 fibers with Sem 2:
0.02 M/s
locked yields over time/4 fibers with Sem 3:
0.05 M/s
locked yields over time/4 fibers with Sem 4:
0.04 M/s
locked yields over time/8 fibers with Lock:
0.04 M/s
locked yields over time/8 fibers with Sem:
0.02 M/s
locked yields over time/8 fibers with Sem 2:
0.02 M/s
locked yields over time/8 fibers with Sem 3:
0.02 M/s
locked yields over time/8 fibers with Sem 4:
0.03 M/s
time per locked yield/1 fiber with Lock:
27570.47 ns
time per locked yield/1 fiber with Sem:
32647.02 ns
time per locked yield/1 fiber with Sem 2:
34221.75 ns
time per locked yield/1 fiber with Sem 3:
20941.48 ns
time per locked yield/1 fiber with Sem 4:
35170.23 ns
time per locked yield/256 fibers with Lock:
166965.27 ns
time per locked yield/256 fibers with Sem:
168475.54 ns
time per locked yield/256 fibers with Sem 2:
311660.18 ns
time per locked yield/256 fibers with Sem 3:
327311.10 ns
time per locked yield/256 fibers with Sem 4:
307562.69 ns
time per locked yield/2 fibers with Lock:
27598.63 ns
time per locked yield/2 fibers with Sem:
19112.11 ns
time per locked yield/2 fibers with Sem 2:
43894.58 ns
time per locked yield/2 fibers with Sem 3:
26043.42 ns
time per locked yield/2 fibers with Sem 4:
22587.03 ns
time per locked yield/3 fibers with Lock:
26777.48 ns
time per locked yield/3 fibers with Sem:
22213.49 ns
time per locked yield/3 fibers with Sem 2:
19342.85 ns
time per locked yield/3 fibers with Sem 3:
59763.51 ns
time per locked yield/3 fibers with Sem 4:
13948.99 ns
time per locked yield/4 fibers with Lock:
41081.62 ns
time per locked yield/4 fibers with Sem:
34122.99 ns
time per locked yield/4 fibers with Sem 2:
51720.61 ns
time per locked yield/4 fibers with Sem 3:
19191.39 ns
time per locked yield/4 fibers with Sem 4:
24890.94 ns
time per locked yield/8 fibers with Lock:
25941.37 ns
time per locked yield/8 fibers with Sem:
53069.62 ns
time per locked yield/8 fibers with Sem 2:
45613.60 ns
time per locked yield/8 fibers with Sem 3:
42548.29 ns
time per locked yield/8 fibers with Sem 4:
39868.78 ns
(cd _build/default/bench && ./main.exe -brief 'Picos Spawn')
Picos Spawn:
(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 Yield')
Picos Yield:
time per yield/100 fibers:
37400.73 ns
time per yield/10 fibers:
18014.85 ns
time per yield/1 fiber:
25215.16 ns
yields over time/100 fibers:
0.03 M/s
yields over time/10 fibers:
0.06 M/s
yields over time/1 fiber:
0.04 M/s
(cd _build/default/bench && ./main.exe -brief 'Picos Cancel_after with Picos_select')
Picos Cancel_after with Picos_select:
async round-trips over time/1 worker:
0.14 M/s
round-trips over time/1 worker:
0.04 M/s
time per async round-trip/1 worker:
7091.44 ns
time per round-trip/1 worker:
22873.65 ns
(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 2)
Testing `Picos_sync'.
This run has ID `KXRA2P87'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 4.820s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 0)
Testing `Picos_sync'.
This run has ID `2C7UR3EX'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.297s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Ref with Picos_std_sync')
Ref with Picos_std_sync:
ops over time/cas int with Lock:
37.92 M/s
ops over time/cas int with Sem:
37.30 M/s
ops over time/get with Lock:
46.96 M/s
ops over time/get with Sem:
47.33 M/s
ops over time/incr with Lock:
46.90 M/s
ops over time/incr with Sem:
46.46 M/s
ops over time/push & pop with Lock:
35.60 M/s
ops over time/push & pop with Sem:
35.57 M/s
ops over time/swap with Lock:
35.86 M/s
ops over time/swap with Sem:
35.28 M/s
ops over time/xchg int with Lock:
37.94 M/s
ops over time/xchg int with Sem:
37.86 M/s
time per op/cas int with Lock:
26.37 ns
time per op/cas int with Sem:
26.81 ns
time per op/get with Lock:
21.30 ns
time per op/get with Sem:
21.13 ns
time per op/incr with Lock:
21.32 ns
time per op/incr with Sem:
21.52 ns
time per op/push & pop with Lock:
28.09 ns
time per op/push & pop with Sem:
28.11 ns
time per op/swap with Lock:
27.89 ns
time per op/swap with Sem:
28.34 ns
time per op/xchg int with Lock:
26.36 ns
time per op/xchg int with Sem:
26.41 ns
(cd _build/default/bench && ./main.exe -brief Picos_mpmcq)
Picos_mpmcq:
messages over time/one domain:
16.61 M/s
time per message/one domain:
60.21 ns
(cd _build/default/bench && ./main.exe -brief Picos_mpscq)
Picos_mpscq:
messages over time/one domain:
18.64 M/s
time per message/one domain:
53.64 ns
(cd _build/default/bench && ./main.exe -brief Picos_htbl)
Picos_htbl:
operations over time/1 worker, 10% reads:
8.57 M/s
operations over time/1 worker, 50% reads:
6.14 M/s
operations over time/1 worker, 90% reads:
12.88 M/s
time per operation/1 worker, 10% reads:
116.63 ns
time per operation/1 worker, 50% reads:
162.90 ns
time per operation/1 worker, 90% reads:
77.66 ns
(cd _build/default/test && ./test_io_cohttp.exe)
Uri: //127.0.0.1:48599/hello-io-cohttp
Method: POST
host: 127.0.0.1:48599
user-agent: ocaml-cohttp/v6.0.0
content-length: 17
Body: It's-a-Me, Picos!
(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:
7.56 M/s
operations over time/1 worker, 10% reads with Sem:
7.80 M/s
operations over time/1 worker, 100% reads with Lock:
8.91 M/s
operations over time/1 worker, 100% reads with Sem:
8.99 M/s
operations over time/1 worker, 50% reads with Lock:
7.88 M/s
operations over time/1 worker, 50% reads with Sem:
8.12 M/s
operations over time/1 worker, 90% reads with Lock:
8.61 M/s
operations over time/1 worker, 90% reads with Sem:
1.74 M/s
operations over time/1 worker, 95% reads with Lock:
8.24 M/s
operations over time/1 worker, 95% reads with Sem:
7.68 M/s
time per operation/1 worker, 10% reads with Lock:
132.28 ns
time per operation/1 worker, 10% reads with Sem:
128.14 ns
time per operation/1 worker, 100% reads with Lock:
112.21 ns
time per operation/1 worker, 100% reads with Sem:
111.21 ns
time per operation/1 worker, 50% reads with Lock:
126.89 ns
time per operation/1 worker, 50% reads with Sem:
123.13 ns
time per operation/1 worker, 90% reads with Lock:
116.20 ns
time per operation/1 worker, 90% reads with Sem:
574.20 ns
time per operation/1 worker, 95% reads with Lock:
122.00 ns
time per operation/1 worker, 95% reads with Sem:
130.25 ns
(cd _build/default/bench && ./main.exe -brief Picos_stdio)
Picos_stdio:
blocking reads over time/1 worker:
0.03 M/s
non-blocking reads over time/1 worker:
0.27 M/s
time per blocking read/1 worker:
37140.94 ns
time per non-blocking read/1 worker:
3741.28 ns
(cd _build/default/bench && ./main.exe -brief 'Picos_sync Stream')
Picos_sync Stream:
messages over time/one domain:
8.90 M/s
time per message/one domain:
112.41 ns
(cd _build/default/bench && ./main.exe -brief Fib)
Fib:
(cd _build/default/bench && ./main.exe -brief 'Picos binaries')
Picos binaries:
binary size/picos:
86.74 kB
binary size/picos.domain:
7.69 kB
binary size/picos.thread:
4.44 kB
binary size/picos_aux.htbl:
54.07 kB
binary size/picos_aux.mpmcq:
17.09 kB
binary size/picos_aux.mpscq:
19.86 kB
binary size/picos_aux.rc:
19.93 kB
binary size/picos_io:
97.36 kB
binary size/picos_io.fd:
10.01 kB
binary size/picos_io.select:
63.07 kB
binary size/picos_io_cohttp:
46.99 kB
binary size/picos_mux.thread:
27.08 kB
binary size/picos_std.awaitable:
35.41 kB
binary size/picos_std.event:
26.37 kB
binary size/picos_std.finally:
19.96 kB
binary size/picos_std.structured:
87.03 kB
binary size/picos_std.sync:
166.81 kB
(cd _build/default/bench && ./main.exe -brief 'Bounded_q with Picos_std_sync')
Bounded_q with Picos_std_sync:
messages over time/one domain with Lock:
7.77 M/s
time per message/one domain with Lock:
128.64 ns
(cd _build/default/bench && ./main.exe -brief 'Memory usage')
Memory usage:
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 1)
Testing `Picos_sync'.
This run has ID `CEWO8KUH'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 4.858s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 2)
Testing `Picos_sync'.
This run has ID `FQ9MSYBI'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.013s. 1 test run.
(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 3)
Testing `Picos_sync'.
This run has ID `GTCYWQLZ'.
[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] 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] Non-cancelable ops 0 are not canceled.
Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.
Test Successful in 0.017s. 1 test run.
(cd _build/default/test && ./test_picos.exe)
Testing `Picos'.
This run has ID `6GXHRIH0'.
[OK] Trigger 0 basics.
[OK] Computation 0 basics.
[OK] Computation 1 tx.
[OK] Computation 2 signals in order.
[OK] Fiber.FLS 0 basics.
[OK] Cancel 0
[OK] Cancel after 0
Full test results in `/src/_build/default/test/_build/_tests/Picos'.
Test Successful in 15.306s. 7 tests run.
(cd _build/default/test && ./test_schedulers.exe)
Testing `Picos schedulers'.
This run has ID `94AXN6IV'.
[OK] Trivial main returns 0
[OK] Scheduler completes main computation 0
[OK] Current 0
[OK] Cancel_after 0 basic.
[OK] Cancel_after 1 long timeout.
[OK] Operation on canceled fiber raises 0
[OK] Cross scheduler wakeup 0
[OK] Fatal exception terminates scheduler 0
Full test results in `/src/_build/default/test/_build/_tests/Picos schedulers'.
Test Successful in 29.961s. 8 tests run.
Thread 109 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 107 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 110 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 114 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 115 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 116 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 117 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 118 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 120 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 119 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 121 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 122 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 123 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 124 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 126 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 125 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 128 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 129 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 127 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 130 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 131 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 132 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 133 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 134 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 135 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 136 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 137 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 138 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 139 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 140 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 141 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 142 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 143 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 144 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 145 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 146 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 147 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 148 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 149 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 150 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 151 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 152 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 153 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 154 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 155 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 156 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 157 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 158 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 159 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 160 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 161 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 162 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 164 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 165 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 163 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 166 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 168 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 169 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
alled from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 170 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 171 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 172 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 173 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 174 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 175 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 176 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 177 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 178 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 179 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 180 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 181 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 182 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 183 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 184 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 185 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 186 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 187 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 188 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 189 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 190 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 191 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 192 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 193 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 194 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 195 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 196 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 197 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 198 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 199 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 200 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 201 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 202 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 203 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 204 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 205 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 206 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 111 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 112 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
Thread 167 killed on uncaught exception Failure("fatal")
Raised at Dune__exe__Test_schedulers.test_fatal.fatal_exn_handler in file "test/test_schedulers.ml", line 117, characters 6-15
Called from Thread.create.(fun) in file "thread.ml", line 49, characters 8-14
(cd _build/default/test && ./test_htbl.exe)
random seed: 4606609544133968713
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Htbl sequential
[ ] 0 0 0 0 / 32 0.0s Htbl sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Htbl sequential
[ ] 0 0 0 0 / 32 0.0s Htbl concurrent
[ ] 1 0 0 1 / 32 1.5s Htbl concurrent
[ ] 2 0 0 2 / 32 3.1s Htbl concurrent
[ ] 3 0 0 3 / 32 5.2s Htbl concurrent
[ ] 4 0 0 4 / 32 7.0s Htbl concurrent
[ ] 5 0 0 5 / 32 8.6s Htbl concurrent
[ ] 6 0 0 6 / 32 10.4s Htbl concurrent
[ ] 7 0 0 7 / 32 12.6s Htbl concurrent
[ ] 8 0 0 8 / 32 13.8s Htbl concurrent
[ ] 9 0 0 9 / 32 15.3s Htbl concurrent
[ ] 10 0 0 10 / 32 16.6s Htbl concurrent
[ ] 11 0 0 11 / 32 17.7s Htbl concurrent
[ ] 12 0 0 12 / 32 17.8s Htbl concurrent
[ ] 13 0 0 13 / 32 18.1s Htbl concurrent
[ ] 14 0 0 14 / 32 18.3s Htbl concurrent
[ ] 15 0 0 15 / 32 18.7s Htbl concurrent
[ ] 16 0 0 16 / 32 19.2s Htbl concurrent
[ ] 17 0 0 17 / 32 19.5s Htbl concurrent
[ ] 18 0 0 18 / 32 20.1s Htbl concurrent
[ ] 19 0 0 19 / 32 20.3s Htbl concurrent
[ ] 20 0 0 20 / 32 20.5s Htbl concurrent
[ ] 21 0 0 21 / 32 20.6s Htbl concurrent
[ ] 22 0 0 22 / 32 21.0s Htbl concurrent
[ ] 23 0 0 23 / 32 21.4s Htbl concurrent
[ ] 24 0 0 24 / 32 21.7s Htbl concurrent
[ ] 25 0 0 25 / 32 21.8s Htbl concurrent
[ ] 27 0 0 27 / 32 22.0s Htbl concurrent
[ ] 28 0 0 28 / 32 22.2s Htbl concurrent
[ ] 29 0 0 29 / 32 22.6s Htbl concurrent
[ ] 31 0 0 31 / 32 22.8s Htbl concurrent
[✓] 32 0 0 32 / 32 22.8s Htbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1945391730649347069
generated error fail pass / total time test name
[ ] 0 0 0 0 / 52 0.0s Htbl sequential
[✓] 52 0 0 52 / 52 0.0s Htbl sequential
[ ] 0 0 0 0 / 52 0.0s Htbl concurrent
[ ] 2 0 0 2 / 52 0.1s Htbl concurrent
[ ] 3 0 0 3 / 52 0.2s Htbl concurrent
[ ] 5 0 0 5 / 52 0.4s Htbl concurrent
[ ] 7 0 0 7 / 52 0.5s Htbl concurrent
[ ] 8 0 0 8 / 52 0.7s Htbl concurrent
[ ] 10 0 0 10 / 52 1.2s Htbl concurrent
[ ] 11 0 0 11 / 52 1.4s Htbl concurrent
[ ] 14 0 0 14 / 52 1.7s Htbl concurrent
[ ] 16 0 0 16 / 52 2.0s Htbl concurrent
[ ] 19 0 0 19 / 52 2.2s Htbl concurrent
[ ] 22 0 0 22 / 52 2.3s Htbl concurrent
[ ] 25 0 0 25 / 52 2.4s Htbl concurrent
[ ] 28 0 0 28 / 52 2.6s Htbl concurrent
[ ] 31 0 0 31 / 52 3.2s Htbl concurrent
[ ] 34 0 0 34 / 52 3.4s Htbl concurrent
[ ] 37 0 0 37 / 52 3.7s Htbl concurrent
[ ] 40 0 0 40 / 52 3.8s Htbl concurrent
[ ] 43 0 0 43 / 52 3.9s Htbl concurrent
[ ] 44 0 0 44 / 52 4.1s Htbl concurrent
[ ] 45 0 0 45 / 52 4.2s Htbl concurrent
[ ] 48 0 0 48 / 52 4.3s Htbl concurrent
[ ] 50 0 0 50 / 52 4.6s Htbl concurrent
[✓] 52 0 0 52 / 52 4.7s Htbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3037457003614881607
generated error fail pass / total time test name
[ ] 0 0 0 0 / 99 0.0s Htbl sequential
[✓] 99 0 0 99 / 99 0.0s Htbl sequential
[ ] 0 0 0 0 / 99 0.0s Htbl concurrent
[ ] 1 0 0 1 / 99 0.0s Htbl concurrent
[ ] 2 0 0 2 / 99 0.2s Htbl concurrent
[ ] 5 0 0 5 / 99 0.3s Htbl concurrent
[ ] 8 0 0 8 / 99 0.5s Htbl concurrent
[ ] 10 0 0 10 / 99 0.6s Htbl concurrent
[ ] 13 0 0 13 / 99 0.7s Htbl concurrent
[ ] 15 0 0 15 / 99 0.9s Htbl concurrent
[ ] 17 0 0 17 / 99 1.3s Htbl concurrent
[ ] 19 0 0 19 / 99 1.5s Htbl concurrent
[ ] 21 0 0 21 / 99 1.6s Htbl concurrent
[ ] 23 0 0 23 / 99 1.7s Htbl concurrent
[ ] 25 0 0 25 / 99 1.8s Htbl concurrent
[ ] 27 0 0 27 / 99 2.0s Htbl concurrent
[ ] 28 0 0 28 / 99 2.1s Htbl concurrent
[ ] 32 0 0 32 / 99 2.3s Htbl concurrent
[ ] 34 0 0 34 / 99 2.4s Htbl concurrent
[ ] 37 0 0 37 / 99 2.5s Htbl concurrent
[ ] 40 0 0 40 / 99 2.6s Htbl concurrent
[ ] 43 0 0 43 / 99 2.7s Htbl concurrent
[ ] 45 0 0 45 / 99 2.8s Htbl concurrent
[ ] 47 0 0 47 / 99 3.0s Htbl concurrent
[ ] 49 0 0 49 / 99 3.1s Htbl concurrent
[ ] 51 0 0 51 / 99 3.2s Htbl concurrent
[ ] 53 0 0 53 / 99 3.4s Htbl concurrent
[ ] 56 0 0 56 / 99 3.5s Htbl concurrent
[ ] 59 0 0 59 / 99 3.6s Htbl concurrent
[ ] 62 0 0 62 / 99 3.9s Htbl concurrent
[ ] 65 0 0 65 / 99 4.1s Htbl concurrent
[ ] 67 0 0 67 / 99 4.4s Htbl concurrent
[ ] 68 0 0 68 / 99 4.5s Htbl concurrent
[ ] 71 0 0 71 / 99 4.6s Htbl concurrent
[ ] 73 0 0 73 / 99 4.8s Htbl concurrent
[ ] 75 0 0 75 / 99 4.9s Htbl concurrent
[ ] 77 0 0 77 / 99 5.0s Htbl concurrent
[ ] 78 0 0 78 / 99 5.1s Htbl concurrent
[ ] 81 0 0 81 / 99 5.4s Htbl concurrent
[ ] 83 0 0 83 / 99 5.5s Htbl concurrent
[ ] 87 0 0 87 / 99 5.7s Htbl concurrent
[ ] 89 0 0 89 / 99 5.8s Htbl concurrent
[ ] 91 0 0 91 / 99 6.1s Htbl concurrent
[ ] 94 0 0 94 / 99 6.2s Htbl concurrent
[ ] 97 0 0 97 / 99 6.3s Htbl concurrent
[✓] 99 0 0 99 / 99 6.4s Htbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3455975123549994130
generated error fail pass / total time test name
[ ] 0 0 0 0 / 141 0.0s Htbl sequential
[✓] 141 0 0 141 / 141 0.0s Htbl sequential
[ ] 0 0 0 0 / 141 0.0s Htbl concurrent
[ ] 2 0 0 2 / 141 0.1s Htbl concurrent
[ ] 5 0 0 5 / 141 0.3s Htbl concurrent
[ ] 8 0 0 8 / 141 0.4s Htbl concurrent
[ ] 10 0 0 10 / 141 0.9s Htbl concurrent
[ ] 12 0 0 12 / 141 1.0s Htbl concurrent
[ ] 15 0 0 15 / 141 1.1s Htbl concurrent
[ ] 17 0 0 17 / 141 1.5s Htbl concurrent
[ ] 20 0 0 20 / 141 1.6s Htbl concurrent
[ ] 23 0 0 23 / 141 1.9s Htbl concurrent
[ ] 25 0 0 25 / 141 2.1s Htbl concurrent
[ ] 26 0 0 26 / 141 2.2s Htbl concurrent
[ ] 29 0 0 29 / 141 2.3s Htbl concurrent
[ ] 32 0 0 32 / 141 2.4s Htbl concurrent
[ ] 36 0 0 36 / 141 2.5s Htbl concurrent
[ ] 39 0 0 39 / 141 2.6s Htbl concurrent
[ ] 41 0 0 41 / 141 3.1s Htbl concurrent
[ ] 43 0 0 43 / 141 3.3s Htbl concurrent
[ ] 45 0 0 45 / 141 3.4s Htbl concurrent
[ ] 47 0 0 47 / 141 3.5s Htbl concurrent
[ ] 50 0 0 50 / 141 3.7s Htbl concurrent
[ ] 52 0 0 52 / 141 3.8s Htbl concurrent
[ ] 54 0 0 54 / 141 3.9s Htbl concurrent
[ ] 57 0 0 57 / 141 4.1s Htbl concurrent
[ ] 60 0 0 60 / 141 4.2s Htbl concurrent
[ ] 62 0 0 62 / 141 4.4s Htbl concurrent
[ ] 65 0 0 65 / 141 4.5s Htbl concurrent
[ ] 67 0 0 67 / 141 4.6s Htbl concurrent
[ ] 69 0 0 69 / 141 4.7s Htbl concurrent
[ ] 71 0 0 71 / 141 4.9s Htbl concurrent
[ ] 74 0 0 74 / 141 5.0s Htbl concurrent
[ ] 75 0 0 75 / 141 5.5s Htbl concurrent
[ ] 77 0 0 77 / 141 5.6s Htbl concurrent
[ ] 81 0 0 81 / 141 5.8s Htbl concurrent
[ ] 83 0 0 83 / 141 5.9s Htbl concurrent
[ ] 86 0 0 86 / 141 6.4s Htbl concurrent
[ ] 88 0 0 88 / 141 6.5s Htbl concurrent
[ ] 91 0 0 91 / 141 6.7s Htbl concurrent
[ ] 94 0 0 94 / 141 7.1s Htbl concurrent
[ ] 97 0 0 97 / 141 7.2s Htbl concurrent
[ ] 99 0 0 99 / 141 7.3s Htbl concurrent
[ ] 102 0 0 102 / 141 7.6s Htbl concurrent
[ ] 104 0 0 104 / 141 8.1s Htbl concurrent
[ ] 106 0 0 106 / 141 8.2s Htbl concurrent
[ ] 107 0 0 107 / 141 8.4s Htbl concurrent
[ ] 108 0 0 108 / 141 8.6s Htbl concurrent
[ ] 111 0 0 111 / 141 8.8s Htbl concurrent
[ ] 112 0 0 112 / 141 9.1s Htbl concurrent
[ ] 113 0 0 113 / 141 9.5s Htbl concurrent
[ ] 115 0 0 115 / 141 9.7s Htbl concurrent
[ ] 117 0 0 117 / 141 9.8s Htbl concurrent
[ ] 120 0 0 120 / 141 9.9s Htbl concurrent
[ ] 124 0 0 124 / 141 10.2s Htbl concurrent
[ ] 126 0 0 126 / 141 10.4s Htbl concurrent
[ ] 129 0 0 129 / 141 10.5s Htbl concurrent
[ ] 131 0 0 131 / 141 10.6s Htbl concurrent
[ ] 133 0 0 133 / 141 10.8s Htbl concurrent
[ ] 135 0 0 135 / 141 11.0s Htbl concurrent
[ ] 136 0 0 136 / 141 11.1s Htbl concurrent
[ ] 138 0 0 138 / 141 11.2s Htbl concurrent
[ ] 140 0 0 140 / 141 11.3s Htbl concurrent
[✓] 141 0 0 141 / 141 11.4s Htbl concurrent
================================================================================
success (ran 2 tests)
random seed: 197049805343720066
generated error fail pass / total time test name
[ ] 0 0 0 0 / 105 0.0s Htbl sequential
[✓] 105 0 0 105 / 105 0.0s Htbl sequential
[ ] 0 0 0 0 / 105 0.0s Htbl concurrent
[ ] 2 0 0 2 / 105 0.1s Htbl concurrent
[ ] 4 0 0 4 / 105 0.2s Htbl concurrent
[ ] 6 0 0 6 / 105 0.6s Htbl concurrent
[ ] 9 0 0 9 / 105 0.8s Htbl concurrent
[ ] 10 0 0 10 / 105 1.1s Htbl concurrent
[ ] 13 0 0 13 / 105 1.4s Htbl concurrent
[ ] 16 0 0 16 / 105 1.5s Htbl concurrent
[ ] 17 0 0 17 / 105 1.6s Htbl concurrent
[ ] 20 0 0 20 / 105 1.7s Htbl concurrent
[ ] 23 0 0 23 / 105 1.8s Htbl concurrent
[ ] 25 0 0 25 / 105 2.0s Htbl concurrent
[ ] 28 0 0 28 / 105 2.5s Htbl concurrent
[ ] 29 0 0 29 / 105 2.7s Htbl concurrent
[ ] 30 0 0 30 / 105 2.8s Htbl concurrent
[ ] 33 0 0 33 / 105 3.1s Htbl concurrent
[ ] 36 0 0 36 / 105 3.2s Htbl concurrent
[ ] 37 0 0 37 / 105 3.3s Htbl concurrent
[ ] 39 0 0 39 / 105 3.4s Htbl concurrent
[ ] 41 0 0 41 / 105 3.6s Htbl concurrent
[ ] 45 0 0 45 / 105 3.8s Htbl concurrent
[ ] 48 0 0 48 / 105 4.0s Htbl concurrent
[ ] 51 0 0 51 / 105 4.1s Htbl concurrent
[ ] 54 0 0 54 / 105 4.2s Htbl concurrent
[ ] 55 0 0 55 / 105 4.4s Htbl concurrent
[ ] 57 0 0 57 / 105 4.5s Htbl concurrent
[ ] 60 0 0 60 / 105 4.6s Htbl concurrent
[ ] 61 0 0 61 / 105 4.8s Htbl concurrent
[ ] 62 0 0 62 / 105 5.0s Htbl concurrent
[ ] 64 0 0 64 / 105 5.1s Htbl concurrent
[ ] 67 0 0 67 / 105 5.3s Htbl concurrent
[ ] 70 0 0 70 / 105 5.4s Htbl concurrent
[ ] 72 0 0 72 / 105 5.6s Htbl concurrent
[ ] 73 0 0 73 / 105 5.8s Htbl concurrent
[ ] 76 0 0 76 / 105 5.9s Htbl concurrent
[ ] 80 0 0 80 / 105 6.1s Htbl concurrent
[ ] 81 0 0 81 / 105 6.5s Htbl concurrent
[ ] 84 0 0 84 / 105 6.8s Htbl concurrent
[ ] 87 0 0 87 / 105 7.0s Htbl concurrent
[ ] 90 0 0 90 / 105 7.1s Htbl concurrent
[ ] 92 0 0 92 / 105 7.6s Htbl concurrent
[ ] 95 0 0 95 / 105 7.7s Htbl concurrent
[ ] 96 0 0 96 / 105 7.8s Htbl concurrent
[ ] 99 0 0 99 / 105 7.9s Htbl concurrent
[ ] 100 0 0 100 / 105 8.1s Htbl concurrent
[ ] 101 0 0 101 / 105 8.3s Htbl concurrent
[ ] 104 0 0 104 / 105 8.5s Htbl concurrent
[✓] 105 0 0 105 / 105 8.6s Htbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1686247338186532430
generated error fail pass / total time test name
[ ] 0 0 0 0 / 49 0.0s Htbl sequential
[✓] 49 0 0 49 / 49 0.0s Htbl sequential
[ ] 0 0 0 0 / 49 0.0s Htbl concurrent
[ ] 1 0 0 1 / 49 0.3s Htbl concurrent
[ ] 3 0 0 3 / 49 0.4s Htbl concurrent
[ ] 5 0 0 5 / 49 0.8s Htbl concurrent
[ ] 6 0 0 6 / 49 1.0s Htbl concurrent
[ ] 8 0 0 8 / 49 1.2s Htbl concurrent
[ ] 10 0 0 10 / 49 1.4s Htbl concurrent
[ ] 12 0 0 12 / 49 1.5s Htbl concurrent
[ ] 15 0 0 15 / 49 1.6s Htbl concurrent
[ ] 16 0 0 16 / 49 2.0s Htbl concurrent
[ ] 17 0 0 17 / 49 2.2s Htbl concurrent
[ ] 19 0 0 19 / 49 2.4s Htbl concurrent
[ ] 20 0 0 20 / 49 2.5s Htbl concurrent
[ ] 22 0 0 22 / 49 2.7s Htbl concurrent
[ ] 23 0 0 23 / 49 2.9s Htbl concurrent
[ ] 26 0 0 26 / 49 3.1s Htbl concurrent
[ ] 28 0 0 28 / 49 3.2s Htbl concurrent
[ ] 31 0 0 31 / 49 3.3s Htbl concurrent
[ ] 34 0 0 34 / 49 3.4s Htbl concurrent
[ ] 37 0 0 37 / 49 3.5s Htbl concurrent
[ ] 40 0 0 40 / 49 3.7s Htbl concurrent
[ ] 42 0 0 42 / 49 3.8s Htbl concurrent
[ ] 45 0 0 45 / 49 3.9s Htbl concurrent
[ ] 49 0 0 49 / 49 4.0s Htbl concurrent
[✓] 49 0 0 49 / 49 4.0s Htbl concurrent
================================================================================
success (ran 2 tests)
random seed: 726270442514104428
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Htbl sequential
[✓] 32 0 0 32 / 32 0.0s Htbl sequential
[ ] 0 0 0 0 / 32 0.0s Htbl concurrent
[ ] 1 0 0 1 / 32 0.2s Htbl concurrent
[ ] 2 0 0 2 / 32 0.3s Htbl concurrent
[ ] 5 0 0 5 / 32 0.4s Htbl concurrent
[ ] 7 0 0 7 / 32 0.5s Htbl concurrent
[ ] 10 0 0 10 / 32 0.7s Htbl concurrent
[ ] 12 0 0 12 / 32 0.9s Htbl concurrent
[ ] 15 0 0 15 / 32 1.0s Htbl concurrent
[ ] 16 0 0 16 / 32 1.2s Htbl concurrent
[ ] 18 0 0 18 / 32 1.5s Htbl concurrent
[ ] 20 0 0 20 / 32 1.6s Htbl concurrent
[ ] 23 0 0 23 / 32 1.7s Htbl concurrent
[ ] 24 0 0 24 / 32 1.8s Htbl concurrent
[ ] 26 0 0 26 / 32 2.0s Htbl concurrent
[ ] 28 0 0 28 / 32 2.1s Htbl concurrent
[ ] 32 0 0 32 / 32 2.2s Htbl concurrent
[✓] 32 0 0 32 / 32 2.2s Htbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_sem.exe)
random seed: 1820735164444406477
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Sem sequential
[ ] 0 0 0 0 / 32 0.0s Sem sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Sem sequential
[ ] 0 0 0 0 / 32 0.0s Sem concurrent
[ ] 1 0 0 1 / 32 1.0s Sem concurrent
[ ] 2 0 0 2 / 32 2.3s Sem concurrent
[ ] 3 0 0 3 / 32 3.4s Sem concurrent
[ ] 4 0 0 4 / 32 4.8s Sem concurrent
[ ] 5 0 0 5 / 32 5.7s Sem concurrent
[ ] 6 0 0 6 / 32 7.3s Sem concurrent
[ ] 7 0 0 7 / 32 8.9s Sem concurrent
[ ] 8 0 0 8 / 32 10.1s Sem concurrent
[ ] 9 0 0 9 / 32 11.5s Sem concurrent
[ ] 10 0 0 10 / 32 12.4s Sem concurrent
[ ] 11 0 0 11 / 32 13.0s Sem concurrent
[ ] 12 0 0 12 / 32 13.4s Sem concurrent
[ ] 13 0 0 13 / 32 13.9s Sem concurrent
[ ] 14 0 0 14 / 32 14.2s Sem concurrent
[ ] 15 0 0 15 / 32 14.4s Sem concurrent
[ ] 16 0 0 16 / 32 14.8s Sem concurrent
[ ] 17 0 0 17 / 32 15.1s Sem concurrent
[ ] 18 0 0 18 / 32 15.3s Sem concurrent
[ ] 19 0 0 19 / 32 15.5s Sem concurrent
[ ] 20 0 0 20 / 32 15.6s Sem concurrent
[ ] 21 0 0 21 / 32 15.7s Sem concurrent
[ ] 22 0 0 22 / 32 15.8s Sem concurrent
[ ] 23 0 0 23 / 32 16.3s Sem concurrent
[ ] 24 0 0 24 / 32 16.4s Sem concurrent
[ ] 25 0 0 25 / 32 16.7s Sem concurrent
[ ] 26 0 0 26 / 32 17.0s Sem concurrent
[ ] 27 0 0 27 / 32 17.2s Sem concurrent
[ ] 28 0 0 28 / 32 17.4s Sem concurrent
[ ] 29 0 0 29 / 32 17.5s Sem concurrent
[ ] 30 0 0 30 / 32 17.6s Sem concurrent
[ ] 31 0 0 31 / 32 18.0s Sem concurrent
[ ] 32 0 0 32 / 32 18.2s Sem concurrent
[✓] 32 0 0 32 / 32 18.2s Sem concurrent
================================================================================
success (ran 2 tests)
random seed: 3760019533044603746
generated 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 concurrent
[ ] 1 0 0 1 / 64 0.3s Sem concurrent
[ ] 2 0 0 2 / 64 0.5s Sem concurrent
[ ] 3 0 0 3 / 64 0.6s Sem concurrent
[ ] 4 0 0 4 / 64 0.8s Sem concurrent
[ ] 5 0 0 5 / 64 0.9s Sem concurrent
[ ] 6 0 0 6 / 64 1.1s Sem concurrent
[ ] 7 0 0 7 / 64 1.3s Sem concurrent
[ ] 8 0 0 8 / 64 1.5s Sem concurrent
[ ] 9 0 0 9 / 64 1.6s Sem concurrent
[ ] 10 0 0 10 / 64 1.9s Sem concurrent
[ ] 11 0 0 11 / 64 2.0s Sem concurrent
[ ] 12 0 0 12 / 64 2.2s Sem concurrent
[ ] 13 0 0 13 / 64 2.3s Sem concurrent
[ ] 15 0 0 15 / 64 2.5s Sem concurrent
[ ] 18 0 0 18 / 64 2.7s Sem concurrent
[ ] 20 0 0 20 / 64 2.8s Sem concurrent
[ ] 21 0 0 21 / 64 2.9s Sem concurrent
[ ] 23 0 0 23 / 64 3.0s Sem concurrent
[ ] 26 0 0 26 / 64 3.1s Sem concurrent
[ ] 28 0 0 28 / 64 3.3s Sem concurrent
[ ] 32 0 0 32 / 64 3.4s Sem concurrent
[ ] 34 0 0 34 / 64 3.7s Sem concurrent
[ ] 36 0 0 36 / 64 3.9s Sem concurrent
[ ] 39 0 0 39 / 64 4.0s Sem concurrent
[ ] 42 0 0 42 / 64 4.1s Sem concurrent
[ ] 44 0 0 44 / 64 4.2s Sem concurrent
[ ] 47 0 0 47 / 64 4.3s Sem concurrent
[ ] 49 0 0 49 / 64 4.5s Sem concurrent
[ ] 52 0 0 52 / 64 4.6s Sem concurrent
[ ] 54 0 0 54 / 64 4.7s Sem concurrent
[ ] 55 0 0 55 / 64 4.9s Sem concurrent
[ ] 56 0 0 56 / 64 5.0s Sem concurrent
[ ] 59 0 0 59 / 64 5.1s Sem concurrent
[ ] 60 0 0 60 / 64 5.2s Sem concurrent
[ ] 61 0 0 61 / 64 5.5s Sem concurrent
[ ] 63 0 0 63 / 64 5.6s Sem concurrent
[✓] 64 0 0 64 / 64 5.7s Sem concurrent
================================================================================
success (ran 2 tests)
random seed: 3446540902978885689
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Sem sequential
[✓] 128 0 0 128 / 128 0.0s Sem sequential
[ ] 0 0 0 0 / 128 0.0s Sem concurrent
[ ] 2 0 0 2 / 128 0.1s Sem concurrent
[ ] 5 0 0 5 / 128 0.2s Sem concurrent
[ ] 6 0 0 6 / 128 0.4s Sem concurrent
[ ] 8 0 0 8 / 128 0.5s Sem concurrent
[ ] 10 0 0 10 / 128 0.7s Sem concurrent
[ ] 12 0 0 12 / 128 0.9s Sem concurrent
[ ] 13 0 0 13 / 128 1.2s Sem concurrent
[ ] 15 0 0 15 / 128 1.4s Sem concurrent
[ ] 17 0 0 17 / 128 1.5s Sem concurrent
[ ] 19 0 0 19 / 128 1.7s Sem concurrent
[ ] 22 0 0 22 / 128 1.8s Sem concurrent
[ ] 24 0 0 24 / 128 1.9s Sem concurrent
[ ] 26 0 0 26 / 128 2.1s Sem concurrent
[ ] 29 0 0 29 / 128 2.3s Sem concurrent
[ ] 31 0 0 31 / 128 2.7s Sem concurrent
[ ] 34 0 0 34 / 128 2.8s Sem concurrent
[ ] 37 0 0 37 / 128 2.9s Sem concurrent
[ ] 38 0 0 38 / 128 3.2s Sem concurrent
[ ] 42 0 0 42 / 128 3.4s Sem concurrent
[ ] 45 0 0 45 / 128 3.5s Sem concurrent
[ ] 48 0 0 48 / 128 3.6s Sem concurrent
[ ] 50 0 0 50 / 128 3.7s Sem concurrent
[ ] 53 0 0 53 / 128 3.8s Sem concurrent
[ ] 57 0 0 57 / 128 3.9s Sem concurrent
[ ] 59 0 0 59 / 128 4.0s Sem concurrent
[ ] 61 0 0 61 / 128 4.4s Sem concurrent
[ ] 64 0 0 64 / 128 4.6s Sem concurrent
[ ] 66 0 0 66 / 128 4.8s Sem concurrent
[ ] 68 0 0 68 / 128 4.9s Sem concurrent
[ ] 71 0 0 71 / 128 5.0s Sem concurrent
[ ] 73 0 0 73 / 128 5.4s Sem concurrent
[ ] 75 0 0 75 / 128 5.6s Sem concurrent
[ ] 78 0 0 78 / 128 5.7s Sem concurrent
[ ] 79 0 0 79 / 128 6.0s Sem concurrent
[ ] 81 0 0 81 / 128 6.2s Sem concurrent
[ ] 82 0 0 82 / 128 6.5s Sem concurrent
[ ] 84 0 0 84 / 128 6.6s Sem concurrent
[ ] 87 0 0 87 / 128 6.7s Sem concurrent
[ ] 90 0 0 90 / 128 6.9s Sem concurrent
[ ] 93 0 0 93 / 128 7.0s Sem concurrent
[ ] 95 0 0 95 / 128 7.2s Sem concurrent
[ ] 96 0 0 96 / 128 7.4s Sem concurrent
[ ] 98 0 0 98 / 128 7.8s Sem concurrent
[ ] 101 0 0 101 / 128 7.9s Sem concurrent
[ ] 104 0 0 104 / 128 8.0s Sem concurrent
[ ] 107 0 0 107 / 128 8.1s Sem concurrent
[ ] 109 0 0 109 / 128 8.3s Sem concurrent
[ ] 113 0 0 113 / 128 8.4s Sem concurrent
[ ] 116 0 0 116 / 128 8.5s Sem concurrent
[ ] 119 0 0 119 / 128 8.6s Sem concurrent
[ ] 121 0 0 121 / 128 8.8s Sem concurrent
[ ] 122 0 0 122 / 128 9.2s Sem concurrent
[ ] 124 0 0 124 / 128 9.3s Sem concurrent
[ ] 127 0 0 127 / 128 9.5s Sem concurrent
[✓] 128 0 0 128 / 128 9.5s Sem concurrent
================================================================================
success (ran 2 tests)
random seed: 3672714080065061763
generated error fail pass / total time test name
[ ] 0 0 0 0 / 178 0.0s Sem sequential
[✓] 178 0 0 178 / 178 0.0s Sem sequential
[ ] 0 0 0 0 / 178 0.0s Sem concurrent
[ ] 1 0 0 1 / 178 0.0s Sem concurrent
[ ] 4 0 0 4 / 178 0.2s Sem concurrent
[ ] 7 0 0 7 / 178 0.3s Sem concurrent
[ ] 8 0 0 8 / 178 0.4s Sem concurrent
[ ] 10 0 0 10 / 178 0.6s Sem concurrent
[ ] 13 0 0 13 / 178 0.7s Sem concurrent
[ ] 15 0 0 15 / 178 0.8s Sem concurrent
[ ] 18 0 0 18 / 178 1.0s Sem concurrent
[ ] 20 0 0 20 / 178 1.1s Sem concurrent
[ ] 22 0 0 22 / 178 1.5s Sem concurrent
[ ] 24 0 0 24 / 178 1.6s Sem concurrent
[ ] 27 0 0 27 / 178 1.7s Sem concurrent
[ ] 30 0 0 30 / 178 1.8s Sem concurrent
[ ] 32 0 0 32 / 178 2.1s Sem concurrent
[ ] 35 0 0 35 / 178 2.4s Sem concurrent
[ ] 36 0 0 36 / 178 2.7s Sem concurrent
[ ] 38 0 0 38 / 178 3.2s Sem concurrent
[ ] 40 0 0 40 / 178 3.4s Sem concurrent
[ ] 42 0 0 42 / 178 3.6s Sem concurrent
[ ] 45 0 0 45 / 178 3.7s Sem concurrent
[ ] 47 0 0 47 / 178 3.8s Sem concurrent
[ ] 50 0 0 50 / 178 3.9s Sem concurrent
[ ] 51 0 0 51 / 178 4.2s Sem concurrent
[ ] 54 0 0 54 / 178 4.4s Sem concurrent
[ ] 56 0 0 56 / 178 4.5s Sem concurrent
[ ] 59 0 0 59 / 178 4.6s Sem concurrent
[ ] 61 0 0 61 / 178 4.8s Sem concurrent
[ ] 64 0 0 64 / 178 4.9s Sem concurrent
[ ] 67 0 0 67 / 178 5.0s Sem concurrent
[ ] 70 0 0 70 / 178 5.1s Sem concurrent
[ ] 73 0 0 73 / 178 5.3s Sem concurrent
[ ] 74 0 0 74 / 178 5.5s Sem concurrent
[ ] 76 0 0 76 / 178 5.6s Sem concurrent
[ ] 78 0 0 78 / 178 5.7s Sem concurrent
[ ] 81 0 0 81 / 178 5.9s Sem concurrent
[ ] 84 0 0 84 / 178 6.0s Sem concurrent
[ ] 86 0 0 86 / 178 6.1s Sem concurrent
[ ] 88 0 0 88 / 178 6.2s Sem concurrent
[ ] 89 0 0 89 / 178 6.3s Sem concurrent
[ ] 91 0 0 91 / 178 6.5s Sem concurrent
[ ] 94 0 0 94 / 178 6.6s Sem concurrent
[ ] 96 0 0 96 / 178 6.7s Sem concurrent
[ ] 99 0 0 99 / 178 6.8s Sem concurrent
[ ] 101 0 0 101 / 178 7.0s Sem concurrent
[ ] 102 0 0 102 / 178 7.1s Sem concurrent
[ ] 105 0 0 105 / 178 7.2s Sem concurrent
[ ] 108 0 0 108 / 178 7.4s Sem concurrent
[ ] 111 0 0 111 / 178 7.6s Sem concurrent
[ ] 113 0 0 113 / 178 7.8s Sem concurrent
[ ] 116 0 0 116 / 178 7.9s Sem concurrent
[ ] 119 0 0 119 / 178 8.1s Sem concurrent
[ ] 122 0 0 122 / 178 8.2s Sem concurrent
[ ] 123 0 0 123 / 178 8.6s Sem concurrent
[ ] 126 0 0 126 / 178 8.7s Sem concurrent
[ ] 127 0 0 127 / 178 9.0s Sem concurrent
[ ] 129 0 0 129 / 178 9.2s Sem concurrent
[ ] 132 0 0 132 / 178 9.3s Sem concurrent
[ ] 134 0 0 134 / 178 9.7s Sem concurrent
[ ] 138 0 0 138 / 178 9.9s Sem concurrent
[ ] 139 0 0 139 / 178 10.1s Sem concurrent
[ ] 142 0 0 142 / 178 10.6s Sem concurrent
[ ] 146 0 0 146 / 178 11.0s Sem concurrent
[ ] 147 0 0 147 / 178 11.2s Sem concurrent
[ ] 148 0 0 148 / 178 11.3s Sem concurrent
[ ] 149 0 0 149 / 178 11.5s Sem concurrent
[ ] 152 0 0 152 / 178 11.7s Sem concurrent
[ ] 154 0 0 154 / 178 11.8s Sem concurrent
[ ] 157 0 0 157 / 178 11.9s Sem concurrent
[ ] 160 0 0 160 / 178 12.2s Sem concurrent
[ ] 161 0 0 161 / 178 12.5s Sem concurrent
[ ] 164 0 0 164 / 178 12.6s Sem concurrent
[ ] 165 0 0 165 / 178 12.9s Sem concurrent
[ ] 168 0 0 168 / 178 13.1s Sem concurrent
[ ] 169 0 0 169 / 178 13.2s Sem concurrent
[ ] 171 0 0 171 / 178 13.5s Sem concurrent
[ ] 173 0 0 173 / 178 13.6s Sem concurrent
[ ] 175 0 0 175 / 178 13.7s Sem concurrent
[ ] 177 0 0 177 / 178 13.8s Sem concurrent
[✓] 178 0 0 178 / 178 13.9s Sem concurrent
================================================================================
success (ran 2 tests)
random seed: 2273706143708873561
generated error fail pass / total time test name
[ ] 0 0 0 0 / 108 0.0s Sem sequential
[✓] 108 0 0 108 / 108 0.0s Sem sequential
[ ] 0 0 0 0 / 108 0.0s Sem concurrent
[ ] 1 0 0 1 / 108 0.1s Sem concurrent
[ ] 4 0 0 4 / 108 0.2s Sem concurrent
[ ] 6 0 0 6 / 108 0.3s Sem concurrent
[ ] 8 0 0 8 / 108 0.4s Sem concurrent
[ ] 10 0 0 10 / 108 0.5s Sem concurrent
[ ] 13 0 0 13 / 108 0.7s Sem concurrent
[ ] 14 0 0 14 / 108 0.8s Sem concurrent
[ ] 15 0 0 15 / 108 1.0s Sem concurrent
[ ] 16 0 0 16 / 108 1.1s Sem concurrent
[ ] 18 0 0 18 / 108 1.4s Sem concurrent
[ ] 20 0 0 20 / 108 1.5s Sem concurrent
[ ] 22 0 0 22 / 108 1.6s Sem concurrent
[ ] 25 0 0 25 / 108 1.7s Sem concurrent
[ ] 27 0 0 27 / 108 1.9s Sem concurrent
[ ] 30 0 0 30 / 108 2.1s Sem concurrent
[ ] 32 0 0 32 / 108 2.3s Sem concurrent
[ ] 34 0 0 34 / 108 2.4s Sem concurrent
[ ] 37 0 0 37 / 108 2.5s Sem concurrent
[ ] 40 0 0 40 / 108 2.6s Sem concurrent
[ ] 43 0 0 43 / 108 2.8s Sem concurrent
[ ] 44 0 0 44 / 108 3.0s Sem concurrent
[ ] 47 0 0 47 / 108 3.2s Sem concurrent
[ ] 49 0 0 49 / 108 3.3s Sem concurrent
[ ] 50 0 0 50 / 108 3.6s Sem concurrent
[ ] 52 0 0 52 / 108 4.0s Sem concurrent
[ ] 55 0 0 55 / 108 4.3s Sem concurrent
[ ] 58 0 0 58 / 108 4.5s Sem concurrent
[ ] 60 0 0 60 / 108 4.6s Sem concurrent
[ ] 61 0 0 61 / 108 5.0s Sem concurrent
[ ] 64 0 0 64 / 108 5.2s Sem concurrent
[ ] 65 0 0 65 / 108 5.3s Sem concurrent
[ ] 68 0 0 68 / 108 5.5s Sem concurrent
[ ] 70 0 0 70 / 108 5.7s Sem concurrent
[ ] 73 0 0 73 / 108 5.9s Sem concurrent
[ ] 74 0 0 74 / 108 6.2s Sem concurrent
[ ] 77 0 0 77 / 108 6.3s Sem concurrent
[ ] 79 0 0 79 / 108 6.4s Sem concurrent
[ ] 82 0 0 82 / 108 6.5s Sem concurrent
[ ] 84 0 0 84 / 108 7.0s Sem concurrent
[ ] 87 0 0 87 / 108 7.1s Sem concurrent
[ ] 89 0 0 89 / 108 7.5s Sem concurrent
[ ] 91 0 0 91 / 108 7.9s Sem concurrent
[ ] 94 0 0 94 / 108 8.1s Sem concurrent
[ ] 96 0 0 96 / 108 8.3s Sem concurrent
[ ] 97 0 0 97 / 108 8.4s Sem concurrent
[ ] 100 0 0 100 / 108 8.5s Sem concurrent
[ ] 102 0 0 102 / 108 8.7s Sem concurrent
[ ] 106 0 0 106 / 108 8.8s Sem concurrent
[✓] 108 0 0 108 / 108 8.9s Sem concurrent
================================================================================
success (ran 2 tests)
random seed: 3910848062834207653
generated error fail pass / total time test name
[ ] 0 0 0 0 / 34 0.0s Sem sequential
[✓] 34 0 0 34 / 34 0.0s Sem sequential
[ ] 0 0 0 0 / 34 0.0s Sem concurrent
[ ] 2 0 0 2 / 34 0.1s Sem concurrent
[ ] 3 0 0 3 / 34 0.2s Sem concurrent
[ ] 5 0 0 5 / 34 0.3s Sem concurrent
[ ] 8 0 0 8 / 34 0.4s Sem concurrent
[ ] 10 0 0 10 / 34 0.6s Sem concurrent
[ ] 12 0 0 12 / 34 0.7s Sem concurrent
[ ] 14 0 0 14 / 34 0.8s Sem concurrent
[ ] 17 0 0 17 / 34 0.9s Sem concurrent
[ ] 19 0 0 19 / 34 1.1s Sem concurrent
[ ] 21 0 0 21 / 34 1.2s Sem concurrent
[ ] 24 0 0 24 / 34 1.4s Sem concurrent
[ ] 25 0 0 25 / 34 1.6s Sem concurrent
[ ] 26 0 0 26 / 34 1.9s Sem concurrent
[ ] 29 0 0 29 / 34 2.0s Sem concurrent
[ ] 31 0 0 31 / 34 2.4s Sem concurrent
[ ] 32 0 0 32 / 34 2.6s Sem concurrent
[ ] 34 0 0 34 / 34 2.7s Sem concurrent
[✓] 34 0 0 34 / 34 2.7s Sem concurrent
================================================================================
success (ran 2 tests)
random seed: 455118542574786218
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Sem sequential
[✓] 32 0 0 32 / 32 0.0s Sem sequential
[ ] 0 0 0 0 / 32 0.0s Sem concurrent
[ ] 2 0 0 2 / 32 0.5s Sem concurrent
[ ] 5 0 0 5 / 32 0.6s Sem concurrent
[ ] 8 0 0 8 / 32 0.7s Sem concurrent
[ ] 11 0 0 11 / 32 0.8s Sem concurrent
[ ] 13 0 0 13 / 32 0.9s Sem concurrent
[ ] 15 0 0 15 / 32 1.1s Sem concurrent
[ ] 18 0 0 18 / 32 1.2s Sem concurrent
[ ] 20 0 0 20 / 32 1.4s Sem concurrent
[ ] 23 0 0 23 / 32 1.5s Sem concurrent
[ ] 28 0 0 28 / 32 1.6s Sem concurrent
[ ] 30 0 0 30 / 32 1.7s Sem concurrent
[✓] 32 0 0 32 / 32 1.8s Sem concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_mpmcq.exe)
random seed: 1560223130649779411
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 32 0.0s Mpmcq sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 32 0.0s Mpmcq concurrent
[ ] 1 0 0 1 / 32 1.5s Mpmcq concurrent
[ ] 2 0 0 2 / 32 2.6s Mpmcq concurrent
[ ] 3 0 0 3 / 32 4.0s Mpmcq concurrent
[ ] 4 0 0 4 / 32 4.7s Mpmcq concurrent
[ ] 5 0 0 5 / 32 5.6s Mpmcq concurrent
[ ] 6 0 0 6 / 32 7.0s Mpmcq concurrent
[ ] 7 0 0 7 / 32 8.3s Mpmcq concurrent
[ ] 8 0 0 8 / 32 10.0s Mpmcq concurrent
[ ] 9 0 0 9 / 32 11.1s Mpmcq concurrent
[ ] 10 0 0 10 / 32 12.3s Mpmcq concurrent
[ ] 11 0 0 11 / 32 13.2s Mpmcq concurrent
[ ] 12 0 0 12 / 32 13.9s Mpmcq concurrent
[ ] 13 0 0 13 / 32 14.7s Mpmcq concurrent
[ ] 14 0 0 14 / 32 15.3s Mpmcq concurrent
[ ] 15 0 0 15 / 32 15.6s Mpmcq concurrent
[ ] 16 0 0 16 / 32 15.9s Mpmcq concurrent
[ ] 17 0 0 17 / 32 16.1s Mpmcq concurrent
[ ] 18 0 0 18 / 32 16.3s Mpmcq concurrent
[ ] 19 0 0 19 / 32 16.6s Mpmcq concurrent
[ ] 20 0 0 20 / 32 17.0s Mpmcq concurrent
[ ] 21 0 0 21 / 32 17.1s Mpmcq concurrent
[ ] 22 0 0 22 / 32 17.3s Mpmcq concurrent
[ ] 23 0 0 23 / 32 17.8s Mpmcq concurrent
[ ] 24 0 0 24 / 32 18.1s Mpmcq concurrent
[ ] 25 0 0 25 / 32 18.5s Mpmcq concurrent
[ ] 26 0 0 26 / 32 18.6s Mpmcq concurrent
[ ] 27 0 0 27 / 32 19.0s Mpmcq concurrent
[ ] 28 0 0 28 / 32 19.2s Mpmcq concurrent
[ ] 29 0 0 29 / 32 19.4s Mpmcq concurrent
[ ] 31 0 0 31 / 32 19.7s Mpmcq concurrent
[ ] 32 0 0 32 / 32 19.9s Mpmcq concurrent
[✓] 32 0 0 32 / 32 19.9s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 2623025090498230343
generated 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 concurrent
[ ] 1 0 0 1 / 64 0.5s Mpmcq concurrent
[ ] 2 0 0 2 / 64 0.7s Mpmcq concurrent
[ ] 3 0 0 3 / 64 0.9s Mpmcq concurrent
[ ] 4 0 0 4 / 64 1.2s Mpmcq concurrent
[ ] 5 0 0 5 / 64 1.6s Mpmcq concurrent
[ ] 6 0 0 6 / 64 1.9s Mpmcq concurrent
[ ] 7 0 0 7 / 64 2.0s Mpmcq concurrent
[ ] 9 0 0 9 / 64 2.2s Mpmcq concurrent
[ ] 12 0 0 12 / 64 2.3s Mpmcq concurrent
[ ] 14 0 0 14 / 64 2.6s Mpmcq concurrent
[ ] 15 0 0 15 / 64 2.7s Mpmcq concurrent
[ ] 18 0 0 18 / 64 2.9s Mpmcq concurrent
[ ] 20 0 0 20 / 64 3.2s Mpmcq concurrent
[ ] 23 0 0 23 / 64 3.3s Mpmcq concurrent
[ ] 26 0 0 26 / 64 3.4s Mpmcq concurrent
[ ] 29 0 0 29 / 64 3.5s Mpmcq concurrent
[ ] 32 0 0 32 / 64 3.7s Mpmcq concurrent
[ ] 35 0 0 35 / 64 4.2s Mpmcq concurrent
[ ] 36 0 0 36 / 64 4.5s Mpmcq concurrent
[ ] 39 0 0 39 / 64 5.0s Mpmcq concurrent
[ ] 40 0 0 40 / 64 5.4s Mpmcq concurrent
[ ] 42 0 0 42 / 64 5.8s Mpmcq concurrent
[ ] 43 0 0 43 / 64 6.0s Mpmcq concurrent
[ ] 45 0 0 45 / 64 6.1s Mpmcq concurrent
[ ] 48 0 0 48 / 64 6.2s Mpmcq concurrent
[ ] 51 0 0 51 / 64 6.3s Mpmcq concurrent
[ ] 54 0 0 54 / 64 6.5s Mpmcq concurrent
[ ] 57 0 0 57 / 64 6.6s Mpmcq concurrent
[ ] 60 0 0 60 / 64 6.7s Mpmcq concurrent
[ ] 63 0 0 63 / 64 6.9s Mpmcq concurrent
[✓] 64 0 0 64 / 64 6.9s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 4006194909599674670
generated error fail pass / total time test name
[ ] 0 0 0 0 / 119 0.0s Mpmcq sequential
[✓] 119 0 0 119 / 119 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 119 0.0s Mpmcq concurrent
[ ] 2 0 0 2 / 119 0.1s Mpmcq concurrent
[ ] 6 0 0 6 / 119 0.2s Mpmcq concurrent
[ ] 9 0 0 9 / 119 0.3s Mpmcq concurrent
[ ] 11 0 0 11 / 119 0.4s Mpmcq concurrent
[ ] 14 0 0 14 / 119 0.6s Mpmcq concurrent
[ ] 16 0 0 16 / 119 0.7s Mpmcq concurrent
[ ] 18 0 0 18 / 119 0.8s Mpmcq concurrent
[ ] 20 0 0 20 / 119 1.0s Mpmcq concurrent
[ ] 22 0 0 22 / 119 1.1s Mpmcq concurrent
[ ] 24 0 0 24 / 119 1.2s Mpmcq concurrent
[ ] 26 0 0 26 / 119 1.3s Mpmcq concurrent
[ ] 29 0 0 29 / 119 1.4s Mpmcq concurrent
[ ] 31 0 0 31 / 119 1.8s Mpmcq concurrent
[ ] 33 0 0 33 / 119 1.9s Mpmcq concurrent
[ ] 34 0 0 34 / 119 2.1s Mpmcq concurrent
[ ] 36 0 0 36 / 119 2.2s Mpmcq concurrent
[ ] 39 0 0 39 / 119 2.3s Mpmcq concurrent
[ ] 40 0 0 40 / 119 2.4s Mpmcq concurrent
[ ] 42 0 0 42 / 119 2.5s Mpmcq concurrent
[ ] 44 0 0 44 / 119 2.7s Mpmcq concurrent
[ ] 47 0 0 47 / 119 2.8s Mpmcq concurrent
[ ] 50 0 0 50 / 119 2.9s Mpmcq concurrent
[ ] 53 0 0 53 / 119 3.0s Mpmcq concurrent
[ ] 57 0 0 57 / 119 3.1s Mpmcq concurrent
[ ] 60 0 0 60 / 119 3.3s Mpmcq concurrent
[ ] 62 0 0 62 / 119 3.5s Mpmcq concurrent
[ ] 64 0 0 64 / 119 3.6s Mpmcq concurrent
[ ] 67 0 0 67 / 119 3.7s Mpmcq concurrent
[ ] 68 0 0 68 / 119 3.9s Mpmcq concurrent
[ ] 71 0 0 71 / 119 4.0s Mpmcq concurrent
[ ] 74 0 0 74 / 119 4.5s Mpmcq concurrent
[ ] 76 0 0 76 / 119 4.9s Mpmcq concurrent
[ ] 80 0 0 80 / 119 5.1s Mpmcq concurrent
[ ] 82 0 0 82 / 119 5.2s Mpmcq concurrent
[ ] 85 0 0 85 / 119 5.3s Mpmcq concurrent
[ ] 86 0 0 86 / 119 5.7s Mpmcq concurrent
[ ] 88 0 0 88 / 119 5.8s Mpmcq concurrent
[ ] 90 0 0 90 / 119 6.2s Mpmcq concurrent
[ ] 93 0 0 93 / 119 6.3s Mpmcq concurrent
[ ] 96 0 0 96 / 119 6.5s Mpmcq concurrent
[ ] 98 0 0 98 / 119 6.7s Mpmcq concurrent
[ ] 102 0 0 102 / 119 6.8s Mpmcq concurrent
[ ] 105 0 0 105 / 119 6.9s Mpmcq concurrent
[ ] 107 0 0 107 / 119 7.3s Mpmcq concurrent
[ ] 109 0 0 109 / 119 7.4s Mpmcq concurrent
[ ] 111 0 0 111 / 119 7.7s Mpmcq concurrent
[ ] 114 0 0 114 / 119 7.8s Mpmcq concurrent
[ ] 116 0 0 116 / 119 8.1s Mpmcq concurrent
[ ] 118 0 0 118 / 119 8.2s Mpmcq concurrent
[✓] 119 0 0 119 / 119 8.2s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 2245072079520930441
generated error fail pass / total time test name
[ ] 0 0 0 0 / 153 0.0s Mpmcq sequential
[✓] 153 0 0 153 / 153 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 153 0.0s Mpmcq concurrent
[ ] 2 0 0 2 / 153 0.2s Mpmcq concurrent
[ ] 5 0 0 5 / 153 0.4s Mpmcq concurrent
[ ] 7 0 0 7 / 153 0.5s Mpmcq concurrent
[ ] 8 0 0 8 / 153 0.7s Mpmcq concurrent
[ ] 11 0 0 11 / 153 0.8s Mpmcq concurrent
[ ] 14 0 0 14 / 153 0.9s Mpmcq concurrent
[ ] 15 0 0 15 / 153 1.0s Mpmcq concurrent
[ ] 18 0 0 18 / 153 1.1s Mpmcq concurrent
[ ] 22 0 0 22 / 153 1.3s Mpmcq concurrent
[ ] 25 0 0 25 / 153 1.4s Mpmcq concurrent
[ ] 28 0 0 28 / 153 1.5s Mpmcq concurrent
[ ] 31 0 0 31 / 153 1.6s Mpmcq concurrent
[ ] 35 0 0 35 / 153 1.8s Mpmcq concurrent
[ ] 40 0 0 40 / 153 1.9s Mpmcq concurrent
[ ] 43 0 0 43 / 153 2.0s Mpmcq concurrent
[ ] 44 0 0 44 / 153 2.4s Mpmcq concurrent
[ ] 49 0 0 49 / 153 2.6s Mpmcq concurrent
[ ] 52 0 0 52 / 153 2.8s Mpmcq concurrent
[ ] 53 0 0 53 / 153 3.0s Mpmcq concurrent
[ ] 56 0 0 56 / 153 3.1s Mpmcq concurrent
[ ] 57 0 0 57 / 153 3.3s Mpmcq concurrent
[ ] 58 0 0 58 / 153 3.5s Mpmcq concurrent
[ ] 61 0 0 61 / 153 3.6s Mpmcq concurrent
[ ] 62 0 0 62 / 153 3.8s Mpmcq concurrent
[ ] 65 0 0 65 / 153 4.0s Mpmcq concurrent
[ ] 67 0 0 67 / 153 4.1s Mpmcq concurrent
[ ] 69 0 0 69 / 153 4.5s Mpmcq concurrent
[ ] 73 0 0 73 / 153 4.7s Mpmcq concurrent
[ ] 75 0 0 75 / 153 4.8s Mpmcq concurrent
[ ] 78 0 0 78 / 153 4.9s Mpmcq concurrent
[ ] 82 0 0 82 / 153 5.0s Mpmcq concurrent
[ ] 83 0 0 83 / 153 5.1s Mpmcq concurrent
[ ] 84 0 0 84 / 153 5.5s Mpmcq concurrent
[ ] 85 0 0 85 / 153 5.7s Mpmcq concurrent
[ ] 86 0 0 86 / 153 5.9s Mpmcq concurrent
[ ] 88 0 0 88 / 153 6.1s Mpmcq concurrent
[ ] 90 0 0 90 / 153 6.2s Mpmcq concurrent
[ ] 93 0 0 93 / 153 6.3s Mpmcq concurrent
[ ] 95 0 0 95 / 153 6.4s Mpmcq concurrent
[ ] 97 0 0 97 / 153 6.6s Mpmcq concurrent
[ ] 99 0 0 99 / 153 6.8s Mpmcq concurrent
[ ] 100 0 0 100 / 153 6.9s Mpmcq concurrent
[ ] 102 0 0 102 / 153 7.0s Mpmcq concurrent
[ ] 105 0 0 105 / 153 7.1s Mpmcq concurrent
[ ] 107 0 0 107 / 153 7.2s Mpmcq concurrent
[ ] 109 0 0 109 / 153 7.3s Mpmcq concurrent
[ ] 111 0 0 111 / 153 7.8s Mpmcq concurrent
[ ] 114 0 0 114 / 153 8.3s Mpmcq concurrent
[ ] 116 0 0 116 / 153 8.4s Mpmcq concurrent
[ ] 118 0 0 118 / 153 8.5s Mpmcq concurrent
[ ] 122 0 0 122 / 153 8.7s Mpmcq concurrent
[ ] 125 0 0 125 / 153 8.8s Mpmcq concurrent
[ ] 127 0 0 127 / 153 8.9s Mpmcq concurrent
[ ] 130 0 0 130 / 153 9.1s Mpmcq concurrent
[ ] 132 0 0 132 / 153 9.2s Mpmcq concurrent
[ ] 134 0 0 134 / 153 9.6s Mpmcq concurrent
[ ] 136 0 0 136 / 153 9.7s Mpmcq concurrent
[ ] 138 0 0 138 / 153 9.9s Mpmcq concurrent
[ ] 140 0 0 140 / 153 10.0s Mpmcq concurrent
[ ] 142 0 0 142 / 153 10.1s Mpmcq concurrent
[ ] 145 0 0 145 / 153 10.2s Mpmcq concurrent
[ ] 147 0 0 147 / 153 10.3s Mpmcq concurrent
[ ] 149 0 0 149 / 153 10.5s Mpmcq concurrent
[ ] 151 0 0 151 / 153 10.7s Mpmcq concurrent
[ ] 153 0 0 153 / 153 10.8s Mpmcq concurrent
[✓] 153 0 0 153 / 153 10.8s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 661658173053799925
generated error fail pass / total time test name
[ ] 0 0 0 0 / 113 0.0s Mpmcq sequential
[✓] 113 0 0 113 / 113 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 113 0.0s Mpmcq concurrent
[ ] 2 0 0 2 / 113 0.1s Mpmcq concurrent
[ ] 3 0 0 3 / 113 0.6s Mpmcq concurrent
[ ] 6 0 0 6 / 113 0.8s Mpmcq concurrent
[ ] 9 0 0 9 / 113 0.9s Mpmcq concurrent
[ ] 10 0 0 10 / 113 1.1s Mpmcq concurrent
[ ] 12 0 0 12 / 113 1.2s Mpmcq concurrent
[ ] 14 0 0 14 / 113 1.4s Mpmcq concurrent
[ ] 15 0 0 15 / 113 1.5s Mpmcq concurrent
[ ] 16 0 0 16 / 113 1.8s Mpmcq concurrent
[ ] 17 0 0 17 / 113 2.0s Mpmcq concurrent
[ ] 18 0 0 18 / 113 2.4s Mpmcq concurrent
[ ] 21 0 0 21 / 113 2.5s Mpmcq concurrent
[ ] 24 0 0 24 / 113 2.6s Mpmcq concurrent
[ ] 26 0 0 26 / 113 2.7s Mpmcq concurrent
[ ] 29 0 0 29 / 113 2.8s Mpmcq concurrent
[ ] 31 0 0 31 / 113 3.0s Mpmcq concurrent
[ ] 33 0 0 33 / 113 3.1s Mpmcq concurrent
[ ] 35 0 0 35 / 113 3.2s Mpmcq concurrent
[ ] 38 0 0 38 / 113 3.4s Mpmcq concurrent
[ ] 39 0 0 39 / 113 3.6s Mpmcq concurrent
[ ] 40 0 0 40 / 113 3.9s Mpmcq concurrent
[ ] 43 0 0 43 / 113 4.1s Mpmcq concurrent
[ ] 46 0 0 46 / 113 4.4s Mpmcq concurrent
[ ] 48 0 0 48 / 113 4.5s Mpmcq concurrent
[ ] 50 0 0 50 / 113 4.7s Mpmcq concurrent
[ ] 51 0 0 51 / 113 4.8s Mpmcq concurrent
[ ] 53 0 0 53 / 113 4.9s Mpmcq concurrent
[ ] 55 0 0 55 / 113 5.0s Mpmcq concurrent
[ ] 58 0 0 58 / 113 5.2s Mpmcq concurrent
[ ] 60 0 0 60 / 113 5.4s Mpmcq concurrent
[ ] 63 0 0 63 / 113 5.6s Mpmcq concurrent
[ ] 64 0 0 64 / 113 5.7s Mpmcq concurrent
[ ] 67 0 0 67 / 113 5.9s Mpmcq concurrent
[ ] 70 0 0 70 / 113 6.0s Mpmcq concurrent
[ ] 72 0 0 72 / 113 6.1s Mpmcq concurrent
[ ] 74 0 0 74 / 113 6.2s Mpmcq concurrent
[ ] 77 0 0 77 / 113 6.4s Mpmcq concurrent
[ ] 79 0 0 79 / 113 6.5s Mpmcq concurrent
[ ] 83 0 0 83 / 113 6.6s Mpmcq concurrent
[ ] 85 0 0 85 / 113 6.7s Mpmcq concurrent
[ ] 87 0 0 87 / 113 6.9s Mpmcq concurrent
[ ] 90 0 0 90 / 113 7.0s Mpmcq concurrent
[ ] 92 0 0 92 / 113 7.2s Mpmcq concurrent
[ ] 94 0 0 94 / 113 7.3s Mpmcq concurrent
[ ] 97 0 0 97 / 113 7.5s Mpmcq concurrent
[ ] 98 0 0 98 / 113 7.7s Mpmcq concurrent
[ ] 101 0 0 101 / 113 7.8s Mpmcq concurrent
[ ] 105 0 0 105 / 113 8.0s Mpmcq concurrent
[ ] 109 0 0 109 / 113 8.1s Mpmcq concurrent
[ ] 112 0 0 112 / 113 8.2s Mpmcq concurrent
[ ] 113 0 0 113 / 113 8.4s Mpmcq concurrent
[✓] 113 0 0 113 / 113 8.4s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 3929017716485782820
generated error fail pass / total time test name
[ ] 0 0 0 0 / 50 0.0s Mpmcq sequential
[✓] 50 0 0 50 / 50 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 50 0.0s Mpmcq concurrent
[ ] 2 0 0 2 / 50 0.1s Mpmcq concurrent
[ ] 3 0 0 3 / 50 0.3s Mpmcq concurrent
[ ] 6 0 0 6 / 50 0.4s Mpmcq concurrent
[ ] 8 0 0 8 / 50 0.8s Mpmcq concurrent
[ ] 9 0 0 9 / 50 0.9s Mpmcq concurrent
[ ] 11 0 0 11 / 50 1.1s Mpmcq concurrent
[ ] 13 0 0 13 / 50 1.4s Mpmcq concurrent
[ ] 15 0 0 15 / 50 1.6s Mpmcq concurrent
[ ] 18 0 0 18 / 50 1.8s Mpmcq concurrent
[ ] 21 0 0 21 / 50 1.9s Mpmcq concurrent
[ ] 23 0 0 23 / 50 2.1s Mpmcq concurrent
[ ] 24 0 0 24 / 50 2.2s Mpmcq concurrent
[ ] 27 0 0 27 / 50 2.4s Mpmcq concurrent
[ ] 29 0 0 29 / 50 2.5s Mpmcq concurrent
[ ] 30 0 0 30 / 50 2.7s Mpmcq concurrent
[ ] 32 0 0 32 / 50 2.8s Mpmcq concurrent
[ ] 35 0 0 35 / 50 3.0s Mpmcq concurrent
[ ] 38 0 0 38 / 50 3.2s Mpmcq concurrent
[ ] 40 0 0 40 / 50 3.4s Mpmcq concurrent
[ ] 43 0 0 43 / 50 3.6s Mpmcq concurrent
[ ] 45 0 0 45 / 50 3.7s Mpmcq concurrent
[ ] 48 0 0 48 / 50 3.8s Mpmcq concurrent
[✓] 50 0 0 50 / 50 3.9s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 1541542582084370740
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Mpmcq sequential
[✓] 32 0 0 32 / 32 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 32 0.0s Mpmcq concurrent
[ ] 2 0 0 2 / 32 0.1s Mpmcq concurrent
[ ] 5 0 0 5 / 32 0.2s Mpmcq concurrent
[ ] 9 0 0 9 / 32 0.4s Mpmcq concurrent
[ ] 12 0 0 12 / 32 0.7s Mpmcq concurrent
[ ] 13 0 0 13 / 32 1.1s Mpmcq concurrent
[ ] 17 0 0 17 / 32 1.2s Mpmcq concurrent
[ ] 20 0 0 20 / 32 1.4s Mpmcq concurrent
[ ] 24 0 0 24 / 32 1.5s Mpmcq concurrent
[ ] 28 0 0 28 / 32 1.7s Mpmcq concurrent
[ ] 31 0 0 31 / 32 1.8s Mpmcq concurrent
[✓] 32 0 0 32 / 32 1.8s Mpmcq concurrent
================================================================================
success (ran 2 tests)
random seed: 2281572492272827356
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Mpmcq sequential
[✓] 32 0 0 32 / 32 0.0s Mpmcq sequential
[ ] 0 0 0 0 / 32 0.0s Mpmcq concurrent
[ ] 1 0 0 1 / 32 0.1s Mpmcq concurrent
[ ] 4 0 0 4 / 32 0.2s Mpmcq concurrent
[ ] 7 0 0 7 / 32 0.3s Mpmcq concurrent
[ ] 8 0 0 8 / 32 0.5s Mpmcq concurrent
[ ] 10 0 0 10 / 32 0.7s Mpmcq concurrent
[ ] 11 0 0 11 / 32 1.1s Mpmcq concurrent
[ ] 14 0 0 14 / 32 1.2s Mpmcq concurrent
[ ] 16 0 0 16 / 32 1.3s Mpmcq concurrent
[ ] 17 0 0 17 / 32 1.5s Mpmcq concurrent
[ ] 20 0 0 20 / 32 1.7s Mpmcq concurrent
[ ] 21 0 0 21 / 32 1.9s Mpmcq concurrent
[ ] 25 0 0 25 / 32 2.0s Mpmcq concurrent
[ ] 27 0 0 27 / 32 2.1s Mpmcq concurrent
[ ] 30 0 0 30 / 32 2.2s Mpmcq concurrent
[✓] 32 0 0 32 / 32 2.3s Mpmcq concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_lock.exe)
random seed: 400467156754242385
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Lock sequential
[ ] 0 0 0 0 / 32 0.0s Lock sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Lock sequential
[ ] 0 0 0 0 / 32 0.0s Lock concurrent
[ ] 1 0 0 1 / 32 1.1s Lock concurrent
[ ] 2 0 0 2 / 32 2.0s Lock concurrent
[ ] 3 0 0 3 / 32 3.0s Lock concurrent
[ ] 4 0 0 4 / 32 4.0s Lock concurrent
[ ] 5 0 0 5 / 32 4.9s Lock concurrent
[ ] 6 0 0 6 / 32 6.7s Lock concurrent
[ ] 7 0 0 7 / 32 7.7s Lock concurrent
[ ] 8 0 0 8 / 32 8.9s Lock concurrent
[ ] 9 0 0 9 / 32 10.2s Lock concurrent
[ ] 10 0 0 10 / 32 11.4s Lock concurrent
[ ] 11 0 0 11 / 32 12.1s Lock concurrent
[ ] 12 0 0 12 / 32 12.7s Lock concurrent
[ ] 13 0 0 13 / 32 13.5s Lock concurrent
[ ] 14 0 0 14 / 32 14.3s Lock concurrent
[ ] 15 0 0 15 / 32 14.6s Lock concurrent
[ ] 16 0 0 16 / 32 14.8s Lock concurrent
[ ] 17 0 0 17 / 32 15.1s Lock concurrent
[ ] 18 0 0 18 / 32 15.3s Lock concurrent
[ ] 19 0 0 19 / 32 15.5s Lock concurrent
[ ] 20 0 0 20 / 32 15.6s Lock concurrent
[ ] 21 0 0 21 / 32 15.7s Lock concurrent
[ ] 22 0 0 22 / 32 16.0s Lock concurrent
[ ] 23 0 0 23 / 32 16.2s Lock concurrent
[ ] 24 0 0 24 / 32 16.4s Lock concurrent
[ ] 25 0 0 25 / 32 17.1s Lock concurrent
[ ] 26 0 0 26 / 32 17.8s Lock concurrent
[ ] 28 0 0 28 / 32 18.0s Lock concurrent
[ ] 30 0 0 30 / 32 18.1s Lock concurrent
[ ] 32 0 0 32 / 32 18.4s Lock concurrent
[✓] 32 0 0 32 / 32 18.4s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 78462551198439638
generated 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 concurrent
[ ] 1 0 0 1 / 64 0.3s Lock concurrent
[ ] 3 0 0 3 / 64 0.5s Lock concurrent
[ ] 5 0 0 5 / 64 0.7s Lock concurrent
[ ] 7 0 0 7 / 64 0.8s Lock concurrent
[ ] 10 0 0 10 / 64 1.0s Lock concurrent
[ ] 12 0 0 12 / 64 1.1s Lock concurrent
[ ] 13 0 0 13 / 64 1.3s Lock concurrent
[ ] 16 0 0 16 / 64 1.5s Lock concurrent
[ ] 18 0 0 18 / 64 1.6s Lock concurrent
[ ] 21 0 0 21 / 64 1.8s Lock concurrent
[ ] 22 0 0 22 / 64 1.9s Lock concurrent
[ ] 25 0 0 25 / 64 2.0s Lock concurrent
[ ] 27 0 0 27 / 64 2.3s Lock concurrent
[ ] 29 0 0 29 / 64 2.4s Lock concurrent
[ ] 32 0 0 32 / 64 2.5s Lock concurrent
[ ] 34 0 0 34 / 64 2.7s Lock concurrent
[ ] 37 0 0 37 / 64 2.8s Lock concurrent
[ ] 39 0 0 39 / 64 2.9s Lock concurrent
[ ] 41 0 0 41 / 64 3.1s Lock concurrent
[ ] 43 0 0 43 / 64 3.2s Lock concurrent
[ ] 45 0 0 45 / 64 3.3s Lock concurrent
[ ] 47 0 0 47 / 64 3.4s Lock concurrent
[ ] 50 0 0 50 / 64 3.5s Lock concurrent
[ ] 53 0 0 53 / 64 3.7s Lock concurrent
[ ] 55 0 0 55 / 64 3.9s Lock concurrent
[ ] 57 0 0 57 / 64 4.0s Lock concurrent
[ ] 60 0 0 60 / 64 4.1s Lock concurrent
[ ] 62 0 0 62 / 64 4.2s Lock concurrent
[ ] 63 0 0 63 / 64 4.6s Lock concurrent
[✓] 64 0 0 64 / 64 4.6s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 3383113627232344955
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Lock sequential
[✓] 128 0 0 128 / 128 0.0s Lock sequential
[ ] 0 0 0 0 / 128 0.0s Lock concurrent
[ ] 2 0 0 2 / 128 0.1s Lock concurrent
[ ] 3 0 0 3 / 128 0.3s Lock concurrent
[ ] 5 0 0 5 / 128 0.4s Lock concurrent
[ ] 8 0 0 8 / 128 0.8s Lock concurrent
[ ] 10 0 0 10 / 128 0.9s Lock concurrent
[ ] 12 0 0 12 / 128 1.3s Lock concurrent
[ ] 14 0 0 14 / 128 1.4s Lock concurrent
[ ] 15 0 0 15 / 128 1.6s Lock concurrent
[ ] 16 0 0 16 / 128 1.7s Lock concurrent
[ ] 19 0 0 19 / 128 1.9s Lock concurrent
[ ] 22 0 0 22 / 128 2.2s Lock concurrent
[ ] 26 0 0 26 / 128 2.6s Lock concurrent
[ ] 28 0 0 28 / 128 2.7s Lock concurrent
[ ] 31 0 0 31 / 128 3.0s Lock concurrent
[ ] 34 0 0 34 / 128 3.1s Lock concurrent
[ ] 36 0 0 36 / 128 3.3s Lock concurrent
[ ] 39 0 0 39 / 128 3.4s Lock concurrent
[ ] 43 0 0 43 / 128 3.6s Lock concurrent
[ ] 46 0 0 46 / 128 3.7s Lock concurrent
[ ] 49 0 0 49 / 128 3.8s Lock concurrent
[ ] 52 0 0 52 / 128 4.0s Lock concurrent
[ ] 53 0 0 53 / 128 4.1s Lock concurrent
[ ] 54 0 0 54 / 128 4.2s Lock concurrent
[ ] 56 0 0 56 / 128 4.3s Lock concurrent
[ ] 58 0 0 58 / 128 4.4s Lock concurrent
[ ] 60 0 0 60 / 128 4.6s Lock concurrent
[ ] 61 0 0 61 / 128 4.7s Lock concurrent
[ ] 63 0 0 63 / 128 4.8s Lock concurrent
[ ] 66 0 0 66 / 128 5.0s Lock concurrent
[ ] 69 0 0 69 / 128 5.2s Lock concurrent
[ ] 71 0 0 71 / 128 5.3s Lock concurrent
[ ] 73 0 0 73 / 128 5.5s Lock concurrent
[ ] 75 0 0 75 / 128 5.6s Lock concurrent
[ ] 78 0 0 78 / 128 5.7s Lock concurrent
[ ] 81 0 0 81 / 128 5.9s Lock concurrent
[ ] 82 0 0 82 / 128 6.1s Lock concurrent
[ ] 84 0 0 84 / 128 6.2s Lock concurrent
[ ] 87 0 0 87 / 128 6.4s Lock concurrent
[ ] 90 0 0 90 / 128 6.5s Lock concurrent
[ ] 94 0 0 94 / 128 6.7s Lock concurrent
[ ] 96 0 0 96 / 128 6.9s Lock concurrent
[ ] 98 0 0 98 / 128 7.1s Lock concurrent
[ ] 100 0 0 100 / 128 7.2s Lock concurrent
[ ] 102 0 0 102 / 128 7.3s Lock concurrent
[ ] 106 0 0 106 / 128 7.4s Lock concurrent
[ ] 109 0 0 109 / 128 7.5s Lock concurrent
[ ] 112 0 0 112 / 128 7.6s Lock concurrent
[ ] 114 0 0 114 / 128 7.8s Lock concurrent
[ ] 116 0 0 116 / 128 7.9s Lock concurrent
[ ] 118 0 0 118 / 128 8.0s Lock concurrent
[ ] 121 0 0 121 / 128 8.1s Lock concurrent
[ ] 122 0 0 122 / 128 8.2s Lock concurrent
[ ] 125 0 0 125 / 128 8.4s Lock concurrent
[ ] 126 0 0 126 / 128 8.5s Lock concurrent
[ ] 128 0 0 128 / 128 8.6s Lock concurrent
[✓] 128 0 0 128 / 128 8.6s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 4534276104315084465
generated error fail pass / total time test name
[ ] 0 0 0 0 / 200 0.0s Lock sequential
[✓] 200 0 0 200 / 200 0.0s Lock sequential
[ ] 0 0 0 0 / 200 0.0s Lock concurrent
[ ] 3 0 0 3 / 200 0.1s Lock concurrent
[ ] 6 0 0 6 / 200 0.4s Lock concurrent
[ ] 7 0 0 7 / 200 0.6s Lock concurrent
[ ] 11 0 0 11 / 200 0.7s Lock concurrent
[ ] 14 0 0 14 / 200 1.0s Lock concurrent
[ ] 17 0 0 17 / 200 1.2s Lock concurrent
[ ] 20 0 0 20 / 200 1.3s Lock concurrent
[ ] 22 0 0 22 / 200 1.4s Lock concurrent
[ ] 24 0 0 24 / 200 1.6s Lock concurrent
[ ] 27 0 0 27 / 200 1.7s Lock concurrent
[ ] 28 0 0 28 / 200 1.9s Lock concurrent
[ ] 29 0 0 29 / 200 2.1s Lock concurrent
[ ] 31 0 0 31 / 200 2.3s Lock concurrent
[ ] 33 0 0 33 / 200 2.4s Lock concurrent
[ ] 34 0 0 34 / 200 2.7s Lock concurrent
[ ] 37 0 0 37 / 200 2.8s Lock concurrent
[ ] 38 0 0 38 / 200 3.0s Lock concurrent
[ ] 41 0 0 41 / 200 3.2s Lock concurrent
[ ] 46 0 0 46 / 200 3.3s Lock concurrent
[ ] 48 0 0 48 / 200 3.6s Lock concurrent
[ ] 50 0 0 50 / 200 3.7s Lock concurrent
[ ] 53 0 0 53 / 200 3.8s Lock concurrent
[ ] 56 0 0 56 / 200 3.9s Lock concurrent
[ ] 60 0 0 60 / 200 4.1s Lock concurrent
[ ] 62 0 0 62 / 200 4.2s Lock concurrent
[ ] 65 0 0 65 / 200 4.4s Lock concurrent
[ ] 67 0 0 67 / 200 4.5s Lock concurrent
[ ] 68 0 0 68 / 200 4.7s Lock concurrent
[ ] 71 0 0 71 / 200 4.8s Lock concurrent
[ ] 73 0 0 73 / 200 5.0s Lock concurrent
[ ] 75 0 0 75 / 200 5.1s Lock concurrent
[ ] 76 0 0 76 / 200 5.3s Lock concurrent
[ ] 77 0 0 77 / 200 5.4s Lock concurrent
[ ] 80 0 0 80 / 200 5.6s Lock concurrent
[ ] 82 0 0 82 / 200 6.1s Lock concurrent
[ ] 85 0 0 85 / 200 6.3s Lock concurrent
[ ] 86 0 0 86 / 200 6.5s Lock concurrent
[ ] 88 0 0 88 / 200 6.6s Lock concurrent
[ ] 91 0 0 91 / 200 6.8s Lock concurrent
[ ] 94 0 0 94 / 200 7.0s Lock concurrent
[ ] 97 0 0 97 / 200 7.1s Lock concurrent
[ ] 100 0 0 100 / 200 7.3s Lock concurrent
[ ] 103 0 0 103 / 200 7.5s Lock concurrent
[ ] 106 0 0 106 / 200 7.6s Lock concurrent
[ ] 109 0 0 109 / 200 7.7s Lock concurrent
[ ] 111 0 0 111 / 200 8.2s Lock concurrent
[ ] 114 0 0 114 / 200 8.3s Lock concurrent
[ ] 116 0 0 116 / 200 8.6s Lock concurrent
[ ] 119 0 0 119 / 200 8.8s Lock concurrent
[ ] 120 0 0 120 / 200 8.9s Lock concurrent
[ ] 122 0 0 122 / 200 9.0s Lock concurrent
[ ] 124 0 0 124 / 200 9.1s Lock concurrent
[ ] 127 0 0 127 / 200 9.7s Lock concurrent
[ ] 129 0 0 129 / 200 9.8s Lock concurrent
[ ] 132 0 0 132 / 200 10.1s Lock concurrent
[ ] 135 0 0 135 / 200 10.2s Lock concurrent
[ ] 138 0 0 138 / 200 10.4s Lock concurrent
[ ] 141 0 0 141 / 200 10.5s Lock concurrent
[ ] 143 0 0 143 / 200 10.7s Lock concurrent
[ ] 145 0 0 145 / 200 10.9s Lock concurrent
[ ] 148 0 0 148 / 200 11.1s Lock concurrent
[ ] 149 0 0 149 / 200 11.2s Lock concurrent
[ ] 151 0 0 151 / 200 11.4s Lock concurrent
[ ] 153 0 0 153 / 200 11.5s Lock concurrent
[ ] 156 0 0 156 / 200 11.7s Lock concurrent
[ ] 158 0 0 158 / 200 11.8s Lock concurrent
[ ] 161 0 0 161 / 200 11.9s Lock concurrent
[ ] 162 0 0 162 / 200 12.1s Lock concurrent
[ ] 165 0 0 165 / 200 12.2s Lock concurrent
[ ] 168 0 0 168 / 200 12.4s Lock concurrent
[ ] 169 0 0 169 / 200 12.5s Lock concurrent
[ ] 173 0 0 173 / 200 12.7s Lock concurrent
[ ] 176 0 0 176 / 200 13.1s Lock concurrent
[ ] 179 0 0 179 / 200 13.3s Lock concurrent
[ ] 180 0 0 180 / 200 13.5s Lock concurrent
[ ] 182 0 0 182 / 200 13.8s Lock concurrent
[ ] 185 0 0 185 / 200 14.0s Lock concurrent
[ ] 189 0 0 189 / 200 14.2s Lock concurrent
[ ] 191 0 0 191 / 200 14.3s Lock concurrent
[ ] 193 0 0 193 / 200 14.5s Lock concurrent
[ ] 195 0 0 195 / 200 14.6s Lock concurrent
[ ] 197 0 0 197 / 200 14.7s Lock concurrent
[ ] 199 0 0 199 / 200 14.8s Lock concurrent
[✓] 200 0 0 200 / 200 14.9s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 597750610060984311
generated error fail pass / total time test name
[ ] 0 0 0 0 / 122 0.0s Lock sequential
[✓] 122 0 0 122 / 122 0.0s Lock sequential
[ ] 0 0 0 0 / 122 0.0s Lock concurrent
[ ] 1 0 0 1 / 122 0.1s Lock concurrent
[ ] 4 0 0 4 / 122 0.3s Lock concurrent
[ ] 6 0 0 6 / 122 0.4s Lock concurrent
[ ] 8 0 0 8 / 122 0.5s Lock concurrent
[ ] 10 0 0 10 / 122 0.7s Lock concurrent
[ ] 13 0 0 13 / 122 0.8s Lock concurrent
[ ] 15 0 0 15 / 122 0.9s Lock concurrent
[ ] 17 0 0 17 / 122 1.1s Lock concurrent
[ ] 19 0 0 19 / 122 1.3s Lock concurrent
[ ] 21 0 0 21 / 122 1.4s Lock concurrent
[ ] 23 0 0 23 / 122 1.5s Lock concurrent
[ ] 25 0 0 25 / 122 1.6s Lock concurrent
[ ] 28 0 0 28 / 122 1.9s Lock concurrent
[ ] 31 0 0 31 / 122 2.0s Lock concurrent
[ ] 32 0 0 32 / 122 2.2s Lock concurrent
[ ] 34 0 0 34 / 122 2.3s Lock concurrent
[ ] 37 0 0 37 / 122 2.5s Lock concurrent
[ ] 39 0 0 39 / 122 2.6s Lock concurrent
[ ] 41 0 0 41 / 122 2.7s Lock concurrent
[ ] 43 0 0 43 / 122 2.8s Lock concurrent
[ ] 45 0 0 45 / 122 2.9s Lock concurrent
[ ] 48 0 0 48 / 122 3.1s Lock concurrent
[ ] 52 0 0 52 / 122 3.2s Lock concurrent
[ ] 54 0 0 54 / 122 3.4s Lock concurrent
[ ] 56 0 0 56 / 122 3.6s Lock concurrent
[ ] 59 0 0 59 / 122 3.7s Lock concurrent
[ ] 60 0 0 60 / 122 4.1s Lock concurrent
[ ] 61 0 0 61 / 122 4.3s Lock concurrent
[ ] 62 0 0 62 / 122 4.6s Lock concurrent
[ ] 64 0 0 64 / 122 4.7s Lock concurrent
[ ] 66 0 0 66 / 122 4.8s Lock concurrent
[ ] 67 0 0 67 / 122 5.1s Lock concurrent
[ ] 71 0 0 71 / 122 5.2s Lock concurrent
[ ] 73 0 0 73 / 122 5.3s Lock concurrent
[ ] 76 0 0 76 / 122 5.4s Lock concurrent
[ ] 79 0 0 79 / 122 5.6s Lock concurrent
[ ] 81 0 0 81 / 122 5.7s Lock concurrent
[ ] 85 0 0 85 / 122 5.9s Lock concurrent
[ ] 88 0 0 88 / 122 6.0s Lock concurrent
[ ] 90 0 0 90 / 122 6.1s Lock concurrent
[ ] 92 0 0 92 / 122 6.3s Lock concurrent
[ ] 94 0 0 94 / 122 6.4s Lock concurrent
[ ] 96 0 0 96 / 122 6.5s Lock concurrent
[ ] 99 0 0 99 / 122 6.7s Lock concurrent
[ ] 102 0 0 102 / 122 6.8s Lock concurrent
[ ] 105 0 0 105 / 122 7.0s Lock concurrent
[ ] 107 0 0 107 / 122 7.1s Lock concurrent
[ ] 109 0 0 109 / 122 7.2s Lock concurrent
[ ] 112 0 0 112 / 122 7.3s Lock concurrent
[ ] 113 0 0 113 / 122 7.5s Lock concurrent
[ ] 116 0 0 116 / 122 7.6s Lock concurrent
[ ] 119 0 0 119 / 122 7.8s Lock concurrent
[ ] 122 0 0 122 / 122 7.9s Lock concurrent
[✓] 122 0 0 122 / 122 7.9s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 185267030587392895
generated error fail pass / total time test name
[ ] 0 0 0 0 / 55 0.0s Lock sequential
[✓] 55 0 0 55 / 55 0.0s Lock sequential
[ ] 0 0 0 0 / 55 0.0s Lock concurrent
[ ] 2 0 0 2 / 55 0.1s Lock concurrent
[ ] 5 0 0 5 / 55 0.4s Lock concurrent
[ ] 7 0 0 7 / 55 0.5s Lock concurrent
[ ] 9 0 0 9 / 55 0.9s Lock concurrent
[ ] 12 0 0 12 / 55 1.0s Lock concurrent
[ ] 15 0 0 15 / 55 1.2s Lock concurrent
[ ] 17 0 0 17 / 55 1.4s Lock concurrent
[ ] 19 0 0 19 / 55 1.6s Lock concurrent
[ ] 21 0 0 21 / 55 1.7s Lock concurrent
[ ] 22 0 0 22 / 55 1.8s Lock concurrent
[ ] 24 0 0 24 / 55 1.9s Lock concurrent
[ ] 27 0 0 27 / 55 2.1s Lock concurrent
[ ] 29 0 0 29 / 55 2.5s Lock concurrent
[ ] 32 0 0 32 / 55 2.7s Lock concurrent
[ ] 36 0 0 36 / 55 2.8s Lock concurrent
[ ] 38 0 0 38 / 55 2.9s Lock concurrent
[ ] 41 0 0 41 / 55 3.1s Lock concurrent
[ ] 43 0 0 43 / 55 3.2s Lock concurrent
[ ] 46 0 0 46 / 55 3.5s Lock concurrent
[ ] 48 0 0 48 / 55 4.0s Lock concurrent
[ ] 49 0 0 49 / 55 4.4s Lock concurrent
[ ] 52 0 0 52 / 55 4.5s Lock concurrent
[ ] 55 0 0 55 / 55 4.6s Lock concurrent
[✓] 55 0 0 55 / 55 4.6s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 3611958238581657330
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Lock sequential
[✓] 32 0 0 32 / 32 0.0s Lock sequential
[ ] 0 0 0 0 / 32 0.0s Lock concurrent
[ ] 2 0 0 2 / 32 0.1s Lock concurrent
[ ] 5 0 0 5 / 32 0.3s Lock concurrent
[ ] 7 0 0 7 / 32 0.5s Lock concurrent
[ ] 11 0 0 11 / 32 0.7s Lock concurrent
[ ] 13 0 0 13 / 32 0.8s Lock concurrent
[ ] 14 0 0 14 / 32 0.9s Lock concurrent
[ ] 17 0 0 17 / 32 1.3s Lock concurrent
[ ] 20 0 0 20 / 32 1.5s Lock concurrent
[ ] 22 0 0 22 / 32 1.6s Lock concurrent
[ ] 23 0 0 23 / 32 1.7s Lock concurrent
[ ] 25 0 0 25 / 32 1.9s Lock concurrent
[ ] 28 0 0 28 / 32 2.0s Lock concurrent
[ ] 32 0 0 32 / 32 2.1s Lock concurrent
[✓] 32 0 0 32 / 32 2.1s Lock concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./test_mutex.exe)
random seed: 3356537420754210751
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Lock sequential
[ ] 0 0 0 0 / 32 0.0s Lock sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Lock sequential
[ ] 0 0 0 0 / 32 0.0s Lock concurrent
[ ] 1 0 0 1 / 32 0.9s Lock concurrent
[ ] 2 0 0 2 / 32 2.3s Lock concurrent
[ ] 3 0 0 3 / 32 3.6s Lock concurrent
[ ] 4 0 0 4 / 32 5.8s Lock concurrent
[ ] 5 0 0 5 / 32 7.4s Lock concurrent
[ ] 6 0 0 6 / 32 9.0s Lock concurrent
[ ] 7 0 0 7 / 32 10.6s Lock concurrent
[ ] 8 0 0 8 / 32 12.0s Lock concurrent
[ ] 9 0 0 9 / 32 13.1s Lock concurrent
[ ] 10 0 0 10 / 32 14.7s Lock concurrent
[ ] 11 0 0 11 / 32 15.8s Lock concurrent
[ ] 12 0 0 12 / 32 16.6s Lock concurrent
[ ] 13 0 0 13 / 32 16.9s Lock concurrent
[ ] 14 0 0 14 / 32 17.0s Lock concurrent
[ ] 15 0 0 15 / 32 17.3s Lock concurrent
[ ] 16 0 0 16 / 32 17.7s Lock concurrent
[ ] 17 0 0 17 / 32 17.9s Lock concurrent
[ ] 18 0 0 18 / 32 18.4s Lock concurrent
[ ] 20 0 0 20 / 32 18.5s Lock concurrent
[ ] 22 0 0 22 / 32 18.7s Lock concurrent
[ ] 25 0 0 25 / 32 18.9s Lock concurrent
[ ] 27 0 0 27 / 32 19.1s Lock concurrent
[ ] 28 0 0 28 / 32 19.5s Lock concurrent
[ ] 30 0 0 30 / 32 19.8s Lock concurrent
[ ] 32 0 0 32 / 32 20.2s Lock concurrent
[✓] 32 0 0 32 / 32 20.2s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 3471855494757490891
generated error fail pass / total time test name
[ ] 0 0 0 0 / 63 0.0s Lock sequential
[✓] 63 0 0 63 / 63 0.0s Lock sequential
[ ] 0 0 0 0 / 63 0.0s Lock concurrent
[ ] 2 0 0 2 / 63 0.1s Lock concurrent
[ ] 4 0 0 4 / 63 0.4s Lock concurrent
[ ] 5 0 0 5 / 63 0.5s Lock concurrent
[ ] 7 0 0 7 / 63 0.8s Lock concurrent
[ ] 9 0 0 9 / 63 0.9s Lock concurrent
[ ] 11 0 0 11 / 63 1.0s Lock concurrent
[ ] 12 0 0 12 / 63 1.1s Lock concurrent
[ ] 13 0 0 13 / 63 1.3s Lock concurrent
[ ] 15 0 0 15 / 63 1.4s Lock concurrent
[ ] 18 0 0 18 / 63 1.5s Lock concurrent
[ ] 19 0 0 19 / 63 1.6s Lock concurrent
[ ] 22 0 0 22 / 63 1.8s Lock concurrent
[ ] 23 0 0 23 / 63 1.9s Lock concurrent
[ ] 26 0 0 26 / 63 2.0s Lock concurrent
[ ] 29 0 0 29 / 63 2.2s Lock concurrent
[ ] 31 0 0 31 / 63 2.3s Lock concurrent
[ ] 33 0 0 33 / 63 2.4s Lock concurrent
[ ] 36 0 0 36 / 63 2.8s Lock concurrent
[ ] 37 0 0 37 / 63 2.9s Lock concurrent
[ ] 40 0 0 40 / 63 3.3s Lock concurrent
[ ] 43 0 0 43 / 63 3.4s Lock concurrent
[ ] 45 0 0 45 / 63 3.6s Lock concurrent
[ ] 47 0 0 47 / 63 3.8s Lock concurrent
[ ] 48 0 0 48 / 63 3.9s Lock concurrent
[ ] 50 0 0 50 / 63 4.1s Lock concurrent
[ ] 53 0 0 53 / 63 4.2s Lock concurrent
[ ] 56 0 0 56 / 63 4.3s Lock concurrent
[ ] 60 0 0 60 / 63 4.5s Lock concurrent
[ ] 62 0 0 62 / 63 4.9s Lock concurrent
[✓] 63 0 0 63 / 63 4.9s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 3314885570136205771
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Lock sequential
[✓] 128 0 0 128 / 128 0.0s Lock sequential
[ ] 0 0 0 0 / 128 0.0s Lock concurrent
[ ] 2 0 0 2 / 128 0.1s Lock concurrent
[ ] 3 0 0 3 / 128 0.2s Lock concurrent
[ ] 5 0 0 5 / 128 0.4s Lock concurrent
[ ] 7 0 0 7 / 128 0.5s Lock concurrent
[ ] 10 0 0 10 / 128 0.8s Lock concurrent
[ ] 13 0 0 13 / 128 0.9s Lock concurrent
[ ] 14 0 0 14 / 128 1.3s Lock concurrent
[ ] 17 0 0 17 / 128 1.4s Lock concurrent
[ ] 20 0 0 20 / 128 1.5s Lock concurrent
[ ] 23 0 0 23 / 128 1.7s Lock concurrent
[ ] 25 0 0 25 / 128 1.9s Lock concurrent
[ ] 26 0 0 26 / 128 2.0s Lock concurrent
[ ] 28 0 0 28 / 128 2.2s Lock concurrent
[ ] 30 0 0 30 / 128 2.3s Lock concurrent
[ ] 32 0 0 32 / 128 2.4s Lock concurrent
[ ] 34 0 0 34 / 128 2.5s Lock concurrent
[ ] 37 0 0 37 / 128 2.7s Lock concurrent
[ ] 40 0 0 40 / 128 3.1s Lock concurrent
[ ] 42 0 0 42 / 128 3.2s Lock concurrent
[ ] 44 0 0 44 / 128 3.3s Lock concurrent
[ ] 46 0 0 46 / 128 3.5s Lock concurrent
[ ] 49 0 0 49 / 128 3.6s Lock concurrent
[ ] 52 0 0 52 / 128 3.8s Lock concurrent
[ ] 55 0 0 55 / 128 3.9s Lock concurrent
[ ] 57 0 0 57 / 128 4.3s Lock concurrent
[ ] 60 0 0 60 / 128 4.4s Lock concurrent
[ ] 63 0 0 63 / 128 4.6s Lock concurrent
[ ] 67 0 0 67 / 128 5.0s Lock concurrent
[ ] 70 0 0 70 / 128 5.1s Lock concurrent
[ ] 74 0 0 74 / 128 5.2s Lock concurrent
[ ] 75 0 0 75 / 128 5.6s Lock concurrent
[ ] 77 0 0 77 / 128 5.7s Lock concurrent
[ ] 80 0 0 80 / 128 5.8s Lock concurrent
[ ] 82 0 0 82 / 128 6.0s Lock concurrent
[ ] 84 0 0 84 / 128 6.1s Lock concurrent
[ ] 85 0 0 85 / 128 6.3s Lock concurrent
[ ] 87 0 0 87 / 128 6.4s Lock concurrent
[ ] 90 0 0 90 / 128 6.6s Lock concurrent
[ ] 95 0 0 95 / 128 6.7s Lock concurrent
[ ] 99 0 0 99 / 128 7.0s Lock concurrent
[ ] 100 0 0 100 / 128 7.4s Lock concurrent
[ ] 102 0 0 102 / 128 7.5s Lock concurrent
[ ] 104 0 0 104 / 128 7.9s Lock concurrent
[ ] 106 0 0 106 / 128 8.0s Lock concurrent
[ ] 109 0 0 109 / 128 8.2s Lock concurrent
[ ] 112 0 0 112 / 128 8.3s Lock concurrent
[ ] 114 0 0 114 / 128 8.4s Lock concurrent
[ ] 115 0 0 115 / 128 8.6s Lock concurrent
[ ] 117 0 0 117 / 128 8.9s Lock concurrent
[ ] 120 0 0 120 / 128 9.0s Lock concurrent
[ ] 123 0 0 123 / 128 9.2s Lock concurrent
[ ] 127 0 0 127 / 128 9.3s Lock concurrent
[✓] 128 0 0 128 / 128 9.3s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 3632213982336284596
generated error fail pass / total time test name
[ ] 0 0 0 0 / 165 0.0s Lock sequential
[✓] 165 0 0 165 / 165 0.0s Lock sequential
[ ] 0 0 0 0 / 165 0.0s Lock concurrent
[ ] 1 0 0 1 / 165 0.2s Lock concurrent
[ ] 3 0 0 3 / 165 0.6s Lock concurrent
[ ] 5 0 0 5 / 165 0.7s Lock concurrent
[ ] 7 0 0 7 / 165 0.9s Lock concurrent
[ ] 10 0 0 10 / 165 1.0s Lock concurrent
[ ] 12 0 0 12 / 165 1.2s Lock concurrent
[ ] 14 0 0 14 / 165 1.3s Lock concurrent
[ ] 15 0 0 15 / 165 1.5s Lock concurrent
[ ] 17 0 0 17 / 165 1.6s Lock concurrent
[ ] 18 0 0 18 / 165 1.8s Lock concurrent
[ ] 19 0 0 19 / 165 2.2s Lock concurrent
[ ] 20 0 0 20 / 165 2.4s Lock concurrent
[ ] 22 0 0 22 / 165 2.6s Lock concurrent
[ ] 24 0 0 24 / 165 2.8s Lock concurrent
[ ] 25 0 0 25 / 165 2.9s Lock concurrent
[ ] 28 0 0 28 / 165 3.2s Lock concurrent
[ ] 30 0 0 30 / 165 3.3s Lock concurrent
[ ] 33 0 0 33 / 165 3.5s Lock concurrent
[ ] 36 0 0 36 / 165 3.6s Lock concurrent
[ ] 38 0 0 38 / 165 3.7s Lock concurrent
[ ] 40 0 0 40 / 165 3.9s Lock concurrent
[ ] 43 0 0 43 / 165 4.0s Lock concurrent
[ ] 46 0 0 46 / 165 4.2s Lock concurrent
[ ] 49 0 0 49 / 165 4.3s Lock concurrent
[ ] 52 0 0 52 / 165 4.4s Lock concurrent
[ ] 55 0 0 55 / 165 4.6s Lock concurrent
[ ] 57 0 0 57 / 165 4.8s Lock concurrent
[ ] 58 0 0 58 / 165 4.9s Lock concurrent
[ ] 61 0 0 61 / 165 5.0s Lock concurrent
[ ] 62 0 0 62 / 165 5.1s Lock concurrent
[ ] 63 0 0 63 / 165 5.3s Lock concurrent
[ ] 66 0 0 66 / 165 5.4s Lock concurrent
[ ] 68 0 0 68 / 165 5.5s Lock concurrent
[ ] 70 0 0 70 / 165 5.6s Lock concurrent
[ ] 73 0 0 73 / 165 5.8s Lock concurrent
[ ] 75 0 0 75 / 165 6.0s Lock concurrent
[ ] 78 0 0 78 / 165 6.2s Lock concurrent
[ ] 80 0 0 80 / 165 6.3s Lock concurrent
[ ] 83 0 0 83 / 165 6.4s Lock concurrent
[ ] 85 0 0 85 / 165 6.5s Lock concurrent
[ ] 87 0 0 87 / 165 6.6s Lock concurrent
[ ] 89 0 0 89 / 165 6.8s Lock concurrent
[ ] 92 0 0 92 / 165 7.0s Lock concurrent
[ ] 95 0 0 95 / 165 7.2s Lock concurrent
[ ] 98 0 0 98 / 165 7.4s Lock concurrent
[ ] 101 0 0 101 / 165 7.5s Lock concurrent
[ ] 102 0 0 102 / 165 7.6s Lock concurrent
[ ] 105 0 0 105 / 165 7.7s Lock concurrent
[ ] 107 0 0 107 / 165 7.9s Lock concurrent
[ ] 109 0 0 109 / 165 8.1s Lock concurrent
[ ] 112 0 0 112 / 165 8.2s Lock concurrent
[ ] 114 0 0 114 / 165 8.3s Lock concurrent
[ ] 116 0 0 116 / 165 8.5s Lock concurrent
[ ] 118 0 0 118 / 165 8.6s Lock concurrent
[ ] 121 0 0 121 / 165 8.8s Lock concurrent
[ ] 123 0 0 123 / 165 8.9s Lock concurrent
[ ] 124 0 0 124 / 165 9.1s Lock concurrent
[ ] 126 0 0 126 / 165 9.2s Lock concurrent
[ ] 129 0 0 129 / 165 9.3s Lock concurrent
[ ] 130 0 0 130 / 165 9.7s Lock concurrent
[ ] 133 0 0 133 / 165 9.8s Lock concurrent
[ ] 135 0 0 135 / 165 9.9s Lock concurrent
[ ] 137 0 0 137 / 165 10.1s Lock concurrent
[ ] 139 0 0 139 / 165 10.2s Lock concurrent
[ ] 142 0 0 142 / 165 10.3s Lock concurrent
[ ] 143 0 0 143 / 165 10.4s Lock concurrent
[ ] 146 0 0 146 / 165 10.5s Lock concurrent
[ ] 148 0 0 148 / 165 10.7s Lock concurrent
[ ] 150 0 0 150 / 165 11.1s Lock concurrent
[ ] 153 0 0 153 / 165 11.3s Lock concurrent
[ ] 156 0 0 156 / 165 11.4s Lock concurrent
[ ] 157 0 0 157 / 165 11.5s Lock concurrent
[ ] 159 0 0 159 / 165 11.7s Lock concurrent
[ ] 161 0 0 161 / 165 11.9s Lock concurrent
[ ] 163 0 0 163 / 165 12.4s Lock concurrent
[ ] 164 0 0 164 / 165 12.6s Lock concurrent
[✓] 165 0 0 165 / 165 12.6s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 3731679332602924148
generated error fail pass / total time test name
[ ] 0 0 0 0 / 106 0.0s Lock sequential
[✓] 106 0 0 106 / 106 0.0s Lock sequential
[ ] 0 0 0 0 / 106 0.0s Lock concurrent
[ ] 1 0 0 1 / 106 0.4s Lock concurrent
[ ] 2 0 0 2 / 106 0.8s Lock concurrent
[ ] 5 0 0 5 / 106 0.9s Lock concurrent
[ ] 6 0 0 6 / 106 1.3s Lock concurrent
[ ] 9 0 0 9 / 106 1.5s Lock concurrent
[ ] 13 0 0 13 / 106 1.6s Lock concurrent
[ ] 15 0 0 15 / 106 1.8s Lock concurrent
[ ] 17 0 0 17 / 106 1.9s Lock concurrent
[ ] 19 0 0 19 / 106 2.1s Lock concurrent
[ ] 21 0 0 21 / 106 2.2s Lock concurrent
[ ] 22 0 0 22 / 106 2.3s Lock concurrent
[ ] 25 0 0 25 / 106 2.5s Lock concurrent
[ ] 27 0 0 27 / 106 2.6s Lock concurrent
[ ] 29 0 0 29 / 106 2.8s Lock concurrent
[ ] 32 0 0 32 / 106 2.9s Lock concurrent
[ ] 34 0 0 34 / 106 3.3s Lock concurrent
[ ] 37 0 0 37 / 106 3.5s Lock concurrent
[ ] 38 0 0 38 / 106 3.7s Lock concurrent
[ ] 40 0 0 40 / 106 3.8s Lock concurrent
[ ] 43 0 0 43 / 106 3.9s Lock concurrent
[ ] 45 0 0 45 / 106 4.0s Lock concurrent
[ ] 47 0 0 47 / 106 4.2s Lock concurrent
[ ] 49 0 0 49 / 106 4.3s Lock concurrent
[ ] 51 0 0 51 / 106 4.5s Lock concurrent
[ ] 54 0 0 54 / 106 4.6s Lock concurrent
[ ] 57 0 0 57 / 106 4.7s Lock concurrent
[ ] 59 0 0 59 / 106 4.9s Lock concurrent
[ ] 60 0 0 60 / 106 5.0s Lock concurrent
[ ] 63 0 0 63 / 106 5.1s Lock concurrent
[ ] 65 0 0 65 / 106 5.3s Lock concurrent
[ ] 67 0 0 67 / 106 5.5s Lock concurrent
[ ] 70 0 0 70 / 106 5.7s Lock concurrent
[ ] 73 0 0 73 / 106 5.8s Lock concurrent
[ ] 76 0 0 76 / 106 6.0s Lock concurrent
[ ] 78 0 0 78 / 106 6.1s Lock concurrent
[ ] 82 0 0 82 / 106 6.2s Lock concurrent
[ ] 86 0 0 86 / 106 6.4s Lock concurrent
[ ] 89 0 0 89 / 106 6.8s Lock concurrent
[ ] 90 0 0 90 / 106 7.3s Lock concurrent
[ ] 92 0 0 92 / 106 7.4s Lock concurrent
[ ] 95 0 0 95 / 106 7.6s Lock concurrent
[ ] 97 0 0 97 / 106 7.7s Lock concurrent
[ ] 99 0 0 99 / 106 7.9s Lock concurrent
[ ] 101 0 0 101 / 106 8.1s Lock concurrent
[ ] 104 0 0 104 / 106 8.2s Lock concurrent
[ ] 105 0 0 105 / 106 8.4s Lock concurrent
[ ] 106 0 0 106 / 106 8.6s Lock concurrent
[✓] 106 0 0 106 / 106 8.6s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 133101427495487625
generated error fail pass / total time test name
[ ] 0 0 0 0 / 38 0.0s Lock sequential
[✓] 38 0 0 38 / 38 0.0s Lock sequential
[ ] 0 0 0 0 / 38 0.0s Lock concurrent
[ ] 2 0 0 2 / 38 0.1s Lock concurrent
[ ] 5 0 0 5 / 38 0.2s Lock concurrent
[ ] 7 0 0 7 / 38 0.3s Lock concurrent
[ ] 9 0 0 9 / 38 0.5s Lock concurrent
[ ] 10 0 0 10 / 38 0.6s Lock concurrent
[ ] 11 0 0 11 / 38 0.7s Lock concurrent
[ ] 14 0 0 14 / 38 0.9s Lock concurrent
[ ] 15 0 0 15 / 38 1.1s Lock concurrent
[ ] 18 0 0 18 / 38 1.4s Lock concurrent
[ ] 21 0 0 21 / 38 1.5s Lock concurrent
[ ] 23 0 0 23 / 38 1.7s Lock concurrent
[ ] 25 0 0 25 / 38 1.8s Lock concurrent
[ ] 26 0 0 26 / 38 2.1s Lock concurrent
[ ] 28 0 0 28 / 38 2.2s Lock concurrent
[ ] 30 0 0 30 / 38 2.6s Lock concurrent
[ ] 32 0 0 32 / 38 2.7s Lock concurrent
[ ] 35 0 0 35 / 38 2.8s Lock concurrent
[ ] 38 0 0 38 / 38 3.0s Lock concurrent
[✓] 38 0 0 38 / 38 3.0s Lock concurrent
================================================================================
success (ran 2 tests)
random seed: 2089066589669426221
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Lock sequential
[✓] 32 0 0 32 / 32 0.0s Lock sequential
[ ] 0 0 0 0 / 32 0.0s Lock concurrent
[ ] 1 0 0 1 / 32 0.4s Lock concurrent
[ ] 3 0 0 3 / 32 0.5s Lock concurrent
[ ] 6 0 0 6 / 32 0.6s Lock concurrent
[ ] 8 0 0 8 / 32 0.7s Lock concurrent
[ ] 10 0 0 10 / 32 0.9s Lock concurrent
[ ] 11 0 0 11 / 32 1.2s Lock concurrent
[ ] 13 0 0 13 / 32 1.6s Lock concurrent
[ ] 14 0 0 14 / 32 1.9s Lock concurrent
[ ] 16 0 0 16 / 32 2.0s Lock concurrent
[ ] 18 0 0 18 / 32 2.4s Lock concurrent
[ ] 21 0 0 21 / 32 2.5s Lock concurrent
[ ] 24 0 0 24 / 32 2.7s Lock concurrent
[ ] 28 0 0 28 / 32 2.9s Lock concurrent
[ ] 29 0 0 29 / 32 3.1s Lock concurrent
[✓] 32 0 0 32 / 32 3.1s Lock concurrent
================================================================================
success (ran 2 tests)
2025-01-26 20:42.57 ---> saved as "18626d5783485dfbb49958eb6432b49497c15507a72f4e5fe52c87ebb683b1cc"
Job succeeded
2025-01-26 20:42.57: Job succeeded