Organisationsocaml-multicorekcas5eed01 (add-optional-capacity-to-queue)ubuntu-24.04-5.2_opam-2.2

ubuntu-24.04-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-10-18 17:21.15: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/add-optional-capacity-to-queue (5eed0163de30d23ed60b20b66ff63133c0be71f5) (linux-x86_64:ubuntu-24.04-5.2_opam-2.2)
Base: ocaml/opam:ubuntu-24.04-ocaml-5.2@sha256:00a95d2fe40951c97439f00b71e114dc26d6721b1faf1e26e9da8aca07f041db
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "add-optional-capacity-to-queue" && cd "kcas" && git reset --hard 5eed0163
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.2@sha256:00a95d2fe40951c97439f00b71e114dc26d6721b1faf1e26e9da8aca07f041db
# ubuntu-24.04-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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && 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_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 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.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-18 17:21.15: Using cache hint "ocaml-multicore/kcas-ocaml/opam:ubuntu-24.04-ocaml-5.2@sha256:00a95d2fe40951c97439f00b71e114dc26d6721b1faf1e26e9da8aca07f041db-ubuntu-24.04-5.2_opam-2.2-f45f998e12843bce57e3edad46924462"
2024-10-18 17:21.15: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.2@sha256:00a95d2fe40951c97439f00b71e114dc26d6721b1faf1e26e9da8aca07f041db)
 (comment ubuntu-24.04-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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && 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_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 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.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-18 17:21.15: Waiting for resource in pool OCluster
2024-10-18 17:23.48: Waiting for worker…
2024-10-18 17:25.28: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 5eed016 Add optional `capacity` argument to `Queue.create` and `Stack.create`


(from ocaml/opam:ubuntu-24.04-ocaml-5.2@sha256:00a95d2fe40951c97439f00b71e114dc26d6721b1faf1e26e9da8aca07f041db)
2024-10-18 17:25.29 ---> using "c577517051bc80cb401536b4b355d6b30648471dc940a033f17fb5f9ea79c0cb" from cache


/: (comment ubuntu-24.04-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-10-18 17:25.29 ---> using "1f42aa99593fa3a98101a950e717557fb7cd48e7bf1874084a7e300d7b4d86b7" 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-18 17:25.29 ---> using "c4bd3ad1e8002eec5b7cbc826b33d2ca71f0956b906bb70d116de5780196cabf" from cache


/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-18 17:25.29 ---> using "8ec0cac14ebb81d34c1b0f13b12231e71f8bfb6cd3ccff55df2e39820d469586" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-10-18 17:25.29 ---> using "02080343168191dcb832791bf6877f12fbab241d4fc52100103c696a6ddfd394" from cache


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


<><> 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-18 17:25.29 ---> using "2f5e4a22a6d0295c681b9512248c0302c03f833fc822a64122bdbc9f3713002c" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-10-18 17:25.29 ---> using "44474ad4dcf93946dc4143799c482307d21838ddb182f7058d15475ddc5ad168" 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-10-18 17:25.29 ---> using "76d3af6be81fc695e3411cad89076785a137091c3878769ccd2d7a86f0597ab1" from cache


/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_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 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.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"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [541 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [491 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [715 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [491 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [759 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [915 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [18.2 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.8 kB]
- Fetched 4320 kB in 1s (4085 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 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-10-18 17:25.29 ---> using "4970d5a800e6b4b139e18412664401548b3bb860c5ba3a1c8119a59532fd5ba0" 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 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.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.7
  - 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 mdx.2.4.1  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.0  (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 dune.3.16.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> 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.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed ocaml-version.3.6.9
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed camlp-streams.5.0.1
-> installed multicore-magic.2.3.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed yojson.2.2.2
-> installed qcheck-core.0.22
-> installed qcheck-multicoretests-util.0.4
-> installed multicore-bench.0.1.7
-> installed alcotest.1.8.0
-> installed qcheck-stm.0.4
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-18 17:25.29 ---> using "09c32c20ca88f18d4a216401b3806dff8e314d94c09e258cdf1d88059643b299" from cache


/src: (copy (src .) (dst /src))
2024-10-18 17:25.29 ---> saved as "b478a94f5a6c4dea60cd4e80bc6c5c277a8de31a81e8aae3ab70b1553c102c13"


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


  [OK]          await between threads          0   


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


  [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.000s. 3 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `CRGJHIRN'.


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


  [OK]          basics            0   
  [OK]          capacity          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.002s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `MWD8OXA5'.


  [OK]          basics            0   
  [OK]          capacity          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.002s. 2 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `B2DIAQQC'.


  [OK]          basics          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.002s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `Y5B2XHR8'.


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


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


  [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 2.155s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  ops over time/cas int:
    71.11 M/s
  ops over time/get:
    342.06 M/s
  ops over time/incr:
    72.56 M/s
  ops over time/push & pop:
    71.01 M/s
  ops over time/swap:
    69.14 M/s
  ops over time/xchg int:
    96.01 M/s
  time per op/cas int:
    14.06 ns
  time per op/get:
    2.92 ns
  time per op/incr:
    13.78 ns
  time per op/push & pop:
    14.08 ns
  time per op/swap:
    14.46 ns
  time per op/xchg int:
    10.42 ns
Kcas Xt:
  time per transaction/0 loc tx:
    9.71 ns
  time per transaction/1 loc tx:
    37.18 ns
  time per transaction/2 loc tx:
    85.57 ns
  time per transaction/4 loc tx:
    165.69 ns
  time per transaction/8 loc tx:
    326.50 ns
  transactions over time/0 loc tx:
    102.96 M/s
  transactions over time/1 loc tx:
    26.89 M/s
  transactions over time/2 loc tx:
    11.69 M/s
  transactions over time/4 loc tx:
    6.04 M/s
  transactions over time/8 loc tx:
    3.06 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    13.98 ns
  time per transaction/1 loc tx:
    29.22 ns
  time per transaction/2 loc tx:
    74.29 ns
  time per transaction/4 loc tx:
    99.11 ns
  time per transaction/8 loc tx:
    217.15 ns
  transactions over time/0 loc tx:
    71.54 M/s
  transactions over time/1 loc tx:
    34.22 M/s
  transactions over time/2 loc tx:
    13.46 M/s
  transactions over time/4 loc tx:
    10.09 M/s
  transactions over time/8 loc tx:
    4.61 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    91.25 ns
  time per transaction/2 workers:
    90.70 ns
  time per transaction/4 workers:
    94.40 ns
  transactions over time/1 worker:
    10.96 M/s
  transactions over time/2 workers:
    22.05 M/s
  transactions over time/4 workers:
    42.37 M/s
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    25.37 M/s
  operations over time/2 workers, 0% reads:
    75.13 M/s
  operations over time/4 workers, 0% reads:
    134.56 M/s
  time per operation/1 worker, 0% reads:
    39.42 ns
  time per operation/2 workers, 0% reads:
    26.62 ns
  time per operation/4 workers, 0% reads:
    29.73 ns
Kcas_data Dllist:
  messages over time/1 nb adder, 1 nb taker:
    0.81 M/s
  messages over time/1 nb adder, 2 nb takers:
    0.93 M/s
  messages over time/2 nb adders, 1 nb taker:
    1.18 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.88 M/s
  messages over time/one domain:
    2.34 M/s
  time per message/1 nb adder, 1 nb taker:
    2456.99 ns
  time per message/1 nb adder, 2 nb takers:
    3217.94 ns
  time per message/2 nb adders, 1 nb taker:
    2546.88 ns
  time per message/2 nb adders, 2 nb takers:
    4532.83 ns
  time per message/one domain:
    428.07 ns
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    4.68 M/s
  operations over time/1 worker, 50% reads:
    7.77 M/s
  operations over time/1 worker, 90% reads:
    13.22 M/s
  operations over time/2 workers, 10% reads:
    11.64 M/s
  operations over time/2 workers, 50% reads:
    8.04 M/s
  operations over time/2 workers, 90% reads:
    16.62 M/s
  operations over time/4 workers, 10% reads:
    10.43 M/s
  operations over time/4 workers, 50% reads:
    10.89 M/s
  operations over time/4 workers, 90% reads:
    27.89 M/s
  time per operation/1 worker, 10% reads:
    213.73 ns
  time per operation/1 worker, 50% reads:
    128.72 ns
  time per operation/1 worker, 90% reads:
    75.64 ns
  time per operation/2 workers, 10% reads:
    171.88 ns
  time per operation/2 workers, 50% reads:
    248.61 ns
  time per operation/2 workers, 90% reads:
    120.32 ns
  time per operation/4 workers, 10% reads:
    383.61 ns
  time per operation/4 workers, 50% reads:
    367.46 ns
  time per operation/4 workers, 90% reads:
    143.41 ns
Kcas_data Mvar:
  messages over time/1 adder, 1 nb taker:
    0.40 M/s
  messages over time/1 adder, 1 taker:
    0.66 M/s
  messages over time/1 adder, 2 nb takers:
    0.53 M/s
  messages over time/1 adder, 2 takers:
    0.61 M/s
  messages over time/1 nb adder, 1 nb taker:
    0.99 M/s
  messages over time/1 nb adder, 1 taker:
    0.66 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.71 M/s
  messages over time/2 adders, 1 taker:
    0.40 M/s
  messages over time/2 adders, 2 nb takers:
    0.47 M/s
  messages over time/2 adders, 2 takers:
    0.41 M/s
  messages over time/2 nb adders, 1 nb taker:
    1.18 M/s
  messages over time/2 nb adders, 1 taker:
    0.59 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.79 M/s
  messages over time/2 nb adders, 2 takers:
    0.36 M/s
  time per message/1 adder, 1 nb taker:
    4954.07 ns
  time per message/1 adder, 1 taker:
    3040.12 ns
  time per message/1 adder, 2 nb takers:
    5658.26 ns
  time per message/1 adder, 2 takers:
    4933.81 ns
  time per message/1 nb adder, 1 nb taker:
    2016.97 ns
  time per message/1 nb adder, 1 taker:
    3028.65 ns
  time per message/1 nb adder, 2 nb takers:
    4520.29 ns
  time per message/1 nb adder, 2 takers:
    8118.14 ns
  time per message/2 adders, 1 nb taker:
    4205.14 ns
  time per message/2 adders, 1 taker:
    7524.63 ns
  time per message/2 adders, 2 nb takers:
    8542.69 ns
  time per message/2 adders, 2 takers:
    9684.84 ns
  time per message/2 nb adders, 1 nb taker:
    2546.01 ns
  time per message/2 nb adders, 1 taker:
    5049.97 ns
  time per message/2 nb adders, 2 nb takers:
    5039.54 ns
  time per message/2 nb adders, 2 takers:
    11223.59 ns
Kcas_data Queue:
  messages over time/1 nb adder, 1 nb taker:
    8.85 M/s
  messages over time/1 nb adder, 1 taker:
    9.99 M/s
  messages over time/1 nb adder, 2 nb takers:
    5.01 M/s
  messages over time/1 nb adder, 2 takers:
    5.59 M/s
  messages over time/2 nb adders, 1 nb taker:
    5.74 M/s
  messages over time/2 nb adders, 1 taker:
    5.73 M/s
  messages over time/2 nb adders, 2 nb takers:
    6.57 M/s
  messages over time/2 nb adders, 2 takers:
    6.16 M/s
  messages over time/one domain:
    16.19 M/s
  time per message/1 nb adder, 1 nb taker:
    225.94 ns
  time per message/1 nb adder, 1 taker:
    200.29 ns
  time per message/1 nb adder, 2 nb takers:
    599.15 ns
  time per message/1 nb adder, 2 takers:
    536.87 ns
  time per message/2 nb adders, 1 nb taker:
    522.89 ns
  time per message/2 nb adders, 1 taker:
    523.92 ns
  time per message/2 nb adders, 2 nb takers:
    609.16 ns
  time per message/2 nb adders, 2 takers:
    649.64 ns
  time per message/one domain:
    61.75 ns
Kcas_data Stack:
  messages over time/1 nb adder, 1 nb taker:
    2.88 M/s
  messages over time/1 nb adder, 1 taker:
    14.49 M/s
  messages over time/1 nb adder, 2 nb takers:
    2.26 M/s
  messages over time/1 nb adder, 2 takers:
    2.80 M/s
  messages over time/2 nb adders, 1 nb taker:
    4.00 M/s
  messages over time/2 nb adders, 1 taker:
    4.59 M/s
  messages over time/2 nb adders, 2 nb takers:
    2.60 M/s
  messages over time/2 nb adders, 2 takers:
    3.08 M/s
  messages over time/one domain:
    12.79 M/s
  time per message/1 nb adder, 1 nb taker:
    694.16 ns
  time per message/1 nb adder, 1 taker:
    138.05 ns
  time per message/1 nb adder, 2 nb takers:
    1329.27 ns
  time per message/1 nb adder, 2 takers:
    1069.69 ns
  time per message/2 nb adders, 1 nb taker:
    749.34 ns
  time per message/2 nb adders, 1 taker:
    653.08 ns
  time per message/2 nb adders, 2 nb takers:
    1538.36 ns
  time per message/2 nb adders, 2 takers:
    1298.49 ns
  time per message/one domain:
    78.21 ns
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1953697521839599722
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     1.1s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 4546536940937542333
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64     1.8s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 166223232415150530
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Accumulator sequential
[]  128    0    0  128 /  128     3.7s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3518711619853402829
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Accumulator sequential
[]  256    0    0  256 /  256    10.7s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 972511600847268119
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Accumulator sequential
[]  512    0    0  512 /  512    25.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2878944101840681280
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     1.1s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1028227423989995002
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 4274621433767497800
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64     1.9s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2895166981538481903
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Stack sequential
[]  128    0    0  128 /  128     3.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 990942267546018116
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Stack sequential
[]  256    0    0  256 /  256    11.9s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 730350283601171107
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Stack sequential
[]  512    0    0  512 /  512    25.3s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1239342106993585577
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.8s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1336173428494307508
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     0.8s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2972927184779241838
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64     2.1s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4494617379460574054
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Queue sequential
[]  128    0    0  128 /  128     3.9s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3983112629244161623
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Queue sequential
[]  256    0    0  256 /  256    12.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2578193786000111112
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Queue sequential
[]  512    0    0  512 /  512    26.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1199664608766402655
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     1.3s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2932282530017351038
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     1.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3018720163301788926
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64     2.1s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3268474809537727757
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Dllist sequential
[]  128    0    0  128 /  128     4.6s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3827476549776679875
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Dllist sequential
[[]  256    0    0  256 /  256    15.7s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 286628882932994777
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Dllist sequential
[]  512    0    0  512 /  512    26.7s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 4210645011782817784
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     5.8s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 3322324875942729404
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     1.1s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 812488336993290932
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64     1.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1508893613079367045
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl sequential
[]  128    0    0  128 /  128     4.0s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 64191668514497327
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Hashtbl sequential
[]  256    0    0  256 /  256    12.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 2188882721144250357
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Hashtbl sequential
[]  512    0    0  512 /  512    30.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 2630636703965071317
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     6.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 2588562916682213020
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     1.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1621007670643104730
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.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 2274103644000296562
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl_with_order sequential
[]  128    0    0  128 /  128     5.5s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 4284482566061831652
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Hashtbl_with_order sequential
[]  256    0    0  256 /  256    18.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1030650183898307909
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Hashtbl_with_order sequential
[]  512    0    0  512 /  512    51.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
2024-10-18 17:26.50 ---> saved as "f10e7cab466e17627d74be3cb531dd53ce033698b19286744b9094caca89be7e"
Job succeeded
2024-10-18 17:26.51: Job succeeded