2026-04-13 10:20.37: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 7a83eb3dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2# debian-13-4.13_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.15.3 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.3 yojson.2.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y kcas_data.dev kcas.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-13 10:20.37: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2-debian-13-4.13_opam-2.5-b2fa658065c0a45f4646648d4d57e19e"2026-04-13 10:20.37: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2)(comment debian-13-4.13_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.15.3 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.3 yojson.2.1.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-04-13 10:20.37: Waiting for resource in pool OCluster2026-04-13 11:10.45: Waiting for worker…2026-04-13 11:13.49: Got resource from pool OClusterBuilding on odawa.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/kcas.git-cbf061e658655f8b42c903a1e93e6fc6ed0528ae/.git/HEAD is now at 7a83eb3 Inline `Loc` ops and unroll(from ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2)Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2' locallydocker.io/ocaml/opam@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2: Pulling from ocaml/opam8f6ad858d0a4: Already exists9cb5e198c8cf: Already exists2d346d36dcf2: Already existscdc35e289b8d: Already existsaeb7244bb580: Already existsfc1943254a0d: Already exists84238c416f8e: Already existsfbbfe75d3112: Already exists221fdc5d9929: Already exists1fec9149b52a: Already exists9c6e52557f24: Already exists8737f5036aae: Already existsd69c4074de14: Already exists7237152a5f04: Already existsfba4b414d8a0: Already exists40d552afb3ef: Already exists077cc17dc8e4: Already exists077cc17dc8e4: Already exists169e1be36a55: Already exists0a8a005097ab: Already existscaba3ec4b361: Already exists6a364dc641f8: Already exists4f4fb700ef54: Already existsab8052928cdc: Already existsf5717a28dd6a: Already exists79233a9b9bed: Already existsd832d53e7392: Already exists1872dad82243: Already existsbfd849b08ba7: Already exists834a8024ef15: Already exists98ccec79258b: Already existsfb48f36a0542: Already exists3688b13db8e7: Already existsa5c099f5f72c: Already exists1ff1760de5b0: Already exists98eec6764aa5: Already existsaa22ae69debd: Already exists12bfb7b962a2: Already existsec25ce9bb816: Already existsbeadd3cf7357: Already existsd0d0c65a426d: Already existsc53a8da37b68: Pulling fs layer775de553ff3e: Pulling fs layerd9c026d3488d: Pulling fs layercc17436cc433: Pulling fs layercc17436cc433: Waiting775de553ff3e: Verifying Checksum775de553ff3e: Download completed9c026d3488d: Verifying Checksumd9c026d3488d: Download completecc17436cc433: Verifying Checksumcc17436cc433: Download completec53a8da37b68: Verifying Checksumc53a8da37b68: Download completec53a8da37b68: Pull complete775de553ff3e: Pull completed9c026d3488d: Pull completecc17436cc433: Pull completeDigest: sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee2Status: Downloaded newer image for ocaml/opam@sha256:8b759b3824a69f3aca1a8d45e981af090e4bc8eebf12762ba6baef46d26ebee22026-04-13 11:13.50 ---> using "824ee93c90fe1c7943cd6b812f1c6d84dcb06c0a27e73c4d89366dd936328ba7" from cache/: (comment debian-13-4.13_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-13 11:13.50 ---> using "bcd86d97e0598dee25187d20c1aaae5d22618bbe921ab4dc49cc2a958c43f6de" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-13 11:13.50 ---> using "7e69337cb24f3fccb23039f0f733726848a62d9dd5751e495cf0d9d3f38986b7" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.13.12.5.02026-04-13 11:13.50 ---> using "9a7b287f91952cd2af91e877ef9c6f76085ee634c657c03b5de033463ae821a3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-13 11:13.50 ---> using "bd5766c88a2def08d1581923040ee94e3c833435fefb564a697344f1566e10d7" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-13 11:14.01 ---> saved as "faa60c047844eac52b5ddb0dbeb905b19fce4fb5ed751e270dbcc8b12341cbd4"/src: (copy (src kcas_data.opam kcas.opam) (dst ./))2026-04-13 11:14.01 ---> saved as "735116156fb66177b5f5193381c784640011b870bc7a327a3f9b89af7caed0e1"/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-04-13 11:14.03 ---> saved as "48cb0d3de22c577aa4be886e2478c47142f1b66b24bea7e1e34bdbc4cbf9001e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-13 11:14.03 ---> saved as "636821ce67147873e198c1c86cef85dd0fa80946882adc49a1e566e92a1ef885"/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.15.3 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.8 uutf.1.0.3 yojson.2.1.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"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [122 kB]- Fetched 213 kB in 0s (2361 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[kcas.dev] synchronised (file:///src)[kcas_data.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-04-13 11:14.11 ---> saved as "dec1f007fed08de569ab3abb13f7e02294ddf03be6bbe2d10e635f82e99cbfd9"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.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-bigarray is already installed (current version is base).The following actions will be performed:=== install 35 packages- install alcotest 1.8.0- install astring 0.8.5- install backoff 0.1.1- install base-bytes base- install camlp-streams 5.0.1- install cmdliner 1.3.0- install cppo 1.6.1- install csexp 1.3.2- install domain-local-await 1.0.1- install domain-local-timeout 1.0.1- install domain_shims 0.1.0- install dune 3.15.3- install fmt 0.8.8- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install mdx 2.4.1- 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 3.5.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install psq 0.2.1- install qcheck-core 0.25- install qcheck-multicoretests-util 0.8- install qcheck-stm 0.8- install re 1.7.2- install result 1.5- install seq 0.3- install stdlib-shims 0.1.0- install thread-table 1.0.0- install topkg 1.0.8- install uutf 1.0.3- install yojson 2.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.8.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.3.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain-local-timeout.1.0.1 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved fmt.0.8.8 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved mdx.2.4.1 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved mtime.2.1.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.3.5.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved dune.3.15.3 (cached)-> retrieved qcheck-core.0.25 (cached)-> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8 (cached)-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.8 (cached)-> installed cmdliner.1.3.0-> retrieved yojson.2.1.0 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed jbuilder.1.0+beta20.1-> installed ocamlbuild.0.14.0-> installed re.1.7.2-> installed cppo.1.6.1-> installed topkg.1.0.8-> installed uutf.1.0.3-> installed mtime.2.1.0-> installed astring.0.8.5-> installed dune.3.15.3-> installed domain_shims.0.1.0-> installed seq.0.3-> installed ocaml-version.3.5.0-> installed backoff.0.1.1-> installed camlp-streams.5.0.1-> installed multicore-magic.2.3.1-> installed result.1.5-> installed stdlib-shims.0.1.0-> installed thread-table.1.0.0-> installed psq.0.2.1-> installed csexp.1.3.2-> installed domain-local-await.1.0.1-> installed domain-local-timeout.1.0.1-> installed ocaml-syntax-shims.1.0.0-> installed qcheck-core.0.25-> installed fmt.0.8.8-> installed yojson.2.1.0-> installed qcheck-multicoretests-util.0.8-> installed qcheck-stm.0.8-> installed multicore-bench.0.1.7-> installed alcotest.1.8.0-> installed logs.0.7.0-> installed mdx.2.4.1Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-04-13 11:14.38 ---> saved as "02272fb5d8f201d236b4eabed5428d6d28db266dd542d19471bb222db7b6fe34"/src: (copy (src .) (dst /src))2026-04-13 11:14.39 ---> saved as "6f2ed2b84046534c100a46939423bd414b020ff7b8ceb745a92c84093173904b"/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 `XGK4H1YD'.[OK] await between threads 0Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.Test Successful in 0.001s. 1 test run.(cd _build/default/test/kcas_data && ./dllist_test.exe)Testing `Dllist'.This run has ID `5OBUFLC0'.[OK] basics 0[OK] add 0[OK] move 0Full 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 `RPN54ZGJ'.[OK] basics 0Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'.Test Successful in 0.000s. 1 test run.(cd _build/default/test/kcas_data && ./xt_test.exe)Testing `Transactions'.This run has ID `4P5QYBUM'.[OK] basics 0Full 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 && ./mvar_test.exe)Testing `Mvar'.This run has ID `G8WCPBFK'.[OK] basics 0Full 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 && ./queue_test.exe)Testing `Queue'.This run has ID `8L6LIJ7F'.[OK] basics 0Full 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 && ./hashtbl_test.exe)Testing `Hashtbl'.This run has ID `G28SAY8F'.[OK] replace and remove 0[OK] large tx 0[OK] large ops 0[OK] basics 0Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Hashtbl'.Test Successful in 0.004s. 4 tests run.(cd _build/default/bench && ./main.exe -brief 'Kcas Loc')Kcas Loc:ops over time/cas int:120.84 M/sops over time/get:586.09 M/sops over time/incr:78.66 M/sops over time/push & pop:78.99 M/sops over time/swap:82.65 M/sops over time/xchg int:111.03 M/stime per op/cas int:8.28 nstime per op/get:1.71 nstime per op/incr:12.71 nstime per op/push & pop:12.66 nstime per op/swap:12.10 nstime per op/xchg int:9.01 ns(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')Kcas Xt:time per transaction/0 loc tx:9.41 nstime per transaction/1 loc tx:27.04 nstime per transaction/2 loc tx:60.01 nstime per transaction/4 loc tx:104.82 nstime per transaction/8 loc tx:192.02 nstransactions over time/0 loc tx:106.27 M/stransactions over time/1 loc tx:36.99 M/stransactions over time/2 loc tx:16.67 M/stransactions over time/4 loc tx:9.54 M/stransactions over time/8 loc tx:5.21 M/sKcas Xt read-only:time per transaction/0 loc tx:9.46 nstime per transaction/1 loc tx:19.60 nstime per transaction/2 loc tx:36.41 nstime per transaction/4 loc tx:60.07 nstime per transaction/8 loc tx:106.50 nstransactions over time/0 loc tx:105.70 M/stransactions over time/1 loc tx:51.03 M/stransactions over time/2 loc tx:27.47 M/stransactions over time/4 loc tx:16.65 M/stransactions over time/8 loc tx:9.39 M/s(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')Kcas Xt read-only:time per transaction/0 loc tx:9.46 nstime per transaction/1 loc tx:19.25 nstime per transaction/2 loc tx:36.47 nstime per transaction/4 loc tx:60.17 nstime per transaction/8 loc tx:107.15 nstransactions over time/0 loc tx:105.69 M/stransactions over time/1 loc tx:51.95 M/stransactions over time/2 loc tx:27.42 M/stransactions over time/4 loc tx:16.62 M/stransactions over time/8 loc tx:9.33 M/s(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')Kcas parallel CMP:time per transaction/1 worker:63.10 nstransactions over time/1 worker:15.85 M/s(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')Kcas_data Accumulator:operations over time/1 worker, 0% reads:77.95 M/stime per operation/1 worker, 0% reads:12.83 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')Kcas_data Dllist:messages over time/one domain:4.06 M/stime per message/one domain:246.14 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')Kcas_data Hashtbl:operations over time/1 worker, 10% reads:9.49 M/soperations over time/1 worker, 50% reads:11.46 M/soperations over time/1 worker, 90% reads:24.19 M/stime per operation/1 worker, 10% reads:105.36 nstime per operation/1 worker, 50% reads:87.25 nstime per operation/1 worker, 90% reads:41.33 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')Kcas_data Mvar:(cd _build/default/test/kcas && ./test.exe)Testing `Kcas'.This run has ID `VVJXJOJM'.[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) 0Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'.Test Successful in 0.761s. 17 tests run.(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')Kcas_data Queue:messages over time/one domain:16.92 M/stime per message/one domain:59.11 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')Kcas_data Stack:messages over time/one domain:23.80 M/stime per message/one domain:42.01 ns(cd _build/default/test/kcas_data && ./stack_test_stm.exe)random seed: 3470673221236546073generated 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 [ ] 10 0 0 10 / 32 0.1s Stack concurrent [ ] 26 0 0 26 / 32 0.3s Stack concurrent [✓] 32 0 0 32 / 32 0.3s Stack concurrent================================================================================success (ran 2 tests)random seed: 4112664158181286650generated 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 [ ] 30 0 0 30 / 64 0.1s Stack concurrent [ ] 38 0 0 38 / 64 0.2s Stack concurrent [ ] 52 0 0 52 / 64 0.3s Stack concurrent [✓] 64 0 0 64 / 64 0.4s Stack concurrent================================================================================success (ran 2 tests)random seed: 1547378518989727847generated 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 [ ] 10 0 0 10 / 128 0.0s Stack concurrent [ ] 27 0 0 27 / 128 0.2s Stack concurrent [ ] 44 0 0 44 / 128 0.3s Stack concurrent [ ] 61 0 0 61 / 128 0.4s Stack concurrent [ ] 69 0 0 69 / 128 0.5s Stack concurrent [ ] 86 0 0 86 / 128 0.7s Stack concurrent [ ] 101 0 0 101 / 128 0.8s Stack concurrent [✓] 128 0 0 128 / 128 0.9s Stack concurrent================================================================================success (ran 2 tests)random seed: 4599190194083343902generated 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 [ ] 18 0 0 18 / 256 0.1s Stack concurrent [ ] 31 0 0 31 / 256 0.2s Stack concurrent [ ] 44 0 0 44 / 256 0.3s Stack concurrent [ ] 70 0 0 70 / 256 0.4s Stack concurrent [ ] 89 0 0 89 / 256 0.6s Stack concurrent [ ] 101 0 0 101 / 256 0.7s Stack concurrent [ ] 125 0 0 125 / 256 0.9s Stack concurrent [ ] 139 0 0 139 / 256 1.0s Stack concurrent [ ] 150 0 0 150 / 256 1.2s Stack concurrent [ ] 155 0 0 155 / 256 1.3s Stack concurrent [ ] 178 0 0 178 / 256 1.4s Stack concurrent [ ] 187 0 0 187 / 256 1.5s Stack concurrent [ ] 200 0 0 200 / 256 1.6s Stack concurrent [ ] 203 0 0 203 / 256 1.7s Stack concurrent [ ] 207 0 0 207 / 256 1.9s Stack concurrent [ ] 226 0 0 226 / 256 2.0s Stack concurrent [ ] 244 0 0 244 / 256 2.2s Stack concurrent [ ] 250 0 0 250 / 256 2.3s Stack concurrent [✓] 256 0 0 256 / 256 2.3s Stack concurrent================================================================================success (ran 2 tests)random seed: 1432213022574639532generated 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 [ ] 9 0 0 9 / 512 0.1s Stack concurrent [ ] 17 0 0 17 / 512 0.2s Stack concurrent [ ] 31 0 0 31 / 512 0.3s Stack concurrent [ ] 34 0 0 34 / 512 0.4s Stack concurrent [ ] 43 0 0 43 / 512 0.5s Stack concurrent [ ] 50 0 0 50 / 512 0.7s Stack concurrent [ ] 67 0 0 67 / 512 0.8s Stack concurrent [ ] 81 0 0 81 / 512 1.0s Stack concurrent [ ] 88 0 0 88 / 512 1.1s Stack concurrent [ ] 113 0 0 113 / 512 1.2s Stack concurrent [ ] 135 0 0 135 / 512 1.3s Stack concurrent [ ] 162 0 0 162 / 512 1.4s Stack concurrent [ ] 169 0 0 169 / 512 1.6s Stack concurrent [ ] 190 0 0 190 / 512 1.7s Stack concurrent [ ] 202 0 0 202 / 512 1.8s Stack concurrent [ ] 217 0 0 217 / 512 1.9s Stack concurrent [ ] 231 0 0 231 / 512 2.1s Stack concurrent [ ] 241 0 0 241 / 512 2.2s Stack concurrent [ ] 262 0 0 262 / 512 2.3s Stack concurrent [ ] 290 0 0 290 / 512 2.4s Stack concurrent [ ] 300 0 0 300 / 512 2.6s Stack concurrent [ ] 308 0 0 308 / 512 2.8s Stack concurrent [ ] 320 0 0 320 / 512 2.9s Stack concurrent [ ] 341 0 0 341 / 512 3.0s Stack concurrent [ ] 349 0 0 349 / 512 3.1s Stack concurrent [ ] 364 0 0 364 / 512 3.2s Stack concurrent [ ] 377 0 0 377 / 512 3.4s Stack concurrent [ ] 390 0 0 390 / 512 3.6s Stack concurrent [ ] 392 0 0 392 / 512 3.7s Stack concurrent [ ] 409 0 0 409 / 512 3.8s Stack concurrent [ ] 423 0 0 423 / 512 3.9s Stack concurrent [ ] 440 0 0 440 / 512 4.0s Stack concurrent [ ] 445 0 0 445 / 512 4.1s Stack concurrent [ ] 453 0 0 453 / 512 4.2s Stack concurrent [ ] 459 0 0 459 / 512 4.4s Stack concurrent [ ] 476 0 0 476 / 512 4.5s Stack concurrent [ ] 478 0 0 478 / 512 4.6s Stack concurrent [ ] 488 0 0 488 / 512 4.7s Stack concurrent [ ] 499 0 0 499 / 512 4.9s Stack concurrent [ ] 501 0 0 501 / 512 5.0s Stack concurrent [✓] 512 0 0 512 / 512 5.1s Stack concurrent================================================================================success (ran 2 tests)random seed: 2358715880773267958generated 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 [ ] 7 0 0 7 / 32 0.0s Stack concurrent [ ] 17 0 0 17 / 32 0.2s Stack concurrent [✓] 32 0 0 32 / 32 0.2s Stack concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)random seed: 1399873250486121431generated 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 [ ] 11 0 0 11 / 32 0.2s Accumulator concurrent [ ] 26 0 0 26 / 32 0.3s Accumulator concurrent [✓] 32 0 0 32 / 32 0.3s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 3695181468098870831generated 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 [ ] 11 0 0 11 / 64 0.1s Accumulator concurrent [ ] 28 0 0 28 / 64 0.3s Accumulator concurrent [ ] 50 0 0 50 / 64 0.4s Accumulator concurrent [ ] 53 0 0 53 / 64 0.5s Accumulator concurrent [✓] 64 0 0 64 / 64 0.6s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 649868668111102531generated 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 [ ] 1 0 0 1 / 128 0.1s Accumulator concurrent [ ] 22 0 0 22 / 128 0.3s Accumulator concurrent [ ] 39 0 0 39 / 128 0.4s Accumulator concurrent [ ] 49 0 0 49 / 128 0.5s Accumulator concurrent [ ] 59 0 0 59 / 128 0.6s Accumulator concurrent [ ] 67 0 0 67 / 128 0.8s Accumulator concurrent [ ] 83 0 0 83 / 128 0.9s Accumulator concurrent [ ] 101 0 0 101 / 128 1.0s Accumulator concurrent [ ] 111 0 0 111 / 128 1.1s Accumulator concurrent [ ] 123 0 0 123 / 128 1.2s Accumulator concurrent [ ] 126 0 0 126 / 128 1.3s Accumulator concurrent [✓] 128 0 0 128 / 128 1.3s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 1889458044664534323generated 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 [ ] 5 0 0 5 / 256 0.1s Accumulator concurrent [ ] 39 0 0 39 / 256 0.3s Accumulator concurrent [ ] 42 0 0 42 / 256 0.4s Accumulator concurrent [ ] 46 0 0 46 / 256 0.5s Accumulator concurrent [ ] 69 0 0 69 / 256 0.6s Accumulator concurrent [ ] 82 0 0 82 / 256 0.7s Accumulator concurrent [ ] 88 0 0 88 / 256 0.8s Accumulator concurrent [ ] 91 0 0 91 / 256 0.9s Accumulator concurrent [ ] 101 0 0 101 / 256 1.0s Accumulator concurrent [ ] 104 0 0 104 / 256 1.1s Accumulator concurrent [ ] 115 0 0 115 / 256 1.2s Accumulator concurrent [ ] 129 0 0 129 / 256 1.4s Accumulator concurrent [ ] 144 0 0 144 / 256 1.5s Accumulator concurrent [ ] 157 0 0 157 / 256 1.6s Accumulator concurrent [ ] 179 0 0 179 / 256 1.8s Accumulator concurrent [ ] 183 0 0 183 / 256 1.9s Accumulator concurrent [ ] 201 0 0 201 / 256 2.0s Accumulator concurrent [ ] 209 0 0 209 / 256 2.1s Accumulator concurrent [ ] 220 0 0 220 / 256 2.3s Accumulator concurrent [ ] 237 0 0 237 / 256 2.5s Accumulator concurrent [✓] 256 0 0 256 / 256 2.5s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 2794065506462994497generated 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 [ ] 4 0 0 4 / 512 0.0s Accumulator concurrent [ ] 22 0 0 22 / 512 0.1s Accumulator concurrent [ ] 42 0 0 42 / 512 0.3s Accumulator concurrent [ ] 58 0 0 58 / 512 0.4s Accumulator concurrent [ ] 69 0 0 69 / 512 0.5s Accumulator concurrent [ ] 85 0 0 85 / 512 0.7s Accumulator concurrent [ ] 103 0 0 103 / 512 0.8s Accumulator concurrent [ ] 121 0 0 121 / 512 0.9s Accumulator concurrent [ ] 135 0 0 135 / 512 1.0s Accumulator concurrent [ ] 156 0 0 156 / 512 1.2s Accumulator concurrent [ ] 181 0 0 181 / 512 1.3s Accumulator concurrent [ ] 195 0 0 195 / 512 1.4s Accumulator concurrent [ ] 203 0 0 203 / 512 1.6s Accumulator concurrent [ ] 212 0 0 212 / 512 1.7s Accumulator concurrent [ ] 230 0 0 230 / 512 1.9s Accumulator concurrent [ ] 251 0 0 251 / 512 2.0s Accumulator concurrent [ ] 261 0 0 261 / 512 2.1s Accumulator concurrent [ ] 284 0 0 284 / 512 2.3s Accumulator concurrent [ ] 305 0 0 305 / 512 2.4s Accumulator concurrent [ ] 325 0 0 325 / 512 2.5s Accumulator concurrent [ ] 332 0 0 332 / 512 2.7s Accumulator concurrent [ ] 342 0 0 342 / 512 2.8s Accumulator concurrent [ ] 352 0 0 352 / 512 3.0s Accumulator concurrent [ ] 377 0 0 377 / 512 3.2s Accumulator concurrent [ ] 379 0 0 379 / 512 3.3s Accumulator concurrent [ ] 382 0 0 382 / 512 3.4s Accumulator concurrent [ ] 384 0 0 384 / 512 3.5s Accumulator concurrent [ ] 391 0 0 391 / 512 3.6s Accumulator concurrent [ ] 402 0 0 402 / 512 3.8s Accumulator concurrent [ ] 412 0 0 412 / 512 3.9s Accumulator concurrent [ ] 415 0 0 415 / 512 4.0s Accumulator concurrent [ ] 439 0 0 439 / 512 4.1s Accumulator concurrent [ ] 444 0 0 444 / 512 4.3s Accumulator concurrent [ ] 452 0 0 452 / 512 4.4s Accumulator concurrent [ ] 456 0 0 456 / 512 4.5s Accumulator concurrent [ ] 458 0 0 458 / 512 4.6s Accumulator concurrent [ ] 467 0 0 467 / 512 4.7s Accumulator concurrent [ ] 488 0 0 488 / 512 4.8s Accumulator concurrent [ ] 511 0 0 511 / 512 5.0s Accumulator concurrent [✓] 512 0 0 512 / 512 5.0s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 3680789409641165672generated 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 [ ] 10 0 0 10 / 32 0.1s Accumulator concurrent [ ] 30 0 0 30 / 32 0.2s Accumulator concurrent [✓] 32 0 0 32 / 32 0.3s Accumulator concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas && ./ms_queue_test.exe)Testing `MS queue'.This run has ID `I9H1SNIP'.[OK] write skew 0[OK] tail leak 0Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.Test Successful in 10.114s. 2 tests run.(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)random seed: 1967176977692201828generated 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 [ ] 19 0 0 19 / 32 0.2s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.3s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 792380727652750057generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Hashtbl sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl sequential[ ] 0 0 0 0 / 64 0.0s Hashtbl concurrent [ ] 4 0 0 4 / 64 0.1s Hashtbl concurrent [ ] 28 0 0 28 / 64 0.3s Hashtbl concurrent [ ] 40 0 0 40 / 64 0.4s Hashtbl concurrent [ ] 48 0 0 48 / 64 0.5s Hashtbl concurrent [ ] 50 0 0 50 / 64 0.6s Hashtbl concurrent [✓] 64 0 0 64 / 64 0.6s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 636308219158475021generated 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 [ ] 5 0 0 5 / 128 0.1s Hashtbl concurrent [ ] 18 0 0 18 / 128 0.2s Hashtbl concurrent [ ] 36 0 0 36 / 128 0.4s Hashtbl concurrent [ ] 43 0 0 43 / 128 0.6s Hashtbl concurrent [ ] 46 0 0 46 / 128 0.7s Hashtbl concurrent [ ] 58 0 0 58 / 128 0.9s Hashtbl concurrent [ ] 68 0 0 68 / 128 1.1s Hashtbl concurrent [ ] 75 0 0 75 / 128 1.2s Hashtbl concurrent [ ] 80 0 0 80 / 128 1.3s Hashtbl concurrent [ ] 87 0 0 87 / 128 1.4s Hashtbl concurrent [ ] 115 0 0 115 / 128 1.5s Hashtbl concurrent [ ] 122 0 0 122 / 128 1.6s Hashtbl concurrent [✓] 128 0 0 128 / 128 1.6s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 163340299513492411generated 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 [ ] 4 0 0 4 / 256 0.1s Hashtbl concurrent [ ] 25 0 0 25 / 256 0.2s Hashtbl concurrent [ ] 39 0 0 39 / 256 0.3s Hashtbl concurrent [ ] 53 0 0 53 / 256 0.4s Hashtbl concurrent [ ] 69 0 0 69 / 256 0.6s Hashtbl concurrent [ ] 85 0 0 85 / 256 0.8s Hashtbl concurrent [ ] 101 0 0 101 / 256 0.9s Hashtbl concurrent [ ] 112 0 0 112 / 256 1.1s Hashtbl concurrent [ ] 126 0 0 126 / 256 1.2s Hashtbl concurrent [ ] 137 0 0 137 / 256 1.4s Hashtbl concurrent [ ] 150 0 0 150 / 256 1.5s Hashtbl concurrent [ ] 166 0 0 166 / 256 1.6s Hashtbl concurrent [ ] 172 0 0 172 / 256 1.8s Hashtbl concurrent [ ] 179 0 0 179 / 256 1.9s Hashtbl concurrent [ ] 189 0 0 189 / 256 2.1s Hashtbl concurrent [ ] 200 0 0 200 / 256 2.2s Hashtbl concurrent [ ] 204 0 0 204 / 256 2.3s Hashtbl concurrent [ ] 226 0 0 226 / 256 2.4s Hashtbl concurrent [ ] 247 0 0 247 / 256 2.5s Hashtbl concurrent [✓] 256 0 0 256 / 256 2.6s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 1622256097789985764generated 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 [ ] 13 0 0 13 / 512 0.2s Hashtbl concurrent [ ] 31 0 0 31 / 512 0.3s Hashtbl concurrent [ ] 52 0 0 52 / 512 0.5s Hashtbl concurrent [ ] 54 0 0 54 / 512 0.6s Hashtbl concurrent [ ] 71 0 0 71 / 512 0.8s Hashtbl concurrent [ ] 102 0 0 102 / 512 0.9s Hashtbl concurrent [ ] 112 0 0 112 / 512 1.0s Hashtbl concurrent [ ] 114 0 0 114 / 512 1.1s Hashtbl concurrent [ ] 124 0 0 124 / 512 1.2s Hashtbl concurrent [ ] 129 0 0 129 / 512 1.4s Hashtbl concurrent [ ] 142 0 0 142 / 512 1.5s Hashtbl concurrent [ ] 154 0 0 154 / 512 1.6s Hashtbl concurrent [ ] 179 0 0 179 / 512 1.7s Hashtbl concurrent [ ] 183 0 0 183 / 512 1.8s Hashtbl concurrent [ ] 185 0 0 185 / 512 1.9s Hashtbl concurrent [ ] 202 0 0 202 / 512 2.0s Hashtbl concurrent [ ] 208 0 0 208 / 512 2.1s Hashtbl concurrent [ ] 243 0 0 243 / 512 2.2s Hashtbl concurrent [ ] 255 0 0 255 / 512 2.4s Hashtbl concurrent [ ] 263 0 0 263 / 512 2.5s Hashtbl concurrent [ ] 267 0 0 267 / 512 2.6s Hashtbl concurrent [ ] 269 0 0 269 / 512 2.7s Hashtbl concurrent [ ] 280 0 0 280 / 512 2.8s Hashtbl concurrent [ ] 299 0 0 299 / 512 3.0s Hashtbl concurrent [ ] 324 0 0 324 / 512 3.1s Hashtbl concurrent [ ] 326 0 0 326 / 512 3.2s Hashtbl concurrent [ ] 336 0 0 336 / 512 3.4s Hashtbl concurrent [ ] 351 0 0 351 / 512 3.5s Hashtbl concurrent [ ] 367 0 0 367 / 512 3.6s Hashtbl concurrent [ ] 383 0 0 383 / 512 3.7s Hashtbl concurrent [ ] 396 0 0 396 / 512 3.9s Hashtbl concurrent [ ] 398 0 0 398 / 512 4.0s Hashtbl concurrent [ ] 403 0 0 403 / 512 4.1s Hashtbl concurrent [ ] 411 0 0 411 / 512 4.2s Hashtbl concurrent [ ] 425 0 0 425 / 512 4.3s Hashtbl concurrent [ ] 443 0 0 443 / 512 4.5s Hashtbl concurrent [ ] 453 0 0 453 / 512 4.7s Hashtbl concurrent [ ] 457 0 0 457 / 512 4.8s Hashtbl concurrent [ ] 460 0 0 460 / 512 4.9s Hashtbl concurrent [ ] 485 0 0 485 / 512 5.0s Hashtbl concurrent [ ] 491 0 0 491 / 512 5.1s Hashtbl concurrent [ ] 496 0 0 496 / 512 5.2s Hashtbl concurrent [ ] 511 0 0 511 / 512 5.4s Hashtbl concurrent [✓] 512 0 0 512 / 512 5.4s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 3768257585491314326generated 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 [ ] 23 0 0 23 / 32 0.1s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.2s Hashtbl concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./queue_test_stm.exe)random seed: 160329487146459301generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue sequential (generating) [✓] 32 0 0 32 / 32 0.0s Queue sequential[ ] 0 0 0 0 / 32 0.0s Queue concurrent [ ] 11 0 0 11 / 32 0.1s Queue concurrent [ ] 14 0 0 14 / 32 0.2s Queue concurrent [ ] 31 0 0 31 / 32 0.4s Queue concurrent [✓] 32 0 0 32 / 32 0.4s Queue concurrent================================================================================success (ran 2 tests)random seed: 3130341150184487673generated 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 [ ] 26 0 0 26 / 64 0.2s Queue concurrent [ ] 33 0 0 33 / 64 0.3s Queue concurrent [ ] 53 0 0 53 / 64 0.4s Queue concurrent [✓] 64 0 0 64 / 64 0.5s Queue concurrent================================================================================success (ran 2 tests)random seed: 2415080499916577648generated 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 [ ] 4 0 0 4 / 128 0.1s Queue concurrent [ ] 7 0 0 7 / 128 0.2s Queue concurrent [ ] 19 0 0 19 / 128 0.4s Queue concurrent [ ] 24 0 0 24 / 128 0.5s Queue concurrent [ ] 30 0 0 30 / 128 0.7s Queue concurrent [ ] 37 0 0 37 / 128 0.8s Queue concurrent [ ] 49 0 0 49 / 128 0.9s Queue concurrent [ ] 59 0 0 59 / 128 1.0s Queue concurrent [ ] 63 0 0 63 / 128 1.1s Queue concurrent [ ] 68 0 0 68 / 128 1.3s Queue concurrent [ ] 80 0 0 80 / 128 1.4s Queue concurrent [ ] 102 0 0 102 / 128 1.5s Queue concurrent [ ] 105 0 0 105 / 128 1.6s Queue concurrent [ ] 115 0 0 115 / 128 1.7s Queue concurrent [✓] 128 0 0 128 / 128 1.8s Queue concurrent================================================================================success (ran 2 tests)random seed: 717270819899767093generated 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 [ ] 2 0 0 2 / 256 0.1s Queue concurrent [ ] 18 0 0 18 / 256 0.2s Queue concurrent [ ] 48 0 0 48 / 256 0.4s Queue concurrent [ ] 67 0 0 67 / 256 0.5s Queue concurrent [ ] 76 0 0 76 / 256 0.6s Queue concurrent [ ] 80 0 0 80 / 256 0.8s Queue concurrent [ ] 91 0 0 91 / 256 1.0s Queue concurrent [ ] 98 0 0 98 / 256 1.1s Queue concurrent [ ] 120 0 0 120 / 256 1.3s Queue concurrent [ ] 127 0 0 127 / 256 1.4s Queue concurrent [ ] 150 0 0 150 / 256 1.5s Queue concurrent [ ] 166 0 0 166 / 256 1.6s Queue concurrent [ ] 186 0 0 186 / 256 1.8s Queue concurrent [ ] 193 0 0 193 / 256 1.9s Queue concurrent [ ] 205 0 0 205 / 256 2.1s Queue concurrent [ ] 226 0 0 226 / 256 2.3s Queue concurrent [ ] 229 0 0 229 / 256 2.4s Queue concurrent [ ] 238 0 0 238 / 256 2.5s Queue concurrent [ ] 246 0 0 246 / 256 2.6s Queue concurrent [✓] 256 0 0 256 / 256 2.6s Queue concurrent================================================================================success (ran 2 tests)random seed: 1498251849233202717generated 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 [ ] 18 0 0 18 / 512 0.1s Queue concurrent [ ] 23 0 0 23 / 512 0.2s Queue concurrent [ ] 40 0 0 40 / 512 0.3s Queue concurrent [ ] 58 0 0 58 / 512 0.5s Queue concurrent [ ] 66 0 0 66 / 512 0.6s Queue concurrent [ ] 68 0 0 68 / 512 0.8s Queue concurrent [ ] 75 0 0 75 / 512 0.9s Queue concurrent [ ] 79 0 0 79 / 512 1.0s Queue concurrent [ ] 94 0 0 94 / 512 1.2s Queue concurrent [ ] 103 0 0 103 / 512 1.3s Queue concurrent [ ] 119 0 0 119 / 512 1.4s Queue concurrent [ ] 142 0 0 142 / 512 1.6s Queue concurrent [ ] 157 0 0 157 / 512 1.7s Queue concurrent [ ] 163 0 0 163 / 512 1.8s Queue concurrent [ ] 174 0 0 174 / 512 1.9s Queue concurrent [ ] 184 0 0 184 / 512 2.1s Queue concurrent [ ] 197 0 0 197 / 512 2.2s Queue concurrent [ ] 203 0 0 203 / 512 2.3s Queue concurrent [ ] 229 0 0 229 / 512 2.5s Queue concurrent [ ] 233 0 0 233 / 512 2.6s Queue concurrent [ ] 241 0 0 241 / 512 2.8s Queue concurrent [ ] 249 0 0 249 / 512 2.9s Queue concurrent [ ] 273 0 0 273 / 512 3.0s Queue concurrent [ ] 298 0 0 298 / 512 3.2s Queue concurrent [ ] 313 0 0 313 / 512 3.3s Queue concurrent [ ] 324 0 0 324 / 512 3.5s Queue concurrent [ ] 342 0 0 342 / 512 3.7s Queue concurrent [ ] 359 0 0 359 / 512 3.8s Queue concurrent [ ] 363 0 0 363 / 512 3.9s Queue concurrent [ ] 387 0 0 387 / 512 4.1s Queue concurrent [ ] 390 0 0 390 / 512 4.2s Queue concurrent [ ] 400 0 0 400 / 512 4.3s Queue concurrent [ ] 401 0 0 401 / 512 4.4s Queue concurrent [ ] 406 0 0 406 / 512 4.6s Queue concurrent [ ] 422 0 0 422 / 512 4.7s Queue concurrent [ ] 440 0 0 440 / 512 4.8s Queue concurrent [ ] 446 0 0 446 / 512 4.9s Queue concurrent [ ] 459 0 0 459 / 512 5.1s Queue concurrent [ ] 474 0 0 474 / 512 5.3s Queue concurrent [ ] 476 0 0 476 / 512 5.4s Queue concurrent [ ] 480 0 0 480 / 512 5.5s Queue concurrent [ ] 490 0 0 490 / 512 5.6s Queue concurrent [ ] 500 0 0 500 / 512 5.7s Queue concurrent [✓] 512 0 0 512 / 512 5.8s Queue concurrent================================================================================success (ran 2 tests)random seed: 1391354964944895169generated 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 [ ] 1 0 0 1 / 32 0.0s Queue concurrent [ ] 6 0 0 6 / 32 0.1s Queue concurrent [ ] 18 0 0 18 / 32 0.3s Queue concurrent [✓] 32 0 0 32 / 32 0.4s Queue concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)random seed: 2729756574701948499generated 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 [ ] 11 0 0 11 / 32 0.1s Dllist concurrent [ ] 24 0 0 24 / 32 0.2s Dllist concurrent [✓] 32 0 0 32 / 32 0.3s Dllist concurrent================================================================================success (ran 2 tests)random seed: 2820738199124824645generated 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 [ ] 8 0 0 8 / 64 0.1s Dllist concurrent [ ] 20 0 0 20 / 64 0.3s Dllist concurrent [ ] 31 0 0 31 / 64 0.4s Dllist concurrent [ ] 43 0 0 43 / 64 0.5s Dllist concurrent [ ] 50 0 0 50 / 64 0.6s Dllist concurrent [✓] 64 0 0 64 / 64 0.7s Dllist concurrent================================================================================success (ran 2 tests)random seed: 3906486521588823919generated error fail pass / total time test name[ ] 0 0 0 0 / 128 0.0s Dllist sequential [ ] 39 0 0 39 / 128 0.0s Dllist sequential [✓] 128 0 0 128 / 128 0.0s Dllist sequential[ ] 0 0 0 0 / 128 0.0s Dllist concurrent [ ] 20 0 0 20 / 128 0.1s Dllist concurrent [ ] 29 0 0 29 / 128 0.2s Dllist concurrent [ ] 32 0 0 32 / 128 0.4s Dllist concurrent [ ] 39 0 0 39 / 128 0.5s Dllist concurrent [ ] 43 0 0 43 / 128 0.6s Dllist concurrent [ ] 53 0 0 53 / 128 0.7s Dllist concurrent [ ] 60 0 0 60 / 128 0.8s Dllist concurrent [ ] 65 0 0 65 / 128 1.0s Dllist concurrent [ ] 85 0 0 85 / 128 1.1s Dllist concurrent [ ] 94 0 0 94 / 128 1.3s Dllist concurrent [ ] 105 0 0 105 / 128 1.4s Dllist concurrent [ ] 114 0 0 114 / 128 1.5s Dllist concurrent [ ] 117 0 0 117 / 128 1.7s Dllist concurrent [ ] 125 0 0 125 / 128 2.0s Dllist concurrent [✓] 128 0 0 128 / 128 2.0s Dllist concurrent================================================================================success (ran 2 tests)random seed: 3590019501419846856generated 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 [ ] 8 0 0 8 / 256 0.2s Dllist concurrent [ ] 14 0 0 14 / 256 0.3s Dllist concurrent [ ] 19 0 0 19 / 256 0.4s Dllist concurrent [ ] 20 0 0 20 / 256 0.5s Dllist concurrent [ ] 30 0 0 30 / 256 0.6s Dllist concurrent [ ] 40 0 0 40 / 256 0.9s Dllist concurrent [ ] 51 0 0 51 / 256 1.0s Dllist concurrent [ ] 62 0 0 62 / 256 1.2s Dllist concurrent [ ] 73 0 0 73 / 256 1.3s Dllist concurrent [ ] 87 0 0 87 / 256 1.4s Dllist concurrent [ ] 102 0 0 102 / 256 1.5s Dllist concurrent [ ] 111 0 0 111 / 256 1.7s Dllist concurrent [ ] 123 0 0 123 / 256 1.8s Dllist concurrent [ ] 130 0 0 130 / 256 1.9s Dllist concurrent [ ] 131 0 0 131 / 256 2.1s Dllist concurrent [ ] 147 0 0 147 / 256 2.2s Dllist concurrent [ ] 156 0 0 156 / 256 2.3s Dllist concurrent [ ] 169 0 0 169 / 256 2.4s Dllist concurrent [ ] 181 0 0 181 / 256 2.5s Dllist concurrent [ ] 194 0 0 194 / 256 2.6s Dllist concurrent [ ] 205 0 0 205 / 256 2.7s Dllist concurrent [ ] 215 0 0 215 / 256 2.8s Dllist concurrent [ ] 218 0 0 218 / 256 2.9s Dllist concurrent [ ] 225 0 0 225 / 256 3.1s Dllist concurrent [ ] 228 0 0 228 / 256 3.2s Dllist concurrent [ ] 236 0 0 236 / 256 3.3s Dllist concurrent [ ] 256 0 0 256 / 256 3.5s Dllist concurrent [✓] 256 0 0 256 / 256 3.5s Dllist concurrent================================================================================success (ran 2 tests)random seed: 3113028555954144022generated 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 [ ] 15 0 0 15 / 512 0.1s Dllist concurrent [ ] 22 0 0 22 / 512 0.2s Dllist concurrent [ ] 38 0 0 38 / 512 0.3s Dllist concurrent [ ] 42 0 0 42 / 512 0.5s Dllist concurrent [ ] 49 0 0 49 / 512 0.6s Dllist concurrent [ ] 54 0 0 54 / 512 0.8s Dllist concurrent [ ] 63 0 0 63 / 512 0.9s Dllist concurrent [ ] 70 0 0 70 / 512 1.1s Dllist concurrent [ ] 80 0 0 80 / 512 1.2s Dllist concurrent [ ] 84 0 0 84 / 512 1.4s Dllist concurrent [ ] 94 0 0 94 / 512 1.5s Dllist concurrent [ ] 103 0 0 103 / 512 1.6s Dllist concurrent [ ] 114 0 0 114 / 512 1.7s Dllist concurrent [ ] 126 0 0 126 / 512 1.9s Dllist concurrent [ ] 133 0 0 133 / 512 2.0s Dllist concurrent [ ] 136 0 0 136 / 512 2.1s Dllist concurrent [ ] 137 0 0 137 / 512 2.3s Dllist concurrent [ ] 152 0 0 152 / 512 2.5s Dllist concurrent [ ] 167 0 0 167 / 512 2.6s Dllist concurrent [ ] 175 0 0 175 / 512 2.7s Dllist concurrent [ ] 180 0 0 180 / 512 2.9s Dllist concurrent [ ] 200 0 0 200 / 512 3.1s Dllist concurrent [ ] 209 0 0 209 / 512 3.2s Dllist concurrent [ ] 213 0 0 213 / 512 3.4s Dllist concurrent [ ] 214 0 0 214 / 512 3.5s Dllist concurrent [ ] 219 0 0 219 / 512 3.6s Dllist concurrent [ ] 224 0 0 224 / 512 3.8s Dllist concurrent [ ] 231 0 0 231 / 512 4.0s Dllist concurrent [ ] 240 0 0 240 / 512 4.2s Dllist concurrent [ ] 247 0 0 247 / 512 4.3s Dllist concurrent [ ] 257 0 0 257 / 512 4.4s Dllist concurrent [ ] 268 0 0 268 / 512 4.5s Dllist concurrent [ ] 280 0 0 280 / 512 4.7s Dllist concurrent [ ] 283 0 0 283 / 512 4.8s Dllist concurrent [ ] 285 0 0 285 / 512 4.9s Dllist concurrent [ ] 307 0 0 307 / 512 5.0s Dllist concurrent [ ] 312 0 0 312 / 512 5.2s Dllist concurrent [ ] 320 0 0 320 / 512 5.4s Dllist concurrent [ ] 335 0 0 335 / 512 5.5s Dllist concurrent [ ] 362 0 0 362 / 512 5.7s Dllist concurrent [ ] 371 0 0 371 / 512 5.8s Dllist concurrent [ ] 374 0 0 374 / 512 6.0s Dllist concurrent [ ] 390 0 0 390 / 512 6.1s Dllist concurrent [ ] 411 0 0 411 / 512 6.2s Dllist concurrent [ ] 415 0 0 415 / 512 6.3s Dllist concurrent [ ] 417 0 0 417 / 512 6.5s Dllist concurrent [ ] 431 0 0 431 / 512 6.7s Dllist concurrent [ ] 444 0 0 444 / 512 6.8s Dllist concurrent [ ] 457 0 0 457 / 512 6.9s Dllist concurrent [ ] 460 0 0 460 / 512 7.0s Dllist concurrent [ ] 475 0 0 475 / 512 7.2s Dllist concurrent [ ] 486 0 0 486 / 512 7.3s Dllist concurrent [ ] 489 0 0 489 / 512 7.5s Dllist concurrent [ ] 505 0 0 505 / 512 7.6s Dllist concurrent [✓] 512 0 0 512 / 512 7.7s Dllist concurrent================================================================================success (ran 2 tests)random seed: 1894042433192962480generated 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 [ ] 6 0 0 6 / 32 0.0s Dllist concurrent [ ] 16 0 0 16 / 32 0.3s Dllist concurrent [ ] 26 0 0 26 / 32 0.4s Dllist concurrent [✓] 32 0 0 32 / 32 0.4s Dllist concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)random seed: 3421170079929828674generated 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 [ ] 2 0 0 2 / 32 0.2s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 32 0.4s Hashtbl_with_order concurrent [ ] 13 0 0 13 / 32 0.6s Hashtbl_with_order concurrent [ ] 18 0 0 18 / 32 0.8s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 32 1.1s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 1.2s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 65170417121186452generated 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 [ ] 1 0 0 1 / 64 0.0s Hashtbl_with_order concurrent [ ] 18 0 0 18 / 64 0.2s Hashtbl_with_order concurrent [ ] 35 0 0 35 / 64 0.3s Hashtbl_with_order concurrent [ ] 39 0 0 39 / 64 0.5s Hashtbl_with_order concurrent [ ] 49 0 0 49 / 64 0.7s Hashtbl_with_order concurrent [ ] 59 0 0 59 / 64 0.9s Hashtbl_with_order concurrent [ ] 60 0 0 60 / 64 1.0s Hashtbl_with_order concurrent [✓] 64 0 0 64 / 64 1.0s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 2739419281871878560generated 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 [ ] 8 0 0 8 / 128 0.2s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 128 0.3s Hashtbl_with_order concurrent [ ] 33 0 0 33 / 128 0.4s Hashtbl_with_order concurrent [ ] 48 0 0 48 / 128 0.5s Hashtbl_with_order concurrent [ ] 52 0 0 52 / 128 0.6s Hashtbl_with_order concurrent [ ] 54 0 0 54 / 128 0.7s Hashtbl_with_order concurrent [ ] 62 0 0 62 / 128 0.9s Hashtbl_with_order concurrent [ ] 70 0 0 70 / 128 1.1s Hashtbl_with_order concurrent [ ] 74 0 0 74 / 128 1.2s Hashtbl_with_order concurrent [ ] 78 0 0 78 / 128 1.4s Hashtbl_with_order concurrent [ ] 87 0 0 87 / 128 1.6s Hashtbl_with_order concurrent [ ] 95 0 0 95 / 128 1.8s Hashtbl_with_order concurrent [ ] 106 0 0 106 / 128 1.9s Hashtbl_with_order concurrent [ ] 109 0 0 109 / 128 2.1s Hashtbl_with_order concurrent [ ] 114 0 0 114 / 128 2.2s Hashtbl_with_order concurrent [ ] 121 0 0 121 / 128 2.3s Hashtbl_with_order concurrent [ ] 125 0 0 125 / 128 2.5s Hashtbl_with_order concurrent [✓] 128 0 0 128 / 128 2.6s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 2224598228261733026generated 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 [ ] 5 0 0 5 / 256 0.0s Hashtbl_with_order concurrent [ ] 13 0 0 13 / 256 0.1s Hashtbl_with_order concurrent [ ] 16 0 0 16 / 256 0.2s Hashtbl_with_order concurrent [ ] 32 0 0 32 / 256 0.3s Hashtbl_with_order concurrent [ ] 40 0 0 40 / 256 0.5s Hashtbl_with_order concurrent [ ] 49 0 0 49 / 256 0.7s Hashtbl_with_order concurrent [ ] 65 0 0 65 / 256 0.8s Hashtbl_with_order concurrent [ ] 77 0 0 77 / 256 1.0s Hashtbl_with_order concurrent [ ] 84 0 0 84 / 256 1.1s Hashtbl_with_order concurrent [ ] 90 0 0 90 / 256 1.3s Hashtbl_with_order concurrent [ ] 112 0 0 112 / 256 1.4s Hashtbl_with_order concurrent [ ] 120 0 0 120 / 256 1.5s Hashtbl_with_order concurrent [ ] 134 0 0 134 / 256 1.6s Hashtbl_with_order concurrent [ ] 149 0 0 149 / 256 1.9s Hashtbl_with_order concurrent [ ] 161 0 0 161 / 256 2.1s Hashtbl_with_order concurrent [ ] 166 0 0 166 / 256 2.3s Hashtbl_with_order concurrent [ ] 175 0 0 175 / 256 2.4s Hashtbl_with_order concurrent [ ] 181 0 0 181 / 256 2.6s Hashtbl_with_order concurrent [ ] 192 0 0 192 / 256 2.7s Hashtbl_with_order concurrent [ ] 199 0 0 199 / 256 2.8s Hashtbl_with_order concurrent [ ] 207 0 0 207 / 256 2.9s Hashtbl_with_order concurrent [ ] 217 0 0 217 / 256 3.0s Hashtbl_with_order concurrent [ ] 229 0 0 229 / 256 3.1s Hashtbl_with_order concurrent [ ] 234 0 0 234 / 256 3.3s Hashtbl_with_order concurrent [ ] 237 0 0 237 / 256 3.5s Hashtbl_with_order concurrent [ ] 240 0 0 240 / 256 3.6s Hashtbl_with_order concurrent [ ] 249 0 0 249 / 256 3.7s Hashtbl_with_order concurrent [ ] 251 0 0 251 / 256 3.8s Hashtbl_with_order concurrent [✓] 256 0 0 256 / 256 3.8s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 853961732465672118generated error fail pass / total time test name[ ] 0 0 0 0 / 512 0.0s Hashtbl_with_order sequential [✓] 512 0 0 512 / 512 0.0s Hashtbl_with_order sequential[ ] 0 0 0 0 / 512 0.0s Hashtbl_with_order concurrent [ ] 4 0 0 4 / 512 0.1s Hashtbl_with_order concurrent [ ] 8 0 0 8 / 512 0.3s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 512 0.4s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 512 0.7s Hashtbl_with_order concurrent [ ] 37 0 0 37 / 512 0.8s Hashtbl_with_order concurrent [ ] 40 0 0 40 / 512 0.9s Hashtbl_with_order concurrent [ ] 45 0 0 45 / 512 1.2s Hashtbl_with_order concurrent [ ] 55 0 0 55 / 512 1.3s Hashtbl_with_order concurrent [ ] 70 0 0 70 / 512 1.4s Hashtbl_with_order concurrent [ ] 74 0 0 74 / 512 1.6s Hashtbl_with_order concurrent [ ] 75 0 0 75 / 512 1.7s Hashtbl_with_order concurrent [ ] 77 0 0 77 / 512 1.9s Hashtbl_with_order concurrent [ ] 81 0 0 81 / 512 2.1s Hashtbl_with_order concurrent [ ] 87 0 0 87 / 512 2.2s Hashtbl_with_order concurrent [ ] 97 0 0 97 / 512 2.3s Hashtbl_with_order concurrent [ ] 104 0 0 104 / 512 2.4s Hashtbl_with_order concurrent [ ] 113 0 0 113 / 512 2.6s Hashtbl_with_order concurrent [ ] 124 0 0 124 / 512 2.7s Hashtbl_with_order concurrent [ ] 134 0 0 134 / 512 2.9s Hashtbl_with_order concurrent [ ] 145 0 0 145 / 512 3.0s Hashtbl_with_order concurrent [ ] 157 0 0 157 / 512 3.2s Hashtbl_with_order concurrent [ ] 178 0 0 178 / 512 3.3s Hashtbl_with_order concurrent [ ] 181 0 0 181 / 512 3.4s Hashtbl_with_order concurrent [ ] 189 0 0 189 / 512 3.5s Hashtbl_with_order concurrent [ ] 200 0 0 200 / 512 3.6s Hashtbl_with_order concurrent [ ] 204 0 0 204 / 512 3.8s Hashtbl_with_order concurrent [ ] 205 0 0 205 / 512 4.0s Hashtbl_with_order concurrent [ ] 212 0 0 212 / 512 4.1s Hashtbl_with_order concurrent [ ] 224 0 0 224 / 512 4.2s Hashtbl_with_order concurrent [ ] 239 0 0 239 / 512 4.3s Hashtbl_with_order concurrent [ ] 250 0 0 250 / 512 4.4s Hashtbl_with_order concurrent [ ] 254 0 0 254 / 512 4.5s Hashtbl_with_order concurrent [ ] 262 0 0 262 / 512 4.7s Hashtbl_with_order concurrent [ ] 266 0 0 266 / 512 4.9s Hashtbl_with_order concurrent [ ] 272 0 0 272 / 512 5.1s Hashtbl_with_order concurrent [ ] 282 0 0 282 / 512 5.2s Hashtbl_with_order concurrent [ ] 294 0 0 294 / 512 5.4s Hashtbl_with_order concurrent [ ] 299 0 0 299 / 512 5.6s Hashtbl_with_order concurrent [ ] 315 0 0 315 / 512 5.7s Hashtbl_with_order concurrent [ ] 334 0 0 334 / 512 5.9s Hashtbl_with_order concurrent [ ] 351 0 0 351 / 512 6.0s Hashtbl_with_order concurrent [ ] 361 0 0 361 / 512 6.1s Hashtbl_with_order concurrent [ ] 363 0 0 363 / 512 6.3s Hashtbl_with_order concurrent [ ] 371 0 0 371 / 512 6.4s Hashtbl_with_order concurrent [ ] 379 0 0 379 / 512 6.6s Hashtbl_with_order concurrent [ ] 389 0 0 389 / 512 6.8s Hashtbl_with_order concurrent [ ] 397 0 0 397 / 512 7.0s Hashtbl_with_order concurrent [ ] 408 0 0 408 / 512 7.3s Hashtbl_with_order concurrent [ ] 412 0 0 412 / 512 7.5s Hashtbl_with_order concurrent [ ] 419 0 0 419 / 512 7.6s Hashtbl_with_order concurrent [ ] 426 0 0 426 / 512 7.8s Hashtbl_with_order concurrent [ ] 434 0 0 434 / 512 8.0s Hashtbl_with_order concurrent [ ] 444 0 0 444 / 512 8.1s Hashtbl_with_order concurrent [ ] 452 0 0 452 / 512 8.2s Hashtbl_with_order concurrent [ ] 459 0 0 459 / 512 8.4s Hashtbl_with_order concurrent [ ] 462 0 0 462 / 512 8.5s Hashtbl_with_order concurrent [ ] 473 0 0 473 / 512 8.7s Hashtbl_with_order concurrent [ ] 482 0 0 482 / 512 8.9s Hashtbl_with_order concurrent [ ] 494 0 0 494 / 512 9.0s Hashtbl_with_order concurrent [ ] 501 0 0 501 / 512 9.1s Hashtbl_with_order concurrent [ ] 509 0 0 509 / 512 9.2s Hashtbl_with_order concurrent [ ] 512 0 0 512 / 512 9.4s Hashtbl_with_order concurrent [✓] 512 0 0 512 / 512 9.4s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 2645566650027943575generated 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 [ ] 6 0 0 6 / 32 0.1s Hashtbl_with_order concurrent [ ] 14 0 0 14 / 32 0.3s Hashtbl_with_order concurrent [ ] 26 0 0 26 / 32 0.5s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 0.5s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)2026-04-13 11:14.58 ---> saved as "0ad62834cd98493012e8c7200d979440f41367685c9a4042e92b14709667b47d"Job succeeded2026-04-13 11:14.58: Job succeeded