Organisationsocaml-multicorekcasab18ea ()debian-12-4.14_x86_32_opam-2.2

debian-12-4.14_x86_32_opam-2.2

Link Copied
Code Copied

Logs

2024-09-16 10:07.33: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (ab18eaa95387861b3647b66a2bad0e039da00292) (linux-x86_64:debian-12-4.14_x86_32_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:da810fc5fd236954fd1bce5cf19e5bfdcd3421c72bd66f51863bfd44eb4648ab
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard ab18eaa9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:da810fc5fd236954fd1bce5cf19e5bfdcd3421c72bd66f51863bfd44eb4648ab
# debian-12-4.14_x86_32_opam-2.2
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 12d7650ba97ec7883fa001a001e0433e54eb4e53 || git fetch origin master) && git reset -q --hard 12d7650ba97ec7883fa001a001e0433e54eb4e53 && 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-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_32.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 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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-16 10:07.33: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14@sha256:da810fc5fd236954fd1bce5cf19e5bfdcd3421c72bd66f51863bfd44eb4648ab-debian-12-4.14_x86_32_opam-2.2-a1c58dfaf4fab23100493c63b04741b1"
2024-09-16 10:07.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:da810fc5fd236954fd1bce5cf19e5bfdcd3421c72bd66f51863bfd44eb4648ab)
 (comment debian-12-4.14_x86_32_opam-2.2)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 12d7650ba97ec7883fa001a001e0433e54eb4e53 || git fetch origin master) && git reset -q --hard 12d7650ba97ec7883fa001a001e0433e54eb4e53 && 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-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_32.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 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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-16 10:07.33: Waiting for resource in pool OCluster
2024-09-16 10:10.34: Waiting for worker…
2024-09-16 10:19.43: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
HEAD is now at ab18eaa Use `stm_run` private lib (from Picos) with time based deadline


(from ocaml/opam:debian-12-ocaml-4.14@sha256:da810fc5fd236954fd1bce5cf19e5bfdcd3421c72bd66f51863bfd44eb4648ab)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-09-16 10:19.43 ---> using "afe659a20e6ef160078f399da30138e90bb65f3677482d181bc6bf5ebe168976" from cache


/: (comment debian-12-4.14_x86_32_opam-2.2)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-16 10:19.43 ---> using "a1379e3fff646c5ebf176e9f3ea50b263a568dd11293b387f016eb7567a443c1" 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.


Continue? [y/n] y
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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-16 10:19.43 ---> using "a2463f83266492606949acff9863f629c0fceb891fb1dca20605c584908a494e" 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-16 10:19.43 ---> using "9268b7db8c53266756e984cbdfd36970b94382876e92bf865f20a4fefec850ba" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-16 10:19.43 ---> using "f1f4a9e6e37698a0aaa5f473574592fdaf847af9c2ffbd91ad1d149c7279a31a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 12d7650ba97ec7883fa001a001e0433e54eb4e53 || git fetch origin master) && git reset -q --hard 12d7650ba97ec7883fa001a001e0433e54eb4e53 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..12d7650ba9  master     -> origin/master
12d7650ba9 Merge pull request #26569 from polytypic/release-multicore-bench-0.1.5


<><> 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-16 10:19.43 ---> using "6a834e9ddfedc42938e6177e71a36acaecf67d77d25a7761d064f013cad118a3" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-16 10:19.43 ---> using "5207165420f8134e0d90ed81f0ff17b8ba7155be9ce95c4050e0dcd5300c8599" from cache


/src: (run (network host)
           (shell  "opam pin add -yn kcas_data.dev './' && \
                  \nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2024-09-16 10:19.43 ---> using "81775f3373a534c645ed38da511f8147ced5cf4d250999ed76e4b3c9c234d87d" from cache


/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-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_32.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 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 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 "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main i386 Packages [8680 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main i386 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1117 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main i386 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1117 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [180 kB]
- Fetched 9128 kB in 5s (1908 kB/s)
- Reading package lists...
- 


<><> 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_32 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-16 10:19.43 ---> using "a5d519ccf561c7af2f7396f8d71aa59981fb9ce691da73832a650ff18012efac" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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_32 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 33 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-local-timeout       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 psq                        0.2.1
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.3
  - install qcheck-stm                 0.3
  - install re                         1.12.0
  - install result                     1.5
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-table               1.0.0
  - install topkg                      1.0.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 camlp-streams.5.0.1  (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-local-timeout.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 psq.0.2.1  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.3, qcheck-stm.0.3  (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 uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed mtime.2.1.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed backoff.0.1.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed multicore-magic.2.3.0
-> installed ocaml-version.3.6.8
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> installed qcheck-core.0.22
-> installed qcheck-multicoretests-util.0.3
-> installed multicore-bench.0.1.5
-> installed alcotest.1.8.0
-> installed qcheck-stm.0.3
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-16 10:19.43 ---> using "ea7a4bde5af9763b9cf721cf0c910d73c56727374414b7b9dd519c5fccb7085e" from cache


/src: (copy (src .) (dst /src))
2024-09-16 10:19.44 ---> saved as "b6fd537274c0245981e5e66715fcb79b4d870c53b43499e6b451e20e5fdf6663"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `7YTP2TX7'.


  [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 && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `IHNFWZ6J'.


  [OK]          basics          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.023s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `OJMTKQ7B'.


  [OK]          basics          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `D8H4JUHW'.


  [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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `M3RGMWWS'.


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


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 1.141s. 2 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `11QB8E4T'.


  [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 && ./test.exe)
Testing `Kcas'.
This run has ID `8VHE6M36'.


  [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 1.096s. 17 tests run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `YKSLPNY3'.


  [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 Loc:
  time per op/get:
    6.74 ns
  ops over time/get:
    148.30 M/s
  time per op/incr:
    42.43 ns
  ops over time/incr:
    23.57 M/s
  time per op/push & pop:
    61.64 ns
  ops over time/push & pop:
    16.22 M/s
  time per op/cas int:
    34.75 ns
  ops over time/cas int:
    28.77 M/s
  time per op/xchg int:
    34.70 ns
  ops over time/xchg int:
    28.82 M/s
  time per op/swap:
    51.22 ns
  ops over time/swap:
    19.53 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    27.76 ns
  transactions over time/0 loc tx:
    36.03 M/s
  time per transaction/1 loc tx:
    95.22 ns
  transactions over time/1 loc tx:
    10.50 M/s
  time per transaction/2 loc tx:
    220.50 ns
  transactions over time/2 loc tx:
    4.54 M/s
  time per transaction/4 loc tx:
    462.46 ns
  transactions over time/4 loc tx:
    2.16 M/s
  time per transaction/8 loc tx:
    872.74 ns
  transactions over time/8 loc tx:
    1.15 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    36.76 ns
  transactions over time/0 loc tx:
    27.20 M/s
  time per transaction/1 loc tx:
    84.14 ns
  transactions over time/1 loc tx:
    11.89 M/s
  time per transaction/2 loc tx:
    152.99 ns
  transactions over time/2 loc tx:
    6.54 M/s
  time per transaction/4 loc tx:
    245.70 ns
  transactions over time/4 loc tx:
    4.07 M/s
  time per transaction/8 loc tx:
    501.91 ns
  transactions over time/8 loc tx:
    1.99 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    302.74 ns
  transactions over time/1 worker:
    3.30 M/s
  time per transaction/2 workers:
    682.20 ns
  transactions over time/2 workers:
    2.93 M/s
  time per transaction/4 workers:
    1349.18 ns
  transactions over time/4 workers:
    2.96 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    81.41 ns
  operations over time/1 worker, 0% reads:
    12.28 M/s
  time per operation/2 workers, 0% reads:
    168.38 ns
  operations over time/2 workers, 0% reads:
    11.88 M/s
  time per operation/4 workers, 0% reads:
    337.84 ns
  operations over time/4 workers, 0% reads:
    11.84 M/s
Kcas_data Dllist:
  time per message/one domain:
    1421.23 ns
  messages over time/one domain:
    0.70 M/s
  time per message/1 nb adder, 1 nb taker:
    1887.64 ns
  messages over time/1 nb adder, 1 nb taker:
    1.06 M/s
  time per message/1 nb adder, 2 nb takers:
    3280.56 ns
  messages over time/1 nb adder, 2 nb takers:
    0.91 M/s
  time per message/2 nb adders, 1 nb taker:
    3209.72 ns
  messages over time/2 nb adders, 1 nb taker:
    0.93 M/s
  time per message/2 nb adders, 2 nb takers:
    3966.70 ns
  messages over time/2 nb adders, 2 nb takers:
    1.01 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    425.84 ns
  operations over time/1 worker, 90% reads:
    2.35 M/s
  time per operation/2 workers, 90% reads:
    851.60 ns
  operations over time/2 workers, 90% reads:
    2.35 M/s
  time per operation/4 workers, 90% reads:
    1757.62 ns
  operations over time/4 workers, 90% reads:
    2.28 M/s
  time per operation/1 worker, 50% reads:
    699.82 ns
  operations over time/1 worker, 50% reads:
    1.43 M/s
  time per operation/2 workers, 50% reads:
    1366.06 ns
  operations over time/2 workers, 50% reads:
    1.46 M/s
  time per operation/4 workers, 50% reads:
    2788.07 ns
  operations over time/4 workers, 50% reads:
    1.43 M/s
  time per operation/1 worker, 10% reads:
    795.48 ns
  operations over time/1 worker, 10% reads:
    1.26 M/s
  time per operation/2 workers, 10% reads:
    1175.29 ns
  operations over time/2 workers, 10% reads:
    1.73 M/s
  time per operation/4 workers, 10% reads:
    2855.92 ns
  operations over time/4 workers, 10% reads:
    1.40 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    31760.60 ns
  messages over time/1 nb adder, 1 nb taker:
    0.06 M/s
  time per message/1 nb adder, 1 taker:
    31171.40 ns
  messages over time/1 nb adder, 1 taker:
    0.06 M/s
  time per message/1 nb adder, 2 nb takers:
    46227.45 ns
  messages over time/1 nb adder, 2 nb takers:
    0.06 M/s
  time per message/1 nb adder, 2 takers:
    49629.75 ns
  messages over time/1 nb adder, 2 takers:
    0.06 M/s
  time per message/1 adder, 1 nb taker:
    30805.70 ns
  messages over time/1 adder, 1 nb taker:
    0.06 M/s
  time per message/1 adder, 1 taker:
    39277.65 ns
  messages over time/1 adder, 1 taker:
    0.05 M/s
  time per message/1 adder, 2 nb takers:
    44805.00 ns
  messages over time/1 adder, 2 nb takers:
    0.07 M/s
  time per message/1 adder, 2 takers:
    50275.95 ns
  messages over time/1 adder, 2 takers:
    0.06 M/s
  time per message/2 nb adders, 1 nb taker:
    48185.00 ns
  messages over time/2 nb adders, 1 nb taker:
    0.06 M/s
  time per message/2 nb adders, 1 taker:
    98512.20 ns
  messages over time/2 nb adders, 1 taker:
    0.03 M/s
  time per message/2 nb adders, 2 nb takers:
    87184.38 ns
  messages over time/2 nb adders, 2 nb takers:
    0.05 M/s
  time per message/2 nb adders, 2 takers:
    126220.50 ns
  messages over time/2 nb adders, 2 takers:
    0.03 M/s
  time per message/2 adders, 1 nb taker:
    50273.62 ns
  messages over time/2 adders, 1 nb taker:
    0.06 M/s
  time per message/2 adders, 1 taker:
    65926.85 ns
  messages over time/2 adders, 1 taker:
    0.05 M/s
  time per message/2 adders, 2 nb takers:
    64172.25 ns
  messages over time/2 adders, 2 nb takers:
    0.06 M/s
  time per message/2 adders, 2 takers:
    63260.65 ns
  messages over time/2 adders, 2 takers:
    0.06 M/s
Kcas_data Queue:
  time per message/one domain:
    374.76 ns
  messages over time/one domain:
    2.67 M/s
  time per message/1 nb adder, 1 nb taker:
    231.31 ns
  messages over time/1 nb adder, 1 nb taker:
    8.65 M/s
  time per message/1 nb adder, 1 taker:
    231.61 ns
  messages over time/1 nb adder, 1 taker:
    8.64 M/s
  time per message/1 nb adder, 2 nb takers:
    423.58 ns
  messages over time/1 nb adder, 2 nb takers:
    7.08 M/s
  time per message/1 nb adder, 2 takers:
    464.74 ns
  messages over time/1 nb adder, 2 takers:
    6.46 M/s
  time per message/2 nb adders, 1 nb taker:
    381.46 ns
  messages over time/2 nb adders, 1 nb taker:
    7.86 M/s
  time per message/2 nb adders, 1 taker:
    429.53 ns
  messages over time/2 nb adders, 1 taker:
    6.98 M/s
  time per message/2 nb adders, 2 nb takers:
    513.92 ns
  messages over time/2 nb adders, 2 nb takers:
    7.78 M/s
  time per message/2 nb adders, 2 takers:
    538.45 ns
  messages over time/2 nb adders, 2 takers:
    7.43 M/s
Kcas_data Stack:
  time per message/one domain:
    182.53 ns
  messages over time/one domain:
    5.48 M/s
  time per message/1 nb adder, 1 nb taker:
    198.47 ns
  messages over time/1 nb adder, 1 nb taker:
    10.08 M/s
  time per message/1 nb adder, 1 taker:
    218.63 ns
  messages over time/1 nb adder, 1 taker:
    9.15 M/s
  time per message/1 nb adder, 2 nb takers:
    401.75 ns
  messages over time/1 nb adder, 2 nb takers:
    7.47 M/s
  time per message/1 nb adder, 2 takers:
    296.41 ns
  messages over time/1 nb adder, 2 takers:
    10.12 M/s
  time per message/2 nb adders, 1 nb taker:
    361.53 ns
  messages over time/2 nb adders, 1 nb taker:
    8.30 M/s
  time per message/2 nb adders, 1 taker:
    371.78 ns
  messages over time/2 nb adders, 1 taker:
    8.07 M/s
  time per message/2 nb adders, 2 nb takers:
    570.00 ns
  messages over time/2 nb adders, 2 nb takers:
    7.02 M/s
  time per message/2 nb adders, 2 takers:
    624.71 ns
  messages over time/2 nb adders, 2 takers:
    6.40 M/s
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 537467473
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32    16.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 645816896
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64    31.1s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 632151718
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     6.0s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 932884328
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     4.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 944888029
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     4.0s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 375026073
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.3s Hashtbl_with_order sequential
[]   32    0    0   32 /   32    16.8s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 486342263
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64    18.5s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 602268677
generated error fail pass / total     time test name
[]   65    0    0   65 /   65     0.1s Hashtbl_with_order sequential
[]   65    0    0   65 /   65    27.4s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 59742052
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.2s Hashtbl sequential
[]   32    0    0   32 /   32    15.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 998246086
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.1s Hashtbl sequential
[]   64    0    0   64 /   64    33.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 332537419
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     5.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 520131178
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     3.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 526258570
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     5.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 996954698
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32    14.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3832108
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64    33.5s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 288611985
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     5.1s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 952317436
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     4.1s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 856647064
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     5.8s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 410871083
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32    15.8s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 694029106
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64    17.8s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 253354006
generated error fail pass / total     time test name
[]   75    0    0   75 /   75     0.0s Stack sequential
[]   75    0    0   75 /   75    23.3s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 542720718
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     7.1s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 518848581
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32    13.7s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 421024776
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64    19.8s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 758555085
generated error fail pass / total     time test name
[]   75    0    0   75 /   75     0.0s Accumulator sequential
[]   75    0    0   75 /   75    24.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 248798695
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator seuential
[]   32    0    0   32 /   32     6.7s Accumulator concurrent
================================================================================
success (ran 2 tests)
2024-09-16 10:20.53 ---> saved as "577f129efc29862c224c35d7ca4adb1adec2121e73497d9420648c78406a522e"
Job succeeded
2024-09-16 10:20.54: Job succeeded