2025-11-05 15:28.30: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
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:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
# ubuntu-22.04-5.4_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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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-domains.base base-effects.base base-nnp.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.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.27 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.1 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-11-05 15:28.30: Using cache hint "ocaml-multicore/kcas-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06-ubuntu-22.04-5.4_opam-2.4-e3ca5af658ef66f4de5dff8ad48290a6"
2025-11-05 15:28.30: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)
(comment ubuntu-22.04-5.4_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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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-domains.base base-effects.base base-nnp.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.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.27 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.1 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-11-05 15:28.30: Waiting for resource in pool OCluster
2025-11-05 16:12.10: Waiting for worker…
2025-11-05 16:20.08: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 7a83eb3 Inline `Loc` ops and unroll
(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06' locally
docker.io/ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06: Pulling from ocaml/opam
af6eca94c810: Pulling fs layer
35874924aa0a: Pulling fs layer
1addcd43e9a2: Pulling fs layer
4f73c2db8363: Pulling fs layer
4386d8dbb832: Pulling fs layer
4e40c047c9eb: Pulling fs layer
e02efa5fbeb0: Pulling fs layer
4f73c2db8363: Waiting
ddb408812e3f: Pulling fs layer
3122a3b1669b: Pulling fs layer
e02efa5fbeb0: Waiting
a394d8c5d250: Pulling fs layer
4386d8dbb832: Waiting
4e40c047c9eb: Waiting
deae410034d9: Pulling fs layer
3122a3b1669b: Waiting
ddb408812e3f: Waiting
e17c1588711b: Pulling fs layer
a394d8c5d250: Waiting
da8af7f5fb44: Pulling fs layer
e17c1588711b: Waiting
deae410034d9: Waiting
bfd2caa5d08a: Pulling fs layer
6674449ba421: Pulling fs layer
da8af7f5fb44: Waiting
18743c2bcc1d: Pulling fs layer
bfd2caa5d08a: Waiting
6674449ba421: Waiting
4f4fb700ef54: Pulling fs layer
18743c2bcc1d: Waiting
841888816ae9: Pulling fs layer
4f4fb700ef54: Waiting
18d400b6558e: Pulling fs layer
841888816ae9: Waiting
f8a56eb6c4e2: Pulling fs layer
354be8b6a247: Pulling fs layer
a4ee84fc0560: Pulling fs layer
3ab29b33bf13: Pulling fs layer
18d400b6558e: Waiting
354be8b6a247: Waiting
f8a56eb6c4e2: Waiting
715dd9367ae6: Pulling fs layer
a4ee84fc0560: Waiting
3ab29b33bf13: Waiting
0060360391df: Pulling fs layer
6fb01c13bb1d: Pulling fs layer
0471be7f3e23: Pulling fs layer
83424cbee6cd: Pulling fs layer
3e0dde388c17: Pulling fs layer
0060360391df: Waiting
0471be7f3e23: Waiting
83424cbee6cd: Waiting
5e876cc3ea93: Pulling fs layer
6fb01c13bb1d: Waiting
3e0dde388c17: Waiting
8a56b0f3a658: Pulling fs layer
5e876cc3ea93: Waiting
a038a235e8ed: Pulling fs layer
8a56b0f3a658: Waiting
b16488f1f0cc: Pulling fs layer
a038a235e8ed: Waiting
e979953453c3: Pulling fs layer
b16488f1f0cc: Waiting
b9538eec7973: Pulling fs layer
e979953453c3: Waiting
b8bddb841adb: Pulling fs layer
b9538eec7973: Waiting
9b69d238a3b5: Pulling fs layer
b8bddb841adb: Waiting
9b69d238a3b5: Waiting
fc04645d1583: Pulling fs layer
65ab179b94ad: Pulling fs layer
fc04645d1583: Waiting
65ab179b94ad: Waiting
d38ca75d3d80: Pulling fs layer
df883b603c31: Pulling fs layer
d38ca75d3d80: Waiting
8c9bbc0e6dc0: Pulling fs layer
df883b603c31: Waiting
8bd34f75a024: Pulling fs layer
8c9bbc0e6dc0: Waiting
6c8931cda24b: Pulling fs layer
8bd34f75a024: Waiting
48a972d49be7: Pulling fs layer
6c8931cda24b: Waiting
48a972d49be7: Waiting
1addcd43e9a2: Verifying Checksum
35874924aa0a: Verifying Checksum
1addcd43e9a2: Download complete
35874924aa0a: Download complete
4386d8dbb832: Download complete
af6eca94c810: Download complete
e02efa5fbeb0: Verifying Checksum
e02efa5fbeb0: Download complete
ddb408812e3f: Verifying Checksum
ddb408812e3f: Download complete
4e40c047c9eb: Verifying Checksum
4e40c047c9eb: Download complete
4f73c2db8363: Verifying Checksum
4f73c2db8363: Download complete
af6eca94c810: Pull complete
35874924aa0a: Pull complete
1addcd43e9a2: Pull complete
3122a3b1669b: Download complete
a394d8c5d250: Download complete
deae410034d9: Verifying Checksum
deae410034d9: Download complete
da8af7f5fb44: Verifying Checksum
da8af7f5fb44: Download complete
e17c1588711b: Verifying Checksum
e17c1588711b: Download complete
bfd2caa5d08a: Verifying Checksum
bfd2caa5d08a: Download complete
18743c2bcc1d: Verifying Checksum
18743c2bcc1d: Download complete
6674449ba421: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
18d400b6558e: Verifying Checksum
18d400b6558e: Download complete
841888816ae9: Download complete
f8a56eb6c4e2: Verifying Checksum
f8a56eb6c4e2: Download complete
354be8b6a247: Verifying Checksum
354be8b6a247: Download complete
a4ee84fc0560: Download complete
3ab29b33bf13: Verifying Checksum
3ab29b33bf13: Download complete
0060360391df: Verifying Checksum
0060360391df: Download complete
715dd9367ae6: Download complete
6fb01c13bb1d: Verifying Checksum
6fb01c13bb1d: Download complete
0471be7f3e23: Verifying Checksum
0471be7f3e23: Download complete
83424cbee6cd: Download complete
4f73c2db8363: Pull complete
4386d8dbb832: Pull complete
3e0dde388c17: Download complete
8a56b0f3a658: Download complete
5e876cc3ea93: Verifying Checksum
5e876cc3ea93: Download complete
a038a235e8ed: Verifying Checksum
a038a235e8ed: Download complete
e979953453c3: Download complete
b8bddb841adb: Verifying Checksum
b8bddb841adb: Download complete
9b69d238a3b5: Download complete
fc04645d1583: Verifying Checksum
fc04645d1583: Download complete
65ab179b94ad: Download complete
d38ca75d3d80: Verifying Checksum
d38ca75d3d80: Download complete
df883b603c31: Verifying Checksum
df883b603c31: Download complete
4e40c047c9eb: Pull complete
e02efa5fbeb0: Pull complete
b16488f1f0cc: Verifying Checksum
b16488f1f0cc: Download complete
ddb408812e3f: Pull complete
b9538eec7973: Verifying Checksum
b9538eec7973: Download complete
8bd34f75a024: Verifying Checksum
8bd34f75a024: Download complete
3122a3b1669b: Pull complete
48a972d49be7: Verifying Checksum
48a972d49be7: Download complete
a394d8c5d250: Pull complete
6c8931cda24b: Verifying Checksum
6c8931cda24b: Download complete
deae410034d9: Pull complete
e17c1588711b: Pull complete
da8af7f5fb44: Pull complete
bfd2caa5d08a: Pull complete
6674449ba421: Pull complete
18743c2bcc1d: Pull complete
8c9bbc0e6dc0: Verifying Checksum
8c9bbc0e6dc0: Download complete
4f4fb700ef54: Pull complete
841888816ae9: Pull complete
18d400b6558e: Pull complete
f8a56eb6c4e2: Pull complete
354be8b6a247: Pull complete
a4ee84fc0560: Pull complete
3ab29b33bf13: Pull complete
715dd9367ae6: Pull complete
0060360391df: Pull complete
6fb01c13bb1d: Pull complete
0471be7f3e23: Pull complete
83424cbee6cd: Pull complete
3e0dde388c17: Pull complete
5e876cc3ea93: Pull complete
8a56b0f3a658: Pull complete
a038a235e8ed: Pull complete
b16488f1f0cc: Pull complete
e979953453c3: Pull complete
b9538eec7973: Pull complete
b8bddb841adb: Pull complete
9b69d238a3b5: Pull complete
fc04645d1583: Pull complete
65ab179b94ad: Pull complete
d38ca75d3d80: Pull complete
df883b603c31: Pull complete
8c9bbc0e6dc0: Pull complete
8bd34f75a024: Pull complete
6c8931cda24b: Pull complete
48a972d49be7: Pull complete
Digest: sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
Status: Downloaded newer image for ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06
2025-11-05 16:20.08 ---> using "375f7ea603b3a165957a286115e0ff93cc1b4b2b25160efeed90a01ee65cdc60" from cache
/: (comment ubuntu-22.04-5.4_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-11-05 16:20.08 ---> using "ea97c2a0fb232af302182b803f58e26f48ac3bed2d39105664bd3b7048eea6f6" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-05 16:20.08 ---> using "733761f0461ddddd36484d772896e4743caba423d1992f7c57256b627f5ca729" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-86-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-11-05 16:20.08 ---> using "54f907621342151627fc36ab9ba6f1563e6a61cbbdde4baff5ef5406a73bd577" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-11-05 16:20.08 ---> using "8778e6eee76774959ee29badf06d7a137a05001eb132b558ca8edbf37fa8fd2a" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
1abfcdbf14..70d1dfb3b8 master -> origin/master
70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-11-05 16:20.08 ---> using "a736284f31d0d8a656198c6367dbd46bfd9f2d18031e2381d3a9563040e0e620" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-11-05 16:20.09 ---> saved as "622de85de781a1c24a217c5e6b369ddbdb21af96b2494b4b8176cdb1d4e12043"
/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-11-05 16:20.18 ---> saved as "11b4ce5cd02aa58a3a12971f2547f5fd8873ccda53abe501536b7955140fc053"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-05 16:20.18 ---> saved as "7af5e27598086505586ab41c9ad658a76619231a829a361ea18bae575ad64c09"
/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.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.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.27 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.1 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"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3520 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5963 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6161 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1288 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3855 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1594 kB]
- Fetched 22.9 MB in 4s (5591 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-11-05 16:20.51 ---> saved as "cd9d9cefaf852edad7b3ea9a6fe5b9e9a58e4f280f7e6656ff3c2c346cec150d"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 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.10.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.27
- 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.1
- 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 csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-local-timeout.1.0.1 (cached)
-> retrieved cmdliner.2.0.0 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved mdx.2.5.1 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.4.0.3 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.27 (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 yojson.3.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved dune.3.20.2 (cached)
-> installed ocamlfind.1.9.8
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed thread-table.1.0.0
-> installed backoff.0.1.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.3
-> installed camlp-streams.5.0.1
-> installed psq.0.2.1
-> installed domain-local-await.1.0.1
-> installed domain-local-timeout.1.0.1
-> installed re.1.14.0
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed yojson.3.0.0
-> installed qcheck-core.0.27
-> installed multicore-bench.0.1.7
-> installed alcotest.1.9.1
-> installed qcheck-multicoretests-util.0.10
-> installed qcheck-stm.0.10
-> installed mdx.2.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-05 16:23.35 ---> saved as "3884c5ee4e168638f79c2be9e74de4b5be7ec1cb684fa3b6ee5bc36ad5ece215"
/src: (copy (src .) (dst /src))
2025-11-05 16:23.36 ---> saved as "cfe80ddd7be15998159e8874c8623e4b6e82087d7ad5a297c14b6238d42b9fde"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `N6KI6C1W'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `JCUH5YEE'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.015s. 1 test run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `AY325OPS'.
[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 && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `HJEJ15L7'.
[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 && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `FAJKR8YZ'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `53C43K0H'.
[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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `AQAAFI7Z'.
[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.603s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
6.94 M/s
ops over time/get:
54.72 M/s
ops over time/incr:
8.66 M/s
ops over time/push & pop:
4.94 M/s
ops over time/swap:
3.77 M/s
ops over time/xchg int:
4.54 M/s
time per op/cas int:
144.03 ns
time per op/get:
18.28 ns
time per op/incr:
115.48 ns
time per op/push & pop:
202.57 ns
time per op/swap:
265.20 ns
time per op/xchg int:
220.50 ns
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `4FCHIJ6N'.
[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 7.867s. 17 tests run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `3C43997P'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 8.090s. 2 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
86.20 ns
time per transaction/1 loc tx:
456.27 ns
time per transaction/2 loc tx:
508.00 ns
time per transaction/4 loc tx:
1640.09 ns
time per transaction/8 loc tx:
3298.72 ns
transactions over time/0 loc tx:
11.60 M/s
transactions over time/1 loc tx:
2.19 M/s
transactions over time/2 loc tx:
1.97 M/s
transactions over time/4 loc tx:
0.61 M/s
transactions over time/8 loc tx:
0.30 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
332.59 ns
time per transaction/1 loc tx:
377.67 ns
time per transaction/2 loc tx:
707.92 ns
time per transaction/4 loc tx:
2906.76 ns
time per transaction/8 loc tx:
2397.42 ns
transactions over time/0 loc tx:
3.01 M/s
transactions over time/1 loc tx:
2.65 M/s
transactions over time/2 loc tx:
1.41 M/s
transactions over time/4 loc tx:
0.34 M/s
transactions over time/8 loc tx:
0.42 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
140.73 ns
time per transaction/1 loc tx:
389.13 ns
time per transaction/2 loc tx:
742.01 ns
time per transaction/4 loc tx:
4424.25 ns
time per transaction/8 loc tx:
1811.48 ns
transactions over time/0 loc tx:
7.11 M/s
transactions over time/1 loc tx:
2.57 M/s
transactions over time/2 loc tx:
1.35 M/s
transactions over time/4 loc tx:
0.23 M/s
transactions over time/8 loc tx:
0.55 M/s
File "doc/scheduler-interop.md", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/doc/scheduler-interop.md _build/default/doc/.mdx/scheduler-interop.md.corrected
diff --git a/_build/default/doc/scheduler-interop.md b/_build/default/doc/.mdx/scheduler-interop.md.corrected
index 39bb662..a4af124 100644
--- a/_build/default/doc/scheduler-interop.md
+++ b/_build/default/doc/.mdx/scheduler-interop.md.corrected
@@ -131,7 +131,7 @@ state in between, and then returns their sum:
```ocaml
# let state = Loc.make 0
-val state : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val state : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# let sync_to target =
state
|> Loc.get_as @@ fun current ->
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
742.71 ns
time per transaction/2 workers:
717.59 ns
time per transaction/4 workers:
1933.17 ns
transactions over time/1 worker:
1.35 M/s
transactions over time/2 workers:
2.79 M/s
transactions over time/4 workers:
2.07 M/s
File "src/kcas/kcas.mli", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/src/kcas/kcas.mli _build/default/src/kcas/.mdx/kcas.mli.corrected
diff --git a/_build/default/src/kcas/kcas.mli b/_build/default/src/kcas/.mdx/kcas.mli.corrected
index 855a832..018310c 100644
--- a/_build/default/src/kcas/kcas.mli
+++ b/_build/default/src/kcas/.mdx/kcas.mli.corrected
@@ -48,9 +48,9 @@
# let a = Loc.make 0
and b = Loc.make 0
and x = Loc.make 0
- val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
- val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
- val x : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ val x : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
]}
One can then manipulate the locations individually:
File "README.md", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/.mdx/README.md.corrected
diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected
index 1efa71b..b6dac9a 100644
--- a/_build/default/README.md
+++ b/_build/default/.mdx/README.md.corrected
@@ -118,9 +118,9 @@ one first creates shared memory locations:
# let a = Loc.make 0
and b = Loc.make 0
and x = Loc.make 0
-val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
-val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
-val x : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val x : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
```
One can then manipulate the locations individually:
@@ -304,7 +304,7 @@ transactions to `push` and `try_pop` elements:
```ocaml
# let a_stack : int stack = stack ()
-val a_stack : int stack = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a_stack : int stack = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# Xt.commit { tx = push a_stack 101 }
- : unit = ()
@@ -423,8 +423,8 @@ transactions to `enqueue` and `try_dequeue` elements:
```ocaml
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {front = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- back = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
+ {front = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ back = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
# Xt.commit { tx = enqueue a_queue 76 }
- : unit = ()
@@ -539,12 +539,12 @@ To test them out, let's create a fresh stack and a queue
```ocaml
# let a_stack : int stack = stack ()
-val a_stack : int stack = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a_stack : int stack = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {front = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- back = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
+ {front = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ back = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
```
and then spawn a domain that tries to atomically both pop and dequeue:
@@ -768,7 +768,7 @@ and create a leftist heap:
```ocaml
# let a_heap : int leftist Loc.t = leftist ()
val a_heap : int leftist Loc.t =
- Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
```
To populate the heap we need to define a transaction passing function and pass
@@ -1027,8 +1027,8 @@ We can then test that the cache works as expected:
```ocaml
# let a_cache : (int, string) cache = cache 2
val a_cache : (int, string) cache =
- {space = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- table = <abstr>; order = <abstr>}
+ {space = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; table = <abstr>;
+ order = <abstr>}
# Xt.commit { tx = set_blocking a_cache 101 "basics" }
- : unit = ()
@@ -1276,8 +1276,7 @@ Consider the following example of computing the size of a stack:
```ocaml
# let a_stack = Loc.make [2; 3]
-val a_stack : int list Loc.t =
- Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a_stack : int list Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# let n_elems =
let tx ~xt =
@@ -1444,8 +1443,7 @@ Using the Michael-Scott style queue is as easy as any other transactional queue:
```ocaml
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {head = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- tail = <abstr>}
+ {head = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; tail = <abstr>}
# Xt.commit { tx = enqueue a_queue 19 }
- : unit = ()
@@ -1897,10 +1895,10 @@ for hash tables, we are ready to take it out for a spin:
```ocaml
# let a_hashtbl : (string, int) hashtbl = hashtbl ()
val a_hashtbl : (string, int) hashtbl =
- {pending = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ {pending = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
basic =
- {size = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- data = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}}
+ {size = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ data = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}}
# let assoc = [
("Intro", 101);
@@ -2016,8 +2014,8 @@ in the earlier example:
```ocaml
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {head = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- tail = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
+ {head = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ tail = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
# let counter = ref 1_000
val counter : int ref = {contents = 1000}
@@ -2072,8 +2070,8 @@ locations. Let's just create two locations `a` and `b`:
```ocaml
# let a = Loc.make 0 and b = Loc.make 0
-val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
-val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
```
And create a helper that spawns a domain that repeatedly increments `a` and
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
4.46 M/s
operations over time/2 workers, 0% reads:
6.14 M/s
operations over time/4 workers, 0% reads:
8.22 M/s
operations over time/8 workers, 0% reads:
6.29 M/s
time per operation/1 worker, 0% reads:
224.18 ns
time per operation/2 workers, 0% reads:
325.68 ns
time per operation/4 workers, 0% reads:
486.67 ns
time per operation/8 workers, 0% reads:
1271.68 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.24 M/s
messages over time/1 nb adder, 2 nb takers:
0.15 M/s
messages over time/2 nb adders, 1 nb taker:
0.23 M/s
messages over time/2 nb adders, 2 nb takers:
0.12 M/s
messages over time/one domain:
0.19 M/s
time per message/1 nb adder, 1 nb taker:
8442.89 ns
time per message/1 nb adder, 2 nb takers:
20298.00 ns
time per message/2 nb adders, 1 nb taker:
12833.79 ns
time per message/2 nb adders, 2 nb takers:
32095.32 ns
time per message/one domain:
5294.33 ns
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1692409867895331047
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 parallel
[ ] 1 0 0 1 / 32 0.8s Accumulator parallel
[ ] 2 0 0 2 / 32 1.3s Accumulator parallel
[ ] 3 0 0 3 / 32 2.0s Accumulator parallel
[ ] 4 0 0 4 / 32 2.5s Accumulator parallel
[ ] 5 0 0 5 / 32 3.6s Accumulator parallel
[ ] 6 0 0 6 / 32 4.5s Accumulator parallel
[ ] 7 0 0 7 / 32 5.2s Accumulator parallel
[ ] 8 0 0 8 / 32 5.6s Accumulator parallel
[ ] 9 0 0 9 / 32 6.0s Accumulator parallel
[ ] 10 0 0 10 / 32 6.6s Accumulator parallel
[ ] 11 0 0 11 / 32 7.0s Accumulator parallel
[ ] 12 0 0 12 / 32 7.4s Accumulator parallel
[ ] 13 0 0 13 / 32 7.7s Accumulator parallel
[ ] 14 0 0 14 / 32 8.0s Accumulator parallel
[ ] 15 0 0 15 / 32 8.3s Accumulator parallel
[ ] 16 0 0 16 / 32 8.9s Accumulator parallel
[ ] 17 0 0 17 / 32 9.4s Accumulator parallel
[ ] 18 0 0 18 / 32 9.8s Accumulator parallel
[ ] 19 0 0 19 / 32 10.4s Accumulator parallel
[ ] 20 0 0 20 / 32 11.1s Accumulator parallel
[ ] 21 0 0 21 / 32 12.1s Accumulator parallel
[ ] 22 0 0 22 / 32 12.4s Accumulator parallel
[ ] 23 0 0 23 / 32 12.8s Accumulator parallel
[ ] 24 0 0 24 / 32 13.3s Accumulator parallel
[ ] 25 0 0 25 / 32 14.3s Accumulator parallel
[ ] 26 0 0 26 / 32 14.8s Accumulator parallel
[ ] 27 0 0 27 / 32 15.4s Accumulator parallel
[ ] 28 0 0 28 / 32 15.8s Accumulator parallel
[ ] 29 0 0 29 / 32 16.1s Accumulator parallel
[ ] 30 0 0 30 / 32 16.8s Accumulator parallel
[ ] 31 0 0 31 / 32 17.3s Accumulator parallel
[ ] 32 0 0 32 / 32 17.6s Accumulator parallel
[✓] 32 0 0 32 / 32 17.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 704840680039401865
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 parallel
[ ] 1 0 0 1 / 64 0.6s Accumulator parallel
[ ] 2 0 0 2 / 64 1.3s Accumulator parallel
[ ] 3 0 0 3 / 64 1.7s Accumulator parallel
[ ] 4 0 0 4 / 64 2.3s Accumulator parallel
[ ] 5 0 0 5 / 64 2.8s Accumulator parallel
[ ] 6 0 0 6 / 64 3.2s Accumulator parallel
[ ] 7 0 0 7 / 64 3.6s Accumulator parallel
[ ] 8 0 0 8 / 64 4.1s Accumulator parallel
[ ] 9 0 0 9 / 64 4.5s Accumulator parallel
[ ] 10 0 0 10 / 64 5.2s Accumulator parallel
[ ] 11 0 0 11 / 64 5.5s Accumulator parallel
[ ] 12 0 0 12 / 64 6.2s Accumulator parallel
[ ] 13 0 0 13 / 64 6.7s Accumulator parallel
[ ] 14 0 0 14 / 64 7.4s Accumulator parallel
[ ] 15 0 0 15 / 64 8.0s Accumulator parallel
[ ] 16 0 0 16 / 64 8.3s Accumulator parallel
[ ] 17 0 0 17 / 64 8.7s Accumulator parallel
[ ] 18 0 0 18 / 64 9.0s Accumulator parallel
[ ] 19 0 0 19 / 64 9.5s Accumulator parallel
[ ] 20 0 0 20 / 64 9.8s Accumulator parallel
[ ] 21 0 0 21 / 64 10.1s Accumulator parallel
[ ] 22 0 0 22 / 64 10.5s Accumulator parallel
[ ] 23 0 0 23 / 64 11.0s Accumulator parallel
[ ] 24 0 0 24 / 64 11.4s Accumulator parallel
[ ] 25 0 0 25 / 64 11.8s Accumulator parallel
[ ] 26 0 0 26 / 64 12.0s Accumulator parallel
[ ] 27 0 0 27 / 64 12.2s Accumulator parallel
[ ] 28 0 0 28 / 64 12.4s Accumulator parallel
[ ] 29 0 0 29 / 64 12.7s Accumulator parallel
[ ] 30 0 0 30 / 64 13.0s Accumulator parallel
[ ] 31 0 0 31 / 64 13.4s Accumulator parallel
[ ] 32 0 0 32 / 64 13.7s Accumulator parallel
[ ] 33 0 0 33 / 64 13.9s Accumulator parallel
[ ] 34 0 0 34 / 64 14.2s Accumulator parallel
[ ] 35 0 0 35 / 64 14.6s Accumulator parallel
[ ] 36 0 0 36 / 64 14.8s Accumulator parallel
[ ] 37 0 0 37 / 64 15.2s Accumulator parallel
[ ] 38 0 0 38 / 64 15.7s Accumulator parallel
[ ] 39 0 0 39 / 64 16.0s Accumulator parallel
[ ] 40 0 0 40 / 64 16.2s Accumulator parallel
[ ] 41 0 0 41 / 64 16.6s Accumulator parallel
[ ] 42 0 0 42 / 64 17.0s Accumulator parallel
[ ] 43 0 0 43 / 64 17.8s Accumulator parallel
[ ] 44 0 0 44 / 64 18.0s Accumulator parallel
[ ] 45 0 0 45 / 64 18.3s Accumulator parallel
[ ] 46 0 0 46 / 64 18.6s Accumulator parallel
[ ] 47 0 0 47 / 64 18.9s Accumulator parallel
[ ] 48 0 0 48 / 64 19.2s Accumulator parallel
[ ] 49 0 0 49 / 64 19.4s Accumulator parallel
[ ] 50 0 0 50 / 64 19.8s Accumulator parallel
[ ] 51 0 0 51 / 64 20.0s Accumulator parallel
[ ] 52 0 0 52 / 64 20.3s Accumulator parallel
[ ] 53 0 0 53 / 64 20.6s Accumulator parallel
[ ] 54 0 0 54 / 64 21.0s Accumulator parallel
[ ] 55 0 0 55 / 64 21.5s Accumulator parallel
[ ] 56 0 0 56 / 64 21.9s Accumulator parallel
[ ] 57 0 0 57 / 64 22.3s Accumulator parallel
[ ] 58 0 0 58 / 64 23.2s Accumulator parallel
[ ] 59 0 0 59 / 64 23.4s Accumulator parallel
[ ] 60 0 0 60 / 64 23.8s Accumulator parallel
[ ] 61 0 0 61 / 64 24.4s Accumulator parallel
[ ] 62 0 0 62 / 64 24.8s Accumulator parallel
[ ] 64 0 0 64 / 64 25.1s Accumulator parallel
[✓] 64 0 0 64 / 64 25.1s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 191614019354775976
generated error fail pass / total time test name
[ ] 0 0 0 0 / 38 0.0s Accumulator sequential
[✓] 38 0 0 38 / 38 0.0s Accumulator sequential
[ ] 0 0 0 0 / 38 0.0s Accumulator parallel
[ ] 1 0 0 1 / 38 0.1s Accumulator parallel
[ ] 2 0 0 2 / 38 0.6s Accumulator parallel
[ ] 3 0 0 3 / 38 1.0s Accumulator parallel
[ ] 4 0 0 4 / 38 1.4s Accumulator parallel
[ ] 5 0 0 5 / 38 1.8s Accumulator parallel
[ ] 6 0 0 6 / 38 2.0s Accumulator parallel
[ ] 7 0 0 7 / 38 2.3s Accumulator parallel
[ ] 8 0 0 8 / 38 2.5s Accumulator parallel
[ ] 9 0 0 9 / 38 2.6s Accumulator parallel
[ ] 10 0 0 10 / 38 2.9s Accumulator parallel
[ ] 11 0 0 11 / 38 3.1s Accumulator parallel
[ ] 12 0 0 12 / 38 3.3s Accumulator parallel
[ ] 13 0 0 13 / 38 3.5s Accumulator parallel
[ ] 14 0 0 14 / 38 3.9s Accumulator parallel
[ ] 15 0 0 15 / 38 4.2s Accumulator parallel
[ ] 16 0 0 16 / 38 4.8s Accumulator parallel
[ ] 17 0 0 17 / 38 5.3s Accumulator parallel
[ ] 18 0 0 18 / 38 5.7s Accumulator parallel
[ ] 19 0 0 19 / 38 6.3s Accumulator parallel
[ ] 20 0 0 20 / 38 6.7s Accumulator parallel
[ ] 21 0 0 21 / 38 6.9s Accumulator parallel
[ ] 22 0 0 22 / 38 7.3s Accumulator parallel
[ ] 23 0 0 23 / 38 7.6s Accumulator parallel
[ ] 24 0 0 24 / 38 7.9s Accumulator parallel
[ ] 25 0 0 25 / 38 8.2s Accumulator parallel
[ ] 26 0 0 26 / 38 8.5s Accumulator parallel
[ ] 27 0 0 27 / 38 8.9s Accumulator parallel
[ ] 28 0 0 28 / 38 9.2s Accumulator parallel
[ ] 29 0 0 29 / 38 9.6s Accumulator parallel
[ ] 30 0 0 30 / 38 10.1s Accumulator parallel
[ ] 31 0 0 31 / 38 10.5s Accumulator parallel
[ ] 32 0 0 32 / 38 10.9s Accumulator parallel
[ ] 33 0 0 33 / 38 11.1s Accumulator parallel
[ ] 34 0 0 34 / 38 11.3s Accumulator parallel
[ ] 35 0 0 35 / 38 11.7s Accumulator parallel
[ ] 36 0 0 36 / 38 12.0s Accumulator parallel
[ ] 37 0 0 37 / 38 12.2s Accumulator parallel
[ ] 38 0 0 38 / 38 12.5s Accumulator parallel
[✓] 38 0 0 38 / 38 12.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3034488536311094773
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 parallel
[ ] 1 0 0 1 / 32 0.3s Accumulator parallel
[ ] 2 0 0 2 / 32 0.6s Accumulator parallel
[ ] 3 0 0 3 / 32 1.4s Accumulator parallel
[ ] 4 0 0 4 / 32 1.7s Accumulator parallel
[ ] 5 0 0 5 / 32 2.1s Accumulator parallel
[ ] 6 0 0 6 / 32 2.3s Accumulator parallel
[ ] 7 0 0 7 / 32 2.6s Accumulator parallel
[ ] 8 0 0 8 / 32 2.9s Accumulator parallel
[ ] 9 0 0 9 / 32 3.3s Accumulator parallel
[ ] 10 0 0 10 / 32 3.7s Accumulator parallel
[ ] 11 0 0 11 / 32 4.3s Accumulator parallel
[ ] 12 0 0 12 / 32 4.6s Accumulator parallel
[ ] 13 0 0 13 / 32 5.0s Accumulator parallel
[ ] 14 0 0 14 / 32 5.4s Accumulator parallel
[ ] 15 0 0 15 / 32 5.6s Accumulator parallel
[ ] 16 0 0 16 / 32 5.9s Accumulator parallel
[ ] 17 0 0 17 / 32 6.3s Accumulator parallel
[ ] 18 0 0 18 / 32 6.7s Accumulator parallel
[ ] 19 0 0 19 / 32 7.0s Accumulator parallel
[ ] 20 0 0 20 / 32 7.4s Accumulator parallel
[ ] 21 0 0 21 / 32 7.7s Accumulator parallel
[ ] 22 0 0 22 / 32 7.9s Accumulator parallel
[ ] 23 0 0 23 / 32 8.2s Accumulator parallel
[ ] 24 0 0 24 / 32 8.4s Accumulator parallel
[ ] 25 0 0 25 / 32 8.6s Accumulator parallel
[ ] 26 0 0 26 / 32 9.0s Accumulator parallel
[ ] 27 0 0 27 / 32 9.2s Accumulator parallel
[ ] 28 0 0 28 / 32 9.5s Accumulator parallel
[ ] 29 0 0 29 / 32 9.8s Accumulator parallel
[ ] 30 0 0 30 / 32 10.1s Accumulator parallel
[ ] 31 0 0 31 / 32 10.4s Accumulator parallel
[ ] 32 0 0 32 / 32 10.7s Accumulator parallel
[✓] 32 0 0 32 / 32 10.7s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 393206036930196723
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 parallel
[ ] 1 0 0 1 / 32 0.3s Stack parallel
[ ] 2 0 0 2 / 32 0.7s Stack parallel
[ ] 3 0 0 3 / 32 1.5s Stack parallel
[ ] 4 0 0 4 / 32 2.3s Stack parallel
[ ] 5 0 0 5 / 32 2.8s Stack parallel
[ ] 6 0 0 6 / 32 3.2s Stack parallel
[ ] 7 0 0 7 / 32 3.5s Stack parallel
[ ] 8 0 0 8 / 32 4.5s Stack parallel
[ ] 9 0 0 9 / 32 4.9s Stack parallel
[ ] 10 0 0 10 / 32 5.6s Stack parallel
[ ] 11 0 0 11 / 32 6.0s Stack parallel
[ ] 12 0 0 12 / 32 6.2s Stack parallel
[ ] 13 0 0 13 / 32 6.5s Stack parallel
[ ] 14 0 0 14 / 32 6.8s Stack parallel
[ ] 15 0 0 15 / 32 7.6s Stack parallel
[ ] 16 0 0 16 / 32 8.1s Stack parallel
[ ] 17 0 0 17 / 32 8.5s Stack parallel
[ ] 18 0 0 18 / 32 9.0s Stack parallel
[ ] 19 0 0 19 / 32 9.5s Stack parallel
[ ] 20 0 0 20 / 32 10.1s Stack parallel
[ ] 21 0 0 21 / 32 10.6s Stack parallel
[ ] 22 0 0 22 / 32 11.0s Stack parallel
[ ] 23 0 0 23 / 32 11.3s Stack parallel
[ ] 24 0 0 24 / 32 11.7s Stack parallel
[ ] 25 0 0 25 / 32 12.2s Stack parallel
[ ] 26 0 0 26 / 32 12.5s Stack parallel
[ ] 27 0 0 27 / 32 13.2s Stack parallel
[ ] 28 0 0 28 / 32 13.7s Stack parallel
[ ] 29 0 0 29 / 32 14.1s Stack parallel
[ ] 30 0 0 30 / 32 14.5s Stack parallel
[ ] 31 0 0 31 / 32 15.1s Stack parallel
[ ] 32 0 0 32 / 32 15.4s Stack parallel
[✓] 32 0 0 32 / 32 15.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 815247600958552414
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 parallel
[ ] 1 0 0 1 / 64 0.6s Stack parallel
[ ] 2 0 0 2 / 64 1.0s Stack parallel
[ ] 3 0 0 3 / 64 1.4s Stack parallel
[ ] 4 0 0 4 / 64 2.8s Stack parallel
[ ] 5 0 0 5 / 64 3.7s Stack parallel
[ ] 6 0 0 6 / 64 4.1s Stack parallel
[ ] 7 0 0 7 / 64 4.5s Stack parallel
[ ] 8 0 0 8 / 64 5.0s Stack parallel
[ ] 9 0 0 9 / 64 5.5s Stack parallel
[ ] 10 0 0 10 / 64 6.0s Stack parallel
[ ] 11 0 0 11 / 64 6.4s Stack parallel
[ ] 12 0 0 12 / 64 7.0s Stack parallel
[ ] 13 0 0 13 / 64 7.5s Stack parallel
[ ] 14 0 0 14 / 64 8.1s Stack parallel
[ ] 15 0 0 15 / 64 8.3s Stack parallel
[ ] 16 0 0 16 / 64 8.6s Stack parallel
[ ] 17 0 0 17 / 64 8.9s Stack parallel
[ ] 18 0 0 18 / 64 9.2s Stack parallel
[ ] 19 0 0 19 / 64 9.6s Stack parallel
[ ] 20 0 0 20 / 64 10.1s Stack parallel
[ ] 21 0 0 21 / 64 10.6s Stack parallel
[ ] 22 0 0 22 / 64 11.3s Stack parallel
[ ] 23 0 0 23 / 64 11.6s Stack parallel
[ ] 24 0 0 24 / 64 11.9s Stack parallel
[ ] 25 0 0 25 / 64 12.3s Stack parallel
[ ] 26 0 0 26 / 64 12.5s Stack parallel
[ ] 27 0 0 27 / 64 12.9s Stack parallel
[ ] 28 0 0 28 / 64 13.2s Stack parallel
[ ] 29 0 0 29 / 64 13.5s Stack parallel
[ ] 30 0 0 30 / 64 13.8s Stack parallel
[ ] 31 0 0 31 / 64 14.1s Stack parallel
[ ] 32 0 0 32 / 64 14.5s Stack parallel
[ ] 34 0 0 34 / 64 14.9s Stack parallel
[ ] 35 0 0 35 / 64 15.2s Stack parallel
[ ] 36 0 0 36 / 64 15.5s Stack parallel
[ ] 37 0 0 37 / 64 15.9s Stack parallel
[ ] 38 0 0 38 / 64 16.1s Stack parallel
[ ] 39 0 0 39 / 64 16.5s Stack parallel
[ ] 40 0 0 40 / 64 16.9s Stack parallel
[ ] 41 0 0 41 / 64 17.2s Stack parallel
[ ] 42 0 0 42 / 64 17.4s Stack parallel
[ ] 43 0 0 43 / 64 17.8s Stack parallel
[ ] 44 0 0 44 / 64 18.0s Stack parallel
[ ] 45 0 0 45 / 64 18.4s Stack parallel
[ ] 46 0 0 46 / 64 18.8s Stack parallel
[ ] 47 0 0 47 / 64 19.2s Stack parallel
[ ] 48 0 0 48 / 64 19.5s Stack parallel
[ ] 49 0 0 49 / 64 19.8s Stack parallel
[ ] 50 0 0 50 / 64 20.1s Stack parallel
[ ] 51 0 0 51 / 64 20.5s Stack parallel
[ ] 52 0 0 52 / 64 20.9s Stack parallel
[ ] 53 0 0 53 / 64 21.6s Stack parallel
[ ] 54 0 0 54 / 64 21.8s Stack parallel
[ ] 55 0 0 55 / 64 22.2s Stack parallel
[ ] 56 0 0 56 / 64 22.5s Stack parallel
[ ] 57 0 0 57 / 64 22.8s Stack parallel
[ ] 58 0 0 58 / 64 23.1s Stack parallel
[ ] 59 0 0 59 / 64 23.3s Stack parallel
[ ] 60 0 0 60 / 64 23.6s Stack parallel
[ ] 61 0 0 61 / 64 23.9s Stack parallel
[ ] 62 0 0 62 / 64 24.2s Stack parallel
[ ] 63 0 0 63 / 64 24.4s Stack parallel
[ ] 64 0 0 64 / 64 25.1s Stack parallel
[✓] 64 0 0 64 / 64 25.1s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2117483211729568582
generated error fail pass / total time test name
[ ] 0 0 0 0 / 46 0.0s Stack sequential
[✓] 46 0 0 46 / 46 0.0s Stack sequential
[ ] 0 0 0 0 / 46 0.0s Stack parallel
[ ] 1 0 0 1 / 46 0.3s Stack parallel
[ ] 2 0 0 2 / 46 0.6s Stack parallel
[ ] 3 0 0 3 / 46 0.8s Stack parallel
[ ] 4 0 0 4 / 46 1.2s Stack parallel
[ ] 5 0 0 5 / 46 1.5s Stack parallel
[ ] 6 0 0 6 / 46 1.7s Stack parallel
[ ] 7 0 0 7 / 46 1.9s Stack parallel
[ ] 8 0 0 8 / 46 2.8s Stack parallel
[ ] 9 0 0 9 / 46 3.0s Stack parallel
[ ] 10 0 0 10 / 46 3.3s Stack parallel
[ ] 11 0 0 11 / 46 3.5s Stack parallel
[ ] 12 0 0 12 / 46 3.7s Stack parallel
[ ] 13 0 0 13 / 46 3.9s Stack parallel
[ ] 14 0 0 14 / 46 4.1s Stack parallel
[ ] 15 0 0 15 / 46 4.7s Stack parallel
[ ] 16 0 0 16 / 46 4.9s Stack parallel
[ ] 17 0 0 17 / 46 5.5s Stack parallel
[ ] 18 0 0 18 / 46 5.6s Stack parallel
[ ] 19 0 0 19 / 46 6.0s Stack parallel
[ ] 20 0 0 20 / 46 6.2s Stack parallel
[ ] 21 0 0 21 / 46 6.5s Stack parallel
[ ] 22 0 0 22 / 46 6.7s Stack parallel
[ ] 23 0 0 23 / 46 7.3s Stack parallel
[ ] 24 0 0 24 / 46 7.7s Stack parallel
[ ] 25 0 0 25 / 46 8.4s Stack parallel
[ ] 26 0 0 26 / 46 8.7s Stack parallel
[ ] 27 0 0 27 / 46 9.0s Stack parallel
[ ] 28 0 0 28 / 46 9.2s Stack parallel
[ ] 29 0 0 29 / 46 9.7s Stack parallel
[ ] 30 0 0 30 / 46 10.0s Stack parallel
[ ] 31 0 0 31 / 46 10.3s Stack parallel
[ ] 32 0 0 32 / 46 10.6s Stack parallel
[ ] 33 0 0 33 / 46 11.0s Stack parallel
[ ] 34 0 0 34 / 46 11.3s Stack parallel
[ ] 35 0 0 35 / 46 11.5s Stack parallel
[ ] 36 0 0 36 / 46 11.9s Stack parallel
[ ] 37 0 0 37 / 46 12.1s Stack parallel
[ ] 38 0 0 38 / 46 12.4s Stack parallel
[ ] 39 0 0 39 / 46 12.6s Stack parallel
[ ] 40 0 0 40 / 46 12.8s Stack parallel
[ ] 41 0 0 41 / 46 13.2s Stack parallel
[ ] 42 0 0 42 / 46 13.7s Stack parallel
[ ] 43 0 0 43 / 46 13.9s Stack parallel
[ ] 44 0 0 44 / 46 14.1s Stack parallel
[ ] 45 0 0 45 / 46 14.4s Stack parallel
[ ] 46 0 0 46 / 46 14.9s Stack parallel
[✓] 46 0 0 46 / 46 14.9s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 941397762054852662
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 parallel
[ ] 1 0 0 1 / 32 0.1s Stack parallel
[ ] 2 0 0 2 / 32 0.7s Stack parallel
[ ] 3 0 0 3 / 32 1.2s Stack parallel
[ ] 4 0 0 4 / 32 1.6s Stack parallel
[ ] 5 0 0 5 / 32 1.9s Stack parallel
[ ] 6 0 0 6 / 32 2.2s Stack parallel
[ ] 7 0 0 7 / 32 2.9s Stack parallel
[ ] 8 0 0 8 / 32 3.3s Stack parallel
[ ] 9 0 0 9 / 32 3.8s Stack parallel
[ ] 10 0 0 10 / 32 4.2s Stack parallel
[ ] 11 0 0 11 / 32 4.4s Stack parallel
[ ] 12 0 0 12 / 32 4.6s Stack parallel
[ ] 13 0 0 13 / 32 5.0s Stack parallel
[ ] 14 0 0 14 / 32 5.2s Stack parallel
[ ] 15 0 0 15 / 32 5.8s Stack parallel
[ ] 16 0 0 16 / 32 6.0s Stack parallel
[ ] 17 0 0 17 / 32 6.3s Stack parallel
[ ] 18 0 0 18 / 32 6.6s Stack parallel
[ ] 19 0 0 19 / 32 7.0s Stack parallel
[ ] 20 0 0 20 / 32 7.3s Stack parallel
[ ] 21 0 0 21 / 32 7.6s Stack parallel
[ ] 22 0 0 22 / 32 7.8s Stack parallel
[ ] 23 0 0 23 / 32 8.0s Stack parallel
[ ] 24 0 0 24 / 32 8.3s Stack parallel
[ ] 25 0 0 25 / 32 8.5s Stack parallel
[ ] 26 0 0 26 / 32 8.9s Stack parallel
[ ] 27 0 0 27 / 32 9.5s Stack parallel
[ ] 28 0 0 28 / 32 9.8s Stack parallel
[ ] 29 0 0 29 / 32 10.0s Stack parallel
[ ] 30 0 0 30 / 32 10.4s Stack parallel
[ ] 31 0 0 31 / 32 10.9s Stack parallel
[ ] 32 0 0 32 / 32 11.2s Stack parallel
[✓] 32 0 0 32 / 32 11.2s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 206096043209034610
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 parallel
[ ] 1 0 0 1 / 32 0.5s Hashtbl parallel
[ ] 2 0 0 2 / 32 1.2s Hashtbl parallel
[ ] 3 0 0 3 / 32 1.9s Hashtbl parallel
[ ] 4 0 0 4 / 32 2.7s Hashtbl parallel
[ ] 5 0 0 5 / 32 3.1s Hashtbl parallel
[ ] 6 0 0 6 / 32 3.6s Hashtbl parallel
[ ] 7 0 0 7 / 32 4.1s Hashtbl parallel
[ ] 8 0 0 8 / 32 5.1s Hashtbl parallel
[ ] 9 0 0 9 / 32 5.7s Hashtbl parallel
[ ] 10 0 0 10 / 32 6.2s Hashtbl parallel
[ ] 11 0 0 11 / 32 6.5s Hashtbl parallel
[ ] 12 0 0 12 / 32 6.8s Hashtbl parallel
[ ] 13 0 0 13 / 32 7.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 7.5s Hashtbl parallel
[ ] 15 0 0 15 / 32 7.9s Hashtbl parallel
[ ] 16 0 0 16 / 32 8.4s Hashtbl parallel
[ ] 17 0 0 17 / 32 8.9s Hashtbl parallel
[ ] 18 0 0 18 / 32 9.3s Hashtbl parallel
[ ] 19 0 0 19 / 32 9.8s Hashtbl parallel
[ ] 20 0 0 20 / 32 11.7s Hashtbl parallel
[ ] 21 0 0 21 / 32 12.0s Hashtbl parallel
[ ] 22 0 0 22 / 32 12.5s Hashtbl parallel
[ ] 23 0 0 23 / 32 12.8s Hashtbl parallel
[ ] 24 0 0 24 / 32 13.3s Hashtbl parallel
[ ] 25 0 0 25 / 32 13.6s Hashtbl parallel
[ ] 26 0 0 26 / 32 14.0s Hashtbl parallel
[ ] 27 0 0 27 / 32 14.3s Hashtbl parallel
[ ] 28 0 0 28 / 32 14.7s Hashtbl parallel
[ ] 29 0 0 29 / 32 15.3s Hashtbl parallel
[ ] 30 0 0 30 / 32 15.9s Hashtbl parallel
[ ] 31 0 0 31 / 32 16.2s Hashtbl parallel
[ ] 32 0 0 32 / 32 16.5s Hashtbl parallel
[✓] 32 0 0 32 / 32 16.5s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 485751441049905131
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 parallel
[ ] 1 0 0 1 / 64 0.8s Hashtbl parallel
[ ] 2 0 0 2 / 64 1.3s Hashtbl parallel
[ ] 3 0 0 3 / 64 2.0s Hashtbl parallel
[ ] 4 0 0 4 / 64 2.3s Hashtbl parallel
[ ] 5 0 0 5 / 64 2.5s Hashtbl parallel
[ ] 6 0 0 6 / 64 3.2s Hashtbl parallel
[ ] 7 0 0 7 / 64 4.3s Hashtbl parallel
[ ] 8 0 0 8 / 64 4.8s Hashtbl parallel
[ ] 9 0 0 9 / 64 5.2s Hashtbl parallel
[ ] 10 0 0 10 / 64 5.9s Hashtbl parallel
[ ] 11 0 0 11 / 64 6.2s Hashtbl parallel
[ ] 12 0 0 12 / 64 6.8s Hashtbl parallel
[ ] 13 0 0 13 / 64 7.0s Hashtbl parallel
[ ] 14 0 0 14 / 64 7.8s Hashtbl parallel
[ ] 15 0 0 15 / 64 8.4s Hashtbl parallel
[ ] 16 0 0 16 / 64 8.8s Hashtbl parallel
[ ] 17 0 0 17 / 64 9.2s Hashtbl parallel
[ ] 18 0 0 18 / 64 9.6s Hashtbl parallel
[ ] 19 0 0 19 / 64 10.2s Hashtbl parallel
[ ] 20 0 0 20 / 64 10.7s Hashtbl parallel
[ ] 21 0 0 21 / 64 11.0s Hashtbl parallel
[ ] 22 0 0 22 / 64 11.7s Hashtbl parallel
[ ] 23 0 0 23 / 64 12.3s Hashtbl parallel
[ ] 24 0 0 24 / 64 12.7s Hashtbl parallel
[ ] 25 0 0 25 / 64 12.9s Hashtbl parallel
[ ] 26 0 0 26 / 64 13.2s Hashtbl parallel
[ ] 27 0 0 27 / 64 13.5s Hashtbl parallel
[ ] 28 0 0 28 / 64 13.8s Hashtbl parallel
[ ] 29 0 0 29 / 64 14.7s Hashtbl parallel
[ ] 30 0 0 30 / 64 15.0s Hashtbl parallel
[ ] 31 0 0 31 / 64 15.3s Hashtbl parallel
[ ] 32 0 0 32 / 64 15.7s Hashtbl parallel
[ ] 33 0 0 33 / 64 16.3s Hashtbl parallel
[ ] 34 0 0 34 / 64 16.6s Hashtbl parallel
[ ] 35 0 0 35 / 64 17.0s Hashtbl parallel
[ ] 36 0 0 36 / 64 17.4s Hashtbl parallel
[ ] 37 0 0 37 / 64 17.8s Hashtbl parallel
[ ] 38 0 0 38 / 64 18.0s Hashtbl parallel
[ ] 39 0 0 39 / 64 18.4s Hashtbl parallel
[ ] 40 0 0 40 / 64 18.8s Hashtbl parallel
[ ] 41 0 0 41 / 64 19.1s Hashtbl parallel
[ ] 42 0 0 42 / 64 19.4s Hashtbl parallel
[ ] 43 0 0 43 / 64 19.7s Hashtbl parallel
[ ] 44 0 0 44 / 64 20.5s Hashtbl parallel
[ ] 45 0 0 45 / 64 20.8s Hashtbl parallel
[ ] 46 0 0 46 / 64 21.1s Hashtbl parallel
[ ] 47 0 0 47 / 64 21.7s Hashtbl parallel
[ ] 48 0 0 48 / 64 22.0s Hashtbl parallel
[ ] 49 0 0 49 / 64 22.5s Hashtbl parallel
[ ] 50 0 0 50 / 64 22.8s Hashtbl parallel
[ ] 51 0 0 51 / 64 23.3s Hashtbl parallel
[ ] 52 0 0 52 / 64 23.6s Hashtbl parallel
[ ] 53 0 0 53 / 64 24.2s Hashtbl parallel
[ ] 54 0 0 54 / 64 24.4s Hashtbl parallel
[ ] 55 0 0 55 / 64 24.6s Hashtbl parallel
[ ] 56 0 0 56 / 64 24.9s Hashtbl parallel
[ ] 57 0 0 57 / 64 25.4s Hashtbl parallel
[ ] 58 0 0 58 / 64 25.7s Hashtbl parallel
[ ] 59 0 0 59 / 64 26.0s Hashtbl parallel
[ ] 60 0 0 60 / 64 26.8s Hashtbl parallel
[ ] 61 0 0 61 / 64 27.1s Hashtbl parallel
[ ] 62 0 0 62 / 64 27.6s Hashtbl parallel
[ ] 63 0 0 63 / 64 28.1s Hashtbl parallel
[ ] 64 0 0 64 / 64 28.4s Hashtbl parallel
[✓] 64 0 0 64 / 64 28.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1477316083994502091
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 parallel
[ ] 1 0 0 1 / 32 0.3s Hashtbl parallel
[ ] 2 0 0 2 / 32 0.7s Hashtbl parallel
[ ] 3 0 0 3 / 32 0.9s Hashtbl parallel
[ ] 4 0 0 4 / 32 1.3s Hashtbl parallel
[ ] 5 0 0 5 / 32 1.7s Hashtbl parallel
[ ] 6 0 0 6 / 32 2.0s Hashtbl parallel
[ ] 7 0 0 7 / 32 2.5s Hashtbl parallel
[ ] 8 0 0 8 / 32 3.3s Hashtbl parallel
[ ] 9 0 0 9 / 32 3.6s Hashtbl parallel
[ ] 10 0 0 10 / 32 3.9s Hashtbl parallel
[ ] 11 0 0 11 / 32 4.2s Hashtbl parallel
[ ] 12 0 0 12 / 32 4.9s Hashtbl parallel
[ ] 13 0 0 13 / 32 5.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 5.5s Hashtbl parallel
[ ] 15 0 0 15 / 32 5.8s Hashtbl parallel
[ ] 16 0 0 16 / 32 6.0s Hashtbl parallel
[ ] 17 0 0 17 / 32 6.6s Hashtbl parallel
[ ] 18 0 0 18 / 32 7.0s Hashtbl parallel
[ ] 19 0 0 19 / 32 7.4s Hashtbl parallel
[ ] 20 0 0 20 / 32 7.7s Hashtbl parallel
[ ] 21 0 0 21 / 32 8.0s Hashtbl parallel
[ ] 22 0 0 22 / 32 8.5s Hashtbl parallel
[ ] 23 0 0 23 / 32 8.8s Hashtbl parallel
[ ] 24 0 0 24 / 32 9.0s Hashtbl parallel
[ ] 25 0 0 25 / 32 9.1s Hashtbl parallel
[ ] 26 0 0 26 / 32 9.3s Hashtbl parallel
[ ] 27 0 0 27 / 32 9.7s Hashtbl parallel
[ ] 28 0 0 28 / 32 10.0s Hashtbl parallel
[ ] 29 0 0 29 / 32 10.3s Hashtbl parallel
[ ] 30 0 0 30 / 32 10.6s Hashtbl parallel
[ ] 31 0 0 31 / 32 11.1s Hashtbl parallel
[ ] 32 0 0 32 / 32 11.6s Hashtbl parallel
[✓] 32 0 0 32 / 32 11.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 4198293852341218145
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 parallel
[ ] 1 0 0 1 / 32 0.4s Hashtbl parallel
[ ] 2 0 0 2 / 32 0.6s Hashtbl parallel
[ ] 3 0 0 3 / 32 1.4s Hashtbl parallel
[ ] 4 0 0 4 / 32 1.9s Hashtbl parallel
[ ] 5 0 0 5 / 32 2.4s Hashtbl parallel
[ ] 6 0 0 6 / 32 2.8s Hashtbl parallel
[ ] 7 0 0 7 / 32 3.2s Hashtbl parallel
[ ] 8 0 0 8 / 32 3.5s Hashtbl parallel
[ ] 9 0 0 9 / 32 3.9s Hashtbl parallel
[ ] 10 0 0 10 / 32 4.1s Hashtbl parallel
[ ] 11 0 0 11 / 32 4.6s Hashtbl parallel
[ ] 12 0 0 12 / 32 4.8s Hashtbl parallel
[ ] 13 0 0 13 / 32 5.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 5.6s Hashtbl parallel
[ ] 15 0 0 15 / 32 6.8s Hashtbl parallel
[ ] 16 0 0 16 / 32 7.0s Hashtbl parallel
[ ] 17 0 0 17 / 32 7.5s Hashtbl parallel
[ ] 18 0 0 18 / 32 7.8s Hashtbl parallel
[ ] 19 0 0 19 / 32 8.2s Hashtbl parallel
[ ] 20 0 0 20 / 32 8.5s Hashtbl parallel
[ ] 21 0 0 21 / 32 8.7s Hashtbl parallel
[ ] 22 0 0 22 / 32 8.9s Hashtbl parallel
[ ] 23 0 0 23 / 32 9.2s Hashtbl parallel
[ ] 24 0 0 24 / 32 9.4s Hashtbl parallel
[ ] 25 0 0 25 / 32 10.2s Hashtbl parallel
[ ] 26 0 0 26 / 32 10.5s Hashtbl parallel
[ ] 27 0 0 27 / 32 10.7s Hashtbl parallel
[ ] 28 0 0 28 / 32 11.1s Hashtbl parallel
[ ] 29 0 0 29 / 32 11.6s Hashtbl parallel
[ ] 30 0 0 30 / 32 12.0s Hashtbl parallel
[ ] 31 0 0 31 / 32 12.4s Hashtbl parallel
[ ] 32 0 0 32 / 32 12.7s Hashtbl parallel
[✓] 32 0 0 32 / 32 12.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1884036353823272550
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 parallel
[ ] 1 0 0 1 / 32 0.7s Dllist parallel
[ ] 2 0 0 2 / 32 1.5s Dllist parallel
[ ] 3 0 0 3 / 32 2.4s Dllist parallel
[ ] 4 0 0 4 / 32 2.9s Dllist parallel
[ ] 5 0 0 5 / 32 3.4s Dllist parallel
[ ] 6 0 0 6 / 32 3.8s Dllist parallel
[ ] 7 0 0 7 / 32 4.2s Dllist parallel
[ ] 8 0 0 8 / 32 4.6s Dllist parallel
[ ] 9 0 0 9 / 32 5.0s Dllist parallel
[ ] 10 0 0 10 / 32 5.3s Dllist parallel
[ ] 11 0 0 11 / 32 5.7s Dllist parallel
[ ] 12 0 0 12 / 32 6.0s Dllist parallel
[ ] 13 0 0 13 / 32 6.4s Dllist parallel
[ ] 14 0 0 14 / 32 6.7s Dllist parallel
[ ] 15 0 0 15 / 32 7.0s Dllist parallel
[ ] 16 0 0 16 / 32 7.4s Dllist parallel
[ ] 17 0 0 17 / 32 7.9s Dllist parallel
[ ] 18 0 0 18 / 32 8.5s Dllist parallel
[ ] 19 0 0 19 / 32 8.8s Dllist parallel
[ ] 20 0 0 20 / 32 9.1s Dllist parallel
[ ] 21 0 0 21 / 32 9.5s Dllist parallel
[ ] 22 0 0 22 / 32 10.6s Dllist parallel
[ ] 23 0 0 23 / 32 10.8s Dllist parallel
[ ] 24 0 0 24 / 32 11.2s Dllist parallel
[ ] 25 0 0 25 / 32 11.8s Dllist parallel
[ ] 26 0 0 26 / 32 12.1s Dllist parallel
[ ] 27 0 0 27 / 32 12.6s Dllist parallel
[ ] 28 0 0 28 / 32 12.7s Dllist parallel
[ ] 29 0 0 29 / 32 13.1s Dllist parallel
[ ] 30 0 0 30 / 32 13.6s Dllist parallel
[ ] 31 0 0 31 / 32 14.0s Dllist parallel
[ ] 32 0 0 32 / 32 14.4s Dllist parallel
[✓] 32 0 0 32 / 32 14.4s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 15605305147816747
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 parallel
[ ] 1 0 0 1 / 64 0.9s Dllist parallel
[ ] 2 0 0 2 / 64 1.3s Dllist parallel
[ ] 3 0 0 3 / 64 2.3s Dllist parallel
[ ] 4 0 0 4 / 64 2.8s Dllist parallel
[ ] 5 0 0 5 / 64 3.3s Dllist parallel
[ ] 6 0 0 6 / 64 4.1s Dllist parallel
[ ] 7 0 0 7 / 64 4.5s Dllist parallel
[ ] 8 0 0 8 / 64 5.0s Dllist parallel
[ ] 9 0 0 9 / 64 5.9s Dllist parallel
[ ] 10 0 0 10 / 64 6.7s Dllist parallel
[ ] 11 0 0 11 / 64 7.1s Dllist parallel
[ ] 12 0 0 12 / 64 7.4s Dllist parallel
[ ] 13 0 0 13 / 64 7.9s Dllist parallel
[ ] 14 0 0 14 / 64 8.4s Dllist parallel
[ ] 15 0 0 15 / 64 8.8s Dllist parallel
[ ] 16 0 0 16 / 64 9.3s Dllist parallel
[ ] 17 0 0 17 / 64 10.1s Dllist parallel
[ ] 18 0 0 18 / 64 11.0s Dllist parallel
[ ] 19 0 0 19 / 64 11.4s Dllist parallel
[ ] 20 0 0 20 / 64 11.7s Dllist parallel
[ ] 21 0 0 21 / 64 11.9s Dllist parallel
[ ] 22 0 0 22 / 64 12.2s Dllist parallel
[ ] 23 0 0 23 / 64 12.5s Dllist parallel
[ ] 24 0 0 24 / 64 13.0s Dllist parallel
[ ] 25 0 0 25 / 64 13.4s Dllist parallel
[ ] 26 0 0 26 / 64 13.7s Dllist parallel
[ ] 27 0 0 27 / 64 14.4s Dllist parallel
[ ] 28 0 0 28 / 64 14.7s Dllist parallel
[ ] 29 0 0 29 / 64 15.6s Dllist parallel
[ ] 30 0 0 30 / 64 16.3s Dllist parallel
[ ] 31 0 0 31 / 64 16.7s Dllist parallel
[ ] 32 0 0 32 / 64 17.3s Dllist parallel
[ ] 33 0 0 33 / 64 17.6s Dllist parallel
[ ] 34 0 0 34 / 64 17.9s Dllist parallel
[ ] 35 0 0 35 / 64 18.2s Dllist parallel
[ ] 36 0 0 36 / 64 18.5s Dllist parallel
[ ] 37 0 0 37 / 64 18.7s Dllist parallel
[ ] 38 0 0 38 / 64 18.9s Dllist parallel
[ ] 39 0 0 39 / 64 19.2s Dllist parallel
[ ] 40 0 0 40 / 64 20.8s Dllist parallel
[ ] 41 0 0 41 / 64 21.3s Dllist parallel
[ ] 42 0 0 42 / 64 21.9s Dllist parallel
[ ] 43 0 0 43 / 64 22.4s Dllist parallel
[ ] 44 0 0 44 / 64 22.8s Dllist parallel
[ ] 45 0 0 45 / 64 23.2s Dllist parallel
[ ] 46 0 0 46 / 64 23.4s Dllist parallel
[ ] 47 0 0 47 / 64 23.6s Dllist parallel
[ ] 48 0 0 48 / 64 24.1s Dllist parallel
[ ] 49 0 0 49 / 64 24.4s Dllist parallel
[ ] 50 0 0 50 / 64 24.7s Dllist parallel
[ ] 51 0 0 51 / 64 24.9s Dllist parallel
[ ] 52 0 0 52 / 64 25.0s Dllist parallel
[ ] 53 0 0 53 / 64 25.2s Dllist parallel
[ ] 54 0 0 54 / 64 25.3s Dllist parallel
[ ] 55 0 0 55 / 64 25.6s Dllist parallel
[ ] 56 0 0 56 / 64 26.0s Dllist parallel
[ ] 57 0 0 57 / 64 26.3s Dllist parallel
[ ] 58 0 0 58 / 64 26.6s Dllist parallel
[ ] 59 0 0 59 / 64 26.9s Dllist parallel
[ ] 60 0 0 60 / 64 27.1s Dllist parallel
[ ] 61 0 0 61 / 64 27.4s Dllist parallel
[ ] 62 0 0 62 / 64 27.6s Dllist parallel
[ ] 63 0 0 63 / 64 27.9s Dllist parallel
[ ] 64 0 0 64 / 64 28.0s Dllist parallel
[✓] 64 0 0 64 / 64 28.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2036007574934858620
generated error fail pass / total time test name
[ ] 0 0 0 0 / 39 0.0s Dllist sequential
[✓] 39 0 0 39 / 39 0.0s Dllist sequential
[ ] 0 0 0 0 / 39 0.0s Dllist parallel
[ ] 1 0 0 1 / 39 0.2s Dllist parallel
[ ] 2 0 0 2 / 39 1.1s Dllist parallel
[ ] 3 0 0 3 / 39 1.4s Dllist parallel
[ ] 4 0 0 4 / 39 1.7s Dllist parallel
[ ] 5 0 0 5 / 39 1.9s Dllist parallel
[ ] 6 0 0 6 / 39 2.1s Dllist parallel
[ ] 7 0 0 7 / 39 2.4s Dllist parallel
[ ] 8 0 0 8 / 39 2.8s Dllist parallel
[ ] 9 0 0 9 / 39 2.9s Dllist parallel
[ ] 10 0 0 10 / 39 3.2s Dllist parallel
[ ] 11 0 0 11 / 39 3.5s Dllist parallel
[ ] 12 0 0 12 / 39 3.8s Dllist parallel
[ ] 13 0 0 13 / 39 4.1s Dllist parallel
[ ] 14 0 0 14 / 39 4.4s Dllist parallel
[ ] 15 0 0 15 / 39 5.0s Dllist parallel
[ ] 16 0 0 16 / 39 5.2s Dllist parallel
[ ] 17 0 0 17 / 39 5.7s Dllist parallel
[ ] 18 0 0 18 / 39 6.0s Dllist parallel
[ ] 19 0 0 19 / 39 6.2s Dllist parallel
[ ] 20 0 0 20 / 39 6.6s Dllist parallel
[ ] 21 0 0 21 / 39 6.9s Dllist parallel
[ ] 22 0 0 22 / 39 7.3s Dllist parallel
[ ] 23 0 0 23 / 39 7.9s Dllist parallel
[ ] 24 0 0 24 / 39 8.2s Dllist parallel
[ ] 25 0 0 25 / 39 8.4s Dllist parallel
[ ] 26 0 0 26 / 39 8.7s Dllist parallel
[ ] 27 0 0 27 / 39 9.2s Dllist parallel
[ ] 28 0 0 28 / 39 10.7s Dllist parallel
[ ] 29 0 0 29 / 39 11.0s Dllist parallel
[ ] 30 0 0 30 / 39 11.3s Dllist parallel
[ ] 31 0 0 31 / 39 11.6s Dllist parallel
[ ] 32 0 0 32 / 39 12.0s Dllist parallel
[ ] 33 0 0 33 / 39 12.3s Dllist parallel
[ ] 34 0 0 34 / 39 12.5s Dllist parallel
[ ] 35 0 0 35 / 39 13.2s Dllist parallel
[ ] 36 0 0 36 / 39 13.5s Dllist parallel
[ ] 37 0 0 37 / 39 13.9s Dllist parallel
[ ] 38 0 0 38 / 39 14.3s Dllist parallel
[ ] 39 0 0 39 / 39 14.8s Dllist parallel
[✓] 39 0 0 39 / 39 14.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 949143595927724566
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 parallel
[ ] 1 0 0 1 / 32 0.3s Dllist parallel
[ ] 2 0 0 2 / 32 0.7s Dllist parallel
[ ] 3 0 0 3 / 32 0.9s Dllist parallel
[ ] 4 0 0 4 / 32 1.1s Dllist parallel
[ ] 5 0 0 5 / 32 1.4s Dllist parallel
[ ] 6 0 0 6 / 32 1.6s Dllist parallel
[ ] 7 0 0 7 / 32 2.0s Dllist parallel
[ ] 8 0 0 8 / 32 2.4s Dllist parallel
[ ] 9 0 0 9 / 32 2.6s Dllist parallel
[ ] 10 0 0 10 / 32 2.9s Dllist parallel
[ ] 11 0 0 11 / 32 3.6s Dllist parallel
[ ] 12 0 0 12 / 32 4.0s Dllist parallel
[ ] 13 0 0 13 / 32 4.4s Dllist parallel
[ ] 14 0 0 14 / 32 4.6s Dllist parallel
[ ] 15 0 0 15 / 32 4.9s Dllist parallel
[ ] 16 0 0 16 / 32 5.2s Dllist parallel
[ ] 17 0 0 17 / 32 5.5s Dllist parallel
[ ] 18 0 0 18 / 32 5.6s Dllist parallel
[ ] 19 0 0 19 / 32 5.9s Dllist parallel
[ ] 20 0 0 20 / 32 7.1s Dllist parallel
[ ] 21 0 0 21 / 32 7.4s Dllist parallel
[ ] 22 0 0 22 / 32 7.8s Dllist parallel
[ ] 23 0 0 23 / 32 8.5s Dllist parallel
[ ] 24 0 0 24 / 32 8.7s Dllist parallel
[ ] 25 0 0 25 / 32 8.9s Dllist parallel
[ ] 26 0 0 26 / 32 9.1s Dllist parallel
[ ] 27 0 0 27 / 32 9.3s Dllist parallel
[ ] 28 0 0 28 / 32 9.5s Dllist parallel
[ ] 29 0 0 29 / 32 9.6s Dllist parallel
[ ] 30 0 0 30 / 32 9.7s Dllist parallel
[ ] 31 0 0 31 / 32 9.9s Dllist parallel
[ ] 32 0 0 32 / 32 10.3s Dllist parallel
[✓] 32 0 0 32 / 32 10.3s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1956641086450006793
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 parallel
[ ] 1 0 0 1 / 32 0.4s Queue parallel
[ ] 2 0 0 2 / 32 1.6s Queue parallel
[ ] 3 0 0 3 / 32 2.1s Queue parallel
[ ] 4 0 0 4 / 32 2.6s Queue parallel
[ ] 5 0 0 5 / 32 3.4s Queue parallel
[ ] 6 0 0 6 / 32 4.1s Queue parallel
[ ] 7 0 0 7 / 32 4.4s Queue parallel
[ ] 8 0 0 8 / 32 4.8s Queue parallel
[ ] 9 0 0 9 / 32 5.1s Queue parallel
[ ] 10 0 0 10 / 32 5.7s Queue parallel
[ ] 11 0 0 11 / 32 6.1s Queue parallel
[ ] 12 0 0 12 / 32 6.7s Queue parallel
[ ] 13 0 0 13 / 32 7.4s Queue parallel
[ ] 14 0 0 14 / 32 7.9s Queue parallel
[ ] 15 0 0 15 / 32 8.5s Queue parallel
[ ] 16 0 0 16 / 32 9.2s Queue parallel
[ ] 17 0 0 17 / 32 9.6s Queue parallel
[ ] 18 0 0 18 / 32 9.9s Queue parallel
[ ] 19 0 0 19 / 32 10.3s Queue parallel
[ ] 20 0 0 20 / 32 10.5s Queue parallel
[ ] 21 0 0 21 / 32 10.8s Queue parallel
[ ] 22 0 0 22 / 32 11.2s Queue parallel
[ ] 23 0 0 23 / 32 11.5s Queue parallel
[ ] 24 0 0 24 / 32 11.9s Queue parallel
[ ] 25 0 0 25 / 32 12.5s Queue parallel
[ ] 26 0 0 26 / 32 12.7s Queue parallel
[ ] 27 0 0 27 / 32 13.0s Queue parallel
[ ] 28 0 0 28 / 32 13.7s Queue parallel
[ ] 29 0 0 29 / 32 14.1s Queue parallel
[ ] 30 0 0 30 / 32 14.9s Queue parallel
[ ] 31 0 0 31 / 32 15.3s Queue parallel
[ ] 32 0 0 32 / 32 15.8s Queue parallel
[✓] 32 0 0 32 / 32 15.8s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3634386428078358646
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 parallel
[ ] 1 0 0 1 / 64 0.5s Queue parallel
[ ] 2 0 0 2 / 64 1.4s Queue parallel
[ ] 3 0 0 3 / 64 2.4s Queue parallel
[ ] 4 0 0 4 / 64 2.8s Queue parallel
[ ] 5 0 0 5 / 64 3.5s Queue parallel
[ ] 6 0 0 6 / 64 4.0s Queue parallel
[ ] 7 0 0 7 / 64 4.4s Queue parallel
[ ] 8 0 0 8 / 64 4.8s Queue parallel
[ ] 9 0 0 9 / 64 5.1s Queue parallel
[ ] 10 0 0 10 / 64 5.5s Queue parallel
[ ] 11 0 0 11 / 64 5.9s Queue parallel
[ ] 12 0 0 12 / 64 6.7s Queue parallel
[ ] 13 0 0 13 / 64 7.2s Queue parallel
[ ] 14 0 0 14 / 64 8.3s Queue parallel
[ ] 15 0 0 15 / 64 8.5s Queue parallel
[ ] 16 0 0 16 / 64 8.9s Queue parallel
[ ] 17 0 0 17 / 64 9.3s Queue parallel
[ ] 18 0 0 18 / 64 9.9s Queue parallel
[ ] 19 0 0 19 / 64 10.2s Queue parallel
[ ] 20 0 0 20 / 64 10.6s Queue parallel
[ ] 21 0 0 21 / 64 11.0s Queue parallel
[ ] 22 0 0 22 / 64 11.4s Queue parallel
[ ] 23 0 0 23 / 64 11.8s Queue parallel
[ ] 24 0 0 24 / 64 12.2s Queue parallel
[ ] 25 0 0 25 / 64 12.4s Queue parallel
[ ] 26 0 0 26 / 64 12.8s Queue parallel
[ ] 27 0 0 27 / 64 13.1s Queue parallel
[ ] 28 0 0 28 / 64 13.4s Queue parallel
[ ] 29 0 0 29 / 64 13.7s Queue parallel
[ ] 30 0 0 30 / 64 14.3s Queue parallel
[ ] 31 0 0 31 / 64 14.7s Queue parallel
[ ] 32 0 0 32 / 64 15.3s Queue parallel
[ ] 33 0 0 33 / 64 15.5s Queue parallel
[ ] 34 0 0 34 / 64 16.0s Queue parallel
[ ] 35 0 0 35 / 64 16.3s Queue parallel
[ ] 36 0 0 36 / 64 16.6s Queue parallel
[ ] 37 0 0 37 / 64 16.9s Queue parallel
[ ] 38 0 0 38 / 64 17.2s Queue parallel
[ ] 39 0 0 39 / 64 17.5s Queue parallel
[ ] 40 0 0 40 / 64 17.8s Queue parallel
[ ] 41 0 0 41 / 64 18.1s Queue parallel
[ ] 42 0 0 42 / 64 18.4s Queue parallel
[ ] 43 0 0 43 / 64 18.7s Queue parallel
[ ] 44 0 0 44 / 64 19.0s Queue parallel
[ ] 45 0 0 45 / 64 19.1s Queue parallel
[ ] 46 0 0 46 / 64 19.5s Queue parallel
[ ] 47 0 0 47 / 64 20.5s Queue parallel
[ ] 48 0 0 48 / 64 20.8s Queue parallel
[ ] 49 0 0 49 / 64 21.2s Queue parallel
[ ] 50 0 0 50 / 64 21.7s Queue parallel
[ ] 51 0 0 51 / 64 22.4s Queue parallel
[ ] 52 0 0 52 / 64 23.0s Queue parallel
[ ] 53 0 0 53 / 64 23.3s Queue parallel
[ ] 54 0 0 54 / 64 23.9s Queue parallel
[ ] 55 0 0 55 / 64 24.2s Queue parallel
[ ] 56 0 0 56 / 64 24.5s Queue parallel
[ ] 57 0 0 57 / 64 24.6s Queue parallel
[ ] 58 0 0 58 / 64 25.7s Queue parallel
[ ] 59 0 0 59 / 64 26.0s Queue parallel
[ ] 60 0 0 60 / 64 26.3s Queue parallel
[ ] 61 0 0 61 / 64 26.5s Queue parallel
[ ] 62 0 0 62 / 64 26.6s Queue parallel
[ ] 63 0 0 63 / 64 27.0s Queue parallel
[ ] 64 0 0 64 / 64 27.3s Queue parallel
[✓] 64 0 0 64 / 64 27.3s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1478381908722528344
generated error fail pass / total time test name
[ ] 0 0 0 0 / 37 0.0s Queue sequential
[✓] 37 0 0 37 / 37 0.0s Queue sequential
[ ] 0 0 0 0 / 37 0.0s Queue parallel
[ ] 1 0 0 1 / 37 0.2s Queue parallel
[ ] 2 0 0 2 / 37 0.4s Queue parallel
[ ] 3 0 0 3 / 37 0.6s Queue parallel
[ ] 4 0 0 4 / 37 1.0s Queue parallel
[ ] 5 0 0 5 / 37 1.2s Queue parallel
[ ] 6 0 0 6 / 37 1.5s Queue parallel
[ ] 7 0 0 7 / 37 2.1s Queue parallel
[ ] 8 0 0 8 / 37 2.2s Queue parallel
[ ] 9 0 0 9 / 37 2.6s Queue parallel
[ ] 10 0 0 10 / 37 2.9s Queue parallel
[ ] 11 0 0 11 / 37 3.3s Queue parallel
[ ] 12 0 0 12 / 37 3.7s Queue parallel
[ ] 13 0 0 13 / 37 4.0s Queue parallel
[ ] 14 0 0 14 / 37 4.4s Queue parallel
[ ] 15 0 0 15 / 37 4.6s Queue parallel
[ ] 16 0 0 16 / 37 5.0s Queue parallel
[ ] 17 0 0 17 / 37 5.3s Queue parallel
[ ] 18 0 0 18 / 37 5.9s Queue parallel
[ ] 19 0 0 19 / 37 6.4s Queue parallel
[ ] 20 0 0 20 / 37 6.8s Queue parallel
[ ] 21 0 0 21 / 37 7.2s Queue parallel
[ ] 22 0 0 22 / 37 7.5s Queue parallel
[ ] 23 0 0 23 / 37 8.0s Queue parallel
[ ] 24 0 0 24 / 37 8.3s Queue parallel
[ ] 25 0 0 25 / 37 8.6s Queue parallel
[ ] 26 0 0 26 / 37 9.0s Queue parallel
[ ] 27 0 0 27 / 37 9.4s Queue parallel
[ ] 28 0 0 28 / 37 9.9s Queue parallel
[ ] 29 0 0 29 / 37 10.3s Queue parallel
[ ] 30 0 0 30 / 37 10.5s Queue parallel
[ ] 31 0 0 31 / 37 10.8s Queue parallel
[ ] 32 0 0 32 / 37 11.0s Queue parallel
[ ] 33 0 0 33 / 37 11.3s Queue parallel
[ ] 34 0 0 34 / 37 11.7s Queue parallel
[ ] 35 0 0 35 / 37 12.2s Queue parallel
[ ] 36 0 0 36 / 37 12.4s Queue parallel
[ ] 37 0 0 37 / 37 13.8s Queue parallel
[✓] 37 0 0 37 / 37 13.8s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3402690500443474345
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 parallel
[ ] 1 0 0 1 / 32 0.4s Queue parallel
[ ] 2 0 0 2 / 32 1.0s Queue parallel
[ ] 3 0 0 3 / 32 1.7s Queue parallel
[ ] 4 0 0 4 / 32 2.0s Queue parallel
[ ] 5 0 0 5 / 32 2.3s Queue parallel
[ ] 6 0 0 6 / 32 2.6s Queue parallel
[ ] 7 0 0 7 / 32 2.9s Queue parallel
[ ] 8 0 0 8 / 32 3.2s Queue parallel
[ ] 9 0 0 9 / 32 4.0s Queue parallel
[ ] 10 0 0 10 / 32 4.3s Queue parallel
[ ] 11 0 0 11 / 32 4.6s Queue parallel
[ ] 12 0 0 12 / 32 5.2s Queue parallel
[ ] 13 0 0 13 / 32 5.5s Queue parallel
[ ] 14 0 0 14 / 32 5.7s Queue parallel
[ ] 15 0 0 15 / 32 6.2s Queue parallel
[ ] 16 0 0 16 / 32 6.5s Queue parallel
[ ] 17 0 0 17 / 32 6.8s Queue parallel
[ ] 18 0 0 18 / 32 7.0s Queue parallel
[ ] 19 0 0 19 / 32 7.5s Queue parallel
[ ] 20 0 0 20 / 32 7.7s Queue parallel
[ ] 21 0 0 21 / 32 7.9s Queue parallel
[ ] 22 0 0 22 / 32 8.2s Queue parallel
[ ] 23 0 0 23 / 32 8.6s Queue parallel
[ ] 24 0 0 24 / 32 8.8s Queue parallel
[ ] 25 0 0 25 / 32 9.3s Queue parallel
[ ] 26 0 0 26 / 32 9.7s Queue parallel
[ ] 27 0 0 27 / 32 10.0s Queue parallel
[ ] 28 0 0 28 / 32 10.2s Queue parallel
[ ] 29 0 0 29 / 32 10.9s Queue parallel
[ ] 30 0 0 30 / 32 11.1s Queue parallel
[ ] 31 0 0 31 / 32 11.2s Queue parallel
[✓] 32 0 0 32 / 32 11.3s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 951751649337514546
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 parallel
[ ] 1 0 0 1 / 32 0.9s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 1.6s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 2.2s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 2.7s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 3.5s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 4.3s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 6.7s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 7.1s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 7.5s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 8.2s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 8.9s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 9.3s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 9.7s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 10.3s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 10.9s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 11.2s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 11.4s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 11.7s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 13.2s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 13.8s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 14.6s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 15.3s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 15.7s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 16.0s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 16.5s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 16.8s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 17.3s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 18.8s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 19.2s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 19.9s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 20.7s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 21.1s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 21.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1320158305653787660
generated error fail pass / total time test name
[ ] 0 0 0 0 / 58 0.0s Hashtbl_with_order sequential
[✓] 580 58 / 58 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 58 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 58 0.4s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 58 0.8s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 58 1.0s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 58 1.5s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 58 1.8s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 58 2.5s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 58 2.7s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 58 3.5s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 58 4.0s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 58 4.2s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 58 5.2s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 58 5.9s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 58 6.9s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 58 7.2s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 58 7.7s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 58 8.0s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 58 8.2s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 58 9.5s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 58 12.3s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 58 12.5s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 58 13.0s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 58 13.4s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 58 13.7s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 58 13.9s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 58 14.3s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 58 14.7s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 58 15.0s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 58 15.5s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 58 15.8s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 58 16.2s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 58 16.6s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 58 17.0s Hashtbl_with_order parallel
[ ] 33 0 0 33 / 58 17.3s Hashtbl_with_order parallel
[ ] 34 0 0 34 / 58 17.6s Hashtbl_with_order parallel
[ ] 35 0 0 35 / 58 17.9s Hashtbl_with_order parallel
[ ] 36 0 0 36 / 58 18.2s Hashtbl_with_order parallel
[ ] 37 0 0 37 / 58 18.5s Hashtbl_with_order parallel
[ ] 38 0 0 38 / 58 18.9s Hashtbl_with_order parallel
[ ] 39 0 0 39 / 58 19.3s Hashtbl_with_order parallel
[ ] 40 0 0 40 / 58 19.5s Hashtbl_with_order parallel
[ ] 41 0 0 41 / 58 19.8s Hashtbl_with_order parallel
[ ] 42 0 0 42 / 58 20.1s Hashtbl_with_order parallel
[ ] 43 0 0 43 / 58 20.4s Hashtbl_with_order parallel
[ ] 44 0 0 44 / 58 20.8s Hashtbl_with_order parallel
[ ] 45 0 0 45 / 58 21.1s Hashtbl_with_order parallel
[ ] 46 0 0 46 / 58 21.5s Hashtbl_with_order parallel
[ ] 47 0 0 47 / 58 21.7s Hashtbl_with_order parallel
[ ] 48 0 0 48 / 58 21.9s Hashtbl_with_order parallel
[ ] 49 0 0 49 / 58 22.2s Hashtbl_with_order parallel
[ ] 50 0 0 50 / 58 22.4s Hashtbl_with_order parallel
[ ] 51 0 0 51 / 58 22.6s Hashtbl_with_order parallel
[ ] 52 0 0 52 / 58 23.0s Hashtbl_with_order parallel
[ ] 53 0 0 53 / 58 23.3s Hashtbl_with_order parallel
[ ] 54 0 0 54 / 58 23.6s Hashtbl_with_order parallel
[ ] 55 0 0 55 / 58 23.8s Hashtbl_with_order parallel
[ ] 56 0 0 56 / 58 24.1s Hashtbl_with_order parallel
[ ] 57 0 0 57 / 58 24.6s Hashtbl_with_order parallel
[ ] 58 0 0 58 / 58 24.9s Hashtbl_with_order parallel
[✓] 58 0 0 58 / 58 24.9s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 508630644927382741
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 parallel
[ ] 1 0 0 1 / 32 0.4s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 0.8s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 1.4s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 1.9s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 2.7s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 2.9s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 3.3s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 3.6s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 3.9s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 5.2s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 5.5s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 6.0s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 6.4s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 6.6s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 6.9s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 7.3s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 7.9s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 8.2s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 8.5s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 8.8s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 9.0s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 9.4s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 9.8s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 9.9s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 10.1s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 10.4s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 10.8s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 11.6s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 11.9s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 12.5s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 12.9s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 13.2s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 13.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1229018711096135666
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 parallel
[ ] 1 0 0 1 / 32 0.2s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 0.6s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 1.0s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 1.2s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 1.4s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 1.6s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 2.0s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 2.3s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 3.6s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 3.8s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 4.2s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 4.5s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 5.0s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 5.4s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 5.8s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 6.6s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 7.6s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 7.8s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 8.0s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 8.3s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 9.2s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 9.4s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 9.6s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 9.7s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 9.9s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 10.1s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 10.2s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 10.7s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 11.0s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 11.0s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
1.32 M/s
operations over time/1 worker, 50% reads:
0.85 M/s
operations over time/1 worker, 90% reads:
2.06 M/s
operations over time/2 workers, 10% reads:
2.77 M/s
operations over time/2 workers, 50% reads:
2.05 M/s
operations over time/2 workers, 90% reads:
3.69 M/s
operations over time/4 workers, 10% reads:
2.39 M/s
operations over time/4 workers, 50% reads:
2.28 M/s
operations over time/4 workers, 90% reads:
2.42 M/s
operations over time/8 workers, 10% reads:
2.30 M/s
operations over time/8 workers, 50% reads:
3.28 M/s
operations over time/8 workers, 90% reads:
3.28 M/s
time per operation/1 worker, 10% reads:
758.42 ns
time per operation/1 worker, 50% reads:
1172.19 ns
time per operation/1 worker, 90% reads:
484.71 ns
time per operation/2 workers, 10% reads:
722.77 ns
time per operation/2 workers, 50% reads:
977.36 ns
time per operation/2 workers, 90% reads:
541.31 ns
time per operation/4 workers, 10% reads:
1670.22 ns
time per operation/4 workers, 50% reads:
1758.09 ns
time per operation/4 workers, 90% reads:
1656.07 ns
time per operation/8 workers, 10% reads:
3474.37 ns
time per operation/8 workers, 50% reads:
2437.71 ns
time per operation/8 workers, 90% reads:
2436.30 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
2.96 M/s
messages over time/1 adder, 1 taker:
1.00 M/s
messages over time/1 adder, 2 nb takers:
1.02 M/s
messages over time/1 adder, 2 takers:
0.77 M/s
messages over time/1 nb adder, 1 nb taker:
1.86 M/s
messages over time/1 nb adder, 1 taker:
1.44 M/s
messages over time/1 nb adder, 2 nb takers:
2.40 M/s
messages over time/1 nb adder, 2 takers:
2.16 M/s
messages over time/2 adders, 1 nb taker:
1.11 M/s
messages over time/2 adders, 1 taker:
1.94 M/s
messages over time/2 adders, 2 nb takers:
0.80 M/s
messages over time/2 adders, 2 takers:
0.67 M/s
messages over time/2 nb adders, 1 nb taker:
2.00 M/s
messages over time/2 nb adders, 1 taker:
1.64 M/s
messages over time/2 nb adders, 2 nb takers:
2.63 M/s
messages over time/2 nb adders, 2 takers:
0.77 M/s
time per message/1 adder, 1 nb taker:
676.81 ns
time per message/1 adder, 1 taker:
2001.02 ns
time per message/1 adder, 2 nb takers:
2941.81 ns
time per message/1 adder, 2 takers:
3878.15 ns
time per message/1 nb adder, 1 nb taker:
1077.95 ns
time per message/1 nb adder, 1 taker:
1387.12 ns
time per message/1 nb adder, 2 nb takers:
1247.72 ns
time per message/1 nb adder, 2 takers:
1386.44 ns
time per message/2 adders, 1 nb taker:
2704.45 ns
time per message/2 adders, 1 taker:
1544.00 ns
time per message/2 adders, 2 nb takers:
4982.27 ns
time per message/2 adders, 2 takers:
5975.09 ns
time per message/2 nb adders, 1 nb taker:
1496.49 ns
time per message/2 nb adders, 1 taker:
1834.86 ns
time per message/2 nb adders, 2 nb takers:
1519.14 ns
time per message/2 nb adders, 2 takers:
5197.04 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
5.14 M/s
messages over time/1 nb adder, 1 taker:
5.10 M/s
messages over time/1 nb adder, 2 nb takers:
2.42 M/s
messages over time/1 nb adder, 2 takers:
4.33 M/s
messages over time/1 nb adder, 4 nb takers:
1.23 M/s
messages over time/1 nb adder, 4 takers:
1.95 M/s
messages over time/2 nb adders, 1 nb taker:
4.05 M/s
messages over time/2 nb adders, 1 taker:
5.39 M/s
messages over time/2 nb adders, 2 nb takers:
3.60 M/s
messages over time/2 nb adders, 2 takers:
3.32 M/s
messages over time/2 nb adders, 4 nb takers:
3.29 M/s
messages over time/2 nb adders, 4 takers:
2.37 M/s
messages over time/4 nb adders, 1 nb taker:
3.21 M/s
messages over time/4 nb adders, 1 taker:
2.44 M/s
messages over time/4 nb adders, 2 nb takers:
3.24 M/s
messages over time/4 nb adders, 2 takers:
3.99 M/s
messages over time/4 nb adders, 4 nb takers:
4.14 M/s
messages over time/4 nb adders, 4 takers:
2.69 M/s
messages over time/one domain:
6.87 M/s
time per message/1 nb adder, 1 nb taker:
389.38 ns
time per message/1 nb adder, 1 taker:
392.28 ns
time per message/1 nb adder, 2 nb takers:
1242.15 ns
time per message/1 nb adder, 2 takers:
693.19 ns
time per message/1 nb adder, 4 nb takers:
4057.99 ns
time per message/1 nb adder, 4 takers:
2561.99 ns
time per message/2 nb adders, 1 nb taker:
741.27 ns
time per message/2 nb adders, 1 taker:
556.57 ns
time per message/2 nb adders, 2 nb takers:
1109.89 ns
time per message/2 nb adders, 2 takers:
1206.33 ns
time per message/2 nb adders, 4 nb takers:
1826.35 ns
time per message/2 nb adders, 4 takers:
2536.57 ns
time per message/4 nb adders, 1 nb taker:
1555.34 ns
time per message/4 nb adders, 1 taker:
2051.78 ns
time per message/4 nb adders, 2 nb takers:
1851.43 ns
time per message/4 nb adders, 2 takers:
1505.51 ns
time per message/4 nb adders, 4 nb takers:
1931.95 ns
time per message/4 nb adders, 4 takers:
2975.77 ns
time per message/one domain:
145.53 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
5.98 M/s
messages over time/1 nb adder, 1 taker:
5.35 M/s
messages over time/1 nb adder, 2 nb takers:
3.06 M/s
messages over time/1 nb adder, 2 takers:
5.13 M/s
messages over time/1 nb adder, 4 nb takers:
3.01 M/s
messages over time/1 nb adder, 4 takers:
3.25 M/s
messages over time/2 nb adders, 1 nb taker:
6.15 M/s
messages over time/2 nb adders, 1 taker:
7.26 M/s
messages over time/2 nb adders, 2 nb takers:
3.59 M/s
messages over time/2 nb adders, 2 takers:
4.60 M/s
messages over time/2 nb adders, 4 nb takers:
2.88 M/s
messages over time/2 nb adders, 4 takers:
2.75 M/s
messages over time/4 nb adders, 1 nb taker:
4.50 M/s
messages over time/4 nb adders, 1 taker:
3.96 M/s
messages over time/4 nb adders, 2 nb takers:
4.33 M/s
messages over time/4 nb adders, 2 takers:
3.90 M/s
messages over time/4 nb adders, 4 nb takers:
3.32 M/s
messages over time/4 nb adders, 4 takers:
2.08 M/s
messages over time/one domain:
3.84 M/s
time per message/1 nb adder, 1 nb taker:
334.49 ns
time per message/1 nb adder, 1 taker:
374.02 ns
time per message/1 nb adder, 2 nb takers:
981.81 ns
time per message/1 nb adder, 2 takers:
584.69 ns
time per message/1 nb adder, 4 nb takers:
1658.44 ns
time per message/1 nb adder, 4 takers:
1540.58 ns
time per message/2 nb adders, 1 nb taker:
487.52 ns
time per message/2 nb adders, 1 taker:
412.95 ns
time per message/2 nb adders, 2 nb takers:
1114.23 ns
time per message/2 nb adders, 2 takers:
870.40 ns
time per message/2 nb adders, 4 nb takers:
2084.83 ns
time per message/2 nb adders, 4 takers:
2178.99 ns
time per message/4 nb adders, 1 nb taker:
1111.02 ns
time per message/4 nb adders, 1 taker:
1261.39 ns
time per message/4 nb adders, 2 nb takers:
1384.67 ns
time per message/4 nb adders, 2 takers:
1540.09 ns
time per message/4 nb adders, 4 nb takers:
2406.38 ns
time per message/4 nb adders, 4 takers:
3852.84 ns
time per message/one domain:
260.11 ns
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-11-05 16:25.45: Job failed: Failed: Build failed