2024-10-18 17:20.57: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/lock-free-bounded-queue (72af6bf75f888ac95eb037f35504de4be8f491e8) (linux-ppc64:debian-12-4.14_ppc64_opam-2.2) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "lock-free-bounded-queue" && cd "saturn" && git reset --hard 72af6bf7 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991 # debian-12-4.14_ppc64_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./ RUN opam pin add -yn saturn_lockfree.dev './' && \ opam pin add -yn saturn.dev './' ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-ppc64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-10-18 17:20.57: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-12-ocaml-4.14@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991-debian-12-4.14_ppc64_opam-2.2-59307b8b80dc1635f9a3b02a69732258" 2024-10-18 17:20.57: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991) (comment debian-12-4.14_ppc64_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src saturn_lockfree.opam saturn.opam) (dst ./)) (run (network host) (shell "opam pin add -yn saturn_lockfree.dev './' && \ \nopam pin add -yn saturn.dev './'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-ppc64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2") (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.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-10-18 17:20.57: Waiting for resource in pool OCluster 2024-10-18 17:20.57: Waiting for worker… 2024-10-18 17:20.57: Got resource from pool OCluster Building on orithia.caelum.ci.dev All commits already cached HEAD is now at 72af6bf A lock-free bounded queue (from ocaml/opam:debian-12-ocaml-4.14@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991' locally docker.io/ocaml/opam@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991: Pulling from ocaml/opam Digest: sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991 Status: Downloaded newer image for ocaml/opam@sha256:b6e28e73deca6f798ac7030d958d45347b1628980006ea899784bd6d4f619991 2024-10-18 17:20.57 ---> using "9ee8dd0c675aad504f591e78234a54edff10abcc488d39602f96339919a8cded" from cache /: (comment debian-12-4.14_ppc64_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-10-18 17:20.57 ---> using "96facf533f4fae8db10df129619ee931141fccadb840fa0a1b3c73b8018b98c5" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-10-18 17:20.57 ---> using "f595a04b30f5e078ec41736df233d12b3000aab3369ec8322a3523c5d7f5f629" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-45-generic The OCaml toplevel, version 4.14.2 2.2.1 2024-10-18 17:20.57 ---> using "aa4c1eddb97c4bdec311d2fb89c8efb2973316a246b901a1f0928d65208be3ae" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-10-18 17:20.57 ---> using "f7870ea53167abe022385d0c004291ea5168f018525d2971ed6afd5219c427e8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 75006f8c5e..b8e118d3ef master -> origin/master b8e118d3ef Merge pull request #26758 from polytypic/release-multicore-bench-0.1.7 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # Run eval $(opam env) to update the current shell environment 2024-10-18 17:22.05 ---> saved as "3d8cea81bc7b088bfd71981272010b65ff7ae3da5bbdeb744953812f24ec2359" /src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./)) 2024-10-18 17:22.06 ---> saved as "73ed8dcefdf827274f3b526d7f8f36378421a87893a4897e6492f06f23d0f207" /src: (run (network host) (shell "opam pin add -yn saturn_lockfree.dev './' && \ \nopam pin add -yn saturn.dev './'")) [saturn_lockfree.dev] synchronised (file:///src) saturn_lockfree is now pinned to file:///src (version dev) [saturn.dev] synchronised (file:///src) saturn is now pinned to file:///src (version dev) 2024-10-18 17:22.11 ---> saved as "ea1680eaa3a8c9d0ca7546f496c3503f6ec0338cb68790f20e9389524a7a2589" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-ppc64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2") /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.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages.diff/Index [11.7 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1113 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1113 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [180 kB] - Fetched 296 kB in 0s (787 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [saturn.dev] synchronised (no changes) [saturn_lockfree.dev] synchronised (no changes) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-ppc64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2024-10-18 17:22.29 ---> saved as "cbc2fccef2ce47fc37d4871847578746e1c7810bd51feaaba0e9a768cffdb061" /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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-ppc64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 38 packages - install alcotest 1.8.0 - install astring 0.8.5 - install backoff 0.1.1 - install cmdliner 1.3.0 - install containers 3.14 - install csexp 1.5.2 - install domain-local-await 1.0.1 - install domain_shims 0.1.0 - install dscheck 0.5.0 - install dune 3.16.0 - install dune-configurator 3.16.0 - install either 1.0.0 - install fmt 0.9.0 - install mtime 2.1.0 - install multicore-bench 0.1.7 - install multicore-magic 2.3.0 - install multicore-magic-dscheck 2.3.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install oseq 0.5.1 - install ounit2 2.2.7 - install picos 0.5.0 - install qcheck 0.22 - install qcheck-alcotest 0.22 - install qcheck-core 0.22 - install qcheck-multicoretests-util 0.4 - install qcheck-ounit 0.22 - install qcheck-stm 0.4 - install re 1.12.0 - install seq base - install stdlib-shims 0.3.0 - install thread-local-storage 0.2 - install thread-table 1.0.0 - install topkg 1.0.7 - install tsort 2.1.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved backoff.0.1.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved containers.3.14 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved dscheck.0.5.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-bench.0.1.7 (cached) -> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved oseq.0.5.1 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved picos.0.5.0 (cached) -> retrieved dune.3.16.0, dune-configurator.3.16.0 (cached) -> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22 (cached) -> retrieved seq.base (cached) -> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (cached) -> retrieved re.1.12.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.15.0 -> installed seq.base -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved tsort.2.1.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.6 -> installed topkg.1.0.7 -> installed mtime.2.1.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed dune.3.16.0 -> installed domain_shims.0.1.0 -> installed csexp.1.5.2 -> installed backoff.0.1.1 -> installed either.1.0.0 -> installed multicore-magic.2.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed oseq.0.5.1 -> installed qcheck-core.0.22 -> installed re.1.12.0 -> installed stdlib-shims.0.3.0 -> installed thread-local-storage.0.2 -> installed thread-table.1.0.0 -> installed tsort.2.1.0 -> installed yojson.2.2.2 -> installed qcheck-multicoretests-util.0.4 -> installed domain-local-await.1.0.1 -> installed picos.0.5.0 -> installed qcheck-stm.0.4 -> installed alcotest.1.8.0 -> installed ounit2.2.2.7 -> installed multicore-bench.0.1.7 -> installed qcheck-alcotest.0.22 -> installed qcheck-ounit.0.22 -> installed qcheck.0.22 -> installed dune-configurator.3.16.0 -> installed containers.3.14 -> installed dscheck.0.5.0 -> installed multicore-magic-dscheck.2.3.0 Done. # Run eval $(opam env) to update the current shell environment 2024-10-18 17:24.20 ---> saved as "6c25ea061ae54e80177f02644f2511f362656059ea946fb7a02148ccaa25416d" /src: (copy (src .) (dst /src)) 2024-10-18 17:24.44 ---> saved as "e08620f68c806dfe1bd3654dc5f33b16ef664fdb36135e41a3131b3afb758ca6" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/spsc_queue && ./test_spsc_queue.exe) test_Spsc_queue_empty: ok test_Spsc_queue_full: ok test_Spsc_queue_parallel: ok (transferred = 100) test_Spsc_queue_unsafe_empty: ok test_Spsc_queue_unsafe_full: ok test_Spsc_queue_unsafe_parallel: ok (transferred = 100) (cd _build/default/test/ws_deque && ./stm_ws_deque.exe) random seed: 4047472405091599314 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Ws_deque sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Ws_deque sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Ws_deque sequential ================================================================================ success (ran 1 tests) random seed: 3977718807182371820 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Ws_deque sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Ws_deque sequential ================================================================================ success (ran 1 tests) random seed: 2216636753546715792 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Ws_deque sequential [✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Ws_deque sequential ================================================================================ success (ran 1 tests) random seed: 3954487712909733014 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Ws_deque sequential [✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Ws_deque sequential ================================================================================ success (ran 1 tests) random seed: 931824472091217037 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Ws_deque sequential [✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Ws_deque sequential ================================================================================ success (ran 1 tests) random seed: 4157077738811145796 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Ws_deque sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Ws_deque sequential ================================================================================ success (ran 1 tests) (cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe) random seed: 1954265870742821540 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 3008181209144424781 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Mpsc_queue sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Mpsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 350651172823640028 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Mpsc_queue sequential [✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Mpsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 2088365317172427138 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Mpsc_queue sequential [✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Mpsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 3240262424036120762 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Mpsc_queue sequential [✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Mpsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 2200601617504297097 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential ================================================================================ success (ran 1 tests) (cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe) random seed: 1045020621455713452 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 2879846433778375203 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Spsc_queue sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Spsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 3474617356971500193 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Spsc_queue sequential [✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Spsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 4317542617200770017 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Spsc_queue sequential [✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Spsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 3464632627245993743 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Spsc_queue sequential [✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Spsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 1251310162800210667 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue sequential ================================================================================ success (ran 1 tests) random seed: 4307086904085251254 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential ================================================================================ success (ran 1 tests) random seed: 4222835453161819877 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential ================================================================================ success (ran 1 tests) random seed: 82890175226023348 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential [✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential ================================================================================ success (ran 1 tests) random seed: 2179716010678110664 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential [✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential ================================================================================ success (ran 1 tests) random seed: 4485256207452070441 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential [✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential ================================================================================ success (ran 1 tests) random seed: 3805749961045687032 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential ================================================================================ success (ran 1 tests) (cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe) qcheck random seed: 375937554 Testing `Treiber_stack'. This run has ID `J2VRTBVV'. [OK] test_sequential 0 push. [OK] test_sequential 1 push_pop_until_empty. [OK] test_sequential 2 lifo. [OK] one_cons_one_prod 0 parallel. [OK] two_domains 0 parallel_pop_push. [OK] two_domains 1 parallel_pop_push_random. Full test results in `/src/_build/default/test/treiber_stack/_build/_tests/Treiber_stack'. Test Successful in 0.562s. 6 tests run. (cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe) qcheck random seed: 175004422 Testing `Ws_deque'. This run has ID `GXXFGWDU'. [OK] one_producer 0 pops_are_in_order. [OK] one_producer 1 pop_on_empty_deque_rai... [OK] one_producer_one_stealer 0 steals_are_in_order. [OK] one_producer_one_stealer 1 parallel_pushes_and_st... [OK] one_producer_one_stealer 2 parallel_pops_and_steals. [OK] one_producer_two_stealers 0 parallel_steals. Full test results in `/src/_build/default/test/ws_deque/_build/_tests/Ws_deque'. Test Successful in 1.399s. 6 tests run. (cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe) qcheck random seed: 387481896 Testing `Michael_scott_queue'. This run has ID `83LW9DTK'. [OK] test_sequential_safe 0 push. [OK] test_sequential_safe 1 push_pop_opt_until_empty. [OK] test_sequential_safe 2 fifo. [OK] test_sequential_safe 3 fifo_peek_opt. [OK] one_cons_one_prod_safe 0 parallel_fifo. [OK] one_cons_one_prod_safe 1 parallel_peek. [OK] two_domains_safe 0 parallel_pop_opt_push. [OK] two_domains_safe 1 parallel_pop_opt_push_r... [OK] test_sequential_unsafe 0 push. [OK] test_sequential_unsafe 1 push_pop_opt_until_empty. [OK] test_sequential_unsafe 2 fifo. [OK] test_sequential_unsafe 3 fifo_peek_opt. [OK] one_cons_one_prod_unsafe 0 parallel_fifo. [OK] one_cons_one_prod_unsafe 1 parallel_peek. [OK] two_domains_unsafe 0 parallel_pop_opt_push. [OK] two_domains_unsafe 1 parallel_pop_opt_push_r... Full test results in `/src/_build/default/test/michael_scott_queue/_build/_tests/Michael_scott_queue'. Test Successful in 3.038s. 16 tests run. (cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe) qcheck random seed: 254689617 Testing `Spsc_queues'. This run has ID `JA7W8830'. [OK] Spsc_queue 0 seq_pop_opt_push. [OK] Spsc_queue 1 seq_pop_push. [OK] Spsc_queue 2 seq_pop_try_push. [OK] Spsc_queue 3 par_pop_push. [OK] Spsc_queue 4 push_full. [OK] Spsc_queue 5 seq_peek_opt. [OK] Spsc_queue 6 seq_peek. [OK] Spsc_queue 7 par_peek_opt. [OK] Spsc_queue_unsafe 0 seq_pop_opt_push. [OK] Spsc_queue_unsafe 1 seq_pop_push. [OK] Spsc_queue_unsafe 2 seq_pop_try_push. [OK] Spsc_queue_unsafe 3 par_pop_push. [OK] Spsc_queue_unsafe 4 push_full. [OK] Spsc_queue_unsafe 5 seq_peek_opt. [OK] Spsc_queue_unsafe 6 seq_peek. [OK] Spsc_queue_unsafe 7 par_peek_opt. Full test results in `/src/_build/default/test/spsc_queue/_build/_tests/Spsc_queues'. Test Successful in 4.959s. 16 tests run. (cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe) qcheck random seed: 549179069 Testing `Mpsc_queue'. This run has ID `7AUJYB96'. [OK] one_consumer 0 push_head_pop_opt. [OK] one_consumer 1 push_head_pop. [OK] one_consumer 2 push_head_peek_opt. [OK] one_consumer 3 push_head_peek. [OK] one_consumer 4 pop_opt_empty. [OK] one_consumer 5 pop_empty. [OK] one_consumer 6 peek_opt_empty. [OK] one_consumer 7 peek_empty. [OK] one_consumer 8 push_head_not_empty. [OK] one_consumer 9 close_push_head. [OK] one_consumer 10 close_is_empty. [OK] one_consumer 11 close_pop_opt. [OK] one_consumer 12 pop_opt_order. [OK] one_consumer 13 seq_push_pop_opt. [OK] one_producer 0 push_not_empty. [OK] one_producer 1 closing_prevents_pushing. [OK] one_cons_one_prod 0 seq_push_pop_opt_peek_opt. [OK] one_cons_one_prod 1 par_push_pop. [OK] one_cons_one_prod 2 par_push_push_head. [OK] one_cons_one_prod 3 par_pop_opt_push2. [OK] one_cons_two_prod 0 par_push. [OK] one_cons_two_prod 1 par_push_close_pop_opt. Full test results in `/src/_build/default/test/mpsc_queue/_build/_tests/Mpsc_queue'. Test Successful in 9.585s. 22 tests run. (cd _build/default/test/skiplist && ./qcheck_skiplist.exe) qcheck random seed: 553080114 Testing `QCheck Skiplist'. This run has ID `B9CA9YMG'. [OK] test_sequential 0 add. [OK] test_sequential 1 add_remove. [OK] test_sequential 2 add_find. [OK] test_sequential 3 add_remove_find. [OK] tests_two_domains 0 parallel_add. [OK] tests_two_domains 1 parallel_add_remove. [OK] tests_two_domains 2 parallel_add_remove_same_list. Full test results in `/src/_build/default/test/skiplist/_build/_tests/QCheck Skiplist'. Test Successful in 17.141s. 7 tests run. (cd _build/default/bench && ./main.exe -brief) Saturn Relaxed_queue: messages over time/1 adder, 1 taker (cas): 5.50 M/s messages over time/1 adder, 1 taker (not lf): 5.74 M/s messages over time/1 adder, 1 taker (spin): 4.12 M/s messages over time/1 adder, 2 takers (cas): 5.53 M/s messages over time/1 adder, 2 takers (not lf): 4.19 M/s messages over time/1 adder, 2 takers (spin): 4.63 M/s messages over time/2 adders, 1 taker (cas): 4.27 M/s messages over time/2 adders, 1 taker (not lf): 5.88 M/s messages over time/2 adders, 1 taker (spin): 4.67 M/s messages over time/2 adders, 2 takers (cas): 5.18 M/s messages over time/2 adders, 2 takers (not lf): 5.22 M/s messages over time/2 adders, 2 takers (spin): 4.68 M/s time per message/1 adder, 1 taker (cas): 363.32 ns time per message/1 adder, 1 taker (not lf): 348.31 ns time per message/1 adder, 1 taker (spin): 488.65 ns time per message/1 adder, 2 takers (cas): 542.72 ns time per message/1 adder, 2 takers (not lf): 716.76 ns time per message/1 adder, 2 takers (spin): 647.59 ns time per message/2 adders, 1 taker (cas): 701.90 ns time per message/2 adders, 1 taker (not lf): 511.04 ns time per message/2 adders, 1 taker (spin): 642.48 ns time per message/2 adders, 2 takers (cas): 771.71 ns time per message/2 adders, 2 takers (not lf): 765.90 ns time per message/2 adders, 2 takers (spin): 855.30 ns Saturn_lockfree Cue: messages over time/1 nb adder, 1 nb taker: 6.55 M/s messages over time/1 nb adder, 2 nb takers: 6.81 M/s messages over time/2 nb adders, 1 nb taker: 6.26 M/s messages over time/2 nb adders, 2 nb takers: 6.01 M/s messages over time/one domain: 2.71 M/s time per message/1 nb adder, 1 nb taker: 305.41 ns time per message/1 nb adder, 2 nb takers: 440.80 ns time per message/2 nb adders, 1 nb taker: 479.54 ns time per message/2 nb adders, 2 nb takers: 665.39 ns time per message/one domain: 368.95 ns Saturn_lockfree Queue: messages over time/1 nb adder, 1 nb taker: 6.73 M/s messages over time/1 nb adder, 2 nb takers: 4.75 M/s messages over time/2 nb adders, 1 nb taker: 6.77 M/s messages over time/2 nb adders, 2 nb takers: 4.60 M/s messages over time/one domain: 4.81 M/s time per message/1 nb adder, 1 nb taker: 297.36 ns time per message/1 nb adder, 2 nb takers: 631.04 ns time per message/2 nb adders, 1 nb taker: 442.81 ns time per message/2 nb adders, 2 nb takers: 870.44 ns time per message/one domain: 207.98 ns Saturn_lockfree Single_prod_single_cons_queue: messages over time/2 workers, capacity 1: 0.02 M/s messages over time/2 workers, capacity 1 (unsafe): 0.02 M/s messages over time/2 workers, capacity 32768: 5.71 M/s messages over time/2 workers, capacity 32768 (unsafe): 7.20 M/s messages over time/2 workers, capacity 4096: 4.52 M/s messages over time/2 workers, capacity 4096 (unsafe): 7.47 M/s messages over time/2 workers, capacity 512: 2.40 M/s messages over time/2 workers, capacity 512 (unsafe): 4.87 M/s messages over time/2 workers, capacity 64: 1.36 M/s messages over time/2 workers, capacity 64 (unsafe): 1.23 M/s messages over time/2 workers, capacity 8: 0.17 M/s messages over time/2 workers, capacity 8 (unsafe): 0.12 M/s time per message/2 workers, capacity 1: 101847.36 ns time per message/2 workers, capacity 1 (unsafe): 99584.53 ns time per message/2 workers, capacity 32768: 350.14 ns time per message/2 workers, capacity 32768 (unsafe): 277.65 ns time per message/2 workers, capacity 4096: 442.02 ns time per message/2 workers, capacity 4096 (unsafe): 267.85 ns time per message/2 workers, capacity 512: 832.81 ns time per message/2 workers, capacity 512 (unsafe): 410.39 ns time per message/2 workers, capacity 64: 1474.22 ns time per message/2 workers, capacity 64 (unsafe): 1631.39 ns time per message/2 workers, capacity 8: 11660.33 ns time per message/2 workers, capacity 8 (unsafe): 16076.58 ns Saturn_lockfree Size: operations over time/1 worker: 8.23 M/s operations over time/2 workers: 5.90 M/s operations over time/4 workers: 6.14 M/s time per operation/1 worker: 121.57 ns time per operation/2 workers: 338.99 ns time per operation/4 workers: 651.22 ns Saturn_lockfree Skiplist: operations over time/1 workers, 10% mem 45% add 45% rem: 0.32 M/s operations over time/1 workers, 50% mem 25% add 25% rem: 0.53 M/s operations over time/1 workers, 90% mem 5% add 5% rem: 0.71 M/s operations over time/2 workers, 10% mem 45% add 45% rem: 0.34 M/s operations over time/2 workers, 50% mem 25% add 25% rem: 0.53 M/s operations over time/2 workers, 90% mem 5% add 5% rem: 0.61 M/s operations over time/4 workers, 10% mem 45% add 45% rem: 0.29 M/s operations over time/4 workers, 50% mem 25% add 25% rem: 0.54 M/s operations over time/4 workers, 90% mem 5% add 5% rem: 0.59 M/s time per operation/1 workers, 10% mem 45% add 45% rem: 3087.66 ns time per operation/1 workers, 50% mem 25% add 25% rem: 1886.97 ns time per operation/1 workers, 90% mem 5% add 5% rem: 1411.31 ns time per operation/2 workers, 10% mem 45% add 45% rem: 5881.76 ns time per operation/2 workers, 50% mem 25% add 25% rem: 3753.82 ns time per operation/2 workers, 90% mem 5% add 5% rem: 3259.00 ns time per operation/4 workers, 10% mem 45% add 45% rem: 13910.73 ns time per operation/4 workers, 50% mem 25% add 25% rem: 7440.23 ns time per operation/4 workers, 90% mem 5% add 5% rem: 6816.63 ns Saturn_lockfree Stack: messages over time/1 adder, 1 taker: 9.60 M/s messages over time/1 adder, 2 takers: 8.53 M/s messages over time/2 adders, 1 taker: 8.96 M/s messages over time/2 adders, 2 takers: 9.47 M/s messages over time/one domain: 6.37 M/s time per message/1 adder, 1 taker: 208.32 ns time per message/1 adder, 2 takers: 351.63 ns time per message/2 adders, 1 taker: 335.58 ns time per message/2 adders, 2 takers: 422.56 ns time per message/one domain: 156.92 ns Saturn_lockfree Work_stealing_deque: messages over time/1 adder, 1 taker: 5.27 M/s messages over time/1 adder, 2 takers: 4.19 M/s messages over time/1 adder, 4 takers: 4.26 M/s messages over time/one domain (FIFO): 1.62 M/s messages over time/one domain (LIFO): 3.97 M/s spawns over time/1 worker: 1.99 M/s spawns over time/2 workers: 2.13 M/s spawns over time/4 workers: 1.67 M/s spawns over time/8 workers: 2.18 M/s time per message/1 adder, 1 taker: 379.47 ns time per message/1 adder, 2 takers: 716.35 ns time per message/1 adder, 4 takers: 1172.75 ns time per message/one domain (FIFO): 619.02 ns time per message/one domain (LIFO): 251.79 ns time per spawn/1 worker: 503.61 ns time per spawn/2 workers: 939.35 ns time per spawn/4 workers: 2394.06 ns time per spawn/8 workers: 3674.73 ns (cd _build/default/test/skiplist && ./stm_skiplist.exe) random seed: 1280510826221018923 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Lockfree.Skiplist sequential [ ] 0 0 0 0 / 32 0.0s Lockfree.Skiplist sequential (generating) [✓] 32 0 0 32 / 32 0.0s Lockfree.Skiplist sequential [ ] 0 0 0 0 / 32 0.0s Lockfree.Skiplist concurrent [ ] 1 0 0 1 / 32 0.4s Lockfree.Skiplist concurrent [ ] 2 0 0 2 / 32 0.7s Lockfree.Skiplist concurrent [ ] 3 0 0 3 / 32 1.2s Lockfree.Skiplist concurrent [ ] 4 0 0 4 / 32 4.5s Lockfree.Skiplist concurrent [ ] 5 0 0 5 / 32 5.0s Lockfree.Skiplist concurrent [ ] 6 0 0 6 / 32 5.2s Lockfree.Skiplist concurrent [ ] 7 0 0 7 / 32 5.4s Lockfree.Skiplist concurrent [ ] 8 0 0 8 / 32 5.6s Lockfree.Skiplist concurrent [ ] 9 0 0 9 / 32 5.8s Lockfree.Skiplist concurrent [ ] 10 0 0 10 / 32 6.1s Lockfree.Skiplist concurrent [ ] 11 0 0 11 / 32 6.4s Lockfree.Skiplist concurrent [ ] 12 0 0 12 / 32 6.7s Lockfree.Skiplist concurrent [ ] 13 0 0 13 / 32 6.9s Lockfree.Skiplist concurrent [ ] 14 0 0 14 / 32 7.1s Lockfree.Skiplist concurrent [ ] 15 0 0 15 / 32 7.3s Lockfree.Skiplist concurrent [ ] 16 0 0 16 / 32 7.4s Lockfree.Skiplist concurrent [ ] 17 0 0 17 / 32 7.8s Lockfree.Skiplist concurrent [ ] 18 0 0 18 / 32 8.0s Lockfree.Skiplist concurrent [ ] 19 0 0 19 / 32 8.4s Lockfree.Skiplist concurrent [ ] 20 0 0 20 / 32 8.7s Lockfree.Skiplist concurrent [ ] 22 0 0 22 / 32 9.2s Lockfree.Skiplist concurrent [ ] 23 0 0 23 / 32 9.4s Lockfree.Skiplist concurrent [ ] 24 0 0 24 / 32 9.8s Lockfree.Skiplist concurrent [ ] 25 0 0 25 / 32 10.0s Lockfree.Skiplist concurrent [ ] 26 0 0 26 / 32 10.1s Lockfree.Skiplist concurrent [ ] 27 0 0 27 / 32 10.3s Lockfree.Skiplist concurrent [ ] 28 0 0 28 / 32 10.5s Lockfree.Skiplist concurrent [ ] 29 0 0 29 / 32 10.6s Lockfree.Skiplist concurrent [ ] 30 0 0 30 / 32 10.8s Lockfree.Skiplist concurrent [ ] 31 0 0 31 / 32 11.0s Lockfree.Skiplist concurrent [ ] 32 0 0 32 / 32 11.2s Lockfree.Skiplist concurrent [✓] 32 0 0 32 / 32 11.2s Lockfree.Skiplist concurrent ================================================================================ success (ran 2 tests) random seed: 3759776343776781389 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Lockfree.Skiplist sequential [✓] 64 0 0 64 / 64 0.0s Lockfree.Skiplist sequential [ ] 0 0 0 0 / 64 0.0s Lockfree.Skiplist concurrent [ ] 1 0 0 1 / 64 0.2s Lockfree.Skiplist concurrent [ ] 2 0 0 2 / 64 2.2s Lockfree.Skiplist concurrent [ ] 4 0 0 4 / 64 2.5s Lockfree.Skiplist concurrent [ ] 5 0 0 5 / 64 2.7s Lockfree.Skiplist concurrent [ ] 6 0 0 6 / 64 2.8s Lockfree.Skiplist concurrent [ ] 7 0 0 7 / 64 4.2s Lockfree.Skiplist concurrent [ ] 8 0 0 8 / 64 4.4s Lockfree.Skiplist concurrent [ ] 9 0 0 9 / 64 4.6s Lockfree.Skiplist concurrent [ ] 10 0 0 10 / 64 4.8s Lockfree.Skiplist concurrent [ ] 11 0 0 11 / 64 5.1s Lockfree.Skiplist concurrent [ ] 13 0 0 13 / 64 7.5s Lockfree.Skiplist concurrent [ ] 14 0 0 14 / 64 8.1s Lockfree.Skiplist concurrent [ ] 15 0 0 15 / 64 8.3s Lockfree.Skiplist concurrent [ ] 16 0 0 16 / 64 8.4s Lockfree.Skiplist concurrent [ ] 17 0 0 17 / 64 8.6s Lockfree.Skiplist concurrent [ ] 18 0 0 18 / 64 8.7s Lockfree.Skiplist concurrent [ ] 19 0 0 19 / 64 8.9s Lockfree.Skiplist concurrent [ ] 20 0 0 20 / 64 9.1s Lockfree.Skiplist concurrent [ ] 21 0 0 21 / 64 9.5s Lockfree.Skiplist concurrent [ ] 22 0 0 22 / 64 9.7s Lockfree.Skiplist concurrent [ ] 23 0 0 23 / 64 9.8s Lockfree.Skiplist concurrent [ ] 24 0 0 24 / 64 9.9s Lockfree.Skiplist concurrent [ ] 25 0 0 25 / 64 10.1s Lockfree.Skiplist concurrent [ ] 26 0 0 26 / 64 11.9s Lockfree.Skiplist concurrent [ ] 27 0 0 27 / 64 12.1s Lockfree.Skiplist concurrent [ ] 28 0 0 28 / 64 12.2s Lockfree.Skiplist concurrent [ ] 29 0 0 29 / 64 12.4s Lockfree.Skiplist concurrent [ ] 30 0 0 30 / 64 12.5s Lockfree.Skiplist concurrent [ ] 31 0 0 31 / 64 12.7s Lockfree.Skiplist concurrent [ ] 32 0 0 32 / 64 12.8s Lockfree.Skiplist concurrent [ ] 33 0 0 33 / 64 13.0s Lockfree.Skiplist concurrent [ ] 34 0 0 34 / 64 13.2s Lockfree.Skiplist concurrent [ ] 35 0 0 35 / 64 13.4s Lockfree.Skiplist concurrent [ ] 36 0 0 36 / 64 13.7s Lockfree.Skiplist concurrent [ ] 37 0 0 37 / 64 14.7s Lockfree.Skiplist concurrent [ ] 38 0 0 38 / 64 15.0s Lockfree.Skiplist concurrent [ ] 39 0 0 39 / 64 15.5s Lockfree.Skiplist concurrent [ ] 40 0 0 40 / 64 15.7s Lockfree.Skiplist concurrent [ ] 41 0 0 41 / 64 15.9s Lockfree.Skiplist concurrent [ ] 42 0 0 42 / 64 16.0s Lockfree.Skiplist concurrent [ ] 43 0 0 43 / 64 16.3s Lockfree.Skiplist concurrent [ ] 44 0 0 44 / 64 17.1s Lockfree.Skiplist concurrent [ ] 45 0 0 45 / 64 18.1s Lockfree.Skiplist concurrent [ ] 46 0 0 46 / 64 18.5s Lockfree.Skiplist concurrent [ ] 47 0 0 47 / 64 19.4s Lockfree.Skiplist concurrent [ ] 48 0 0 48 / 64 19.6s Lockfree.Skiplist concurrent [ ] 49 0 0 49 / 64 19.8s Lockfree.Skiplist concurrent [ ] 50 0 0 50 / 64 19.9s Lockfree.Skiplist concurrent [ ] 51 0 0 51 / 64 20.0s Lockfree.Skiplist concurrent [ ] 52 0 0 52 / 64 20.2s Lockfree.Skiplist concurrent [ ] 53 0 0 53 / 64 20.4s Lockfree.Skiplist concurrent [ ] 54 0 0 54 / 64 20.6s Lockfree.Skiplist concurrent [ ] 55 0 0 55 / 64 20.7s Lockfree.Skiplist concurrent [ ] 56 0 0 56 / 64 20.9s Lockfree.Skiplist concurrent [ ] 57 0 0 57 / 64 21.0s Lockfree.Skiplist concurrent [ ] 58 0 0 58 / 64 21.2s Lockfree.Skiplist concurrent [ ] 59 0 0 59 / 64 21.3s Lockfree.Skiplist concurrent [ ] 60 0 0 60 / 64 21.4s Lockfree.Skiplist concurrent [ ] 61 0 0 61 / 64 21.5s Lockfree.Skiplist concurrent [ ] 62 0 0 62 / 64 21.7s Lockfree.Skiplist concurrent [ ] 63 0 0 63 / 64 21.8s Lockfree.Skiplist concurrent [ ] 64 0 0 64 / 64 22.0s Lockfree.Skiplist concurrent [✓] 64 0 0 64 / 64 22.0s Lockfree.Skiplist concurrent ================================================================================ success (ran 2 tests) random seed: 2856450861605246442 generated error fail pass / total time test name [ ] 0 0 0 0 / 77 0.0s Lockfree.Skiplist sequential [✓] 77 0 0 77 / 77 0.0s Lockfree.Skiplist sequential [ ] 0 0 0 0 / 77 0.0s Lockfree.Skiplist concurrent [ ] 1 0 0 1 / 77 0.1s Lockfree.Skiplist concurrent [ ] 2 0 0 2 / 77 0.4s Lockfree.Skiplist concurrent [ ] 3 0 0 3 / 77 0.5s Lockfree.Skiplist concurrent [ ] 4 0 0 4 / 77 0.6s Lockfree.Skiplist concurrent [ ] 5 0 0 5 / 77 2.0s Lockfree.Skiplist concurrent [ ] 6 0 0 6 / 77 2.2s Lockfree.Skiplist concurrent [ ] 7 0 0 7 / 77 2.3s Lockfree.Skiplist concurrent [ ] 8 0 0 8 / 77 2.5s Lockfree.Skiplist concurrent [ ] 9 0 0 9 / 77 2.6s Lockfree.Skiplist concurrent [ ] 10 0 0 10 / 77 4.1s Lockfree.Skiplist concurrent [ ] 11 0 0 11 / 77 4.3s Lockfree.Skiplist concurrent [ ] 12 0 0 12 / 77 4.4s Lockfree.Skiplist concurrent [ ] 13 0 0 13 / 77 4.5s Lockfree.Skiplist concurrent [ ] 14 0 0 14 / 77 4.8s Lockfree.Skiplist concurrent [ ] 15 0 0 15 / 77 5.0s Lockfree.Skiplist concurrent [ ] 16 0 0 16 / 77 5.1s Lockfree.Skiplist concurrent [ ] 17 0 0 17 / 77 5.2s Lockfree.Skiplist concurrent [ ] 19 0 0 19 / 77 5.9s Lockfree.Skiplist concurrent [ ] 20 0 0 20 / 77 6.0s Lockfree.Skiplist concurrent [ ] 21 0 0 21 / 77 6.1s Lockfree.Skiplist concurrent [ ] 22 0 0 22 / 77 6.2s Lockfree.Skiplist concurrent [ ] 23 0 0 23 / 77 6.3s Lockfree.Skiplist concurrent [ ] 24 0 0 24 / 77 6.9s Lockfree.Skiplist concurrent [ ] 25 0 0 25 / 77 7.1s Lockfree.Skiplist concurrent [ ] 26 0 0 26 / 77 7.2s Lockfree.Skiplist concurrent [ ] 27 0 0 27 / 77 8.2s Lockfree.Skiplist concurrent [ ] 28 0 0 28 / 77 8.3s Lockfree.Skiplist concurrent [ ] 29 0 0 29 / 77 8.4s Lockfree.Skiplist concurrent [ ] 30 0 0 30 / 77 8.8s Lockfree.Skiplist concurrent [ ] 31 0 0 31 / 77 8.9s Lockfree.Skiplist concurrent [ ] 32 0 0 32 / 77 10.8s Lockfree.Skiplist concurrent [ ] 34 0 0 34 / 77 11.0s Lockfree.Skiplist concurrent [ ] 35 0 0 35 / 77 11.5s Lockfree.Skiplist concurrent [ ] 36 0 0 36 / 77 11.6s Lockfree.Skiplist concurrent [ ] 38 0 0 38 / 77 11.8s Lockfree.Skiplist concurrent [ ] 39 0 0 39 / 77 11.9s Lockfree.Skiplist concurrent [ ] 40 0 0 40 / 77 12.1s Lockfree.Skiplist concurrent [ ] 41 0 0 41 / 77 12.2s Lockfree.Skiplist concurrent [ ] 42 0 0 42 / 77 12.3s Lockfree.Skiplist concurrent [ ] 44 0 0 44 / 77 13.4s Lockfree.Skiplist concurrent [ ] 45 0 0 45 / 77 13.7s Lockfree.Skiplist concurrent [ ] 46 0 0 46 / 77 13.8s Lockfree.Skiplist concurrent [ ] 48 0 0 48 / 77 14.0s Lockfree.Skiplist concurrent [ ] 49 0 0 49 / 77 14.1s Lockfree.Skiplist concurrent [ ] 51 0 0 51 / 77 14.7s Lockfree.Skiplist concurrent [ ] 52 0 0 52 / 77 14.8s Lockfree.Skiplist concurrent [ ] 53 0 0 53 / 77 14.9s Lockfree.Skiplist concurrent [ ] 54 0 0 54 / 77 15.0s Lockfree.Skiplist concurrent [ ] 55 0 0 55 / 77 15.2s Lockfree.Skiplist concurrent [ ] 57 0 0 57 / 77 15.3s Lockfree.Skiplist concurrent [ ] 58 0 0 58 / 77 15.5s Lockfree.Skiplist concurrent [ ] 59 0 0 59 / 77 15.7s Lockfree.Skiplist concurrent [ ] 60 0 0 60 / 77 18.3s Lockfree.Skiplist concurrent [ ] 62 0 0 62 / 77 19.0s Lockfree.Skiplist concurrent [ ] 63 0 0 63 / 77 19.3s Lockfree.Skiplist concurrent [ ] 65 0 0 65 / 77 19.5s Lockfree.Skiplist concurrent [ ] 67 0 0 67 / 77 19.7s Lockfree.Skiplist concurrent [ ] 68 0 0 68 / 77 19.8s Lockfree.Skiplist concurrent [ ] 69 0 0 69 / 77 20.0s Lockfree.Skiplist concurrent [ ] 70 0 0 70 / 77 20.7s Lockfree.Skiplist concurrent [ ] 72 0 0 72 / 77 20.9s Lockfree.Skiplist concurrent [ ] 73 0 0 73 / 77 21.0s Lockfree.Skiplist concurrent [ ] 74 0 0 74 / 77 21.1s Lockfree.Skiplist concurrent [ ] 76 0 0 76 / 77 21.5s Lockfree.Skiplist concurrent [ ] 77 0 0 77 / 77 21.6s Lockfree.Skiplist concurrent [✓] 77 0 0 77 / 77 21.6s Lockfree.Skiplist concurrent ================================================================================ success (ran 2 tests) random seed: 471981724118009020 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Lockfree.Skiplist sequential [✓] 32 0 0 32 / 32 0.0s Lockfree.Skiplist sequential [ ] 0 0 0 0 / 32 0.0s Lockfree.Skiplist concurrent [ ] 1 0 0 1 / 32 0.2s Lockfree.Skiplist concurrent [ ] 3 0 0 3 / 32 0.4s Lockfree.Skiplist concurrent [ ] 4 0 0 4 / 32 0.5s Lockfree.Skiplist concurrent [ ] 6 0 0 6 / 32 0.6s Lockfree.Skiplist concurrent [ ] 8 0 0 8 / 32 0.7s Lockfree.Skiplist concurrent [ ] 9 0 0 9 / 32 0.9s Lockfree.Skiplist concurrent [ ] 10 0 0 10 / 32 1.1s Lockfree.Skiplist concurrent [ ] 12 0 0 12 / 32 1.3s Lockfree.Skiplist concurrent [ ] 14 0 0 14 / 32 1.4s Lockfree.Skiplist concurrent [ ] 15 0 0 15 / 32 2.4s Lockfree.Skiplist concurrent [ ] 16 0 0 16 / 32 2.9s Lockfree.Skiplist concurrent [ ] 17 0 0 17 / 32 3.6s Lockfree.Skiplist concurrent [ ] 19 0 0 19 / 32 4.4s Lockfree.Skiplist concurrent [ ] 20 0 0 20 / 32 4.7s Lockfree.Skiplist concurrent [ ] 21 0 0 21 / 32 4.8s Lockfree.Skiplist concurrent [ ] 22 0 0 22 / 32 5.0s Lockfree.Skiplist concurrent [ ] 24 0 0 24 / 32 5.1s Lockfree.Skiplist concurrent [ ] 26 0 0 26 / 32 5.3s Lockfree.Skiplist concurrent [ ] 28 0 0 28 / 32 5.5s Lockfree.Skiplist concurrent [ ] 29 0 0 29 / 32 5.7s Lockfree.Skiplist concurrent [ ] 31 0 0 31 / 32 6.0s Lockfree.Skiplist concurrent [✓] 32 0 0 32 / 32 6.0s Lockfree.Skiplist concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/cue && ./stm_cue.exe --verbose) random seed: 4559767625902633280 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Cue sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue concurrent [ ] 1 0 0 1 / 32 0.5s Saturn_lockfree.Cue concurrent [ ] 2 0 0 2 / 32 1.0s Saturn_lockfree.Cue concurrent [ ] 3 0 0 3 / 32 1.2s Saturn_lockfree.Cue concurrent [ ] 4 0 0 4 / 32 1.4s Saturn_lockfree.Cue concurrent [ ] 5 0 0 5 / 32 1.8s Saturn_lockfree.Cue concurrent [ ] 6 0 0 6 / 32 2.0s Saturn_lockfree.Cue concurrent [ ] 7 0 0 7 / 32 3.9s Saturn_lockfree.Cue concurrent [ ] 8 0 0 8 / 32 4.2s Saturn_lockfree.Cue concurrent [ ] 9 0 0 9 / 32 4.3s Saturn_lockfree.Cue concurrent [ ] 10 0 0 10 / 32 4.6s Saturn_lockfree.Cue concurrent [ ] 11 0 0 11 / 32 4.9s Saturn_lockfree.Cue concurrent [ ] 12 0 0 12 / 32 5.1s Saturn_lockfree.Cue concurrent [ ] 13 0 0 13 / 32 5.3s Saturn_lockfree.Cue concurrent [ ] 14 0 0 14 / 32 5.5s Saturn_lockfree.Cue concurrent [ ] 15 0 0 15 / 32 5.6s Saturn_lockfree.Cue concurrent [ ] 16 0 0 16 / 32 5.9s Saturn_lockfree.Cue concurrent [ ] 17 0 0 17 / 32 6.0s Saturn_lockfree.Cue concurrent [ ] 18 0 0 18 / 32 6.3s Saturn_lockfree.Cue concurrent [ ] 19 0 0 19 / 32 6.5s Saturn_lockfree.Cue concurrent [ ] 20 0 0 20 / 32 6.7s Saturn_lockfree.Cue concurrent [ ] 21 0 0 21 / 32 6.9s Saturn_lockfree.Cue concurrent [ ] 22 0 0 22 / 32 7.1s Saturn_lockfree.Cue concurrent [ ] 23 0 0 23 / 32 7.3s Saturn_lockfree.Cue concurrent [ ] 24 0 0 24 / 32 11.4s Saturn_lockfree.Cue concurrent [ ] 25 0 0 25 / 32 11.6s Saturn_lockfree.Cue concurrent [ ] 26 0 0 26 / 32 11.8s Saturn_lockfree.Cue concurrent [ ] 27 0 0 27 / 32 12.4s Saturn_lockfree.Cue concurrent [ ] 28 0 0 28 / 32 12.5s Saturn_lockfree.Cue concurrent [ ] 29 0 0 29 / 32 12.6s Saturn_lockfree.Cue concurrent [ ] 30 0 0 30 / 32 12.9s Saturn_lockfree.Cue concurrent [ ] 31 0 0 31 / 32 13.1s Saturn_lockfree.Cue concurrent [ ] 32 0 0 32 / 32 13.3s Saturn_lockfree.Cue concurrent [✓] 32 0 0 32 / 32 13.3s Saturn_lockfree.Cue concurrent ================================================================================ success (ran 2 tests) random seed: 4254071311153759506 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Cue sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Cue sequential [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Cue concurrent [ ] 2 0 0 2 / 64 0.3s Saturn_lockfree.Cue concurrent [ ] 3 0 0 3 / 64 0.4s Saturn_lockfree.Cue concurrent [ ] 4 0 0 4 / 64 1.3s Saturn_lockfree.Cue concurrent [ ] 5 0 0 5 / 64 1.5s Saturn_lockfree.Cue concurrent [ ] 6 0 0 6 / 64 1.6s Saturn_lockfree.Cue concurrent [ ] 7 0 0 7 / 64 1.8s Saturn_lockfree.Cue concurrent [ ] 8 0 0 8 / 64 1.9s Saturn_lockfree.Cue concurrent [ ] 9 0 0 9 / 64 2.1s Saturn_lockfree.Cue concurrent [ ] 10 0 0 10 / 64 2.3s Saturn_lockfree.Cue concurrent [ ] 11 0 0 11 / 64 2.4s Saturn_lockfree.Cue concurrent [ ] 12 0 0 12 / 64 3.3s Saturn_lockfree.Cue concurrent [ ] 13 0 0 13 / 64 4.4s Saturn_lockfree.Cue concurrent [ ] 14 0 0 14 / 64 4.6s Saturn_lockfree.Cue concurrent [ ] 15 0 0 15 / 64 4.7s Saturn_lockfree.Cue concurrent [ ] 16 0 0 16 / 64 4.9s Saturn_lockfree.Cue concurrent [ ] 17 0 0 17 / 64 5.3s Saturn_lockfree.Cue concurrent [ ] 19 0 0 19 / 64 5.6s Saturn_lockfree.Cue concurrent [ ] 20 0 0 20 / 64 5.8s Saturn_lockfree.Cue concurrent [ ] 21 0 0 21 / 64 6.7s Saturn_lockfree.Cue concurrent [ ] 22 0 0 22 / 64 7.7s Saturn_lockfree.Cue concurrent [ ] 23 0 0 23 / 64 8.8s Saturn_lockfree.Cue concurrent [ ] 24 0 0 24 / 64 9.0s Saturn_lockfree.Cue concurrent [ ] 25 0 0 25 / 64 9.1s Saturn_lockfree.Cue concurrent (collecting) [ ] 26 0 0 26 / 64 10.2s Saturn_lockfree.Cue concurrent [ ] 27 0 0 27 / 64 11.6s Saturn_lockfree.Cue concurrent [ ] 28 0 0 28 / 64 11.7s Saturn_lockfree.Cue concurrent [ ] 29 0 0 29 / 64 11.9s Saturn_lockfree.Cue concurrent [ ] 30 0 0 30 / 64 12.0s Saturn_lockfree.Cue concurrent [ ] 31 0 0 31 / 64 12.2s Saturn_lockfree.Cue concurrent [ ] 33 0 0 33 / 64 12.4s Saturn_lockfree.Cue concurrent [ ] 34 0 0 34 / 64 12.7s Saturn_lockfree.Cue concurrent [ ] 35 0 0 35 / 64 13.1s Saturn_lockfree.Cue concurrent [ ] 36 0 0 36 / 64 13.2s Saturn_lockfree.Cue concurrent [ ] 37 0 0 37 / 64 13.4s Saturn_lockfree.Cue concurrent [ ] 38 0 0 38 / 64 13.8s Saturn_lockfree.Cue concurrent [ ] 39 0 0 39 / 64 14.0s Saturn_lockfree.Cue concurrent [ ] 40 0 0 40 / 64 14.2s Saturn_lockfree.Cue concurrent [ ] 41 0 0 41 / 64 14.4s Saturn_lockfree.Cue concurrent [ ] 42 0 0 42 / 64 14.7s Saturn_lockfree.Cue concurrent [ ] 43 0 0 43 / 64 14.8s Saturn_lockfree.Cue concurrent [ ] 44 0 0 44 / 64 15.2s Saturn_lockfree.Cue concurrent [ ] 45 0 0 45 / 64 15.4s Saturn_lockfree.Cue concurrent [ ] 46 0 0 46 / 64 15.8s Saturn_lockfree.Cue concurrent [ ] 47 0 0 47 / 64 16.0s Saturn_lockfree.Cue concurrent [ ] 48 0 0 48 / 64 16.2s Saturn_lockfree.Cue concurrent [ ] 49 0 0 49 / 64 16.3s Saturn_lockfree.Cue concurrent [ ] 50 0 0 50 / 64 16.7s Saturn_lockfree.Cue concurrent [ ] 51 0 0 51 / 64 16.8s Saturn_lockfree.Cue concurrent [ ] 52 0 0 52 / 64 17.7s Saturn_lockfree.Cue concurrent [ ] 53 0 0 53 / 64 17.9s Saturn_lockfree.Cue concurrent [ ] 55 0 0 55 / 64 18.2s Saturn_lockfree.Cue concurrent [ ] 56 0 0 56 / 64 18.4s Saturn_lockfree.Cue concurrent [ ] 57 0 0 57 / 64 18.5s Saturn_lockfree.Cue concurrent [ ] 58 0 0 58 / 64 18.6s Saturn_lockfree.Cue concurrent [ ] 59 0 0 59 / 64 18.7s Saturn_lockfree.Cue concurrent [ ] 60 0 0 60 / 64 18.9s Saturn_lockfree.Cue concurrent [ ] 61 0 0 61 / 64 19.1s Saturn_lockfree.Cue concurrent [ ] 62 0 0 62 / 64 19.2s Saturn_lockfree.Cue concurrent [ ] 63 0 0 63 / 64 19.3s Saturn_lockfree.Cue concurrent [ ] 64 0 0 64 / 64 19.4s Saturn_lockfree.Cue concurrent [✓] 64 0 0 64 / 64 19.4s Saturn_lockfree.Cue concurrent ================================================================================ success (ran 2 tests) random seed: 3157777439757540308 generated error fail pass / total time test name [ ] 0 0 0 0 / 80 0.0s Saturn_lockfree.Cue sequential [✓] 80 0 0 80 / 80 0.0s Saturn_lockfree.Cue sequential [ ] 0 0 0 0 / 80 0.0s Saturn_lockfree.Cue concurrent [ ] 1 0 0 1 / 80 0.1s Saturn_lockfree.Cue concurrent [ ] 2 0 0 2 / 80 0.3s Saturn_lockfree.Cue concurrent [ ] 3 0 0 3 / 80 0.8s Saturn_lockfree.Cue concurrent [ ] 4 0 0 4 / 80 1.0s Saturn_lockfree.Cue concurrent [ ] 5 0 0 5 / 80 1.1s Saturn_lockfree.Cue concurrent [ ] 6 0 0 6 / 80 1.3s Saturn_lockfree.Cue concurrent [ ] 8 0 0 8 / 80 1.6s Saturn_lockfree.Cue concurrent [ ] 10 0 0 10 / 80 1.8s Saturn_lockfree.Cue concurrent [ ] 11 0 0 11 / 80 2.0s Saturn_lockfree.Cue concurrent [ ] 12 0 0 12 / 80 2.1s Saturn_lockfree.Cue concurrent [ ] 13 0 0 13 / 80 2.2s Saturn_lockfree.Cue concurrent [ ] 14 0 0 14 / 80 2.4s Saturn_lockfree.Cue concurrent [ ] 15 0 0 15 / 80 3.5s Saturn_lockfree.Cue concurrent [ ] 16 0 0 16 / 80 3.8s Saturn_lockfree.Cue concurrent [ ] 17 0 0 17 / 80 4.4s Saturn_lockfree.Cue concurrent [ ] 18 0 0 18 / 80 4.6s Saturn_lockfree.Cue concurrent [ ] 19 0 0 19 / 80 4.7s Saturn_lockfree.Cue concurrent [ ] 20 0 0 20 / 80 4.9s Saturn_lockfree.Cue concurrent [ ] 22 0 0 22 / 80 5.2s Saturn_lockfree.Cue concurrent [ ] 23 0 0 23 / 80 5.5s Saturn_lockfree.Cue concurrent [ ] 24 0 0 24 / 80 5.6s Saturn_lockfree.Cue concurrent [ ] 25 0 0 25 / 80 5.7s Saturn_lockfree.Cue concurrent [ ] 26 0 0 26 / 80 5.9s Saturn_lockfree.Cue concurrent [ ] 27 0 0 27 / 80 6.2s Saturn_lockfree.Cue concurrent [ ] 28 0 0 28 / 80 6.3s Saturn_lockfree.Cue concurrent [ ] 29 0 0 29 / 80 6.5s Saturn_lockfree.Cue concurrent [ ] 30 0 0 30 / 80 6.7s Saturn_lockfree.Cue concurrent [ ] 31 0 0 31 / 80 6.8s Saturn_lockfree.Cue concurrent [ ] 32 0 0 32 / 80 6.9s Saturn_lockfree.Cue concurrent [ ] 33 0 0 33 / 80 7.0s Saturn_lockfree.Cue concurrent [ ] 34 0 0 34 / 80 7.2s Saturn_lockfree.Cue concurrent [ ] 35 0 0 35 / 80 7.3s Saturn_lockfree.Cue concurrent [ ] 36 0 0 36 / 80 7.4s Saturn_lockfree.Cue concurrent [ ] 37 0 0 37 / 80 7.5s Saturn_lockfree.Cue concurrent [ ] 38 0 0 38 / 80 7.6s Saturn_lockfree.Cue concurrent [ ] 40 0 0 40 / 80 7.9s Saturn_lockfree.Cue concurrent [ ] 41 0 0 41 / 80 8.0s Saturn_lockfree.Cue concurrent [ ] 42 0 0 42 / 80 8.1s Saturn_lockfree.Cue concurrent [ ] 44 0 0 44 / 80 8.4s Saturn_lockfree.Cue concurrent [ ] 45 0 0 45 / 80 8.5s Saturn_lockfree.Cue concurrent [ ] 46 0 0 46 / 80 8.7s Saturn_lockfree.Cue concurrent [ ] 47 0 0 47 / 80 8.8s Saturn_lockfree.Cue concurrent [ ] 48 0 0 48 / 80 8.9s Saturn_lockfree.Cue concurrent [ ] 50 0 0 50 / 80 9.1s Saturn_lockfree.Cue concurrent [ ] 52 0 0 52 / 80 9.3s Saturn_lockfree.Cue concurrent [ ] 53 0 0 53 / 80 9.4s Saturn_lockfree.Cue concurrent [ ] 54 0 0 54 / 80 9.6s Saturn_lockfree.Cue concurrent [ ] 55 0 0 55 / 80 9.8s Saturn_lockfree.Cue concurrent [ ] 56 0 0 56 / 80 9.9s Saturn_lockfree.Cue concurrent [ ] 57 0 0 57 / 80 10.0s Saturn_lockfree.Cue concurrent [ ] 58 0 0 58 / 80 10.2s Saturn_lockfree.Cue concurrent [ ] 60 0 0 60 / 80 10.5s Saturn_lockfree.Cue concurrent [ ] 62 0 0 62 / 80 10.8s Saturn_lockfree.Cue concurrent [ ] 64 0 0 64 / 80 11.0s Saturn_lockfree.Cue concurrent [ ] 65 0 0 65 / 80 11.1s Saturn_lockfree.Cue concurrent [ ] 66 0 0 66 / 80 11.3s Saturn_lockfree.Cue concurrent [ ] 67 0 0 67 / 80 11.4s Saturn_lockfree.Cue concurrent [ ] 69 0 0 69 / 80 11.6s Saturn_lockfree.Cue concurrent [ ] 71 0 0 71 / 80 11.7s Saturn_lockfree.Cue concurrent [ ] 72 0 0 72 / 80 12.8s Saturn_lockfree.Cue concurrent [ ] 74 0 0 74 / 80 13.0s Saturn_lockfree.Cue concurrent [ ] 76 0 0 76 / 80 13.1s Saturn_lockfree.Cue concurrent [ ] 77 0 0 77 / 80 13.2s Saturn_lockfree.Cue concurrent [ ] 79 0 0 79 / 80 13.4s Saturn_lockfree.Cue concurrent [ ] 80 0 0 80 / 80 13.5s Saturn_lockfree.Cue concurrent [✓] 80 0 0 80 / 80 13.5s Saturn_lockfree.Cue concurrent ================================================================================ success (ran 2 tests) random seed: 3531523695524873850 generated error fail pass / total time test name [ ] 0 0 0 0 / 52 0.0s Saturn_lockfree.Cue sequential [✓] 52 0 0 52 / 52 0.0s Saturn_lockfree.Cue sequential [ ] 0 0 0 0 / 52 0.0s Saturn_lockfree.Cue concurrent [ ] 1 0 0 1 / 52 0.1s Saturn_lockfree.Cue concurrent [ ] 3 0 0 3 / 52 0.3s Saturn_lockfree.Cue concurrent [ ] 4 0 0 4 / 52 0.4s Saturn_lockfree.Cue concurrent [ ] 5 0 0 5 / 52 0.5s Saturn_lockfree.Cue concurrent [ ] 6 0 0 6 / 52 0.7s Saturn_lockfree.Cue concurrent [ ] 7 0 0 7 / 52 0.8s Saturn_lockfree.Cue concurrent [ ] 9 0 0 9 / 52 0.9s Saturn_lockfree.Cue concurrent [ ] 11 0 0 11 / 52 1.1s Saturn_lockfree.Cue concurrent [ ] 12 0 0 12 / 52 1.6s Saturn_lockfree.Cue concurrent [ ] 14 0 0 14 / 52 1.8s Saturn_lockfree.Cue concurrent [ ] 16 0 0 16 / 52 2.0s Saturn_lockfree.Cue concurrent [ ] 17 0 0 17 / 52 2.2s Saturn_lockfree.Cue concurrent [ ] 18 0 0 18 / 52 2.5s Saturn_lockfree.Cue concurrent [ ] 20 0 0 20 / 52 2.7s Saturn_lockfree.Cue concurrent [ ] 21 0 0 21 / 52 2.8s Saturn_lockfree.Cue concurrent [ ] 22 0 0 22 / 52 3.3s Saturn_lockfree.Cue concurrent [ ] 23 0 0 23 / 52 4.0s Saturn_lockfree.Cue concurrent [ ] 24 0 0 24 / 52 4.1s Saturn_lockfree.Cue concurrent [ ] 25 0 0 25 / 52 4.2s Saturn_lockfree.Cue concurrent [ ] 26 0 0 26 / 52 4.4s Saturn_lockfree.Cue concurrent [ ] 27 0 0 27 / 52 4.6s Saturn_lockfree.Cue concurrent [ ] 28 0 0 28 / 52 4.7s Saturn_lockfree.Cue concurrent [ ] 29 0 0 29 / 52 4.9s Saturn_lockfree.Cue concurrent [ ] 30 0 0 30 / 52 5.0s Saturn_lockfree.Cue concurrent [ ] 32 0 0 32 / 52 5.2s Saturn_lockfree.Cue concurrent [ ] 33 0 0 33 / 52 5.3s Saturn_lockfree.Cue concurrent [ ] 35 0 0 35 / 52 5.7s Saturn_lockfree.Cue concurrent [ ] 37 0 0 37 / 52 5.9s Saturn_lockfree.Cue concurrent [ ] 39 0 0 39 / 52 6.4s Saturn_lockfree.Cue concurrent [ ] 40 0 0 40 / 52 6.5s Saturn_lockfree.Cue concurrent [ ] 41 0 0 41 / 52 6.6s Saturn_lockfree.Cue concurrent [ ] 43 0 0 43 / 52 6.8s Saturn_lockfree.Cue concurrent [ ] 44 0 0 44 / 52 6.9s Saturn_lockfree.Cue concurrent [ ] 45 0 0 45 / 52 7.0s Saturn_lockfree.Cue concurrent [ ] 47 0 0 47 / 52 7.2s Saturn_lockfree.Cue concurrent [ ] 48 0 0 48 / 52 7.5s Saturn_lockfree.Cue concurrent [ ] 49 0 0 49 / 52 7.8s Saturn_lockfree.Cue concurrent [ ] 50 0 0 50 / 52 9.6s Saturn_lockfree.Cue concurrent [ ] 52 0 0 52 / 52 10.0s Saturn_lockfree.Cue concurrent [✓] 52 0 0 52 / 52 10.0s Saturn_lockfree.Cue concurrent ================================================================================ success (ran 2 tests) random seed: 3711318409687835539 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Cue sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue concurrent [ ] 2 0 0 2 / 32 0.5s Saturn_lockfree.Cue concurrent [ ] 3 0 0 3 / 32 0.6s Saturn_lockfree.Cue concurrent [ ] 4 0 0 4 / 32 0.8s Saturn_lockfree.Cue concurrent [ ] 5 0 0 5 / 32 1.0s Saturn_lockfree.Cue concurrent [ ] 6 0 0 6 / 32 1.3s Saturn_lockfree.Cue concurrent [ ] 6 0 0 6 / 32 1.4s Saturn_lockfree.Cue concurrent (generating) [ ] 7 0 0 7 / 32 1.7s Saturn_lockfree.Cue concurrent [ ] 8 0 0 8 / 32 1.8s Saturn_lockfree.Cue concurrent [ ] 10 0 0 10 / 32 2.0s Saturn_lockfree.Cue concurrent [ ] 11 0 0 11 / 32 2.1s Saturn_lockfree.Cue concurrent [ ] 12 0 0 12 / 32 2.3s Saturn_lockfree.Cue concurrent [ ] 13 0 0 13 / 32 2.5s Saturn_lockfree.Cue concurrent [ ] 13 0 0 13 / 32 2.7s Saturn_lockfree.Cue concurrent (generating) [ ] 15 0 0 15 / 32 2.8s Saturn_lockfree.Cue concurrent [ ] 16 0 0 16 / 32 2.9s Saturn_lockfree.Cue concurrent [ ] 17 0 0 17 / 32 3.4s Saturn_lockfree.Cue concurrent [ ] 19 0 0 19 / 32 3.6s Saturn_lockfree.Cue concurrent [ ] 20 0 0 20 / 32 3.7s Saturn_lockfree.Cue concurrent [ ] 21 0 0 21 / 32 3.8s Saturn_lockfree.Cue concurrent [ ] 23 0 0 23 / 32 4.0s Saturn_lockfree.Cue concurrent [ ] 24 0 0 24 / 32 4.3s Saturn_lockfree.Cue concurrent [ ] 25 0 0 25 / 32 4.4s Saturn_lockfree.Cue concurrent [ ] 27 0 0 27 / 32 4.6s Saturn_lockfree.Cue concurrent [ ] 29 0 0 29 / 32 4.8s Saturn_lockfree.Cue concurrent [ ] 30 0 0 30 / 32 5.0s Saturn_lockfree.Cue concurrent [ ] 31 0 0 31 / 32 5.3s Saturn_lockfree.Cue concurrent [✓] 32 0 0 32 / 32 5.4s Saturn_lockfree.Cue concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/size && ./stm_size.exe) random seed: 2908525296627665201 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Size sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Size concurrent [ ] 1 0 0 1 / 32 0.8s Saturn_lockfree.Size concurrent [ ] 2 0 0 2 / 32 1.4s Saturn_lockfree.Size concurrent [ ] 3 0 0 3 / 32 2.1s Saturn_lockfree.Size concurrent [ ] 4 0 0 4 / 32 4.9s Saturn_lockfree.Size concurrent [ ] 5 0 0 5 / 32 5.2s Saturn_lockfree.Size concurrent [ ] 6 0 0 6 / 32 5.3s Saturn_lockfree.Size concurrent [ ] 7 0 0 7 / 32 5.5s Saturn_lockfree.Size concurrent [ ] 8 0 0 8 / 32 5.8s Saturn_lockfree.Size concurrent [ ] 9 0 0 9 / 32 6.0s Saturn_lockfree.Size concurrent [ ] 10 0 0 10 / 32 6.2s Saturn_lockfree.Size concurrent [ ] 11 0 0 11 / 32 7.7s Saturn_lockfree.Size concurrent [ ] 12 0 0 12 / 32 7.9s Saturn_lockfree.Size concurrent [ ] 13 0 0 13 / 32 8.1s Saturn_lockfree.Size concurrent [ ] 14 0 0 14 / 32 8.3s Saturn_lockfree.Size concurrent [ ] 15 0 0 15 / 32 8.6s Saturn_lockfree.Size concurrent [ ] 16 0 0 16 / 32 10.3s Saturn_lockfree.Size concurrent [ ] 17 0 0 17 / 32 10.5s Saturn_lockfree.Size concurrent [ ] 18 0 0 18 / 32 10.8s Saturn_lockfree.Size concurrent [ ] 19 0 0 19 / 32 11.0s Saturn_lockfree.Size concurrent [ ] 20 0 0 20 / 32 11.1s Saturn_lockfree.Size concurrent [ ] 21 0 0 21 / 32 11.3s Saturn_lockfree.Size concurrent [ ] 22 0 0 22 / 32 11.5s Saturn_lockfree.Size concurrent [ ] 23 0 0 23 / 32 11.7s Saturn_lockfree.Size concurrent [ ] 24 0 0 24 / 32 11.9s Saturn_lockfree.Size concurrent [ ] 25 0 0 25 / 32 12.0s Saturn_lockfree.Size concurrent [ ] 26 0 0 26 / 32 14.0s Saturn_lockfree.Size concurrent [ ] 27 0 0 27 / 32 14.2s Saturn_lockfree.Size concurrent [ ] 28 0 0 28 / 32 14.3s Saturn_lockfree.Size concurrent [ ] 29 0 0 29 / 32 14.6s Saturn_lockfree.Size concurrent [ ] 30 0 0 30 / 32 14.8s Saturn_lockfree.Size concurrent [ ] 31 0 0 31 / 32 15.0s Saturn_lockfree.Size concurrent [ ] 32 0 0 32 / 32 15.4s Saturn_lockfree.Size concurrent [✓] 32 0 0 32 / 32 15.4s Saturn_lockfree.Size concurrent ================================================================================ success (ran 2 tests) random seed: 4158989286573865148 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Size sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Size concurrent [ ] 1 0 0 1 / 64 0.2s Saturn_lockfree.Size concurrent [ ] 2 0 0 2 / 64 0.4s Saturn_lockfree.Size concurrent [ ] 3 0 0 3 / 64 0.6s Saturn_lockfree.Size concurrent [ ] 4 0 0 4 / 64 0.8s Saturn_lockfree.Size concurrent [ ] 5 0 0 5 / 64 1.0s Saturn_lockfree.Size concurrent [ ] 6 0 0 6 / 64 1.2s Saturn_lockfree.Size concurrent [ ] 7 0 0 7 / 64 2.2s Saturn_lockfree.Size concurrent [ ] 8 0 0 8 / 64 4.0s Saturn_lockfree.Size concurrent [ ] 9 0 0 9 / 64 4.2s Saturn_lockfree.Size concurrent [ ] 10 0 0 10 / 64 6.4s Saturn_lockfree.Size concurrent [ ] 11 0 0 11 / 64 6.5s Saturn_lockfree.Size concurrent [ ] 12 0 0 12 / 64 6.7s Saturn_lockfree.Size concurrent [ ] 13 0 0 13 / 64 7.5s Saturn_lockfree.Size concurrent [ ] 14 0 0 14 / 64 8.4s Saturn_lockfree.Size concurrent [ ] 15 0 0 15 / 64 8.5s Saturn_lockfree.Size concurrent [ ] 16 0 0 16 / 64 8.6s Saturn_lockfree.Size concurrent [ ] 17 0 0 17 / 64 8.8s Saturn_lockfree.Size concurrent [ ] 18 0 0 18 / 64 8.9s Saturn_lockfree.Size concurrent [ ] 19 0 0 19 / 64 9.2s Saturn_lockfree.Size concurrent [ ] 20 0 0 20 / 64 9.5s Saturn_lockfree.Size concurrent [ ] 21 0 0 21 / 64 9.7s Saturn_lockfree.Size concurrent [ ] 22 0 0 22 / 64 9.8s Saturn_lockfree.Size concurrent [ ] 23 0 0 23 / 64 9.9s Saturn_lockfree.Size concurrent [ ] 25 0 0 25 / 64 10.2s Saturn_lockfree.Size concurrent [ ] 26 0 0 26 / 64 10.4s Saturn_lockfree.Size concurrent [ ] 27 0 0 27 / 64 10.6s Saturn_lockfree.Size concurrent [ ] 28 0 0 28 / 64 10.7s Saturn_lockfree.Size concurrent [ ] 29 0 0 29 / 64 12.0s Saturn_lockfree.Size concurrent [ ] 30 0 0 30 / 64 12.3s Saturn_lockfree.Size concurrent [ ] 31 0 0 31 / 64 12.4s Saturn_lockfree.Size concurrent [ ] 32 0 0 32 / 64 12.7s Saturn_lockfree.Size concurrent [ ] 33 0 0 33 / 64 13.1s Saturn_lockfree.Size concurrent [ ] 34 0 0 34 / 64 13.3s Saturn_lockfree.Size concurrent [ ] 35 0 0 35 / 64 13.5s Saturn_lockfree.Size concurrent [ ] 36 0 0 36 / 64 13.6s Saturn_lockfree.Size concurrent [ ] 37 0 0 37 / 64 13.7s Saturn_lockfree.Size concurrent [ ] 38 0 0 38 / 64 13.9s Saturn_lockfree.Size concurrent [ ] 39 0 0 39 / 64 14.1s Saturn_lockfree.Size concurrent [ ] 40 0 0 40 / 64 14.4s Saturn_lockfree.Size concurrent [ ] 41 0 0 41 / 64 14.6s Saturn_lockfree.Size concurrent [ ] 42 0 0 42 / 64 14.9s Saturn_lockfree.Size concurrent [ ] 43 0 0 43 / 64 15.0s Saturn_lockfree.Size concurrent [ ] 44 0 0 44 / 64 15.1s Saturn_lockfree.Size concurrent [ ] 45 0 0 45 / 64 15.2s Saturn_lockfree.Size concurrent [ ] 46 0 0 46 / 64 15.4s Saturn_lockfree.Size concurrent [ ] 47 0 0 47 / 64 15.5s Saturn_lockfree.Size concurrent [ ] 48 0 0 48 / 64 15.7s Saturn_lockfree.Size concurrent [ ] 49 0 0 49 / 64 15.8s Saturn_lockfree.Size concurrent [ ] 50 0 0 50 / 64 16.0s Saturn_lockfree.Size concurrent [ ] 51 0 0 51 / 64 17.4s Saturn_lockfree.Size concurrent [ ] 52 0 0 52 / 64 17.6s Saturn_lockfree.Size concurrent [ ] 53 0 0 53 / 64 18.0s Saturn_lockfree.Size concurrent [ ] 54 0 0 54 / 64 18.1s Saturn_lockfree.Size concurrent [ ] 55 0 0 55 / 64 18.3s Saturn_lockfree.Size concurrent [ ] 56 0 0 56 / 64 18.4s Saturn_lockfree.Size concurrent [ ] 57 0 0 57 / 64 18.5s Saturn_lockfree.Size concurrent [ ] 58 0 0 58 / 64 19.8s Saturn_lockfree.Size concurrent [ ] 59 0 0 59 / 64 20.0s Saturn_lockfree.Size concurrent [ ] 60 0 0 60 / 64 20.1s Saturn_lockfree.Size concurrent [ ] 61 0 0 61 / 64 20.3s Saturn_lockfree.Size concurrent [ ] 62 0 0 62 / 64 20.4s Saturn_lockfree.Size concurrent [ ] 63 0 0 63 / 64 21.3s Saturn_lockfree.Size concurrent [ ] 64 0 0 64 / 64 21.4s Saturn_lockfree.Size concurrent [✓] 64 0 0 64 / 64 21.4s Saturn_lockfree.Size concurrent ================================================================================ success (ran 2 tests) random seed: 2477773822107054519 generated error fail pass / total time test name [ ] 0 0 0 0 / 60 0.0s Saturn_lockfree.Size sequential [✓] 60 0 0 60 / 60 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 60 0.0s Saturn_lockfree.Size concurrent [ ] 1 0 0 1 / 60 0.1s Saturn_lockfree.Size concurrent [ ] 2 0 0 2 / 60 0.3s Saturn_lockfree.Size concurrent [ ] 3 0 0 3 / 60 0.6s Saturn_lockfree.Size concurrent [ ] 4 0 0 4 / 60 0.7s Saturn_lockfree.Size concurrent [ ] 5 0 0 5 / 60 0.8s Saturn_lockfree.Size concurrent [ ] 6 0 0 6 / 60 1.0s Saturn_lockfree.Size concurrent [ ] 7 0 0 7 / 60 1.1s Saturn_lockfree.Size concurrent [ ] 8 0 0 8 / 60 2.0s Saturn_lockfree.Size concurrent [ ] 9 0 0 9 / 60 2.2s Saturn_lockfree.Size concurrent [ ] 10 0 0 10 / 60 2.3s Saturn_lockfree.Size concurrent [ ] 11 0 0 11 / 60 2.5s Saturn_lockfree.Size concurrent [ ] 12 0 0 12 / 60 2.6s Saturn_lockfree.Size concurrent [ ] 13 0 0 13 / 60 3.0s Saturn_lockfree.Size concurrent [ ] 14 0 0 14 / 60 3.2s Saturn_lockfree.Size concurrent [ ] 15 0 0 15 / 60 3.3s Saturn_lockfree.Size concurrent [ ] 16 0 0 16 / 60 3.5s Saturn_lockfree.Size concurrent [ ] 18 0 0 18 / 60 3.7s Saturn_lockfree.Size concurrent [ ] 19 0 0 19 / 60 3.9s Saturn_lockfree.Size concurrent [ ] 20 0 0 20 / 60 4.7s Saturn_lockfree.Size concurrent [ ] 21 0 0 21 / 60 4.8s Saturn_lockfree.Size concurrent [ ] 22 0 0 22 / 60 4.9s Saturn_lockfree.Size concurrent [ ] 23 0 0 23 / 60 5.0s Saturn_lockfree.Size concurrent [ ] 24 0 0 24 / 60 5.1s Saturn_lockfree.Size concurrent [ ] 26 0 0 26 / 60 5.3s Saturn_lockfree.Size concurrent [ ] 28 0 0 28 / 60 5.5s Saturn_lockfree.Size concurrent [ ] 30 0 0 30 / 60 6.1s Saturn_lockfree.Size concurrent [ ] 31 0 0 31 / 60 6.2s Saturn_lockfree.Size concurrent [ ] 32 0 0 32 / 60 6.3s Saturn_lockfree.Size concurrent [ ] 33 0 0 33 / 60 6.5s Saturn_lockfree.Size concurrent [ ] 34 0 0 34 / 60 6.7s Saturn_lockfree.Size concurrent [ ] 35 0 0 35 / 60 7.8s Saturn_lockfree.Size concurrent [ ] 36 0 0 36 / 60 7.9s Saturn_lockfree.Size concurrent [ ] 37 0 0 37 / 60 8.1s Saturn_lockfree.Size concurrent [ ] 39 0 0 39 / 60 8.3s Saturn_lockfree.Size concurrent [ ] 40 0 0 40 / 60 8.5s Saturn_lockfree.Size concurrent [ ] 41 0 0 41 / 60 8.6s Saturn_lockfree.Size concurrent [ ] 42 0 0 42 / 60 8.8s Saturn_lockfree.Size concurrent [ ] 43 0 0 43 / 60 9.3s Saturn_lockfree.Size concurrent [ ] 44 0 0 44 / 60 9.4s Saturn_lockfree.Size concurrent [ ] 46 0 0 46 / 60 10.5s Saturn_lockfree.Size concurrent [ ] 47 0 0 47 / 60 10.7s Saturn_lockfree.Size concurrent [ ] 49 0 0 49 / 60 10.8s Saturn_lockfree.Size concurrent [ ] 51 0 0 51 / 60 11.0s Saturn_lockfree.Size concurrent [ ] 52 0 0 52 / 60 11.2s Saturn_lockfree.Size concurrent [ ] 54 0 0 54 / 60 11.4s Saturn_lockfree.Size concurrent [ ] 56 0 0 56 / 60 11.6s Saturn_lockfree.Size concurrent [ ] 58 0 0 58 / 60 11.8s Saturn_lockfree.Size concurrent [ ] 59 0 0 59 / 60 11.9s Saturn_lockfree.Size concurrent [ ] 60 0 0 60 / 60 12.1s Saturn_lockfree.Size concurrent [✓] 60 0 0 60 / 60 12.1s Saturn_lockfree.Size concurrent ================================================================================ success (ran 2 tests) random seed: 2017170500949833795 generated error fail pass / total time test name [ ] 0 0 0 0 / 35 0.0s Saturn_lockfree.Size sequential [✓] 35 0 0 35 / 35 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 35 0.0s Saturn_lockfree.Size concurrent [ ] 2 0 0 2 / 35 0.2s Saturn_lockfree.Size concurrent [ ] 3 0 0 3 / 35 0.3s Saturn_lockfree.Size concurrent [ ] 4 0 0 4 / 35 0.6s Saturn_lockfree.Size concurrent [ ] 6 0 0 6 / 35 0.8s Saturn_lockfree.Size concurrent [ ] 8 0 0 8 / 35 1.5s Saturn_lockfree.Size concurrent [ ] 10 0 0 10 / 35 1.7s Saturn_lockfree.Size concurrent [ ] 11 0 0 11 / 35 1.9s Saturn_lockfree.Size concurrent [ ] 13 0 0 13 / 35 2.0s Saturn_lockfree.Size concurrent [ ] 14 0 0 14 / 35 3.1s Saturn_lockfree.Size concurrent [ ] 15 0 0 15 / 35 4.9s Saturn_lockfree.Size concurrent [ ] 17 0 0 17 / 35 5.6s Saturn_lockfree.Size concurrent [ ] 19 0 0 19 / 35 5.8s Saturn_lockfree.Size concurrent [ ] 20 0 0 20 / 35 6.0s Saturn_lockfree.Size concurrent [ ] 21 0 0 21 / 35 6.5s Saturn_lockfree.Size concurrent [ ] 22 0 0 22 / 35 6.6s Saturn_lockfree.Size concurrent [ ] 23 0 0 23 / 35 6.9s Saturn_lockfree.Size concurrent [ ] 24 0 0 24 / 35 7.0s Saturn_lockfree.Size concurrent [ ] 25 0 0 25 / 35 7.2s Saturn_lockfree.Size concurrent [ ] 26 0 0 26 / 35 7.6s Saturn_lockfree.Size concurrent [ ] 28 0 0 28 / 35 7.8s Saturn_lockfree.Size concurrent [ ] 29 0 0 29 / 35 7.9s Saturn_lockfree.Size concurrent [ ] 30 0 0 30 / 35 8.1s Saturn_lockfree.Size concurrent [ ] 31 0 0 31 / 35 8.2s Saturn_lockfree.Size concurrent [ ] 32 0 0 32 / 35 9.7s Saturn_lockfree.Size concurrent [ ] 32 0 0 32 / 35 9.9s Saturn_lockfree.Size concurrent (generating) [ ] 33 0 0 33 / 35 10.1s Saturn_lockfree.Size concurrent [ ] 34 0 0 34 / 35 10.2s Saturn_lockfree.Size concurrent [✓] 35 0 0 35 / 35 10.3s Saturn_lockfree.Size concurrent ================================================================================ success (ran 2 tests) random seed: 4143812585078233177 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Size sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Size sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Size concurrent [ ] 1 0 0 1 / 32 0.1s Saturn_lockfree.Size concurrent [ ] 2 0 0 2 / 32 0.2s Saturn_lockfree.Size concurrent [ ] 3 0 0 3 / 32 0.4s Saturn_lockfree.Size concurrent [ ] 3 0 0 3 / 32 0.5s Saturn_lockfree.Size concurrent (generating) [ ] 4 0 0 4 / 32 0.6s Saturn_lockfree.Size concurrent [ ] 6 0 0 6 / 32 0.8s Saturn_lockfree.Size concurrent [ ] 8 0 0 8 / 32 1.2s Saturn_lockfree.Size concurrent [ ] 10 0 0 10 / 32 1.3s Saturn_lockfree.Size concurrent [ ] 11 0 0 11 / 32 2.8s Saturn_lockfree.Size concurrent [ ] 13 0 0 13 / 32 3.1s Saturn_lockfree.Size concurrent [ ] 14 0 0 14 / 32 3.2s Saturn_lockfree.Size concurrent [ ] 15 0 0 15 / 32 3.4s Saturn_lockfree.Size concurrent [ ] 16 0 0 16 / 32 3.6s Saturn_lockfree.Size concurrent [ ] 17 0 0 17 / 32 3.7s Saturn_lockfree.Size concurrent [ ] 18 0 0 18 / 32 3.9s Saturn_lockfree.Size concurrent [ ] 20 0 0 20 / 32 4.0s Saturn_lockfree.Size concurrent [ ] 22 0 0 22 / 32 4.2s Saturn_lockfree.Size concurrent [ ] 23 0 0 23 / 32 4.5s Saturn_lockfree.Size concurrent [ ] 25 0 0 25 / 32 4.7s Saturn_lockfree.Size concurrent [ ] 27 0 0 27 / 32 4.8s Saturn_lockfree.Size concurrent [ ] 29 0 0 29 / 32 5.1s Saturn_lockfree.Size concurrent [ ] 31 0 0 31 / 32 6.0s Saturn_lockfree.Size concurrent [ ] 32 0 0 32 / 32 6.2s Saturn_lockfree.Size concurrent [✓] 32 0 0 32 / 32 6.2s Saturn_lockfree.Size concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe) random seed: 1562880645614267771 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Treiber_stack sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Treiber_stack concurrent [ ] 1 0 0 1 / 32 0.8s Saturn_lockfree.Treiber_stack concurrent [ ] 2 0 0 2 / 32 1.2s Saturn_lockfree.Treiber_stack concurrent [ ] 3 0 0 3 / 32 3.9s Saturn_lockfree.Treiber_stack concurrent [ ] 4 0 0 4 / 32 4.3s Saturn_lockfree.Treiber_stack concurrent [ ] 5 0 0 5 / 32 4.6s Saturn_lockfree.Treiber_stack concurrent [ ] 6 0 0 6 / 32 5.1s Saturn_lockfree.Treiber_stack concurrent [ ] 7 0 0 7 / 32 5.3s Saturn_lockfree.Treiber_stack concurrent [ ] 8 0 0 8 / 32 5.5s Saturn_lockfree.Treiber_stack concurrent [ ] 9 0 0 9 / 32 5.6s Saturn_lockfree.Treiber_stack concurrent [ ] 10 0 0 10 / 32 5.8s Saturn_lockfree.Treiber_stack concurrent [ ] 11 0 0 11 / 32 6.1s Saturn_lockfree.Treiber_stack concurrent [ ] 12 0 0 12 / 32 6.7s Saturn_lockfree.Treiber_stack concurrent [ ] 13 0 0 13 / 32 6.9s Saturn_lockfree.Treiber_stack concurrent [ ] 14 0 0 14 / 32 7.1s Saturn_lockfree.Treiber_stack concurrent [ ] 15 0 0 15 / 32 7.4s Saturn_lockfree.Treiber_stack concurrent [ ] 16 0 0 16 / 32 7.9s Saturn_lockfree.Treiber_stack concurrent [ ] 17 0 0 17 / 32 8.3s Saturn_lockfree.Treiber_stack concurrent [ ] 18 0 0 18 / 32 8.6s Saturn_lockfree.Treiber_stack concurrent [ ] 19 0 0 19 / 32 8.7s Saturn_lockfree.Treiber_stack concurrent [ ] 20 0 0 20 / 32 9.8s Saturn_lockfree.Treiber_stack concurrent [ ] 21 0 0 21 / 32 10.0s Saturn_lockfree.Treiber_stack concurrent [ ] 22 0 0 22 / 32 10.3s Saturn_lockfree.Treiber_stack concurrent [ ] 23 0 0 23 / 32 10.5s Saturn_lockfree.Treiber_stack concurrent [ ] 24 0 0 24 / 32 10.8s Saturn_lockfree.Treiber_stack concurrent [ ] 25 0 0 25 / 32 11.0s Saturn_lockfree.Treiber_stack concurrent [ ] 26 0 0 26 / 32 11.2s Saturn_lockfree.Treiber_stack concurrent [ ] 27 0 0 27 / 32 11.4s Saturn_lockfree.Treiber_stack concurrent [ ] 28 0 0 28 / 32 11.6s Saturn_lockfree.Treiber_stack concurrent [ ] 29 0 0 29 / 32 11.8s Saturn_lockfree.Treiber_stack concurrent [ ] 30 0 0 30 / 32 12.0s Saturn_lockfree.Treiber_stack concurrent [ ] 31 0 0 31 / 32 12.2s Saturn_lockfree.Treiber_stack concurrent [ ] 32 0 0 32 / 32 12.4s Saturn_lockfree.Treiber_stack concurrent [✓] 32 0 0 32 / 32 12.4s Saturn_lockfree.Treiber_stack concurrent ================================================================================ success (ran 2 tests) random seed: 165018496595312128 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Treiber_stack sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Treiber_stack concurrent [ ] 1 0 0 1 / 64 0.2s Saturn_lockfree.Treiber_stack concurrent [ ] 2 0 0 2 / 64 0.3s Saturn_lockfree.Treiber_stack concurrent [ ] 3 0 0 3 / 64 0.7s Saturn_lockfree.Treiber_stack concurrent [ ] 4 0 0 4 / 64 0.9s Saturn_lockfree.Treiber_stack concurrent [ ] 5 0 0 5 / 64 1.0s Saturn_lockfree.Treiber_stack concurrent [ ] 6 0 0 6 / 64 1.2s Saturn_lockfree.Treiber_stack concurrent [ ] 7 0 0 7 / 64 1.4s Saturn_lockfree.Treiber_stack concurrent [ ] 9 0 0 9 / 64 1.6s Saturn_lockfree.Treiber_stack concurrent [ ] 10 0 0 10 / 64 1.8s Saturn_lockfree.Treiber_stack concurrent [ ] 11 0 0 11 / 64 2.0s Saturn_lockfree.Treiber_stack concurrent [ ] 12 0 0 12 / 64 2.1s Saturn_lockfree.Treiber_stack concurrent [ ] 13 0 0 13 / 64 2.3s Saturn_lockfree.Treiber_stack concurrent [ ] 14 0 0 14 / 64 2.9s Saturn_lockfree.Treiber_stack concurrent [ ] 15 0 0 15 / 64 3.7s Saturn_lockfree.Treiber_stack concurrent [ ] 16 0 0 16 / 64 3.9s Saturn_lockfree.Treiber_stack concurrent [ ] 17 0 0 17 / 64 4.0s Saturn_lockfree.Treiber_stack concurrent [ ] 18 0 0 18 / 64 4.2s Saturn_lockfree.Treiber_stack concurrent [ ] 19 0 0 19 / 64 4.3s Saturn_lockfree.Treiber_stack concurrent [ ] 20 0 0 20 / 64 4.5s Saturn_lockfree.Treiber_stack concurrent [ ] 21 0 0 21 / 64 4.6s Saturn_lockfree.Treiber_stack concurrent [ ] 22 0 0 22 / 64 4.8s Saturn_lockfree.Treiber_stack concurrent [ ] 23 0 0 23 / 64 5.0s Saturn_lockfree.Treiber_stack concurrent [ ] 24 0 0 24 / 64 5.1s Saturn_lockfree.Treiber_stack concurrent [ ] 25 0 0 25 / 64 5.4s Saturn_lockfree.Treiber_stack concurrent [ ] 26 0 0 26 / 64 5.5s Saturn_lockfree.Treiber_stack concurrent [ ] 27 0 0 27 / 64 5.9s Saturn_lockfree.Treiber_stack concurrent [ ] 28 0 0 28 / 64 6.2s Saturn_lockfree.Treiber_stack concurrent [ ] 29 0 0 29 / 64 6.4s Saturn_lockfree.Treiber_stack concurrent [ ] 30 0 0 30 / 64 6.6s Saturn_lockfree.Treiber_stack concurrent [ ] 31 0 0 31 / 64 6.8s Saturn_lockfree.Treiber_stack concurrent [ ] 32 0 0 32 / 64 6.9s Saturn_lockfree.Treiber_stack concurrent [ ] 33 0 0 33 / 64 7.1s Saturn_lockfree.Treiber_stack concurrent [ ] 34 0 0 34 / 64 7.6s Saturn_lockfree.Treiber_stack concurrent [ ] 35 0 0 35 / 64 7.7s Saturn_lockfree.Treiber_stack concurrent [ ] 36 0 0 36 / 64 7.8s Saturn_lockfree.Treiber_stack concurrent [ ] 37 0 0 37 / 64 7.9s Saturn_lockfree.Treiber_stack concurrent [ ] 38 0 0 38 / 64 8.1s Saturn_lockfree.Treiber_stack concurrent [ ] 39 0 0 39 / 64 8.2s Saturn_lockfree.Treiber_stack concurrent [ ] 40 0 0 40 / 64 8.3s Saturn_lockfree.Treiber_stack concurrent [ ] 41 0 0 41 / 64 8.6s Saturn_lockfree.Treiber_stack concurrent [ ] 43 0 0 43 / 64 8.8s Saturn_lockfree.Treiber_stack concurrent [ ] 44 0 0 44 / 64 9.7s Saturn_lockfree.Treiber_stack concurrent [ ] 45 0 0 45 / 64 9.9s Saturn_lockfree.Treiber_stack concurrent [ ] 46 0 0 46 / 64 10.0s Saturn_lockfree.Treiber_stack concurrent [ ] 47 0 0 47 / 64 10.2s Saturn_lockfree.Treiber_stack concurrent [ ] 49 0 0 49 / 64 10.5s Saturn_lockfree.Treiber_stack concurrent [ ] 50 0 0 50 / 64 10.7s Saturn_lockfree.Treiber_stack concurrent [ ] 51 0 0 51 / 64 10.8s Saturn_lockfree.Treiber_stack concurrent [ ] 52 0 0 52 / 64 10.9s Saturn_lockfree.Treiber_stack concurrent [ ] 53 0 0 53 / 64 11.0s Saturn_lockfree.Treiber_stack concurrent [ ] 54 0 0 54 / 64 11.6s Saturn_lockfree.Treiber_stack concurrent [ ] 55 0 0 55 / 64 12.0s Saturn_lockfree.Treiber_stack concurrent [ ] 56 0 0 56 / 64 12.9s Saturn_lockfree.Treiber_stack concurrent [ ] 57 0 0 57 / 64 13.7s Saturn_lockfree.Treiber_stack concurrent [ ] 58 0 0 58 / 64 13.8s Saturn_lockfree.Treiber_stack concurrent [ ] 59 0 0 59 / 64 14.0s Saturn_lockfree.Treiber_stack concurrent [ ] 60 0 0 60 / 64 14.3s Saturn_lockfree.Treiber_stack concurrent [ ] 61 0 0 61 / 64 14.6s Saturn_lockfree.Treiber_stack concurrent [ ] 62 0 0 62 / 64 15.1s Saturn_lockfree.Treiber_stack concurrent [ ] 63 0 0 63 / 64 15.2s Saturn_lockfree.Treiber_stack concurrent [ ] 64 0 0 64 / 64 15.5s Saturn_lockfree.Treiber_stack concurrent [✓] 64 0 0 64 / 64 15.5s Saturn_lockfree.Treiber_stack concurrent ================================================================================ success (ran 2 tests) random seed: 152333557308300642 generated error fail pass / total time test name [ ] 0 0 0 0 / 110 0.0s Saturn_lockfree.Treiber_stack sequential [✓] 110 0 0 110 / 110 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 110 0.0s Saturn_lockfree.Treiber_stack concurrent [ ] 2 0 0 2 / 110 0.3s Saturn_lockfree.Treiber_stack concurrent [ ] 3 0 0 3 / 110 0.7s Saturn_lockfree.Treiber_stack concurrent [ ] 4 0 0 4 / 110 1.0s Saturn_lockfree.Treiber_stack concurrent [ ] 5 0 0 5 / 110 1.2s Saturn_lockfree.Treiber_stack concurrent [ ] 6 0 0 6 / 110 1.3s Saturn_lockfree.Treiber_stack concurrent [ ] 8 0 0 8 / 110 1.5s Saturn_lockfree.Treiber_stack concurrent [ ] 9 0 0 9 / 110 2.4s Saturn_lockfree.Treiber_stack concurrent [ ] 10 0 0 10 / 110 2.5s Saturn_lockfree.Treiber_stack concurrent [ ] 11 0 0 11 / 110 2.6s Saturn_lockfree.Treiber_stack concurrent [ ] 12 0 0 12 / 110 3.2s Saturn_lockfree.Treiber_stack concurrent [ ] 13 0 0 13 / 110 3.3s Saturn_lockfree.Treiber_stack concurrent [ ] 14 0 0 14 / 110 3.8s Saturn_lockfree.Treiber_stack concurrent [ ] 15 0 0 15 / 110 4.2s Saturn_lockfree.Treiber_stack concurrent [ ] 16 0 0 16 / 110 4.3s Saturn_lockfree.Treiber_stack concurrent [ ] 17 0 0 17 / 110 4.4s Saturn_lockfree.Treiber_stack concurrent [ ] 18 0 0 18 / 110 4.9s Saturn_lockfree.Treiber_stack concurrent [ ] 19 0 0 19 / 110 5.0s Saturn_lockfree.Treiber_stack concurrent [ ] 20 0 0 20 / 110 5.2s Saturn_lockfree.Treiber_stack concurrent [ ] 21 0 0 21 / 110 5.3s Saturn_lockfree.Treiber_stack concurrent [ ] 22 0 0 22 / 110 5.4s Saturn_lockfree.Treiber_stack concurrent [ ] 23 0 0 23 / 110 5.5s Saturn_lockfree.Treiber_stack concurrent [ ] 24 0 0 24 / 110 5.7s Saturn_lockfree.Treiber_stack concurrent [ ] 26 0 0 26 / 110 5.9s Saturn_lockfree.Treiber_stack concurrent [ ] 28 0 0 28 / 110 6.2s Saturn_lockfree.Treiber_stack concurrent [ ] 29 0 0 29 / 110 6.4s Saturn_lockfree.Treiber_stack concurrent [ ] 30 0 0 30 / 110 6.5s Saturn_lockfree.Treiber_stack concurrent [ ] 32 0 0 32 / 110 6.7s Saturn_lockfree.Treiber_stack concurrent [ ] 33 0 0 33 / 110 6.9s Saturn_lockfree.Treiber_stack concurrent [ ] 34 0 0 34 / 110 7.0s Saturn_lockfree.Treiber_stack concurrent [ ] 35 0 0 35 / 110 7.5s Saturn_lockfree.Treiber_stack concurrent [ ] 36 0 0 36 / 110 7.6s Saturn_lockfree.Treiber_stack concurrent [ ] 37 0 0 37 / 110 7.8s Saturn_lockfree.Treiber_stack concurrent [ ] 38 0 0 38 / 110 7.9s Saturn_lockfree.Treiber_stack concurrent [ ] 39 0 0 39 / 110 8.1s Saturn_lockfree.Treiber_stack concurrent [ ] 40 0 0 40 / 110 8.2s Saturn_lockfree.Treiber_stack concurrent [ ] 41 0 0 41 / 110 8.3s Saturn_lockfree.Treiber_stack concurrent [ ] 42 0 0 42 / 110 8.5s Saturn_lockfree.Treiber_stack concurrent [ ] 43 0 0 43 / 110 8.7s Saturn_lockfree.Treiber_stack concurrent [ ] 44 0 0 44 / 110 8.8s Saturn_lockfree.Treiber_stack concurrent [ ] 45 0 0 45 / 110 9.0s Saturn_lockfree.Treiber_stack concurrent [ ] 46 0 0 46 / 110 9.1s Saturn_lockfree.Treiber_stack concurrent [ ] 47 0 0 47 / 110 9.9s Saturn_lockfree.Treiber_stack concurrent [ ] 48 0 0 48 / 110 10.0s Saturn_lockfree.Treiber_stack concurrent [ ] 49 0 0 49 / 110 10.2s Saturn_lockfree.Treiber_stack concurrent [ ] 50 0 0 50 / 110 10.4s Saturn_lockfree.Treiber_stack concurrent [ ] 51 0 0 51 / 110 10.5s Saturn_lockfree.Treiber_stack concurrent [ ] 52 0 0 52 / 110 10.9s Saturn_lockfree.Treiber_stack concurrent [ ] 53 0 0 53 / 110 11.0s Saturn_lockfree.Treiber_stack concurrent [ ] 54 0 0 54 / 110 11.1s Saturn_lockfree.Treiber_stack concurrent [ ] 55 0 0 55 / 110 11.3s Saturn_lockfree.Treiber_stack concurrent [ ] 56 0 0 56 / 110 11.5s Saturn_lockfree.Treiber_stack concurrent [ ] 57 0 0 57 / 110 11.6s Saturn_lockfree.Treiber_stack concurrent [ ] 58 0 0 58 / 110 11.8s Saturn_lockfree.Treiber_stack concurrent [ ] 59 0 0 59 / 110 11.9s Saturn_lockfree.Treiber_stack concurrent [ ] 60 0 0 60 / 110 12.1s Saturn_lockfree.Treiber_stack concurrent [ ] 61 0 0 61 / 110 12.8s Saturn_lockfree.Treiber_stack concurrent [ ] 63 0 0 63 / 110 13.9s Saturn_lockfree.Treiber_stack concurrent [ ] 64 0 0 64 / 110 14.0s Saturn_lockfree.Treiber_stack concurrent [ ] 65 0 0 65 / 110 14.2s Saturn_lockfree.Treiber_stack concurrent [ ] 66 0 0 66 / 110 15.0s Saturn_lockfree.Treiber_stack concurrent [ ] 67 0 0 67 / 110 15.1s Saturn_lockfree.Treiber_stack concurrent [ ] 68 0 0 68 / 110 15.2s Saturn_lockfree.Treiber_stack concurrent [ ] 69 0 0 69 / 110 15.4s Saturn_lockfree.Treiber_stack concurrent [ ] 71 0 0 71 / 110 15.6s Saturn_lockfree.Treiber_stack concurrent [ ] 72 0 0 72 / 110 15.9s Saturn_lockfree.Treiber_stack concurrent [ ] 73 0 0 73 / 110 16.0s Saturn_lockfree.Treiber_stack concurrent [ ] 74 0 0 74 / 110 16.2s Saturn_lockfree.Treiber_stack concurrent [ ] 75 0 0 75 / 110 16.3s Saturn_lockfree.Treiber_stack concurrent [ ] 77 0 0 77 / 110 16.6s Saturn_lockfree.Treiber_stack concurrent [ ] 79 0 0 79 / 110 16.8s Saturn_lockfree.Treiber_stack concurrent [ ] 80 0 0 80 / 110 16.9s Saturn_lockfree.Treiber_stack concurrent [ ] 82 0 0 82 / 110 17.1s Saturn_lockfree.Treiber_stack concurrent [ ] 83 0 0 83 / 110 17.2s Saturn_lockfree.Treiber_stack concurrent [ ] 85 0 0 85 / 110 17.7s Saturn_lockfree.Treiber_stack concurrent [ ] 87 0 0 87 / 110 17.9s Saturn_lockfree.Treiber_stack concurrent [ ] 88 0 0 88 / 110 18.3s Saturn_lockfree.Treiber_stack concurrent [ ] 89 0 0 89 / 110 18.4s Saturn_lockfree.Treiber_stack concurrent [ ] 91 0 0 91 / 110 19.2s Saturn_lockfree.Treiber_stack concurrent [ ] 92 0 0 92 / 110 19.3s Saturn_lockfree.Treiber_stack concurrent [ ] 93 0 0 93 / 110 19.4s Saturn_lockfree.Treiber_stack concurrent [ ] 94 0 0 94 / 110 19.5s Saturn_lockfree.Treiber_stack concurrent [ ] 95 0 0 95 / 110 19.7s Saturn_lockfree.Treiber_stack concurrent [ ] 96 0 0 96 / 110 20.4s Saturn_lockfree.Treiber_stack concurrent [ ] 97 0 0 97 / 110 20.6s Saturn_lockfree.Treiber_stack concurrent [ ] 98 0 0 98 / 110 20.7s Saturn_lockfree.Treiber_stack concurrent [ ] 99 0 0 99 / 110 21.0s Saturn_lockfree.Treiber_stack concurrent [ ] 100 0 0 100 / 110 21.2s Saturn_lockfree.Treiber_stack concurrent [ ] 101 0 0 101 / 110 21.4s Saturn_lockfree.Treiber_stack concurrent [ ] 103 0 0 103 / 110 21.6s Saturn_lockfree.Treiber_stack concurrent [ ] 105 0 0 105 / 110 21.8s Saturn_lockfree.Treiber_stack concurrent [ ] 106 0 0 106 / 110 22.0s Saturn_lockfree.Treiber_stack concurrent [ ] 107 0 0 107 / 110 22.1s Saturn_lockfree.Treiber_stack concurrent [ ] 108 0 0 108 / 110 22.3s Saturn_lockfree.Treiber_stack concurrent [ ] 109 0 0 109 / 110 22.4s Saturn_lockfree.Treiber_stack concurrent [✓] 110 0 0 110 / 110 22.5s Saturn_lockfree.Treiber_stack concurrent ================================================================================ success (ran 2 tests) random seed: 3190725866507767341 generated error fail pass / total time test name [ ] 0 0 0 0 / 39 0.0s Saturn_lockfree.Treiber_stack sequential [✓] 39 0 0 39 / 39 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 39 0.0s Saturn_lockfree.Treiber_stack concurrent [ ] 1 0 0 1 / 39 0.1s Saturn_lockfree.Treiber_stack concurrent [ ] 2 0 0 2 / 39 0.2s Saturn_lockfree.Treiber_stack concurrent [ ] 3 0 0 3 / 39 0.4s Saturn_lockfree.Treiber_stack concurrent [ ] 5 0 0 5 / 39 0.6s Saturn_lockfree.Treiber_stack concurrent [ ] 6 0 0 6 / 39 0.7s Saturn_lockfree.Treiber_stack concurrent [ ] 7 0 0 7 / 39 1.4s Saturn_lockfree.Treiber_stack concurrent [ ] 8 0 0 8 / 39 1.8s Saturn_lockfree.Treiber_stack concurrent [ ] 10 0 0 10 / 39 1.9s Saturn_lockfree.Treiber_stack concurrent [ ] 11 0 0 11 / 39 2.0s Saturn_lockfree.Treiber_stack concurrent [ ] 12 0 0 12 / 39 2.2s Saturn_lockfree.Treiber_stack concurrent [ ] 13 0 0 13 / 39 2.9s Saturn_lockfree.Treiber_stack concurrent [ ] 14 0 0 14 / 39 3.0s Saturn_lockfree.Treiber_stack concurrent [ ] 15 0 0 15 / 39 3.2s Saturn_lockfree.Treiber_stack concurrent [ ] 16 0 0 16 / 39 3.8s Saturn_lockfree.Treiber_stack concurrent [ ] 18 0 0 18 / 39 4.1s Saturn_lockfree.Treiber_stack concurrent [ ] 19 0 0 19 / 39 4.2s Saturn_lockfree.Treiber_stack concurrent [ ] 20 0 0 20 / 39 4.3s Saturn_lockfree.Treiber_stack concurrent [ ] 21 0 0 21 / 39 4.4s Saturn_lockfree.Treiber_stack concurrent [ ] 22 0 0 22 / 39 5.2s Saturn_lockfree.Treiber_stack concurrent [ ] 24 0 0 24 / 39 5.4s Saturn_lockfree.Treiber_stack concurrent [ ] 25 0 0 25 / 39 5.6s Saturn_lockfree.Treiber_stack concurrent [ ] 26 0 0 26 / 39 5.7s Saturn_lockfree.Treiber_stack concurrent [ ] 27 0 0 27 / 39 6.4s Saturn_lockfree.Treiber_stack concurrent [ ] 29 0 0 29 / 39 6.6s Saturn_lockfree.Treiber_stack concurrent [ ] 31 0 0 31 / 39 6.7s Saturn_lockfree.Treiber_stack concurrent [ ] 32 0 0 32 / 39 6.9s Saturn_lockfree.Treiber_stack concurrent [ ] 34 0 0 34 / 39 7.5s Saturn_lockfree.Treiber_stack concurrent [ ] 35 0 0 35 / 39 7.6s Saturn_lockfree.Treiber_stack concurrent [ ] 37 0 0 37 / 39 7.8s Saturn_lockfree.Treiber_stack concurrent [ ] 38 0 0 38 / 39 8.0s Saturn_lockfree.Treiber_stack concurrent [ ] 39 0 0 39 / 39 8.1s Saturn_lockfree.Treiber_stack concurrent [✓] 39 0 0 39 / 39 8.2s Saturn_lockfree.Treiber_stack concurrent ================================================================================ success (ran 2 tests) random seed: 3567687797598111154 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Treiber_stack sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Treiber_stack sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Treiber_stack concurrent [ ] 0 0 0 0 / 32 0.1s Saturn_lockfree.Treiber_stack concurrent (generating) [ ] 1 0 0 1 / 32 0.3s Saturn_lockfree.Treiber_stack concurrent [ ] 2 0 0 2 / 32 0.4s Saturn_lockfree.Treiber_stack concurrent [ ] 3 0 0 3 / 32 0.8s Saturn_lockfree.Treiber_stack concurrent [ ] 4 0 0 4 / 32 1.2s Saturn_lockfree.Treiber_stack concurrent [ ] 5 0 0 5 / 32 1.9s Saturn_lockfree.Treiber_stack concurrent [ ] 6 0 0 6 / 32 2.3s Saturn_lockfree.Treiber_stack concurrent [ ] 7 0 0 7 / 32 2.7s Saturn_lockfree.Treiber_stack concurrent [ ] 8 0 0 8 / 32 2.9s Saturn_lockfree.Treiber_stack concurrent [ ] 9 0 0 9 / 32 3.0s Saturn_lockfree.Treiber_stack concurrent [ ] 10 0 0 10 / 32 3.4s Saturn_lockfree.Treiber_stack concurrent [ ] 12 0 0 12 / 32 3.6s Saturn_lockfree.Treiber_stack concurrent [ ] 14 0 0 14 / 32 3.7s Saturn_lockfree.Treiber_stack concurrent [ ] 16 0 0 16 / 32 3.9s Saturn_lockfree.Treiber_stack concurrent [ ] 18 0 0 18 / 32 4.4s Saturn_lockfree.Treiber_stack concurrent [ ] 20 0 0 20 / 32 4.6s Saturn_lockfree.Treiber_stack concurrent [ ] 22 0 0 22 / 32 4.7s Saturn_lockfree.Treiber_stack concurrent [ ] 23 0 0 23 / 32 4.9s Saturn_lockfree.Treiber_stack concurrent [ ] 25 0 0 25 / 32 5.0s Saturn_lockfree.Treiber_stack concurrent [ ] 26 0 0 26 / 32 5.5s Saturn_lockfree.Treiber_stack concurrent [ ] 27 0 0 27 / 32 5.6s Saturn_lockfree.Treiber_stack concurrent [ ] 29 0 0 29 / 32 5.8s Saturn_lockfree.Treiber_stack concurrent [ ] 31 0 0 31 / 32 6.5s Saturn_lockfree.Treiber_stack concurrent [ ] 32 0 0 32 / 32 6.8s Saturn_lockfree.Treiber_stack concurrent [✓] 32 0 0 32 / 32 6.8s Saturn_lockfree.Treiber_stack concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/ws_deque && ./test_ws_deque.exe) test_exit: ok test_push_and_pop: ok test_push_and_steal: ok test_concurrent_workload: ok (pushed = 100000, popped = 99997, stolen = 3) (cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe) random seed: 2889579291890535774 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe sequential (generating) [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 1 0 0 1 / 32 0.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 2 0 0 2 / 32 0.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 3 0 0 3 / 32 0.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 4 0 0 4 / 32 1.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 5 0 0 5 / 32 1.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 6 0 0 6 / 32 1.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 7 0 0 7 / 32 1.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 8 0 0 8 / 32 2.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 9 0 0 9 / 32 2.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 10 0 0 10 / 32 3.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 11 0 0 11 / 32 3.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 12 0 0 12 / 32 3.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 13 0 0 13 / 32 3.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 14 0 0 14 / 32 4.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 15 0 0 15 / 32 4.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 16 0 0 16 / 32 4.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 17 0 0 17 / 32 4.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 18 0 0 18 / 32 5.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 19 0 0 19 / 32 5.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 20 0 0 20 / 32 6.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 21 0 0 21 / 32 6.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 22 0 0 22 / 32 6.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 23 0 0 23 / 32 6.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 24 0 0 24 / 32 7.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 25 0 0 25 / 32 8.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 26 0 0 26 / 32 8.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 28 0 0 28 / 32 8.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 29 0 0 29 / 32 8.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 30 0 0 30 / 32 9.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 31 0 0 31 / 32 9.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 32 0 0 32 / 32 9.4s Saturn_lockfree.michael_scott_queue_safe concurrent [✓] 32 0 0 32 / 32 9.4s Saturn_lockfree.michael_scott_queue_safe concurrent ================================================================================ success (ran 2 tests) random seed: 3518985344841649243 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 1 0 0 1 / 64 0.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 2 0 0 2 / 64 0.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 3 0 0 3 / 64 0.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 4 0 0 4 / 64 1.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 5 0 0 5 / 64 1.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 6 0 0 6 / 64 1.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 7 0 0 7 / 64 1.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 8 0 0 8 / 64 2.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 9 0 0 9 / 64 2.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 10 0 0 10 / 64 2.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 11 0 0 11 / 64 3.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 12 0 0 12 / 64 3.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 14 0 0 14 / 64 4.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 15 0 0 15 / 64 4.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 16 0 0 16 / 64 4.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 17 0 0 17 / 64 5.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 18 0 0 18 / 64 5.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 19 0 0 19 / 64 5.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 20 0 0 20 / 64 5.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 21 0 0 21 / 64 6.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 22 0 0 22 / 64 6.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 23 0 0 23 / 64 7.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 24 0 0 24 / 64 7.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 25 0 0 25 / 64 7.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 27 0 0 27 / 64 7.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 28 0 0 28 / 64 8.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 29 0 0 29 / 64 8.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 30 0 0 30 / 64 8.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 31 0 0 31 / 64 8.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 32 0 0 32 / 64 9.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 33 0 0 33 / 64 9.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 34 0 0 34 / 64 9.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 35 0 0 35 / 64 10.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 37 0 0 37 / 64 10.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 38 0 0 38 / 64 10.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 39 0 0 39 / 64 11.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 40 0 0 40 / 64 11.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 41 0 0 41 / 64 11.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 42 0 0 42 / 64 11.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 43 0 0 43 / 64 11.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 44 0 0 44 / 64 12.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 45 0 0 45 / 64 12.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 46 0 0 46 / 64 12.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 47 0 0 47 / 64 12.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 48 0 0 48 / 64 13.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 49 0 0 49 / 64 13.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 50 0 0 50 / 64 14.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 51 0 0 51 / 64 14.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 52 0 0 52 / 64 14.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 53 0 0 53 / 64 14.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 54 0 0 54 / 64 16.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 55 0 0 55 / 64 17.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 56 0 0 56 / 64 17.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 57 0 0 57 / 64 18.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 58 0 0 58 / 64 18.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 59 0 0 59 / 64 18.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 60 0 0 60 / 64 18.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 61 0 0 61 / 64 19.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 62 0 0 62 / 64 19.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 63 0 0 63 / 64 20.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 64 0 0 64 / 64 20.7s Saturn_lockfree.michael_scott_queue_safe concurrent [✓] 64 0 0 64 / 64 20.7s Saturn_lockfree.michael_scott_queue_safe concurrent ================================================================================ success (ran 2 tests) random seed: 2626255153364472074 generated error fail pass / total time test name [ ] 0 0 0 0 / 95 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [✓] 95 0 0 95 / 95 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [ ] 0 0 0 0 / 95 0.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 1 0 0 1 / 95 0.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 2 0 0 2 / 95 0.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 3 0 0 3 / 95 0.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 4 0 0 4 / 95 0.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 5 0 0 5 / 95 1.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 6 0 0 6 / 95 1.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 7 0 0 7 / 95 1.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 8 0 0 8 / 95 1.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 9 0 0 9 / 95 1.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 10 0 0 10 / 95 2.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 11 0 0 11 / 95 3.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 12 0 0 12 / 95 3.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 13 0 0 13 / 95 3.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 14 0 0 14 / 95 4.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 15 0 0 15 / 95 4.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 16 0 0 16 / 95 4.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 17 0 0 17 / 95 5.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 18 0 0 18 / 95 5.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 20 0 0 20 / 95 5.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 21 0 0 21 / 95 5.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 22 0 0 22 / 95 6.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 24 0 0 24 / 95 6.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 25 0 0 25 / 95 6.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 27 0 0 27 / 95 6.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 28 0 0 28 / 95 7.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 29 0 0 29 / 95 7.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 30 0 0 30 / 95 7.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 31 0 0 31 / 95 7.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 32 0 0 32 / 95 8.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 33 0 0 33 / 95 8.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 34 0 0 34 / 95 8.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 35 0 0 35 / 95 9.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 36 0 0 36 / 95 9.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 37 0 0 37 / 95 9.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 38 0 0 38 / 95 10.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 39 0 0 39 / 95 10.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 40 0 0 40 / 95 11.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 41 0 0 41 / 95 11.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 42 0 0 42 / 95 11.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 43 0 0 43 / 95 12.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 44 0 0 44 / 95 12.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 46 0 0 46 / 95 12.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 48 0 0 48 / 95 12.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 49 0 0 49 / 95 12.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 51 0 0 51 / 95 13.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 52 0 0 52 / 95 13.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 53 0 0 53 / 95 13.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 54 0 0 54 / 95 14.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 55 0 0 55 / 95 15.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 57 0 0 57 / 95 15.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 58 0 0 58 / 95 16.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 60 0 0 60 / 95 16.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 61 0 0 61 / 95 16.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 62 0 0 62 / 95 16.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 64 0 0 64 / 95 17.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 65 0 0 65 / 95 17.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 67 0 0 67 / 95 17.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 68 0 0 68 / 95 17.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 70 0 0 70 / 95 17.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 71 0 0 71 / 95 17.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 73 0 0 73 / 95 18.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 74 0 0 74 / 95 18.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 75 0 0 75 / 95 18.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 77 0 0 77 / 95 18.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 78 0 0 78 / 95 18.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 79 0 0 79 / 95 19.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 80 0 0 80 / 95 19.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 81 0 0 81 / 95 20.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 83 0 0 83 / 95 20.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 85 0 0 85 / 95 20.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 87 0 0 87 / 95 21.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 89 0 0 89 / 95 21.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 91 0 0 91 / 95 21.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 93 0 0 93 / 95 22.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 94 0 0 94 / 95 22.7s Saturn_lockfree.michael_scott_queue_safe concurrent [✓] 95 0 0 95 / 95 22.8s Saturn_lockfree.michael_scott_queue_safe concurrent ================================================================================ success (ran 2 tests) random seed: 3345547445068892249 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 1 0 0 1 / 32 0.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 2 0 0 2 / 32 0.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 4 0 0 4 / 32 0.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 5 0 0 5 / 32 1.5s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 6 0 0 6 / 32 1.6s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 7 0 0 7 / 32 1.7s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 8 0 0 8 / 32 1.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 10 0 0 10 / 32 2.0s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 11 0 0 11 / 32 24.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 13 0 0 13 / 32 24.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 15 0 0 15 / 32 24.4s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 17 0 0 17 / 32 24.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 19 0 0 19 / 32 24.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 21 0 0 21 / 32 25.1s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 23 0 0 23 / 32 25.2s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 24 0 0 24 / 32 25.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 25 0 0 25 / 32 26.3s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 27 0 0 27 / 32 26.8s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 29 0 0 29 / 32 26.9s Saturn_lockfree.michael_scott_queue_safe concurrent [ ] 32 0 0 32 / 32 27.1s Saturn_lockfree.michael_scott_queue_safe concurrent [✓] 32 0 0 32 / 32 27.1s Saturn_lockfree.michael_scott_queue_safe concurrent ================================================================================ success (ran 2 tests) random seed: 3972252730721405846 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 2 0 0 2 / 32 0.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 4 0 0 4 / 32 0.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 6 0 0 6 / 32 0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 8 0 0 8 / 32 0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 9 0 0 9 / 32 1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 10 0 0 10 / 32 1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 12 0 0 12 / 32 1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 13 0 0 13 / 32 1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 15 0 0 15 / 32 1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 16 0 0 16 / 32 1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 17 0 0 17 / 32 2.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 19 0 0 19 / 32 2.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 22 0 0 22 / 32 2.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 24 0 0 24 / 32 2.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 26 0 0 26 / 32 2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 27 0 0 27 / 32 2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 28 0 0 28 / 32 3.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 30 0 0 30 / 32 3.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [✓] 32 0 0 32 / 32 3.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent ================================================================================ success (ran 2 tests) random seed: 2992377005907030556 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 1 0 0 1 / 64 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 3 0 0 3 / 64 0.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 5 0 0 5 / 64 0.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 7 0 0 7 / 64 1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 10 0 0 10 / 64 1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 11 0 0 11 / 64 1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 13 0 0 13 / 64 1.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 16 0 0 16 / 64 1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 18 0 0 18 / 64 1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 21 0 0 21 / 64 2.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 23 0 0 23 / 64 2.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 26 0 0 26 / 64 2.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 29 0 0 29 / 64 2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 31 0 0 31 / 64 2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 33 0 0 33 / 64 3.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 35 0 0 35 / 64 3.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 37 0 0 37 / 64 3.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 40 0 0 40 / 64 3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 41 0 0 41 / 64 3.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 43 0 0 43 / 64 3.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 46 0 0 46 / 64 4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 48 0 0 48 / 64 4.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 50 0 0 50 / 64 4.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 53 0 0 53 / 64 5.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 55 0 0 55 / 64 5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 57 0 0 57 / 64 5.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 59 0 0 59 / 64 5.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 61 0 0 61 / 64 5.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 63 0 0 63 / 64 5.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [✓] 64 0 0 64 / 64 5.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent ================================================================================ success (ran 2 tests) random seed: 1383902583771738161 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 2 0 0 2 / 128 0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 5 0 0 5 / 128 0.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 8 0 0 8 / 128 0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 10 0 0 10 / 128 0.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 12 0 0 12 / 128 0.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 13 0 0 13 / 128 1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 16 0 0 16 / 128 1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 18 0 0 18 / 128 1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 21 0 0 21 / 128 1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 22 0 0 22 / 128 2.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 24 0 0 24 / 128 2.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 27 0 0 27 / 128 2.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 28 0 0 28 / 128 2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 30 0 0 30 / 128 2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 33 0 0 33 / 128 3.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 35 0 0 35 / 128 3.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 37 0 0 37 / 128 3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 39 0 0 39 / 128 3.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 42 0 0 42 / 128 3.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 45 0 0 45 / 128 3.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 47 0 0 47 / 128 4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 50 0 0 50 / 128 4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 52 0 0 52 / 128 4.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 54 0 0 54 / 128 4.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 55 0 0 55 / 128 4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 57 0 0 57 / 128 4.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 60 0 0 60 / 128 5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 61 0 0 61 / 128 5.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 62 0 0 62 / 128 6.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 65 0 0 65 / 128 6.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 66 0 0 66 / 128 6.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 69 0 0 69 / 128 6.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 70 0 0 70 / 128 6.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 72 0 0 72 / 128 7.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 75 0 0 75 / 128 7.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 78 0 0 78 / 128 7.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 79 0 0 79 / 128 7.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 81 0 0 81 / 128 7.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 83 0 0 83 / 128 7.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 86 0 0 86 / 128 8.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 89 0 0 89 / 128 8.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 90 0 0 90 / 128 8.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 92 0 0 92 / 128 8.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 94 0 0 94 / 128 9.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 97 0 0 97 / 128 9.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 100 0 0 100 / 128 9.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 101 0 0 101 / 128 9.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 103 0 0 103 / 128 9.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 106 0 0 106 / 128 9.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 108 0 0 108 / 128 9.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 111 0 0 111 / 128 9.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 114 0 0 114 / 128 10.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 116 0 0 116 / 128 10.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 119 0 0 119 / 128 10.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 121 0 0 121 / 128 10.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 124 0 0 124 / 128 10.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 127 0 0 127 / 128 10.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [✓] 128 0 0 128 / 128 10.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent ================================================================================ success (ran 2 tests) random seed: 3190297453631488044 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 2 0 0 2 / 256 0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 5 0 0 5 / 256 0.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 7 0 0 7 / 256 0.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 9 0 0 9 / 256 0.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 10 0 0 10 / 256 1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 13 0 0 13 / 256 1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 15 0 0 15 / 256 1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 17 0 0 17 / 256 1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 19 0 0 19 / 256 1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 20 0 0 20 / 256 1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 21 0 0 21 / 256 1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 24 0 0 24 / 256 2.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 26 0 0 26 / 256 2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 28 0 0 28 / 256 2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 30 0 0 30 / 256 2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 33 0 0 33 / 256 3.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 36 0 0 36 / 256 3.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 38 0 0 38 / 256 3.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 41 0 0 41 / 256 3.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 42 0 0 42 / 256 4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 45 0 0 45 / 256 4.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 46 0 0 46 / 256 5.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 48 0 0 48 / 256 5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 49 0 0 49 / 256 5.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 52 0 0 52 / 256 6.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 54 0 0 54 / 256 6.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 57 0 0 57 / 256 6.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 60 0 0 60 / 256 6.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 61 0 0 61 / 256 6.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 63 0 0 63 / 256 6.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 66 0 0 66 / 256 7.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 69 0 0 69 / 256 7.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 71 0 0 71 / 256 7.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 72 0 0 72 / 256 8.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 74 0 0 74 / 256 8.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 77 0 0 77 / 256 8.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 81 0 0 81 / 256 9.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 83 0 0 83 / 256 9.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 84 0 0 84 / 256 9.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 87 0 0 87 / 256 9.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 89 0 0 89 / 256 10.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 92 0 0 92 / 256 10.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 94 0 0 94 / 256 10.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 97 0 0 97 / 256 10.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 100 0 0 100 / 256 10.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 102 0 0 102 / 256 10.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 104 0 0 104 / 256 10.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 106 0 0 106 / 256 10.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 108 0 0 108 / 256 11.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 110 0 0 110 / 256 11.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 112 0 0 112 / 256 11.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 114 0 0 114 / 256 11.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 116 0 0 116 / 256 11.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 118 0 0 118 / 256 11.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 121 0 0 121 / 256 11.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 124 0 0 124 / 256 12.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 126 0 0 126 / 256 12.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 128 0 0 128 / 256 12.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 131 0 0 131 / 256 12.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 132 0 0 132 / 256 12.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 134 0 0 134 / 256 13.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 136 0 0 136 / 256 13.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 138 0 0 138 / 256 13.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 140 0 0 140 / 256 13.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 142 0 0 142 / 256 13.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 145 0 0 145 / 256 14.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 148 0 0 148 / 256 14.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 150 0 0 150 / 256 14.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 152 0 0 152 / 256 14.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 155 0 0 155 / 256 14.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 158 0 0 158 / 256 14.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 161 0 0 161 / 256 15.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 163 0 0 163 / 256 15.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 166 0 0 166 / 256 15.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 169 0 0 169 / 256 15.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 172 0 0 172 / 256 15.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 174 0 0 174 / 256 15.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 177 0 0 177 / 256 16.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 178 0 0 178 / 256 16.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 180 0 0 180 / 256 16.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 183 0 0 183 / 256 17.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 186 0 0 186 / 256 17.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 188 0 0 188 / 256 17.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 189 0 0 189 / 256 18.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 193 0 0 193 / 256 18.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 195 0 0 195 / 256 18.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 197 0 0 197 / 256 18.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 200 0 0 200 / 256 18.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 201 0 0 201 / 256 19.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 204 0 0 204 / 256 19.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 205 0 0 205 / 256 19.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 208 0 0 208 / 256 19.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 210 0 0 210 / 256 19.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 213 0 0 213 / 256 19.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 216 0 0 216 / 256 20.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 217 0 0 217 / 256 20.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 219 0 0 219 / 256 20.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 221 0 0 221 / 256 21.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 223 0 0 223 / 256 21.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 226 0 0 226 / 256 21.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 227 0 0 227 / 256 21.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 228 0 0 228 / 256 21.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 230 0 0 230 / 256 22.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 233 0 0 233 / 256 22.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 235 0 0 235 / 256 22.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 238 0 0 238 / 256 23.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 240 0 0 240 / 256 23.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 242 0 0 242 / 256 24.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 244 0 0 244 / 256 24.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 245 0 0 245 / 256 24.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 247 0 0 247 / 256 24.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 250 0 0 250 / 256 24.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 252 0 0 252 / 256 25.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 255 0 0 255 / 256 25.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 256 0 0 256 / 256 25.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [✓] 256 0 0 256 / 256 25.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent ================================================================================ success (ran 2 tests) random seed: 4004980041651023306 generated error fail pass / total time test name [ ] 0 0 0 0 / 155 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [✓] 155 0 0 155 / 155 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [ ] 0 0 0 0 / 155 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 3 0 0 3 / 155 0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 4 0 0 4 / 155 0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 7 0 0 7 / 155 0.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 9 0 0 9 / 155 1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 13 0 0 13 / 155 1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 15 0 0 15 / 155 1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 17 0 0 17 / 155 1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 20 0 0 20 / 155 1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 22 0 0 22 / 155 1.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 25 0 0 25 / 155 1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 27 0 0 27 / 155 1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 30 0 0 30 / 155 2.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 33 0 0 33 / 155 2.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 35 0 0 35 / 155 2.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 38 0 0 38 / 155 2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 41 0 0 41 / 155 2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 42 0 0 42 / 155 3.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 43 0 0 43 / 155 3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 44 0 0 44 / 155 3.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 47 0 0 47 / 155 4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 50 0 0 50 / 155 4.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 54 0 0 54 / 155 4.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 57 0 0 57 / 155 4.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 61 0 0 61 / 155 4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 64 0 0 64 / 155 5.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 67 0 0 67 / 155 5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 69 0 0 69 / 155 5.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 72 0 0 72 / 155 6.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 75 0 0 75 / 155 6.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 77 0 0 77 / 155 6.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 78 0 0 78 / 155 6.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 80 0 0 80 / 155 6.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 82 0 0 82 / 155 7.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 86 0 0 86 / 155 7.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 87 0 0 87 / 155 7.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 90 0 0 90 / 155 7.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 92 0 0 92 / 155 7.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 94 0 0 94 / 155 8.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 98 0 0 98 / 155 8.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 102 0 0 102 / 155 8.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 105 0 0 105 / 155 8.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 107 0 0 107 / 155 8.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 111 0 0 111 / 155 8.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 113 0 0 113 / 155 9.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 115 0 0 115 / 155 9.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 118 0 0 118 / 155 9.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 120 0 0 120 / 155 9.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 122 0 0 122 / 155 9.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 124 0 0 124 / 155 9.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 126 0 0 126 / 155 10.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 130 0 0 130 / 155 10.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 133 0 0 133 / 155 11.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 136 0 0 136 / 155 11.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 138 0 0 138 / 155 11.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 140 0 0 140 / 155 11.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 144 0 0 144 / 155 11.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 146 0 0 146 / 155 11.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 149 0 0 149 / 155 11.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 152 0 0 152 / 155 12.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 154 0 0 154 / 155 12.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [✓] 155 0 0 155 / 155 12.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent ================================================================================ success (ran 2 tests) random seed: 4498584622468464025 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential [ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 3 0 0 3 / 32 0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 4 0 0 4 / 32 1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 5 0 0 5 / 32 1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 8 0 0 8 / 32 1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 11 0 0 11 / 32 1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 12 0 0 12 / 32 1.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 15 0 0 15 / 32 1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 16 0 0 16 / 32 2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 18 0 0 18 / 32 3.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 21 0 0 21 / 32 3.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 26 0 0 26 / 32 3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 27 0 0 27 / 32 3.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 30 0 0 30 / 32 4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent [ ] 31 0 0 31 / 32 4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent [✓] 32 0 0 32 / 32 4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe) Testing `Mpmc_queue'. This run has ID `4RG84MRI'. [OK] single-thread 0 is it a queue. [OK] validate items 0 1 prod. 1 cons. [OK] validate indices under load 0 4 prod. 4 cons. [OK] validate indices under load 1 8 prod. 1 cons. [OK] validate indices under load 2 1 prod. 8 cons. [OK] single-thread-CAS-intf 0 is it a queue. [OK] validate items-CAS-intf 0 1 prod. 1 cons. [OK] single-thread-spinning 0 is it a queue. [OK] validate-items-spinning 0 1 prod. 1 cons. Full test results in `/src/_build/default/test/mpmc_relaxed_queue/_build/_tests/Mpmc_queue'. Test Successful in 207.980s. 9 tests run. 2024-10-18 17:28.32 ---> saved as "a88ff068c5bdfd5307ffc4f74ce9063dc62b197dd05c8c8186cde817089a7693" Job succeeded 2024-10-18 17:28.32: Job succeeded