2024-09-29 08:29.23: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/lock-free-bounded-queue (26b0260b597889a8e6e1f0264b4c0daec61755c6) (linux-x86_64:debian-11-4.14_opam-2.2)
Base: ocaml/opam:debian-11-ocaml-4.14@sha256:380d042e408984ce5511dd010ef2a9a6f0a59087b76b77d384b994e7f10e7f28
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 26b0260b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-11-ocaml-4.14@sha256:380d042e408984ce5511dd010ef2a9a6f0a59087b76b77d384b994e7f10e7f28
# debian-11-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2024-09-29 08:29.23: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-11-ocaml-4.14@sha256:380d042e408984ce5511dd010ef2a9a6f0a59087b76b77d384b994e7f10e7f28-debian-11-4.14_opam-2.2-95f8c4071d7ed938b0debe86599c4ba1"
2024-09-29 08:29.23: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-4.14@sha256:380d042e408984ce5511dd010ef2a9a6f0a59087b76b77d384b994e7f10e7f28)
(comment debian-11-4.14_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src saturn_lockfree.opam saturn.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn saturn_lockfree.dev './' && \
\nopam pin add -yn saturn.dev './'"))
(env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2024-09-29 08:29.23: Waiting for resource in pool OCluster
2024-09-29 08:29.24: Waiting for worker…
2024-09-29 08:29.24: Got resource from pool OCluster
Building on x86-bm-c9.sw.ocaml.org
All commits already cached
HEAD is now at 26b0260 Port to Picos
(from ocaml/opam:debian-11-ocaml-4.14@sha256:380d042e408984ce5511dd010ef2a9a6f0a59087b76b77d384b994e7f10e7f28)
2024-09-29 08:31.22 ---> saved as "31826883d75758077fc904edf8f108371373fc46a47bc2094536847224befa57"
/: (comment debian-11-4.14_opam-2.2)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-29 08:31.22 ---> saved as "a702fa3fbda535286b4714bdd4e2292e9fcca708c0e6147c3e6b63350f66efee"
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-29 08:32.55 ---> saved as "7440bfc2adbcb1915db5d58a0b463027c3b0a84bf9705e253d72b8817a0675b1"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-29 08:32.56 ---> saved as "bcce211c54da9d554060cd16cbd2ebfb2116f35b3685e5e0b76eb22e3f279673"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-09-29 08:32.56 ---> saved as "60b9aea1e6fed279f9c08c85ad2e31d4d82295fc3f6e627ba7acafd86d82ae4f"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
e89899ac28..98a8109514 master -> origin/master
b876d7d370 Merge pull request #26641 from polytypic/release-backoff-0.1.1
<><> 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-09-29 08:34.23 ---> saved as "21f54993e6efac920deabba68f1fc3478970edcdd6bcc8f7e7c616b0efa9f251"
/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-09-29 08:34.23 ---> saved as "a0d8ba669436696e44c8633bf3f306c20e1bdbf75b13ca472da1ec12b37db822"
/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-09-29 08:34.26 ---> saved as "70fb8ba7c99457cef6ffb0d3399beee3b177359c76a37d3da7a315dfbb1b0a24"
/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8066 kB]
- Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [295 kB]
- Fetched 8549 kB in 1s (6884 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.dev] synchronised (no changes)
[saturn_lockfree.dev] synchronised (no changes)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-09-29 08:34.53 ---> saved as "c5a216e7a46b5cc6190a299ca02f883af55431266b47d799739a038d2bd1c192"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
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.5
- 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 astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved cmdliner.1.3.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
-> retrieved alcotest.1.8.0 (https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz)
-> retrieved backoff.0.1.1 (https://github.com/ocaml-multicore/backoff/releases/download/0.1.1/backoff-0.1.1.tbz)
-> retrieved containers.3.14 (https://github.com/c-cube/ocaml-containers/releases/download/v3.14/containers-3.14.tbz)
-> retrieved domain-local-await.1.0.1 (https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.1/domain-local-await-1.0.1.tbz)
-> retrieved csexp.1.5.2 (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> retrieved domain_shims.0.1.0 (https://gitlab.com/gasche/domain-shims/-/archive/0.1.0/domain-shims-0.1.0.tar.gz)
-> retrieved dscheck.0.5.0 (https://github.com/ocaml-multicore/dscheck/releases/download/0.5.0/dscheck-0.5.0.tbz)
-> retrieved fmt.0.9.0 (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
-> retrieved mtime.2.1.0 (https://erratique.ch/software/mtime/releases/mtime-2.1.0.tbz)
-> retrieved either.1.0.0 (https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz)
-> retrieved dune.3.16.0, dune-configurator.3.16.0 (cached)
-> retrieved multicore-bench.0.1.5 (https://github.com/ocaml-multicore/multicore-bench/releases/download/0.1.5/multicore-bench-0.1.5.tbz)
-> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0 (https://github.com/ocaml-multicore/multicore-magic/releases/download/2.3.0/multicore-magic-2.3.0.tbz)
-> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.9.6 (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
-> retrieved ocamlbuild.0.15.0 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz)
-> retrieved oseq.0.5.1 (https://github.com/c-cube/oseq/releases/download/v0.5.1/oseq-0.5.1.tbz)
-> retrieved ounit2.2.2.7 (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22 (https://github.com/c-cube/qcheck/archive/v0.22.tar.gz)
-> retrieved picos.0.5.0 (https://github.com/ocaml-multicore/picos/releases/download/0.5.0/picos-0.5.0.tbz)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (https://github.com/ocaml-multicore/multicoretests/archive/refs/tags/0.4.tar.gz)
-> retrieved seq.base (2 extra sources)
-> retrieved seq.base (2 extra sources)
-> installed seq.base
-> retrieved re.1.12.0 (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
-> retrieved thread-local-storage.0.2 (https://github.com/c-cube/thread-local-storage/releases/download/v0.2/thread-local-storage-0.2.tbz)
-> retrieved topkg.1.0.7 (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
-> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> retrieved thread-table.1.0.0 (https://github.com/ocaml-multicore/thread-table/releases/download/1.0.0/thread-table-1.0.0.tbz)
-> retrieved uutf.1.0.3 (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> retrieved tsort.2.1.0 (https://github.com/dmbaturin/ocaml-tsort/archive/refs/tags/2.1.0.tar.gz)
-> retrieved yojson.2.2.2 (https://github.com/ocaml-community/yojson/releases/download/2.2.2/yojson-2.2.2.tbz)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed domain_shims.0.1.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed oseq.0.5.1
-> 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 qcheck-core.0.22
-> installed yojson.2.2.2
-> installed domain-local-await.1.0.1
-> installed picos.0.5.0
-> installed qcheck-multicoretests-util.0.4
-> installed alcotest.1.8.0
-> installed ounit2.2.2.7
-> installed multicore-bench.0.1.5
-> installed qcheck-stm.0.4
-> installed qcheck-alcotest.0.22
-> installed qcheck-ounit.0.22
-> installed dune-configurator.3.16.0
-> 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-09-29 08:35.47 ---> saved as "abff6de4cfbdee171fa83dfc63de769641dbce3f98f6f1c7e06c032691893d39"
/src: (copy (src .) (dst /src))
2024-09-29 08:35.47 ---> saved as "5ffbd7a6942f1ff4694381f9436aabb75d4bae7b43bdf87b25361a98b206cdb8"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/spsc_queue && ./test_spsc_queue.exe)
test_Spsc_queue_empty: ok
test_Spsc_queue_full: ok
test_Spsc_queue_parallel: ok (transferred = 100)
test_Spsc_queue_unsafe_empty: ok
test_Spsc_queue_unsafe_full: ok
test_Spsc_queue_unsafe_parallel: ok (transferred = 100)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)
random seed: 2221955697754171069
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Ws_deque sequential
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Ws_deque sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 3864426865557372916
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Ws_deque sequential
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 3930194283665394793
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Ws_deque sequential
[✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 1451486621487876187
generated error fail pass / total time test name
[ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Ws_deque sequential
[✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 2140291342636834359
generated error fail pass / total time test name
[ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Ws_deque sequential
[✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 187883862601872041
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Ws_deque sequential
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)
random seed: 2956286652420543587
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 688180506367642988
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Mpsc_queue sequential
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 4104772425176532231
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Mpsc_queue sequential
[✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 1518776472191065139
generated error fail pass / total time test name
[ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Mpsc_queue sequential
[✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 4525201320332397918
generated error fail pass / total time test name
[ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Mpsc_queue sequential
[✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 3767991548150958725
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)
random seed: 1178442822488463341
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue sequential
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 1653613817309555141
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Spsc_queue sequential
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 541182986039612134
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Spsc_queue sequential
[✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 1967864382585009721
generated error fail pass / total time test name
[ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Spsc_queue sequential
[✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 634999320478767097
generated error fail pass / total time test name
[ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Spsc_queue sequential
[✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 666975181790484820
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue sequential
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 1386515500927341338
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 1600471918361567279
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 3304774631404652192
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 306007008736409330
generated error fail pass / total time test name
[ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 3736319070060158297
generated error fail pass / total time test name
[ ] 0 0 0 0 / 512 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 512 0 0 512 / 512 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 3214079855629075162
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 767199741
Testing `Treiber_stack'.
This run has ID `YWKMPAAV'.
[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.153s. 6 tests run.
(cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 387895529
Testing `Ws_deque'.
This run has ID `VMTNPRDE'.
[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.229s. 6 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 408036681
Testing `Michael_scott_queue'.
This run has ID `JL5RYG2B'.
[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.310s. 16 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 886371956
Testing `Spsc_queues'.
This run has ID `9T1HAW77'.
[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 0.620s. 16 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 386130387
Testing `QCheck Skiplist'.
This run has ID `52HWKIVP'.
[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 1.638s. 7 tests run.
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 789409830
Testing `Mpsc_queue'.
This run has ID `RH8G5I28'.
[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.802s. 22 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
time per message/1 adder, 1 taker (spin):
229.76 ns
messages over time/1 adder, 1 taker (spin):
8.71 M/s
time per message/1 adder, 2 takers (spin):
270.98 ns
messages over time/1 adder, 2 takers (spin):
11.07 M/s
time per message/2 adders, 1 taker (spin):
384.64 ns
messages over time/2 adders, 1 taker (spin):
7.80 M/s
time per message/2 adders, 2 takers (spin):
420.78 ns
messages over time/2 adders, 2 takers (spin):
9.51 M/s
time per message/1 adder, 1 taker (not lf):
166.54 ns
messages over time/1 adder, 1 taker (not lf):
12.01 M/s
time per message/1 adder, 2 takers (not lf):
293.89 ns
messages over time/1 adder, 2 takers (not lf):
10.21 M/s
time per message/2 adders, 1 taker (not lf):
241.52 ns
messages over time/2 adders, 1 taker (not lf):
12.42 M/s
time per message/2 adders, 2 takers (not lf):
353.93 ns
messages over time/2 adders, 2 takers (not lf):
11.30 M/s
time per message/1 adder, 1 taker (cas):
145.24 ns
messages over time/1 adder, 1 taker (cas):
13.77 M/s
time per message/1 adder, 2 takers (cas):
427.90 ns
messages over time/1 adder, 2 takers (cas):
7.01 M/s
time per message/2 adders, 1 taker (cas):
187.05 ns
messages over time/2 adders, 1 taker (cas):
16.04 M/s
time per message/2 adders, 2 takers (cas):
566.98 ns
messages over time/2 adders, 2 takers (cas):
7.06 M/s
Saturn_lockfree Cue:
time per message/1 nb adder, 1 nb taker:
57.53 ns
messages over time/1 nb adder, 1 nb taker:
34.77 M/s
time per message/1 nb adder, 2 nb takers:
92.68 ns
messages over time/1 nb adder, 2 nb takers:
32.37 M/s
time per message/2 nb adders, 1 nb taker:
74.27 ns
messages over time/2 nb adders, 1 nb taker:
40.39 M/s
time per message/2 nb adders, 2 nb takers:
129.86 ns
messages over time/2 nb adders, 2 nb takers:
30.80 M/s
Saturn_lockfree Queue:
time per message/one domain:
43.93 ns
messages over time/one domain:
22.76 M/s
time per message/1 nb adder, 1 nb taker:
51.55 ns
messages over time/1 nb adder, 1 nb taker:
38.80 M/s
time per message/1 nb adder, 2 nb takers:
86.79 ns
messages over time/1 nb adder, 2 nb takers:
34.57 M/s
time per message/2 nb adders, 1 nb taker:
94.80 ns
messages over time/2 nb adders, 1 nb taker:
31.69 M/s
time per message/2 nb adders, 2 nb takers:
150.93 ns
messages over time/2 nb adders, 2 nb takers:
26.50 M/s
Saturn_lockfree Single_prod_single_cons_queue:
time per message/2 workers, capacity 1:
20550.02 ns
time per message/2 workers, capacity 1 (unsafe):
23119.88 ns
messages over time/2 workers, capacity 1:
0.10 M/s
messages over time/2 workers, capacity 1 (unsafe):
0.09 M/s
time per message/2 workers, capacity 8:
2855.45 ns
time per message/2 workers, capacity 8 (unsafe):
4983.80 ns
messages over time/2 workers, capacity 8:
0.70 M/s
messages over time/2 workers, capacity 8 (unsafe):
0.40 M/s
time per message/2 workers, capacity 64:
465.53 ns
time per message/2 workers, capacity 64 (unsafe):
717.96 ns
messages over time/2 workers, capacity 64:
4.30 M/s
messages over time/2 workers, capacity 64 (unsafe):
2.79 M/s
time per message/2 workers, capacity 512:
135.80 ns
time per message/2 workers, capacity 512 (unsafe):
143.35 ns
messages over time/2 workers, capacity 512:
14.73 M/s
messages over time/2 workers, capacity 512 (unsafe):
13.95 M/s
time per message/2 workers, capacity 4096:
91.41 ns
time per message/2 workers, capacity 4096 (unsafe):
85.70 ns
messages over time/2 workers, capacity 4096:
21.88 M/s
messages over time/2 workers, capacity 4096 (unsafe):
23.34 M/s
time per message/2 workers, capacity 32768:
80.82 ns
time per message/2 workers, capacity 32768 (unsafe):
45.50 ns
messages over time/2 workers, capacity 32768:
24.88 M/s
messages over time/2 workers, capacity 32768 (unsafe):
43.95 M/s
Saturn_lockfree Size:
time per operation/1 worker:
40.07 ns
operations over time/1 worker:
24.96 M/s
time per operation/2 workers:
81.17 ns
operations over time/2 workers:
24.64 M/s
time per operation/4 workers:
126.41 ns
operations over time/4 workers:
31.64 M/s
Saturn_lockfree Skiplist:
time per operation/1 workers, 10% mem 45% add 45% rem:
1912.99 ns
operations over time/1 workers, 10% mem 45% add 45% rem:
0.52 M/s
time per operation/2 workers, 10% mem 45% add 45% rem:
2008.43 ns
operations over time/2 workers, 10% mem 45% add 45% rem:
1.00 M/s
time per operation/4 workers, 10% mem 45% add 45% rem:
4712.44 ns
operations over time/4 workers, 10% mem 45% add 45% rem:
0.85 M/s
time per operation/1 workers, 50% mem 25% add 25% rem:
763.16 ns
operations over time/1 workers, 50% mem 25% add 25% rem:
1.31 M/s
time per operation/2 workers, 50% mem 25% add 25% rem:
2767.12 ns
operations over time/2 workers, 50% mem 25% add 25% rem:
0.72 M/s
time per operation/4 workers, 50% mem 25% add 25% rem:
3455.56 ns
operations over time/4 workers, 50% mem 25% add 25% rem:
1.16 M/s
time per operation/1 workers, 90% mem 5% add 5% rem:
640.44 ns
operations over time/1 workers, 90% mem 5% add 5% rem:
1.56 M/s
time per operation/2 workers, 90% mem 5% add 5% rem:
1220.80 ns
operations over time/2 workers, 90% mem 5% add 5% rem:
1.64 M/s
time per operation/4 workers, 90% mem 5% add 5% rem:
2642.15 ns
operations over time/4 workers, 90% mem 5% add 5% rem:
1.51 M/s
Saturn_lockfree Stack:
time per message/one domain:
35.26 ns
messages over time/one domain:
28.36 M/s
time per message/1 adder, 1 taker:
57.82 ns
messages over time/1 adder, 1 taker:
34.59 M/s
time per message/1 adder, 2 takers:
60.25 ns
messages over time/1 adder, 2 takers:
49.79 M/s
time per message/2 adders, 1 taker:
56.30 ns
messages over time/2 adders, 1 taker:
53.28 M/s
time per message/2 adders, 2 takers:
77.08 ns
messages over time/2 adders, 2 takers:
51.90 M/s
Saturn_lockfree Work_stealing_deque:
time per spawn/1 worker:
95.92 ns
spawns over time/1 worker:
10.43 M/s
time per spawn/2 workers:
236.12 ns
spawns over time/2 workers:
8.47 M/s
time per spawn/4 workers:
470.51 ns
spawns over time/4 workers:
8.50 M/s
time per spawn/8 workers:
951.85 ns
spawns over time/8 workers:
8.40 M/s
time per message/1 adder, 1 taker:
165.67 ns
messages over time/1 adder, 1 taker:
12.07 M/s
time per message/1 adder, 2 takers:
266.90 ns
messages over time/1 adder, 2 takers:
11.24 M/s
time per message/1 adder, 4 takers:
703.69 ns
messages over time/1 adder, 4 takers:
7.11 M/s
time per message/one domain (FIFO):
75.12 ns
messages over time/one domain (FIFO):
13.32 M/s
time per message/one domain (LIFO):
94.51 ns
messages over time/one domain (LIFO):
10.58 M/s
(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 = 99841, stolen = 159)
(cd _build/default/test/cue && ./stm_cue.exe --verbose)
random seed: 395280564159418875
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue sequential
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Cue sequential
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue concurrent
[ ] 3 0 0 3 / 32 0.2s Saturn_lockfree.Cue concurrent
[ ] 7 0 0 7 / 32 0.3s Saturn_lockfree.Cue concurrent
[ ] 10 0 0 10 / 32 0.4s Saturn_lockfree.Cue concurrent
[ ] 12 0 0 12 / 32 0.6s Saturn_lockfree.Cue concurrent
[ ] 15 0 0 15 / 32 0.7s Saturn_lockfree.Cue concurrent
[ ] 16 0 0 16 / 32 1.4s Saturn_lockfree.Cue concurrent
[ ] 18 0 0 18 / 32 2.1s Saturn_lockfree.Cue concurrent
[ ] 20 0 0 20 / 32 2.5s Saturn_lockfree.Cue concurrent
[ ] 23 0 0 23 / 32 2.7s Saturn_lockfree.Cue concurrent
[ ] 27 0 0 27 / 32 2.9s Saturn_lockfree.Cue concurrent
[ ] 32 0 0 32 / 32 3.3s Saturn_lockfree.Cue concurrent
[✓] 32 0 0 32 / 32 3.3s Saturn_lockfree.Cue concurrent
================================================================================
success (ran 2 tests)
random seed: 1029297842444113471
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Cue sequential
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Cue sequential
[ ] 0 0 0 0 / 64 0.0s Saturn_lockfree.Cue concurrent
[ ] 2 0 0 2 / 64 0.4s Saturn_lockfree.Cue concurrent
[ ] 3 0 0 3 / 64 0.5s Saturn_lockfree.Cue concurrent
[ ] 9 0 0 9 / 64 0.6s Saturn_lockfree.Cue concurrent
[ ] 13 0 0 13 / 64 0.7s Saturn_lockfree.Cue concurrent
[ ] 19 0 0 19 / 64 0.8s Saturn_lockfree.Cue concurrent
[ ] 22 0 0 22 / 64 1.0s Saturn_lockfree.Cue concurrent
[ ] 28 0 0 28 / 64 1.2s Saturn_lockfree.Cue concurrent
[ ] 33 0 0 33 / 64 1.4s Saturn_lockfree.Cue concurrent
[ ] 36 0 0 36 / 64 1.5s Saturn_lockfree.Cue concurrent
[ ] 42 0 0 42 / 64 1.9s Saturn_lockfree.Cue concurrent
[ ] 48 0 0 48 / 64 2.1s Saturn_lockfree.Cue concurrent
[ ] 52 0 0 52 / 64 2.2s Saturn_lockfree.Cue concurrent
[ ] 55 0 0 55 / 64 2.3s Saturn_lockfree.Cue concurrent
[ ] 59 0 0 59 / 64 2.7s Saturn_lockfree.Cue concurrent
[ ] 62 0 0 62 / 64 2.8s Saturn_lockfree.Cue concurrent
[✓] 64 0 0 64 / 64 2.8s Saturn_lockfree.Cue concurrent
================================================================================
success (ran 2 tests)
random seed: 3050417114732834775
generated error fail pass / total time test name
[ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Cue sequential
[✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Cue sequential
[ ] 0 0 0 0 / 128 0.0s Saturn_lockfree.Cue concurrent
[ ] 3 0 0 3 / 128 0.1s Saturn_lockfree.Cue concurrent
[ ] 8 0 0 8 / 128 0.5s Saturn_lockfree.Cue concurrent
[ ] 14 0 0 14 / 128 0.7s Saturn_lockfree.Cue concurrent
[ ] 18 0 0 18 / 128 0.8s Saturn_lockfree.Cue concurrent
[ ] 19 0 0 19 / 128 1.2s Saturn_lockfree.Cue concurrent
[ ] 20 0 0 20 / 128 1.4s Saturn_lockfree.Cue concurrent
[ ] 24 0 0 24 / 128 1.5s Saturn_lockfree.Cue concurrent
[ ] 30 0 0 30 / 128 1.6s Saturn_lockfree.Cue concurrent
[ ] 35 0 0 35 / 128 1.7s Saturn_lockfree.Cue concurrent
[ ] 41 0 0 41 / 128 1.8s Saturn_lockfree.Cue concurrent
[ ] 50 0 0 50 / 128 1.9s Saturn_lockfree.Cue concurrent
[ ] 51 0 0 51 / 128 2.1s Saturn_lockfree.Cue concurrent
[ ] 53 0 0 53 / 128 2.2s Saturn_lockfree.Cue concurrent
[ ] 62 0 0 62 / 128 2.3s Saturn_lockfree.Cue concurrent
[ ] 65 0 0 65 / 128 2.4s Saturn_lockfree.Cue concurrent
[ ] 68 0 0 68 / 128 2.5s Saturn_lockfree.Cue concurrent
[ ] 73 0 0 73 / 128 2.7s Saturn_lockfree.Cue concurrent
[ ] 79 0 0 79 / 128 2.9s Saturn_lockfree.Cue concurrent
[ ] 87 0 0 87 / 128 3.0s Saturn_lockfree.Cue concurrent
[ ] 94 0 0 94 / 128 3.1s Saturn_lockfree.Cue concurrent
[ ] 97 0 0 97 / 128 3.4s Saturn_lockfree.Cue concurrent
[ ] 101 0 0 101 / 128 3.6s Saturn_lockfree.Cue concurrent
[ ] 103 0 0 103 / 128 3.8s Saturn_lockfree.Cue concurrent
[ ] 106 0 0 106 / 128 3.9s Saturn_lockfree.Cue concurrent
[ ] 110 0 0 110 / 128 4.1s Saturn_lockfree.Cue concurrent
[ ] 113 0 0 113 / 128 4.4s Saturn_lockfree.Cue concurrent
[ ] 117 0 0 117 / 128 4.5s Saturn_lockfree.Cue concurrent
[ ] 118 0 0 118 / 128 4.8s Saturn_lockfree.Cue concurrent
[ ] 120 0 0 120 / 128 4.9s Saturn_lockfree.Cue concurrent
[ ] 124 0 0 124 / 128 5.1s Saturn_lockfree.Cue concurrent
[ ] 125 0 0 125 / 128 5.3s Saturn_lockfree.Cue concurrent
[ ] 128 0 0 128 / 128 5.6s Saturn_lockfree.Cue concurrent
[✓] 128 0 0 128 / 128 5.6s Saturn_lockfree.Cue concurrent
================================================================================
success (ran 2 tests)
random seed: 2437005336309404604
generated error fail pass / total time test name
[ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Cue sequential
[✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Cue sequential
[ ] 0 0 0 0 / 256 0.0s Saturn_lockfree.Cue concurrent
[ ] 1 0 0 1 / 256 0.2s Saturn_lockfree.Cue concurrent
[ ] 6 0 0 6 / 256 0.3s Saturn_lockfree.Cue concurrent
[ ] 12 0 0 12 / 256 0.4s Saturn_lockfree.Cue concurrent
[ ] 13 0 0 13 / 256 0.7s Saturn_lockfree.Cue concurrent
[ ] 16 0 0 16 / 256 1.1s Saturn_lockfree.Cue concurrent
[ ] 19 0 0 19 / 256 1.3s Saturn_lockfree.Cue concurrent
[ ] 28 0 0 28 / 256 1.4s Saturn_lockfree.Cue concurrent
[ ] 37 0 0 37 / 256 1.5s Saturn_lockfree.Cue concurrent
[ ] 42 0 0 42 / 256 1.6s Saturn_lockfree.Cue concurrent
[ ] 44 0 0 44 / 256 1.8s Saturn_lockfree.Cue concurrent
[ ] 47 0 0 47 / 256 2.0s Saturn_lockfree.Cue concurrent
[ ] 53 0 0 53 / 256 2.1s Saturn_lockfree.Cue concurrent
[ ] 58 0 0 58 / 256 2.3s Saturn_lockfree.Cue concurrent
[ ] 60 0 0 60 / 256 2.5s Saturn_lockfree.Cue concurrent
[ ] 64 0 0 64 / 256 2.7s Saturn_lockfree.Cue concurrent
[ ] 68 0 0 68 / 256 3.1s Saturn_lockfree.Cue concurrent
[ ] 75 0 0 75 / 256 3.2s Saturn_lockfree.Cue concurrent
[ ] 78 0 0 78 / 256 3.4s Saturn_lockfree.Cue concurrent
[ ] 81 0 0 81 / 256 3.7s Saturn_lockfree.Cue concurrent
[ ] 82 0 0 82 / 256 3.8s Saturn_lockfree.Cue concurrent
[ ] 85 0 0 85 / 256 4.1s Saturn_lockfree.Cue concurrent
[ ] 89 0 0 89 / 256 4.4s Saturn_lockfree.Cue concurrent
[ ] 94 0 0 94 / 256 4.5s Saturn_lockfree.Cue concurrent
[ ] 99 0 0 99 / 256 4.9s Saturn_lockfree.Cue concurrent
[ ] 109 0 0 109 / 256 5.0s Saturn_lockfree.Cue concurrent
[ ] 113 0 0 113 / 256 5.2s Saturn_lockfree.Cue concurrent
[ ] 120 0 0 120 / 256 5.3s Saturn_lockfree.Cue concurrent
[ ] 122 0 0 122 / 256 5.4s Saturn_lockfree.Cue concurrent
[ ] 128 0 0 128 / 256 5.5s Saturn_lockfree.Cue concurrent
[ ] 137 0 0 137 / 256 5.6s Saturn_lockfree.Cue concurrent
[ ] 144 0 0 144 / 256 5.8s Saturn_lockfree.Cue concurrent
[ ] 146 0 0 146 / 256 5.9s Saturn_lockfree.Cue concurrent
[ ] 152 0 0 152 / 256 6.0s Saturn_lockfree.Cue concurrent
[ ] 155 0 0 155 / 256 6.1s Saturn_lockfree.Cue concurrent
[ ] 161 0 0 161 / 256 6.5s Saturn_lockfree.Cue concurrent
[ ] 162 0 0 162 / 256 6.7s Saturn_lockfree.Cue concurrent
[ ] 164 0 0 164 / 256 6.8s Saturn_lockfree.Cue concurrent
[ ] 167 0 0 167 / 256 7.2s Saturn_lockfree.Cue concurrent
[ ] 172 0 0 172 / 256 7.4s Saturn_lockfree.Cue concurrent
[ ] 175 0 0 175 / 256 7.7s Saturn_lockfree.Cue concurrent
[ ] 176 0 0 176 / 256 7.8s Saturn_lockfree.Cue concurrent
[ ] 184 0 0 184 / 256 8.0s Saturn_lockfree.Cue concurrent
[ ] 188 0 0 188 / 256 8.1s Saturn_lockfree.Cue concurrent
[ ] 196 0 0 196 / 256 8.2s Saturn_lockfree.Cue concurrent
[ ] 201 0 0 201 / 256 8.3s Saturn_lockfree.Cue concurrent
[ ] 206 0 0 206 / 256 8.4s Saturn_lockfree.Cue concurrent
[ ] 209 0 0 209 / 256 8.6s Saturn_lockfree.Cue concurrent
[ ] 215 0 0 215 / 256 8.7s Saturn_lockfree.Cue concurrent
[ ] 217 0 0 217 / 256 8.8s Saturn_lockfree.Cue concurrent
[ ] 221 0 0 221 / 256 9.2s Saturn_lockfree.Cue concurrent
[ ] 229 0 0 229 / 256 9.3s Saturn_lockfree.Cue concurrent
[ ] 230 0 0 230 / 256 9.5s Saturn_lockfree.Cue concurrent
[ ] 234 0 0 234 / 256 9.6s Saturn_lockfree.Cue concurrent
[ ] 240 0 0 240 / 256 9.9s Saturn_lockfree.Cue concurrent
[ ] 242 0 0 242 / 256 10.1s Saturn_lockfree.Cue concurrent
[ ] 248 0 0 248 / 256 10.2s Saturn_lockfree.Cue concurrent
[ ] 251 0 0 251 / 256 10.5s Saturn_lockfree.Cue concurrent
[✓] 256 0 0 256 / 256 10.6s Saturn_lockfree.Cue concurrent
================================================================================
success (ran 2 tests)
random seed: 1549604647709505988
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue sequential
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Cue sequential
[ ] 0 0 0 0 / 32 0.0s Saturn_lockfree.Cue concurrent
[ ] 2 0 0 2 / 32 0.2s Saturn_lockfree.Cue concurrent
[ ] 7 0 0 7 / 32 0.3s Saturn_lockfree.Cue concurrent
[ ] 13 0 0 13 / 32 0.4s Saturn_lockfree.Cue concurrent
[ ] 14 0 0 14 / 32 0.8s Saturn_lockfree.Cue concurrent
[ ] 19 0 0 19 / 32 1.1s Saturn_lockfree.Cue concurrent
[ ] 27 0 0 27 / 32 1.2s Saturn_lockfree.Cue concurrent
[✓] 32 0 0 32 / 32 1.3s Saturn_lockfree.Cue concurrent
================================================================================
success (ran 2 tests)
2024-09-29 08:36.22: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled