Organisationsocaml-multicorekcasdee91d (expose-dllist-to-allow-matchable-cursors)debian-12-5.2+flambda_opam-2.2

debian-12-5.2+flambda_opam-2.2

Link Copied
Code Copied

Logs

2024-09-17 19:11.30: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/expose-dllist-to-allow-matchable-cursors (dee91dfee43eedcc7ea7eeeace75afe4b6902ed1) (linux-x86_64:debian-12-5.2+flambda_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:7daef57dee20ef9e9da31876dfb6071c17575e44cf81614d5a2d374d0a5b3000
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "expose-dllist-to-allow-matchable-cursors" && cd "kcas" && git reset --hard dee91dfe
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:7daef57dee20ef9e9da31876dfb6071c17575e44cf81614d5a2d374d0a5b3000
# debian-12-5.2+flambda_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 82daa280c098bca2078278a9e904c16090ce56be || git fetch origin master) && git reset -q --hard 82daa280c098bca2078278a9e904c16090ce56be && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
    opam pin add -yn kcas.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.2.0+options ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-09-17 19:11.30: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:7daef57dee20ef9e9da31876dfb6071c17575e44cf81614d5a2d374d0a5b3000-debian-12-5.2+flambda_opam-2.2-c4010761622d2d49da0376069ec57958"
2024-09-17 19:11.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:7daef57dee20ef9e9da31876dfb6071c17575e44cf81614d5a2d374d0a5b3000)
 (comment debian-12-5.2+flambda_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 82daa280c098bca2078278a9e904c16090ce56be || git fetch origin master) && git reset -q --hard 82daa280c098bca2078278a9e904c16090ce56be && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kcas_data.opam kcas.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev './' && \
             \nopam pin add -yn kcas.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.2.0+options ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-09-17 19:11.30: Waiting for resource in pool OCluster
2024-09-17 19:11.30: Waiting for worker…
2024-09-17 19:17.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at dee91df Expose `Dllist` type to allow matchable cursors


(from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:7daef57dee20ef9e9da31876dfb6071c17575e44cf81614d5a2d374d0a5b3000)
2024-09-17 19:17.29 ---> using "f63350997a245578e743986fad4bbab62e8ebc210cde6a3c1f3bc68fd693c8eb" from cache


/: (comment debian-12-5.2+flambda_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-17 19:17.29 ---> using "47b45965c6d056d3836604ec7a851ac466339ada0e953b3dc1e5ae50c62494b7" 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 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-17 19:17.29 ---> using "e6582525ddf3968ef0c56ec7a548c1618ed8e86eb686739984dddb908ed3a001" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-17 19:17.29 ---> using "5c00250d5a06880badf7f14c0e3b32f09ffea29161b1b4df5cefc78e98045da6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 82daa280c098bca2078278a9e904c16090ce56be || git fetch origin master) && git reset -q --hard 82daa280c098bca2078278a9e904c16090ce56be && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..345876edaa  master     -> origin/master
82daa280c0 Merge pull request #26574 from jmid/opam-publish-qcheck-multicoretests-util.0.4


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


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


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-17 19:17.29 ---> using "3b1e311402c8029d3bd7d25295304608d1d76f66f834ed02f34e053ce5663a31" from cache


/src: (run (network host)
           (shell  "opam pin add -yn kcas_data.dev './' && \
                  \nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2024-09-17 19:17.29 ---> using "b09e7d08821d008acc89c1b57f7d46129a3efdd43480ee6c8f8a0ae3d51ffe44" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.2.0+options ocaml-version.3.6.8 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [181 kB]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Fetched 9235 kB in 2s (4515 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-variants is already installed (current version is 5.2.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-09-17 19:17.29 ---> using "c3817c1e33099a4bf7608eb1ffc524d16867855aa462c392bab13f48c152d057" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.2.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
  - install alcotest                   1.8.0
  - install astring                    0.8.5
  - install backoff                    0.1.0
  - install camlp-streams              5.0.1
  - install cmdliner                   1.3.0
  - install cppo                       1.7.0
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain-local-timeout       1.0.1
  - install domain_shims               0.1.0
  - install dune                       3.16.0
  - install fmt                        0.9.0
  - install logs                       0.7.0
  - install mdx                        2.4.1
  - install mtime                      2.1.0
  - install multicore-bench            0.1.5
  - install multicore-magic            2.3.0
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              3.6.8
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install psq                        0.2.1
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.4
  - install qcheck-stm                 0.4
  - install re                         1.12.0
  - install result                     1.5
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-table               1.0.0
  - install topkg                      1.0.7
  - install uutf                       1.0.3
  - install yojson                     2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.7.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-bench.0.1.5  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.8  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved dune.3.16.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed domain_shims.0.1.0
-> installed backoff.0.1.0
-> installed stdlib-shims.0.3.0
-> installed result.1.5
-> installed csexp.1.5.2
-> installed ocaml-version.3.6.8
-> installed thread-table.1.0.0
-> installed psq.0.2.1
-> installed camlp-streams.5.0.1
-> installed multicore-magic.2.3.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed cppo.1.7.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.4
-> installed multicore-bench.0.1.5
-> installed qcheck-stm.0.4
-> installed alcotest.1.8.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-17 19:17.29 ---> using "eeb09b8c4e9babb68b7218fdf505be6c7e5979c9f0ade15be99020f664c61d0f" from cache


/src: (copy (src .) (dst /src))
2024-09-17 19:17.29 ---> saved as "87da6beff82aa4eadf4bf532268717fcb48f80e91f91e8075c0fbf03ce984695"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain-local-timeout -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/ocaml/unix -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Threads.cmx -c -impl test/kcas/threads.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain-local-timeout -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/ocaml/unix -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Ms_queue_test.cmx -c -impl test/kcas/ms_queue_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/domain-local-await -I /home/opam/.opam/5.2/lib/domain-local-timeout -I /home/opam/.opam/5.2/lib/multicore-magic -intf-suffix .ml -no-alias-deps -opaque -o src/kcas/.kcas.objs/native/kcas.cmx -c -impl src/kcas/kcas.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain-local-timeout -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/ocaml/threads -I /home/opam/.opam/5.2/lib/ocaml/unix -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Test.cmx -c -impl test/kcas/test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test.cmx -c -impl test/kcas_data/dllist_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Mvar_test.cmx -c -impl test/kcas_data/mvar_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test.cmx -c -impl test/kcas_data/stack_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test.cmx -c -impl test/kcas_data/queue_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_test.cmx -c -impl test/kcas_data/xt_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/5.2/lib/alcotest -I /home/opam/.opam/5.2/lib/domain_shims -I /home/opam/.opam/5.2/lib/qcheck-core -I /home/opam/.opam/5.2/lib/qcheck-stm/domain -I /home/opam/.opam/5.2/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test.cmx -c -impl test/kcas_data/hashtbl_test.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque


File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/5.2/lib/backoff -I /home/opam/.opam/5.2/lib/multicore-bench -I /home/opam/.opam/5.2/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Main.cmx -c -impl bench/main.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Yojson__Safe, and its interface was not compiled with -opaque
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `8CJDL74A'.


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 0.047s. 2 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `RZKKFG2R'.


  [OK]          await between threads          0   


Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.004s. 1 test run.
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `ZUSOOB9I'.


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


  [OK]          basics          0   
  [OK]          add             0   
  [OK]          move            0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'.
Test Successful in 0.000s. 3 tests run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `OW77JPKP'.


  [OK]          basics          0   


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


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


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


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


  [OK]          non linearizable xt                  0   
  [OK]          set                                  0   
  [OK]          no skew xt                           0   
  [OK]          get seq xt                           0   
  [OK]          stress xt                            0   
  [OK]          is_in_log                            0   
  [OK]          updates                              0   
  [OK]          post commit                          0   
  [OK]          blocking                             0   
  [OK]          no unnecessary wakeups               0   
  [OK]          pediodic validation                  0   
  [OK]          explicit validation                  0   
  [OK]          rollback                             0   
  [OK]          call                                 0   
  [OK]          mode                                 0   
  [OK]          xt                                   0   
  [OK]          timeout (non-deterministic)          0   


Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 2.421s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  time per op/get:
    4.87 ns
  ops over time/get:
    205.21 M/s
  time per op/incr:
    16.06 ns
  ops over time/incr:
    62.26 M/s
  time per op/push & pop:
    22.01 ns
  ops over time/push & pop:
    45.44 M/s
  time per op/cas int:
    15.67 ns
  ops over time/cas int:
    63.84 M/s
  time per op/xchg int:
    13.99 ns
  ops over time/xchg int:
    71.47 M/s
  time per op/swap:
    25.45 ns
  ops over time/swap:
    39.30 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    18.14 ns
  transactions over time/0 loc tx:
    55.12 M/s
  time per transaction/1 loc tx:
    45.03 ns
  transactions over time/1 loc tx:
    22.21 M/s
  time per transaction/2 loc tx:
    135.35 ns
  transactions over time/2 loc tx:
    7.39 M/s
  time per transaction/4 loc tx:
    209.28 ns
  transactions over time/4 loc tx:
    4.78 M/s
  time per transaction/8 loc tx:
    377.11 ns
  transactions over time/8 loc tx:
    2.65 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    23.01 ns
  transactions over time/0 loc tx:
    43.46 M/s
  time per transaction/1 loc tx:
    40.67 ns
  transactions over time/1 loc tx:
    24.59 M/s
  time per transaction/2 loc tx:
    102.05 ns
  transactions over time/2 loc tx:
    9.80 M/s
  time per transaction/4 loc tx:
    106.71 ns
  transactions over time/4 loc tx:
    9.37 M/s
  time per transaction/8 loc tx:
    185.13 ns
  transactions over time/8 loc tx:
    5.40 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    135.89 ns
  transactions over time/1 worker:
    7.36 M/s
  time per transaction/2 workers:
    125.42 ns
  transactions over time/2 workers:
    15.95 M/s
  time per transaction/4 workers:
    152.78 ns
  transactions over time/4 workers:
    26.18 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    24.09 ns
  operations over time/1 worker, 0% reads:
    41.51 M/s
  time per operation/2 workers, 0% reads:
    30.18 ns
  operations over time/2 workers, 0% reads:
    66.26 M/s
  time per operation/4 workers, 0% reads:
    33.13 ns
  operations over time/4 workers, 0% reads:
    120.74 M/s
Kcas_data Dllist:
  time per message/one domain:
    583.25 ns
  messages over time/one domain:
    1.71 M/s
  time per message/1 nb adder, 1 nb taker:
    1414.85 ns
  messages over time/1 nb adder, 1 nb taker:
    1.41 M/s
  time per message/1 nb adder, 2 nb takers:
    2764.16 ns
  messages over time/1 nb adder, 2 nb takers:
    1.09 M/s
  time per message/2 nb adders, 1 nb taker:
    1967.18 ns
  messages over time/2 nb adders, 1 nb taker:
    1.53 M/s
  time per message/2 nb adders, 2 nb takers:
    3240.38 ns
  messages over time/2 nb adders, 2 nb takers:
    1.23 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    92.90 ns
  operations over time/1 worker, 90% reads:
    10.76 M/s
  time per operation/2 workers, 90% reads:
    155.93 ns
  operations over time/2 workers, 90% reads:
    12.83 M/s
  time per operation/4 workers, 90% reads:
    199.64 ns
  operations over time/4 workers, 90% reads:
    20.04 M/s
  time per operation/1 worker, 50% reads:
    242.29 ns
  operations over time/1 worker, 50% reads:
    4.13 M/s
  time per operation/2 workers, 50% reads:
    343.88 ns
  operations over time/2 workers, 50% reads:
    5.82 M/s
  time per operation/4 workers, 50% reads:
    602.29 ns
  operations over time/4 workers, 50% reads:
    6.64 M/s
  time per operation/1 worker, 10% reads:
    325.08 ns
  operations over time/1 worker, 10% reads:
    3.08 M/s
  time per operation/2 workers, 10% reads:
    393.49 ns
  operations over time/2 workers, 10% reads:
    5.08 M/s
  time per operation/4 workers, 10% reads:
    621.96 ns
  operations over time/4 workers, 10% reads:
    6.43 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    1907.91 ns
  messages over time/1 nb adder, 1 nb taker:
    1.05 M/s
  time per message/1 nb adder, 1 taker:
    696.26 ns
  messages over time/1 nb adder, 1 taker:
    2.87 M/s
  time per message/1 nb adder, 2 nb takers:
    654.19 ns
  messages over time/1 nb adder, 2 nb takers:
    4.59 M/s
  time per message/1 nb adder, 2 takers:
    1059.80 ns
  messages over time/1 nb adder, 2 takers:
    2.83 M/s
  time per message/1 adder, 1 nb taker:
    2731.03 ns
  messages over time/1 adder, 1 nb taker:
    0.73 M/s
  time per message/1 adder, 1 taker:
    3863.00 ns
  messages over time/1 adder, 1 taker:
    0.52 M/s
  time per message/1 adder, 2 nb takers:
    2524.55 ns
  messages over time/1 adder, 2 nb takers:
    1.19 M/s
  time per message/1 adder, 2 takers:
    5541.66 ns
  messages over time/1 adder, 2 takers:
    0.54 M/s
  time per message/2 nb adders, 1 nb taker:
    2753.40 ns
  messages over time/2 nb adders, 1 nb taker:
    1.09 M/s
  time per message/2 nb adders, 1 taker:
    3642.44 ns
  messages over time/2 nb adders, 1 taker:
    0.82 M/s
  time per message/2 nb adders, 2 nb takers:
    2813.51 ns
  messages over time/2 nb adders, 2 nb takers:
    1.42 M/s
  time per message/2 nb adders, 2 takers:
    3164.87 ns
  messages over time/2 nb adders, 2 takers:
    1.26 M/s
  time per message/2 adders, 1 nb taker:
    2448.50 ns
  messages over time/2 adders, 1 nb taker:
    1.23 M/s
  time per message/2 adders, 1 taker:
    3308.21 ns
  messages over time/2 adders, 1 taker:
    0.91 M/s
  time per message/2 adders, 2 nb takers:
    3540.56 ns
  messages over time/2 adders, 2 nb takers:
    1.13 M/s
  time per message/2 adders, 2 takers:
    3840.96 ns
  messages over time/2 adders, 2 takers:
    1.04 M/s
Kcas_data Queue:
  time per message/one domain:
    90.80 ns
  messages over time/one domain:
    11.01 M/s
  time per message/1 nb adder, 1 nb taker:
    261.20 ns
  messages over time/1 nb adder, 1 nb taker:
    7.66 M/s
  time per message/1 nb adder, 1 taker:
    366.12 ns
  messages over time/1 nb adder, 1 taker:
    5.46 M/s
  time per message/1 nb adder, 2 nb takers:
    385.11 ns
  messages over time/1 nb adder, 2 nb takers:
    7.79 M/s
  time per message/1 nb adder, 2 takers:
    370.06 ns
  messages over time/1 nb adder, 2 takers:
    8.11 M/s
  time per message/2 nb adders, 1 nb taker:
    614.79 ns
  messages over time/2 nb adders, 1 nb taker:
    4.88 M/s
  time per message/2 nb adders, 1 taker:
    419.89 ns
  messages over time/2 nb adders, 1 taker:
    7.14 M/s
  time per message/2 nb adders, 2 nb takers:
    607.22 ns
  messages over time/2 nb adders, 2 nb takers:
    6.59 M/s
  time per message/2 nb adders, 2 takers:
    578.05 ns
  messages over time/2 nb adders, 2 takers:
    6.92 M/s
Kcas_data Stack:
  time per message/one domain:
    74.94 ns
  messages over time/one domain:
    13.34 M/s
  time per message/1 nb adder, 1 nb taker:
    318.79 ns
  messages over time/1 nb adder, 1 nb taker:
    6.27 M/s
  time per message/1 nb adder, 1 taker:
    263.32 ns
  messages over time/1 nb adder, 1 taker:
    7.60 M/s
  time per message/1 nb adder, 2 nb takers:
    393.92 ns
  messages over time/1 nb adder, 2 nb takers:
    7.62 M/s
  time per message/1 nb adder, 2 takers:
    463.92 ns
  messages over time/1 nb adder, 2 takers:
    6.47 M/s
  time per message/2 nb adders, 1 nb taker:
    565.14 ns
  messages over time/2 nb adders, 1 nb taker:
    5.31 M/s
  time per message/2 nb adders, 1 taker:
    445.69 ns
  messages over time/2 nb adders, 1 taker:
    6.73 M/s
  time per message/2 nb adders, 2 nb takers:
    731.62 ns
  messages over time/2 nb adders, 2 nb takers:
    5.47 M/s
  time per message/2 nb adders, 2 takers:
    689.14 ns
  messages over time/2 nb adders, 2 takers:
    5.80 M/s
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 2570293862030412186
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     5.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 534178191820075899
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64    11.8s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 530170841203795324
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl_with_order sequential
[]  128    0    0  128 /  128    28.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 2034865646884800739
generated error fail pass / total     time test name
[]   72    0    0   72 /   72     0.0s Hashtbl_with_order sequential
[]   72    0    0   72 /   72    11.4s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 2211766968047882463
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     3.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 2703714727450629885
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     6.7s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1497522040332449233
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64    11.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1082098510246305078
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Stack sequential
[]  128    0    0  128 /  128    28.2s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1024331750960457149
generated error fail pass / total     time test name
[]   66    0    0   66 /   66     0.0s Stack sequential
[]   66    0    0   66 /   66    11.1s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3242219765541287646
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     3.3s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3828294765945107383
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     6.6s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2357573346898924605
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64    11.6s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1327473720817546421
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Queue sequential
[]  128    0    0  128 /  128    27.7s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4077556865060906807
generated error fail pass / total     time test name
[]   69    0    0   69 /   69     0.0s Queue sequential
[ ]    8    0    0    8 /   69     1.1s Queue par[]   69    0    0   69 /   69    11.3s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 37080729770979538
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     3.7s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2491917050551572160
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     4.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2116746762321903790
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64     9.9s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1234888453355861044
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Dllist sequential
[]  128    0    0  128 /  128    28.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1936487176132148529
generated error fail pass / total     time test name
[]   90    0    0   90 /   90     0.0s Dllist sequential
[]   90    0    0   90 /   90    12.9s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 4037606627554038584
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     5.6s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 2352285825779859883
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     5.4s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2478938249005468542
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64    12.9s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 1833802989193595770
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Accumulator sequential
[]  128    0    0  128 /  128    28.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 747889939669974493
generated error fail pass / total     time test name
[]   63    0    0   63 /   63     0.0s Accumulator sequential
[]   63    0    0   63 /   63    14.7s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 120300836390697174
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     6.5s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 773702447755597936
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64    11.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3581972479540591741
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl sequential
[]  128    0    0  128 /  128    31.5s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 837471777965368064
generated error fail pass / total     time test name
[]   46    0    0   46 /   46     0.0s Hashtbl sequential
[]   46    0    0   46 /   46     7.3s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1249962073063167595
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     4.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
2024-09-17 19:18.35 ---> saved as "2f23699a250ef5d1af4f2332046756802fae23f8d78a1f840a05ee26d9809115"
Job succeeded
2024-09-17 19:18.36: Job succeeded