Organisationsocaml-multicoresaturn72af6b (lock-free-bounded-queue)fedora-40-5.2_opam-2.2

fedora-40-5.2_opam-2.2

Link Copied
Code Copied

Logs

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-x86_64:fedora-40-5.2_opam-2.2)
Base: ocaml/opam:fedora-40-ocaml-5.2@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031
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:fedora-40-ocaml-5.2@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031
# fedora-40-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.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-domains.base base-nnp.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-x86_64.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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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:fedora-40-ocaml-5.2@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031-fedora-40-5.2_opam-2.2-e8d17e3eb3e3c9d6787c33d5633bf5e1"
2024-10-18 17:20.57: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.2@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031)
 (comment fedora-40-5.2_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.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-domains.base base-nnp.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-x86_64.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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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 asteria.caelum.ci.dev
All commits already cached
HEAD is now at 72af6bf A lock-free bounded queue


(from ocaml/opam:fedora-40-ocaml-5.2@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031)
Unable to find image 'ocaml/opam:fedora-40-ocaml-5.2@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031' locally
docker.io/ocaml/opam@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031: Pulling from ocaml/opam
dc187bc320ec: Pulling fs layer
dc187bc320ec: Verifying Checksum
dc187bc320ec: Download complete
dc187bc320ec: Pull complete
Digest: sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031
Status: Downloaded newer image for ocaml/opam@sha256:01f745e53b60b25db2d86c8d44164d5f234b2f531a029ff30fce71ee4bffd031
2024-10-18 17:20.57 ---> using "f4df49011c48fca1e2906ca94725919ee88acf135892b91b4daf6d7aae07036a" from cache


/: (comment fedora-40-5.2_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                              147 kB/s |  28 kB     00:00    
Fedora 40 openh264 (From Cisco) - x86_64        1.6 kB/s | 989  B     00:00    
Fedora 40 - x86_64 - Updates                     42 kB/s |  24 kB     00:00    
Fedora 40 - x86_64 - Updates                    239 kB/s | 6.1 MB     00:26    
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-10-18 17:20.57 ---> using "d1c5ad150afabd374d7419b73240133d2af530b8ed4a5219d9cd461b93087961" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-18 17:20.57 ---> using "2ae49618602e866e618b2c55d9f9292e999a3f30ee255ed59692b858966c6f99" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-18 17:20.57 ---> using "dad10fade351a2aaf19c0c4102334cb3bb0bf4c4b70d679d5877e0017486b2c1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.2.0
2.2.1
2024-10-18 17:20.57 ---> using "48681c44578ad7d1ce114fa95ded8b5eab96195034c28a0b7dbe7840980ae566" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-18 17:20.57 ---> using "ad7620ed068f9ef7c0d14bc86c9e99ac8f1ea1a1b3bfe762c395b4af6be707b6" 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:21.55 ---> saved as "7113a3b8c3ec93858a0ff817f4ed67621cdedf08c1d46080398bc856b5b0e370"


/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-10-18 17:21.55 ---> saved as "6ccb63c40c7a809f7e026ac7ef128ef96b83d6cdc2e5866403117af51514ca28"


/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:21.57 ---> saved as "3b860f4fd8f31423de97d76e0a2226f2e817b49682f9c49ae3c371c5176b5f0e"


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.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-x86_64.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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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 "yum" "makecache"
- Fedora 40 - x86_64                               84 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    189 kB/s |  24 kB     00:00    
- Fedora 40 - x86_64 - Updates                    6.0 MB/s | 3.9 MB     00:00    
- Metadata cache created.


<><> 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-10-18 17:22.14 ---> saved as "a0a6c9cdad2cdbebb241f0fd833b2dc976e249df63f40baddd8b2f6aa84f9273"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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 mtime.2.1.0  (cached)
-> retrieved fmt.0.9.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.6  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved picos.0.5.0  (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 dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (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 yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed domain_shims.0.1.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> 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 multicore-bench.0.1.7
-> installed ounit2.2.2.7
-> installed qcheck-alcotest.0.22
-> installed dune-configurator.3.16.0
-> installed qcheck-ounit.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-10-18 17:22.54 ---> saved as "37f7d9522d06a4b017fefe9d48b5fc9553036b0823239580e05d139555f5565d"


/src: (copy (src .) (dst /src))
2024-10-18 17:22.54 ---> saved as "8c7d354abed8ced4a991b771882d7f086db0bd6e3ae41c85918dcf71384cd744"


/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 = 100000)
test_Spsc_queue_unsafe_empty: ok
test_Spsc_queue_unsafe_full: ok
test_Spsc_queue_unsafe_parallel: ok (transferred = 100000)
(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 = 76148, stolen = 23852)
(cd _build/default/test/ws_deque && ./ws_deque_dscheck.exe)
Testing `ws_deque_dscheck'.
This run has ID `2JFYOF29'.


  [OK]          basic          0   1-owner-1-stealer.
  [OK]          basic          1   1-pusher-2-stealers.


Full test results in `/src/_build/default/test/ws_deque/_build/_tests/ws_deque_dscheck'.
Test Successful in 0.003s. 2 tests run.
(cd _build/default/test/mpsc_queue && ./mpsc_queue_dscheck.exe)
Testing `mpsc_queue_dscheck'.
This run has ID `MSSYZ9IA'.


  [OK]          basic          0   1-producer-1-consumer.
  [OK]          basic          1   1-producer-1-consumer-peek.
  [OK]          basic          2   2-producers.


Full test results in `/src/_build/default/test/mpsc_queue/_build/_tests/mpsc_queue_dscheck'.
Test Successful in 0.019s. 3 tests run.
(cd _build/default/test/size && ./dscheck_size.exe)
Testing `dscheck_size'.
This run has ID `MZNELS2A'.


  [OK]          basic          0   underflow and overflow.
  [OK]          basic          1   2-mem.
  [OK]          basic          2   2-add-same.
  [OK]          basic          3   2-add.
  [OK]          basic          4   2-remove-same.
  [OK]          basic          5   2-remove.


Full test results in `/src/_build/default/test/size/_build/_tests/dscheck_size'.
Test Successful in 0.022s. 6 tests run.
(cd _build/default/test/skiplist && ./dscheck_skiplist.exe)
Testing `DSCheck Skiplist'.
This run has ID `TJXM2STQ'.


  [OK]          basic          0   max_height_of.
  [OK]          basic          1   2-mem.
  [OK]          basic          2   2-add-same.
  [OK]          basic          3   2-add.
  [OK]          basic          4   2-remove-same.
  [OK]          basic          5   2-remove.


Full test results in `/src/_build/default/test/skiplist/_build/_tests/DSCheck Skiplist'.
Test Successful in 0.031s. 6 tests run.
(cd _build/default/test/michael_scott_queue && ./michael_scott_queue_dscheck.exe)
Testing `michael_scott_queue_dscheck'.
This run has ID `ZK6WQFOX'.


  [OK]          basic_safe            0   1-producer-1-consumer.
  [OK]          basic_safe            1   1-producer-1-consumer-peek.
  [OK]          basic_safe            2   2-producers.
  [OK]          basic_safe            3   2-domains.
  [OK]          basic_unsafe          0   1-producer-1-consumer.
  [OK]          basic_unsafe          1   1-producer-1-consumer-peek.
  [OK]          basic_unsafe          2   2-producers.
  [OK]          basic_unsafe          3   2-domains.


Full test results in `/src/_build/default/test/michael_scott_queue/_build/_tests/michael_scott_queue_dscheck'.
Test Successful in 0.058s. 8 tests run.
(cd _build/default/test/spsc_queue && ./spsc_queue_dscheck.exe)
Testing `spsc_queue_dscheck'.
This run has ID `YBH6644G'.


  [OK]          basic_safe                   0   simple-test.
  [OK]          wrap-arounds_safe            0   shift-by-1.
  [OK]          wrap-arounds_safe            1   shift-by-6.
  [OK]          wrap-arounds_safe            2   shift-by-11.
  [OK]          size_safe                    0   linearizes-with-1-thr.
  [OK]          basic_unsafe                 0   simple-test.
  [OK]          wrap-arounds_unsafe          0   shift-by-1.
  [OK]          wrap-arounds_unsafe          1   shift-by-6.
  [OK]          wrap-arounds_unsafe          2   shift-by-11.
  [OK]          size_unsafe                  0   linearizes-with-1-thr.


Full test results in `/src/_build/default/test/spsc_queue/_build/_tests/spsc_queue_dscheck'.
Test Successful in 0.072s. 10 tests run.
(cd _build/default/test/treiber_stack && ./treiber_stack_dscheck.exe)
Testing `treiber_stack_dscheck'.
This run has ID `XHG1UMD3'.


  [OK]          basic          0   1-producer-1-consumer.
  [OK]          basic          1   2-producers.
  [OK]          basic          2   2-consumers.
  [OK]          basic          3   2-domains.
  [OK]          basic          4   2-domains-more-pops.


Full test results in `/src/_build/default/test/treiber_stack/_build/_tests/treiber_stack_dscheck'.
Test Successful in 0.127s. 5 tests run.
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 315544128
Testing `Treiber_stack'.
This run has ID `3GQ02SF6'.


  [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.273s. 6 tests run.
(cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 690659182
Testing `Ws_deque'.
This run has ID `PKJ95KRL'.


  [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 0.473s. 6 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 477633660
Testing `Michael_scott_queue'.
This run has ID `X40FM5SV'.


  [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 0.823s. 16 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 28280919
Testing `Spsc_queues'.
This run has ID `07MACA91'.


  [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 1.177s. 16 tests run.
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 222090595
Testing `Mpsc_queue'.
This run has ID `UM7EIANR'.


  [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 1.219s. 22 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 391869089
Testing `QCheck Skiplist'.
This run has ID `356IWKYU'.


  [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 8.930s. 7 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  messages over time/1 adder, 1 taker (cas):
    2.80 M/s
  messages over time/1 adder, 1 taker (not lf):
    5.98 M/s
  messages over time/1 adder, 1 taker (spin):
    2.78 M/s
  messages over time/1 adder, 2 takers (cas):
    3.50 M/s
  messages over time/1 adder, 2 takers (not lf):
    2.85 M/s
  messages over time/1 adder, 2 takers (spin):
    3.91 M/s
  messages over time/2 adders, 1 taker (cas):
    2.91 M/s
  messages over time/2 adders, 1 taker (not lf):
    2.89 M/s
  messages over time/2 adders, 1 taker (spin):
    4.81 M/s
  messages over time/2 adders, 2 takers (cas):
    2.84 M/s
  messages over time/2 adders, 2 takers (not lf):
    2.69 M/s
  messages over time/2 adders, 2 takers (spin):
    3.91 M/s
  time per message/1 adder, 1 taker (cas):
    714.60 ns
  time per message/1 adder, 1 taker (not lf):
    334.42 ns
  time per message/1 adder, 1 taker (spin):
    720.02 ns
  time per message/1 adder, 2 takers (cas):
    858.04 ns
  time per message/1 adder, 2 takers (not lf):
    1053.88 ns
  time per message/1 adder, 2 takers (spin):
    766.72 ns
  time per message/2 adders, 1 taker (cas):
    1030.77 ns
  time per message/2 adders, 1 taker (not lf):
    1039.57 ns
  time per message/2 adders, 1 taker (spin):
    623.77 ns
  time per message/2 adders, 2 takers (cas):
    1407.49 ns
  time per message/2 adders, 2 takers (not lf):
    1486.01 ns
  time per message/2 adders, 2 takers (spin):
    1023.52 ns
Saturn_lockfree Cue:
  messages over time/1 nb adder, 1 nb taker:
    39.35 M/s
  messages over time/1 nb adder, 2 nb takers:
    39.82 M/s
  messages over time/2 nb adders, 1 nb taker:
    34.04 M/s
  messages over time/2 nb adders, 2 nb takers:
    24.24 M/s
  messages over time/one domain:
    12.90 M/s
  time per message/1 nb adder, 1 nb taker:
    50.82 ns
  time per message/1 nb adder, 2 nb takers:
    75.35 ns
  time per message/2 nb adders, 1 nb taker:
    88.12 ns
  time per message/2 nb adders, 2 nb takers:
    165.05 ns
  time per message/one domain:
    77.55 ns
Saturn_lockfree Queue:
  messages over time/1 nb adder, 1 nb taker:
    13.69 M/s
  messages over time/1 nb adder, 2 nb takers:
    11.42 M/s
  messages over time/2 nb adders, 1 nb taker:
    10.14 M/s
  messages over time/2 nb adders, 2 nb takers:
    12.79 M/s
  messages over time/one domain:
    12.27 M/s
  time per message/1 nb adder, 1 nb taker:
    146.11 ns
  time per message/1 nb adder, 2 nb takers:
    262.71 ns
  time per message/2 nb adders, 1 nb taker:
    295.95 ns
  time per message/2 nb adders, 2 nb takers:
    312.86 ns
  time per message/one domain:
    81.52 ns
Saturn_lockfree Single_prod_single_cons_queue:
  messages over time/2 workers, capacity 1:
    0.77 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.85 M/s
  messages over time/2 workers, capacity 32768:
    11.43 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    19.91 M/s
  messages over time/2 workers, capacity 4096:
    7.79 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    8.77 M/s
  messages over time/2 workers, capacity 512:
    7.44 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    7.36 M/s
  messages over time/2 workers, capacity 64:
    6.23 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    7.78 M/s
  messages over time/2 workers, capacity 8:
    3.61 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    2.57 M/s
  time per message/2 workers, capacity 1:
    2599.46 ns
  time per message/2 workers, capacity 1 (unsafe):
    2363.17 ns
  time per message/2 workers, capacity 32768:
    175.00 ns
  time per message/2 workers, capacity 32768 (unsafe):
    100.45 ns
  time per message/2 workers, capacity 4096:
    256.90 ns
  time per message/2 workers, capacity 4096 (unsafe):
    228.08 ns
  time per message/2 workers, capacity 512:
    268.89 ns
  time per message/2 workers, capacity 512 (unsafe):
    271.65 ns
  time per message/2 workers, capacity 64:
    321.01 ns
  time per message/2 workers, capacity 64 (unsafe):
    257.20 ns
  time per message/2 workers, capacity 8:
    553.50 ns
  time per message/2 workers, capacity 8 (unsafe):
    779.27 ns
Saturn_lockfree Size:
  operations over time/1 worker:
    38.68 M/s
  operations over time/2 workers:
    75.34 M/s
  operations over time/4 workers:
    127.40 M/s
  time per operation/1 worker:
    25.85 ns
  time per operation/2 workers:
    26.55 ns
  time per operation/4 workers:
    31.40 ns
Saturn_lockfree Skiplist:
  operations over time/1 workers, 10% mem 45% add 45% rem:
    1.86 M/s
  operations over time/1 workers, 50% mem 25% add 25% rem:
    2.17 M/s
  operations over time/1 workers, 90% mem 5% add 5% rem:
    2.83 M/s
  operations over time/2 workers, 10% mem 45% add 45% rem:
    2.21 M/s
  operations over time/2 workers, 50% mem 25% add 25% rem:
    3.02 M/s
  operations over time/2 workers, 90% mem 5% add 5% rem:
    4.47 M/s
  operations over time/4 workers, 10% mem 45% add 45% rem:
    3.15 M/s
  operations over time/4 workers, 50% mem 25% add 25% rem:
    6.08 M/s
  operations over time/4 workers, 90% mem 5% add 5% rem:
    8.37 M/s
  time per operation/1 workers, 10% mem 45% add 45% rem:
    538.64 ns
  time per operation/1 workers, 50% mem 25% add 25% rem:
    460.44 ns
  time per operation/1 workers, 90% mem 5% add 5% rem:
    353.41 ns
  time per operation/2 workers, 10% mem 45% add 45% rem:
    904.25 ns
  time per operation/2 workers, 50% mem 25% add 25% rem:
    661.21 ns
  time per operation/2 workers, 90% mem 5% add 5% rem:
    447.12 ns
  time per operation/4 workers, 10% mem 45% add 45% rem:
    1270.60 ns
  time per operation/4 workers, 50% mem 25% add 25% rem:
    658.37 ns
  time per operation/4 workers, 90% mem 5% add 5% rem:
    477.83 ns
Saturn_lockfree Stack:
  messages over time/1 adder, 1 taker:
    9.94 M/s
  messages over time/1 adder, 2 takers:
    13.48 M/s
  messages over time/2 adders, 1 taker:
    14.55 M/s
  messages over time/2 adders, 2 takers:
    10.95 M/s
  messages over time/one domain:
    29.92 M/s
  time per message/1 adder, 1 taker:
    201.29 ns
  time per message/1 adder, 2 takers:
    222.48 ns
  time per message/2 adders, 1 taker:
    206.15 ns
  time per message/2 adders, 2 takers:
    365.28 ns
  time per message/one domain:
    33.42 ns
Saturn_lockfree Work_stealing_deque:
  messages over time/1 adder, 1 taker:
    4.34 M/s
  messages over time/1 adder, 2 takers:
    9.11 M/s
  messages over time/1 adder, 4 takers:
    9.38 M/s
  messages over time/one domain (FIFO):
    23.81 M/s
  messages over time/one domain (LIFO):
    21.49 M/s
  spawns over time/1 worker:
    16.05 M/s
  spawns over time/2 workers:
    11.94 M/s
  spawns over time/4 workers:
    25.48 M/s
  spawns over time/8 workers:
    36.24 M/s
  time per message/1 adder, 1 taker:
    460.89 ns
  time per message/1 adder, 2 takers:
    329.19 ns
  time per message/1 adder, 4 takers:
    533.31 ns
  time per message/one domain (FIFO):
    42.00 ns
  time per message/one domain (LIFO):
    46.53 ns
  time per spawn/1 worker:
    62.29 ns
  time per spawn/2 workers:
    167.55 ns
  time per spawn/4 workers:
    156.98 ns
  time per spawn/8 workers:
    220.77 ns
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `GLJEQSNH'.


  [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 15.411s. 9 tests run.
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)
random seed: 992015746435006580
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Treiber_stack sequential
[]   32    0    0   32 /   32     1.2s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 4249205848368198237
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Treiber_stack sequential
[]   64    0    0   64 /   64     2.6s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 3665133766761050976
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Treiber_stack sequential
[]  128    0    0  128 /  128     5.0s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 3941746174957262391
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Treiber_stack sequential
[]  256    0    0  256 /  256     9.4s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 2602348783774889846
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Treiber_stack sequential
[]  512    0    0  512 /  512    14.7s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 2191548982986488634
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Treiber_stack sequential
[]   32    0    0   32 /   32     0.7s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/cue && ./stm_cue.exe --verbose)
random seed: 1312392138250995957
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Cue sequential
[]   32    0    0   32 /   32     1.5s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 627940664275224879
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Cue sequential
[]   64    0    0   64 /   64     3.1s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 3244691183465098747
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Cue sequential
[]  128    0    0  128 /  128     5.7s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 4386106907905085955
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Cue sequential
[]  256    0    0  256 /  256     8.8s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 889986455300827909
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Cue sequential
[]  512    0    0  512 /  512    17.7s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 4589401760944241733
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Cue sequential
[]   32    0    0   32 /   32     0.7s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)
random seed: 4598139801494378071
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Lockfree.Skiplist sequential
[]   32    0    0   32 /   32     1.4s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 1140466670349811355
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Lockfree.Skiplist sequential
[]   64    0    0   64 /   64     3.2s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 1452315604385244863
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Lockfree.Skiplist sequential
[]  128    0    0  128 /  128     6.8s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 2428190252184353820
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Lockfree.Skiplist sequential
[ ]  190    0    0  190 /  256 []  256    0    0  256 /  256    11.8s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 2480438224646030663
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Lockfree.Skiplist sequential
[]  512    0    0  512 /  512    20.4s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 845290038303620224
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Lockfree.Skiplist sequential
[]   32    0    0   32 /   32     1.2s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)
random seed: 3538986399137402321
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Size sequential
[]   32    0    0   32 /   32     1.6s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 4434161076438886119
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Size sequential
[]   64    0    0   64 /   64     3.9s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 4446622086865752208
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Size sequential
[]  128    0    0  128 /  128     5.1s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 4128387938704218149
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Size sequential
[]  256    0    0  256 /  256    12.8s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 284594798979451152
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Size sequential
[]  512    0    0  512 /  512    20.7s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 25748830820271766
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Size sequential
[]   32    0    0   32 /   32     1.2s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)
random seed: 1343593962697937578
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Ws_deque sequential
[]   32    0    0   32 /   32     0.8s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /   32     4.6s Saturn_lockfree.Ws_deque parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (19 shrink steps):


                        |                
                     Push 729            
                        |                
             .---------------------.
             |                     |                
           Push 1                 Pop               
                                  Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


                                    |                      
                              Push 729 : ()                
                                    |                      
                 .------------------------------------.
                 |                                    |                      
            Push 1 : ()                         Pop : Ok (1)                 
                                          Pop : Error (Stdlib.Exit)          


================================================================================
success (ran 3 tests)
random seed: 2249853862484742099
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Ws_deque sequential
[]   64    0    0   64 /   64     2.4s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /   64     5.5s Saturn_lockfree.Ws_deque parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (10 shrink steps):


                        |                
                     Push 29             
                     Push 3              
                        |                
             .---------------------.
             |                     |                
            Pop                   Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


                             |                             
                        Push 29 : ()                       
                        Push 3 : ()                        
                             |                             
          .------------------------------------.
          |                                    |                             
     Pop : Ok (0)                         Pop : Ok (3)                       


================================================================================
success (ran 3 tests)
random seed: 1443321256570091498
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Ws_deque sequential
[]  128    0    0  128 /  128     3.3s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /  128     7.9s Saturn_lockfree.Ws_deque parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (28 shrink steps):


                       |                 
                     Push 9              
                     Push 2              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


                             |                             
                        Push 9 : ()                        
                        Push 2 : ()                        
                             |                             
          .------------------------------------.
          |                                    |                             
     Pop : Ok (2)                         Pop : Ok (2)                       


================================================================================
success (ran 3 tests)
random seed: 3966344683892098386
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Ws_deque sequential
[]  256    0    0  256 /  256     5.7s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /  256     4.2s Saturn_lockfree.Ws_deque parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (34 shrink steps):


                        |                
                     Push 872            
                        |                
             .---------------------.
             |                     |                
           Push 8                 Pop               
                                  Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


                                    |                      
                              Push 872 : ()                
                                    |                      
                 .------------------------------------.
                 |                                    |                      
            Push 8 : ()                         Pop : Ok (8)                 
                                          Pop : Error (Stdlib.Exit)          


================================================================================
success (ran 3 tests)
random seed: 4101349962358295497
generated error fail pass / total     time test name
[]  353    0    0  353 /  353     0.0s Saturn_lockfree.Ws_deque sequential
[]  353    0    0  353 /  353     7.0s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /  353     2.4s Saturn_lockfree.Ws_deque parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (6 shrink steps):


                       |                 
                     Push 3              
                     Push 1              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


                             |                             
                        Push 3 : ()                        
                        Push 1 : ()                        
                             |                             
          .------------------------------------.
          |                                    |                             
     Pop : Ok (1)                         Pop : Ok (0)                       


================================================================================
success (ran 3 tests)
random seed: 3977400614234219612
generated error fail pass / total     time test name
[]  167    0    0  167 /  167     0.0s Saturn_lockfree.Ws_deque sequential
[]  167    0    0  167 /  167     2.4s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /  167     2.5s Saturn_lockfree.Ws_deque parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (10 shrink steps):


                        |                
                      Push 6             
                     Push 176            
                        |                
             .---------------------.
             |                     |                
            Pop                   Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


                              |                            
                         Push 6 : ()                       
                        Push 176 : ()                      
                              |                            
           .------------------------------------.
           |                                    |                            
      Pop : Ok (0)                        Pop : Ok (176)                     


================================================================================
success (ran 3 tests)
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)
random seed: 1766224738536685259
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Mpsc_queue sequential
[]   32    0    0   32 /   32     1.8s Saturn_lockfree.Mpsc_queue parallel
[]    3    0    1    2 /   32     7.6s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (6 shrink steps):


                          |              
                        Push 6           
                          |              
               .---------------------.
               |                     |              
              Pop               Push_head769        
            Is_empty               Close            


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                                           |                          
                                                   Push 6 : Ok (())                   
                                                           |                          
                               .------------------------------------------------------.
                               |                                                      |                          
                         Pop : Ok (6)                                      Push_head769 : Ok (())                
     Is_empty : Error (Saturn_lockfree__Mpsc_queue.Closed)                     Close : Ok (())                   


================================================================================
success (ran 3 tests)
random seed: 2514188922642518219
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Mpsc_queue sequential
[]   64    0    0   64 /   64     2.7s Saturn_lockfree.Mpsc_queue parallel
[]    7    0    1    6 /   64     4.1s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (29 shrink steps):


                          |              
                     Push_head921        
                          |              
               .---------------------.
               |                     |              
           Push_head1            Push_head5         


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                                                                                       |                                                 
                                                                                             Push_head921 : Ok (())                                      
                                                                                                       |                                                 
                                                     .---------------------------------------------------------------------------------------------------.
                                                     |                                                                                                   |                                                 
                                            Push_head1 : Ok (())                                         Push_head5 : Error (File "src_lockfree/mpsc_queue.ml", line 88, characters 4-10: Assertion failed)


================================================================================
success (ran 3 tests)
random seed: 3371879212971369586
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Mpsc_queue sequential
[]  128    0    0  128 /  128     5.1s Saturn_lockfree.Mpsc_queue parallel
[]    6    0    1    5 /  128     7.1s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (18 shrink steps):


                         |               
                       Push 5            
                         |               
              .---------------------.
              |                     |               
          Push_head0            Push_head2          


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                                                                                       |                                                 
                                                                                                Push 5 : Ok (())                                         
                                                                                                       |                                                 
                                                     .---------------------------------------------------------------------------------------------------.
                                                     |                                                                                                   |                                                 
                                            Push_head0 : Ok (())                                         Push_head2 : Error (File "src_lockfree/mpsc_queue.ml", line 88, characters 4-10: Assertion failed)


================================================================================
success (ran 3 tests)
random seed: 957552828221144327
generated error fail pass / total     time test name
[]  251    0    0  251 /  251     0.0s Saturn_lockfree.Mpsc_queue sequential
[]  251    0    0  251 /  251     8.0s Saturn_lockfree.Mpsc_queue parallel
[]    3    0    1    2 /  251     6.6s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (35 shrink steps):


                         |               
                     Push_head3          
                         |               
              .---------------------.
              |                     |               
         Push_head7            Push_head2          


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                                                                                       |                                                 
                                                                                              Push_head3 : Ok (())                                       
                                                                                                       |                                                 
                                                     .---------------------------------------------------------------------------------------------------.
                                                     |                                                                                                   |                                                 
                                            Push_head7 : Ok (())                                         Push_head2 : Error (File "src_lockfree/mpsc_queue.ml", line 88, characters 4-10: Assertion failed)


================================================================================
success (ran 3 tests)
random seed: 2894727303619793877
generated error fail pass / total     time test name
[]  189    0    0  189 /  189     0.0s Saturn_lockfree.Mpsc_queue sequential
[]  189    0    0  189 /  189     5.2s Saturn_lockfree.Mpsc_queue parallel
[]    1    0    1    0 /  189     5.1s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (30 shrink steps):


                           |             
                      Push_head3         
                           |             
                .---------------------.
                |                     |             
          Push_head363          Push_head9870       


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                                                                                           |                                                  
                                                                                                 Push_head3 : Ok (())                                         
                                                                                                           |                                                  
                                                       .------------------------------------------------------------------------------------------------------.
                                                       |                                                                                                      |                                                  
                                            Push_head363 : Ok (())                                          Push_head9870 : Error (File "src_lockfree/mpsc_queue.ml", line 88, characters 4-10: Assertion failed)


================================================================================
success (ran 3 tests)
random seed: 730592917935926607
generated error fail pass / total     time test name
[]   86    0    0   86 /   86     0.0s Saturn_lockfree.Mpsc_queue sequential
[]   86    0    0   86 /   86     1.8s Saturn_lockfree.Mpsc_queue parallel
[]    3    0    1    2 /   86     1.6s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (7 shrink steps):


                          |              
                       Push 67           
                          |              
               .---------------------.
               |                     |              
          Push_head509          Push_head92         


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                                                                                         |                                                 
                                                                                                 Push 67 : Ok (())                                         
                                                                                                         |                                                 
                                                      .----------------------------------------------------------------------------------------------------.
                                                      |                                                                                                    |                                                 
                                           Push_head509 : Ok (())                                         Push_head92 : Error (File "src_lockfree/mpsc_queue.ml", line 88, characters 4-10: Assertion failed)


================================================================================
success (ran 3 tests)
random seed: 2279886233281273562
generated error fail pass / total     time test name
[]   45    0    0   45 /   45     0.0s Saturn_lockfree.Mpsc_queue sequential
[]   45    0    0   45 /   45     1.0s Saturn_lockfree.Mpsc_queue parallel
[]    1    0    1    0 /   45     3.8s Saturn_lockfree.Mpsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (19 shrink steps):


                          |              
                     Push_head209        
                          |              
               .---------------------.
               |                     |              
              Peek                  Pop             


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


                                  |                        
                        Push_head209 : Ok (())             
                                  |                        
               .------------------------------------.
               |                                    |                        
         Peek : Ok (0)                        Pop : Ok (209)                 


================================================================================
success (ran 3 tests)
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)
random seed: 794851200350379169
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   32    0    0   32 /   32     1.4s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 3976049759537477046
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   64    0    0   64 /   64     2.9s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 4376004197586519272
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]  128    0    0  128 /  128     5.8s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 2474743335742990143
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]  256    0    0  256 /  256     9.3s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 2501287639438730259
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]  512    0    0  512 /  512    17.0s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 557478883225062845
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   32    0    0   32 /   32     0.8s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 2163168201539152688
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   32    0    0   32 /   32     0.7s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 4360096663283197164
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   64    0    0   64 /   64     1.7s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 3725476435010613151
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  128    0    0  128 /  128     2.7s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 220069863055923286
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  256    0    0  256 /  256     6.4s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 230355018936865196
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  512    0    0  512 /  512    12.6s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 2611821976251139933
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   32    0    0   32 /   32     0.6s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)
random seed: 968732714907711306
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue sequential
[]   32    0    0   32 /   32     1.5s Saturn_lockfree.Spsc_queue parallel
[]    2    0    1    1 /   32     2.9s Saturn_lockfree.Spsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (13 shrink steps):


                       |                 
                     Push 6              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Peek               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


                                                       |                        
                                               Push 6 : Ok (())                 
                                                       |                        
                             .--------------------------------------------------.
                             |                                                  |                        
                       Pop : Ok (6)                     Peek : Error (Invalid_argument("option is None"))


================================================================================
success (ran 3 tests)
random seed: 2518940739944697997
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Spsc_queue sequential
[]   64    0    0   64 /   64     2.0s Saturn_lockfree.Spsc_queue parallel
[]    1    0    1    0 /   64     4.1s Saturn_lockfree.Spsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (24 shrink steps):


                       |                 
                     Push 7              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


                                                     |                        
                                              Push 7 : Ok (())                
                                                     |                        
                            .-------------------------------------------------.
                            |                                                 |                        
     Pop : Error (Invalid_argument("option is None"))                    Pop : Ok (7)                  


================================================================================
success (ran 3 tests)
random seed: 1123343444821433283
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Spsc_queue sequential
[]  128    0    0  128 /  128     4.8s Saturn_lockfree.Spsc_queue parallel
[]    1    0    1    0 /  128     4.6s Saturn_lockfree.Spsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (23 shrink steps):


                       |                 
                     Push 6              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


                                                     |                        
                                              Push 6 : Ok (())                
                                                     |                        
                            .-------------------------------------------------.
                            |                                                 |                        
     Pop : Error (Invalid_argument("option is None"))                    Pop : Ok (6)                  


================================================================================
success (ran 3 tests)
random seed: 394035386681001712
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Spsc_queue sequential
[]  256    0    0  256 /  256     7.9s Saturn_lockfree.Spsc_queue parallel
[]    1    0    1    0 /  256     2.7s Saturn_lockfree.Spsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (32 shrink steps):


                        |                
                     Push 96             
                        |                
             .---------------------.
             |                     |                
            Pop                   Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


                                                     |                        
                                             Push 96 : Ok (())                
                                                     |                        
                            .-------------------------------------------------.
                            |                                                 |                        
     Pop : Error (Invalid_argument("option is None"))                   Pop : Ok (96)                  


================================================================================
success (ran 3 tests)
random seed: 1197921928027939052
generated error fail pass / total     time test name
[]  464    0    0  464 /  464     0.0s Saturn_lockfree.Spsc_queue sequential
[]  464    0    0  464 /  464    12.3s Saturn_lockfree.Spsc_queue parallel
[]    1    0    1    0 /  464     1.7s Saturn_lockfree.Spsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (24 shrink steps):


                        |                
                     Push 78             
                        |                
             .---------------------.
             |                     |                
            Pop                  Peek               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


                                                       |                        
                                               Push 78 : Ok (())               
                                                       |                        
                             .--------------------------------------------------.
                             |                                                  |                        
                       Pop : Ok (78)                    Peek : Error (Invalid_argument("option is None"))


================================================================================
success (ran 3 tests)
random seed: 1394873508583650873
generated error fail pass / total     time test name
[]   56    0    0   56 /   56     0.0s Saturn_lockfree.Spsc_queue sequential
[]   56    0    0   56 /   56     1.5s Saturn_lockfree.Spsc_queue parallel
[]    2    0    1    1 /   56     3.1s Saturn_lockfree.Spsc_queue parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (26 shrink steps):


                        |                
                     Push 984            
                        |                
             .---------------------.
             |                     |                
            Pop                   Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


                                                     |                        
                                             Push 984 : Ok (())               
                                                     |                        
                            .-------------------------------------------------.
                            |                                                 |                        
     Pop : Error (Invalid_argument("option is None"))                   Pop : Ok (984)                 


================================================================================
success (ran 3 tests)
random seed: 1936735043863801145
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]   32    0    0   32 /   32     0.5s Saturn_lockfree.Spsc_queue_unsafe parallel
[]    1    0    1    0 /   32     1.1s Saturn_lockfree.Spsc_queue_unsafe parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (13 shrink steps):


                        |                
                        |                
             .---------------------.
             |                     |                
          Push 917               Push 2             
                                  Pop               
                                  Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                                |                          
                                |                          
             .------------------------------------.
             |                                    |                          
     Push 917 : Ok (())                    Push 2 : Ok (())                  
                                             Pop : Ok (2)                    
                                             Pop : Ok (0)                    


================================================================================
success (ran 3 tests)
random seed: 855616707164837489
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]   64    0    0   64 /   64     1.6s Saturn_lockfree.Spsc_queue_unsafe parallel
[]    1    0    1    0 /   64     3.2s Saturn_lockfree.Spsc_queue_unsafe parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (36 shrink steps):


                       |                 
                     Push 1              
                       |                 
            .---------------------.
            |                     |                 
           Peek                  Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                               |                           
                        Push 1 : Ok (())                   
                               |                           
            .------------------------------------.
            |                                    |                           
      Peek : Ok (0)                         Pop : Ok (1)                     


================================================================================
success (ran 3 tests)
random seed: 2218840724863526639
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]  128    0    0  128 /  128     3.0s Saturn_lockfree.Spsc_queue_unsafe parallel
[]    1    0    1    0 /  128     1.6s Saturn_lockfree.Spsc_queue_unsafe parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (14 shrink steps):


                       |                 
                     Push 5              
                       |                 
            .---------------------.
            |                     |                 
           Peek                  Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                               |                           
                        Push 5 : Ok (())                   
                               |                           
            .------------------------------------.
            |                                    |                           
      Peek : Ok (0)                         Pop : Ok (5)                     


================================================================================
success (ran 3 tests)
random seed: 4097407492499862189
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]  256    0    0  256 /  256     6.3s Saturn_lockfree.Spsc_queue_unsafe parallel
[]    1    0    1    0 /  256     1.8s Saturn_lockfree.Spsc_queue_unsafe parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (35 shrink steps):


                       |                 
                     Push 8              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                               |                           
                        Push 8 : Ok (())                   
                               |                           
            .------------------------------------.
            |                                    |                           
       Pop : Ok (0)                         Pop : Ok (8)                     


================================================================================
success (ran 3 tests)
random seed: 2692841934107918563
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]  512    0    0  512 /  512     9.9s Saturn_lockfree.Spsc_queue_unsafe parallel
[]    1    0    1    0 /  512     1.8s Saturn_lockfree.Spsc_queue_unsafe parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (20 shrink steps):


                        |                
                     Push 929            
                        |                
             .---------------------.
             |                     |                
            Peek                  Pop               


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                                |                          
                        Push 929 : Ok (())                 
                                |                          
             .------------------------------------.
             |                                    |                          
       Peek : Ok (0)                        Pop : Ok (929)                   


================================================================================
success (ran 3 tests)
random seed: 919729957532754877
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]   32    0    0   32 /   32     1.1s Saturn_lockfree.Spsc_queue_unsafe parallel
[]    1    0    1    0 /   32     1.8s Saturn_lockfree.Spsc_queue_unsafe parallel, negative


--- Info -----------------------------------------------------------------------


Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (6 shrink steps):


                       |                 
                     Push 5              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Pop                


+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                               |                           
                        Push 5 : Ok (())                   
                               |                           
            .------------------------------------.
            |                                    |                           
       Pop : Ok (5)                         Pop : Ok (0)                     


================================================================================
success (ran 3 tests)
2024-10-18 17:24.19 ---> saved as "021bb7a091d3ec0fd87b6d4f4fad33b4c7a61a69149c191011cff9791366b1a0"
Job succeeded
2024-10-18 17:24.20: Job succeeded