2025-11-05 15:28.30: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Opam 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:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.27 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --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-BLOCK2025-11-05 15:28.30: Using cache hint "ocaml-multicore/kcas-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-e7468b99c211571d8ca5de4877e67e05"2025-11-05 15:28.30: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.27 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-05 15:28.30: Waiting for resource in pool OCluster2025-11-05 16:12.18: Waiting for worker…2025-11-05 16:20.20: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 7a83eb3 Inline `Loc` ops and unroll(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locallydocker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam3a6ccf50917d: Pulling fs layer698b8d1610af: Pulling fs layer7e5b745a56a4: Pulling fs layere8859609bfb8: Pulling fs layer51242d36b3fd: Pulling fs layer61958fadfb74: Pulling fs layer04578677ff3f: Pulling fs layer01b19b859bd1: Pulling fs layer47b008c442e7: Pulling fs layer434ff16e8a1b: Pulling fs layere2e8d2ec1110: Pulling fs layerbb8f1dbb2acd: Pulling fs layerc914fb01d9b0: Pulling fs layer51242d36b3fd: Waitinge8859609bfb8: Waitingacbc7d112060: Pulling fs layer7b0ca93f3f54: Pulling fs layer47b008c442e7: Waiting01b19b859bd1: Waiting698b8d1610af: Download complete5a223856338a: Pulling fs layer04578677ff3f: Waiting61958fadfb74: Waitingace6a731f305: Pulling fs layerbb8f1dbb2acd: Waitinga6230b7fafa0: Pulling fs layer917f9b8155b5: Pulling fs layer7b0ca93f3f54: Waitingacbc7d112060: Waiting8f7a3b7d908f: Pulling fs layerace6a731f305: Waiting4f4fb700ef54: Pulling fs layera6230b7fafa0: Waiting7af8a72dec52: Pulling fs layer9565a36b4e3a: Pulling fs layera1ba7d9452a1: Pulling fs layerc914fb01d9b0: Waiting24a9095bda75: Pulling fs layer16c026bd2ca7: Pulling fs layer917f9b8155b5: Waiting434ff16e8a1b: Waiting6b821f07d597: Pulling fs layer8f7a3b7d908f: Waiting9565a36b4e3a: Waiting7af8a72dec52: Waitingafd0175f27f4: Pulling fs layer24a9095bda75: Waiting88ab18f654c7: Pulling fs layerbe69a91a3ef7: Pulling fs layer16c026bd2ca7: Waitingce8a4e53f5e3: Pulling fs layer3e2bdc6df5e4: Pulling fs layerafd0175f27f4: Waiting4f4fb700ef54: Waitingff986d64677f: Pulling fs layer88ab18f654c7: Waitingbe69a91a3ef7: Waitingce8a4e53f5e3: Waiting5a223856338a: Waiting9c9f7117b120: Pulling fs layer3e2bdc6df5e4: Waiting8bc6797e23fc: Pulling fs layerff986d64677f: Waiting6b821f07d597: Waiting07b81fe7312a: Pulling fs layer9c9f7117b120: Waiting43fc65bb52eb: Pulling fs layere2e8d2ec1110: Waiting8bc6797e23fc: Waitinga5d75845130a: Pulling fs layer1eec13083f65: Pulling fs layer07b81fe7312a: Waitinga1ba7d9452a1: Waiting43fc65bb52eb: Waiting502b0eef2b39: Pulling fs layera5d75845130a: Waitingc1a5e9a62af8: Pulling fs layer13ca68c1356e: Pulling fs layer1eec13083f65: Waitingb02e3b0a0c41: Pulling fs layerc1a5e9a62af8: Waiting502b0eef2b39: Waiting13ca68c1356e: Waitingb02e3b0a0c41: Waiting7e5b745a56a4: Verifying Checksum7e5b745a56a4: Download completee8859609bfb8: Verifying Checksume8859609bfb8: Download complete61958fadfb74: Verifying Checksum61958fadfb74: Download complete04578677ff3f: Verifying Checksum04578677ff3f: Download complete51242d36b3fd: Verifying Checksum51242d36b3fd: Download complete3a6ccf50917d: Verifying Checksum3a6ccf50917d: Download complete01b19b859bd1: Verifying Checksum01b19b859bd1: Download complete47b008c442e7: Verifying Checksum47b008c442e7: Download complete434ff16e8a1b: Verifying Checksum434ff16e8a1b: Download completec914fb01d9b0: Download completee2e8d2ec1110: Verifying Checksume2e8d2ec1110: Download completebb8f1dbb2acd: Verifying Checksumbb8f1dbb2acd: Download completeacbc7d112060: Verifying Checksumacbc7d112060: Download complete7b0ca93f3f54: Verifying Checksum7b0ca93f3f54: Download complete5a223856338a: Verifying Checksum5a223856338a: Download completeace6a731f305: Verifying Checksumace6a731f305: Download completea6230b7fafa0: Download complete917f9b8155b5: Verifying Checksum917f9b8155b5: Download complete8f7a3b7d908f: Verifying Checksum8f7a3b7d908f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete7af8a72dec52: Verifying Checksum7af8a72dec52: Download complete9565a36b4e3a: Verifying Checksum9565a36b4e3a: Download completea1ba7d9452a1: Download complete24a9095bda75: Download complete16c026bd2ca7: Verifying Checksum16c026bd2ca7: Download complete6b821f07d597: Download completeafd0175f27f4: Download complete88ab18f654c7: Verifying Checksum88ab18f654c7: Download completebe69a91a3ef7: Verifying Checksumbe69a91a3ef7: Download complete3a6ccf50917d: Pull complete698b8d1610af: Pull completece8a4e53f5e3: Verifying Checksumce8a4e53f5e3: Download complete3e2bdc6df5e4: Verifying Checksum3e2bdc6df5e4: Download completeff986d64677f: Verifying Checksumff986d64677f: Download complete8bc6797e23fc: Download complete43fc65bb52eb: Verifying Checksum43fc65bb52eb: Download completea5d75845130a: Download complete7e5b745a56a4: Pull complete1eec13083f65: Verifying Checksum1eec13083f65: Download complete9c9f7117b120: Verifying Checksum9c9f7117b120: Download completec1a5e9a62af8: Verifying Checksumc1a5e9a62af8: Download complete13ca68c1356e: Verifying Checksum13ca68c1356e: Download completeb02e3b0a0c41: Download completee8859609bfb8: Pull complete07b81fe7312a: Verifying Checksum07b81fe7312a: Download complete51242d36b3fd: Pull complete61958fadfb74: Pull complete04578677ff3f: Pull complete01b19b859bd1: Pull complete47b008c442e7: Pull complete502b0eef2b39: Verifying Checksum502b0eef2b39: Download complete434ff16e8a1b: Pull completee2e8d2ec1110: Pull completebb8f1dbb2acd: Pull completec914fb01d9b0: Pull completeacbc7d112060: Pull complete7b0ca93f3f54: Pull complete5a223856338a: Pull completeace6a731f305: Pull completea6230b7fafa0: Pull complete917f9b8155b5: Pull complete8f7a3b7d908f: Pull complete4f4fb700ef54: Pull complete7af8a72dec52: Pull complete9565a36b4e3a: Pull completea1ba7d9452a1: Pull complete24a9095bda75: Pull complete16c026bd2ca7: Pull complete6b821f07d597: Pull completeafd0175f27f4: Pull complete88ab18f654c7: Pull completebe69a91a3ef7: Pull completece8a4e53f5e3: Pull complete3e2bdc6df5e4: Pull completeff986d64677f: Pull complete9c9f7117b120: Pull complete8bc6797e23fc: Pull complete07b81fe7312a: Pull complete43fc65bb52eb: Pull completea5d75845130a: Pull complete1eec13083f65: Pull complete502b0eef2b39: Pull completec1a5e9a62af8: Pull complete13ca68c1356e: Pull completeb02e3b0a0c41: Pull completeDigest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb522025-11-05 16:21.44 ---> saved as "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11"/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 43.9 KiB/s | 17.9 KiB | 00m00sFedora 43 - x86_64 - Updates 100% | 93.4 KiB/s | 20.1 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 10.4 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-11-05 16:21.53 ---> saved as "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783"/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 16:21.53 ---> saved as "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65"/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] Initialised2025-11-05 16:22.16 ---> saved as "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-11-05 16:22.17 ---> saved as "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 16:22.17 ---> saved as "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..70d1dfb3b8 master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0<><> 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.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:22.38 ---> saved as "d74613464fa39f89302c88bec9be0bdac0aee4f584dd089e76e88a78265948e1"/src: (copy (src kcas_data.opam kcas.opam) (dst ./))2025-11-05 16:22.38 ---> saved as "6d31141bcfa0452e83caa86e246d33aa4840d52ab4dab351269d7e9090e0ec61"/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-11-05 16:22.40 ---> saved as "6930de6c347700707cb27c9fa215fa4e0df97d7265a524d4908e0666d1784a00"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 16:22.42 ---> saved as "6e0f668f239170d07d3b66a537b13f9cf7380f10dc9cb64594fd6fb1938860f3"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.27 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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.14.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-11-05 16:22.49 ---> saved as "7c14b3935cdb2fcae29a9ceaeae106af3bcb3ebee30fe523546280fa5d40bfe6"/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.14.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 33 packages- install alcotest 1.9.1- install astring 0.8.5- install backoff 0.1.1- install camlp-streams 5.0.1- install cmdliner 2.0.0- install cppo 1.8.0- install csexp 1.5.2- install domain-local-await 1.0.1- install domain-local-timeout 1.0.1- install domain_shims 0.1.0- install dune 3.20.2- install fmt 0.11.0- install logs 0.10.0- install mdx 2.5.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 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install psq 0.2.1- install qcheck-core 0.27- install qcheck-multicoretests-util 0.10- install qcheck-stm 0.10- install re 1.14.0- install result 1.5- install seq base- install stdlib-shims 0.3.0- install thread-table 1.0.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.0 (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.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved multicore-bench.0.1.7 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved qcheck-core.0.27 (cached)-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.20.2-> installed domain_shims.0.1.0-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed backoff.0.1.1-> installed multicore-magic.2.3.1-> installed ocaml-version.4.0.3-> installed psq.0.2.1-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed thread-table.1.0.0-> installed domain-local-timeout.1.0.1-> installed domain-local-await.1.0.1-> installed ocaml-syntax-shims.1.0.0-> installed cppo.1.8.0-> installed re.1.14.0-> installed yojson.3.0.0-> installed qcheck-core.0.27-> installed multicore-bench.0.1.7-> installed qcheck-multicoretests-util.0.10-> installed alcotest.1.9.1-> installed qcheck-stm.0.10-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 16:23.19 ---> saved as "de8d6b45c3590bd5def56c2e0db4fa4fb4c6578d790d75f305c8f724157134f1"/src: (copy (src .) (dst /src))2025-11-05 16:23.19 ---> saved as "179d9bd11650d893671b2419881111a19051840de230ac9d111430b1d275266f"/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 `JM3IPN0D'.[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/bench && ./main.exe -brief 'Kcas Loc')Kcas Loc:ops over time/cas int:100.23 M/sops over time/get:481.91 M/sops over time/incr:66.39 M/sops over time/push & pop:66.61 M/sops over time/swap:66.46 M/sops over time/xchg int:103.92 M/stime per op/cas int:9.98 nstime per op/get:2.08 nstime per op/incr:15.06 nstime per op/push & pop:15.01 nstime per op/swap:15.05 nstime per op/xchg int:9.62 ns(cd _build/default/test/kcas_data && ./dllist_test.exe)Testing `Dllist'.This run has ID `SZ8DEZW3'.[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 && ./xt_test.exe)Testing `Transactions'.This run has ID `LYVK6FXD'.[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 && ./hashtbl_test.exe)Testing `Hashtbl'.This run has ID `0TUG77AT'.[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.006s. 4 tests run.(cd _build/default/test/kcas_data && ./stack_test.exe)Testing `Stack'.This run has ID `67DR3CVD'.[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 && ./mvar_test.exe)Testing `Mvar'.This run has ID `WVZWAUIC'.[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 `GC3LLUVE'.[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/bench && ./main.exe -brief 'Kcas Xt')Kcas Xt:time per transaction/0 loc tx:8.74 nstime per transaction/1 loc tx:37.73 nstime per transaction/2 loc tx:74.37 nstime per transaction/4 loc tx:121.21 nstime per transaction/8 loc tx:222.23 nstransactions over time/0 loc tx:114.37 M/stransactions over time/1 loc tx:26.50 M/stransactions over time/2 loc tx:13.45 M/stransactions over time/4 loc tx:8.25 M/stransactions over time/8 loc tx:4.50 M/sKcas Xt read-only:time per transaction/0 loc tx:12.98 nstime per transaction/1 loc tx:21.71 nstime per transaction/2 loc tx:45.91 nstime per transaction/4 loc tx:68.92 nstime per transaction/8 loc tx:112.94 nstransactions over time/0 loc tx:77.04 M/stransactions over time/1 loc tx:46.06 M/stransactions over time/2 loc tx:21.78 M/stransactions over time/4 loc tx:14.51 M/stransactions over time/8 loc tx:8.85 M/s(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')Kcas Xt read-only:time per transaction/0 loc tx:8.69 nstime per transaction/1 loc tx:22.27 nstime per transaction/2 loc tx:44.68 nstime per transaction/4 loc tx:70.76 nstime per transaction/8 loc tx:115.77 nstransactions over time/0 loc tx:115.08 M/stransactions over time/1 loc tx:44.90 M/stransactions over time/2 loc tx:22.38 M/stransactions over time/4 loc tx:14.13 M/stransactions over time/8 loc tx:8.64 M/s(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')Kcas parallel CMP:time per transaction/1 worker:79.38 nstransactions over time/1 worker:12.60 M/s(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')Kcas_data Accumulator:operations over time/1 worker, 0% reads:57.70 M/stime per operation/1 worker, 0% reads:17.33 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')Kcas_data Dllist:messages over time/one domain:3.08 M/stime per message/one domain:324.72 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')Kcas_data Hashtbl:operations over time/1 worker, 10% reads:7.53 M/soperations over time/1 worker, 50% reads:9.22 M/soperations over time/1 worker, 90% reads:19.88 M/stime per operation/1 worker, 10% reads:132.86 nstime per operation/1 worker, 50% reads:108.49 nstime per operation/1 worker, 90% reads:50.29 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')Kcas_data Mvar:(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')Kcas_data Queue:messages over time/one domain:13.92 M/stime per message/one domain:71.86 ns(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')Kcas_data Stack:messages over time/one domain:18.72 M/stime per message/one domain:53.42 ns(cd _build/default/test/kcas && ./test.exe)Testing `Kcas'.This run has ID `TAE4T9A9'.[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.915s. 17 tests run.(cd _build/default/test/kcas && ./ms_queue_test.exe)Testing `MS queue'.This run has ID `DKR7YQEO'.[OK] write skew 0[OK] tail leak 0Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'.Test Successful in 10.115s. 2 tests run.(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)random seed: 3160370180285702351generated 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 [ ] 6 0 0 6 / 32 0.1s Accumulator concurrent [ ] 22 0 0 22 / 32 0.2s Accumulator concurrent [ ] 31 0 0 31 / 32 0.4s Accumulator concurrent [✓] 32 0 0 32 / 32 0.4s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 1559487421244319745generated 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 [ ] 20 0 0 20 / 64 0.1s Accumulator concurrent [ ] 37 0 0 37 / 64 0.2s Accumulator concurrent [ ] 39 0 0 39 / 64 0.3s Accumulator concurrent [ ] 47 0 0 47 / 64 0.5s Accumulator concurrent [✓] 64 0 0 64 / 64 0.6s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 48017493992299083generated 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 [ ] 16 0 0 16 / 128 0.1s Accumulator concurrent [ ] 34 0 0 34 / 128 0.2s Accumulator concurrent [ ] 38 0 0 38 / 128 0.3s Accumulator concurrent [ ] 52 0 0 52 / 128 0.5s Accumulator concurrent [ ] 90 0 0 90 / 128 0.6s Accumulator concurrent [ ] 101 0 0 101 / 128 0.7s Accumulator concurrent [ ] 112 0 0 112 / 128 0.9s Accumulator concurrent [ ] 114 0 0 114 / 128 1.0s Accumulator concurrent [✓] 128 0 0 128 / 128 1.0s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 1276890841020693898generated 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 [ ] 15 0 0 15 / 256 0.1s Accumulator concurrent [ ] 24 0 0 24 / 256 0.3s Accumulator concurrent [ ] 41 0 0 41 / 256 0.5s Accumulator concurrent [ ] 54 0 0 54 / 256 0.6s Accumulator concurrent [ ] 63 0 0 63 / 256 0.7s Accumulator concurrent [ ] 76 0 0 76 / 256 0.8s Accumulator concurrent [ ] 88 0 0 88 / 256 1.0s Accumulator concurrent [ ] 113 0 0 113 / 256 1.1s Accumulator concurrent [ ] 124 0 0 124 / 256 1.2s Accumulator concurrent [ ] 133 0 0 133 / 256 1.3s Accumulator concurrent [ ] 155 0 0 155 / 256 1.4s Accumulator concurrent [ ] 160 0 0 160 / 256 1.5s Accumulator concurrent [ ] 180 0 0 180 / 256 1.7s Accumulator concurrent [ ] 189 0 0 189 / 256 1.8s Accumulator concurrent [ ] 205 0 0 205 / 256 1.9s Accumulator concurrent [ ] 224 0 0 224 / 256 2.1s Accumulator concurrent [ ] 231 0 0 231 / 256 2.2s Accumulator concurrent [✓] 256 0 0 256 / 256 2.3s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 4278014575115402463generated 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 [ ] 17 0 0 17 / 512 0.1s Accumulator concurrent [ ] 22 0 0 22 / 512 0.2s Accumulator concurrent [ ] 42 0 0 42 / 512 0.3s Accumulator concurrent [ ] 52 0 0 52 / 512 0.5s Accumulator concurrent [ ] 65 0 0 65 / 512 0.7s Accumulator concurrent [ ] 81 0 0 81 / 512 0.8s Accumulator concurrent [ ] 90 0 0 90 / 512 0.9s Accumulator concurrent [ ] 113 0 0 113 / 512 1.0s Accumulator concurrent [ ] 125 0 0 125 / 512 1.1s Accumulator concurrent [ ] 149 0 0 149 / 512 1.3s Accumulator concurrent [ ] 155 0 0 155 / 512 1.5s Accumulator concurrent [ ] 158 0 0 158 / 512 1.6s Accumulator concurrent [ ] 171 0 0 171 / 512 1.7s Accumulator concurrent [ ] 184 0 0 184 / 512 1.9s Accumulator concurrent [ ] 187 0 0 187 / 512 2.0s Accumulator concurrent [ ] 193 0 0 193 / 512 2.1s Accumulator concurrent [ ] 205 0 0 205 / 512 2.2s Accumulator concurrent [ ] 219 0 0 219 / 512 2.3s Accumulator concurrent [ ] 228 0 0 228 / 512 2.5s Accumulator concurrent [ ] 240 0 0 240 / 512 2.6s Accumulator concurrent [ ] 242 0 0 242 / 512 2.7s Accumulator concurrent [ ] 254 0 0 254 / 512 2.9s Accumulator concurrent [ ] 261 0 0 261 / 512 3.0s Accumulator concurrent [ ] 276 0 0 276 / 512 3.1s Accumulator concurrent [ ] 296 0 0 296 / 512 3.3s Accumulator concurrent [ ] 300 0 0 300 / 512 3.4s Accumulator concurrent [ ] 318 0 0 318 / 512 3.5s Accumulator concurrent [ ] 328 0 0 328 / 512 3.6s Accumulator concurrent [ ] 332 0 0 332 / 512 3.7s Accumulator concurrent [ ] 343 0 0 343 / 512 3.9s Accumulator concurrent [ ] 348 0 0 348 / 512 4.0s Accumulator concurrent [ ] 361 0 0 361 / 512 4.1s Accumulator concurrent [ ] 366 0 0 366 / 512 4.2s Accumulator concurrent [ ] 377 0 0 377 / 512 4.3s Accumulator concurrent [ ] 385 0 0 385 / 512 4.5s Accumulator concurrent [ ] 390 0 0 390 / 512 4.6s Accumulator concurrent [ ] 396 0 0 396 / 512 4.7s Accumulator concurrent [ ] 407 0 0 407 / 512 4.9s Accumulator concurrent [ ] 429 0 0 429 / 512 5.0s Accumulator concurrent [ ] 436 0 0 436 / 512 5.1s Accumulator concurrent [ ] 445 0 0 445 / 512 5.3s Accumulator concurrent [ ] 450 0 0 450 / 512 5.4s Accumulator concurrent [ ] 459 0 0 459 / 512 5.6s Accumulator concurrent [ ] 478 0 0 478 / 512 5.7s Accumulator concurrent [ ] 482 0 0 482 / 512 5.8s Accumulator concurrent [ ] 494 0 0 494 / 512 6.0s Accumulator concurrent [ ] 501 0 0 501 / 512 6.2s Accumulator concurrent [✓] 512 0 0 512 / 512 6.2s Accumulator concurrent================================================================================success (ran 2 tests)random seed: 1991845970022982832generated 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 [ ] 28 0 0 28 / 32 0.1s Accumulator concurrent [ ] 31 0 0 31 / 32 0.2s Accumulator concurrent [✓] 32 0 0 32 / 32 0.2s Accumulator concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./stack_test_stm.exe)random seed: 3762299451790013840generated 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 [ ] 26 0 0 26 / 32 0.2s Stack concurrent [✓] 32 0 0 32 / 32 0.2s Stack concurrent================================================================================success (ran 2 tests)random seed: 2207005956928675837generated 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 [ ] 1 0 0 1 / 64 0.1s Stack concurrent [ ] 6 0 0 6 / 64 0.2s Stack concurrent [ ] 12 0 0 12 / 64 0.3s Stack concurrent [ ] 40 0 0 40 / 64 0.5s Stack concurrent [ ] 63 0 0 63 / 64 0.6s Stack concurrent [✓] 64 0 0 64 / 64 0.6s Stack concurrent================================================================================success (ran 2 tests)random seed: 3851392297619109056generated 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 [ ] 4 0 0 4 / 128 0.1s Stack concurrent [ ] 14 0 0 14 / 128 0.2s Stack concurrent [ ] 44 0 0 44 / 128 0.4s Stack concurrent [ ] 60 0 0 60 / 128 0.6s Stack concurrent [ ] 75 0 0 75 / 128 0.7s Stack concurrent [ ] 77 0 0 77 / 128 0.8s Stack concurrent [ ] 80 0 0 80 / 128 0.9s Stack concurrent [ ] 91 0 0 91 / 128 1.1s Stack concurrent [ ] 101 0 0 101 / 128 1.2s Stack concurrent [ ] 114 0 0 114 / 128 1.3s Stack concurrent [ ] 120 0 0 120 / 128 1.4s Stack concurrent [✓] 128 0 0 128 / 128 1.5s Stack concurrent================================================================================success (ran 2 tests)random seed: 4269162936588407174generated 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 [ ] 9 0 0 9 / 256 0.1s Stack concurrent [ ] 29 0 0 29 / 256 0.2s Stack concurrent [ ] 45 0 0 45 / 256 0.4s Stack concurrent [ ] 65 0 0 65 / 256 0.5s Stack concurrent [ ] 78 0 0 78 / 256 0.6s Stack concurrent [ ] 96 0 0 96 / 256 0.7s Stack concurrent [ ] 116 0 0 116 / 256 0.8s Stack concurrent [ ] 122 0 0 122 / 256 1.0s Stack concurrent [ ] 126 0 0 126 / 256 1.1s Stack concurrent [ ] 147 0 0 147 / 256 1.2s Stack concurrent [ ] 158 0 0 158 / 256 1.3s Stack concurrent [ ] 176 0 0 176 / 256 1.4s Stack concurrent [ ] 178 0 0 178 / 256 1.5s Stack concurrent [ ] 186 0 0 186 / 256 1.7s Stack concurrent [ ] 198 0 0 198 / 256 1.8s Stack concurrent [ ] 203 0 0 203 / 256 1.9s Stack concurrent [ ] 232 0 0 232 / 256 2.0s Stack concurrent [ ] 240 0 0 240 / 256 2.1s Stack concurrent [ ] 252 0 0 252 / 256 2.3s Stack concurrent [✓] 256 0 0 256 / 256 2.3s Stack concurrent================================================================================success (ran 2 tests)random seed: 917684093696794080generated 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 [ ] 3 0 0 3 / 512 0.1s Stack concurrent [ ] 21 0 0 21 / 512 0.3s Stack concurrent [ ] 36 0 0 36 / 512 0.4s Stack concurrent [ ] 51 0 0 51 / 512 0.5s Stack concurrent [ ] 53 0 0 53 / 512 0.6s Stack concurrent [ ] 61 0 0 61 / 512 0.7s Stack concurrent [ ] 89 0 0 89 / 512 0.9s Stack concurrent [ ] 95 0 0 95 / 512 1.0s Stack concurrent [ ] 115 0 0 115 / 512 1.2s Stack concurrent [ ] 133 0 0 133 / 512 1.3s Stack concurrent [ ] 145 0 0 145 / 512 1.5s Stack concurrent [ ] 155 0 0 155 / 512 1.6s Stack concurrent [ ] 173 0 0 173 / 512 1.7s Stack concurrent [ ] 183 0 0 183 / 512 1.8s Stack concurrent [ ] 188 0 0 188 / 512 1.9s Stack concurrent [ ] 204 0 0 204 / 512 2.0s Stack concurrent [ ] 212 0 0 212 / 512 2.1s Stack concurrent [ ] 216 0 0 216 / 512 2.2s Stack concurrent [ ] 226 0 0 226 / 512 2.3s Stack concurrent [ ] 243 0 0 243 / 512 2.5s Stack concurrent [ ] 252 0 0 252 / 512 2.6s Stack concurrent [ ] 257 0 0 257 / 512 2.7s Stack concurrent [ ] 268 0 0 268 / 512 2.9s Stack concurrent [ ] 281 0 0 281 / 512 3.0s Stack concurrent [ ] 293 0 0 293 / 512 3.2s Stack concurrent [ ] 299 0 0 299 / 512 3.3s Stack concurrent [ ] 311 0 0 311 / 512 3.4s Stack concurrent [ ] 317 0 0 317 / 512 3.5s Stack concurrent [ ] 332 0 0 332 / 512 3.7s Stack concurrent [ ] 349 0 0 349 / 512 3.8s Stack concurrent [ ] 373 0 0 373 / 512 3.9s Stack concurrent [ ] 398 0 0 398 / 512 4.0s Stack concurrent [ ] 400 0 0 400 / 512 4.2s Stack concurrent [ ] 412 0 0 412 / 512 4.3s Stack concurrent [ ] 414 0 0 414 / 512 4.4s Stack concurrent [ ] 424 0 0 424 / 512 4.6s Stack concurrent [ ] 428 0 0 428 / 512 4.7s Stack concurrent [ ] 445 0 0 445 / 512 4.8s Stack concurrent [ ] 458 0 0 458 / 512 4.9s Stack concurrent [ ] 483 0 0 483 / 512 5.1s Stack concurrent [ ] 490 0 0 490 / 512 5.2s Stack concurrent [ ] 504 0 0 504 / 512 5.4s Stack concurrent [ ] 510 0 0 510 / 512 5.5s Stack concurrent [✓] 512 0 0 512 / 512 5.6s Stack concurrent================================================================================success (ran 2 tests)random seed: 1780611343306765868generated 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 [ ] 12 0 0 12 / 32 0.1s Stack concurrent [ ] 15 0 0 15 / 32 0.3s Stack concurrent [ ] 16 0 0 16 / 32 0.4s Stack concurrent [ ] 24 0 0 24 / 32 0.5s Stack concurrent [ ] 31 0 0 31 / 32 0.6s Stack concurrent [✓] 32 0 0 32 / 32 0.6s Stack concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)random seed: 866309962607761950generated 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 [ ] 8 0 0 8 / 32 0.1s Hashtbl concurrent [ ] 16 0 0 16 / 32 0.2s Hashtbl concurrent [ ] 29 0 0 29 / 32 0.3s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.3s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 1171460272609059032generated 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 [ ] 15 0 0 15 / 64 0.1s Hashtbl concurrent [ ] 21 0 0 21 / 64 0.2s Hashtbl concurrent [ ] 35 0 0 35 / 64 0.3s Hashtbl concurrent [ ] 43 0 0 43 / 64 0.4s Hashtbl concurrent [ ] 59 0 0 59 / 64 0.6s Hashtbl concurrent [✓] 64 0 0 64 / 64 0.7s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 2982996126609028441generated 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 [ ] 15 0 0 15 / 128 0.2s Hashtbl concurrent [ ] 21 0 0 21 / 128 0.4s Hashtbl concurrent [ ] 36 0 0 36 / 128 0.5s Hashtbl concurrent [ ] 43 0 0 43 / 128 0.6s Hashtbl concurrent [ ] 51 0 0 51 / 128 0.7s Hashtbl concurrent [ ] 52 0 0 52 / 128 0.9s Hashtbl concurrent [ ] 54 0 0 54 / 128 1.0s Hashtbl concurrent [ ] 60 0 0 60 / 128 1.1s Hashtbl concurrent [ ] 66 0 0 66 / 128 1.3s Hashtbl concurrent [ ] 95 0 0 95 / 128 1.4s Hashtbl concurrent [ ] 99 0 0 99 / 128 1.5s Hashtbl concurrent [ ] 108 0 0 108 / 128 1.6s Hashtbl concurrent [ ] 112 0 0 112 / 128 1.7s Hashtbl concurrent [ ] 127 0 0 127 / 128 1.9s Hashtbl concurrent [✓] 128 0 0 128 / 128 1.9s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 1506255079916828297generated 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 [ ] 1 0 0 1 / 256 0.1s Hashtbl concurrent [ ] 8 0 0 8 / 256 0.2s Hashtbl concurrent [ ] 17 0 0 17 / 256 0.3s Hashtbl concurrent [ ] 32 0 0 32 / 256 0.6s Hashtbl concurrent [ ] 34 0 0 34 / 256 0.7s Hashtbl concurrent [ ] 44 0 0 44 / 256 0.8s Hashtbl concurrent [ ] 77 0 0 77 / 256 0.9s Hashtbl concurrent [ ] 84 0 0 84 / 256 1.0s Hashtbl concurrent [ ] 95 0 0 95 / 256 1.2s Hashtbl concurrent [ ] 96 0 0 96 / 256 1.3s Hashtbl concurrent [ ] 106 0 0 106 / 256 1.4s Hashtbl concurrent [ ] 121 0 0 121 / 256 1.5s Hashtbl concurrent [ ] 129 0 0 129 / 256 1.6s Hashtbl concurrent [ ] 139 0 0 139 / 256 1.7s Hashtbl concurrent [ ] 148 0 0 148 / 256 1.9s Hashtbl concurrent [ ] 156 0 0 156 / 256 2.0s Hashtbl concurrent [ ] 165 0 0 165 / 256 2.2s Hashtbl concurrent [ ] 179 0 0 179 / 256 2.3s Hashtbl concurrent [ ] 184 0 0 184 / 256 2.4s Hashtbl concurrent [ ] 192 0 0 192 / 256 2.6s Hashtbl concurrent [ ] 211 0 0 211 / 256 2.7s Hashtbl concurrent [ ] 225 0 0 225 / 256 2.9s Hashtbl concurrent [ ] 239 0 0 239 / 256 3.0s Hashtbl concurrent [✓] 256 0 0 256 / 256 3.1s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 2726574610564964790generated 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 [ ] 22 0 0 22 / 512 0.1s Hashtbl concurrent [ ] 28 0 0 28 / 512 0.2s Hashtbl concurrent [ ] 33 0 0 33 / 512 0.4s Hashtbl concurrent [ ] 44 0 0 44 / 512 0.5s Hashtbl concurrent [ ] 45 0 0 45 / 512 0.7s Hashtbl concurrent [ ] 47 0 0 47 / 512 0.8s Hashtbl concurrent [ ] 64 0 0 64 / 512 0.9s Hashtbl concurrent [ ] 76 0 0 76 / 512 1.0s Hashtbl concurrent [ ] 89 0 0 89 / 512 1.1s Hashtbl concurrent [ ] 106 0 0 106 / 512 1.3s Hashtbl concurrent [ ] 113 0 0 113 / 512 1.4s Hashtbl concurrent [ ] 124 0 0 124 / 512 1.6s Hashtbl concurrent [ ] 134 0 0 134 / 512 1.8s Hashtbl concurrent [ ] 144 0 0 144 / 512 2.0s Hashtbl concurrent [ ] 153 0 0 153 / 512 2.2s Hashtbl concurrent [ ] 164 0 0 164 / 512 2.3s Hashtbl concurrent [ ] 179 0 0 179 / 512 2.4s Hashtbl concurrent [ ] 183 0 0 183 / 512 2.5s Hashtbl concurrent [ ] 188 0 0 188 / 512 2.6s Hashtbl concurrent [ ] 198 0 0 198 / 512 2.7s Hashtbl concurrent [ ] 208 0 0 208 / 512 2.8s Hashtbl concurrent [ ] 214 0 0 214 / 512 2.9s Hashtbl concurrent [ ] 237 0 0 237 / 512 3.0s Hashtbl concurrent [ ] 252 0 0 252 / 512 3.1s Hashtbl concurrent [ ] 273 0 0 273 / 512 3.2s Hashtbl concurrent [ ] 288 0 0 288 / 512 3.3s Hashtbl concurrent [ ] 298 0 0 298 / 512 3.5s Hashtbl concurrent [ ] 309 0 0 309 / 512 3.6s Hashtbl concurrent [ ] 330 0 0 330 / 512 3.7s Hashtbl concurrent [ ] 334 0 0 334 / 512 3.8s Hashtbl concurrent [ ] 347 0 0 347 / 512 3.9s Hashtbl concurrent [ ] 355 0 0 355 / 512 4.1s Hashtbl concurrent [ ] 364 0 0 364 / 512 4.2s Hashtbl concurrent [ ] 366 0 0 366 / 512 4.3s Hashtbl concurrent [ ] 373 0 0 373 / 512 4.5s Hashtbl concurrent [ ] 390 0 0 390 / 512 4.6s Hashtbl concurrent [ ] 402 0 0 402 / 512 4.7s Hashtbl concurrent [ ] 409 0 0 409 / 512 4.8s Hashtbl concurrent [ ] 410 0 0 410 / 512 4.9s Hashtbl concurrent [ ] 416 0 0 416 / 512 5.1s Hashtbl concurrent [ ] 430 0 0 430 / 512 5.2s Hashtbl concurrent [ ] 450 0 0 450 / 512 5.3s Hashtbl concurrent [ ] 463 0 0 463 / 512 5.5s Hashtbl concurrent [ ] 477 0 0 477 / 512 5.6s Hashtbl concurrent [ ] 483 0 0 483 / 512 5.7s Hashtbl concurrent [ ] 490 0 0 490 / 512 5.9s Hashtbl concurrent [ ] 501 0 0 501 / 512 6.0s Hashtbl concurrent [✓] 512 0 0 512 / 512 6.0s Hashtbl concurrent================================================================================success (ran 2 tests)random seed: 3594183038573900793generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential[ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 11 0 0 11 / 32 0.1s Hashtbl concurrent [ ] 14 0 0 14 / 32 0.2s Hashtbl concurrent [ ] 17 0 0 17 / 32 0.3s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.4s Hashtbl concurrent================================================================================success (ran 2 tests)(cd _build/default/test/kcas_data && ./queue_test_stm.exe)random seed: 2921170031345595452generated 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 [ ] 17 0 0 17 / 32 0.1s Queue concurrent [ ] 27 0 0 27 / 32 0.2s Queue concurrent [✓] 32 0 0 32 / 32 0.3s Queue concurrent================================================================================success (ran 2 tests)random seed: 1727694722279651035generated 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 [ ] 6 0 0 6 / 64 0.1s Queue concurrent [ ] 9 0 0 9 / 64 0.2s Queue concurrent [ ] 10 0 0 10 / 64 0.3s Queue concurrent [ ] 21 0 0 21 / 64 0.4s Queue concurrent [ ] 25 0 0 25 / 64 0.6s Queue concurrent [ ] 43 0 0 43 / 64 0.7s Queue concurrent [ ] 45 0 0 45 / 64 0.8s Queue concurrent [ ] 61 0 0 61 / 64 1.0s Queue concurrent [✓] 64 0 0 64 / 64 1.0s Queue concurrent================================================================================success (ran 2 tests)random seed: 1476205254640624092generated 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 [ ] 9 0 0 9 / 128 0.2s Queue concurrent [ ] 14 0 0 14 / 128 0.3s Queue concurrent [ ] 15 0 0 15 / 128 0.5s Queue concurrent [ ] 27 0 0 27 / 128 0.7s Queue concurrent [ ] 37 0 0 37 / 128 0.8s Queue concurrent [ ] 50 0 0 50 / 128 0.9s Queue concurrent [ ] 63 0 0 63 / 128 1.0s Queue concurrent [ ] 68 0 0 68 / 128 1.1s Queue concurrent [ ] 74 0 0 74 / 128 1.2s Queue concurrent [ ] 79 0 0 79 / 128 1.4s Queue concurrent [ ] 92 0 0 92 / 128 1.5s Queue concurrent [ ] 108 0 0 108 / 128 1.7s Queue concurrent [ ] 113 0 0 113 / 128 1.8s Queue concurrent [ ] 116 0 0 116 / 128 1.9s Queue concurrent [ ] 126 0 0 126 / 128 2.0s Queue concurrent [ ] 127 0 0 127 / 128 2.2s Queue concurrent [✓] 128 0 0 128 / 128 2.2s Queue concurrent================================================================================success (ran 2 tests)random seed: 1626557897091430423generated 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.3s Queue concurrent [ ] 25 0 0 25 / 256 0.4s Queue concurrent [ ] 36 0 0 36 / 256 0.6s Queue concurrent [ ] 50 0 0 50 / 256 0.7s Queue concurrent [ ] 66 0 0 66 / 256 0.9s Queue concurrent [ ] 70 0 0 70 / 256 1.0s Queue concurrent [ ] 83 0 0 83 / 256 1.2s Queue concurrent [ ] 86 0 0 86 / 256 1.3s Queue concurrent [ ] 94 0 0 94 / 256 1.4s Queue concurrent [ ] 124 0 0 124 / 256 1.5s Queue concurrent [ ] 137 0 0 137 / 256 1.6s Queue concurrent [ ] 141 0 0 141 / 256 1.7s Queue concurrent [ ] 152 0 0 152 / 256 1.9s Queue concurrent [ ] 174 0 0 174 / 256 2.0s Queue concurrent [ ] 179 0 0 179 / 256 2.1s Queue concurrent [ ] 190 0 0 190 / 256 2.3s Queue concurrent [ ] 208 0 0 208 / 256 2.4s Queue concurrent [ ] 212 0 0 212 / 256 2.5s Queue concurrent [ ] 228 0 0 228 / 256 2.6s Queue concurrent [ ] 230 0 0 230 / 256 2.7s Queue concurrent [ ] 239 0 0 239 / 256 2.9s Queue concurrent [ ] 244 0 0 244 / 256 3.0s Queue concurrent [ ] 247 0 0 247 / 256 3.1s Queue concurrent [ ] 254 0 0 254 / 256 3.3s Queue concurrent [✓] 256 0 0 256 / 256 3.3s Queue concurrent================================================================================success (ran 2 tests)random seed: 1765790978969246811generated 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 [ ] 5 0 0 5 / 512 0.1s Queue concurrent [ ] 6 0 0 6 / 512 0.2s Queue concurrent [ ] 26 0 0 26 / 512 0.3s Queue concurrent [ ] 30 0 0 30 / 512 0.4s Queue concurrent [ ] 32 0 0 32 / 512 0.6s Queue concurrent [ ] 42 0 0 42 / 512 0.7s Queue concurrent [ ] 59 0 0 59 / 512 0.9s Queue concurrent [ ] 70 0 0 70 / 512 1.1s Queue concurrent [ ] 75 0 0 75 / 512 1.2s Queue concurrent [ ] 84 0 0 84 / 512 1.4s Queue concurrent [ ] 89 0 0 89 / 512 1.5s Queue concurrent [ ] 107 0 0 107 / 512 1.7s Queue concurrent [ ] 115 0 0 115 / 512 1.8s Queue concurrent [ ] 135 0 0 135 / 512 1.9s Queue concurrent [ ] 161 0 0 161 / 512 2.1s Queue concurrent [ ] 163 0 0 163 / 512 2.2s Queue concurrent [ ] 176 0 0 176 / 512 2.3s Queue concurrent [ ] 206 0 0 206 / 512 2.5s Queue concurrent [ ] 220 0 0 220 / 512 2.6s Queue concurrent [ ] 229 0 0 229 / 512 2.8s Queue concurrent [ ] 231 0 0 231 / 512 2.9s Queue concurrent [ ] 251 0 0 251 / 512 3.0s Queue concurrent [ ] 258 0 0 258 / 512 3.2s Queue concurrent [ ] 271 0 0 271 / 512 3.3s Queue concurrent [ ] 277 0 0 277 / 512 3.5s Queue concurrent [ ] 286 0 0 286 / 512 3.6s Queue concurrent [ ] 301 0 0 301 / 512 3.7s Queue concurrent [ ] 310 0 0 310 / 512 3.9s Queue concurrent [ ] 311 0 0 311 / 512 4.0s Queue concurrent [ ] 329 0 0 329 / 512 4.1s Queue concurrent [ ] 334 0 0 334 / 512 4.2s Queue concurrent [ ] 345 0 0 345 / 512 4.3s Queue concurrent [ ] 352 0 0 352 / 512 4.5s Queue concurrent [ ] 354 0 0 354 / 512 4.6s Queue concurrent [ ] 360 0 0 360 / 512 4.7s Queue concurrent [ ] 372 0 0 372 / 512 4.8s Queue concurrent [ ] 384 0 0 384 / 512 4.9s Queue concurrent [ ] 409 0 0 409 / 512 5.1s Queue concurrent [ ] 418 0 0 418 / 512 5.2s Queue concurrent [ ] 432 0 0 432 / 512 5.3s Queue concurrent [ ] 448 0 0 448 / 512 5.5s Queue concurrent [ ] 457 0 0 457 / 512 5.6s Queue concurrent [ ] 493 0 0 493 / 512 5.7s Queue concurrent [ ] 509 0 0 509 / 512 5.9s Queue concurrent [✓] 512 0 0 512 / 512 5.9s Queue concurrent================================================================================success (ran 2 tests)random seed: 1398679655593238276generated 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 [ ] 15 0 0 15 / 32 0.2s Queue concurrent [ ] 17 0 0 17 / 32 0.3s Queue concurrent [ ] 32 0 0 32 / 32 0.4s 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: 896710805895785254generated 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 [ ] 16 0 0 16 / 32 0.1s Dllist concurrent [ ] 24 0 0 24 / 32 0.2s Dllist concurrent [ ] 32 0 0 32 / 32 0.3s Dllist concurrent [✓] 32 0 0 32 / 32 0.3s Dllist concurrent================================================================================success (ran 2 tests)random seed: 951270374104813001generated 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 [ ] 20 0 0 20 / 64 0.1s Dllist concurrent [ ] 26 0 0 26 / 64 0.2s Dllist concurrent [ ] 52 0 0 52 / 64 0.3s Dllist concurrent [ ] 56 0 0 56 / 64 0.4s Dllist concurrent [✓] 64 0 0 64 / 64 0.5s Dllist concurrent================================================================================success (ran 2 tests)random seed: 3465047988301285770generated error fail pass / total time test name[ ] 0 0 0 0 / 128 0.0s Dllist sequential [✓] 128 0 0 128 / 128 0.0s Dllist sequential[ ] 0 0 0 0 / 128 0.0s Dllist concurrent [ ] 11 0 0 11 / 128 0.2s Dllist concurrent [ ] 21 0 0 21 / 128 0.3s Dllist concurrent [ ] 31 0 0 31 / 128 0.6s Dllist concurrent [ ] 33 0 0 33 / 128 0.7s Dllist concurrent [ ] 43 0 0 43 / 128 0.8s Dllist concurrent [ ] 59 0 0 59 / 128 1.0s Dllist concurrent [ ] 66 0 0 66 / 128 1.2s Dllist concurrent [ ] 81 0 0 81 / 128 1.3s Dllist concurrent [ ] 92 0 0 92 / 128 1.4s Dllist concurrent [ ] 97 0 0 97 / 128 1.5s Dllist concurrent [ ] 111 0 0 111 / 128 1.6s Dllist concurrent [ ] 117 0 0 117 / 128 1.8s Dllist concurrent [ ] 118 0 0 118 / 128 1.9s Dllist concurrent [✓] 128 0 0 128 / 128 2.0s Dllist concurrent================================================================================success (ran 2 tests)random seed: 3231791393340961231generated 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.1s Dllist concurrent [ ] 9 0 0 9 / 256 0.3s Dllist concurrent [ ] 15 0 0 15 / 256 0.4s Dllist concurrent [ ] 33 0 0 33 / 256 0.6s Dllist concurrent [ ] 45 0 0 45 / 256 0.8s Dllist concurrent [ ] 71 0 0 71 / 256 0.9s Dllist concurrent [ ] 76 0 0 76 / 256 1.0s Dllist concurrent [ ] 79 0 0 79 / 256 1.2s Dllist concurrent [ ] 84 0 0 84 / 256 1.3s Dllist concurrent [ ] 95 0 0 95 / 256 1.5s Dllist concurrent [ ] 96 0 0 96 / 256 1.7s Dllist concurrent [ ] 111 0 0 111 / 256 1.8s Dllist concurrent [ ] 122 0 0 122 / 256 2.0s Dllist concurrent [ ] 136 0 0 136 / 256 2.1s Dllist concurrent [ ] 147 0 0 147 / 256 2.2s Dllist concurrent [ ] 157 0 0 157 / 256 2.4s Dllist concurrent [ ] 162 0 0 162 / 256 2.6s Dllist concurrent [ ] 166 0 0 166 / 256 2.7s Dllist concurrent [ ] 175 0 0 175 / 256 2.9s Dllist concurrent [ ] 179 0 0 179 / 256 3.1s Dllist concurrent [ ] 184 0 0 184 / 256 3.3s Dllist concurrent [ ] 185 0 0 185 / 256 3.4s Dllist concurrent [ ] 199 0 0 199 / 256 3.6s Dllist concurrent [ ] 205 0 0 205 / 256 3.7s Dllist concurrent [ ] 208 0 0 208 / 256 3.9s Dllist concurrent [ ] 216 0 0 216 / 256 4.1s Dllist concurrent [ ] 219 0 0 219 / 256 4.3s Dllist concurrent [ ] 229 0 0 229 / 256 4.4s Dllist concurrent [ ] 241 0 0 241 / 256 4.6s Dllist concurrent [ ] 249 0 0 249 / 256 4.8s Dllist concurrent [✓] 256 0 0 256 / 256 4.8s Dllist concurrent================================================================================success (ran 2 tests)random seed: 3163498750255351029generated 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.2s Dllist concurrent [ ] 32 0 0 32 / 512 0.3s Dllist concurrent [ ] 44 0 0 44 / 512 0.5s Dllist concurrent [ ] 49 0 0 49 / 512 0.6s Dllist concurrent [ ] 59 0 0 59 / 512 0.9s Dllist concurrent [ ] 63 0 0 63 / 512 1.0s Dllist concurrent [ ] 73 0 0 73 / 512 1.2s Dllist concurrent [ ] 77 0 0 77 / 512 1.3s Dllist concurrent [ ] 90 0 0 90 / 512 1.5s Dllist concurrent [ ] 103 0 0 103 / 512 1.6s Dllist concurrent [ ] 114 0 0 114 / 512 1.7s Dllist concurrent [ ] 117 0 0 117 / 512 1.8s Dllist concurrent [ ] 129 0 0 129 / 512 2.0s Dllist concurrent [ ] 140 0 0 140 / 512 2.2s Dllist concurrent [ ] 156 0 0 156 / 512 2.3s Dllist concurrent [ ] 165 0 0 165 / 512 2.4s Dllist concurrent [ ] 177 0 0 177 / 512 2.5s Dllist concurrent [ ] 183 0 0 183 / 512 2.7s Dllist concurrent [ ] 198 0 0 198 / 512 2.8s Dllist concurrent [ ] 214 0 0 214 / 512 2.9s Dllist concurrent [ ] 222 0 0 222 / 512 3.1s Dllist concurrent [ ] 231 0 0 231 / 512 3.2s Dllist concurrent [ ] 242 0 0 242 / 512 3.3s Dllist concurrent [ ] 249 0 0 249 / 512 3.5s Dllist concurrent [ ] 263 0 0 263 / 512 3.7s Dllist concurrent [ ] 273 0 0 273 / 512 3.8s Dllist concurrent [ ] 274 0 0 274 / 512 3.9s Dllist concurrent [ ] 284 0 0 284 / 512 4.1s Dllist concurrent [ ] 286 0 0 286 / 512 4.2s Dllist concurrent [ ] 295 0 0 295 / 512 4.4s Dllist concurrent [ ] 310 0 0 310 / 512 4.6s Dllist concurrent [ ] 313 0 0 313 / 512 4.7s Dllist concurrent [ ] 317 0 0 317 / 512 4.9s Dllist concurrent [ ] 334 0 0 334 / 512 5.0s Dllist concurrent [ ] 345 0 0 345 / 512 5.2s Dllist concurrent [ ] 358 0 0 358 / 512 5.3s Dllist concurrent [ ] 368 0 0 368 / 512 5.4s Dllist concurrent [ ] 387 0 0 387 / 512 5.5s Dllist concurrent [ ] 405 0 0 405 / 512 5.6s Dllist concurrent [ ] 406 0 0 406 / 512 5.7s Dllist concurrent [ ] 420 0 0 420 / 512 5.8s Dllist concurrent [ ] 433 0 0 433 / 512 6.0s Dllist concurrent [ ] 454 0 0 454 / 512 6.1s Dllist concurrent [ ] 457 0 0 457 / 512 6.2s Dllist concurrent [ ] 466 0 0 466 / 512 6.4s Dllist concurrent [ ] 471 0 0 471 / 512 6.5s Dllist concurrent [ ] 479 0 0 479 / 512 6.7s Dllist concurrent [ ] 502 0 0 502 / 512 6.8s Dllist concurrent [ ] 512 0 0 512 / 512 6.9s Dllist concurrent [✓] 512 0 0 512 / 512 6.9s Dllist concurrent================================================================================success (ran 2 tests)random seed: 366358568815395809generated 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 [ ] 8 0 0 8 / 32 0.2s Dllist concurrent [ ] 25 0 0 25 / 32 0.3s 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: 1036704773778756938generated 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 [ ] 10 0 0 10 / 32 0.1s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 32 0.3s Hashtbl_with_order concurrent [ ] 30 0 0 30 / 32 0.4s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 0.4s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 3228942044924932170generated 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.2s Hashtbl_with_order concurrent [ ] 10 0 0 10 / 64 0.3s Hashtbl_with_order concurrent [ ] 19 0 0 19 / 64 0.4s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 64 0.6s Hashtbl_with_order concurrent [ ] 26 0 0 26 / 64 0.8s Hashtbl_with_order concurrent [ ] 33 0 0 33 / 64 0.9s Hashtbl_with_order concurrent [ ] 36 0 0 36 / 64 1.0s Hashtbl_with_order concurrent [ ] 41 0 0 41 / 64 1.2s Hashtbl_with_order concurrent [ ] 45 0 0 45 / 64 1.3s Hashtbl_with_order concurrent [ ] 59 0 0 59 / 64 1.4s Hashtbl_with_order concurrent [✓] 64 0 0 64 / 64 1.5s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 1649281504804544570generated error fail pass / total time test name[ ] 0 0 0 0 / 128 0.0s Hashtbl_with_order sequential [✓] 128 0 0 128 / 128 0.0s Hashtbl_with_order sequential[ ] 0 0 0 0 / 128 0.0s Hashtbl_with_order concurrent [ ] 4 0 0 4 / 128 0.3s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 128 0.5s Hashtbl_with_order concurrent [ ] 7 0 0 7 / 128 0.7s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 128 1.0s Hashtbl_with_order concurrent [ ] 38 0 0 38 / 128 1.1s Hashtbl_with_order concurrent [ ] 45 0 0 45 / 128 1.4s Hashtbl_with_order concurrent [ ] 54 0 0 54 / 128 1.5s Hashtbl_with_order concurrent [ ] 67 0 0 67 / 128 1.6s Hashtbl_with_order concurrent [ ] 79 0 0 79 / 128 1.8s Hashtbl_with_order concurrent [ ] 94 0 0 94 / 128 1.9s Hashtbl_with_order concurrent [ ] 101 0 0 101 / 128 2.0s Hashtbl_with_order concurrent [ ] 109 0 0 109 / 128 2.2s Hashtbl_with_order concurrent [ ] 114 0 0 114 / 128 2.4s Hashtbl_with_order concurrent [ ] 119 0 0 119 / 128 2.6s Hashtbl_with_order concurrent [✓] 128 0 0 128 / 128 2.6s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 2299666978402066558generated 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 [ ] 1 0 0 1 / 256 0.1s Hashtbl_with_order concurrent [ ] 24 0 0 24 / 256 0.3s Hashtbl_with_order concurrent [ ] 29 0 0 29 / 256 0.4s Hashtbl_with_order concurrent [ ] 30 0 0 30 / 256 0.6s Hashtbl_with_order concurrent [ ] 37 0 0 37 / 256 0.7s Hashtbl_with_order concurrent [ ] 49 0 0 49 / 256 0.8s Hashtbl_with_order concurrent [ ] 62 0 0 62 / 256 1.0s Hashtbl_with_order concurrent [ ] 63 0 0 63 / 256 1.2s Hashtbl_with_order concurrent [ ] 73 0 0 73 / 256 1.3s Hashtbl_with_order concurrent [ ] 76 0 0 76 / 256 1.4s Hashtbl_with_order concurrent [ ] 97 0 0 97 / 256 1.8s Hashtbl_with_order concurrent [ ] 110 0 0 110 / 256 2.0s Hashtbl_with_order concurrent [ ] 114 0 0 114 / 256 2.2s Hashtbl_with_order concurrent [ ] 129 0 0 129 / 256 2.4s Hashtbl_with_order concurrent [ ] 130 0 0 130 / 256 2.5s Hashtbl_with_order concurrent [ ] 152 0 0 152 / 256 2.6s Hashtbl_with_order concurrent [ ] 167 0 0 167 / 256 2.7s Hashtbl_with_order concurrent [ ] 179 0 0 179 / 256 3.0s Hashtbl_with_order concurrent [ ] 185 0 0 185 / 256 3.1s Hashtbl_with_order concurrent [ ] 197 0 0 197 / 256 3.2s Hashtbl_with_order concurrent [ ] 208 0 0 208 / 256 3.5s Hashtbl_with_order concurrent [ ] 209 0 0 209 / 256 3.7s Hashtbl_with_order concurrent [ ] 220 0 0 220 / 256 3.9s Hashtbl_with_order concurrent [ ] 230 0 0 230 / 256 4.1s Hashtbl_with_order concurrent [ ] 231 0 0 231 / 256 4.3s Hashtbl_with_order concurrent [ ] 246 0 0 246 / 256 4.4s Hashtbl_with_order concurrent [✓] 256 0 0 256 / 256 4.5s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 788182300130966560generated 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 [ ] 16 0 0 16 / 512 0.1s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 512 0.2s Hashtbl_with_order concurrent [ ] 25 0 0 25 / 512 0.3s Hashtbl_with_order concurrent [ ] 38 0 0 38 / 512 0.4s Hashtbl_with_order concurrent [ ] 44 0 0 44 / 512 0.6s Hashtbl_with_order concurrent [ ] 54 0 0 54 / 512 0.7s Hashtbl_with_order concurrent [ ] 61 0 0 61 / 512 0.8s Hashtbl_with_order concurrent [ ] 64 0 0 64 / 512 1.0s Hashtbl_with_order concurrent [ ] 68 0 0 68 / 512 1.1s Hashtbl_with_order concurrent [ ] 76 0 0 76 / 512 1.4s Hashtbl_with_order concurrent [ ] 81 0 0 81 / 512 1.5s Hashtbl_with_order concurrent [ ] 86 0 0 86 / 512 1.7s Hashtbl_with_order concurrent [ ] 99 0 0 99 / 512 1.8s Hashtbl_with_order concurrent [ ] 123 0 0 123 / 512 2.0s Hashtbl_with_order concurrent [ ] 129 0 0 129 / 512 2.1s Hashtbl_with_order concurrent [ ] 133 0 0 133 / 512 2.2s Hashtbl_with_order concurrent [ ] 134 0 0 134 / 512 2.5s Hashtbl_with_order concurrent [ ] 145 0 0 145 / 512 2.6s Hashtbl_with_order concurrent [ ] 161 0 0 161 / 512 2.7s Hashtbl_with_order concurrent [ ] 164 0 0 164 / 512 2.8s Hashtbl_with_order concurrent [ ] 171 0 0 171 / 512 2.9s Hashtbl_with_order concurrent [ ] 178 0 0 178 / 512 3.0s Hashtbl_with_order concurrent [ ] 191 0 0 191 / 512 3.1s Hashtbl_with_order concurrent [ ] 203 0 0 203 / 512 3.2s Hashtbl_with_order concurrent [ ] 214 0 0 214 / 512 3.3s Hashtbl_with_order concurrent [ ] 234 0 0 234 / 512 3.4s Hashtbl_with_order concurrent [ ] 246 0 0 246 / 512 3.5s Hashtbl_with_order concurrent [ ] 255 0 0 255 / 512 3.6s Hashtbl_with_order concurrent [ ] 259 0 0 259 / 512 3.8s Hashtbl_with_order concurrent [ ] 265 0 0 265 / 512 3.9s Hashtbl_with_order concurrent [ ] 279 0 0 279 / 512 4.1s Hashtbl_with_order concurrent [ ] 287 0 0 287 / 512 4.3s Hashtbl_with_order concurrent [ ] 300 0 0 300 / 512 4.5s Hashtbl_with_order concurrent [ ] 310 0 0 310 / 512 4.7s Hashtbl_with_order concurrent [ ] 316 0 0 316 / 512 4.8s Hashtbl_with_order concurrent [ ] 321 0 0 321 / 512 5.0s Hashtbl_with_order concurrent [ ] 322 0 0 322 / 512 5.2s Hashtbl_with_order concurrent [ ] 329 0 0 329 / 512 5.3s Hashtbl_with_order concurrent [ ] 332 0 0 332 / 512 5.5s Hashtbl_with_order concurrent [ ] 341 0 0 341 / 512 5.6s Hashtbl_with_order concurrent [ ] 343 0 0 343 / 512 5.7s Hashtbl_with_order concurrent [ ] 355 0 0 355 / 512 5.8s Hashtbl_with_order concurrent [ ] 357 0 0 357 / 512 6.0s Hashtbl_with_order concurrent [ ] 365 0 0 365 / 512 6.1s Hashtbl_with_order concurrent [ ] 370 0 0 370 / 512 6.3s Hashtbl_with_order concurrent [ ] 376 0 0 376 / 512 6.5s Hashtbl_with_order concurrent [ ] 388 0 0 388 / 512 6.7s Hashtbl_with_order concurrent [ ] 394 0 0 394 / 512 6.8s Hashtbl_with_order concurrent [ ] 404 0 0 404 / 512 7.1s Hashtbl_with_order concurrent [ ] 413 0 0 413 / 512 7.3s Hashtbl_with_order concurrent [ ] 423 0 0 423 / 512 7.5s Hashtbl_with_order concurrent [ ] 438 0 0 438 / 512 7.6s Hashtbl_with_order concurrent [ ] 451 0 0 451 / 512 7.7s Hashtbl_with_order concurrent [ ] 455 0 0 455 / 512 7.8s Hashtbl_with_order concurrent [ ] 462 0 0 462 / 512 7.9s Hashtbl_with_order concurrent [ ] 466 0 0 466 / 512 8.0s Hashtbl_with_order concurrent [ ] 473 0 0 473 / 512 8.1s Hashtbl_with_order concurrent [ ] 495 0 0 495 / 512 8.3s Hashtbl_with_order concurrent [ ] 504 0 0 504 / 512 8.4s Hashtbl_with_order concurrent [✓] 512 0 0 512 / 512 8.5s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)random seed: 314879343010125417generated 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 [ ] 15 0 0 15 / 32 0.2s Hashtbl_with_order concurrent [ ] 24 0 0 24 / 32 0.5s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 0.5s Hashtbl_with_order concurrent================================================================================success (ran 2 tests)2025-11-05 16:23.39 ---> saved as "28a1924d9a478b5c61e0fc5e4ac7b2740f294625f659ab62dc9090ce06d46ddd"Job succeeded2025-11-05 16:23.39: Job succeeded