Organisationsocaml-multicorekcas342843 (simplified-core-algo-for-verification)freebsd-14.1-4.14_opam-2.3

freebsd-14.1-4.14_opam-2.3

Logs

Show full logs
2025-01-12 21:47.17: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (342843b7f571967f780a648ec1d68f54f3087f9b) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3)
Base: freebsd-14.1-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "simplified-core-algo-for-verification" && cd "kcas" && git reset --hard 342843b7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-4.14
# freebsd-14.1-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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

2025-01-12 21:47.17: Using cache hint "ocaml-multicore/kcas-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-4917632fc539042196be4e0e6f47e768"
2025-01-12 21:47.17: Using OBuilder spec:
((from freebsd-14.1-ocaml-4.14)
 (comment freebsd-14.1-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 8e8ee268048d2d5e2963654e1bdaf866d59a5598 || git fetch origin master) && git reset -q --hard 8e8ee268048d2d5e2963654e1bdaf866d59a5598 && 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-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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.3 --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"))
)

2025-01-12 21:47.17: Waiting for resource in pool OCluster
2025-01-12 21:47.17: Waiting for worker…
2025-01-12 21:57.23: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 342843b Dependencies

(from freebsd-14.1-ocaml-4.14)
2025-01-12 21:45.14 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache

/: (comment freebsd-14.1-4.14_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
2025-01-12 21:45.14 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-01-12 21:45.15 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-12 21:45.15 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-12 21:45.15 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" from cache

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

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-01-12 21:45.16 ---> using "b1e3afb4b5a5109ddff502bf1af45666c458906ee09b178ad22122883a0bd0bf" from cache

/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-01-12 21:45.17 ---> saved as "6704c2c2b62474ebea0c64a334c4ec7055192c9dfb2e9e19d52e0626657ae12a"

/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)
2025-01-12 21:45.22 ---> saved as "147e305d247e6bd907d89d1ac6de8d1c57b69cf8b1b34f100d7cb7071c0dc9d0"

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.15 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.1 dune-configurator.3.17.1 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (no changes)
[kcas_data.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-01-12 21:47.08 ---> saved as "a03b3df7dcfdf0998597fa7b476c4791b3e980d97aa03915295b98d02e71344c"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 39 packages
   alcotest                   1.8.0
   astring                    0.8.5
   backoff                    0.1.1
   camlp-streams              5.0.1
   cmdliner                   1.3.0
   containers                 3.15
   cppo                       1.8.0
   csexp                      1.5.2
   domain-local-await         1.0.1
   domain-local-timeout       1.0.1
   domain_shims               0.1.0
   dscheck                    0.5.0
   dune                       3.17.1
   dune-configurator          3.17.1
   either                     1.0.0
   fmt                        0.9.0
   logs                       0.7.0
   mdx                        2.5.0
   mtime                      2.1.0
   multicore-bench            0.1.7
   multicore-magic            2.3.1
   ocaml-syntax-shims         1.0.0
   ocaml-version              3.7.3
   ocamlbuild                 0.15.0
   ocamlfind                  1.9.6
   oseq                       0.5.1
   psq                        0.2.1
   qcheck-core                0.23
   qcheck-multicoretests-util 0.5
   qcheck-stm                 0.5
   re                         1.12.0
   result                     1.5
   seq                        base
   stdlib-shims               0.3.0
   thread-table               1.0.0
   topkg                      1.0.7
   tsort                      2.1.0
   uutf                       1.0.3
   yojson                     2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved backoff.0.1.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved cppo.1.8.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 containers.3.15  (cached)
 retrieved dscheck.0.5.0  (cached)
 retrieved domain_shims.0.1.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved either.1.0.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved multicore-bench.0.1.7  (cached)
 retrieved mdx.2.5.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved multicore-magic.2.3.1  (cached)
 retrieved ocaml-version.3.7.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved oseq.0.5.1  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved qcheck-core.0.23  (cached)
 retrieved re.1.12.0  (cached)
 retrieved result.1.5  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved thread-table.1.0.0  (cached)
 retrieved tsort.2.1.0  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved yojson.2.2.2  (cached)
 retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
 installed ocamlbuild.0.15.0
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.6
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed mtime.2.1.0
 installed astring.0.8.5
 installed fmt.0.9.0
 installed logs.0.7.0
 installed dune.3.17.1
 installed domain_shims.0.1.0
 installed csexp.1.5.2
 installed camlp-streams.5.0.1
 installed ocaml-version.3.7.3
 installed ocaml-syntax-shims.1.0.0
 installed multicore-magic.2.3.1
 installed either.1.0.0
 installed cppo.1.8.0
 installed backoff.0.1.1
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed psq.0.2.1
 installed oseq.0.5.1
 installed thread-table.1.0.0
 installed tsort.2.1.0
 installed domain-local-timeout.1.0.1
 installed domain-local-await.1.0.1
 installed qcheck-core.0.23
 installed re.1.12.0
 installed dune-configurator.3.17.1
 installed qcheck-multicoretests-util.0.5
 installed yojson.2.2.2
 installed qcheck-stm.0.5
 installed multicore-bench.0.1.7
 installed alcotest.1.8.0
 installed mdx.2.5.0
 installed containers.3.15
 installed dscheck.0.5.0
Done.
2025-01-12 21:51.25 ---> saved as "b6ecaf7e9983a74e1522e5a23e618cf7d727232ce784cea28e2f690b3721fb70"

/src: (copy (src .) (dst /src))
2025-01-12 21:51.27 ---> saved as "9df4bff3dfd1ceaacd183c275d12bde8a069a21ada18c6e4caf31752cc9c934e"

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

  [OK]          await between threads          0   

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

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

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

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

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

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

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `8JS07ZTO'.

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

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

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
  ops over time/cas int:
    60.78 M/s
  ops over time/get:
    163.25 M/s
  ops over time/incr:
    43.61 M/s
  ops over time/push & pop:
    39.62 M/s
  ops over time/swap:
    37.28 M/s
  ops over time/xchg int:
    49.16 M/s
  time per op/cas int:
    16.45 ns
  time per op/get:
    6.13 ns
  time per op/incr:
    22.93 ns
  time per op/push & pop:
    25.24 ns
  time per op/swap:
    26.83 ns
  time per op/xchg int:
    20.34 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
  time per transaction/0 loc tx:
    17.61 ns
  time per transaction/1 loc tx:
    52.55 ns
  time per transaction/2 loc tx:
    122.90 ns
  time per transaction/4 loc tx:
    219.20 ns
  time per transaction/8 loc tx:
    451.68 ns
  transactions over time/0 loc tx:
    56.78 M/s
  transactions over time/1 loc tx:
    19.03 M/s
  transactions over time/2 loc tx:
    8.14 M/s
  transactions over time/4 loc tx:
    4.56 M/s
  transactions over time/8 loc tx:
    2.21 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    18.10 ns
  time per transaction/1 loc tx:
    42.37 ns
  time per transaction/2 loc tx:
    77.07 ns
  time per transaction/4 loc tx:
    120.92 ns
  time per transaction/8 loc tx:
    213.48 ns
  transactions over time/0 loc tx:
    55.24 M/s
  transactions over time/1 loc tx:
    23.60 M/s
  transactions over time/2 loc tx:
    12.98 M/s
  transactions over time/4 loc tx:
    8.27 M/s
  transactions over time/8 loc tx:
    4.68 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
  time per transaction/0 loc tx:
    18.44 ns
  time per transaction/1 loc tx:
    42.51 ns
  time per transaction/2 loc tx:
    72.66 ns
  time per transaction/4 loc tx:
    121.19 ns
  time per transaction/8 loc tx:
    214.44 ns
  transactions over time/0 loc tx:
    54.22 M/s
  transactions over time/1 loc tx:
    23.53 M/s
  transactions over time/2 loc tx:
    13.76 M/s
  transactions over time/4 loc tx:
    8.25 M/s
  transactions over time/8 loc tx:
    4.66 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
  time per transaction/1 worker:
    124.18 ns
  transactions over time/1 worker:
    8.05 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    39.86 M/s
  time per operation/1 worker, 0% reads:
    25.08 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
  messages over time/one domain:
    1.82 M/s
  time per message/one domain:
    550.72 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    4.54 M/s
  operations over time/1 worker, 50% reads:
    5.61 M/s
  operations over time/1 worker, 90% reads:
    10.64 M/s
  time per operation/1 worker, 10% reads:
    220.10 ns
  time per operation/1 worker, 50% reads:
    178.11 ns
  time per operation/1 worker, 90% reads:
    93.96 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
  messages over time/one domain:
    8.64 M/s
  time per message/one domain:
    115.89 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
  messages over time/one domain:
    12.69 M/s
  time per message/one domain:
    78.83 ns
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2423083343837146598
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[ ]    0    0    0    0 /   32     0.0s Dllist sequential (generating)
[]   32    0    0   32 /   32     0.0s Dllist sequential

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     9.4s Dllist concurrent
[ ]    2    0    0    2 /   32    14.7s Dllist concurrent
[ ]    3    0    0    3 /   32    19.4s Dllist concurrent
[ ]    4    0    0    4 /   32    22.4s Dllist concurrent
[ ]    5    0    0    5 /   32    25.4s Dllist concurrent
[ ]    6    0    0    6 /   32    29.1s Dllist concurrent
[ ]    7    0    0    7 /   32    29.4s Dllist concurrent
[ ]    8    0    0    8 /   32    30.1s Dllist concurrent
[ ]    9    0    0    9 /   32    33.0s Dllist concurrent
[ ]   10    0    0   10 /   32    36.2s Dllist concurrent
[ ]   11    0    0   11 /   32    38.8s Dllist concurrent
[ ]   12    0    0   12 /   32    40.6s Dllist concurrent
[ ]   13    0    0   13 /   32    43.2s Dllist concurrent
[ ]   14    0    0   14 /   32    45.2s Dllist concurrent
[ ]   15    0    0   15 /   32    47.4s Dllist concurrent
[ ]   16    0    0   16 /   32    49.2s Dllist concurrent
[ ]   17    0    0   17 /   32    51.1s Dllist concurrent
[ ]   18    0    0   18 /   32    53.0s Dllist concurrent
[ ]   19    0    0   19 /   32    55.1s Dllist concurrent
[ ]   20    0    0   20 /   32    57.5s Dllist concurrent
[ ]   21    0    0   21 /   32    59.7s Dllist concurrent
[ ]   22    0    0   22 /   32    62.0s Dllist concurrent
[ ]   23    0    0   23 /   32    64.0s Dllist concurrent
[ ]   24    0    0   24 /   32    66.3s Dllist concurrent
[ ]   25    0    0   25 /   32    71.0s Dllist concurrent
[ ]   26    0    0   26 /   32    73.9s Dllist concurrent
[ ]   27    0    0   27 /   32    76.6s Dllist concurrent
[ ]   28    0    0   28 /   32    79.5s Dllist concurrent
[ ]   29    0    0   29 /   32    82.4s Dllist concurrent
[ ]   30    0    0   30 /   32    85.5s Dllist concurrent
[ ]   31    0    0   31 /   32    88.3s Dllist concurrent
[ ]   32    0    0   32 /   32    90.9s Dllist concurrent
[]   32    0    0   32 /   32    90.9s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 2628214155420852438
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Queue sequential
[ ]    0    0    0    0 /   32     0.0s Queue sequential (generating)
[]   32    0    0   32 /   32     0.0s Queue sequential

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]    1    0    0    1 /   32     3.9s Queue concurrent
[ ]    2    0    0    2 /   32     7.8s Queue concurrent
[ ]    3    0    0    3 /   32    10.5s Queue concurrent
[ ]    4    0    0    4 /   32    13.8s Queue concurrent
[ ]    5    0    0    5 /   32    17.0s Queue concurrent
[ ]    6    0    0    6 /   32    20.0s Queue concurrent
[ ]    7    0    0    7 /   32    22.4s Queue concurrent
[ ]    8    0    0    8 /   32    26.0s Queue concurrent
[ ]    9    0    0    9 /   32    27.4s Queue concurrent
[ ]   10    0    0   10 /   32    30.9s Queue concurrent
[ ]   11    0    0   11 /   32    32.8s Queue concurrent
[ ]   12    0    0   12 /   32    35.2s Queue concurrent
[ ]   13    0    0   13 /   32    37.2s Queue concurrent
[ ]   14    0    0   14 /   32    39.6s Queue concurrent
[ ]   15    0    0   15 /   32    41.5s Queue concurrent
[ ]   16    0    0   16 /   32    43.6s Queue concurrent
[ ]   17    0    0   17 /   32    45.7s Queue concurrent
[ ]   18    0    0   18 /   32    47.9s Queue concurrent
[ ]   19    0    0   19 /   32    50.0s Queue concurrent
[ ]   20    0    0   20 /   32    52.3s Queue concurrent
[ ]   21    0    0   21 /   32    54.2s Queue concurrent
[ ]   22    0    0   22 /   32    56.0s Queue concurrent
[ ]   23    0    0   23 /   32    58.6s Queue concurrent
[ ]   24    0    0   24 /   32    61.2s Queue concurrent
[ ]   25    0    0   25 /   32    65.2s Queue concurrent
[ ]   26    0    0   26 /   32    67.6s Queue concurrent
[ ]   27    0    0   27 /   32    70.5s Queue concurrent
[ ]   28    0    0   28 /   32    72.6s Queue concurrent
[ ]   29    0    0   29 /   32    75.5s Queue concurrent
[ ]   30    0    0   30 /   32    77.9s Queue concurrent
[ ]   31    0    0   31 /   32    81.6s Queue concurrent
[ ]   32    0    0   32 /   32    84.0s Queue concurrent
[]   32    0    0   32 /   32    84.0s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2240774919802408621
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     7.6s Hashtbl concurrent
[ ]    2    0    0    2 /   32    14.3s Hashtbl concurrent
[ ]    3    0    0    3 /   32    17.9s Hashtbl concurrent
[ ]    4    0    0    4 /   32    21.3s Hashtbl concurrent
[ ]    5    0    0    5 /   32    23.7s Hashtbl concurrent
[ ]    6    0    0    6 /   32    26.3s Hashtbl concurrent
[ ]    7    0    0    7 /   32    28.8s Hashtbl concurrent
[ ]    8    0    0    8 /   32    31.6s Hashtbl concurrent
[ ]    9    0    0    9 /   32    33.7s Hashtbl concurrent
[ ]   10    0    0   10 /   32    37.0s Hashtbl concurrent
[ ]   11    0    0   11 /   32    39.3s Hashtbl concurrent
[ ]   12    0    0   12 /   32    41.6s Hashtbl concurrent
[ ]   13    0    0   13 /   32    43.4s Hashtbl concurrent
[ ]   14    0    0   14 /   32    45.5s Hashtbl concurrent
[ ]   15    0    0   15 /   32    47.6s Hashtbl concurrent
[ ]   16    0    0   16 /   32    49.3s Hashtbl concurrent
[ ]   17    0    0   17 /   32    51.2s Hashtbl concurrent
[ ]   18    0    0   18 /   32    53.1s Hashtbl concurrent
[ ]   19    0    0   19 /   32    55.6s Hashtbl concurrent
[ ]   20    0    0   20 /   32    57.2s Hashtbl concurrent
[ ]   21    0    0   21 /   32    59.5s Hashtbl concurrent
[ ]   22    0    0   22 /   32    62.1s Hashtbl concurrent
[ ]   23    0    0   23 /   32    64.3s Hashtbl concurrent
[ ]   24    0    0   24 /   32    66.7s Hashtbl concurrent
[ ]   25    0    0   25 /   32    69.7s Hashtbl concurrent
[ ]   26    0    0   26 /   32    73.3s Hashtbl concurrent
[ ]   27    0    0   27 /   32    76.2s Hashtbl concurrent
[ ]   28    0    0   28 /   32    79.0s Hashtbl concurrent
[ ]   29    0    0   29 /   32    82.4s Hashtbl concurrent
[ ]   30    0    0   30 /   32    85.3s Hashtbl concurrent
[ ]   31    0    0   31 /   32    88.8s Hashtbl concurrent
[ ]   32    0    0   32 /   32    91.6s Hashtbl concurrent
[]   32    0    0   32 /   32    91.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2296199041811179719
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[ ]    0    0    0    0 /   32     0.0s Accumulator sequential (generating)
[]   32    0    0   32 /   32     0.0s Accumulator sequential

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   32     8.7s Accumulator concurrent
[ ]    2    0    0    2 /   32    15.8s Accumulator concurrent
[ ]    3    0    0    3 /   32    19.8s Accumulator concurrent
[ ]    4    0    0    4 /   32    23.7s Accumulator concurrent
[ ]    5    0    0    5 /   32    25.6s Accumulator concurrent
[ ]    6    0    0    6 /   32    28.6s Accumulator concurrent
[ ]    7    0    0    7 /   32    31.4s Accumulator concurrent
[ ]    8    0    0    8 /   32    33.7s Accumulator concurrent
[ ]    9    0    0    9 /   32    37.1s Accumulator concurrent
[ ]   10    0    0   10 /   32    39.8s Accumulator concurrent
[ ]   11    0    0   11 /   32    41.7s Accumulator concurrent
[ ]   12    0    0   12 /   32    44.2s Accumulator concurrent
[ ]   13    0    0   13 /   32    46.6s Accumulator concurrent
[ ]   14    0    0   14 /   32    48.9s Accumulator concurrent
[ ]   15    0    0   15 /   32    50.4s Accumulator concurrent
[ ]   16    0    0   16 /   32    52.1s Accumulator concurrent
[ ]   17    0    0   17 /   32    53.8s Accumulator concurrent
[ ]   18    0    0   18 /   32    56.1s Accumulator concurrent
[ ]   19    0    0   19 /   32    58.4s Accumulator concurrent
[ ]   20    0    0   20 /   32    60.5s Accumulator concurrent
[ ]   21    0    0   21 /   32    63.1s Accumulator concurrent
[ ]   22    0    0   22 /   32    65.6s Accumulator concurrent
[ ]   23    0    0   23 /   32    68.0s Accumulator concurrent
[ ]   24    0    0   24 /   32    73.3s Accumulator concurrent
[ ]   25    0    0   25 /   32    76.3s Accumulator concurrent
[ ]   26    0    0   26 /   32    78.8s Accumulator concurrent
[ ]   27    0    0   27 /   32    81.3s Accumulator concurrent
[ ]   28    0    0   28 /   32    84.1s Accumulator concurrent
[ ]   29    0    0   29 /   32    87.1s Accumulator concurrent
[ ]   30    0    0   30 /   32    90.2s Accumulator concurrent
[ ]   31    0    0   31 /   32    93.2s Accumulator concurrent
[ ]   32    0    0   32 /   32    96.6s Accumulator concurrent
[]   32    0    0   32 /   32    96.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 4437532475429940991
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[ ]    0    0    0    0 /   32     0.0s Stack sequential (generating)
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     2.5s Stack concurrent
[ ]    2    0    0    2 /   32     7.2s Stack concurrent
[ ]    3    0    0    3 /   32    10.1s Stack concurrent
[ ]    4    0    0    4 /   32    12.7s Stack concurrent
[ ]    5    0    0    5 /   32    16.3s Stack concurrent
[ ]    6    0    0    6 /   32    19.2s Stack concurrent
[ ]    7    0    0    7 /   32    21.6s Stack concurrent
[ ]    8    0    0    8 /   32    25.6s Stack concurrent
[ ]    9    0    0    9 /   32    27.9s Stack concurrent
[ ]   10    0    0   10 /   32    30.0s Stack concurrent
[ ]   11    0    0   11 /   32    32.2s Stack concurrent
[ ]   12    0    0   12 /   32    34.0s Stack concurrent
[ ]   13    0    0   13 /   32    35.7s Stack concurrent
[ ]   14    0    0   14 /   32    37.8s Stack concurrent
[ ]   15    0    0   15 /   32    39.6s Stack concurrent
[ ]   16    0    0   16 /   32    41.6s Stack concurrent
[ ]   17    0    0   17 /   32    43.3s Stack concurrent
[ ]   18    0    0   18 /   32    45.1s Stack concurrent
[ ]   19    0    0   19 /   32    47.2s Stack concurrent
[ ]   20    0    0   20 /   32    49.4s Stack concurrent
[ ]   21    0    0   21 /   32    51.3s Stack concurrent
[ ]   22    0    0   22 /   32    54.0s Stack concurrent
[ ]   23    0    0   23 /   32    58.8s Stack concurrent
[ ]   24    0    0   24 /   32    61.9s Stack concurrent
[ ]   25    0    0   25 /   32    64.7s Stack concurrent
[ ]   26    0    0   26 /   32    67.0s Stack concurrent
[ ]   27    0    0   27 /   32    70.1s Stack concurrent
[ ]   28    0    0   28 /   32    72.4s Stack concurrent
[ ]   29    0    0   29 /   32    75.5s Stack concurrent
[ ]   30    0    0   30 /   32    78.1s Stack concurrent
[ ]   31    0    0   31 /   32    81.4s Stack concurrent
[ ]   32    0    0   32 /   32    85.2s Stack concurrent
[]   32    0    0   32 /   32    85.2s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 3612155669412499980
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential (generating)
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    1    0    0    1 /   32     7.3s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32    12.6s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32    14.7s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32    18.7s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32    22.3s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32    25.1s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32    31.3s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    35.1s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    38.2s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    40.9s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    43.0s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    45.3s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    47.2s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    48.9s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    51.1s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    53.1s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    55.5s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    57.6s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    59.4s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    63.5s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    66.7s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    70.9s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    73.5s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    75.7s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    78.2s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    80.9s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    83.9s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    87.1s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    89.6s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    92.5s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    95.8s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    98.0s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    98.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2025-01-12 21:53.22 ---> saved as "a8a069e57f832694b82db5427c9798055ca78d353789d425b02ccc1d2948b3b6"
Job succeeded
2025-01-12 22:05.34: Job succeeded