Organisationsocaml-multicoresaturnb0d36a (experimental-skiplist-with-atomic_array)windows-server-2022-amd64-4.14_opam-2.2

windows-server-2022-amd64-4.14_opam-2.2

Logs

Show full logs
2024-11-07 16:08.49: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/experimental-skiplist-with-atomic_array (b0d36a0cbdc0b31c54cc259601be59f0b5a7071f) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.2)
Base: windows-server-2022-amd64-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "experimental-skiplist-with-atomic_array" && cd "saturn" && git reset --hard b0d36a0c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-4.14
# windows-server-2022-amd64-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam /Users/opam/src/./
RUN opam pin add -yn saturn_lockfree.dev '/Users/opam/src/./' && \
    opam pin add -yn saturn.dev '/Users/opam/src/./'
ENV DEPS="alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 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.1 dune-configurator.3.16.1 either.1.0.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 oseq.0.5.1 ounit2.2.2.7 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 system-mingw.1 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 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build

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

2024-11-07 16:08.49: Using cache hint "ocaml-multicore/saturn-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.2-5adad31eddd5aa9b71db9eaac11072c1"
2024-11-07 16:08.49: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-4.14)
 (comment windows-server-2022-amd64-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "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"))
 (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst /Users/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev '/Users/opam/src/./' && \
             \nopam pin add -yn saturn.dev '/Users/opam/src/./'"))
 (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 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.1 dune-configurator.3.16.1 either.1.0.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 oseq.0.5.1 ounit2.2.2.7 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 system-mingw.1 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 "c:\\Users\\opam\\AppData\\local\\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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /Users/opam/src))
 (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-11-07 16:08.49: Waiting for resource in pool OCluster
2024-11-07 19:33.45: Waiting for worker…
2024-11-07 21:58.48: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at b0d36a0 Experimental `Skiplist` with `Atomic_array`

(from windows-server-2022-amd64-ocaml-4.14)
2024-11-07 21:58.48 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache

/: (comment windows-server-2022-amd64-4.14_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-11-07 21:58.48 ---> using "f40b460bb801337dfc3ed3c22c5a77e2a82d91b508719870a48ea495897fdd1f" from cache

/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.

<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>

opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.

How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
  2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
  3. Use Cygwin installation found in C:\cygwin64
  4. Use another existing Cygwin/MSYS2 installation
  5. Abort initialisation

[1/2/3/4/5] 1
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
2024-11-07 21:58.48 ---> using "ad71e6a0b96388176c905033702720ccce1bbf6e7835962442542d8ee766b573" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.4-1.x86_64
The OCaml toplevel, version 4.14.2
2.2.1
2024-11-07 21:58.48 ---> using "98cf84a2211beae6fa84d90852579b73e3d5372e8d8c4ff39295727938efcfd9" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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-11-07 21:58.48 ---> using "b117a831f76051ec97a843316df309a03b902080e6050094cda2382a0acd747a" from cache

/: (copy (src saturn_lockfree.opam saturn.opam) (dst /Users/opam/src/./))
2024-11-07 21:58.48 ---> using "da72cb4722aadda15ba48f4da63cb42e8e522540eb5e5b1a6c6e88ada4fae911" from cache

/: (run (network host)
        (shell  "opam pin add -yn saturn_lockfree.dev '/Users/opam/src/./' && \
               \nopam pin add -yn saturn.dev '/Users/opam/src/./'"))
[saturn_lockfree.dev] synchronised (file://C:/Users/opam/src/.)
saturn_lockfree is now pinned to file://C:/Users/opam/src/. (version dev)
[saturn.dev] synchronised (file://C:/Users/opam/src/.)
saturn is now pinned to file://C:/Users/opam/src/. (version dev)
2024-11-07 21:58.48 ---> using "563bc6595372015b60d72a4329f346fbd278f48cc5b91e7bc501be26c6b011ad" from cache

/: (env DEPS "alcotest.1.8.0 arch-x86_64.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 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.1 dune-configurator.3.16.1 either.1.0.0 flexdll.0.43 fmt.0.9.0 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.5 oseq.0.5.1 ounit2.2.2.7 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 system-mingw.1 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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.dev] synchronised (no changes)
[saturn_lockfree.dev] synchronised (no changes)

[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2024-11-07 21:58.48 ---> using "7aa777228ef6bc70813b29a537233680c9885a3cef3987e1da0d2dd6631e3b0e" from cache

/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== install 36 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.1
  - install dune-configurator          3.16.1
  - 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.5
  - install oseq                       0.5.1
  - install ounit2                     2.2.7
  - 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-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 astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.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 ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> 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 dune.3.16.1, dune-configurator.3.16.1  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed dune.3.16.1
-> 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-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 dune-configurator.3.16.1
-> installed qcheck-stm.0.4
-> installed ounit2.2.2.7
-> installed alcotest.1.8.0
-> installed multicore-bench.0.1.7
-> installed qcheck-ounit.0.22
-> installed qcheck-alcotest.0.22
-> installed qcheck.0.22
-> 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-11-07 21:58.48 ---> using "46b62af287fc1b9b47cba11a4f836018d3b772e0a0a0bb3e9c0b4e742df76955" from cache

/: (copy (src .) (dst /Users/opam/src))
2024-11-07 21:59.02 ---> saved as "bd7c39b02f05040f36c556fc55577309ee42a5f3361d5462e477645915e132fd"

/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)

random seed: 212008924
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Ws_deque sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Ws_deque sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)

random seed: 300609297
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Mpsc_queue sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Mpsc_queue sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
(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 && ./qcheck_ws_deque.exe)
qcheck random seed: 124913143
Testing `Ws_deque'.
This run has ID `BVAHS6K4'.

  [OK]          one_producer                       0   pops_are_in_order.
  [OK]          one_producer                       1   pop_on_empty_deque_raises_exit.
  [OK]          one_producer_one_stealer           0   steals_are_in_order.
  [OK]          one_producer_one_stealer           1   parallel_pushes_and_steals.
  [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\BVAHS6K4'.
Test Successful in 0.172s. 6 tests run.
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)

random seed: 226915132
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Spsc_queue sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Spsc_queue sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[] 1000    0    0 1000 / 1000     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: 615984230
Testing `Treiber_stack'.
This run has ID `YUD22JM0'.

  [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\YUD22JM0'.
Test Successful in 0.078s. 6 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 169690021
Testing `Spsc_queues'.
This run has ID `NF92T1VR'.

  [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\NF92T1VR'.
Test Successful in 0.406s. 16 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 893929099
Testing `Michael_scott_queue'.
This run has ID `K4ETXIOZ'.

  [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_random.
  [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_random.

Full test results in `~\src\_build\default\test\michael_scott_queue\_build\_tests\K4ETXIOZ'.
Test Successful in 0.266s. 16 tests run.
(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 = 100000, stolen = 0)
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 552264596
Testing `Mpsc_queue'.
This run has ID `LJ8JQKEX'.

  [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\LJ8JQKEX'.
Test Successful in 1.094s. 22 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 160417351
Testing `QCheck Skiplist'.
This run has ID `KX4MIFGF'.

  [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\KX4MIFGF'.
Test Successful in 3.297s. 7 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  messages over time/1 adder, 1 taker (cas):
    10.85 M/s
  messages over time/1 adder, 1 taker (not lf):
    9.51 M/s
  messages over time/1 adder, 1 taker (spin):
    7.48 M/s
  messages over time/1 adder, 2 takers (cas):
    7.45 M/s
  messages over time/1 adder, 2 takers (not lf):
    7.58 M/s
  messages over time/1 adder, 2 takers (spin):
    7.05 M/s
  messages over time/2 adders, 1 taker (cas):
    7.99 M/s
  messages over time/2 adders, 1 taker (not lf):
    10.07 M/s
  messages over time/2 adders, 1 taker (spin):
    8.06 M/s
  messages over time/2 adders, 2 takers (cas):
    8.79 M/s
  messages over time/2 adders, 2 takers (not lf):
    8.68 M/s
  messages over time/2 adders, 2 takers (spin):
    6.94 M/s
  time per message/1 adder, 1 taker (cas):
    184.37 ns
  time per message/1 adder, 1 taker (not lf):
    210.25 ns
  time per message/1 adder, 1 taker (spin):
    267.32 ns
  time per message/1 adder, 2 takers (cas):
    402.66 ns
  time per message/1 adder, 2 takers (not lf):
    395.91 ns
  time per message/1 adder, 2 takers (spin):
    425.47 ns
  time per message/2 adders, 1 taker (cas):
    375.27 ns
  time per message/2 adders, 1 taker (not lf):
    298.04 ns
  time per message/2 adders, 1 taker (spin):
    372.27 ns
  time per message/2 adders, 2 takers (cas):
    455.06 ns
  time per message/2 adders, 2 takers (not lf):
    460.58 ns
  time per message/2 adders, 2 takers (spin):
    576.07 ns
Saturn_lockfree Queue:
  messages over time/1 nb adder, 1 nb taker:
    32.44 M/s
  messages over time/1 nb adder, 2 nb takers:
    24.77 M/s
  messages over time/2 nb adders, 1 nb taker:
    28.25 M/s
  messages over time/2 nb adders, 2 nb takers:
    23.45 M/s
  messages over time/one domain:
    23.49 M/s
  time per message/1 nb adder, 1 nb taker:
    61.66 ns
  time per message/1 nb adder, 2 nb takers:
    121.09 ns
  time per message/2 nb adders, 1 nb taker:
    106.22 ns
  time per message/2 nb adders, 2 nb takers:
    170.57 ns
  time per message/one domain:
    42.56 ns
Saturn_lockfree Single_prod_single_cons_queue:
  messages over time/2 workers, capacity 1:
    0.48 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.72 M/s
  messages over time/2 workers, capacity 32768:
    15.74 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    42.75 M/s
  messages over time/2 workers, capacity 4096:
    18.50 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    23.29 M/s
  messages over time/2 workers, capacity 512:
    8.60 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    14.50 M/s
  messages over time/2 workers, capacity 64:
    8.85 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    15.39 M/s
  messages over time/2 workers, capacity 8:
    3.65 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    3.13 M/s
  time per message/2 workers, capacity 1:
    4203.28 ns
  time per message/2 workers, capacity 1 (unsafe):
    2759.17 ns
  time per message/2 workers, capacity 32768:
    127.10 ns
  time per message/2 workers, capacity 32768 (unsafe):
    46.79 ns
  time per message/2 workers, capacity 4096:
    108.13 ns
  time per message/2 workers, capacity 4096 (unsafe):
    85.88 ns
  time per message/2 workers, capacity 512:
    232.93 ns
  time per message/2 workers, capacity 512 (unsafe):
    138.02 ns
  time per message/2 workers, capacity 64:
    225.89 ns
  time per message/2 workers, capacity 64 (unsafe):
    129.94 ns
  time per message/2 workers, capacity 8:
    547.69 ns
  time per message/2 workers, capacity 8 (unsafe):
    639.77 ns
Saturn_lockfree Size:
  operations over time/1 worker:
    69.91 M/s
  operations over time/2 workers:
    62.53 M/s
  operations over time/4 workers:
    55.58 M/s
  time per operation/1 worker:
    14.31 ns
  time per operation/2 workers:
    31.99 ns
  time per operation/4 workers:
    71.97 ns
Saturn_lockfree Skiplist:
  operations over time/1 workers, 10% mem 45% add 45% rem:
    2.58 M/s
  operations over time/1 workers, 50% mem 25% add 25% rem:
    3.06 M/s
  operations over time/1 workers, 90% mem 5% add 5% rem:
    4.23 M/s
  operations over time/2 workers, 10% mem 45% add 45% rem:
    2.29 M/s
  operations over time/2 workers, 50% mem 25% add 25% rem:
    2.61 M/s
  operations over time/2 workers, 90% mem 5% add 5% rem:
    4.18 M/s
  operations over time/4 workers, 10% mem 45% add 45% rem:
    1.55 M/s
  operations over time/4 workers, 50% mem 25% add 25% rem:
    2.30 M/s
  operations over time/4 workers, 90% mem 5% add 5% rem:
    3.56 M/s
  time per operation/1 workers, 10% mem 45% add 45% rem:
    387.65 ns
  time per operation/1 workers, 50% mem 25% add 25% rem:
    326.74 ns
  time per operation/1 workers, 90% mem 5% add 5% rem:
    236.52 ns
  time per operation/2 workers, 10% mem 45% add 45% rem:
    873.96 ns
  time per operation/2 workers, 50% mem 25% add 25% rem:
    767.06 ns
  time per operation/2 workers, 90% mem 5% add 5% rem:
    478.84 ns
  time per operation/4 workers, 10% mem 45% add 45% rem:
    2584.42 ns
  time per operation/4 workers, 50% mem 25% add 25% rem:
    1737.10 ns
  time per operation/4 workers, 90% mem 5% add 5% rem:
    1122.56 ns
Saturn_lockfree Stack:
  messages over time/1 adder, 1 taker:
    22.58 M/s
  messages over time/1 adder, 2 takers:
    19.83 M/s
  messages over time/2 adders, 1 taker:
    20.57 M/s
  messages over time/2 adders, 2 takers:
    17.65 M/s
  messages over time/one domain:
    28.36 M/s
  time per message/1 adder, 1 taker:
    88.58 ns
  time per message/1 adder, 2 takers:
    151.33 ns
  time per message/2 adders, 1 taker:
    145.81 ns
  time per message/2 adders, 2 takers:
    226.65 ns
  time per message/one domain:
    35.26 ns
Saturn_lockfree Work_stealing_deque:
  messages over time/1 adder, 1 taker:
    11.38 M/s
  messages over time/1 adder, 2 takers:
    8.31 M/s
  messages over time/1 adder, 4 takers:
    7.59 M/s
  messages over time/one domain (FIFO):
    21.13 M/s
  messages over time/one domain (LIFO):
    20.16 M/s
  spawns over time/1 worker:
    18.87 M/s
  spawns over time/2 workers:
    18.93 M/s
  spawns over time/4 workers:
    18.74 M/s
  spawns over time/8 workers:
    18.80 M/s
  time per message/1 adder, 1 taker:
    176.05 ns
  time per message/1 adder, 2 takers:
    361.40 ns
  time per message/1 adder, 4 takers:
    659.06 ns
  time per message/one domain (FIFO):
    47.32 ns
  time per message/one domain (LIFO):
    49.61 ns
  time per spawn/1 worker:
    52.99 ns
  time per spawn/2 workers:
    105.65 ns
  time per spawn/4 workers:
    213.48 ns
  time per spawn/8 workers:
    425.56 ns
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)

random seed: 395690890
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Treiber_stack sequential
[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Treiber_stack sequential (generating)
[]  500    0    0  500 /  500     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /  500     0.1s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /  500     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /  500     0.4s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /  500     0.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /  500     0.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /  500     0.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /  500     1.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /  500     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   20    0    0   20 /  500     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   22    0    0   22 /  500     1.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /  500     1.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   25    0    0   25 /  500     1.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /  500     1.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /  500     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /  500     2.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   35    0    0   35 /  500     2.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   37    0    0   37 /  500     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   39    0    0   39 /  500     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   41    0    0   41 /  500     2.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /  500     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   45    0    0   45 /  500     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   47    0    0   47 /  500     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   49    0    0   49 /  500     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   52    0    0   52 /  500     3.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   55    0    0   55 /  500     3.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   58    0    0   58 /  500     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   60    0    0   60 /  500     4.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   63    0    0   63 /  500     4.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   66    0    0   66 /  500     4.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   68    0    0   68 /  500     4.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   71    0    0   71 /  500     4.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   73    0    0   73 /  500     4.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   75    0    0   75 /  500     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   77    0    0   77 /  500     5.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   78    0    0   78 /  500     5.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   81    0    0   81 /  500     5.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   84    0    0   84 /  500     5.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   86    0    0   86 /  500     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   89    0    0   89 /  500     5.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   91    0    0   91 /  500     5.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   94    0    0   94 /  500     6.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   96    0    0   96 /  500     6.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   99    0    0   99 /  500     6.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  101    0    0  101 /  500     6.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  103    0    0  103 /  500     6.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  106    0    0  106 /  500     6.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  108    0    0  108 /  500     7.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  111    0    0  111 /  500     7.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  114    0    0  114 /  500     7.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  117    0    0  117 /  500     7.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  120    0    0  120 /  500     7.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  123    0    0  123 /  500     7.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  125    0    0  125 /  500     7.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  126    0    0  126 /  500     8.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  128    0    0  128 /  500     8.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  130    0    0  130 /  500     8.2s Saturn_lockfree.Treiber_stack concurrent
[ ]  132    0    0  132 /  500     8.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  135    0    0  135 /  500     8.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  138    0    0  138 /  500     8.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  140    0    0  140 /  500     8.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  142    0    0  142 /  500     8.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  144    0    0  144 /  500     9.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  147    0    0  147 /  500     9.1s Saturn_lockfree.Treiber_stack concurrent
[]  500    0    0  500 /  500 -28769.2s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `ZPXDORFQ'.

  [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\ZPXDORFQ'.
Test Successful in -28746.678s. 9 tests run.
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)

random seed: 281865338
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe sequential (generating)
[]  500    0    0  500 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /  500     0.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /  500     0.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    7    0    0    7 /  500     0.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    9    0    0    9 /  500     0.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   12    0    0   12 /  500     0.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /  500     0.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /  500     1.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /  500     1.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   22    0    0   22 /  500     1.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   25    0    0   25 /  500     1.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   27    0    0   27 /  500     1.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   28    0    0   28 /  500     1.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /  500     1.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /  500     2.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   36    0    0   36 /  500     2.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   39    0    0   39 /  500     2.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   42    0    0   42 /  500     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   45    0    0   45 /  500     2.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   46    0    0   46 /  500     2.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   48    0    0   48 /  500     2.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   51    0    0   51 /  500     3.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   54    0    0   54 /  500     3.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   57    0    0   57 /  500     3.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   60    0    0   60 /  500     3.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   62    0    0   62 /  500     3.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   64    0    0   64 /  500     3.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   67    0    0   67 /  500     3.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   70    0    0   70 /  500     4.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   72    0    0   72 /  500     4.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   74    0    0   74 /  500     4.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   75    0    0   75 /  500     4.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   78    0    0   78 /  500     4.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   79    0    0   79 /  500     4.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   82    0    0   82 /  500     4.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   85    0    0   85 /  500     5.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   87    0    0   87 /  500     5.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   90    0    0   90 /  500     5.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   93    0    0   93 /  500     5.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   94    0    0   94 /  500     5.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   96    0    0   96 /  500     5.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   98    0    0   98 /  500     5.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  100    0    0  100 /  500     6.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  102    0    0  102 /  500     6.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  105    0    0  105 /  500     6.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  106    0    0  106 /  500     6.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  109    0    0  109 /  500     6.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  111    0    0  111 /  500     6.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  112    0    0  112 /  500     6.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  114    0    0  114 /  500     6.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  116    0    0  116 /  500     7.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  119    0    0  119 /  500     7.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  121    0    0  121 /  500     7.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  123    0    0  123 /  500     7.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  124    0    0  124 /  500     7.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  125    0    0  125 /  500     7.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  127    0    0  127 /  500     7.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  129    0    0  129 /  500     8.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  132    0    0  132 /  500     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  134    0    0  134 /  500     8.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  136    0    0  136 /  500     8.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  139    0    0  139 /  500     8.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[]  500    0    0  500 /  500 -28768.1s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  500    0    0  500 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /  500     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]  500    0    0  500 /  500    31.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)

random seed: 122852479
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Lockfree.Skiplist sequential
[ ]    0    0    0    0 / 1000     0.0s Lockfree.Skiplist sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 / 1000     0.0s Lockfree.Skiplist concurrent
[ ]    1    0    0    1 / 1000     0.3s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 / 1000     0.5s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 / 1000     0.6s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 / 1000     0.7s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 / 1000     0.8s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 / 1000     1.0s Lockfree.Skiplist concurrent
[ ]   16    0    0   16 / 1000     1.1s Lockfree.Skiplist concurrent
[ ]   19    0    0   19 / 1000     1.3s Lockfree.Skiplist concurrent
[ ]   22    0    0   22 / 1000     1.4s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 / 1000     1.8s Lockfree.Skiplist concurrent
[ ]   26    0    0   26 / 1000     1.9s Lockfree.Skiplist concurrent
[ ]   28    0    0   28 / 1000     2.0s Lockfree.Skiplist concurrent
[ ]   29    0    0   29 / 1000     2.3s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 / 1000     2.4s Lockfree.Skiplist concurrent
[ ]   34    0    0   34 / 1000     2.5s Lockfree.Skiplist concurrent
[ ]   37    0    0   37 / 1000     2.7s Lockfree.Skiplist concurrent
[ ]   38    0    0   38 / 1000     2.9s Lockfree.Skiplist concurrent
[ ]   40    0    0   40 / 1000     3.0s Lockfree.Skiplist concurrent
[ ]   43    0    0   43 / 1000     3.1s Lockfree.Skiplist concurrent
[ ]   45    0    0   45 / 1000     3.2s Lockfree.Skiplist concurrent
[ ]   47    0    0   47 / 1000     3.4s Lockfree.Skiplist concurrent
[ ]   50    0    0   50 / 1000     3.5s Lockfree.Skiplist concurrent
[ ]   53    0    0   53 / 1000     3.6s Lockfree.Skiplist concurrent
[ ]   56    0    0   56 / 1000     3.8s Lockfree.Skiplist concurrent
[ ]   57    0    0   57 / 1000     3.9s Lockfree.Skiplist concurrent
[ ]   60    0    0   60 / 1000     4.2s Lockfree.Skiplist concurrent
[ ]   62    0    0   62 / 1000     4.4s Lockfree.Skiplist concurrent
[ ]   65    0    0   65 / 1000     4.5s Lockfree.Skiplist concurrent
[ ]   67    0    0   67 / 1000     4.8s Lockfree.Skiplist concurrent
[ ]   70    0    0   70 / 1000     4.9s Lockfree.Skiplist concurrent
[ ]   73    0    0   73 / 1000     5.0s Lockfree.Skiplist concurrent
[ ]   75    0    0   75 / 1000     5.2s Lockfree.Skiplist concurrent
[ ]   78    0    0   78 / 1000     5.4s Lockfree.Skiplist concurrent
[ ]   81    0    0   81 / 1000     5.5s Lockfree.Skiplist concurrent
[ ]   83    0    0   83 / 1000     5.6s Lockfree.Skiplist concurrent
[ ]   85    0    0   85 / 1000     5.7s Lockfree.Skiplist concurrent
[ ]   88    0    0   88 / 1000     5.9s Lockfree.Skiplist concurrent
[ ]   91    0    0   91 / 1000     6.0s Lockfree.Skiplist concurrent
[ ]   93    0    0   93 / 1000     6.1s Lockfree.Skiplist concurrent
[ ]   95    0    0   95 / 1000     6.3s Lockfree.Skiplist concurrent
[ ]   97    0    0   97 / 1000     6.5s Lockfree.Skiplist concurrent
[ ]   99    0    0   99 / 1000     6.6s Lockfree.Skiplist concurrent
[ ]  101    0    0  101 / 1000     6.7s Lockfree.Skiplist concurrent
[ ]  104    0    0  104 / 1000     6.8s Lockfree.Skiplist concurrent
[ ]  107    0    0  107 / 1000     7.0s Lockfree.Skiplist concurrent
[ ]  110    0    0  110 / 1000     7.1s Lockfree.Skiplist concurrent
[ ]  112    0    0  112 / 1000     7.3s Lockfree.Skiplist concurrent
[ ]  115    0    0  115 / 1000     7.5s Lockfree.Skiplist concurrent
[ ]  118    0    0  118 / 1000     7.6s Lockfree.Skiplist concurrent
[ ]  121    0    0  121 / 1000     7.8s Lockfree.Skiplist concurrent
[ ]  124    0    0  124 / 1000     7.9s Lockfree.Skiplist concurrent
[ ]  127    0    0  127 / 1000     8.1s Lockfree.Skiplist concurrent
[ ]  128    0    0  128 / 1000     8.4s Lockfree.Skiplist concurrent
[ ]  131    0    0  131 / 1000     8.5s Lockfree.Skiplist concurrent
[ ]  133    0    0  133 / 1000     8.6s Lockfree.Skiplist concurrent
[ ]  134    0    0  134 / 1000     8.8s Lockfree.Skiplist concurrent
[ ]  137    0    0  137 / 1000     8.9s Lockfree.Skiplist concurrent
[ ]  140    0    0  140 / 1000     9.1s Lockfree.Skiplist concurrent
[ ]  142    0    0  142 / 1000     9.2s Lockfree.Skiplist concurrent
[ ]  144    0    0  144 / 1000     9.3s Lockfree.Skiplist concurrent
[ ]  147    0    0  147 / 1000     9.5s Lockfree.Skiplist concurrent
[] 1000    0    0 1000 / 1000 -28729.9s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)

random seed: 531146144
generated error fail pass / total     time test name

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Size sequential
[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Size sequential (generating)
[] 1000    0    0 1000 / 1000     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 / 1000     0.0s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 / 1000     0.1s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 / 1000     0.3s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 / 1000     0.7s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 / 1000     0.8s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 / 1000     1.1s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 / 1000     1.3s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 / 1000     1.4s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 / 1000     1.5s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 / 1000     1.8s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 / 1000     1.9s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 / 1000     2.0s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 / 1000     2.3s Saturn_lockfree.Size concurrent
[ ]   30    0    0   30 / 1000     2.4s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 / 1000     2.6s Saturn_lockfree.Size concurrent
[ ]   34    0    0   34 / 1000     2.8s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 / 1000     2.9s Saturn_lockfree.Size concurrent
[ ]   38    0    0   38 / 1000     3.2s Saturn_lockfree.Size concurrent
[ ]   40    0    0   40 / 1000     3.3s Saturn_lockfree.Size concurrent
[ ]   43    0    0   43 / 1000     3.5s Saturn_lockfree.Size concurrent
[ ]   46    0    0   46 / 1000     3.6s Saturn_lockfree.Size concurrent
[ ]   49    0    0   49 / 1000     3.8s Saturn_lockfree.Size concurrent
[ ]   51    0    0   51 / 1000     4.0s Saturn_lockfree.Size concurrent
[ ]   53    0    0   53 / 1000     4.2s Saturn_lockfree.Size concurrent
[ ]   55    0    0   55 / 1000     4.3s Saturn_lockfree.Size concurrent
[ ]   58    0    0   58 / 1000     4.5s Saturn_lockfree.Size concurrent
[ ]   59    0    0   59 / 1000     4.6s Saturn_lockfree.Size concurrent
[ ]   61    0    0   61 / 1000     4.8s Saturn_lockfree.Size concurrent
[ ]   64    0    0   64 / 1000     4.9s Saturn_lockfree.Size concurrent
[ ]   66    0    0   66 / 1000     5.0s Saturn_lockfree.Size concurrent
[ ]   68    0    0   68 / 1000     5.1s Saturn_lockfree.Size concurrent
[ ]   70    0    0   70 / 1000     5.3s Saturn_lockfree.Size concurrent
[ ]   72    0    0   72 / 1000     5.4s Saturn_lockfree.Size concurrent
[ ]   75    0    0   75 / 1000     5.6s Saturn_lockfree.Size concurrent
[ ]   77    0    0   77 / 1000     5.7s Saturn_lockfree.Size concurrent
[ ]   79    0    0   79 / 1000     5.8s Saturn_lockfree.Size concurrent
[ ]   82    0    0   82 / 1000     5.9s Saturn_lockfree.Size concurrent
[ ]   85    0    0   85 / 1000     6.1s Saturn_lockfree.Size concurrent
[ ]   87    0    0   87 / 1000     6.2s Saturn_lockfree.Size concurrent
[ ]   89    0    0   89 / 1000     6.4s Saturn_lockfree.Size concurrent
[ ]   91    0    0   91 / 1000     6.5s Saturn_lockfree.Size concurrent
[ ]   94    0    0   94 / 1000     6.6s Saturn_lockfree.Size concurrent
[ ]   97    0    0   97 / 1000     6.7s Saturn_lockfree.Size concurrent
[ ]  100    0    0  100 / 1000     6.9s Saturn_lockfree.Size concurrent
[ ]  103    0    0  103 / 1000     7.0s Saturn_lockfree.Size concurrent
[ ]  105    0    0  105 / 1000     7.2s Saturn_lockfree.Size concurrent
[ ]  106    0    0  106 / 1000     7.3s Saturn_lockfree.Size concurrent
[ ]  108    0    0  108 / 1000     7.5s Saturn_lockfree.Size concurrent
[ ]  111    0    0  111 / 1000     7.7s Saturn_lockfree.Size concurrent
[ ]  114    0    0  114 / 1000     7.9s Saturn_lockfree.Size concurrent
[ ]  117    0    0  117 / 1000     8.0s Saturn_lockfree.Size concurrent
[ ]  119    0    0  119 / 1000     8.1s Saturn_lockfree.Size concurrent
[ ]  121    0    0  121 / 1000     8.4s Saturn_lockfree.Size concurrent
[ ]  124    0    0  124 / 1000     8.6s Saturn_lockfree.Size concurrent
[ ]  126    0    0  126 / 1000     8.8s Saturn_lockfree.Size concurrent
[ ]  129    0    0  129 / 1000     9.0s Saturn_lockfree.Size concurrent
[ ]  132    0    0  132 / 1000     9.2s Saturn_lockfree.Size concurrent
[ ]  134    0    0  134 / 1000     9.3s Saturn_lockfree.Size concurrent
[ ]  136    0    0  136 / 1000     9.4s Saturn_lockfree.Size concurrent
[] 1000    0    0 1000 / 1000 -28727.0s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
2024-11-07 22:00.34 ---> saved as "a56fc834270b26d669209dfaf0a8bb389b837865e27ceb2832cf885e3448e4ac"
Job succeeded
2024-11-07 22:00.35: Job succeeded