Organisationsocaml-multicorekcasdee91d (expose-dllist-to-allow-matchable-cursors)debian-12-4.14+flambda_opam-2.2

debian-12-4.14+flambda_opam-2.2

Logs

Show full logs
2024-09-18 15:15.25: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/expose-dllist-to-allow-matchable-cursors (dee91dfee43eedcc7ea7eeeace75afe4b6902ed1) (linux-x86_64:debian-12-4.14+flambda_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "expose-dllist-to-allow-matchable-cursors" && cd "kcas" && git reset --hard dee91dfe
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c
# debian-12-4.14+flambda_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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
    opam pin add -yn kcas.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

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

2024-09-18 15:15.25: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c-debian-12-4.14+flambda_opam-2.2-2b016af6c5e24a304d5c116e216ac4e7"
2024-09-18 15:15.25: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c)
 (comment debian-12-4.14+flambda_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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kcas_data.opam kcas.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev './' && \
             \nopam pin add -yn kcas.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-09-18 15:15.25: Waiting for resource in pool OCluster
2024-09-18 16:51.05: Waiting for worker…
2024-09-18 16:58.19: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at dee91df Expose `Dllist` type to allow matchable cursors

(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c' locally
docker.io/ocaml/opam@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c: Pulling from ocaml/opam
28bb253bc570: Pulling fs layer
28bb253bc570: Verifying Checksum
28bb253bc570: Download complete
28bb253bc570: Pull complete
Digest: sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c
Status: Downloaded newer image for ocaml/opam@sha256:acf9b40bb09d39f8b6bb19904f292de728dd235d9de154327e96bab5ec76619c
2024-09-18 16:58.19 ---> using "dedda0785ae16a7fd0478b2511ad8593d6ad386c2664654a3cc5284bd3af90c2" from cache

/: (comment debian-12-4.14+flambda_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 16:58.19 ---> using "8393165748816d45ae314b3c3e55676e4583cd05537d46412e6c8653ccf367b1" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 16:58.19 ---> using "dc3e8f93c7a0df6c9cd9cbe9be0a39f7cdba9ffe946986ea10a54d304da0f272" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 16:58.19 ---> using "c566f7ead32f31fe2526e82d3f185d5f0fed41efe42752b093ccebaed3073f68" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:58.19 ---> using "bd5d6122c9cc462d24b7ca7accefda030014f67f4eba4b25e20cfb2429f2c70f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:58.19 ---> using "4c2d6654e502f26f943709ad6ef4e93b167a8175a0eca961555717050d3ef0f0" from cache

/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-18 16:58.19 ---> using "0e18c10bffb0ee581f51a87a4289461f8d54480e7d934bb4214bedf874f5d654" from cache

/src: (run (network host)
           (shell  "opam pin add -yn kcas_data.dev './' && \
                  \nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2024-09-18 16:58.19 ---> using "c5756d12eae9eee2e11b6bc0c98cc8522e32db4c59d6f292f38e835cf664e41b" from cache

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 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 kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [182 kB]
- Fetched 9237 kB in 2s (3892 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (no changes)
[kcas_data.dev] synchronised (no changes)

[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-09-18 16:58.19 ---> using "c49f8ba9babd8b0798294407aeb86cad6b4adaf6ae8b66f1a904bd57e5e33dd7" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
  - install alcotest                   1.8.0
  - install astring                    0.8.5
  - install backoff                    0.1.0
  - install camlp-streams              5.0.1
  - install cmdliner                   1.3.0
  - install cppo                       1.7.0
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain-local-timeout       1.0.1
  - install domain_shims               0.1.0
  - install dune                       3.16.0
  - install fmt                        0.9.0
  - install logs                       0.7.0
  - install mdx                        2.4.1
  - install mtime                      2.1.0
  - install multicore-bench            0.1.5
  - install multicore-magic            2.3.0
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              3.6.8
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install psq                        0.2.1
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.4
  - install qcheck-stm                 0.4
  - install re                         1.12.0
  - install result                     1.5
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-table               1.0.0
  - install topkg                      1.0.7
  - install uutf                       1.0.3
  - install yojson                     2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-bench.0.1.5  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.8  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed domain_shims.0.1.0
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed multicore-magic.2.3.0
-> installed backoff.0.1.0
-> installed csexp.1.5.2
-> installed ocaml-version.3.6.8
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed domain-local-await.1.0.1
-> installed domain-local-timeout.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed cppo.1.7.0
-> installed qcheck-core.0.22
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.4
-> installed qcheck-stm.0.4
-> installed multicore-bench.0.1.5
-> installed alcotest.1.8.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:58.19 ---> using "b4928af5dbd13a2f76f88798ae464986c1ce306e59dee911223ea1529e51d4a9" from cache

/src: (copy (src .) (dst /src))
2024-09-18 16:58.19 ---> saved as "fc929d079bf19fd56c93c7358890281f039ccd5be92616c65953e46f30c7b13b"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Threads.cmx -c -impl test/kcas/threads.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Ms_queue_test.cmx -c -impl test/kcas/ms_queue_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I /home/opam/.opam/4.14/lib/backoff -I /home/opam/.opam/4.14/lib/domain-local-await -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/multicore-magic -intf-suffix .ml -no-alias-deps -opaque -o src/kcas/.kcas.objs/native/kcas.cmx -c -impl src/kcas/kcas.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Test.cmx -c -impl test/kcas/test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test.cmx -c -impl test/kcas_data/dllist_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Mvar_test.cmx -c -impl test/kcas_data/mvar_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test.cmx -c -impl test/kcas_data/stack_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test.cmx -c -impl test/kcas_data/queue_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test.cmx -c -impl test/kcas_data/hashtbl_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_test.cmx -c -impl test/kcas_data/xt_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache_example.cmx -c -impl test/kcas_data/lru_cache_example.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/4.14/lib/backoff -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/multicore-bench -I /home/opam/.opam/4.14/lib/multicore-magic -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Main.cmx -c -impl bench/main.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Yojson__Safe, and its interface was not compiled with -opaque
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `RY0MM99Y'.

  [OK]          await between threads          0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.009s. 1 test run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `PHTTWQV9'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `07TA1EUG'.

  [OK]          basics          0   
  [OK]          add             0   
  [OK]          move            0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'.
Test Successful in 0.001s. 3 tests run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `06QIR48R'.

  [OK]          replace and remove          0   
  [OK]          large tx                    0   
  [OK]          large ops                   0   
  [OK]          basics                      0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Hashtbl'.
Test Successful in 0.011s. 4 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `I2V1WTKW'.

  [OK]          non linearizable xt                  0   
  [OK]          set                                  0   
  [OK]          no skew xt                           0   
  [OK]          get seq xt                           0   
  [OK]          stress xt                            0   
  [OK]          is_in_log                            0   
  [OK]          updates                              0   
  [OK]          post commit                          0   
  [OK]          blocking                             0   
  [OK]          no unnecessary wakeups               0   
  [OK]          pediodic validation                  0   
  [OK]          explicit validation                  0   
  [OK]          rollback                             0   
  [OK]          call                                 0   
  [OK]          mode                                 0   
  [OK]          xt                                   0   
  [OK]          timeout (non-deterministic)          0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 1.341s. 17 tests run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `9MX5SXPK'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `1YZP481Q'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `MHJE1OZC'.

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  time per op/get:
    6.03 ns
  ops over time/get:
    165.79 M/s
  time per op/incr:
    25.86 ns
  ops over time/incr:
    38.66 M/s
  time per op/push & pop:
    43.08 ns
  ops over time/push & pop:
    23.21 M/s
  time per op/cas int:
    22.05 ns
  ops over time/cas int:
    45.35 M/s
  time per op/xchg int:
    22.97 ns
  ops over time/xchg int:
    43.53 M/s
  time per op/swap:
    32.43 ns
  ops over time/swap:
    30.84 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    26.95 ns
  transactions over time/0 loc tx:
    37.11 M/s
  time per transaction/1 loc tx:
    80.74 ns
  transactions over time/1 loc tx:
    12.39 M/s
  time per transaction/2 loc tx:
    198.17 ns
  transactions over time/2 loc tx:
    5.05 M/s
  time per transaction/4 loc tx:
    351.92 ns
  transactions over time/4 loc tx:
    2.84 M/s
  time per transaction/8 loc tx:
    579.38 ns
  transactions over time/8 loc tx:
    1.73 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    23.14 ns
  transactions over time/0 loc tx:
    43.22 M/s
  time per transaction/1 loc tx:
    55.41 ns
  transactions over time/1 loc tx:
    18.05 M/s
  time per transaction/2 loc tx:
    118.42 ns
  transactions over time/2 loc tx:
    8.44 M/s
  time per transaction/4 loc tx:
    189.18 ns
  transactions over time/4 loc tx:
    5.29 M/s
  time per transaction/8 loc tx:
    329.14 ns
  transactions over time/8 loc tx:
    3.04 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    245.81 ns
  transactions over time/1 worker:
    4.07 M/s
  time per transaction/2 workers:
    485.39 ns
  transactions over time/2 workers:
    4.12 M/s
  time per transaction/4 workers:
    1024.95 ns
  transactions over time/4 workers:
    3.90 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    47.17 ns
  operations over time/1 worker, 0% reads:
    21.20 M/s
  time per operation/2 workers, 0% reads:
    108.80 ns
  operations over time/2 workers, 0% reads:
    18.38 M/s
  time per operation/4 workers, 0% reads:
    196.83 ns
  operations over time/4 workers, 0% reads:
    20.32 M/s
Kcas_data Dllist:
  time per message/one domain:
    888.86 ns
  messages over time/one domain:
    1.13 M/s
  time per message/1 nb adder, 1 nb taker:
    1248.91 ns
  messages over time/1 nb adder, 1 nb taker:
    1.60 M/s
  time per message/1 nb adder, 2 nb takers:
    1974.72 ns
  messages over time/1 nb adder, 2 nb takers:
    1.52 M/s
  time per message/2 nb adders, 1 nb taker:
    1693.35 ns
  messages over time/2 nb adders, 1 nb taker:
    1.77 M/s
  time per message/2 nb adders, 2 nb takers:
    2425.84 ns
  messages over time/2 nb adders, 2 nb takers:
    1.65 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    205.78 ns
  operations over time/1 worker, 90% reads:
    4.86 M/s
  time per operation/2 workers, 90% reads:
    373.17 ns
  operations over time/2 workers, 90% reads:
    5.36 M/s
  time per operation/4 workers, 90% reads:
    1261.66 ns
  operations over time/4 workers, 90% reads:
    3.17 M/s
  time per operation/1 worker, 50% reads:
    402.22 ns
  operations over time/1 worker, 50% reads:
    2.49 M/s
  time per operation/2 workers, 50% reads:
    1069.15 ns
  operations over time/2 workers, 50% reads:
    1.87 M/s
  time per operation/4 workers, 50% reads:
    2042.33 ns
  operations over time/4 workers, 50% reads:
    1.96 M/s
  time per operation/1 worker, 10% reads:
    527.85 ns
  operations over time/1 worker, 10% reads:
    1.89 M/s
  time per operation/2 workers, 10% reads:
    1997.81 ns
  operations over time/2 workers, 10% reads:
    1.00 M/s
  time per operation/4 workers, 10% reads:
    6886.65 ns
  operations over time/4 workers, 10% reads:
    0.58 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    24340.33 ns
  messages over time/1 nb adder, 1 nb taker:
    0.08 M/s
  time per message/1 nb adder, 1 taker:
    25328.03 ns
  messages over time/1 nb adder, 1 taker:
    0.08 M/s
  time per message/1 nb adder, 2 nb takers:
    34917.16 ns
  messages over time/1 nb adder, 2 nb takers:
    0.09 M/s
  time per message/1 nb adder, 2 takers:
    81715.93 ns
  messages over time/1 nb adder, 2 takers:
    0.04 M/s
  time per message/1 adder, 1 nb taker:
    25219.39 ns
  messages over time/1 adder, 1 nb taker:
    0.08 M/s
  time per message/1 adder, 1 taker:
    26205.68 ns
  messages over time/1 adder, 1 taker:
    0.08 M/s
  time per message/1 adder, 2 nb takers:
    135787.68 ns
  messages over time/1 adder, 2 nb takers:
    0.02 M/s
  time per message/1 adder, 2 takers:
    80351.96 ns
  messages over time/1 adder, 2 takers:
    0.04 M/s
  time per message/2 nb adders, 1 nb taker:
    77764.31 ns
  messages over time/2 nb adders, 1 nb taker:
    0.04 M/s
  time per message/2 nb adders, 1 taker:
    36805.76 ns
  messages over time/2 nb adders, 1 taker:
    0.08 M/s
  time per message/2 nb adders, 2 nb takers:
    52923.13 ns
  messages over time/2 nb adders, 2 nb takers:
    0.08 M/s
  time per message/2 nb adders, 2 takers:
    152978.95 ns
  messages over time/2 nb adders, 2 takers:
    0.03 M/s
  time per message/2 adders, 1 nb taker:
    35074.15 ns
  messages over time/2 adders, 1 nb taker:
    0.09 M/s
  time per message/2 adders, 1 taker:
    41396.81 ns
  messages over time/2 adders, 1 taker:
    0.07 M/s
  time per message/2 adders, 2 nb takers:
    50476.56 ns
  messages over time/2 adders, 2 nb takers:
    0.08 M/s
  time per message/2 adders, 2 takers:
    52407.00 ns
  messages over time/2 adders, 2 takers:
    0.08 M/s
Kcas_data Queue:
  time per message/one domain:
    152.25 ns
  messages over time/one domain:
    6.57 M/s
  time per message/1 nb adder, 1 nb taker:
    139.72 ns
  messages over time/1 nb adder, 1 nb taker:
    14.31 M/s
  time per message/1 nb adder, 1 taker:
    118.94 ns
  messages over time/1 nb adder, 1 taker:
    16.82 M/s
  time per message/1 nb adder, 2 nb takers:
    205.70 ns
  messages over time/1 nb adder, 2 nb takers:
    14.58 M/s
  time per message/1 nb adder, 2 takers:
    211.94 ns
  messages over time/1 nb adder, 2 takers:
    14.15 M/s
  time per message/2 nb adders, 1 nb taker:
    166.78 ns
  messages over time/2 nb adders, 1 nb taker:
    17.99 M/s
  time per message/2 nb adders, 1 taker:
    162.16 ns
  messages over time/2 nb adders, 1 taker:
    18.50 M/s
  time per message/2 nb adders, 2 nb takers:
    251.55 ns
  messages over time/2 nb adders, 2 nb takers:
    15.90 M/s
  time per message/2 nb adders, 2 takers:
    296.73 ns
  messages over time/2 nb adders, 2 takers:
    13.48 M/s
Kcas_data Stack:
  time per message/one domain:
    109.43 ns
  messages over time/one domain:
    9.14 M/s
  time per message/1 nb adder, 1 nb taker:
    108.05 ns
  messages over time/1 nb adder, 1 nb taker:
    18.51 M/s
  time per message/1 nb adder, 1 taker:
    107.19 ns
  messages over time/1 nb adder, 1 taker:
    18.66 M/s
  time per message/1 nb adder, 2 nb takers:
    202.25 ns
  messages over time/1 nb adder, 2 nb takers:
    14.83 M/s
  time per message/1 nb adder, 2 takers:
    186.05 ns
  messages over time/1 nb adder, 2 takers:
    16.12 M/s
  time per message/2 nb adders, 1 nb taker:
    158.83 ns
  messages over time/2 nb adders, 1 nb taker:
    18.89 M/s
  time per message/2 nb adders, 1 taker:
    162.03 ns
  messages over time/2 nb adders, 1 taker:
    18.52 M/s
  time per message/2 nb adders, 2 nb takers:
    267.32 ns
  messages over time/2 nb adders, 2 nb takers:
    14.96 M/s
  time per message/2 nb adders, 2 takers:
    242.81 ns
  messages over time/2 nb adders, 2 takers:
    16.47 M/s
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `BIMGC3JU'.

  [OK]          write skew          0   
  [OK]          tail leak           0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 10.825s. 2 tests run.
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 4146574904259188689
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[ ]    0    0    0    0 /   32     0.0s Accumulator sequential (generating)
[]   32    0    0   32 /   32     0.0s Accumulator sequential

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   32     1.1s Accumulator concurrent
[ ]    2    0    0    2 /   32     1.9s Accumulator concurrent
[ ]    3    0    0    3 /   32     2.5s Accumulator concurrent
[ ]    4    0    0    4 /   32     3.8s Accumulator concurrent
[ ]    5    0    0    5 /   32     4.8s Accumulator concurrent
[ ]    6    0    0    6 /   32     5.9s Accumulator concurrent
[ ]    7    0    0    7 /   32     6.6s Accumulator concurrent
[ ]    8    0    0    8 /   32     8.6s Accumulator concurrent
[ ]    9    0    0    9 /   32     9.6s Accumulator concurrent
[ ]   10    0    0   10 /   32    10.1s Accumulator concurrent
[ ]   11    0    0   11 /   32    11.4s Accumulator concurrent
[ ]   12    0    0   12 /   32    12.6s Accumulator concurrent
[ ]   13    0    0   13 /   32    14.1s Accumulator concurrent
[ ]   14    0    0   14 /   32    15.9s Accumulator concurrent
[ ]   15    0    0   15 /   32    16.8s Accumulator concurrent
[ ]   16    0    0   16 /   32    18.1s Accumulator concurrent
[ ]   17    0    0   17 /   32    18.9s Accumulator concurrent
[ ]   18    0    0   18 /   32    19.6s Accumulator concurrent
[ ]   19    0    0   19 /   32    20.1s Accumulator concurrent
[ ]   20    0    0   20 /   32    20.7s Accumulator concurrent
[ ]   21    0    0   21 /   32    21.6s Accumulator concurrent
[ ]   22    0    0   22 /   32    22.2s Accumulator concurrent
[ ]   23    0    0   23 /   32    23.4s Accumulator concurrent
[ ]   24    0    0   24 /   32    24.1s Accumulator concurrent
[ ]   25    0    0   25 /   32    24.6s Accumulator concurrent
[ ]   26    0    0   26 /   32    25.1s Accumulator concurrent
[ ]   27    0    0   27 /   32    26.2s Accumulator concurrent
[ ]   28    0    0   28 /   32    27.0s Accumulator concurrent
[ ]   29    0    0   29 /   32    27.7s Accumulator concurrent
[ ]   30    0    0   30 /   32    27.9s Accumulator concurrent
[ ]   31    0    0   31 /   32    28.6s Accumulator concurrent
[ ]   32    0    0   32 /   32    29.2s Accumulator concurrent
[]   32    0    0   32 /   32    29.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 3141912882448889141
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   33     0.0s Accumulator sequential
[]   33    0    0   33 /   33     0.0s Accumulator sequential

[ ]    0    0    0    0 /   33     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   33     0.5s Accumulator concurrent
[ ]    2    0    0    2 /   33     1.1s Accumulator concurrent
[ ]    3    0    0    3 /   33     1.4s Accumulator concurrent
[ ]    4    0    0    4 /   33     2.0s Accumulator concurrent
[ ]    5    0    0    5 /   33     2.7s Accumulator concurrent
[ ]    6    0    0    6 /   33     3.2s Accumulator concurrent
[ ]    7    0    0    7 /   33     4.2s Accumulator concurrent
[ ]    8    0    0    8 /   33     4.8s Accumulator concurrent
[ ]    9    0    0    9 /   33     5.2s Accumulator concurrent
[ ]   10    0    0   10 /   33     6.0s Accumulator concurrent
[ ]   11    0    0   11 /   33     7.2s Accumulator concurrent
[ ]   12    0    0   12 /   33     7.8s Accumulator concurrent
[ ]   13    0    0   13 /   33     8.5s Accumulator concurrent
[ ]   14    0    0   14 /   33    10.3s Accumulator concurrent
[ ]   15    0    0   15 /   33    10.9s Accumulator concurrent
[ ]   16    0    0   16 /   33    11.6s Accumulator concurrent
[ ]   17    0    0   17 /   33    12.4s Accumulator concurrent
[ ]   18    0    0   18 /   33    13.0s Accumulator concurrent
[ ]   19    0    0   19 /   33    13.3s Accumulator concurrent
[ ]   20    0    0   20 /   33    13.6s Accumulator concurrent
[ ]   21    0    0   21 /   33    14.2s Accumulator concurrent
[ ]   22    0    0   22 /   33    15.0s Accumulator concurrent
[ ]   23    0    0   23 /   33    15.6s Accumulator concurrent
[ ]   24    0    0   24 /   33    16.0s Accumulator concurrent
[ ]   25    0    0   25 /   33    16.5s Accumulator concurrent
[ ]   26    0    0   26 /   33    17.0s Accumulator concurrent
[ ]   27    0    0   27 /   33    17.5s Accumulator concurrent
[ ]   28    0    0   28 /   33    17.8s Accumulator concurrent
[ ]   29    0    0   29 /   33    18.2s Accumulator concurrent
[ ]   30    0    0   30 /   33    19.0s Accumulator concurrent
[ ]   31    0    0   31 /   33    19.5s Accumulator concurrent
[ ]   32    0    0   32 /   33    20.0s Accumulator concurrent
[ ]   33    0    0   33 /   33    20.3s Accumulator concurrent
[]   33    0    0   33 /   33    20.3s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 272251627958643728
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     0.0s Accumulator sequential

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   32     0.4s Accumulator concurrent
[ ]    2    0    0    2 /   32     1.0s Accumulator concurrent
[ ]    3    0    0    3 /   32     1.7s Accumulator concurrent
[ ]    4    0    0    4 /   32     2.5s Accumulator concurrent
[ ]    5    0    0    5 /   32     3.1s Accumulator concurrent
[ ]    6    0    0    6 /   32     3.6s Accumulator concurrent
[ ]    7    0    0    7 /   32     4.0s Accumulator concurrent
[ ]    8    0    0    8 /   32     4.5s Accumulator concurrent
[ ]    9    0    0    9 /   32     5.2s Accumulator concurrent
[ ]   10    0    0   10 /   32     5.8s Accumulator concurrent
[ ]   11    0    0   11 /   32     6.7s Accumulator concurrent
[ ]   12    0    0   12 /   32     7.3s Accumulator concurrent
[ ]   13    0    0   13 /   32     8.6s Accumulator concurrent
[ ]   14    0    0   14 /   32     9.5s Accumulator concurrent
[ ]   15    0    0   15 /   32    10.2s Accumulator concurrent
[ ]   16    0    0   16 /   32    11.2s Accumulator concurrent
[ ]   17    0    0   17 /   32    12.1s Accumulator concurrent
[ ]   18    0    0   18 /   32    12.5s Accumulator concurrent
[ ]   19    0    0   19 /   32    13.3s Accumulator concurrent
[ ]   20    0    0   20 /   32    13.7s Accumulator concurrent
[ ]   21    0    0   21 /   32    14.3s Accumulator concurrent
[ ]   22    0    0   22 /   32    15.1s Accumulator concurrent
[ ]   23    0    0   23 /   32    16.1s Accumulator concurrent
[ ]   24    0    0   24 /   32    16.5s Accumulator concurrent
[ ]   25    0    0   25 /   32    17.6s Accumulator concurrent
[ ]   26    0    0   26 /   32    18.3s Accumulator concurrent
[ ]   27    0    0   27 /   32    19.1s Accumulator concurrent
[ ]   28    0    0   28 /   32    19.4s Accumulator concurrent
[ ]   29    0    0   29 /   32    19.9s Accumulator concurrent
[ ]   30    0    0   30 /   32    20.4s Accumulator concurrent
[ ]   31    0    0   31 /   32    20.9s Accumulator concurrent
[ ]   32    0    0   32 /   32    21.6s Accumulator concurrent
[]   32    0    0   32 /   32    21.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1848902997165247502
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     1.0s Hashtbl concurrent
[ ]    2    0    0    2 /   32     1.9s Hashtbl concurrent
[ ]    3    0    0    3 /   32     2.9s Hashtbl concurrent
[ ]    4    0    0    4 /   32     3.7s Hashtbl concurrent
[ ]    5    0    0    5 /   32     5.5s Hashtbl concurrent
[ ]    6    0    0    6 /   32     6.7s Hashtbl concurrent
[ ]    7    0    0    7 /   32     7.5s Hashtbl concurrent
[ ]    8    0    0    8 /   32     8.5s Hashtbl concurrent
[ ]    9    0    0    9 /   32    10.1s Hashtbl concurrent
[ ]   10    0    0   10 /   32    11.2s Hashtbl concurrent
[ ]   11    0    0   11 /   32    12.2s Hashtbl concurrent
[ ]   12    0    0   12 /   32    13.4s Hashtbl concurrent
[ ]   13    0    0   13 /   32    14.2s Hashtbl concurrent
[ ]   14    0    0   14 /   32    14.9s Hashtbl concurrent
[ ]   15    0    0   15 /   32    15.6s Hashtbl concurrent
[ ]   16    0    0   16 /   32    16.1s Hashtbl concurrent
[ ]   17    0    0   17 /   32    17.3s Hashtbl concurrent
[ ]   18    0    0   18 /   32    18.1s Hashtbl concurrent
[ ]   19    0    0   19 /   32    19.5s Hashtbl concurrent
[ ]   20    0    0   20 /   32    20.2s Hashtbl concurrent
[ ]   21    0    0   21 /   32    20.9s Hashtbl concurrent
[ ]   22    0    0   22 /   32    21.7s Hashtbl concurrent
[ ]   23    0    0   23 /   32    22.3s Hashtbl concurrent
[ ]   24    0    0   24 /   32    23.3s Hashtbl concurrent
[ ]   25    0    0   25 /   32    24.1s Hashtbl concurrent
[ ]   26    0    0   26 /   32    25.1s Hashtbl concurrent
[ ]   27    0    0   27 /   32    25.6s Hashtbl concurrent
[ ]   28    0    0   28 /   32    26.8s Hashtbl concurrent
[ ]   29    0    0   29 /   32    27.8s Hashtbl concurrent
[ ]   30    0    0   30 /   32    29.3s Hashtbl concurrent
[ ]   31    0    0   31 /   32    30.0s Hashtbl concurrent
[ ]   32    0    0   32 /   32    30.8s Hashtbl concurrent
[]   32    0    0   32 /   32    30.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2522565558013335329
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     0.8s Hashtbl concurrent
[ ]    2    0    0    2 /   32     1.5s Hashtbl concurrent
[ ]    3    0    0    3 /   32     2.3s Hashtbl concurrent
[ ]    4    0    0    4 /   32     3.1s Hashtbl concurrent
[ ]    5    0    0    5 /   32     3.9s Hashtbl concurrent
[ ]    6    0    0    6 /   32     4.4s Hashtbl concurrent
[ ]    7    0    0    7 /   32     4.7s Hashtbl concurrent
[ ]    8    0    0    8 /   32     5.3s Hashtbl concurrent
[ ]    9    0    0    9 /   32     5.7s Hashtbl concurrent
[ ]   10    0    0   10 /   32     6.7s Hashtbl concurrent
[ ]   11    0    0   11 /   32     7.6s Hashtbl concurrent
[ ]   12    0    0   12 /   32     8.2s Hashtbl concurrent
[ ]   13    0    0   13 /   32     9.0s Hashtbl concurrent
[ ]   14    0    0   14 /   32     9.6s Hashtbl concurrent
[ ]   15    0    0   15 /   32    10.2s Hashtbl concurrent
[ ]   16    0    0   16 /   32    10.7s Hashtbl concurrent
[ ]   17    0    0   17 /   32    11.3s Hashtbl concurrent
[ ]   18    0    0   18 /   32    12.2s Hashtbl concurrent
[ ]   19    0    0   19 /   32    12.9s Hashtbl concurrent
[ ]   20    0    0   20 /   32    13.7s Hashtbl concurrent
[ ]   21    0    0   21 /   32    14.9s Hashtbl concurrent
[ ]   22    0    0   22 /   32    15.9s Hashtbl concurrent
[ ]   23    0    0   23 /   32    16.5s Hashtbl concurrent
[ ]   24    0    0   24 /   32    17.3s Hashtbl concurrent
[ ]   25    0    0   25 /   32    17.8s Hashtbl concurrent
[ ]   26    0    0   26 /   32    19.0s Hashtbl concurrent
[ ]   27    0    0   27 /   32    19.8s Hashtbl concurrent
[ ]   28    0    0   28 /   32    20.4s Hashtbl concurrent
[ ]   29    0    0   29 /   32    20.7s Hashtbl concurrent
[ ]   30    0    0   30 /   32    22.1s Hashtbl concurrent
[ ]   31    0    0   31 /   32    22.4s Hashtbl concurrent
[ ]   32    0    0   32 /   32    22.8s Hashtbl concurrent
[]   32    0    0   32 /   32    22.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2573428128779212791
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     1.0s Hashtbl concurrent
[ ]    2    0    0    2 /   32     2.0s Hashtbl concurrent
[ ]    3    0    0    3 /   32     3.1s Hashtbl concurrent
[ ]    4    0    0    4 /   32     4.0s Hashtbl concurrent
[ ]    5    0    0    5 /   32     4.7s Hashtbl concurrent
[ ]    6    0    0    6 /   32     5.1s Hashtbl concurrent
[ ]    7    0    0    7 /   32     5.7s Hashtbl concurrent
[ ]    8    0    0    8 /   32     6.3s Hashtbl concurrent
[ ]    9    0    0    9 /   32     6.9s Hashtbl concurrent
[ ]   10    0    0   10 /   32     7.5s Hashtbl concurrent
[ ]   11    0    0   11 /   32     7.9s Hashtbl concurrent
[ ]   12    0    0   12 /   32     8.6s Hashtbl concurrent
[ ]   13    0    0   13 /   32     9.1s Hashtbl concurrent
[ ]   14    0    0   14 /   32     9.5s Hashtbl concurrent
[ ]   15    0    0   15 /   32    10.2s Hashtbl concurrent
[ ]   16    0    0   16 /   32    10.6s Hashtbl concurrent
[ ]   17    0    0   17 /   32    11.1s Hashtbl concurrent
[ ]   18    0    0   18 /   32    11.7s Hashtbl concurrent
[ ]   19    0    0   19 /   32    12.2s Hashtbl concurrent
[ ]   20    0    0   20 /   32    12.7s Hashtbl concurrent
[ ]   21    0    0   21 /   32    13.4s Hashtbl concurrent
[ ]   22    0    0   22 /   32    14.0s Hashtbl concurrent
[ ]   23    0    0   23 /   32    14.6s Hashtbl concurrent
[ ]   24    0    0   24 /   32    15.2s Hashtbl concurrent
[ ]   25    0    0   25 /   32    15.8s Hashtbl concurrent
[ ]   26    0    0   26 /   32    16.2s Hashtbl concurrent
[ ]   27    0    0   27 /   32    16.6s Hashtbl concurrent
[ ]   28    0    0   28 /   32    17.1s Hashtbl concurrent
[ ]   29    0    0   29 /   32    17.4s Hashtbl concurrent
[ ]   30    0    0   30 /   32    17.7s Hashtbl concurrent
[ ]   31    0    0   31 /   32    17.9s Hashtbl concurrent
[ ]   32    0    0   32 /   32    18.3s Hashtbl concurrent
[]   32    0    0   32 /   32    18.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 4563536863277029336
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Queue sequential
[ ]    0    0    0    0 /   32     0.0s Queue sequential (generating)
[]   32    0    0   32 /   32     0.0s Queue sequential

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]    1    0    0    1 /   32     1.2s Queue concurrent
[ ]    2    0    0    2 /   32     1.7s Queue concurrent
[ ]    3    0    0    3 /   32     3.0s Queue concurrent
[ ]    4    0    0    4 /   32     3.8s Queue concurrent
[ ]    5    0    0    5 /   32     5.3s Queue concurrent
[ ]    6    0    0    6 /   32     6.5s Queue concurrent
[ ]    7    0    0    7 /   32     7.5s Queue concurrent
[ ]    8    0    0    8 /   32     8.2s Queue concurrent
[ ]    9    0    0    9 /   32     9.5s Queue concurrent
[ ]   10    0    0   10 /   32    10.3s Queue concurrent
[ ]   11    0    0   11 /   32    11.6s Queue concurrent
[ ]   12    0    0   12 /   32    12.2s Queue concurrent
[ ]   13    0    0   13 /   32    12.7s Queue concurrent
[ ]   14    0    0   14 /   32    14.0s Queue concurrent
[ ]   15    0    0   15 /   32    16.1s Queue concurrent
[ ]   16    0    0   16 /   32    16.6s Queue concurrent
[ ]   17    0    0   17 /   32    17.9s Queue concurrent
[ ]   18    0    0   18 /   32    18.4s Queue concurrent
[ ]   19    0    0   19 /   32    18.9s Queue concurrent
[ ]   20    0    0   20 /   32    19.4s Queue concurrent
[ ]   21    0    0   21 /   32    19.8s Queue concurrent
[ ]   22    0    0   22 /   32    19.9s Queue concurrent
[ ]   23    0    0   23 /   32    20.2s Queue concurrent
[ ]   24    0    0   24 /   32    20.4s Queue concurrent
[ ]   25    0    0   25 /   32    21.1s Queue concurrent
[ ]   26    0    0   26 /   32    21.8s Queue concurrent
[ ]   27    0    0   27 /   32    22.9s Queue concurrent
[ ]   28    0    0   28 /   32    23.1s Queue concurrent
[ ]   29    0    0   29 /   32    23.8s Queue concurrent
[ ]   30    0    0   30 /   32    24.4s Queue concurrent
[ ]   31    0    0   31 /   32    25.4s Queue concurrent
[ ]   32    0    0   32 /   32    26.2s Queue concurrent
[]   32    0    0   32 /   32    26.2s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2490218356958257827
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   41     0.0s Queue sequential
[]   41    0    0   41 /   41     0.0s Queue sequential

[ ]    0    0    0    0 /   41     0.0s Queue concurrent
[ ]    1    0    0    1 /   41     0.6s Queue concurrent
[ ]    2    0    0    2 /   41     1.2s Queue concurrent
[ ]    3    0    0    3 /   41     1.8s Queue concurrent
[ ]    4    0    0    4 /   41     2.3s Queue concurrent
[ ]    5    0    0    5 /   41     2.9s Queue concurrent
[ ]    6    0    0    6 /   41     3.6s Queue concurrent
[ ]    7    0    0    7 /   41     3.9s Queue concurrent
[ ]    8    0    0    8 /   41     4.2s Queue concurrent
[ ]    9    0    0    9 /   41     4.8s Queue concurrent
[ ]   10    0    0   10 /   41     5.4s Queue concurrent
[ ]   11    0    0   11 /   41     6.2s Queue concurrent
[ ]   12    0    0   12 /   41     7.2s Queue concurrent
[ ]   13    0    0   13 /   41     7.5s Queue concurrent
[ ]   14    0    0   14 /   41     8.2s Queue concurrent
[ ]   15    0    0   15 /   41     8.8s Queue concurrent
[ ]   16    0    0   16 /   41     9.2s Queue concurrent
[ ]   17    0    0   17 /   41     9.8s Queue concurrent
[ ]   18    0    0   18 /   41    10.5s Queue concurrent
[ ]   19    0    0   19 /   41    11.8s Queue concurrent
[ ]   20    0    0   20 /   41    12.8s Queue concurrent
[ ]   21    0    0   21 /   41    13.7s Queue concurrent
[ ]   22    0    0   22 /   41    14.1s Queue concurrent
[ ]   23    0    0   23 /   41    15.2s Queue concurrent
[ ]   24    0    0   24 /   41    15.6s Queue concurrent
[ ]   25    0    0   25 /   41    15.8s Queue concurrent
[ ]   26    0    0   26 /   41    16.9s Queue concurrent
[ ]   27    0    0   27 /   41    17.3s Queue concurrent
[ ]   28    0    0   28 /   41    17.9s Queue concurrent
[ ]   29    0    0   29 /   41    18.4s Queue concurrent
[ ]   30    0    0   30 /   41    19.4s Queue concurrent
[ ]   31    0    0   31 /   41    20.3s Queue concurrent
[ ]   32    0    0   32 /   41    21.5s Queue concurrent
[ ]   33    0    0   33 /   41    22.4s Queue concurrent
[ ]   34    0    0   34 /   41    23.0s Queue concurrent
[ ]   35    0    0   35 /   41    23.6s Queue concurrent
[ ]   36    0    0   36 /   41    24.0s Queue concurrent
[ ]   37    0    0   37 /   41    24.9s Queue concurrent
[ ]   38    0    0   38 /   41    25.4s Queue concurrent
[ ]   39    0    0   39 /   41    25.8s Queue concurrent
[ ]   40    0    0   40 /   41    26.4s Queue concurrent
[ ]   41    0    0   41 /   41    26.8s Queue concurrent
[]   41    0    0   41 /   41    26.8s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2559848892303758820
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     0.0s Queue sequential

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]    1    0    0    1 /   32     0.5s Queue concurrent
[ ]    2    0    0    2 /   32     1.5s Queue concurrent
[ ]    3    0    0    3 /   32     1.9s Queue concurrent
[ ]    4    0    0    4 /   32     2.6s Queue concurrent
[ ]    5    0    0    5 /   32     3.4s Queue concurrent
[ ]    6    0    0    6 /   32     4.1s Queue concurrent
[ ]    7    0    0    7 /   32     5.1s Queue concurrent
[ ]    8    0    0    8 /   32     5.7s Queue concurrent
[ ]    9    0    0    9 /   32     6.4s Queue concurrent
[ ]   10    0    0   10 /   32     7.5s Queue concurrent
[ ]   11    0    0   11 /   32     8.3s Queue concurrent
[ ]   12    0    0   12 /   32     8.9s Queue concurrent
[ ]   13    0    0   13 /   32     9.5s Queue concurrent
[ ]   14    0    0   14 /   32    10.1s Queue concurrent
[ ]   15    0    0   15 /   32    10.7s Queue concurrent
[ ]   16    0    0   16 /   32    11.4s Queue concurrent
[ ]   17    0    0   17 /   32    11.7s Queue concurrent
[ ]   18    0    0   18 /   32    12.4s Queue concurrent
[ ]   19    0    0   19 /   32    12.9s Queue concurrent
[ ]   20    0    0   20 /   32    13.6s Queue concurrent
[ ]   21    0    0   21 /   32    14.5s Queue concurrent
[ ]   22    0    0   22 /   32    15.1s Queue concurrent
[ ]   23    0    0   23 /   32    15.8s Queue concurrent
[ ]   25    0    0   25 /   32    16.6s Queue concurrent
[ ]   26    0    0   26 /   32    17.3s Queue concurrent
[ ]   27    0    0   27 /   32    17.8s Queue concurrent
[ ]   28    0    0   28 /   32    18.2s Queue concurrent
[ ]   29    0    0   29 /   32    18.7s Queue concurrent
[ ]   30    0    0   30 /   32    19.1s Queue concurrent
[ ]   31    0    0   31 /   32    20.0s Queue concurrent
[ ]   32    0    0   32 /   32    20.6s Queue concurrent
[]   32    0    0   32 /   32    20.6s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 4186344319531024918
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[ ]    0    0    0    0 /   32     0.0s Dllist sequential (generating)
[]   32    0    0   32 /   32     0.0s Dllist sequential

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     1.8s Dllist concurrent
[ ]    2    0    0    2 /   32     2.6s Dllist concurrent
[ ]    3    0    0    3 /   32     3.4s Dllist concurrent
[ ]    4    0    0    4 /   32     4.6s Dllist concurrent
[ ]    5    0    0    5 /   32     5.7s Dllist concurrent
[ ]    6    0    0    6 /   32     7.0s Dllist concurrent
[ ]    7    0    0    7 /   32     8.1s Dllist concurrent
[ ]    8    0    0    8 /   32     9.0s Dllist concurrent
[ ]    9    0    0    9 /   32    10.2s Dllist concurrent
[ ]   10    0    0   10 /   32    10.7s Dllist concurrent
[ ]   11    0    0   11 /   32    11.4s Dllist concurrent
[ ]   12    0    0   12 /   32    12.0s Dllist concurrent
[ ]   13    0    0   13 /   32    12.7s Dllist concurrent
[ ]   14    0    0   14 /   32    13.2s Dllist concurrent
[ ]   15    0    0   15 /   32    15.6s Dllist concurrent
[ ]   16    0    0   16 /   32    16.4s Dllist concurrent
[ ]   17    0    0   17 /   32    17.0s Dllist concurrent
[ ]   18    0    0   18 /   32    18.3s Dllist concurrent
[ ]   19    0    0   19 /   32    18.8s Dllist concurrent
[ ]   20    0    0   20 /   32    19.4s Dllist concurrent
[ ]   21    0    0   21 /   32    20.2s Dllist concurrent
[ ]   22    0    0   22 /   32    20.9s Dllist concurrent
[ ]   23    0    0   23 /   32    21.6s Dllist concurrent
[ ]   24    0    0   24 /   32    22.3s Dllist concurrent
[ ]   25    0    0   25 /   32    23.1s Dllist concurrent
[ ]   26    0    0   26 /   32    23.6s Dllist concurrent
[ ]   27    0    0   27 /   32    24.4s Dllist concurrent
[ ]   28    0    0   28 /   32    25.5s Dllist concurrent
[ ]   29    0    0   29 /   32    26.3s Dllist concurrent
[ ]   30    0    0   30 /   32    27.5s Dllist concurrent
[ ]   31    0    0   31 /   32    28.0s Dllist concurrent
[ ]   32    0    0   32 /   32    28.7s Dllist concurrent
[]   32    0    0   32 /   32    28.7s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2500130980536350820
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   34     0.0s Dllist sequential
[]   34    0    0   34 /   34     0.0s Dllist sequential

[ ]    0    0    0    0 /   34     0.0s Dllist concurrent
[ ]    1    0    0    1 /   34     0.4s Dllist concurrent
[ ]    2    0    0    2 /   34     1.1s Dllist concurrent
[ ]    3    0    0    3 /   34     1.8s Dllist concurrent
[ ]    4    0    0    4 /   34     2.4s Dllist concurrent
[ ]    5    0    0    5 /   34     2.9s Dllist concurrent
[ ]    6    0    0    6 /   34     3.6s Dllist concurrent
[ ]    7    0    0    7 /   34     4.3s Dllist concurrent
[ ]    8    0    0    8 /   34     5.0s Dllist concurrent
[ ]    9    0    0    9 /   34     5.8s Dllist concurrent
[ ]   10    0    0   10 /   34     6.4s Dllist concurrent
[ ]   11    0    0   11 /   34     6.9s Dllist concurrent
[ ]   12    0    0   12 /   34     7.4s Dllist concurrent
[ ]   13    0    0   13 /   34     8.9s Dllist concurrent
[ ]   14    0    0   14 /   34     9.6s Dllist concurrent
[ ]   15    0    0   15 /   34    10.0s Dllist concurrent
[ ]   16    0    0   16 /   34    10.4s Dllist concurrent
[ ]   17    0    0   17 /   34    10.8s Dllist concurrent
[ ]   18    0    0   18 /   34    11.6s Dllist concurrent
[ ]   19    0    0   19 /   34    12.4s Dllist concurrent
[ ]   20    0    0   20 /   34    13.0s Dllist concurrent
[ ]   21    0    0   21 /   34    13.6s Dllist concurrent
[ ]   22    0    0   22 /   34    14.2s Dllist concurrent
[ ]   23    0    0   23 /   34    15.1s Dllist concurrent
[ ]   24    0    0   24 /   34    15.6s Dllist concurrent
[ ]   25    0    0   25 /   34    16.0s Dllist concurrent
[ ]   26    0    0   26 /   34    16.4s Dllist concurrent
[ ]   27    0    0   27 /   34    16.9s Dllist concurrent
[ ]   28    0    0   28 /   34    17.2s Dllist concurrent
[ ]   29    0    0   29 /   34    17.6s Dllist concurrent
[ ]   30    0    0   30 /   34    18.0s Dllist concurrent
[ ]   31    0    0   31 /   34    18.6s Dllist concurrent
[ ]   32    0    0   32 /   34    19.2s Dllist concurrent
[ ]   33    0    0   33 /   34    19.5s Dllist concurrent
[ ]   34    0    0   34 /   34    20.0s Dllist concurrent
[]   34    0    0   34 /   34    20.0s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2182512442749701883
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     0.0s Dllist sequential

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     0.6s Dllist concurrent
[ ]    2    0    0    2 /   32     1.2s Dllist concurrent
[ ]    3    0    0    3 /   32     2.5s Dllist concurrent
[ ]    4    0    0    4 /   32     3.6s Dllist concurrent
[ ]    5    0    0    5 /   32     4.7s Dllist concurrent
[ ]    6    0    0    6 /   32     5.8s Dllist concurrent
[ ]    7    0    0    7 /   32     6.6s Dllist concurrent
[ ]    8    0    0    8 /   32     7.2s Dllist concurrent
[ ]    9    0    0    9 /   32     7.8s Dllist concurrent
[ ]   10    0    0   10 /   32     8.9s Dllist concurrent
[ ]   11    0    0   11 /   32     9.7s Dllist concurrent
[ ]   12    0    0   12 /   32    10.5s Dllist concurrent
[ ]   13    0    0   13 /   32    11.3s Dllist concurrent
[ ]   14    0    0   14 /   32    11.8s Dllist concurrent
[ ]   15    0    0   15 /   32    12.5s Dllist concurrent
[ ]   16    0    0   16 /   32    13.6s Dllist concurrent
[ ]   17    0    0   17 /   32    14.5s Dllist concurrent
[ ]   18    0    0   18 /   32    15.9s Dllist concurrent
[ ]   19    0    0   19 /   32    16.4s Dllist concurrent
[ ]   20    0    0   20 /   32    17.0s Dllist concurrent
[ ]   21    0    0   21 /   32    17.5s Dllist concurrent
[ ]   22    0    0   22 /   32    18.3s Dllist concurrent
[ ]   23    0    0   23 /   32    18.9s Dllist concurrent
[ ]   24    0    0   24 /   32    19.3s Dllist concurrent
[ ]   25    0    0   25 /   32    19.9s Dllist concurrent
[ ]   26    0    0   26 /   32    20.6s Dllist concurrent
[ ]   27    0    0   27 /   32    21.6s Dllist concurrent
[ ]   28    0    0   28 /   32    22.0s Dllist concurrent
[ ]   29    0    0   29 /   32    22.5s Dllist concurrent
[ ]   30    0    0   30 /   32    23.3s Dllist concurrent
[ ]   31    0    0   31 /   32    24.8s Dllist concurrent
[ ]   32    0    0   32 /   32    25.2s Dllist concurrent
[]   32    0    0   32 /   32    25.2s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3145963081001314884
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[ ]    0    0    0    0 /   32     0.0s Stack sequential (generating)
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     1.7s Stack concurrent
[ ]    2    0    0    2 /   32     2.4s Stack concurrent
[ ]    3    0    0    3 /   32     4.2s Stack concurrent
[ ]    4    0    0    4 /   32     5.3s Stack concurrent
[ ]    5    0    0    5 /   32     6.9s Stack concurrent
[ ]    6    0    0    6 /   32     7.8s Stack concurrent
[ ]    7    0    0    7 /   32     8.5s Stack concurrent
[ ]    8    0    0    8 /   32     9.0s Stack concurrent
[ ]    9    0    0    9 /   32    10.0s Stack concurrent
[ ]   10    0    0   10 /   32    11.0s Stack concurrent
[ ]   11    0    0   11 /   32    11.7s Stack concurrent
[ ]   12    0    0   12 /   32    12.4s Stack concurrent
[ ]   13    0    0   13 /   32    12.7s Stack concurrent
[ ]   14    0    0   14 /   32    15.0s Stack concurrent
[ ]   15    0    0   15 /   32    15.4s Stack concurrent
[ ]   16    0    0   16 /   32    16.8s Stack concurrent
[ ]   17    0    0   17 /   32    18.3s Stack concurrent
[ ]   18    0    0   18 /   32    18.9s Stack concurrent
[ ]   19    0    0   19 /   32    19.8s Stack concurrent
[ ]   20    0    0   20 /   32    20.4s Stack concurrent
[ ]   21    0    0   21 /   32    21.2s Stack concurrent
[ ]   22    0    0   22 /   32    21.8s Stack concurrent
[ ]   23    0    0   23 /   32    22.4s Stack concurrent
[ ]   24    0    0   24 /   32    23.4s Stack concurrent
[ ]   25    0    0   25 /   32    23.7s Stack concurrent
[ ]   26    0    0   26 /   32    24.4s Stack concurrent
[ ]   27    0    0   27 /   32    25.1s Stack concurrent
[ ]   28    0    0   28 /   32    26.9s Stack concurrent
[ ]   29    0    0   29 /   32    28.0s Stack concurrent
[ ]   30    0    0   30 /   32    28.7s Stack concurrent
[ ]   31    0    0   31 /   32    29.1s Stack concurrent
[ ]   32    0    0   32 /   32    29.9s Stack concurrent
[]   32    0    0   32 /   32    29.9s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3262303143278282502
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     0.9s Stack concurrent
[ ]    2    0    0    2 /   32     1.4s Stack concurrent
[ ]    3    0    0    3 /   32     2.2s Stack concurrent
[ ]    4    0    0    4 /   32     2.8s Stack concurrent
[ ]    5    0    0    5 /   32     3.5s Stack concurrent
[ ]    6    0    0    6 /   32     4.1s Stack concurrent
[ ]    7    0    0    7 /   32     4.9s Stack concurrent
[ ]    8    0    0    8 /   32     5.3s Stack concurrent
[ ]    9    0    0    9 /   32     5.8s Stack concurrent
[ ]   10    0    0   10 /   32     6.6s Stack concurrent
[ ]   11    0    0   11 /   32     7.4s Stack concurrent
[ ]   12    0    0   12 /   32     8.0s Stack concurrent
[ ]   13    0    0   13 /   32     8.8s Stack concurrent
[ ]   14    0    0   14 /   32     9.6s Stack concurrent
[ ]   15    0    0   15 /   32    10.2s Stack concurrent
[ ]   16    0    0   16 /   32    11.1s Stack concurrent
[ ]   17    0    0   17 /   32    11.8s Stack concurrent
[ ]   18    0    0   18 /   32    12.3s Stack concurrent
[ ]   19    0    0   19 /   32    12.7s Stack concurrent
[ ]   20    0    0   20 /   32    13.3s Stack concurrent
[ ]   21    0    0   21 /   32    13.8s Stack concurrent
[ ]   22    0    0   22 /   32    15.0s Stack concurrent
[ ]   23    0    0   23 /   32    16.0s Stack concurrent
[ ]   24    0    0   24 /   32    16.5s Stack concurrent
[ ]   25    0    0   25 /   32    17.0s Stack concurrent
[ ]   26    0    0   26 /   32    17.5s Stack concurrent
[ ]   27    0    0   27 /   32    18.2s Stack concurrent
[ ]   28    0    0   28 /   32    18.7s Stack concurrent
[ ]   29    0    0   29 /   32    19.9s Stack concurrent
[ ]   30    0    0   30 /   32    20.8s Stack concurrent
[ ]   31    0    0   31 /   32    22.2s Stack concurrent
[ ]   32    0    0   32 /   32    22.7s Stack concurrent
[]   32    0    0   32 /   32    22.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2172637026261361684
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     0.5s Stack concurrent
[ ]    2    0    0    2 /   32     1.6s Stack concurrent
[ ]    3    0    0    3 /   32     2.9s Stack concurrent
[ ]    4    0    0    4 /   32     3.7s Stack concurrent
[ ]    5    0    0    5 /   32     4.4s Stack concurrent
[ ]    6    0    0    6 /   32     5.2s Stack concurrent
[ ]    7    0    0    7 /   32     6.6s Stack concurrent
[ ]    8    0    0    8 /   32     7.1s Stack concurrent
[ ]    9    0    0    9 /   32     7.5s Stack concurrent
[ ]   10    0    0   10 /   32     8.1s Stack concurrent
[ ]   11    0    0   11 /   32     8.7s Stack concurrent
[ ]   12    0    0   12 /   32     9.6s Stack concurrent
[ ]   13    0    0   13 /   32    10.3s Stack concurrent
[ ]   14    0    0   14 /   32    11.2s Stack concurrent
[ ]   15    0    0   15 /   32    12.6s Stack concurrent
[ ]   16    0    0   16 /   32    13.6s Stack concurrent
[ ]   17    0    0   17 /   32    14.1s Stack concurrent
[ ]   18    0    0   18 /   32    14.5s Stack concurrent
[ ]   19    0    0   19 /   32    15.1s Stack concurrent
[ ]   20    0    0   20 /   32    15.8s Stack concurrent
[ ]   21    0    0   21 /   32    16.6s Stack concurrent
[ ]   22    0    0   22 /   32    17.0s Stack concurrent
[ ]   23    0    0   23 /   32    17.7s Stack concurrent
[ ]   24    0    0   24 /   32    18.1s Stack concurrent
[ ]   25    0    0   25 /   32    18.6s Stack concurrent
[ ]   26    0    0   26 /   32    19.3s Stack concurrent
[ ]   27    0    0   27 /   32    19.9s Stack concurrent
[ ]   28    0    0   28 /   32    20.7s Stack concurrent
[ ]   29    0    0   29 /   32    21.5s Stack concurrent
[ ]   30    0    0   30 /   32    22.2s Stack concurrent
[ ]   31    0    0   31 /   32    23.1s Stack concurrent
[ ]   32    0    0   32 /   32    23.7s Stack concurrent
[]   32    0    0   32 /   32    23.7s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3535450857470127309
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /   32     1.0s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     2.1s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     3.1s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     5.6s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     7.2s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32     8.6s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     9.7s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    10.4s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    11.4s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    11.9s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    13.0s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    13.5s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    14.2s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    14.8s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    15.6s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    17.0s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    18.1s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    20.1s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    21.1s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    21.9s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    22.5s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    23.1s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    23.7s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    24.5s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    25.5s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    26.3s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    27.3s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    27.8s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    28.6s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    29.0s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    29.8s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    30.6s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    30.6s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2139282249014909859
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /   32     1.0s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     2.7s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     3.6s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     4.1s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     4.5s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32     4.9s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     5.6s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32     7.2s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32     8.4s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32     8.8s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32     9.5s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    10.3s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    10.7s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    11.6s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    12.4s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    12.8s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    13.6s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    13.9s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    15.0s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    16.1s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    17.8s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    18.6s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    19.2s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    20.1s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    20.8s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    21.4s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    21.9s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    22.5s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    23.2s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    23.8s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    24.9s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    25.8s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    25.8s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 1656798437070400385
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /   32     0.5s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     1.5s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     2.1s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     3.0s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     3.8s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32     4.6s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     5.3s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32     5.9s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32     6.2s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32     6.8s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32     7.4s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32     7.9s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32     8.4s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32     9.5s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    10.1s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    10.9s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    11.7s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    12.3s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    13.2s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    13.6s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    14.0s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    14.4s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    14.8s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    15.9s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    16.5s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    18.3s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    19.0s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    19.4s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    20.6s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    21.3s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    22.0s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    22.2s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    22.2s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2024-09-18 16:59.45 ---> saved as "f94bf20dc37d2abfd777b653418e97d0d2faaa373f625c35982bda21893c13d4"
Job succeeded
2024-09-18 16:59.46: Job succeeded