Organisationsocaml-multicoresaturn72af6b (lock-free-bounded-queue)debian-12-5.2_s390x_opam-2.2

debian-12-5.2_s390x_opam-2.2

Link Copied
Code Copied

Logs

2024-10-18 17:20.57: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/lock-free-bounded-queue (72af6bf75f888ac95eb037f35504de4be8f491e8) (linux-s390x:debian-12-5.2_s390x_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c
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:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c
# debian-12-5.2_s390x_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
    opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-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-s390x.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-10-18 17:20.57: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-12-ocaml-5.2@sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c-debian-12-5.2_s390x_opam-2.2-8780e4b2b84881b09b6e6137991152c2"
2024-10-18 17:20.57: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c)
 (comment debian-12-5.2_s390x_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev './' && \
             \nopam pin add -yn saturn.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-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-s390x.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-10-18 17:20.57: Waiting for resource in pool OCluster
2024-10-18 17:20.57: Waiting for worker…
2024-10-18 17:41.53: Got resource from pool OCluster
Building on s390x-worker-01.marist.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:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c' locally
docker.io/ocaml/opam@sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c: Pulling from ocaml/opam
1f3378e3b07f: Already exists
5df1c46ae2b5: Pulling fs layer
c713f23d6044: Pulling fs layer
6c7fef43fff4: Pulling fs layer
e96f70146c67: Pulling fs layer
a985a82074a6: Pulling fs layer
d81947ed95f8: Pulling fs layer
b9b57d3fa7de: Pulling fs layer
a985a82074a6: Waiting
d81947ed95f8: Waiting
16ca1ac9e694: Pulling fs layer
e96f70146c67: Waiting
8ded8819279c: Pulling fs layer
16ca1ac9e694: Waiting
8ded8819279c: Waiting
9d5c8a6555cd: Pulling fs layer
3cad06a71d4f: Pulling fs layer
1d3385abfdbc: Pulling fs layer
9d5c8a6555cd: Waiting
b9b57d3fa7de: Waiting
8449c6b3e3fa: Pulling fs layer
8449c6b3e3fa: Waiting
d413418bbe12: Pulling fs layer
3cad06a71d4f: Waiting
1d3385abfdbc: Waiting
6ad11b653958: Pulling fs layer
6321394d21b3: Pulling fs layer
d413418bbe12: Waiting
6ad11b653958: Waiting
6321394d21b3: Waiting
4b6516135d07: Pulling fs layer
8e58e54062fe: Pulling fs layer
4b6516135d07: Waiting
8e58e54062fe: Waiting
4f4fb700ef54: Pulling fs layer
4f4fb700ef54: Waiting
beabb4d32cc4: Pulling fs layer
beabb4d32cc4: Waiting
b865b0929488: Pulling fs layer
b3cd259a00c7: Pulling fs layer
b865b0929488: Waiting
b3cd259a00c7: Waiting
a4b706aef2be: Pulling fs layer
6602dfd477dc: Pulling fs layer
a631ebb1875c: Pulling fs layer
7a104f1838cf: Pulling fs layer
a4b706aef2be: Waiting
6602dfd477dc: Waiting
a631ebb1875c: Waiting
7a104f1838cf: Waiting
7dd191b5f51c: Pulling fs layer
ecd18e1c1758: Pulling fs layer
59464eb2875b: Pulling fs layer
7dd191b5f51c: Waiting
ecd18e1c1758: Waiting
59464eb2875b: Waiting
6eaad1ed06f7: Pulling fs layer
c356d1e94a8b: Pulling fs layer
6eaad1ed06f7: Waiting
c356d1e94a8b: Waiting
f8e430e61894: Pulling fs layer
daf9a9a26405: Pulling fs layer
f8e430e61894: Waiting
daf9a9a26405: Waiting
bea73a6ce8d8: Pulling fs layer
bea73a6ce8d8: Waiting
390ed802e5e0: Pulling fs layer
390ed802e5e0: Waiting
bc97eaf1f514: Pulling fs layer
bc97eaf1f514: Waiting
3c2c491aeb4e: Pulling fs layer
3c2c491aeb4e: Waiting
8ada5fabae9a: Pulling fs layer
2ebb7a95a071: Pulling fs layer
8ada5fabae9a: Waiting
2ebb7a95a071: Waiting
b4afc02929bf: Pulling fs layer
b4afc02929bf: Waiting
43cac2820237: Pulling fs layer
9aadd58d7b10: Pulling fs layer
43cac2820237: Waiting
9aadd58d7b10: Waiting
a689bed37e6e: Pulling fs layer
a689bed37e6e: Waiting
c713f23d6044: Verifying Checksum
c713f23d6044: Download complete
5df1c46ae2b5: Verifying Checksum
5df1c46ae2b5: Download complete
6c7fef43fff4: Verifying Checksum
6c7fef43fff4: Download complete
e96f70146c67: Download complete
5df1c46ae2b5: Pull complete
c713f23d6044: Pull complete
d81947ed95f8: Verifying Checksum
d81947ed95f8: Download complete
b9b57d3fa7de: Verifying Checksum
b9b57d3fa7de: Download complete
8ded8819279c: Verifying Checksum
8ded8819279c: Download complete
16ca1ac9e694: Verifying Checksum
16ca1ac9e694: Download complete
3cad06a71d4f: Verifying Checksum
3cad06a71d4f: Download complete
9d5c8a6555cd: Verifying Checksum
9d5c8a6555cd: Download complete
8449c6b3e3fa: Download complete
1d3385abfdbc: Verifying Checksum
1d3385abfdbc: Download complete
d413418bbe12: Download complete
6ad11b653958: Download complete
6321394d21b3: Download complete
a985a82074a6: Verifying Checksum
a985a82074a6: Download complete
4b6516135d07: Verifying Checksum
4b6516135d07: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8e58e54062fe: Verifying Checksum
8e58e54062fe: Download complete
beabb4d32cc4: Verifying Checksum
beabb4d32cc4: Download complete
6c7fef43fff4: Pull complete
b865b0929488: Download complete
b3cd259a00c7: Download complete
e96f70146c67: Pull complete
6602dfd477dc: Verifying Checksum
a4b706aef2be: Verifying Checksum
a4b706aef2be: Download complete
6602dfd477dc: Download complete
a631ebb1875c: Download complete
7dd191b5f51c: Verifying Checksum
7dd191b5f51c: Download complete
7a104f1838cf: Verifying Checksum
7a104f1838cf: Download complete
ecd18e1c1758: Verifying Checksum
ecd18e1c1758: Download complete
59464eb2875b: Verifying Checksum
59464eb2875b: Download complete
6eaad1ed06f7: Verifying Checksum
6eaad1ed06f7: Download complete
c356d1e94a8b: Download complete
daf9a9a26405: Verifying Checksum
daf9a9a26405: Download complete
390ed802e5e0: Verifying Checksum
390ed802e5e0: Download complete
bc97eaf1f514: Verifying Checksum
bc97eaf1f514: Download complete
3c2c491aeb4e: Verifying Checksum
3c2c491aeb4e: Download complete
8ada5fabae9a: Verifying Checksum
8ada5fabae9a: Download complete
2ebb7a95a071: Verifying Checksum
2ebb7a95a071: Download complete
b4afc02929bf: Download complete
43cac2820237: Download complete
bea73a6ce8d8: Verifying Checksum
bea73a6ce8d8: Download complete
9aadd58d7b10: Verifying Checksum
9aadd58d7b10: Download complete
a689bed37e6e: Verifying Checksum
a689bed37e6e: Download complete
f8e430e61894: Verifying Checksum
f8e430e61894: Download complete
a985a82074a6: Pull complete
d81947ed95f8: Pull complete
b9b57d3fa7de: Pull complete
16ca1ac9e694: Pull complete
8ded8819279c: Pull complete
9d5c8a6555cd: Pull complete
3cad06a71d4f: Pull complete
1d3385abfdbc: Pull complete
8449c6b3e3fa: Pull complete
d413418bbe12: Pull complete
6ad11b653958: Pull complete
6321394d21b3: Pull complete
4b6516135d07: Pull complete
8e58e54062fe: Pull complete
4f4fb700ef54: Pull complete
beabb4d32cc4: Pull complete
b865b0929488: Pull complete
b3cd259a00c7: Pull complete
a4b706aef2be: Pull complete
6602dfd477dc: Pull complete
a631ebb1875c: Pull complete
7a104f1838cf: Pull complete
7dd191b5f51c: Pull complete
ecd18e1c1758: Pull complete
59464eb2875b: Pull complete
6eaad1ed06f7: Pull complete
c356d1e94a8b: Pull complete
f8e430e61894: Pull complete
daf9a9a26405: Pull complete
bea73a6ce8d8: Pull complete
390ed802e5e0: Pull complete
bc97eaf1f514: Pull complete
3c2c491aeb4e: Pull complete
8ada5fabae9a: Pull complete
2ebb7a95a071: Pull complete
b4afc02929bf: Pull complete
43cac2820237: Pull complete
9aadd58d7b10: Pull complete
a689bed37e6e: Pull complete
Digest: sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c
Status: Downloaded newer image for ocaml/opam@sha256:c4e06b16782a50ba46ed44e4f930b66002b32fe10f88beca34bc65800b5a6b3c
2024-10-18 17:41.54 ---> using "48b99159972d39cc32109cddb4a094bf0fdbfc82de0a59fcc7be67034453b588" from cache


/: (comment debian-12-5.2_s390x_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-10-18 17:41.54 ---> using "50fe3d0711d40e3063410bc6c5faa84144f7f07a0621b52f6c91aaea6d00b358" 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:41.54 ---> using "a6bed2b2f3dfb4689f8151e3342f968d191786204f6d4f0347240985ea33d562" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-45-generic
The OCaml toplevel, version 5.2.0
2.2.1
2024-10-18 17:41.54 ---> using "1831b4559177579f36c1481d5847f7f19cdafe172150dc359c695a8544c0eedc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-18 17:41.54 ---> using "775ab26b00f9b2ecef81b9d47c52cd33ac5c51ea2c3942234e8fa90046733054" 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:41.54 ---> using "0f08c516891899ef665b89be3277c61bbced7a77edf2a177e6aa2de7e3ce934c" from cache


/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-10-18 17:41.55 ---> saved as "07550441da06be96cbbc17e6f058c8c387ac6f95c96b65b7e30aef8a5c408fec"


/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:42.03 ---> saved as "1cde4fb4c45f1e971ba6bd7a326df846108329de7ae6479461c5326868583365"


/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-s390x.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 picos.0.5.0 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
+ /usr/bin/sudo "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 s390x Packages [178 kB]
- Fetched 282 kB in 0s (621 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x 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:42.34 ---> saved as "d11ae7620db4216452ed277e4df58e3081d6f8387be4f8246b2a9012e27c9870"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x 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 astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved containers.3.14  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved picos.0.5.0  (cached)
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (cached)
-> retrieved 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)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed seq.base
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed mtime.2.1.0
-> installed uutf.1.0.3
-> installed dune.3.16.0
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed oseq.0.5.1
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-configurator.3.16.0
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.22
-> installed re.1.12.0
-> installed qcheck-multicoretests-util.0.4
-> installed ounit2.2.2.7
-> installed qcheck-stm.0.4
-> installed alcotest.1.8.0
-> installed qcheck-ounit.0.22
-> installed qcheck-alcotest.0.22
-> installed thread-local-storage.0.2
-> installed qcheck.0.22
-> installed thread-table.1.0.0
-> installed containers.3.14
-> installed tsort.2.1.0
-> installed picos.0.5.0
-> installed domain-local-await.1.0.1
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.0
-> installed yojson.2.2.2
-> installed multicore-bench.0.1.7
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-18 17:44.15 ---> saved as "a74979df26942582e86cbc82bae7d7456d1064bbaa39b06584cacd8b8bb3622d"


/src: (copy (src .) (dst /src))
2024-10-18 17:44.16 ---> saved as "3d4fa048649d512988d382f459164a62bfe62120c2611a5a69fe2fc0f3c4f5d6"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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 = 88111, stolen = 11889)
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 461296299
Testing `Treiber_stack'.
This run has ID `1FQ29MZ2'.


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


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


  [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 2.486s. 6 tests run.
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)
random seed: 2216866627609425319
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     6.1s Saturn_lockfree.Mpsc_queue parallel
[]    3    0    1    2 /   32    60.4s Saturn_lockfree.Mpsc_queue parallel, negative


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


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


                        |                
                     Push 744            
                        |                
             .---------------------.
             |                     |                
            Pop                   Pop               


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


Messages for test Saturn_lockfree.Mpsc_queue parallel, negative:


  Results incompatible with linearized model


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


================================================================================
success (ran 3 tests)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)
random seed: 2081793990086358009
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     3.0s Saturn_lockfree.Ws_deque parallel
[]    1    0    1    0 /   32    65.9s Saturn_lockfree.Ws_deque parallel, negative


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


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


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


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


Messages for test Saturn_lockfree.Ws_deque parallel, negative:


  Results incompatible with linearized model


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


================================================================================
success (ran 3 tests)
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)
random seed: 1488849486576279953
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     9.3s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 2126244979579367620
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    20.9s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
random seed: 1386231188793941231
generated error fail pass / total     time test name
[]   94    0    0   94 /   94     0.0s Saturn_lockfree.Treiber_stack sequential
[]   94    0    0   94 /   94    42.6s Saturn_lockfree.Treiber_stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/mpsc_queue && ./mpsc_queue_dscheck.exe)
Testing `mpsc_queue_dscheck'.
This run has ID `7YYXRNJV'.


  [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.028s. 3 tests run.
(cd _build/default/test/treiber_stack && ./treiber_stack_dscheck.exe)
Testing `treiber_stack_dscheck'.
This run has ID `IM9OONER'.


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


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


  [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.155s. 10 tests run.
(cd _build/default/test/size && ./dscheck_size.exe)
Testing `dscheck_size'.
This run has ID `K6W113WN'.


  [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.031s. 6 tests run.
(cd _build/default/test/ws_deque && ./ws_deque_dscheck.exe)
Testing `ws_deque_dscheck'.
This run has ID `J3P75VUA'.


  [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.002s. 2 tests run.
(cd _build/default/test/michael_scott_queue && ./michael_scott_queue_dscheck.exe)
Testing `michael_scott_queue_dscheck'.
This run has ID `TA4QJVMC'.


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


Full test results in `/src/_build/default/test/michael_scott_queue/_build/_tests/michael_scott_queue_dscheck'.
Test Successful in 0.045s. 8 tests run.
(cd _build/default/test/skiplist && ./dscheck_skiplist.exe)
Testing `DSCheck Skiplist'.
This run has ID `3WU5XEPN'.


  [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.027s. 6 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 506126178
Testing `QCheck Skiplist'.
This run has ID `0YX6LF5K'.


  [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 69.746s. 7 tests run.
(cd _build/default/test/skiplist && ./stm_skiplist.exe)
random seed: 1415892970348201716
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Lockfree.Skiplist sequential
[]   32    0    0   32 /   32    13.7s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 2689850834901882600
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Lockfree.Skiplist sequential
[]   64    0    0   64 /   64    33.5s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
random seed: 4602947233278103460
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Lockfree.Skiplist sequential
[]   32    0    0   32 /   32    33.3s Lockfree.Skiplist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/cue && ./stm_cue.exe --verbose)
random seed: 808464635154854953
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Cue sequential
[]   32    0    0   32 /   32     7.4s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 809086994646493375
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Cue sequential
[]   64    0    0   64 /   64    47.8s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
random seed: 939337445496110534
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Cue sequential
[]   32    0    0   32 /   32    35.0s Saturn_lockfree.Cue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)
random seed: 1883956141108192523
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Size sequential
[]   32    0    0   32 /   32     8.2s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 4138216229004262756
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.4s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
random seed: 3644577388139685703
generated error fail pass / total     time test name
[]   70    0    0   70 /   70     0.0s Saturn_lockfree.Size sequential
[]   70    0    0   70 /   70    76.9s Saturn_lockfree.Size parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 550877224
Testing `Michael_scott_queue'.
This run has ID `IF6FL50B'.


  [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 16.093s. 16 tests run.
(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/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 912279033
Testing `Spsc_queues'.
This run has ID `OQVNDT5F'.


  [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 18.542s. 16 tests run.
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `XI9WN4P4'.


  [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]          alidate 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 147.288s. 9 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  messages over time/1 adder, 1 taker (cas):
    8.34 M/s
  messages over time/1 adder, 1 taker (not lf):
    23.79 M/s
  messages over time/1 adder, 1 taker (spin):
    26.19 M/s
  messages over time/1 adder, 2 takers (cas):
    2.62 M/s
  messages over time/1 adder, 2 takers (not lf):
    1.16 M/s
  messages over time/1 adder, 2 takers (spin):
    0.63 M/s
  messages over time/2 adders, 1 taker (cas):
    7.52 M/s
  messages over time/2 adders, 1 taker (not lf):
    1.67 M/s
  messages over time/2 adders, 1 taker (spin):
    0.55 M/s
  messages over time/2 adders, 2 takers (cas):
    0.65 M/s
  messages over time/2 adders, 2 takers (not lf):
    1.11 M/s
  messages over time/2 adders, 2 takers (spin):
    0.90 M/s
  time per message/1 adder, 1 taker (cas):
    239.91 ns
  time per message/1 adder, 1 taker (not lf):
    84.09 ns
  time per message/1 adder, 1 taker (spin):
    76.38 ns
  time per message/1 adder, 2 takers (cas):
    1146.28 ns
  time per message/1 adder, 2 takers (not lf):
    2594.55 ns
  time per message/1 adder, 2 takers (spin):
    4791.10 ns
  time per message/2 adders, 1 taker (cas):
    398.89 ns
  time per message/2 adders, 1 taker (not lf):
    1798.48 ns
  time per message/2 adders, 1 taker (spin):
    5423.84 ns
  time per message/2 adders, 2 takers (cas):
    6199.55 ns
  time per message/2 adders, 2 takers (not lf):
    3605.23 ns
  time per message/2 adders, 2 takers (spin):
    4446.90 ns
Saturn_lockfree Cue:
  messages over time/1 nb adder, 1 nb taker:
    43.51 M/s
  messages over time/1 nb adder, 2 nb takers:
    3.91 M/s
  messages over time/2 nb adders, 1 nb taker:
    15.78 M/s
  messages over time/2 nb adders, 2 nb takers:
    17.37 M/s
  messages over time/one domain:
    5.40 M/s
  time per message/1 nb adder, 1 nb taker:
    45.97 ns
  time per message/1 nb adder, 2 nb takers:
    768.11 ns
  time per message/2 nb adders, 1 nb taker:
    190.17 ns
  time per message/2 nb adders, 2 nb takers:
    230.26 ns
  time per message/one domain:
    185.05 ns
Saturn_lockfree Queue:
  messages over time/1 nb adder, 1 nb taker:
    32.32 M/s
  messages over time/1 nb adder, 2 nb takers:
    6.41 M/s
  messages over time/2 nb adders, 1 nb taker:
    4.02 M/s
  messages over time/2 nb adders, 2 nb takers:
    3.86 M/s
  messages over time/one domain:
    0.89 M/s
  time per message/1 nb adder, 1 nb taker:
    61.88 ns
  time per message/1 nb adder, 2 nb takers:
    468.36 ns
  time per message/2 nb adders, 1 nb taker:
    746.64 ns
  time per message/2 nb adders, 2 nb takers:
    1035.95 ns
  time per message/one domain:
    1129.69 ns
Saturn_lockfree Single_prod_single_cons_queue:
  messages over time/2 workers, capacity 1:
    0.39 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.35 M/s
  messages over time/2 workers, capacity 32768:
    46.82 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    115.43 M/s
  messages over time/2 workers, capacity 4096:
    56.25 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    63.11 M/s
  messages over time/2 workers, capacity 512:
    4.96 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    1.08 M/s
  messages over time/2 workers, capacity 64:
    24.93 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    1.16 M/s
  messages over time/2 workers, capacity 8:
    0.64 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    3.79 M/s
  time per message/2 workers, capacity 1:
    5167.40 ns
  time per message/2 workers, capacity 1 (unsafe):
    5759.23 ns
  time per message/2 workers, capacity 32768:
    42.72 ns
  time per message/2 workers, capacity 32768 (unsafe):
    17.33 ns
  time per message/2 workers, capacity 4096:
    35.55 ns
  time per message/2 workers, capacity 4096 (unsafe):
    31.69 ns
  time per message/2 workers, capacity 512:
    403.16 ns
  time per message/2 workers, capacity 512 (unsafe):
    1856.60 ns
  time per message/2 workers, capacity 64:
    80.22 ns
  time per message/2 workers, capacity 64 (unsafe):
    1720.00 ns
  time per message/2 workers, capacity 8:
    3120.18 ns
  time per message/2 workers, capacity 8 (unsafe):
    527.55 ns
Saturn_lockfree Size:
  operations over time/1 worker:
    9.78 M/s
  operations over time/2 workers:
    18.42 M/s
  operations over time/4 workers:
    5.86 M/s
  time per operation/1 worker:
    102.22 ns
  time per operation/2 workers:
    108.59 ns
  time per operation/4 workers:
    683.01 ns
Saturn_lockfree Skiplist:
  operations over time/1 workers, 10% mem 45% add 45% rem:
    0.99 M/s
  operations over time/1 workers, 50% mem 25% add 25% rem:
    0.96 M/s
  operations over time/1 workers, 90% mem 5% add 5% rem:
    1.06 M/s
  operations over time/2 workers, 10% mem 45% add 45% rem:
    0.91 M/s
  operations over time/2 workers, 50% mem 25% add 25% rem:
    1.38 M/s
  operations over time/2 workers, 90% mem 5% add 5% rem:
    1.96 M/s
  operations over time/4 workers, 10% mem 45% add 45% rem:
    1.65 M/s
  operations over time/4 workers, 50% mem 25% add 25% rem:
    1.71 M/s
  operations over time/4 workers, 90% mem 5% add 5% rem:
    2.52 M/s
  time per operation/1 workers, 10% mem 45% add 45% rem:
    1008.28 ns
  time per operation/1 workers, 50% mem 25% add 25% rem:
    1047.11 ns
  time per operation/1 workers, 90% mem 5% add 5% rem:
    939.51 ns
  time per operation/2 workers, 10% mem 45% add 45% rem:
    2201.47 ns
  time per operation/2 workers, 50% mem 25% add 25% rem:
    1451.57 ns
  time per operation/2 workers, 90% mem 5% add 5% rem:
    1018.26 ns
  time per operation/4 workers, 10% mem 45% add 45% rem:
    2418.76 ns
  time per operation/4 workers, 50% mem 25% add 25% rem:
    2338.22 ns
  time per operation/4 workers, 90% mem 5% add 5% rem:
    1586.09 ns
Saturn_lockfree Stack:
  messages over time/1 adder, 1 taker:
    16.07 M/s
  messages over time/1 adder, 2 takers:
    22.70 M/s
  messages over time/2 adders, 1 taker:
    5.95 M/s
  messages over time/2 adders, 2 takers:
    8.91 M/s
  messages over time/one domain:
    21.35 M/s
  time per message/1 adder, 1 taker:
    124.48 ns
  time per message/1 adder, 2 takers:
    132.14 ns
  time per message/2 adders, 1 taker:
    504.40 ns
  time per message/2 adders, 2 takers:
    448.85 ns
  time per message/one domain:
    46.85 ns
Saturn_lockfree Work_stealing_deque:
  messages over time/1 adder, 1 taker:
    14.25 M/s
  messages over time/1 adder, 2 takers:
    5.96 M/s
  messages over time/1 adder, 4 takers:
    3.40 M/s
  messages over time/one domain (FIFO):
    5.86 M/s
  messages over time/one domain (LIFO):
    5.56 M/s
  spawns over time/1 worker:
    4.81 M/s
  spawns over time/2 workers:
    9.14 M/s
  spawns over time/4 workers:
    9.64 M/s
  spawns over time/8 workers:
    2.06 M/s
  time per message/1 adder, 1 taker:
    140.31 ns
  time per message/1 adder, 2 takers:
    503.72 ns
  time per message/1 adder, 4 takers:
    1468.97 ns
  time per message/one domain (FIFO):
    170.67 ns
  time per message/one domain (LIFO):
    179.78 ns
  time per spawn/1 worker:
    207.73 ns
  time per spawn/2 workers:
    218.77 ns
  time per spawn/4 workers:
    415.13 ns
  time per spawn/8 workers:
    3889.09 ns
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)
random seed: 2550686577851794971
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     8.4s Saturn_lockfree.Spsc_queue parallel
[]    1    0    1    0 /   32    42.1s Saturn_lockfree.Spsc_queue parallel, negative


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


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


                         |               
                     Push 5915           
                         |               
              .---------------------.
              |                     |               
             Pop                  Peek              


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


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


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


================================================================================
success (ran 3 tests)
random seed: 3535556639800074401
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     2.2s Saturn_lockfree.Spsc_queue parallel
[]    1    0    1    0 /   32     9.9s Saturn_lockfree.Spsc_queue parallel, negative


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


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


                       |                 
                     Push 3              
                       |                 
            .---------------------.
            |                     |                 
           Pop                   Peek               


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


Messages for test Saturn_lockfree.Spsc_queue parallel, negative:


  Results incompatible with linearized model


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


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


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


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


                        |                
                        |                
             .---------------------.
             |                     |                
            Peek                  Pop               
          Push 621                Peek              
                                 Push 1             
                                  Peek              
                                Push 327            
                                Push 629            
                                Push 53             
                                  Peek              
                                  Peek              
                                  Peek              


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


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


                                                             |                           
                                                             |                           
                                .--------------------------------------------------------.
                                |                                                        |                           
     Peek : Error (Saturn_lockfree__Spsc_queue_unsafe.Empty)  Pop : Error (Saturn_lockfree__Spsc_queue_unsafe.Empty) 
                       Push 621 : Ok (())                     Peek : Error (Saturn_lockfree__Spsc_queue_unsafe.Empty)
                                                                                 Push 1 : Ok (())                    
                                                                                   Peek : Ok (1)                     
                                                                                Push 327 : Ok (())                   
                                                                                Push 629 : Ok (())                   
                                                                                 Push 53 : Ok (())                   
                                                                                  Peek : Ok (621)                    
                                                                                  Peek : Ok (621)                    
                                                                                  Peek : Ok (621)                    


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


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


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


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


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


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


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


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


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


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


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


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


Messages for test Saturn_lockfree.Spsc_queue_unsafe parallel, negative:


  Results incompatible with linearized model


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


================================================================================
success (ran 3 tests)
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)
random seed: 1035042704928143869
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    23.7s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 292405998350974847
generated error fail pass / total     time test name
[]   49    0    0   49 /   49     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   49    0    0   49 /   49    26.0s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 101788844422217018
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    14.7s Saturn_lockfree.michael_scott_queue_safe parallel
================================================================================
success (ran 2 tests)
random seed: 1692128632758971716
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     4.8s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 3375610181172831221
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     6.4s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 593620267914357174
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     9.6s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 638043273663156585
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  256    0    0  256 /  256    17.3s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
random seed: 290195629949003973
generated error fail pass / total     time test name
[]  275    0    0  275 /  275     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  275    0    0  275 /  275    60.0s Saturn_lockfree.michael_scott_queue_unsafe parallel
================================================================================
success (ran 2 tests)
2024-10-18 17:50.08 ---> saved as "aac6a7db8e3f0200ab8fe0948b75d5befeb1f13143c784eb1237aab390a7c319"
Job succeeded
2024-10-18 17:50.09: Job succeeded