Organisationsocaml-multicorekcas6f5def (port-to-picos)debian-12-4.14+flambda_opam-2.3

debian-12-4.14+flambda_opam-2.3

Logs

Show full logs
2025-05-02 14:59.01: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (6f5def04dc738a57a4765e990fd99b6f8bab97e0) (linux-x86_64:debian-12-4.14+flambda_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c6b01afe42f4d547ac6dc38b282d0d9c79739b84247ede294b72121036e8cf4f
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard 6f5def04
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c6b01afe42f4d547ac6dc38b282d0d9c79739b84247ede294b72121036e8cf4f
# debian-12-4.14+flambda_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
    opam pin add -yn kcas.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

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

2025-05-02 14:59.01: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c6b01afe42f4d547ac6dc38b282d0d9c79739b84247ede294b72121036e8cf4f-debian-12-4.14+flambda_opam-2.3-b9288bc601f8c1efa40ca35b8c07cabc"
2025-05-02 14:59.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c6b01afe42f4d547ac6dc38b282d0d9c79739b84247ede294b72121036e8cf4f)
 (comment debian-12-4.14+flambda_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src kcas_data.opam kcas.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn kcas_data.dev './' && \
             \nopam pin add -yn kcas.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-05-02 14:59.01: Waiting for resource in pool OCluster
2025-05-02 17:32.13: Waiting for worker…
2025-05-02 17:36.13: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6f5def0 Tweak

(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c6b01afe42f4d547ac6dc38b282d0d9c79739b84247ede294b72121036e8cf4f)
2025-05-02 18:01.27 ---> using "5fddad8a2e7d145b42ab0f8175cb8de82a5fe18436e51cd7f71f7eb441b8ada0" from cache

/: (comment debian-12-4.14+flambda_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-02 18:01.27 ---> using "90397ba4043b1cb32b3b2f1e6e1fae3d628d996a53ff92ac8d768ba0bdd803df" 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] Initialised
2025-05-02 18:01.27 ---> using "c4d820fcc64e1130accc9d3a7f3c1dfc0e6d20da0529013c07a4f9d8d9b9e732" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-02 18:01.27 ---> using "1b92427eb5088f1027d6e6d15c18bb1abb9d16074ebd3faf771c73b9b785d60e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-05-02 18:01.27 ---> using "5d3eb665aaf7f7a7ac9e087e99be991cb16c9407f8e3b07aed1fa13caf05a42d" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   34a3fc46c3..35eb2f107a  master     -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 18:01.27 ---> using "796a326d97e4e5d0aeef439b05347f2c390b691448db537ab4ff25a8e1fe5f4e" from cache

/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-05-02 18:01.28 ---> saved as "d3bcdbcfd677de4f131b3ce41ea5bd1484b3fdd2e98684601f49f686f9af35b7"

/src: (run (network host)
           (shell  "opam pin add -yn kcas_data.dev './' && \
                  \nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2025-05-02 18:01.31 ---> saved as "3891b24ca507c7d59e6f72b8370e4649ffac7d5c55252d18666c10d497f5e6ee"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 18:01.31 ---> saved as "fb3c8d04fccb7f8620186c6c1e49c5d208e270930e003af90c4f1c69a1402df8"

/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "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 [258 kB]
- Fetched 361 kB in 1s (533 kB/s)
- Reading package lists...
- 

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

[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-05-02 18:01.39 ---> saved as "897822d65906f9b057bb34b59c116f32a52bccbc3ddbea042dff9ea2e9359ccf"

/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 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 38 packages
  - install alcotest                   1.9.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.8.0
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain_shims               0.1.0
  - install dune                       3.18.2
  - install fmt                        0.10.0
  - install logs                       0.8.0
  - install mdx                        2.5.0
  - install mtime                      2.1.0
  - install multicore-bench            0.1.7
  - install multicore-magic            2.3.1
  - install ocaml-syntax-shims         1.0.0
  - install ocaml-version              4.0.0
  - install ocamlbuild                 0.16.1
  - install ocamlfind                  1.9.8
  - install picos                      0.6.0
  - install picos_aux                  0.6.0
  - install picos_io                   0.6.0
  - install picos_mux                  0.6.0
  - install picos_std                  0.6.0
  - install psq                        0.2.1
  - install qcheck-core                0.25
  - install qcheck-multicoretests-util 0.8
  - install qcheck-stm                 0.8
  - install re                         1.12.0
  - install result                     1.5
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-local-storage       0.2
  - install thread-table               1.0.0
  - install topkg                      1.0.8
  - install uutf                       1.0.4
  - 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.8.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved picos.0.6.0, picos_aux.0.6.0, picos_io.0.6.0, picos_mux.0.6.0, picos_std.0.6.0  (cached)
-> retrieved dune.3.18.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.25  (cached)
-> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved topkg.1.0.8  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.18.2
-> installed domain_shims.0.1.0
-> installed stdlib-shims.0.3.0
-> installed camlp-streams.5.0.1
-> installed result.1.5
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.0
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed thread-local-storage.0.2
-> installed domain-local-await.1.0.1
-> installed picos_aux.0.6.0
-> installed picos.0.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed picos_std.0.6.0
-> installed yojson.2.2.2
-> installed qcheck-core.0.25
-> installed picos_io.0.6.0
-> installed qcheck-multicoretests-util.0.8
-> installed multicore-bench.0.1.7
-> installed picos_mux.0.6.0
-> installed alcotest.1.9.0
-> installed qcheck-stm.0.8
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-02 18:02.22 ---> saved as "f7f86bf411ece70317223e8ba48ccd5dd873b80a534f29d1e522ac49b9986d46"

/src: (copy (src .) (dst /src))
2025-05-02 18:02.22 ---> saved as "500ae827a7cd91438c745b1f73f7667807bd55b345f58f2b869d36ab643ed0c2"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I /home/opam/.opam/4.14/lib/picos -I /home/opam/.opam/4.14/lib/picos_io/fd -I /home/opam/.opam/4.14/lib/picos_io/select -I /home/opam/.opam/4.14/lib/picos_mux/thread -I /home/opam/.opam/4.14/lib/picos_std/event -intf-suffix .ml -no-alias-deps -opaque -o test/lib/scheduler/.scheduler.objs/native/scheduler.cmx -c -impl test/lib/scheduler/scheduler.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Picos_thread, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/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/4.14/lib/backoff -I /home/opam/.opam/4.14/lib/multicore-magic -I /home/opam/.opam/4.14/lib/picos -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_local_storage, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/finally -I /home/opam/.opam/4.14/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/finally -I /home/opam/.opam/4.14/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.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 Picos, 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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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 Picos, 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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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/4.14/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/4.14/lib/backoff -I /home/opam/.opam/4.14/lib/multicore-bench -I /home/opam/.opam/4.14/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 -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.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 && /home/opam/.opam/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/structured -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/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/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.objs/native -I test/lib/stm_run/.stm_run.objs/byte -I test/lib/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__Lru_cache_example.cmx -c -impl test/kcas_data/lru_cache_example.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Picos, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/4.14/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/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/picos_std/event -I /home/opam/.opam/4.14/lib/picos_std/finally -I /home/opam/.opam/4.14/lib/picos_std/structured -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I test/lib/scheduler/.scheduler.objs/byte -I test/lib/scheduler/.scheduler.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 Picos, 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/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 `0E0UH6Y5'.

  [OK]          await between threads          0   

Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
  ops over time/cas int:
    104.71 M/s
  ops over time/get:
    263.86 M/s
  ops over time/incr:
    61.86 M/s
  ops over time/push & pop:
    69.22 M/s
  ops over time/swap:
    83.23 M/s
  ops over time/xchg int:
    104.53 M/s
  time per op/cas int:
    9.55 ns
  time per op/get:
    3.79 ns
  time per op/incr:
    16.16 ns
  time per op/push & pop:
    14.45 ns
  time per op/swap:
    12.01 ns
  time per op/xchg int:
    9.57 ns
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `J9VSSEHN'.

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

  [OK]          basics          0   

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

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

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

  [OK]          basics          0   

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

  [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.004s. 4 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
  time per transaction/0 loc tx:
    8.28 ns
  time per transaction/1 loc tx:
    28.34 ns
  time per transaction/2 loc tx:
    75.49 ns
  time per transaction/4 loc tx:
    126.28 ns
  time per transaction/8 loc tx:
    269.49 ns
  transactions over time/0 loc tx:
    120.82 M/s
  transactions over time/1 loc tx:
    35.29 M/s
  transactions over time/2 loc tx:
    13.25 M/s
  transactions over time/4 loc tx:
    7.92 M/s
  transactions over time/8 loc tx:
    3.71 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    8.31 ns
  time per transaction/1 loc tx:
    19.23 ns
  time per transaction/2 loc tx:
    42.28 ns
  time per transaction/4 loc tx:
    68.30 ns
  time per transaction/8 loc tx:
    122.46 ns
  transactions over time/0 loc tx:
    120.40 M/s
  transactions over time/1 loc tx:
    52.01 M/s
  transactions over time/2 loc tx:
    23.65 M/s
  transactions over time/4 loc tx:
    14.64 M/s
  transactions over time/8 loc tx:
    8.17 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
  time per transaction/0 loc tx:
    8.28 ns
  time per transaction/1 loc tx:
    19.45 ns
  time per transaction/2 loc tx:
    44.33 ns
  time per transaction/4 loc tx:
    73.56 ns
  time per transaction/8 loc tx:
    123.03 ns
  transactions over time/0 loc tx:
    120.71 M/s
  transactions over time/1 loc tx:
    51.41 M/s
  transactions over time/2 loc tx:
    22.56 M/s
  transactions over time/4 loc tx:
    13.59 M/s
  transactions over time/8 loc tx:
    8.13 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
  time per transaction/1 worker:
    88.74 ns
  transactions over time/1 worker:
    11.27 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
  operations over time/1 worker, 0% reads:
    67.20 M/s
  time per operation/1 worker, 0% reads:
    14.88 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
  messages over time/one domain:
    2.63 M/s
  time per message/one domain:
    379.99 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
  operations over time/1 worker, 10% reads:
    7.08 M/s
  operations over time/1 worker, 50% reads:
    8.87 M/s
  operations over time/1 worker, 90% reads:
    18.83 M/s
  time per operation/1 worker, 10% reads:
    141.25 ns
  time per operation/1 worker, 50% reads:
    112.75 ns
  time per operation/1 worker, 90% reads:
    53.10 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
  messages over time/one domain:
    13.72 M/s
  time per message/one domain:
    72.87 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
  messages over time/one domain:
    21.58 M/s
  time per message/one domain:
    46.34 ns
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 389931567469811503
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[]   32    0    0   32 /   32     0.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 202308491705824851
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   64     0.0s Accumulator concurrent
[ ]    3    0    0    3 /   64     0.1s Accumulator concurrent
[ ]   25    0    0   25 /   64     0.2s Accumulator concurrent
[ ]   45    0    0   45 /   64     0.3s Accumulator concurrent
[ ]   62    0    0   62 /   64     0.4s Accumulator concurrent
[]   64    0    0   64 /   64     0.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 4375231626190017783
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Accumulator concurrent
[ ]   13    0    0   13 /  128     0.2s Accumulator concurrent
[ ]   32    0    0   32 /  128     0.4s Accumulator concurrent
[ ]   42    0    0   42 /  128     0.6s Accumulator concurrent
[ ]   55    0    0   55 /  128     0.8s Accumulator concurrent
[ ]   71    0    0   71 /  128     0.9s Accumulator concurrent
[ ]   84    0    0   84 /  128     1.0s Accumulator concurrent
[ ]   94    0    0   94 /  128     1.1s Accumulator concurrent
[ ]  102    0    0  102 /  128     1.3s Accumulator concurrent
[ ]  125    0    0  125 /  128     1.4s Accumulator concurrent
[]  128    0    0  128 /  128     1.5s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 1827797631940733244
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  256     0.0s Accumulator concurrent
[ ]   11    0    0   11 /  256     0.1s Accumulator concurrent
[ ]   27    0    0   27 /  256     0.2s Accumulator concurrent
[ ]   37    0    0   37 /  256     0.3s Accumulator concurrent
[ ]   43    0    0   43 /  256     0.4s Accumulator concurrent
[ ]   59    0    0   59 /  256     0.5s Accumulator concurrent
[ ]   60    0    0   60 /  256     0.6s Accumulator concurrent
[ ]   77    0    0   77 /  256     0.8s Accumulator concurrent
[ ]   89    0    0   89 /  256     0.9s Accumulator concurrent
[ ]   95    0    0   95 /  256     1.0s Accumulator concurrent
[ ]  113    0    0  113 /  256     1.1s Accumulator concurrent
[ ]  125    0    0  125 /  256     1.3s Accumulator concurrent
[ ]  138    0    0  138 /  256     1.4s Accumulator concurrent
[ ]  146    0    0  146 /  256     1.5s Accumulator concurrent
[ ]  151    0    0  151 /  256     1.6s Accumulator concurrent
[ ]  159    0    0  159 /  256     1.7s Accumulator concurrent
[ ]  168    0    0  168 /  256     1.8s Accumulator concurrent
[ ]  173    0    0  173 /  256     2.0s Accumulator concurrent
[ ]  185    0    0  185 /  256     2.1s Accumulator concurrent
[ ]  188    0    0  188 /  256     2.3s Accumulator concurrent
[ ]  190    0    0  190 /  256     2.4s Accumulator concurrent
[ ]  205    0    0  205 /  256     2.5s Accumulator concurrent
[ ]  227    0    0  227 /  256     2.6s Accumulator concurrent
[ ]  252    0    0  252 /  256     2.7s Accumulator concurrent
[]  256    0    0  256 /  256     2.8s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 541420801463311030
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  512     0.0s Accumulator concurrent
[ ]   12    0    0   12 /  512     0.1s Accumulator concurrent
[ ]   18    0    0   18 /  512     0.2s Accumulator concurrent
[ ]   34    0    0   34 /  512     0.4s Accumulator concurrent
[ ]   49    0    0   49 /  512     0.5s Accumulator concurrent
[ ]   78    0    0   78 /  512     0.6s Accumulator concurrent
[ ]   93    0    0   93 /  512     0.7s Accumulator concurrent
[ ]   95    0    0   95 /  512     0.8s Accumulator concurrent
[ ]  103    0    0  103 /  512     0.9s Accumulator concurrent
[ ]  121    0    0  121 /  512     1.0s Accumulator concurrent
[ ]  157    0    0  157 /  512     1.1s Accumulator concurrent
[ ]  159    0    0  159 /  512     1.3s Accumulator concurrent
[ ]  161    0    0  161 /  512     1.4s Accumulator concurrent
[ ]  169    0    0  169 /  512     1.5s Accumulator concurrent
[ ]  183    0    0  183 /  512     1.6s Accumulator concurrent
[ ]  196    0    0  196 /  512     1.7s Accumulator concurrent
[ ]  209    0    0  209 /  512     1.8s Accumulator concurrent
[ ]  218    0    0  218 /  512     2.0s Accumulator concurrent
[ ]  221    0    0  221 /  512     2.1s Accumulator concurrent
[ ]  256    0    0  256 /  512     2.2s Accumulator concurrent
[ ]  273    0    0  273 /  512     2.3s Accumulator concurrent
[ ]  282    0    0  282 /  512     2.5s Accumulator concurrent
[ ]  294    0    0  294 /  512     2.6s Accumulator concurrent
[ ]  295    0    0  295 /  512     2.7s Accumulator concurrent
[ ]  305    0    0  305 /  512     2.9s Accumulator concurrent
[ ]  309    0    0  309 /  512     3.0s Accumulator concurrent
[ ]  331    0    0  331 /  512     3.1s Accumulator concurrent
[ ]  339    0    0  339 /  512     3.2s Accumulator concurrent
[ ]  364    0    0  364 /  512     3.4s Accumulator concurrent
[ ]  382    0    0  382 /  512     3.5s Accumulator concurrent
[ ]  407    0    0  407 /  512     3.6s Accumulator concurrent
[ ]  421    0    0  421 /  512     3.7s Accumulator concurrent
[ ]  432    0    0  432 /  512     3.8s Accumulator concurrent
[ ]  446    0    0  446 /  512     3.9s Accumulator concurrent
[ ]  451    0    0  451 /  512     4.0s Accumulator concurrent
[ ]  461    0    0  461 /  512     4.1s Accumulator concurrent
[ ]  470    0    0  470 /  512     4.3s Accumulator concurrent
[ ]  476    0    0  476 /  512     4.4s Accumulator concurrent
[ ]  482    0    0  482 /  512     4.5s Accumulator concurrent
[ ]  483    0    0  483 /  512     4.6s Accumulator concurrent
[ ]  493    0    0  493 /  512     4.7s Accumulator concurrent
[ ]  507    0    0  507 /  512     4.9s Accumulator concurrent
[]  512    0    0  512 /  512     4.9s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 4535940715288230949
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Accumulator concurrent
[ ]   17    0    0   17 /   32     0.1s Accumulator concurrent
[]   32    0    0   32 /   32     0.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `ZHBSD3QJ'.

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

Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 10.119s. 2 tests run.
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1908624641214662431
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    6    0    0    6 /   32     0.1s Stack concurrent
[ ]   14    0    0   14 /   32     0.2s Stack concurrent
[ ]   29    0    0   29 /   32     0.4s Stack concurrent
[]   32    0    0   32 /   32     0.4s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1579248105328203306
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   64     0.0s Stack concurrent
[ ]    3    0    0    3 /   64     0.1s Stack concurrent
[ ]    6    0    0    6 /   64     0.2s Stack concurrent
[ ]   20    0    0   20 /   64     0.3s Stack concurrent
[ ]   29    0    0   29 /   64     0.5s Stack concurrent
[ ]   53    0    0   53 /   64     0.6s Stack concurrent
[]   64    0    0   64 /   64     0.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2480310664759840235
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Stack concurrent
[ ]    8    0    0    8 /  128     0.0s Stack concurrent
[ ]   15    0    0   15 /  128     0.2s Stack concurrent
[ ]   39    0    0   39 /  128     0.3s Stack concurrent
[ ]   53    0    0   53 /  128     0.4s Stack concurrent
[ ]   62    0    0   62 /  128     0.6s Stack concurrent
[ ]   76    0    0   76 /  128     0.7s Stack concurrent
[ ]   89    0    0   89 /  128     0.8s Stack concurrent
[ ]  106    0    0  106 /  128     0.9s Stack concurrent
[ ]  112    0    0  112 /  128     1.0s Stack concurrent
[ ]  119    0    0  119 /  128     1.1s Stack concurrent
[]  128    0    0  128 /  128     1.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3263267092263130271
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  256     0.0s Stack concurrent
[ ]    3    0    0    3 /  256     0.1s Stack concurrent
[ ]   10    0    0   10 /  256     0.2s Stack concurrent
[ ]   17    0    0   17 /  256     0.3s Stack concurrent
[ ]   23    0    0   23 /  256     0.5s Stack concurrent
[ ]   38    0    0   38 /  256     0.6s Stack concurrent
[ ]   47    0    0   47 /  256     0.7s Stack concurrent
[ ]   60    0    0   60 /  256     0.8s Stack concurrent
[ ]   77    0    0   77 /  256     0.9s Stack concurrent
[ ]   85    0    0   85 /  256     1.1s Stack concurrent
[ ]   95    0    0   95 /  256     1.3s Stack concurrent
[ ]  106    0    0  106 /  256     1.4s Stack concurrent
[ ]  130    0    0  130 /  256     1.5s Stack concurrent
[ ]  145    0    0  145 /  256     1.6s Stack concurrent
[ ]  153    0    0  153 /  256     1.7s Stack concurrent
[ ]  155    0    0  155 /  256     1.9s Stack concurrent
[ ]  179    0    0  179 /  256     2.0s Stack concurrent
[ ]  195    0    0  195 /  256     2.2s Stack concurrent
[ ]  202    0    0  202 /  256     2.3s Stack concurrent
[ ]  210    0    0  210 /  256     2.4s Stack concurrent
[ ]  226    0    0  226 /  256     2.5s Stack concurrent
[ ]  245    0    0  245 /  256     2.6s Stack concurrent
[ ]  252    0    0  252 /  256     2.7s Stack concurrent
[]  256    0    0  256 /  256     2.7s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2726728149559893997
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  512     0.0s Stack concurrent
[ ]   10    0    0   10 /  512     0.1s Stack concurrent
[ ]   16    0    0   16 /  512     0.2s Stack concurrent
[ ]   25    0    0   25 /  512     0.4s Stack concurrent
[ ]   30    0    0   30 /  512     0.5s Stack concurrent
[ ]   41    0    0   41 /  512     0.7s Stack concurrent
[ ]   58    0    0   58 /  512     0.8s Stack concurrent
[ ]   77    0    0   77 /  512     0.9s Stack concurrent
[ ]   89    0    0   89 /  512     1.1s Stack concurrent
[ ]   95    0    0   95 /  512     1.2s Stack concurrent
[ ]  107    0    0  107 /  512     1.4s Stack concurrent
[ ]  125    0    0  125 /  512     1.5s Stack concurrent
[ ]  140    0    0  140 /  512     1.7s Stack concurrent
[ ]  167    0    0  167 /  512     1.8s Stack concurrent
[ ]  191    0    0  191 /  512     1.9s Stack concurrent
[ ]  195    0    0  195 /  512     2.1s Stack concurrent
[ ]  202    0    0  202 /  512     2.2s Stack concurrent
[ ]  207    0    0  207 /  512     2.3s Stack concurrent
[ ]  218    0    0  218 /  512     2.4s Stack concurrent
[ ]  239    0    0  239 /  512     2.5s Stack concurrent
[ ]  242    0    0  242 /  512     2.6s Stack concurrent
[ ]  252    0    0  252 /  512     2.7s Stack concurrent
[ ]  266    0    0  266 /  512     2.8s Stack concurrent
[ ]  269    0    0  269 /  512     2.9s Stack concurrent
[ ]  273    0    0  273 /  512     3.0s Stack concurrent
[ ]  308    0    0  308 /  512     3.1s Stack concurrent
[ ]  325    0    0  325 /  512     3.3s Stack concurrent
[ ]  342    0    0  342 /  512     3.4s Stack concurrent
[ ]  343    0    0  343 /  512     3.5s Stack concurrent
[ ]  352    0    0  352 /  512     3.6s Stack concurrent
[ ]  367    0    0  367 /  512     3.8s Stack concurrent
[ ]  370    0    0  370 /  512     3.9s Stack concurrent
[ ]  381    0    0  381 /  512     4.0s Stack concurrent
[ ]  392    0    0  392 /  512     4.1s Stack concurrent
[ ]  397    0    0  397 /  512     4.3s Stack concurrent
[ ]  401    0    0  401 /  512     4.4s Stack concurrent
[ ]  411    0    0  411 /  512     4.5s Stack concurrent
[ ]  426    0    0  426 /  512     4.6s Stack concurrent
[ ]  434    0    0  434 /  512     4.8s Stack concurrent
[ ]  454    0    0  454 /  512     5.0s Stack concurrent
[ ]  464    0    0  464 /  512     5.2s Stack concurrent
[ ]  468    0    0  468 /  512     5.3s Stack concurrent
[ ]  488    0    0  488 /  512     5.5s Stack concurrent
[ ]  494    0    0  494 /  512     5.6s Stack concurrent
[ ]  500    0    0  500 /  512     5.8s Stack concurrent
[]  512    0    0  512 /  512     5.9s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 1544831709791763441
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Stack concurrent
[ ]    1    0    0    1 /   32     0.0s Stack concurrent
[ ]   14    0    0   14 /   32     0.1s Stack concurrent
[ ]   32    0    0   32 /   32     0.2s Stack concurrent
[]   32    0    0   32 /   32     0.2s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3608873836793231618
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]   11    0    0   11 /   32     0.2s Queue concurrent
[ ]   14    0    0   14 /   32     0.3s Queue concurrent
[ ]   20    0    0   20 /   32     0.4s Queue concurrent
[ ]   30    0    0   30 /   32     0.5s Queue concurrent
[]   32    0    0   32 /   32     0.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 581799021982733912
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   64     0.0s Queue concurrent
[ ]   12    0    0   12 /   64     0.1s Queue concurrent
[ ]   20    0    0   20 /   64     0.2s Queue concurrent
[ ]   27    0    0   27 /   64     0.3s Queue concurrent
[ ]   30    0    0   30 /   64     0.4s Queue concurrent
[ ]   33    0    0   33 /   64     0.6s Queue concurrent
[ ]   38    0    0   38 /   64     0.7s Queue concurrent
[ ]   44    0    0   44 /   64     0.8s Queue concurrent
[ ]   46    0    0   46 /   64     0.9s Queue concurrent
[ ]   57    0    0   57 /   64     1.0s Queue concurrent
[ ]   63    0    0   63 /   64     1.1s Queue concurrent
[ ]   64    0    0   64 /   64     1.2s Queue concurrent
[]   64    0    0   64 /   64     1.2s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 701242541042432892
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Queue concurrent
[ ]    6    0    0    6 /  128     0.2s Queue concurrent
[ ]    7    0    0    7 /  128     0.3s Queue concurrent
[ ]   27    0    0   27 /  128     0.4s Queue concurrent
[ ]   32    0    0   32 /  128     0.6s Queue concurrent
[ ]   40    0    0   40 /  128     0.7s Queue concurrent
[ ]   47    0    0   47 /  128     0.8s Queue concurrent
[ ]   63    0    0   63 /  128     0.9s Queue concurrent
[ ]   82    0    0   82 /  128     1.0s Queue concurrent
[ ]  111    0    0  111 /  128     1.2s Queue concurrent
[ ]  124    0    0  124 /  128     1.4s Queue concurrent
[]  128    0    0  128 /  128     1.5s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3018705579109163034
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  256     0.0s Queue concurrent
[ ]    7    0    0    7 /  256     0.1s Queue concurrent
[ ]   15    0    0   15 /  256     0.2s Queue concurrent
[ ]   32    0    0   32 /  256     0.3s Queue concurrent
[ ]   39    0    0   39 /  256     0.4s Queue concurrent
[ ]   43    0    0   43 /  256     0.5s Queue concurrent
[ ]   65    0    0   65 /  256     0.6s Queue concurrent
[ ]   76    0    0   76 /  256     0.7s Queue concurrent
[ ]   94    0    0   94 /  256     0.8s Queue concurrent
[ ]  106    0    0  106 /  256     0.9s Queue concurrent
[ ]  113    0    0  113 /  256     1.0s Queue concurrent
[ ]  119    0    0  119 /  256     1.2s Queue concurrent
[ ]  123    0    0  123 /  256     1.3s Queue concurrent
[ ]  134    0    0  134 /  256     1.5s Queue concurrent
[ ]  150    0    0  150 /  256     1.7s Queue concurrent
[ ]  157    0    0  157 /  256     1.8s Queue concurrent
[ ]  167    0    0  167 /  256     1.9s Queue concurrent
[ ]  175    0    0  175 /  256     2.1s Queue concurrent
[ ]  176    0    0  176 /  256     2.2s Queue concurrent
[ ]  177    0    0  177 /  256     2.3s Queue concurrent
[ ]  189    0    0  189 /  256     2.4s Queue concurrent
[ ]  200    0    0  200 /  256     2.5s Queue concurrent
[ ]  227    0    0  227 /  256     2.7s Queue concurrent
[ ]  230    0    0  230 /  256     2.8s Queue concurrent
[ ]  242    0    0  242 /  256     2.9s Queue concurrent
[]  256    0    0  256 /  256     3.0s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3192092822413796677
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  512     0.0s Queue concurrent
[ ]    2    0    0    2 /  512     0.1s Queue concurrent
[ ]   10    0    0   10 /  512     0.2s Queue concurrent
[ ]   24    0    0   24 /  512     0.3s Queue concurrent
[ ]   27    0    0   27 /  512     0.4s Queue concurrent
[ ]   29    0    0   29 /  512     0.5s Queue concurrent
[ ]   45    0    0   45 /  512     0.6s Queue concurrent
[ ]   53    0    0   53 /  512     0.7s Queue concurrent
[ ]   58    0    0   58 /  512     0.8s Queue concurrent
[ ]   61    0    0   61 /  512     0.9s Queue concurrent
[ ]   81    0    0   81 /  512     1.1s Queue concurrent
[ ]   85    0    0   85 /  512     1.2s Queue concurrent
[ ]   88    0    0   88 /  512     1.4s Queue concurrent
[ ]   99    0    0   99 /  512     1.5s Queue concurrent
[ ]  110    0    0  110 /  512     1.6s Queue concurrent
[ ]  116    0    0  116 /  512     1.7s Queue concurrent
[ ]  124    0    0  124 /  512     1.8s Queue concurrent
[ ]  128    0    0  128 /  512     2.0s Queue concurrent
[ ]  147    0    0  147 /  512     2.1s Queue concurrent
[ ]  157    0    0  157 /  512     2.2s Queue concurrent
[ ]  176    0    0  176 /  512     2.3s Queue concurrent
[ ]  180    0    0  180 /  512     2.4s Queue concurrent
[ ]  185    0    0  185 /  512     2.5s Queue concurrent
[ ]  193    0    0  193 /  512     2.6s Queue concurrent
[ ]  202    0    0  202 /  512     2.7s Queue concurrent
[ ]  213    0    0  213 /  512     2.8s Queue concurrent
[ ]  225    0    0  225 /  512     3.0s Queue concurrent
[ ]  234    0    0  234 /  512     3.1s Queue concurrent
[ ]  243    0    0  243 /  512     3.2s Queue concurrent
[ ]  248    0    0  248 /  512     3.4s Queue concurrent
[ ]  262    0    0  262 /  512     3.5s Queue concurrent
[ ]  266    0    0  266 /  512     3.6s Queue concurrent
[ ]  277    0    0  277 /  512     3.8s Queue concurrent
[ ]  300    0    0  300 /  512     3.9s Queue concurrent
[ ]  314    0    0  314 /  512     4.0s Queue concurrent
[ ]  328    0    0  328 /  512     4.1s Queue concurrent
[ ]  339    0    0  339 /  512     4.2s Queue concurrent
[ ]  345    0    0  345 /  512     4.4s Queue concurrent
[ ]  347    0    0  347 /  512     4.5s Queue concurrent
[ ]  362    0    0  362 /  512     4.6s Queue concurrent
[ ]  372    0    0  372 /  512     4.8s Queue concurrent
[ ]  379    0    0  379 /  512     4.9s Queue concurrent
[ ]  391    0    0  391 /  512     5.1s Queue concurrent
[ ]  400    0    0  400 /  512     5.3s Queue concurrent
[ ]  407    0    0  407 /  512     5.4s Queue concurrent
[ ]  421    0    0  421 /  512     5.5s Queue concurrent
[ ]  425    0    0  425 /  512     5.6s Queue concurrent
[ ]  444    0    0  444 /  512     5.7s Queue concurrent
[ ]  453    0    0  453 /  512     5.9s Queue concurrent
[ ]  468    0    0  468 /  512     6.0s Queue concurrent
[ ]  469    0    0  469 /  512     6.1s Queue concurrent
[ ]  470    0    0  470 /  512     6.2s Queue concurrent
[ ]  479    0    0  479 /  512     6.4s Queue concurrent
[ ]  506    0    0  506 /  512     6.5s Queue concurrent
[ ]  511    0    0  511 /  512     6.7s Queue concurrent
[]  512    0    0  512 /  512     6.7s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 3050490192428507075
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Queue concurrent
[ ]   18    0    0   18 /   32     0.1s Queue concurrent
[ ]   25    0    0   25 /   32     0.2s Queue concurrent
[]   32    0    0   32 /   32     0.2s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2841631094149782760
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]    1    0    0    1 /   32     0.2s Hashtbl concurrent
[ ]    8    0    0    8 /   32     0.3s Hashtbl concurrent
[ ]    9    0    0    9 /   32     0.4s Hashtbl concurrent
[ ]   13    0    0   13 /   32     0.5s Hashtbl concurrent
[ ]   27    0    0   27 /   32     0.6s Hashtbl concurrent
[]   32    0    0   32 /   32     0.7s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 4460485458398992116
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   64     0.0s Hashtbl concurrent
[ ]    3    0    0    3 /   64     0.1s Hashtbl concurrent
[ ]    4    0    0    4 /   64     0.2s Hashtbl concurrent
[ ]   10    0    0   10 /   64     0.4s Hashtbl concurrent
[ ]   27    0    0   27 /   64     0.5s Hashtbl concurrent
[ ]   28    0    0   28 /   64     0.6s Hashtbl concurrent
[ ]   32    0    0   32 /   64     0.8s Hashtbl concurrent
[ ]   40    0    0   40 /   64     0.9s Hashtbl concurrent
[ ]   57    0    0   57 /   64     1.0s Hashtbl concurrent
[ ]   59    0    0   59 /   64     1.1s Hashtbl concurrent
[]   64    0    0   64 /   64     1.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3011820092131218001
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Hashtbl concurrent
[ ]    8    0    0    8 /  128     0.1s Hashtbl concurrent
[ ]   24    0    0   24 /  128     0.2s Hashtbl concurrent
[ ]   36    0    0   36 /  128     0.3s Hashtbl concurrent
[ ]   45    0    0   45 /  128     0.4s Hashtbl concurrent
[ ]   50    0    0   50 /  128     0.7s Hashtbl concurrent
[ ]   55    0    0   55 /  128     0.8s Hashtbl concurrent
[ ]   70    0    0   70 /  128     0.9s Hashtbl concurrent
[ ]   77    0    0   77 /  128     1.0s Hashtbl concurrent
[ ]   81    0    0   81 /  128     1.2s Hashtbl concurrent
[ ]   82    0    0   82 /  128     1.3s Hashtbl concurrent
[ ]   87    0    0   87 /  128     1.4s Hashtbl concurrent
[ ]   98    0    0   98 /  128     1.5s Hashtbl concurrent
[ ]  111    0    0  111 /  128     1.7s Hashtbl concurrent
[ ]  114    0    0  114 /  128     1.8s Hashtbl concurrent
[ ]  121    0    0  121 /  128     1.9s Hashtbl concurrent
[ ]  122    0    0  122 /  128     2.1s Hashtbl concurrent
[ ]  123    0    0  123 /  128     2.2s Hashtbl concurrent
[]  128    0    0  128 /  128     2.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 4471804458167770598
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  256     0.0s Hashtbl concurrent
[ ]   18    0    0   18 /  256     0.1s Hashtbl concurrent
[ ]   27    0    0   27 /  256     0.2s Hashtbl concurrent
[ ]   35    0    0   35 /  256     0.3s Hashtbl concurrent
[ ]   51    0    0   51 /  256     0.4s Hashtbl concurrent
[ ]   63    0    0   63 /  256     0.6s Hashtbl concurrent
[ ]   80    0    0   80 /  256     0.7s Hashtbl concurrent
[ ]   88    0    0   88 /  256     0.9s Hashtbl concurrent
[ ]  104    0    0  104 /  256     1.0s Hashtbl concurrent
[ ]  115    0    0  115 /  256     1.2s Hashtbl concurrent
[ ]  142    0    0  142 /  256     1.4s Hashtbl concurrent
[ ]  154    0    0  154 /  256     1.5s Hashtbl concurrent
[ ]  164    0    0  164 /  256     1.7s Hashtbl concurrent
[ ]  165    0    0  165 /  256     1.8s Hashtbl concurrent
[ ]  173    0    0  173 /  256     1.9s Hashtbl concurrent
[ ]  178    0    0  178 /  256     2.1s Hashtbl concurrent
[ ]  193    0    0  193 /  256     2.3s Hashtbl concurrent
[ ]  202    0    0  202 /  256     2.4s Hashtbl concurrent
[ ]  213    0    0  213 /  256     2.5s Hashtbl concurrent
[ ]  220    0    0  220 /  256     2.7s Hashtbl concurrent
[ ]  229    0    0  229 /  256     2.8s Hashtbl concurrent
[ ]  245    0    0  245 /  256     2.9s Hashtbl concurrent
[ ]  253    0    0  253 /  256     3.0s Hashtbl concurrent
[]  256    0    0  256 /  256     3.0s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3413709129310173270
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  512     0.0s Hashtbl concurrent
[ ]   12    0    0   12 /  512     0.1s Hashtbl concurrent
[ ]   37    0    0   37 /  512     0.2s Hashtbl concurrent
[ ]   41    0    0   41 /  512     0.4s Hashtbl concurrent
[ ]   42    0    0   42 /  512     0.5s Hashtbl concurrent
[ ]   51    0    0   51 /  512     0.6s Hashtbl concurrent
[ ]   65    0    0   65 /  512     0.7s Hashtbl concurrent
[ ]   77    0    0   77 /  512     0.9s Hashtbl concurrent
[ ]   93    0    0   93 /  512     1.0s Hashtbl concurrent
[ ]  107    0    0  107 /  512     1.1s Hashtbl concurrent
[ ]  136    0    0  136 /  512     1.2s Hashtbl concurrent
[ ]  145    0    0  145 /  512     1.4s Hashtbl concurrent
[ ]  166    0    0  166 /  512     1.5s Hashtbl concurrent
[ ]  178    0    0  178 /  512     1.6s Hashtbl concurrent
[ ]  192    0    0  192 /  512     1.7s Hashtbl concurrent
[ ]  203    0    0  203 /  512     1.9s Hashtbl concurrent
[ ]  212    0    0  212 /  512     2.0s Hashtbl concurrent
[ ]  223    0    0  223 /  512     2.1s Hashtbl concurrent
[ ]  231    0    0  231 /  512     2.3s Hashtbl concurrent
[ ]  252    0    0  252 /  512     2.4s Hashtbl concurrent
[ ]  257    0    0  257 /  512     2.5s Hashtbl concurrent
[ ]  271    0    0  271 /  512     2.8s Hashtbl concurrent
[ ]  283    0    0  283 /  512     3.0s Hashtbl concurrent
[ ]  286    0    0  286 /  512     3.1s Hashtbl concurrent
[ ]  295    0    0  295 /  512     3.2s Hashtbl concurrent
[ ]  309    0    0  309 /  512     3.3s Hashtbl concurrent
[ ]  316    0    0  316 /  512     3.5s Hashtbl concurrent
[ ]  331    0    0  331 /  512     3.6s Hashtbl concurrent
[ ]  342    0    0  342 /  512     3.7s Hashtbl concurrent
[ ]  345    0    0  345 /  512     3.9s Hashtbl concurrent
[ ]  349    0    0  349 /  512     4.1s Hashtbl concurrent
[ ]  368    0    0  368 /  512     4.2s Hashtbl concurrent
[ ]  373    0    0  373 /  512     4.4s Hashtbl concurrent
[ ]  385    0    0  385 /  512     4.5s Hashtbl concurrent
[ ]  389    0    0  389 /  512     4.6s Hashtbl concurrent
[ ]  391    0    0  391 /  512     4.7s Hashtbl concurrent
[ ]  404    0    0  404 /  512     4.8s Hashtbl concurrent
[ ]  409    0    0  409 /  512     5.0s Hashtbl concurrent
[ ]  424    0    0  424 /  512     5.1s Hashtbl concurrent
[ ]  432    0    0  432 /  512     5.3s Hashtbl concurrent
[ ]  450    0    0  450 /  512     5.4s Hashtbl concurrent
[ ]  452    0    0  452 /  512     5.5s Hashtbl concurrent
[ ]  459    0    0  459 /  512     5.6s Hashtbl concurrent
[ ]  473    0    0  473 /  512     5.7s Hashtbl concurrent
[ ]  483    0    0  483 /  512     5.8s Hashtbl concurrent
[ ]  500    0    0  500 /  512     5.9s Hashtbl concurrent
[ ]  502    0    0  502 /  512     6.0s Hashtbl concurrent
[ ]  511    0    0  511 /  512     6.3s Hashtbl concurrent
[]  512    0    0  512 /  512     6.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1101569871535116348
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Hashtbl concurrent
[ ]   11    0    0   11 /   32     0.1s Hashtbl concurrent
[ ]   22    0    0   22 /   32     0.3s Hashtbl concurrent
[]   32    0    0   32 /   32     0.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2713116988944601884
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     0.1s Dllist concurrent
[ ]   22    0    0   22 /   32     0.3s Dllist concurrent
[ ]   28    0    0   28 /   32     0.5s Dllist concurrent
[]   32    0    0   32 /   32     0.5s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2666519092854844038
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   64     0.0s Dllist concurrent
[ ]   13    0    0   13 /   64     0.1s Dllist concurrent
[ ]   28    0    0   28 /   64     0.2s Dllist concurrent
[ ]   34    0    0   34 /   64     0.3s Dllist concurrent
[ ]   36    0    0   36 /   64     0.4s Dllist concurrent
[ ]   39    0    0   39 /   64     0.6s Dllist concurrent
[ ]   44    0    0   44 /   64     0.7s Dllist concurrent
[ ]   47    0    0   47 /   64     0.8s Dllist concurrent
[ ]   57    0    0   57 /   64     1.0s Dllist concurrent
[]   64    0    0   64 /   64     1.0s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 3660928670221475158
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Dllist concurrent
[ ]   17    0    0   17 /  128     0.1s Dllist concurrent
[ ]   31    0    0   31 /  128     0.3s Dllist concurrent
[ ]   48    0    0   48 /  128     0.4s Dllist concurrent
[ ]   65    0    0   65 /  128     0.5s Dllist concurrent
[ ]   73    0    0   73 /  128     0.7s Dllist concurrent
[ ]   90    0    0   90 /  128     0.8s Dllist concurrent
[ ]  105    0    0  105 /  128     0.9s Dllist concurrent
[ ]  112    0    0  112 /  128     1.1s Dllist concurrent
[ ]  116    0    0  116 /  128     1.2s Dllist concurrent
[ ]  118    0    0  118 /  128     1.3s Dllist concurrent
[ ]  123    0    0  123 /  128     1.4s Dllist concurrent
[]  128    0    0  128 /  128     1.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2005637822673132631
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  256     0.0s Dllist concurrent
[ ]    6    0    0    6 /  256     0.1s Dllist concurrent
[ ]    9    0    0    9 /  256     0.3s Dllist concurrent
[ ]   16    0    0   16 /  256     0.5s Dllist concurrent
[ ]   30    0    0   30 /  256     0.6s Dllist concurrent
[ ]   40    0    0   40 /  256     0.8s Dllist concurrent
[ ]   47    0    0   47 /  256     1.0s Dllist concurrent
[ ]   63    0    0   63 /  256     1.1s Dllist concurrent
[ ]   76    0    0   76 /  256     1.3s Dllist concurrent
[ ]   90    0    0   90 /  256     1.4s Dllist concurrent
[ ]   91    0    0   91 /  256     1.6s Dllist concurrent
[ ]   93    0    0   93 /  256     1.7s Dllist concurrent
[ ]  102    0    0  102 /  256     1.8s Dllist concurrent
[ ]  110    0    0  110 /  256     2.0s Dllist concurrent
[ ]  121    0    0  121 /  256     2.1s Dllist concurrent
[ ]  128    0    0  128 /  256     2.2s Dllist concurrent
[ ]  138    0    0  138 /  256     2.3s Dllist concurrent
[ ]  164    0    0  164 /  256     2.5s Dllist concurrent
[ ]  165    0    0  165 /  256     2.6s Dllist concurrent
[ ]  175    0    0  175 /  256     2.7s Dllist concurrent
[ ]  179    0    0  179 /  256     2.9s Dllist concurrent
[ ]  187    0    0  187 /  256     3.0s Dllist concurrent
[ ]  192    0    0  192 /  256     3.2s Dllist concurrent
[ ]  201    0    0  201 /  256     3.3s Dllist concurrent
[ ]  215    0    0  215 /  256     3.5s Dllist concurrent
[ ]  224    0    0  224 /  256     3.7s Dllist concurrent
[ ]  232    0    0  232 /  256     3.8s Dllist concurrent
[ ]  235    0    0  235 /  256     3.9s Dllist concurrent
[ ]  248    0    0  248 /  256     4.0s Dllist concurrent
[]  256    0    0  256 /  256     4.1s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1719058318570500938
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  512     0.0s Dllist concurrent
[ ]    4    0    0    4 /  512     0.0s Dllist concurrent
[ ]   10    0    0   10 /  512     0.1s Dllist concurrent
[ ]   15    0    0   15 /  512     0.3s Dllist concurrent
[ ]   17    0    0   17 /  512     0.4s Dllist concurrent
[ ]   36    0    0   36 /  512     0.5s Dllist concurrent
[ ]   39    0    0   39 /  512     0.7s Dllist concurrent
[ ]   53    0    0   53 /  512     0.8s Dllist concurrent
[ ]   59    0    0   59 /  512     0.9s Dllist concurrent
[ ]   74    0    0   74 /  512     1.1s Dllist concurrent
[ ]   79    0    0   79 /  512     1.3s Dllist concurrent
[ ]   88    0    0   88 /  512     1.4s Dllist concurrent
[ ]   97    0    0   97 /  512     1.6s Dllist concurrent
[ ]  106    0    0  106 /  512     1.8s Dllist concurrent
[ ]  121    0    0  121 /  512     1.9s Dllist concurrent
[ ]  138    0    0  138 /  512     2.1s Dllist concurrent
[ ]  148    0    0  148 /  512     2.3s Dllist concurrent
[ ]  160    0    0  160 /  512     2.5s Dllist concurrent
[ ]  165    0    0  165 /  512     2.6s Dllist concurrent
[ ]  175    0    0  175 /  512     2.8s Dllist concurrent
[ ]  183    0    0  183 /  512     2.9s Dllist concurrent
[ ]  194    0    0  194 /  512     3.0s Dllist concurrent
[ ]  200    0    0  200 /  512     3.2s Dllist concurrent
[ ]  212    0    0  212 /  512     3.4s Dllist concurrent
[ ]  217    0    0  217 /  512     3.5s Dllist concurrent
[ ]  231    0    0  231 /  512     3.7s Dllist concurrent
[ ]  256    0    0  256 /  512     3.8s Dllist concurrent
[ ]  271    0    0  271 /  512     4.0s Dllist concurrent
[ ]  272    0    0  272 /  512     4.1s Dllist concurrent
[ ]  278    0    0  278 /  512     4.2s Dllist concurrent
[ ]  284    0    0  284 /  512     4.5s Dllist concurrent
[ ]  299    0    0  299 /  512     4.6s Dllist concurrent
[ ]  309    0    0  309 /  512     4.7s Dllist concurrent
[ ]  320    0    0  320 /  512     4.9s Dllist concurrent
[ ]  329    0    0  329 /  512     5.1s Dllist concurrent
[ ]  339    0    0  339 /  512     5.2s Dllist concurrent
[ ]  352    0    0  352 /  512     5.3s Dllist concurrent
[ ]  373    0    0  373 /  512     5.4s Dllist concurrent
[ ]  382    0    0  382 /  512     5.6s Dllist concurrent
[ ]  389    0    0  389 /  512     5.7s Dllist concurrent
[ ]  392    0    0  392 /  512     5.8s Dllist concurrent
[ ]  409    0    0  409 /  512     5.9s Dllist concurrent
[ ]  426    0    0  426 /  512     6.0s Dllist concurrent
[ ]  432    0    0  432 /  512     6.2s Dllist concurrent
[ ]  433    0    0  433 /  512     6.3s Dllist concurrent
[ ]  443    0    0  443 /  512     6.5s Dllist concurrent
[ ]  456    0    0  456 /  512     6.6s Dllist concurrent
[ ]  471    0    0  471 /  512     6.7s Dllist concurrent
[ ]  481    0    0  481 /  512     6.8s Dllist concurrent
[ ]  482    0    0  482 /  512     6.9s Dllist concurrent
[ ]  490    0    0  490 /  512     7.0s Dllist concurrent
[ ]  502    0    0  502 /  512     7.3s Dllist concurrent
[]  512    0    0  512 /  512     7.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2670285339384631605
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Dllist concurrent
[ ]    1    0    0    1 /   32     0.0s Dllist concurrent
[ ]    5    0    0    5 /   32     0.2s Dllist concurrent
[ ]   17    0    0   17 /   32     0.4s Dllist concurrent
[ ]   27    0    0   27 /   32     0.5s Dllist concurrent
[]   32    0    0   32 /   32     0.6s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `EV1VG6Q7'.

  [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 20.871s. 17 tests run.
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 1421091768391277823
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]    7    0    0    7 /   32     0.2s Hashtbl_with_order concurrent
[ ]    9    0    0    9 /   32     0.5s Hashtbl_with_order concurrent
[ ]   12    0    0   12 /   32     0.6s Hashtbl_with_order concurrent
[ ]   26    0    0   26 /   32     0.7s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /   32     0.8s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32     0.8s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2085717307923721591
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Hashtbl_with_order sequential
[]   64    0    0   64 /   64     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /   64     0.0s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /   64     0.1s Hashtbl_with_order concurrent
[ ]    8    0    0    8 /   64     0.3s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /   64     0.5s Hashtbl_with_order concurrent
[ ]   21    0    0   21 /   64     0.7s Hashtbl_with_order concurrent
[ ]   42    0    0   42 /   64     0.8s Hashtbl_with_order concurrent
[ ]   53    0    0   53 /   64     1.0s Hashtbl_with_order concurrent
[ ]   61    0    0   61 /   64     1.2s Hashtbl_with_order concurrent
[]   64    0    0   64 /   64     1.2s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 75940277982374526
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  128     0.0s Hashtbl_with_order sequential
[]  128    0    0  128 /  128     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /  128     0.0s Hashtbl_with_order concurrent
[ ]    4    0    0    4 /  128     0.1s Hashtbl_with_order concurrent
[ ]   15    0    0   15 /  128     0.4s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /  128     0.8s Hashtbl_with_order concurrent
[ ]   32    0    0   32 /  128     0.9s Hashtbl_with_order concurrent
[ ]   34    0    0   34 /  128     1.1s Hashtbl_with_order concurrent
[ ]   36    0    0   36 /  128     1.3s Hashtbl_with_order concurrent
[ ]   40    0    0   40 /  128     1.4s Hashtbl_with_order concurrent
[ ]   44    0    0   44 /  128     1.6s Hashtbl_with_order concurrent
[ ]   48    0    0   48 /  128     1.7s Hashtbl_with_order concurrent
[ ]   66    0    0   66 /  128     1.9s Hashtbl_with_order concurrent
[ ]   71    0    0   71 /  128     2.0s Hashtbl_with_order concurrent
[ ]   84    0    0   84 /  128     2.1s Hashtbl_with_order concurrent
[ ]   85    0    0   85 /  128     2.3s Hashtbl_with_order concurrent
[ ]   86    0    0   86 /  128     2.5s Hashtbl_with_order concurrent
[ ]   96    0    0   96 /  128     2.7s Hashtbl_with_order concurrent
[ ]  110    0    0  110 /  128     3.0s Hashtbl_with_order concurrent
[ ]  117    0    0  117 /  128     3.1s Hashtbl_with_order concurrent
[]  128    0    0  128 /  128     3.1s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 169496654521654014
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  256     0.0s Hashtbl_with_order sequential
[]  256    0    0  256 /  256     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /  256     0.0s Hashtbl_with_order concurrent
[ ]    6    0    0    6 /  256     0.0s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /  256     0.3s Hashtbl_with_order concurrent
[ ]   28    0    0   28 /  256     0.4s Hashtbl_with_order concurrent
[ ]   34    0    0   34 /  256     0.6s Hashtbl_with_order concurrent
[ ]   37    0    0   37 /  256     0.8s Hashtbl_with_order concurrent
[ ]   46    0    0   46 /  256     0.9s Hashtbl_with_order concurrent
[ ]   64    0    0   64 /  256     1.2s Hashtbl_with_order concurrent
[ ]   80    0    0   80 /  256     1.3s Hashtbl_with_order concurrent
[ ]   81    0    0   81 /  256     1.5s Hashtbl_with_order concurrent
[ ]   92    0    0   92 /  256     1.7s Hashtbl_with_order concurrent
[ ]   96    0    0   96 /  256     1.9s Hashtbl_with_order concurrent
[ ]  101    0    0  101 /  256     2.0s Hashtbl_with_order concurrent
[ ]  112    0    0  112 /  256     2.2s Hashtbl_with_order concurrent
[ ]  122    0    0  122 /  256     2.4s Hashtbl_with_order concurrent
[ ]  133    0    0  133 /  256     2.6s Hashtbl_with_order concurrent
[ ]  136    0    0  136 /  256     2.7s Hashtbl_with_order concurrent
[ ]  145    0    0  145 /  256     3.0s Hashtbl_with_order concurrent
[ ]  156    0    0  156 /  256     3.1s Hashtbl_with_order concurrent
[ ]  165    0    0  165 /  256     3.3s Hashtbl_with_order concurrent
[ ]  181    0    0  181 /  256     3.5s Hashtbl_with_order concurrent
[ ]  192    0    0  192 /  256     3.6s Hashtbl_with_order concurrent
[ ]  203    0    0  203 /  256     3.7s Hashtbl_with_order concurrent
[ ]  205    0    0  205 /  256     3.9s Hashtbl_with_order concurrent
[ ]  226    0    0  226 /  256     4.0s Hashtbl_with_order concurrent
[ ]  228    0    0  228 /  256     4.2s Hashtbl_with_order concurrent
[ ]  237    0    0  237 /  256     4.5s Hashtbl_with_order concurrent
[ ]  242    0    0  242 /  256     4.6s Hashtbl_with_order concurrent
[ ]  244    0    0  244 /  256     4.9s Hashtbl_with_order concurrent
[ ]  247    0    0  247 /  256     5.0s Hashtbl_with_order concurrent
[]  256    0    0  256 /  256     5.1s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 4376682042080666584
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  512     0.0s Hashtbl_with_order sequential
[]  512    0    0  512 /  512     0.0s Hashtbl_with_order sequential

[ ]    0    0    0    0 /  512     0.0s Hashtbl_with_order concurrent
[ ]    2    0    0    2 /  512     0.0s Hashtbl_with_order concurrent
[ ]    5    0    0    5 /  512     0.2s Hashtbl_with_order concurrent
[ ]   20    0    0   20 /  512     0.3s Hashtbl_with_order concurrent
[ ]   25    0    0   25 /  512     0.4s Hashtbl_with_order concurrent
[ ]   31    0    0   31 /  512     0.6s Hashtbl_with_order concurrent
[ ]   42    0    0   42 /  512     0.8s Hashtbl_with_order concurrent
[ ]   46    0    0   46 /  512     0.9s Hashtbl_with_order concurrent
[ ]   49    0    0   49 /  512     1.0s Hashtbl_with_order concurrent
[ ]   52    0    0   52 /  512     1.2s Hashtbl_with_order concurrent
[ ]   58    0    0   58 /  512     1.3s Hashtbl_with_order concurrent
[ ]   59    0    0   59 /  512     1.4s Hashtbl_with_order concurrent
[ ]   65    0    0   65 /  512     1.7s Hashtbl_with_order concurrent
[ ]   66    0    0   66 /  512     1.9s Hashtbl_with_order concurrent
[ ]   74    0    0   74 /  512     2.1s Hashtbl_with_order concurrent
[ ]   87    0    0   87 /  512     2.3s Hashtbl_with_order concurrent
[ ]   95    0    0   95 /  512     2.5s Hashtbl_with_order concurrent
[ ]  103    0    0  103 /  512     2.7s Hashtbl_with_order concurrent
[ ]  112    0    0  112 /  512     2.8s Hashtbl_with_order concurrent
[ ]  114    0    0  114 /  512     3.0s Hashtbl_with_order concurrent
[ ]  131    0    0  131 /  512     3.2s Hashtbl_with_order concurrent
[ ]  140    0    0  140 /  512     3.3s Hashtbl_with_order concurrent
[ ]  141    0    0  141 /  512     3.5s Hashtbl_with_order concurrent
[ ]  142    0    0  142 /  512     3.7s Hashtbl_with_order concurrent
[ ]  144    0    0  144 /  512     3.8s Hashtbl_with_order concurrent
[ ]  146    0    0  146 /  512     3.9s Hashtbl_with_order concurrent
[ ]  150    0    0  150 /  512     4.1s Hashtbl_with_order concurrent
[ ]  156    0    0  156 /  512     4.2s Hashtbl_with_order concurrent
[ ]  168    0    0  168 /  512     4.3s Hashtbl_with_order concurrent
[ ]  171    0    0  171 /  512     4.6s Hashtbl_with_order concurrent
[ ]  174    0    0  174 /  512     4.7s Hashtbl_with_order concurrent
[ ]  180    0    0  180 /  512     4.8s Hashtbl_with_order concurrent
[ ]  202    0    0  202 /  512     4.9s Hashtbl_with_order concurrent
[ ]  205    0    0  205 /  512     5.0s Hashtbl_with_order concurrent
[ ]  214    0    0  214 /  512     5.2s Hashtbl_with_order concurrent
[ ]  223    0    0  223 /  512     5.3s Hashtbl_with_order concurrent
[ ]  230    0    0  230 /  512     5.4s Hashtbl_with_order concurrent
[ ]  241    0    0  241 /  512     5.5s Hashtbl_with_order concurrent
[ ]  244    0    0  244 /  512     5.7s Hashtbl_with_order concurrent
[ ]  262    0    0  262 /  512     5.9s Hashtbl_with_order concurrent
[ ]  272    0    0  272 /  512     6.0s Hashtbl_with_order concurrent
[ ]  286    0    0  286 /  512     6.2s Hashtbl_with_order concurrent
[ ]  288    0    0  288 /  512     6.4s Hashtbl_with_order concurrent
[ ]  296    0    0  296 /  512     6.6s Hashtbl_with_order concurrent
[ ]  308    0    0  308 /  512     6.7s Hashtbl_with_order concurrent
[ ]  319    0    0  319 /  512     6.8s Hashtbl_with_order concurrent
[ ]  329    0    0  329 /  512     6.9s Hashtbl_with_order concurrent
[ ]  339    0    0  339 /  512     7.0s Hashtbl_with_order concurrent
[ ]  348    0    0  348 /  512     7.3s Hashtbl_with_order concurrent
[ ]  357    0    0  357 /  512     7.4s Hashtbl_with_order concurrent
[ ]  371    0    0  371 /  512     7.6s Hashtbl_with_order concurrent
[ ]  375    0    0  375 /  512     7.8s Hashtbl_with_order concurrent
[ ]  382    0    0  382 /  512     7.9s Hashtbl_with_order concurrent
[ ]  403    0    0  403 /  512     8.0s Hashtbl_with_order concurrent
[ ]  408    0    0  408 /  512     8.2s Hashtbl_with_order concurrent
[ ]  410    0    0  410 /  512     8.3s Hashtbl_with_order concurrent
[ ]  424    0    0  424 /  512     8.4s Hashtbl_with_order concurrent
[ ]  427    0    0  427 /  512     8.5s Hashtbl_with_order concurrent
[ ]  429    0    0  429 /  512     8.7s Hashtbl_with_order concurrent
[ ]  441    0    0  441 /  512     8.9s Hashtbl_with_order concurrent
[ ]  446    0    0  446 /  512     9.1s Hashtbl_with_order concurrent
[ ]  452    0    0  452 /  512     9.2s Hashtbl_with_order concurrent
[ ]  457    0    0  457 /  512     9.3s Hashtbl_with_order concurrent
[ ]  471    0    0  471 /  512     9.6s Hashtbl_with_order concurrent
[ ]  472    0    0  472 /  512     9.8s Hashtbl_with_order concurrent
[ ]  473    0    0  473 /  512     9.9s Hashtbl_with_order concurrent
[ ]  485    0    0  485 /  512    10.0s Hashtbl_with_order concurrent
[ ]  490    0    0  490 /  512    10.1s Hashtbl_with_order concurrent
[ ]  495    0    0  495 /  512    10.2s Hashtbl_with_order concurrent
[ ]  509    0    0  509 /  512    10.5s Hashtbl_with_order concurrent
[]  512    0    0  512 /  512    10.5s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 401203223162919760
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Hashtbl_with_order concurrent
[ ]   17    0    0   17 /   32     0.1s Hashtbl_with_order concurrent
[ ]   19    0    0   19 /   32     0.2s Hashtbl_with_order concurrent
[]   32    0    0   32 /   32     0.3s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
2025-05-02 18:02.45 ---> saved as "a05d5136efcc6700747d99f867f1f378b4af82396bc96e6a1192ec1503f3e653"
Job succeeded
2025-05-02 18:02.46: Job succeeded