Organisationsocaml-multicorekcas571518 (main)alpine-3.20-5.2_opam-2.2

alpine-3.20-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-09-18 15:15.25: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (571518183c47ef140590d839c360c338ae78cd03) (linux-x86_64:alpine-3.20-5.2_opam-2.2)
Base: ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 57151818
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3
# alpine-3.20-5.2_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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
    opam pin add -yn kcas.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-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_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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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.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-09-18 15:15.25: Using cache hint "ocaml-multicore/kcas-ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3-alpine-3.20-5.2_opam-2.2-3bd6c4eb3e1a1783ddf7cec1a72b3f07"
2024-09-18 15:15.25: Using OBuilder spec:
((from ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3)
 (comment alpine-3.20-5.2_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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kcas_data.opam kcas.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev './' && \
             \nopam pin add -yn kcas.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-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_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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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.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-09-18 15:15.25: Waiting for resource in pool OCluster
2024-09-18 16:51.22: Waiting for worker…
2024-09-18 16:55.13: Got resource from pool OCluster
Building on x86-bm-c13.sw.ocaml.org
All commits already cached
HEAD is now at 5715181 Require multicore-bench 0.1.5


(from ocaml/opam:alpine-3.20-ocaml-5.2@sha256:438c72033b20ee374a28968b3219bffa87e179d8d1e3fb1eb4f9b60379eb0db3)
2024-09-18 16:55.13 ---> using "8e594ddbc61b89628a9846d83a9ca2102edaa54a0b33a1a8f60d33d7e563aba3" from cache


/: (comment alpine-3.20-5.2_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-18 16:55.13 ---> using "db42240efdd64d1140f19f795a951353ee20bcabb192df48dc5b5f85a2a46eff" from cache


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


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


Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 16:55.13 ---> using "3fcdda3d723c21a06e251e4f492eb01b73e1a69601de11316f45d3ae7a8e9e0a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 5.2.0
2.2.1
2024-09-18 16:55.13 ---> using "d451fdaa0671d87012506f44049e42bd5f8a784f2ae6babf911c6de2b8f77212" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:55.13 ---> using "8a72c1416b83bb643624a10ed458e18c125e0903bdf75c3cd575a9b8f1ed367f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:55.13 ---> using "7c65877ccaa67f0e01677a8f6a25caf6bb9d87b634d81c80917c6a436f392556" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-18 16:55.13 ---> saved as "e89557195e7f095f1d7e59814ffb2cf0ade489fc38ab6597e59a2a9c91fdc2f6"


/src: (run (network host)
           (shell  "opam pin add -yn kcas_data.dev './' && \
                  \nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2024-09-18 16:55.19 ---> saved as "4564feb3885c73cf35f90d2e252a8e2f2834751fc6b930b5edf74fee1ba8677f"


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 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_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.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 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.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 "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.20.3-50-g58c08a12b9b [https://dl-cdn.alpinelinux.org/alpine/v3.20/main]
- v3.20.3-49-g163cf62d952 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community]
- v20240807-2543-gf2c595821ce [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240807-2544-gcd332352660 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240807-2545-g723000ac89a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 55171 distinct packages available


<><> 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 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_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-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-09-18 16:55.38 ---> saved as "be84e592b32e56d165a89d1c51c04ca456b6385ad434df7d56ef5d6b96f765ce"


/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 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_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-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.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.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.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.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.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 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 backoff.0.1.0
-> installed csexp.1.5.2
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-version.3.6.8
-> installed multicore-magic.2.3.0
-> installed psq.0.2.1
-> installed camlp-streams.5.0.1
-> installed domain-local-await.1.0.1
-> installed domain-local-timeout.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed cppo.1.7.0
-> installed qcheck-core.0.22
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.4
-> installed alcotest.1.8.0
-> installed multicore-bench.0.1.5
-> installed qcheck-stm.0.4
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:56.32 ---> saved as "14f7f1e1c167af41164fe9c95be5245b4b6035ca05aa057080aa340f9f867c13"


/src: (copy (src .) (dst /src))
2024-09-18 16:56.32 ---> saved as "f3809a256bb565f16be14ab3853fd0e39445bf013f440374ba5e944970995d97"


/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 `WSK0PCQ6'.


  [OK]          await between threads          0   


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.004s. 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 `2FQYU9UZ'.


  [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_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `MRJL1P6H'.


  [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 && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `LZW8KBD3'.


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


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


  [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 && ./stack_test.exe)
Testing `Stack'.
This run has ID `WTIPMHWB'.


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


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


  [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 3.401s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  time per op/get:
    7.56 ns
  ops over time/get:
    132.22 M/s
  time per op/incr:
    36.43 ns
  ops over time/incr:
    27.45 M/s
  time per op/push & pop:
    58.85 ns
  ops over time/push & pop:
    16.99 M/s
  time per op/cas int:
    33.31 ns
  ops over time/cas int:
    30.02 M/s
  time per op/xchg int:
    19.04 ns
  ops over time/xchg int:
    52.52 M/s
  time per op/swap:
    38.80 ns
  ops over time/swap:
    25.77 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    22.85 ns
  transactions over time/0 loc tx:
    43.77 M/s
  time per transaction/1 loc tx:
    56.56 ns
  transactions over time/1 loc tx:
    17.68 M/s
  time per transaction/2 loc tx:
    172.70 ns
  transactions over time/2 loc tx:
    5.79 M/s
  time per transaction/4 loc tx:
    243.39 ns
  transactions over time/4 loc tx:
    4.11 M/s
  time per transaction/8 loc tx:
    624.68 ns
  transactions over time/8 loc tx:
    1.60 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    29.90 ns
  transactions over time/0 loc tx:
    33.44 M/s
  time per transaction/1 loc tx:
    56.92 ns
  transactions over time/1 loc tx:
    17.57 M/s
  time per transaction/2 loc tx:
    107.94 ns
  transactions over time/2 loc tx:
    9.26 M/s
  time per transaction/4 loc tx:
    194.77 ns
  transactions over time/4 loc tx:
    5.13 M/s
  time per transaction/8 loc tx:
    367.12 ns
  transactions over time/8 loc tx:
    2.72 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    336.69 ns
  transactions over time/1 worker:
    2.97 M/s
  time per transaction/2 workers:
    550.72 ns
  transactions over time/2 workers:
    3.63 M/s
  time per transaction/4 workers:
    2235.89 ns
  transactions over time/4 workers:
    1.79 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    77.01 ns
  operations over time/1 worker, 0% reads:
    12.99 M/s
  time per operation/2 workers, 0% reads:
    82.71 ns
  operations over time/2 workers, 0% reads:
    24.18 M/s
  time per operation/4 workers, 0% reads:
    77.76 ns
  operations over time/4 workers, 0% reads:
    51.44 M/s
Kcas_data Dllist:
  time per message/one domain:
    1055.79 ns
  messages over time/one domain:
    0.95 M/s
  time per message/1 nb adder, 1 nb taker:
    1436.79 ns
  messages over time/1 nb adder, 1 nb taker:
    1.39 M/s
  time per message/1 nb adder, 2 nb takers:
    1845.91 ns
  messages over time/1 nb adder, 2 nb takers:
    1.63 M/s
  time per message/2 nb adders, 1 nb taker:
    1938.79 ns
  messages over time/2 nb adders, 1 nb taker:
    1.55 M/s
  time per message/2 nb adders, 2 nb takers:
    2658.39 ns
  messages over time/2 nb adders, 2 nb takers:
    1.50 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    237.65 ns
  operations over time/1 worker, 90% reads:
    4.21 M/s
  time per operation/2 workers, 90% reads:
    157.78 ns
  operations over time/2 workers, 90% reads:
    12.68 M/s
  time per operation/4 workers, 90% reads:
    210.86 ns
  operations over time/4 workers, 90% reads:
    18.97 M/s
  time per operation/1 worker, 50% reads:
    274.16 ns
  operations over time/1 worker, 50% reads:
    3.65 M/s
  time per operation/2 workers, 50% reads:
    426.66 ns
  operations over time/2 workers, 50% reads:
    4.69 M/s
  time per operation/4 workers, 50% reads:
    507.45 ns
  operations over time/4 workers, 50% reads:
    7.88 M/s
  time per operation/1 worker, 10% reads:
    538.22 ns
  operations over time/1 worker, 10% reads:
    1.86 M/s
  time per operation/2 workers, 10% reads:
    682.37 ns
  operations over time/2 workers, 10% reads:
    2.93 M/s
  time per operation/4 workers, 10% reads:
    794.36 ns
  operations over time/4 workers, 10% reads:
    5.04 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    170.55 ns
  messages over time/1 nb adder, 1 nb taker:
    11.73 M/s
  time per message/1 nb adder, 1 taker:
    844.57 ns
  messages over time/1 nb adder, 1 taker:
    2.37 M/s
  time per message/1 nb adder, 2 nb takers:
    864.82 ns
  messages over time/1 nb adder, 2 nb takers:
    3.47 M/s
  time per message/1 nb adder, 2 takers:
    3357.26 ns
  messages over time/1 nb adder, 2 takers:
    0.89 M/s
  time per message/1 adder, 1 nb taker:
    2214.64 ns
  messages over time/1 adder, 1 nb taker:
    0.90 M/s
  time per message/1 adder, 1 taker:
    1869.45 ns
  messages over time/1 adder, 1 taker:
    1.07 M/s
  time per message/1 adder, 2 nb takers:
    1282.69 ns
  messages over time/1 adder, 2 nb takers:
    2.34 M/s
  time per message/1 adder, 2 takers:
    1968.18 ns
  messages over time/1 adder, 2 takers:
    1.52 M/s
  time per message/2 nb adders, 1 nb taker:
    908.18 ns
  messages over time/2 nb adders, 1 nb taker:
    3.30 M/s
  time per message/2 nb adders, 1 taker:
    1243.39 ns
  messages over time/2 nb adders, 1 taker:
    2.41 M/s
  time per message/2 nb adders, 2 nb takers:
    1253.09 ns
  messages over time/2 nb adders, 2 nb takers:
    3.19 M/s
  time per message/2 nb adders, 2 takers:
    2022.98 ns
  messages over time/2 nb adders, 2 takers:
    1.98 M/s
  time per message/2 adders, 1 nb taker:
    3013.17 ns
  messages over time/2 adders, 1 nb taker:
    1.00 M/s
  time per message/2 adders, 1 taker:
    1963.47 ns
  messages over time/2 adders, 1 taker:
    1.53 M/s
  time per message/2 adders, 2 nb takers:
    1712.27 ns
  messages over time/2 adders, 2 nb takers:
    2.34 M/s
  time per message/2 adders, 2 takers:
    2499.76 ns
  messages over time/2 adders, 2 takers:
    1.60 M/s
Kcas_data Queue:
  time per message/one domain:
    173.33 ns
  messages over time/one domain:
    5.77 M/s
  time per message/1 nb adder, 1 nb taker:
    860.56 ns
  messages over time/1 nb adder, 1 nb taker:
    2.32 M/s
  time per message/1 nb adder, 1 taker:
    1384.97 ns
  messages over time/1 nb adder, 1 taker:
    1.44 M/s
  time per message/1 nb adder, 2 nb takers:
    618.35 ns
  messages over time/1 nb adder, 2 nb takers:
    4.85 M/s
  time per message/1 nb adder, 2 takers:
    504.80 ns
  messages over time/1 nb adder, 2 takers:
    5.94 M/s
  time per message/2 nb adders, 1 nb taker:
    289.24 ns
  messages over time/2 nb adders, 1 nb taker:
    10.37 M/s
  time per message/2 nb adders, 1 taker:
    535.33 ns
  messages over time/2 nb adders, 1 taker:
    5.60 M/s
  time per message/2 nb adders, 2 nb takers:
    445.19 ns
  messages over time/2 nb adders, 2 nb takers:
    8.99 M/s
  time per message/2 nb adders, 2 takers:
    687.05 ns
  messages over time/2 nb adders, 2 takers:
    5.82 M/s
Kcas_data Stack:
  time per message/one domain:
    149.68 ns
  messages over time/one domain:
    6.68 M/s
  time per message/1 nb adder, 1 nb taker:
    284.02 ns
  messages over time/1 nb adder, 1 nb taker:
    7.04 M/s
  time per message/1 nb adder, 1 taker:
    264.28 ns
  messages over time/1 nb adder, 1 taker:
    7.57 M/s
  time per message/1 nb adder, 2 nb takers:
    1652.97 ns
  messages over time/1 nb adder, 2 nb takers:
    1.81 M/s
  time per message/1 nb adder, 2 takers:
    2830.96 ns
  messages over time/1 nb adder, 2 takers:
    1.06 M/s
  time per message/2 nb adders, 1 nb taker:
    1627.42 ns
  messages over time/2 nb adders, 1 nb taker:
    1.84 M/s
  time per message/2 nb adders, 1 taker:
    1131.12 ns
  messages over time/2 nb adders, 1 taker:
    2.65 M/s
  time per message/2 nb adders, 2 nb takers:
    2346.50 ns
  messages over time/2 nb adders, 2 nb takers:
    1.70 M/s
  time per message/2 nb adders, 2 takers:
    1161.16 ns
  messages over time/2 nb adders, 2 takers:
    3.44 M/s
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 146792276812113660
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32    11.5s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2625889812496278129
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64     4.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4411342657343368116
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Queue sequential
[]  128    0    0  128 /  128     9.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 127734319949478632
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Queue sequential
[]  256    0    0  256 /  256    19.7s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3065846478656516528
generated error fail pass / total     time test name
[]  172    0    0  172 /  172     0.0s Queue sequential
[]  172    0    0  172 /  172    14.4s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 770009307829315279
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     2.1s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 4163621227241312729
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32    10.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 4439857410234385154
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64     3.9s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 82054809381446705
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Dllist sequential
[]  128    0    0  128 /  128     9.1s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2596564232211372593
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Dllist sequential
[]  256    0    0  256 /  256    19.2s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1283545843040992074
generated error fail pass / total     time test name
[]  189    0    0  189 /  189     0.0s Dllist sequential
[]  189    0    0  189 /  189    15.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2098682022738670636
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     1.7s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3081782409873101653
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32    11.1s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1887021730033014423
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64     3.9s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1647721287529025198
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Stack sequential
[]  128    0    0  128 /  128     7.6s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2090828501368732944
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Stack sequential
[]  256    0    0  256 /  256    16.7s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 4418106471961757806
generated error fail pass / total     time test name
[]  250    0    0  250 /  250     0.0s Stack sequential
[]  250    0    0  250 /  250    18.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3001939919063748935
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     1.7s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3131084837277166436
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 parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 2671240719549138186
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32    12.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1578978246499480992
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64     3.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1420541381254104375
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl_with_order sequential
[]  128    0    0  128 /  128     8.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 782292387709952874
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Hashtbl_with_order sequential
[]  256    0    0  256 /  256    24.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1738395112394368459
generated error fail pass / total     time test name
[]  109    0    0  109 /  109     0.0s Hashtbl_with_order sequential
[]  109    0    0  109 /  109    12.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2939549035949865053
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32    10.9s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3302392448866748365
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64     4.7s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2445123424086723422
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Accumulator sequential
[]  128    0    0  128 /  128    10.0s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 260638787979218241
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Accumulator sequential
[]  256    0    0  256 /  256    18.0s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2694994256104342528
generated error fail pass / total     time test name
[]  180    0    0  180 /  180     0.0s Accumulator sequential
[]  180    0    0  180 /  180     7.8s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 4239916817875685732
generated error fail pass / total     time test name
[]  110    0    0  110 /  110     0.0s Accumulator sequential
[]  110    0    0  110 /  110     9.9s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 4391056701989968407
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32    11.2s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1669855870879849035
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64     5.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 2358642840867965461
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl sequential
[]  128    0    0  128 /  128     7.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 936346261783302790
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Hashtbl sequential
[]  256    0    0  256 /  256    18.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 2804808238891944234
generated error fail pass / total     time test name
[]  191    0    0  191 /  191     0.0s Hashtbl sequential
[]  191    0    0  191 /  191     9.2s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3166193750239560428
generated error fail pass / total     time test name
[]  101    0    0  101 /  101     0.0s Hashtbl sequential
[]  101    0    0  101 /  101     9.3s Hashtbl parallel
================================================================================
success (ran 2 tests)
2024-09-18 16:57.36 ---> saved as "a14245477d603656230ddbde51645785f824cff107bd4b38588d7eadef88afb4"
Job succeeded
2024-09-18 16:57.37: Job succeeded