Organisationsocaml-multicorekcas342843 (simplified-core-algo-for-verification)fedora-41-4.14_opam-2.3

fedora-41-4.14_opam-2.3

Logs

Show full logs
2025-01-21 14:12.59: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/simplified-core-algo-for-verification (342843b7f571967f780a648ec1d68f54f3087f9b) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:5778e6ee45b5c3f726d5ce01673b1caf7ace3b4a296fa4ad06d25806fbfd3900
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 ocaml/opam:fedora-41-ocaml-4.14@sha256:5778e6ee45b5c3f726d5ce01673b1caf7ace3b4a296fa4ad06d25806fbfd3900
# fedora-41-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /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 b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
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 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-21 14:12.59: Using cache hint "ocaml-multicore/kcas-ocaml/opam:fedora-41-ocaml-4.14@sha256:5778e6ee45b5c3f726d5ce01673b1caf7ace3b4a296fa4ad06d25806fbfd3900-fedora-41-4.14_opam-2.3-c16031abd8d69b3afdb86c44a1fbaa0e"
2025-01-21 14:12.59: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:5778e6ee45b5c3f726d5ce01673b1caf7ace3b4a296fa4ad06d25806fbfd3900)
 (comment fedora-41-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && 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 './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (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 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-21 14:12.59: Waiting for resource in pool OCluster
2025-01-21 15:18.47: Waiting for worker…
2025-01-21 15:21.50: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 342843b Dependencies

(from ocaml/opam:fedora-41-ocaml-4.14@sha256:5778e6ee45b5c3f726d5ce01673b1caf7ace3b4a296fa4ad06d25806fbfd3900)
2025-01-21 15:21.50 ---> using "50be0ec0208e20fe7c41856479c843b86ffd4c4e993ca70cf81ef86567d6d61a" from cache

/: (comment fedora-41-4.14_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 41 - x86_64 - Updates           100% |  76.7 KiB/s |  25.2 KiB |  00m00s
 Fedora 41 - x86_64 - Updates           100% |   2.6 MiB/s |   2.6 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.

Nothing to do.
2025-01-21 15:21.50 ---> using "744d9a1a3c20e71ca5ff79a89afc8a3b0322ef95daf07339360d4beb6524c95e" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-21 15:21.50 ---> using "a3cf241ff6b898745fe2a7bfaf5f61dc27254c67719db82563b655abe37dfdca" 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
2025-01-21 15:21.50 ---> using "cf302921b6ed76b7e8312a0d8be60e89723e69f6150e3930b56f525696e27c16" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-21 15:21.50 ---> using "29949835635d714eab62e612d7f48f654de42f3b6a8968313bdccfd2f5b210e6" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-21 15:21.50 ---> using "b07d74bbfec83eea9aa7555a7345243d98d9400ffdf26c770ba70897fca3606f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3e681a81f6..b41fc63234  master     -> origin/master
b41fc63234 Merge pull request #27302 from ocaml/dra27--rm-non-win32-host-pkgs

<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-21 15:21.50 ---> using "78f76d951ea6067c7a361529b02ba1fc85b8b1abddd85bb22ee9b0093eed683e" from cache

/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-01-21 15:21.51 ---> saved as "5ecc0b66914c52767892e9010b9628ffbef7a1169f989d79c4ea7528a7cfdfb6"

/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-21 15:21.55 ---> saved as "f3ae970d96273a2d198744f18b2d687e96a4126f6d64d74a36031c3b2161ce5e"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-21 15:21.56 ---> saved as "5674691b137130eee6fc7015b7744ac78630b4e2af01bb96e64bcb90cb93ec8b"

/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 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"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.dev] synchronised (file:///src)

[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 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-21 15:22.28 ---> saved as "f2a353512553649a368291464d2cd0eb0ac319df6e684a1de70d399c0e2ada4e"

/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 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
  - 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 containers                 3.15
  - install cppo                       1.8.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 dscheck                    0.5.0
  - install dune                       3.17.1
  - install dune-configurator          3.17.1
  - install either                     1.0.0
  - install fmt                        0.9.0
  - install logs                       0.7.0
  - install mdx                        2.5.0
  - install mtime                      2.1.0
  - install multicore-bench            0.1.7
  - install multicore-magic            2.3.1
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              3.7.3
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install oseq                       0.5.1
  - install psq                        0.2.1
  - install qcheck-core                0.23
  - install qcheck-multicoretests-util 0.5
  - install qcheck-stm                 0.5
  - 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 tsort                      2.1.0
  - 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.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved containers.3.15  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.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.7  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.7.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.23  (cached)
-> retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5  (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 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 cmdliner.1.3.0
-> 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.17.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed either.1.0.0
-> installed multicore-magic.2.3.1
-> installed ocaml-version.3.7.3
-> installed oseq.0.5.1
-> installed psq.0.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed yojson.2.2.2
-> installed qcheck-core.0.23
-> installed alcotest.1.8.0
-> installed qcheck-multicoretests-util.0.5
-> installed dune-configurator.3.17.1
-> installed multicore-bench.0.1.7
-> installed qcheck-stm.0.5
-> installed mdx.2.5.0
-> installed containers.3.15
-> installed dscheck.0.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-21 15:25.00 ---> saved as "51554a787fcfff65fbc3ff76b05e2deadcd03e5174b3f00d50bd5a7a2a396494"

/src: (copy (src .) (dst /src))
2025-01-21 15:25.01 ---> saved as "dabf194b250b6f7886e9997be59e72b84b4da41a0f842e050932db6aba4a8d07"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
  ops over time/cas int:
    42.75 M/s
  ops over time/get:
    150.34 M/s
  ops over time/incr:
    29.72 M/s
  ops over time/push & pop:
    21.86 M/s
  ops over time/swap:
    26.67 M/s
  ops over time/xchg int:
    38.08 M/s
  time per op/cas int:
    23.39 ns
  time per op/get:
    6.65 ns
  time per op/incr:
    33.65 ns
  time per op/push & pop:
    45.74 ns
  time per op/swap:
    37.49 ns
  time per op/xchg int:
    26.26 ns
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `YGTOWTJP'.

  [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/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
  time per transaction/0 loc tx:
    25.72 ns
  time per transaction/1 loc tx:
    79.61 ns
  time per transaction/2 loc tx:
    225.11 ns
  time per transaction/4 loc tx:
    858.23 ns
  time per transaction/8 loc tx:
    581.39 ns
  transactions over time/0 loc tx:
    38.88 M/s
  transactions over time/1 loc tx:
    12.56 M/s
  transactions over time/2 loc tx:
    4.44 M/s
  transactions over time/4 loc tx:
    1.17 M/s
  transactions over time/8 loc tx:
    1.72 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    25.28 ns
  time per transaction/1 loc tx:
    61.57 ns
  time per transaction/2 loc tx:
    111.23 ns
  time per transaction/4 loc tx:
    1797.80 ns
  time per transaction/8 loc tx:
    360.05 ns
  transactions over time/0 loc tx:
    39.55 M/s
  transactions over time/1 loc tx:
    16.24 M/s
  transactions over time/2 loc tx:
    8.99 M/s
  transactions over time/4 loc tx:
    0.56 M/s
  transactions over time/8 loc tx:
    2.78 M/s
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `FLZALFK5'.

  [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/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
  time per transaction/0 loc tx:
    26.54 ns
  time per transaction/1 loc tx:
    278.71 ns
  time per transaction/2 loc tx:
    115.28 ns
  time per transaction/4 loc tx:
    206.25 ns
  time per transaction/8 loc tx:
    348.45 ns
  transactions over time/0 loc tx:
    37.68 M/s
  transactions over time/1 loc tx:
    3.59 M/s
  transactions over time/2 loc tx:
    8.67 M/s
  transactions over time/4 loc tx:
    4.85 M/s
  transactions over time/8 loc tx:
    2.87 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
  time per transaction/1 worker:
    263.92 ns
  transactions over time/1 worker:
    3.79 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    16.08 M/s
  time per operation/1 worker, 0% reads:
    62.18 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
  messages over time/one domain:
    0.93 M/s
  time per message/one domain:
    1074.69 ns
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `HI440ALX'.

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

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

  [OK]          basics          0   

Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.073s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    0.67 M/s
  operations over time/1 worker, 50% reads:
    0.52 M/s
  operations over time/1 worker, 90% reads:
    4.24 M/s
  time per operation/1 worker, 10% reads:
    1482.45 ns
  time per operation/1 worker, 50% reads:
    1918.87 ns
  time per operation/1 worker, 90% reads:
    236.04 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:
    5.47 M/s
  time per message/one domain:
    182.71 ns
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `W0J51R90'.

  [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.069s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
  messages over time/one domain:
    7.63 M/s
  time per message/one domain:
    131.08 ns
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `4VPJ53EG'.

  [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.314s. 17 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `5AAWKEKP'.

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

  [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.175s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3753763183742304837
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.6s Stack concurrent
[ ]    2    0    0    2 /   32     4.6s Stack concurrent
[ ]    3    0    0    3 /   32     5.9s Stack concurrent
[ ]    4    0    0    4 /   32     6.8s Stack concurrent
[ ]    5    0    0    5 /   32     9.0s Stack concurrent
[ ]    6    0    0    6 /   32    11.2s Stack concurrent
[ ]    7    0    0    7 /   32    13.5s Stack concurrent
[ ]    8    0    0    8 /   32    14.7s Stack concurrent
[ ]    9    0    0    9 /   32    15.8s Stack concurrent
[ ]   10    0    0   10 /   32    17.2s Stack concurrent
[ ]   11    0    0   11 /   32    19.0s Stack concurrent
[ ]   12    0    0   12 /   32    20.1s Stack concurrent
[ ]   13    0    0   13 /   32    21.8s Stack concurrent
[ ]   14    0    0   14 /   32    23.2s Stack concurrent
[ ]   15    0    0   15 /   32    25.2s Stack concurrent
[ ]   16    0    0   16 /   32    26.7s Stack concurrent
[ ]   17    0    0   17 /   32    28.4s Stack concurrent
[ ]   18    0    0   18 /   32    29.5s Stack concurrent
[ ]   19    0    0   19 /   32    30.8s Stack concurrent
[ ]   20    0    0   20 /   32    33.0s Stack concurrent
[ ]   21    0    0   21 /   32    34.5s Stack concurrent
[ ]   22    0    0   22 /   32    36.2s Stack concurrent
[ ]   23    0    0   23 /   32    38.1s Stack concurrent
[ ]   24    0    0   24 /   32    40.0s Stack concurrent
[ ]   25    0    0   25 /   32    41.7s Stack concurrent
[ ]   26    0    0   26 /   32    43.5s Stack concurrent
[ ]   27    0    0   27 /   32    45.1s Stack concurrent
[ ]   28    0    0   28 /   32    46.4s Stack concurrent
[ ]   29    0    0   29 /   32    47.7s Stack concurrent
[ ]   30    0    0   30 /   32    49.2s Stack concurrent
[ ]   31    0    0   31 /   32    50.7s Stack concurrent
[ ]   32    0    0   32 /   32    51.7s Stack concurrent
[]   32    0    0   32 /   32    51.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3010634360433747474
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.0s Stack sequential

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     1.5s Stack concurrent
[ ]    2    0    0    2 /   32     2.8s Stack concurrent
[ ]    3    0    0    3 /   32     3.8s Stack concurrent
[ ]    4    0    0    4 /   32     4.8s Stack concurrent
[ ]    5    0    0    5 /   32     5.8s Stack concurrent
[ ]    6    0    0    6 /   32     6.6s Stack concurrent
[ ]    7    0    0    7 /   32     7.1s Stack concurrent
[ ]    8    0    0    8 /   32     7.9s Stack concurrent
[ ]    9    0    0    9 /   32     8.8s Stack concurrent
[ ]   10    0    0   10 /   32     9.3s Stack concurrent
[ ]   11    0    0   11 /   32    10.2s Stack concurrent
[ ]   12    0    0   12 /   32    10.9s Stack concurrent
[ ]   13    0    0   13 /   32    11.7s Stack concurrent
[ ]   14    0    0   14 /   32    12.6s Stack concurrent
[ ]   15    0    0   15 /   32    13.5s Stack concurrent
[ ]   16    0    0   16 /   32    14.2s Stack concurrent
[ ]   17    0    0   17 /   32    14.7s Stack concurrent
[ ]   18    0    0   18 /   32    15.4s Stack concurrent
[ ]   19    0    0   19 /   32    16.6s Stack concurrent
[ ]   20    0    0   20 /   32    18.5s Stack concurrent
[ ]   21    0    0   21 /   32    19.7s Stack concurrent
[ ]   22    0    0   22 /   32    20.6s Stack concurrent
[ ]   23    0    0   23 /   32    21.5s Stack concurrent
[ ]   24    0    0   24 /   32    22.4s Stack concurrent
[ ]   25    0    0   25 /   32    23.3s Stack concurrent
[ ]   26    0    0   26 /   32    24.3s Stack concurrent
[ ]   27    0    0   27 /   32    25.0s Stack concurrent
[ ]   28    0    0   28 /   32    25.7s Stack concurrent
[ ]   29    0    0   29 /   32    26.5s Stack concurrent
[ ]   30    0    0   30 /   32    28.1s Stack concurrent
[ ]   31    0    0   31 /   32    28.8s Stack concurrent
[ ]   32    0    0   32 /   32    29.5s Stack concurrent
[]   32    0    0   32 /   32    29.5s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 991378403287067234
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     2.0s Accumulator concurrent
[ ]    2    0    0    2 /   32     4.0s Accumulator concurrent
[ ]    3    0    0    3 /   32     5.7s Accumulator concurrent
[ ]    4    0    0    4 /   32     8.2s Accumulator concurrent
[ ]    5    0    0    5 /   32     9.4s Accumulator concurrent
[ ]    6    0    0    6 /   32    11.0s Accumulator concurrent
[ ]    7    0    0    7 /   32    12.7s Accumulator concurrent
[ ]    8    0    0    8 /   32    14.2s Accumulator concurrent
[ ]    9    0    0    9 /   32    16.2s Accumulator concurrent
[ ]   10    0    0   10 /   32    18.5s Accumulator concurrent
[ ]   11    0    0   11 /   32    20.4s Accumulator concurrent
[ ]   12    0    0   12 /   32    22.0s Accumulator concurrent
[ ]   13    0    0   13 /   32    23.9s Accumulator concurrent
[ ]   14    0    0   14 /   32    25.3s Accumulator concurrent
[ ]   15    0    0   15 /   32    26.0s Accumulator concurrent
[ ]   16    0    0   16 /   32    27.5s Accumulator concurrent
[ ]   17    0    0   17 /   32    28.3s Accumulator concurrent
[ ]   18    0    0   18 /   32    30.0s Accumulator concurrent
[ ]   19    0    0   19 /   32    32.6s Accumulator concurrent
[ ]   20    0    0   20 /   32    34.3s Accumulator concurrent
[ ]   21    0    0   21 /   32    35.8s Accumulator concurrent
[ ]   22    0    0   22 /   32    37.6s Accumulator concurrent
[ ]   23    0    0   23 /   32    39.1s Accumulator concurrent
[ ]   24    0    0   24 /   32    40.6s Accumulator concurrent
[ ]   25    0    0   25 /   32    42.0s Accumulator concurrent
[ ]   26    0    0   26 /   32    43.2s Accumulator concurrent
[ ]   27    0    0   27 /   32    44.2s Accumulator concurrent
[ ]   28    0    0   28 /   32    45.6s Accumulator concurrent
[ ]   29    0    0   29 /   32    46.8s Accumulator concurrent
[ ]   30    0    0   30 /   32    48.4s Accumulator concurrent
[ ]   31    0    0   31 /   32    49.6s Accumulator concurrent
[ ]   32    0    0   32 /   32    50.9s Accumulator concurrent
[]   32    0    0   32 /   32    50.9s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2370699081034505642
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     0.0s Accumulator sequential

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]    1    0    0    1 /   32     1.1s Accumulator concurrent
[ ]    2    0    0    2 /   32     2.5s Accumulator concurrent
[ ]    3    0    0    3 /   32     3.8s Accumulator concurrent
[ ]    4    0    0    4 /   32     4.9s Accumulator concurrent
[ ]    5    0    0    5 /   32     6.1s Accumulator concurrent
[ ]    6    0    0    6 /   32     6.7s Accumulator concurrent
[ ]    7    0    0    7 /   32     7.6s Accumulator concurrent
[ ]    8    0    0    8 /   32     8.6s Accumulator concurrent
[ ]    9    0    0    9 /   32     9.7s Accumulator concurrent
[ ]   10    0    0   10 /   32    10.6s Accumulator concurrent
[ ]   11    0    0   11 /   32    11.8s Accumulator concurrent
[ ]   12    0    0   12 /   32    12.6s Accumulator concurrent
[ ]   13    0    0   13 /   32    13.3s Accumulator concurrent
[ ]   14    0    0   14 /   32    13.6s Accumulator concurrent
[ ]   15    0    0   15 /   32    14.2s Accumulator concurrent
[ ]   16    0    0   16 /   32    15.0s Accumulator concurrent
[ ]   17    0    0   17 /   32    16.5s Accumulator concurrent
[ ]   18    0    0   18 /   32    17.4s Accumulator concurrent
[ ]   19    0    0   19 /   32    18.5s Accumulator concurrent
[ ]   20    0    0   20 /   32    19.4s Accumulator concurrent
[ ]   21    0    0   21 /   32    20.2s Accumulator concurrent
[ ]   22    0    0   22 /   32    21.1s Accumulator concurrent
[ ]   23    0    0   23 /   32    21.8s Accumulator concurrent
[ ]   24    0    0   24 /   32    22.7s Accumulator concurrent
[ ]   25    0    0   25 /   32    23.3s Accumulator concurrent
[ ]   26    0    0   26 /   32    24.9s Accumulator concurrent
[ ]   27    0    0   27 /   32    25.8s Accumulator concurrent
[ ]   28    0    0   28 /   32    26.6s Accumulator concurrent
[ ]   29    0    0   29 /   32    27.2s Accumulator concurrent
[ ]   30    0    0   30 /   32    28.0s Accumulator concurrent
[ ]   31    0    0   31 /   32    29.2s Accumulator concurrent
[ ]   32    0    0   32 /   32    29.9s Accumulator concurrent
[]   32    0    0   32 /   32    29.9s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 1694473897605783971
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     2.1s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     4.1s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     5.5s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     7.5s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     9.4s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32    11.5s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32    13.2s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32    14.5s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32    15.7s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32    17.2s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32    18.7s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    20.2s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    22.1s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    23.7s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    25.2s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    26.5s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    28.2s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    29.7s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    31.4s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    33.0s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    35.1s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    36.6s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    39.7s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    41.2s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    42.9s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    43.4s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    45.0s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    46.6s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    47.5s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    52.8s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    53.9s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    55.3s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    55.3s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 3364074984333590221
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order sequential
[]   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     1.0s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   32     1.9s Hashtbl_with_order concurrent
[ ]    3    0    0    3 /   32     2.5s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /   32     3.3s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /   32     4.2s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /   32     5.4s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     6.4s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   32     7.3s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32     8.3s Hashtbl_with_order concurrent
[ ]   10    0    0   10 /   32     9.1s Hashtbl_with_order concurrent
[ ]   11    0    0   11 /   32     9.9s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32    11.1s Hashtbl_with_order concurrent
[ ]   13    0    0   13 /   32    12.3s Hashtbl_with_order concurrent
[ ]   14    0    0   14 /   32    13.3s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   32    14.3s Hashtbl_with_order concurrent
[ ]   16    0    0   16 /   32    15.3s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32    16.1s Hashtbl_with_order concurrent
[ ]   18    0    0   18 /   32    16.8s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32    17.6s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /   32    18.4s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   32    19.3s Hashtbl_with_order concurrent
[ ]   22    0    0   22 /   32    20.3s Hashtbl_with_order concurrent
[ ]   23    0    0   23 /   32    20.9s Hashtbl_with_order concurrent
[ ]   24    0    0   24 /   32    21.5s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /   32    22.3s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32    22.8s Hashtbl_with_order concurrent
[ ]   27    0    0   27 /   32    23.9s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /   32    24.8s Hashtbl_with_order concurrent
[ ]   29    0    0   29 /   32    25.4s Hashtbl_with_order concurrent
[ ]   30    0    0   30 /   32    26.3s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /   32    27.1s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32    28.0s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32    28.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1025437918712404227
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     2.2s Hashtbl concurrent
[ ]    2    0    0    2 /   32     4.1s Hashtbl concurrent
[ ]    3    0    0    3 /   32     7.1s Hashtbl concurrent
[ ]    4    0    0    4 /   32     8.6s Hashtbl concurrent
[ ]    5    0    0    5 /   32     9.9s Hashtbl concurrent
[ ]    6    0    0    6 /   32    11.4s Hashtbl concurrent
[ ]    7    0    0    7 /   32    12.6s Hashtbl concurrent
[ ]    8    0    0    8 /   32    14.7s Hashtbl concurrent
[ ]    9    0    0    9 /   32    15.8s Hashtbl concurrent
[ ]   10    0    0   10 /   32    16.8s Hashtbl concurrent
[ ]   11    0    0   11 /   32    18.0s Hashtbl concurrent
[ ]   12    0    0   12 /   32    19.6s Hashtbl concurrent
[ ]   13    0    0   13 /   32    20.5s Hashtbl concurrent
[ ]   14    0    0   14 /   32    22.1s Hashtbl concurrent
[ ]   15    0    0   15 /   32    23.7s Hashtbl concurrent
[ ]   16    0    0   16 /   32    25.2s Hashtbl concurrent
[ ]   17    0    0   17 /   32    26.7s Hashtbl concurrent
[ ]   18    0    0   18 /   32    28.5s Hashtbl concurrent
[ ]   19    0    0   19 /   32    29.8s Hashtbl concurrent
[ ]   20    0    0   20 /   32    32.4s Hashtbl concurrent
[ ]   21    0    0   21 /   32    33.5s Hashtbl concurrent
[ ]   22    0    0   22 /   32    35.0s Hashtbl concurrent
[ ]   23    0    0   23 /   32    36.4s Hashtbl concurrent
[ ]   24    0    0   24 /   32    37.7s Hashtbl concurrent
[ ]   25    0    0   25 /   32    38.9s Hashtbl concurrent
[ ]   26    0    0   26 /   32    40.5s Hashtbl concurrent
[ ]   27    0    0   27 /   32    41.6s Hashtbl concurrent
[ ]   28    0    0   28 /   32    43.0s Hashtbl concurrent
[ ]   29    0    0   29 /   32    44.0s Hashtbl concurrent
[ ]   30    0    0   30 /   32    45.1s Hashtbl concurrent
[ ]   31    0    0   31 /   32    46.1s Hashtbl concurrent
[ ]   32    0    0   32 /   32    47.7s Hashtbl concurrent
[]   32    0    0   32 /   32    47.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 861667848611560451
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     0.0s Hashtbl sequential

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     1.3s Hashtbl concurrent
[ ]    2    0    0    2 /   32     2.7s Hashtbl concurrent
[ ]    3    0    0    3 /   32     3.8s Hashtbl concurrent
[ ]    4    0    0    4 /   32     4.9s Hashtbl concurrent
[ ]    5    0    0    5 /   32     5.9s Hashtbl concurrent
[ ]    6    0    0    6 /   32     7.4s Hashtbl concurrent
[ ]    7    0    0    7 /   32     8.6s Hashtbl concurrent
[ ]    8    0    0    8 /   32     9.5s Hashtbl concurrent
[ ]    9    0    0    9 /   32    10.5s Hashtbl concurrent
[ ]   10    0    0   10 /   32    11.3s Hashtbl concurrent
[ ]   11    0    0   11 /   32    12.6s Hashtbl concurrent
[ ]   12    0    0   12 /   32    13.9s Hashtbl concurrent
[ ]   13    0    0   13 /   32    15.1s Hashtbl concurrent
[ ]   14    0    0   14 /   32    16.9s Hashtbl concurrent
[ ]   15    0    0   15 /   32    18.8s Hashtbl concurrent
[ ]   16    0    0   16 /   32    20.4s Hashtbl concurrent
[ ]   17    0    0   17 /   32    21.6s Hashtbl concurrent
[ ]   18    0    0   18 /   32    22.8s Hashtbl concurrent
[ ]   19    0    0   19 /   32    23.9s Hashtbl concurrent
[ ]   20    0    0   20 /   32    25.2s Hashtbl concurrent
[ ]   21    0    0   21 /   32    26.4s Hashtbl concurrent
[ ]   22    0    0   22 /   32    27.8s Hashtbl concurrent
[ ]   23    0    0   23 /   32    30.1s Hashtbl concurrent
[ ]   24    0    0   24 /   32    31.3s Hashtbl concurrent
[ ]   25    0    0   25 /   32    32.5s Hashtbl concurrent
[ ]   26    0    0   26 /   32    34.1s Hashtbl concurrent
[ ]   27    0    0   27 /   32    35.1s Hashtbl concurrent
[ ]   28    0    0   28 /   32    36.6s Hashtbl concurrent
[ ]   29    0    0   29 /   32    38.1s Hashtbl concurrent
[ ]   30    0    0   30 /   32    39.6s Hashtbl concurrent
[ ]   31    0    0   31 /   32    41.6s Hashtbl concurrent
[ ]   32    0    0   32 /   32    42.7s Hashtbl concurrent
[]   32    0    0   32 /   32    42.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3266543572201244531
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     2.1s Queue concurrent
[ ]    2    0    0    2 /   32     3.7s Queue concurrent
[ ]    3    0    0    3 /   32     5.6s Queue concurrent
[ ]    4    0    0    4 /   32     8.1s Queue concurrent
[ ]    5    0    0    5 /   32     9.6s Queue concurrent
[ ]    6    0    0    6 /   32    13.6s Queue concurrent
[ ]    7    0    0    7 /   32    15.1s Queue concurrent
[ ]    8    0    0    8 /   32    16.0s Queue concurrent
[ ]    9    0    0    9 /   32    17.5s Queue concurrent
[ ]   10    0    0   10 /   32    19.4s Queue concurrent
[ ]   11    0    0   11 /   32    21.5s Queue concurrent
[ ]   12    0    0   12 /   32    23.3s Queue concurrent
[ ]   13    0    0   13 /   32    25.0s Queue concurrent
[ ]   14    0    0   14 /   32    26.2s Queue concurrent
[ ]   15    0    0   15 /   32    27.4s Queue concurrent
[ ]   16    0    0   16 /   32    28.9s Queue concurrent
[ ]   17    0    0   17 /   32    29.9s Queue concurrent
[ ]   18    0    0   18 /   32    31.6s Queue concurrent
[ ]   19    0    0   19 /   32    33.7s Queue concurrent
[ ]   20    0    0   20 /   32    35.6s Queue concurrent
[ ]   21    0    0   21 /   32    37.5s Queue concurrent
[ ]   22    0    0   22 /   32    38.6s Queue concurrent
[ ]   23    0    0   23 /   32    39.7s Queue concurrent
[ ]   24    0    0   24 /   32    41.3s Queue concurrent
[ ]   25    0    0   25 /   32    44.2s Queue concurrent
[ ]   26    0    0   26 /   32    45.5s Queue concurrent
[ ]   27    0    0   27 /   32    46.9s Queue concurrent
[ ]   28    0    0   28 /   32    49.1s Queue concurrent
[ ]   29    0    0   29 /   32    50.3s Queue concurrent
[ ]   30    0    0   30 /   32    51.3s Queue concurrent
[ ]   31    0    0   31 /   32    52.5s Queue concurrent
[ ]   32    0    0   32 /   32    53.6s Queue concurrent
[]   32    0    0   32 /   32    53.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 918751260789359413
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     0.0s Queue sequential

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]    1    0    0    1 /   32     1.3s Queue concurrent
[ ]    2    0    0    2 /   32     2.5s Queue concurrent
[ ]    3    0    0    3 /   32     3.9s Queue concurrent
[ ]    4    0    0    4 /   32     5.4s Queue concurrent
[ ]    5    0    0    5 /   32     6.9s Queue concurrent
[ ]    6    0    0    6 /   32     7.8s Queue concurrent
[ ]    7    0    0    7 /   32     9.0s Queue concurrent
[ ]    8    0    0    8 /   32    10.2s Queue concurrent
[ ]    9    0    0    9 /   32    11.3s Queue concurrent
[ ]   10    0    0   10 /   32    11.9s Queue concurrent
[ ]   11    0    0   11 /   32    13.8s Queue concurrent
[ ]   12    0    0   12 /   32    15.1s Queue concurrent
[ ]   13    0    0   13 /   32    16.1s Queue concurrent
[ ]   14    0    0   14 /   32    18.8s Queue concurrent
[ ]   15    0    0   15 /   32    19.9s Queue concurrent
[ ]   16    0    0   16 /   32    21.1s Queue concurrent
[ ]   17    0    0   17 /   32    22.7s Queue concurrent
[ ]   18    0    0   18 /   32    23.4s Queue concurrent
[ ]   19    0    0   19 /   32    24.1s Queue concurrent
[ ]   20    0    0   20 /   32    25.2s Queue concurrent
[ ]   21    0    0   21 /   32    26.7s Queue concurrent
[ ]   22    0    0   22 /   32    27.4s Queue concurrent
[ ]   23    0    0   23 /   32    28.9s Queue concurrent
[ ]   24    0    0   24 /   32    29.5s Queue concurrent
[ ]   25    0    0   25 /   32    29.9s Queue concurrent
[ ]   26    0    0   26 /   32    31.4s Queue concurrent
[ ]   27    0    0   27 /   32    32.5s Queue concurrent
[ ]   28    0    0   28 /   32    33.8s Queue concurrent
[ ]   29    0    0   29 /   32    35.2s Queue concurrent
[ ]   30    0    0   30 /   32    36.3s Queue concurrent
[ ]   31    0    0   31 /   32    39.2s Queue concurrent
[ ]   32    0    0   32 /   32    41.6s Queue concurrent
[]   32    0    0   32 /   32    41.6s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2073676765901262195
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     2.3s Dllist concurrent
[ ]    2    0    0    2 /   32     4.2s Dllist concurrent
[ ]    3    0    0    3 /   32     5.9s Dllist concurrent
[ ]    4    0    0    4 /   32    10.7s Dllist concurrent
[ ]    5    0    0    5 /   32    12.2s Dllist concurrent
[ ]    6    0    0    6 /   32    13.8s Dllist concurrent
[ ]    7    0    0    7 /   32    15.2s Dllist concurrent
[ ]    8    0    0    8 /   32    17.3s Dllist concurrent
[ ]    9    0    0    9 /   32    18.6s Dllist concurrent
[ ]   10    0    0   10 /   32    20.5s Dllist concurrent
[ ]   11    0    0   11 /   32    22.0s Dllist concurrent
[ ]   12    0    0   12 /   32    23.7s Dllist concurrent
[ ]   13    0    0   13 /   32    25.3s Dllist concurrent
[ ]   14    0    0   14 /   32    26.9s Dllist concurrent
[ ]   15    0    0   15 /   32    28.2s Dllist concurrent
[ ]   16    0    0   16 /   32    29.9s Dllist concurrent
[ ]   17    0    0   17 /   32    31.5s Dllist concurrent
[ ]   18    0    0   18 /   32    33.1s Dllist concurrent
[ ]   19    0    0   19 /   32    34.7s Dllist concurrent
[ ]   20    0    0   20 /   32    36.4s Dllist concurrent
[ ]   21    0    0   21 /   32    37.5s Dllist concurrent
[ ]   22    0    0   22 /   32    39.2s Dllist concurrent
[ ]   23    0    0   23 /   32    40.8s Dllist concurrent
[ ]   24    0    0   24 /   32    41.3s Dllist concurrent
[ ]   25    0    0   25 /   32    42.1s Dllist concurrent
[ ]   26    0    0   26 /   32    45.9s Dllist concurrent
[ ]   27    0    0   27 /   32    46.6s Dllist concurrent
[ ]   28    0    0   28 /   32    47.6s Dllist concurrent
[ ]   29    0    0   29 /   32    50.0s Dllist concurrent
[ ]   30    0    0   30 /   32    51.3s Dllist concurrent
[ ]   31    0    0   31 /   32    52.5s Dllist concurrent
[ ]   32    0    0   32 /   32    53.9s Dllist concurrent
[]   32    0    0   32 /   32    53.9s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 4482799394484460570
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     0.0s Dllist sequential

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     1.0s Dllist concurrent
[ ]    2    0    0    2 /   32     2.3s Dllist concurrent
[ ]    3    0    0    3 /   32     3.4s Dllist concurrent
[ ]    4    0    0    4 /   32     4.7s Dllist concurrent
[ ]    5    0    0    5 /   32     6.1s Dllist concurrent
[ ]    6    0    0    6 /   32     7.3s Dllist concurrent
[ ]    7    0    0    7 /   32     8.8s Dllist concurrent
[ ]    8    0    0    8 /   32    10.0s Dllist concurrent
[ ]    9    0    0    9 /   32    10.8s Dllist concurrent
[ ]   10    0    0   10 /   32    11.5s Dllist concurrent
[ ]   11    0    0   11 /   32    12.6s Dllist concurrent
[ ]   12    0    0   12 /   32    14.0s Dllist concurrent
[ ]   13    0    0   13 /   32    14.4s Dllist concurrent
[ ]   14    0    0   14 /   32    15.8s Dllist concurrent
[ ]   15    0    0   15 /   32    17.6s Dllist concurrent
[ ]   16    0    0   16 /   32    19.1s Dllist concurrent
[ ]   17    0    0   17 /   32    20.5s Dllist concurrent
[ ]   18    0    0   18 /   32    22.0s Dllist concurrent
[ ]   19    0    0   19 /   32    23.4s Dllist concurrent
[ ]   20    0    0   20 /   32    24.5s Dllist concurrent
[ ]   21    0    0   21 /   32    25.8s Dllist concurrent
[ ]   22    0    0   22 /   32    26.8s Dllist concurrent
[ ]   23    0    0   23 /   32    27.8s Dllist concurrent
[ ]   24    0    0   24 /   32    29.3s Dllist concurrent
[ ]   25    0    0   25 /   32    31.1s Dllist concurrent
[ ]   26    0    0   26 /   32    32.5s Dllist concurrent
[ ]   27    0    0   27 /   32    33.9s Dllist concurrent
[ ]   28    0    0   28 /   32    35.0s Dllist concurrent
[ ]   29    0    0   29 /   32    36.9s Dllist concurrent
[ ]   30    0    0   30 /   32    39.9s Dllist concurrent
[ ]   31    0    0   31 /   32    42.0s Dllist concurrent
[ ]   32    0    0   32 /   32    43.7s Dllist concurrent
[]   32    0    0   32 /   32    43.7s Dllist concurrent
================================================================================
success (ran 2 tests)
2025-01-21 15:26.52 ---> saved as "5965a0f703f418b64637325df7866972504884e5091b34fd43466ae55c9c1935"
Job succeeded
2025-01-21 15:26.53: Job succeeded