2024-12-07 13:00.12: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (e9a64de422d84fc5eef6503af6220626d7637a3d) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3)
Base: freebsd-14.1-ocaml-4.14
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard e9a64de4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-4.14
# freebsd-14.1-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && 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 './' && echo '(lang dune 3.0)' > './dune-project' && \
opam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2024-12-07 13:00.12: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-0b71fd8aa92cc500cca208b1412517eb"
2024-12-07 13:00.12: Using OBuilder spec:
((from freebsd-14.1-ocaml-4.14)
(comment freebsd-14.1-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && 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 './' && echo '(lang dune 3.0)' > './dune-project' && \
\nopam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2024-12-07 13:00.12: Waiting for resource in pool OCluster
2024-12-07 13:00.12: Waiting for worker…
2024-12-07 13:19.42: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at e9a64de Tweak
(from freebsd-14.1-ocaml-4.14)
2024-12-07 13:08.45 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache
/: (comment freebsd-14.1-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
2024-12-07 13:08.45 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" from cache
/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-12-07 13:08.46 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.3.0
2024-12-07 13:08.46 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-07 13:08.47 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 620a3ca37d407c145ce97bdf5561a109cba4d77d || git fetch origin master) && git reset -q --hard 620a3ca37d407c145ce97bdf5561a109cba4d77d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
c31c18de15..620a3ca37d master -> origin/master
620a3ca37d Merge pull request #27046 from samoht/release-mdx-2.5.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.4.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-12-07 13:08.47 ---> using "3e8c8ab6df1997a717bec9221ec825a8de2d26fc16db80763a8b34c1223fd95f" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-12-07 13:08.48 ---> saved as "01a21630999d622b901cd2bc7cc72c3d2b9bafa058ab1b8c823f61c15c9fbbe7"
/src: (run (network host)
(shell "opam pin add -yn kcas_data.dev './' && echo '(lang dune 3.0)' > './dune-project' && \
\nopam pin add -yn kcas.dev './' && echo '(lang dune 3.0)' > './dune-project'"))
[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)
2024-12-07 13:08.56 ---> saved as "bb383715d321853dd0b2b26d1dd8d1f088b7cfefb60f4ab313c63bdf03207749"
/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas_data.dev] synchronised (file:///src)
[kcas.dev] synchronised (no changes)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-12-07 13:11.08 ---> saved as "ef88e14ade17231aeed217b798f63b638b8270eb5062007b98d5ea6ff9d13070"
/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 38 packages
∗ alcotest 1.8.0
∗ astring 0.8.5
∗ backoff 0.1.1
∗ camlp-streams 5.0.1
∗ cmdliner 1.3.0
∗ cppo 1.8.0
∗ csexp 1.5.2
∗ domain-local-await 1.0.1
∗ domain_shims 0.1.0
∗ dune 3.17.0
∗ fmt 0.9.0
∗ logs 0.7.0
∗ mdx 2.5.0
∗ mtime 2.1.0
∗ multicore-bench 0.1.7
∗ multicore-magic 2.3.0
∗ ocaml-syntax-shims 1.0.0
∗ ocaml-version 3.7.1
∗ ocamlbuild 0.15.0
∗ ocamlfind 1.9.6
∗ picos 0.6.0
∗ picos_aux 0.6.0
∗ picos_io 0.6.0
∗ picos_mux 0.6.0
∗ picos_std 0.6.0
∗ psq 0.2.1
∗ qcheck-core 0.22
∗ qcheck-multicoretests-util 0.4
∗ qcheck-stm 0.4
∗ re 1.12.0
∗ result 1.5
∗ seq base
∗ stdlib-shims 0.3.0
∗ thread-local-storage 0.2
∗ thread-table 1.0.0
∗ topkg 1.0.7
∗ uutf 1.0.3
∗ yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved alcotest.1.8.0 (cached)
⬇ retrieved backoff.0.1.1 (cached)
⬇ retrieved camlp-streams.5.0.1 (cached)
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved domain-local-await.1.0.1 (cached)
⬇ retrieved domain_shims.0.1.0 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved fmt.0.9.0 (cached)
⬇ retrieved logs.0.7.0 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved mdx.2.5.0 (cached)
⬇ retrieved multicore-bench.0.1.7 (cached)
⬇ retrieved multicore-magic.2.3.0 (cached)
⬇ retrieved ocaml-version.3.7.1 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocamlbuild.0.15.0 (cached)
⬇ retrieved picos.0.6.0, picos_aux.0.6.0, picos_io.0.6.0, picos_mux.0.6.0, picos_std.0.6.0 (cached)
⬇ retrieved ocamlfind.1.9.6 (cached)
⬇ retrieved qcheck-core.0.22 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved re.1.12.0 (cached)
⬇ retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved result.1.5 (cached)
⬇ retrieved dune.3.17.0 (cached)
⬇ retrieved thread-table.1.0.0 (cached)
⬇ retrieved thread-local-storage.0.2 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved uutf.1.0.3 (cached)
⬇ retrieved yojson.2.2.2 (cached)
⬇ retrieved topkg.1.0.7 (cached)
∗ installed cmdliner.1.3.0
∗ installed ocamlbuild.0.15.0
∗ installed ocamlfind.1.9.6
∗ installed topkg.1.0.7
∗ installed uutf.1.0.3
∗ installed mtime.2.1.0
∗ installed fmt.0.9.0
∗ installed astring.0.8.5
∗ installed logs.0.7.0
∗ installed dune.3.17.0
∗ installed stdlib-shims.0.3.0
∗ installed thread-table.1.0.0
∗ installed thread-local-storage.0.2
∗ installed result.1.5
∗ installed psq.0.2.1
∗ installed qcheck-core.0.22
∗ installed domain-local-await.1.0.1
∗ installed yojson.2.2.2
∗ installed re.1.12.0
∗ installed qcheck-multicoretests-util.0.4
∗ installed ocaml-version.3.7.1
∗ installed ocaml-syntax-shims.1.0.0
∗ installed qcheck-stm.0.4
∗ installed multicore-magic.2.3.0
∗ installed domain_shims.0.1.0
∗ installed csexp.1.5.2
∗ installed cppo.1.8.0
∗ installed camlp-streams.5.0.1
∗ installed backoff.0.1.1
∗ installed picos_aux.0.6.0
∗ installed picos.0.6.0
∗ installed multicore-bench.0.1.7
∗ installed alcotest.1.8.0
∗ installed picos_std.0.6.0
∗ installed mdx.2.5.0
∗ installed picos_io.0.6.0
∗ installed picos_mux.0.6.0
Done.
2024-12-07 13:14.28 ---> saved as "1abb8008b931018a665be2de7161c702aa4cc67dff2c4eed1caba3127e611c51"
/src: (copy (src .) (dst /src))
2024-12-07 13:14.29 ---> saved as "a27793bf37ac4a05d62538df829ca1f420dd22dd7182231fc0ddf0b8ecb1fc34"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `FJJ2ZZNS'.
[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.008s. 4 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `V4PR19B1'.
[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 && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `C0JJ5L0F'.
[OK] basics 0
[OK] add 0
[OK] move 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'.
Test Successful in 0.001s. 3 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `IPSAJLSE'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.178s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
33.26 M/s
ops over time/get:
111.66 M/s
ops over time/incr:
29.93 M/s
ops over time/push & pop:
27.36 M/s
ops over time/swap:
22.25 M/s
ops over time/xchg int:
33.39 M/s
time per op/cas int:
30.06 ns
time per op/get:
8.96 ns
time per op/incr:
33.41 ns
time per op/push & pop:
36.56 ns
time per op/swap:
44.93 ns
time per op/xchg int:
29.95 ns
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `IH7IEXNN'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.044s. 1 test run.
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `Q8QOWBH5'.
[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 && ./stack_test.exe)
Testing `Stack'.
This run has ID `AIFYBQOE'.
[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/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
23.85 ns
time per transaction/1 loc tx:
88.37 ns
time per transaction/2 loc tx:
188.79 ns
time per transaction/4 loc tx:
370.38 ns
time per transaction/8 loc tx:
703.51 ns
transactions over time/0 loc tx:
41.94 M/s
transactions over time/1 loc tx:
11.32 M/s
transactions over time/2 loc tx:
5.30 M/s
transactions over time/4 loc tx:
2.70 M/s
transactions over time/8 loc tx:
1.42 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
23.66 ns
time per transaction/1 loc tx:
61.27 ns
time per transaction/2 loc tx:
125.82 ns
time per transaction/4 loc tx:
339.00 ns
time per transaction/8 loc tx:
408.54 ns
transactions over time/0 loc tx:
42.27 M/s
transactions over time/1 loc tx:
16.32 M/s
transactions over time/2 loc tx:
7.95 M/s
transactions over time/4 loc tx:
2.95 M/s
transactions over time/8 loc tx:
2.45 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
24.83 ns
time per transaction/1 loc tx:
64.55 ns
time per transaction/2 loc tx:
114.70 ns
time per transaction/4 loc tx:
207.50 ns
time per transaction/8 loc tx:
305.32 ns
transactions over time/0 loc tx:
40.31 M/s
transactions over time/1 loc tx:
15.49 M/s
transactions over time/2 loc tx:
8.72 M/s
transactions over time/4 loc tx:
4.82 M/s
transactions over time/8 loc tx:
3.28 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
213.90 ns
transactions over time/1 worker:
4.68 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
25.99 M/s
time per operation/1 worker, 0% reads:
38.47 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/one domain:
1.05 M/s
time per message/one domain:
956.48 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
2.39 M/s
operations over time/1 worker, 50% reads:
3.25 M/s
operations over time/1 worker, 90% reads:
7.67 M/s
time per operation/1 worker, 10% reads:
418.06 ns
time per operation/1 worker, 50% reads:
307.26 ns
time per operation/1 worker, 90% reads:
130.41 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/one domain:
5.05 M/s
time per message/one domain:
198.18 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/one domain:
10.09 M/s
time per message/one domain:
99.15 ns
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `UAFAOZMY'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 11.763s. 2 tests run.
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3119395530231351741
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue concurrent [ ] 1 0 0 1 / 32 3.6s Queue concurrent [ ] 2 0 0 2 / 32 5.6s Queue concurrent [ ] 3 0 0 3 / 32 7.1s Queue concurrent [ ] 4 0 0 4 / 32 9.2s Queue concurrent [ ] 5 0 0 5 / 32 10.5s Queue concurrent [ ] 6 0 0 6 / 32 12.3s Queue concurrent [ ] 7 0 0 7 / 32 13.7s Queue concurrent [ ] 8 0 0 8 / 32 15.0s Queue concurrent [ ] 9 0 0 9 / 32 16.3s Queue concurrent [ ] 10 0 0 10 / 32 18.3s Queue concurrent [ ] 11 0 0 11 / 32 19.7s Queue concurrent [ ] 12 0 0 12 / 32 20.6s Queue concurrent [ ] 13 0 0 13 / 32 22.4s Queue concurrent [ ] 14 0 0 14 / 32 25.6s Queue concurrent [ ] 15 0 0 15 / 32 27.3s Queue concurrent [ ] 16 0 0 16 / 32 29.3s Queue concurrent [ ] 17 0 0 17 / 32 31.3s Queue concurrent [ ] 18 0 0 18 / 32 32.9s Queue concurrent [ ] 19 0 0 19 / 32 36.7s Queue concurrent [ ] 20 0 0 20 / 32 38.5s Queue concurrent [ ] 21 0 0 21 / 32 42.4s Queue concurrent [ ] 22 0 0 22 / 32 44.1s Queue concurrent [ ] 23 0 0 23 / 32 45.3s Queue concurrent [ ] 24 0 0 24 / 32 46.7s Queue concurrent [ ] 25 0 0 25 / 32 48.9s Queue concurrent [ ] 26 0 0 26 / 32 50.9s Queue concurrent [ ] 27 0 0 27 / 32 53.4s Queue concurrent [ ] 28 0 0 28 / 32 55.3s Queue concurrent [ ] 29 0 0 29 / 32 56.2s Queue concurrent [ ] 30 0 0 30 / 32 57.5s Queue concurrent [ ] 31 0 0 31 / 32 58.5s Queue concurrent [ ] 32 0 0 32 / 32 60.6s Queue concurrent [✓] 32 0 0 32 / 32 60.6s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 793654050617115523
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential (generating) [✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order concurrent [ ] 1 0 0 1 / 32 3.6s Hashtbl_with_order concurrent [ ] 2 0 0 2 / 32 5.7s Hashtbl_with_order concurrent [ ] 3 0 0 3 / 32 11.8s Hashtbl_with_order concurrent [ ] 4 0 0 4 / 32 14.2s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 32 15.9s Hashtbl_with_order concurrent [ ] 6 0 0 6 / 32 18.3s Hashtbl_with_order concurrent [ ] 7 0 0 7 / 32 20.2s Hashtbl_with_order concurrent [ ] 8 0 0 8 / 32 21.8s Hashtbl_with_order concurrent [ ] 9 0 0 9 / 32 23.4s Hashtbl_with_order concurrent [ ] 10 0 0 10 / 32 27.0s Hashtbl_with_order concurrent [ ] 11 0 0 11 / 32 29.8s Hashtbl_with_order concurrent [ ] 12 0 0 12 / 32 31.3s Hashtbl_with_order concurrent [ ] 13 0 0 13 / 32 34.2s Hashtbl_with_order concurrent [ ] 14 0 0 14 / 32 37.5s Hashtbl_with_order concurrent [ ] 15 0 0 15 / 32 39.5s Hashtbl_with_order concurrent [ ] 16 0 0 16 / 32 41.4s Hashtbl_with_order concurrent [ ] 17 0 0 17 / 32 42.6s Hashtbl_with_order concurrent [ ] 18 0 0 18 / 32 43.5s Hashtbl_with_order concurrent [ ] 19 0 0 19 / 32 44.7s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 32 49.3s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 32 50.9s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 32 53.8s Hashtbl_with_order concurrent [ ] 23 0 0 23 / 32 55.1s Hashtbl_with_order concurrent [ ] 24 0 0 24 / 32 56.4s Hashtbl_with_order concurrent [ ] 25 0 0 25 / 32 57.1s Hashtbl_with_order concurrent [ ] 26 0 0 26 / 32 58.6s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 32 59.5s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 32 60.9s Hashtbl_with_order concurrent [ ] 29 0 0 29 / 32 62.1s Hashtbl_with_order concurrent [ ] 30 0 0 30 / 32 63.5s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 32 66.5s Hashtbl_with_order concurrent [ ] 32 0 0 32 / 32 68.6s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 68.6s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 4087649354930013181
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential (generating) [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 1 0 0 1 / 32 2.4s Hashtbl concurrent [ ] 2 0 0 2 / 32 4.3s Hashtbl concurrent [ ] 3 0 0 3 / 32 6.5s Hashtbl concurrent [ ] 4 0 0 4 / 32 8.3s Hashtbl concurrent [ ] 5 0 0 5 / 32 9.6s Hashtbl concurrent [ ] 6 0 0 6 / 32 10.9s Hashtbl concurrent [ ] 7 0 0 7 / 32 12.0s Hashtbl concurrent [ ] 8 0 0 8 / 32 13.1s Hashtbl concurrent [ ] 9 0 0 9 / 32 14.3s Hashtbl concurrent [ ] 10 0 0 10 / 32 15.5s Hashtbl concurrent [ ] 11 0 0 11 / 32 17.0s Hashtbl concurrent [ ] 12 0 0 12 / 32 17.9s Hashtbl concurrent [ ] 13 0 0 13 / 32 19.7s Hashtbl concurrent [ ] 14 0 0 14 / 32 20.4s Hashtbl concurrent [ ] 15 0 0 15 / 32 21.2s Hashtbl concurrent [ ] 16 0 0 16 / 32 22.2s Hashtbl concurrent [ ] 17 0 0 17 / 32 23.3s Hashtbl concurrent [ ] 18 0 0 18 / 32 24.5s Hashtbl concurrent [ ] 19 0 0 19 / 32 25.4s Hashtbl concurrent [ ] 20 0 0 20 / 32 26.6s Hashtbl concurrent [ ] 20 0 0 20 / 32 26.7s Hashtbl concurrent (generating) [ ] 21 0 0 21 / 32 27.9s Hashtbl concurrent [ ] 22 0 0 22 / 32 29.2s Hashtbl concurrent [ ] 23 0 0 23 / 32 30.5s Hashtbl concurrent [ ] 24 0 0 24 / 32 31.6s Hashtbl concurrent [ ] 25 0 0 25 / 32 32.6s Hashtbl concurrent [ ] 26 0 0 26 / 32 33.9s Hashtbl concurrent [ ] 26 0 0 26 / 32 34.2s Hashtbl concurrent (generating) [ ] 27 0 0 27 / 32 36.0s Hashtbl concurrent [ ] 28 0 0 28 / 32 38.0s Hashtbl concurrent [ ] 29 0 0 29 / 32 39.8s Hashtbl concurrent [ ] 30 0 0 30 / 32 41.6s Hashtbl concurrent [ ] 31 0 0 31 / 32 42.5s Hashtbl concurrent [ ] 32 0 0 32 / 32 43.5s Hashtbl concurrent [✓] 32 0 0 32 / 32 43.5s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3231849754920150203
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 1 0 0 1 / 32 1.0s Hashtbl concurrent [ ] 2 0 0 2 / 32 2.0s Hashtbl concurrent [ ] 3 0 0 3 / 32 3.0s Hashtbl concurrent [ ] 4 0 0 4 / 32 4.0s Hashtbl concurrent [ ] 5 0 0 5 / 32 6.5s Hashtbl concurrent [ ] 6 0 0 6 / 32 8.0s Hashtbl concurrent [ ] 7 0 0 7 / 32 10.6s Hashtbl concurrent [ ] 8 0 0 8 / 32 12.2s Hashtbl concurrent [ ] 9 0 0 9 / 32 13.3s Hashtbl concurrent [ ] 10 0 0 10 / 32 14.2s Hashtbl concurrent [ ] 11 0 0 11 / 32 14.8s Hashtbl concurrent [ ] 12 0 0 12 / 32 15.4s Hashtbl concurrent [ ] 13 0 0 13 / 32 16.2s Hashtbl concurrent [ ] 14 0 0 14 / 32 16.9s Hashtbl concurrent [ ] 15 0 0 15 / 32 17.8s Hashtbl concurrent [ ] 16 0 0 16 / 32 18.8s Hashtbl concurrent [ ] 17 0 0 17 / 32 19.7s Hashtbl concurrent [ ] 18 0 0 18 / 32 20.7s Hashtbl concurrent [ ] 19 0 0 19 / 32 21.8s Hashtbl concurrent [ ] 20 0 0 20 / 32 22.9s Hashtbl concurrent [ ] 21 0 0 21 / 32 24.1s Hashtbl concurrent [ ] 22 0 0 22 / 32 25.4s Hashtbl concurrent [ ] 23 0 0 23 / 32 26.8s Hashtbl concurrent [ ] 24 0 0 24 / 32 28.0s Hashtbl concurrent [ ] 25 0 0 25 / 32 29.6s Hashtbl concurrent [ ] 26 0 0 26 / 32 31.1s Hashtbl concurrent [ ] 27 0 0 27 / 32 32.3s Hashtbl concurrent [ ] 28 0 0 28 / 32 33.6s Hashtbl concurrent [ ] 29 0 0 29 / 32 35.2s Hashtbl concurrent [ ] 30 0 0 30 / 32 36.6s Hashtbl concurrent [ ] 31 0 0 31 / 32 38.2s Hashtbl concurrent [ ] 32 0 0 32 / 32 39.2s Hashtbl concurrent [✓] 32 0 0 32 / 32 39.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 1013659512253002065
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist sequential (generating) [✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist concurrent [ ] 1 0 0 1 / 32 3.7s Dllist concurrent [ ] 2 0 0 2 / 32 5.4s Dllist concurrent [ ] 3 0 0 3 / 32 6.8s Dllist concurrent [ ] 4 0 0 4 / 32 8.7s Dllist concurrent [ ] 5 0 0 5 / 32 10.2s Dllist concurrent [ ] 6 0 0 6 / 32 11.4s Dllist concurrent [ ] 7 0 0 7 / 32 13.7s Dllist concurrent [ ] 8 0 0 8 / 32 15.1s Dllist concurrent [ ] 9 0 0 9 / 32 17.2s Dllist concurrent [ ] 10 0 0 10 / 32 18.6s Dllist concurrent [ ] 11 0 0 11 / 32 20.6s Dllist concurrent [ ] 12 0 0 12 / 32 22.3s Dllist concurrent [ ] 13 0 0 13 / 32 23.9s Dllist concurrent [ ] 14 0 0 14 / 32 25.1s Dllist concurrent [ ] 15 0 0 15 / 32 27.1s Dllist concurrent [ ] 16 0 0 16 / 32 28.0s Dllist concurrent [ ] 17 0 0 17 / 32 29.1s Dllist concurrent [ ] 18 0 0 18 / 32 30.4s Dllist concurrent [ ] 19 0 0 19 / 32 31.4s Dllist concurrent [ ] 20 0 0 20 / 32 32.4s Dllist concurrent [ ] 21 0 0 21 / 32 33.1s Dllist concurrent [ ] 22 0 0 22 / 32 35.2s Dllist concurrent [ ] 23 0 0 23 / 32 36.6s Dllist concurrent [ ] 24 0 0 24 / 32 39.0s Dllist concurrent [ ] 25 0 0 25 / 32 41.0s Dllist concurrent [ ] 26 0 0 26 / 32 42.2s Dllist concurrent [ ] 27 0 0 27 / 32 43.1s Dllist concurrent [ ] 28 0 0 28 / 32 43.9s Dllist concurrent [ ] 29 0 0 29 / 32 44.9s Dllist concurrent [ ] 30 0 0 30 / 32 46.2s Dllist concurrent [ ] 31 0 0 31 / 32 47.2s Dllist concurrent [ ] 32 0 0 32 / 32 48.8s Dllist concurrent [✓] 32 0 0 32 / 32 48.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3296586567808761081
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential [✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist concurrent [ ] 1 0 0 1 / 32 1.0s Dllist concurrent [ ] 2 0 0 2 / 32 1.9s Dllist concurrent [ ] 3 0 0 3 / 32 3.5s Dllist concurrent [ ] 4 0 0 4 / 32 5.3s Dllist concurrent [ ] 5 0 0 5 / 32 6.5s Dllist concurrent [ ] 6 0 0 6 / 32 7.1s Dllist concurrent [ ] 7 0 0 7 / 32 8.3s Dllist concurrent [ ] 8 0 0 8 / 32 9.0s Dllist concurrent [ ] 9 0 0 9 / 32 9.9s Dllist concurrent [ ] 10 0 0 10 / 32 10.8s Dllist concurrent [ ] 11 0 0 11 / 32 11.8s Dllist concurrent [ ] 12 0 0 12 / 32 12.5s Dllist concurrent [ ] 13 0 0 13 / 32 13.6s Dllist concurrent [ ] 14 0 0 14 / 32 14.8s Dllist concurrent [ ] 15 0 0 15 / 32 15.7s Dllist concurrent [ ] 16 0 0 16 / 32 16.9s Dllist concurrent [ ] 17 0 0 17 / 32 17.6s Dllist concurrent [ ] 18 0 0 18 / 32 18.9s Dllist concurrent [ ] 19 0 0 19 / 32 19.8s Dllist concurrent [ ] 20 0 0 20 / 32 21.1s Dllist concurrent [ ] 21 0 0 21 / 32 22.2s Dllist concurrent [ ] 22 0 0 22 / 32 23.4s Dllist concurrent [ ] 23 0 0 23 / 32 24.7s Dllist concurrent [ ] 24 0 0 24 / 32 27.0s Dllist concurrent [ ] 25 0 0 25 / 32 28.5s Dllist concurrent [ ] 26 0 0 26 / 32 30.0s Dllist concurrent [ ] 27 0 0 27 / 32 31.4s Dllist concurrent [ ] 28 0 0 28 / 32 32.9s Dllist concurrent [ ] 29 0 0 29 / 32 34.1s Dllist concurrent [ ] 30 0 0 30 / 32 35.7s Dllist concurrent [ ] 31 0 0 31 / 32 38.5s Dllist concurrent [ ] 32 0 0 32 / 32 40.6s Dllist concurrent [✓] 32 0 0 32 / 32 40.6s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2330260396551189556
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator sequential (generating) [✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator concurrent [ ] 1 0 0 1 / 32 3.4s Accumulator concurrent [ ] 2 0 0 2 / 32 5.3s Accumulator concurrent [ ] 3 0 0 3 / 32 6.9s Accumulator concurrent [ ] 4 0 0 4 / 32 8.2s Accumulator concurrent [ ] 5 0 0 5 / 32 10.2s Accumulator concurrent [ ] 6 0 0 6 / 32 11.5s Accumulator concurrent [ ] 7 0 0 7 / 32 13.3s Accumulator concurrent [ ] 8 0 0 8 / 32 14.8s Accumulator concurrent [ ] 9 0 0 9 / 32 15.7s Accumulator concurrent [ ] 10 0 0 10 / 32 16.8s Accumulator concurrent [ ] 11 0 0 11 / 32 18.4s Accumulator concurrent [ ] 12 0 0 12 / 32 20.0s Accumulator concurrent [ ] 13 0 0 13 / 32 20.8s Accumulator concurrent [ ] 14 0 0 14 / 32 21.8s Accumulator concurrent [ ] 15 0 0 15 / 32 23.5s Accumulator concurrent [ ] 16 0 0 16 / 32 24.7s Accumulator concurrent [ ] 17 0 0 17 / 32 26.0s Accumulator concurrent [ ] 18 0 0 18 / 32 29.4s Accumulator concurrent [ ] 19 0 0 19 / 32 30.9s Accumulator concurrent [ ] 20 0 0 20 / 32 32.7s Accumulator concurrent [ ] 21 0 0 21 / 32 33.6s Accumulator concurrent [ ] 22 0 0 22 / 32 35.4s Accumulator concurrent [ ] 23 0 0 23 / 32 37.0s Accumulator concurrent [ ] 24 0 0 24 / 32 38.7s Accumulator concurrent [ ] 25 0 0 25 / 32 40.5s Accumulator concurrent [ ] 26 0 0 26 / 32 42.2s Accumulator concurrent [ ] 27 0 0 27 / 32 43.1s Accumulator concurrent [ ] 28 0 0 28 / 32 44.1s Accumulator concurrent [ ] 29 0 0 29 / 32 45.0s Accumulator concurrent [ ] 30 0 0 30 / 32 46.1s Accumulator concurrent [ ] 31 0 0 31 / 32 47.4s Accumulator concurrent [ ] 32 0 0 32 / 32 48.7s Accumulator concurrent [✓] 32 0 0 32 / 32 48.7s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 4260042673555847270
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator concurrent [ ] 1 0 0 1 / 32 1.5s Accumulator concurrent [ ] 2 0 0 2 / 32 2.4s Accumulator concurrent [ ] 3 0 0 3 / 32 4.1s Accumulator concurrent [ ] 4 0 0 4 / 32 5.7s Accumulator concurrent [ ] 5 0 0 5 / 32 6.7s Accumulator concurrent [ ] 6 0 0 6 / 32 7.4s Accumulator concurrent [ ] 7 0 0 7 / 32 8.8s Accumulator concurrent [ ] 8 0 0 8 / 32 9.5s Accumulator concurrent [ ] 9 0 0 9 / 32 10.3s Accumulator concurrent [ ] 10 0 0 10 / 32 10.8s Accumulator concurrent [ ] 11 0 0 11 / 32 11.7s Accumulator concurrent [ ] 12 0 0 12 / 32 12.7s Accumulator concurrent [ ] 13 0 0 13 / 32 13.7s Accumulator concurrent [ ] 14 0 0 14 / 32 15.2s Accumulator concurrent [ ] 15 0 0 15 / 32 16.0s Accumulator concurrent [ ] 16 0 0 16 / 32 17.6s Accumulator concurrent [ ] 17 0 0 17 / 32 19.2s Accumulator concurrent [ ] 18 0 0 18 / 32 20.1s Accumulator concurrent [ ] 19 0 0 19 / 32 21.6s Accumulator concurrent [ ] 20 0 0 20 / 32 23.1s Accumulator concurrent [ ] 21 0 0 21 / 32 24.9s Accumulator concurrent [ ] 22 0 0 22 / 32 26.5s Accumulator concurrent [ ] 23 0 0 23 / 32 28.3s Accumulator concurrent [ ] 24 0 0 24 / 32 30.0s Accumulator concurrent [ ] 25 0 0 25 / 32 31.8s Accumulator concurrent [ ] 26 0 0 26 / 32 33.4s Accumulator concurrent [ ] 27 0 0 27 / 32 34.9s Accumulator concurrent [ ] 28 0 0 28 / 32 36.5s Accumulator concurrent [ ] 29 0 0 29 / 32 38.6s Accumulator concurrent [ ] 30 0 0 30 / 32 39.7s Accumulator concurrent [ ] 31 0 0 31 / 32 40.6s Accumulator concurrent [ ] 32 0 0 32 / 32 41.4s Accumulator concurrent [✓] 32 0 0 32 / 32 41.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `KMWXJIYY'.
[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 89.195s. 17 tests run.
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3125672438147533029
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack sequential (generating) [✓] 32 0 0 32 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack concurrent [ ] 1 0 0 1 / 32 5.7s Stack concurrent [ ] 2 0 0 2 / 32 7.4s Stack concurrent [ ] 3 0 0 3 / 32 9.4s Stack concurrent [ ] 4 0 0 4 / 32 11.0s Stack concurrent [ ] 5 0 0 5 / 32 13.2s Stack concurrent [ ] 6 0 0 6 / 32 15.3s Stack concurrent [ ] 7 0 0 7 / 32 16.4s Stack concurrent [ ] 8 0 0 8 / 32 17.9s Stack concurrent [ ] 9 0 0 9 / 32 19.1s Stack concurrent [ ] 10 0 0 10 / 32 20.2s Stack concurrent [ ] 11 0 0 11 / 32 21.6s Stack concurrent [ ] 12 0 0 12 / 32 23.4s Stack concurrent [ ] 13 0 0 13 / 32 25.2s Stack concurrent [ ] 14 0 0 14 / 32 26.4s Stack concurrent [ ] 15 0 0 15 / 32 28.0s Stack concurrent [ ] 16 0 0 16 / 32 29.2s Stack concurrent [ ] 17 0 0 17 / 32 30.5s Stack concurrent [ ] 18 0 0 18 / 32 31.3s Stack concurrent [ ] 19 0 0 19 / 32 32.0s Stack concurrent [ ] 19 0 0 19 / 32 32.1s Stack concurrent (generating) [ ] 20 0 0 20 / 32 33.4s Stack concurrent [ ] 21 0 0 21 / 32 34.3s Stack concurrent [ ] 22 0 0 22 / 32 35.2s Stack concurrent [ ] 23 0 0 23 / 32 36.3s Stack concurrent [ ] 24 0 0 24 / 32 37.4s Stack concurrent [ ] 25 0 0 25 / 32 38.7s Stack concurrent [ ] 26 0 0 26 / 32 40.1s Stack concurrent [ ] 27 0 0 27 / 32 41.4s Stack concurrent [ ] 28 0 0 28 / 32 42.5s Stack concurrent [ ] 29 0 0 29 / 32 44.2s Stack concurrent [ ] 30 0 0 30 / 32 45.7s Stack concurrent [ ] 31 0 0 31 / 32 48.4s Stack concurrent [ ] 32 0 0 32 / 32 50.3s Stack concurrent [✓] 32 0 0 32 / 32 50.3s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2332062525781996077
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack concurrent [ ] 1 0 0 1 / 32 2.3s Stack concurrent [ ] 2 0 0 2 / 32 3.3s Stack concurrent [ ] 3 0 0 3 / 32 4.0s Stack concurrent [ ] 4 0 0 4 / 32 5.0s Stack concurrent [ ] 5 0 0 5 / 32 6.0s Stack concurrent [ ] 6 0 0 6 / 32 7.0s Stack concurrent [ ] 7 0 0 7 / 32 7.8s Stack concurrent [ ] 8 0 0 8 / 32 8.4s Stack concurrent [ ] 9 0 0 9 / 32 9.4s Stack concurrent [ ] 10 0 0 10 / 32 11.0s Stack concurrent [ ] 11 0 0 11 / 32 12.3s Stack concurrent [ ] 12 0 0 12 / 32 13.9s Stack concurrent [ ] 13 0 0 13 / 32 15.3s Stack concurrent [ ] 14 0 0 14 / 32 16.6s Stack concurrent [ ] 15 0 0 15 / 32 17.8s Stack concurrent [ ] 16 0 0 16 / 32 18.9s Stack concurrent [ ] 17 0 0 17 / 32 20.5s Stack concurrent [ ] 18 0 0 18 / 32 21.2s Stack concurrent [ ] 19 0 0 19 / 32 22.6s Stack concurrent [ ] 20 0 0 20 / 32 23.9s Stack concurrent [ ] 21 0 0 21 / 32 25.3s Stack concurrent [ ] 22 0 0 22 / 32 26.5s Stack concurrent [ ] 23 0 0 23 / 32 27.9s Stack concurrent [ ] 24 0 0 24 / 32 29.3s Stack concurrent [ ] 25 0 0 25 / 32 31.3s Stack concurrent [ ] 26 0 0 26 / 32 32.4s Stack concurrent [ ] 28 0 0 28 / 32 33.5s Stack concurrent [ ] 29 0 0 29 / 32 34.9s Stack concurrent [ ] 30 0 0 30 / 32 36.2s Stack concurrent [ ] 31 0 0 31 / 32 37.8s Stack concurrent [ ] 32 0 0 32 / 32 38.6s Stack concurrent [✓] 32 0 0 32 / 32 38.6s Stack concurrent
================================================================================
success (ran 2 tests)
2024-12-07 13:16.17 ---> saved as "fcfacca5826ffb2ec04c2b95be960f6b44ad257f069d8c73fd15ecb765411141"
Job succeeded
2024-12-07 13:27.16: Job succeeded