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-arm64:debian-12-5.2_arm32_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "lock-free-bounded-queue" && cd "saturn" && git reset --hard 72af6bf7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5
# debian-12-5.2_arm32_opam-2.2
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-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-arm32.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-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2024-10-18 17:20.57: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-12-ocaml-5.2@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5-debian-12-5.2_arm32_opam-2.2-29fe80bc3fc9ec59a660ec62b08298b9"
2024-10-18 17:20.57: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5)
(comment debian-12-5.2_arm32_opam-2.2)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src saturn_lockfree.opam saturn.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn saturn_lockfree.dev './' && \
\nopam pin add -yn saturn.dev './'"))
(env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-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-arm32.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-option-bytecode-only.1 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:30.17: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
HEAD is now at 72af6bf A lock-free bounded queue
(from ocaml/opam:debian-12-ocaml-5.2@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5' locally
docker.io/ocaml/opam@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5: Pulling from ocaml/opam
40a80c95f31d: Already exists
7da9b0370692: Already exists
c81e42f8e448: Already exists
90d989588383: Already exists
8348515e0f27: Already exists
9106bc6bf6a4: Already exists
1d3e6da76781: Already exists
8f04d288f1b1: Already exists
f3f279e4cf83: Already exists
a1f5c3c8acf4: Already exists
0c3cd48ffaa7: Already exists
62eb650af69e: Already exists
7f807f7242bc: Already exists
29bcb39f38b0: Already exists
29bcb39f38b0: Already exists
e575c24840b3: Already exists
a49b015a9865: Already exists
11732b4d585a: Already exists
f7ddb149bf06: Already exists
4f4fb700ef54: Already exists
8d65a71c7d4c: Already exists
3362ac4dc388: Already exists
b65987dd3bf1: Already exists
088d9e348192: Already exists
690d3921b246: Already exists
f78e9423b754: Already exists
ce2a0d6f398a: Already exists
d1779863a0b7: Already exists
a46ee749d21c: Already exists
f963d1bcca28: Already exists
d97cb69ae249: Already exists
e66fe7b26767: Already exists
ec80df7cc796: Already exists
ca4ac4e06954: Already exists
0e8f07ef043c: Already exists
a8ac426989f6: Already exists
22366a2f8fd4: Already exists
5d48ee5851cf: Pulling fs layer
02290bf3c68e: Pulling fs layer
4c3990d33e22: Pulling fs layer
a3c694e8a045: Pulling fs layer
9b19b640d48c: Pulling fs layer
4fae74aa3eff: Pulling fs layer
1f2297ef34af: Pulling fs layer
9b19b640d48c: Waiting
1f2297ef34af: Waiting
4fae74aa3eff: Waiting
a3c694e8a045: Waiting
4c3990d33e22: Download complete
5d48ee5851cf: Verifying Checksum
5d48ee5851cf: Download complete
5d48ee5851cf: Pull complete
02290bf3c68e: Download complete
9b19b640d48c: Verifying Checksum
9b19b640d48c: Download complete
4fae74aa3eff: Verifying Checksum
4fae74aa3eff: Download complete
02290bf3c68e: Pull complete
4c3990d33e22: Pull complete
1f2297ef34af: Verifying Checksum
1f2297ef34af: Download complete
a3c694e8a045: Verifying Checksum
a3c694e8a045: Download complete
a3c694e8a045: Pull complete
9b19b640d48c: Pull complete
4fae74aa3eff: Pull complete
1f2297ef34af: Pull complete
Digest: sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5
Status: Downloaded newer image for ocaml/opam@sha256:911840c25ece4d61721d8bf168925f34e033b3a7b0ca568dd94bc352e6ebeeb5
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-10-18 17:30.18 ---> using "4c4465aab33f9888834b2dd37deea229474588f5a475382d868413f14d4dd22a" from cache
/: (comment debian-12-5.2_arm32_opam-2.2)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-18 17:30.18 ---> using "076179d838aa29c37a0a290ecad29fa2a38a672b84dc8af594877c46527d1bd8" 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.
Continue? [y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-18 17:30.18 ---> using "09a5ef09629c77e13ceb1a3fe00cbeccd6d2cbc6eeb1e81ca19fb987c1ada21e" 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:30.18 ---> using "919a02e1208a548a2420c0a9e8cc3421e786ea7d9d900ea9b48787af773fb8ba" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-10-18 17:30.18 ---> using "4007ee679e01bb10edc16de237ca52171ff0cef929470bc5ab6fa0185668a3e6" 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:31.51 ---> saved as "b93ed06e4af330ed993cf2deb7517573f8db7837a67b32e80a2763ce91d893d2"
/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-10-18 17:31.51 ---> saved as "b7698e6d50a62cb6687160d2906cfae23f136e7440cc4e2aadb6f2be72ab1d7f"
/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:31.55 ---> saved as "af0a281ac2cadbd2c0aa6fce8658099e6798c25b064365efa6bb58eb8f54098e"
/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-arm32.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-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [186 kB]
- Fetched 289 kB in 0s (640 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-option-bytecode-only 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-arm32 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:32.10 ---> saved as "6aca0ca3e8ecc013c94dc27844fe11c9ad6e65b2ccf7540dd1e6028962cff1be"
/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-option-bytecode-only 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-arm32 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 fmt.0.9.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0 (cached)
-> retrieved multicore-bench.0.1.7 (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 qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22 (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0 (cached)
-> retrieved picos.0.5.0 (cached)
-> retrieved seq.base (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved tsort.2.1.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed seq.base
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed mtime.2.1.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed domain_shims.0.1.0
-> installed stdlib-shims.0.3.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed oseq.0.5.1
-> installed qcheck-core.0.22
-> installed re.1.12.0
-> installed thread-local-storage.0.2
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed ounit2.2.2.7
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.4
-> installed qcheck-ounit.0.22
-> installed domain-local-await.1.0.1
-> installed qcheck.0.22
-> installed picos.0.5.0
-> installed qcheck-stm.0.4
-> installed multicore-bench.0.1.7
-> installed dune-configurator.3.16.0
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.8.0
-> installed qcheck-alcotest.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:33.14 ---> saved as "bb41b5fae70b6cf76dd72a2db63e830270079dbb43e08034ef8339046b3c8ef4"
/src: (copy (src .) (dst /src))
2024-10-18 17:33.14 ---> saved as "a5093a77e07fa5e6023284e1d09155b5340f198b9186d406e4facc5db9407fef"
/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 = 74737, stolen = 25263)
(cd _build/default/test/ws_deque && ./ws_deque_dscheck.exe)
Testing `ws_deque_dscheck'.
This run has ID `9M6M0V04'.
[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.011s. 2 tests run.
(cd _build/default/test/mpsc_queue && ./mpsc_queue_dscheck.exe)
Testing `mpsc_queue_dscheck'.
This run has ID `FC17PUAO'.
[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.103s. 3 tests run.
(cd _build/default/test/size && ./dscheck_size.exe)
Testing `dscheck_size'.
This run has ID `TJCCI6F4'.
[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.152s. 6 tests run.
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 257120386
Testing `Treiber_stack'.
This run has ID `KHH42WCO'.
[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.168s. 6 tests run.
(cd _build/default/test/skiplist && ./dscheck_skiplist.exe)
Testing `DSCheck Skiplist'.
This run has ID `2KKEV4F4'.
[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.211s. 6 tests run.
(cd _build/default/test/spsc_queue && ./spsc_queue_dscheck.exe)
Testing `spsc_queue_dscheck'.
This run has ID `GSGMPSYD'.
[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.558s. 10 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 975835258
Testing `Spsc_queues'.
This run has ID `4KJA0BHR'.
[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.657s. 16 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 757341268
Testing `Michael_scott_queue'.
This run has ID `DSP5S7AW'.
[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.668s. 16 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 258910292
Testing `QCheck Skiplist'.
This run has ID `8OJDZFF7'.
[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.179s. 7 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
messages over time/1 adder, 1 taker (cas):
2.33 M/s
messages over time/1 adder, 1 taker (not lf):
2.85 M/s
messages over time/1 adder, 1 taker (spin):
2.90 M/s
messages over time/1 adder, 2 takers (cas):
3.43 M/s
messages over time/1 adder, 2 takers (not lf):
4.74 M/s
messages over time/1 adder, 2 takers (spin):
3.92 M/s
messages over time/2 adders, 1 taker (cas):
3.48 M/s
messages over time/2 adders, 1 taker (not lf):
3.04 M/s
messages over time/2 adders, 1 taker (spin):
4.08 M/s
messages over time/2 adders, 2 takers (cas):
4.65 M/s
messages over time/2 adders, 2 takers (not lf):
6.37 M/s
messages over time/2 adders, 2 takers (spin):
9.14 M/s
time per message/1 adder, 1 taker (cas):
859.25 ns
time per message/1 adder, 1 taker (not lf):
702.89 ns
time per message/1 adder, 1 taker (spin):
690.64 ns
time per message/1 adder, 2 takers (cas):
875.36 ns
time per message/1 adder, 2 takers (not lf):
633.20 ns
time per message/1 adder, 2 takers (spin):
765.84 ns
time per message/2 adders, 1 taker (cas):
861.28 ns
time per message/2 adders, 1 taker (not lf):
986.97 ns
time per message/2 adders, 1 taker (spin):
734.57 ns
time per message/2 adders, 2 takers (cas):
859.89 ns
time per message/2 adders, 2 takers (not lf):
627.57 ns
time per message/2 adders, 2 takers (spin):
437.44 ns
Saturn_lockfree Cue:
messages over time/1 nb adder, 1 nb taker:
1.63 M/s
messages over time/1 nb adder, 2 nb takers:
3.38 M/s
messages over time/2 nb adders, 1 nb taker:
3.01 M/s
messages over time/2 nb adders, 2 nb takers:
4.47 M/s
messages over time/one domain:
1.85 M/s
time per message/1 nb adder, 1 nb taker:
1223.53 ns
time per message/1 nb adder, 2 nb takers:
887.41 ns
time per message/2 nb adders, 1 nb taker:
997.05 ns
time per message/2 nb adders, 2 nb takers:
895.53 ns
time per message/one domain:
541.24 ns
Saturn_lockfree Queue:
messages over time/1 nb adder, 1 nb taker:
4.98 M/s
messages over time/1 nb adder, 2 nb takers:
6.85 M/s
messages over time/2 nb adders, 1 nb taker:
6.60 M/s
messages over time/2 nb adders, 2 nb takers:
8.45 M/s
messages over time/one domain:
2.99 M/s
time per message/1 nb adder, 1 nb taker:
401.68 ns
time per message/1 nb adder, 2 nb takers:
438.08 ns
time per message/2 nb adders, 1 nb taker:
454.24 ns
time per message/2 nb adders, 2 nb takers:
473.61 ns
time per message/one domain:
334.96 ns
Saturn_lockfree Single_prod_single_cons_queue:
messages over time/2 workers, capacity 1:
1.05 M/s
messages over time/2 workers, capacity 1 (unsafe):
1.37 M/s
messages over time/2 workers, capacity 32768:
5.85 M/s
messages over time/2 workers, capacity 32768 (unsafe):
4.40 M/s
messages over time/2 workers, capacity 4096:
5.38 M/s
messages over time/2 workers, capacity 4096 (unsafe):
3.75 M/s
messages over time/2 workers, capacity 512:
5.05 M/s
messages over time/2 workers, capacity 512 (unsafe):
3.05 M/s
messages over time/2 workers, capacity 64:
4.17 M/s
messages over time/2 workers, capacity 64 (unsafe):
3.49 M/s
messages over time/2 workers, capacity 8:
3.08 M/s
messages over time/2 workers, capacity 8 (unsafe):
2.26 M/s
time per message/2 workers, capacity 1:
1911.04 ns
time per message/2 workers, capacity 1 (unsafe):
1464.61 ns
time per message/2 workers, capacity 32768:
341.65 ns
time per message/2 workers, capacity 32768 (unsafe):
454.10 ns
time per message/2 workers, capacity 4096:
372.78 ns
time per message/2 workers, capacity 4096 (unsafe):
533.25 ns
time per message/2 workers, capacity 512:
395.85 ns
time per message/2 workers, capacity 512 (unsafe):
655.75 ns
time per message/2 workers, capacity 64:
479.63 ns
time per message/2 workers, capacity 64 (unsafe):
573.58 ns
time per message/2 workers, capacity 8:
649.21 ns
time per message/2 workers, capacity 8 (unsafe):
885.36 ns
Saturn_lockfree Size:
operations over time/1 worker:
1.91 M/s
operations over time/2 workers:
3.41 M/s
operations over time/4 workers:
5.82 M/s
time per operation/1 worker:
522.92 ns
time per operation/2 workers:
586.93 ns
time per operation/4 workers:
687.81 ns
Saturn_lockfree Skiplist:
operations over time/1 workers, 10% mem 45% add 45% rem:
0.12 M/s
operations over time/1 workers, 50% mem 25% add 25% rem:
0.27 M/s
operations over time/1 workers, 90% mem 5% add 5% rem:
0.35 M/s
operations over time/2 workers, 10% mem 45% add 45% rem:
0.43 M/s
operations over time/2 workers, 50% mem 25% add 25% rem:
0.51 M/s
operations over time/2 workers, 90% mem 5% add 5% rem:
0.65 M/s
operations over time/4 workers, 10% mem 45% add 45% rem:
0.82 M/s
operations over time/4 workers, 50% mem 25% add 25% rem:
1.07 M/s
operations over time/4 workers, 90% mem 5% add 5% rem:
1.34 M/s
time per operation/1 workers, 10% mem 45% add 45% rem:
8368.60 ns
time per operation/1 workers, 50% mem 25% add 25% rem:
3685.76 ns
time per operation/1 workers, 90% mem 5% add 5% rem:
2867.70 ns
time per operation/2 workers, 10% mem 45% add 45% rem:
4653.49 ns
time per operation/2 workers, 50% mem 25% add 25% rem:
3947.03 ns
time per operation/2 workers, 90% mem 5% add 5% rem:
3096.44 ns
time per operation/4 workers, 10% mem 45% add 45% rem:
4859.35 ns
time per operation/4 workers, 50% mem 25% add 25% rem:
3730.36 ns
time per operation/4 workers, 90% mem 5% add 5% rem:
2991.89 ns
Saturn_lockfree Stack:
messages over time/1 adder, 1 taker:
4.12 M/s
messages over time/1 adder, 2 takers:
7.05 M/s
messages over time/2 adders, 1 taker:
6.52 M/s
messages over time/2 adders, 2 takers:
8.29 M/s
messages over time/one domain:
3.58 M/s
time per message/1 adder, 1 taker:
485.88 ns
time per message/1 adder, 2 takers:
425.60 ns
time per message/2 adders, 1 taker:
460.40 ns
time per message/2 adders, 2 takers:
482.32 ns
time per message/one domain:
279.36 ns
Saturn_lockfree Work_stealing_deque:
messages over time/1 adder, 1 taker:
1.73 M/s
messages over time/1 adder, 2 takers:
2.28 M/s
messages over time/1 adder, 4 takers:
5.23 M/s
messages over time/one domain (FIFO):
1.94 M/s
messages over time/one domain (LIFO):
1.71 M/s
spawns over time/1 worker:
1.46 M/s
spawns over time/2 workers:
2.56 M/s
spawns over time/4 workers:
4.26 M/s
spawns over time/8 workers:
7.85 M/s
time per message/1 adder, 1 taker:
1155.64 ns
time per message/1 adder, 2 takers:
1316.41 ns
time per message/1 adder, 4 takers:
955.32 ns
time per message/one domain (FIFO):
514.20 ns
time per message/one domain (LIFO):
583.44 ns
time per spawn/1 worker:
682.63 ns
time per spawn/2 workers:
782.30 ns
time per spawn/4 workers:
938.12 ns
time per spawn/8 workers:
1019.74 ns
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 959906268
Testing `Mpsc_queue'.
This run has ID `4QRACOJU'.
[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 13.544s. 22 tests run.
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `GLTKFWJ2'.
[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 42.527s. 9 tests run.
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)
random seed: 220530456
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 4.7s Saturn_lockfree.Mpsc_queue parallel
[✓] 4 0 1 3 / 32 3.0s Saturn_lockfree.Mpsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (21 shrink steps):
|
Push_head6
|
.---------------------.
| |
Push_head385 Pop
Close
Peek
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:
Results incompatible with linearized model
|
Push_head6 : Ok (())
|
.--------------------------------------------------.
| |
Push_head385 : Ok (()) Pop : Ok (6)
Close : Ok (())
Peek : Error (Saturn_lockfree__Mpsc_queue.Closed)
================================================================================
success (ran 3 tests)
random seed: 554190353
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 7.1s Saturn_lockfree.Mpsc_queue parallel
[✓] 1 0 1 0 / 64 1.9s Saturn_lockfree.Mpsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (21 shrink steps):
|
Push_head65
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:
Results incompatible with linearized model
|
Push_head65 : Ok (())
|
.------------------------------------.
| |
Pop : Ok (0) Pop : Ok (65)
================================================================================
success (ran 3 tests)
random seed: 185021634
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 12.7s Saturn_lockfree.Mpsc_queue parallel
[✓] 9 0 1 8 / 128 6.6s Saturn_lockfree.Mpsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (19 shrink steps):
|
Push 392
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:
Results incompatible with linearized model
|
Push 392 : Ok (())
|
.------------------------------------.
| |
Pop : Ok (0) Pop : Ok (392)
================================================================================
success (ran 3 tests)
random seed: 119602070
generated error fail pass / total time test name
[✓] 150 0 0 150 / 150 0.0s Saturn_lockfree.Mpsc_queue sequential
[✓] 150 0 0 150 / 150 17.0s Saturn_lockfree.Mpsc_queue parallel
[✓] 1 0 1 0 / 150 2.2s Saturn_lockfree.Mpsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (17 shrink steps):
|
|
.---------------------.
| |
Pop Push_head9428
Close
Is_empty
Push 6
Push 8
Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:
Results incompatible with linearized model
|
|
.----------------------------------------------------.
| |
Pop : Ok (0) Push_head9428 : Ok (())
Close : Ok (())
Is_empty : Ok (false)
Push 6 : Error (Saturn_lockfree__Mpsc_queue.Closed)
Push 8 : Error (Saturn_lockfree__Mpsc_queue.Closed)
Pop : Ok (9428)
================================================================================
success (ran 3 tests)
random seed: 354135760
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 3.4s Saturn_lockfree.Mpsc_queue parallel
[✓] 1 0 1 0 / 32 2.4s Saturn_lockfree.Mpsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Mpsc_queue parallel, negative failed as expected (10 shrink steps):
|
Push_head59
Close
|
.---------------------.
| |
Push_head80 Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:
Results incompatible with linearized model
|
Push_head59 : Ok (())
Close : Ok (())
|
.------------------------------------.
| |
Push_head80 : Ok (()) Pop : Ok (59)
================================================================================
success (ran 3 tests)
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)
random seed: 658891295
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 5.3s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 766962186
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 7.7s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 499360719
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 15.9s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 133989596
generated error fail pass / total time test name
[✓] 239 0 0 239 / 239 0.0s Saturn_lockfree.Treiber_stack sequential
[✓] 239 0 0 239 / 239 30.6s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 907961845
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 2.0s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)
random seed: 964925714
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Saturn_lockfree.Size sequential
[✓] 32 0 0 32 / 32 5.8s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 531104842
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Size sequential
[✓] 64 0 0 64 / 64 26.7s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 926733563
generated error fail pass / total time test name
[✓] 81 0 0 81 / 81 0.0s Saturn_lockfree.Size sequential
[✓] 81 0 0 81 / 81 10.7s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 581701891
generated error fail pass / total time test name
[✓] 68 0 0 68 / 68 0.0s Saturn_lockfree.Size sequential
[✓] 68 0 0 68 / 68 20.5s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/cue && ./stm_cue.exe --verbose)
random seed: 614847519
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.4s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 267558533
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Saturn_lockfree.Cue sequential
[✓] 64 0 0 64 / 64 8.0s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 762166933
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Saturn_lockfree.Cue sequential
[✓] 128 0 0 128 / 128 15.8s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 657679928
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Saturn_lockfree.Cue sequential
[ ] 34 0 0 34 / 256 3
[✓] 256 0 0 256 / 256 43.3s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)
random seed: 383392958
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 6.8s Saturn_lockfree.Ws_deque parallel
[✓] 1 0 1 0 / 32 3.3s Saturn_lockfree.Ws_deque parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (35 shrink steps):
|
Push 25
|
.---------------------.
| |
Pop Push 8
Pop Push 86
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Ws_deque parallel, negative:
Results incompatible with linearized model
|
Push 25 : ()
|
.------------------------------------.
| |
Pop : Ok (86) Push 8 : ()
Pop : Ok (0) Push 86 : ()
================================================================================
success (ran 3 tests)
random seed: 464246035
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 11.1s Saturn_lockfree.Ws_deque parallel
[✓] 2 0 1 1 / 64 3.1s Saturn_lockfree.Ws_deque parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (24 shrink steps):
|
Push 8
Push 3
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Ws_deque parallel, negative:
Results incompatible with linearized model
|
Push 8 : ()
Push 3 : ()
|
.------------------------------------.
| |
Pop : Ok (0) Pop : Ok (3)
================================================================================
success (ran 3 tests)
random seed: 357759573
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 15.4s Saturn_lockfree.Ws_deque parallel
[✓] 1 0 1 0 / 128 5.5s Saturn_lockfree.Ws_deque parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (30 shrink steps):
|
Push 625
Push 4
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Ws_deque parallel, negative:
Results incompatible with linearized model
|
Push 625 : ()
Push 4 : ()
|
.------------------------------------.
| |
Pop : Ok (4) Pop : Ok (4)
================================================================================
success (ran 3 tests)
random seed: 575918753
generated error fail pass / total time test name
[✓] 72 0 0 72 / 72 0.0s Saturn_lockfree.Ws_deque sequential
[✓] 72 0 0 72 / 72 8.1s Saturn_lockfree.Ws_deque parallel
[✓] 1 0 1 0 / 72 4.6s Saturn_lockfree.Ws_deque parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (35 shrink steps):
|
Push 3
Push 4
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Ws_deque parallel, negative:
Results incompatible with linearized model
|
Push 3 : ()
Push 4 : ()
|
.------------------------------------.
| |
Pop : Ok (0) Pop : Ok (4)
================================================================================
success (ran 3 tests)
random seed: 236201339
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 8.5s Saturn_lockfree.Ws_deque parallel
[✓] 1 0 1 0 / 32 2.2s Saturn_lockfree.Ws_deque parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Ws_deque parallel, negative failed as expected (30 shrink steps):
|
Push 8
Push 4
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Ws_deque parallel, negative:
Results incompatible with linearized model
|
Push 8 : ()
Push 4 : ()
|
.------------------------------------.
| |
Pop : Ok (0) Pop : Ok (4)
================================================================================
success (ran 3 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)
random seed: 260898144
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Lockfree.Skiplist sequential
[✓] 32 0 0 32 / 32 4.4s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 640455626
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Lockfree.Skiplist sequential
[✓] 64 0 0 64 / 64 26.5s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 846528945
generated error fail pass / total time test name
[✓] 90 0 0 90 / 90 0.0s Lockfree.Skiplist sequential
[✓] 90 0 0 90 / 90 24.1s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 630608524
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Lockfree.Skiplist sequential
[✓] 32 0 0 32 / 32 18.0s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)
random seed: 453944645
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 13.6s Saturn_lockfree.Spsc_queue parallel
[✓] 1 0 1 0 / 32 3.3s Saturn_lockfree.Spsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (26 shrink steps):
|
Push 5
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Spsc_queue parallel, negative:
Results incompatible with linearized model
|
Push 5 : Ok (())
|
.------------------------------------.
| |
Pop : Ok (5) Pop : Ok (5)
================================================================================
success (ran 3 tests)
random seed: 438204693
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 12.1s Saturn_lockfree.Spsc_queue parallel
[✓] 1 0 1 0 / 64 23.5s Saturn_lockfree.Spsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (34 shrink steps):
|
Push 9
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Spsc_queue parallel, negative:
Results incompatible with linearized model
|
Push 9 : Ok (())
|
.------------------------------------.
| |
Pop : Ok (9) Pop : Ok (9)
================================================================================
success (ran 3 tests)
random seed: 815143667
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 5.4s Saturn_lockfree.Spsc_queue parallel
[✓] 2 0 1 1 / 32 2.6s Saturn_lockfree.Spsc_queue parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Spsc_queue parallel, negative failed as expected (9 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 : Ok (6) Pop : Ok (6)
================================================================================
success (ran 3 tests)
random seed: 968334076
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 22.6s Saturn_lockfree.Spsc_queue_unsafe parallel
[✓] 1 0 1 0 / 32 3.3s Saturn_lockfree.Spsc_queue_unsafe parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (23 shrink steps):
|
Push 469
|
.---------------------.
| |
Pop Pop
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:
Results incompatible with linearized model
|
Push 469 : Ok (())
|
.------------------------------------.
| |
Pop : Ok (469) Pop : Ok (469)
================================================================================
success (ran 3 tests)
random seed: 108269221
generated error fail pass / total time test name
[✓] 42 0 0 42 / 42 0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[✓] 42 0 0 42 / 42 12.0s Saturn_lockfree.Spsc_queue_unsafe parallel
[✓] 1 0 1 0 / 42 14.9s Saturn_lockfree.Spsc_queue_unsafe parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (31 shrink steps):
|
Push 5
|
.---------------------.
| |
Pop Peek
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:
Results incompatible with linearized model
|
Push 5 : Ok (())
|
.------------------------------------.
| |
Pop : Ok (5) Peek : Ok (0)
================================================================================
success (ran 3 tests)
random seed: 214018384
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 11.6s Saturn_lockfree.Spsc_queue_unsafe parallel
[✓] 1 0 1 0 / 32 1.6s Saturn_lockfree.Spsc_queue_unsafe parallel, negative
--- Info -----------------------------------------------------------------------
Negative test Saturn_lockfree.Spsc_queue_unsafe parallel, negative failed as expected (12 shrink steps):
|
|
.---------------------.
| |
Push 83 Push 1
Pop
Peek
+++ Messages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:
Results incompatible with linearized model
|
|
.------------------------------------.
| |
Push 83 : Ok (()) Push 1 : Ok (())
Pop : Ok (1)
Peek : Ok (0)
================================================================================
success (ran 3 tests)
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)
random seed: 148100908
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 3.6s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 484731091
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 8.1s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 238776378
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 18.2s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 1033100619
generated error fail pass / total time test name
[✓] 226 0 0 226 / 226 0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[✓] 226 0 0 226 / 226 41.2s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 905508950
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 5.3s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 676617813
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 10.5s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 266717633
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 20.3s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 22178905
generated error fail pass / total time test name
[✓] 148 0 0 148 / 148 0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[✓] 148 0 0 148 / 148 31.1s Saturn_lockfree.mic
ael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
2024-10-18 17:35.35 ---> saved as "f8c54a05bb409f44ecde3be009106c70c85a0b51ceb2a96803445954c5193006"
Job succeeded
2024-10-18 17:35.35: Job succeeded