2025-07-31 07:26.52: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (238fe15c2f901e2a2bf2e8804e4c36b7e34ec498) (linux-x86_64:debian-12-4.14+flambda_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137
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 238fe15c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137
# debian-12-4.14+flambda_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && 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.19.1 fmt.0.11.0 logs.0.9.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.1 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.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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-07-31 07:26.52: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137-debian-12-4.14+flambda_opam-2.4-fdebdfcbd2e0b31d590226aa3dac79bb"
2025-07-31 07:26.52: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137)
(comment debian-12-4.14+flambda_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && 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.19.1 fmt.0.11.0 logs.0.9.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.1 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.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(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.4 --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-07-31 07:26.52: Waiting for resource in pool OCluster
2025-07-31 08:31.03: Waiting for worker…
2025-07-31 08:34.43: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 238fe15 Tweak
(from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137' locally
docker.io/ocaml/opam@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137: Pulling from ocaml/opam
6ee0264286c2: Pulling fs layer
6ee0264286c2: Waiting
6ee0264286c2: Verifying Checksum
6ee0264286c2: Download complete
6ee0264286c2: Pull complete
Digest: sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137
Status: Downloaded newer image for ocaml/opam@sha256:c90a4cbbab8aa8d9cc1d0ff3ee48467a7c5da31892889954c92998c5e6dbf137
2025-07-31 08:52.37 ---> using "c3c718ee41ca6f917cd506774ea706b2f8ddab787d2c97f3d5402779de09801b" from cache
/: (comment debian-12-4.14+flambda_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 08:52.37 ---> using "aace41617177863aa543263aae81f708ee4eb13c4a81ab7351c43635c4bf423b" 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 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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 08:52.37 ---> using "0142cb00777bd9ee8696bd588b3019522a75aa9e122838438431bcfe16bc5bbe" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-07-31 08:52.37 ---> using "60bf288f165bca02df7c92c0c148d4ba169bec94a805040ab8dedd24ee3942e2" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 08:52.37 ---> using "63176f828c3058e065a0038651ecb29be5a994af4472827fadd7a0b08506fa48" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f1d3c773504d0434b871c2517ad70329cc3d6fd4 || git fetch origin master) && git reset -q --hard f1d3c773504d0434b871c2517ad70329cc3d6fd4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee8b9193dd..f6368c68f9 master -> origin/master
f1d3c77350 Merge pull request #28270 from jmid/opam-publish-qcheck-multicoretests-util.0.9
<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-07-31 08:52.37 ---> using "09ef3f6f43b0ce65846c2aef3f8f476ef780da64147dfa9e21e43ed80c687c7f" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-07-31 08:52.37 ---> saved as "34bd8c5c9ac65211feed7c0d2a132d24d891bf15cbcec54825fdd3598e42b997"
/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-07-31 08:52.39 ---> saved as "58fd1967f33af3b9d969614027f843669f6656bf4cd5526b125fbae237ab401f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 08:52.39 ---> saved as "b0a84da5ad3682aa164e73b5471a488cfb19c8d0d57c643068a64ba7bd36bebd"
/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.19.1 fmt.0.11.0 logs.0.9.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.1 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.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.13.2 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
/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.4 --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 bookworm-updates/main amd64 Packages.diff/Index [19.6 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B]
- Fetched 402 kB in 2s (256 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-07-31 08:52.47 ---> saved as "7c293eedd27b4cafe229ea41b6c4b150262cddc0e1d7f2f6da39afff3d7ada7a"
/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.19.1
- install fmt 0.11.0
- install logs 0.9.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.1
- 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.26
- install qcheck-multicoretests-util 0.9
- install qcheck-stm 0.9
- install re 1.13.2
- 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.1.0
- install uutf 1.0.4
- install yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved backoff.0.1.1 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved logs.0.9.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.4.0.1 (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 psq.0.2.1 (cached)
-> retrieved qcheck-core.0.26 (cached)
-> retrieved qcheck-multicoretests-util.0.9, qcheck-stm.0.9 (cached)
-> retrieved dune.3.19.1 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.13.2 (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)
-> retrieved topkg.1.1.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed dune.3.19.1
-> installed domain_shims.0.1.0
-> installed camlp-streams.5.0.1
-> installed stdlib-shims.0.3.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed multicore-magic.2.3.1
-> installed ocaml-version.4.0.1
-> installed psq.0.2.1
-> installed result.1.5
-> 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.13.2
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed qcheck-core.0.26
-> installed picos_std.0.6.0
-> installed multicore-bench.0.1.7
-> installed qcheck-multicoretests-util.0.9
-> installed picos_io.0.6.0
-> installed alcotest.1.9.0
-> installed picos_mux.0.6.0
-> installed qcheck-stm.0.9
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:53.26 ---> saved as "85254ad942368c6233500755a7e006f6615c2b32aacc948f4d0462ba71a62533"
/src: (copy (src .) (dst /src))
2025-07-31 08:53.27 ---> saved as "8b63958082f788fa0f697c30ee58cda74c8de3a785f05717bd3a70169cff9bf5"
/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 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__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__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 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_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__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__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/.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_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/.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/.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_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
134.65 M/s
ops over time/get:
566.97 M/s
ops over time/incr:
82.83 M/s
ops over time/push & pop:
79.92 M/s
ops over time/swap:
81.83 M/s
ops over time/xchg int:
104.06 M/s
time per op/cas int:
7.43 ns
time per op/get:
1.76 ns
time per op/incr:
12.07 ns
time per op/push & pop:
12.51 ns
time per op/swap:
12.22 ns
time per op/xchg int:
9.61 ns
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `Q7SVQL3Z'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `040J60OR'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'.
Test Successful in 0.000s. 1 test run.
(cd _build/default/test/kcas_data && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `BZLD7WCU'.
[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 && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `IOTO8V7I'.
[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 && ./threads.exe)
Testing `Threads'.
This run has ID `0RBZJPL5'.
[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/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `JJ9XRQFL'.
[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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `LGCP95IC'.
[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.78 ns
time per transaction/1 loc tx:
24.56 ns
time per transaction/2 loc tx:
61.56 ns
time per transaction/4 loc tx:
108.58 ns
time per transaction/8 loc tx:
200.97 ns
transactions over time/0 loc tx:
113.94 M/s
transactions over time/1 loc tx:
40.72 M/s
transactions over time/2 loc tx:
16.24 M/s
transactions over time/4 loc tx:
9.21 M/s
transactions over time/8 loc tx:
4.98 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
8.80 ns
time per transaction/1 loc tx:
18.52 ns
time per transaction/2 loc tx:
38.43 ns
time per transaction/4 loc tx:
64.90 ns
time per transaction/8 loc tx:
117.71 ns
transactions over time/0 loc tx:
113.60 M/s
transactions over time/1 loc tx:
54.01 M/s
transactions over time/2 loc tx:
26.02 M/s
transactions over time/4 loc tx:
15.41 M/s
transactions over time/8 loc tx:
8.50 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
9.73 ns
time per transaction/1 loc tx:
19.50 ns
time per transaction/2 loc tx:
39.07 ns
time per transaction/4 loc tx:
65.22 ns
time per transaction/8 loc tx:
119.12 ns
transactions over time/0 loc tx:
102.76 M/s
transactions over time/1 loc tx:
51.29 M/s
transactions over time/2 loc tx:
25.60 M/s
transactions over time/4 loc tx:
15.33 M/s
transactions over time/8 loc tx:
8.39 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
68.82 ns
transactions over time/1 worker:
14.53 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
89.08 M/s
time per operation/1 worker, 0% reads:
11.23 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/one domain:
3.69 M/s
time per message/one domain:
270.67 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
9.09 M/s
operations over time/1 worker, 50% reads:
10.32 M/s
operations over time/1 worker, 90% reads:
24.51 M/s
time per operation/1 worker, 10% reads:
110.00 ns
time per operation/1 worker, 50% reads:
96.94 ns
time per operation/1 worker, 90% reads:
40.80 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:
11.12 M/s
time per message/one domain:
89.94 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/one domain:
24.61 M/s
time per message/one domain:
40.64 ns
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 1145862243220552882
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
[ ] 21 0 0 21 / 32 0.1s Stack concurrent
[✓] 32 0 0 32 / 32 0.2s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2936361287247297467
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
[ ] 17 0 0 17 / 64 0.1s Stack concurrent
[ ] 38 0 0 38 / 64 0.2s Stack concurrent
[ ] 55 0 0 55 / 64 0.3s Stack concurrent
[✓] 64 0 0 64 / 64 0.4s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2400011659552013825
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
[ ] 6 0 0 6 / 128 0.1s Stack concurrent
[ ] 32 0 0 32 / 128 0.2s Stack concurrent
[ ] 49 0 0 49 / 128 0.3s Stack concurrent
[ ] 74 0 0 74 / 128 0.4s Stack concurrent
[ ] 81 0 0 81 / 128 0.5s Stack concurrent
[ ] 89 0 0 89 / 128 0.7s Stack concurrent
[ ] 96 0 0 96 / 128 0.8s Stack concurrent
[ ] 108 0 0 108 / 128 0.9s Stack concurrent
[ ] 113 0 0 113 / 128 1.0s Stack concurrent
[✓] 128 0 0 128 / 128 1.1s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 573208994012861744
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
[ ] 20 0 0 20 / 256 0.1s Stack concurrent
[ ] 39 0 0 39 / 256 0.3s Stack concurrent
[ ] 49 0 0 49 / 256 0.4s Stack concurrent
[ ] 61 0 0 61 / 256 0.5s Stack concurrent
[ ] 70 0 0 70 / 256 0.7s Stack concurrent
[ ] 80 0 0 80 / 256 0.8s Stack concurrent
[ ] 90 0 0 90 / 256 0.9s Stack concurrent
[ ] 105 0 0 105 / 256 1.1s Stack concurrent
[ ] 129 0 0 129 / 256 1.2s Stack concurrent
[ ] 145 0 0 145 / 256 1.4s Stack concurrent
[ ] 151 0 0 151 / 256 1.5s Stack concurrent
[ ] 167 0 0 167 / 256 1.7s Stack concurrent
[ ] 181 0 0 181 / 256 1.8s Stack concurrent
[ ] 183 0 0 183 / 256 1.9s Stack concurrent
[ ] 191 0 0 191 / 256 2.0s Stack concurrent
[ ] 208 0 0 208 / 256 2.1s Stack concurrent
[ ] 227 0 0 227 / 256 2.2s Stack concurrent
[✓] 256 0 0 256 / 256 2.3s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3463552917513084881
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
[ ] 13 0 0 13 / 512 0.1s Stack concurrent
[ ] 37 0 0 37 / 512 0.2s Stack concurrent
[ ] 40 0 0 40 / 512 0.3s Stack concurrent
[ ] 49 0 0 49 / 512 0.5s Stack concurrent
[ ] 55 0 0 55 / 512 0.6s Stack concurrent
[ ] 71 0 0 71 / 512 0.7s Stack concurrent
[ ] 87 0 0 87 / 512 0.8s Stack concurrent
[ ] 94 0 0 94 / 512 1.0s Stack concurrent
[ ] 102 0 0 102 / 512 1.1s Stack concurrent
[ ] 114 0 0 114 / 512 1.3s Stack concurrent
[ ] 132 0 0 132 / 512 1.4s Stack concurrent
[ ] 157 0 0 157 / 512 1.5s Stack concurrent
[ ] 171 0 0 171 / 512 1.6s Stack concurrent
[ ] 192 0 0 192 / 512 1.7s Stack concurrent
[ ] 222 0 0 222 / 512 1.8s Stack concurrent
[ ] 237 0 0 237 / 512 1.9s Stack concurrent
[ ] 252 0 0 252 / 512 2.0s Stack concurrent
[ ] 278 0 0 278 / 512 2.2s Stack concurrent
[ ] 291 0 0 291 / 512 2.3s Stack concurrent
[ ] 303 0 0 303 / 512 2.5s Stack concurrent
[ ] 323 0 0 323 / 512 2.6s Stack concurrent
[ ] 344 0 0 344 / 512 2.7s Stack concurrent
[ ] 348 0 0 348 / 512 2.8s Stack concurrent
[ ] 364 0 0 364 / 512 3.0s Stack concurrent
[ ] 384 0 0 384 / 512 3.1s Stack concurrent
[ ] 400 0 0 400 / 512 3.3s Stack concurrent
[ ] 417 0 0 417 / 512 3.4s Stack concurrent
[ ] 422 0 0 422 / 512 3.5s Stack concurrent
[ ] 432 0 0 432 / 512 3.6s Stack concurrent
[ ] 436 0 0 436 / 512 3.7s Stack concurrent
[ ] 442 0 0 442 / 512 3.9s Stack concurrent
[ ] 451 0 0 451 / 512 4.0s Stack concurrent
[ ] 463 0 0 463 / 512 4.2s Stack concurrent
[ ] 480 0 0 480 / 512 4.4s Stack concurrent
[ ] 494 0 0 494 / 512 4.6s Stack concurrent
[ ] 502 0 0 502 / 512 4.7s Stack concurrent
[ ] 507 0 0 507 / 512 4.8s Stack concurrent
[✓] 512 0 0 512 / 512 4.8s Stack concurrent
================================================================================
success (ran 2 tests)
random seed: 3405679169708378244
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
[ ] 8 0 0 8 / 32 0.2s Stack concurrent
[ ] 31 0 0 31 / 32 0.3s Stack concurrent
[✓] 32 0 0 32 / 32 0.4s Stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1550846681737102131
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
[ ] 21 0 0 21 / 32 0.1s Accumulator concurrent
[ ] 29 0 0 29 / 32 0.2s Accumulator concurrent
[ ] 32 0 0 32 / 32 0.4s Accumulator concurrent
[✓] 32 0 0 32 / 32 0.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 332613211415551510
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
[ ] 16 0 0 16 / 64 0.1s Accumulator concurrent
[ ] 30 0 0 30 / 64 0.3s Accumulator concurrent
[ ] 38 0 0 38 / 64 0.4s Accumulator concurrent
[ ] 44 0 0 44 / 64 0.5s Accumulator concurrent
[ ] 56 0 0 56 / 64 0.6s Accumulator concurrent
[✓] 64 0 0 64 / 64 0.6s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2448068158432855585
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
[ ] 12 0 0 12 / 128 0.1s Accumulator concurrent
[ ] 21 0 0 21 / 128 0.2s Accumulator concurrent
[ ] 24 0 0 24 / 128 0.3s Accumulator concurrent
[ ] 35 0 0 35 / 128 0.4s Accumulator concurrent
[ ] 57 0 0 57 / 128 0.6s Accumulator concurrent
[ ] 72 0 0 72 / 128 0.7s Accumulator concurrent
[ ] 88 0 0 88 / 128 0.9s Accumulator concurrent
[ ] 102 0 0 102 / 128 1.0s Accumulator concurrent
[ ] 118 0 0 118 / 128 1.1s Accumulator concurrent
[✓] 128 0 0 128 / 128 1.2s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2615786588349042461
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
[ ] 14 0 0 14 / 256 0.1s Accumulator concurrent
[ ] 25 0 0 25 / 256 0.3s Accumulator concurrent
[ ] 53 0 0 53 / 256 0.4s Accumulator concurrent
[ ] 61 0 0 61 / 256 0.5s Accumulator concurrent
[ ] 76 0 0 76 / 256 0.7s Accumulator concurrent
[ ] 101 0 0 101 / 256 0.8s Accumulator concurrent
[ ] 109 0 0 109 / 256 0.9s Accumulator concurrent
[ ] 130 0 0 130 / 256 1.0s Accumulator concurrent
[ ] 139 0 0 139 / 256 1.2s Accumulator concurrent
[ ] 141 0 0 141 / 256 1.3s Accumulator concurrent
[ ] 156 0 0 156 / 256 1.5s Accumulator concurrent
[ ] 179 0 0 179 / 256 1.6s Accumulator concurrent
[ ] 193 0 0 193 / 256 1.8s Accumulator concurrent
[ ] 199 0 0 199 / 256 1.9s Accumulator concurrent
[ ] 218 0 0 218 / 256 2.1s Accumulator concurrent
[ ] 226 0 0 226 / 256 2.2s Accumulator concurrent
[ ] 235 0 0 235 / 256 2.3s Accumulator concurrent
[ ] 255 0 0 255 / 256 2.4s Accumulator concurrent
[✓] 256 0 0 256 / 256 2.4s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 534589390164511968
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
[ ] 37 0 0 37 / 512 0.1s Accumulator concurrent
[ ] 47 0 0 47 / 512 0.2s Accumulator concurrent
[ ] 54 0 0 54 / 512 0.4s Accumulator concurrent
[ ] 64 0 0 64 / 512 0.5s Accumulator concurrent
[ ] 74 0 0 74 / 512 0.6s Accumulator concurrent
[ ] 90 0 0 90 / 512 0.8s Accumulator concurrent
[ ] 103 0 0 103 / 512 0.9s Accumulator concurrent
[ ] 125 0 0 125 / 512 1.1s Accumulator concurrent
[ ] 150 0 0 150 / 512 1.2s Accumulator concurrent
[ ] 162 0 0 162 / 512 1.4s Accumulator concurrent
[ ] 179 0 0 179 / 512 1.5s Accumulator concurrent
[ ] 187 0 0 187 / 512 1.7s Accumulator concurrent
[ ] 194 0 0 194 / 512 1.8s Accumulator concurrent
[ ] 201 0 0 201 / 512 1.9s Accumulator concurrent
[ ] 219 0 0 219 / 512 2.0s Accumulator concurrent
[ ] 223 0 0 223 / 512 2.1s Accumulator concurrent
[ ] 234 0 0 234 / 512 2.2s Accumulator concurrent
[ ] 257 0 0 257 / 512 2.3s Accumulator concurrent
[ ] 285 0 0 285 / 512 2.4s Accumulator concurrent
[ ] 302 0 0 302 / 512 2.6s Accumulator concurrent
[ ] 312 0 0 312 / 512 2.7s Accumulator concurrent
[ ] 319 0 0 319 / 512 2.8s Accumulator concurrent
[ ] 330 0 0 330 / 512 3.0s Accumulator concurrent
[ ] 333 0 0 333 / 512 3.1s Accumulator concurrent
[ ] 349 0 0 349 / 512 3.2s Accumulator concurrent
[ ] 354 0 0 354 / 512 3.3s Accumulator concurrent
[ ] 376 0 0 376 / 512 3.4s Accumulator concurrent
[ ] 383 0 0 383 / 512 3.5s Accumulator concurrent
[ ] 394 0 0 394 / 512 3.7s Accumulator concurrent
[ ] 418 0 0 418 / 512 3.8s Accumulator concurrent
[ ] 426 0 0 426 / 512 3.9s Accumulator concurrent
[ ] 430 0 0 430 / 512 4.0s Accumulator concurrent
[ ] 433 0 0 433 / 512 4.1s Accumulator concurrent
[ ] 445 0 0 445 / 512 4.3s Accumulator concurrent
[ ] 447 0 0 447 / 512 4.4s Accumulator concurrent
[ ] 463 0 0 463 / 512 4.6s Accumulator concurrent
[ ] 474 0 0 474 / 512 4.7s Accumulator concurrent
[ ] 480 0 0 480 / 512 4.9s Accumulator concurrent
[ ] 495 0 0 495 / 512 5.0s Accumulator concurrent
[✓] 512 0 0 512 / 512 5.1s Accumulator concurrent
================================================================================
success (ran 2 tests)
random seed: 2913504920991416824
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
[ ] 19 0 0 19 / 32 0.1s Accumulator concurrent
[ ] 31 0 0 31 / 32 0.3s Accumulator concurrent
[✓] 32 0 0 32 / 32 0.3s Accumulator concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `WXG3VTSN'.
[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.115s. 2 tests run.
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 3576717629289881329
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
[ ] 14 0 0 14 / 32 0.1s Queue concurrent
[ ] 27 0 0 27 / 32 0.2s Queue concurrent
[✓] 32 0 0 32 / 32 0.3s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 1705989537391205776
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
[ ] 19 0 0 19 / 64 0.1s Queue concurrent
[ ] 33 0 0 33 / 64 0.2s Queue concurrent
[ ] 36 0 0 36 / 64 0.3s Queue concurrent
[ ] 39 0 0 39 / 64 0.4s Queue concurrent
[ ] 63 0 0 63 / 64 0.6s Queue concurrent
[✓] 64 0 0 64 / 64 0.6s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 4381335322811614831
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
[ ] 10 0 0 10 / 128 0.2s Queue concurrent
[ ] 21 0 0 21 / 128 0.3s Queue concurrent
[ ] 29 0 0 29 / 128 0.4s Queue concurrent
[ ] 56 0 0 56 / 128 0.5s Queue concurrent
[ ] 60 0 0 60 / 128 0.6s Queue concurrent
[ ] 73 0 0 73 / 128 0.7s Queue concurrent
[ ] 87 0 0 87 / 128 0.9s Queue concurrent
[ ] 100 0 0 100 / 128 1.0s Queue concurrent
[ ] 111 0 0 111 / 128 1.1s Queue concurrent
[ ] 113 0 0 113 / 128 1.2s Queue concurrent
[ ] 117 0 0 117 / 128 1.4s Queue concurrent
[✓] 128 0 0 128 / 128 1.4s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2999045873976015177
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
[ ] 21 0 0 21 / 256 0.1s Queue concurrent
[ ] 25 0 0 25 / 256 0.2s Queue concurrent
[ ] 30 0 0 30 / 256 0.4s Queue concurrent
[ ] 33 0 0 33 / 256 0.5s Queue concurrent
[ ] 45 0 0 45 / 256 0.6s Queue concurrent
[ ] 56 0 0 56 / 256 0.7s Queue concurrent
[ ] 65 0 0 65 / 256 0.9s Queue concurrent
[ ] 76 0 0 76 / 256 1.0s Queue concurrent
[ ] 84 0 0 84 / 256 1.1s Queue concurrent
[ ] 103 0 0 103 / 256 1.3s Queue concurrent
[ ] 111 0 0 111 / 256 1.4s Queue concurrent
[ ] 115 0 0 115 / 256 1.5s Queue concurrent
[ ] 138 0 0 138 / 256 1.7s Queue concurrent
[ ] 143 0 0 143 / 256 1.8s Queue concurrent
[ ] 160 0 0 160 / 256 1.9s Queue concurrent
[ ] 167 0 0 167 / 256 2.1s Queue concurrent
[ ] 173 0 0 173 / 256 2.2s Queue concurrent
[ ] 181 0 0 181 / 256 2.3s Queue concurrent
[ ] 211 0 0 211 / 256 2.4s Queue concurrent
[ ] 229 0 0 229 / 256 2.5s Queue concurrent
[ ] 235 0 0 235 / 256 2.6s Queue concurrent
[ ] 244 0 0 244 / 256 2.8s Queue concurrent
[✓] 256 0 0 256 / 256 2.8s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 2919865019499226901
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
[ ] 35 0 0 35 / 512 0.1s Queue concurrent
[ ] 42 0 0 42 / 512 0.2s Queue concurrent
[ ] 61 0 0 61 / 512 0.4s Queue concurrent
[ ] 78 0 0 78 / 512 0.5s Queue concurrent
[ ] 91 0 0 91 / 512 0.6s Queue concurrent
[ ] 102 0 0 102 / 512 0.8s Queue concurrent
[ ] 119 0 0 119 / 512 0.9s Queue concurrent
[ ] 126 0 0 126 / 512 1.1s Queue concurrent
[ ] 132 0 0 132 / 512 1.2s Queue concurrent
[ ] 149 0 0 149 / 512 1.3s Queue concurrent
[ ] 153 0 0 153 / 512 1.4s Queue concurrent
[ ] 172 0 0 172 / 512 1.5s Queue concurrent
[ ] 190 0 0 190 / 512 1.6s Queue concurrent
[ ] 198 0 0 198 / 512 1.8s Queue concurrent
[ ] 209 0 0 209 / 512 1.9s Queue concurrent
[ ] 214 0 0 214 / 512 2.0s Queue concurrent
[ ] 223 0 0 223 / 512 2.1s Queue concurrent
[ ] 226 0 0 226 / 512 2.3s Queue concurrent
[ ] 240 0 0 240 / 512 2.4s Queue concurrent
[ ] 252 0 0 252 / 512 2.5s Queue concurrent
[ ] 261 0 0 261 / 512 2.6s Queue concurrent
[ ] 284 0 0 284 / 512 2.7s Queue concurrent
[ ] 305 0 0 305 / 512 2.8s Queue concurrent
[ ] 325 0 0 325 / 512 2.9s Queue concurrent
[ ] 333 0 0 333 / 512 3.0s Queue concurrent
[ ] 337 0 0 337 / 512 3.2s Queue concurrent
[ ] 340 0 0 340 / 512 3.3s Queue concurrent
[ ] 350 0 0 350 / 512 3.4s Queue concurrent
[ ] 363 0 0 363 / 512 3.6s Queue concurrent
[ ] 371 0 0 371 / 512 3.7s Queue concurrent
[ ] 376 0 0 376 / 512 3.8s Queue concurrent
[ ] 388 0 0 388 / 512 4.0s Queue concurrent
[ ] 400 0 0 400 / 512 4.1s Queue concurrent
[ ] 407 0 0 407 / 512 4.3s Queue concurrent
[ ] 408 0 0 408 / 512 4.4s Queue concurrent
[ ] 429 0 0 429 / 512 4.6s Queue concurrent
[ ] 452 0 0 452 / 512 4.7s Queue concurrent
[ ] 470 0 0 470 / 512 4.8s Queue concurrent
[ ] 480 0 0 480 / 512 4.9s Queue concurrent
[ ] 493 0 0 493 / 512 5.0s Queue concurrent
[ ] 506 0 0 506 / 512 5.2s Queue concurrent
[✓] 512 0 0 512 / 512 5.3s Queue concurrent
================================================================================
success (ran 2 tests)
random seed: 1306187255510995490
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
[ ] 8 0 0 8 / 32 0.1s Queue concurrent
[ ] 21 0 0 21 / 32 0.3s Queue concurrent
[ ] 22 0 0 22 / 32 0.4s Queue concurrent
[ ] 32 0 0 32 / 32 0.5s Queue concurrent
[✓] 32 0 0 32 / 32 0.5s Queue concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 4418421327361488450
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
[ ] 14 0 0 14 / 32 0.1s Hashtbl concurrent
[ ] 19 0 0 19 / 32 0.3s Hashtbl concurrent
[✓] 32 0 0 32 / 32 0.3s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2010672344757854645
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
[ ] 4 0 0 4 / 64 0.1s Hashtbl concurrent
[ ] 21 0 0 21 / 64 0.3s Hashtbl concurrent
[ ] 31 0 0 31 / 64 0.4s Hashtbl concurrent
[ ] 43 0 0 43 / 64 0.5s Hashtbl concurrent
[ ] 53 0 0 53 / 64 0.7s Hashtbl concurrent
[ ] 55 0 0 55 / 64 0.8s Hashtbl concurrent
[ ] 59 0 0 59 / 64 1.0s Hashtbl concurrent
[✓] 64 0 0 64 / 64 1.0s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 2720073680253449891
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
[ ] 9 0 0 9 / 128 0.1s Hashtbl concurrent
[ ] 10 0 0 10 / 128 0.2s Hashtbl concurrent
[ ] 23 0 0 23 / 128 0.3s Hashtbl concurrent
[ ] 24 0 0 24 / 128 0.4s Hashtbl concurrent
[ ] 34 0 0 34 / 128 0.5s Hashtbl concurrent
[ ] 48 0 0 48 / 128 0.7s Hashtbl concurrent
[ ] 51 0 0 51 / 128 0.8s Hashtbl concurrent
[ ] 68 0 0 68 / 128 1.0s Hashtbl concurrent
[ ] 99 0 0 99 / 128 1.2s Hashtbl concurrent
[ ] 105 0 0 105 / 128 1.3s Hashtbl concurrent
[ ] 112 0 0 112 / 128 1.5s Hashtbl concurrent
[ ] 119 0 0 119 / 128 1.6s Hashtbl concurrent
[✓] 128 0 0 128 / 128 1.6s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 46671824755796918
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
[ ] 12 0 0 12 / 256 0.2s Hashtbl concurrent
[ ] 24 0 0 24 / 256 0.4s Hashtbl concurrent
[ ] 38 0 0 38 / 256 0.6s Hashtbl concurrent
[ ] 51 0 0 51 / 256 0.7s Hashtbl concurrent
[ ] 61 0 0 61 / 256 0.8s Hashtbl concurrent
[ ] 72 0 0 72 / 256 0.9s Hashtbl concurrent
[ ] 89 0 0 89 / 256 1.0s Hashtbl concurrent
[ ] 92 0 0 92 / 256 1.2s Hashtbl concurrent
[ ] 116 0 0 116 / 256 1.3s Hashtbl concurrent
[ ] 132 0 0 132 / 256 1.5s Hashtbl concurrent
[ ] 135 0 0 135 / 256 1.6s Hashtbl concurrent
[ ] 160 0 0 160 / 256 1.7s Hashtbl concurrent
[ ] 165 0 0 165 / 256 1.9s Hashtbl concurrent
[ ] 175 0 0 175 / 256 2.0s Hashtbl concurrent
[ ] 184 0 0 184 / 256 2.1s Hashtbl concurrent
[ ] 190 0 0 190 / 256 2.3s Hashtbl concurrent
[ ] 197 0 0 197 / 256 2.4s Hashtbl concurrent
[ ] 212 0 0 212 / 256 2.5s Hashtbl concurrent
[ ] 226 0 0 226 / 256 2.6s Hashtbl concurrent
[ ] 236 0 0 236 / 256 2.7s Hashtbl concurrent
[ ] 252 0 0 252 / 256 2.9s Hashtbl concurrent
[ ] 254 0 0 254 / 256 3.0s Hashtbl concurrent
[✓] 256 0 0 256 / 256 3.0s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 1466992481135107633
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
[ ] 1 0 0 1 / 512 0.1s Hashtbl concurrent
[ ] 22 0 0 22 / 512 0.2s Hashtbl concurrent
[ ] 35 0 0 35 / 512 0.4s Hashtbl concurrent
[ ] 43 0 0 43 / 512 0.5s Hashtbl concurrent
[ ] 50 0 0 50 / 512 0.6s Hashtbl concurrent
[ ] 71 0 0 71 / 512 0.7s Hashtbl concurrent
[ ] 85 0 0 85 / 512 0.8s Hashtbl concurrent
[ ] 86 0 0 86 / 512 1.0s Hashtbl concurrent
[ ] 95 0 0 95 / 512 1.1s Hashtbl concurrent
[ ] 106 0 0 106 / 512 1.2s Hashtbl concurrent
[ ] 132 0 0 132 / 512 1.4s Hashtbl concurrent
[ ] 133 0 0 133 / 512 1.5s Hashtbl concurrent
[ ] 145 0 0 145 / 512 1.6s Hashtbl concurrent
[ ] 157 0 0 157 / 512 1.7s Hashtbl concurrent
[ ] 185 0 0 185 / 512 1.9s Hashtbl concurrent
[ ] 206 0 0 206 / 512 2.0s Hashtbl concurrent
[ ] 223 0 0 223 / 512 2.1s Hashtbl concurrent
[ ] 234 0 0 234 / 512 2.3s Hashtbl concurrent
[ ] 241 0 0 241 / 512 2.4s Hashtbl concurrent
[ ] 245 0 0 245 / 512 2.5s Hashtbl concurrent
[ ] 257 0 0 257 / 512 2.7s Hashtbl concurrent
[ ] 265 0 0 265 / 512 2.8s Hashtbl concurrent
[ ] 266 0 0 266 / 512 2.9s Hashtbl concurrent
[ ] 290 0 0 290 / 512 3.0s Hashtbl concurrent
[ ] 297 0 0 297 / 512 3.1s Hashtbl concurrent
[ ] 306 0 0 306 / 512 3.3s Hashtbl concurrent
[ ] 326 0 0 326 / 512 3.4s Hashtbl concurrent
[ ] 345 0 0 345 / 512 3.5s Hashtbl concurrent
[ ] 365 0 0 365 / 512 3.7s Hashtbl concurrent
[ ] 390 0 0 390 / 512 3.8s Hashtbl concurrent
[ ] 403 0 0 403 / 512 4.0s Hashtbl concurrent
[ ] 417 0 0 417 / 512 4.1s Hashtbl concurrent
[ ] 421 0 0 421 / 512 4.2s Hashtbl concurrent
[ ] 435 0 0 435 / 512 4.4s Hashtbl concurrent
[ ] 447 0 0 447 / 512 4.5s Hashtbl concurrent
[ ] 468 0 0 468 / 512 4.6s Hashtbl concurrent
[ ] 478 0 0 478 / 512 4.7s Hashtbl concurrent
[ ] 489 0 0 489 / 512 4.8s Hashtbl concurrent
[ ] 491 0 0 491 / 512 4.9s Hashtbl concurrent
[ ] 505 0 0 505 / 512 5.1s Hashtbl concurrent
[ ] 508 0 0 508 / 512 5.2s Hashtbl concurrent
[ ] 510 0 0 510 / 512 5.3s Hashtbl concurrent
[✓] 512 0 0 512 / 512 5.4s Hashtbl concurrent
================================================================================
success (ran 2 tests)
random seed: 3296667808630911217
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
[ ] 6 0 0 6 / 32 0.1s Hashtbl concurrent
[✓] 32 0 0 32 / 32 0.2s Hashtbl concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2292655726221042992
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
[ ] 9 0 0 9 / 32 0.2s Dllist concurrent
[ ] 16 0 0 16 / 32 0.3s Dllist concurrent
[✓] 32 0 0 32 / 32 0.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1297348692006815746
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
[ ] 9 0 0 9 / 64 0.2s Dllist concurrent
[ ] 11 0 0 11 / 64 0.3s Dllist concurrent
[ ] 27 0 0 27 / 64 0.5s Dllist concurrent
[ ] 50 0 0 50 / 64 0.6s Dllist concurrent
[ ] 60 0 0 60 / 64 0.7s Dllist concurrent
[✓] 64 0 0 64 / 64 0.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1398472903281597782
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
[ ] 11 0 0 11 / 128 0.1s Dllist concurrent
[ ] 25 0 0 25 / 128 0.2s Dllist concurrent
[ ] 43 0 0 43 / 128 0.3s Dllist concurrent
[ ] 47 0 0 47 / 128 0.5s Dllist concurrent
[ ] 57 0 0 57 / 128 0.6s Dllist concurrent
[ ] 67 0 0 67 / 128 0.7s Dllist concurrent
[ ] 72 0 0 72 / 128 0.9s Dllist concurrent
[ ] 80 0 0 80 / 128 1.0s Dllist concurrent
[ ] 81 0 0 81 / 128 1.2s Dllist concurrent
[ ] 93 0 0 93 / 128 1.3s Dllist concurrent
[ ] 104 0 0 104 / 128 1.4s Dllist concurrent
[ ] 111 0 0 111 / 128 1.6s Dllist concurrent
[ ] 122 0 0 122 / 128 1.7s Dllist concurrent
[ ] 125 0 0 125 / 128 1.8s Dllist concurrent
[✓] 128 0 0 128 / 128 1.8s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2454791249889435981
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
[ ] 12 0 0 12 / 256 0.2s Dllist concurrent
[ ] 26 0 0 26 / 256 0.3s Dllist concurrent
[ ] 36 0 0 36 / 256 0.4s Dllist concurrent
[ ] 50 0 0 50 / 256 0.5s Dllist concurrent
[ ] 53 0 0 53 / 256 0.7s Dllist concurrent
[ ] 59 0 0 59 / 256 0.8s Dllist concurrent
[ ] 63 0 0 63 / 256 0.9s Dllist concurrent
[ ] 65 0 0 65 / 256 1.0s Dllist concurrent
[ ] 71 0 0 71 / 256 1.2s Dllist concurrent
[ ] 79 0 0 79 / 256 1.3s Dllist concurrent
[ ] 88 0 0 88 / 256 1.4s Dllist concurrent
[ ] 99 0 0 99 / 256 1.5s Dllist concurrent
[ ] 117 0 0 117 / 256 1.7s Dllist concurrent
[ ] 133 0 0 133 / 256 1.8s Dllist concurrent
[ ] 142 0 0 142 / 256 1.9s Dllist concurrent
[ ] 148 0 0 148 / 256 2.1s Dllist concurrent
[ ] 153 0 0 153 / 256 2.2s Dllist concurrent
[ ] 165 0 0 165 / 256 2.3s Dllist concurrent
[ ] 169 0 0 169 / 256 2.4s Dllist concurrent
[ ] 176 0 0 176 / 256 2.5s Dllist concurrent
[ ] 178 0 0 178 / 256 2.6s Dllist concurrent
[ ] 183 0 0 183 / 256 2.8s Dllist concurrent
[ ] 192 0 0 192 / 256 2.9s Dllist concurrent
[ ] 204 0 0 204 / 256 3.1s Dllist concurrent
[ ] 221 0 0 221 / 256 3.2s Dllist concurrent
[ ] 236 0 0 236 / 256 3.3s Dllist concurrent
[ ] 244 0 0 244 / 256 3.4s Dllist concurrent
[ ] 247 0 0 247 / 256 3.5s Dllist concurrent
[ ] 254 0 0 254 / 256 3.7s Dllist concurrent
[✓] 256 0 0 256 / 256 3.7s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 1186920937579958144
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
[ ] 16 0 0 16 / 512 0.1s Dllist concurrent
[ ] 17 0 0 17 / 512 0.2s Dllist concurrent
[ ] 29 0 0 29 / 512 0.3s Dllist concurrent
[ ] 30 0 0 30 / 512 0.4s Dllist concurrent
[ ] 43 0 0 43 / 512 0.5s Dllist concurrent
[ ] 54 0 0 54 / 512 0.7s Dllist concurrent
[ ] 70 0 0 70 / 512 0.8s Dllist concurrent
[ ] 77 0 0 77 / 512 0.9s Dllist concurrent
[ ] 81 0 0 81 / 512 1.0s Dllist concurrent
[ ] 98 0 0 98 / 512 1.1s Dllist concurrent
[ ] 115 0 0 115 / 512 1.2s Dllist concurrent
[ ] 128 0 0 128 / 512 1.3s Dllist concurrent
[ ] 163 0 0 163 / 512 1.5s Dllist concurrent
[ ] 176 0 0 176 / 512 1.6s Dllist concurrent
[ ] 201 0 0 201 / 512 1.8s Dllist concurrent
[ ] 213 0 0 213 / 512 1.9s Dllist concurrent
[ ] 214 0 0 214 / 512 2.0s Dllist concurrent
[ ] 229 0 0 229 / 512 2.2s Dllist concurrent
[ ] 261 0 0 261 / 512 2.3s Dllist concurrent
[ ] 274 0 0 274 / 512 2.4s Dllist concurrent
[ ] 281 0 0 281 / 512 2.5s Dllist concurrent
[ ] 296 0 0 296 / 512 2.6s Dllist concurrent
[ ] 303 0 0 303 / 512 2.7s Dllist concurrent
[ ] 307 0 0 307 / 512 2.8s Dllist concurrent
[ ] 318 0 0 318 / 512 2.9s Dllist concurrent
[ ] 320 0 0 320 / 512 3.1s Dllist concurrent
[ ] 329 0 0 329 / 512 3.2s Dllist concurrent
[ ] 335 0 0 335 / 512 3.4s Dllist concurrent
[ ] 364 0 0 364 / 512 3.5s Dllist concurrent
[ ] 375 0 0 375 / 512 3.7s Dllist concurrent
[ ] 385 0 0 385 / 512 3.8s Dllist concurrent
[ ] 395 0 0 395 / 512 3.9s Dllist concurrent
[ ] 415 0 0 415 / 512 4.1s Dllist concurrent
[ ] 426 0 0 426 / 512 4.2s Dllist concurrent
[ ] 439 0 0 439 / 512 4.3s Dllist concurrent
[ ] 451 0 0 451 / 512 4.5s Dllist concurrent
[ ] 469 0 0 469 / 512 4.7s Dllist concurrent
[ ] 476 0 0 476 / 512 4.8s Dllist concurrent
[ ] 480 0 0 480 / 512 5.0s Dllist concurrent
[ ] 487 0 0 487 / 512 5.2s Dllist concurrent
[ ] 505 0 0 505 / 512 5.3s Dllist concurrent
[✓] 512 0 0 512 / 512 5.4s Dllist concurrent
================================================================================
success (ran 2 tests)
random seed: 2657583097307137025
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
[ ] 13 0 0 13 / 32 0.1s Dllist concurrent
[ ] 23 0 0 23 / 32 0.2s Dllist concurrent
[ ] 25 0 0 25 / 32 0.3s Dllist concurrent
[✓] 32 0 0 32 / 32 0.4s Dllist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 1239835255256092736
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
[ ] 7 0 0 7 / 32 0.3s Hashtbl_with_order concurrent
[ ] 14 0 0 14 / 32 0.4s Hashtbl_with_order concurrent
[ ] 26 0 0 26 / 32 0.5s Hashtbl_with_order concurrent
[✓] 32 0 0 32 / 32 0.6s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 244701125273821704
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
[ ] 6 0 0 6 / 64 0.1s Hashtbl_with_order concurrent
[ ] 15 0 0 15 / 64 0.3s Hashtbl_with_order concurrent
[ ] 34 0 0 34 / 64 0.4s Hashtbl_with_order concurrent
[ ] 48 0 0 48 / 64 0.6s Hashtbl_with_order concurrent
[ ] 52 0 0 52 / 64 0.8s Hashtbl_with_order concurrent
[ ] 59 0 0 59 / 64 1.0s Hashtbl_with_order concurrent
[✓] 64 0 0 64 / 64 1.0s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2571435070962927137
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
[ ] 11 0 0 11 / 128 0.1s Hashtbl_with_order concurrent
[ ] 17 0 0 17 / 128 0.2s Hashtbl_with_order concurrent
[ ] 36 0 0 36 / 128 0.3s Hashtbl_with_order concurrent
[ ] 40 0 0 40 / 128 0.5s Hashtbl_with_order concurrent
[ ] 51 0 0 51 / 128 0.7s Hashtbl_with_order concurrent
[ ] 54 0 0 54 / 128 0.8s Hashtbl_with_order concurrent
[ ] 59 0 0 59 / 128 0.9s Hashtbl_with_order concurrent
[ ] 80 0 0 80 / 128 1.1s Hashtbl_with_order concurrent
[ ] 84 0 0 84 / 128 1.2s Hashtbl_with_order concurrent
[ ] 103 0 0 103 / 128 1.3s Hashtbl_with_order concurrent
[ ] 119 0 0 119 / 128 1.4s Hashtbl_with_order concurrent
[ ] 121 0 0 121 / 128 1.6s Hashtbl_with_order concurrent
[ ] 126 0 0 126 / 128 1.7s Hashtbl_with_order concurrent
[✓] 128 0 0 128 / 128 1.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2844226179378775290
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
[ ] 2 0 0 2 / 256 0.1s Hashtbl_with_order concurrent
[ ] 5 0 0 5 / 256 0.3s Hashtbl_with_order concurrent
[ ] 19 0 0 19 / 256 0.4s Hashtbl_with_order concurrent
[ ] 23 0 0 23 / 256 0.5s Hashtbl_with_order concurrent
[ ] 34 0 0 34 / 256 0.6s Hashtbl_with_order concurrent
[ ] 47 0 0 47 / 256 0.7s Hashtbl_with_order concurrent
[ ] 63 0 0 63 / 256 0.8s Hashtbl_with_order concurrent
[ ] 78 0 0 78 / 256 0.9s Hashtbl_with_order concurrent
[ ] 98 0 0 98 / 256 1.1s Hashtbl_with_order concurrent
[ ] 102 0 0 102 / 256 1.3s Hashtbl_with_order concurrent
[ ] 105 0 0 105 / 256 1.5s Hashtbl_with_order concurrent
[ ] 112 0 0 112 / 256 1.7s Hashtbl_with_order concurrent
[ ] 122 0 0 122 / 256 1.8s Hashtbl_with_order concurrent
[ ] 131 0 0 131 / 256 1.9s Hashtbl_with_order concurrent
[ ] 135 0 0 135 / 256 2.0s Hashtbl_with_order concurrent
[ ] 147 0 0 147 / 256 2.2s Hashtbl_with_order concurrent
[ ] 152 0 0 152 / 256 2.3s Hashtbl_with_order concurrent
[ ] 157 0 0 157 / 256 2.4s Hashtbl_with_order concurrent
[ ] 166 0 0 166 / 256 2.5s Hashtbl_with_order concurrent
[ ] 171 0 0 171 / 256 2.6s Hashtbl_with_order concurrent
[ ] 175 0 0 175 / 256 2.7s Hashtbl_with_order concurrent
[ ] 176 0 0 176 / 256 2.9s Hashtbl_with_order concurrent
[ ] 177 0 0 177 / 256 3.1s Hashtbl_with_order concurrent
[ ] 188 0 0 188 / 256 3.3s Hashtbl_with_order concurrent
[ ] 193 0 0 193 / 256 3.5s Hashtbl_with_order concurrent
[ ] 194 0 0 194 / 256 3.6s Hashtbl_with_order concurrent
[ ] 199 0 0 199 / 256 3.7s Hashtbl_with_order concurrent
[ ] 221 0 0 221 / 256 3.9s Hashtbl_with_order concurrent
[ ] 226 0 0 226 / 256 4.0s Hashtbl_with_order concurrent
[ ] 234 0 0 234 / 256 4.3s Hashtbl_with_order concurrent
[ ] 247 0 0 247 / 256 4.4s Hashtbl_with_order concurrent
[✓] 256 0 0 256 / 256 4.4s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 2996941852496239812
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
[ ] 4 0 0 4 / 512 0.1s Hashtbl_with_order concurrent
[ ] 6 0 0 6 / 512 0.3s Hashtbl_with_order concurrent
[ ] 22 0 0 22 / 512 0.4s Hashtbl_with_order concurrent
[ ] 32 0 0 32 / 512 0.7s Hashtbl_with_order concurrent
[ ] 43 0 0 43 / 512 0.8s Hashtbl_with_order concurrent
[ ] 48 0 0 48 / 512 1.0s Hashtbl_with_order concurrent
[ ] 60 0 0 60 / 512 1.1s Hashtbl_with_order concurrent
[ ] 76 0 0 76 / 512 1.3s Hashtbl_with_order concurrent
[ ] 83 0 0 83 / 512 1.4s Hashtbl_with_order concurrent
[ ] 87 0 0 87 / 512 1.6s Hashtbl_with_order concurrent
[ ] 97 0 0 97 / 512 1.7s Hashtbl_with_order concurrent
[ ] 126 0 0 126 / 512 1.8s Hashtbl_with_order concurrent
[ ] 127 0 0 127 / 512 1.9s Hashtbl_with_order concurrent
[ ] 137 0 0 137 / 512 2.1s Hashtbl_with_order concurrent
[ ] 145 0 0 145 / 512 2.4s Hashtbl_with_order concurrent
[ ] 146 0 0 146 / 512 2.5s Hashtbl_with_order concurrent
[ ] 154 0 0 154 / 512 2.7s Hashtbl_with_order concurrent
[ ] 165 0 0 165 / 512 2.8s Hashtbl_with_order concurrent
[ ] 177 0 0 177 / 512 2.9s Hashtbl_with_order concurrent
[ ] 183 0 0 183 / 512 3.1s Hashtbl_with_order concurrent
[ ] 190 0 0 190 / 512 3.2s Hashtbl_with_order concurrent
[ ] 194 0 0 194 / 512 3.3s Hashtbl_with_order concurrent
[ ] 204 0 0 204 / 512 3.5s Hashtbl_with_order concurrent
[ ] 208 0 0 208 / 512 3.6s Hashtbl_with_order concurrent
[ ] 216 0 0 216 / 512 3.7s Hashtbl_with_order concurrent
[ ] 224 0 0 224 / 512 3.9s Hashtbl_with_order concurrent
[ ] 228 0 0 228 / 512 4.1s Hashtbl_with_order concurrent
[ ] 241 0 0 241 / 512 4.2s Hashtbl_with_order concurrent
[ ] 242 0 0 242 / 512 4.4s Hashtbl_with_order concurrent
[ ] 255 0 0 255 / 512 4.6s Hashtbl_with_order concurrent
[ ] 256 0 0 256 / 512 4.8s Hashtbl_with_order concurrent
[ ] 269 0 0 269 / 512 4.9s Hashtbl_with_order concurrent
[ ] 290 0 0 290 / 512 5.1s Hashtbl_with_order concurrent
[ ] 297 0 0 297 / 512 5.2s Hashtbl_with_order concurrent
[ ] 303 0 0 303 / 512 5.3s Hashtbl_with_order concurrent
[ ] 307 0 0 307 / 512 5.4s Hashtbl_with_order concurrent
[ ] 325 0 0 325 / 512 5.6s Hashtbl_with_order concurrent
[ ] 329 0 0 329 / 512 5.8s Hashtbl_with_order concurrent
[ ] 343 0 0 343 / 512 6.1s Hashtbl_with_order concurrent
[ ] 346 0 0 346 / 512 6.3s Hashtbl_with_order concurrent
[ ] 351 0 0 351 / 512 6.4s Hashtbl_with_order concurrent
[ ] 352 0 0 352 / 512 6.6s Hashtbl_with_order concurrent
[ ] 357 0 0 357 / 512 6.8s Hashtbl_with_order concurrent
[ ] 362 0 0 362 / 512 6.9s Hashtbl_with_order concurrent
[ ] 367 0 0 367 / 512 7.0s Hashtbl_with_order concurrent
[ ] 388 0 0 388 / 512 7.1s Hashtbl_with_order concurrent
[ ] 391 0 0 391 / 512 7.3s Hashtbl_with_order concurrent
[ ] 394 0 0 394 / 512 7.5s Hashtbl_with_order concurrent
[ ] 405 0 0 405 / 512 7.7s Hashtbl_with_order concurrent
[ ] 416 0 0 416 / 512 7.9s Hashtbl_with_order concurrent
[ ] 421 0 0 421 / 512 8.1s Hashtbl_with_order concurrent
[ ] 438 0 0 438 / 512 8.3s Hashtbl_with_order concurrent
[ ] 442 0 0 442 / 512 8.5s Hashtbl_with_order concurrent
[ ] 452 0 0 452 / 512 8.6s Hashtbl_with_order concurrent
[ ] 458 0 0 458 / 512 8.7s Hashtbl_with_order concurrent
[ ] 472 0 0 472 / 512 8.9s Hashtbl_with_order concurrent
[ ] 490 0 0 490 / 512 9.1s Hashtbl_with_order concurrent
[ ] 495 0 0 495 / 512 9.2s Hashtbl_with_order concurrent
[ ] 499 0 0 499 / 512 9.4s Hashtbl_with_order concurrent
[ ] 501 0 0 501 / 512 9.6s Hashtbl_with_order concurrent
[ ] 511 0 0 511 / 512 9.7s Hashtbl_with_order concurrent
[✓] 512 0 0 512 / 512 9.7s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
random seed: 1389339536485525990
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
[ ] 9 0 0 9 / 32 0.2s Hashtbl_with_order concurrent
[ ] 16 0 0 16 / 32 0.3s Hashtbl_with_order concurrent
[ ] 22 0 0 22 / 32 0.5s Hashtbl_with_order concurrent
[ ] 29 0 0 29 / 32 0.6s Hashtbl_with_order concurrent
[✓] 32 0 0 32 / 32 0.6s Hashtbl_with_order concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `ZDDDH3OD'.
[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.672s. 17 tests run.
2025-07-31 08:53.49 ---> saved as "9487695d3c3ac873d06fccddc78a67bf4cd87b5e3eb033636d2693f4d392efc7"
Job succeeded
2025-07-31 08:53.49: Job succeeded