Organisationsocaml-multicorekcasb8cb2c ()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:29.35: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/sleeping-barbers-example (b8cb2c44bfa8f239208ff3a90cf04f7c3de8cacb) (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 "sleeping-barbers-example" && cd "kcas" && git reset --hard b8cb2c44
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:29.35: 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:29.35: 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:29.35: Waiting for resource in pool OCluster
2025-03-25 13:29.35: Waiting for worker…
2025-03-25 18:01.15: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at b8cb2c4 Sleeping barbers


(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 18:01.16 ---> 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 18:01.16 ---> 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 18:01.16 ---> 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 18:01.16 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-25 18:01.16 ---> 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 18:01.16 ---> using "d9d1adeb32bef98398010e022650298f65f934d912783dce457c5aff4de2d0b6" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-03-25 18:01.16 ---> using "3aa8f9cdd54da20978cd200c692e6a32df2988df72d4b18ff2fc8038a28d8dbc" from cache


/src: (run (network host)
(shell  "opam pin add -yn kcas_data.dev './' && \
\nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2025-03-25 18:01.16 ---> using "001065da0ec101deda8b63bc14ad5e875d39870d9c96d27801fd16fa7e1328b9" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-25 18:01.16 ---> using "65f24776eb63140938f62e0877b2d9142ba4997a032498070d2cb029c9d2b778" from cache


/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 18:01.16 ---> using "3cfdc02f4b3f39e419c03417358cadd9db967fb24bb594f2089a453b5f4ef178" from cache


/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 18:01.16 ---> using "1deb9f52e382b0b06c208ac8a979978711470c3fa58eb69182e1f9cc1ce34c0c" from cache


/src: (copy (src .) (dst /src))
2025-03-25 18:01.20 ---> saved as "093a7a67dfb50ebab819e5a349486745a9c3c8ee7efb72634f820ab07fa89ee6"


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


[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.297s. 2 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `MH81IVUI'.


[OK]          await between threads          0


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.147s. 1 test run.
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `VCPB3P56'.


[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 8.208s. 17 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `WJO18D1P'.


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


[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 && ./accumulator_test_stm.exe)
random seed: 249781868915899192
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     1.1s Accumulator parallel
[ ]    2    0    0    2 /   32     2.7s Accumulator parallel
[ ]    3    0    0    3 /   32     3.8s Accumulator parallel
[ ]    4    0    0    4 /   32     4.1s Accumulator parallel
[ ]    5    0    0    5 /   32     5.0s Accumulator parallel
[ ]    6    0    0    6 /   32     5.6s Accumulator parallel
[ ]    7    0    0    7 /   32     6.4s Accumulator parallel
[ ]    8    0    0    8 /   32     7.2s Accumulator parallel
[ ]    9    0    0    9 /   32     9.3s Accumulator parallel
[ ]   10    0    0   10 /   32    10.2s Accumulator parallel
[ ]   11    0    0   11 /   32    11.4s Accumulator parallel
[ ]   12    0    0   12 /   32    13.0s Accumulator parallel
[ ]   13    0    0   13 /   32    13.3s Accumulator parallel
[ ]   14    0    0   14 /   32    14.7s Accumulator parallel
[ ]   16    0    0   16 /   32    15.0s Accumulator parallel
[ ]   17    0    0   17 /   32    17.0s Accumulator parallel
[ ]   18    0    0   18 /   32    18.3s Accumulator parallel
[ ]   19    0    0   19 /   32    19.7s Accumulator parallel
[ ]   20    0    0   20 /   32    20.4s Accumulator parallel
[ ]   21    0    0   21 /   32    21.2s Accumulator parallel
[ ]   22    0    0   22 /   32    22.6s Accumulator parallel
[ ]   23    0    0   23 /   32    23.2s Accumulator parallel
[ ]   24    0    0   24 /   32    24.1s Accumulator parallel
[ ]   25    0    0   25 /   32    24.8s Accumulator parallel
[ ]   26    0    0   26 /   32    26.7s Accumulator parallel
[ ]   27    0    0   27 /   32    28.3s Accumulator parallel
[ ]   28    0    0   28 /   32    29.6s Accumulator parallel
[ ]   29    0    0   29 /   32    30.6s Accumulator parallel
[ ]   30    0    0   30 /   32    31.3s Accumulator parallel
[ ]   32    0    0   32 /   32    31.7s Accumulator parallel
[]   32    0    0   32 /   32    31.7s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 53131202210569928
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.5s Accumulator parallel
[ ]    2    0    0    2 /   32     1.5s Accumulator parallel
[ ]    3    0    0    3 /   32     2.4s Accumulator parallel
[ ]    4    0    0    4 /   32     3.2s Accumulator parallel
[ ]    5    0    0    5 /   32     4.6s Accumulator parallel
[ ]    6    0    0    6 /   32     5.3s Accumulator parallel
[ ]    7    0    0    7 /   32     5.7s Accumulator parallel
[ ]    8    0    0    8 /   32     6.0s Accumulator parallel
[ ]    9    0    0    9 /   32     7.0s Accumulator parallel
[ ]   10    0    0   10 /   32     8.2s Accumulator parallel
[ ]   11    0    0   11 /   32     8.8s Accumulator parallel
[ ]   12    0    0   12 /   32     9.9s Accumulator parallel
[ ]   13    0    0   13 /   32    11.2s Accumulator parallel
[ ]   14    0    0   14 /   32    11.5s Accumulator parallel
[ ]   15    0    0   15 /   32    11.9s Accumulator parallel
[ ]   16    0    0   16 /   32    13.3s Accumulator parallel
[ ]   17    0    0   17 /   32    14.4s Accumulator parallel
[ ]   18    0    0   18 /   32    14.9s Accumulator parallel
[ ]   19    0    0   19 /   32    15.8s Accumulator parallel
[ ]   20    0    0   20 /   32    17.0s Accumulator parallel
[ ]   21    0    0   21 /   32    18.7s Accumulator parallel
[ ]   22    0    0   22 /   32    19.6s Accumulator parallel
[ ]   23    0    0   23 /   32    20.5s Accumulator parallel
[ ]   24    0    0   24 /   32    22.4s Accumulator parallel
[ ]   25    0    0   25 /   32    23.3s Accumulator parallel
[ ]   26    0    0   26 /   32    23.9s Accumulator parallel
[ ]   27    0    0   27 /   32    24.8s Accumulator parallel
[ ]   28    0    0   28 /   32    25.9s Accumulator parallel
[ ]   29    0    0   29 /   32    26.6s Accumulator parallel
[ ]   30    0    0   30 /   32    27.5s Accumulator parallel
[ ]   31    0    0   31 /   32    29.1s Accumulator parallel
[ ]   32    0    0   32 /   32    30.5s Accumulator parallel
[]   32    0    0   32 /   32    30.5s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `7XWQ9JEI'.


[OK]          basics            0
[OK]          capacity          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.001s. 2 tests run.
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 3741349757373631202
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     2.7s Dllist parallel
[ ]    2    0    0    2 /   32     3.6s Dllist parallel
[ ]    3    0    0    3 /   32     4.2s Dllist parallel
[ ]    4    0    0    4 /   32     5.3s Dllist parallel
[ ]    5    0    0    5 /   32     5.7s Dllist parallel
[ ]    7    0    0    7 /   32     6.3s Dllist parallel
[ ]    8    0    0    8 /   32     7.4s Dllist parallel
[ ]    9    0    0    9 /   32     9.6s Dllist parallel
[ ]   10    0    0   10 /   32    10.1s Dllist parallel
[ ]   11    0    0   11 /   32    10.9s Dllist parallel
[ ]   12    0    0   12 /   32    12.8s Dllist parallel
[ ]   13    0    0   13 /   32    14.8s Dllist parallel
[ ]   14    0    0   14 /   32    15.7s Dllist parallel
[ ]   15    0    0   15 /   32    16.9s Dllist parallel
[ ]   16    0    0   16 /   32    18.4s Dllist parallel
[ ]   17    0    0   17 /   32    19.6s Dllist parallel
[ ]   18    0    0   18 /   32    20.3s Dllist parallel
[ ]   19    0    0   19 /   32    21.2s Dllist parallel
[ ]   20    0    0   20 /   32    22.0s Dllist parallel
[ ]   21    0    0   21 /   32    22.6s Dllist parallel
[ ]   22    0    0   22 /   32    23.7s Dllist parallel
[ ]   23    0    0   23 /   32    24.7s Dllist parallel
[ ]   24    0    0   24 /   32    26.6s Dllist parallel
[ ]   25    0    0   25 /   32    27.4s Dllist parallel
[ ]   26    0    0   26 /   32    29.3s Dllist parallel
[ ]   27    0    0   27 /   32    29.7s Dllist parallel
[ ]   28    0    0   28 /   32    30.6s Dllist parallel
[ ]   29    0    0   29 /   32    31.6s Dllist parallel
[ ]   30    0    0   30 /   32    32.8s Dllist parallel
[ ]   31    0    0   31 /   32    33.5s Dllist parallel
[ ]   32    0    0   32 /   32    34.2s Dllist parallel
[]   32    0    0   32 /   32    34.2s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3389767399395003116
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.6s Dllist parallel
[ ]    2    0    0    2 /   32     1.8s Dllist parallel
[ ]    3    0    0    3 /   32     2.6s Dllist parallel
[ ]    4    0    0    4 /   32     3.4s Dllist parallel
[ ]    5    0    0    5 /   32     4.8s Dllist parallel
[ ]    6    0    0    6 /   32     5.5s Dllist parallel
[ ]    7    0    0    7 /   32     6.7s Dllist parallel
[ ]    8    0    0    8 /   32     8.1s Dllist parallel
[ ]    9    0    0    9 /   32     8.7s Dllist parallel
[ ]   10    0    0   10 /   32     9.8s Dllist parallel
[ ]   11    0    0   11 /   32    10.4s Dllist parallel
[ ]   12    0    0   12 /   32    10.7s Dllist parallel
[ ]   13    0    0   13 /   32    11.2s Dllist parallel
[ ]   14    0    0   14 /   32    12.1s Dllist parallel
[ ]   15    0    0   15 /   32    13.1s Dllist parallel
[ ]   16    0    0   16 /   32    14.5s Dllist parallel
[ ]   17    0    0   17 /   32    16.8s Dllist parallel
[ ]   18    0    0   18 /   32    18.5s Dllist parallel
[ ]   19    0    0   19 /   32    20.6s Dllist parallel
[ ]   20    0    0   20 /   32    21.3s Dllist parallel
[ ]   21    0    0   21 /   32    22.0s Dllist parallel
[ ]   22    0    0   22 /   32    23.1s Dllist parallel
[ ]   23    0    0   23 /   32    23.8s Dllist parallel
[ ]   24    0    0   24 /   32    24.5s Dllist parallel
[ ]   25    0    0   25 /   32    25.9s Dllist parallel
[ ]   26    0    0   26 /   32    27.2s Dllist parallel
[ ]   27    0    0   27 /   32    27.9s Dllist parallel
[ ]   28    0    0   28 /   32    29.8s Dllist parallel
[ ]   29    0    0   29 /   32    30.6s Dllist parallel
[ ]   30    0    0   30 /   32    31.9s Dllist parallel
[ ]   31    0    0   31 /   32    33.0s Dllist parallel
[ ]   32    0    0   32 /   32    34.5s Dllist parallel
[]   32    0    0   32 /   32    34.5s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 21825390480353263
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     0.8s Hashtbl_with_order parallel
[ ]    2    0    0    2 /   32     2.1s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   32     3.0s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   32     5.6s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   32     6.6s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   32     7.8s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   32     9.1s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   32    10.9s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   32    13.7s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   32    14.7s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   32    15.7s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   32    16.4s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   32    17.2s Hashtbl_with_order parallel
[ ]   14    0    0   14 /   32    18.5s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   32    19.4s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   32    20.7s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   32    21.1s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   32    23.5s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   32    25.2s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   32    26.1s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   32    26.9s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   32    27.7s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   32    28.8s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   32    29.7s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   32    30.6s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   32    32.0s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   32    33.0s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   32    34.2s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   32    35.5s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   32    36.5s Hashtbl_with_order parallel
[ ]   31    0    0   31 /   32    38.3s Hashtbl_with_order parallel
[ ]   32    0    0   32 /   32    38.7s Hashtbl_with_order parallel
[]   32    0    0   32 /   32    38.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 2234913226274036692
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.5s Hashtbl_with_order parallel
[ ]    2    0    0    2 /   32     0.7s Hashtbl_with_order parallel
[ ]    3    0    0    3 /   32     1.2s Hashtbl_with_order parallel
[ ]    4    0    0    4 /   32     2.5s Hashtbl_with_order parallel
[ ]    5    0    0    5 /   32     3.5s Hashtbl_with_order parallel
[ ]    6    0    0    6 /   32     4.4s Hashtbl_with_order parallel
[ ]    7    0    0    7 /   32     5.2s Hashtbl_with_order parallel
[ ]    8    0    0    8 /   32     7.1s Hashtbl_with_order parallel
[ ]    9    0    0    9 /   32     8.6s Hashtbl_with_order parallel
[ ]   10    0    0   10 /   32    11.7s Hashtbl_with_order parallel
[ ]   11    0    0   11 /   32    13.5s Hashtbl_with_order parallel
[ ]   12    0    0   12 /   32    15.0s Hashtbl_with_order parallel
[ ]   13    0    0   13 /   32    15.6s Hashtbl_with_order parallel
[ ]   14    0    0   14 /   32    16.3s Hashtbl_with_order parallel
[ ]   15    0    0   15 /   32    18.6s Hashtbl_with_order parallel
[ ]   16    0    0   16 /   32    19.3s Hashtbl_with_order parallel
[ ]   17    0    0   17 /   32    21.4s Hashtbl_with_order parallel
[ ]   18    0    0   18 /   32    22.1s Hashtbl_with_order parallel
[ ]   19    0    0   19 /   32    23.3s Hashtbl_with_order parallel
[ ]   20    0    0   20 /   32    25.4s Hashtbl_with_order parallel
[ ]   21    0    0   21 /   32    27.5s Hashtbl_with_order parallel
[ ]   22    0    0   22 /   32    30.0s Hashtbl_with_order parallel
[ ]   23    0    0   23 /   32    34.0s Hashtbl_with_order parallel
[ ]   24    0    0   24 /   32    34.8s Hashtbl_with_order parallel
[ ]   25    0    0   25 /   32    36.2s Hashtbl_with_order parallel
[ ]   26    0    0   26 /   32    37.3s Hashtbl_with_order parallel
[ ]   27    0    0   27 /   32    38.6s Hashtbl_with_order parallel
[ ]   28    0    0   28 /   32    39.3s Hashtbl_with_order parallel
[ ]   29    0    0   29 /   32    41.1s Hashtbl_with_order parallel
[ ]   30    0    0   30 /   32    41.7s Hashtbl_with_order parallel
[ ]   31    0    0   31 /   32    42.4s Hashtbl_with_order parallel
[ ]   32    0    0   32 /   32    43.8s Hashtbl_with_order parallel
[]   32    0    0   32 /   32    43.8s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `N1CITD8N'.


[OK]          basics            0
[OK]          capacity          0


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.007s. 2 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `Y420U34I'.


[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 `WLS1ODT6'.


[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.032s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
43.09 M/s
ops over time/get:
302.65 M/s
ops over time/incr:
38.67 M/s
ops over time/push & pop:
5.20 M/s
ops over time/swap:
43.93 M/s
ops over time/xchg int:
25.50 M/s
time per op/cas int:
23.21 ns
time per op/get:
3.30 ns
time per op/incr:
25.86 ns
time per op/push & pop:
192.43 ns
time per op/swap:
22.76 ns
time per op/xchg int:
39.21 ns
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
9.42 ns
time per transaction/1 loc tx:
90.22 ns
time per transaction/2 loc tx:
136.25 ns
time per transaction/4 loc tx:
436.84 ns
time per transaction/8 loc tx:
255.94 ns
transactions over time/0 loc tx:
106.18 M/s
transactions over time/1 loc tx:
11.08 M/s
transactions over time/2 loc tx:
7.34 M/s
transactions over time/4 loc tx:
2.29 M/s
transactions over time/8 loc tx:
3.91 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
10.03 ns
time per transaction/1 loc tx:
26.72 ns
time per transaction/2 loc tx:
101.43 ns
time per transaction/4 loc tx:
131.01 ns
time per transaction/8 loc tx:
152.88 ns
transactions over time/0 loc tx:
99.67 M/s
transactions over time/1 loc tx:
37.43 M/s
transactions over time/2 loc tx:
9.86 M/s
transactions over time/4 loc tx:
7.63 M/s
transactions over time/8 loc tx:
6.54 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
10.02 ns
time per transaction/1 loc tx:
29.49 ns
time per transaction/2 loc tx:
86.44 ns
time per transaction/4 loc tx:
200.72 ns
time per transaction/8 loc tx:
146.49 ns
transactions over time/0 loc tx:
99.76 M/s
transactions over time/1 loc tx:
33.91 M/s
transactions over time/2 loc tx:
11.57 M/s
transactions over time/4 loc tx:
4.98 M/s
transactions over time/8 loc tx:
6.83 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
86.56 ns
time per transaction/2 workers:
89.18 ns
time per transaction/4 workers:
3839.94 ns
transactions over time/1 worker:
11.55 M/s
transactions over time/2 workers:
22.43 M/s
transactions over time/4 workers:
1.04 M/s
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2857678404911471249
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     1.2s Hashtbl parallel
[ ]    2    0    0    2 /   32     2.4s Hashtbl parallel
[ ]    3    0    0    3 /   32     3.3s Hashtbl parallel
[ ]    4    0    0    4 /   32     4.1s Hashtbl parallel
[ ]    5    0    0    5 /   32     5.0s Hashtbl parallel
[ ]    6    0    0    6 /   32     7.2s Hashtbl parallel
[ ]    7    0    0    7 /   32     7.9s Hashtbl parallel
[ ]    8    0    0    8 /   32     8.5s Hashtbl parallel
[ ]    9    0    0    9 /   32    10.1s Hashtbl parallel
[ ]   10    0    0   10 /   32    11.2s Hashtbl parallel
[ ]   11    0    0   11 /   32    12.6s Hashtbl parallel
[ ]   12    0    0   12 /   32    14.6s Hashtbl parallel
[ ]   13    0    0   13 /   32    14.9s Hashtbl parallel
[ ]   14    0    0   14 /   32    16.3s Hashtbl parallel
[ ]   15    0    0   15 /   32    16.9s Hashtbl parallel
[ ]   16    0    0   16 /   32    17.9s Hashtbl parallel
[ ]   17    0    0   17 /   32    18.8s Hashtbl parallel
[ ]   18    0    0   18 /   32    19.7s Hashtbl parallel
[ ]   19    0    0   19 /   32    20.5s Hashtbl parallel
[ ]   20    0    0   20 /   32    21.5s Hashtbl parallel
[ ]   21    0    0   21 /   32    22.5s Hashtbl parallel
[ ]   22    0    0   22 /   32    23.9s Hashtbl parallel
[ ]   23    0    0   23 /   32    24.9s Hashtbl parallel
[ ]   24    0    0   24 /   32    26.6s Hashtbl parallel
[ ]   25    0    0   25 /   32    27.4s Hashtbl parallel
[ ]   26    0    0   26 /   32    28.7s Hashtbl parallel
[ ]   27    0    0   27 /   32    29.6s Hashtbl parallel
[ ]   28    0    0   28 /   32    30.8s Hashtbl parallel
[ ]   29    0    0   29 /   32    31.4s Hashtbl parallel
[ ]   30    0    0   30 /   32    31.9s Hashtbl parallel
[ ]   31    0    0   31 /   32    32.5s Hashtbl parallel
[ ]   32    0    0   32 /   32    33.6s Hashtbl parallel
[]   32    0    0   32 /   32    33.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 2316324285096174702
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.6s Hashtbl parallel
[ ]    2    0    0    2 /   32     1.3s Hashtbl parallel
[ ]    3    0    0    3 /   32     2.5s Hashtbl parallel
[ ]    4    0    0    4 /   32     4.0s Hashtbl parallel
[ ]    5    0    0    5 /   32     5.4s Hashtbl parallel
[ ]    6    0    0    6 /   32     6.3s Hashtbl parallel
[ ]    7    0    0    7 /   32     6.8s Hashtbl parallel
[ ]    8    0    0    8 /   32     7.4s Hashtbl parallel
[ ]    9    0    0    9 /   32     8.1s Hashtbl parallel
[ ]   10    0    0   10 /   32     8.3s Hashtbl parallel
[ ]   12    0    0   12 /   32     8.9s Hashtbl parallel
[ ]   13    0    0   13 /   32     9.1s Hashtbl parallel
[ ]   14    0    0   14 /   32     9.6s Hashtbl parallel
[ ]   15    0    0   15 /   32    10.2s Hashtbl parallel
[ ]   16    0    0   16 /   32    10.8s Hashtbl parallel
[ ]   17    0    0   17 /   32    11.3s Hashtbl parallel
[ ]   18    0    0   18 /   32    11.7s Hashtbl parallel
[ ]   19    0    0   19 /   32    13.6s Hashtbl parallel
[ ]   20    0    0   20 /   32    14.9s Hashtbl parallel
[ ]   21    0    0   21 /   32    16.7s Hashtbl parallel
[ ]   22    0    0   22 /   32    18.0s Hashtbl parallel
[ ]   23    0    0   23 /   32    19.2s Hashtbl parallel
[ ]   24    0    0   24 /   32    19.8s Hashtbl parallel
[ ]   25    0    0   25 /   32    20.3s Hashtbl parallel
[ ]   26    0    0   26 /   32    21.7s Hashtbl parallel
[ ]   27    0    0   27 /   32    22.1s Hashtbl parallel
[ ]   28    0    0   28 /   32    22.9s Hashtbl parallel
[ ]   29    0    0   29 /   32    24.5s Hashtbl parallel
[ ]   30    0    0   30 /   32    25.6s Hashtbl parallel
[ ]   31    0    0   31 /   32    25.8s Hashtbl parallel
[ ]   32    0    0   32 /   32    26.0s Hashtbl parallel
[]   32    0    0   32 /   32    26.0s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3277892632351741052
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.7s Hashtbl parallel
[ ]    2    0    0    2 /   32     2.1s Hashtbl parallel
[ ]    3    0    0    3 /   32     3.0s Hashtbl parallel
[ ]    4    0    0    4 /   32     4.0s Hashtbl parallel
[ ]    5    0    0    5 /   32     6.0s Hashtbl parallel
[ ]    6    0    0    6 /   32     8.1s Hashtbl parallel
[ ]    7    0    0    7 /   32     9.7s Hashtbl parallel
[ ]    8    0    0    8 /   32    14.5s Hashtbl parallel
[ ]    9    0    0    9 /   32    16.1s Hashtbl parallel
[ ]   10    0    0   10 /   32    17.7s Hashtbl parallel
[ ]   11    0    0   11 /   32    18.5s Hashtbl parallel
[ ]   12    0    0   12 /   32    19.9s Hashtbl parallel
[ ]   13    0    0   13 /   32    20.9s Hashtbl parallel
[ ]   14    0    0   14 /   32    22.3s Hashtbl parallel
[ ]   15    0    0   15 /   32    22.8s Hashtbl parallel
[ ]   16    0    0   16 /   32    23.8s Hashtbl parallel
[ ]   17    0    0   17 /   32    25.1s Hashtbl parallel
[ ]   18    0    0   18 /   32    26.4s Hashtbl parallel
[ ]   19    0    0   19 /   32    28.8s Hashtbl parallel
[ ]   20    0    0   20 /   32    29.7s Hashtbl parallel
[ ]   21    0    0   21 /   32    30.5s Hashtbl parallel
[ ]   22    0    0   22 /   32    32.5s Hashtbl parallel
[ ]   23    0    0   23 /   32    33.3s Hashtbl parallel
[ ]   24    0    0   24 /   32    35.3s Hashtbl parallel
[ ]   25    0    0   25 /   32    36.1s Hashtbl parallel
[ ]   26    0    0   26 /   32    38.3s Hashtbl parallel
[ ]   27    0    0   27 /   32    41.9s Hashtbl parallel
[ ]   28    0    0   28 /   32    44.7s Hashtbl parallel
[ ]   29    0    0   29 /   32    45.8s Hashtbl parallel
[ ]   30    0    0   30 /   32    47.3s Hashtbl parallel
[ ]   31    0    0   31 /   32    48.0s Hashtbl parallel
[ ]   32    0    0   32 /   32    51.0s Hashtbl parallel
[]   32    0    0   32 /   32    51.0s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
50.45 M/s
operations over time/2 workers, 0% reads:
99.76 M/s
operations over time/4 workers, 0% reads:
5.36 M/s
time per operation/1 worker, 0% reads:
19.82 ns
time per operation/2 workers, 0% reads:
20.05 ns
time per operation/4 workers, 0% reads:
745.93 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.14 M/s
messages over time/1 nb adder, 2 nb takers:
0.06 M/s
messages over time/2 nb adders, 1 nb taker:
0.07 M/s
messages over time/2 nb adders, 2 nb takers:
0.08 M/s
messages over time/one domain:
0.77 M/s
time per message/1 nb adder, 1 nb taker:
14089.65 ns
time per message/1 nb adder, 2 nb takers:
47885.41 ns
time per message/2 nb adders, 1 nb taker:
44358.91 ns
time per message/2 nb adders, 2 nb takers:
50068.59 ns
time per message/one domain:
1301.72 ns
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3110573686921780505
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.6s Queue parallel
[ ]    2    0    0    2 /   32     2.4s Queue parallel
[ ]    3    0    0    3 /   32     3.5s Queue parallel
[ ]    4    0    0    4 /   32     4.6s Queue parallel
[ ]    5    0    0    5 /   32     6.1s Queue parallel
[ ]    6    0    0    6 /   32     9.0s Queue parallel
[ ]    7    0    0    7 /   32    10.9s Queue parallel
[ ]    8    0    0    8 /   32    14.2s Queue parallel
[ ]    9    0    0    9 /   32    15.7s Queue parallel
[ ]   10    0    0   10 /   32    16.6s Queue parallel
[ ]   11    0    0   11 /   32    17.5s Queue parallel
[ ]   12    0    0   12 /   32    18.9s Queue parallel
[ ]   13    0    0   13 /   32    19.6s Queue parallel
[ ]   14    0    0   14 /   32    20.2s Queue parallel
[ ]   15    0    0   15 /   32    21.5s Queue parallel
[ ]   16    0    0   16 /   32    21.9s Queue parallel
[ ]   17    0    0   17 /   32    22.3s Queue parallel
[ ]   18    0    0   18 /   32    23.1s Queue parallel
[ ]   19    0    0   19 /   32    24.8s Queue parallel
[ ]   20    0    0   20 /   32    25.4s Queue parallel
[ ]   21    0    0   21 /   32    26.1s Queue parallel
[ ]   22    0    0   22 /   32    27.5s Queue parallel
[ ]   23    0    0   23 /   32    28.6s Queue parallel
[ ]   24    0    0   24 /   32    29.4s Queue parallel
[ ]   25    0    0   25 /   32    30.6s Queue parallel
[ ]   26    0    0   26 /   32    32.6s Queue parallel
[ ]   27    0    0   27 /   32    34.8s Queue parallel
[ ]   28    0    0   28 /   32    35.4s Queue parallel
[ ]   29    0    0   29 /   32    36.0s Queue parallel
[ ]   30    0    0   30 /   32    36.3s Queue parallel
[ ]   31    0    0   31 /   32    40.1s Queue parallel
[ ]   32    0    0   32 /   32    41.8s Queue parallel
[]   32    0    0   32 /   32    41.8s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1681484623367017132
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.3s Queue parallel
[ ]    2    0    0    2 /   32     3.9s Queue parallel
[ ]    3    0    0    3 /   32     5.2s Queue parallel
[ ]    4    0    0    4 /   32     5.7s Queue parallel
[ ]    5    0    0    5 /   32     6.8s Queue parallel
[ ]    6    0    0    6 /   32    11.3s Queue parallel
[ ]    7    0    0    7 /   32    12.1s Queue parallel
[ ]    8    0    0    8 /   32    12.9s Queue parallel
[ ]    9    0    0    9 /   32    13.5s Queue parallel
[ ]   10    0    0   10 /   32    14.3s Queue parallel
[ ]   11    0    0   11 /   32    16.6s Queue parallel
[ ]   12    0    0   12 /   32    17.3s Queue parallel
[ ]   13    0    0   13 /   32    18.1s Queue parallel
[ ]   14    0    0   14 /   32    19.2s Queue parallel
[ ]   15    0    0   15 /   32    20.6s Queue parallel
[ ]   16    0    0   16 /   32    22.5s Queue parallel
[ ]   17    0    0   17 /   32    23.3s Queue parallel
[ ]   18    0    0   18 /   32    24.5s Queue parallel
[ ]   19    0    0   19 /   32    25.2s Queue parallel
[ ]   20    0    0   20 /   32    26.9s Queue parallel
[ ]   21    0    0   21 /   32    31.4s Queue parallel
[ ]   22    0    0   22 /   32    33.3s Queue parallel
[ ]   23    0    0   23 /   32    34.4s Queue parallel
[ ]   24    0    0   24 /   32    34.8s Queue parallel
[ ]   25    0    0   25 /   32    36.1s Queue parallel
[ ]   26    0    0   26 /   32    37.6s Queue parallel
[ ]   27    0    0   27 /   32    40.6s Queue parallel
[ ]   28    0    0   28 /   32    41.6s Queue parallel
[ ]   29    0    0   29 /   32    42.0s Queue parallel
[ ]   30    0    0   30 /   32    42.6s Queue parallel
[ ]   31    0    0   31 /   32    45.3s Queue parallel
[ ]   32    0    0   32 /   32    46.7s Queue parallel
[]   32    0    0   32 /   32    46.7s Queue 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:
7.27 M/s
operations over time/1 worker, 50% reads:
5.96 M/s
operations over time/1 worker, 90% reads:
9.01 M/s
operations over time/2 workers, 10% reads:
12.88 M/s
operations over time/2 workers, 50% reads:
14.19 M/s
operations over time/2 workers, 90% reads:
25.09 M/s
operations over time/4 workers, 10% reads:
0.63 M/s
operations over time/4 workers, 50% reads:
0.91 M/s
operations over time/4 workers, 90% reads:
3.28 M/s
time per operation/1 worker, 10% reads:
137.62 ns
time per operation/1 worker, 50% reads:
167.82 ns
time per operation/1 worker, 90% reads:
111.00 ns
time per operation/2 workers, 10% reads:
155.28 ns
time per operation/2 workers, 50% reads:
140.99 ns
time per operation/2 workers, 90% reads:
79.71 ns
time per operation/4 workers, 10% reads:
6377.60 ns
time per operation/4 workers, 50% reads:
4377.35 ns
time per operation/4 workers, 90% reads:
1220.47 ns
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1984117214971251325
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     3.3s Stack parallel
[ ]    2    0    0    2 /   32     4.8s Stack parallel
[ ]    3    0    0    3 /   32     8.0s Stack parallel
[ ]    4    0    0    4 /   32     8.8s Stack parallel
[ ]    5    0    0    5 /   32    10.6s Stack parallel
[ ]    6    0    0    6 /   32    11.6s Stack parallel
[ ]    7    0    0    7 /   32    12.7s Stack parallel
[ ]    8    0    0    8 /   32    13.3s Stack parallel
[ ]    9    0    0    9 /   32    14.5s Stack parallel
[ ]   10    0    0   10 /   32    15.7s Stack parallel
[ ]   11    0    0   11 /   32    16.1s Stack parallel
[ ]   12    0    0   12 /   32    17.5s Stack parallel
[ ]   13    0    0   13 /   32    18.5s Stack parallel
[ ]   14    0    0   14 /   32    19.3s Stack parallel
[ ]   15    0    0   15 /   32    20.5s Stack parallel
[ ]   16    0    0   16 /   32    22.2s Stack parallel
[ ]   17    0    0   17 /   32    23.5s Stack parallel
[ ]   18    0    0   18 /   32    24.6s Stack parallel
[ ]   19    0    0   19 /   32    25.8s Stack parallel
[ ]   20    0    0   20 /   32    27.2s Stack parallel
[ ]   21    0    0   21 /   32    28.8s Stack parallel
[ ]   22    0    0   22 /   32    31.0s Stack parallel
[ ]   23    0    0   23 /   32    35.5s Stack parallel
[ ]   24    0    0   24 /   32    38.2s Stack parallel
[ ]   25    0    0   25 /   32    39.4s Stack parallel
[ ]   26    0    0   26 /   32    40.7s Stack parallel
[ ]   27    0    0   27 /   32    41.2s Stack parallel
[ ]   28    0    0   28 /   32    45.0s Stack parallel
[ ]   29    0    0   29 /   32    47.5s Stack parallel
[ ]   30    0    0   30 /   32    48.4s Stack parallel
[ ]   31    0    0   31 /   32    48.7s Stack parallel
[ ]   32    0    0   32 /   32    49.8s Stack parallel
[]   32    0    0   32 /   32    49.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2286858099092347855
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     2.0s Stack parallel
[ ]    2    0    0    2 /   32     3.1s Stack parallel
[ ]    3    0    0    3 /   32     3.8s Stack parallel
[ ]    4    0    0    4 /   32     4.7s Stack parallel
[ ]    5    0    0    5 /   32     6.5s Stack parallel
[ ]    6    0    0    6 /   32     8.2s Stack parallel
[ ]    7    0    0    7 /   32    10.4s Stack parallel
[ ]    8    0    0    8 /   32    11.3s Stack parallel
[ ]    9    0    0    9 /   32    15.2s Stack parallel
[ ]   10    0    0   10 /   32    17.5s Stack parallel
[ ]   11    0    0   11 /   32    19.1s Stack parallel
[ ]   12    0    0   12 /   32    20.4s Stack parallel
[ ]   13    0    0   13 /   32    21.8s Stack parallel
[ ]   14    0    0   14 /   32    22.5s Stack parallel
[ ]   15    0    0   15 /   32    26.1s Stack parallel
[ ]   16    0    0   16 /   32    26.5s Stack parallel
[ ]   17    0    0   17 /   32    27.3s Stack parallel
[ ]   18    0    0   18 /   32    27.5s Stack parallel
[ ]   19    0    0   19 /   32    28.9s Stack parallel
[ ]   20    0    0   20 /   32    31.7s Stack parallel
[ ]   21    0    0   21 /   32    34.7s Stack parallel
[ ]   22    0    0   22 /   32    35.8s Stack parallel
[ ]   23    0    0   23 /   32    37.8s Stack parallel
[ ]   24    0    0   24 /   32    41.0s Stack parallel
[ ]   25    0    0   25 /   32    43.2s Stack parallel
[ ]   26    0    0   26 /   32    45.0s Stack parallel
[ ]   27    0    0   27 /   32    45.6s Stack parallel
[ ]   28    0    0   28 /   32    46.5s Stack parallel
[ ]   29    0    0   29 /   32    48.2s Stack parallel
[ ]   30    0    0   30 /   32    49.4s Stack parallel
[ ]   31    0    0   31 /   32    53.0s Stack parallel
[ ]   32    0    0   32 /   32    54.2s Stack parallel
[]   32    0    0   32 /   32    54.2s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
3.87 M/s
messages over time/1 adder, 1 taker:
2.88 M/s
messages over time/1 adder, 2 nb takers:
1.29 M/s
messages over time/1 adder, 2 takers:
1.40 M/s
messages over time/1 nb adder, 1 nb taker:
5.22 M/s
messages over time/1 nb adder, 1 taker:
2.99 M/s
messages over time/1 nb adder, 2 nb takers:
4.99 M/s
messages over time/1 nb adder, 2 takers:
1.03 M/s
messages over time/2 adders, 1 nb taker:
1.65 M/s
messages over time/2 adders, 1 taker:
2.65 M/s
messages over time/2 adders, 2 nb takers:
1.82 M/s
messages over time/2 adders, 2 takers:
1.38 M/s
messages over time/2 nb adders, 1 nb taker:
2.27 M/s
messages over time/2 nb adders, 1 taker:
3.61 M/s
messages over time/2 nb adders, 2 nb takers:
1.43 M/s
messages over time/2 nb adders, 2 takers:
1.54 M/s
time per message/1 adder, 1 nb taker:
517.28 ns
time per message/1 adder, 1 taker:
693.56 ns
time per message/1 adder, 2 nb takers:
2326.25 ns
time per message/1 adder, 2 takers:
2140.32 ns
time per message/1 nb adder, 1 nb taker:
383.23 ns
time per message/1 nb adder, 1 taker:
668.42 ns
time per message/1 nb adder, 2 nb takers:
600.81 ns
time per message/1 nb adder, 2 takers:
2901.78 ns
time per message/2 adders, 1 nb taker:
1820.41 ns
time per message/2 adders, 1 taker:
1132.71 ns
time per message/2 adders, 2 nb takers:
2203.80 ns
time per message/2 adders, 2 takers:
2895.29 ns
time per message/2 nb adders, 1 nb taker:
1321.56 ns
time per message/2 nb adders, 1 taker:
830.59 ns
time per message/2 nb adders, 2 nb takers:
2793.36 ns
time per message/2 nb adders, 2 takers:
2604.34 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
5.73 M/s
messages over time/1 nb adder, 1 taker:
4.92 M/s
messages over time/1 nb adder, 2 nb takers:
1.69 M/s
messages over time/1 nb adder, 2 takers:
3.70 M/s
messages over time/2 nb adders, 1 nb taker:
0.37 M/s
messages over time/2 nb adders, 1 taker:
0.76 M/s
messages over time/2 nb adders, 2 nb takers:
2.21 M/s
messages over time/2 nb adders, 2 takers:
4.07 M/s
messages over time/one domain:
15.08 M/s
time per message/1 nb adder, 1 nb taker:
348.87 ns
time per message/1 nb adder, 1 taker:
406.24 ns
time per message/1 nb adder, 2 nb takers:
1772.68 ns
time per message/1 nb adder, 2 takers:
810.87 ns
time per message/2 nb adders, 1 nb taker:
8126.95 ns
time per message/2 nb adders, 1 taker:
3953.86 ns
time per message/2 nb adders, 2 nb takers:
1809.09 ns
time per message/2 nb adders, 2 takers:
982.65 ns
time per message/one domain:
66.32 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
4.25 M/s
messages over time/1 nb adder, 1 taker:
4.91 M/s
messages over time/1 nb adder, 2 nb takers:
3.00 M/s
messages over time/1 nb adder, 2 takers:
3.28 M/s
messages over time/2 nb adders, 1 nb taker:
1.05 M/s
messages over time/2 nb adders, 1 taker:
2.32 M/s
messages over time/2 nb adders, 2 nb takers:
0.53 M/s
messages over time/2 nb adders, 2 takers:
1.97 M/s
messages over time/one domain:
17.02 M/s
time per message/1 nb adder, 1 nb taker:
471.03 ns
time per message/1 nb adder, 1 taker:
407.71 ns
time per message/1 nb adder, 2 nb takers:
1000.94 ns
time per message/1 nb adder, 2 takers:
915.41 ns
time per message/2 nb adders, 1 nb taker:
2869.77 ns
time per message/2 nb adders, 1 taker:
1291.02 ns
time per message/2 nb adders, 2 nb takers:
7483.85 ns
time per message/2 nb adders, 2 takers:
2031.26 ns
time per message/one domain:
58.76 ns
2025-03-25 18:05.36 ---> saved as "ca2ee965e1fa0509db9b827d3bf427e8712443817229c9b18de7d359f919f842"
Job succeeded
2025-03-25 18:05.37: Job succeeded