2026-01-09 21:45.06: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/main (7a83eb3d1900aeefde42a27c2af60e6d8b7b360e) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "main" && cd "kcas" && git reset --hard 7a83eb3d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67 # debian-13-5.4_riscv64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 kcas_data.opam kcas.opam ./ RUN opam pin add -yn kcas_data.dev './' && \ opam pin add -yn kcas.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y kcas_data.dev kcas.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-01-09 21:45.06: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-13-ocaml-5.4@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67-debian-13-5.4_riscv64_opam-2.5-cdfe04c4932bb40efc199ac9224d2cac" 2026-01-09 21:45.06: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67) (comment debian-13-5.4_riscv64_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 a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y kcas_data.dev kcas.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-01-09 21:45.06: Waiting for resource in pool OCluster 2026-01-10 05:53.19: Waiting for worker… 2026-01-10 15:16.03: Got resource from pool OCluster Building on riscv-bm-03.sw.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: 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' and hint: '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-5.4@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67' locally docker.io/ocaml/opam@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67: Pulling from ocaml/opam ed0507b92b5f: Pulling fs layer bf727eb4a793: Pulling fs layer 68aea4e71615: Pulling fs layer 618c5caa3ed9: Pulling fs layer d41792956274: Pulling fs layer 8ba228408603: Pulling fs layer 45c0e773db7f: Pulling fs layer 40e82228211b: Pulling fs layer 6f1a0e2f6499: Pulling fs layer 6854ec56f138: Pulling fs layer 7970cd649d55: Pulling fs layer c8343a883c03: Pulling fs layer e95af0d4dcd8: Pulling fs layer 0157760a090f: Pulling fs layer 1d3e6d295fd5: Pulling fs layer b6b1faa364b0: Pulling fs layer 6f1a0e2f6499: Waiting 6854ec56f138: Waiting 7970cd649d55: Waiting c8343a883c03: Waiting e95af0d4dcd8: Waiting 0157760a090f: Waiting d41792956274: Waiting 8ba228408603: Waiting 45c0e773db7f: Waiting 40e82228211b: Waiting 1d3e6d295fd5: Waiting 618c5caa3ed9: Waiting b6b1faa364b0: Waiting 3e1eeb00f200: Pulling fs layer 7e59b0b96eb0: Pulling fs layer 7e59b0b96eb0: Waiting 3e1eeb00f200: Waiting c5dd43420367: Pulling fs layer d8217f85e683: Pulling fs layer 9df2201bca96: Pulling fs layer e25ea66e7dca: Pulling fs layer 4f4fb700ef54: Pulling fs layer 3eb370daddd3: Pulling fs layer c5dd43420367: Waiting d8217f85e683: Waiting 9df2201bca96: Waiting 690af2f52b99: Pulling fs layer d332cf924acb: Pulling fs layer a37d21bafbdf: Pulling fs layer 146bd6762f5d: Pulling fs layer 4f4fb700ef54: Waiting 11d82d85d735: Pulling fs layer 3eb370daddd3: Waiting f1467bc2342f: Pulling fs layer e25ea66e7dca: Waiting be05203bd23c: Pulling fs layer 690af2f52b99: Waiting 89e78f24acfc: Pulling fs layer a37d21bafbdf: Waiting 146bd6762f5d: Waiting d332cf924acb: Waiting 24975ab986fd: Pulling fs layer d99fb0419037: Pulling fs layer 11d82d85d735: Waiting 87074c62f235: Pulling fs layer f1467bc2342f: Waiting 3210126bb7fa: Pulling fs layer be05203bd23c: Waiting 89e78f24acfc: Waiting 38942df9ccfa: Pulling fs layer 24975ab986fd: Waiting d99fb0419037: Waiting 5aa721149ff5: Pulling fs layer 87074c62f235: Waiting 3210126bb7fa: Waiting dd81fc45daa1: Pulling fs layer 38942df9ccfa: Waiting d6a875e5ae41: Pulling fs layer 5aa721149ff5: Waiting dd81fc45daa1: Waiting 98db153629de: Pulling fs layer d6a875e5ae41: Waiting 08784c8d0652: Pulling fs layer 59322c299b87: Pulling fs layer 98db153629de: Waiting 08784c8d0652: Waiting 3d3f1eb1a068: Pulling fs layer 59322c299b87: Waiting 806df64d458d: Pulling fs layer 3d3f1eb1a068: Waiting 07f7009f8709: Pulling fs layer 830f9650d61a: Pulling fs layer 806df64d458d: Waiting 07f7009f8709: Waiting 206030d5a337: Pulling fs layer 830f9650d61a: Waiting bf727eb4a793: Verifying Checksum bf727eb4a793: Download complete 68aea4e71615: Verifying Checksum 68aea4e71615: Download complete d41792956274: Verifying Checksum d41792956274: Download complete ed0507b92b5f: Download complete 45c0e773db7f: Download complete 40e82228211b: Verifying Checksum 40e82228211b: Download complete 6f1a0e2f6499: Verifying Checksum 6f1a0e2f6499: Download complete 618c5caa3ed9: Verifying Checksum 618c5caa3ed9: Download complete 6854ec56f138: Verifying Checksum 6854ec56f138: Download complete 7970cd649d55: Verifying Checksum 7970cd649d55: Download complete c8343a883c03: Verifying Checksum c8343a883c03: Download complete e95af0d4dcd8: Verifying Checksum e95af0d4dcd8: Download complete 8ba228408603: Verifying Checksum 8ba228408603: Download complete ed0507b92b5f: Pull complete bf727eb4a793: Pull complete 68aea4e71615: Pull complete 618c5caa3ed9: Pull complete d41792956274: Pull complete b6b1faa364b0: Verifying Checksum b6b1faa364b0: Download complete 1d3e6d295fd5: Verifying Checksum 1d3e6d295fd5: Download complete 3e1eeb00f200: Verifying Checksum 3e1eeb00f200: Download complete 7e59b0b96eb0: Download complete 0157760a090f: Verifying Checksum 0157760a090f: Download complete c5dd43420367: Verifying Checksum c5dd43420367: Download complete d8217f85e683: Download complete 9df2201bca96: Verifying Checksum 9df2201bca96: Download complete e25ea66e7dca: Verifying Checksum e25ea66e7dca: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 3eb370daddd3: Verifying Checksum 3eb370daddd3: Download complete 690af2f52b99: Verifying Checksum 690af2f52b99: Download complete d332cf924acb: Verifying Checksum d332cf924acb: Download complete a37d21bafbdf: Verifying Checksum a37d21bafbdf: Download complete 146bd6762f5d: Verifying Checksum 146bd6762f5d: Download complete 11d82d85d735: Verifying Checksum 11d82d85d735: Download complete f1467bc2342f: Verifying Checksum f1467bc2342f: Download complete be05203bd23c: Verifying Checksum be05203bd23c: Download complete 24975ab986fd: Download complete 89e78f24acfc: Download complete d99fb0419037: Download complete 87074c62f235: Verifying Checksum 87074c62f235: Download complete 38942df9ccfa: Verifying Checksum 38942df9ccfa: Download complete dd81fc45daa1: Verifying Checksum dd81fc45daa1: Download complete d6a875e5ae41: Verifying Checksum d6a875e5ae41: Download complete 98db153629de: Verifying Checksum 98db153629de: Download complete 08784c8d0652: Verifying Checksum 08784c8d0652: Download complete 59322c299b87: Verifying Checksum 59322c299b87: Download complete 3d3f1eb1a068: Verifying Checksum 3d3f1eb1a068: Download complete 5aa721149ff5: Verifying Checksum 5aa721149ff5: Download complete 07f7009f8709: Download complete 3210126bb7fa: Verifying Checksum 3210126bb7fa: Download complete 206030d5a337: Verifying Checksum 206030d5a337: Download complete 830f9650d61a: Verifying Checksum 830f9650d61a: Download complete 806df64d458d: Verifying Checksum 806df64d458d: Download complete 8ba228408603: Pull complete 45c0e773db7f: Pull complete 40e82228211b: Pull complete 6f1a0e2f6499: Pull complete 6854ec56f138: Pull complete 7970cd649d55: Pull complete c8343a883c03: Pull complete e95af0d4dcd8: Pull complete 0157760a090f: Pull complete 1d3e6d295fd5: Pull complete b6b1faa364b0: Pull complete 3e1eeb00f200: Pull complete 7e59b0b96eb0: Pull complete c5dd43420367: Pull complete d8217f85e683: Pull complete 9df2201bca96: Pull complete e25ea66e7dca: Pull complete 4f4fb700ef54: Pull complete 3eb370daddd3: Pull complete 690af2f52b99: Pull complete d332cf924acb: Pull complete a37d21bafbdf: Pull complete 146bd6762f5d: Pull complete 11d82d85d735: Pull complete f1467bc2342f: Pull complete be05203bd23c: Pull complete 89e78f24acfc: Pull complete 24975ab986fd: Pull complete d99fb0419037: Pull complete 87074c62f235: Pull complete 3210126bb7fa: Pull complete 38942df9ccfa: Pull complete 5aa721149ff5: Pull complete dd81fc45daa1: Pull complete d6a875e5ae41: Pull complete 98db153629de: Pull complete 08784c8d0652: Pull complete 59322c299b87: Pull complete 3d3f1eb1a068: Pull complete 806df64d458d: Pull complete 07f7009f8709: Pull complete 830f9650d61a: Pull complete 206030d5a337: Pull complete Digest: sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67 Status: Downloaded newer image for ocaml/opam@sha256:492ac0c9f041f90a6e2dd929c726dd74b59d9fd8bb85c93f428f6219b2056e67 2026-01-10 15:16.06 ---> using "298ae745585f130e010842f8fbaae7dcbabde2fc80fde87c72704bc8085f9cde" from cache /: (comment debian-13-5.4_riscv64_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-01-10 15:16.06 ---> using "08ca62c758bd1307cefb3b230c963343454861b99722742a94a9355eee2759dc" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-10 15:16.06 ---> using "dbceef315433a9c6d12e1732ab58d37499d3f95631c077bb2e5a7a46486e84f5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 5.4.0 2.5.0 2026-01-10 15:16.06 ---> using "ff82ba4861b9b6536ce6d855873bf225a41c3e9494605e80d211d66aab960275" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-10 15:16.06 ---> using "ab25ffd88606a08d625659032b08bf10e24f1464ede11ac742d003e8ff4a599e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a193e4c8620f671b789c6b89911346cdaaad9c1e || git fetch origin master) && git reset -q --hard a193e4c8620f671b789c6b89911346cdaaad9c1e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 3e41859015..a6b2f19780 master -> origin/master a193e4c862 Merge pull request #29123 from jmid/opam-publish-qcheck.0.91 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-01-10 15:17.24 ---> saved as "33a98c709be8920d0c53997e96770779210679c5394bd426c7aeaacc91cb2c73" /src: (copy (src kcas_data.opam kcas.opam) (dst ./)) 2026-01-10 15:17.24 ---> saved as "fa929ea440dc7a605cd0212cc0fb098d29872b95cb1140734581fa6a00e8766f" /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-01-10 15:17.38 ---> saved as "a56b38d9062c88a1687b4c5eca8cbcbfe928c00aeb0e088400af5f8b71fc05af" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-10 15:17.39 ---> saved as "7080325911c74452b59de9f412713b797e0a7a2a17518798232781ade00c9623" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.91 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y kcas_data.dev kcas.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main riscv64 Packages [9379 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [86.9 kB] - Fetched 9697 kB in 5s (1957 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-01-10 15:18.28 ---> saved as "88ac3a500edfd5618f05f41aaeb987af8d9827bcce04719ee91bfb216dddd7db" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 33 packages - install alcotest 1.9.1 - install astring 0.8.5 - install backoff 0.1.1 - install camlp-streams 5.0.1 - install cmdliner 2.1.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.91 - 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 cmdliner.2.1.0 (cached) -> retrieved cppo.1.8.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 mdx.2.5.1 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved multicore-bench.0.1.7 (https://opam.ocaml.org/cache) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.3 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.91 (cached) -> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached) -> retrieved re.1.14.0 (cached) -> retrieved seq.base (cached) -> 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 dune.3.20.2 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.2.1.0 -> installed ocamlfind.1.9.8 -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.10.0 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed dune.3.20.2 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed domain_shims.0.1.0 -> installed multicore-magic.2.3.1 -> installed ocaml-version.4.0.3 -> installed cppo.1.8.0 -> installed psq.0.2.1 -> installed ocaml-syntax-shims.1.0.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed qcheck-core.0.91 -> installed thread-table.1.0.0 -> installed re.1.14.0 -> installed qcheck-multicoretests-util.0.10 -> installed domain-local-await.1.0.1 -> installed domain-local-timeout.1.0.1 -> installed yojson.3.0.0 -> installed alcotest.1.9.1 -> installed qcheck-stm.0.10 -> installed multicore-bench.0.1.7 -> installed mdx.2.5.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-10 15:24.54 ---> saved as "7e78c7227fa1551b6d533878a175d63668a9c0281f9c16b9718b838a6aa3d810" /src: (copy (src .) (dst /src)) 2026-01-10 15:24.55 ---> saved as "ead76fe6e7feaa9ae4b0f2965b97fc1ecdbad1c13d3f2e0a7602cbb25581e641" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/kcas && ./test.exe) Testing `Kcas'. This run has ID `1SJA4EDU'. [OK] non linearizable xt 0 [OK] set 0 [OK] no skew xt 0 [OK] get seq xt 0 [OK] stress xt 0 [OK] is_in_log 0 [OK] updates 0 [OK] post commit 0 [OK] blocking 0 [OK] no unnecessary wakeups 0 [OK] pediodic validation 0 [OK] explicit validation 0 [OK] rollback 0 [OK] call 0 [OK] mode 0 [OK] xt 0 [OK] timeout (non-deterministic) 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/Kcas'. Test Successful in 4.993s. 17 tests run. (cd _build/default/test/kcas && ./ms_queue_test.exe) Testing `MS queue'. This run has ID `TL7S3U9Y'. [OK] write skew 0 [OK] tail leak 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'. Test Successful in 0.212s. 2 tests run. (cd _build/default/test/kcas && ./threads.exe) Testing `Threads'. This run has ID `5EP5H6MK'. [OK] await between threads 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'. Test Successful in 0.001s. 1 test run. (cd _build/default/test/kcas && ./loc_modes.exe) Loc modes OK! (cd _build/default/test/kcas_data && ./dllist_test.exe) Testing `Dllist'. This run has ID `WC6IEYPH'. [OK] basics 0 [OK] add 0 [OK] move 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'. Test Successful in 0.002s. 3 tests run. (cd _build/default/test/kcas_data && ./dllist_test_stm.exe) random seed: 1755411946763238529 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Dllist sequential [✓] 32 0 0 32 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist parallel [ ] 1 0 0 1 / 32 0.3s Dllist parallel [ ] 2 0 0 2 / 32 0.5s Dllist parallel [ ] 3 0 0 3 / 32 0.8s Dllist parallel [ ] 4 0 0 4 / 32 1.0s Dllist parallel [ ] 5 0 0 5 / 32 1.3s Dllist parallel [ ] 6 0 0 6 / 32 1.6s Dllist parallel [ ] 7 0 0 7 / 32 2.1s Dllist parallel [ ] 8 0 0 8 / 32 2.6s Dllist parallel [ ] 9 0 0 9 / 32 2.9s Dllist parallel [ ] 10 0 0 10 / 32 3.2s Dllist parallel [ ] 11 0 0 11 / 32 3.4s Dllist parallel [ ] 12 0 0 12 / 32 3.6s Dllist parallel [ ] 13 0 0 13 / 32 4.0s Dllist parallel [ ] 14 0 0 14 / 32 4.3s Dllist parallel [ ] 15 0 0 15 / 32 4.6s Dllist parallel [ ] 16 0 0 16 / 32 4.8s Dllist parallel [ ] 17 0 0 17 / 32 5.1s Dllist parallel [ ] 18 0 0 18 / 32 5.4s Dllist parallel [ ] 19 0 0 19 / 32 5.6s Dllist parallel [ ] 20 0 0 20 / 32 6.0s Dllist parallel [ ] 21 0 0 21 / 32 6.3s Dllist parallel [ ] 22 0 0 22 / 32 6.6s Dllist parallel [ ] 23 0 0 23 / 32 6.9s Dllist parallel [ ] 24 0 0 24 / 32 7.1s Dllist parallel [ ] 25 0 0 25 / 32 7.9s Dllist parallel [ ] 26 0 0 26 / 32 8.1s Dllist parallel [ ] 27 0 0 27 / 32 8.3s Dllist parallel [ ] 28 0 0 28 / 32 8.6s Dllist parallel [ ] 29 0 0 29 / 32 8.8s Dllist parallel [ ] 30 0 0 30 / 32 9.1s Dllist parallel [ ] 31 0 0 31 / 32 9.5s Dllist parallel [ ] 32 0 0 32 / 32 9.7s Dllist parallel [✓] 32 0 0 32 / 32 9.7s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 3436684776055071009 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Dllist sequential [✓] 64 0 0 64 / 64 0.0s Dllist sequential [ ] 0 0 0 0 / 64 0.0s Dllist parallel [ ] 1 0 0 1 / 64 0.3s Dllist parallel [ ] 2 0 0 2 / 64 0.6s Dllist parallel [ ] 3 0 0 3 / 64 0.8s Dllist parallel [ ] 5 0 0 5 / 64 1.1s Dllist parallel [ ] 6 0 0 6 / 64 1.3s Dllist parallel [ ] 7 0 0 7 / 64 1.5s Dllist parallel [ ] 8 0 0 8 / 64 1.7s Dllist parallel [ ] 9 0 0 9 / 64 1.9s Dllist parallel [ ] 10 0 0 10 / 64 2.1s Dllist parallel [ ] 11 0 0 11 / 64 2.3s Dllist parallel [ ] 12 0 0 12 / 64 3.7s Dllist parallel [ ] 13 0 0 13 / 64 3.9s Dllist parallel [ ] 14 0 0 14 / 64 4.1s Dllist parallel [ ] 15 0 0 15 / 64 4.5s Dllist parallel [ ] 16 0 0 16 / 64 5.3s Dllist parallel [ ] 17 0 0 17 / 64 5.5s Dllist parallel [ ] 18 0 0 18 / 64 5.7s Dllist parallel [ ] 19 0 0 19 / 64 5.9s Dllist parallel [ ] 20 0 0 20 / 64 6.1s Dllist parallel [ ] 21 0 0 21 / 64 6.4s Dllist parallel [ ] 22 0 0 22 / 64 6.6s Dllist parallel [ ] 23 0 0 23 / 64 7.0s Dllist parallel [ ] 24 0 0 24 / 64 7.2s Dllist parallel [ ] 25 0 0 25 / 64 7.4s Dllist parallel [ ] 26 0 0 26 / 64 7.7s Dllist parallel [ ] 27 0 0 27 / 64 7.9s Dllist parallel [ ] 28 0 0 28 / 64 8.3s Dllist parallel [ ] 29 0 0 29 / 64 8.5s Dllist parallel [ ] 30 0 0 30 / 64 8.8s Dllist parallel [ ] 31 0 0 31 / 64 9.3s Dllist parallel [ ] 32 0 0 32 / 64 9.9s Dllist parallel [ ] 33 0 0 33 / 64 10.2s Dllist parallel [ ] 34 0 0 34 / 64 10.3s Dllist parallel [ ] 35 0 0 35 / 64 10.6s Dllist parallel [ ] 36 0 0 36 / 64 10.7s Dllist parallel [ ] 37 0 0 37 / 64 11.0s Dllist parallel [ ] 38 0 0 38 / 64 11.3s Dllist parallel [ ] 39 0 0 39 / 64 11.5s Dllist parallel [ ] 40 0 0 40 / 64 11.8s Dllist parallel [ ] 41 0 0 41 / 64 12.0s Dllist parallel [ ] 42 0 0 42 / 64 12.2s Dllist parallel [ ] 43 0 0 43 / 64 12.5s Dllist parallel [ ] 44 0 0 44 / 64 12.7s Dllist parallel [ ] 45 0 0 45 / 64 13.0s Dllist parallel [ ] 46 0 0 46 / 64 13.3s Dllist parallel [ ] 47 0 0 47 / 64 13.5s Dllist parallel [ ] 48 0 0 48 / 64 13.8s Dllist parallel [ ] 49 0 0 49 / 64 14.1s Dllist parallel [ ] 50 0 0 50 / 64 15.4s Dllist parallel [ ] 51 0 0 51 / 64 15.6s Dllist parallel [ ] 52 0 0 52 / 64 15.9s Dllist parallel [ ] 53 0 0 53 / 64 16.2s Dllist parallel [ ] 54 0 0 54 / 64 16.4s Dllist parallel [ ] 55 0 0 55 / 64 16.5s Dllist parallel [ ] 56 0 0 56 / 64 16.7s Dllist parallel [ ] 57 0 0 57 / 64 17.0s Dllist parallel [ ] 58 0 0 58 / 64 17.4s Dllist parallel [ ] 59 0 0 59 / 64 17.7s Dllist parallel [ ] 60 0 0 60 / 64 17.9s Dllist parallel [ ] 61 0 0 61 / 64 18.8s Dllist parallel [ ] 62 0 0 62 / 64 19.3s Dllist parallel [ ] 63 0 0 63 / 64 19.5s Dllist parallel [ ] 64 0 0 64 / 64 19.8s Dllist parallel [✓] 64 0 0 64 / 64 19.8s Dllist parallel ================================================================================ success (ran 2 tests) random seed: 3586342818176702676 generated error fail pass / total time test name [ ] 0 0 0 0 / 99 0.0s Dllist sequential [✓] 99 0 0 99 / 99 0.0s Dllist sequential [ ] 0 0 0 0 / 99 0.0s Dllist parallel [ ] 1 0 0 1 / 99 0.2s Dllist parallel [ ] 2 0 0 2 / 99 0.4s Dllist parallel [ ] 3 0 0 3 / 99 0.6s Dllist parallel [ ] 4 0 0 4 / 99 1.2s Dllist parallel [ ] 5 0 0 5 / 99 1.6s Dllist parallel [ ] 6 0 0 6 / 99 1.8s Dllist parallel [ ] 7 0 0 7 / 99 2.1s Dllist parallel [ ] 8 0 0 8 / 99 2.4s Dllist parallel [ ] 9 0 0 9 / 99 2.7s Dllist parallel [ ] 10 0 0 10 / 99 2.9s Dllist parallel [ ] 11 0 0 11 / 99 3.4s Dllist parallel [ ] 12 0 0 12 / 99 3.6s Dllist parallel [ ] 13 0 0 13 / 99 4.2s Dllist parallel [ ] 14 0 0 14 / 99 4.5s Dllist parallel [ ] 15 0 0 15 / 99 4.7s Dllist parallel [ ] 16 0 0 16 / 99 4.9s Dllist parallel [ ] 17 0 0 17 / 99 5.4s Dllist parallel [ ] 18 0 0 18 / 99 5.9s Dllist parallel [ ] 19 0 0 19 / 99 6.1s Dllist parallel [ ] 20 0 0 20 / 99 7.4s Dllist parallel [ ] 21 0 0 21 / 99 7.7s Dllist parallel [ ] 22 0 0 22 / 99 7.9s Dllist parallel [ ] 23 0 0 23 / 99 9.4s Dllist parallel [ ] 24 0 0 24 / 99 9.7s Dllist parallel [ ] 25 0 0 25 / 99 9.9s Dllist parallel [ ] 26 0 0 26 / 99 10.1s Dllist parallel [ ] 27 0 0 27 / 99 10.4s Dllist parallel [ ] 28 0 0 28 / 99 10.8s Dllist parallel [ ] 29 0 0 29 / 99 11.2s Dllist parallel [ ] 30 0 0 30 / 99 12.6s Dllist parallel [ ] 31 0 0 31 / 99 12.9s Dllist parallel [ ] 32 0 0 32 / 99 14.1s Dllist parallel [ ] 33 0 0 33 / 99 14.3s Dllist parallel [ ] 34 0 0 34 / 99 14.5s Dllist parallel [ ] 35 0 0 35 / 99 14.8s Dllist parallel [ ] 36 0 0 36 / 99 15.0s Dllist parallel [ ] 37 0 0 37 / 99 15.5s Dllist parallel [ ] 38 0 0 38 / 99 15.8s Dllist parallel [ ] 39 0 0 39 / 99 16.1s Dllist parallel [ ] 40 0 0 40 / 99 16.4s Dllist parallel [ ] 41 0 0 41 / 99 16.7s Dllist parallel [ ] 42 0 0 42 / 99 17.0s Dllist parallel [ ] 43 0 0 43 / 99 17.2s Dllist parallel [ ] 44 0 0 44 / 99 17.5s Dllist parallel [ ] 45 0 0 45 / 99 17.7s Dllist parallel [ ] 46 0 0 46 / 99 18.0s Dllist parallel [ ] 47 0 0 47 / 99 18.3s Dllist parallel [ ] 48 0 0 48 / 99 18.7s Dllist parallel [ ] 49 0 0 49 / 99 18.9s Dllist parallel [ ] 50 0 0 50 / 99 20.3s Dllist parallel [ ] 51 0 0 51 / 99 20.9s Dllist parallel [ ] 52 0 0 52 / 99 21.2s Dllist parallel [ ] 53 0 0 53 / 99 21.4s Dllist parallel [ ] 54 0 0 54 / 99 21.7s Dllist parallel [ ] 55 0 0 55 / 99 21.9s Dllist parallel [ ] 56 0 0 56 / 99 22.3s Dllist parallel [ ] 57 0 0 57 / 99 22.6s Dllist parallel [ ] 58 0 0 58 / 99 22.7s Dllist parallel [ ] 59 0 0 59 / 99 22.9s Dllist parallel [ ] 60 0 0 60 / 99 23.2s Dllist parallel [ ] 61 0 0 61 / 99 23.4s Dllist parallel [ ] 62 0 0 62 / 99 23.9s Dllist parallel [ ] 63 0 0 63 / 99 24.2s Dllist parallel [ ] 64 0 0 64 / 99 24.5s Dllist parallel [ ] 65 0 0 65 / 99 24.7s Dllist parallel [ ] 66 0 0 66 / 99 25.0s Dllist parallel [ ] 67 0 0 67 / 99 25.2s Dllist parallel [ ] 68 0 0 68 / 99 25.4s Dllist parallel [ ] 69 0 0 69 / 99 25.7s Dllist parallel [ ] 70 0 0 70 / 99 26.3s Dllist parallel [ ] 71 0 0 71 / 99 26.5s Dllist parallel [ ] 72 0 0 72 / 99 27.0s Dllist parallel [ ] 73 0 0 73 / 99 27.2s Dllist parallel [ ] 74 0 0 74 / 99 27.5s Dllist parallel [ ] 75 0 0 75 / 99 27.7s Dllist parallel [ ] 76 0 0 76 / 99 27.8s Dllist parallel [ ] 77 0 0 77 / 99 28.1s Dllist parallel [ ] 78 0 0 78 / 99 28.2s Dllist parallel [ ] 80 0 0 80 / 99 28.3s Dllist parallel [ ] 81 0 0 81 / 99 29.0s Dllist parallel [ ] 82 0 0 82 / 99 29.2s Dllist parallel [ ] 83 0 0 83 / 99 29.7s Dllist parallel [ ] 84 0 0 84 / 99 29.9s Dllist parallel [ ] 85 0 0 85 / 99 30.1s Dllist parallel [ ] 86 0 0 86 / 99 30.5s Dllist parallel [ ] 87 0 0 87 / 99 30.7s Dllist parallel [ ] 88 0 0 88 / 99 30.9s Dllist parallel [ ] 89 0 0 89 / 99 31.2s Dllist parallel [ ] 90 0 0 90 / 99 31.8s Dllist parallel [ ] 91 0 0 91 / 99 32.0s Dllist parallel [ ] 92 0 0 92 / 99 32.3s Dllist parallel [ ] 93 0 0 93 / 99 32.5s Dllist parallel [ ] 94 0 0 94 / 99 32.8s Dllist parallel [ ] 95 0 0 95 / 99 33.0s Dllist parallel [ ] 96 0 0 96 / 99 33.8s Dllist parallel [ ] 97 0 0 97 / 99 34.1s Dllist parallel [ ] 98 0 0 98 / 99 35.5s Dllist parallel [ ] 99 0 0 99 / 99 35.8s Dllist parallel [✓] 99 0 0 99 / 99 35.8s Dllist parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./mvar_test.exe) Testing `Mvar'. This run has ID `74HB6EKR'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'. Test Successful in 0.003s. 1 test run. (cd _build/default/test/kcas_data && ./queue_test.exe) Testing `Queue'. This run has ID `1VILNQ0P'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'. Test Successful in 0.001s. 1 test run. (cd _build/default/test/kcas_data && ./stack_test.exe) Testing `Stack'. This run has ID `6HB715PR'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'. Test Successful in 0.001s. 1 test run. (cd _build/default/test/kcas_data && ./accumulator_test_stm.exe) random seed: 1426678149439271975 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator parallel [ ] 1 0 0 1 / 32 0.3s Accumulator parallel [ ] 2 0 0 2 / 32 0.5s Accumulator parallel [ ] 4 0 0 4 / 32 0.9s Accumulator parallel [ ] 5 0 0 5 / 32 1.3s Accumulator parallel [ ] 6 0 0 6 / 32 2.1s Accumulator parallel [ ] 7 0 0 7 / 32 2.3s Accumulator parallel [ ] 8 0 0 8 / 32 2.6s Accumulator parallel [ ] 9 0 0 9 / 32 3.0s Accumulator parallel [ ] 10 0 0 10 / 32 3.4s Accumulator parallel [ ] 11 0 0 11 / 32 3.8s Accumulator parallel [ ] 12 0 0 12 / 32 4.1s Accumulator parallel [ ] 13 0 0 13 / 32 4.4s Accumulator parallel [ ] 14 0 0 14 / 32 4.7s Accumulator parallel [ ] 15 0 0 15 / 32 5.1s Accumulator parallel [ ] 16 0 0 16 / 32 5.3s Accumulator parallel [ ] 17 0 0 17 / 32 5.6s Accumulator parallel [ ] 18 0 0 18 / 32 6.0s Accumulator parallel [ ] 19 0 0 19 / 32 6.2s Accumulator parallel [ ] 20 0 0 20 / 32 7.0s Accumulator parallel [ ] 21 0 0 21 / 32 7.2s Accumulator parallel [ ] 22 0 0 22 / 32 7.4s Accumulator parallel [ ] 23 0 0 23 / 32 7.6s Accumulator parallel [ ] 24 0 0 24 / 32 7.9s Accumulator parallel [ ] 25 0 0 25 / 32 8.1s Accumulator parallel [ ] 26 0 0 26 / 32 8.4s Accumulator parallel [ ] 27 0 0 27 / 32 8.6s Accumulator parallel [ ] 28 0 0 28 / 32 8.9s Accumulator parallel [ ] 29 0 0 29 / 32 9.1s Accumulator parallel [ ] 30 0 0 30 / 32 9.3s Accumulator parallel [ ] 31 0 0 31 / 32 9.5s Accumulator parallel [ ] 32 0 0 32 / 32 9.7s Accumulator parallel [✓] 32 0 0 32 / 32 9.7s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 2348594846199233955 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Accumulator sequential [✓] 64 0 0 64 / 64 0.0s Accumulator sequential [ ] 0 0 0 0 / 64 0.0s Accumulator parallel [ ] 1 0 0 1 / 64 0.3s Accumulator parallel [ ] 2 0 0 2 / 64 0.5s Accumulator parallel [ ] 3 0 0 3 / 64 0.7s Accumulator parallel [ ] 4 0 0 4 / 64 1.0s Accumulator parallel [ ] 5 0 0 5 / 64 1.2s Accumulator parallel [ ] 6 0 0 6 / 64 1.5s Accumulator parallel [ ] 7 0 0 7 / 64 1.7s Accumulator parallel [ ] 8 0 0 8 / 64 2.2s Accumulator parallel [ ] 9 0 0 9 / 64 3.0s Accumulator parallel [ ] 10 0 0 10 / 64 3.2s Accumulator parallel [ ] 11 0 0 11 / 64 3.4s Accumulator parallel [ ] 12 0 0 12 / 64 3.6s Accumulator parallel [ ] 13 0 0 13 / 64 3.9s Accumulator parallel [ ] 14 0 0 14 / 64 4.1s Accumulator parallel [ ] 15 0 0 15 / 64 4.4s Accumulator parallel [ ] 16 0 0 16 / 64 4.6s Accumulator parallel [ ] 17 0 0 17 / 64 4.8s Accumulator parallel [ ] 18 0 0 18 / 64 5.1s Accumulator parallel [ ] 19 0 0 19 / 64 5.3s Accumulator parallel [ ] 20 0 0 20 / 64 5.5s Accumulator parallel [ ] 21 0 0 21 / 64 5.7s Accumulator parallel [ ] 22 0 0 22 / 64 6.2s Accumulator parallel [ ] 23 0 0 23 / 64 6.5s Accumulator parallel [ ] 24 0 0 24 / 64 6.7s Accumulator parallel [ ] 25 0 0 25 / 64 7.5s Accumulator parallel [ ] 26 0 0 26 / 64 7.7s Accumulator parallel [ ] 27 0 0 27 / 64 8.3s Accumulator parallel [ ] 28 0 0 28 / 64 8.8s Accumulator parallel [ ] 29 0 0 29 / 64 9.0s Accumulator parallel [ ] 30 0 0 30 / 64 9.2s Accumulator parallel [ ] 31 0 0 31 / 64 9.5s Accumulator parallel [ ] 32 0 0 32 / 64 9.7s Accumulator parallel [ ] 33 0 0 33 / 64 10.0s Accumulator parallel [ ] 34 0 0 34 / 64 10.2s Accumulator parallel [ ] 35 0 0 35 / 64 10.5s Accumulator parallel [ ] 36 0 0 36 / 64 10.8s Accumulator parallel [ ] 37 0 0 37 / 64 11.1s Accumulator parallel [ ] 38 0 0 38 / 64 11.3s Accumulator parallel [ ] 39 0 0 39 / 64 11.5s Accumulator parallel [ ] 40 0 0 40 / 64 11.8s Accumulator parallel [ ] 41 0 0 41 / 64 12.1s Accumulator parallel [ ] 42 0 0 42 / 64 12.3s Accumulator parallel [ ] 43 0 0 43 / 64 12.5s Accumulator parallel [ ] 44 0 0 44 / 64 12.8s Accumulator parallel [ ] 45 0 0 45 / 64 13.0s Accumulator parallel [ ] 46 0 0 46 / 64 13.7s Accumulator parallel [ ] 47 0 0 47 / 64 14.0s Accumulator parallel [ ] 48 0 0 48 / 64 14.8s Accumulator parallel [ ] 49 0 0 49 / 64 15.1s Accumulator parallel [ ] 50 0 0 50 / 64 15.4s Accumulator parallel [ ] 51 0 0 51 / 64 15.8s Accumulator parallel [ ] 52 0 0 52 / 64 16.0s Accumulator parallel [ ] 53 0 0 53 / 64 16.2s Accumulator parallel [ ] 54 0 0 54 / 64 16.5s Accumulator parallel [ ] 55 0 0 55 / 64 16.9s Accumulator parallel [ ] 56 0 0 56 / 64 17.1s Accumulator parallel [ ] 57 0 0 57 / 64 17.3s Accumulator parallel [ ] 58 0 0 58 / 64 17.4s Accumulator parallel [ ] 60 0 0 60 / 64 17.7s Accumulator parallel [ ] 61 0 0 61 / 64 18.0s Accumulator parallel [ ] 62 0 0 62 / 64 18.2s Accumulator parallel [ ] 63 0 0 63 / 64 18.5s Accumulator parallel [ ] 64 0 0 64 / 64 18.7s Accumulator parallel [✓] 64 0 0 64 / 64 18.7s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 496485590487837493 generated error fail pass / total time test name [ ] 0 0 0 0 / 106 0.0s Accumulator sequential [✓] 106 0 0 106 / 106 0.0s Accumulator sequential [ ] 0 0 0 0 / 106 0.0s Accumulator parallel [ ] 1 0 0 1 / 106 0.2s Accumulator parallel [ ] 2 0 0 2 / 106 0.4s Accumulator parallel [ ] 3 0 0 3 / 106 0.7s Accumulator parallel [ ] 4 0 0 4 / 106 1.4s Accumulator parallel [ ] 5 0 0 5 / 106 1.6s Accumulator parallel [ ] 6 0 0 6 / 106 1.8s Accumulator parallel [ ] 7 0 0 7 / 106 2.1s Accumulator parallel [ ] 8 0 0 8 / 106 2.3s Accumulator parallel [ ] 9 0 0 9 / 106 2.5s Accumulator parallel [ ] 10 0 0 10 / 106 2.8s Accumulator parallel [ ] 11 0 0 11 / 106 3.0s Accumulator parallel [ ] 13 0 0 13 / 106 3.4s Accumulator parallel [ ] 14 0 0 14 / 106 3.9s Accumulator parallel [ ] 15 0 0 15 / 106 4.1s Accumulator parallel [ ] 16 0 0 16 / 106 4.3s Accumulator parallel [ ] 17 0 0 17 / 106 4.6s Accumulator parallel [ ] 18 0 0 18 / 106 4.8s Accumulator parallel [ ] 19 0 0 19 / 106 5.0s Accumulator parallel [ ] 20 0 0 20 / 106 5.2s Accumulator parallel [ ] 21 0 0 21 / 106 5.5s Accumulator parallel [ ] 22 0 0 22 / 106 5.8s Accumulator parallel [ ] 23 0 0 23 / 106 6.6s Accumulator parallel [ ] 24 0 0 24 / 106 6.9s Accumulator parallel [ ] 25 0 0 25 / 106 7.2s Accumulator parallel [ ] 26 0 0 26 / 106 7.4s Accumulator parallel [ ] 27 0 0 27 / 106 7.7s Accumulator parallel [ ] 28 0 0 28 / 106 7.9s Accumulator parallel [ ] 29 0 0 29 / 106 8.2s Accumulator parallel [ ] 30 0 0 30 / 106 8.5s Accumulator parallel [ ] 31 0 0 31 / 106 8.7s Accumulator parallel [ ] 32 0 0 32 / 106 8.9s Accumulator parallel [ ] 33 0 0 33 / 106 9.2s Accumulator parallel [ ] 34 0 0 34 / 106 9.4s Accumulator parallel [ ] 35 0 0 35 / 106 9.7s Accumulator parallel [ ] 36 0 0 36 / 106 10.4s Accumulator parallel [ ] 37 0 0 37 / 106 10.6s Accumulator parallel [ ] 38 0 0 38 / 106 10.8s Accumulator parallel [ ] 39 0 0 39 / 106 11.1s Accumulator parallel [ ] 40 0 0 40 / 106 11.4s Accumulator parallel [ ] 41 0 0 41 / 106 11.6s Accumulator parallel [ ] 42 0 0 42 / 106 12.4s Accumulator parallel [ ] 43 0 0 43 / 106 12.7s Accumulator parallel [ ] 44 0 0 44 / 106 12.9s Accumulator parallel [ ] 45 0 0 45 / 106 13.1s Accumulator parallel [ ] 46 0 0 46 / 106 13.5s Accumulator parallel [ ] 47 0 0 47 / 106 14.1s Accumulator parallel [ ] 48 0 0 48 / 106 14.4s Accumulator parallel [ ] 49 0 0 49 / 106 14.6s Accumulator parallel [ ] 50 0 0 50 / 106 14.9s Accumulator parallel [ ] 51 0 0 51 / 106 15.2s Accumulator parallel [ ] 52 0 0 52 / 106 15.5s Accumulator parallel [ ] 53 0 0 53 / 106 15.7s Accumulator parallel [ ] 54 0 0 54 / 106 16.0s Accumulator parallel [ ] 55 0 0 55 / 106 16.3s Accumulator parallel [ ] 56 0 0 56 / 106 16.5s Accumulator parallel [ ] 57 0 0 57 / 106 16.8s Accumulator parallel [ ] 58 0 0 58 / 106 17.0s Accumulator parallel [ ] 59 0 0 59 / 106 17.7s Accumulator parallel [ ] 60 0 0 60 / 106 18.0s Accumulator parallel [ ] 61 0 0 61 / 106 18.2s Accumulator parallel [ ] 62 0 0 62 / 106 18.4s Accumulator parallel [ ] 63 0 0 63 / 106 18.6s Accumulator parallel [ ] 64 0 0 64 / 106 19.4s Accumulator parallel [ ] 65 0 0 65 / 106 19.6s Accumulator parallel [ ] 66 0 0 66 / 106 19.9s Accumulator parallel [ ] 67 0 0 67 / 106 20.2s Accumulator parallel [ ] 68 0 0 68 / 106 20.4s Accumulator parallel [ ] 69 0 0 69 / 106 20.9s Accumulator parallel [ ] 70 0 0 70 / 106 21.1s Accumulator parallel [ ] 71 0 0 71 / 106 21.3s Accumulator parallel [ ] 72 0 0 72 / 106 21.6s Accumulator parallel [ ] 73 0 0 73 / 106 21.8s Accumulator parallel [ ] 74 0 0 74 / 106 22.1s Accumulator parallel [ ] 75 0 0 75 / 106 22.9s Accumulator parallel [ ] 76 0 0 76 / 106 23.1s Accumulator parallel [ ] 77 0 0 77 / 106 23.4s Accumulator parallel [ ] 78 0 0 78 / 106 23.6s Accumulator parallel [ ] 79 0 0 79 / 106 23.9s Accumulator parallel [ ] 80 0 0 80 / 106 24.1s Accumulator parallel [ ] 81 0 0 81 / 106 24.4s Accumulator parallel [ ] 82 0 0 82 / 106 24.6s Accumulator parallel [ ] 83 0 0 83 / 106 24.8s Accumulator parallel [ ] 84 0 0 84 / 106 25.0s Accumulator parallel [ ] 85 0 0 85 / 106 25.3s Accumulator parallel [ ] 86 0 0 86 / 106 26.0s Accumulator parallel [ ] 87 0 0 87 / 106 26.2s Accumulator parallel [ ] 88 0 0 88 / 106 26.4s Accumulator parallel [ ] 89 0 0 89 / 106 26.6s Accumulator parallel [ ] 90 0 0 90 / 106 26.8s Accumulator parallel [ ] 91 0 0 91 / 106 27.1s Accumulator parallel [ ] 92 0 0 92 / 106 27.3s Accumulator parallel [ ] 93 0 0 93 / 106 27.6s Accumulator parallel [ ] 94 0 0 94 / 106 27.9s Accumulator parallel [ ] 95 0 0 95 / 106 28.3s Accumulator parallel [ ] 96 0 0 96 / 106 28.5s Accumulator parallel [ ] 97 0 0 97 / 106 28.8s Accumulator parallel [ ] 98 0 0 98 / 106 29.1s Accumulator parallel [ ] 99 0 0 99 / 106 29.3s Accumulator parallel [ ] 100 0 0 100 / 106 29.6s Accumulator parallel [ ] 101 0 0 101 / 106 29.8s Accumulator parallel [ ] 102 0 0 102 / 106 30.0s Accumulator parallel [ ] 103 0 0 103 / 106 30.3s Accumulator parallel [ ] 104 0 0 104 / 106 30.5s Accumulator parallel [ ] 105 0 0 105 / 106 30.8s Accumulator parallel [ ] 106 0 0 106 / 106 31.0s Accumulator parallel [✓] 106 0 0 106 / 106 31.0s Accumulator parallel ================================================================================ success (ran 2 tests) random seed: 4182399274929432730 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator parallel [ ] 1 0 0 1 / 32 0.3s Accumulator parallel [ ] 2 0 0 2 / 32 0.5s Accumulator parallel [ ] 3 0 0 3 / 32 0.8s Accumulator parallel [ ] 4 0 0 4 / 32 1.0s Accumulator parallel [ ] 5 0 0 5 / 32 1.2s Accumulator parallel [ ] 6 0 0 6 / 32 1.6s Accumulator parallel [ ] 7 0 0 7 / 32 1.8s Accumulator parallel [ ] 8 0 0 8 / 32 2.1s Accumulator parallel [ ] 9 0 0 9 / 32 2.3s Accumulator parallel [ ] 10 0 0 10 / 32 2.6s Accumulator parallel [ ] 11 0 0 11 / 32 2.8s Accumulator parallel [ ] 12 0 0 12 / 32 3.0s Accumulator parallel [ ] 13 0 0 13 / 32 3.2s Accumulator parallel [ ] 14 0 0 14 / 32 3.8s Accumulator parallel [ ] 15 0 0 15 / 32 4.1s Accumulator parallel [ ] 16 0 0 16 / 32 4.3s Accumulator parallel [ ] 17 0 0 17 / 32 4.5s Accumulator parallel [ ] 18 0 0 18 / 32 4.8s Accumulator parallel [ ] 19 0 0 19 / 32 5.0s Accumulator parallel [ ] 20 0 0 20 / 32 5.3s Accumulator parallel [ ] 21 0 0 21 / 32 5.5s Accumulator parallel [ ] 22 0 0 22 / 32 5.8s Accumulator parallel [ ] 23 0 0 23 / 32 6.1s Accumulator parallel [ ] 24 0 0 24 / 32 6.3s Accumulator parallel [ ] 25 0 0 25 / 32 6.6s Accumulator parallel [ ] 26 0 0 26 / 32 6.9s Accumulator parallel [ ] 27 0 0 27 / 32 7.2s Accumulator parallel [ ] 28 0 0 28 / 32 7.4s Accumulator parallel [ ] 29 0 0 29 / 32 7.7s Accumulator parallel [ ] 30 0 0 30 / 32 8.0s Accumulator parallel [ ] 31 0 0 31 / 32 8.5s Accumulator parallel [ ] 32 0 0 32 / 32 8.7s Accumulator parallel [✓] 32 0 0 32 / 32 8.7s Accumulator parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./hashtbl_test.exe) Testing `Hashtbl'. This run has ID `MRQQ2W4H'. [OK] replace and remove 0 [OK] large tx 0 [OK] large ops 0 [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Hashtbl'. Test Successful in 0.123s. 4 tests run. (cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe) random seed: 3533368498661923486 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order parallel [ ] 1 0 0 1 / 32 0.2s Hashtbl_with_order parallel [ ] 2 0 0 2 / 32 0.4s Hashtbl_with_order parallel [ ] 3 0 0 3 / 32 0.6s Hashtbl_with_order parallel [ ] 4 0 0 4 / 32 0.8s Hashtbl_with_order parallel [ ] 5 0 0 5 / 32 1.4s Hashtbl_with_order parallel [ ] 6 0 0 6 / 32 1.6s Hashtbl_with_order parallel [ ] 7 0 0 7 / 32 1.8s Hashtbl_with_order parallel [ ] 8 0 0 8 / 32 2.1s Hashtbl_with_order parallel [ ] 9 0 0 9 / 32 2.3s Hashtbl_with_order parallel [ ] 10 0 0 10 / 32 2.5s Hashtbl_with_order parallel [ ] 11 0 0 11 / 32 2.8s Hashtbl_with_order parallel [ ] 12 0 0 12 / 32 3.1s Hashtbl_with_order parallel [ ] 13 0 0 13 / 32 3.9s Hashtbl_with_order parallel [ ] 14 0 0 14 / 32 4.1s Hashtbl_with_order parallel [ ] 15 0 0 15 / 32 4.4s Hashtbl_with_order parallel [ ] 16 0 0 16 / 32 4.7s Hashtbl_with_order parallel [ ] 17 0 0 17 / 32 4.9s Hashtbl_with_order parallel [ ] 18 0 0 18 / 32 5.1s Hashtbl_with_order parallel [ ] 19 0 0 19 / 32 5.4s Hashtbl_with_order parallel [ ] 20 0 0 20 / 32 5.7s Hashtbl_with_order parallel [ ] 21 0 0 21 / 32 5.9s Hashtbl_with_order parallel [ ] 24 0 0 24 / 32 6.3s Hashtbl_with_order parallel [ ] 25 0 0 25 / 32 6.4s Hashtbl_with_order parallel [ ] 26 0 0 26 / 32 6.7s Hashtbl_with_order parallel [ ] 27 0 0 27 / 32 7.0s Hashtbl_with_order parallel [ ] 28 0 0 28 / 32 8.5s Hashtbl_with_order parallel [ ] 29 0 0 29 / 32 8.8s Hashtbl_with_order parallel [ ] 30 0 0 30 / 32 8.9s Hashtbl_with_order parallel [ ] 31 0 0 31 / 32 9.5s Hashtbl_with_order parallel [ ] 32 0 0 32 / 32 9.7s Hashtbl_with_order parallel [✓] 32 0 0 32 / 32 9.7s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) random seed: 2455197548835475931 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order parallel [ ] 1 0 0 1 / 64 0.2s Hashtbl_with_order parallel [ ] 2 0 0 2 / 64 0.6s Hashtbl_with_order parallel [ ] 3 0 0 3 / 64 0.8s Hashtbl_with_order parallel [ ] 4 0 0 4 / 64 1.0s Hashtbl_with_order parallel [ ] 5 0 0 5 / 64 1.2s Hashtbl_with_order parallel [ ] 6 0 0 6 / 64 1.5s Hashtbl_with_order parallel [ ] 7 0 0 7 / 64 1.6s Hashtbl_with_order parallel [ ] 8 0 0 8 / 64 3.2s Hashtbl_with_order parallel [ ] 9 0 0 9 / 64 3.4s Hashtbl_with_order parallel [ ] 10 0 0 10 / 64 3.6s Hashtbl_with_order parallel [ ] 11 0 0 11 / 64 3.9s Hashtbl_with_order parallel [ ] 12 0 0 12 / 64 4.4s Hashtbl_with_order parallel [ ] 13 0 0 13 / 64 4.7s Hashtbl_with_order parallel [ ] 14 0 0 14 / 64 4.9s Hashtbl_with_order parallel [ ] 15 0 0 15 / 64 5.9s Hashtbl_with_order parallel [ ] 16 0 0 16 / 64 6.2s Hashtbl_with_order parallel [ ] 17 0 0 17 / 64 6.5s Hashtbl_with_order parallel [ ] 18 0 0 18 / 64 8.4s Hashtbl_with_order parallel [ ] 19 0 0 19 / 64 8.7s Hashtbl_with_order parallel [ ] 20 0 0 20 / 64 9.1s Hashtbl_with_order parallel [ ] 21 0 0 21 / 64 9.3s Hashtbl_with_order parallel [ ] 22 0 0 22 / 64 9.4s Hashtbl_with_order parallel [ ] 23 0 0 23 / 64 9.6s Hashtbl_with_order parallel [ ] 25 0 0 25 / 64 9.8s Hashtbl_with_order parallel [ ] 26 0 0 26 / 64 10.0s Hashtbl_with_order parallel [ ] 28 0 0 28 / 64 10.9s Hashtbl_with_order parallel [ ] 29 0 0 29 / 64 11.3s Hashtbl_with_order parallel [ ] 30 0 0 30 / 64 11.5s Hashtbl_with_order parallel [ ] 31 0 0 31 / 64 12.0s Hashtbl_with_order parallel [ ] 32 0 0 32 / 64 12.3s Hashtbl_with_order parallel [ ] 33 0 0 33 / 64 12.5s Hashtbl_with_order parallel [ ] 34 0 0 34 / 64 12.8s Hashtbl_with_order parallel [ ] 35 0 0 35 / 64 13.0s Hashtbl_with_order parallel [ ] 36 0 0 36 / 64 13.3s Hashtbl_with_order parallel [ ] 37 0 0 37 / 64 13.6s Hashtbl_with_order parallel [ ] 38 0 0 38 / 64 13.9s Hashtbl_with_order parallel [ ] 39 0 0 39 / 64 14.2s Hashtbl_with_order parallel [ ] 40 0 0 40 / 64 14.7s Hashtbl_with_order parallel [ ] 41 0 0 41 / 64 14.9s Hashtbl_with_order parallel [ ] 42 0 0 42 / 64 15.2s Hashtbl_with_order parallel [ ] 43 0 0 43 / 64 15.4s Hashtbl_with_order parallel [ ] 44 0 0 44 / 64 15.6s Hashtbl_with_order parallel [ ] 45 0 0 45 / 64 15.9s Hashtbl_with_order parallel [ ] 46 0 0 46 / 64 16.1s Hashtbl_with_order parallel [ ] 47 0 0 47 / 64 16.8s Hashtbl_with_order parallel [ ] 48 0 0 48 / 64 17.7s Hashtbl_with_order parallel [ ] 49 0 0 49 / 64 18.0s Hashtbl_with_order parallel [ ] 50 0 0 50 / 64 18.6s Hashtbl_with_order parallel [ ] 51 0 0 51 / 64 18.8s Hashtbl_with_order parallel [ ] 52 0 0 52 / 64 19.0s Hashtbl_with_order parallel [ ] 54 0 0 54 / 64 19.4s Hashtbl_with_order parallel [ ] 55 0 0 55 / 64 19.6s Hashtbl_with_order parallel [ ] 56 0 0 56 / 64 19.8s Hashtbl_with_order parallel [ ] 57 0 0 57 / 64 20.1s Hashtbl_with_order parallel [ ] 58 0 0 58 / 64 20.3s Hashtbl_with_order parallel [ ] 59 0 0 59 / 64 20.5s Hashtbl_with_order parallel [ ] 60 0 0 60 / 64 20.7s Hashtbl_with_order parallel [ ] 61 0 0 61 / 64 21.0s Hashtbl_with_order parallel [ ] 62 0 0 62 / 64 21.3s Hashtbl_with_order parallel [ ] 63 0 0 63 / 64 21.6s Hashtbl_with_order parallel [ ] 64 0 0 64 / 64 22.0s Hashtbl_with_order parallel [✓] 64 0 0 64 / 64 22.0s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) random seed: 4012256336403485278 generated error fail pass / total time test name [ ] 0 0 0 0 / 85 0.0s Hashtbl_with_order sequential [✓] 85 0 0 85 / 85 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 85 0.0s Hashtbl_with_order parallel [ ] 1 0 0 1 / 85 0.3s Hashtbl_with_order parallel [ ] 2 0 0 2 / 85 0.6s Hashtbl_with_order parallel [ ] 3 0 0 3 / 85 2.3s Hashtbl_with_order parallel [ ] 4 0 0 4 / 85 2.6s Hashtbl_with_order parallel [ ] 5 0 0 5 / 85 2.9s Hashtbl_with_order parallel [ ] 6 0 0 6 / 85 3.2s Hashtbl_with_order parallel [ ] 7 0 0 7 / 85 3.5s Hashtbl_with_order parallel [ ] 8 0 0 8 / 85 3.8s Hashtbl_with_order parallel [ ] 9 0 0 9 / 85 4.0s Hashtbl_with_order parallel [ ] 10 0 0 10 / 85 4.6s Hashtbl_with_order parallel [ ] 11 0 0 11 / 85 4.9s Hashtbl_with_order parallel [ ] 12 0 0 12 / 85 5.1s Hashtbl_with_order parallel [ ] 13 0 0 13 / 85 5.3s Hashtbl_with_order parallel [ ] 14 0 0 14 / 85 5.5s Hashtbl_with_order parallel [ ] 15 0 0 15 / 85 5.8s Hashtbl_with_order parallel [ ] 16 0 0 16 / 85 6.0s Hashtbl_with_order parallel [ ] 17 0 0 17 / 85 6.3s Hashtbl_with_order parallel [ ] 19 0 0 19 / 85 6.6s Hashtbl_with_order parallel [ ] 20 0 0 20 / 85 6.9s Hashtbl_with_order parallel [ ] 21 0 0 21 / 85 7.2s Hashtbl_with_order parallel [ ] 22 0 0 22 / 85 7.4s Hashtbl_with_order parallel [ ] 23 0 0 23 / 85 7.7s Hashtbl_with_order parallel [ ] 24 0 0 24 / 85 8.0s Hashtbl_with_order parallel [ ] 25 0 0 25 / 85 8.2s Hashtbl_with_order parallel [ ] 26 0 0 26 / 85 9.9s Hashtbl_with_order parallel [ ] 27 0 0 27 / 85 10.2s Hashtbl_with_order parallel [ ] 28 0 0 28 / 85 10.5s Hashtbl_with_order parallel [ ] 29 0 0 29 / 85 10.7s Hashtbl_with_order parallel [ ] 30 0 0 30 / 85 11.0s Hashtbl_with_order parallel [ ] 31 0 0 31 / 85 11.5s Hashtbl_with_order parallel [ ] 32 0 0 32 / 85 11.8s Hashtbl_with_order parallel [ ] 33 0 0 33 / 85 12.3s Hashtbl_with_order parallel [ ] 34 0 0 34 / 85 12.6s Hashtbl_with_order parallel [ ] 35 0 0 35 / 85 13.7s Hashtbl_with_order parallel [ ] 36 0 0 36 / 85 13.9s Hashtbl_with_order parallel [ ] 37 0 0 37 / 85 14.8s Hashtbl_with_order parallel [ ] 38 0 0 38 / 85 15.0s Hashtbl_with_order parallel [ ] 39 0 0 39 / 85 15.2s Hashtbl_with_order parallel [ ] 40 0 0 40 / 85 16.0s Hashtbl_with_order parallel [ ] 41 0 0 41 / 85 16.2s Hashtbl_with_order parallel [ ] 42 0 0 42 / 85 16.6s Hashtbl_with_order parallel [ ] 43 0 0 43 / 85 16.9s Hashtbl_with_order parallel [ ] 44 0 0 44 / 85 17.4s Hashtbl_with_order parallel [ ] 45 0 0 45 / 85 18.4s Hashtbl_with_order parallel [ ] 46 0 0 46 / 85 18.6s Hashtbl_with_order parallel [ ] 47 0 0 47 / 85 18.8s Hashtbl_with_order parallel [ ] 48 0 0 48 / 85 19.0s Hashtbl_with_order parallel [ ] 49 0 0 49 / 85 19.7s Hashtbl_with_order parallel [ ] 50 0 0 50 / 85 19.9s Hashtbl_with_order parallel [ ] 51 0 0 51 / 85 20.2s Hashtbl_with_order parallel [ ] 52 0 0 52 / 85 20.5s Hashtbl_with_order parallel [ ] 53 0 0 53 / 85 20.7s Hashtbl_with_order parallel [ ] 54 0 0 54 / 85 21.1s Hashtbl_with_order parallel [ ] 55 0 0 55 / 85 21.3s Hashtbl_with_order parallel [ ] 56 0 0 56 / 85 21.6s Hashtbl_with_order parallel [ ] 57 0 0 57 / 85 21.8s Hashtbl_with_order parallel [ ] 58 0 0 58 / 85 22.1s Hashtbl_with_order parallel [ ] 59 0 0 59 / 85 22.3s Hashtbl_with_order parallel [ ] 60 0 0 60 / 85 22.6s Hashtbl_with_order parallel [ ] 61 0 0 61 / 85 22.8s Hashtbl_with_order parallel [ ] 62 0 0 62 / 85 23.0s Hashtbl_with_order parallel [ ] 63 0 0 63 / 85 23.4s Hashtbl_with_order parallel [ ] 64 0 0 64 / 85 24.1s Hashtbl_with_order parallel [ ] 65 0 0 65 / 85 24.4s Hashtbl_with_order parallel [ ] 66 0 0 66 / 85 24.6s Hashtbl_with_order parallel [ ] 67 0 0 67 / 85 24.9s Hashtbl_with_order parallel [ ] 68 0 0 68 / 85 25.2s Hashtbl_with_order parallel [ ] 69 0 0 69 / 85 25.5s Hashtbl_with_order parallel [ ] 70 0 0 70 / 85 25.7s Hashtbl_with_order parallel [ ] 71 0 0 71 / 85 26.0s Hashtbl_with_order parallel [ ] 72 0 0 72 / 85 26.2s Hashtbl_with_order parallel [ ] 73 0 0 73 / 85 26.9s Hashtbl_with_order parallel [ ] 74 0 0 74 / 85 27.1s Hashtbl_with_order parallel [ ] 75 0 0 75 / 85 27.4s Hashtbl_with_order parallel [ ] 76 0 0 76 / 85 27.6s Hashtbl_with_order parallel [ ] 77 0 0 77 / 85 27.8s Hashtbl_with_order parallel [ ] 78 0 0 78 / 85 28.1s Hashtbl_with_order parallel [ ] 79 0 0 79 / 85 28.3s Hashtbl_with_order parallel [ ] 80 0 0 80 / 85 29.5s Hashtbl_with_order parallel [ ] 81 0 0 81 / 85 29.7s Hashtbl_with_order parallel [ ] 82 0 0 82 / 85 30.0s Hashtbl_with_order parallel [ ] 83 0 0 83 / 85 30.1s Hashtbl_with_order parallel [ ] 84 0 0 84 / 85 30.3s Hashtbl_with_order parallel [ ] 85 0 0 85 / 85 30.6s Hashtbl_with_order parallel [✓] 85 0 0 85 / 85 30.6s Hashtbl_with_order parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./xt_test.exe) Testing `Transactions'. This run has ID `GJ59Q803'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'. Test Successful in 0.001s. 1 test run. File "src/kcas/kcas.mli", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/src/kcas/kcas.mli _build/default/src/kcas/.mdx/kcas.mli.corrected diff --git a/_build/default/src/kcas/kcas.mli b/_build/default/src/kcas/.mdx/kcas.mli.corrected index 855a832..018310c 100644 --- a/_build/default/src/kcas/kcas.mli +++ b/_build/default/src/kcas/.mdx/kcas.mli.corrected @@ -48,9 +48,9 @@ # let a = Loc.make 0 and b = Loc.make 0 and x = Loc.make 0 - val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} - val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} - val x : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} + val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} + val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} + val x : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} ]} One can then manipulate the locations individually: File "doc/scheduler-interop.md", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/doc/scheduler-interop.md _build/default/doc/.mdx/scheduler-interop.md.corrected diff --git a/_build/default/doc/scheduler-interop.md b/_build/default/doc/.mdx/scheduler-interop.md.corrected index 39bb662..a4af124 100644 --- a/_build/default/doc/scheduler-interop.md +++ b/_build/default/doc/.mdx/scheduler-interop.md.corrected @@ -131,7 +131,7 @@ state in between, and then returns their sum: ```ocaml # let state = Loc.make 0 -val state : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val state : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} # let sync_to target = state |> Loc.get_as @@ fun current -> (cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe) random seed: 4510653507123385207 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl parallel [ ] 1 0 0 1 / 32 0.1s Hashtbl parallel [ ] 2 0 0 2 / 32 0.4s Hashtbl parallel [ ] 3 0 0 3 / 32 0.6s Hashtbl parallel [ ] 4 0 0 4 / 32 1.0s Hashtbl parallel [ ] 5 0 0 5 / 32 1.2s Hashtbl parallel [ ] 6 0 0 6 / 32 1.5s Hashtbl parallel [ ] 7 0 0 7 / 32 2.5s Hashtbl parallel [ ] 8 0 0 8 / 32 2.7s Hashtbl parallel [ ] 9 0 0 9 / 32 3.1s Hashtbl parallel [ ] 10 0 0 10 / 32 3.2s Hashtbl parallel [ ] 11 0 0 11 / 32 3.5s Hashtbl parallel [ ] 12 0 0 12 / 32 3.7s Hashtbl parallel [ ] 13 0 0 13 / 32 3.9s Hashtbl parallel [ ] 14 0 0 14 / 32 4.1s Hashtbl parallel [ ] 15 0 0 15 / 32 4.4s Hashtbl parallel [ ] 16 0 0 16 / 32 4.6s Hashtbl parallel [ ] 17 0 0 17 / 32 4.8s Hashtbl parallel [ ] 18 0 0 18 / 32 5.1s Hashtbl parallel [ ] 19 0 0 19 / 32 5.3s Hashtbl parallel [ ] 20 0 0 20 / 32 5.5s Hashtbl parallel [ ] 21 0 0 21 / 32 5.8s Hashtbl parallel [ ] 22 0 0 22 / 32 6.2s Hashtbl parallel [ ] 23 0 0 23 / 32 6.5s Hashtbl parallel [ ] 24 0 0 24 / 32 6.7s Hashtbl parallel [ ] 25 0 0 25 / 32 6.9s Hashtbl parallel [ ] 26 0 0 26 / 32 7.1s Hashtbl parallel [ ] 27 0 0 27 / 32 7.3s Hashtbl parallel [ ] 28 0 0 28 / 32 7.6s Hashtbl parallel [ ] 29 0 0 29 / 32 7.8s Hashtbl parallel [ ] 30 0 0 30 / 32 9.6s Hashtbl parallel [ ] 31 0 0 31 / 32 9.9s Hashtbl parallel [ ] 32 0 0 32 / 32 10.8s Hashtbl parallel [✓] 32 0 0 32 / 32 10.8s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 4074132446202250079 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Hashtbl sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl sequential [ ] 0 0 0 0 / 64 0.0s Hashtbl parallel [ ] 1 0 0 1 / 64 0.2s Hashtbl parallel [ ] 2 0 0 2 / 64 0.5s Hashtbl parallel [ ] 3 0 0 3 / 64 0.6s Hashtbl parallel [ ] 4 0 0 4 / 64 0.9s Hashtbl parallel [ ] 5 0 0 5 / 64 1.1s Hashtbl parallel [ ] 6 0 0 6 / 64 1.3s Hashtbl parallel [ ] 7 0 0 7 / 64 1.5s Hashtbl parallel [ ] 8 0 0 8 / 64 1.7s Hashtbl parallel [ ] 9 0 0 9 / 64 2.0s Hashtbl parallel [ ] 10 0 0 10 / 64 2.5s Hashtbl parallel [ ] 11 0 0 11 / 64 2.7s Hashtbl parallel [ ] 12 0 0 12 / 64 3.0s Hashtbl parallel [ ] 13 0 0 13 / 64 3.5s Hashtbl parallel [ ] 14 0 0 14 / 64 3.9s Hashtbl parallel [ ] 15 0 0 15 / 64 4.3s Hashtbl parallel [ ] 16 0 0 16 / 64 4.5s Hashtbl parallel [ ] 17 0 0 17 / 64 4.7s Hashtbl parallel [ ] 18 0 0 18 / 64 5.7s Hashtbl parallel [ ] 19 0 0 19 / 64 6.4s Hashtbl parallel [ ] 20 0 0 20 / 64 6.8s Hashtbl parallel [ ] 21 0 0 21 / 64 7.0s Hashtbl parallel [ ] 22 0 0 22 / 64 7.3s Hashtbl parallel [ ] 23 0 0 23 / 64 7.6s Hashtbl parallel [ ] 24 0 0 24 / 64 7.8s Hashtbl parallel [ ] 25 0 0 25 / 64 8.5s Hashtbl parallel [ ] 26 0 0 26 / 64 9.0s Hashtbl parallel [ ] 27 0 0 27 / 64 9.2s Hashtbl parallel [ ] 28 0 0 28 / 64 9.5s Hashtbl parallel [ ] 29 0 0 29 / 64 9.7s Hashtbl parallel [ ] 30 0 0 30 / 64 10.0s Hashtbl parallel [ ] 31 0 0 31 / 64 10.6s Hashtbl parallel [ ] 32 0 0 32 / 64 10.8s Hashtbl parallel [ ] 33 0 0 33 / 64 11.2s Hashtbl parallel [ ] 34 0 0 34 / 64 11.4s Hashtbl parallel [ ] 35 0 0 35 / 64 11.7s Hashtbl parallel [ ] 36 0 0 36 / 64 11.9s Hashtbl parallel [ ] 37 0 0 37 / 64 12.1s Hashtbl parallel [ ] 38 0 0 38 / 64 12.4s Hashtbl parallel [ ] 39 0 0 39 / 64 12.6s Hashtbl parallel [ ] 40 0 0 40 / 64 13.2s Hashtbl parallel [ ] 41 0 0 41 / 64 13.4s Hashtbl parallel [ ] 42 0 0 42 / 64 13.7s Hashtbl parallel [ ] 43 0 0 43 / 64 14.0s Hashtbl parallel [ ] 44 0 0 44 / 64 14.3s Hashtbl parallel [ ] 45 0 0 45 / 64 14.5s Hashtbl parallel [ ] 46 0 0 46 / 64 15.3s Hashtbl parallel [ ] 47 0 0 47 / 64 15.9s Hashtbl parallel [ ] 48 0 0 48 / 64 16.1s Hashtbl parallel [ ] 49 0 0 49 / 64 16.4s Hashtbl parallel [ ] 50 0 0 50 / 64 16.7s Hashtbl parallel [ ] 51 0 0 51 / 64 16.9s Hashtbl parallel [ ] 52 0 0 52 / 64 17.2s Hashtbl parallel [ ] 53 0 0 53 / 64 18.2s Hashtbl parallel [ ] 54 0 0 54 / 64 18.5s Hashtbl parallel [ ] 55 0 0 55 / 64 18.8s Hashtbl parallel [ ] 56 0 0 56 / 64 19.6s Hashtbl parallel [ ] 57 0 0 57 / 64 19.8s Hashtbl parallel [ ] 58 0 0 58 / 64 20.0s Hashtbl parallel [ ] 59 0 0 59 / 64 20.3s Hashtbl parallel [ ] 60 0 0 60 / 64 20.6s Hashtbl parallel [ ] 61 0 0 61 / 64 20.8s Hashtbl parallel [ ] 62 0 0 62 / 64 21.1s Hashtbl parallel [ ] 63 0 0 63 / 64 22.2s Hashtbl parallel [ ] 64 0 0 64 / 64 22.4s Hashtbl parallel [✓] 64 0 0 64 / 64 22.4s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 2077265417984207535 generated error fail pass / total time test name [ ] 0 0 0 0 / 77 0.0s Hashtbl sequential [✓] 77 0 0 77 / 77 0.0s Hashtbl sequential [ ] 0 0 0 0 / 77 0.0s Hashtbl parallel [ ] 1 0 0 1 / 77 0.7s Hashtbl parallel [ ] 2 0 0 2 / 77 1.1s Hashtbl parallel [ ] 3 0 0 3 / 77 1.4s Hashtbl parallel [ ] 4 0 0 4 / 77 1.6s Hashtbl parallel [ ] 5 0 0 5 / 77 1.9s Hashtbl parallel [ ] 6 0 0 6 / 77 2.2s Hashtbl parallel [ ] 7 0 0 7 / 77 2.5s Hashtbl parallel [ ] 8 0 0 8 / 77 2.8s Hashtbl parallel [ ] 9 0 0 9 / 77 3.0s Hashtbl parallel [ ] 10 0 0 10 / 77 3.2s Hashtbl parallel [ ] 11 0 0 11 / 77 3.5s Hashtbl parallel [ ] 12 0 0 12 / 77 4.1s Hashtbl parallel [ ] 13 0 0 13 / 77 4.4s Hashtbl parallel [ ] 14 0 0 14 / 77 4.6s Hashtbl parallel [ ] 15 0 0 15 / 77 4.9s Hashtbl parallel [ ] 16 0 0 16 / 77 5.4s Hashtbl parallel [ ] 17 0 0 17 / 77 5.7s Hashtbl parallel [ ] 18 0 0 18 / 77 5.9s Hashtbl parallel [ ] 19 0 0 19 / 77 6.2s Hashtbl parallel [ ] 20 0 0 20 / 77 6.4s Hashtbl parallel [ ] 21 0 0 21 / 77 6.7s Hashtbl parallel [ ] 22 0 0 22 / 77 7.0s Hashtbl parallel [ ] 23 0 0 23 / 77 7.3s Hashtbl parallel [ ] 24 0 0 24 / 77 7.6s Hashtbl parallel [ ] 25 0 0 25 / 77 8.1s Hashtbl parallel [ ] 26 0 0 26 / 77 8.4s Hashtbl parallel [ ] 27 0 0 27 / 77 8.6s Hashtbl parallel [ ] 28 0 0 28 / 77 8.9s Hashtbl parallel [ ] 29 0 0 29 / 77 9.1s Hashtbl parallel [ ] 30 0 0 30 / 77 9.4s Hashtbl parallel [ ] 31 0 0 31 / 77 9.6s Hashtbl parallel [ ] 32 0 0 32 / 77 9.9s Hashtbl parallel [ ] 33 0 0 33 / 77 10.1s Hashtbl parallel [ ] 34 0 0 34 / 77 10.4s Hashtbl parallel [ ] 35 0 0 35 / 77 10.6s Hashtbl parallel [ ] 36 0 0 36 / 77 10.9s Hashtbl parallel [ ] 37 0 0 37 / 77 11.1s Hashtbl parallel [ ] 38 0 0 38 / 77 11.4s Hashtbl parallel [ ] 39 0 0 39 / 77 11.7s Hashtbl parallel [ ] 40 0 0 40 / 77 12.0s Hashtbl parallel [ ] 41 0 0 41 / 77 13.5s Hashtbl parallel [ ] 42 0 0 42 / 77 13.7s Hashtbl parallel [ ] 43 0 0 43 / 77 13.9s Hashtbl parallel [ ] 44 0 0 44 / 77 14.2s Hashtbl parallel [ ] 45 0 0 45 / 77 14.3s Hashtbl parallel [ ] 46 0 0 46 / 77 14.7s Hashtbl parallel [ ] 47 0 0 47 / 77 14.9s Hashtbl parallel [ ] 48 0 0 48 / 77 15.2s Hashtbl parallel [ ] 49 0 0 49 / 77 15.7s Hashtbl parallel [ ] 50 0 0 50 / 77 15.9s Hashtbl parallel [ ] 51 0 0 51 / 77 16.2s Hashtbl parallel [ ] 52 0 0 52 / 77 16.4s Hashtbl parallel [ ] 53 0 0 53 / 77 16.6s Hashtbl parallel [ ] 54 0 0 54 / 77 16.8s Hashtbl parallel [ ] 55 0 0 55 / 77 17.7s Hashtbl parallel [ ] 56 0 0 56 / 77 17.9s Hashtbl parallel [ ] 57 0 0 57 / 77 18.2s Hashtbl parallel [ ] 58 0 0 58 / 77 18.5s Hashtbl parallel [ ] 59 0 0 59 / 77 18.8s Hashtbl parallel [ ] 60 0 0 60 / 77 19.0s Hashtbl parallel [ ] 61 0 0 61 / 77 19.2s Hashtbl parallel [ ] 62 0 0 62 / 77 19.4s Hashtbl parallel [ ] 63 0 0 63 / 77 19.6s Hashtbl parallel [ ] 64 0 0 64 / 77 20.3s Hashtbl parallel [ ] 65 0 0 65 / 77 20.5s Hashtbl parallel [ ] 66 0 0 66 / 77 20.6s Hashtbl parallel [ ] 67 0 0 67 / 77 20.9s Hashtbl parallel [ ] 68 0 0 68 / 77 21.3s Hashtbl parallel [ ] 69 0 0 69 / 77 21.7s Hashtbl parallel [ ] 70 0 0 70 / 77 21.9s Hashtbl parallel [ ] 71 0 0 71 / 77 22.1s Hashtbl parallel [ ] 72 0 0 72 / 77 22.5s Hashtbl parallel [ ] 73 0 0 73 / 77 22.7s Hashtbl parallel [ ] 74 0 0 74 / 77 23.0s Hashtbl parallel [ ] 75 0 0 75 / 77 23.3s Hashtbl parallel [ ] 76 0 0 76 / 77 23.5s Hashtbl parallel [ ] 77 0 0 77 / 77 23.8s Hashtbl parallel [✓] 77 0 0 77 / 77 23.8s Hashtbl parallel ================================================================================ success (ran 2 tests) random seed: 3141889959273166108 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl parallel [ ] 1 0 0 1 / 32 0.6s Hashtbl parallel [ ] 2 0 0 2 / 32 0.9s Hashtbl parallel [ ] 3 0 0 3 / 32 1.1s Hashtbl parallel [ ] 4 0 0 4 / 32 1.4s Hashtbl parallel [ ] 5 0 0 5 / 32 1.7s Hashtbl parallel [ ] 6 0 0 6 / 32 2.3s Hashtbl parallel [ ] 7 0 0 7 / 32 2.6s Hashtbl parallel [ ] 8 0 0 8 / 32 2.8s Hashtbl parallel [ ] 9 0 0 9 / 32 3.0s Hashtbl parallel [ ] 10 0 0 10 / 32 3.4s Hashtbl parallel [ ] 11 0 0 11 / 32 4.3s Hashtbl parallel [ ] 12 0 0 12 / 32 4.5s Hashtbl parallel [ ] 13 0 0 13 / 32 4.7s Hashtbl parallel [ ] 14 0 0 14 / 32 4.9s Hashtbl parallel [ ] 15 0 0 15 / 32 5.2s Hashtbl parallel [ ] 16 0 0 16 / 32 5.5s Hashtbl parallel [ ] 17 0 0 17 / 32 5.8s Hashtbl parallel [ ] 18 0 0 18 / 32 6.0s Hashtbl parallel [ ] 19 0 0 19 / 32 6.4s Hashtbl parallel [ ] 20 0 0 20 / 32 6.6s Hashtbl parallel [ ] 21 0 0 21 / 32 6.9s Hashtbl parallel [ ] 22 0 0 22 / 32 7.1s Hashtbl parallel [ ] 23 0 0 23 / 32 7.4s Hashtbl parallel [ ] 24 0 0 24 / 32 7.6s Hashtbl parallel [ ] 25 0 0 25 / 32 7.9s Hashtbl parallel [ ] 26 0 0 26 / 32 8.2s Hashtbl parallel [ ] 27 0 0 27 / 32 8.5s Hashtbl parallel [ ] 28 0 0 28 / 32 8.9s Hashtbl parallel [ ] 29 0 0 29 / 32 9.2s Hashtbl parallel [ ] 30 0 0 30 / 32 9.4s Hashtbl parallel [ ] 31 0 0 31 / 32 9.8s Hashtbl parallel [ ] 32 0 0 32 / 32 10.0s Hashtbl parallel [✓] 32 0 0 32 / 32 10.0s Hashtbl parallel ================================================================================ success (ran 2 tests) File "README.md", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/README.md _build/default/.mdx/README.md.corrected diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected index 1efa71b..b6dac9a 100644 --- a/_build/default/README.md +++ b/_build/default/.mdx/README.md.corrected @@ -118,9 +118,9 @@ one first creates shared memory locations: # let a = Loc.make 0 and b = Loc.make 0 and x = Loc.make 0 -val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} -val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} -val x : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val x : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} ``` One can then manipulate the locations individually: @@ -304,7 +304,7 @@ transactions to `push` and `try_pop` elements: ```ocaml # let a_stack : int stack = stack () -val a_stack : int stack = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val a_stack : int stack = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} # Xt.commit { tx = push a_stack 101 } - : unit = () @@ -423,8 +423,8 @@ transactions to `enqueue` and `try_dequeue` elements: ```ocaml # let a_queue : int queue = queue () val a_queue : int queue = - {front = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; - back = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}} + {front = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; + back = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}} # Xt.commit { tx = enqueue a_queue 76 } - : unit = () @@ -539,12 +539,12 @@ To test them out, let's create a fresh stack and a queue ```ocaml # let a_stack : int stack = stack () -val a_stack : int stack = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val a_stack : int stack = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} # let a_queue : int queue = queue () val a_queue : int queue = - {front = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; - back = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}} + {front = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; + back = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}} ``` and then spawn a domain that tries to atomically both pop and dequeue: @@ -768,7 +768,7 @@ and create a leftist heap: ```ocaml # let a_heap : int leftist Loc.t = leftist () val a_heap : int leftist Loc.t = - Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} + Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} ``` To populate the heap we need to define a transaction passing function and pass @@ -1027,8 +1027,8 @@ We can then test that the cache works as expected: ```ocaml # let a_cache : (int, string) cache = cache 2 val a_cache : (int, string) cache = - {space = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; - table = <abstr>; order = <abstr>} + {space = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; table = <abstr>; + order = <abstr>} # Xt.commit { tx = set_blocking a_cache 101 "basics" } - : unit = () @@ -1276,8 +1276,7 @@ Consider the following example of computing the size of a stack: ```ocaml # let a_stack = Loc.make [2; 3] -val a_stack : int list Loc.t = - Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val a_stack : int list Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} # let n_elems = let tx ~xt = @@ -1444,8 +1443,7 @@ Using the Michael-Scott style queue is as easy as any other transactional queue: ```ocaml # let a_queue : int queue = queue () val a_queue : int queue = - {head = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; - tail = <abstr>} + {head = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; tail = <abstr>} # Xt.commit { tx = enqueue a_queue 19 } - : unit = () @@ -1897,10 +1895,10 @@ for hash tables, we are ready to take it out for a spin: ```ocaml # let a_hashtbl : (string, int) hashtbl = hashtbl () val a_hashtbl : (string, int) hashtbl = - {pending = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; + {pending = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; basic = - {size = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; - data = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}} + {size = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; + data = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}}} # let assoc = [ ("Intro", 101); @@ -2016,8 +2014,8 @@ in the earlier example: ```ocaml # let a_queue : int queue = queue () val a_queue : int queue = - {head = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; - tail = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}} + {head = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}; + tail = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>}} # let counter = ref 1_000 val counter : int ref = {contents = 1000} @@ -2072,8 +2070,8 @@ locations. Let's just create two locations `a` and `b`: ```ocaml # let a = Loc.make 0 and b = Loc.make 0 -val a : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} -val b : int Loc.t = Kcas.Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val a : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} +val b : int Loc.t = Loc.Loc {Kcas.Loc.state = <poly>; id = <poly>} ``` And create a helper that spawns a domain that repeatedly increments `a` and (cd _build/default/test/kcas_data && ./lru_cache_example.exe) LRU Cache OK! (cd _build/default/bench && ./main.exe -brief 'Kcas Loc') Kcas Loc: ops over time/cas int: 4.83 M/s ops over time/get: 19.27 M/s ops over time/incr: 4.13 M/s ops over time/push & pop: 3.09 M/s ops over time/swap: 2.55 M/s ops over time/xchg int: 4.79 M/s time per op/cas int: 207.01 ns time per op/get: 51.89 ns time per op/incr: 242.11 ns time per op/push & pop: 323.94 ns time per op/swap: 392.37 ns time per op/xchg int: 208.96 ns (cd _build/default/bench && ./main.exe -brief 'Kcas Xt') Kcas Xt: time per transaction/0 loc tx: 149.53 ns time per transaction/1 loc tx: 425.14 ns time per transaction/2 loc tx: 1083.11 ns time per transaction/4 loc tx: 2031.24 ns time per transaction/8 loc tx: 4075.61 ns transactions over time/0 loc tx: 6.69 M/s transactions over time/1 loc tx: 2.35 M/s transactions over time/2 loc tx: 0.92 M/s transactions over time/4 loc tx: 0.49 M/s transactions over time/8 loc tx: 0.25 M/s Kcas Xt read-only: time per transaction/0 loc tx: 149.92 ns time per transaction/1 loc tx: 277.78 ns time per transaction/2 loc tx: 610.25 ns time per transaction/4 loc tx: 1191.55 ns time per transaction/8 loc tx: 2244.54 ns transactions over time/0 loc tx: 6.67 M/s transactions over time/1 loc tx: 3.60 M/s transactions over time/2 loc tx: 1.64 M/s transactions over time/4 loc tx: 0.84 M/s transactions over time/8 loc tx: 0.45 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only') Kcas Xt read-only: time per transaction/0 loc tx: 149.85 ns time per transaction/1 loc tx: 337.24 ns time per transaction/2 loc tx: 637.26 ns time per transaction/4 loc tx: 1182.78 ns time per transaction/8 loc tx: 2168.95 ns transactions over time/0 loc tx: 6.67 M/s transactions over time/1 loc tx: 2.97 M/s transactions over time/2 loc tx: 1.57 M/s transactions over time/4 loc tx: 0.85 M/s transactions over time/8 loc tx: 0.46 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP') Kcas parallel CMP: time per transaction/1 worker: 1163.09 ns time per transaction/2 workers: 1206.71 ns time per transaction/4 workers: 1691.01 ns transactions over time/1 worker: 0.86 M/s transactions over time/2 workers: 1.66 M/s transactions over time/4 workers: 2.37 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator') Kcas_data Accumulator: operations over time/1 worker, 0% reads: 2.99 M/s operations over time/2 workers, 0% reads: 5.79 M/s operations over time/4 workers, 0% reads: 9.85 M/s time per operation/1 worker, 0% reads: 334.05 ns time per operation/2 workers, 0% reads: 345.49 ns time per operation/4 workers, 0% reads: 406.20 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist') Kcas_data Dllist: messages over time/1 nb adder, 1 nb taker: 0.24 M/s messages over time/1 nb adder, 2 nb takers: 0.24 M/s messages over time/2 nb adders, 1 nb taker: 0.28 M/s messages over time/2 nb adders, 2 nb takers: 0.22 M/s messages over time/one domain: 0.18 M/s time per message/1 nb adder, 1 nb taker: 8300.15 ns time per message/1 nb adder, 2 nb takers: 12644.12 ns time per message/2 nb adders, 1 nb taker: 10851.24 ns time per message/2 nb adders, 2 nb takers: 17922.44 ns time per message/one domain: 5438.35 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl') Kcas_data Hashtbl: operations over time/1 worker, 10% reads: 0.48 M/s operations over time/1 worker, 50% reads: 0.64 M/s operations over time/1 worker, 90% reads: 1.56 M/s operations over time/2 workers, 10% reads: 0.92 M/s operations over time/2 workers, 50% reads: 1.23 M/s operations over time/2 workers, 90% reads: 3.08 M/s operations over time/4 workers, 10% reads: 1.54 M/s operations over time/4 workers, 50% reads: 1.73 M/s operations over time/4 workers, 90% reads: 4.63 M/s time per operation/1 worker, 10% reads: 2092.76 ns time per operation/1 worker, 50% reads: 1556.18 ns time per operation/1 worker, 90% reads: 642.78 ns time per operation/2 workers, 10% reads: 2180.68 ns time per operation/2 workers, 50% reads: 1627.76 ns time per operation/2 workers, 90% reads: 648.52 ns time per operation/4 workers, 10% reads: 2603.40 ns time per operation/4 workers, 50% reads: 2316.39 ns time per operation/4 workers, 90% reads: 863.31 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar') Kcas_data Mvar: messages over time/1 adder, 1 nb taker: 0.78 M/s messages over time/1 adder, 1 taker: 1.37 M/s messages over time/1 adder, 2 nb takers: 1.07 M/s messages over time/1 adder, 2 takers: 1.22 M/s messages over time/1 nb adder, 1 nb taker: 0.87 M/s messages over time/1 nb adder, 1 taker: 0.81 M/s messages over time/1 nb adder, 2 nb takers: 1.04 M/s messages over time/1 nb adder, 2 takers: 0.88 M/s messages over time/2 adders, 1 nb taker: 0.92 M/s messages over time/2 adders, 1 taker: 1.22 M/s messages over time/2 adders, 2 nb takers: 1.20 M/s messages over time/2 adders, 2 takers: 1.44 M/s messages over time/2 nb adders, 1 nb taker: 1.05 M/s messages over time/2 nb adders, 1 taker: 0.98 M/s messages over time/2 nb adders, 2 nb takers: 1.21 M/s messages over time/2 nb adders, 2 takers: 0.98 M/s time per message/1 adder, 1 nb taker: 2576.56 ns time per message/1 adder, 1 taker: 1458.37 ns time per message/1 adder, 2 nb takers: 2799.23 ns time per message/1 adder, 2 takers: 2460.89 ns time per message/1 nb adder, 1 nb taker: 2291.05 ns time per message/1 nb adder, 1 taker: 2482.06 ns time per message/1 nb adder, 2 nb takers: 2893.57 ns time per message/1 nb adder, 2 takers: 3394.75 ns time per message/2 adders, 1 nb taker: 3275.74 ns time per message/2 adders, 1 taker: 2468.39 ns time per message/2 adders, 2 nb takers: 3320.41 ns time per message/2 adders, 2 takers: 2777.07 ns time per message/2 nb adders, 1 nb taker: 2861.57 ns time per message/2 nb adders, 1 taker: 3060.74 ns time per message/2 nb adders, 2 nb takers: 3313.24 ns time per message/2 nb adders, 2 takers: 4065.43 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue') Kcas_data Queue: messages over time/1 nb adder, 1 nb taker: 1.25 M/s messages over time/1 nb adder, 1 taker: 1.26 M/s messages over time/1 nb adder, 2 nb takers: 0.88 M/s messages over time/1 nb adder, 2 takers: 1.05 M/s messages over time/2 nb adders, 1 nb taker: 1.27 M/s messages over time/2 nb adders, 1 taker: 1.21 M/s messages over time/2 nb adders, 2 nb takers: 1.10 M/s messages over time/2 nb adders, 2 takers: 1.04 M/s messages over time/one domain: 1.21 M/s time per message/1 nb adder, 1 nb taker: 1603.02 ns time per message/1 nb adder, 1 taker: 1584.61 ns time per message/1 nb adder, 2 nb takers: 3398.36 ns time per message/1 nb adder, 2 takers: 2869.75 ns time per message/2 nb adders, 1 nb taker: 2355.74 ns time per message/2 nb adders, 1 taker: 2471.03 ns time per message/2 nb adders, 2 nb takers: 3621.92 ns time per message/2 nb adders, 2 takers: 3845.93 ns time per message/one domain: 823.15 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack') Kcas_data Stack: messages over time/1 nb adder, 1 nb taker: 1.39 M/s messages over time/1 nb adder, 1 taker: 1.46 M/s messages over time/1 nb adder, 2 nb takers: 1.25 M/s messages over time/1 nb adder, 2 takers: 0.86 M/s messages over time/2 nb adders, 1 nb taker: 1.33 M/s messages over time/2 nb adders, 1 taker: 1.36 M/s messages over time/2 nb adders, 2 nb takers: 1.12 M/s messages over time/2 nb adders, 2 takers: 0.81 M/s messages over time/one domain: 1.27 M/s time per message/1 nb adder, 1 nb taker: 1441.33 ns time per message/1 nb adder, 1 taker: 1371.19 ns time per message/1 nb adder, 2 nb takers: 2394.47 ns time per message/1 nb adder, 2 takers: 3496.98 ns time per message/2 nb adders, 1 nb taker: 2252.86 ns time per message/2 nb adders, 1 taker: 2202.21 ns time per message/2 nb adders, 2 nb takers: 3557.58 ns time per message/2 nb adders, 2 takers: 4943.29 ns time per message/one domain: 787.01 ns (cd _build/default/test/kcas_data && ./queue_test_stm.exe) random seed: 1956486149779904815 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue parallel [ ] 1 0 0 1 / 32 0.2s Queue parallel [ ] 2 0 0 2 / 32 0.5s Queue parallel [ ] 3 0 0 3 / 32 0.7s Queue parallel [ ] 4 0 0 4 / 32 1.0s Queue parallel [ ] 5 0 0 5 / 32 1.3s Queue parallel [ ] 6 0 0 6 / 32 1.6s Queue parallel [ ] 7 0 0 7 / 32 1.9s Queue parallel [ ] 8 0 0 8 / 32 2.5s Queue parallel [ ] 9 0 0 9 / 32 2.7s Queue parallel [ ] 10 0 0 10 / 32 2.9s Queue parallel [ ] 11 0 0 11 / 32 3.2s Queue parallel [ ] 12 0 0 12 / 32 3.5s Queue parallel [ ] 13 0 0 13 / 32 3.7s Queue parallel [ ] 14 0 0 14 / 32 4.0s Queue parallel [ ] 15 0 0 15 / 32 4.3s Queue parallel [ ] 16 0 0 16 / 32 4.7s Queue parallel [ ] 17 0 0 17 / 32 5.0s Queue parallel [ ] 18 0 0 18 / 32 5.3s Queue parallel [ ] 19 0 0 19 / 32 5.7s Queue parallel [ ] 20 0 0 20 / 32 6.2s Queue parallel [ ] 21 0 0 21 / 32 6.5s Queue parallel [ ] 22 0 0 22 / 32 6.9s Queue parallel [ ] 23 0 0 23 / 32 7.1s Queue parallel [ ] 24 0 0 24 / 32 7.4s Queue parallel [ ] 25 0 0 25 / 32 7.7s Queue parallel [ ] 26 0 0 26 / 32 8.0s Queue parallel [ ] 27 0 0 27 / 32 8.3s Queue parallel [ ] 28 0 0 28 / 32 8.5s Queue parallel [ ] 29 0 0 29 / 32 8.7s Queue parallel [ ] 30 0 0 30 / 32 9.0s Queue parallel [ ] 31 0 0 31 / 32 9.3s Queue parallel [ ] 32 0 0 32 / 32 9.6s Queue parallel [✓] 32 0 0 32 / 32 9.6s Queue parallel ================================================================================ success (ran 2 tests) random seed: 2646708717001865555 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Queue sequential [✓] 64 0 0 64 / 64 0.0s Queue sequential [ ] 0 0 0 0 / 64 0.0s Queue parallel [ ] 1 0 0 1 / 64 0.1s Queue parallel [ ] 2 0 0 2 / 64 0.2s Queue parallel [ ] 3 0 0 3 / 64 0.7s Queue parallel [ ] 4 0 0 4 / 64 0.8s Queue parallel [ ] 5 0 0 5 / 64 1.0s Queue parallel [ ] 8 0 0 8 / 64 1.1s Queue parallel [ ] 9 0 0 9 / 64 1.5s Queue parallel [ ] 10 0 0 10 / 64 1.8s Queue parallel [ ] 11 0 0 11 / 64 1.9s Queue parallel [ ] 12 0 0 12 / 64 2.1s Queue parallel [ ] 13 0 0 13 / 64 2.7s Queue parallel [ ] 14 0 0 14 / 64 2.9s Queue parallel [ ] 15 0 0 15 / 64 3.1s Queue parallel [ ] 16 0 0 16 / 64 3.3s Queue parallel [ ] 17 0 0 17 / 64 3.4s Queue parallel [ ] 18 0 0 18 / 64 4.0s Queue parallel [ ] 19 0 0 19 / 64 4.2s Queue parallel [ ] 20 0 0 20 / 64 4.5s Queue parallel [ ] 21 0 0 21 / 64 4.8s Queue parallel [ ] 22 0 0 22 / 64 5.1s Queue parallel [ ] 23 0 0 23 / 64 5.4s Queue parallel [ ] 24 0 0 24 / 64 5.6s Queue parallel [ ] 25 0 0 25 / 64 5.9s Queue parallel [ ] 26 0 0 26 / 64 6.5s Queue parallel [ ] 27 0 0 27 / 64 6.7s Queue parallel [ ] 28 0 0 28 / 64 7.0s Queue parallel [ ] 29 0 0 29 / 64 7.2s Queue parallel [ ] 30 0 0 30 / 64 7.5s Queue parallel [ ] 31 0 0 31 / 64 7.7s Queue parallel [ ] 32 0 0 32 / 64 7.9s Queue parallel [ ] 33 0 0 33 / 64 8.3s Queue parallel [ ] 34 0 0 34 / 64 8.6s Queue parallel [ ] 35 0 0 35 / 64 9.5s Queue parallel [ ] 36 0 0 36 / 64 9.8s Queue parallel [ ] 37 0 0 37 / 64 10.0s Queue parallel [ ] 38 0 0 38 / 64 10.3s Queue parallel [ ] 39 0 0 39 / 64 10.5s Queue parallel [ ] 40 0 0 40 / 64 10.7s Queue parallel [ ] 41 0 0 41 / 64 11.0s Queue parallel [ ] 42 0 0 42 / 64 11.3s Queue parallel [ ] 43 0 0 43 / 64 11.6s Queue parallel [ ] 44 0 0 44 / 64 11.8s Queue parallel [ ] 45 0 0 45 / 64 12.1s Queue parallel [ ] 46 0 0 46 / 64 12.3s Queue parallel [ ] 47 0 0 47 / 64 12.6s Queue parallel [ ] 48 0 0 48 / 64 12.9s Queue parallel [ ] 49 0 0 49 / 64 13.8s Queue parallel [ ] 50 0 0 50 / 64 14.0s Queue parallel [ ] 51 0 0 51 / 64 14.3s Queue parallel [ ] 52 0 0 52 / 64 14.5s Queue parallel [ ] 53 0 0 53 / 64 14.7s Queue parallel [ ] 54 0 0 54 / 64 15.7s Queue parallel [ ] 55 0 0 55 / 64 16.2s Queue parallel [ ] 56 0 0 56 / 64 16.3s Queue parallel [ ] 57 0 0 57 / 64 16.5s Queue parallel [ ] 58 0 0 58 / 64 16.7s Queue parallel [ ] 59 0 0 59 / 64 16.8s Queue parallel [ ] 60 0 0 60 / 64 17.0s Queue parallel [ ] 61 0 0 61 / 64 17.2s Queue parallel [ ] 62 0 0 62 / 64 17.4s Queue parallel [ ] 63 0 0 63 / 64 17.7s Queue parallel [ ] 64 0 0 64 / 64 18.0s Queue parallel [✓] 64 0 0 64 / 64 18.0s Queue parallel ================================================================================ success (ran 2 tests) random seed: 3307483637540750443 generated error fail pass / total time test name [ ] 0 0 0 0 / 113 0.0s Queue sequential [✓] 113 0 0 113 / 113 0.0s Queue sequential [ ] 0 0 0 0 / 113 0.0s Queue parallel [ ] 1 0 0 1 / 113 0.3s Queue parallel [ ] 2 0 0 2 / 113 0.6s Queue parallel [ ] 3 0 0 3 / 113 0.9s Queue parallel [ ] 4 0 0 4 / 113 1.2s Queue parallel [ ] 5 0 0 5 / 113 1.4s Queue parallel [ ] 6 0 0 6 / 113 2.0s Queue parallel [ ] 7 0 0 7 / 113 2.3s Queue parallel [ ] 8 0 0 8 / 113 3.0s Queue parallel [ ] 9 0 0 9 / 113 3.8s Queue parallel [ ] 11 0 0 11 / 113 4.1s Queue parallel [ ] 12 0 0 12 / 113 4.4s Queue parallel [ ] 13 0 0 13 / 113 4.7s Queue parallel [ ] 14 0 0 14 / 113 4.9s Queue parallel [ ] 15 0 0 15 / 113 5.3s Queue parallel [ ] 16 0 0 16 / 113 6.4s Queue parallel [ ] 17 0 0 17 / 113 6.6s Queue parallel [ ] 18 0 0 18 / 113 6.9s Queue parallel [ ] 19 0 0 19 / 113 7.1s Queue parallel [ ] 20 0 0 20 / 113 7.4s Queue parallel [ ] 21 0 0 21 / 113 8.0s Queue parallel [ ] 22 0 0 22 / 113 8.5s Queue parallel [ ] 23 0 0 23 / 113 8.8s Queue parallel [ ] 24 0 0 24 / 113 9.1s Queue parallel [ ] 25 0 0 25 / 113 9.4s Queue parallel [ ] 26 0 0 26 / 113 10.0s Queue parallel [ ] 27 0 0 27 / 113 10.2s Queue parallel [ ] 28 0 0 28 / 113 10.4s Queue parallel [ ] 29 0 0 29 / 113 10.6s Queue parallel [ ] 30 0 0 30 / 113 10.8s Queue parallel [ ] 31 0 0 31 / 113 11.2s Queue parallel [ ] 32 0 0 32 / 113 11.4s Queue parallel [ ] 33 0 0 33 / 113 11.9s Queue parallel [ ] 34 0 0 34 / 113 12.4s Queue parallel [ ] 35 0 0 35 / 113 12.7s Queue parallel [ ] 36 0 0 36 / 113 13.1s Queue parallel [ ] 37 0 0 37 / 113 13.3s Queue parallel [ ] 38 0 0 38 / 113 13.5s Queue parallel [ ] 39 0 0 39 / 113 14.0s Queue parallel [ ] 40 0 0 40 / 113 14.4s Queue parallel [ ] 41 0 0 41 / 113 14.6s Queue parallel [ ] 42 0 0 42 / 113 15.0s Queue parallel [ ] 43 0 0 43 / 113 15.2s Queue parallel [ ] 44 0 0 44 / 113 15.4s Queue parallel [ ] 45 0 0 45 / 113 15.6s Queue parallel [ ] 46 0 0 46 / 113 15.8s Queue parallel [ ] 47 0 0 47 / 113 16.0s Queue parallel [ ] 48 0 0 48 / 113 16.2s Queue parallel [ ] 49 0 0 49 / 113 16.5s Queue parallel [ ] 50 0 0 50 / 113 16.8s Queue parallel [ ] 51 0 0 51 / 113 17.0s Queue parallel [ ] 52 0 0 52 / 113 17.2s Queue parallel [ ] 53 0 0 53 / 113 17.6s Queue parallel [ ] 54 0 0 54 / 113 17.8s Queue parallel [ ] 55 0 0 55 / 113 18.1s Queue parallel [ ] 56 0 0 56 / 113 18.3s Queue parallel [ ] 57 0 0 57 / 113 18.8s Queue parallel [ ] 58 0 0 58 / 113 18.9s Queue parallel [ ] 59 0 0 59 / 113 19.1s Queue parallel [ ] 60 0 0 60 / 113 19.5s Queue parallel [ ] 61 0 0 61 / 113 20.0s Queue parallel [ ] 62 0 0 62 / 113 20.1s Queue parallel [ ] 63 0 0 63 / 113 21.2s Queue parallel [ ] 64 0 0 64 / 113 22.2s Queue parallel [ ] 65 0 0 65 / 113 22.6s Queue parallel [ ] 66 0 0 66 / 113 22.7s Queue parallel [ ] 67 0 0 67 / 113 22.9s Queue parallel [ ] 68 0 0 68 / 113 23.1s Queue parallel [ ] 69 0 0 69 / 113 23.3s Queue parallel [ ] 70 0 0 70 / 113 23.6s Queue parallel [ ] 71 0 0 71 / 113 23.9s Queue parallel [ ] 72 0 0 72 / 113 24.2s Queue parallel [ ] 73 0 0 73 / 113 24.6s Queue parallel [ ] 74 0 0 74 / 113 24.8s Queue parallel [ ] 75 0 0 75 / 113 25.1s Queue parallel [ ] 76 0 0 76 / 113 25.3s Queue parallel [ ] 77 0 0 77 / 113 26.2s Queue parallel [ ] 78 0 0 78 / 113 26.5s Queue parallel [ ] 79 0 0 79 / 113 27.0s Queue parallel [ ] 80 0 0 80 / 113 27.3s Queue parallel [ ] 81 0 0 81 / 113 27.8s Queue parallel [ ] 82 0 0 82 / 113 28.0s Queue parallel [ ] 83 0 0 83 / 113 28.2s Queue parallel [ ] 84 0 0 84 / 113 28.4s Queue parallel [ ] 86 0 0 86 / 113 28.5s Queue parallel [ ] 92 0 0 92 / 113 28.6s Queue parallel [ ] 97 0 0 97 / 113 28.7s Queue parallel [ ] 98 0 0 98 / 113 28.9s Queue parallel [ ] 101 0 0 101 / 113 29.0s Queue parallel [ ] 104 0 0 104 / 113 29.1s Queue parallel [ ] 106 0 0 106 / 113 29.5s Queue parallel [ ] 108 0 0 108 / 113 29.7s Queue parallel [ ] 110 0 0 110 / 113 30.0s Queue parallel [✓] 113 0 0 113 / 113 30.1s Queue parallel ================================================================================ success (ran 2 tests) random seed: 3382999908525908823 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue parallel [ ] 5 0 0 5 / 32 0.1s Queue parallel [ ] 7 0 0 7 / 32 1.1s Queue parallel [ ] 9 0 0 9 / 32 1.2s Queue parallel [ ] 11 0 0 11 / 32 2.0s Queue parallel [ ] 14 0 0 14 / 32 2.4s Queue parallel [ ] 18 0 0 18 / 32 2.5s Queue parallel [ ] 22 0 0 22 / 32 2.8s Queue parallel [ ] 25 0 0 25 / 32 3.0s Queue parallel [ ] 28 0 0 28 / 32 3.1s Queue parallel [ ] 32 0 0 32 / 32 3.5s Queue parallel [✓] 32 0 0 32 / 32 3.5s Queue parallel ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./stack_test_stm.exe) random seed: 2840875746304508256 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack parallel [ ] 1 0 0 1 / 32 0.3s Stack parallel [ ] 2 0 0 2 / 32 0.5s Stack parallel [ ] 3 0 0 3 / 32 0.8s Stack parallel [ ] 4 0 0 4 / 32 1.1s Stack parallel [ ] 5 0 0 5 / 32 1.5s Stack parallel [ ] 6 0 0 6 / 32 1.7s Stack parallel [ ] 7 0 0 7 / 32 1.9s Stack parallel [ ] 8 0 0 8 / 32 2.2s Stack parallel [ ] 9 0 0 9 / 32 2.7s Stack parallel [ ] 10 0 0 10 / 32 2.9s Stack parallel [ ] 11 0 0 11 / 32 3.3s Stack parallel [ ] 12 0 0 12 / 32 3.5s Stack parallel [ ] 13 0 0 13 / 32 3.8s Stack parallel [ ] 14 0 0 14 / 32 4.1s Stack parallel [ ] 15 0 0 15 / 32 4.5s Stack parallel [ ] 16 0 0 16 / 32 4.9s Stack parallel [ ] 17 0 0 17 / 32 5.1s Stack parallel [ ] 18 0 0 18 / 32 5.4s Stack parallel [ ] 19 0 0 19 / 32 5.7s Stack parallel [ ] 20 0 0 20 / 32 6.1s Stack parallel [ ] 21 0 0 21 / 32 6.3s Stack parallel [ ] 22 0 0 22 / 32 6.6s Stack parallel [ ] 23 0 0 23 / 32 7.1s Stack parallel [ ] 24 0 0 24 / 32 7.4s Stack parallel [ ] 25 0 0 25 / 32 7.5s Stack parallel [ ] 26 0 0 26 / 32 7.8s Stack parallel [ ] 27 0 0 27 / 32 8.1s Stack parallel [ ] 28 0 0 28 / 32 8.6s Stack parallel [ ] 29 0 0 29 / 32 9.4s Stack parallel [ ] 30 0 0 30 / 32 9.6s Stack parallel [ ] 31 0 0 31 / 32 9.9s Stack parallel [ ] 32 0 0 32 / 32 10.2s Stack parallel [✓] 32 0 0 32 / 32 10.2s Stack parallel ================================================================================ success (ran 2 tests) random seed: 4407931008691172381 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Stack sequential [✓] 64 0 0 64 / 64 0.0s Stack sequential [ ] 0 0 0 0 / 64 0.0s Stack parallel [ ] 1 0 0 1 / 64 0.3s Stack parallel [ ] 2 0 0 2 / 64 0.5s Stack parallel [ ] 3 0 0 3 / 64 0.8s Stack parallel [ ] 4 0 0 4 / 64 1.0s Stack parallel [ ] 5 0 0 5 / 64 1.3s Stack parallel [ ] 6 0 0 6 / 64 1.6s Stack parallel [ ] 7 0 0 7 / 64 1.9s Stack parallel [ ] 8 0 0 8 / 64 2.1s Stack parallel [ ] 9 0 0 9 / 64 2.4s Stack parallel [ ] 10 0 0 10 / 64 2.7s Stack parallel [ ] 11 0 0 11 / 64 3.0s Stack parallel [ ] 12 0 0 12 / 64 3.2s Stack parallel [ ] 13 0 0 13 / 64 3.5s Stack parallel [ ] 14 0 0 14 / 64 3.7s Stack parallel [ ] 15 0 0 15 / 64 3.9s Stack parallel [ ] 16 0 0 16 / 64 4.2s Stack parallel [ ] 17 0 0 17 / 64 4.5s Stack parallel [ ] 18 0 0 18 / 64 5.2s Stack parallel [ ] 19 0 0 19 / 64 5.5s Stack parallel [ ] 20 0 0 20 / 64 5.7s Stack parallel [ ] 21 0 0 21 / 64 6.0s Stack parallel [ ] 22 0 0 22 / 64 6.2s Stack parallel [ ] 23 0 0 23 / 64 6.5s Stack parallel [ ] 24 0 0 24 / 64 7.0s Stack parallel [ ] 25 0 0 25 / 64 7.3s Stack parallel [ ] 26 0 0 26 / 64 8.1s Stack parallel [ ] 27 0 0 27 / 64 8.3s Stack parallel [ ] 28 0 0 28 / 64 8.6s Stack parallel [ ] 29 0 0 29 / 64 8.9s Stack parallel [ ] 30 0 0 30 / 64 9.1s Stack parallel [ ] 31 0 0 31 / 64 9.7s Stack parallel [ ] 32 0 0 32 / 64 9.9s Stack parallel [ ] 33 0 0 33 / 64 10.4s Stack parallel [ ] 34 0 0 34 / 64 10.6s Stack parallel [ ] 35 0 0 35 / 64 10.8s Stack parallel [ ] 36 0 0 36 / 64 11.0s Stack parallel [ ] 37 0 0 37 / 64 11.1s Stack parallel [ ] 38 0 0 38 / 64 11.3s Stack parallel [ ] 39 0 0 39 / 64 11.5s Stack parallel [ ] 40 0 0 40 / 64 11.7s Stack parallel [ ] 41 0 0 41 / 64 12.0s Stack parallel [ ] 42 0 0 42 / 64 12.2s Stack parallel [ ] 43 0 0 43 / 64 13.5s Stack parallel [ ] 44 0 0 44 / 64 13.7s Stack parallel [ ] 45 0 0 45 / 64 13.9s Stack parallel [ ] 46 0 0 46 / 64 14.1s Stack parallel [ ] 47 0 0 47 / 64 14.6s Stack parallel [ ] 48 0 0 48 / 64 15.2s Stack parallel [ ] 49 0 0 49 / 64 15.4s Stack parallel [ ] 50 0 0 50 / 64 15.8s Stack parallel [ ] 51 0 0 51 / 64 16.1s Stack parallel [ ] 52 0 0 52 / 64 16.4s Stack parallel [ ] 53 0 0 53 / 64 16.8s Stack parallel [ ] 54 0 0 54 / 64 16.9s Stack parallel [ ] 55 0 0 55 / 64 17.1s Stack parallel [ ] 56 0 0 56 / 64 17.6s Stack parallel [ ] 57 0 0 57 / 64 17.9s Stack parallel [ ] 58 0 0 58 / 64 18.2s Stack parallel [ ] 59 0 0 59 / 64 18.7s Stack parallel [ ] 60 0 0 60 / 64 19.1s Stack parallel [ ] 61 0 0 61 / 64 19.2s Stack parallel [ ] 62 0 0 62 / 64 19.5s Stack parallel [ ] 63 0 0 63 / 64 19.7s Stack parallel [ ] 64 0 0 64 / 64 20.0s Stack parallel [✓] 64 0 0 64 / 64 20.0s Stack parallel ================================================================================ success (ran 2 tests) random seed: 3513439950299587880 generated error fail pass / total time test name [ ] 0 0 0 0 / 95 0.0s Stack sequential [✓] 95 0 0 95 / 95 0.0s Stack sequential [ ] 0 0 0 0 / 95 0.0s Stack parallel [ ] 1 0 0 1 / 95 0.3s Stack parallel [ ] 2 0 0 2 / 95 0.7s Stack parallel [ ] 3 0 0 3 / 95 0.9s Stack parallel [ ] 4 0 0 4 / 95 1.2s Stack parallel [ ] 7 0 0 7 / 95 1.4s Stack parallel [ ] 8 0 0 8 / 95 1.6s Stack parallel [ ] 9 0 0 9 / 95 1.9s Stack parallel [ ] 10 0 0 10 / 95 2.6s Stack parallel [ ] 11 0 0 11 / 95 2.9s Stack parallel [ ] 12 0 0 12 / 95 3.2s Stack parallel [ ] 13 0 0 13 / 95 3.6s Stack parallel [ ] 14 0 0 14 / 95 3.9s Stack parallel [ ] 15 0 0 15 / 95 4.2s Stack parallel [ ] 16 0 0 16 / 95 4.3s Stack parallel [ ] 17 0 0 17 / 95 4.6s Stack parallel [ ] 18 0 0 18 / 95 4.7s Stack parallel [ ] 19 0 0 19 / 95 4.9s Stack parallel [ ] 20 0 0 20 / 95 5.2s Stack parallel [ ] 21 0 0 21 / 95 5.5s Stack parallel [ ] 22 0 0 22 / 95 5.7s Stack parallel [ ] 23 0 0 23 / 95 6.6s Stack parallel [ ] 24 0 0 24 / 95 7.5s Stack parallel [ ] 25 0 0 25 / 95 7.9s Stack parallel [ ] 26 0 0 26 / 95 8.2s Stack parallel [ ] 27 0 0 27 / 95 8.5s Stack parallel [ ] 28 0 0 28 / 95 8.7s Stack parallel [ ] 29 0 0 29 / 95 9.0s Stack parallel [ ] 30 0 0 30 / 95 9.8s Stack parallel [ ] 31 0 0 31 / 95 10.0s Stack parallel [ ] 32 0 0 32 / 95 10.4s Stack parallel [ ] 33 0 0 33 / 95 10.5s Stack parallel [ ] 34 0 0 34 / 95 10.7s Stack parallel [ ] 35 0 0 35 / 95 10.9s Stack parallel [ ] 36 0 0 36 / 95 11.1s Stack parallel [ ] 37 0 0 37 / 95 11.3s Stack parallel [ ] 38 0 0 38 / 95 11.5s Stack parallel [ ] 39 0 0 39 / 95 11.6s Stack parallel [ ] 40 0 0 40 / 95 11.9s Stack parallel [ ] 41 0 0 41 / 95 12.2s Stack parallel [ ] 42 0 0 42 / 95 12.5s Stack parallel [ ] 43 0 0 43 / 95 12.6s Stack parallel [ ] 44 0 0 44 / 95 12.9s Stack parallel [ ] 45 0 0 45 / 95 13.2s Stack parallel [ ] 46 0 0 46 / 95 13.4s Stack parallel [ ] 47 0 0 47 / 95 14.1s Stack parallel [ ] 48 0 0 48 / 95 14.6s Stack parallel [ ] 49 0 0 49 / 95 15.2s Stack parallel [ ] 50 0 0 50 / 95 15.5s Stack parallel [ ] 51 0 0 51 / 95 15.7s Stack parallel [ ] 53 0 0 53 / 95 15.9s Stack parallel [ ] 54 0 0 54 / 95 16.4s Stack parallel [ ] 55 0 0 55 / 95 17.2s Stack parallel [ ] 56 0 0 56 / 95 17.6s Stack parallel [ ] 57 0 0 57 / 95 17.9s Stack parallel [ ] 58 0 0 58 / 95 18.1s Stack parallel [ ] 59 0 0 59 / 95 18.3s Stack parallel [ ] 60 0 0 60 / 95 18.5s Stack parallel [ ] 61 0 0 61 / 95 18.7s Stack parallel [ ] 62 0 0 62 / 95 19.1s Stack parallel [ ] 63 0 0 63 / 95 19.4s Stack parallel [ ] 64 0 0 64 / 95 19.6s Stack parallel [ ] 65 0 0 65 / 95 20.0s Stack parallel [ ] 66 0 0 66 / 95 20.2s Stack parallel [ ] 67 0 0 67 / 95 20.5s Stack parallel [ ] 68 0 0 68 / 95 20.9s Stack parallel [ ] 69 0 0 69 / 95 21.2s Stack parallel [ ] 70 0 0 70 / 95 21.4s Stack parallel [ ] 71 0 0 71 / 95 21.8s Stack parallel [ ] 72 0 0 72 / 95 22.1s Stack parallel [ ] 73 0 0 73 / 95 22.5s Stack parallel [ ] 74 0 0 74 / 95 22.9s Stack parallel [ ] 75 0 0 75 / 95 23.2s Stack parallel [ ] 76 0 0 76 / 95 23.5s Stack parallel [ ] 77 0 0 77 / 95 23.8s Stack parallel [ ] 78 0 0 78 / 95 23.9s Stack parallel [ ] 81 0 0 81 / 95 24.5s Stack parallel [ ] 84 0 0 84 / 95 24.7s Stack parallel [ ] 90 0 0 90 / 95 24.8s Stack parallel [ ] 95 0 0 95 / 95 25.5s Stack parallel [✓] 95 0 0 95 / 95 25.5s Stack parallel ================================================================================ success (ran 2 tests) random seed: 2564278063576489536 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack parallel [ ] 2 0 0 2 / 32 0.2s Stack parallel [ ] 6 0 0 6 / 32 0.3s Stack parallel [ ] 10 0 0 10 / 32 0.4s Stack parallel [ ] 13 0 0 13 / 32 1.0s Stack parallel [ ] 16 0 0 16 / 32 1.2s Stack parallel [ ] 19 0 0 19 / 32 1.4s Stack parallel [ ] 20 0 0 20 / 32 1.7s Stack parallel [ ] 24 0 0 24 / 32 2.3s Stack parallel [ ] 30 0 0 30 / 32 2.4s Stack parallel [✓] 32 0 0 32 / 32 2.4s Stack parallel ================================================================================ success (ran 2 tests) random seed: 3791733221631369611 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack parallel [ ] 1 0 0 1 / 32 0.2s Stack parallel [ ] 3 0 0 3 / 32 0.3s Stack parallel [ ] 4 0 0 4 / 32 0.9s Stack parallel [ ] 8 0 0 8 / 32 1.2s Stack parallel [ ] 10 0 0 10 / 32 1.8s Stack parallel [ ] 13 0 0 13 / 32 2.0s Stack parallel [ ] 17 0 0 17 / 32 2.1s Stack parallel [ ] 21 0 0 21 / 32 2.2s Stack parallel [ ] 22 0 0 22 / 32 2.5s Stack parallel [ ] 25 0 0 25 / 32 2.6s Stack parallel [ ] 30 0 0 30 / 32 2.7s Stack parallel [✓] 32 0 0 32 / 32 2.8s Stack parallel ================================================================================ success (ran 2 tests) "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-01-10 15:28.02: Job failed: Failed: Build failed