Organisationsocaml-multicorekcas2d9eea (sleeping-barbers-example)debian-12-5.2+flambda_opam-2.2

debian-12-5.2+flambda_opam-2.2

Link Copied
Code Copied

Logs

2024-10-18 17:21.30: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/sleeping-barbers-example (2d9eea67a0e305f74798f477980f4101c89ad771) (linux-x86_64:debian-12-5.2+flambda_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "sleeping-barbers-example" && cd "kcas" && git reset --hard 2d9eea67
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88
# 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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
    opam pin add -yn kcas.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.2.0+options ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-10-18 17:21.30: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88-debian-12-5.2+flambda_opam-2.2-deac901b4ddb89fd46829ca29cc46e87"
2024-10-18 17:21.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88)
 (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 b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff || git fetch origin master) && git reset -q --hard b8e118d3efb119e22f2e979ec1c6aa3e5aacdeff && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kcas_data.opam kcas.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev './' && \
             \nopam pin add -yn kcas.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.2.0+options ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-stm.0.4 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-10-18 17:21.30: Waiting for resource in pool OCluster
2024-10-18 17:28.07: Waiting for worker…
2024-10-18 17:28.07: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 2d9eea6 Sleeping barbers


(from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88' locally
docker.io/ocaml/opam@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88: Pulling from ocaml/opam
fcff1f13bc34: Pulling fs layer
fcff1f13bc34: Verifying Checksum
fcff1f13bc34: Download complete
fcff1f13bc34: Pull complete
Digest: sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88
Status: Downloaded newer image for ocaml/opam@sha256:af2fdad8801b9a23ad4fb18368a75bcb8d9db20bda0e72b152a6cc2c7dfffc88
2024-10-18 17:28.11 ---> using "9d6b7559bc47e33b393cb2d5b284dc372f9aa190740ff3499cb83d12139a4749" 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-10-18 17:28.11 ---> using "da6a1a8d539f491c32fe5156db93bee5e181268875c73f2a29331f3a0459420b" 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-10-18 17:28.11 ---> using "87163a0cd6291ac1f33e3c013c9e3dcb073400619631a141e35efd1c2f7311b5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.2.0
2.2.1
2024-10-18 17:28.11 ---> using "a71bba375ec219c6125d8229a00f973ac6e15c53e3c4082032261f2966f1ce0f" from cache


/src: (workdir /src)


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


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


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


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


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-10-18 17:28.11 ---> using "3da9a85d01f3bdc12a611b162abd23d0e6d3e7d48c04b6ffc20d95d29265cf94" from cache


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


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


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- 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-security bookworm-security/main amd64 Packages [188 kB]
- Fetched 292 kB in 1s (345 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-10-18 17:28.11 ---> using "692b0e825bc6ed9682970566a9da7be2941de6b0e9233d4c442119d99e50726a" 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.1
  - install camlp-streams              5.0.1
  - install cmdliner                   1.3.0
  - install cppo                       1.7.0
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain-local-timeout       1.0.1
  - install domain_shims               0.1.0
  - install dune                       3.16.0
  - install fmt                        0.9.0
  - install logs                       0.7.0
  - install mdx                        2.4.1
  - install mtime                      2.1.0
  - install multicore-bench            0.1.7
  - install multicore-magic            2.3.0
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              3.6.9
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install psq                        0.2.1
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.4
  - install qcheck-stm                 0.4
  - install re                         1.12.0
  - install result                     1.5
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-table               1.0.0
  - install topkg                      1.0.7
  - install uutf                       1.0.3
  - install yojson                     2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved 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 mdx.2.4.1  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.9  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.16.0  (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.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed ocaml-version.3.6.9
-> installed psq.0.2.1
-> installed camlp-streams.5.0.1
-> installed multicore-magic.2.3.0
-> installed domain-local-await.1.0.1
-> installed domain-local-timeout.1.0.1
-> installed cppo.1.7.0
-> installed re.1.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed qcheck-core.0.22
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.4
-> installed multicore-bench.0.1.7
-> 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-10-18 17:28.11 ---> using "7d7139cfe3868f1cddc02c421399ae4297338b965c5546e284cd5c9a4f5dc14d" from cache


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


/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__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 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 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 `2MO626R1'.


  [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.090s. 2 tests run.
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `HTRIKTT8'.


  [OK]          await between threads          0   


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


  [OK]          basics          0   


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


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


  [OK]          basics            0   
  [OK]          capacity          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.010s. 2 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `SRK191P7'.


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


  [OK]          basics            0   
  [OK]          capacity          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.006s. 2 tests run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `IGFXFLPG'.


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


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


Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 3.063s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  ops over time/cas int:
    43.44 M/s
  ops over time/get:
    293.00 M/s
  ops over time/incr:
    40.83 M/s
  ops over time/push & pop:
    55.92 M/s
  ops over time/swap:
    21.07 M/s
  ops over time/xchg int:
    52.33 M/s
  time per op/cas int:
    23.02 ns
  time per op/get:
    3.41 ns
  time per op/incr:
    24.49 ns
  time per op/push & pop:
    17.88 ns
  time per op/swap:
    47.46 ns
  time per op/xchg int:
    19.11 ns
Kcas Xt:
  time per transaction/0 loc tx:
    13.23 ns
  time per transaction/1 loc tx:
    57.16 ns
  time per transaction/2 loc tx:
    106.72 ns
  time per transaction/4 loc tx:
    175.79 ns
  time per transaction/8 loc tx:
    386.15 ns
  transactions over time/0 loc tx:
    75.60 M/s
  transactions over time/1 loc tx:
    17.50 M/s
  transactions over time/2 loc tx:
    9.37 M/s
  transactions over time/4 loc tx:
    5.69 M/s
  transactions over time/8 loc tx:
    2.59 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    53.53 ns
  time per transaction/1 loc tx:
    45.70 ns
  time per transaction/2 loc tx:
    104.09 ns
  time per transaction/4 loc tx:
    239.83 ns
  time per transaction/8 loc tx:
    209.98 ns
  transactions over time/0 loc tx:
    18.68 M/s
  transactions over time/1 loc tx:
    21.88 M/s
  transactions over time/2 loc tx:
    9.61 M/s
  transactions over time/4 loc tx:
    4.17 M/s
  transactions over time/8 loc tx:
    4.76 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    132.36 ns
  time per transaction/2 workers:
    295.08 ns
  time per transaction/4 workers:
    187.75 ns
  transactions over time/1 worker:
    7.56 M/s
  transactions over time/2 workers:
    6.78 M/s
  transactions over time/4 workers:
    21.31 M/s
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    10.73 M/s
  operations over time/2 workers, 0% reads:
    26.12 M/s
  operations over time/4 workers, 0% reads:
    45.45 M/s
  time per operation/1 worker, 0% reads:
    93.23 ns
  time per operation/2 workers, 0% reads:
    76.56 ns
  time per operation/4 workers, 0% reads:
    88.02 ns
Kcas_data Dllist:
  messages over time/1 nb adder, 1 nb taker:
    0.37 M/s
  messages over time/1 nb adder, 2 nb takers:
    0.41 M/s
  messages over time/2 nb adders, 1 nb taker:
    0.83 M/s
  messages over time/2 nb adders, 2 nb takers:
    0.34 M/s
  messages over time/one domain:
    0.56 M/s
  time per message/1 nb adder, 1 nb taker:
    5333.35 ns
  time per message/1 nb adder, 2 nb takers:
    7284.48 ns
  time per message/2 nb adders, 1 nb taker:
    3619.93 ns
  time per message/2 nb adders, 2 nb takers:
    11721.70 ns
  time per message/one domain:
    1786.39 ns
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    1.61 M/s
  operations over time/1 worker, 50% reads:
    5.65 M/s
  operations over time/1 worker, 90% reads:
    12.35 M/s
  operations over time/2 workers, 10% reads:
    2.67 M/s
  operations over time/2 workers, 50% reads:
    4.92 M/s
  operations over time/2 workers, 90% reads:
    14.29 M/s
  operations over time/4 workers, 10% reads:
    3.83 M/s
  operations over time/4 workers, 50% reads:
    4.33 M/s
  operations over time/4 workers, 90% reads:
    8.39 M/s
  time per operation/1 worker, 10% reads:
    619.30 ns
  time per operation/1 worker, 50% reads:
    177.14 ns
  time per operation/1 worker, 90% reads:
    81.00 ns
  time per operation/2 workers, 10% reads:
    748.79 ns
  time per operation/2 workers, 50% reads:
    406.34 ns
  time per operation/2 workers, 90% reads:
    139.92 ns
  time per operation/4 workers, 10% reads:
    1043.71 ns
  time per operation/4 workers, 50% reads:
    924.24 ns
  time per operation/4 workers, 90% reads:
    476.95 ns
Kcas_data Mvar:
  messages over time/1 adder, 1 nb taker:
    10.52 M/s
  messages over time/1 adder, 1 taker:
    10.50 M/s
  messages over time/1 adder, 2 nb takers:
    0.67 M/s
  messages over time/1 adder, 2 takers:
    0.67 M/s
  messages over time/1 nb adder, 1 nb taker:
    3.88 M/s
  messages over time/1 nb adder, 1 taker:
    2.40 M/s
  messages over time/1 nb adder, 2 nb takers:
    1.06 M/s
  messages over time/1 nb adder, 2 takers:
    1.19 M/s
  messages over time/2 adders, 1 nb taker:
    1.37 M/s
  messages over time/2 adders, 1 taker:
    0.61 M/s
  messages over time/2 adders, 2 nb takers:
    1.29 M/s
  messages over time/2 adders, 2 takers:
    1.04 M/s
  messages over time/2 nb adders, 1 nb taker:
    3.91 M/s
  messages over time/2 nb adders, 1 taker:
    0.48 M/s
  messages over time/2 nb adders, 2 nb takers:
    2.04 M/s
  messages over time/2 nb adders, 2 takers:
    0.56 M/s
  time per message/1 adder, 1 nb taker:
    190.13 ns
  time per message/1 adder, 1 taker:
    190.51 ns
  time per message/1 adder, 2 nb takers:
    4471.83 ns
  time per message/1 adder, 2 takers:
    4462.32 ns
  time per message/1 nb adder, 1 nb taker:
    515.44 ns
  time per message/1 nb adder, 1 taker:
    833.24 ns
  time per message/1 nb adder, 2 nb takers:
    2836.68 ns
  time per message/1 nb adder, 2 takers:
    2530.82 ns
  time per message/2 adders, 1 nb taker:
    2194.41 ns
  time per message/2 adders, 1 taker:
    4886.19 ns
  time per message/2 adders, 2 nb takers:
    3091.87 ns
  time per message/2 adders, 2 takers:
    3837.09 ns
  time per message/2 nb adders, 1 nb taker:
    766.63 ns
  time per message/2 nb adders, 1 taker:
    6289.51 ns
  time per message/2 nb adders, 2 nb takers:
    1959.04 ns
  time per message/2 nb adders, 2 takers:
    7133.40 ns
Kcas_data Queue:
  messages over time/1 nb adder, 1 nb taker:
    4.16 M/s
  messages over time/1 nb adder, 1 taker:
    5.32 M/s
  messages over time/1 nb adder, 2 nb takers:
    2.70 M/s
  messages over time/1 nb adder, 2 takers:
    4.37 M/s
  messages over time/2 nb adders, 1 nb taker:
    5.56 M/s
  messages over time/2 nb adders, 1 taker:
    3.77 M/s
  messages over time/2 nb adders, 2 nb takers:
    3.76 M/s
  messages over time/2 nb adders, 2 takers:
    4.51 M/s
  messages over time/one domain:
    6.06 M/s
  time per message/1 nb adder, 1 nb taker:
    480.60 ns
  time per message/1 nb adder, 1 taker:
    375.84 ns
  time per message/1 nb adder, 2 nb takers:
    1112.57 ns
  time per message/1 nb adder, 2 takers:
    686.29 ns
  time per message/2 nb adders, 1 nb taker:
    539.75 ns
  time per message/2 nb adders, 1 taker:
    796.49 ns
  time per message/2 nb adders, 2 nb takers:
    1063.59 ns
  time per message/2 nb adders, 2 takers:
    886.36 ns
  time per message/one domain:
    165.09 ns
Kcas_data Stack:
  messages over time/1 nb adder, 1 nb taker:
    6.13 M/s
  messages over time/1 nb adder, 1 taker:
    4.00 M/s
  messages over time/1 nb adder, 2 nb takers:
    4.90 M/s
  messages over time/1 nb adder, 2 takers:
    6.72 M/s
  messages over time/2 nb adders, 1 nb taker:
    9.60 M/s
  messages over time/2 nb adders, 1 taker:
    3.23 M/s
  messages over time/2 nb adders, 2 nb takers:
    4.19 M/s
  messages over time/2 nb adders, 2 takers:
    2.24 M/s
  messages over time/one domain:
    15.36 M/s
  time per message/1 nb adder, 1 nb taker:
    326.01 ns
  time per message/1 nb adder, 1 taker:
    500.57 ns
  time per message/1 nb adder, 2 nb takers:
    612.54 ns
  time per message/1 nb adder, 2 takers:
    446.45 ns
  time per message/2 nb adders, 1 nb taker:
    312.43 ns
  time per message/2 nb adders, 1 taker:
    927.62 ns
  time per message/2 nb adders, 2 nb takers:
    954.20 ns
  time per message/2 nb adders, 2 takers:
    1783.31 ns
  time per message/one domain:
    65.09 ns
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 921069791234841590
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     8.8s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 1207025857044644906
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64    15.8s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 4007777449259015631
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Accumulator sequential
[]  128    0    0  128 /  128    23.1s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 4220103512605117645
generated error fail pass / total     time test name
[]   58    0    0   58 /   58     0.0s Accumulator sequential
[]   58    0    0   58 /   58     8.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3456031585751917482
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     3.9s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2178915870408183283
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     9.9s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3597367639309969673
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64    16.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1188755347664543332
generated error fail pass / total     time test name
[]  119    0    0  119 /  119     0.0s Dllist sequential
[]  119    0    0  119 /  119    21.7s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3007860893157615985
generated error fail pass / total     time test name
[]   51    0    0   51 /   51     0.0s Dllist sequential
[]   51    0    0   51 /   51     8.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3213789211617809392
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     3.8s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 4407339049046114753
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32    10.9s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 4563249563000646879
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64    17.5s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3562824365121674115
generated error fail pass / total     time test name
[]  106    0    0  106 /  106     0.0s Hashtbl_with_order sequential
[]  106    0    0  106 /  106    20.6s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 4176444848472164380
generated error fail pass / total     time test name
[]   45    0    0   45 /   45     0.0s Hashtbl_with_order sequential
[ ]   13    0[]   45    0    0   45 /   45     7.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 556859813419236447
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.6s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3279133086997565261
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     8.9s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3669674735931768607
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64    13.6s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3958604365883870759
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Stack sequential
[]  128    0    0  128 /  128    19.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1836432181858029401
generated error fail pass / total     time test name
[]   96    0    0   96 /   96     0.0s Stack sequential
[]   96    0    0   96 /   96    14.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2404617821949884923
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     4.3s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 121732749223074280
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32    10.2s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 721954028782369773
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64    17.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1537814130998101821
generated error fail pass / total     time test name
[]  113    0    0  113 /  113     0.0s Hashtbl sequential
[]  113    0    0  113 /  113    20.3s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1251004875879327262
generated error fail pass / total     time test name
[]   53    0    0   53 /   53     0.0s Hashtbl sequential
[]   53    0    0   53 /   53     8.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3969771803348990378
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     3.9s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1406339326295089645
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32    10.6s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 392224132458388298
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64    17.1s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4097676913228291618
generated error fail pass / total     time test name
[]  112    0    0  112 /  112     0.0s Queue sequential
[]  112    0    0  112 /  112    19.4s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2295376190779377810
generated error fail pass / total     time test name
[]   56    0    0   56 /   56     0.0s Queue sequential
[]   56    0    0   56 /   56     9.1s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4587207334152587942
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     4.3s Queue parallel
================================================================================
success (ran 2 tests)
2024-10-18 17:29.16 ---> saved as "469ec13917b1571efd6f886a026eabaf241ce043e54f60276c8de302ce13bbe0"
Job succeeded
2024-10-18 17:29.18: Job succeeded