Organisationsocaml-multicorekcas571518 (main)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.23: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (571518183c47ef140590d839c360c338ae78cd03) (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 "main" && cd "kcas" && git reset --hard 57151818
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.23: 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.23: 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.23: Waiting for resource in pool OCluster
2024-09-17 19:11.23: Waiting for worker…
2024-09-17 19:11.27: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 5715181 Require multicore-bench 0.1.5


(from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:7daef57dee20ef9e9da31876dfb6071c17575e44cf81614d5a2d374d0a5b3000)
2024-09-17 19:11.28 ---> 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:11.28 ---> 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:11.28 ---> 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:11.28 ---> using "ff15df50fa1323cb4cd4c74cec15c9d72eb50f432efe6f20dbfbc6beb3ccc9e5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-17 19:11.28 ---> 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:12.38 ---> saved as "9df0c46c3989e4d412f75691d30c5517af1f8dc1aab0f6bcbb423f455a7c17f5"


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-09-17 19:12.38 ---> saved as "51ea99b0b2ff90d88f26f6383f3397c29c6c070aa90a57158136ccdb0ced80b7"


/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:12.41 ---> saved as "152e8c334dc7b07b29ee68453373a9ad798bc323c35f7245d98db534cd1f5951"


/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 3s (3653 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:12.54 ---> saved as "da9223855915a6472ef1185d4f2a7de5aa74b7827364ed1d8d67932e2de7c3fa"


/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 alcotest.1.8.0  (cached)
-> retrieved cmdliner.1.3.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 dune.3.16.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved 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 thread-table.1.0.0
-> installed ocaml-version.3.6.8
-> 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 re.1.12.0
-> installed cppo.1.7.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.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:13.45 ---> saved as "0405d21198ac7a010555ab4f720ccaf8a368329f643076af53ae1b07c084bb8e"


/src: (copy (src .) (dst /src))
2024-09-17 19:13.46 ---> saved as "3304b5331ea7d53e47e9a1e6c9b229edf1b0337a095414f8fd8e4c7c9976c113"


/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__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__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__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__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__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_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `S3XV33DK'.


  [OK]          await between threads          0   


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


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


  [OK]          basics          0   


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


  [OK]          basics          0   


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


  [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 && ./xt_test.exe)
Testing `Transactions'.
This run has ID `YIXH5FG0'.


  [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 && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `GEFWHBR7'.


  [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.013s. 2 tests run.
(cd _build/default/test/kcas_data && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `PQPEJ3JV'.


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


  [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.131s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  time per op/get:
    3.73 ns
  ops over time/get:
    267.90 M/s
  time per op/incr:
    16.08 ns
  ops over time/incr:
    62.18 M/s
  time per op/push & pop:
    15.08 ns
  ops over time/push & pop:
    66.31 M/s
  time per op/cas int:
    11.47 ns
  ops over time/cas int:
    87.18 M/s
  time per op/xchg int:
    18.14 ns
  ops over time/xchg int:
    55.13 M/s
  time per op/swap:
    23.90 ns
  ops over time/swap:
    41.84 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    12.14 ns
  transactions over time/0 loc tx:
    82.37 M/s
  time per transaction/1 loc tx:
    41.13 ns
  transactions over time/1 loc tx:
    24.31 M/s
  time per transaction/2 loc tx:
    127.20 ns
  transactions over time/2 loc tx:
    7.86 M/s
  time per transaction/4 loc tx:
    174.57 ns
  transactions over time/4 loc tx:
    5.73 M/s
  time per transaction/8 loc tx:
    339.85 ns
  transactions over time/8 loc tx:
    2.94 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    12.01 ns
  transactions over time/0 loc tx:
    83.23 M/s
  time per transaction/1 loc tx:
    28.24 ns
  transactions over time/1 loc tx:
    35.42 M/s
  time per transaction/2 loc tx:
    77.54 ns
  transactions over time/2 loc tx:
    12.90 M/s
  time per transaction/4 loc tx:
    93.43 ns
  transactions over time/4 loc tx:
    10.70 M/s
  time per transaction/8 loc tx:
    200.84 ns
  transactions over time/8 loc tx:
    4.98 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    149.22 ns
  transactions over time/1 worker:
    6.70 M/s
  time per transaction/2 workers:
    124.90 ns
  transactions over time/2 workers:
    16.01 M/s
  time per transaction/4 workers:
    113.19 ns
  transactions over time/4 workers:
    35.34 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    20.79 ns
  operations over time/1 worker, 0% reads:
    48.09 M/s
  time per operation/2 workers, 0% reads:
    20.61 ns
  operations over time/2 workers, 0% reads:
    97.04 M/s
  time per operation/4 workers, 0% reads:
    21.23 ns
  operations over time/4 workers, 0% reads:
    188.40 M/s
Kcas_data Dllist:
  time per message/one domain:
    462.25 ns
  messages over time/one domain:
    2.16 M/s
  time per message/1 nb adder, 1 nb taker:
    2437.21 ns
  messages over time/1 nb adder, 1 nb taker:
    0.82 M/s
  time per message/1 nb adder, 2 nb takers:
    2686.10 ns
  messages over time/1 nb adder, 2 nb takers:
    1.12 M/s
  time per message/2 nb adders, 1 nb taker:
    2357.49 ns
  messages over time/2 nb adders, 1 nb taker:
    1.27 M/s
  time per message/2 nb adders, 2 nb takers:
    2752.18 ns
  messages over time/2 nb adders, 2 nb takers:
    1.45 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    77.62 ns
  operations over time/1 worker, 90% reads:
    12.88 M/s
  time per operation/2 workers, 90% reads:
    133.98 ns
  operations over time/2 workers, 90% reads:
    14.93 M/s
  time per operation/4 workers, 90% reads:
    171.90 ns
  operations over time/4 workers, 90% reads:
    23.27 M/s
  time per operation/1 worker, 50% reads:
    198.00 ns
  operations over time/1 worker, 50% reads:
    5.05 M/s
  time per operation/2 workers, 50% reads:
    309.50 ns
  operations over time/2 workers, 50% reads:
    6.46 M/s
  time per operation/4 workers, 50% reads:
    441.65 ns
  operations over time/4 workers, 50% reads:
    9.06 M/s
  time per operation/1 worker, 10% reads:
    253.06 ns
  operations over time/1 worker, 10% reads:
    3.95 M/s
  time per operation/2 workers, 10% reads:
    389.82 ns
  operations over time/2 workers, 10% reads:
    5.13 M/s
  time per operation/4 workers, 10% reads:
    459.58 ns
  operations over time/4 workers, 10% reads:
    8.70 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    1775.82 ns
  messages over time/1 nb adder, 1 nb taker:
    1.13 M/s
  time per message/1 nb adder, 1 taker:
    2792.51 ns
  messages over time/1 nb adder, 1 taker:
    0.72 M/s
  time per message/1 nb adder, 2 nb takers:
    3241.73 ns
  messages over time/1 nb adder, 2 nb takers:
    0.93 M/s
  time per message/1 nb adder, 2 takers:
    4926.81 ns
  messages over time/1 nb adder, 2 takers:
    0.61 M/s
  time per message/1 adder, 1 nb taker:
    2857.24 ns
  messages over time/1 adder, 1 nb taker:
    0.70 M/s
  time per message/1 adder, 1 taker:
    3479.13 ns
  messages over time/1 adder, 1 taker:
    0.57 M/s
  time per message/1 adder, 2 nb takers:
    4950.44 ns
  messages over time/1 adder, 2 nb takers:
    0.61 M/s
  time per message/1 adder, 2 takers:
    5365.28 ns
  messages over time/1 adder, 2 takers:
    0.56 M/s
  time per message/2 nb adders, 1 nb taker:
    4807.04 ns
  messages over time/2 nb adders, 1 nb taker:
    0.62 M/s
  time per message/2 nb adders, 1 taker:
    6856.09 ns
  messages over time/2 nb adders, 1 taker:
    0.44 M/s
  time per message/2 nb adders, 2 nb takers:
    4996.67 ns
  messages over time/2 nb adders, 2 nb takers:
    0.80 M/s
  time per message/2 nb adders, 2 takers:
    8189.42 ns
  messages over time/2 nb adders, 2 takers:
    0.49 M/s
  time per message/2 adders, 1 nb taker:
    5216.71 ns
  messages over time/2 adders, 1 nb taker:
    0.58 M/s
  time per message/2 adders, 1 taker:
    7899.71 ns
  messages over time/2 adders, 1 taker:
    0.38 M/s
  time per message/2 adders, 2 nb takers:
    4962.37 ns
  messages over time/2 adders, 2 nb takers:
    0.81 M/s
  time per message/2 adders, 2 takers:
    4472.30 ns
  messages over time/2 adders, 2 takers:
    0.89 M/s
Kcas_data Queue:
  time per message/one domain:
    84.67 ns
  messages over time/one domain:
    11.81 M/s
  time per message/1 nb adder, 1 nb taker:
    339.65 ns
  messages over time/1 nb adder, 1 nb taker:
    5.89 M/s
  time per message/1 nb adder, 1 taker:
    192.92 ns
  messages over time/1 nb adder, 1 taker:
    10.37 M/s
  time per message/1 nb adder, 2 nb takers:
    581.83 ns
  messages over time/1 nb adder, 2 nb takers:
    5.16 M/s
  time per message/1 nb adder, 2 takers:
    608.71 ns
  messages over time/1 nb adder, 2 takers:
    4.93 M/s
  time per message/2 nb adders, 1 nb taker:
    521.55 ns
  messages over time/2 nb adders, 1 nb taker:
    5.75 M/s
  time per message/2 nb adders, 1 taker:
    550.00 ns
  messages over time/2 nb adders, 1 taker:
    5.45 M/s
  time per message/2 nb adders, 2 nb takers:
    696.36 ns
  messages over time/2 nb adders, 2 nb takers:
    5.74 M/s
  time per message/2 nb adders, 2 takers:
    633.08 ns
  messages over time/2 nb adders, 2 takers:
    6.32 M/s
Kcas_data Stack:
  time per message/one domain:
    57.48 ns
  messages over time/one domain:
    17.40 M/s
  time per message/1 nb adder, 1 nb taker:
    352.98 ns
  messages over time/1 nb adder, 1 nb taker:
    5.67 M/s
  time per message/1 nb adder, 1 taker:
    288.20 ns
  messages over time/1 nb adder, 1 taker:
    6.94 M/s
  time per message/1 nb adder, 2 nb takers:
    642.54 ns
  messages over time/1 nb adder, 2 nb takers:
    4.67 M/s
  time per message/1 nb adder, 2 takers:
    530.06 ns
  messages over time/1 nb adder, 2 takers:
    5.66 M/s
  time per message/2 nb adders, 1 nb taker:
    560.82 ns
  messages over time/2 nb adders, 1 nb taker:
    5.35 M/s
  time per message/2 nb adders, 1 taker:
    463.71 ns
  messages over time/2 nb adders, 1 taker:
    6.47 M/s
  time per message/2 nb adders, 2 nb takers:
    711.62 ns
  messages over time/2 nb adders, 2 nb takers:
    5.62 M/s
  time per message/2 nb adders, 2 takers:
    686.75 ns
  messages over time/2 nb adders, 2 takers:
    5.82 M/s
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 3636089872283609825
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     1.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3390784853599776344
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Stack sequential
[]   64    0    0   64 /   64     2.5s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 893973190984055587
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Stack sequential
[]  128    0    0  128 /  128     5.6s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 255974240650002553
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Stack sequential
[]  256    0    0  256 /  256    10.5s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2066778940399153424
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Stack sequential
[]  512    0    0  512 /  512    18.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3265895537200512408
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Stack sequential
[]   32    0    0   32 /   32     0.8s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 4369597199499929039
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     1.4s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3246537589425283573
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Accumulator sequential
[]   64    0    0   64 /   64     2.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 726971593308345088
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Accumulator sequential
[]  128    0    0  128 /  128     5.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 1143815290181844360
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Accumulator sequential
[]  256    0    0  256 /  256     9.9s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 1068750754658695111
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Accumulator sequential
[]  512    0    0  512 /  512    19.5s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3220395842086303225
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Accumulator sequential
[]   32    0    0   32 /   32     0.8s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 2512727846146219907
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     1.5s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3744437122999396753
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Queue sequential
[]   64    0    0   64 /   64     2.6s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2785034050102130716
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Queue sequential
[]  128    0    0  128 /  128     5.7s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1526196447229323496
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Queue sequential
[]  256    0    0  256 /  256    11.1s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3597948991593984027
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Queue sequential
[ ]  170    0    0  170 / []  512    0    0  512 /  512    18.4s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 4125084623927080608
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Queue sequential
[]   32    0    0   32 /   32     0.6s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 4607388035460826007
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     2.0s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3465273109063968390
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Dllist sequential
[]   64    0    0   64 /   64     3.5s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3766297176486079287
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Dllist sequential
[]  128    0    0  128 /  128     5.6s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 3579596939588716207
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Dllist sequential
[]  256    0    0  256 /  256    10.9s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 4077957866455323676
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Dllist sequential
[]  512    0    0  512 /  512    18.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 647721281462381557
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Dllist sequential
[]   32    0    0   32 /   32     1.4s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1658646155931988092
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     1.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 686380988472964623
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl sequential
[]   64    0    0   64 /   64     3.3s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 4226587481005787932
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl sequential
[]  128    0    0  128 /  128     6.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3855000808740007997
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Hashtbl sequential
[]  256    0    0  256 /  256    11.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 913790639252715141
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Hashtbl sequential
[]  512    0    0  512 /  512    18.8s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 2488708030476434303
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl sequential
[]   32    0    0   32 /   32     0.9s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 2458381305745560438
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     1.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 4601094729510887435
generated error fail pass / total     time test name
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64     4.4s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3619963350501262293
generated error fail pass / total     time test name
[]  128    0    0  128 /  128     0.0s Hashtbl_with_order sequential
[]  128    0    0  128 /  128     6.6s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3723995724059173886
generated error fail pass / total     time test name
[]  256    0    0  256 /  256     0.0s Hashtbl_with_order sequential
[]  256    0    0  256 /  256    13.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 979477140982423545
generated error fail pass / total     time test name
[]  512    0    0  512 /  512     0.0s Hashtbl_with_order sequential
[]  512    0    0  512 /  512    22.7s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 4152330564626725978
generated error fail pass / total     time test name
[]   32    0    0   32 /   32     0.0s Hashtbl_with_order sequential
[]   32    0    0   32 /   32     1.0s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
2024-09-17 19:14.37 ---> saved as "c7a7de3e4cbfe7346b5a5820bfb4bd1b9fe30c2a8571536ecf6e2113fde82075"
Job succeeded
2024-09-17 19:14.38: Job succeeded