2024-09-18 15:15.29: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (9d441085f965ca059802fb2298e1921e61c94340) (linux-x86_64:fedora-39-4.14_opam-2.2)
Base: ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e
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 9d441085
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e
# fedora-39-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
opam pin add -yn kcas.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 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.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.5.0 picos_aux.0.5.0 picos_io.0.5.0 picos_mux.0.5.0 picos_std.0.5.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.2 --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-09-18 15:15.29: Using cache hint "ocaml-multicore/kcas-ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e-fedora-39-4.14_opam-2.2-a2299a8fd566e8347fd869cda5285cd0"
2024-09-18 15:15.29: Using OBuilder spec:
((from ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e)
(comment fedora-39-4.14_opam-2.2)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src kcas_data.opam kcas.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn kcas_data.dev './' && \
\nopam pin add -yn kcas.dev './'"))
(env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 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.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.5.0 picos_aux.0.5.0 picos_io.0.5.0 picos_mux.0.5.0 picos_std.0.5.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.2 --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-09-18 15:15.29: Waiting for resource in pool OCluster
2024-09-18 16:52.36: Waiting for worker…
2024-09-18 16:55.01: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
HEAD is now at 9d44108 Change to use Picos instead of DLA and DLT
(from ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e)
2024-09-18 16:55.01 ---> using "39e5ddc8fc616b8b4893dbc0062d91989319c294efe60e75830cba3f336be183" from cache
/: (comment fedora-39-4.14_opam-2.2)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64 285 kB/s | 29 kB 00:00
Fedora 39 openh264 (From Cisco) - x86_64 14 kB/s | 989 B 00:00
Fedora 39 - x86_64 - Updates 256 kB/s | 21 kB 00:00
Fedora 39 - x86_64 - Updates 4.4 MB/s | 8.6 MB 00:01
Package findutils-1:4.9.0-6.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-09-18 16:55.01 ---> using "899ad86fb03d0933c8fe5c57a4478c21ed3f822ce9f935a5d4d24f8f20878e19" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 16:55.01 ---> using "d3553587ce888158864badd7738b6991d0b226af08a789c18ed598b1f136022d" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 31 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=31 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 16:55.01 ---> using "d40ec543ec1860e6f151eaea1e98cd4fcc2fb6cb5465908b83f29575116f7ded" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 16:55.01 ---> using "8b4548afcfaa39afc61a6920b7eefcebd8abcf30cee27a99f958e74225563b81" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:55.01 ---> using "f1d07aa64b4d22c1c6279690d2d9d4ea2586cdbd81ee4cfdbd730b84085623d4" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
e89899ac28..45f961713f master -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:55.01 ---> using "e4de30e54ce0f73f3ea104c72c7f9c8a21e87d0fc1c92a7d1fe5557f99886f56" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-18 16:55.01 ---> saved as "9bb62e1ff24135e046ffb5b43c6cace5be5df1debd5f171b5ef2b0b819aed011"
/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)
2024-09-18 16:55.04 ---> saved as "7b8583719adedcb8e1b8cd79538e77fd5c673b91494fb7dbe8d5610caf71cc86"
/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 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.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.5.0 picos_aux.0.5.0 picos_io.0.5.0 picos_mux.0.5.0 picos_std.0.5.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.2 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64 363 kB/s | 29 kB 00:00
- Fedora 39 openh264 (From Cisco) - x86_64 15 kB/s | 989 B 00:00
- Fedora 39 - x86_64 - Updates 212 kB/s | 20 kB 00:00
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (no changes)
[kcas_data.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-09-18 16:55.26 ---> saved as "022e9651c6087f8de0ebdd1081f02fa35fe65a8a556a3cf2ca8dc57f6c845966"
/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
- install alcotest 1.8.0
- install astring 0.8.5
- install backoff 0.1.0
- install camlp-streams 5.0.1
- install cmdliner 1.3.0
- install cppo 1.7.0
- install csexp 1.5.2
- install domain-local-await 1.0.1
- install domain_shims 0.1.0
- install dune 3.16.0
- install fmt 0.9.0
- install logs 0.7.0
- install mdx 2.4.1
- install mtime 2.1.0
- install multicore-bench 0.1.5
- install multicore-magic 2.3.0
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 3.6.8
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install picos 0.5.0
- install picos_aux 0.5.0
- install picos_io 0.5.0
- install picos_mux 0.5.0
- install picos_std 0.5.0
- install psq 0.2.1
- install qcheck-core 0.22
- install qcheck-multicoretests-util 0.4
- install qcheck-stm 0.4
- install re 1.12.0
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-local-storage 0.2
- install thread-table 1.0.0
- install topkg 1.0.7
- install uutf 1.0.3
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.8.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.7.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-bench.0.1.5 (cached)
-> retrieved mdx.2.4.1 (cached)
-> retrieved multicore-magic.2.3.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.3.6.8 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved picos.0.5.0, picos_aux.0.5.0, picos_io.0.5.0, picos_mux.0.5.0, picos_std.0.5.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.22 (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved dune.3.16.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed stdlib-shims.0.3.0
-> installed backoff.0.1.0
-> installed multicore-magic.2.3.0
-> installed ocaml-version.3.6.8
-> installed psq.0.2.1
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed thread-local-storage.0.2
-> installed picos_aux.0.5.0
-> installed domain-local-await.1.0.1
-> installed picos.0.5.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed picos_std.0.5.0
-> installed yojson.2.2.2
-> installed qcheck-core.0.22
-> installed picos_io.0.5.0
-> installed qcheck-multicoretests-util.0.4
-> installed picos_mux.0.5.0
-> installed multicore-bench.0.1.5
-> installed alcotest.1.8.0
-> installed qcheck-stm.0.4
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:56.32 ---> saved as "aaacff46cbfc3cc6489ee0d9052f90d5ea9148f4a9b3740928e4203db5a6e121"
/src: (copy (src .) (dst /src))
2024-09-18 16:56.32 ---> saved as "9955c9d1af775dac6471ae09d92879543fc73918a475d2c23e9da0eecfe6fb25"
/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 && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `XC2V19RV'.
[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 `Z7J307HI'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `4GX0F4HO'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `5RNRCOC5'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `OINP5QTY'.
[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 && ./threads.exe)
Testing `Threads'.
This run has ID `PZHCOOVX'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `XZBYJWN6'.
[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.005s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
time per op/get:
13.10 ns
ops over time/get:
76.34 M/s
time per op/incr:
52.24 ns
ops over time/incr:
19.14 M/s
time per op/push & pop:
25.36 ns
ops over time/push & pop:
39.44 M/s
time per op/cas int:
15.17 ns
ops over time/cas int:
65.93 M/s
time per op/xchg int:
13.76 ns
ops over time/xchg int:
72.71 M/s
time per op/swap:
18.79 ns
ops over time/swap:
53.22 M/s
Kcas Xt:
time per transaction/0 loc tx:
16.29 ns
transactions over time/0 loc tx:
61.40 M/s
time per transaction/1 loc tx:
61.60 ns
transactions over time/1 loc tx:
16.23 M/s
time per transaction/2 loc tx:
384.56 ns
transactions over time/2 loc tx:
2.60 M/s
time per transaction/4 loc tx:
646.50 ns
transactions over time/4 loc tx:
1.55 M/s
time per transaction/8 loc tx:
1157.47 ns
transactions over time/8 loc tx:
0.86 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
14.76 ns
transactions over time/0 loc tx:
67.74 M/s
time per transaction/1 loc tx:
42.03 ns
transactions over time/1 loc tx:
23.79 M/s
time per transaction/2 loc tx:
85.67 ns
transactions over time/2 loc tx:
11.67 M/s
time per transaction/4 loc tx:
375.02 ns
transactions over time/4 loc tx:
2.67 M/s
time per transaction/8 loc tx:
706.03 ns
transactions over time/8 loc tx:
1.42 M/s
Kcas parallel CMP:
time per transaction/1 worker:
490.03 ns
transactions over time/1 worker:
2.04 M/s
time per transaction/2 workers:
338.02 ns
transactions over time/2 workers:
5.92 M/s
time per transaction/4 workers:
1930.43 ns
transactions over time/4 workers:
2.07 M/s
Kcas_data Accumulator:
time per operation/1 worker, 0% reads:
100.78 ns
operations over time/1 worker, 0% reads:
9.92 M/s
time per operation/2 workers, 0% reads:
92.74 ns
operations over time/2 workers, 0% reads:
21.56 M/s
time per operation/4 workers, 0% reads:
383.49 ns
operations over time/4 workers, 0% reads:
10.43 M/s
Kcas_data Dllist:
time per message/one domain:
1984.09 ns
messages over time/one domain:
0.50 M/s
time per message/1 nb adder, 1 nb taker:
912.99 ns
messages over time/1 nb adder, 1 nb taker:
2.19 M/s
time per message/1 nb adder, 2 nb takers:
1324.15 ns
messages over time/1 nb adder, 2 nb takers:
2.27 M/s
time per message/2 nb adders, 1 nb taker:
3010.39 ns
messages over time/2 nb adders, 1 nb taker:
1.00 M/s
time per message/2 nb adders, 2 nb takers:
5460.28 ns
messages over time/2 nb adders, 2 nb takers:
0.73 M/s
Kcas_data Hashtbl:
time per operation/1 worker, 90% reads:
342.99 ns
operations over time/1 worker, 90% reads:
2.92 M/s
time per operation/2 workers, 90% reads:
418.45 ns
operations over time/2 workers, 90% reads:
4.78 M/s
time per operation/4 workers, 90% reads:
889.48 ns
operations over time/4 workers, 90% reads:
4.50 M/s
time per operation/1 worker, 50% reads:
471.42 ns
operations over time/1 worker, 50% reads:
2.12 M/s
time per operation/2 workers, 50% reads:
1014.27 ns
operations over time/2 workers, 50% reads:
1.97 M/s
time per operation/4 workers, 50% reads:
1852.28 ns
operations over time/4 workers, 50% reads:
2.16 M/s
time per operation/1 worker, 10% reads:
446.85 ns
operations over time/1 worker, 10% reads:
2.24 M/s
time per operation/2 workers, 10% reads:
1099.84 ns
operations over time/2 workers, 10% reads:
1.82 M/s
time per operation/4 workers, 10% reads:
2283.09 ns
operations over time/4 workers, 10% reads:
1.75 M/s
Kcas_data Mvar:
time per message/1 nb adder, 1 nb taker:
16996.27 ns
messages over time/1 nb adder, 1 nb taker:
0.12 M/s
time per message/1 nb adder, 1 taker:
44840.31 ns
messages over time/1 nb adder, 1 taker:
0.04 M/s
time per message/1 nb adder, 2 nb takers:
122497.48 ns
messages over time/1 nb adder, 2 nb takers:
0.02 M/s
time per message/1 nb adder, 2 takers:
143709.03 ns
messages over time/1 nb adder, 2 takers:
0.02 M/s
time per message/1 adder, 1 nb taker:
135346.59 ns
messages over time/1 adder, 1 nb taker:
0.01 M/s
time per message/1 adder, 1 taker:
76199.43 ns
messages over time/1 adder, 1 taker:
0.03 M/s
time per message/1 adder, 2 nb takers:
189498.23 ns
messages over time/1 adder, 2 nb takers:
0.02 M/s
time per message/1 adder, 2 takers:
151281.28 ns
messages over time/1 adder, 2 takers:
0.02 M/s
time per message/2 nb adders, 1 nb taker:
184314.95 ns
messages over time/2 nb adders, 1 nb taker:
0.02 M/s
time per message/2 nb adders, 1 taker:
194926.53 ns
messages over time/2 nb adders, 1 taker:
0.02 M/s
time per message/2 nb adders, 2 nb takers:
139417.41 ns
messages over time/2 nb adders, 2 nb takers:
0.03 M/s
time per message/2 nb adders, 2 takers:
220396.25 ns
messages over time/2 nb adders, 2 takers:
0.02 M/s
time per message/2 adders, 1 nb taker:
126030.79 ns
messages over time/2 adders, 1 nb taker:
0.02 M/s
time per message/2 adders, 1 taker:
131089.90 ns
messages over time/2 adders, 1 taker:
0.02 M/s
time per message/2 adders, 2 nb takers:
225092.51 ns
messages over time/2 adders, 2 nb takers:
0.02 M/s
time per message/2 adders, 2 takers:
251748.73 ns
messages over time/2 adders, 2 takers:
0.02 M/s
Kcas_data Queue:
time per message/one domain:
305.16 ns
messages over time/one domain:
3.28 M/s
time per message/1 nb adder, 1 nb taker:
258.87 ns
messages over time/1 nb adder, 1 nb taker:
7.73 M/s
time per message/1 nb adder, 1 taker:
252.66 ns
messages over time/1 nb adder, 1 taker:
7.92 M/s
time per message/1 nb adder, 2 nb takers:
451.26 ns
messages over time/1 nb adder, 2 nb takers:
6.65 M/s
time per message/1 nb adder, 2 takers:
227.61 ns
messages over time/1 nb adder, 2 takers:
13.18 M/s
time per message/2 nb adders, 1 nb taker:
203.75 ns
messages over time/2 nb adders, 1 nb taker:
14.72 M/s
time per message/2 nb adders, 1 taker:
210.75 ns
messages over time/2 nb adders, 1 taker:
14.23 M/s
time per message/2 nb adders, 2 nb takers:
220.83 ns
messages over time/2 nb adders, 2 nb takers:
18.11 M/s
time per message/2 nb adders, 2 takers:
582.62 ns
messages over time/2 nb adders, 2 takers:
6.87 M/s
Kcas_data Stack:
time per message/one domain:
222.77 ns
messages over time/one domain:
4.49 M/s
time per message/1 nb adder, 1 nb taker:
175.22 ns
messages over time/1 nb adder, 1 nb taker:
11.41 M/s
time per message/1 nb adder, 1 taker:
147.35 ns
messages over time/1 nb adder, 1 taker:
13.57 M/s
time per message/1 nb adder, 2 nb takers:
312.25 ns
messages over time/1 nb adder, 2 nb takers:
9.61 M/s
time per message/1 nb adder, 2 takers:
362.84 ns
messages over time/1 nb adder, 2 takers:
8.27 M/s
time per message/2 nb adders, 1 nb taker:
245.59 ns
messages over time/2 nb adders, 1 nb taker:
12.23 M/s
time per message/2 nb adders, 1 taker:
285.05 ns
messages over time/2 nb adders, 1 taker:
10.68 M/s
time per message/2 nb adders, 2 nb takers:
480.22 ns
messages over time/2 nb adders, 2 nb takers:
8.33 M/s
time per message/2 nb adders, 2 takers:
360.28 ns
messages over time/2 nb adders, 2 takers:
11.10 M/s
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `P95DMGQT'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 10.158s. 2 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `G8TG31WN'.
[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 22.437s. 17 tests run.
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1884085189052908542
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 4.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 3341672705906999290
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Accumulator sequential
[✓] 64 0 0 64 / 64 6.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1764321931185742846
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Accumulator sequential
[✓] 128 0 0 128 / 128 8.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2012262913343651682
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Accumulator sequential
[✓] 256 0 0 256 / 256 10.8s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1078332053322033522
generated error fail pass / total time test name
[✓] 487 0 0 487 / 487 0.0s Accumulator sequential
[✓] 487 0 0 487 / 487 24.8s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 4085503648027806322
generated error fail pass / total time test name
[✓] 33 0 0 33 / 33 0.0s Accumulator sequential
[✓] 33 0 0 33 / 33 2.0s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1199163607922756357
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[✓] 32 0 0 32 / 32 4.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1996384125069854633
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Stack sequential
[✓] 64 0 0 64 / 64 8.6s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 4321727943076506240
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Stack sequential
[✓] 128 0 0 128 / 128 6.9s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 4403801997944422512
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Stack sequential
[✓] 256 0 0 256 / 256 11.9s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3475846218732423780
generated error fail pass / total time test name
[✓] 434 0 0 434 / 434 0.0s Stack sequential
[✓] 434 0 0 434 / 434 22.1s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1962190041122709515
generated error fail pass / total time test name
[✓] 86 0 0 86 / 86 0.0s Stack sequential
[✓] 86 0 0 86 / 86 4.6s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2366097877116212443
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 4.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1425455243289938233
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Hashtbl sequential
[✓] 64 0 0 64 / 64 6.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 4072602271775369102
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Hashtbl sequential
[✓] 128 0 0 128 / 128 8.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3385313723596441003
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Hashtbl sequential
[✓] 256 0 0 256 / 256 10.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 963383774817492173
generated error fail pass / total time test name
[✓] 488 0 0 488 / 488 0.0s Hashtbl sequential
[✓] 488 0 0 488 / 488 30.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3627992539444372079
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[✓] 32 0 0 32 / 32 5.9s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 4419770512255960453
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential
[✓] 64 0 0 64 / 64 7.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 4204567330146198879
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128
0.0s Hashtbl_with_order sequential
[✓] 128 0 0 128 / 128 9.1s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2691876606850927711
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Hashtbl_with_order sequential
[✓] 256 0 0 256 / 256 16.6s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2636340556259148906
generated error fail pass / total time test name
[✓] 251 0 0 251 / 251 0.0s Hashtbl_with_order sequential
[✓] 251 0 0 251 / 251 18.1s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2192992247339882836
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[✓] 32 0 0 32 / 32 1.2s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 1700278746133006917
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[✓] 32 0 0 32 / 32 1.8s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2203753762043065360
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[✓] 32 0 0 32 / 32 4.6s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3728531617773972476
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Dllist sequential
[✓] 64 0 0 64 / 64 9.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3453184817248408773
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Dllist sequential
[✓] 128 0 0 128 / 128 7.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 169169529315855634
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Dllist sequential
[✓] 256 0 0 256 / 256 15.9s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2492569200845292741
generated error fail pass / total time test name
[✓] 283 0 0 283 / 283 0.0s Dllist sequential
[✓] 283 0 0 283 / 283 13.2s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2133336997098495551
generated error fail pass / total time test name
[✓] 135 0 0 135 / 135 0.0s Dllist sequential
[✓] 135 0 0 135 / 135 9.5s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1889769126680345695
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 4.7s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 899243510305899305
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Queue sequential
[✓] 64 0 0 64 / 64 7.5s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2181487375132665126
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Queue sequential
[✓] 128 0 0 128 / 128 7.4s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 4592161151020861647
generated error fail pass / total time test name
[✓] 256 0 0 256 / 256 0.0s Queue sequential
[✓] 256 0 0 256 / 256 10.9s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 928362272252477757
generated error fail pass / total time test name
[✓] 466 0 0 466 / 466 0.0s Queue sequential
[✓] 466 0 0 466 / 466 31.4s Queue concurrent
================================================================================
success (ran 2 tests)
2024-09-18 16:57.36 ---> saved as "8af0de7303195aeef288b43fc3635ad39f508084508f6e6a3b350f7f5646f3dc"
Job succeeded
2024-09-18 16:57.36: Job succeeded