Organisationsocaml-multicorekcasa06fc0 (queue-using-two-stacks)debian-12-5.2_x86_32_opam-2.2

debian-12-5.2_x86_32_opam-2.2

Link Copied
Code Copied

Logs

2024-10-11 07:57.42: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/queue-using-two-stacks (a06fc0994bad0727c536249c78948316afd7d63b) (linux-x86_64:debian-12-5.2_x86_32_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:67bd138b6947877bd8ceeb809b47edfe554e16569b1471d44a94dcd4f5058b91
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "queue-using-two-stacks" && cd "kcas" && git reset --hard a06fc099
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:67bd138b6947877bd8ceeb809b47edfe554e16569b1471d44a94dcd4f5058b91
# debian-12-5.2_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 82ebbd52a07bc65404a2443fc4804bd36e534c83 || git fetch origin master) && git reset -q --hard 82ebbd52a07bc65404a2443fc4804bd36e534c83 && 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.1 base-bigarray.base base-domains.base base-nnp.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.6 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 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-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-10-11 07:57.42: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.2@sha256:67bd138b6947877bd8ceeb809b47edfe554e16569b1471d44a94dcd4f5058b91-debian-12-5.2_x86_32_opam-2.2-59b418e54753928f7dfbbc939d859d23"
2024-10-11 07:57.42: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:67bd138b6947877bd8ceeb809b47edfe554e16569b1471d44a94dcd4f5058b91)
 (comment debian-12-5.2_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 82ebbd52a07bc65404a2443fc4804bd36e534c83 || git fetch origin master) && git reset -q --hard 82ebbd52a07bc65404a2443fc4804bd36e534c83 && 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.1 base-bigarray.base base-domains.base base-nnp.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.6 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 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-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-10-11 07:57.42: Waiting for resource in pool OCluster
2024-10-11 07:57.42: Waiting for worker…
2024-10-11 08:00.56: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at a06fc09 WIP


(from ocaml/opam:debian-12-ocaml-5.2@sha256:67bd138b6947877bd8ceeb809b47edfe554e16569b1471d44a94dcd4f5058b91)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2024-10-11 08:00.56 ---> using "4750bb8dbb9be0a64eba8537e545cc830fb5003c1995984477e93350f99f3232" from cache


/: (comment debian-12-5.2_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-10-11 08:00.56 ---> using "64adeea87fa11afed3cb48e4344c033f585841548d48cdedc50d09cc20ba1b55" 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-10-11 08:01.01 ---> saved as "cd831843650c8706b62259eb74d0ebfa439eebe4cdac07ba41048d157e102d58"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.2.0
2.2.1
2024-10-11 08:01.02 ---> saved as "00c675d7857f718a8efae4e9facb97c189b3e07baa82b18b3001cc0a8f9e9a90"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-11 08:01.02 ---> saved as "1177965d20dc0f45e18e0b4338eefd148801880071ba02116d7742541cef8c60"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 82ebbd52a07bc65404a2443fc4804bd36e534c83 || git fetch origin master) && git reset -q --hard 82ebbd52a07bc65404a2443fc4804bd36e534c83 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   75006f8c5e..1a07d7f3b0  master     -> origin/master
82ebbd52a0 Merge pull request #26721 from polytypic/release-multicore-bench-0.1.6


<><> 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-10-11 08:02.40 ---> saved as "626eba7c002ec554b0e16079a4d89018f373e5a2c6527ee3bdb0c46b7acc6b6b"


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-10-11 08:02.40 ---> saved as "28beb98b2fd95f148ca10e058f6e7c10a6e514dda0d3f66232630a09ab1f341d"


/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-10-11 08:02.46 ---> saved as "519516221c9dbe55109c2da6db21b860910491ad5afd5a2353fe328e535c68be"


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.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.6 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 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-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"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- 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-security bookworm-security/main i386 Packages [187 kB]
- Fetched 290 kB in 0s (671 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-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-10-11 08:03.07 ---> saved as "2083825963300bb9ba6658df91caf5a40ff46b2a2a9698399583a0b65fb28eae"


/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-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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.1
  - 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.6
  - install multicore-magic            2.3.0
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              3.6.9
  - 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.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-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.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-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.6  (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.9  (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.4, qcheck-stm.0.4  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.16.0  (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 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 domain_shims.0.1.0
-> installed result.1.5
-> installed backoff.0.1.1
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed csexp.1.5.2
-> installed psq.0.2.1
-> installed multicore-magic.2.3.0
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-version.3.6.9
-> installed domain-local-timeout.1.0.1
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed qcheck-multicoretests-util.0.4
-> installed qcheck-stm.0.4
-> installed cppo.1.7.0
-> installed yojson.2.2.2
-> installed multicore-bench.0.1.6
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.8.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-11 08:05.48 ---> saved as "ea6aff98b04503c0e08e407e994486ced95f597638d480537eb9afcfde3689cd"


/src: (copy (src .) (dst /src))
2024-10-11 08:05.49 ---> saved as "588652ad56926d9b2bb59203da2008d34b8929cd965ab4cbe5c46f3e1170d61b"


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


  [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 && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `BVH707GJ'.


  [OK]          basics          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.016s. 1 test run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `C7F3QB04'.


  [OK]          await between threads          0   


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.003s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `6HWNVZ36'.


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 0.131s. 2 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `B72F84W4'.


  [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.002s. 3 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `SGZ2NOKF'.


  [OK]          basics          0   


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


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


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


  [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.576s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  ops over time/cas int:
    0.80 M/s
  ops over time/get:
    2.24 M/s
  ops over time/incr:
    0.21 M/s
  ops over time/push & pop:
    0.63 M/s
  ops over time/swap:
    0.56 M/s
  ops over time/xchg int:
    0.53 M/s
  time per op/cas int:
    1242.48 ns
  time per op/get:
    446.70 ns
  time per op/incr:
    4675.45 ns
  time per op/push & pop:
    1578.44 ns
  time per op/swap:
    1798.38 ns
  time per op/xchg int:
    1899.06 ns
Kcas Xt:
  time per transaction/0 loc tx:
    914.45 ns
  time per transaction/1 loc tx:
    3207.09 ns
  time per transaction/2 loc tx:
    12095.02 ns
  time per transaction/4 loc tx:
    16243.16 ns
  time per transaction/8 loc tx:
    29131.29 ns
  transactions over time/0 loc tx:
    1.09 M/s
  transactions over time/1 loc tx:
    0.31 M/s
  transactions over time/2 loc tx:
    0.08 M/s
  transactions over time/4 loc tx:
    0.06 M/s
  transactions over time/8 loc tx:
    0.03 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    910.85 ns
  time per transaction/1 loc tx:
    2967.48 ns
  time per transaction/2 loc tx:
    12531.39 ns
  time per transaction/4 loc tx:
    11889.74 ns
  time per transaction/8 loc tx:
    21976.80 ns
  transactions over time/0 loc tx:
    1.10 M/s
  transactions over time/1 loc tx:
    0.34 M/s
  transactions over time/2 loc tx:
    0.08 M/s
  transactions over time/4 loc tx:
    0.08 M/s
  transactions over time/8 loc tx:
    0.05 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    9943.73 ns
  time per transaction/2 workers:
    19178.47 ns
  time per transaction/4 workers:
    17362.64 ns
  transactions over time/1 worker:
    0.10 M/s
  transactions over time/2 workers:
    0.10 M/s
  transactions over time/4 workers:
    0.23 M/s
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    0.47 M/s
  operations over time/2 workers, 0% reads:
    0.43 M/s
  operations over time/4 workers, 0% reads:
    0.45 M/s
  time per operation/1 worker, 0% reads:
    2149.22 ns
  time per operation/2 workers, 0% reads:
    4598.66 ns
  time per operation/4 workers, 0% reads:
    8848.83 ns
Kcas_data Dllist:
  messages over time/1 nb adder, 1 nb taker:
    0.05 M/s
  messages over time/1 nb adder, 2 nb takers:
    0.07 M/s
  messages over time/2 nb adders, 1 nb taker:
    0.07 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.11 M/s
  messages over time/one domain:
    0.03 M/s
  time per message/1 nb adder, 1 nb taker:
    37376.01 ns
  time per message/1 nb adder, 2 nb takers:
    43523.25 ns
  time per message/2 nb adders, 1 nb taker:
    43398.32 ns
  time per message/2 nb adders, 2 nb takers:
    37441.96 ns
  time per message/one domain:
    38795.59 ns
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    0.06 M/s
  operations over time/1 worker, 50% reads:
    0.06 M/s
  operations over time/1 worker, 90% reads:
    0.09 M/s
  operations over time/2 workers, 10% reads:
    0.09 M/s
  operations over time/2 workers, 50% reads:
    0.09 M/s
  operations over time/2 workers, 90% reads:
    0.15 M/s
  operations over time/4 workers, 10% reads:
    0.14 M/s
  operations over time/4 workers, 50% reads:
    0.26 M/s
  operations over time/4 workers, 90% reads:
    0.20 M/s
  time per operation/1 worker, 10% reads:
    15617.20 ns
  time per operation/1 worker, 50% reads:
    17838.93 ns
  time per operation/1 worker, 90% reads:
    11479.51 ns
  time per operation/2 workers, 10% reads:
    22188.34 ns
  time per operation/2 workers, 50% reads:
    21632.05 ns
  time per operation/2 workers, 90% reads:
    13777.71 ns
  time per operation/4 workers, 10% reads:
    28761.07 ns
  time per operation/4 workers, 50% reads:
    15648.68 ns
  time per operation/4 workers, 90% reads:
    20262.76 ns
Kcas_data Mvar:
  messages over time/1 adder, 1 nb taker:
    0.26 M/s
  messages over time/1 adder, 1 taker:
    0.23 M/s
  messages over time/1 adder, 2 nb takers:
    0.44 M/s
  messages over time/1 adder, 2 takers:
    0.29 M/s
  messages over time/1 nb adder, 1 nb taker:
    0.47 M/s
  messages over time/1 nb adder, 1 taker:
    0.24 M/s
  messages over time/1 nb adder, 2 nb takers:
    0.66 M/s
  messages over time/1 nb adder, 2 takers:
    0.37 M/s
  messages over time/2 adders, 1 nb taker:
    0.43 M/s
  messages over time/2 adders, 1 taker:
    0.34 M/s
  messages over time/2 adders, 2 nb takers:
    0.51 M/s
  messages over time/2 adders, 2 takers:
    0.28 M/s
  messages over time/2 nb adders, 1 nb taker:
    0.71 M/s
  messages over time/2 nb adders, 1 taker:
    0.35 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.87 M/s
  messages over time/2 nb adders, 2 takers:
    0.00 M/s
  time per message/1 adder, 1 nb taker:
    7634.75 ns
  time per message/1 adder, 1 taker:
    8752.10 ns
  time per message/1 adder, 2 nb takers:
    6800.05 ns
  time per message/1 adder, 2 takers:
    10370.30 ns
  time per message/1 nb adder, 1 nb taker:
    4242.25 ns
  time per message/1 nb adder, 1 taker:
    8209.70 ns
  time per message/1 nb adder, 2 nb takers:
    4529.40 ns
  time per message/1 nb adder, 2 takers:
    8056.55 ns
  time per message/2 adders, 1 nb taker:
    7022.45 ns
  time per message/2 adders, 1 taker:
    8944.70 ns
  time per message/2 adders, 2 nb takers:
    7810.80 ns
  time per message/2 adders, 2 takers:
    14275.85 ns
  time per message/2 nb adders, 1 nb taker:
    4254.05 ns
  time per message/2 nb adders, 1 taker:
    8490.95 ns
  time per message/2 nb adders, 2 nb takers:
    4573.30 ns
  time per message/2 nb adders, 2 takers:
    813212.85 ns
Kcas_data Queue:
  messages over time/1 nb adder, 1 nb taker:
    0.14 M/s
  messages over time/1 nb adder, 1 taker:
    0.25 M/s
  messages over time/1 nb adder, 2 nb takers:
    0.42 M/s
  messages over time/1 nb adder, 2 takers:
    0.45 M/s
  messages over time/2 nb adders, 1 nb taker:
    0.42 M/s
  messages over time/2 nb adders, 1 taker:
    0.36 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.57 M/s
  messages over time/2 nb adders, 2 takers:
    0.47 M/s
  messages over time/one domain:
    0.21 M/s
  time per message/1 nb adder, 1 nb taker:
    14314.17 ns
  time per message/1 nb adder, 1 taker:
    7858.38 ns
  time per message/1 nb adder, 2 nb takers:
    7142.49 ns
  time per message/1 nb adder, 2 takers:
    6652.30 ns
  time per message/2 nb adders, 1 nb taker:
    7084.60 ns
  time per message/2 nb adders, 1 taker:
    8385.27 ns
  time per message/2 nb adders, 2 nb takers:
    7038.00 ns
  time per message/2 nb adders, 2 takers:
    8451.11 ns
  time per message/one domain:
    4703.29 ns
Kcas_data Stack:
  messages over time/1 nb adder, 1 nb taker:
    0.30 M/s
  messages over time/1 nb adder, 1 taker:
    0.15 M/s
  messages over time/1 nb adder, 2 nb takers:
    0.46 M/s
  messages over time/1 nb adder, 2 takers:
    0.20 M/s
  messages over time/2 nb adders, 1 nb taker:
    0.43 M/s
  messages over time/2 nb adders, 1 taker:
    0.54 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.42 M/s
  messages over time/2 nb adders, 2 takers:
    0.15 M/s
  messages over time/one domain:
    0.26 M/s
  time per message/1 nb adder, 1 nb taker:
    6634.60 ns
  time per message/1 nb adder, 1 taker:
    13210.62 ns
  time per message/1 nb adder, 2 nb takers:
    6575.77 ns
  time per message/1 nb adder, 2 takers:
    15002.35 ns
  time per message/2 nb adders, 1 nb taker:
    6943.85 ns
  time per message/2 nb adders, 1 taker:
    5550.20 ns
  time per message/2 nb adders, 2 nb takers:
    9449.02 ns
  time per message/2 nb adders, 2 takers:
    26758.00 ns
  time per message/one domain:
    3846.55 ns
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 337253081
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.2s Accumulator sequential
[] 1000    0    0 1000 / 1000   395.1s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 467382308
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.1s Stack sequential
[] 1000    0    0 1000 / 1000   401.8s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 18431505
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.2s Hashtbl sequential
[ ][] 1000    0    0 1000 / 1000   452.1s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 22084361
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.2s Queue sequential
[] 1000    0    0 1000 / 1000   518.3s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 312314344
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.7s Dllist sequential
[] 1000    0    0 1000 / 1000   556.6s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 188272751
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.6s Hashtbl_with_order sequential
[ ]  907    [] 1000    0    0 1000 / 1000   771.0s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
2024-10-11 08:18.47 ---> saved as "9ebf05f286dc16e1c42d1673abc47aebf1cbe87be008afd692b54e6b2fa135c3"
Job succeeded
2024-10-11 08:18.48: Job succeeded