2025-06-17 18:29.43: 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.3) Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced 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:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced # debian-12-4.14+flambda_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.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.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y kcas_data.dev kcas.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-06-17 18:29.43: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced-debian-12-4.14+flambda_opam-2.3-c16ddb2f6acfce03b267ff5a87158c67" 2025-06-17 18:29.43: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced) (comment debian-12-4.14+flambda_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.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.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.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.3 --depext-only -y kcas_data.dev kcas.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-06-17 18:29.43: Waiting for resource in pool OCluster 2025-06-17 21:11.36: Waiting for worker… 2025-06-17 21:14.58: 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:71a1afa039fe06fb487d20309f301b01efa00275c880351e8437783088c97ced) 2025-06-17 21:14.59 ---> using "a5c4e1af52967ce6c46f0a49a956916486bb249765ab26d2974bf2c7d955d643" from cache /: (comment debian-12-4.14+flambda_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-17 21:14.59 ---> using "5082b78f6a9dd4aecd045e78466146be863d84725ce362fe530f59add8681f71" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 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-06-17 21:14.59 ---> using "97a640afaa3ecec8283c0093e4cb5b7661ac8b70e0111b325df148cf4fd51792" 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.3.0 2025-06-17 21:14.59 ---> using "e4be094968430acc0f92c165d2f448604c68942168b56ef4e3c88865d5e24368" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 21:14.59 ---> using "78bf212dc77c0ee5c6a56facaa9d87d5532067d19985b8630fb2fa0e48378e42" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-06-17 21:14.59 ---> using "47b029b60eb10506169c7a168fe40dc0a36b9816e1aea0a561d3fae5ba1b6bb1" from cache /src: (copy (src kcas_data.opam kcas.opam) (dst ./)) 2025-06-17 21:14.59 ---> saved as "1854750e19c793c76095399f9ba176bf566fced962dccd0fb52053b1d36744f3" /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-06-17 21:15.01 ---> saved as "79b0e58ca02aa68d773237e3ebad2bef9dbc3fa1ae7b6d482d7427018d581e54" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 21:15.01 ---> saved as "cd2f9b6b5c37144d6451225be63b5ef68879295373922f1265debcd95883c9c2" /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.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.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.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.4 yojson.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.3 --depext-only -y kcas_data.dev kcas.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [267 kB] - Fetched 370 kB in 0s (1062 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-06-17 21:15.09 ---> saved as "ee6542be6d1dd1759ae58e65d19d7932cef68bcd40f43b65fdec58d122913ed3" /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.10.0 - install logs 0.8.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-bench 0.1.7 - install multicore-magic 2.3.1 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.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.25 - install qcheck-multicoretests-util 0.8 - install qcheck-stm 0.8 - install re 1.12.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install thread-local-storage 0.2 - install thread-table 1.0.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 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 cppo.1.8.0 (cached) -> retrieved alcotest.1.9.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.10.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved multicore-bench.0.1.7 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.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 dune.3.19.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.25 (cached) -> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-local-storage.0.2 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (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.0.8 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed dune.3.19.1 -> installed domain_shims.0.1.0 -> installed stdlib-shims.0.3.0 -> installed result.1.5 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed ocaml-version.4.0.1 -> installed backoff.0.1.1 -> installed multicore-magic.2.3.1 -> installed psq.0.2.1 -> installed thread-table.1.0.0 -> installed thread-local-storage.0.2 -> installed domain-local-await.1.0.1 -> installed picos_aux.0.6.0 -> installed picos.0.6.0 -> installed re.1.12.0 -> installed ocaml-syntax-shims.1.0.0 -> installed cppo.1.8.0 -> installed yojson.3.0.0 -> installed picos_std.0.6.0 -> installed qcheck-core.0.25 -> installed multicore-bench.0.1.7 -> installed qcheck-multicoretests-util.0.8 -> installed picos_io.0.6.0 -> installed alcotest.1.9.0 -> installed picos_mux.0.6.0 -> installed qcheck-stm.0.8 -> installed mdx.2.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-17 21:15.50 ---> saved as "afc29bef3b8e6c736de6eb8197ac1f0d8b1929422c9a1699f750df2f664011be" /src: (copy (src .) (dst /src)) 2025-06-17 21:15.50 ---> saved as "27379c777a2826208702eec0812aeffe10597e2935814a654096320546798d45" /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__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__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__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.34 M/s ops over time/get: 581.58 M/s ops over time/incr: 82.77 M/s ops over time/push & pop: 80.14 M/s ops over time/swap: 82.06 M/s ops over time/xchg int: 104.47 M/s time per op/cas int: 7.44 ns time per op/get: 1.72 ns time per op/incr: 12.08 ns time per op/push & pop: 12.48 ns time per op/swap: 12.19 ns time per op/xchg int: 9.57 ns (cd _build/default/test/kcas_data && ./queue_test.exe) Testing `Queue'. This run has ID `IURPRO6W'. [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 && ./dllist_test.exe) Testing `Dllist'. This run has ID `FOWBHV4U'. [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 && ./mvar_test.exe) Testing `Mvar'. This run has ID `WP8YUZF5'. [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 && ./xt_test.exe) Testing `Transactions'. This run has ID `MYEJS7VE'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'. Test Successful in 0.000s. 1 test run. (cd _build/default/test/kcas_data && ./stack_test.exe) Testing `Stack'. This run has ID `4UKU9HT2'. [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 && ./threads.exe) Testing `Threads'. This run has ID `X9Q8TWIP'. [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 && ./hashtbl_test.exe) Testing `Hashtbl'. This run has ID `4JXIU5K5'. [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.003s. 4 tests run. (cd _build/default/bench && ./main.exe -brief 'Kcas Xt') Kcas Xt: time per transaction/0 loc tx: 8.77 ns time per transaction/1 loc tx: 24.58 ns time per transaction/2 loc tx: 61.50 ns time per transaction/4 loc tx: 108.72 ns time per transaction/8 loc tx: 201.33 ns transactions over time/0 loc tx: 114.03 M/s transactions over time/1 loc tx: 40.69 M/s transactions over time/2 loc tx: 16.26 M/s transactions over time/4 loc tx: 9.20 M/s transactions over time/8 loc tx: 4.97 M/s Kcas Xt read-only: time per transaction/0 loc tx: 8.80 ns time per transaction/1 loc tx: 18.82 ns time per transaction/2 loc tx: 38.22 ns time per transaction/4 loc tx: 64.45 ns time per transaction/8 loc tx: 117.29 ns transactions over time/0 loc tx: 113.65 M/s transactions over time/1 loc tx: 53.13 M/s transactions over time/2 loc tx: 26.17 M/s transactions over time/4 loc tx: 15.52 M/s transactions over time/8 loc tx: 8.53 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only') Kcas Xt read-only: time per transaction/0 loc tx: 8.79 ns time per transaction/1 loc tx: 18.49 ns time per transaction/2 loc tx: 38.94 ns time per transaction/4 loc tx: 64.72 ns time per transaction/8 loc tx: 117.99 ns transactions over time/0 loc tx: 113.80 M/s transactions over time/1 loc tx: 54.07 M/s transactions over time/2 loc tx: 25.68 M/s transactions over time/4 loc tx: 15.45 M/s transactions over time/8 loc tx: 8.48 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP') Kcas parallel CMP: time per transaction/1 worker: 70.47 ns transactions over time/1 worker: 14.19 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator') Kcas_data Accumulator: operations over time/1 worker, 0% reads: 86.50 M/s time per operation/1 worker, 0% reads: 11.56 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist') Kcas_data Dllist: messages over time/one domain: 3.74 M/s time per message/one domain: 267.10 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl') Kcas_data Hashtbl: operations over time/1 worker, 10% reads: 9.12 M/s operations over time/1 worker, 50% reads: 11.29 M/s operations over time/1 worker, 90% reads: 24.30 M/s time per operation/1 worker, 10% reads: 109.68 ns time per operation/1 worker, 50% reads: 88.55 ns time per operation/1 worker, 90% reads: 41.15 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: 16.87 M/s time per message/one domain: 59.27 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack') Kcas_data Stack: messages over time/one domain: 24.92 M/s time per message/one domain: 40.12 ns (cd _build/default/test/kcas_data && ./stack_test_stm.exe) random seed: 1758662416581040818 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack sequential (generating) [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack concurrent [ ] 19 0 0 19 / 32 0.2s Stack concurrent [ ] 27 0 0 27 / 32 0.3s Stack concurrent [✓] 32 0 0 32 / 32 0.3s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 2376973176981690506 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 [ ] 9 0 0 9 / 64 0.1s Stack concurrent [ ] 15 0 0 15 / 64 0.2s Stack concurrent [ ] 21 0 0 21 / 64 0.3s Stack concurrent [ ] 39 0 0 39 / 64 0.4s Stack concurrent [ ] 49 0 0 49 / 64 0.6s Stack concurrent [ ] 53 0 0 53 / 64 0.7s Stack concurrent [ ] 57 0 0 57 / 64 0.8s Stack concurrent [✓] 64 0 0 64 / 64 0.8s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 4596920131300931029 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 [ ] 13 0 0 13 / 128 0.0s Stack concurrent [ ] 30 0 0 30 / 128 0.2s Stack concurrent [ ] 37 0 0 37 / 128 0.3s Stack concurrent [ ] 45 0 0 45 / 128 0.4s Stack concurrent [ ] 76 0 0 76 / 128 0.5s Stack concurrent [ ] 83 0 0 83 / 128 0.7s Stack concurrent [ ] 94 0 0 94 / 128 0.8s Stack concurrent [ ] 99 0 0 99 / 128 0.9s Stack concurrent [ ] 117 0 0 117 / 128 1.0s Stack concurrent [✓] 128 0 0 128 / 128 1.0s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 3536302087241523490 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 [ ] 11 0 0 11 / 256 0.0s Stack concurrent [ ] 29 0 0 29 / 256 0.1s Stack concurrent [ ] 49 0 0 49 / 256 0.3s Stack concurrent [ ] 70 0 0 70 / 256 0.4s Stack concurrent [ ] 80 0 0 80 / 256 0.6s Stack concurrent [ ] 98 0 0 98 / 256 0.7s Stack concurrent [ ] 101 0 0 101 / 256 0.9s Stack concurrent [ ] 108 0 0 108 / 256 1.0s Stack concurrent [ ] 118 0 0 118 / 256 1.2s Stack concurrent [ ] 128 0 0 128 / 256 1.3s Stack concurrent [ ] 137 0 0 137 / 256 1.4s Stack concurrent [ ] 161 0 0 161 / 256 1.6s Stack concurrent [ ] 171 0 0 171 / 256 1.7s Stack concurrent [ ] 181 0 0 181 / 256 1.9s Stack concurrent [ ] 201 0 0 201 / 256 2.0s Stack concurrent [ ] 218 0 0 218 / 256 2.2s Stack concurrent [ ] 239 0 0 239 / 256 2.3s Stack concurrent [✓] 256 0 0 256 / 256 2.4s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 4259881620635360209 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 [ ] 5 0 0 5 / 512 0.0s Stack concurrent [ ] 24 0 0 24 / 512 0.1s Stack concurrent [ ] 25 0 0 25 / 512 0.2s Stack concurrent [ ] 38 0 0 38 / 512 0.4s Stack concurrent [ ] 49 0 0 49 / 512 0.5s Stack concurrent [ ] 65 0 0 65 / 512 0.6s Stack concurrent [ ] 73 0 0 73 / 512 0.8s Stack concurrent [ ] 95 0 0 95 / 512 0.9s Stack concurrent [ ] 119 0 0 119 / 512 1.1s Stack concurrent [ ] 153 0 0 153 / 512 1.2s Stack concurrent [ ] 161 0 0 161 / 512 1.4s Stack concurrent [ ] 173 0 0 173 / 512 1.5s Stack concurrent [ ] 202 0 0 202 / 512 1.7s Stack concurrent [ ] 212 0 0 212 / 512 1.8s Stack concurrent [ ] 220 0 0 220 / 512 1.9s Stack concurrent [ ] 232 0 0 232 / 512 2.0s Stack concurrent [ ] 238 0 0 238 / 512 2.1s Stack concurrent [ ] 255 0 0 255 / 512 2.2s Stack concurrent [ ] 271 0 0 271 / 512 2.4s Stack concurrent [ ] 301 0 0 301 / 512 2.5s Stack concurrent [ ] 336 0 0 336 / 512 2.6s Stack concurrent [ ] 364 0 0 364 / 512 2.7s Stack concurrent [ ] 391 0 0 391 / 512 2.8s Stack concurrent [ ] 400 0 0 400 / 512 2.9s Stack concurrent [ ] 415 0 0 415 / 512 3.1s Stack concurrent [ ] 426 0 0 426 / 512 3.3s Stack concurrent [ ] 441 0 0 441 / 512 3.4s Stack concurrent [ ] 450 0 0 450 / 512 3.5s Stack concurrent [ ] 453 0 0 453 / 512 3.7s Stack concurrent [ ] 462 0 0 462 / 512 3.8s Stack concurrent [ ] 472 0 0 472 / 512 3.9s Stack concurrent [ ] 486 0 0 486 / 512 4.1s Stack concurrent [ ] 498 0 0 498 / 512 4.2s Stack concurrent [ ] 504 0 0 504 / 512 4.4s Stack concurrent [✓] 512 0 0 512 / 512 4.4s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 605419481319839549 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 [ ] 11 0 0 11 / 32 0.1s Stack concurrent [ ] 23 0 0 23 / 32 0.3s Stack concurrent [✓] 32 0 0 32 / 32 0.3s Stack concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas && ./ms_queue_test.exe) Testing `MS queue'. This run has ID `0608SNGO'. [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.117s. 2 tests run. (cd _build/default/test/kcas_data && ./accumulator_test_stm.exe) random seed: 2697528305470726105 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator sequential (generating) [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator concurrent [ ] 26 0 0 26 / 32 0.1s Accumulator concurrent [✓] 32 0 0 32 / 32 0.1s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 1650355355106676015 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 [ ] 2 0 0 2 / 64 0.1s Accumulator concurrent [ ] 9 0 0 9 / 64 0.2s Accumulator concurrent [ ] 24 0 0 24 / 64 0.3s Accumulator concurrent [ ] 35 0 0 35 / 64 0.5s Accumulator concurrent [ ] 49 0 0 49 / 64 0.6s Accumulator concurrent [ ] 58 0 0 58 / 64 0.8s Accumulator concurrent [✓] 64 0 0 64 / 64 0.8s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 3425634103269511114 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 [ ] 5 0 0 5 / 128 0.1s Accumulator concurrent [ ] 26 0 0 26 / 128 0.2s Accumulator concurrent [ ] 36 0 0 36 / 128 0.4s Accumulator concurrent [ ] 50 0 0 50 / 128 0.5s Accumulator concurrent [ ] 63 0 0 63 / 128 0.6s Accumulator concurrent [ ] 79 0 0 79 / 128 0.7s Accumulator concurrent [ ] 93 0 0 93 / 128 0.8s Accumulator concurrent [ ] 111 0 0 111 / 128 1.0s Accumulator concurrent [ ] 116 0 0 116 / 128 1.1s Accumulator concurrent [ ] 123 0 0 123 / 128 1.3s Accumulator concurrent [✓] 128 0 0 128 / 128 1.3s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 3331161551104398352 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 [ ] 9 0 0 9 / 256 0.0s Accumulator concurrent [ ] 24 0 0 24 / 256 0.1s Accumulator concurrent [ ] 35 0 0 35 / 256 0.3s Accumulator concurrent [ ] 46 0 0 46 / 256 0.4s Accumulator concurrent [ ] 66 0 0 66 / 256 0.5s Accumulator concurrent [ ] 80 0 0 80 / 256 0.7s Accumulator concurrent [ ] 96 0 0 96 / 256 0.8s Accumulator concurrent [ ] 106 0 0 106 / 256 0.9s Accumulator concurrent [ ] 110 0 0 110 / 256 1.1s Accumulator concurrent [ ] 114 0 0 114 / 256 1.2s Accumulator concurrent [ ] 128 0 0 128 / 256 1.3s Accumulator concurrent [ ] 138 0 0 138 / 256 1.4s Accumulator concurrent [ ] 141 0 0 141 / 256 1.5s Accumulator concurrent [ ] 154 0 0 154 / 256 1.6s Accumulator concurrent [ ] 178 0 0 178 / 256 1.7s Accumulator concurrent [ ] 181 0 0 181 / 256 1.9s Accumulator concurrent [ ] 198 0 0 198 / 256 2.1s Accumulator concurrent [ ] 208 0 0 208 / 256 2.2s Accumulator concurrent [ ] 221 0 0 221 / 256 2.4s Accumulator concurrent [ ] 223 0 0 223 / 256 2.5s Accumulator concurrent [ ] 244 0 0 244 / 256 2.6s Accumulator concurrent [✓] 256 0 0 256 / 256 2.7s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 3882404909983248922 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 [ ] 3 0 0 3 / 512 0.1s Accumulator concurrent [ ] 15 0 0 15 / 512 0.3s Accumulator concurrent [ ] 25 0 0 25 / 512 0.4s Accumulator concurrent [ ] 40 0 0 40 / 512 0.6s Accumulator concurrent [ ] 49 0 0 49 / 512 0.7s Accumulator concurrent [ ] 51 0 0 51 / 512 0.9s Accumulator concurrent [ ] 72 0 0 72 / 512 1.0s Accumulator concurrent [ ] 87 0 0 87 / 512 1.1s Accumulator concurrent [ ] 92 0 0 92 / 512 1.3s Accumulator concurrent [ ] 114 0 0 114 / 512 1.4s Accumulator concurrent [ ] 122 0 0 122 / 512 1.6s Accumulator concurrent [ ] 137 0 0 137 / 512 1.7s Accumulator concurrent [ ] 142 0 0 142 / 512 1.8s Accumulator concurrent [ ] 152 0 0 152 / 512 1.9s Accumulator concurrent [ ] 180 0 0 180 / 512 2.1s Accumulator concurrent [ ] 183 0 0 183 / 512 2.2s Accumulator concurrent [ ] 202 0 0 202 / 512 2.3s Accumulator concurrent [ ] 210 0 0 210 / 512 2.4s Accumulator concurrent [ ] 225 0 0 225 / 512 2.5s Accumulator concurrent [ ] 241 0 0 241 / 512 2.6s Accumulator concurrent [ ] 251 0 0 251 / 512 2.7s Accumulator concurrent [ ] 263 0 0 263 / 512 2.8s Accumulator concurrent [ ] 280 0 0 280 / 512 3.0s Accumulator concurrent [ ] 298 0 0 298 / 512 3.1s Accumulator concurrent [ ] 312 0 0 312 / 512 3.2s Accumulator concurrent [ ] 321 0 0 321 / 512 3.3s Accumulator concurrent [ ] 333 0 0 333 / 512 3.4s Accumulator concurrent [ ] 345 0 0 345 / 512 3.6s Accumulator concurrent [ ] 353 0 0 353 / 512 3.7s Accumulator concurrent [ ] 362 0 0 362 / 512 3.9s Accumulator concurrent [ ] 380 0 0 380 / 512 4.0s Accumulator concurrent [ ] 383 0 0 383 / 512 4.1s Accumulator concurrent [ ] 394 0 0 394 / 512 4.2s Accumulator concurrent [ ] 410 0 0 410 / 512 4.3s Accumulator concurrent [ ] 413 0 0 413 / 512 4.5s Accumulator concurrent [ ] 435 0 0 435 / 512 4.7s Accumulator concurrent [ ] 458 0 0 458 / 512 4.9s Accumulator concurrent [ ] 468 0 0 468 / 512 5.0s Accumulator concurrent [ ] 484 0 0 484 / 512 5.1s Accumulator concurrent [ ] 491 0 0 491 / 512 5.2s Accumulator concurrent [✓] 512 0 0 512 / 512 5.3s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 1701467728968222809 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 [ ] 1 0 0 1 / 32 0.0s Accumulator concurrent [ ] 3 0 0 3 / 32 0.1s Accumulator concurrent [ ] 10 0 0 10 / 32 0.3s Accumulator concurrent [ ] 18 0 0 18 / 32 0.4s Accumulator concurrent [ ] 21 0 0 21 / 32 0.5s Accumulator concurrent [✓] 32 0 0 32 / 32 0.6s Accumulator concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./queue_test_stm.exe) random seed: 2168726970597836369 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue concurrent [ ] 12 0 0 12 / 32 0.1s Queue concurrent [ ] 20 0 0 20 / 32 0.2s Queue concurrent [✓] 32 0 0 32 / 32 0.3s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 3421807572496978342 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 [ ] 8 0 0 8 / 64 0.1s Queue concurrent [ ] 31 0 0 31 / 64 0.2s Queue concurrent [ ] 45 0 0 45 / 64 0.3s Queue concurrent [✓] 64 0 0 64 / 64 0.4s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 314192836811685099 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Queue sequential [✓] 128 0 0 128 / 128 0.0s Queue sequential [ ] 0 0 0 0 / 128 0.0s Queue concurrent [ ] 6 0 0 6 / 128 0.1s Queue concurrent [ ] 11 0 0 11 / 128 0.2s Queue concurrent [ ] 40 0 0 40 / 128 0.3s Queue concurrent [ ] 49 0 0 49 / 128 0.4s Queue concurrent [ ] 54 0 0 54 / 128 0.5s Queue concurrent [ ] 62 0 0 62 / 128 0.6s Queue concurrent [ ] 85 0 0 85 / 128 0.7s Queue concurrent [ ] 87 0 0 87 / 128 0.8s Queue concurrent [ ] 100 0 0 100 / 128 0.9s Queue concurrent [ ] 109 0 0 109 / 128 1.0s Queue concurrent [ ] 116 0 0 116 / 128 1.2s Queue concurrent [ ] 121 0 0 121 / 128 1.3s Queue concurrent [✓] 128 0 0 128 / 128 1.3s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 2596861843327051698 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 [ ] 15 0 0 15 / 256 0.1s Queue concurrent [ ] 25 0 0 25 / 256 0.2s Queue concurrent [ ] 39 0 0 39 / 256 0.4s Queue concurrent [ ] 51 0 0 51 / 256 0.5s Queue concurrent [ ] 67 0 0 67 / 256 0.6s Queue concurrent [ ] 72 0 0 72 / 256 0.7s Queue concurrent [ ] 78 0 0 78 / 256 0.9s Queue concurrent [ ] 90 0 0 90 / 256 1.1s Queue concurrent [ ] 99 0 0 99 / 256 1.3s Queue concurrent [ ] 112 0 0 112 / 256 1.4s Queue concurrent [ ] 113 0 0 113 / 256 1.5s Queue concurrent [ ] 116 0 0 116 / 256 1.6s Queue concurrent [ ] 129 0 0 129 / 256 1.7s Queue concurrent [ ] 131 0 0 131 / 256 1.9s Queue concurrent [ ] 153 0 0 153 / 256 2.0s Queue concurrent [ ] 159 0 0 159 / 256 2.1s Queue concurrent [ ] 168 0 0 168 / 256 2.3s Queue concurrent [ ] 182 0 0 182 / 256 2.4s Queue concurrent [ ] 190 0 0 190 / 256 2.6s Queue concurrent [ ] 196 0 0 196 / 256 2.7s Queue concurrent [ ] 209 0 0 209 / 256 2.8s Queue concurrent [ ] 223 0 0 223 / 256 2.9s Queue concurrent [ ] 233 0 0 233 / 256 3.1s Queue concurrent [ ] 246 0 0 246 / 256 3.3s Queue concurrent [✓] 256 0 0 256 / 256 3.3s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 689492749423430221 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 [ ] 14 0 0 14 / 512 0.1s Queue concurrent [ ] 22 0 0 22 / 512 0.2s Queue concurrent [ ] 34 0 0 34 / 512 0.3s Queue concurrent [ ] 42 0 0 42 / 512 0.5s Queue concurrent [ ] 45 0 0 45 / 512 0.6s Queue concurrent [ ] 63 0 0 63 / 512 0.7s Queue concurrent [ ] 73 0 0 73 / 512 0.8s Queue concurrent [ ] 79 0 0 79 / 512 0.9s Queue concurrent [ ] 83 0 0 83 / 512 1.0s Queue concurrent [ ] 103 0 0 103 / 512 1.1s Queue concurrent [ ] 114 0 0 114 / 512 1.2s Queue concurrent [ ] 125 0 0 125 / 512 1.4s Queue concurrent [ ] 130 0 0 130 / 512 1.5s Queue concurrent [ ] 145 0 0 145 / 512 1.7s Queue concurrent [ ] 157 0 0 157 / 512 1.8s Queue concurrent [ ] 174 0 0 174 / 512 1.9s Queue concurrent [ ] 179 0 0 179 / 512 2.0s Queue concurrent [ ] 191 0 0 191 / 512 2.2s Queue concurrent [ ] 194 0 0 194 / 512 2.3s Queue concurrent [ ] 201 0 0 201 / 512 2.4s Queue concurrent [ ] 213 0 0 213 / 512 2.5s Queue concurrent [ ] 229 0 0 229 / 512 2.6s Queue concurrent [ ] 239 0 0 239 / 512 2.8s Queue concurrent [ ] 246 0 0 246 / 512 3.0s Queue concurrent [ ] 248 0 0 248 / 512 3.1s Queue concurrent [ ] 269 0 0 269 / 512 3.2s Queue concurrent [ ] 279 0 0 279 / 512 3.3s Queue concurrent [ ] 287 0 0 287 / 512 3.4s Queue concurrent [ ] 290 0 0 290 / 512 3.6s Queue concurrent [ ] 324 0 0 324 / 512 3.7s Queue concurrent [ ] 335 0 0 335 / 512 3.8s Queue concurrent [ ] 347 0 0 347 / 512 4.0s Queue concurrent [ ] 371 0 0 371 / 512 4.2s Queue concurrent [ ] 387 0 0 387 / 512 4.3s Queue concurrent [ ] 411 0 0 411 / 512 4.4s Queue concurrent [ ] 419 0 0 419 / 512 4.6s Queue concurrent [ ] 431 0 0 431 / 512 4.7s Queue concurrent [ ] 446 0 0 446 / 512 4.9s Queue concurrent [ ] 462 0 0 462 / 512 5.1s Queue concurrent [ ] 463 0 0 463 / 512 5.2s Queue concurrent [ ] 471 0 0 471 / 512 5.3s Queue concurrent [ ] 482 0 0 482 / 512 5.4s Queue concurrent [ ] 488 0 0 488 / 512 5.6s Queue concurrent [ ] 501 0 0 501 / 512 5.7s Queue concurrent [ ] 512 0 0 512 / 512 5.8s Queue concurrent [✓] 512 0 0 512 / 512 5.8s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 4566014262535480028 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 [ ] 12 0 0 12 / 32 0.1s Queue concurrent [ ] 16 0 0 16 / 32 0.2s Queue concurrent [ ] 21 0 0 21 / 32 0.3s Queue concurrent [✓] 32 0 0 32 / 32 0.4s Queue concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe) random seed: 2727073805760017486 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential (generating) [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 4 0 0 4 / 32 0.1s Hashtbl concurrent [ ] 16 0 0 16 / 32 0.2s Hashtbl concurrent [ ] 26 0 0 26 / 32 0.3s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.4s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 59276217269816180 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 [ ] 1 0 0 1 / 64 0.1s Hashtbl concurrent [ ] 11 0 0 11 / 64 0.2s Hashtbl concurrent [ ] 19 0 0 19 / 64 0.3s Hashtbl concurrent [ ] 36 0 0 36 / 64 0.4s Hashtbl concurrent [ ] 50 0 0 50 / 64 0.6s Hashtbl concurrent [ ] 52 0 0 52 / 64 0.7s Hashtbl concurrent [✓] 64 0 0 64 / 64 0.8s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 3104120921073731958 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 [ ] 4 0 0 4 / 128 0.0s Hashtbl concurrent [ ] 10 0 0 10 / 128 0.2s Hashtbl concurrent [ ] 29 0 0 29 / 128 0.3s Hashtbl concurrent [ ] 33 0 0 33 / 128 0.4s Hashtbl concurrent [ ] 37 0 0 37 / 128 0.6s Hashtbl concurrent [ ] 51 0 0 51 / 128 0.7s Hashtbl concurrent [ ] 67 0 0 67 / 128 0.8s Hashtbl concurrent [ ] 82 0 0 82 / 128 1.0s Hashtbl concurrent [ ] 98 0 0 98 / 128 1.1s Hashtbl concurrent [ ] 100 0 0 100 / 128 1.2s Hashtbl concurrent [ ] 121 0 0 121 / 128 1.3s Hashtbl concurrent [✓] 128 0 0 128 / 128 1.3s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 3086251426600658988 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 [ ] 8 0 0 8 / 256 0.1s Hashtbl concurrent [ ] 19 0 0 19 / 256 0.3s Hashtbl concurrent [ ] 27 0 0 27 / 256 0.4s Hashtbl concurrent [ ] 36 0 0 36 / 256 0.5s Hashtbl concurrent [ ] 40 0 0 40 / 256 0.6s Hashtbl concurrent [ ] 61 0 0 61 / 256 0.7s Hashtbl concurrent [ ] 77 0 0 77 / 256 0.8s Hashtbl concurrent [ ] 96 0 0 96 / 256 1.0s Hashtbl concurrent [ ] 103 0 0 103 / 256 1.1s Hashtbl concurrent [ ] 118 0 0 118 / 256 1.3s Hashtbl concurrent [ ] 139 0 0 139 / 256 1.4s Hashtbl concurrent [ ] 140 0 0 140 / 256 1.5s Hashtbl concurrent [ ] 142 0 0 142 / 256 1.6s Hashtbl concurrent [ ] 149 0 0 149 / 256 1.7s Hashtbl concurrent [ ] 155 0 0 155 / 256 1.8s Hashtbl concurrent [ ] 160 0 0 160 / 256 2.0s Hashtbl concurrent [ ] 163 0 0 163 / 256 2.1s Hashtbl concurrent [ ] 180 0 0 180 / 256 2.2s Hashtbl concurrent [ ] 200 0 0 200 / 256 2.3s Hashtbl concurrent [ ] 214 0 0 214 / 256 2.4s Hashtbl concurrent [ ] 224 0 0 224 / 256 2.5s Hashtbl concurrent [ ] 232 0 0 232 / 256 2.7s Hashtbl concurrent [ ] 239 0 0 239 / 256 2.8s Hashtbl concurrent [ ] 245 0 0 245 / 256 2.9s Hashtbl concurrent [✓] 256 0 0 256 / 256 3.0s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 803026276000420194 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 [ ] 4 0 0 4 / 512 0.1s Hashtbl concurrent [ ] 25 0 0 25 / 512 0.2s Hashtbl concurrent [ ] 33 0 0 33 / 512 0.4s Hashtbl concurrent [ ] 57 0 0 57 / 512 0.5s Hashtbl concurrent [ ] 65 0 0 65 / 512 0.6s Hashtbl concurrent [ ] 80 0 0 80 / 512 0.8s Hashtbl concurrent [ ] 83 0 0 83 / 512 0.9s Hashtbl concurrent [ ] 91 0 0 91 / 512 1.1s Hashtbl concurrent [ ] 107 0 0 107 / 512 1.3s Hashtbl concurrent [ ] 117 0 0 117 / 512 1.4s Hashtbl concurrent [ ] 131 0 0 131 / 512 1.5s Hashtbl concurrent [ ] 137 0 0 137 / 512 1.6s Hashtbl concurrent [ ] 140 0 0 140 / 512 1.7s Hashtbl concurrent [ ] 144 0 0 144 / 512 1.9s Hashtbl concurrent [ ] 154 0 0 154 / 512 2.0s Hashtbl concurrent [ ] 174 0 0 174 / 512 2.1s Hashtbl concurrent [ ] 184 0 0 184 / 512 2.2s Hashtbl concurrent [ ] 194 0 0 194 / 512 2.4s Hashtbl concurrent [ ] 210 0 0 210 / 512 2.5s Hashtbl concurrent [ ] 216 0 0 216 / 512 2.7s Hashtbl concurrent [ ] 225 0 0 225 / 512 2.8s Hashtbl concurrent [ ] 244 0 0 244 / 512 2.9s Hashtbl concurrent [ ] 253 0 0 253 / 512 3.1s Hashtbl concurrent [ ] 272 0 0 272 / 512 3.2s Hashtbl concurrent [ ] 283 0 0 283 / 512 3.3s Hashtbl concurrent [ ] 285 0 0 285 / 512 3.4s Hashtbl concurrent [ ] 287 0 0 287 / 512 3.5s Hashtbl concurrent [ ] 293 0 0 293 / 512 3.7s Hashtbl concurrent [ ] 302 0 0 302 / 512 3.8s Hashtbl concurrent [ ] 310 0 0 310 / 512 3.9s Hashtbl concurrent [ ] 316 0 0 316 / 512 4.1s Hashtbl concurrent [ ] 325 0 0 325 / 512 4.2s Hashtbl concurrent [ ] 327 0 0 327 / 512 4.3s Hashtbl concurrent [ ] 333 0 0 333 / 512 4.4s Hashtbl concurrent [ ] 343 0 0 343 / 512 4.6s Hashtbl concurrent [ ] 363 0 0 363 / 512 4.8s Hashtbl concurrent [ ] 378 0 0 378 / 512 5.0s Hashtbl concurrent [ ] 386 0 0 386 / 512 5.1s Hashtbl concurrent [ ] 387 0 0 387 / 512 5.3s Hashtbl concurrent [ ] 403 0 0 403 / 512 5.5s Hashtbl concurrent [ ] 408 0 0 408 / 512 5.7s Hashtbl concurrent [ ] 418 0 0 418 / 512 5.8s Hashtbl concurrent [ ] 423 0 0 423 / 512 5.9s Hashtbl concurrent [ ] 439 0 0 439 / 512 6.0s Hashtbl concurrent [ ] 447 0 0 447 / 512 6.2s Hashtbl concurrent [ ] 462 0 0 462 / 512 6.3s Hashtbl concurrent [ ] 467 0 0 467 / 512 6.5s Hashtbl concurrent [ ] 483 0 0 483 / 512 6.7s Hashtbl concurrent [ ] 484 0 0 484 / 512 6.9s Hashtbl concurrent [ ] 494 0 0 494 / 512 7.0s Hashtbl concurrent [ ] 506 0 0 506 / 512 7.2s Hashtbl concurrent [✓] 512 0 0 512 / 512 7.3s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 1457320396152280611 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 [ ] 13 0 0 13 / 32 0.1s Hashtbl concurrent [ ] 27 0 0 27 / 32 0.2s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.3s Hashtbl concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./dllist_test_stm.exe) random seed: 4505435891191048751 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist sequential (generating) [✓] 32 0 0 32 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist concurrent [ ] 16 0 0 16 / 32 0.1s Dllist concurrent [ ] 24 0 0 24 / 32 0.3s Dllist concurrent [ ] 26 0 0 26 / 32 0.4s Dllist concurrent [✓] 32 0 0 32 / 32 0.5s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 4265210888977867362 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Dllist sequential [✓] 64 0 0 64 / 64 0.0s Dllist sequential [ ] 0 0 0 0 / 64 0.0s Dllist concurrent [ ] 13 0 0 13 / 64 0.1s Dllist concurrent [ ] 28 0 0 28 / 64 0.3s Dllist concurrent [ ] 36 0 0 36 / 64 0.4s Dllist concurrent [ ] 49 0 0 49 / 64 0.6s Dllist concurrent [ ] 59 0 0 59 / 64 0.7s Dllist concurrent [✓] 64 0 0 64 / 64 0.7s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 3173264190931795544 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 [ ] 3 0 0 3 / 128 0.1s Dllist concurrent [ ] 17 0 0 17 / 128 0.2s Dllist concurrent [ ] 29 0 0 29 / 128 0.4s Dllist concurrent [ ] 41 0 0 41 / 128 0.5s Dllist concurrent [ ] 54 0 0 54 / 128 0.7s Dllist concurrent [ ] 56 0 0 56 / 128 0.8s Dllist concurrent [ ] 58 0 0 58 / 128 0.9s Dllist concurrent [ ] 68 0 0 68 / 128 1.0s Dllist concurrent [ ] 98 0 0 98 / 128 1.1s Dllist concurrent [ ] 101 0 0 101 / 128 1.2s Dllist concurrent [ ] 111 0 0 111 / 128 1.3s Dllist concurrent [ ] 119 0 0 119 / 128 1.4s Dllist concurrent [ ] 124 0 0 124 / 128 1.5s Dllist concurrent [✓] 128 0 0 128 / 128 1.6s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 1543381666880882749 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 [ ] 1 0 0 1 / 256 0.2s Dllist concurrent [ ] 23 0 0 23 / 256 0.3s Dllist concurrent [ ] 32 0 0 32 / 256 0.4s Dllist concurrent [ ] 43 0 0 43 / 256 0.5s Dllist concurrent [ ] 54 0 0 54 / 256 0.7s Dllist concurrent [ ] 63 0 0 63 / 256 0.8s Dllist concurrent [ ] 66 0 0 66 / 256 0.9s Dllist concurrent [ ] 73 0 0 73 / 256 1.0s Dllist concurrent [ ] 89 0 0 89 / 256 1.1s Dllist concurrent [ ] 101 0 0 101 / 256 1.3s Dllist concurrent [ ] 116 0 0 116 / 256 1.4s Dllist concurrent [ ] 136 0 0 136 / 256 1.5s Dllist concurrent [ ] 151 0 0 151 / 256 1.7s Dllist concurrent [ ] 156 0 0 156 / 256 1.8s Dllist concurrent [ ] 161 0 0 161 / 256 1.9s Dllist concurrent [ ] 162 0 0 162 / 256 2.0s Dllist concurrent [ ] 188 0 0 188 / 256 2.2s Dllist concurrent [ ] 198 0 0 198 / 256 2.3s Dllist concurrent [ ] 203 0 0 203 / 256 2.4s Dllist concurrent [ ] 214 0 0 214 / 256 2.5s Dllist concurrent [ ] 225 0 0 225 / 256 2.6s Dllist concurrent [ ] 229 0 0 229 / 256 2.7s Dllist concurrent [ ] 242 0 0 242 / 256 2.9s Dllist concurrent [ ] 255 0 0 255 / 256 3.0s Dllist concurrent [✓] 256 0 0 256 / 256 3.0s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 1741215682194498512 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 [ ] 3 0 0 3 / 512 0.1s Dllist concurrent [ ] 7 0 0 7 / 512 0.3s Dllist concurrent [ ] 21 0 0 21 / 512 0.4s Dllist concurrent [ ] 31 0 0 31 / 512 0.5s Dllist concurrent [ ] 37 0 0 37 / 512 0.6s Dllist concurrent [ ] 50 0 0 50 / 512 0.8s Dllist concurrent [ ] 69 0 0 69 / 512 0.9s Dllist concurrent [ ] 84 0 0 84 / 512 1.1s Dllist concurrent [ ] 85 0 0 85 / 512 1.2s Dllist concurrent [ ] 108 0 0 108 / 512 1.3s Dllist concurrent [ ] 120 0 0 120 / 512 1.5s Dllist concurrent [ ] 137 0 0 137 / 512 1.6s Dllist concurrent [ ] 145 0 0 145 / 512 1.8s Dllist concurrent [ ] 151 0 0 151 / 512 1.9s Dllist concurrent [ ] 156 0 0 156 / 512 2.0s Dllist concurrent [ ] 164 0 0 164 / 512 2.2s Dllist concurrent [ ] 175 0 0 175 / 512 2.4s Dllist concurrent [ ] 183 0 0 183 / 512 2.5s Dllist concurrent [ ] 195 0 0 195 / 512 2.7s Dllist concurrent [ ] 206 0 0 206 / 512 2.8s Dllist concurrent [ ] 216 0 0 216 / 512 2.9s Dllist concurrent [ ] 227 0 0 227 / 512 3.1s Dllist concurrent [ ] 234 0 0 234 / 512 3.2s Dllist concurrent [ ] 256 0 0 256 / 512 3.3s Dllist concurrent [ ] 266 0 0 266 / 512 3.5s Dllist concurrent [ ] 275 0 0 275 / 512 3.7s Dllist concurrent [ ] 280 0 0 280 / 512 3.8s Dllist concurrent [ ] 287 0 0 287 / 512 3.9s Dllist concurrent [ ] 288 0 0 288 / 512 4.0s Dllist concurrent [ ] 292 0 0 292 / 512 4.2s Dllist concurrent [ ] 301 0 0 301 / 512 4.3s Dllist concurrent [ ] 320 0 0 320 / 512 4.5s Dllist concurrent [ ] 328 0 0 328 / 512 4.6s Dllist concurrent [ ] 333 0 0 333 / 512 4.8s Dllist concurrent [ ] 347 0 0 347 / 512 5.0s Dllist concurrent [ ] 360 0 0 360 / 512 5.1s Dllist concurrent [ ] 367 0 0 367 / 512 5.2s Dllist concurrent [ ] 372 0 0 372 / 512 5.4s Dllist concurrent [ ] 380 0 0 380 / 512 5.5s Dllist concurrent [ ] 397 0 0 397 / 512 5.6s Dllist concurrent [ ] 399 0 0 399 / 512 5.7s Dllist concurrent [ ] 406 0 0 406 / 512 5.9s Dllist concurrent [ ] 414 0 0 414 / 512 6.0s Dllist concurrent [ ] 425 0 0 425 / 512 6.3s Dllist concurrent [ ] 429 0 0 429 / 512 6.4s Dllist concurrent [ ] 443 0 0 443 / 512 6.5s Dllist concurrent [ ] 459 0 0 459 / 512 6.7s Dllist concurrent [ ] 468 0 0 468 / 512 6.8s Dllist concurrent [ ] 476 0 0 476 / 512 6.9s Dllist concurrent [ ] 493 0 0 493 / 512 7.0s Dllist concurrent [ ] 500 0 0 500 / 512 7.1s Dllist concurrent [ ] 512 0 0 512 / 512 7.4s Dllist concurrent [✓] 512 0 0 512 / 512 7.4s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 3781671960279820400 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 [ ] 2 0 0 2 / 32 0.1s Dllist concurrent [ ] 21 0 0 21 / 32 0.2s Dllist concurrent [✓] 32 0 0 32 / 32 0.3s Dllist concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe) random seed: 1931596405952190452 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential (generating) [✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order concurrent [ ] 9 0 0 9 / 32 0.1s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 32 0.2s Hashtbl_with_order concurrent [ ] 25 0 0 25 / 32 0.3s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 0.4s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 4328367382093454730 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 [ ] 20 0 0 20 / 64 0.2s Hashtbl_with_order concurrent [ ] 41 0 0 41 / 64 0.5s Hashtbl_with_order concurrent [ ] 58 0 0 58 / 64 0.6s Hashtbl_with_order concurrent [ ] 62 0 0 62 / 64 0.7s Hashtbl_with_order concurrent [✓] 64 0 0 64 / 64 0.7s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 3502778469645453068 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 [ ] 6 0 0 6 / 128 0.2s Hashtbl_with_order concurrent [ ] 11 0 0 11 / 128 0.4s Hashtbl_with_order concurrent [ ] 17 0 0 17 / 128 0.6s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 128 0.8s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 128 0.9s Hashtbl_with_order concurrent [ ] 44 0 0 44 / 128 1.0s Hashtbl_with_order concurrent [ ] 58 0 0 58 / 128 1.1s Hashtbl_with_order concurrent [ ] 68 0 0 68 / 128 1.4s Hashtbl_with_order concurrent [ ] 76 0 0 76 / 128 1.5s Hashtbl_with_order concurrent [ ] 80 0 0 80 / 128 1.7s Hashtbl_with_order concurrent [ ] 91 0 0 91 / 128 1.8s Hashtbl_with_order concurrent [ ] 95 0 0 95 / 128 1.9s Hashtbl_with_order concurrent [ ] 105 0 0 105 / 128 2.1s Hashtbl_with_order concurrent [ ] 115 0 0 115 / 128 2.2s Hashtbl_with_order concurrent [✓] 128 0 0 128 / 128 2.2s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 3832192713908678594 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 [ ] 7 0 0 7 / 256 0.0s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 256 0.2s Hashtbl_with_order concurrent [ ] 25 0 0 25 / 256 0.5s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 256 0.6s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 256 0.8s Hashtbl_with_order concurrent [ ] 37 0 0 37 / 256 0.9s Hashtbl_with_order concurrent [ ] 41 0 0 41 / 256 1.0s Hashtbl_with_order concurrent [ ] 55 0 0 55 / 256 1.1s Hashtbl_with_order concurrent [ ] 63 0 0 63 / 256 1.3s Hashtbl_with_order concurrent [ ] 71 0 0 71 / 256 1.5s Hashtbl_with_order concurrent [ ] 92 0 0 92 / 256 1.6s Hashtbl_with_order concurrent [ ] 97 0 0 97 / 256 1.7s Hashtbl_with_order concurrent [ ] 107 0 0 107 / 256 1.8s Hashtbl_with_order concurrent [ ] 119 0 0 119 / 256 2.1s Hashtbl_with_order concurrent [ ] 125 0 0 125 / 256 2.3s Hashtbl_with_order concurrent [ ] 127 0 0 127 / 256 2.5s Hashtbl_with_order concurrent [ ] 134 0 0 134 / 256 2.6s Hashtbl_with_order concurrent [ ] 154 0 0 154 / 256 2.7s Hashtbl_with_order concurrent [ ] 166 0 0 166 / 256 2.8s Hashtbl_with_order concurrent [ ] 170 0 0 170 / 256 3.0s Hashtbl_with_order concurrent [ ] 174 0 0 174 / 256 3.1s Hashtbl_with_order concurrent [ ] 186 0 0 186 / 256 3.2s Hashtbl_with_order concurrent [ ] 188 0 0 188 / 256 3.4s Hashtbl_with_order concurrent [ ] 194 0 0 194 / 256 3.6s Hashtbl_with_order concurrent [ ] 197 0 0 197 / 256 3.7s Hashtbl_with_order concurrent [ ] 200 0 0 200 / 256 3.9s Hashtbl_with_order concurrent [ ] 220 0 0 220 / 256 4.1s Hashtbl_with_order concurrent [ ] 237 0 0 237 / 256 4.2s Hashtbl_with_order concurrent [ ] 253 0 0 253 / 256 4.4s Hashtbl_with_order concurrent [✓] 256 0 0 256 / 256 4.4s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 277523203200111735 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 [ ] 9 0 0 9 / 512 0.2s Hashtbl_with_order concurrent [ ] 16 0 0 16 / 512 0.4s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 512 0.6s Hashtbl_with_order concurrent [ ] 26 0 0 26 / 512 0.7s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 512 0.9s Hashtbl_with_order concurrent [ ] 35 0 0 35 / 512 1.0s Hashtbl_with_order concurrent [ ] 37 0 0 37 / 512 1.1s Hashtbl_with_order concurrent [ ] 50 0 0 50 / 512 1.2s Hashtbl_with_order concurrent [ ] 51 0 0 51 / 512 1.4s Hashtbl_with_order concurrent [ ] 59 0 0 59 / 512 1.6s Hashtbl_with_order concurrent [ ] 71 0 0 71 / 512 1.7s Hashtbl_with_order concurrent [ ] 74 0 0 74 / 512 1.9s Hashtbl_with_order concurrent [ ] 83 0 0 83 / 512 2.0s Hashtbl_with_order concurrent [ ] 93 0 0 93 / 512 2.1s Hashtbl_with_order concurrent [ ] 103 0 0 103 / 512 2.3s Hashtbl_with_order concurrent [ ] 112 0 0 112 / 512 2.5s Hashtbl_with_order concurrent [ ] 124 0 0 124 / 512 2.7s Hashtbl_with_order concurrent [ ] 142 0 0 142 / 512 2.8s Hashtbl_with_order concurrent [ ] 152 0 0 152 / 512 3.0s Hashtbl_with_order concurrent [ ] 153 0 0 153 / 512 3.1s Hashtbl_with_order concurrent [ ] 164 0 0 164 / 512 3.2s Hashtbl_with_order concurrent [ ] 165 0 0 165 / 512 3.4s Hashtbl_with_order concurrent [ ] 173 0 0 173 / 512 3.5s Hashtbl_with_order concurrent [ ] 185 0 0 185 / 512 3.8s Hashtbl_with_order concurrent [ ] 191 0 0 191 / 512 4.0s Hashtbl_with_order concurrent [ ] 193 0 0 193 / 512 4.2s Hashtbl_with_order concurrent [ ] 196 0 0 196 / 512 4.3s Hashtbl_with_order concurrent [ ] 202 0 0 202 / 512 4.4s Hashtbl_with_order concurrent [ ] 214 0 0 214 / 512 4.5s Hashtbl_with_order concurrent [ ] 219 0 0 219 / 512 4.8s Hashtbl_with_order concurrent [ ] 224 0 0 224 / 512 5.0s Hashtbl_with_order concurrent [ ] 234 0 0 234 / 512 5.1s Hashtbl_with_order concurrent [ ] 238 0 0 238 / 512 5.3s Hashtbl_with_order concurrent [ ] 243 0 0 243 / 512 5.4s Hashtbl_with_order concurrent [ ] 245 0 0 245 / 512 5.5s Hashtbl_with_order concurrent [ ] 255 0 0 255 / 512 5.7s Hashtbl_with_order concurrent [ ] 257 0 0 257 / 512 5.9s Hashtbl_with_order concurrent [ ] 270 0 0 270 / 512 6.0s Hashtbl_with_order concurrent [ ] 288 0 0 288 / 512 6.3s Hashtbl_with_order concurrent [ ] 299 0 0 299 / 512 6.5s Hashtbl_with_order concurrent [ ] 318 0 0 318 / 512 6.6s Hashtbl_with_order concurrent [ ] 328 0 0 328 / 512 6.8s Hashtbl_with_order concurrent [ ] 335 0 0 335 / 512 6.9s Hashtbl_with_order concurrent [ ] 343 0 0 343 / 512 7.1s Hashtbl_with_order concurrent [ ] 356 0 0 356 / 512 7.2s Hashtbl_with_order concurrent [ ] 365 0 0 365 / 512 7.4s Hashtbl_with_order concurrent [ ] 369 0 0 369 / 512 7.5s Hashtbl_with_order concurrent [ ] 382 0 0 382 / 512 7.6s Hashtbl_with_order concurrent [ ] 389 0 0 389 / 512 7.8s Hashtbl_with_order concurrent [ ] 394 0 0 394 / 512 7.9s Hashtbl_with_order concurrent [ ] 400 0 0 400 / 512 8.1s Hashtbl_with_order concurrent [ ] 408 0 0 408 / 512 8.2s Hashtbl_with_order concurrent [ ] 416 0 0 416 / 512 8.3s Hashtbl_with_order concurrent [ ] 430 0 0 430 / 512 8.4s Hashtbl_with_order concurrent [ ] 435 0 0 435 / 512 8.6s Hashtbl_with_order concurrent [ ] 437 0 0 437 / 512 8.9s Hashtbl_with_order concurrent [ ] 446 0 0 446 / 512 9.1s Hashtbl_with_order concurrent [ ] 461 0 0 461 / 512 9.2s Hashtbl_with_order concurrent [ ] 476 0 0 476 / 512 9.3s Hashtbl_with_order concurrent [ ] 490 0 0 490 / 512 9.5s Hashtbl_with_order concurrent [ ] 500 0 0 500 / 512 9.8s Hashtbl_with_order concurrent [ ] 511 0 0 511 / 512 9.9s Hashtbl_with_order concurrent [✓] 512 0 0 512 / 512 10.0s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 3301271863821728012 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 [ ] 2 0 0 2 / 32 0.2s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 32 0.4s Hashtbl_with_order concurrent [ ] 23 0 0 23 / 32 0.5s 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 `U92SI2MJ'. [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.667s. 17 tests run. 2025-06-17 21:16.12 ---> saved as "8c6aa320810a5a36af098081a3b4bd6b9cdbcd62633a360e39025e56f20a988e" Job succeeded 2025-06-17 21:16.12: Job succeeded