Organisationsocaml-multicorekcasb95f89 ()debian-12-5.3_s390x_opam-2.3

debian-12-5.3_s390x_opam-2.3

Link Copied
Code Copied

Logs

2025-03-25 13:27.48: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/add-xt-leftist-heap-benchmark (b95f898b0e2d34ad1a7adec251bad4a854739ca4) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "add-xt-leftist-heap-benchmark" && cd "kcas" && git reset --hard b95f898b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
# debian-12-5.3_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && 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.0 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.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-03-25 13:27.48: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454-debian-12-5.3_s390x_opam-2.3-203d1b20ca0c0ef5d5d3d04a856fce57"
2025-03-25 13:27.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)
(comment debian-12-5.3_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && 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.0 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.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-03-25 13:27.48: Waiting for resource in pool OCluster
2025-03-25 13:27.48: Waiting for worker…
2025-03-25 17:13.04: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at b95f898 Add a transaction benchmark using a naïve unscalable leftist heap


(from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454' locally
docker.io/ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454: Pulling from ocaml/opam
f54fe0873ec6: Already exists
3953f69ba164: Already exists
f39c451577b1: Already exists
024c3813d399: Already exists
82694f817519: Already exists
da71310c0a42: Already exists
e8a89e73a049: Already exists
4a90b330588c: Already exists
a2c3b7288221: Already exists
ed4bc940ad91: Already exists
47ee01ed0654: Already exists
fc07cb35ff09: Already exists
14366eb79146: Already exists
1a6c30adb581: Already exists
bdfa8c4ce9a5: Already exists
fa1186060768: Already exists
311eb61bcd22: Already exists
74f299b0fc99: Already exists
04f9c5740f9c: Already exists
63b399323e8a: Already exists
4f4fb700ef54: Already exists
20b5924a1543: Already exists
26732f273d98: Already exists
787b86b362d0: Already exists
1e0d6a6421aa: Already exists
3f9de11d1a6d: Already exists
6ee3c53fb5da: Already exists
2a7106753557: Already exists
cf8135ef3389: Already exists
25709b913201: Already exists
e77b2a9a1883: Already exists
d47f04d587e9: Already exists
b7f4c4547737: Already exists
f00d125eedd3: Already exists
ffb45432d3e0: Already exists
1e27c4ca3b83: Already exists
9b3ab493c53f: Already exists
dc7f46e5b11d: Already exists
ed6891ca3696: Pulling fs layer
2d27930f8df9: Pulling fs layer
3e498a6f166b: Pulling fs layer
00247204389c: Pulling fs layer
2ee70e351495: Pulling fs layer
00247204389c: Waiting
2ee70e351495: Waiting
207e6a2e0b83: Pulling fs layer
207e6a2e0b83: Waiting
6fbc8d38ccd5: Pulling fs layer
011c7cab5807: Pulling fs layer
6fbc8d38ccd5: Waiting
011c7cab5807: Waiting
2d27930f8df9: Verifying Checksum
2d27930f8df9: Download complete
3e498a6f166b: Verifying Checksum
3e498a6f166b: Download complete
00247204389c: Download complete
ed6891ca3696: Verifying Checksum
ed6891ca3696: Download complete
207e6a2e0b83: Verifying Checksum
207e6a2e0b83: Download complete
6fbc8d38ccd5: Verifying Checksum
6fbc8d38ccd5: Download complete
011c7cab5807: Verifying Checksum
011c7cab5807: Download complete
2ee70e351495: Verifying Checksum
2ee70e351495: Download complete
ed6891ca3696: Pull complete
2d27930f8df9: Pull complete
3e498a6f166b: Pull complete
00247204389c: Pull complete
2ee70e351495: Pull complete
207e6a2e0b83: Pull complete
6fbc8d38ccd5: Pull complete
011c7cab5807: Pull complete
Digest: sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
Status: Downloaded newer image for ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
2025-03-25 17:13.05 ---> using "8a5cf988ed4e44aa69a9a92c390361dd0474bf1c7888178b24b31a1b5b8cd184" from cache


/: (comment debian-12-5.3_s390x_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-25 17:13.05 ---> using "8aa7fdae16e363611ed304826287f198076f11c224b45492c65931e25441c926" from cache


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


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


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-25 17:13.05 ---> using "1546b68e92ad04b4f79c84f82420d186c6abe552c32f79e815b5e0dde244a13d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-25 17:13.05 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-25 17:13.05 ---> using "e245c0b33541df3a7c29f26b4c0acab0214ac26c8e9a20001d24adb14a5ff60e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
862a7640b1..48e47466f5  master     -> origin/master
48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository


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


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-03-25 17:13.17 ---> saved as "3aa8f9cdd54da20978cd200c692e6a32df2988df72d4b18ff2fc8038a28d8dbc"


/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-03-25 17:13.43 ---> saved as "001065da0ec101deda8b63bc14ad5e875d39870d9c96d27801fd16fa7e1328b9"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 17:13.53 ---> saved as "65f24776eb63140938f62e0877b2d9142ba4997a032498070d2cb029c9d2b778"


/src: (env DEPS "alcotest.1.9.0 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.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.17.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main s390x Packages [8458 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [216 kB]
- Fetched 8928 kB in 2s (3672 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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-03-25 17:14.26 ---> saved as "3cfdc02f4b3f39e419c03417358cadd9db967fb24bb594f2089a453b5f4ef178"


/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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.0
- install astring                    0.8.5
- install backoff                    0.1.1
- install camlp-streams              5.0.1
- install cmdliner                   1.3.0
- install cppo                       1.8.0
- install csexp                      1.5.2
- install domain-local-await         1.0.1
- install domain-local-timeout       1.0.1
- install domain_shims               0.1.0
- install dune                       3.17.2
- install fmt                        0.10.0
- install logs                       0.8.0
- install mdx                        2.5.0
- install mtime                      2.1.0
- install multicore-bench            0.1.7
- install multicore-magic            2.3.1
- install ocaml-syntax-shims         1.0.0
- install ocaml-version              4.0.0
- install ocamlbuild                 0.16.1
- install ocamlfind                  1.9.8
- install psq                        0.2.1
- install qcheck-core                0.24
- install qcheck-multicoretests-util 0.7
- install qcheck-stm                 0.7
- install re                         1.12.0
- install result                     1.5
- install seq                        base
- install stdlib-shims               0.3.0
- install thread-table               1.0.0
- install topkg                      1.0.8
- install uutf                       1.0.4
- install yojson                     2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved dune.3.17.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.24  (cached)
-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed mtime.2.1.0
-> installed logs.0.8.0
-> installed uutf.1.0.4
-> installed dune.3.17.2
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed psq.0.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed qcheck-core.0.24
-> installed domain-local-await.1.0.1
-> installed re.1.12.0
-> installed domain-local-timeout.1.0.1
-> installed qcheck-multicoretests-util.0.7
-> installed yojson.2.2.2
-> installed qcheck-stm.0.7
-> installed alcotest.1.9.0
-> installed multicore-bench.0.1.7
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-25 17:17.22 ---> saved as "1deb9f52e382b0b06c208ac8a979978711470c3fa58eb69182e1f9cc1ce34c0c"


/src: (copy (src .) (dst /src))
2025-03-25 17:17.27 ---> saved as "b1cd6a20d6b51fc7268a2967c6bdf2f803b030c5dfde96402870102c0cd8c80c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `G1WTXVTR'.


[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 10.105s. 17 tests run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `1BKBRMFL'.


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 0.905s. 2 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `QOMS3CTT'.


[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 && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `ASI43A0O'.


[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 && ./accumulator_test_stm.exe)
random seed: 2756240574543871506
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[ ]    0    0    0    0 /   32     0.0s Accumulator sequential (generating)
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[ ]    0    0    0    0 /   32     0.0s Accumulator parallel
[ ]    1    0    0    1 /   32     0.4s Accumulator parallel
[ ]    2    0    0    2 /   32     0.9s Accumulator parallel
[ ]    3    0    0    3 /   32     2.8s Accumulator parallel
[ ]    4    0    0    4 /   32     5.1s Accumulator parallel
[ ]    5    0    0    5 /   32     5.6s Accumulator parallel
[ ]    6    0    0    6 /   32     6.3s Accumulator parallel
[ ]    7    0    0    7 /   32     7.2s Accumulator parallel
[ ]    8    0    0    8 /   32     8.0s Accumulator parallel
[ ]    9    0    0    9 /   32     9.0s Accumulator parallel
[ ]   10    0    0   10 /   32    10.1s Accumulator parallel
[ ]   11    0    0   11 /   32    10.7s Accumulator parallel
[ ]   12    0    0   12 /   32    11.6s Accumulator parallel
[ ]   13    0    0   13 /   32    13.1s Accumulator parallel
[ ]   14    0    0   14 /   32    15.2s Accumulator parallel
[ ]   15    0    0   15 /   32    16.4s Accumulator parallel
[ ]   16    0    0   16 /   32    17.7s Accumulator parallel
[ ]   17    0    0   17 /   32    19.3s Accumulator parallel
[ ]   18    0    0   18 /   32    21.3s Accumulator parallel
[ ]   19    0    0   19 /   32    21.8s Accumulator parallel
[ ]   20    0    0   20 /   32    22.3s Accumulator parallel
[ ]   21    0    0   21 /   32    24.0s Accumulator parallel
[ ]   22    0    0   22 /   32    25.0s Accumulator parallel
[ ]   25    0    0   25 /   32    26.7s Accumulator parallel
[ ]   26    0    0   26 /   32    27.9s Accumulator parallel
[ ]   27    0    0   27 /   32    28.9s Accumulator parallel
[ ]   28    0    0   28 /   32    30.4s Accumulator parallel
[ ]   29    0    0   29 /   32    31.0s Accumulator parallel
[ ]   30    0    0   30 /   32    32.9s Accumulator parallel
[ ]   31    0    0   31 /   32    33.9s Accumulator parallel
[ ]   32    0    0   32 /   32    34.5s Accumulator parallel
[]   32    0    0   32 /   32    34.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3571243295084124201
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.6s Accumulator parallel
[ ]    2    0    0    2 /   32     1.7s Accumulator parallel
[ ]    3    0    0    3 /   32     3.0s Accumulator parallel
[ ]    4    0    0    4 /   32     4.1s Accumulator parallel
[ ]    5    0    0    5 /   32     5.8s Accumulator parallel
[ ]    6    0    0    6 /   32     6.7s Accumulator parallel
[ ]    7    0    0    7 /   32     8.3s Accumulator parallel
[ ]    8    0    0    8 /   32    12.8s Accumulator parallel
[ ]    9    0    0    9 /   32    16.0s Accumulator parallel
[ ]   10    0    0   10 /   32    19.6s Accumulator parallel
[ ]   11    0    0   11 /   32    20.7s Accumulator parallel
[ ]   12    0    0   12 /   32    21.1s Accumulator parallel
[ ]   13    0    0   13 /   32    21.6s Accumulator parallel
[ ]   14    0    0   14 /   32    22.2s Accumulator parallel
[ ]   15    0    0   15 /   32    22.8s Accumulator parallel
[ ]   16    0    0   16 /   32    28.1s Accumulator parallel
[ ]   17    0    0   17 /   32    30.4s Accumulator parallel
[ ]   18    0    0   18 /   32    31.2s Accumulator parallel
[ ]   19    0    0   19 /   32    31.8s Accumulator parallel
[ ]   20    0    0   20 /   32    32.8s Accumulator parallel
[ ]   21    0    0   21 /   32    34.5s Accumulator parallel
[ ]   22    0    0   22 /   32    35.2s Accumulator parallel
[ ]   23    0    0   23 /   32    36.1s Accumulator parallel
[ ]   24    0    0   24 /   32    36.5s Accumulator parallel
[ ]   25    0    0   25 /   32    36.9s Accumulator parallel
[ ]   26    0    0   26 /   32    38.9s Accumulator parallel
[ ]   27    0    0   27 /   32    39.4s Accumulator parallel
[ ]   29    0    0   29 /   32    40.3s Accumulator parallel
[ ]   30    0    0   30 /   32    40.9s Accumulator parallel
[ ]   31    0    0   31 /   32    43.2s Accumulator parallel
[ ]   32    0    0   32 /   32    44.1s Accumulator parallel
[]   32    0    0   32 /   32    44.1s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `3NQ86UWN'.


[OK]          basics          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1461408374882653944
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl parallel
[ ]    1    0    0    1 /   32     0.8s Hashtbl parallel
[ ]    2    0    0    2 /   32     2.7s Hashtbl parallel
[ ]    3    0    0    3 /   32     5.2s Hashtbl parallel
[ ]    4    0    0    4 /   32     5.7s Hashtbl parallel
[ ]    5    0    0    5 /   32     6.3s Hashtbl parallel
[ ]    6    0    0    6 /   32     7.3s Hashtbl parallel
[ ]    7    0    0    7 /   32     9.0s Hashtbl parallel
[ ]    8    0    0    8 /   32    10.0s Hashtbl parallel
[ ]    9    0    0    9 /   32    10.8s Hashtbl parallel
[ ]   10    0    0   10 /   32    11.2s Hashtbl parallel
[ ]   11    0    0   11 /   32    12.9s Hashtbl parallel
[ ]   12    0    0   12 /   32    14.8s Hashtbl parallel
[ ]   13    0    0   13 /   32    16.1s Hashtbl parallel
[ ]   14    0    0   14 /   32    17.3s Hashtbl parallel
[ ]   15    0    0   15 /   32    19.4s Hashtbl parallel
[ ]   16    0    0   16 /   32    20.4s Hashtbl parallel
[ ]   17    0    0   17 /   32    21.5s Hashtbl parallel
[ ]   18    0    0   18 /   32    22.0s Hashtbl parallel
[ ]   19    0    0   19 /   32    22.5s Hashtbl parallel
[ ]   20    0    0   20 /   32    23.4s Hashtbl parallel
[ ]   21    0    0   21 /   32    24.3s Hashtbl parallel
[ ]   23    0    0   23 /   32    24.5s Hashtbl parallel
[ ]   26    0    0   26 /   32    26.6s Hashtbl parallel
[ ]   27    0    0   27 /   32    28.0s Hashtbl parallel
[ ]   28    0    0   28 /   32    30.2s Hashtbl parallel
[ ]   29    0    0   29 /   32    31.0s Hashtbl parallel
[ ]   30    0    0   30 /   32    33.2s Hashtbl parallel
[ ]   31    0    0   31 /   32    34.1s Hashtbl parallel
[ ]   32    0    0   32 /   32    34.7s Hashtbl parallel
[]   32    0    0   32 /   32    34.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3921249930301341852
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.8s Hashtbl parallel
[ ]    2    0    0    2 /   32     1.5s Hashtbl parallel
[ ]    3    0    0    3 /   32     2.8s Hashtbl parallel
[ ]    4    0    0    4 /   32     3.0s Hashtbl parallel
[ ]    5    0    0    5 /   32     5.4s Hashtbl parallel
[ ]    6    0    0    6 /   32     6.1s Hashtbl parallel
[ ]    7    0    0    7 /   32     8.2s Hashtbl parallel
[ ]    8    0    0    8 /   32    10.6s Hashtbl parallel
[ ]    9    0    0    9 /   32    15.3s Hashtbl parallel
[ ]   10    0    0   10 /   32    19.9s Hashtbl parallel
[ ]   11    0    0   11 /   32    20.8s Hashtbl parallel
[ ]   12    0    0   12 /   32    21.4s Hashtbl parallel
[ ]   13    0    0   13 /   32    22.2s Hashtbl parallel
[ ]   14    0    0   14 /   32    26.3s Hashtbl parallel
[ ]   15    0    0   15 /   32    28.1s Hashtbl parallel
[ ]   16    0    0   16 /   32    31.0s Hashtbl parallel
[ ]   17    0    0   17 /   32    31.8s Hashtbl parallel
[ ]   18    0    0   18 /   32    32.4s Hashtbl parallel
[ ]   19    0    0   19 /   32    32.8s Hashtbl parallel
[ ]   20    0    0   20 /   32    34.4s Hashtbl parallel
[ ]   21    0    0   21 /   32    35.0s Hashtbl parallel
[ ]   22    0    0   22 /   32    35.5s Hashtbl parallel
[ ]   23    0    0   23 /   32    36.1s Hashtbl parallel
[ ]   24    0    0   24 /   32    36.5s Hashtbl parallel
[ ]   25    0    0   25 /   32    37.5s Hashtbl parallel
[ ]   26    0    0   26 /   32    38.7s Hashtbl parallel
[ ]   27    0    0   27 /   32    39.7s Hashtbl parallel
[ ]   28    0    0   28 /   32    40.4s Hashtbl parallel
[ ]   29    0    0   29 /   32    41.4s Hashtbl parallel
[ ]   30    0    0   30 /   32    42.4s Hashtbl parallel
[ ]   31    0    0   31 /   32    44.0s Hashtbl parallel
[ ]   32    0    0   32 /   32    44.8s Hashtbl parallel
[]   32    0    0   32 /   32    44.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `W9I29Q0E'.


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


[OK]          basics          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 4200625200610796356
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order parallel
[ ]    1    0    0    1 /   32     2.3s Hashtbl_with_order parallel
[ ]    2    0    0    2 /   32     4.1s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   32     4.6s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   32     5.1s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   32     5.9s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   32     7.4s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   32     8.3s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   32     9.3s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   32    10.0s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   32    10.7s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   32    13.5s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   32    14.9s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   32    17.8s Hashtbl_with_order parallel
[ ]   14    0    0   14 /   32    19.2s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   32    20.3s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   32    21.0s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   32    22.7s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   32    25.4s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   32    26.9s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   32    27.7s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   32    28.4s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   32    29.5s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   32    30.6s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   32    31.3s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   32    32.9s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   32    33.3s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   32    34.2s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   32    35.0s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   32    36.2s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   32    36.8s Hashtbl_with_order parallel
[ ]   31    0    0   31 /   32    37.4s Hashtbl_with_order parallel
[]   32    0    0   32 /   32    37.4s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 4571408598198294879
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
[ ]    2    0    0    2 /   32     1.4s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   32     2.0s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   32     3.5s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   32     4.2s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   32     6.9s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   32    10.9s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   32    13.3s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   32    16.2s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   32    17.0s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   32    17.6s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   32    18.4s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   32    19.0s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   32    22.8s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   32    25.3s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   32    26.5s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   32    27.7s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   32    28.6s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   32    30.5s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   32    31.4s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   32    32.1s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   32    32.5s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   32    34.5s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   32    36.2s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   32    36.5s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   32    37.4s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   32    38.9s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   32    40.0s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   32    40.7s Hashtbl_with_order parallel
[ ]   32    0    0   32 /   32    41.3s Hashtbl_with_order parallel
[]   32    0    0   32 /   32    41.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `ERVOTL31'.


[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.023s. 4 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `W1CUYMR7'.


[OK]          basics          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 3828212977572248663
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[ ]    0    0    0    0 /   32     0.0s Dllist sequential (generating)
[]   32    0    0   32 /   32     0.0s Dllist sequential
[ ]    0    0    0    0 /   32     0.0s Dllist parallel
[ ]    1    0    0    1 /   32     0.5s Dllist parallel
[ ]    2    0    0    2 /   32     1.0s Dllist parallel
[ ]    3    0    0    3 /   32     2.5s Dllist parallel
[ ]    4    0    0    4 /   32     2.8s Dllist parallel
[ ]    5    0    0    5 /   32     3.7s Dllist parallel
[ ]    6    0    0    6 /   32     4.8s Dllist parallel
[ ]    7    0    0    7 /   32     5.4s Dllist parallel
[ ]    8    0    0    8 /   32     5.9s Dllist parallel
[ ]    9    0    0    9 /   32     7.6s Dllist parallel
[ ]   10    0    0   10 /   32     9.7s Dllist parallel
[ ]   11    0    0   11 /   32    10.9s Dllist parallel
[ ]   12    0    0   12 /   32    13.0s Dllist parallel
[ ]   13    0    0   13 /   32    14.5s Dllist parallel
[ ]   14    0    0   14 /   32    15.3s Dllist parallel
[ ]   15    0    0   15 /   32    16.5s Dllist parallel
[ ]   16    0    0   16 /   32    17.1s Dllist parallel
[ ]   17    0    0   17 /   32    18.8s Dllist parallel
[ ]   18    0    0   18 /   32    19.7s Dllist parallel
[ ]   21    0    0   21 /   32    21.5s Dllist parallel
[ ]   22    0    0   22 /   32    22.8s Dllist parallel
[ ]   23    0    0   23 /   32    23.6s Dllist parallel
[ ]   24    0    0   24 /   32    25.3s Dllist parallel
[ ]   25    0    0   25 /   32    26.9s Dllist parallel
[ ]   26    0    0   26 /   32    28.1s Dllist parallel
[ ]   27    0    0   27 /   32    28.9s Dllist parallel
[ ]   28    0    0   28 /   32    29.3s Dllist parallel
[ ]   29    0    0   29 /   32    30.3s Dllist parallel
[ ]   30    0    0   30 /   32    31.5s Dllist parallel
[ ]   31    0    0   31 /   32    32.4s Dllist parallel
[ ]   32    0    0   32 /   32    33.2s Dllist parallel
[]   32    0    0   32 /   32    33.2s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3913273881614932505
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     1.8s Dllist parallel
[ ]    2    0    0    2 /   32     2.5s Dllist parallel
[ ]    3    0    0    3 /   32     3.7s Dllist parallel
[ ]    4    0    0    4 /   32     6.5s Dllist parallel
[ ]    6    0    0    6 /   32    10.0s Dllist parallel
[ ]    7    0    0    7 /   32    13.4s Dllist parallel
[ ]    8    0    0    8 /   32    16.7s Dllist parallel
[ ]    9    0    0    9 /   32    17.1s Dllist parallel
[ ]   10    0    0   10 /   32    17.9s Dllist parallel
[ ]   11    0    0   11 /   32    19.0s Dllist parallel
[ ]   12    0    0   12 /   32    23.9s Dllist parallel
[ ]   13    0    0   13 /   32    26.1s Dllist parallel
[ ]   14    0    0   14 /   32    27.1s Dllist parallel
[ ]   15    0    0   15 /   32    28.1s Dllist parallel
[ ]   16    0    0   16 /   32    28.7s Dllist parallel
[ ]   17    0    0   17 /   32    30.4s Dllist parallel
[ ]   18    0    0   18 /   32    30.9s Dllist parallel
[ ]   19    0    0   19 /   32    32.1s Dllist parallel
[ ]   20    0    0   20 /   32    32.6s Dllist parallel
[ ]   21    0    0   21 /   32    34.5s Dllist parallel
[ ]   22    0    0   22 /   32    35.8s Dllist parallel
[ ]   23    0    0   23 /   32    36.5s Dllist parallel
[ ]   24    0    0   24 /   32    38.1s Dllist parallel
[ ]   25    0    0   25 /   32    38.7s Dllist parallel
[ ]   26    0    0   26 /   32    38.9s Dllist parallel
[ ]   28    0    0   28 /   32    40.3s Dllist parallel
[ ]   29    0    0   29 /   32    41.0s Dllist parallel
[ ]   30    0    0   30 /   32    41.6s Dllist parallel
[ ]   31    0    0   31 /   32    42.1s Dllist parallel
[ ]   32    0    0   32 /   32    42.7s Dllist parallel
[]   32    0    0   32 /   32    42.7s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
33.45 M/s
ops over time/get:
123.96 M/s
ops over time/incr:
48.27 M/s
ops over time/push & pop:
74.61 M/s
ops over time/swap:
39.81 M/s
ops over time/xchg int:
99.43 M/s
time per op/cas int:
29.90 ns
time per op/get:
8.07 ns
time per op/incr:
20.72 ns
time per op/push & pop:
13.40 ns
time per op/swap:
25.12 ns
time per op/xchg int:
10.06 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
9.45 ns
time per transaction/1 loc tx:
58.41 ns
time per transaction/2 loc tx:
249.37 ns
time per transaction/4 loc tx:
385.37 ns
time per transaction/8 loc tx:
347.73 ns
transactions over time/0 loc tx:
105.84 M/s
transactions over time/1 loc tx:
17.12 M/s
transactions over time/2 loc tx:
4.01 M/s
transactions over time/4 loc tx:
2.59 M/s
transactions over time/8 loc tx:
2.88 M/s
Kcas Xt Leftist_heap (unscalable):
operations over time/1 worker, 1000 preload:
0.11 M/s
operations over time/1 worker, 100 preload:
0.34 M/s
operations over time/1 worker, 10 preload:
0.51 M/s
operations over time/2 workers, 1000 preload:
0.12 M/s
operations over time/2 workers, 100 preload:
0.47 M/s
operations over time/2 workers, 10 preload:
0.40 M/s
operations over time/4 workers, 1000 preload:
0.02 M/s
operations over time/4 workers, 100 preload:
0.07 M/s
operations over time/4 workers, 10 preload:
0.07 M/s
time per operation/1 worker, 1000 preload:
8875.46 ns
time per operation/1 worker, 100 preload:
2935.57 ns
time per operation/1 worker, 10 preload:
1947.72 ns
time per operation/2 workers, 1000 preload:
16806.13 ns
time per operation/2 workers, 100 preload:
4214.58 ns
time per operation/2 workers, 10 preload:
4991.26 ns
time per operation/4 workers, 1000 preload:
211423.00 ns
time per operation/4 workers, 100 preload:
59327.51 ns
time per operation/4 workers, 10 preload:
56709.00 ns
Kcas Xt read-only:
time per transaction/0 loc tx:
34.02 ns
time per transaction/1 loc tx:
688.62 ns
time per transaction/2 loc tx:
178.03 ns
time per transaction/4 loc tx:
541.69 ns
time per transaction/8 loc tx:
167.01 ns
transactions over time/0 loc tx:
29.40 M/s
transactions over time/1 loc tx:
1.45 M/s
transactions over time/2 loc tx:
5.62 M/s
transactions over time/4 loc tx:
1.85 M/s
transactions over time/8 loc tx:
5.99 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
9.90 ns
time per transaction/1 loc tx:
45.72 ns
time per transaction/2 loc tx:
81.12 ns
time per transaction/4 loc tx:
437.18 ns
time per transaction/8 loc tx:
152.51 ns
transactions over time/0 loc tx:
101.05 M/s
transactions over time/1 loc tx:
21.87 M/s
transactions over time/2 loc tx:
12.33 M/s
transactions over time/4 loc tx:
2.29 M/s
transactions over time/8 loc tx:
6.56 M/s
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3648613451909605926
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Queue sequential
[ ]    0    0    0    0 /   32     0.0s Queue sequential (generating)
[]   32    0    0   32 /   32     0.0s Queue sequential
[ ]    0    0    0    0 /   32     0.0s Queue parallel
[ ]    1    0    0    1 /   32     1.3s Queue parallel
[ ]    2    0    0    2 /   32     1.7s Queue parallel
[ ]    3    0    0    3 /   32     2.7s Queue parallel
[ ]    4    0    0    4 /   32     3.3s Queue parallel
[ ]    5    0    0    5 /   32     3.5s Queue parallel
[ ]    7    0    0    7 /   32     3.6s Queue parallel
[ ]    8    0    0    8 /   32     4.8s Queue parallel
[ ]    9    0    0    9 /   32     5.4s Queue parallel
[ ]   10    0    0   10 /   32     5.9s Queue parallel
[ ]   11    0    0   11 /   32     6.3s Queue parallel
[ ]   12    0    0   12 /   32     6.9s Queue parallel
[ ]   13    0    0   13 /   32     8.8s Queue parallel
[ ]   14    0    0   14 /   32    10.5s Queue parallel
[ ]   15    0    0   15 /   32    11.1s Queue parallel
[ ]   16    0    0   16 /   32    12.4s Queue parallel
[ ]   17    0    0   17 /   32    13.7s Queue parallel
[ ]   18    0    0   18 /   32    14.4s Queue parallel
[ ]   19    0    0   19 /   32    15.4s Queue parallel
[ ]   20    0    0   20 /   32    16.8s Queue parallel
[ ]   21    0    0   21 /   32    17.5s Queue parallel
[ ]   22    0    0   22 /   32    18.1s Queue parallel
[ ]   23    0    0   23 /   32    19.1s Queue parallel
[ ]   24    0    0   24 /   32    20.7s Queue parallel
[ ]   25    0    0   25 /   32    21.7s Queue parallel
[ ]   26    0    0   26 /   32    23.9s Queue parallel
[ ]   27    0    0   27 /   32    25.3s Queue parallel
[ ]   28    0    0   28 /   32    28.6s Queue parallel
[ ]   29    0    0   29 /   32    30.4s Queue parallel
[ ]   30    0    0   30 /   32    31.0s Queue parallel
[ ]   31    0    0   31 /   32    33.0s Queue parallel
[ ]   32    0    0   32 /   32    37.5s Queue parallel
[]   32    0    0   32 /   32    37.5s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4371688872411726063
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     2.5s Queue parallel
[ ]    2    0    0    2 /   32     4.2s Queue parallel
[ ]    3    0    0    3 /   32     5.1s Queue parallel
[ ]    4    0    0    4 /   32     5.8s Queue parallel
[ ]    5    0    0    5 /   32     6.2s Queue parallel
[ ]    6    0    0    6 /   32     6.6s Queue parallel
[ ]    7    0    0    7 /   32     8.4s Queue parallel
[ ]    8    0    0    8 /   32     9.2s Queue parallel
[ ]    9    0    0    9 /   32     9.8s Queue parallel
[ ]   10    0    0   10 /   32    10.4s Queue parallel
[ ]   11    0    0   11 /   32    11.2s Queue parallel
[ ]   12    0    0   12 /   32    12.7s Queue parallel
[ ]   13    0    0   13 /   32    14.2s Queue parallel
[ ]   14    0    0   14 /   32    18.2s Queue parallel
[ ]   15    0    0   15 /   32    20.6s Queue parallel
[ ]   16    0    0   16 /   32    22.6s Queue parallel
[ ]   17    0    0   17 /   32    23.1s Queue parallel
[ ]   18    0    0   18 /   32    24.8s Queue parallel
[ ]   19    0    0   19 /   32    26.3s Queue parallel
[ ]   20    0    0   20 /   32    27.0s Queue parallel
[ ]   21    0    0   21 /   32    28.7s Queue parallel
[ ]   23    0    0   23 /   32    30.5s Queue parallel
[ ]   24    0    0   24 /   32    31.7s Queue parallel
[ ]   25    0    0   25 /   32    32.5s Queue parallel
[ ]   26    0    0   26 /   32    33.8s Queue parallel
[ ]   27    0    0   27 /   32    34.5s Queue parallel
[ ]   28    0    0   28 /   32    34.9s Queue parallel
[ ]   30    0    0   30 /   32    35.5s Queue parallel
[ ]   31    0    0   31 /   32    37.4s Queue parallel
[ ]   32    0    0   32 /   32    38.4s Queue parallel
[]   32    0    0   32 /   32    38.4s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3203011758017980559
generated error fail pass / total     time test name
[ ]    0    0    0    0 /   32     0.0s Stack sequential
[ ]    0    0    0    0 /   32     0.0s Stack sequential (generating)
[]   32    0    0   32 /   32     0.0s Stack sequential
[ ]    0    0    0    0 /   32     0.0s Stack parallel
[ ]    1    0    0    1 /   32     0.5s Stack parallel
[ ]    2    0    0    2 /   32     1.1s Stack parallel
[ ]    3    0    0    3 /   32     3.1s Stack parallel
[ ]    4    0    0    4 /   32     4.4s Stack parallel
[ ]    5    0    0    5 /   32     4.8s Stack parallel
[ ]    6    0    0    6 /   32     5.2s Stack parallel
[ ]    7    0    0    7 /   32     6.3s Stack parallel
[ ]    8    0    0    8 /   32     7.4s Stack parallel
[ ]    9    0    0    9 /   32     8.8s Stack parallel
[ ]   10    0    0   10 /   32    11.4s Stack parallel
[ ]   11    0    0   11 /   32    12.8s Stack parallel
[ ]   12    0    0   12 /   32    13.4s Stack parallel
[ ]   13    0    0   13 /   32    13.7s Stack parallel
[ ]   14    0    0   14 /   32    15.0s Stack parallel
[ ]   15    0    0   15 /   32    15.7s Stack parallel
[ ]   16    0    0   16 /   32    16.8s Stack parallel
[ ]   17    0    0   17 /   32    17.9s Stack parallel
[ ]   18    0    0   18 /   32    20.1s Stack parallel
[ ]   19    0    0   19 /   32    21.2s Stack parallel
[ ]   20    0    0   20 /   32    22.8s Stack parallel
[ ]   21    0    0   21 /   32    23.8s Stack parallel
[ ]   22    0    0   22 /   32    27.3s Stack parallel
[ ]   23    0    0   23 /   32    29.1s Stack parallel
[ ]   24    0    0   24 /   32    30.2s Stack parallel
[ ]   25    0    0   25 /   32    32.3s Stack parallel
[ ]   26    0    0   26 /   32    36.3s Stack parallel
[ ]   27    0    0   27 /   32    39.2s Stack parallel
[ ]   28    0    0   28 /   32    39.9s Stack parallel
[ ]   29    0    0   29 /   32    41.2s Stack parallel
[ ]   30    0    0   30 /   32    41.7s Stack parallel
[ ]   31    0    0   31 /   32    42.4s Stack parallel
[ ]   32    0    0   32 /   32    42.8s Stack parallel
[]   32    0    0   32 /   32    42.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2666098609424925917
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.4s Stack parallel
[ ]    3    0    0    3 /   32     0.9s Stack parallel
[ ]    4    0    0    4 /   32     1.6s Stack parallel
[ ]    5    0    0    5 /   32     3.1s Stack parallel
[ ]    6    0    0    6 /   32     3.9s Stack parallel
[ ]    7    0    0    7 /   32     4.2s Stack parallel
[ ]    8    0    0    8 /   32     5.5s Stack parallel
[ ]    9    0    0    9 /   32     6.1s Stack parallel
[ ]   10    0    0   10 /   32     7.9s Stack parallel
[ ]   11    0    0   11 /   32     9.2s Stack parallel
[ ]   12    0    0   12 /   32     9.6s Stack parallel
[ ]   13    0    0   13 /   32    14.5s Stack parallel
[ ]   14    0    0   14 /   32    15.9s Stack parallel
[ ]   15    0    0   15 /   32    17.0s Stack parallel
[ ]   16    0    0   16 /   32    18.7s Stack parallel
[ ]   17    0    0   17 /   32    19.1s Stack parallel
[ ]   18    0    0   18 /   32    19.6s Stack parallel
[ ]   19    0    0   19 /   32    21.0s Stack parallel
[ ]   20    0    0   20 /   32    22.2s Stack parallel
[ ]   21    0    0   21 /   32    23.0s Stack parallel
[ ]   22    0    0   22 /   32    25.6s Stack parallel
[ ]   23    0    0   23 /   32    26.3s Stack parallel
[ ]   24    0    0   24 /   32    27.7s Stack parallel
[ ]   25    0    0   25 /   32    28.3s Stack parallel
[ ]   26    0    0   26 /   32    29.2s Stack parallel
[ ]   27    0    0   27 /   32    30.8s Stack parallel
[ ]   28    0    0   28 /   32    32.2s Stack parallel
[ ]   29    0    0   29 /   32    35.0s Stack parallel
[ ]   30    0    0   30 /   32    35.9s Stack parallel
[ ]   31    0    0   31 /   32    36.8s Stack parallel
[ ]   32    0    0   32 /   32    37.1s Stack parallel
[]   32    0    0   32 /   32    37.1s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt Leftist_heap (unscalable)')
Kcas Xt Leftist_heap (unscalable):
operations over time/1 worker, 1000 preload:
0.10 M/s
operations over time/1 worker, 100 preload:
1.06 M/s
operations over time/1 worker, 10 preload:
0.40 M/s
operations over time/2 workers, 1000 preload:
0.14 M/s
operations over time/2 workers, 100 preload:
0.96 M/s
operations over time/2 workers, 10 preload:
0.45 M/s
operations over time/4 workers, 1000 preload:
0.02 M/s
operations over time/4 workers, 100 preload:
0.07 M/s
operations over time/4 workers, 10 preload:
0.08 M/s
time per operation/1 worker, 1000 preload:
10499.68 ns
time per operation/1 worker, 100 preload:
942.96 ns
time per operation/1 worker, 10 preload:
2487.47 ns
time per operation/2 workers, 1000 preload:
14015.27 ns
time per operation/2 workers, 100 preload:
2091.30 ns
time per operation/2 workers, 10 preload:
4482.24 ns
time per operation/4 workers, 1000 preload:
216868.12 ns
time per operation/4 workers, 100 preload:
57893.08 ns
time per operation/4 workers, 10 preload:
49294.00 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
592.22 ns
time per transaction/2 workers:
91.26 ns
time per transaction/4 workers:
650.12 ns
transactions over time/1 worker:
1.69 M/s
transactions over time/2 workers:
21.91 M/s
transactions over time/4 workers:
6.15 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
50.86 M/s
operations over time/2 workers, 0% reads:
100.38 M/s
operations over time/4 workers, 0% reads:
4.58 M/s
time per operation/1 worker, 0% reads:
19.66 ns
time per operation/2 workers, 0% reads:
19.92 ns
time per operation/4 workers, 0% reads:
873.64 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.66 M/s
messages over time/1 nb adder, 2 nb takers:
0.23 M/s
messages over time/2 nb adders, 1 nb taker:
3.81 M/s
messages over time/2 nb adders, 2 nb takers:
0.40 M/s
messages over time/one domain:
2.99 M/s
time per message/1 nb adder, 1 nb taker:
3014.47 ns
time per message/1 nb adder, 2 nb takers:
12771.36 ns
time per message/2 nb adders, 1 nb taker:
786.75 ns
time per message/2 nb adders, 2 nb takers:
10004.84 ns
time per message/one domain:
333.96 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
4.56 M/s
operations over time/1 worker, 50% reads:
6.58 M/s
operations over time/1 worker, 90% reads:
20.90 M/s
operations over time/2 workers, 10% reads:
6.57 M/s
operations over time/2 workers, 50% reads:
5.56 M/s
operations over time/2 workers, 90% reads:
34.59 M/s
operations over time/4 workers, 10% reads:
0.34 M/s
operations over time/4 workers, 50% reads:
0.40 M/s
operations over time/4 workers, 90% reads:
11.30 M/s
time per operation/1 worker, 10% reads:
219.37 ns
time per operation/1 worker, 50% reads:
151.86 ns
time per operation/1 worker, 90% reads:
47.84 ns
time per operation/2 workers, 10% reads:
304.53 ns
time per operation/2 workers, 50% reads:
359.87 ns
time per operation/2 workers, 90% reads:
57.82 ns
time per operation/4 workers, 10% reads:
11936.11 ns
time per operation/4 workers, 50% reads:
10032.71 ns
time per operation/4 workers, 90% reads:
354.08 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
0.89 M/s
messages over time/1 adder, 1 taker:
3.33 M/s
messages over time/1 adder, 2 nb takers:
1.65 M/s
messages over time/1 adder, 2 takers:
2.60 M/s
messages over time/1 nb adder, 1 nb taker:
5.15 M/s
messages over time/1 nb adder, 1 taker:
1.19 M/s
messages over time/1 nb adder, 2 nb takers:
1.19 M/s
messages over time/1 nb adder, 2 takers:
0.95 M/s
messages over time/2 adders, 1 nb taker:
3.58 M/s
messages over time/2 adders, 1 taker:
2.64 M/s
messages over time/2 adders, 2 nb takers:
0.31 M/s
messages over time/2 adders, 2 takers:
2.11 M/s
messages over time/2 nb adders, 1 nb taker:
4.77 M/s
messages over time/2 nb adders, 1 taker:
3.57 M/s
messages over time/2 nb adders, 2 nb takers:
0.50 M/s
messages over time/2 nb adders, 2 takers:
1.75 M/s
time per message/1 adder, 1 nb taker:
2259.09 ns
time per message/1 adder, 1 taker:
600.40 ns
time per message/1 adder, 2 nb takers:
1815.08 ns
time per message/1 adder, 2 takers:
1154.55 ns
time per message/1 nb adder, 1 nb taker:
388.40 ns
time per message/1 nb adder, 1 taker:
1684.17 ns
time per message/1 nb adder, 2 nb takers:
2531.13 ns
time per message/1 nb adder, 2 takers:
3158.98 ns
time per message/2 adders, 1 nb taker:
838.42 ns
time per message/2 adders, 1 taker:
1138.35 ns
time per message/2 adders, 2 nb takers:
12891.38 ns
time per message/2 adders, 2 takers:
1897.59 ns
time per message/2 nb adders, 1 nb taker:
629.26 ns
time per message/2 nb adders, 1 taker:
841.33 ns
time per message/2 nb adders, 2 nb takers:
8002.55 ns
time per message/2 nb adders, 2 takers:
2280.66 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
8.80 M/s
messages over time/1 nb adder, 1 taker:
3.49 M/s
messages over time/1 nb adder, 2 nb takers:
0.31 M/s
messages over time/1 nb adder, 2 takers:
2.15 M/s
messages over time/2 nb adders, 1 nb taker:
0.53 M/s
messages over time/2 nb adders, 1 taker:
5.70 M/s
messages over time/2 nb adders, 2 nb takers:
0.35 M/s
messages over time/2 nb adders, 2 takers:
1.05 M/s
messages over time/one domain:
14.42 M/s
time per message/1 nb adder, 1 nb taker:
227.34 ns
time per message/1 nb adder, 1 taker:
573.37 ns
time per message/1 nb adder, 2 nb takers:
9614.45 ns
time per message/1 nb adder, 2 takers:
1395.95 ns
time per message/2 nb adders, 1 nb taker:
5680.59 ns
time per message/2 nb adders, 1 taker:
526.50 ns
time per message/2 nb adders, 2 nb takers:
11446.95 ns
time per message/2 nb adders, 2 takers:
3811.11 ns
time per message/one domain:
69.35 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
9.41 M/s
messages over time/1 nb adder, 1 taker:
3.84 M/s
messages over time/1 nb adder, 2 nb takers:
2.16 M/s
messages over time/1 nb adder, 2 takers:
2.80 M/s
messages over time/2 nb adders, 1 nb taker:
1.52 M/s
messages over time/2 nb adders, 1 taker:
1.51 M/s
messages over time/2 nb adders, 2 nb takers:
0.68 M/s
messages over time/2 nb adders, 2 takers:
8.75 M/s
messages over time/one domain:
14.49 M/s
time per message/1 nb adder, 1 nb taker:
212.60 ns
time per message/1 nb adder, 1 taker:
521.11 ns
time per message/1 nb adder, 2 nb takers:
1386.48 ns
time per message/1 nb adder, 2 takers:
1073.18 ns
time per message/2 nb adders, 1 nb taker:
1968.41 ns
time per message/2 nb adders, 1 taker:
1982.70 ns
time per message/2 nb adders, 2 nb takers:
5869.02 ns
time per message/2 nb adders, 2 takers:
457.33 ns
time per message/one domain:
69.02 ns
2025-03-25 17:23.03 ---> saved as "88dd8fd87912d55f08696731f7451d8237d2fdaf589c978a74e96ed518d41688"
Job succeeded
2025-03-25 17:23.03: Job succeeded