2026-06-17 21:18.51: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)
Base: freebsd-15.0-ocaml-5.4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 7a83eb3d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
# freebsd-15.0-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 10e0af440a78dac9c645359d20756997c0cad781 || git fetch origin master) && git reset -q --hard 10e0af440a78dac9c645359d20756997c0cad781 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.23.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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
2026-06-17 21:18.51: Using cache hint "ocaml-multicore/kcas-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-8eebdb0f2666214793f4731cfdc7e13f"
2026-06-17 21:18.51: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
(comment freebsd-15.0-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 10e0af440a78dac9c645359d20756997c0cad781 || git fetch origin master) && git reset -q --hard 10e0af440a78dac9c645359d20756997c0cad781 && git log --no-decorate -n1 --oneline"))
(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 "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 (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.23.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 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.5 --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"))
)
2026-06-17 21:18.51: Waiting for resource in pool OCluster
2026-06-17 21:18.51: Waiting for worker…
2026-06-17 21:18.51: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 7a83eb3 Inline `Loc` ops and unroll
(from freebsd-15.0-ocaml-5.4)
2026-06-17 21:12.35 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache
/: (comment freebsd-15.0-5.4_opam-2.5)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-06-17 21:12.35 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 10e0af440a78dac9c645359d20756997c0cad781 || git fetch origin master) && git reset -q --hard 10e0af440a78dac9c645359d20756997c0cad781 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
dd592986d4..10e0af440a master -> origin/master
10e0af440a Merge pull request #30056 from mtelvers/opam-publish-ocaml-version.4.1.2
2026-06-17 21:12.36 ---> using "f4096044e1e2abfcca6f56f8995d35affd5a13318c6b454bc90d2c74c6e4bf44" from cache
/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-06-17 21:12.36 ---> using "b22c08c209e1dbcbb8c530764a9495cdcc51890bf30e83aa6709495bd1878b4a" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 5.4.1
2.5.0
2026-06-17 21:12.36 ---> using "9a675dfb2cd592966c72e4176dd46024cc92e4d83afe00e175fac82bf328e967" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2026-06-17 21:12.36 ---> using "06c3b1ba41aeb4f762163973b43fb39a4ab64c06de4255bd38816946bf5a9458" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
Everything as up-to-date as possible
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-compiler.5.4.1+lrgrep
∗ ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-06-17 21:12.36 ---> using "dfa9275f6f68479c7e40fef498e4dacb676bf2b34453879d47969b560ef80f97" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2026-06-17 21:12.36 ---> saved as "1d0f14c757eaa6a8d25a73cf8d99965a700f8caa9ebb7e082c604387b422ecdf"
/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)
2026-06-17 21:12.38 ---> saved as "f458ca4a3e5dc99bae2f475dd0d2c3729e8d9c90e448cfb7d2b30010e03a3b04"
/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-17 21:12.38 ---> saved as "0dea075a7d2e43cb09b59dcf701eb4c683476c2d004a649177945fbbfe072bcb"
/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.23.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 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.5 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas_data.dev] synchronised (file:///src)
[kcas.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2026-06-17 21:12.43 ---> saved as "21ca084334887219e4ebe617a2a4aeadf405a2fe463b5ff50081ecddc203886e"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 33 packages
∗ alcotest 1.9.1
∗ astring 0.8.5
∗ backoff 0.1.1
∗ camlp-streams 5.0.1
∗ cmdliner 2.1.1
∗ cppo 1.8.0
∗ csexp 1.5.2
∗ domain-local-await 1.0.1
∗ domain-local-timeout 1.0.1
∗ domain_shims 0.1.0
∗ dune 3.23.1
∗ fmt 0.11.0
∗ logs 0.10.0
∗ mdx 2.5.2
∗ mtime 2.1.0
∗ multicore-bench 0.1.7
∗ multicore-magic 2.3.2
∗ ocaml-syntax-shims 1.0.0
∗ ocaml-version 4.1.2
∗ ocamlbuild 0.16.1
∗ ocamlfind 1.9.8
∗ psq 0.2.1
∗ qcheck-core 0.91
∗ qcheck-multicoretests-util 0.10
∗ qcheck-stm 0.10
∗ re 1.14.0
∗ result 1.5
∗ seq base
∗ stdlib-shims 0.3.0
∗ thread-table 1.0.0
∗ topkg 1.1.1
∗ uutf 1.0.4
∗ yojson 3.0.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved backoff.0.1.1 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved camlp-streams.5.0.1 (cached)
⬇ retrieved alcotest.1.9.1 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cmdliner.2.1.1 (cached)
⬇ retrieved domain_shims.0.1.0 (cached)
⬇ retrieved domain-local-timeout.1.0.1 (cached)
⬇ retrieved domain-local-await.1.0.1 (cached)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved logs.0.10.0 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved multicore-bench.0.1.7 (cached)
⬇ retrieved multicore-magic.2.3.2 (cached)
⬇ retrieved mdx.2.5.2 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocaml-version.4.1.2 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)
⬇ retrieved qcheck-core.0.91 (cached)
⬇ retrieved re.1.14.0 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved result.1.5 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved thread-table.1.0.0 (cached)
⬇ retrieved uutf.1.0.4 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved yojson.3.0.0 (cached)
⬇ retrieved dune.3.23.1 (cached)
∗ installed cmdliner.2.1.1
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed uutf.1.0.4
∗ installed fmt.0.11.0
∗ installed mtime.2.1.0
∗ installed astring.0.8.5
∗ installed logs.0.10.0
∗ installed dune.3.23.1
∗ installed domain_shims.0.1.0
∗ installed stdlib-shims.0.3.0
∗ installed csexp.1.5.2
∗ installed result.1.5
∗ installed ocaml-version.4.1.2
∗ installed backoff.0.1.1
∗ installed psq.0.2.1
∗ installed thread-table.1.0.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed camlp-streams.5.0.1
∗ installed multicore-magic.2.3.2
∗ installed domain-local-timeout.1.0.1
∗ installed domain-local-await.1.0.1
∗ installed cppo.1.8.0
∗ installed yojson.3.0.0
∗ installed qcheck-core.0.91
∗ installed re.1.14.0
∗ installed qcheck-multicoretests-util.0.10
∗ installed multicore-bench.0.1.7
∗ installed qcheck-stm.0.10
∗ installed alcotest.1.9.1
∗ installed mdx.2.5.2
Done.
2026-06-17 21:13.38 ---> saved as "726a362dff628e894b341a2107237504baf9e41c92ad92ae3215ca5e42750b32"
/src: (copy (src .) (dst /src))
2026-06-17 21:13.39 ---> saved as "035eeabe4001a6bfea571da991b4e8fe604d3e4718187ba75e48add88e1f405d"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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 `AY9CQB27'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `W9Y9FS7V'.
[OK] write skew 0
[OK] tail leak 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.
Test Successful in 0.025s. 2 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `OZ4ZM822'.
[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 `LB50K98H'.
[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.029s. 4 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `PKK3OYU3'.
[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 `YFM0ICKQ'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.001s. 1 test run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `IROEODSU'.
[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 && ./stack_test.exe)
Testing `Stack'.
This run has ID `25BW0HDT'.
[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/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
29.72 M/s
ops over time/get:
290.75 M/s
ops over time/incr:
34.37 M/s
ops over time/push & pop:
20.08 M/s
ops over time/swap:
27.70 M/s
ops over time/xchg int:
40.95 M/s
time per op/cas int:
33.65 ns
time per op/get:
3.44 ns
time per op/incr:
29.09 ns
time per op/push & pop:
49.79 ns
time per op/swap:
36.10 ns
time per op/xchg int:
24.42 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
17.56 ns
time per transaction/1 loc tx:
56.63 ns
time per transaction/2 loc tx:
127.35 ns
time per transaction/4 loc tx:
227.30 ns
time per transaction/8 loc tx:
467.39 ns
transactions over time/0 loc tx:
56.94 M/s
transactions over time/1 loc tx:
17.66 M/s
transactions over time/2 loc tx:
7.85 M/s
transactions over time/4 loc tx:
4.40 M/s
transactions over time/8 loc tx:
2.14 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
19.67 ns
time per transaction/1 loc tx:
36.35 ns
time per transaction/2 loc tx:
64.68 ns
time per transaction/4 loc tx:
113.71 ns
time per transaction/8 loc tx:
203.48 ns
transactions over time/0 loc tx:
50.84 M/s
transactions over time/1 loc tx:
27.51 M/s
transactions over time/2 loc tx:
15.46 M/s
transactions over time/4 loc tx:
8.79 M/s
transactions over time/8 loc tx:
4.91 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
17.23 ns
time per transaction/1 loc tx:
35.96 ns
time per transaction/2 loc tx:
70.22 ns
time per transaction/4 loc tx:
116.30 ns
time per transaction/8 loc tx:
219.82 ns
transactions over time/0 loc tx:
58.03 M/s
transactions over time/1 loc tx:
27.81 M/s
transactions over time/2 loc tx:
14.24 M/s
transactions over time/4 loc tx:
8.60 M/s
transactions over time/8 loc tx:
4.55 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
130.38 ns
time per transaction/2 workers:
183.22 ns
time per transaction/4 workers:
181.47 ns
transactions over time/1 worker:
7.67 M/s
transactions over time/2 workers:
10.92 M/s
transactions over time/4 workers:
22.04 M/s
(cd _build/default/test/kcas && ./test.exe)
Testing `Kcas'.
This run has ID `KRA1TXH5'.
[OK] non linearizable xt 0
[OK] set 0
[OK] no skew xt 0
[OK] get seq xt 0
[OK] stress xt 0
[OK] is_in_log 0
[OK] updates 0
[OK] post commit 0
[OK] blocking 0
[OK] no unnecessary wakeups 0
[OK] pediodic validation 0
[OK] explicit validation 0
[OK] rollback 0
[OK] call 0
[OK] mode 0
[OK] xt 0
[OK] timeout (non-deterministic) 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.
Test Successful in 2.341s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
26.10 M/s
operations over time/2 workers, 0% reads:
48.11 M/s
operations over time/4 workers, 0% reads:
77.22 M/s
operations over time/8 workers, 0% reads:
176.94 M/s
time per operation/1 worker, 0% reads:
38.31 ns
time per operation/2 workers, 0% reads:
41.57 ns
time per operation/4 workers, 0% reads:
51.80 ns
time per operation/8 workers, 0% reads:
45.21 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
2.29 M/s
messages over time/1 nb adder, 2 nb takers:
2.20 M/s
messages over time/2 nb adders, 1 nb taker:
2.46 M/s
messages over time/2 nb adders, 2 nb takers:
2.52 M/s
messages over time/one domain:
1.69 M/s
time per message/1 nb adder, 1 nb taker:
871.54 ns
time per message/1 nb adder, 2 nb takers:
1364.21 ns
time per message/2 nb adders, 1 nb taker:
1217.83 ns
time per message/2 nb adders, 2 nb takers:
1587.78 ns
time per message/one domain:
590.26 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
4.00 M/s
operations over time/1 worker, 50% reads:
5.22 M/s
operations over time/1 worker, 90% reads:
10.58 M/s
operations over time/2 workers, 10% reads:
7.61 M/s
operations over time/2 workers, 50% reads:
9.49 M/s
operations over time/2 workers, 90% reads:
19.00 M/s
operations over time/4 workers, 10% reads:
11.99 M/s
operations over time/4 workers, 50% reads:
12.20 M/s
operations over time/4 workers, 90% reads:
25.18 M/s
operations over time/8 workers, 10% reads:
18.09 M/s
operations over time/8 workers, 50% reads:
22.37 M/s
operations over time/8 workers, 90% reads:
44.75 M/s
time per operation/1 worker, 10% reads:
250.11 ns
time per operation/1 worker, 50% reads:
191.45 ns
time per operation/1 worker, 90% reads:
94.49 ns
time per operation/2 workers, 10% reads:
262.77 ns
time per operation/2 workers, 50% reads:
210.71 ns
time per operation/2 workers, 90% reads:
105.27 ns
time per operation/4 workers, 10% reads:
333.61 ns
time per operation/4 workers, 50% reads:
327.88 ns
time per operation/4 workers, 90% reads:
158.86 ns
time per operation/8 workers, 10% reads:
442.14 ns
time per operation/8 workers, 50% reads:
357.56 ns
time per operation/8 workers, 90% reads:
178.79 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
1.81 M/s
messages over time/1 adder, 1 taker:
1.07 M/s
messages over time/1 adder, 2 nb takers:
2.10 M/s
messages over time/1 adder, 2 takers:
0.91 M/s
messages over time/1 nb adder, 1 nb taker:
2.45 M/s
messages over time/1 nb adder, 1 taker:
1.73 M/s
messages over time/1 nb adder, 2 nb takers:
2.78 M/s
messages over time/1 nb adder, 2 takers:
1.77 M/s
messages over time/2 adders, 1 nb taker:
1.96 M/s
messages over time/2 adders, 1 taker:
1.44 M/s
messages over time/2 adders, 2 nb takers:
2.28 M/s
messages over time/2 adders, 2 takers:
1.69 M/s
messages over time/2 nb adders, 1 nb taker:
2.67 M/s
messages over time/2 nb adders, 1 taker:
1.97 M/s
messages over time/2 nb adders, 2 nb takers:
1.46 M/s
messages over time/2 nb adders, 2 takers:
1.53 M/s
time per message/1 adder, 1 nb taker:
1105.34 ns
time per message/1 adder, 1 taker:
1869.34 ns
time per message/1 adder, 2 nb takers:
1429.09 ns
time per message/1 adder, 2 takers:
3303.31 ns
time per message/1 nb adder, 1 nb taker:
817.89 ns
time per message/1 nb adder, 1 taker:
1155.73 ns
time per message/1 nb adder, 2 nb takers:
1079.94 ns
time per message/1 nb adder, 2 takers:
1697.05 ns
time per message/2 adders, 1 nb taker:
1534.21 ns
time per message/2 adders, 1 taker:
2089.17 ns
time per message/2 adders, 2 nb takers:
1754.69 ns
time per message/2 adders, 2 takers:
2371.14 ns
time per message/2 nb adders, 1 nb taker:
1125.17 ns
time per message/2 nb adders, 1 taker:
1521.34 ns
time per message/2 nb adders, 2 nb takers:
2733.54 ns
time per message/2 nb adders, 2 takers:
2608.49 ns
File "doc/scheduler-interop.md", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/doc/scheduler-interop.md _build/default/doc/.mdx/scheduler-interop.md.corrected
diff --git a/_build/default/doc/scheduler-interop.md b/_build/default/doc/.mdx/scheduler-interop.md.corrected
index 39bb662..a4af124 100644
--- a/_build/default/doc/scheduler-interop.md
+++ b/_build/default/doc/.mdx/scheduler-interop.md.corrected
@@ -131,7 +131,7 @@ state in between, and then returns their sum:
```ocaml
# let state = Loc.make 0
-val state : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val state : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# let sync_to target =
state
|> Loc.get_as @@ fun current ->
File "src/kcas/kcas.mli", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/src/kcas/kcas.mli _build/default/src/kcas/.mdx/kcas.mli.corrected
diff --git a/_build/default/src/kcas/kcas.mli b/_build/default/src/kcas/.mdx/kcas.mli.corrected
index 855a832..018310c 100644
--- a/_build/default/src/kcas/kcas.mli
+++ b/_build/default/src/kcas/.mdx/kcas.mli.corrected
@@ -48,9 +48,9 @@
# let a = Loc.make 0
and b = Loc.make 0
and x = Loc.make 0
- val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
- val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
- val x : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ val x : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
]}
One can then manipulate the locations individually:
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
9.63 M/s
messages over time/1 nb adder, 1 taker:
9.81 M/s
messages over time/1 nb adder, 2 nb takers:
13.17 M/s
messages over time/1 nb adder, 2 takers:
10.95 M/s
messages over time/1 nb adder, 4 nb takers:
11.91 M/s
messages over time/1 nb adder, 4 takers:
11.40 M/s
messages over time/2 nb adders, 1 nb taker:
13.85 M/s
messages over time/2 nb adders, 1 taker:
10.37 M/s
messages over time/2 nb adders, 2 nb takers:
9.42 M/s
messages over time/2 nb adders, 2 takers:
9.61 M/s
messages over time/2 nb adders, 4 nb takers:
11.42 M/s
messages over time/2 nb adders, 4 takers:
10.01 M/s
messages over time/4 nb adders, 1 nb taker:
7.87 M/s
messages over time/4 nb adders, 1 taker:
10.41 M/s
messages over time/4 nb adders, 2 nb takers:
8.53 M/s
messages over time/4 nb adders, 2 takers:
11.89 M/s
messages over time/4 nb adders, 4 nb takers:
7.17 M/s
messages over time/4 nb adders, 4 takers:
9.18 M/s
messages over time/one domain:
10.65 M/s
time per message/1 nb adder, 1 nb taker:
207.63 ns
time per message/1 nb adder, 1 taker:
203.84 ns
time per message/1 nb adder, 2 nb takers:
227.73 ns
time per message/1 nb adder, 2 takers:
274.01 ns
time per message/1 nb adder, 4 nb takers:
419.86 ns
time per message/1 nb adder, 4 takers:
438.77 ns
time per message/2 nb adders, 1 nb taker:
216.59 ns
time per message/2 nb adders, 1 taker:
289.28 ns
time per message/2 nb adders, 2 nb takers:
424.66 ns
time per message/2 nb adders, 2 takers:
416.42 ns
time per message/2 nb adders, 4 nb takers:
525.31 ns
time per message/2 nb adders, 4 takers:
599.48 ns
time per message/4 nb adders, 1 nb taker:
635.35 ns
time per message/4 nb adders, 1 taker:
480.44 ns
time per message/4 nb adders, 2 nb takers:
703.39 ns
time per message/4 nb adders, 2 takers:
504.80 ns
time per message/4 nb adders, 4 nb takers:
1116.49 ns
time per message/4 nb adders, 4 takers:
871.91 ns
time per message/one domain:
93.91 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
11.68 M/s
messages over time/1 nb adder, 1 taker:
11.95 M/s
messages over time/1 nb adder, 2 nb takers:
10.33 M/s
messages over time/1 nb adder, 2 takers:
11.38 M/s
messages over time/1 nb adder, 4 nb takers:
1.30 M/s
messages over time/1 nb adder, 4 takers:
10.23 M/s
messages over time/2 nb adders, 1 nb taker:
12.10 M/s
messages over time/2 nb adders, 1 taker:
12.71 M/s
messages over time/2 nb adders, 2 nb takers:
11.08 M/s
messages over time/2 nb adders, 2 takers:
8.11 M/s
messages over time/2 nb adders, 4 nb takers:
3.90 M/s
messages over time/2 nb adders, 4 takers:
5.56 M/s
messages over time/4 nb adders, 1 nb taker:
9.93 M/s
messages over time/4 nb adders, 1 taker:
9.25 M/s
messages over time/4 nb adders, 2 nb takers:
6.66 M/s
messages over time/4 nb adders, 2 takers:
9.97 M/s
messages over time/4 nb adders, 4 nb takers:
6.18 M/s
messages over time/4 nb adders, 4 takers:
5.77 M/s
messages over time/one domain:
12.68 M/s
time per message/1 nb adder, 1 nb taker:
171.23 ns
time per message/1 nb adder, 1 taker:
167.38 ns
time per message/1 nb adder, 2 nb takers:
290.47 ns
time per message/1 nb adder, 2 takers:
263.69 ns
time per message/1 nb adder, 4 nb takers:
3853.52 ns
time per message/1 nb adder, 4 takers:
488.67 ns
time per message/2 nb adders, 1 nb taker:
248.02 ns
time per message/2 nb adders, 1 taker:
235.95 ns
time per message/2 nb adders, 2 nb takers:
360.94 ns
time per message/2 nb adders, 2 takers:
493.03 ns
time per message/2 nb adders, 4 nb takers:
1539.33 ns
time per message/2 nb adders, 4 takers:
1078.45 ns
time per message/4 nb adders, 1 nb taker:
503.33 ns
time per message/4 nb adders, 1 taker:
540.62 ns
time per message/4 nb adders, 2 nb takers:
901.17 ns
time per message/4 nb adders, 2 takers:
601.59 ns
time per message/4 nb adders, 4 nb takers:
1294.48 ns
time per message/4 nb adders, 4 takers:
1386.58 ns
time per message/one domain:
78.84 ns
File "README.md", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/.mdx/README.md.corrected
diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected
index 1efa71b..b6dac9a 100644
--- a/_build/default/README.md
+++ b/_build/default/.mdx/README.md.corrected
@@ -118,9 +118,9 @@ one first creates shared memory locations:
# let a = Loc.make 0
and b = Loc.make 0
and x = Loc.make 0
-val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
-val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
-val x : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val x : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
```
One can then manipulate the locations individually:
@@ -304,7 +304,7 @@ transactions to `push` and `try_pop` elements:
```ocaml
# let a_stack : int stack = stack ()
-val a_stack : int stack = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a_stack : int stack = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# Xt.commit { tx = push a_stack 101 }
- : unit = ()
@@ -423,8 +423,8 @@ transactions to `enqueue` and `try_dequeue` elements:
```ocaml
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {front = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- back = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
+ {front = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ back = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
# Xt.commit { tx = enqueue a_queue 76 }
- : unit = ()
@@ -539,12 +539,12 @@ To test them out, let's create a fresh stack and a queue
```ocaml
# let a_stack : int stack = stack ()
-val a_stack : int stack = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a_stack : int stack = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {front = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- back = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
+ {front = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ back = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
```
and then spawn a domain that tries to atomically both pop and dequeue:
@@ -768,7 +768,7 @@ and create a leftist heap:
```ocaml
# let a_heap : int leftist Loc.t = leftist ()
val a_heap : int leftist Loc.t =
- Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+ Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
```
To populate the heap we need to define a transaction passing function and pass
@@ -1027,8 +1027,8 @@ We can then test that the cache works as expected:
```ocaml
# let a_cache : (int, string) cache = cache 2
val a_cache : (int, string) cache =
- {space = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- table = <abstr>; order = <abstr>}
+ {space = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; table = <abstr>;
+ order = <abstr>}
# Xt.commit { tx = set_blocking a_cache 101 "basics" }
- : unit = ()
@@ -1276,8 +1276,7 @@ Consider the following example of computing the size of a stack:
```ocaml
# let a_stack = Loc.make [2; 3]
-val a_stack : int list Loc.t =
- Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a_stack : int list Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
# let n_elems =
let tx ~xt =
@@ -1444,8 +1443,7 @@ Using the Michael-Scott style queue is as easy as any other transactional queue:
```ocaml
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {head = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- tail = <abstr>}
+ {head = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; tail = <abstr>}
# Xt.commit { tx = enqueue a_queue 19 }
- : unit = ()
@@ -1897,10 +1895,10 @@ for hash tables, we are ready to take it out for a spin:
```ocaml
# let a_hashtbl : (string, int) hashtbl = hashtbl ()
val a_hashtbl : (string, int) hashtbl =
- {pending = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ {pending = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
basic =
- {size = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- data = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}}
+ {size = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ data = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}}
# let assoc = [
("Intro", 101);
@@ -2016,8 +2014,8 @@ in the earlier example:
```ocaml
# let a_queue : int queue = queue ()
val a_queue : int queue =
- {head = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
- tail = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
+ {head = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>};
+ tail = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}
# let counter = ref 1_000
val counter : int ref = {contents = 1000}
@@ -2072,8 +2070,8 @@ locations. Let's just create two locations `a` and `b`:
```ocaml
# let a = Loc.make 0 and b = Loc.make 0
-val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
-val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
+val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}
```
And create a helper that spawns a domain that repeatedly increments `a` and
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 455882487588104747
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 parallel
[ ] 12 0 0 12 / 32 0.1s Accumulator parallel
[ ] 18 0 0 18 / 32 0.3s Accumulator parallel
[ ] 22 0 0 22 / 32 0.5s Accumulator parallel
[✓] 32 0 0 32 / 32 0.6s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 2778195917600041380
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 parallel
[ ] 3 0 0 3 / 64 0.1s Accumulator parallel
[ ] 12 0 0 12 / 64 0.3s Accumulator parallel
[ ] 21 0 0 21 / 64 0.4s Accumulator parallel
[ ] 33 0 0 33 / 64 0.5s Accumulator parallel
[ ] 37 0 0 37 / 64 0.7s Accumulator parallel
[ ] 42 0 0 42 / 64 0.8s Accumulator parallel
[ ] 44 0 0 44 / 64 1.0s Accumulator parallel
[ ] 57 0 0 57 / 64 1.1s Accumulator parallel
[ ] 63 0 0 63 / 64 1.2s Accumulator parallel
[✓] 64 0 0 64 / 64 1.3s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 869243228054790256
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 parallel
[ ] 6 0 0 6 / 128 0.1s Accumulator parallel
[ ] 19 0 0 19 / 128 0.2s Accumulator parallel
[ ] 29 0 0 29 / 128 0.3s Accumulator parallel
[ ] 30 0 0 30 / 128 0.5s Accumulator parallel
[ ] 46 0 0 46 / 128 0.6s Accumulator parallel
[ ] 51 0 0 51 / 128 0.7s Accumulator parallel
[ ] 58 0 0 58 / 128 0.8s Accumulator parallel
[ ] 68 0 0 68 / 128 1.0s Accumulator parallel
[ ] 86 0 0 86 / 128 1.1s Accumulator parallel
[ ] 91 0 0 91 / 128 1.3s Accumulator parallel
[ ] 106 0 0 106 / 128 1.4s Accumulator parallel
[ ] 111 0 0 111 / 128 1.5s Accumulator parallel
[ ] 122 0 0 122 / 128 1.6s Accumulator parallel
[✓] 128 0 0 128 / 128 1.7s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 3157128907236839565
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 parallel
[ ] 14 0 0 14 / 256 0.1s Accumulator parallel
[ ] 29 0 0 29 / 256 0.2s Accumulator parallel
[ ] 42 0 0 42 / 256 0.3s Accumulator parallel
[ ] 49 0 0 49 / 256 0.4s Accumulator parallel
[ ] 53 0 0 53 / 256 0.6s Accumulator parallel
[ ] 57 0 0 57 / 256 0.8s Accumulator parallel
[ ] 69 0 0 69 / 256 1.0s Accumulator parallel
[ ] 76 0 0 76 / 256 1.1s Accumulator parallel
[ ] 89 0 0 89 / 256 1.2s Accumulator parallel
[ ] 95 0 0 95 / 256 1.4s Accumulator parallel
[ ] 103 0 0 103 / 256 1.6s Accumulator parallel
[ ] 114 0 0 114 / 256 1.7s Accumulator parallel
[ ] 122 0 0 122 / 256 1.9s Accumulator parallel
[ ] 136 0 0 136 / 256 2.0s Accumulator parallel
[ ] 143 0 0 143 / 256 2.1s Accumulator parallel
[ ] 153 0 0 153 / 256 2.2s Accumulator parallel
[ ] 157 0 0 157 / 256 2.3s Accumulator parallel
[ ] 168 0 0 168 / 256 2.4s Accumulator parallel
[ ] 183 0 0 183 / 256 2.5s Accumulator parallel
[ ] 190 0 0 190 / 256 2.7s Accumulator parallel
[ ] 203 0 0 203 / 256 2.8s Accumulator parallel
[ ] 215 0 0 215 / 256 2.9s Accumulator parallel
[ ] 224 0 0 224 / 256 3.0s Accumulator parallel
[ ] 238 0 0 238 / 256 3.1s Accumulator parallel
[ ] 250 0 0 250 / 256 3.3s Accumulator parallel
[✓] 256 0 0 256 / 256 3.3s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 116018227718730527
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 parallel
[ ] 8 0 0 8 / 512 0.1s Accumulator parallel
[ ] 26 0 0 26 / 512 0.2s Accumulator parallel
[ ] 34 0 0 34 / 512 0.4s Accumulator parallel
[ ] 45 0 0 45 / 512 0.5s Accumulator parallel
[ ] 59 0 0 59 / 512 0.6s Accumulator parallel
[ ] 68 0 0 68 / 512 0.7s Accumulator parallel
[ ] 78 0 0 78 / 512 0.9s Accumulator parallel
[ ] 85 0 0 85 / 512 1.0s Accumulator parallel
[ ] 98 0 0 98 / 512 1.1s Accumulator parallel
[ ] 109 0 0 109 / 512 1.2s Accumulator parallel
[ ] 118 0 0 118 / 512 1.4s Accumulator parallel
[ ] 131 0 0 131 / 512 1.5s Accumulator parallel
[ ] 134 0 0 134 / 512 1.6s Accumulator parallel
[ ] 147 0 0 147 / 512 1.7s Accumulator parallel
[ ] 161 0 0 161 / 512 1.9s Accumulator parallel
[ ] 165 0 0 165 / 512 2.0s Accumulator parallel
[ ] 168 0 0 168 / 512 2.1s Accumulator parallel
[ ] 184 0 0 184 / 512 2.2s Accumulator parallel
[ ] 198 0 0 198 / 512 2.3s Accumulator parallel
[ ] 212 0 0 212 / 512 2.4s Accumulator parallel
[ ] 232 0 0 232 / 512 2.5s Accumulator parallel
[ ] 244 0 0 244 / 512 2.6s Accumulator parallel
[ ] 256 0 0 256 / 512 2.7s Accumulator parallel
[ ] 262 0 0 262 / 512 2.9s Accumulator parallel
[ ] 279 0 0 279 / 512 3.0s Accumulator parallel
[ ] 285 0 0 285 / 512 3.1s Accumulator parallel
[ ] 298 0 0 298 / 512 3.2s Accumulator parallel
[ ] 314 0 0 314 / 512 3.4s Accumulator parallel
[ ] 323 0 0 323 / 512 3.6s Accumulator parallel
[ ] 329 0 0 329 / 512 3.7s Accumulator parallel
[ ] 342 0 0 342 / 512 3.9s Accumulator parallel
[ ] 355 0 0 355 / 512 4.0s Accumulator parallel
[ ] 360 0 0 360 / 512 4.1s Accumulator parallel
[ ] 362 0 0 362 / 512 4.2s Accumulator parallel
[ ] 370 0 0 370 / 512 4.3s Accumulator parallel
[ ] 382 0 0 382 / 512 4.4s Accumulator parallel
[ ] 386 0 0 386 / 512 4.5s Accumulator parallel
[ ] 396 0 0 396 / 512 4.7s Accumulator parallel
[ ] 406 0 0 406 / 512 4.8s Accumulator parallel
[ ] 416 0 0 416 / 512 5.0s Accumulator parallel
[ ] 422 0 0 422 / 512 5.1s Accumulator parallel
[ ] 425 0 0 425 / 512 5.2s Accumulator parallel
[ ] 427 0 0 427 / 512 5.3s Accumulator parallel
[ ] 440 0 0 440 / 512 5.5s Accumulator parallel
[ ] 447 0 0 447 / 512 5.7s Accumulator parallel
[ ] 461 0 0 461 / 512 5.8s Accumulator parallel
[ ] 470 0 0 470 / 512 5.9s Accumulator parallel
[ ] 474 0 0 474 / 512 6.1s Accumulator parallel
[ ] 478 0 0 478 / 512 6.2s Accumulator parallel
[ ] 494 0 0 494 / 512 6.3s Accumulator parallel
[ ] 509 0 0 509 / 512 6.4s Accumulator parallel
[✓] 512 0 0 512 / 512 6.4s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 1626067925626137
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 parallel
[ ] 15 0 0 15 / 32 0.1s Accumulator parallel
[ ] 23 0 0 23 / 32 0.2s Accumulator parallel
[✓] 32 0 0 32 / 32 0.3s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 2073964605261263112
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 parallel
[ ] 12 0 0 12 / 32 0.1s Stack parallel
[ ] 13 0 0 13 / 32 0.2s Stack parallel
[ ] 23 0 0 23 / 32 0.4s Stack parallel
[✓] 32 0 0 32 / 32 0.5s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 582524344959937384
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 parallel
[ ] 9 0 0 9 / 64 0.1s Stack parallel
[ ] 17 0 0 17 / 64 0.2s Stack parallel
[ ] 20 0 0 20 / 64 0.3s Stack parallel
[ ] 28 0 0 28 / 64 0.6s Stack parallel
[ ] 40 0 0 40 / 64 0.7s Stack parallel
[ ] 46 0 0 46 / 64 0.8s Stack parallel
[ ] 55 0 0 55 / 64 1.0s Stack parallel
[ ] 60 0 0 60 / 64 1.1s Stack parallel
[ ] 62 0 0 62 / 64 1.3s Stack parallel
[✓] 64 0 0 64 / 64 1.3s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 2931381479081623317
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 parallel
[ ] 14 0 0 14 / 128 0.1s Stack parallel
[ ] 18 0 0 18 / 128 0.2s Stack parallel
[ ] 27 0 0 27 / 128 0.4s Stack parallel
[ ] 33 0 0 33 / 128 0.6s Stack parallel
[ ] 38 0 0 38 / 128 0.7s Stack parallel
[ ] 40 0 0 40 / 128 0.9s Stack parallel
[ ] 50 0 0 50 / 128 1.0s Stack parallel
[ ] 60 0 0 60 / 128 1.2s Stack parallel
[ ] 75 0 0 75 / 128 1.4s Stack parallel
[ ] 78 0 0 78 / 128 1.6s Stack parallel
[ ] 88 0 0 88 / 128 1.7s Stack parallel
[ ] 91 0 0 91 / 128 1.9s Stack parallel
[ ] 96 0 0 96 / 128 2.0s Stack parallel
[ ] 113 0 0 113 / 128 2.2s Stack parallel
[ ] 127 0 0 127 / 128 2.4s Stack parallel
[✓] 128 0 0 128 / 128 2.4s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3678343734757996369
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 parallel
[ ] 13 0 0 13 / 256 0.1s Stack parallel
[ ] 20 0 0 20 / 256 0.3s Stack parallel
[ ] 28 0 0 28 / 256 0.5s Stack parallel
[ ] 36 0 0 36 / 256 0.8s Stack parallel
[ ] 42 0 0 42 / 256 0.9s Stack parallel
[ ] 53 0 0 53 / 256 1.0s Stack parallel
[ ] 59 0 0 59 / 256 1.2s Stack parallel
[ ] 67 0 0 67 / 256 1.3s Stack parallel
[ ] 72 0 0 72 / 256 1.5s Stack parallel
[ ] 90 0 0 90 / 256 1.6s Stack parallel
[ ] 98 0 0 98 / 256 1.7s Stack parallel
[ ] 105 0 0 105 / 256 1.8s Stack parallel
[ ] 118 0 0 118 / 256 2.0s Stack parallel
[ ] 132 0 0 132 / 256 2.1s Stack parallel
[ ] 138 0 0 138 / 256 2.3s Stack parallel
[ ] 149 0 0 149 / 256 2.4s Stack parallel
[ ] 164 0 0 164 / 256 2.5s Stack parallel
[ ] 182 0 0 182 / 256 2.7s Stack parallel
[ ] 192 0 0 192 / 256 2.9s Stack parallel
[ ] 202 0 0 202 / 256 3.0s Stack parallel
[ ] 214 0 0 214 / 256 3.1s Stack parallel
[ ] 221 0 0 221 / 256 3.2s Stack parallel
[ ] 230 0 0 230 / 256 3.4s Stack parallel
[ ] 237 0 0 237 / 256 3.5s Stack parallel
[ ] 246 0 0 246 / 256 3.6s Stack parallel
[ ] 248 0 0 248 / 256 3.7s Stack parallel
[ ] 252 0 0 252 / 256 3.8s Stack parallel
[✓] 256 0 0 256 / 256 3.8s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 3446830543958110645
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 parallel
[ ] 14 0 0 14 / 512 0.1s Stack parallel
[ ] 27 0 0 27 / 512 0.2s Stack parallel
[ ] 31 0 0 31 / 512 0.3s Stack parallel
[ ] 32 0 0 32 / 512 0.5s Stack parallel
[ ] 54 0 0 54 / 512 0.6s Stack parallel
[ ] 57 0 0 57 / 512 0.7s Stack parallel
[ ] 74 0 0 74 / 512 0.8s Stack parallel
[ ] 81 0 0 81 / 512 0.9s Stack parallel
[ ] 87 0 0 87 / 512 1.1s Stack parallel
[ ] 96 0 0 96 / 512 1.2s Stack parallel
[ ] 105 0 0 105 / 512 1.3s Stack parallel
[ ] 120 0 0 120 / 512 1.6s Stack parallel
[ ] 140 0 0 140 / 512 1.7s Stack parallel
[ ] 153 0 0 153 / 512 1.8s Stack parallel
[ ] 160 0 0 160 / 512 2.0s Stack parallel
[ ] 169 0 0 169 / 512 2.2s Stack parallel
[ ] 182 0 0 182 / 512 2.3s Stack parallel
[ ] 198 0 0 198 / 512 2.4s Stack parallel
[ ] 204 0 0 204 / 512 2.5s Stack parallel
[ ] 209 0 0 209 / 512 2.6s Stack parallel
[ ] 217 0 0 217 / 512 2.8s Stack parallel
[ ] 228 0 0 228 / 512 2.9s Stack parallel
[ ] 236 0 0 236 / 512 3.0s Stack parallel
[ ] 247 0 0 247 / 512 3.2s Stack parallel
[ ] 252 0 0 252 / 512 3.3s Stack parallel
[ ] 263 0 0 263 / 512 3.5s Stack parallel
[ ] 275 0 0 275 / 512 3.6s Stack parallel
[ ] 288 0 0 288 / 512 3.7s Stack parallel
[ ] 296 0 0 296 / 512 3.8s Stack parallel
[ ] 308 0 0 308 / 512 3.9s Stack parallel
[ ] 317 0 0 317 / 512 4.0s Stack parallel
[ ] 334 0 0 334 / 512 4.1s Stack parallel
[ ] 348 0 0 348 / 512 4.2s Stack parallel
[ ] 359 0 0 359 / 512 4.3s Stack parallel
[ ] 368 0 0 368 / 512 4.4s Stack parallel
[ ] 371 0 0 371 / 512 4.6s Stack parallel
[ ] 382 0 0 382 / 512 4.7s Stack parallel
[ ] 399 0 0 399 / 512 4.8s Stack parallel
[ ] 412 0 0 412 / 512 4.9s Stack parallel
[ ] 420 0 0 420 / 512 5.0s Stack parallel
[ ] 428 0 0 428 / 512 5.1s Stack parallel
[ ] 433 0 0 433 / 512 5.2s Stack parallel
[ ] 447 0 0 447 / 512 5.3s Stack parallel
[ ] 448 0 0 448 / 512 5.4s Stack parallel
[ ] 449 0 0 449 / 512 5.6s Stack parallel
[ ] 459 0 0 459 / 512 5.7s Stack parallel
[ ] 474 0 0 474 / 512 5.8s Stack parallel
[ ] 486 0 0 486 / 512 5.9s Stack parallel
[ ] 492 0 0 492 / 512 6.0s Stack parallel
[ ] 502 0 0 502 / 512 6.1s Stack parallel
[ ] 508 0 0 508 / 512 6.3s Stack parallel
[✓] 512 0 0 512 / 512 6.3s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 1378160588688742358
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 parallel
[ ] 15 0 0 15 / 32 0.1s Stack parallel
[ ] 17 0 0 17 / 32 0.2s Stack parallel
[ ] 19 0 0 19 / 32 0.4s Stack parallel
[ ] 29 0 0 29 / 32 0.5s Stack parallel
[✓] 32 0 0 32 / 32 0.5s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 2633561753455135953
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 parallel
[ ] 6 0 0 6 / 32 0.1s Hashtbl parallel
[ ] 17 0 0 17 / 32 0.2s Hashtbl parallel
[ ] 22 0 0 22 / 32 0.4s Hashtbl parallel
[ ] 28 0 0 28 / 32 0.5s Hashtbl parallel
[✓] 32 0 0 32 / 32 0.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 16659236736123769
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 parallel
[ ] 7 0 0 7 / 64 0.1s Hashtbl parallel
[ ] 8 0 0 8 / 64 0.3s Hashtbl parallel
[ ] 15 0 0 15 / 64 0.6s Hashtbl parallel
[ ] 28 0 0 28 / 64 0.7s Hashtbl parallel
[ ] 33 0 0 33 / 64 0.8s Hashtbl parallel
[ ] 48 0 0 48 / 64 0.9s Hashtbl parallel
[ ] 50 0 0 50 / 64 1.0s Hashtbl parallel
[ ] 58 0 0 58 / 64 1.2s Hashtbl parallel
[ ] 63 0 0 63 / 64 1.3s Hashtbl parallel
[✓] 64 0 0 64 / 64 1.3s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3978147449927224788
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 parallel
[ ] 6 0 0 6 / 128 0.1s Hashtbl parallel
[ ] 10 0 0 10 / 128 0.3s Hashtbl parallel
[ ] 23 0 0 23 / 128 0.4s Hashtbl parallel
[ ] 26 0 0 26 / 128 0.6s Hashtbl parallel
[ ] 41 0 0 41 / 128 0.7s Hashtbl parallel
[ ] 44 0 0 44 / 128 0.8s Hashtbl parallel
[ ] 48 0 0 48 / 128 0.9s Hashtbl parallel
[ ] 60 0 0 60 / 128 1.1s Hashtbl parallel
[ ] 66 0 0 66 / 128 1.3s Hashtbl parallel
[ ] 74 0 0 74 / 128 1.5s Hashtbl parallel
[ ] 84 0 0 84 / 128 1.8s Hashtbl parallel
[ ] 96 0 0 96 / 128 2.0s Hashtbl parallel
[ ] 102 0 0 102 / 128 2.1s Hashtbl parallel
[ ] 106 0 0 106 / 128 2.2s Hashtbl parallel
[ ] 117 0 0 117 / 128 2.3s Hashtbl parallel
[✓] 128 0 0 128 / 128 2.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 796459618985421746
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 parallel
[ ] 3 0 0 3 / 256 0.1s Hashtbl parallel
[ ] 21 0 0 21 / 256 0.2s Hashtbl parallel
[ ] 26 0 0 26 / 256 0.4s Hashtbl parallel
[ ] 31 0 0 31 / 256 0.5s Hashtbl parallel
[ ] 43 0 0 43 / 256 0.6s Hashtbl parallel
[ ] 57 0 0 57 / 256 0.7s Hashtbl parallel
[ ] 60 0 0 60 / 256 0.9s Hashtbl parallel
[ ] 68 0 0 68 / 256 1.1s Hashtbl parallel
[ ] 80 0 0 80 / 256 1.2s Hashtbl parallel
[ ] 90 0 0 90 / 256 1.3s Hashtbl parallel
[ ] 91 0 0 91 / 256 1.5s Hashtbl parallel
[ ] 98 0 0 98 / 256 1.7s Hashtbl parallel
[ ] 109 0 0 109 / 256 1.8s Hashtbl parallel
[ ] 122 0 0 122 / 256 1.9s Hashtbl parallel
[ ] 129 0 0 129 / 256 2.0s Hashtbl parallel
[ ] 138 0 0 138 / 256 2.1s Hashtbl parallel
[ ] 139 0 0 139 / 256 2.2s Hashtbl parallel
[ ] 144 0 0 144 / 256 2.4s Hashtbl parallel
[ ] 153 0 0 153 / 256 2.5s Hashtbl parallel
[ ] 161 0 0 161 / 256 2.7s Hashtbl parallel
[ ] 165 0 0 165 / 256 2.8s Hashtbl parallel
[ ] 167 0 0 167 / 256 2.9s Hashtbl parallel
[ ] 184 0 0 184 / 256 3.1s Hashtbl parallel
[ ] 189 0 0 189 / 256 3.2s Hashtbl parallel
[ ] 193 0 0 193 / 256 3.3s Hashtbl parallel
[ ] 201 0 0 201 / 256 3.4s Hashtbl parallel
[ ] 209 0 0 209 / 256 3.6s Hashtbl parallel
[ ] 217 0 0 217 / 256 3.7s Hashtbl parallel
[ ] 227 0 0 227 / 256 3.8s Hashtbl parallel
[ ] 237 0 0 237 / 256 3.9s Hashtbl parallel
[ ] 253 0 0 253 / 256 4.1s Hashtbl parallel
[✓] 256 0 0 256 / 256 4.1s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1428903531900241748
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 parallel
[ ] 15 0 0 15 / 512 0.1s Hashtbl parallel
[ ] 20 0 0 20 / 512 0.3s Hashtbl parallel
[ ] 33 0 0 33 / 512 0.4s Hashtbl parallel
[ ] 36 0 0 36 / 512 0.6s Hashtbl parallel
[ ] 39 0 0 39 / 512 0.7s Hashtbl parallel
[ ] 49 0 0 49 / 512 0.8s Hashtbl parallel
[ ] 52 0 0 52 / 512 1.0s Hashtbl parallel
[ ] 67 0 0 67 / 512 1.1s Hashtbl parallel
[ ] 86 0 0 86 / 512 1.2s Hashtbl parallel
[ ] 102 0 0 102 / 512 1.3s Hashtbl parallel
[ ] 107 0 0 107 / 512 1.5s Hashtbl parallel
[ ] 113 0 0 113 / 512 1.6s Hashtbl parallel
[ ] 126 0 0 126 / 512 1.7s Hashtbl parallel
[ ] 131 0 0 131 / 512 1.9s Hashtbl parallel
[ ] 145 0 0 145 / 512 2.1s Hashtbl parallel
[ ] 151 0 0 151 / 512 2.2s Hashtbl parallel
[ ] 161 0 0 161 / 512 2.3s Hashtbl parallel
[ ] 163 0 0 163 / 512 2.4s Hashtbl parallel
[ ] 173 0 0 173 / 512 2.6s Hashtbl parallel
[ ] 176 0 0 176 / 512 2.7s Hashtbl parallel
[ ] 183 0 0 183 / 512 2.8s Hashtbl parallel
[ ] 189 0 0 189 / 512 2.9s Hashtbl parallel
[ ] 199 0 0 199 / 512 3.1s Hashtbl parallel
[ ] 209 0 0 209 / 512 3.3s Hashtbl parallel
[ ] 212 0 0 212 / 512 3.4s Hashtbl parallel
[ ] 223 0 0 223 / 512 3.5s Hashtbl parallel
[ ] 233 0 0 233 / 512 3.6s Hashtbl parallel
[ ] 240 0 0 240 / 512 3.8s Hashtbl parallel
[ ] 243 0 0 243 / 512 3.9s Hashtbl parallel
[ ] 252 0 0 252 / 512 4.0s Hashtbl parallel
[ ] 262 0 0 262 / 512 4.1s Hashtbl parallel
[ ] 263 0 0 263 / 512 4.3s Hashtbl parallel
[ ] 270 0 0 270 / 512 4.4s Hashtbl parallel
[ ] 276 0 0 276 / 512 4.5s Hashtbl parallel
[ ] 281 0 0 281 / 512 4.6s Hashtbl parallel
[ ] 290 0 0 290 / 512 4.7s Hashtbl parallel
[ ] 299 0 0 299 / 512 4.8s Hashtbl parallel
[ ] 305 0 0 305 / 512 4.9s Hashtbl parallel
[ ] 314 0 0 314 / 512 5.0s Hashtbl parallel
[ ] 320 0 0 320 / 512 5.2s Hashtbl parallel
[ ] 327 0 0 327 / 512 5.3s Hashtbl parallel
[ ] 328 0 0 328 / 512 5.4s Hashtbl parallel
[ ] 342 0 0 342 / 512 5.5s Hashtbl parallel
[ ] 356 0 0 356 / 512 5.6s Hashtbl parallel
[ ] 362 0 0 362 / 512 5.7s Hashtbl parallel
[ ] 369 0 0 369 / 512 5.9s Hashtbl parallel
[ ] 376 0 0 376 / 512 6.0s Hashtbl parallel
[ ] 391 0 0 391 / 512 6.1s Hashtbl parallel
[ ] 406 0 0 406 / 512 6.2s Hashtbl parallel
[ ] 415 0 0 415 / 512 6.3s Hashtbl parallel
[ ] 433 0 0 433 / 512 6.4s Hashtbl parallel
[ ] 434 0 0 434 / 512 6.5s Hashtbl parallel
[ ] 447 0 0 447 / 512 6.6s Hashtbl parallel
[ ] 448 0 0 448 / 512 6.8s Hashtbl parallel
[ ] 455 0 0 455 / 512 6.9s Hashtbl parallel
[ ] 466 0 0 466 / 512 7.0s Hashtbl parallel
[ ] 473 0 0 473 / 512 7.1s Hashtbl parallel
[ ] 477 0 0 477 / 512 7.2s Hashtbl parallel
[ ] 490 0 0 490 / 512 7.4s Hashtbl parallel
[ ] 497 0 0 497 / 512 7.5s Hashtbl parallel
[ ] 510 0 0 510 / 512 7.6s Hashtbl parallel
[✓] 512 0 0 512 / 512 7.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 3579589269637923930
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 parallel
[ ] 6 0 0 6 / 32 0.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 0.3s Hashtbl parallel
[ ] 24 0 0 24 / 32 0.5s Hashtbl parallel
[✓] 32 0 0 32 / 32 0.5s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 1939768149652356711
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 parallel
[ ] 12 0 0 12 / 32 0.1s Queue parallel
[ ] 20 0 0 20 / 32 0.3s Queue parallel
[ ] 21 0 0 21 / 32 0.4s Queue parallel
[ ] 23 0 0 23 / 32 0.5s Queue parallel
[ ] 27 0 0 27 / 32 0.7s Queue parallel
[✓] 32 0 0 32 / 32 0.8s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3702215097165702631
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 parallel
[ ] 2 0 0 2 / 64 0.2s Queue parallel
[ ] 10 0 0 10 / 64 0.3s Queue parallel
[ ] 15 0 0 15 / 64 0.5s Queue parallel
[ ] 27 0 0 27 / 64 0.6s Queue parallel
[ ] 32 0 0 32 / 64 0.8s Queue parallel
[ ] 43 0 0 43 / 64 1.0s Queue parallel
[ ] 49 0 0 49 / 64 1.1s Queue parallel
[ ] 61 0 0 61 / 64 1.2s Queue parallel
[✓] 64 0 0 64 / 64 1.2s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 3702192874461843472
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 parallel
[ ] 2 0 0 2 / 128 0.3s Queue parallel
[ ] 18 0 0 18 / 128 0.4s Queue parallel
[ ] 19 0 0 19 / 128 0.6s Queue parallel
[ ] 33 0 0 33 / 128 0.7s Queue parallel
[ ] 47 0 0 47 / 128 0.8s Queue parallel
[ ] 48 0 0 48 / 128 0.9s Queue parallel
[ ] 63 0 0 63 / 128 1.0s Queue parallel
[ ] 68 0 0 68 / 128 1.1s Queue parallel
[ ] 76 0 0 76 / 128 1.2s Queue parallel
[ ] 85 0 0 85 / 128 1.3s Queue parallel
[ ] 95 0 0 95 / 128 1.4s Queue parallel
[ ] 109 0 0 109 / 128 1.5s Queue parallel
[ ] 117 0 0 117 / 128 1.7s Queue parallel
[ ] 123 0 0 123 / 128 1.8s Queue parallel
[✓] 128 0 0 128 / 128 1.9s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 371031498663299335
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 parallel
[ ] 6 0 0 6 / 256 0.1s Queue parallel
[ ] 17 0 0 17 / 256 0.2s Queue parallel
[ ] 24 0 0 24 / 256 0.4s Queue parallel
[ ] 31 0 0 31 / 256 0.5s Queue parallel
[ ] 44 0 0 44 / 256 0.6s Queue parallel
[ ] 46 0 0 46 / 256 0.7s Queue parallel
[ ] 57 0 0 57 / 256 0.8s Queue parallel
[ ] 71 0 0 71 / 256 0.9s Queue parallel
[ ] 80 0 0 80 / 256 1.0s Queue parallel
[ ] 92 0 0 92 / 256 1.2s Queue parallel
[ ] 108 0 0 108 / 256 1.3s Queue parallel
[ ] 109 0 0 109 / 256 1.4s Queue parallel
[ ] 114 0 0 114 / 256 1.6s Queue parallel
[ ] 122 0 0 122 / 256 1.7s Queue parallel
[ ] 127 0 0 127 / 256 1.9s Queue parallel
[ ] 133 0 0 133 / 256 2.0s Queue parallel
[ ] 141 0 0 141 / 256 2.2s Queue parallel
[ ] 147 0 0 147 / 256 2.3s Queue parallel
[ ] 157 0 0 157 / 256 2.4s Queue parallel
[ ] 168 0 0 168 / 256 2.5s Queue parallel
[ ] 180 0 0 180 / 256 2.7s Queue parallel
[ ] 188 0 0 188 / 256 2.8s Queue parallel
[ ] 195 0 0 195 / 256 2.9s Queue parallel
[ ] 206 0 0 206 / 256 3.0s Queue parallel
[ ] 219 0 0 219 / 256 3.1s Queue parallel
[ ] 224 0 0 224 / 256 3.3s Queue parallel
[ ] 231 0 0 231 / 256 3.4s Queue parallel
[ ] 235 0 0 235 / 256 3.5s Queue parallel
[ ] 243 0 0 243 / 256 3.6s Queue parallel
[ ] 247 0 0 247 / 256 3.8s Queue parallel
[ ] 255 0 0 255 / 256 4.0s Queue parallel
[✓] 256 0 0 256 / 256 4.0s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 1347445401501816685
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 parallel
[ ] 9 0 0 9 / 512 0.1s Queue parallel
[ ] 25 0 0 25 / 512 0.4s Queue parallel
[ ] 37 0 0 37 / 512 0.5s Queue parallel
[ ] 49 0 0 49 / 512 0.6s Queue parallel
[ ] 59 0 0 59 / 512 0.8s Queue parallel
[ ] 66 0 0 66 / 512 0.9s Queue parallel
[ ] 82 0 0 82 / 512 1.0s Queue parallel
[ ] 94 0 0 94 / 512 1.1s Queue parallel
[ ] 108 0 0 108 / 512 1.2s Queue parallel
[ ] 121 0 0 121 / 512 1.3s Queue parallel
[ ] 133 0 0 133 / 512 1.5s Queue parallel
[ ] 140 0 0 140 / 512 1.6s Queue parallel
[ ] 150 0 0 150 / 512 1.8s Queue parallel
[ ] 153 0 0 153 / 512 1.9s Queue parallel
[ ] 159 0 0 159 / 512 2.0s Queue parallel
[ ] 162 0 0 162 / 512 2.2s Queue parallel
[ ] 168 0 0 168 / 512 2.3s Queue parallel
[ ] 184 0 0 184 / 512 2.5s Queue parallel
[ ] 187 0 0 187 / 512 2.7s Queue parallel
[ ] 189 0 0 189 / 512 2.8s Queue parallel
[ ] 196 0 0 196 / 512 3.0s Queue parallel
[ ] 198 0 0 198 / 512 3.1s Queue parallel
[ ] 207 0 0 207 / 512 3.3s Queue parallel
[ ] 216 0 0 216 / 512 3.5s Queue parallel
[ ] 223 0 0 223 / 512 3.6s Queue parallel
[ ] 237 0 0 237 / 512 3.7s Queue parallel
[ ] 238 0 0 238 / 512 3.9s Queue parallel
[ ] 242 0 0 242 / 512 4.1s Queue parallel
[ ] 244 0 0 244 / 512 4.2s Queue parallel
[ ] 257 0 0 257 / 512 4.3s Queue parallel
[ ] 261 0 0 261 / 512 4.4s Queue parallel
[ ] 265 0 0 265 / 512 4.6s Queue parallel
[ ] 276 0 0 276 / 512 4.9s Queue parallel
[ ] 286 0 0 286 / 512 5.1s Queue parallel
[ ] 302 0 0 302 / 512 5.2s Queue parallel
[ ] 312 0 0 312 / 512 5.3s Queue parallel
[ ] 318 0 0 318 / 512 5.4s Queue parallel
[ ] 331 0 0 331 / 512 5.5s Queue parallel
[ ] 337 0 0 337 / 512 5.6s Queue parallel
[ ] 351 0 0 351 / 512 5.7s Queue parallel
[ ] 365 0 0 365 / 512 5.8s Queue parallel
[ ] 380 0 0 380 / 512 6.0s Queue parallel
[ ] 386 0 0 386 / 512 6.1s Queue parallel
[ ] 395 0 0 395 / 512 6.3s Queue parallel
[ ] 409 0 0 409 / 512 6.4s Queue parallel
[ ] 422 0 0 422 / 512 6.5s Queue parallel
[ ] 431 0 0 431 / 512 6.7s Queue parallel
[ ] 436 0 0 436 / 512 6.8s Queue parallel
[ ] 448 0 0 448 / 512 6.9s Queue parallel
[ ] 452 0 0 452 / 512 7.0s Queue parallel
[ ] 459 0 0 459 / 512 7.2s Queue parallel
[ ] 465 0 0 465 / 512 7.4s Queue parallel
[ ] 477 0 0 477 / 512 7.6s Queue parallel
[ ] 482 0 0 482 / 512 7.7s Queue parallel
[ ] 486 0 0 486 / 512 7.8s Queue parallel
[ ] 499 0 0 499 / 512 7.9s Queue parallel
[ ] 502 0 0 502 / 512 8.1s Queue parallel
[✓] 512 0 0 512 / 512 8.1s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 2076283681875543545
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 parallel
[ ] 7 0 0 7 / 32 0.2s Queue parallel
[ ] 15 0 0 15 / 32 0.3s Queue parallel
[ ] 25 0 0 25 / 32 0.5s Queue parallel
[✓] 32 0 0 32 / 32 0.6s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 2607268123793752315
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 parallel
[ ] 3 0 0 3 / 32 0.2s Dllist parallel
[ ] 11 0 0 11 / 32 0.3s Dllist parallel
[ ] 14 0 0 14 / 32 0.5s Dllist parallel
[ ] 25 0 0 25 / 32 0.7s Dllist parallel
[✓] 32 0 0 32 / 32 0.7s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2422087749110398364
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 parallel
[ ] 5 0 0 5 / 64 0.2s Dllist parallel
[ ] 10 0 0 10 / 64 0.3s Dllist parallel
[ ] 19 0 0 19 / 64 0.5s Dllist parallel
[ ] 30 0 0 30 / 64 0.6s Dllist parallel
[ ] 42 0 0 42 / 64 0.8s Dllist parallel
[ ] 48 0 0 48 / 64 1.0s Dllist parallel
[ ] 50 0 0 50 / 64 1.2s Dllist parallel
[ ] 61 0 0 61 / 64 1.4s Dllist parallel
[✓] 64 0 0 64 / 64 1.4s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1946866597388177468
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 parallel
[ ] 7 0 0 7 / 128 0.1s Dllist parallel
[ ] 20 0 0 20 / 128 0.2s Dllist parallel
[ ] 26 0 0 26 / 128 0.5s Dllist parallel
[ ] 35 0 0 35 / 128 0.6s Dllist parallel
[ ] 51 0 0 51 / 128 0.7s Dllist parallel
[ ] 55 0 0 55 / 128 0.9s Dllist parallel
[ ] 60 0 0 60 / 128 1.0s Dllist parallel
[ ] 74 0 0 74 / 128 1.2s Dllist parallel
[ ] 87 0 0 87 / 128 1.3s Dllist parallel
[ ] 91 0 0 91 / 128 1.4s Dllist parallel
[ ] 99 0 0 99 / 128 1.6s Dllist parallel
[ ] 106 0 0 106 / 128 1.8s Dllist parallel
[ ] 118 0 0 118 / 128 1.9s Dllist parallel
[✓] 128 0 0 128 / 128 1.9s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 1953255985092871656
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 parallel
[ ] 14 0 0 14 / 256 0.1s Dllist parallel
[ ] 28 0 0 28 / 256 0.2s Dllist parallel
[ ] 34 0 0 34 / 256 0.4s Dllist parallel
[ ] 36 0 0 36 / 256 0.6s Dllist parallel
[ ] 40 0 0 40 / 256 0.7s Dllist parallel
[ ] 44 0 0 44 / 256 0.8s Dllist parallel
[ ] 52 0 0 52 / 256 0.9s Dllist parallel
[ ] 67 0 0 67 / 256 1.0s Dllist parallel
[ ] 70 0 0 70 / 256 1.1s Dllist parallel
[ ] 78 0 0 78 / 256 1.3s Dllist parallel
[ ] 89 0 0 89 / 256 1.4s Dllist parallel
[ ] 98 0 0 98 / 256 1.6s Dllist parallel
[ ] 119 0 0 119 / 256 1.7s Dllist parallel
[ ] 132 0 0 132 / 256 1.8s Dllist parallel
[ ] 140 0 0 140 / 256 1.9s Dllist parallel
[ ] 150 0 0 150 / 256 2.0s Dllist parallel
[ ] 159 0 0 159 / 256 2.2s Dllist parallel
[ ] 163 0 0 163 / 256 2.3s Dllist parallel
[ ] 169 0 0 169 / 256 2.4s Dllist parallel
[ ] 184 0 0 184 / 256 2.5s Dllist parallel
[ ] 187 0 0 187 / 256 2.7s Dllist parallel
[ ] 204 0 0 204 / 256 2.8s Dllist parallel
[ ] 206 0 0 206 / 256 3.0s Dllist parallel
[ ] 212 0 0 212 / 256 3.2s Dllist parallel
[ ] 225 0 0 225 / 256 3.3s Dllist parallel
[ ] 231 0 0 231 / 256 3.4s Dllist parallel
[ ] 235 0 0 235 / 256 3.5s Dllist parallel
[ ] 246 0 0 246 / 256 3.7s Dllist parallel
[✓] 256 0 0 256 / 256 3.8s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 4435902899510760845
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 parallel
[ ] 13 0 0 13 / 512 0.1s Dllist parallel
[ ] 17 0 0 17 / 512 0.3s Dllist parallel
[ ] 25 0 0 25 / 512 0.5s Dllist parallel
[ ] 28 0 0 28 / 512 0.6s Dllist parallel
[ ] 43 0 0 43 / 512 0.8s Dllist parallel
[ ] 45 0 0 45 / 512 0.9s Dllist parallel
[ ] 54 0 0 54 / 512 1.0s Dllist parallel
[ ] 55 0 0 55 / 512 1.2s Dllist parallel
[ ] 62 0 0 62 / 512 1.3s Dllist parallel
[ ] 70 0 0 70 / 512 1.5s Dllist parallel
[ ] 85 0 0 85 / 512 1.8s Dllist parallel
[ ] 97 0 0 97 / 512 1.9s Dllist parallel
[ ] 105 0 0 105 / 512 2.0s Dllist parallel
[ ] 112 0 0 112 / 512 2.1s Dllist parallel
[ ] 124 0 0 124 / 512 2.2s Dllist parallel
[ ] 129 0 0 129 / 512 2.3s Dllist parallel
[ ] 143 0 0 143 / 512 2.4s Dllist parallel
[ ] 157 0 0 157 / 512 2.7s Dllist parallel
[ ] 163 0 0 163 / 512 2.8s Dllist parallel
[ ] 168 0 0 168 / 512 2.9s Dllist parallel
[ ] 180 0 0 180 / 512 3.1s Dllist parallel
[ ] 181 0 0 181 / 512 3.2s Dllist parallel
[ ] 184 0 0 184 / 512 3.3s Dllist parallel
[ ] 194 0 0 194 / 512 3.4s Dllist parallel
[ ] 200 0 0 200 / 512 3.6s Dllist parallel
[ ] 201 0 0 201 / 512 3.7s Dllist parallel
[ ] 208 0 0 208 / 512 3.8s Dllist parallel
[ ] 220 0 0 220 / 512 3.9s Dllist parallel
[ ] 230 0 0 230 / 512 4.1s Dllist parallel
[ ] 242 0 0 242 / 512 4.3s Dllist parallel
[ ] 251 0 0 251 / 512 4.5s Dllist parallel
[ ] 253 0 0 253 / 512 4.7s Dllist parallel
[ ] 263 0 0 263 / 512 4.8s Dllist parallel
[ ] 276 0 0 276 / 512 4.9s Dllist parallel
[ ] 291 0 0 291 / 512 5.1s Dllist parallel
[ ] 293 0 0 293 / 512 5.3s Dllist parallel
[ ] 304 0 0 304 / 512 5.4s Dllist parallel
[ ] 316 0 0 316 / 512 5.5s Dllist parallel
[ ] 326 0 0 326 / 512 5.6s Dllist parallel
[ ] 332 0 0 332 / 512 5.8s Dllist parallel
[ ] 340 0 0 340 / 512 5.9s Dllist parallel
[ ] 356 0 0 356 / 512 6.1s Dllist parallel
[ ] 363 0 0 363 / 512 6.2s Dllist parallel
[ ] 370 0 0 370 / 512 6.3s Dllist parallel
[ ] 376 0 0 376 / 512 6.4s Dllist parallel
[ ] 393 0 0 393 / 512 6.5s Dllist parallel
[ ] 403 0 0 403 / 512 6.6s Dllist parallel
[ ] 407 0 0 407 / 512 6.8s Dllist parallel
[ ] 423 0 0 423 / 512 6.9s Dllist parallel
[ ] 425 0 0 425 / 512 7.0s Dllist parallel
[ ] 429 0 0 429 / 512 7.1s Dllist parallel
[ ] 445 0 0 445 / 512 7.4s Dllist parallel
[ ] 452 0 0 452 / 512 7.5s Dllist parallel
[ ] 456 0 0 456 / 512 7.7s Dllist parallel
[ ] 463 0 0 463 / 512 7.9s Dllist parallel
[ ] 470 0 0 470 / 512 8.0s Dllist parallel
[ ] 473 0 0 473 / 512 8.1s Dllist parallel
[ ] 480 0 0 480 / 512 8.3s Dllist parallel
[ ] 494 0 0 494 / 512 8.4s Dllist parallel
[ ] 510 0 0 510 / 512 8.5s Dllist parallel
[✓] 512 0 0 512 / 512 8.5s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 2130825136426492055
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 parallel
[ ] 4 0 0 4 / 32 0.2s Dllist parallel
[ ] 17 0 0 17 / 32 0.3s Dllist parallel
[ ] 21 0 0 21 / 32 0.5s Dllist parallel
[ ] 27 0 0 27 / 32 0.6s Dllist parallel
[ ] 28 0 0 28 / 32 0.7s Dllist parallel
[✓] 32 0 0 32 / 32 0.8s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 1551598640057331151
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 parallel
[ ] 10 0 0 10 / 32 0.3s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 0.4s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 0.7s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 0.8s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 0.9s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3704840860866861091
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 parallel
[ ] 10 0 0 10 / 64 0.1s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 64 0.3s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 64 0.4s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 64 0.6s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 64 0.8s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 64 1.3s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 64 1.4s Hashtbl_with_order parallel
[ ] 43 0 0 43 / 64 1.7s Hashtbl_with_order parallel
[ ] 52 0 0 52 / 64 1.8s Hashtbl_with_order parallel
[ ] 57 0 0 57 / 64 2.2s Hashtbl_with_order parallel
[✓] 64 0 0 64 / 64 2.2s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3683831443006747279
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 parallel
[ ] 14 0 0 14 / 128 0.4s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 128 0.5s Hashtbl_with_order parallel
[ ] 33 0 0 33 / 128 0.7s Hashtbl_with_order parallel
[ ] 39 0 0 39 / 128 0.8s Hashtbl_with_order parallel
[ ] 47 0 0 47 / 128 1.1s Hashtbl_with_order parallel
[ ] 56 0 0 56 / 128 1.3s Hashtbl_with_order parallel
[ ] 59 0 0 59 / 128 1.7s Hashtbl_with_order parallel
[ ] 70 0 0 70 / 128 1.9s Hashtbl_with_order parallel
[ ] 79 0 0 79 / 128 2.1s Hashtbl_with_order parallel
[ ] 81 0 0 81 / 128 2.2s Hashtbl_with_order parallel
[ ] 92 0 0 92 / 128 2.4s Hashtbl_with_order parallel
[ ] 102 0 0 102 / 128 2.8s Hashtbl_with_order parallel
[ ] 107 0 0 107 / 128 2.9s Hashtbl_with_order parallel
[ ] 108 0 0 108 / 128 3.1s Hashtbl_with_order parallel
[ ] 117 0 0 117 / 128 3.3s Hashtbl_with_order parallel
[ ] 124 0 0 124 / 128 3.5s Hashtbl_with_order parallel
[✓] 128 0 0 128 / 128 3.5s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 509244888769850955
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 parallel
[ ] 3 0 0 3 / 256 0.2s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 256 0.3s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 256 0.5s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 256 0.6s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 256 0.8s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 256 1.1s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 256 1.2s Hashtbl_with_order parallel
[ ] 41 0 0 41 / 256 1.3s Hashtbl_with_order parallel
[ ] 45 0 0 45 / 256 1.4s Hashtbl_with_order parallel
[ ] 52 0 0 52 / 256 1.6s Hashtbl_with_order parallel
[ ] 54 0 0 54 / 256 1.8s Hashtbl_with_order parallel
[ ] 55 0 0 55 / 256 1.9s Hashtbl_with_order parallel
[ ] 56 0 0 56 / 256 2.1s Hashtbl_with_order parallel
[ ] 63 0 0 63 / 256 2.3s Hashtbl_with_order parallel
[ ] 65 0 0 65 / 256 2.5s Hashtbl_with_order parallel
[ ] 79 0 0 79 / 256 2.6s Hashtbl_with_order parallel
[ ] 80 0 0 80 / 256 2.7s Hashtbl_with_order parallel
[ ] 92 0 0 92 / 256 2.8s Hashtbl_with_order parallel
[ ] 96 0 0 96 / 256 3.0s Hashtbl_with_order parallel
[ ] 102 0 0 102 / 256 3.1s Hashtbl_with_order parallel
[ ] 108 0 0 108 / 256 3.2s Hashtbl_with_order parallel
[ ] 120 0 0 120 / 256 3.3s Hashtbl_with_order parallel
[ ] 124 0 0 124 / 256 3.4s Hashtbl_with_order parallel
[ ] 137 0 0 137 / 256 3.5s Hashtbl_with_order parallel
[ ] 153 0 0 153 / 256 3.7s Hashtbl_with_order parallel
[ ] 156 0 0 156 / 256 4.0s Hashtbl_with_order parallel
[ ] 158 0 0 158 / 256 4.3s Hashtbl_with_order parallel
[ ] 160 0 0 160 / 256 4.4s Hashtbl_with_order parallel
[ ] 169 0 0 169 / 256 4.5s Hashtbl_with_order parallel
[ ] 177 0 0 177 / 256 4.6s Hashtbl_with_order parallel
[ ] 179 0 0 179 / 256 4.8s Hashtbl_with_order parallel
[ ] 182 0 0 182 / 256 5.0s Hashtbl_with_order parallel
[ ] 183 0 0 183 / 256 5.3s Hashtbl_with_order parallel
[ ] 190 0 0 190 / 256 5.4s Hashtbl_with_order parallel
[ ] 199 0 0 199 / 256 5.6s Hashtbl_with_order parallel
[ ] 206 0 0 206 / 256 5.9s Hashtbl_with_order parallel
[ ] 213 0 0 213 / 256 6.2s Hashtbl_with_order parallel
[ ] 220 0 0 220 / 256 6.4s Hashtbl_with_order parallel
[ ] 222 0 0 222 / 256 6.6s Hashtbl_with_order parallel
[ ] 230 0 0 230 / 256 6.7s Hashtbl_with_order parallel
[ ] 238 0 0 238 / 256 7.2s Hashtbl_with_order parallel
[ ] 243 0 0 243 / 256 7.4s Hashtbl_with_order parallel
[ ] 249 0 0 249 / 256 7.7s Hashtbl_with_order parallel
[ ] 252 0 0 252 / 256 7.8s Hashtbl_with_order parallel
[✓] 256 0 0 256 / 256 7.8s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 1534041027751091592
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 parallel
[ ] 7 0 0 7 / 512 0.1s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 512 0.3s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 512 0.6s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 512 0.8s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 512 1.2s Hashtbl_with_order parallel
[ ] 37 0 0 37 / 512 1.3s Hashtbl_with_order parallel
[ ] 40 0 0 40 / 512 1.5s Hashtbl_with_order parallel
[ ] 50 0 0 50 / 512 1.6s Hashtbl_with_order parallel
[ ] 56 0 0 56 / 512 1.8s Hashtbl_with_order parallel
[ ] 57 0 0 57 / 512 2.0s Hashtbl_with_order parallel
[ ] 64 0 0 64 / 512 2.1s Hashtbl_with_order parallel
[ ] 65 0 0 65 / 512 2.3s Hashtbl_with_order parallel
[ ] 71 0 0 71 / 512 2.4s Hashtbl_with_order parallel
[ ] 73 0 0 73 / 512 2.5s Hashtbl_with_order parallel
[ ] 84 0 0 84 / 512 2.6s Hashtbl_with_order parallel
[ ] 94 0 0 94 / 512 2.7s Hashtbl_with_order parallel
[ ] 99 0 0 99 / 512 2.9s Hashtbl_with_order parallel
[ ] 104 0 0 104 / 512 3.0s Hashtbl_with_order parallel
[ ] 118 0 0 118 / 512 3.1s Hashtbl_with_order parallel
[ ] 122 0 0 122 / 512 3.3s Hashtbl_with_order parallel
[ ] 129 0 0 129 / 512 3.6s Hashtbl_with_order parallel
[ ] 134 0 0 134 / 512 3.8s Hashtbl_with_order parallel
[ ] 142 0 0 142 / 512 4.1s Hashtbl_with_order parallel
[ ] 152 0 0 152 / 512 4.4s Hashtbl_with_order parallel
[ ] 159 0 0 159 / 512 4.5s Hashtbl_with_order parallel
[ ] 161 0 0 161 / 512 4.8s Hashtbl_with_order parallel
[ ] 170 0 0 170 / 512 5.1s Hashtbl_with_order parallel
[ ] 174 0 0 174 / 512 5.2s Hashtbl_with_order parallel
[ ] 182 0 0 182 / 512 5.3s Hashtbl_with_order parallel
[ ] 198 0 0 198 / 512 5.4s Hashtbl_with_order parallel
[ ] 202 0 0 202 / 512 5.5s Hashtbl_with_order parallel
[ ] 203 0 0 203 / 512 5.8s Hashtbl_with_order parallel
[ ] 204 0 0 204 / 512 6.1s Hashtbl_with_order parallel
[ ] 210 0 0 210 / 512 6.3s Hashtbl_with_order parallel
[ ] 213 0 0 213 / 512 6.5s Hashtbl_with_order parallel
[ ] 222 0 0 222 / 512 6.6s Hashtbl_with_order parallel
[ ] 236 0 0 236 / 512 6.9s Hashtbl_with_order parallel
[ ] 240 0 0 240 / 512 7.0s Hashtbl_with_order parallel
[ ] 252 0 0 252 / 512 7.1s Hashtbl_with_order parallel
[ ] 255 0 0 255 / 512 7.2s Hashtbl_with_order parallel
[ ] 258 0 0 258 / 512 7.4s Hashtbl_with_order parallel
[ ] 259 0 0 259 / 512 7.5s Hashtbl_with_order parallel
[ ] 28 0 0 268 / 512 7.8s Hashtbl_with_order parallel
[ ] 280 0 0 280 / 512 7.9s Hashtbl_with_order parallel
[ ] 288 0 0 288 / 512 8.1s Hashtbl_with_order parallel
[ ] 292 0 0 292 / 512 8.2s Hashtbl_with_order parallel
[ ] 294 0 0 294 / 512 8.3s Hashtbl_with_order parallel
[ ] 299 0 0 299 / 512 8.5s Hashtbl_with_order parallel
[ ] 301 0 0 301 / 512 8.7s Hashtbl_with_order parallel
[ ] 313 0 0 313 / 512 8.9s Hashtbl_with_order parallel
[ ] 323 0 0 323 / 512 9.1s Hashtbl_with_order parallel
[ ] 338 0 0 338 / 512 9.2s Hashtbl_with_order parallel
[ ] 341 0 0 341 / 512 9.5s Hashtbl_with_order parallel
[ ] 347 0 0 347 / 512 9.6s Hashtbl_with_order parallel
[ ] 360 0 0 360 / 512 10.0s Hashtbl_with_order parallel
[ ] 362 0 0 362 / 512 10.1s Hashtbl_with_order parallel
[ ] 373 0 0 373 / 512 10.2s Hashtbl_with_order parallel
[ ] 381 0 0 381 / 512 10.3s Hashtbl_with_order parallel
[ ] 392 0 0 392 / 512 10.5s Hashtbl_with_order parallel
[ ] 393 0 0 393 / 512 10.7s Hashtbl_with_order parallel
[ ] 394 0 0 394 / 512 10.9s Hashtbl_with_order parallel
[ ] 401 0 0 401 / 512 11.2s Hashtbl_with_order parallel
[ ] 403 0 0 403 / 512 11.3s Hashtbl_with_order parallel
[ ] 405 0 0 405 / 512 11.4s Hashtbl_with_order parallel
[ ] 413 0 0 413 / 512 11.5s Hashtbl_with_order parallel
[ ] 416 0 0 416 / 512 11.9s Hashtbl_with_order parallel
[ ] 421 0 0 421 / 512 12.1s Hashtbl_with_order parallel
[ ] 428 0 0 428 / 512 12.4s Hashtbl_with_order parallel
[ ] 439 0 0 439 / 512 12.6s Hashtbl_with_order parallel
[ ] 443 0 0 443 / 512 12.7s Hashtbl_with_order parallel
[ ] 456 0 0 456 / 512 12.8s Hashtbl_with_order parallel
[ ] 458 0 0 458 / 512 13.1s Hashtbl_with_order parallel
[ ] 460 0 0 460 / 512 13.3s Hashtbl_with_order parallel
[ ] 472 0 0 472 / 512 13.4s Hashtbl_with_order parallel
[ ] 473 0 0 473 / 512 13.6s Hashtbl_with_order parallel
[ ] 476 0 0 476 / 512 13.8s Hashtbl_with_order parallel
[ ] 480 0 0 480 / 512 14.1s Hashtbl_with_order parallel
[ ] 481 0 0 481 / 512 14.2s Hashtbl_with_order parallel
[ ] 483 0 0 483 / 512 14.3s Hashtbl_with_order parallel
[ ] 493 0 0 493 / 512 14.5s Hashtbl_with_order parallel
[ ] 500 0 0 500 / 512 14.6s Hashtbl_with_order parallel
[ ] 509 0 0 509 / 512 14.9s Hashtbl_with_order parallel
[ ] 511 0 0 511 / 512 15.1s Hashtbl_with_order parallel
[✓] 512 0 0 512 / 512 15.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 350201485909024922
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 parallel
[ ] 10 0 0 10 / 32 0.1s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 0.2s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 0.3s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 0.4s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.23.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_1312_105711" "mount.devfs" "path=/obuilder/result/309727b4b214d988fff0e465af9e826ee8ecce4cdcb1b68c8fb50f83aadc8fc1/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.23.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-06-17 21:20.37: Job failed: Failed: Build failed