2024-09-19 12:56.08: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (b77e4d316f7db91d4c4a0eeb2ca2360d79b712bd) (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 b77e4d31
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-19 12:56.08: 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-19 12:56.08: 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-19 12:56.08: Waiting for resource in pool OCluster
2024-09-19 12:56.08: Waiting for worker…
2024-09-19 12:57.09: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
HEAD is now at b77e4d3 The `Effect.Unhandled` mystery
(from ocaml/opam:fedora-39-ocaml-4.14@sha256:1eb0044f55fe265dfd6b825466cbe882fbd4e223648aa172ce0f1df9540fea4e)
2024-09-19 12:57.09 ---> 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-19 12:57.09 ---> using "899ad86fb03d0933c8fe5c57a4478c21ed3f822ce9f935a5d4d24f8f20878e19" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-19 12:57.09 ---> 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-19 12:57.09 ---> 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-19 12:57.09 ---> using "8b4548afcfaa39afc61a6920b7eefcebd8abcf30cee27a99f958e74225563b81" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-09-19 12:57.09 ---> 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-19 12:57.09 ---> using "e4de30e54ce0f73f3ea104c72c7f9c8a21e87d0fc1c92a7d1fe5557f99886f56" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-19 12:57.10 ---> 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-19 12:57.12 ---> 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 348 kB/s | 28 kB 00:00
- Fedora 39 openh264 (From Cisco) - x86_64 15 kB/s | 989 B 00:00
- Fedora 39 - x86_64 - Updates 224 kB/s | 16 kB 00:00
- Fedora 39 - x86_64 - Updates 2.0 MB/s | 4.7 MB 00:02
- 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-19 12:57.48 ---> 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 camlp-streams.5.0.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cppo.1.7.0 (cached)
-> retrieved alcotest.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_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 dune.3.16.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved yojson.2.2.2 (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 csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed backoff.0.1.0
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed multicore-magic.2.3.0
-> installed camlp-streams.5.0.1
-> installed ocaml-version.3.6.8
-> installed psq.0.2.1
-> 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 ocaml-syntax-shims.1.0.0
-> installed picos.0.5.0
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed yojson.2.2.2
-> installed picos_std.0.5.0
-> installed qcheck-multicoretests-util.0.4
-> installed multicore-bench.0.1.5
-> installed picos_io.0.5.0
-> installed qcheck-stm.0.4
-> installed alcotest.1.8.0
-> installed picos_mux.0.5.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-19 12:59.06 ---> saved as "aaacff46cbfc3cc6489ee0d9052f90d5ea9148f4a9b3740928e4203db5a6e121"
/src: (copy (src .) (dst /src))
2024-09-19 12:59.06 ---> saved as "cc860418a6cd96935b063666e77d448b3900ed6296e524da26303fc1f839e7cd"
/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 `DJZEOBL1'.
[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.027s. 4 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `ZB7AGLOH'.
[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.006s. 3 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `Q896EFQ9'.
[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 && ./queue_test.exe)
Testing `Queue'.
This run has ID `CWJOU67F'.
[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 `66TXVFR8'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `CUEBVAXQ'.
[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 && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `PAN1QVT5'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.009s. 1 test run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
time per op/get:
6.94 ns
ops over time/get:
144.01 M/s
time per op/incr:
28.83 ns
ops over time/incr:
34.69 M/s
time per op/push & pop:
44.65 ns
ops over time/push & pop:
22.40 M/s
time per op/cas int:
27.38 ns
ops over time/cas int:
36.52 M/s
time per op/xchg int:
15.79 ns
ops over time/xchg int:
63.48 M/s
time per op/swap:
33.79 ns
ops over time/swap:
29.59 M/s
Kcas Xt:
time per transaction/0 loc tx:
24.92 ns
transactions over time/0 loc tx:
40.13 M/s
time per transaction/1 loc tx:
86.19 ns
transactions over time/1 loc tx:
11.60 M/s
time per transaction/2 loc tx:
227.65 ns
transactions over time/2 loc tx:
4.39 M/s
time per transaction/4 loc tx:
391.75 ns
transactions over time/4 loc tx:
2.55 M/s
time per transaction/8 loc tx:
696.87 ns
transactions over time/8 loc tx:
1.43 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
26.10 ns
transactions over time/0 loc tx:
38.32 M/s
time per transaction/1 loc tx:
57.40 ns
transactions over time/1 loc tx:
17.42 M/s
time per transaction/2 loc tx:
126.86 ns
transactions over time/2 loc tx:
7.88 M/s
time per transaction/4 loc tx:
204.26 ns
transactions over time/4 loc tx:
4.90 M/s
time per transaction/8 loc tx:
389.91 ns
transactions over time/8 loc tx:
2.56 M/s
Kcas parallel CMP:
time per transaction/1 worker:
327.11 ns
transactions over time/1 worker:
3.06 M/s
time per transaction/2 workers:
672.10 ns
transactions over time/2 workers:
2.98 M/s
time per transaction/4 workers:
1188.97 ns
transactions over time/4 workers:
3.36 M/s
Kcas_data Accumulator:
time per operation/1 worker, 0% reads:
68.35 ns
operations over time/1 worker, 0% reads:
14.63 M/s
time per operation/2 workers, 0% reads:
148.12 ns
operations over time/2 workers, 0% reads:
13.50 M/s
time per operation/4 workers, 0% reads:
282.74 ns
operations over time/4 workers, 0% reads:
14.15 M/s
Kcas_data Dllist:
time per message/one domain:
1084.95 ns
messages over time/one domain:
0.92 M/s
time per message/1 nb adder, 1 nb taker:
1609.66 ns
messages over time/1 nb adder, 1 nb taker:
1.24 M/s
time per message/1 nb adder, 2 nb takers:
2857.42 ns
messages over time/1 nb adder, 2 nb takers:
1.05 M/s
time per message/2 nb adders, 1 nb taker:
2610.92 ns
messages over time/2 nb adders, 1 nb taker:
1.15 M/s
time per message/2 nb adders, 2 nb takers:
3485.75 ns
messages over time/2 nb adders, 2 nb takers:
1.15 M/s
Kcas_data Hashtbl:
time per operation/1 worker, 90% reads:
252.02 ns
operations over time/1 worker, 90% reads:
3.97 M/s
time per operation/2 workers, 90% reads:
560.89 ns
operations over time/2 workers, 90% reads:
3.57 M/s
time per operation/4 workers, 90% reads:
1262.18 ns
operations over time/4 workers, 90% reads:
3.17 M/s
time per operation/1 worker, 50% reads:
574.67 ns
operations over time/1 worker, 50% reads:
1.74 M/s
time per operation/2 workers, 50% reads:
1270.29 ns
operations over time/2 workers, 50% reads:
1.57 M/s
time per operation/4 workers, 50% reads:
2793.71 ns
operations over time/4 workers, 50% reads:
1.43 M/s
time per operation/1 worker, 10% reads:
749.17 ns
operations over time/1 worker, 10% reads:
1.33 M/s
time per operation/2 workers, 10% reads:
1735.29 ns
operations over time/2 workers, 10% reads:
1.15 M/s
time per operation/4 workers, 10% reads:
3458.37 ns
operations over time/4 workers, 10% reads:
1.16 M/s
Kcas_data Mvar:
time per message/1 nb adder, 1 nb taker:
34569.07 ns
messages over time/1 nb adder, 1 nb taker:
0.06 M/s
time per message/1 nb adder, 1 taker:
170773.10 ns
messages over time/1 nb adder, 1 taker:
0.01 M/s
time per message/1 nb adder, 2 nb takers:
50945.24 ns
messages over time/1 nb adder, 2 nb takers:
0.06 M/s
time per message/1 nb adder, 2 takers:
88868.07 ns
messages over time/1 nb adder, 2 takers:
0.03 M/s
time per message/1 adder, 1 nb taker:
145146.81 ns
messages over time/1 adder, 1 nb taker:
0.01 M/s
time per message/1 adder, 1 taker:
50119.18 ns
messages over time/1 adder, 1 taker:
0.04 M/s
time per message/1 adder, 2 nb takers:
117430.67 ns
messages over time/1 adder, 2 nb takers:
0.03 M/s
time per message/1 adder, 2 takers:
134490.16 ns
messages over time/1 adder, 2 takers:
0.02 M/s
time per message/2 nb adders, 1 nb taker:
73213.56 ns
messages over time/2 nb adders, 1 nb taker:
0.04 M/s
time per message/2 nb adders, 1 taker:
91740.80 ns
messages over time/2 nb adders, 1 taker:
0.03 M/s
time per message/2 nb adders, 2 nb takers:
178942.85 ns
messages over time/2 nb adders, 2 nb takers:
0.02 M/s
time per message/2 nb adders, 2 takers:
145307.06 ns
messages over time/2 nb adders, 2 takers:
0.03 M/s
time per message/2 adders, 1 nb taker:
87925.52 ns
messages over time/2 adders, 1 nb taker:
0.03 M/s
time per message/2 adders, 1 taker:
143692.75 ns
messages over time/2 adders, 1 taker:
0.02 M/s
time per message/2 adders, 2 nb takers:
154518.30 ns
messages over time/2 adders, 2 nb takers:
0.03 M/s
time per message/2 adders, 2 takers:
244333.49 ns
messages over time/2 adders, 2 takers:
0.02 M/s
Kcas_data Queue:
time per message/one domain:
189.67 ns
messages over time/one domain:
5.27 M/s
time per message/1 nb adder, 1 nb taker:
169.77 ns
messages over time/1 nb adder, 1 nb taker:
11.78 M/s
time per message/1 nb adder, 1 taker:
138.45 ns
messages over time/1 nb adder, 1 taker:
14.45 M/s
time per message/1 nb adder, 2 nb takers:
275.78 ns
messages over time/1 nb adder, 2 nb takers:
10.88 M/s
time per message/1 nb adder, 2 takers:
277.43 ns
messages over time/1 nb adder, 2 takers:
10.81 M/s
time per message/2 nb adders, 1 nb taker:
250.36 ns
messages over time/2 nb adders, 1 nb taker:
11.98 M/s
time per message/2 nb adders, 1 taker:
218.78 ns
messages over time/2 nb adders, 1 taker:
13.71 M/s
time per message/2 nb adders, 2 nb takers:
333.28 ns
messages over time/2 nb adders, 2 nb takers:
12.00 M/s
time per message/2 nb adders, 2 takers:
402.65 ns
messages over time/2 nb adders, 2 takers:
9.93 M/s
Kcas_data Stack:
time per message/one domain:
112.31 ns
messages over time/one domain:
8.90 M/s
time per message/1 nb adder, 1 nb taker:
142.67 ns
messages over time/1 nb adder, 1 nb taker:
14.02 M/s
time per message/1 nb adder, 1 taker:
135.75 ns
messages over time/1 nb adder, 1 taker:
14.73 M/s
time per message/1 nb adder, 2 nb takers:
215.75 ns
messages over time/1 nb adder, 2 nb takers:
13.91 M/s
time per message/1 nb adder, 2 takers:
262.59 ns
messages over time/1 nb adder, 2 takers:
11.42 M/s
time per message/2 nb adders, 1 nb taker:
204.36 ns
messages over time/2 nb adders, 1 nb taker:
14.68 M/s
time per message/2 nb adders, 1 taker:
272.27 ns
messages over time/2 nb adders, 1 taker:
11.02 M/s
time per message/2 nb adders, 2 nb takers:
375.56 ns
messages over time/2 nb adders, 2 nb takers:
10.65 M/s
time per message/2 nb adders, 2 takers:
353.53 ns
messages over time/2 nb adders, 2 takers:
11.31 M/s
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `TF87YH4A'.
[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.382s. 2 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `J1JGGOC0'.
[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
[OK] readme_starter 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 23.049s. 18 tests run.
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 4353952268914862116
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[✓] 32 0 0 32 / 32 11.5s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 642379218213798224
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential
[✓] 64 0 0 64 / 64 11.5s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2964838424528399242
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Hashtbl_with_order sequential
[✓] 128 0 0 128 / 128 17.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2314722913763426689
generated error fail pass / total time test name
[✓] 112 0 0 112 / 112 0.0s Hashtbl_with_order sequential
[✓] 112 0 0 112 / 112 7.9s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 1961288655180930888
generated error fail pass / total time test name
[✓] 85 0 0 85 / 85 0.0s Hashtbl_with_order sequential
[✓] 85 0 0 85 / 85 4.1s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 148334461221733489
generated error fail pass / total time test name
[✓] 65 0 0 65 / 65 0.0s Hashtbl_with_order sequential
[✓] 65 0 0 65 / 65 3.4s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 3318869217360123253
generated error fail pass / total time test name
[✓] 41 0 0 41 / 41 0.0s Hashtbl_with_order sequential
[✓] 41 0 0 41 / 41 2.5s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2271677501955674983
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: 1103324643387390607
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.1s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 3657724419471509936
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 11.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 4202336613906773204
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Hashtbl sequential
[✓] 64 0 0 64 / 64 14.5s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 66803982325977953
generated error fail pass / total time test name
[✓] 123 0 0 123 / 123 0.0s Hashtbl sequential
[✓] 123 0 0 123 / 123 14.5s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2034855662722542196
generated error fail pass / total time test name
[✓] 104 0 0 104 / 104 0.0s Hashtbl sequential
[✓] 104 0 0 104 / 104 6.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1856116243585996416
generated error fail pass / total time test name
[✓] 90 0 0 90 / 90 0.0s Hashtbl sequential
[✓] 90 0 0 90 / 90 3.9s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 51557107679516038
generated error fail pass / total time test name
[✓] 74 0 0 74 / 74 0.0s Hashtbl sequential
[✓] 74 0 0 74 / 74 3.1s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3388499786053292627
generated error fail pass / total time test name
[✓] 55 0 0 55 / 55 0.0s Hashtbl sequential
[✓] 55 0 0 55 / 55 3.0s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3186831676550171333
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 1.1s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 30015853770276249
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 1.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1143774411892218152
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 1.1s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1777572428853240824
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[✓] 32 0 0 32 / 32 11.5s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1266830817149950763
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Stack sequential
[✓] 64 0 0 64 / 64 13.4s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 202702834791661749
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Stack sequential
[✓] 128 0 0 128 / 128 14.1s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1436823252858345614
generated error fail pass / total time test name
[✓] 120 0 0 120 / 120 0.0s Stack sequential
[✓] 120 0 0 120 / 120 7.4s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1449503756077401868
generated error fail pass / total time test name
[✓] 100 0 0 100 / 100 0.0s Stack sequential
[✓] 100 0 0 100 / 100 3.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3684911529253142150
generated error fail pass / total time test name
[✓] 92 0 0 92 / 92 0.0s Stack sequential
[✓] 92 0 0 92 / 92 3.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 66815805352606248
generated error fail pass / total time test name
[✓] 66 0 0 66 / 66 0.0s Stack sequential
[✓] 66 0 0 66 / 66 2.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 13607105595759607
generated error fail pass / total time test name
[✓] 47 0 0 47 / 47 0.0s Stack sequential
[✓] 47 0 0 47 / 47 1.8s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2970487325823714384
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[✓] 32 0 0 32 / 32 1.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1001899542433277567
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[✓] 32 0 0 32 / 32 1.6s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 327024178607772679
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 11.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 3164403185281581353
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Accumulator sequential
[✓] 64 0 0 64 / 64 11.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2552830453929454907
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Accumulator sequential
[
[✓] 128 0 0 128 / 128 16.0s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1328059090268761074
generated error fail pass / total time test name
[✓] 120 0 0 120 / 120 0.0s Accumulator sequential
[✓] 120 0 0 120 / 120 8.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 3497016773102522498
generated error fail pass / total time test name
[✓] 91 0 0 91 / 91 0.0s Accumulator sequential
[✓] 91 0 0 91 / 91 3.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2768680077831639220
generated error fail pass / total time test name
[✓] 76 0 0 76 / 76 0.0s Accumulator sequential
[✓] 76 0 0 76 / 76 2.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2217024377603668274
generated error fail pass / total time test name
[✓] 61 0 0 61 / 61 0.0s Accumulator sequential
[✓] 61 0 0 61 / 61 1.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1066946592224499900
generated error fail pass / total time test name
[✓] 49 0 0 49 / 49 0.0s Accumulator sequential
[✓] 49 0 0 49 / 49 2.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 825035031029114433
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 1.3s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 3290381099564060468
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 1.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2209333949109543898
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[✓] 32 0 0 32 / 32 1.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 2114509199990396710
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 12.3s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3550228473247773677
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Queue sequential
[✓] 64 0 0 64 / 64 12.4s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 765035420541600306
generated error fail pass / total time test name
[✓] 128 0 0 128 / 128 0.0s Queue sequential
[✓] 128 0 0 128 / 128 17.4s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3284568125567557996
generated error fail pass / total time test name
[✓] 95 0 0 95 / 95 0.0s Queue sequential
[✓] 95 0 0 95 / 95 5.1s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 1505998510897802815
generated error fail pass / total time test name
[✓] 86 0 0 86 / 86 0.0s Queue sequential
[✓] 86 0 0 86 / 86 2.5s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 4580996979692994477
generated error fail pass / total time test name
[✓] 84 0 0 84 / 84 0.0s Queue sequential
[✓] 84 0 0 84 / 84 3.0s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2155608852544163189
generated error fail pass / total time test name
[✓] 69 0 0 69 / 69 0.0s Queue sequential
[✓] 69 0 0 69 / 69 2.0s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 573661042338762360
generated error fail pass / total time test name
[✓] 55 0 0 55 / 55 0.0s Queue sequential
[✓] 55 0 0 55 / 55 2.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2877581898626777269
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 1.2s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2895653025751853851
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 1.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 294033376410336134
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[✓] 32 0 0 32 / 32 0.8s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 4388800454362785182
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[✓] 32 0 0 32 / 32 12.1s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3561358025482302995
generated error fail pass / total time test name
[✓] 64 0 0 64 / 64 0.0s Dllist sequential
[✓] 64 0 0 64 / 64 15.6s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 53986626515512029
generated error fail pass / total time test name
[✓] 112 0 0 112 / 112 0.0s Dllist sequential
[✓] 112 0 0 112 / 112 11.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3079062040282065331
generated error fail pass / total time test name
[✓] 108 0 0 108 / 108 0.0s Dllist sequential
[✓] 108 0 0 108 / 108 7.1s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3012082196807158652
generated error fail pass / total time test name
[✓] 91 0 0 91 / 91 0.0s Dllist sequential
[✓] 91 0 0 91 / 91 3.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1274500914138435159
generated error fail pass / total time test name
[✓] 78 0 0 78 / 78 0.0s Dllist sequential
[✓] 78 0 0 78 / 78 3.1s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1738857803713950356
generated error fail pass / total time test name
[✓] 60 0 0 60 / 60 0.0s Dllist sequential
[✓] 60 0 0 60 / 60 2.2s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2884590228984672247
generated error fail pass / total time test name
[✓] 43 0 0 43 / 43 0.0s Dllist sequential
[✓] 43 0 0 43 / 43 1.1s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 4326154279706593697
generated error fail pass / total time test name
[✓] 34 0 0 34 / 34 0.0s Dllist sequential
[✓] 34 0 0 34 / 34 1.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3660654036839277678
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[✓] 32 0 0 32 / 32 1.0s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 4055596451061219383
generated error fail pass / total time test name
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[✓] 32 0 0 32 / 32 2.0s Dllist concurrent
================================================================================
success (ran 2 tests)
2024-09-19 13:00.11 ---> saved as "1363815a53fc13eec7c8a672626561d64a8ab558f96a52799ebe9a579ea5bc0a"
Job succeeded
2024-09-19 13:00.13: Job succeeded