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

debian-12-4.14_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_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8
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:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8
# debian-12-4.14_opam-2.2
USER 1000:1000
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_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 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:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8-debian-12-4.14_opam-2.2-d578acf5ae844e69d3eaeacb8fb73117"
2024-09-16 10:07.33: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8)
 (comment debian-12-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (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_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 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:20.16: 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:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8)
2024-09-16 10:20.16 ---> using "7fff8202a9a499965e9a603418271163cf4aeae08f9ce3e4b7d3379f6e75b4cd" from cache


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


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


/: (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:20.16 ---> using "bdb9582ea988902230acd3bf7a94656a13de19fd71d5aac9de31204c867d7eec" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-16 10:20.16 ---> using "891f2c7985dabfed23558f17fbee5d915b2212c393fdeebc0c62f7f2b46f0317" 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:20.16 ---> using "702862f9385f431994f234925db4dab981c994ff92745bd4de89ba1554e09a1a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-16 10:20.16 ---> using "55a36f0f1d5a1c125df5f0007f3b60886a51ff9b9ee86ae852c291dcb2300b0c" 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:20.16 ---> using "5be3d5107f594b68bdbdfe0b310558563fc99516299419263ec88b8e9230c323" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-16 10:20.16 ---> using "5c1dfcec1e9006709dcee630de3fd361d4f8d45ac00ad233339aeaefa77ee563" 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:20.16 ---> using "a3b2eb910390fb89b396bbe6930aaf8b0f83f085d85e7548493be774eeb8f3c2" 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_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 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 amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [181 kB]
- Fetched 9235 kB in 3s (2682 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_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-16 10:20.16 ---> using "358903611f30965454f472a9f41160c51dddfc8f68e9a6ec02afef4685a4e914" 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_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 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 cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cppo.1.7.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 multicore-magic.2.3.0  (cached)
-> retrieved mdx.2.4.1  (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 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 stdlib-shims.0.3.0
-> installed backoff.0.1.0
-> installed csexp.1.5.2
-> installed multicore-magic.2.3.0
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed ocaml-version.3.6.8
-> 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 qcheck-core.0.22
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.3
-> installed qcheck-stm.0.3
-> installed multicore-bench.0.1.5
-> installed alcotest.1.8.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-16 10:20.16 ---> using "f33a4ede8c958bd333ae520afc84300c25137e5749eaa830f8960e3d7eef54a2" from cache


/src: (copy (src .) (dst /src))
2024-09-16 10:20.17 ---> saved as "57af322727cfe9ced23f8711c1857b3adea01b2b470aede2714dd652dc83cfe2"


/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_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `7LA9D4HF'.


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


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


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


  [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 && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `2B5WAHFT'.


  [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 && ./threads.exe)
Testing `Threads'.
This run has ID `7EXXAYR0'.


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


  [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.062s. 4 tests run.
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `T3NXTSH4'.


  [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.077s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  time per op/get:
    13.73 ns
  ops over time/get:
    72.86 M/s
  time per op/incr:
    59.92 ns
  ops over time/incr:
    16.69 M/s
  time per op/push & pop:
    87.03 ns
  ops over time/push & pop:
    11.49 M/s
  time per op/cas int:
    123.08 ns
  ops over time/cas int:
    8.12 M/s
  time per op/xchg int:
    45.28 ns
  ops over time/xchg int:
    22.08 M/s
  time per op/swap:
    62.89 ns
  ops over time/swap:
    15.90 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    40.51 ns
  transactions over time/0 loc tx:
    24.68 M/s
  time per transaction/1 loc tx:
    135.30 ns
  transactions over time/1 loc tx:
    7.39 M/s
  time per transaction/2 loc tx:
    422.55 ns
  transactions over time/2 loc tx:
    2.37 M/s
  time per transaction/4 loc tx:
    631.40 ns
  transactions over time/4 loc tx:
    1.58 M/s
  time per transaction/8 loc tx:
    1019.69 ns
  transactions over time/8 loc tx:
    0.98 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    38.21 ns
  transactions over time/0 loc tx:
    26.17 M/s
  time per transaction/1 loc tx:
    87.61 ns
  transactions over time/1 loc tx:
    11.41 M/s
  time per transaction/2 loc tx:
    173.76 ns
  transactions over time/2 loc tx:
    5.76 M/s
  time per transaction/4 loc tx:
    327.45 ns
  transactions over time/4 loc tx:
    3.05 M/s
  time per transaction/8 loc tx:
    516.86 ns
  transactions over time/8 loc tx:
    1.93 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    1354.28 ns
  transactions over time/1 worker:
    0.74 M/s
  time per transaction/2 workers:
    1975.99 ns
  transactions over time/2 workers:
    1.01 M/s
  time per transaction/4 workers:
    3226.37 ns
  transactions over time/4 workers:
    1.24 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    120.30 ns
  operations over time/1 worker, 0% reads:
    8.31 M/s
  time per operation/2 workers, 0% reads:
    466.06 ns
  operations over time/2 workers, 0% reads:
    4.29 M/s
  time per operation/4 workers, 0% reads:
    701.11 ns
  operations over time/4 workers, 0% reads:
    5.71 M/s
Kcas_data Dllist:
  time per message/one domain:
    1613.80 ns
  messages over time/one domain:
    0.62 M/s
  time per message/1 nb adder, 1 nb taker:
    2405.41 ns
  messages over time/1 nb adder, 1 nb taker:
    0.83 M/s
  time per message/1 nb adder, 2 nb takers:
    4039.97 ns
  messages over time/1 nb adder, 2 nb takers:
    0.74 M/s
  time per message/2 nb adders, 1 nb taker:
    3079.95 ns
  messages over time/2 nb adders, 1 nb taker:
    0.97 M/s
  time per message/2 nb adders, 2 nb takers:
    5762.13 ns
  messages over time/2 nb adders, 2 nb takers:
    0.69 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    355.79 ns
  operations over time/1 worker, 90% reads:
    2.81 M/s
  time per operation/2 workers, 90% reads:
    728.07 ns
  operations over time/2 workers, 90% reads:
    2.75 M/s
  time per operation/4 workers, 90% reads:
    1254.77 ns
  operations over time/4 workers, 90% reads:
    3.19 M/s
  time per operation/1 worker, 50% reads:
    743.14 ns
  operations over time/1 worker, 50% reads:
    1.35 M/s
  time per operation/2 workers, 50% reads:
    1865.95 ns
  operations over time/2 workers, 50% reads:
    1.07 M/s
  time per operation/4 workers, 50% reads:
    3243.98 ns
  operations over time/4 workers, 50% reads:
    1.23 M/s
  time per operation/1 worker, 10% reads:
    974.89 ns
  operations over time/1 worker, 10% reads:
    1.03 M/s
  time per operation/2 workers, 10% reads:
    1978.19 ns
  operations over time/2 workers, 10% reads:
    1.01 M/s
  time per operation/4 workers, 10% reads:
    3957.50 ns
  operations over time/4 workers, 10% reads:
    1.01 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    90559.29 ns
  messages over time/1 nb adder, 1 nb taker:
    0.02 M/s
  time per message/1 nb adder, 1 taker:
    51724.57 ns
  messages over time/1 nb adder, 1 taker:
    0.04 M/s
  time per message/1 nb adder, 2 nb takers:
    90333.45 ns
  messages over time/1 nb adder, 2 nb takers:
    0.03 M/s
  time per message/1 nb adder, 2 takers:
    94089.34 ns
  messages over time/1 nb adder, 2 takers:
    0.03 M/s
  time per message/1 adder, 1 nb taker:
    154237.42 ns
  messages over time/1 adder, 1 nb taker:
    0.01 M/s
  time per message/1 adder, 1 taker:
    114520.30 ns
  messages over time/1 adder, 1 taker:
    0.02 M/s
  time per message/1 adder, 2 nb takers:
    78822.23 ns
  messages over time/1 adder, 2 nb takers:
    0.04 M/s
  time per message/1 adder, 2 takers:
    120086.93 ns
  messages over time/1 adder, 2 takers:
    0.02 M/s
  time per message/2 nb adders, 1 nb taker:
    188984.42 ns
  messages over time/2 nb adders, 1 nb taker:
    0.02 M/s
  time per message/2 nb adders, 1 taker:
    147494.65 ns
  messages over time/2 nb adders, 1 taker:
    0.02 M/s
  time per message/2 nb adders, 2 nb takers:
    86840.63 ns
  messages over time/2 nb adders, 2 nb takers:
    0.05 M/s
  time per message/2 nb adders, 2 takers:
    81309.24 ns
  messages over time/2 nb adders, 2 takers:
    0.05 M/s
  time per message/2 adders, 1 nb taker:
    107171.87 ns
  messages over time/2 adders, 1 nb taker:
    0.03 M/s
  time per message/2 adders, 1 taker:
    106373.01 ns
  messages over time/2 adders, 1 taker:
    0.03 M/s
  time per message/2 adders, 2 nb takers:
    100223.35 ns
  messages over time/2 adders, 2 nb takers:
    0.04 M/s
  time per message/2 adders, 2 takers:
    88004.47 ns
  messages over time/2 adders, 2 takers:
    0.05 M/s
Kcas_data Queue:
  time per message/one domain:
    473.98 ns
  messages over time/one domain:
    2.11 M/s
  time per message/1 nb adder, 1 nb taker:
    299.46 ns
  messages over time/1 nb adder, 1 nb taker:
    6.68 M/s
  time per message/1 nb adder, 1 taker:
    332.02 ns
  messages over time/1 nb adder, 1 taker:
    6.02 M/s
  time per message/1 nb adder, 2 nb takers:
    522.08 ns
  messages over time/1 nb adder, 2 nb takers:
    5.75 M/s
  time per message/1 nb adder, 2 takers:
    517.30 ns
  messages over time/1 nb adder, 2 takers:
    5.80 M/s
  time per message/2 nb adders, 1 nb taker:
    407.52 ns
  messages over time/2 nb adders, 1 nb taker:
    7.36 M/s
  time per message/2 nb adders, 1 taker:
    409.23 ns
  messages over time/2 nb adders, 1 taker:
    7.33 M/s
  time per message/2 nb adders, 2 nb takers:
    690.41 ns
  messages over time/2 nb adders, 2 nb takers:
    5.79 M/s
  time per message/2 nb adders, 2 takers:
    720.92 ns
  messages over time/2 nb adders, 2 takers:
    5.55 M/s
Kcas_data Stack:
  time per message/one domain:
    259.08 ns
  messages over time/one domain:
    3.86 M/s
  time per message/1 nb adder, 1 nb taker:
    262.87 ns
  messages over time/1 nb adder, 1 nb taker:
    7.61 M/s
  time per message/1 nb adder, 1 taker:
    252.50 ns
  messages over time/1 nb adder, 1 taker:
    7.92 M/s
  time per message/1 nb adder, 2 nb takers:
    416.93 ns
  messages over time/1 nb adder, 2 nb takers:
    7.20 M/s
  time per message/1 nb adder, 2 takers:
    425.04 ns
  messages over time/1 nb adder, 2 takers:
    7.06 M/s
  time per message/2 nb adders, 1 nb taker:
    344.75 ns
  messages over time/2 nb adders, 1 nb taker:
    8.70 M/s
  time per message/2 nb adders, 1 taker:
    356.46 ns
  messages over time/2 nb adders, 1 taker:
    8.42 M/s
  time per message/2 nb adders, 2 nb takers:
    574.75 ns
  messages over time/2 nb adders, 2 nb takers:
    6.96 M/s
  time per message/2 nb adders, 2 takers:
    632.74 ns
  messages over time/2 nb adders, 2 takers:
    6.32 M/s
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `XUP9WXND'.


  [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.556s. 2 tests run.
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3497510683331462302
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32    10.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 4369800491681927229
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.1s Hashtbl_with_order sequential
[]   64    0    0   64 /   64    20.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2360859485728666086
generated error fail pass / total     time test name
[]   90    0    0   90 /   90     0.1s Hashtbl_with_order sequential
[]   90    0    0   90 /   90    14.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 3583297726040283145
generated error fail pass / total     time test name
[]   62    0    0   62 /   62     0.1s Hashtbl_with_order sequential
[]   62    0    0   62 /   62    11.3s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 3959377928873946255
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     4.2s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 914818961262724839
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     6.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3274233985108500599
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64    22.9s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3108331227583833883
generated error fail pass / total     time test name
[]  100    0    0  100 /  100     0.1s Hashtbl sequential
[]  100    0    0  100 /  100    16.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2702861904680818272
generated error fail pass / total     time test name
[]   58    0    0   58 /   58     0.1s Hashtbl sequential
[]   58    0    0   58 /   58     8.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 825908158742239878
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     2.8s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1915764868376609137
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     3.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 3819718049937044080
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.1s Dllist sequential
[]   32    0    0   32 /   32    20.0s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1238479898790230952
generated error fail pass / total     time test name
[]   63    0    0   63 /   63     0.0s Dllist sequential
[]   63    0    0   63 /   63     7.6s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3796067895693101387
generated error fail pass / total     time test name
[]  110    0    0  110 /  110     0.1s Dllist sequential
[]  110    0    0  110 /  110    13.7s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 4311818668875266494
generated error fail pass / total     time test name
[]   90    0    0   90 /   90     0.0s Dllist sequential
[]   90    0    0   90 /   90     8.2s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 4577272906692758924
generated error fail pass / total     time test name
[]   60    0    0   60 /   60     0.0s Dllist sequential
[]   60    0    0   60 /   60     6.6s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1849072164232166737
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     3.2s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3519489295629911750
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)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 10855343642136920
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32    18.8s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 201821845560480917
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64     8.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 574456161013693206
generated error fail pass / total     time test name
[]  113    0    0  113 /  113     0.0s Stack sequential
[]  113    0    0  113 /  113    13.6s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 4426999731782558248
generated error fail pass / total     time test name
[]   96    0    0   96 /   96     0.0s Stack sequential
[]   96    0    0   96 /   96     8.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2800635402013720480
generated error fail pass / total     time test name
[]   66    0    0   66 /   66     0.0s Stack sequential
[]   66    0    0   66 /   66     6.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 4428493398077236051
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)
random seed: 2750107715063621758
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     2.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 729017526554323925
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     1.3s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 2043593200701132583
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.1s Queue sequential
[]   32    0    0   32 /   32    18.9s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3314548928832175020
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[ ]    3    0    0    3 /   []   64    0    0   64 /   64    12.9s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3350133498234695190
generated error fail pass / total     time test name
[]   84    0    0   84 /   84     0.0s Queue sequential
[]   84    0    0   84 /   84    13.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 1994394366859550254
generated error fail pass / total     time test name
[]   57    0    0   57 /   57     0.0s Queue sequential
[]   57    0    0   57 /   57     7.8s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3533632668229713356
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     2.9s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3051353130378804578
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     3.2s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 82806907793205952
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     2.7s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2129496442030290121
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.1s Accumulator sequential
[]   32    0    0   32 /   32    18.0s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 801027152560784198
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64    14.3s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1863411036722812012
generated error fail pass / total     time test name
[]   81    0    0   81 /   81     0.0s Accumulator sequential
[]   81    0    0   81 /   81    12.0s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 268816993276768373
generated error fail pass / total     time test name
[]   62    0    0   62 /   62     0.1s Accumulator sequential
[]   62    0    0   62 /   62     6.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2267905934624187942
generated error fail pass / total     time test name
[]   42    0    0   42 /   42     0.0s Accumulator sequential
[]   42    0    0   42 /   42     4.7s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2445138962254666495
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     4.0s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 4188036127421792529
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     3.7s Accumulator concurrent
================================================================================
success (ran 2 tests)
2024-09-16 10:21.24 ---> saved as "b073017d69ac0d1d49cc2a58f7ecb04eced7469c60afda75efd9f4b9a054a87f"
Job succeeded
2024-09-16 10:21.24: Job succeeded