Organisationsocaml-multicorekcas7a83eb (main)debian-13-4.14+flambda_opam-2.4

debian-13-4.14+flambda_opam-2.4

Link Copied
Code Copied

Logs

2025-10-10 20:14.21: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-x86_64:debian-13-4.14+flambda_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 7a83eb3d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5
# debian-13-4.14+flambda_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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


2025-10-10 20:14.21: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5-debian-13-4.14+flambda_opam-2.4-10f7a7edf1414950179b366c7f478664"
2025-10-10 20:14.21: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5)
(comment debian-13-4.14+flambda_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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 './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(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.4 --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"))
)


2025-10-10 20:14.21: Waiting for resource in pool OCluster
2025-10-10 21:09.01: Waiting for worker…
2025-10-10 21:13.05: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 7a83eb3 Inline `Loc` ops and unroll


(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5)
2025-10-10 21:13.05 ---> using "00020e2226cf7f1f24c17336a00c265a631d987b89b08facdf48fd5a8a5489e8" from cache


/: (comment debian-13-4.14+flambda_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-10 21:13.05 ---> using "e33f80f1d3f9610ba27ee202fe2e0d8d7b70fc72f8eccce8a3de0b2a05fe9230" 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 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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-10 21:13.05 ---> using "d9412cb28a4f36d364862f0e60acc13c2174aea514c55f283a5746ac8b5c8411" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-10 21:13.05 ---> using "fa7557089aa614edbf170d7d0e40ed558692df39c8c5b8b01a23f46bfd298a80" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-10 21:13.05 ---> using "c0badf6c2445b26fa2b63d8e9273648e5a78816816a0f568feaec6e1ccc0cba3" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
bcac5d1731..4b164c25f6  master     -> origin/master
6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-10 21:13.05 ---> using "fd93208fbd7404a19c5ea8c96be7aa5c84c4091f638ae4c1c867c45f3cbabef1" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-10-10 21:13.05 ---> saved as "f449b10ae40e75a3a864278b0bcb56ab8dfd281b377d7ada57b5db1675becbfc"


/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)
2025-10-10 21:13.07 ---> saved as "b97b2b81941ff1bcc00ce1393b95d571fc4ebd0f52ec6005929b14c21dcb05b9"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-10 21:13.07 ---> saved as "153784be464b7c4bc7f2b96731650528624332918acd34d24f474887b649d370"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")


/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.4 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.0 kB]
- Fetched 144 kB in 0s (1948 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.dev] synchronised (file:///src)


[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 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).
2025-10-10 21:13.14 ---> saved as "1cc5cf6322f1b375d69eceadcb9ef250d3a569f0ecee608b2aa31758ad2eb3e7"


/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 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.9.1
- install astring                    0.8.5
- install backoff                    0.1.1
- install camlp-streams              5.0.1
- install cmdliner                   2.0.0
- install cppo                       1.8.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.20.2
- install fmt                        0.11.0
- install logs                       0.9.0
- install mdx                        2.5.1
- install mtime                      2.1.0
- install multicore-bench            0.1.7
- install multicore-magic            2.3.1
- install ocaml-syntax-shims         1.0.0
- install ocaml-version              4.0.3
- install ocamlbuild                 0.16.1
- install ocamlfind                  1.9.8
- install psq                        0.2.1
- install qcheck-core                0.26
- install qcheck-multicoretests-util 0.10
- install qcheck-stm                 0.10
- install re                         1.14.0
- install result                     1.5
- install seq                        base
- install stdlib-shims               0.3.0
- install thread-table               1.0.0
- install topkg                      1.1.0
- install uutf                       1.0.4
- install yojson                     3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.0.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.11.0  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved mdx.2.5.1  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.26  (cached)
-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10  (cached)
-> retrieved re.1.14.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.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.20.2
-> installed domain_shims.0.1.0
-> installed camlp-streams.5.0.1
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.3
-> installed psq.0.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed qcheck-core.0.26
-> installed multicore-bench.0.1.7
-> installed qcheck-multicoretests-util.0.10
-> installed qcheck-stm.0.10
-> installed alcotest.1.9.1
-> installed mdx.2.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-10 21:13.50 ---> saved as "a31c2fba84f84ccda0add040833bfdeea15a52ae2a6a6fb4d643f7b483bf561d"


/src: (copy (src .) (dst /src))
2025-10-10 21:13.51 ---> saved as "d2a51106885425eb7d5cc8353f93b9915d11328eee61c0bf94aa2f19a08187d7"


/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 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__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__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 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_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__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/.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__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/multicore-bench -I /home/opam/.opam/4.14/lib/multicore-magic -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_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `808EIYGL'.


[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.000s. 3 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `V440KKD1'.


[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 && ./xt_test.exe)
Testing `Transactions'.
This run has ID `WC4J9E9V'.


[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 && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `QK20FZUZ'.


[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/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `E5CBKHPJ'.


[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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `PQALUQV4'.


[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.003s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
123.57 M/s
ops over time/get:
563.14 M/s
ops over time/incr:
71.73 M/s
ops over time/push & pop:
72.60 M/s
ops over time/swap:
77.76 M/s
ops over time/xchg int:
103.90 M/s
time per op/cas int:
8.09 ns
time per op/get:
1.78 ns
time per op/incr:
13.94 ns
time per op/push & pop:
13.77 ns
time per op/swap:
12.86 ns
time per op/xchg int:
9.62 ns
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `V2CGLERZ'.


[OK]          await between threads          0


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
9.07 ns
time per transaction/1 loc tx:
25.39 ns
time per transaction/2 loc tx:
64.35 ns
time per transaction/4 loc tx:
111.40 ns
time per transaction/8 loc tx:
206.55 ns
transactions over time/0 loc tx:
110.31 M/s
transactions over time/1 loc tx:
39.39 M/s
transactions over time/2 loc tx:
15.54 M/s
transactions over time/4 loc tx:
8.98 M/s
transactions over time/8 loc tx:
4.84 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
9.09 ns
time per transaction/1 loc tx:
21.88 ns
time per transaction/2 loc tx:
37.35 ns
time per transaction/4 loc tx:
62.74 ns
time per transaction/8 loc tx:
201.65 ns
transactions over time/0 loc tx:
110.05 M/s
transactions over time/1 loc tx:
45.70 M/s
transactions over time/2 loc tx:
26.77 M/s
transactions over time/4 loc tx:
15.94 M/s
transactions over time/8 loc tx:
4.96 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
9.14 ns
time per transaction/1 loc tx:
21.31 ns
time per transaction/2 loc tx:
44.03 ns
time per transaction/4 loc tx:
72.85 ns
time per transaction/8 loc tx:
113.19 ns
transactions over time/0 loc tx:
109.40 M/s
transactions over time/1 loc tx:
46.94 M/s
transactions over time/2 loc tx:
22.71 M/s
transactions over time/4 loc tx:
13.73 M/s
transactions over time/8 loc tx:
8.83 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
74.94 ns
transactions over time/1 worker:
13.34 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
74.65 M/s
time per operation/1 worker, 0% reads:
13.40 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/one domain:
3.67 M/s
time per message/one domain:
272.61 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
9.01 M/s
operations over time/1 worker, 50% reads:
11.04 M/s
operations over time/1 worker, 90% reads:
24.22 M/s
time per operation/1 worker, 10% reads:
110.96 ns
time per operation/1 worker, 50% reads:
90.61 ns
time per operation/1 worker, 90% reads:
41.29 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/one domain:
17.27 M/s
time per message/one domain:
57.90 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/one domain:
23.06 M/s
time per message/one domain:
43.37 ns
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `Z5LDKQ8A'.


[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 0.763s. 17 tests run.
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 3242603672273195899
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
[ ]   21    0    0   21 /   32     0.1s Accumulator concurrent
[]   32    0    0   32 /   32     0.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 3815071258888505142
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[ ]    0    0    0    0 /   64     0.0s Accumulator concurrent
[ ]   17    0    0   17 /   64     0.1s Accumulator concurrent
[ ]   29    0    0   29 /   64     0.3s Accumulator concurrent
[ ]   47    0    0   47 /   64     0.5s Accumulator concurrent
[]   64    0    0   64 /   64     0.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2502182542032913648
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  128     0.0s Accumulator sequential
[]  128    0    0  128 /  128     0.0s Accumulator sequential
[ ]    0    0    0    0 /  128     0.0s Accumulator concurrent
[ ]   10    0    0   10 /  128     0.2s Accumulator concurrent
[ ]   24    0    0   24 /  128     0.3s Accumulator concurrent
[ ]   30    0    0   30 /  128     0.4s Accumulator concurrent
[ ]   39    0    0   39 /  128     0.5s Accumulator concurrent
[ ]   41    0    0   41 /  128     0.7s Accumulator concurrent
[ ]   60    0    0   60 /  128     0.8s Accumulator concurrent
[ ]   79    0    0   79 /  128     1.0s Accumulator concurrent
[ ]   95    0    0   95 /  128     1.1s Accumulator concurrent
[ ]   97    0    0   97 /  128     1.2s Accumulator concurrent
[ ]  102    0    0  102 /  128     1.3s Accumulator concurrent
[ ]  106    0    0  106 /  128     1.4s Accumulator concurrent
[ ]  111    0    0  111 /  128     1.6s Accumulator concurrent
[ ]  128    0    0  128 /  128     1.7s Accumulator concurrent
[]  128    0    0  128 /  128     1.7s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2501566587236954714
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  256     0.0s Accumulator sequential
[]  256    0    0  256 /  256     0.0s Accumulator sequential
[ ]    0    0    0    0 /  256     0.0s Accumulator concurrent
[ ]    7    0    0    7 /  256     0.1s Accumulator concurrent
[ ]   12    0    0   12 /  256     0.2s Accumulator concurrent
[ ]   27    0    0   27 /  256     0.3s Accumulator concurrent
[ ]   37    0    0   37 /  256     0.5s Accumulator concurrent
[ ]   45    0    0   45 /  256     0.6s Accumulator concurrent
[ ]   68    0    0   68 /  256     0.7s Accumulator concurrent
[ ]   90    0    0   90 /  256     0.9s Accumulator concurrent
[ ]   99    0    0   99 /  256     1.0s Accumulator concurrent
[ ]  114    0    0  114 /  256     1.2s Accumulator concurrent
[ ]  125    0    0  125 /  256     1.3s Accumulator concurrent
[ ]  138    0    0  138 /  256     1.4s Accumulator concurrent
[ ]  148    0    0  148 /  256     1.5s Accumulator concurrent
[ ]  153    0    0  153 /  256     1.7s Accumulator concurrent
[ ]  169    0    0  169 /  256     1.8s Accumulator concurrent
[ ]  192    0    0  192 /  256     1.9s Accumulator concurrent
[ ]  211    0    0  211 /  256     2.0s Accumulator concurrent
[ ]  218    0    0  218 /  256     2.1s Accumulator concurrent
[ ]  225    0    0  225 /  256     2.2s Accumulator concurrent
[ ]  231    0    0  231 /  256     2.3s Accumulator concurrent
[ ]  238    0    0  238 /  256     2.4s Accumulator concurrent
[ ]  255    0    0  255 /  256     2.5s Accumulator concurrent
[]  256    0    0  256 /  256     2.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 633003642829804176
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  512     0.0s Accumulator sequential
[]  512    0    0  512 /  512     0.0s Accumulator sequential
[ ]    0    0    0    0 /  512     0.0s Accumulator concurrent
[ ]   16    0    0   16 /  512     0.1s Accumulator concurrent
[ ]   33    0    0   33 /  512     0.2s Accumulator concurrent
[ ]   39    0    0   39 /  512     0.3s Accumulator concurrent
[ ]   48    0    0   48 /  512     0.5s Accumulator concurrent
[ ]   54    0    0   54 /  512     0.6s Accumulator concurrent
[ ]   61    0    0   61 /  512     0.7s Accumulator concurrent
[ ]   78    0    0   78 /  512     0.8s Accumulator concurrent
[ ]   89    0    0   89 /  512     0.9s Accumulator concurrent
[ ]   95    0    0   95 /  512     1.0s Accumulator concurrent
[ ]  118    0    0  118 /  512     1.1s Accumulator concurrent
[ ]  131    0    0  131 /  512     1.2s Accumulator concurrent
[ ]  142    0    0  142 /  512     1.4s Accumulator concurrent
[ ]  162    0    0  162 /  512     1.5s Accumulator concurrent
[ ]  174    0    0  174 /  512     1.6s Accumulator concurrent
[ ]  207    0    0  207 /  512     1.7s Accumulator concurrent
[ ]  231    0    0  231 /  512     1.9s Accumulator concurrent
[ ]  243    0    0  243 /  512     2.0s Accumulator concurrent
[ ]  260    0    0  260 /  512     2.1s Accumulator concurrent
[ ]  283    0    0  283 /  512     2.3s Accumulator concurrent
[ ]  296    0    0  296 /  512     2.5s Accumulator concurrent
[ ]  310    0    0  310 /  512     2.6s Accumulator concurrent
[ ]  330    0    0  330 /  512     2.8s Accumulator concurrent
[ ]  351    0    0  351 /  512     2.9s Accumulator concurrent
[ ]  361    0    0  361 /  512     3.0s Accumulator concurrent
[ ]  383    0    0  383 /  512     3.2s Accumulator concurrent
[ ]  393    0    0  393 /  512     3.3s Accumulator concurrent
[ ]  408    0    0  408 /  512     3.4s Accumulator concurrent
[ ]  427    0    0  427 /  512     3.5s Accumulator concurrent
[ ]  438    0    0  438 /  512     3.7s Accumulator concurrent
[ ]  455    0    0  455 /  512     3.8s Accumulator concurrent
[ ]  479    0    0  479 /  512     3.9s Accumulator concurrent
[ ]  483    0    0  483 /  512     4.0s Accumulator concurrent
[ ]  486    0    0  486 /  512     4.1s Accumulator concurrent
[ ]  491    0    0  491 /  512     4.2s Accumulator concurrent
[ ]  511    0    0  511 /  512     4.4s Accumulator concurrent
[]  512    0    0  512 /  512     4.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 848411663882183808
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
[ ]    4    0    0    4 /   32     0.2s Accumulator concurrent
[ ]   10    0    0   10 /   32     0.3s Accumulator concurrent
[ ]   25    0    0   25 /   32     0.4s Accumulator concurrent
[ ]   30    0    0   30 /   32     0.5s Accumulator concurrent
[]   32    0    0   32 /   32     0.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `BOX4MX8X'.


[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.113s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3860307749074909849
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
[ ]    7    0    0    7 /   32     0.1s Stack concurrent
[ ]   11    0    0   11 /   32     0.2s Stack concurrent
[]   32    0    0   32 /   32     0.3s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1791551127031324128
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64     0.0s Stack sequential
[ ]    0    0    0    0 /   64     0.0s Stack concurrent
[ ]    9    0    0    9 /   64     0.1s Stack concurrent
[ ]   25    0    0   25 /   64     0.3s Stack concurrent
[ ]   28    0    0   28 /   64     0.4s Stack concurrent
[ ]   43    0    0   43 /   64     0.5s Stack concurrent
[ ]   49    0    0   49 /   64     0.7s Stack concurrent
[ ]   54    0    0   54 /   64     0.8s Stack concurrent
[]   64    0    0   64 /   64     0.9s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 463462647949147305
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  128     0.0s Stack sequential
[]  128    0    0  128 /  128     0.0s Stack sequential
[ ]    0    0    0    0 /  128     0.0s Stack concurrent
[ ]    1    0    0    1 /  128     0.1s Stack concurrent
[ ]   17    0    0   17 /  128     0.3s Stack concurrent
[ ]   31    0    0   31 /  128     0.4s Stack concurrent
[ ]   43    0    0   43 /  128     0.6s Stack concurrent
[ ]   56    0    0   56 /  128     0.8s Stack concurrent
[ ]   60    0    0   60 /  128     0.9s Stack concurrent
[ ]   87    0    0   87 /  128     1.0s Stack concurrent
[ ]   88    0    0   88 /  128     1.1s Stack concurrent
[ ]   96    0    0   96 /  128     1.3s Stack concurrent
[ ]  109    0    0  109 /  128     1.4s Stack concurrent
[ ]  113    0    0  113 /  128     1.5s Stack concurrent
[ ]  118    0    0  118 /  128     1.6s Stack concurrent
[]  128    0    0  128 /  128     1.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 449833082132653632
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  256     0.0s Stack sequential
[]  256    0    0  256 /  256     0.0s Stack sequential
[ ]    0    0    0    0 /  256     0.0s Stack concurrent
[ ]   15    0    0   15 /  256     0.1s Stack concurrent
[ ]   22    0    0   22 /  256     0.3s Stack concurrent
[ ]   32    0    0   32 /  256     0.4s Stack concurrent
[ ]   35    0    0   35 /  256     0.5s Stack concurrent
[ ]   67    0    0   67 /  256     0.7s Stack concurrent
[ ]   78    0    0   78 /  256     0.8s Stack concurrent
[ ]  103    0    0  103 /  256     1.0s Stack concurrent
[ ]  114    0    0  114 /  256     1.1s Stack concurrent
[ ]  128    0    0  128 /  256     1.2s Stack concurrent
[ ]  148    0    0  148 /  256     1.3s Stack concurrent
[ ]  149    0    0  149 /  256     1.4s Stack concurrent
[ ]  178    0    0  178 /  256     1.5s Stack concurrent
[ ]  183    0    0  183 /  256     1.7s Stack concurrent
[ ]  192    0    0  192 /  256     1.8s Stack concurrent
[ ]  202    0    0  202 /  256     1.9s Stack concurrent
[ ]  225    0    0  225 /  256     2.1s Stack concurrent
[ ]  231    0    0  231 /  256     2.2s Stack concurrent
[ ]  245    0    0  245 /  256     2.3s Stack concurrent
[]  256    0    0  256 /  256     2.4s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2871481261185874489
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  512     0.0s Stack sequential
[]  512    0    0  512 /  512     0.0s Stack sequential
[ ]    0    0    0    0 /  512     0.0s Stack concurrent
[ ]    7    0    0    7 /  512     0.1s Stack concurrent
[ ]   13    0    0   13 /  512     0.2s Stack concurrent
[ ]   21    0    0   21 /  512     0.3s Stack concurrent
[ ]   24    0    0   24 /  512     0.4s Stack concurrent
[ ]   33    0    0   33 /  512     0.5s Stack concurrent
[ ]   44    0    0   44 /  512     0.7s Stack concurrent
[ ]   45    0    0   45 /  512     0.8s Stack concurrent
[ ]   46    0    0   46 /  512     0.9s Stack concurrent
[ ]   53    0    0   53 /  512     1.1s Stack concurrent
[ ]   67    0    0   67 /  512     1.2s Stack concurrent
[ ]   78    0    0   78 /  512     1.3s Stack concurrent
[ ]   89    0    0   89 /  512     1.4s Stack concurrent
[ ]  112    0    0  112 /  512     1.6s Stack concurrent
[ ]  116    0    0  116 /  512     1.7s Stack concurrent
[ ]  118    0    0  118 /  512     1.8s Stack concurrent
[ ]  125    0    0  125 /  512     1.9s Stack concurrent
[ ]  148    0    0  148 /  512     2.0s Stack concurrent
[ ]  174    0    0  174 /  512     2.2s Stack concurrent
[ ]  175    0    0  175 /  512     2.3s Stack concurrent
[ ]  193    0    0  193 /  512     2.5s Stack concurrent
[ ]  195    0    0  195 /  512     2.6s Stack concurrent
[ ]  214    0    0  214 /  512     2.7s Stack concurrent
[ ]  218    0    0  218 /  512     2.8s Stack concurrent
[ ]  261    0    0  261 /  512     2.9s Stack concurrent
[ ]  277    0    0  277 /  512     3.1s Stack concurrent
[ ]  293    0    0  293 /  512     3.2s Stack concurrent
[ ]  304    0    0  304 /  512     3.3s Stack concurrent
[ ]  327    0    0  327 /  512     3.5s Stack concurrent
[ ]  353    0    0  353 /  512     3.7s Stack concurrent
[ ]  359    0    0  359 /  512     3.8s Stack concurrent
[ ]  369    0    0  369 /  512     3.9s Stack concurrent
[ ]  380    0    0  380 /  512     4.0s Stack concurrent
[ ]  385    0    0  385 /  512     4.1s Stack concurrent
[ ]  392    0    0  392 /  512     4.3s Stack concurrent
[ ]  419    0    0  419 /  512     4.4s Stack concurrent
[ ]  437    0    0  437 /  512     4.6s Stack concurrent
[ ]  442    0    0  442 /  512     4.7s Stack concurrent
[ ]  448    0    0  448 /  512     4.9s Stack concurrent
[ ]  459    0    0  459 /  512     5.0s Stack concurrent
[ ]  479    0    0  479 /  512     5.1s Stack concurrent
[ ]  488    0    0  488 /  512     5.2s Stack concurrent
[ ]  494    0    0  494 /  512     5.3s Stack concurrent
[ ]  503    0    0  503 /  512     5.5s Stack concurrent
[]  512    0    0  512 /  512     5.5s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3879040616467212104
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
[ ]   12    0    0   12 /   32     0.1s Stack concurrent
[ ]   29    0    0   29 /   32     0.3s Stack concurrent
[ ]   30    0    0   30 /   32     0.4s Stack concurrent
[]   32    0    0   32 /   32     0.4s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1304659876127782420
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
[ ]   16    0    0   16 /   32     0.1s Dllist concurrent
[ ]   23    0    0   23 /   32     0.2s Dllist concurrent
[ ]   28    0    0   28 /   32     0.3s Dllist concurrent
[ ]   31    0    0   31 /   32     0.4s Dllist concurrent
[]   32    0    0   32 /   32     0.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 4143883829020598223
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64     0.0s Dllist sequential
[ ]    0    0    0    0 /   64     0.0s Dllist concurrent
[ ]   17    0    0   17 /   64     0.1s Dllist concurrent
[ ]   32    0    0   32 /   64     0.3s Dllist concurrent
[ ]   37    0    0   37 /   64     0.4s Dllist concurrent
[ ]   45    0    0   45 /   64     0.5s Dllist concurrent
[ ]   49    0    0   49 /   64     0.7s Dllist concurrent
[]   64    0    0   64 /   64     0.7s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 143740176276963434
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  128     0.0s Dllist sequential
[]  128    0    0  128 /  128     0.0s Dllist sequential
[ ]    0    0    0    0 /  128     0.0s Dllist concurrent
[ ]    9    0    0    9 /  128     0.1s Dllist concurrent
[ ]   27    0    0   27 /  128     0.2s Dllist concurrent
[ ]   39    0    0   39 /  128     0.3s Dllist concurrent
[ ]   56    0    0   56 /  128     0.4s Dllist concurrent
[ ]   72    0    0   72 /  128     0.5s Dllist concurrent
[ ]   77    0    0   77 /  128     0.6s Dllist concurrent
[ ]  100    0    0  100 /  128     0.7s Dllist concurrent
[ ]  102    0    0  102 /  128     0.9s Dllist concurrent
[ ]  115    0    0  115 /  128     1.0s Dllist concurrent
[]  128    0    0  128 /  128     1.0s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2650134850026445922
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  256     0.0s Dllist sequential
[]  256    0    0  256 /  256     0.0s Dllist sequential
[ ]    0    0    0    0 /  256     0.0s Dllist concurrent
[ ]    9    0    0    9 /  256     0.2s Dllist concurrent
[ ]   22    0    0   22 /  256     0.3s Dllist concurrent
[ ]   32    0    0   32 /  256     0.5s Dllist concurrent
[ ]   43    0    0   43 /  256     0.6s Dllist concurrent
[ ]   58    0    0   58 /  256     0.7s Dllist concurrent
[ ]   65    0    0   65 /  256     0.8s Dllist concurrent
[ ]   72    0    0   72 /  256     0.9s Dllist concurrent
[ ]   88    0    0   88 /  256     1.0s Dllist concurrent
[ ]   99    0    0   99 /  256     1.2s Dllist concurrent
[ ]  103    0    0  103 /  256     1.4s Dllist concurrent
[ ]  107    0    0  107 /  256     1.5s Dllist concurrent
[ ]  110    0    0  110 /  256     1.6s Dllist concurrent
[ ]  123    0    0  123 /  256     1.7s Dllist concurrent
[ ]  139    0    0  139 /  256     1.9s Dllist concurrent
[ ]  161    0    0  161 /  256     2.0s Dllist concurrent
[ ]  178    0    0  178 /  256     2.1s Dllist concurrent
[ ]  182    0    0  182 /  256     2.2s Dllist concurrent
[ ]  192    0    0  192 /  256     2.4s Dllist concurrent
[ ]  204    0    0  204 /  256     2.5s Dllist concurrent
[ ]  216    0    0  216 /  256     2.6s Dllist concurrent
[ ]  221    0    0  221 /  256     2.8s Dllist concurrent
[ ]  235    0    0  235 /  256     2.9s Dllist concurrent
[ ]  249    0    0  249 /  256     3.1s Dllist concurrent
[ ]  255    0    0  255 /  256     3.2s Dllist concurrent
[]  256    0    0  256 /  256     3.2s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2321170116678406931
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  512     0.0s Dllist sequential
[]  512    0    0  512 /  512     0.0s Dllist sequential
[ ]    0    0    0    0 /  512     0.0s Dllist concurrent
[ ]   14    0    0   14 /  512     0.1s Dllist concurrent
[ ]   22    0    0   22 /  512     0.3s Dllist concurrent
[ ]   33    0    0   33 /  512     0.4s Dllist concurrent
[ ]   39    0    0   39 /  512     0.6s Dllist concurrent
[ ]   47    0    0   47 /  512     0.7s Dllist concurrent
[ ]   55    0    0   55 /  512     0.8s Dllist concurrent
[ ]   60    0    0   60 /  512     0.9s Dllist concurrent
[ ]   79    0    0   79 /  512     1.0s Dllist concurrent
[ ]   92    0    0   92 /  512     1.1s Dllist concurrent
[ ]   96    0    0   96 /  512     1.3s Dllist concurrent
[ ]  109    0    0  109 /  512     1.4s Dllist concurrent
[ ]  132    0    0  132 /  512     1.5s Dllist concurrent
[ ]  142    0    0  142 /  512     1.7s Dllist concurrent
[ ]  156    0    0  156 /  512     1.8s Dllist concurrent
[ ]  170    0    0  170 /  512     2.0s Dllist concurrent
[ ]  178    0    0  178 /  512     2.1s Dllist concurrent
[ ]  181    0    0  181 /  512     2.2s Dllist concurrent
[ ]  193    0    0  193 /  512     2.3s Dllist concurrent
[ ]  197    0    0  197 /  512     2.4s Dllist concurrent
[ ]  228    0    0  228 /  512     2.5s Dllist concurrent
[ ]  235    0    0  235 /  512     2.7s Dllist concurrent
[ ]  245    0    0  245 /  512     2.8s Dllist concurrent
[ ]  265    0    0  265 /  512     2.9s Dllist concurrent
[ ]  274    0    0  274 /  512     3.0s Dllist concurrent
[ ]  283    0    0  283 /  512     3.2s Dllist concurrent
[ ]  284    0    0  284 /  512     3.3s Dllist concurrent
[ ]  287    0    0  287 /  512     3.5s Dllist concurrent
[ ]  294    0    0  294 /  512     3.6s Dllist concurrent
[ ]  297    0    0  297 /  512     3.7s Dllist concurrent
[ ]  313    0    0  313 /  512     3.8s Dllist concurrent
[ ]  320    0    0  320 /  512     3.9s Dllist concurrent
[ ]  337    0    0  337 /  512     4.0s Dllist concurrent
[ ]  339    0    0  339 /  512     4.2s Dllist concurrent
[ ]  352    0    0  352 /  512     4.3s Dllist concurrent
[ ]  366    0    0  366 /  512     4.5s Dllist concurrent
[ ]  383    0    0  383 /  512     4.6s Dllist concurrent
[ ]  401    0    0  401 /  512     4.7s Dllist concurrent
[ ]  408    0    0  408 /  512     4.8s Dllist concurrent
[ ]  422    0    0  422 /  512     4.9s Dllist concurrent
[ ]  431    0    0  431 /  512     5.0s Dllist concurrent
[ ]  440    0    0  440 /  512     5.1s Dllist concurrent
[ ]  454    0    0  454 /  512     5.2s Dllist concurrent
[ ]  465    0    0  465 /  512     5.3s Dllist concurrent
[ ]  486    0    0  486 /  512     5.4s Dllist concurrent
[ ]  490    0    0  490 /  512     5.5s Dllist concurrent
[ ]  505    0    0  505 /  512     5.7s Dllist concurrent
[ ]  506    0    0  506 /  512     5.8s Dllist concurrent
[]  512    0    0  512 /  512     5.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1025301669197680269
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
[ ]   17    0    0   17 /   32     0.1s Dllist concurrent
[ ]   20    0    0   20 /   32     0.2s Dllist concurrent
[ ]   30    0    0   30 /   32     0.3s Dllist concurrent
[]   32    0    0   32 /   32     0.3s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 3548527246943641057
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
[ ]   19    0    0   19 /   32     0.1s Hashtbl concurrent
[]   32    0    0   32 /   32     0.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3325817731879575149
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   64     0.0s Hashtbl concurrent
[ ]   17    0    0   17 /   64     0.1s Hashtbl concurrent
[ ]   18    0    0   18 /   64     0.2s Hashtbl concurrent
[ ]   31    0    0   31 /   64     0.4s Hashtbl concurrent
[ ]   38    0    0   38 /   64     0.5s Hashtbl concurrent
[ ]   44    0    0   44 /   64     0.6s Hashtbl concurrent
[ ]   51    0    0   51 /   64     0.7s Hashtbl concurrent
[ ]   64    0    0   64 /   64     0.9s Hashtbl concurrent
[]   64    0    0   64 /   64     0.9s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 391146144135026713
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  128     0.0s Hashtbl sequential
[]  128    0    0  128 /  128     0.0s Hashtbl sequential
[ ]    0    0    0    0 /  128     0.0s Hashtbl concurrent
[ ]    9    0    0    9 /  128     0.1s Hashtbl concurrent
[ ]   18    0    0   18 /  128     0.3s Hashtbl concurrent
[ ]   33    0    0   33 /  128     0.4s Hashtbl concurrent
[ ]   40    0    0   40 /  128     0.5s Hashtbl concurrent
[ ]   52    0    0   52 /  128     0.6s Hashtbl concurrent
[ ]   53    0    0   53 /  128     0.7s Hashtbl concurrent
[ ]   64    0    0   64 /  128     0.8s Hashtbl concurrent
[ ]   89    0    0   89 /  128     1.0s Hashtbl concurrent
[ ]   95    0    0   95 /  128     1.1s Hashtbl concurrent
[ ]   97    0    0   97 /  128     1.2s Hashtbl concurrent
[ ]  114    0    0  114 /  128     1.3s Hashtbl concurrent
[]  128    0    0  128 /  128     1.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 154015490187988654
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  256     0.0s Hashtbl sequential
[]  256    0    0  256 /  256     0.0s Hashtbl sequential
[ ]    0    0    0    0 /  256     0.0s Hashtbl concurrent
[ ]    6    0    0    6 /  256     0.2s Hashtbl concurrent
[ ]   12    0    0   12 /  256     0.3s Hashtbl concurrent
[ ]   27    0    0   27 /  256     0.4s Hashtbl concurrent
[ ]   35    0    0   35 /  256     0.6s Hashtbl concurrent
[ ]   43    0    0   43 /  256     0.7s Hashtbl concurrent
[ ]   56    0    0   56 /  256     0.8s Hashtbl concurrent
[ ]   69    0    0   69 /  256     1.0s Hashtbl concurrent
[ ]   84    0    0   84 /  256     1.1s Hashtbl concurrent
[ ]   92    0    0   92 /  256     1.2s Hashtbl concurrent
[ ]  110    0    0  110 /  256     1.4s Hashtbl concurrent
[ ]  120    0    0  120 /  256     1.5s Hashtbl concurrent
[ ]  132    0    0  132 /  256     1.6s Hashtbl concurrent
[ ]  137    0    0  137 /  256     1.8s Hashtbl concurrent
[ ]  154    0    0  154 /  256     1.9s Hashtbl concurrent
[ ]  175    0    0  175 /  256     2.1s Hashtbl concurrent
[ ]  187    0    0  187 /  256     2.2s Hashtbl concurrent
[ ]  203    0    0  203 /  256     2.3s Hashtbl concurrent
[ ]  205    0    0  205 /  256     2.4s Hashtbl concurrent
[ ]  218    0    0  218 /  256     2.5s Hashtbl concurrent
[ ]  240    0    0  240 /  256     2.7s Hashtbl concurrent
[ ]  247    0    0  247 /  256     2.8s Hashtbl concurrent
[ ]  255    0    0  255 /  256     3.0s Hashtbl concurrent
[]  256    0    0  256 /  256     3.0s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3435227608635988766
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  512     0.0s Hashtbl sequential
[]  512    0    0  512 /  512     0.0s Hashtbl sequential
[ ]    0    0    0    0 /  512     0.0s Hashtbl concurrent
[ ]    6    0    0    6 /  512     0.1s Hashtbl concurrent
[ ]   11    0    0   11 /  512     0.3s Hashtbl concurrent
[ ]   18    0    0   18 /  512     0.4s Hashtbl concurrent
[ ]   26    0    0   26 /  512     0.5s Hashtbl concurrent
[ ]   57    0    0   57 /  512     0.6s Hashtbl concurrent
[ ]   68    0    0   68 /  512     0.7s Hashtbl concurrent
[ ]   90    0    0   90 /  512     0.9s Hashtbl concurrent
[ ]   96    0    0   96 /  512     1.0s Hashtbl concurrent
[ ]  124    0    0  124 /  512     1.1s Hashtbl concurrent
[ ]  129    0    0  129 /  512     1.3s Hashtbl concurrent
[ ]  132    0    0  132 /  512     1.5s Hashtbl concurrent
[ ]  146    0    0  146 /  512     1.7s Hashtbl concurrent
[ ]  151    0    0  151 /  512     1.9s Hashtbl concurrent
[ ]  160    0    0  160 /  512     2.0s Hashtbl concurrent
[ ]  163    0    0  163 /  512     2.1s Hashtbl concurrent
[ ]  178    0    0  178 /  512     2.3s Hashtbl concurrent
[ ]  185    0    0  185 /  512     2.4s Hashtbl concurrent
[ ]  193    0    0  193 /  512     2.5s Hashtbl concurrent
[ ]  220    0    0  220 /  512     2.7s Hashtbl concurrent
[ ]  229    0    0  229 /  512     2.8s Hashtbl concurrent
[ ]  247    0    0  247 /  512     2.9s Hashtbl concurrent
[ ]  256    0    0  256 /  512     3.1s Hashtbl concurrent
[ ]  281    0    0  281 /  512     3.3s Hashtbl concurrent
[ ]  293    0    0  293 /  512     3.4s Hashtbl concurrent
[ ]  300    0    0  300 /  512     3.5s Hashtbl concurrent
[ ]  302    0    0  302 /  512     3.6s Hashtbl concurrent
[ ]  311    0    0  311 /  512     3.8s Hashtbl concurrent
[ ]  312    0    0  312 /  512     3.9s Hashtbl concurrent
[ ]  321    0    0  321 /  512     4.0s Hashtbl concurrent
[ ]  323    0    0  323 /  512     4.1s Hashtbl concurrent
[ ]  328    0    0  328 /  512     4.3s Hashtbl concurrent
[ ]  332    0    0  332 /  512     4.4s Hashtbl concurrent
[ ]  343    0    0  343 /  512     4.5s Hashtbl concurrent
[ ]  357    0    0  357 /  512     4.7s Hashtbl concurrent
[ ]  368    0    0  368 /  512     4.8s Hashtbl concurrent
[ ]  371    0    0  371 /  512     5.0s Hashtbl concurrent
[ ]  389    0    0  389 /  512     5.1s Hashtbl concurrent
[ ]  398    0    0  398 /  512     5.2s Hashtbl concurrent
[ ]  412    0    0  412 /  512     5.3s Hashtbl concurrent
[ ]  414    0    0  414 /  512     5.4s Hashtbl concurrent
[ ]  423    0    0  423 /  512     5.5s Hashtbl concurrent
[ ]  431    0    0  431 /  512     5.6s Hashtbl concurrent
[ ]  435    0    0  435 /  512     5.7s Hashtbl concurrent
[ ]  441    0    0  441 /  512     5.8s Hashtbl concurrent
[ ]  450    0    0  450 /  512     6.0s Hashtbl concurrent
[ ]  465    0    0  465 /  512     6.1s Hashtbl concurrent
[ ]  485    0    0  485 /  512     6.2s Hashtbl concurrent
[ ]  496    0    0  496 /  512     6.3s Hashtbl concurrent
[ ]  507    0    0  507 /  512     6.5s Hashtbl concurrent
[]  512    0    0  512 /  512     6.5s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1947965396619922618
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
[ ]   12    0    0   12 /   32     0.2s Hashtbl concurrent
[ ]   18    0    0   18 /   32     0.3s Hashtbl concurrent
[ ]   22    0    0   22 /   32     0.4s Hashtbl concurrent
[]   32    0    0   32 /   32     0.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1255226765931524610
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
[ ]   11    0    0   11 /   32     0.2s Queue concurrent
[ ]   24    0    0   24 /   32     0.3s Queue concurrent
[]   32    0    0   32 /   32     0.3s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2098046764842922081
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64     0.0s Queue sequential
[ ]    0    0    0    0 /   64     0.0s Queue concurrent
[ ]   22    0    0   22 /   64     0.1s Queue concurrent
[ ]   44    0    0   44 /   64     0.3s Queue concurrent
[ ]   61    0    0   61 /   64     0.4s Queue concurrent
[]   64    0    0   64 /   64     0.4s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 1207495986250740853
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  128     0.0s Queue sequential
[]  128    0    0  128 /  128     0.0s Queue sequential
[ ]    0    0    0    0 /  128     0.0s Queue concurrent
[ ]    5    0    0    5 /  128     0.1s Queue concurrent
[ ]   17    0    0   17 /  128     0.2s Queue concurrent
[ ]   28    0    0   28 /  128     0.3s Queue concurrent
[ ]   35    0    0   35 /  128     0.4s Queue concurrent
[ ]   38    0    0   38 /  128     0.6s Queue concurrent
[ ]   50    0    0   50 /  128     0.7s Queue concurrent
[ ]   64    0    0   64 /  128     0.8s Queue concurrent
[ ]   70    0    0   70 /  128     0.9s Queue concurrent
[ ]   80    0    0   80 /  128     1.0s Queue concurrent
[ ]  107    0    0  107 /  128     1.1s Queue concurrent
[ ]  121    0    0  121 /  128     1.3s Queue concurrent
[]  128    0    0  128 /  128     1.3s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 4366810591775903476
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  256     0.0s Queue sequential
[]  256    0    0  256 /  256     0.0s Queue sequential
[ ]    0    0    0    0 /  256     0.0s Queue concurrent
[ ]    6    0    0    6 /  256     0.1s Queue concurrent
[ ]    9    0    0    9 /  256     0.2s Queue concurrent
[ ]   19    0    0   19 /  256     0.3s Queue concurrent
[ ]   27    0    0   27 /  256     0.5s Queue concurrent
[ ]   49    0    0   49 /  256     0.7s Queue concurrent
[ ]   54    0    0   54 /  256     0.8s Queue concurrent
[ ]   61    0    0   61 /  256     1.0s Queue concurrent
[ ]   67    0    0   67 /  256     1.1s Queue concurrent
[ ]   91    0    0   91 /  256     1.2s Queue concurrent
[ ]   98    0    0   98 /  256     1.4s Queue concurrent
[ ]  106    0    0  106 /  256     1.5s Queue concurrent
[ ]  114    0    0  114 /  256     1.6s Queue concurrent
[ ]  117    0    0  117 /  256     1.7s Queue concurrent
[ ]  121    0    0  121 /  256     1.9s Queue concurrent
[ ]  140    0    0  140 /  256     2.0s Queue concurrent
[ ]  144    0    0  144 /  256     2.1s Queue concurrent
[ ]  155    0    0  155 /  256     2.4s Queue concurrent
[ ]  156    0    0  156 /  256     2.5s Queue concurrent
[ ]  163    0    0  163 /  256     2.6s Queue concurrent
[ ]  178    0    0  178 /  256     2.7s Queue concurrent
[ ]  186    0    0  186 /  256     2.9s Queue concurrent
[ ]  192    0    0  192 /  256     3.0s Queue concurrent
[ ]  198    0    0  198 /  256     3.2s Queue concurrent
[ ]  208    0    0  208 /  256     3.3s Queue concurrent
[ ]  217    0    0  217 /  256     3.4s Queue concurrent
[ ]  225    0    0  225 /  256     3.5s Queue concurrent
[ ]  230    0    0  230 /  256     3.7s Queue concurrent
[ ]  242    0    0  242 /  256     3.8s Queue concurrent
[]  256    0    0  256 /  256     3.8s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 1894517172716177710
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  512     0.0s Queue sequential
[]  512    0    0  512 /  512     0.0s Queue sequential
[ ]    0    0    0    0 /  512     0.0s Queue concurrent
[ ]   15    0    0   15 /  512     0.1s Queue concurrent
[ ]   19    0    0   19 /  512     0.2s Queue concurrent
[ ]   32    0    0   32 /  512     0.4s Queue concurrent
[ ]   35    0    0   35 /  512     0.5s Queue concurrent
[ ]   39    0    0   39 /  512     0.7s Queue concurrent
[ ]   63    0    0   63 /  512     0.8s Queue concurrent
[ ]   75    0    0   75 /  512     0.9s Queue concurrent
[ ]   80    0    0   80 /  512     1.0s Queue concurrent
[ ]  101    0    0  101 /  512     1.1s Queue concurrent
[ ]  113    0    0  113 /  512     1.3s Queue concurrent
[ ]  133    0    0  133 /  512     1.4s Queue concurrent
[ ]  148    0    0  148 /  512     1.5s Queue concurrent
[ ]  160    0    0  160 /  512     1.6s Queue concurrent
[ ]  164    0    0  164 /  512     1.8s Queue concurrent
[ ]  171    0    0  171 /  512     1.9s Queue concurrent
[ ]  182    0    0  182 /  512     2.1s Queue concurrent
[ ]  211    0    0  211 /  512     2.2s Queue concurrent
[ ]  219    0    0  219 /  512     2.3s Queue concurrent
[ ]  231    0    0  231 /  512     2.5s Queue concurrent
[ ]  236    0    0  236 /  512     2.6s Queue concurrent
[ ]  240    0    0  240 /  512     2.7s Queue concurrent
[ ]  252    0    0  252 /  512     2.9s Queue concurrent
[ ]  275    0    0  275 /  512     3.0s Queue concurrent
[ ]  284    0    0  284 /  512     3.1s Queue concurrent
[ ]  285    0    0  285 /  512     3.2s Queue concurrent
[ ]  297    0    0  297 /  512     3.3s Queue concurrent
[ ]  299    0    0  299 /  512     3.4s Queue concurrent
[ ]  306    0    0  306 /  512     3.6s Queue concurrent
[ ]  319    0    0  319 /  512     3.7s Queue concurrent
[ ]  336    0    0  336 /  512     3.8s Queue concurrent
[ ]  355    0    0  355 /  512     4.0s Queue concurrent
[ ]  361    0    0  361 /  512     4.1s Queue concurrent
[ ]  362    0    0  362 /  512     4.2s Queue concurrent
[ ]  365    0    0  365 /  512     4.3s Queue concurrent
[ ]  366    0    0  366 /  512     4.4s Queue concurrent
[ ]  376    0    0  376 /  512     4.6s Queue concurrent
[ ]  379    0    0  379 /  512     4.7s Queue concurrent
[ ]  400    0    0  400 /  512     4.8s Queue concurrent
[ ]  409    0    0  409 /  512     5.0s Queue concurrent
[ ]  418    0    0  418 /  512     5.1s Queue concurrent
[ ]  430    0    0  430 /  512     5.2s Queue concurrent
[ ]  443    0    0  443 /  512     5.3s Queue concurrent
[ ]  458    0    0  458 /  512     5.5s Queue concurrent
[ ]  465    0    0  465 /  512     5.6s Queue concurrent
[ ]  474    0    0  474 /  512     5.7s Queue concurrent
[ ]  479    0    0  479 /  512     5.8s Queue concurrent
[ ]  482    0    0  482 /  512     5.9s Queue concurrent
[ ]  483    0    0  483 /  512     6.0s Queue concurrent
[ ]  493    0    0  493 /  512     6.2s Queue concurrent
[ ]  500    0    0  500 /  512     6.3s Queue concurrent
[]  512    0    0  512 /  512     6.4s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2599335520647393735
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
[ ]    7    0    0    7 /   32     0.1s Queue concurrent
[ ]   11    0    0   11 /   32     0.3s Queue concurrent
[ ]   22    0    0   22 /   32     0.4s Queue concurrent
[]   32    0    0   32 /   32     0.4s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3401988064427289772
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
[ ]   14    0    0   14 /   32     0.1s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32     0.2s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32     0.3s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32     0.4s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 84664040844577987
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   64     0.0s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   64     0.2s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   64     0.3s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   64     0.4s Hashtbl_with_order concurrent
[ ]   37    0    0   37 /   64     0.6s Hashtbl_with_order concurrent
[ ]   51    0    0   51 /   64     0.8s Hashtbl_with_order concurrent
[ ]   61    0    0   61 /   64     1.0s Hashtbl_with_order concurrent
[]   64    0    0   64 /   64     1.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 3296786221865517581
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  128     0.0s Hashtbl_with_order sequential
[]  128    0    0  128 /  128     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /  128     0.0s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /  128     0.1s Hashtbl_with_order concurrent
[ ]   33    0    0   33 /  128     0.2s Hashtbl_with_order concurrent
[ ]   35    0    0   35 /  128     0.4s Hashtbl_with_order concurrent
[ ]   37    0    0   37 /  128     0.5s Hashtbl_with_order concurrent
[ ]   42    0    0   42 /  128     0.6s Hashtbl_with_order concurrent
[ ]   47    0    0   47 /  128     0.7s Hashtbl_with_order concurrent
[ ]   62    0    0   62 /  128     0.9s Hashtbl_with_order concurrent
[ ]   68    0    0   68 /  128     1.1s Hashtbl_with_order concurrent
[ ]   80    0    0   80 /  128     1.2s Hashtbl_with_order concurrent
[ ]   91    0    0   91 /  128     1.4s Hashtbl_with_order concurrent
[ ]  101    0    0  101 /  128     1.6s Hashtbl_with_order concurrent
[ ]  120    0    0  120 /  128     1.7s Hashtbl_with_order concurrent
[]  128    0    0  128 /  128     1.8s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 1655447801637441564
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  256     0.0s Hashtbl_with_order sequential
[]  256    0    0  256 /  256     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /  256     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /  256     0.2s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /  256     0.3s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /  256     0.4s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /  256     0.5s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /  256     0.6s Hashtbl_with_order concurrent
[ ]   37    0    0   37 /  256     0.7s Hashtbl_with_order concurrent
[ ]   42    0    0   42 /  256     0.8s Hashtbl_with_order concurrent
[ ]   48    0    0   48 /  256     0.9s Hashtbl_with_order concurrent
[ ]   51    0    0   51 /  256     1.2s Hashtbl_with_order concurrent
[ ]   57    0    0   57 /  256     1.4s Hashtbl_with_order concurrent
[ ]   61    0    0   61 /  256     1.5s Hashtbl_with_order concurrent
[ ]   69    0    0   69 /  256     1.8s Hashtbl_with_order concurrent
[ ]   73    0    0   73 /  256     2.0s Hashtbl_with_order concurrent
[ ]   74    0    0   74 /  256     2.2s Hashtbl_with_order concurrent
[ ]   87    0    0   87 /  256     2.5s Hashtbl_with_order concurrent
[ ]   92    0    0   92 /  256     2.6s Hashtbl_with_order concurrent
[ ]   97    0    0   97 /  256     2.8s Hashtbl_with_order concurrent
[ ]   99    0    0   99 /  256     2.9s Hashtbl_with_order concurrent
[ ]  109    0    0  109 /  256     3.0s Hashtbl_with_order concurrent
[ ]  118    0    0  118 /  256     3.1s Hashtbl_with_order concurrent
[ ]  123    0    0  123 /  256     3.4s Hashtbl_with_order concurrent
[ ]  134    0    0  134 /  256     3.6s Hashtbl_with_order concurrent
[ ]  139    0    0  139 /  256     3.7s Hashtbl_with_order concurrent
[ ]  145    0    0  145 /  256     3.9s Hashtbl_with_order concurrent
[ ]  152    0    0  152 /  256     4.0s Hashtbl_with_order concurrent
[ ]  161    0    0  161 /  256     4.2s Hashtbl_with_order concurrent
[ ]  172    0    0  172 /  256     4.3s Hashtbl_with_order concurrent
[ ]  182    0    0  182 /  256     4.5s Hashtbl_with_order concurrent
[ ]  190    0    0  190 /  256     4.6s Hashtbl_with_order concurrent
[ ]  193    0    0  193 /  256     4.8s Hashtbl_with_order concurrent
[ ]  198    0    0  198 /  256     5.0s Hashtbl_with_order concurrent
[ ]  209    0    0  209 /  256     5.1s Hashtbl_with_order concurrent
[ ]  213    0    0  213 /  256     5.3s Hashtbl_with_order concurrent
[ ]  233    0    0  233 /  256     5.4s Hashtbl_with_order concurrent
[ ]  245    0    0  245 /  256     5.5s Hashtbl_with_order concurrent
[]  256    0    0  256 /  256     5.6s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2295172053542069360
generated error fail pass / total     time test name
[ ]    0    0    0    0 /  512     0.0s Hashtbl_with_order sequential
[]  512    0    0  512 /  512     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /  512     0.0s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /  512     0.2s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /  512     0.4s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /  512     0.5s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /  512     0.6s Hashtbl_with_order concurrent
[ ]   38    0    0   38 /  512     0.7s Hashtbl_with_order concurrent
[ ]   40    0    0   40 /  512     0.8s Hashtbl_with_order concurrent
[ ]   50    0    0   50 /  512     1.0s Hashtbl_with_order concurrent
[ ]   52    0    0   52 /  512     1.2s Hashtbl_with_order concurrent
[ ]   61    0    0   61 /  512     1.3s Hashtbl_with_order concurrent
[ ]   68    0    0   68 /  512     1.4s Hashtbl_with_order concurrent
[ ]   78    0    0   78 /  512     1.5s Hashtbl_with_order concurrent
[ ]   89    0    0   89 /  512     1.8s Hashtbl_with_order concurrent
[ ]  101    0    0  101 /  512     2.1s Hashtbl_with_order concurrent
[ ]  112    0    0  112 /  512     2.3s Hashtbl_with_order concurrent
[ ]  114    0    0  114 /  512     2.5s Hashtbl_with_order concurrent
[ ]  132    0    0  132 /  512     2.7s Hashtbl_with_order concurrent
[ ]  136    0    0  136 /  512     2.9s Hashtbl_with_order concurrent
[ ]  152    0    0  152 /  512     3.1s Hashtbl_with_order concurrent
[ ]  156    0    0  156 /  512     3.2s Hashtbl_with_order concurrent
[ ]  168    0    0  168 /  512     3.4s Hashtbl_with_order concurrent
[ ]  179    0    0  179 /  512     3.6s Hashtbl_with_order concurrent
[ ]  190    0    0  190 /  512     3.7s Hashtbl_with_order concurrent
[ ]  195    0    0  195 /  512     3.9s Hashtbl_with_order concurrent
[ ]  207    0    0  207 /  512     4.0s Hashtbl_with_order concurrent
[ ]  221    0    0  221 /  512     4.1s Hashtbl_with_order concurrent
[ ]  229    0    0  229 /  512     4.3s Hashtbl_with_order concurrent
[ ]  232    0    0  232 /  512     4.4s Hashtbl_with_order concurrent
[ ]  256    0    0  256 /  512     4.5s Hashtbl_with_order concurrent
[ ]  262    0    0  262 /  512     4.6s Hashtbl_with_order concurrent
[ ]  271    0    0  271 /  512     4.8s Hashtbl_with_order concurrent
[ ]  273    0    0  273 /  512     5.0s Hashtbl_with_order concurrent
[ ]  290    0    0  290 /  512     5.2s Hashtbl_with_order concurrent
[ ]  299    0    0  299 /  512     5.4s Hashtbl_with_order concurrent
[ ]  316    0    0  316 /  512     5.5s Hashtbl_with_order concurrent
[ ]  336    0    0  336 /  512     5.6s Hashtbl_with_order concurrent
[ ]  338    0    0  338 /  512     5.7s Hashtbl_with_order concurrent
[ ]  342    0    0  342 /  512     5.8s Hashtbl_with_order concurrent
[ ]  352    0    0  352 /  512     6.0s Hashtbl_with_order concurrent
[ ]  360    0    0  360 /  512     6.3s Hashtbl_with_order concurrent
[ ]  373    0    0  373 /  512     6.4s Hashtbl_with_order concurrent
[ ]  376    0    0  376 /  512     6.5s Hashtbl_with_order concurrent
[ ]  385    0    0  385 /  512     6.7s Hashtbl_with_order concurrent
[ ]  396    0    0  396 /  512     6.8s Hashtbl_with_order concurrent
[ ]  407    0    0  407 /  512     7.1s Hashtbl_with_order concurrent
[ ]  410    0    0  410 /  512     7.3s Hashtbl_with_order concurrent
[ ]  416    0    0  416 /  512     7.4s Hashtbl_with_order concurrent
[ ]  423    0    0  423 /  512     7.5s Hashtbl_with_order concurrent
[ ]  430    0    0  430 /  512     7.8s Hashtbl_with_order concurrent
[ ]  432    0    0  432 /  512     7.9s Hashtbl_with_order concurrent
[ ]  437    0    0  437 /  512     8.0s Hashtbl_with_order concurrent
[ ]  444    0    0  444 /  512     8.2s Hashtbl_with_order concurrent
[ ]  457    0    0  457 /  512     8.4s Hashtbl_with_order concurrent
[ ]  458    0    0  458 /  512     8.6s Hashtbl_with_order concurrent
[ ]  459    0    0  459 /  512     8.8s Hashtbl_with_order concurrent
[ ]  461    0    0  461 /  512     9.0s Hashtbl_with_order concurrent
[ ]  465    0    0  465 /  512     9.2s Hashtbl_with_order concurrent
[ ]  478    0    0  478 /  512     9.3s Hashtbl_with_order concurrent
[ ]  485    0    0  485 /  512     9.4s Hashtbl_with_order concurrent
[ ]  487    0    0  487 /  512     9.6s Hashtbl_with_order concurrent
[ ]  491    0    0  491 /  512     9.7s Hashtbl_with_order concurrent
[ ]  499    0    0  499 /  512     9.9s Hashtbl_with_order concurrent
[ ]  509    0    0  509 /  512    10.0s Hashtbl_with_order concurrent
[]  512    0    0  512 /  512    10.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 616210688886278113
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
[ ]   13    0    0   13 /   32     0.3s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32     0.4s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32     0.6s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32     0.7s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32     0.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2025-10-10 21:14.11 ---> saved as "bb0a1e3c8a209b97c692e7f32f800ef993e4f639c5c47ae2bd02fc0c409c42f1"
Job succeeded
2025-10-10 21:14.11: Job succeeded