Organisationsocaml-multicorekcas184cb3 (add-optional-capacity-to-queue)debian-12-4.14+flambda_opam-2.3

debian-12-4.14+flambda_opam-2.3

Link Copied
Code Copied

Logs

2025-01-12 21:47.46: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/add-optional-capacity-to-queue (184cb37b9912a5889123ca24a14d2226592dc23e) (linux-x86_64:debian-12-4.14+flambda_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eb61bb7c5820ad4d44853a4e966a63f541d6a289a11bb51f1952e70552e1cb95
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "add-optional-capacity-to-queue" && cd "kcas" && git reset --hard 184cb37b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eb61bb7c5820ad4d44853a4e966a63f541d6a289a11bb51f1952e70552e1cb95
# debian-12-4.14+flambda_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.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.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 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.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 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.3 --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-01-12 21:47.46: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eb61bb7c5820ad4d44853a4e966a63f541d6a289a11bb51f1952e70552e1cb95-debian-12-4.14+flambda_opam-2.3-1360ce34c562617be42837c6976beda3"
2025-01-12 21:47.46: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eb61bb7c5820ad4d44853a4e966a63f541d6a289a11bb51f1952e70552e1cb95)
(comment debian-12-4.14+flambda_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.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.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 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.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 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.3 --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-01-12 21:47.46: Waiting for resource in pool OCluster
2025-01-12 21:56.26: Waiting for worker…
2025-01-12 21:59.39: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 184cb37 Add optional `capacity` argument to `Queue.create` and `Stack.create`


(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:eb61bb7c5820ad4d44853a4e966a63f541d6a289a11bb51f1952e70552e1cb95)
2025-01-12 21:59.40 ---> using "522cbf31aab13a8f00cf0e55225d51f7cd875a673a5452c13fdb6964c08690a5" from cache


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


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-12 21:59.40 ---> using "2d31e32971e6c9a05e5ce10656b9917767d6e53b240f6eafd37e08f3693d0e3d" 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
2025-01-12 21:59.40 ---> using "7059dd590f671343b5a5d229ea7d2aa152d7f1a7dc7610039e686196ddcdee70" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-12 21:59.40 ---> using "effdaf42d73ad19e76878dc21f657b41cee808162a843c289de23420c95a0431" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-12 21:59.40 ---> using "527ecb8925b4032320648390abcf839ef6e656842b5dab8bf951d0d7ba1fcd31" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
de786e28db..8e8ee26804  master     -> origin/master
8e8ee26804 Merge pull request #27247 from polytypic/release-multicore-magic-2.3.1


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-01-12 21:59.40 ---> using "c28083f432c2271bc06e9457e48bc1213a68d3401158ea17223fce44c2d7b593" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-01-12 21:59.40 ---> using "71d8ebe6b749c001a073f7b2112ae91e2771848525cf25672c550f7c4d7ab7da" 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)
2025-01-12 21:59.40 ---> using "64cff80e0e6a3107ea6e98adce9f12110c1f86d1df61dac4e76beca0ff03bc10" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.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.17.1 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 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.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 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.3 --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 [8792 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
- Fetched 9288 kB in 3s (3504 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).
2025-01-12 21:59.40 ---> using "6de9a5a02f172c17765f9e1ab2560552cae22c7924c8ea2525a328fb9536ecec" 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.1
- install camlp-streams              5.0.1
- install cmdliner                   1.3.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.17.1
- install fmt                        0.9.0
- install logs                       0.7.0
- install mdx                        2.5.0
- 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              3.7.3
- install ocamlbuild                 0.15.0
- install ocamlfind                  1.9.6
- install psq                        0.2.1
- install qcheck-core                0.23
- install qcheck-multicoretests-util 0.5
- install qcheck-stm                 0.5
- 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.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.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 mdx.2.5.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.7.3  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.23  (cached)
-> retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5  (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 yojson.2.2.2  (cached)
-> retrieved dune.3.17.1  (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.17.1
-> installed multicore-magic.2.3.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed psq.0.2.1
-> installed backoff.0.1.1
-> installed ocaml-version.3.7.3
-> 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.12.0
-> installed qcheck-core.0.23
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.5
-> installed multicore-bench.0.1.7
-> installed qcheck-stm.0.5
-> installed alcotest.1.8.0
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-12 21:59.40 ---> using "08774670e4de5fb420c22f55ec261683de0161ce6324645d25465ce8f480ee02" from cache


/src: (copy (src .) (dst /src))
2025-01-12 21:59.40 ---> saved as "0114595e8af2ebafa2b291155a95678487fbf7159ef9effb1109fb3b465cf51b"


/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__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__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__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 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_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 && ./queue_test.exe)
Testing `Queue'.
This run has ID `PNZSAEI5'.


[OK]          basics            0
[OK]          capacity          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.012s. 2 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `EVD6K4RK'.


[OK]          await between threads          0


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.025s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `T66UTF78'.


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


[OK]          basics            0
[OK]          capacity          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.021s. 2 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `BSCPA57C'.


[OK]          basics          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.032s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `9Q25L8NW'.


[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.060s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
42.95 M/s
ops over time/get:
152.77 M/s
ops over time/incr:
35.42 M/s
ops over time/push & pop:
23.12 M/s
ops over time/swap:
29.36 M/s
ops over time/xchg int:
39.73 M/s
time per op/cas int:
23.28 ns
time per op/get:
6.55 ns
time per op/incr:
28.23 ns
time per op/push & pop:
43.26 ns
time per op/swap:
34.06 ns
time per op/xchg int:
25.17 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
23.72 ns
time per transaction/1 loc tx:
81.07 ns
time per transaction/2 loc tx:
207.65 ns
time per transaction/4 loc tx:
885.00 ns
time per transaction/8 loc tx:
637.90 ns
transactions over time/0 loc tx:
42.16 M/s
transactions over time/1 loc tx:
12.33 M/s
transactions over time/2 loc tx:
4.82 M/s
transactions over time/4 loc tx:
1.13 M/s
transactions over time/8 loc tx:
1.57 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
25.35 ns
time per transaction/1 loc tx:
52.36 ns
time per transaction/2 loc tx:
137.14 ns
time per transaction/4 loc tx:
228.27 ns
time per transaction/8 loc tx:
346.95 ns
transactions over time/0 loc tx:
39.45 M/s
transactions over time/1 loc tx:
19.10 M/s
transactions over time/2 loc tx:
7.29 M/s
transactions over time/4 loc tx:
4.38 M/s
transactions over time/8 loc tx:
2.88 M/s
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `WHRODW7C'.


[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.169s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
26.11 ns
time per transaction/1 loc tx:
60.94 ns
time per transaction/2 loc tx:
136.79 ns
time per transaction/4 loc tx:
216.65 ns
time per transaction/8 loc tx:
357.04 ns
transactions over time/0 loc tx:
38.30 M/s
transactions over time/1 loc tx:
16.41 M/s
transactions over time/2 loc tx:
7.31 M/s
transactions over time/4 loc tx:
4.62 M/s
transactions over time/8 loc tx:
2.80 M/s
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `XEBEGR10'.


[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/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
286.94 ns
transactions over time/1 worker:
3.49 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
20.62 M/s
time per operation/1 worker, 0% reads:
48.50 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/one domain:
0.96 M/s
time per message/one domain:
1042.17 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
1.75 M/s
operations over time/1 worker, 50% reads:
2.23 M/s
operations over time/1 worker, 90% reads:
3.96 M/s
time per operation/1 worker, 10% reads:
572.63 ns
time per operation/1 worker, 50% reads:
449.31 ns
time per operation/1 worker, 90% reads:
252.26 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:
3.86 M/s
time per message/one domain:
258.98 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/one domain:
7.87 M/s
time per message/one domain:
126.99 ns
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `9DC3WI1O'.


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 11.107s. 2 tests run.
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 3153432727050735105
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.6s Accumulator concurrent
[ ]    2    0    0    2 /   32     3.2s Accumulator concurrent
[ ]    3    0    0    3 /   32     4.1s Accumulator concurrent
[ ]    4    0    0    4 /   32     5.4s Accumulator concurrent
[ ]    5    0    0    5 /   32     5.9s Accumulator concurrent
[ ]    6    0    0    6 /   32     6.9s Accumulator concurrent
[ ]    7    0    0    7 /   32     7.7s Accumulator concurrent
[ ]    8    0    0    8 /   32     8.1s Accumulator concurrent
[ ]    9    0    0    9 /   32     8.6s Accumulator concurrent
[ ]   10    0    0   10 /   32     9.2s Accumulator concurrent
[ ]   11    0    0   11 /   32    10.5s Accumulator concurrent
[ ]   12    0    0   12 /   32    10.8s Accumulator concurrent
[ ]   13    0    0   13 /   32    12.1s Accumulator concurrent
[ ]   14    0    0   14 /   32    13.1s Accumulator concurrent
[ ]   15    0    0   15 /   32    14.5s Accumulator concurrent
[ ]   16    0    0   16 /   32    16.4s Accumulator concurrent
[ ]   17    0    0   17 /   32    17.6s Accumulator concurrent
[ ]   18    0    0   18 /   32    19.1s Accumulator concurrent
[ ]   19    0    0   19 /   32    21.5s Accumulator concurrent
[ ]   20    0    0   20 /   32    22.2s Accumulator concurrent
[ ]   21    0    0   21 /   32    24.5s Accumulator concurrent
[ ]   22    0    0   22 /   32    25.3s Accumulator concurrent
[ ]   23    0    0   23 /   32    26.2s Accumulator concurrent
[ ]   24    0    0   24 /   32    27.2s Accumulator concurrent
[ ]   25    0    0   25 /   32    29.3s Accumulator concurrent
[ ]   26    0    0   26 /   32    30.4s Accumulator concurrent
[ ]   27    0    0   27 /   32    31.2s Accumulator concurrent
[ ]   28    0    0   28 /   32    32.1s Accumulator concurrent
[ ]   29    0    0   29 /   32    33.4s Accumulator concurrent
[ ]   30    0    0   30 /   32    34.6s Accumulator concurrent
[ ]   31    0    0   31 /   32    36.5s Accumulator concurrent
[ ]   32    0    0   32 /   32    38.0s Accumulator concurrent
[]   32    0    0   32 /   32    38.0s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1363443277833352791
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     1.1s Accumulator concurrent
[ ]    2    0    0    2 /   32     2.3s Accumulator concurrent
[ ]    3    0    0    3 /   32     3.3s Accumulator concurrent
[ ]    4    0    0    4 /   32     4.2s Accumulator concurrent
[ ]    5    0    0    5 /   32     4.6s Accumulator concurrent
[ ]    6    0    0    6 /   32     5.3s Accumulator concurrent
[ ]    7    0    0    7 /   32     5.7s Accumulator concurrent
[ ]    8    0    0    8 /   32     6.7s Accumulator concurrent
[ ]    9    0    0    9 /   32     7.8s Accumulator concurrent
[ ]   10    0    0   10 /   32     8.8s Accumulator concurrent
[ ]   11    0    0   11 /   32    10.8s Accumulator concurrent
[ ]   12    0    0   12 /   32    11.6s Accumulator concurrent
[ ]   13    0    0   13 /   32    12.5s Accumulator concurrent
[ ]   14    0    0   14 /   32    14.0s Accumulator concurrent
[ ]   15    0    0   15 /   32    15.1s Accumulator concurrent
[ ]   16    0    0   16 /   32    16.2s Accumulator concurrent
[ ]   17    0    0   17 /   32    17.1s Accumulator concurrent
[ ]   18    0    0   18 /   32    18.2s Accumulator concurrent
[ ]   19    0    0   19 /   32    19.9s Accumulator concurrent
[ ]   20    0    0   20 /   32    20.6s Accumulator concurrent
[ ]   21    0    0   21 /   32    21.6s Accumulator concurrent
[ ]   22    0    0   22 /   32    22.9s Accumulator concurrent
[ ]   23    0    0   23 /   32    24.0s Accumulator concurrent
[ ]   24    0    0   24 /   32    25.6s Accumulator concurrent
[ ]   25    0    0   25 /   32    26.6s Accumulator concurrent
[ ]   26    0    0   26 /   32    28.0s Accumulator concurrent
[ ]   27    0    0   27 /   32    29.0s Accumulator concurrent
[ ]   28    0    0   28 /   32    29.9s Accumulator concurrent
[ ]   29    0    0   29 /   32    30.7s Accumulator concurrent
[ ]   30    0    0   30 /   32    31.6s Accumulator concurrent
[ ]   31    0    0   31 /   32    32.8s Accumulator concurrent
[ ]   32    0    0   32 /   32    33.5s Accumulator concurrent
[]   32    0    0   32 /   32    33.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 4136949404134745807
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.9s Stack concurrent
[ ]    2    0    0    2 /   32     2.8s Stack concurrent
[ ]    3    0    0    3 /   32     4.2s Stack concurrent
[ ]    4    0    0    4 /   32     5.8s Stack concurrent
[ ]    5    0    0    5 /   32     6.8s Stack concurrent
[ ]    6    0    0    6 /   32     7.3s Stack concurrent
[ ]    7    0    0    7 /   32     8.2s Stack concurrent
[ ]    8    0    0    8 /   32     9.2s Stack concurrent
[ ]    9    0    0    9 /   32    10.6s Stack concurrent
[ ]   10    0    0   10 /   32    11.6s Stack concurrent
[ ]   11    0    0   11 /   32    12.7s Stack concurrent
[ ]   12    0    0   12 /   32    13.4s Stack concurrent
[ ]   13    0    0   13 /   32    14.5s Stack concurrent
[ ]   14    0    0   14 /   32    15.1s Stack concurrent
[ ]   15    0    0   15 /   32    16.0s Stack concurrent
[ ]   16    0    0   16 /   32    17.0s Stack concurrent
[ ]   17    0    0   17 /   32    18.4s Stack concurrent
[ ]   18    0    0   18 /   32    19.2s Stack concurrent
[ ]   19    0    0   19 /   32    20.0s Stack concurrent
[ ]   20    0    0   20 /   32    20.8s Stack concurrent
[ ]   21    0    0   21 /   32    21.0s Stack concurrent
[ ]   22    0    0   22 /   32    21.7s Stack concurrent
[ ]   23    0    0   23 /   32    22.2s Stack concurrent
[ ]   24    0    0   24 /   32    22.7s Stack concurrent
[ ]   25    0    0   25 /   32    23.2s Stack concurrent
[ ]   26    0    0   26 /   32    24.0s Stack concurrent
[ ]   27    0    0   27 /   32    24.7s Stack concurrent
[ ]   28    0    0   28 /   32    25.5s Stack concurrent
[ ]   29    0    0   29 /   32    27.1s Stack concurrent
[ ]   30    0    0   30 /   32    27.6s Stack concurrent
[ ]   31    0    0   31 /   32    28.4s Stack concurrent
[ ]   32    0    0   32 /   32    29.2s Stack concurrent
[]   32    0    0   32 /   32    29.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2874443902131958990
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   33     0.0s Stack sequential
[]   33    0    0   33 /   33     0.0s Stack sequential
[ ]    0    0    0    0 /   33     0.0s Stack concurrent
[ ]    1    0    0    1 /   33     0.9s Stack concurrent
[ ]    2    0    0    2 /   33     1.6s Stack concurrent
[ ]    3    0    0    3 /   33     2.1s Stack concurrent
[ ]    4    0    0    4 /   33     2.9s Stack concurrent
[ ]    5    0    0    5 /   33     3.3s Stack concurrent
[ ]    6    0    0    6 /   33     3.9s Stack concurrent
[ ]    7    0    0    7 /   33     4.3s Stack concurrent
[ ]    8    0    0    8 /   33     4.9s Stack concurrent
[ ]    9    0    0    9 /   33     5.2s Stack concurrent
[ ]   10    0    0   10 /   33     5.8s Stack concurrent
[ ]   11    0    0   11 /   33     6.5s Stack concurrent
[ ]   12    0    0   12 /   33     7.3s Stack concurrent
[ ]   13    0    0   13 /   33     7.8s Stack concurrent
[ ]   14    0    0   14 /   33     8.4s Stack concurrent
[ ]   15    0    0   15 /   33     9.0s Stack concurrent
[ ]   16    0    0   16 /   33     9.7s Stack concurrent
[ ]   17    0    0   17 /   33    11.4s Stack concurrent
[ ]   18    0    0   18 /   33    12.1s Stack concurrent
[ ]   19    0    0   19 /   33    12.4s Stack concurrent
[ ]   20    0    0   20 /   33    12.9s Stack concurrent
[ ]   21    0    0   21 /   33    13.7s Stack concurrent
[ ]   22    0    0   22 /   33    14.6s Stack concurrent
[ ]   23    0    0   23 /   33    15.5s Stack concurrent
[ ]   24    0    0   24 /   33    16.5s Stack concurrent
[ ]   25    0    0   25 /   33    17.5s Stack concurrent
[ ]   26    0    0   26 /   33    18.2s Stack concurrent
[ ]   27    0    0   27 /   33    18.7s Stack concurrent
[ ]   28    0    0   28 /   33    20.0s Stack concurrent
[ ]   29    0    0   29 /   33    20.7s Stack concurrent
[ ]   30    0    0   30 /   33    21.3s Stack concurrent
[ ]   31    0    0   31 /   33    21.8s Stack concurrent
[ ]   32    0    0   32 /   33    22.8s Stack concurrent
[ ]   33    0    0   33 /   33    23.3s Stack concurrent
[]   33    0    0   33 /   33    23.3s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3364320027413804175
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.6s Stack concurrent
[ ]    2    0    0    2 /   32     1.5s Stack concurrent
[ ]    3    0    0    3 /   32     1.8s Stack concurrent
[ ]    4    0    0    4 /   32     2.3s Stack concurrent
[ ]    5    0    0    5 /   32     3.1s Stack concurrent
[ ]    6    0    0    6 /   32     3.6s Stack concurrent
[ ]    7    0    0    7 /   32     4.3s Stack concurrent
[ ]    8    0    0    8 /   32     5.2s Stack concurrent
[ ]    9    0    0    9 /   32     7.2s 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.4s Stack concurrent
[ ]   14    0    0   14 /   32    11.0s Stack concurrent
[ ]   15    0    0   15 /   32    11.5s Stack concurrent
[ ]   16    0    0   16 /   32    11.9s Stack concurrent
[ ]   17    0    0   17 /   32    13.3s Stack concurrent
[ ]   18    0    0   18 /   32    13.8s Stack concurrent
[ ]   19    0    0   19 /   32    14.4s Stack concurrent
[ ]   20    0    0   20 /   32    15.1s Stack concurrent
[ ]   21    0    0   21 /   32    15.8s Stack concurrent
[ ]   22    0    0   22 /   32    16.5s Stack concurrent
[ ]   23    0    0   23 /   32    16.9s Stack concurrent
[ ]   24    0    0   24 /   32    17.3s Stack concurrent
[ ]   25    0    0   25 /   32    18.1s Stack concurrent
[ ]   26    0    0   26 /   32    18.6s Stack concurrent
[ ]   27    0    0   27 /   32    19.2s Stack concurrent
[ ]   28    0    0   28 /   32    19.8s Stack concurrent
[ ]   29    0    0   29 /   32    20.5s Stack concurrent
[ ]   30    0    0   30 /   32    21.0s Stack concurrent
[ ]   31    0    0   31 /   32    21.7s Stack concurrent
[ ]   32    0    0   32 /   32    22.1s Stack concurrent
[]   32    0    0   32 /   32    22.1s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 2983602248947276989
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.3s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     2.9s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     4.6s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32    10.1s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32    11.4s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32    12.8s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32    13.7s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    14.6s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    15.7s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    16.8s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    18.3s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    19.3s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    20.4s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    20.8s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    21.9s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    22.5s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    23.2s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    25.0s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    26.0s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    26.7s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    27.5s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    28.2s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    28.8s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    29.7s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    31.2s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    32.2s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    33.3s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    34.3s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    36.7s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    38.4s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    39.7s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    40.9s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    40.9s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 764928266832743567
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.2s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     2.1s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     2.9s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     3.8s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     4.8s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32     5.9s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     8.0s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32     8.8s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32     9.1s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    10.4s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    11.4s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    12.4s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    13.2s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    14.2s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    15.1s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    16.4s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    19.0s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    20.4s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    21.9s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    22.5s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    23.8s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    24.7s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    27.7s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    28.6s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    29.5s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    30.5s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    31.2s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    32.1s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    33.1s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    34.6s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    35.7s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    36.7s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    36.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 727295904612950431
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     2.6s Queue concurrent
[ ]    3    0    0    3 /   32     3.5s Queue concurrent
[ ]    4    0    0    4 /   32     4.4s Queue concurrent
[ ]    5    0    0    5 /   32     5.4s Queue concurrent
[ ]    6    0    0    6 /   32     6.4s Queue concurrent
[ ]    7    0    0    7 /   32     7.4s Queue concurrent
[ ]    8    0    0    8 /   32     8.2s Queue concurrent
[ ]    9    0    0    9 /   32     8.9s Queue concurrent
[ ]   10    0    0   10 /   32    10.2s Queue concurrent
[ ]   11    0    0   11 /   32    11.1s Queue concurrent
[ ]   12    0    0   12 /   32    12.6s Queue concurrent
[ ]   13    0    0   13 /   32    13.8s Queue concurrent
[ ]   14    0    0   14 /   32    14.9s Queue concurrent
[ ]   15    0    0   15 /   32    15.8s Queue concurrent
[ ]   16    0    0   16 /   32    16.7s Queue concurrent
[ ]   17    0    0   17 /   32    17.6s Queue concurrent
[ ]   18    0    0   18 /   32    18.8s Queue concurrent
[ ]   19    0    0   19 /   32    20.5s Queue concurrent
[ ]   20    0    0   20 /   32    21.7s Queue concurrent
[ ]   21    0    0   21 /   32    22.6s Queue concurrent
[ ]   22    0    0   22 /   32    24.1s Queue concurrent
[ ]   23    0    0   23 /   32    25.4s Queue concurrent
[ ]   24    0    0   24 /   32    26.7s Queue concurrent
[ ]   25    0    0   25 /   32    27.4s Queue concurrent
[ ]   26    0    0   26 /   32    28.2s Queue concurrent
[ ]   27    0    0   27 /   32    29.1s Queue concurrent
[ ]   28    0    0   28 /   32    29.9s Queue concurrent
[ ]   29    0    0   29 /   32    30.4s Queue concurrent
[ ]   30    0    0   30 /   32    31.1s Queue concurrent
[ ]   31    0    0   31 /   32    31.6s Queue concurrent
[ ]   32    0    0   32 /   32    31.9s Queue concurrent
[]   32    0    0   32 /   32    31.9s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3921128187966231864
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.6s Queue concurrent
[ ]    2    0    0    2 /   32     1.4s Queue concurrent
[ ]    3    0    0    3 /   32     2.1s Queue concurrent
[ ]    4    0    0    4 /   32     2.8s Queue concurrent
[ ]    5    0    0    5 /   32     3.3s Queue concurrent
[ ]    6    0    0    6 /   32     4.0s Queue concurrent
[ ]    7    0    0    7 /   32     4.9s Queue concurrent
[ ]    8    0    0    8 /   32     5.5s Queue concurrent
[ ]    9    0    0    9 /   32     6.1s Queue concurrent
[ ]   10    0    0   10 /   32     6.7s Queue concurrent
[ ]   11    0    0   11 /   32     7.5s Queue concurrent
[ ]   12    0    0   12 /   32     8.6s Queue concurrent
[ ]   13    0    0   13 /   32     9.4s Queue concurrent
[ ]   14    0    0   14 /   32    10.1s Queue concurrent
[ ]   15    0    0   15 /   32    11.0s Queue concurrent
[ ]   16    0    0   16 /   32    11.8s Queue concurrent
[ ]   17    0    0   17 /   32    12.4s Queue concurrent
[ ]   18    0    0   18 /   32    13.3s Queue concurrent
[ ]   19    0    0   19 /   32    13.8s Queue concurrent
[ ]   20    0    0   20 /   32    14.7s Queue concurrent
[ ]   21    0    0   21 /   32    15.7s Queue concurrent
[ ]   22    0    0   22 /   32    16.5s Queue concurrent
[ ]   23    0    0   23 /   32    17.2s Queue concurrent
[ ]   24    0    0   24 /   32    18.1s Queue concurrent
[ ]   25    0    0   25 /   32    18.9s Queue concurrent
[ ]   26    0    0   26 /   32    20.4s Queue concurrent
[ ]   27    0    0   27 /   32    20.6s Queue concurrent
[ ]   28    0    0   28 /   32    21.1s Queue concurrent
[ ]   29    0    0   29 /   32    21.7s Queue concurrent
[ ]   30    0    0   30 /   32    22.2s Queue concurrent
[ ]   31    0    0   31 /   32    22.8s Queue concurrent
[ ]   32    0    0   32 /   32    23.8s Queue concurrent
[]   32    0    0   32 /   32    23.8s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2876114417810370806
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.9s Queue concurrent
[ ]    2    0    0    2 /   32     2.0s Queue concurrent
[ ]    3    0    0    3 /   32     2.8s Queue concurrent
[ ]    4    0    0    4 /   32     4.4s Queue concurrent
[ ]    5    0    0    5 /   32     5.6s Queue concurrent
[ ]    6    0    0    6 /   32     6.4s Queue concurrent
[ ]    7    0    0    7 /   32     7.1s Queue concurrent
[ ]    8    0    0    8 /   32     7.8s Queue concurrent
[ ]    9    0    0    9 /   32     8.6s Queue concurrent
[ ]   10    0    0   10 /   32     9.5s Queue concurrent
[ ]   11    0    0   11 /   32     9.9s Queue concurrent
[ ]   12    0    0   12 /   32    10.9s Queue concurrent
[ ]   13    0    0   13 /   32    12.4s Queue concurrent
[ ]   14    0    0   14 /   32    13.0s Queue concurrent
[ ]   15    0    0   15 /   32    13.6s Queue concurrent
[ ]   16    0    0   16 /   32    14.0s Queue concurrent
[ ]   17    0    0   17 /   32    14.5s Queue concurrent
[ ]   18    0    0   18 /   32    15.1s Queue concurrent
[ ]   20    0    0   20 /   32    15.5s Queue concurrent
[ ]   21    0    0   21 /   32    16.5s Queue concurrent
[ ]   22    0    0   22 /   32    16.7s Queue concurrent
[ ]   23    0    0   23 /   32    17.1s Queue concurrent
[ ]   24    0    0   24 /   32    18.0s Queue concurrent
[ ]   25    0    0   25 /   32    18.8s Queue concurrent
[ ]   26    0    0   26 /   32    19.3s Queue concurrent
[ ]   27    0    0   27 /   32    20.0s Queue concurrent
[ ]   28    0    0   28 /   32    21.5s Queue concurrent
[ ]   29    0    0   29 /   32    22.3s Queue concurrent
[ ]   30    0    0   30 /   32    23.3s Queue concurrent
[ ]   31    0    0   31 /   32    24.2s Queue concurrent
[ ]   32    0    0   32 /   32    25.0s Queue concurrent
[]   32    0    0   32 /   32    25.0s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1440173835176007625
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     3.5s Dllist concurrent
[ ]    3    0    0    3 /   32     5.0s Dllist concurrent
[ ]    4    0    0    4 /   32     6.6s Dllist concurrent
[ ]    5    0    0    5 /   32     7.7s Dllist concurrent
[ ]    6    0    0    6 /   32     9.6s Dllist concurrent
[ ]    7    0    0    7 /   32    10.4s Dllist concurrent
[ ]    8    0    0    8 /   32    11.4s Dllist concurrent
[ ]    9    0    0    9 /   32    14.1s Dllist concurrent
[ ]   10    0    0   10 /   32    14.9s Dllist concurrent
[ ]   11    0    0   11 /   32    15.6s Dllist concurrent
[ ]   12    0    0   12 /   32    16.7s Dllist concurrent
[ ]   13    0    0   13 /   32    17.7s Dllist concurrent
[ ]   14    0    0   14 /   32    18.9s Dllist concurrent
[ ]   15    0    0   15 /   32    20.0s Dllist concurrent
[ ]   16    0    0   16 /   32    20.8s Dllist concurrent
[ ]   17    0    0   17 /   32    21.5s Dllist concurrent
[ ]   18    0    0   18 /   32    22.3s Dllist concurrent
[ ]   19    0    0   19 /   32    23.1s Dllist concurrent
[ ]   20    0    0   20 /   32    24.8s Dllist concurrent
[ ]   21    0    0   21 /   32    25.6s Dllist concurrent
[ ]   22    0    0   22 /   32    26.2s Dllist concurrent
[ ]   23    0    0   23 /   32    27.3s Dllist concurrent
[ ]   24    0    0   24 /   32    27.9s Dllist concurrent
[ ]   25    0    0   25 /   32    28.4s Dllist concurrent
[ ]   26    0    0   26 /   32    28.7s Dllist concurrent
[ ]   27    0    0   27 /   32    29.1s Dllist concurrent
[ ]   28    0    0   28 /   32    30.1s Dllist concurrent
[ ]   29    0    0   29 /   32    31.2s Dllist concurrent
[ ]   30    0    0   30 /   32    31.9s Dllist concurrent
[ ]   31    0    0   31 /   32    32.6s Dllist concurrent
[ ]   32    0    0   32 /   32    33.6s Dllist concurrent
[]   32    0    0   32 /   32    33.6s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2350835976326002141
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     1.3s Dllist concurrent
[ ]    2    0    0    2 /   32     1.9s Dllist concurrent
[ ]    3    0    0    3 /   32     2.6s Dllist concurrent
[ ]    4    0    0    4 /   32     3.3s Dllist concurrent
[ ]    5    0    0    5 /   32     4.0s Dllist concurrent
[ ]    6    0    0    6 /   32     4.8s Dllist concurrent
[ ]    7    0    0    7 /   32     5.9s Dllist concurrent
[ ]    8    0    0    8 /   32     6.7s Dllist concurrent
[ ]    9    0    0    9 /   32     7.8s Dllist concurrent
[ ]   10    0    0   10 /   32     8.2s Dllist concurrent
[ ]   11    0    0   11 /   32     9.2s Dllist concurrent
[ ]   12    0    0   12 /   32     9.6s Dllist concurrent
[ ]   13    0    0   13 /   32    10.5s Dllist concurrent
[ ]   14    0    0   14 /   32    12.0s Dllist concurrent
[ ]   15    0    0   15 /   32    13.3s Dllist concurrent
[ ]   16    0    0   16 /   32    13.8s Dllist concurrent
[ ]   17    0    0   17 /   32    14.7s Dllist concurrent
[ ]   18    0    0   18 /   32    15.3s Dllist concurrent
[ ]   19    0    0   19 /   32    16.1s Dllist concurrent
[ ]   20    0    0   20 /   32    16.7s Dllist concurrent
[ ]   21    0    0   21 /   32    16.9s Dllist concurrent
[ ]   22    0    0   22 /   32    17.6s Dllist concurrent
[ ]   23    0    0   23 /   32    18.2s Dllist concurrent
[ ]   24    0    0   24 /   32    18.7s Dllist concurrent
[ ]   25    0    0   25 /   32    19.5s Dllist concurrent
[ ]   26    0    0   26 /   32    20.4s Dllist concurrent
[ ]   27    0    0   27 /   32    20.9s Dllist concurrent
[ ]   28    0    0   28 /   32    21.8s Dllist concurrent
[ ]   29    0    0   29 /   32    23.2s Dllist concurrent
[ ]   30    0    0   30 /   32    23.9s Dllist concurrent
[ ]   31    0    0   31 /   32    24.4s Dllist concurrent
[ ]   32    0    0   32 /   32    25.3s Dllist concurrent
[]   32    0    0   32 /   32    25.3s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1956655726283373659
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.5s Dllist concurrent
[ ]    2    0    0    2 /   32     1.2s Dllist concurrent
[ ]    3    0    0    3 /   32     2.1s Dllist concurrent
[ ]    4    0    0    4 /   32     3.0s Dllist concurrent
[ ]    5    0    0    5 /   32     3.8s Dllist concurrent
[ ]    6    0    0    6 /   32     4.5s Dllist concurrent
[ ]    7    0    0    7 /   32     5.2s Dllist concurrent
[ ]    8    0    0    8 /   32     6.9s Dllist concurrent
[ ]    9    0    0    9 /   32     7.3s Dllist concurrent
[ ]   10    0    0   10 /   32     7.9s Dllist concurrent
[ ]   11    0    0   11 /   32     8.6s Dllist concurrent
[ ]   12    0    0   12 /   32     9.4s Dllist concurrent
[ ]   13    0    0   13 /   32    10.2s Dllist concurrent
[ ]   14    0    0   14 /   32    11.1s Dllist concurrent
[ ]   15    0    0   15 /   32    11.6s Dllist concurrent
[ ]   16    0    0   16 /   32    12.4s Dllist concurrent
[ ]   17    0    0   17 /   32    13.2s Dllist concurrent
[ ]   18    0    0   18 /   32    13.7s Dllist concurrent
[ ]   19    0    0   19 /   32    14.6s Dllist concurrent
[ ]   20    0    0   20 /   32    15.0s Dllist concurrent
[ ]   21    0    0   21 /   32    15.7s Dllist concurrent
[ ]   22    0    0   22 /   32    16.0s Dllist concurrent
[ ]   23    0    0   23 /   32    16.8s Dllist concurrent
[ ]   24    0    0   24 /   32    17.3s Dllist concurrent
[ ]   25    0    0   25 /   32    17.8s Dllist concurrent
[ ]   26    0    0   26 /   32    18.3s Dllist concurrent
[ ]   27    0    0   27 /   32    19.1s Dllist concurrent
[ ]   28    0    0   28 /   32    20.1s Dllist concurrent
[ ]   29    0    0   29 /   32    21.1s Dllist concurrent
[ ]   30    0    0   30 /   32    22.3s Dllist concurrent
[ ]   31    0    0   31 /   32    22.8s Dllist concurrent
[ ]   32    0    0   32 /   32    23.6s Dllist concurrent
[]   32    0    0   32 /   32    23.6s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 4249481198911171506
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.5s Hashtbl concurrent
[ ]    2    0    0    2 /   32     2.2s Hashtbl concurrent
[ ]    3    0    0    3 /   32     2.9s Hashtbl concurrent
[ ]    4    0    0    4 /   32     4.8s Hashtbl concurrent
[ ]    5    0    0    5 /   32     5.9s Hashtbl concurrent
[ ]    6    0    0    6 /   32     6.8s Hashtbl concurrent
[ ]    7    0    0    7 /   32     7.4s Hashtbl concurrent
[ ]    8    0    0    8 /   32     8.2s Hashtbl concurrent
[ ]    9    0    0    9 /   32     8.9s Hashtbl concurrent
[ ]   10    0    0   10 /   32     9.7s Hashtbl concurrent
[ ]   11    0    0   11 /   32    11.2s Hashtbl concurrent
[ ]   12    0    0   12 /   32    12.1s Hashtbl concurrent
[ ]   13    0    0   13 /   32    13.2s Hashtbl concurrent
[ ]   14    0    0   14 /   32    14.5s Hashtbl concurrent
[ ]   15    0    0   15 /   32    15.6s Hashtbl concurrent
[ ]   16    0    0   16 /   32    16.9s Hashtbl concurrent
[ ]   17    0    0   17 /   32    17.7s Hashtbl concurrent
[ ]   18    0    0   18 /   32    19.7s Hashtbl concurrent
[ ]   19    0    0   19 /   32    21.1s Hashtbl concurrent
[ ]   20    0    0   20 /   32    22.1s Hashtbl concurrent
[ ]   21    0    0   21 /   32    23.3s Hashtbl concurrent
[ ]   22    0    0   22 /   32    23.9s Hashtbl concurrent
[ ]   23    0    0   23 /   32    25.0s Hashtbl concurrent
[ ]   24    0    0   24 /   32    26.3s Hashtbl concurrent
[ ]   25    0    0   25 /   32    27.7s Hashtbl concurrent
[ ]   26    0    0   26 /   32    28.6s Hashtbl concurrent
[ ]   27    0    0   27 /   32    29.7s Hashtbl concurrent
[ ]   28    0    0   28 /   32    30.5s Hashtbl concurrent
[ ]   29    0    0   29 /   32    31.2s Hashtbl concurrent
[ ]   30    0    0   30 /   32    32.1s Hashtbl concurrent
[ ]   31    0    0   31 /   32    33.9s Hashtbl concurrent
[ ]   32    0    0   32 /   32    34.6s Hashtbl concurrent
[]   32    0    0   32 /   32    34.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1521037695073383104
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.6s Hashtbl concurrent
[ ]    2    0    0    2 /   32     1.2s Hashtbl concurrent
[ ]    3    0    0    3 /   32     2.0s Hashtbl concurrent
[ ]    4    0    0    4 /   32     2.8s Hashtbl concurrent
[ ]    5    0    0    5 /   32     3.2s Hashtbl concurrent
[ ]    6    0    0    6 /   32     4.6s Hashtbl concurrent
[ ]    7    0    0    7 /   32     6.3s Hashtbl concurrent
[ ]    8    0    0    8 /   32     7.1s Hashtbl concurrent
[ ]    9    0    0    9 /   32     7.7s Hashtbl concurrent
[ ]   10    0    0   10 /   32     9.2s Hashtbl concurrent
[ ]   11    0    0   11 /   32    10.1s Hashtbl concurrent
[ ]   12    0    0   12 /   32    10.8s Hashtbl concurrent
[ ]   13    0    0   13 /   32    11.0s Hashtbl concurrent
[ ]   14    0    0   14 /   32    11.6s Hashtbl concurrent
[ ]   15    0    0   15 /   32    12.4s Hashtbl concurrent
[ ]   16    0    0   16 /   32    13.2s Hashtbl concurrent
[ ]   17    0    0   17 /   32    14.0s Hashtbl concurrent
[ ]   18    0    0   18 /   32    14.8s Hashtbl concurrent
[ ]   19    0    0   19 /   32    15.5s Hashtbl concurrent
[ ]   20    0    0   20 /   32    16.4s Hashtbl concurrent
[ ]   21    0    0   21 /   32    17.4s Hashtbl concurrent
[ ]   22    0    0   22 /   32    17.9s Hashtbl concurrent
[ ]   23    0    0   23 /   32    18.5s Hashtbl concurrent
[ ]   24    0    0   24 /   32    19.2s Hashtbl concurrent
[ ]   25    0    0   25 /   32    20.1s Hashtbl concurrent
[ ]   26    0    0   26 /   32    20.7s Hashtbl concurrent
[ ]   27    0    0   27 /   32    21.2s Hashtbl concurrent
[ ]   28    0    0   28 /   32    21.9s Hashtbl concurrent
[ ]   29    0    0   29 /   32    22.7s Hashtbl concurrent
[ ]   30    0    0   30 /   32    23.4s Hashtbl concurrent
[ ]   31    0    0   31 /   32    24.2s Hashtbl concurrent
[ ]   32    0    0   32 /   32    25.1s Hashtbl concurrent
[]   32    0    0   32 /   32    25.1s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3861239971380475775
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.6s Hashtbl concurrent
[ ]    2    0    0    2 /   32     1.6s Hashtbl concurrent
[ ]    3    0    0    3 /   32     2.2s Hashtbl concurrent
[ ]    4    0    0    4 /   32     2.9s Hashtbl concurrent
[ ]    5    0    0    5 /   32     3.8s Hashtbl concurrent
[ ]    6    0    0    6 /   32     4.4s Hashtbl concurrent
[ ]    7    0    0    7 /   32     4.8s Hashtbl concurrent
[ ]    8    0    0    8 /   32     5.8s Hashtbl concurrent
[ ]    9    0    0    9 /   32     6.6s Hashtbl concurrent
[ ]   10    0    0   10 /   32     7.3s Hashtbl concurrent
[ ]   11    0    0   11 /   32     8.0s Hashtbl concurrent
[ ]   12    0    0   12 /   32     8.9s Hashtbl concurrent
[ ]   13    0    0   13 /   32     9.7s Hashtbl concurrent
[ ]   14    0    0   14 /   32    10.5s Hashtbl concurrent
[ ]   15    0    0   15 /   32    11.2s Hashtbl concurrent
[ ]   16    0    0   16 /   32    12.1s Hashtbl concurrent
[ ]   17    0    0   17 /   32    12.8s Hashtbl concurrent
[ ]   18    0    0   18 /   32    13.2s Hashtbl concurrent
[ ]   19    0    0   19 /   32    13.7s Hashtbl concurrent
[ ]   20    0    0   20 /   32    14.3s Hashtbl concurrent
[ ]   21    0    0   21 /   32    14.6s Hashtbl concurrent
[ ]   22    0    0   22 /   32    15.3s Hashtbl concurrent
[ ]   23    0    0   23 /   32    15.6s Hashtbl concurrent
[ ]   24    0    0   24 /   32    16.3s Hashtbl concurrent
[ ]   25    0    0   25 /   32    17.5s Hashtbl concurrent
[ ]   26    0    0   26 /   32    17.9s Hashtbl concurrent
[ ]   27    0    0   27 /   32    18.6s Hashtbl concurrent
[ ]   28    0    0   28 /   32    19.4s Hashtbl concurrent
[ ]   29    0    0   29 /   32    20.4s Hashtbl concurrent
[ ]   30    0    0   30 /   32    21.7s Hashtbl concurrent
[ ]   31    0    0   31 /   32    23.2s Hashtbl concurrent
[ ]   32    0    0   32 /   32    24.7s Hashtbl concurrent
[]   32    0    0   32 /   32    24.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
2025-01-12 22:01.15 ---> saved as "6e7a8bf8d0e4548e54d2910e0c7e1f91d6d53a350e4a8e774f5e8f47388d86d6"
Job succeeded
2025-01-12 22:01.15: Job succeeded