2025-09-29 08:33.42: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/inline-and-unroll-loc-bench (48702b8e7a0606e77c65826c8d043d588b5f3f73) (linux-x86_64:debian-13-4.14+flambda_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "inline-and-unroll-loc-bench" && cd "kcas" && git reset --hard 48702b8e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5 # debian-13-4.14+flambda_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 64dfb8c8f3d57322d6c1c70adec809b801b9121a || git fetch origin master) && git reset -q --hard 64dfb8c8f3d57322d6c1c70adec809b801b9121a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 kcas_data.opam kcas.opam ./ RUN opam pin add -yn kcas_data.dev './' && \ opam pin add -yn kcas.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-29 08:33.42: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5-debian-13-4.14+flambda_opam-2.4-f108e69df1653e1aa3966b657077ffb5" 2025-09-29 08:33.42: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5) (comment debian-13-4.14+flambda_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 64dfb8c8f3d57322d6c1c70adec809b801b9121a || git fetch origin master) && git reset -q --hard 64dfb8c8f3d57322d6c1c70adec809b801b9121a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src kcas_data.opam kcas.opam) (dst ./)) (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-09-29 08:33.42: Waiting for resource in pool OCluster 2025-09-29 11:11.52: Waiting for worker… 2025-09-29 11:13.27: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 48702b8 Inline `Loc` ops and unroll (from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:d694312ddca44327402acf566730cea54c3b42eeb10553d5822f781ea35dfdb5) 2025-09-29 11:13.27 ---> using "00020e2226cf7f1f24c17336a00c265a631d987b89b08facdf48fd5a8a5489e8" from cache /: (comment debian-13-4.14+flambda_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-29 11:13.27 ---> using "e33f80f1d3f9610ba27ee202fe2e0d8d7b70fc72f8eccce8a3de0b2a05fe9230" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-29 11:13.27 ---> using "d9412cb28a4f36d364862f0e60acc13c2174aea514c55f283a5746ac8b5c8411" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-29 11:13.27 ---> using "fa7557089aa614edbf170d7d0e40ed558692df39c8c5b8b01a23f46bfd298a80" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 11:13.27 ---> using "c0badf6c2445b26fa2b63d8e9273648e5a78816816a0f568feaec6e1ccc0cba3" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 64dfb8c8f3d57322d6c1c70adec809b801b9121a || git fetch origin master) && git reset -q --hard 64dfb8c8f3d57322d6c1c70adec809b801b9121a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..23c0b34850 master -> origin/master 64dfb8c8f3 Merge pull request #28606 from dbuenzli/more-cmdliner-failures <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-29 11:13.27 ---> using "a70def98708c856763809f541f7dc0be789badd23a70042f37823a25808c8bac" from cache /src: (copy (src kcas_data.opam kcas.opam) (dst ./)) 2025-09-29 11:13.27 ---> saved as "53479ce01e8635c179ecb09954321f70549bb750a3155059d8deb997b5f17450" /src: (run (network host) (shell "opam pin add -yn kcas_data.dev './' && \ \nopam pin add -yn kcas.dev './'")) [kcas_data.dev] synchronised (file:///src) kcas_data is now pinned to file:///src (version dev) [kcas.dev] synchronised (file:///src) kcas is now pinned to file:///src (version dev) 2025-09-29 11:13.29 ---> saved as "717fa70d3f9b1f5335695ac085f6bec1fee422613190183756c9ce629c4cbb9f" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 11:13.30 ---> saved as "5f0f04a28419ecbfb53b9c48bf72ab010fd678d72fa14572af7d584ac12cd3ca" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 ocaml.4.14.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.9 qcheck-stm.0.9 re.1.14.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y kcas_data.dev kcas.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [47.7 kB] - Fetched 138 kB in 0s (1856 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [kcas.dev] synchronised (file:///src) [kcas_data.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-09-29 11:13.36 ---> saved as "1409073f80f52b53fdc273a4ded6a58e95cff7c8d54ed13b24ab1d4bdbc7eaef" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 33 packages - install alcotest 1.9.0 - install astring 0.8.5 - install backoff 0.1.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install domain-local-await 1.0.1 - install domain-local-timeout 1.0.1 - install domain_shims 0.1.0 - install dune 3.20.2 - install fmt 0.11.0 - install logs 0.9.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-bench 0.1.7 - install multicore-magic 2.3.1 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install psq 0.2.1 - install qcheck-core 0.26 - install qcheck-multicoretests-util 0.9 - install qcheck-stm 0.9 - 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.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved domain-local-timeout.1.0.1 (cached) -> retrieved domain_shims.0.1.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-bench.0.1.7 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved qcheck-core.0.26 (cached) -> retrieved qcheck-multicoretests-util.0.9, qcheck-stm.0.9 (cached) -> retrieved re.1.14.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.20.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed logs.0.9.0 -> installed dune.3.20.2 -> installed domain_shims.0.1.0 -> installed backoff.0.1.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed multicore-magic.2.3.1 -> installed ocaml-version.4.0.1 -> installed psq.0.2.1 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed thread-table.1.0.0 -> installed domain-local-timeout.1.0.1 -> installed domain-local-await.1.0.1 -> installed ocaml-syntax-shims.1.0.0 -> installed cppo.1.8.0 -> installed re.1.14.0 -> installed yojson.3.0.0 -> installed qcheck-core.0.26 -> installed multicore-bench.0.1.7 -> installed qcheck-multicoretests-util.0.9 -> installed qcheck-stm.0.9 -> installed alcotest.1.9.0 -> installed mdx.2.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-29 11:14.19 ---> saved as "851fb278eaf40f26309686e24ba6478cf9282f83ea13bf0e7bb6ea001f028d25" /src: (copy (src .) (dst /src)) 2025-09-29 11:14.20 ---> saved as "b72e325f04d3a409f517b7eae4fe4524438603b5f8342d831d0d8b2b728318bf" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Threads.cmx -c -impl test/kcas/threads.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Ms_queue_test.cmx -c -impl test/kcas/ms_queue_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I /home/opam/.opam/4.14/lib/backoff -I /home/opam/.opam/4.14/lib/domain-local-await -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/multicore-magic -intf-suffix .ml -no-alias-deps -opaque -o src/kcas/.kcas.objs/native/kcas.cmx -c -impl src/kcas/kcas.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Dllist_test.cmx -c -impl test/kcas_data/dllist_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Mvar_test.cmx -c -impl test/kcas_data/mvar_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Stack_test.cmx -c -impl test/kcas_data/stack_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Queue_test.cmx -c -impl test/kcas_data/queue_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Xt_test.cmx -c -impl test/kcas_data/xt_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas/.test.eobjs/byte -I test/kcas/.test.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain-local-timeout -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas/.test.eobjs/native/dune__exe__Test.cmx -c -impl test/kcas/test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread_table, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Lru_cache_example.cmx -c -impl test/kcas_data/lru_cache_example.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Thread, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/kcas_data/.accumulator_test_stm.eobjs/byte -I test/kcas_data/.accumulator_test_stm.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/domain_shims -I /home/opam/.opam/4.14/lib/qcheck-core -I /home/opam/.opam/4.14/lib/qcheck-stm/stm -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -I test/kcas_data/stm_run/.stm_run.objs/byte -I test/kcas_data/stm_run/.stm_run.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/kcas_data/.accumulator_test_stm.eobjs/native/dune__exe__Hashtbl_test.cmx -c -impl test/kcas_data/hashtbl_test.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Core, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Formatters, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Alcotest_engine__Config, and its interface was not compiled with -opaque (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.main.eobjs/byte -I bench/.main.eobjs/native -I /home/opam/.opam/4.14/lib/backoff -I /home/opam/.opam/4.14/lib/multicore-bench -I /home/opam/.opam/4.14/lib/multicore-magic -I src/kcas/.kcas.objs/byte -I src/kcas/.kcas.objs/native -I src/kcas_data/.kcas_data.objs/byte -I src/kcas_data/.kcas_data.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o bench/.main.eobjs/native/dune__exe__Main.cmx -c -impl bench/main.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Yojson__Safe, and its interface was not compiled with -opaque (cd _build/default/test/kcas && ./loc_modes.exe) Loc modes OK! (cd _build/default/test/kcas_data && ./lru_cache_example.exe) LRU Cache OK! (cd _build/default/test/kcas && ./threads.exe) Testing `Threads'. This run has ID `GOT6I1R4'. [OK] await between threads 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'. Test Successful in 0.000s. 1 test run. (cd _build/default/test/kcas_data && ./stack_test.exe) Testing `Stack'. This run has ID `38LKY1QB'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Stack'. Test Successful in 0.000s. 1 test run. (cd _build/default/test/kcas_data && ./dllist_test.exe) Testing `Dllist'. This run has ID `YO65A1UW'. [OK] basics 0 [OK] add 0 [OK] move 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Dllist'. Test Successful in 0.000s. 3 tests run. (cd _build/default/test/kcas_data && ./xt_test.exe) Testing `Transactions'. This run has ID `F16Z9228'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Transactions'. Test Successful in 0.000s. 1 test run. (cd _build/default/test/kcas_data && ./hashtbl_test.exe) Testing `Hashtbl'. This run has ID `Z9RUETBS'. [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.004s. 4 tests run. (cd _build/default/test/kcas_data && ./queue_test.exe) Testing `Queue'. This run has ID `NLCFSIMM'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Queue'. Test Successful in 0.000s. 1 test run. (cd _build/default/test/kcas_data && ./mvar_test.exe) Testing `Mvar'. This run has ID `KLB5MIQ0'. [OK] basics 0 Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'. Test Successful in 0.000s. 1 test run. (cd _build/default/bench && ./main.exe -brief 'Kcas Loc') Kcas Loc: ops over time/cas int: 119.20 M/s ops over time/get: 469.99 M/s ops over time/incr: 70.31 M/s ops over time/push & pop: 70.07 M/s ops over time/swap: 72.82 M/s ops over time/xchg int: 109.87 M/s time per op/cas int: 8.39 ns time per op/get: 2.13 ns time per op/incr: 14.22 ns time per op/push & pop: 14.27 ns time per op/swap: 13.73 ns time per op/xchg int: 9.10 ns (cd _build/default/bench && ./main.exe -brief 'Kcas Xt') Kcas Xt: time per transaction/0 loc tx: 17.92 ns time per transaction/1 loc tx: 49.89 ns time per transaction/2 loc tx: 125.42 ns time per transaction/4 loc tx: 218.86 ns time per transaction/8 loc tx: 406.48 ns transactions over time/0 loc tx: 55.81 M/s transactions over time/1 loc tx: 20.05 M/s transactions over time/2 loc tx: 7.97 M/s transactions over time/4 loc tx: 4.57 M/s transactions over time/8 loc tx: 2.46 M/s Kcas Xt read-only: time per transaction/0 loc tx: 9.09 ns time per transaction/1 loc tx: 18.49 ns time per transaction/2 loc tx: 47.57 ns time per transaction/4 loc tx: 84.57 ns time per transaction/8 loc tx: 138.61 ns transactions over time/0 loc tx: 110.07 M/s transactions over time/1 loc tx: 54.07 M/s transactions over time/2 loc tx: 21.03 M/s transactions over time/4 loc tx: 11.82 M/s transactions over time/8 loc tx: 7.22 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only') Kcas Xt read-only: time per transaction/0 loc tx: 9.14 ns time per transaction/1 loc tx: 20.05 ns time per transaction/2 loc tx: 77.85 ns time per transaction/4 loc tx: 130.04 ns time per transaction/8 loc tx: 225.21 ns transactions over time/0 loc tx: 109.42 M/s transactions over time/1 loc tx: 49.86 M/s transactions over time/2 loc tx: 12.85 M/s transactions over time/4 loc tx: 7.69 M/s transactions over time/8 loc tx: 4.44 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP') Kcas parallel CMP: time per transaction/1 worker: 145.72 ns transactions over time/1 worker: 6.86 M/s (cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator') Kcas_data Accumulator: operations over time/1 worker, 0% reads: 40.75 M/s time per operation/1 worker, 0% reads: 24.54 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist') Kcas_data Dllist: messages over time/one domain: 3.25 M/s time per message/one domain: 307.36 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl') Kcas_data Hashtbl: operations over time/1 worker, 10% reads: 8.84 M/s operations over time/1 worker, 50% reads: 10.08 M/s operations over time/1 worker, 90% reads: 23.82 M/s time per operation/1 worker, 10% reads: 113.16 ns time per operation/1 worker, 50% reads: 99.19 ns time per operation/1 worker, 90% reads: 41.98 ns (cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar') Kcas_data Mvar: (cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue') Kcas_data Queue: messages over time/one domain: 15.72 M/s time per message/one domain: 63.62 ns (cd _build/default/test/kcas && ./test.exe) Testing `Kcas'. This run has ID `VGQLN76Q'. [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 0.757s. 17 tests run. (cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack') Kcas_data Stack: messages over time/one domain: 23.12 M/s time per message/one domain: 43.26 ns (cd _build/default/test/kcas && ./ms_queue_test.exe) Testing `MS queue'. This run has ID `TGT07SEF'. [OK] write skew 0 [OK] tail leak 0 Full test results in `/src/_build/default/test/kcas/_build/_tests/MS queue'. Test Successful in 10.115s. 2 tests run. (cd _build/default/test/kcas_data && ./accumulator_test_stm.exe) random seed: 1494179772460211875 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator concurrent [ ] 10 0 0 10 / 32 0.1s Accumulator concurrent [ ] 18 0 0 18 / 32 0.2s Accumulator concurrent [ ] 24 0 0 24 / 32 0.4s Accumulator concurrent [✓] 32 0 0 32 / 32 0.4s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 3733657817153614918 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Accumulator sequential [✓] 64 0 0 64 / 64 0.0s Accumulator sequential [ ] 0 0 0 0 / 64 0.0s Accumulator concurrent [ ] 7 0 0 7 / 64 0.2s Accumulator concurrent [ ] 17 0 0 17 / 64 0.3s Accumulator concurrent [ ] 31 0 0 31 / 64 0.4s Accumulator concurrent [ ] 48 0 0 48 / 64 0.5s Accumulator concurrent [ ] 54 0 0 54 / 64 0.6s Accumulator concurrent [ ] 58 0 0 58 / 64 0.7s Accumulator concurrent [✓] 64 0 0 64 / 64 0.8s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 1686852779135693441 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Accumulator sequential [✓] 128 0 0 128 / 128 0.0s Accumulator sequential [ ] 0 0 0 0 / 128 0.0s Accumulator concurrent [ ] 8 0 0 8 / 128 0.1s Accumulator concurrent [ ] 25 0 0 25 / 128 0.2s Accumulator concurrent [ ] 33 0 0 33 / 128 0.3s Accumulator concurrent [ ] 34 0 0 34 / 128 0.4s Accumulator concurrent [ ] 43 0 0 43 / 128 0.5s Accumulator concurrent [ ] 51 0 0 51 / 128 0.7s Accumulator concurrent [ ] 64 0 0 64 / 128 0.8s Accumulator concurrent [ ] 84 0 0 84 / 128 1.0s Accumulator concurrent [ ] 85 0 0 85 / 128 1.1s Accumulator concurrent [ ] 97 0 0 97 / 128 1.2s Accumulator concurrent [ ] 99 0 0 99 / 128 1.3s Accumulator concurrent [ ] 110 0 0 110 / 128 1.5s Accumulator concurrent [✓] 128 0 0 128 / 128 1.5s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 3119766870581921093 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Accumulator sequential [✓] 256 0 0 256 / 256 0.0s Accumulator sequential [ ] 0 0 0 0 / 256 0.0s Accumulator concurrent [ ] 15 0 0 15 / 256 0.2s Accumulator concurrent [ ] 25 0 0 25 / 256 0.4s Accumulator concurrent [ ] 37 0 0 37 / 256 0.6s Accumulator concurrent [ ] 43 0 0 43 / 256 0.7s Accumulator concurrent [ ] 47 0 0 47 / 256 0.8s Accumulator concurrent [ ] 64 0 0 64 / 256 0.9s Accumulator concurrent [ ] 83 0 0 83 / 256 1.0s Accumulator concurrent [ ] 99 0 0 99 / 256 1.1s Accumulator concurrent (collecting) [ ] 118 0 0 118 / 256 1.2s Accumulator concurrent [ ] 144 0 0 144 / 256 1.3s Accumulator concurrent [ ] 171 0 0 171 / 256 1.5s Accumulator concurrent [ ] 178 0 0 178 / 256 1.6s Accumulator concurrent [ ] 194 0 0 194 / 256 1.7s Accumulator concurrent [ ] 202 0 0 202 / 256 1.9s Accumulator concurrent [ ] 217 0 0 217 / 256 2.0s Accumulator concurrent [ ] 221 0 0 221 / 256 2.1s Accumulator concurrent [ ] 226 0 0 226 / 256 2.3s Accumulator concurrent [ ] 232 0 0 232 / 256 2.4s Accumulator concurrent [ ] 253 0 0 253 / 256 2.5s Accumulator concurrent [ ] 255 0 0 255 / 256 2.7s Accumulator concurrent [✓] 256 0 0 256 / 256 2.7s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 1867876020639194695 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Accumulator sequential [✓] 512 0 0 512 / 512 0.0s Accumulator sequential [ ] 0 0 0 0 / 512 0.0s Accumulator concurrent [ ] 17 0 0 17 / 512 0.1s Accumulator concurrent [ ] 33 0 0 33 / 512 0.2s Accumulator concurrent [ ] 61 0 0 61 / 512 0.4s Accumulator concurrent [ ] 75 0 0 75 / 512 0.5s Accumulator concurrent [ ] 90 0 0 90 / 512 0.7s Accumulator concurrent [ ] 93 0 0 93 / 512 0.8s Accumulator concurrent [ ] 97 0 0 97 / 512 0.9s Accumulator concurrent [ ] 124 0 0 124 / 512 1.0s Accumulator concurrent [ ] 133 0 0 133 / 512 1.1s Accumulator concurrent [ ] 151 0 0 151 / 512 1.3s Accumulator concurrent [ ] 165 0 0 165 / 512 1.4s Accumulator concurrent [ ] 173 0 0 173 / 512 1.5s Accumulator concurrent [ ] 187 0 0 187 / 512 1.6s Accumulator concurrent [ ] 194 0 0 194 / 512 1.7s Accumulator concurrent [ ] 212 0 0 212 / 512 1.9s Accumulator concurrent [ ] 235 0 0 235 / 512 2.0s Accumulator concurrent [ ] 244 0 0 244 / 512 2.1s Accumulator concurrent [ ] 258 0 0 258 / 512 2.2s Accumulator concurrent [ ] 278 0 0 278 / 512 2.3s Accumulator concurrent [ ] 284 0 0 284 / 512 2.5s Accumulator concurrent [ ] 302 0 0 302 / 512 2.6s Accumulator concurrent [ ] 325 0 0 325 / 512 2.7s Accumulator concurrent [ ] 337 0 0 337 / 512 2.8s Accumulator concurrent [ ] 346 0 0 346 / 512 2.9s Accumulator concurrent [ ] 354 0 0 354 / 512 3.0s Accumulator concurrent [ ] 360 0 0 360 / 512 3.2s Accumulator concurrent [ ] 374 0 0 374 / 512 3.3s Accumulator concurrent [ ] 378 0 0 378 / 512 3.4s Accumulator concurrent [ ] 391 0 0 391 / 512 3.5s Accumulator concurrent [ ] 412 0 0 412 / 512 3.6s Accumulator concurrent [ ] 437 0 0 437 / 512 3.7s Accumulator concurrent [ ] 471 0 0 471 / 512 3.8s Accumulator concurrent [ ] 482 0 0 482 / 512 4.0s Accumulator concurrent [ ] 499 0 0 499 / 512 4.1s Accumulator concurrent [ ] 502 0 0 502 / 512 4.2s Accumulator concurrent [ ] 505 0 0 505 / 512 4.3s Accumulator concurrent [✓] 512 0 0 512 / 512 4.4s Accumulator concurrent ================================================================================ success (ran 2 tests) random seed: 2679212764451513596 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Accumulator sequential [✓] 32 0 0 32 / 32 0.0s Accumulator sequential [ ] 0 0 0 0 / 32 0.0s Accumulator concurrent [ ] 21 0 0 21 / 32 0.1s Accumulator concurrent [ ] 29 0 0 29 / 32 0.2s Accumulator concurrent [✓] 32 0 0 32 / 32 0.3s Accumulator concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe) random seed: 472209250547790198 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 3 0 0 3 / 32 0.1s Hashtbl concurrent [ ] 20 0 0 20 / 32 0.2s Hashtbl concurrent [ ] 28 0 0 28 / 32 0.3s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.4s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 1866652858309782121 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Hashtbl sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl sequential [ ] 0 0 0 0 / 64 0.0s Hashtbl concurrent [ ] 13 0 0 13 / 64 0.1s Hashtbl concurrent [ ] 30 0 0 30 / 64 0.3s Hashtbl concurrent [ ] 32 0 0 32 / 64 0.4s Hashtbl concurrent [ ] 41 0 0 41 / 64 0.6s Hashtbl concurrent [ ] 44 0 0 44 / 64 0.7s Hashtbl concurrent [ ] 55 0 0 55 / 64 0.9s Hashtbl concurrent [✓] 64 0 0 64 / 64 1.0s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 1635571133388188850 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Hashtbl sequential [✓] 128 0 0 128 / 128 0.0s Hashtbl sequential [ ] 0 0 0 0 / 128 0.0s Hashtbl concurrent [ ] 10 0 0 10 / 128 0.1s Hashtbl concurrent [ ] 11 0 0 11 / 128 0.2s Hashtbl concurrent [ ] 22 0 0 22 / 128 0.4s Hashtbl concurrent [ ] 39 0 0 39 / 128 0.5s Hashtbl concurrent [ ] 68 0 0 68 / 128 0.7s Hashtbl concurrent [ ] 81 0 0 81 / 128 0.8s Hashtbl concurrent [ ] 103 0 0 103 / 128 1.0s Hashtbl concurrent [ ] 107 0 0 107 / 128 1.1s Hashtbl concurrent [ ] 128 0 0 128 / 128 1.3s Hashtbl concurrent [✓] 128 0 0 128 / 128 1.3s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 1068458892218619909 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Hashtbl sequential [✓] 256 0 0 256 / 256 0.0s Hashtbl sequential [ ] 0 0 0 0 / 256 0.0s Hashtbl concurrent [ ] 20 0 0 20 / 256 0.1s Hashtbl concurrent [ ] 31 0 0 31 / 256 0.2s Hashtbl concurrent [ ] 43 0 0 43 / 256 0.3s Hashtbl concurrent [ ] 56 0 0 56 / 256 0.5s Hashtbl concurrent [ ] 63 0 0 63 / 256 0.6s Hashtbl concurrent [ ] 71 0 0 71 / 256 0.7s Hashtbl concurrent [ ] 95 0 0 95 / 256 0.9s Hashtbl concurrent [ ] 109 0 0 109 / 256 1.0s Hashtbl concurrent [ ] 125 0 0 125 / 256 1.1s Hashtbl concurrent [ ] 128 0 0 128 / 256 1.3s Hashtbl concurrent [ ] 140 0 0 140 / 256 1.5s Hashtbl concurrent [ ] 151 0 0 151 / 256 1.6s Hashtbl concurrent [ ] 171 0 0 171 / 256 1.7s Hashtbl concurrent [ ] 188 0 0 188 / 256 1.8s Hashtbl concurrent [ ] 203 0 0 203 / 256 2.0s Hashtbl concurrent [ ] 208 0 0 208 / 256 2.1s Hashtbl concurrent [ ] 210 0 0 210 / 256 2.2s Hashtbl concurrent [ ] 223 0 0 223 / 256 2.3s Hashtbl concurrent [ ] 243 0 0 243 / 256 2.5s Hashtbl concurrent [ ] 246 0 0 246 / 256 2.6s Hashtbl concurrent [✓] 256 0 0 256 / 256 2.7s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 1747859240968173475 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Hashtbl sequential [✓] 512 0 0 512 / 512 0.0s Hashtbl sequential [ ] 0 0 0 0 / 512 0.0s Hashtbl concurrent [ ] 9 0 0 9 / 512 0.1s Hashtbl concurrent [ ] 13 0 0 13 / 512 0.3s Hashtbl concurrent [ ] 31 0 0 31 / 512 0.4s Hashtbl concurrent [ ] 45 0 0 45 / 512 0.5s Hashtbl concurrent [ ] 57 0 0 57 / 512 0.6s Hashtbl concurrent [ ] 73 0 0 73 / 512 0.7s Hashtbl concurrent [ ] 82 0 0 82 / 512 0.9s Hashtbl concurrent [ ] 89 0 0 89 / 512 1.0s Hashtbl concurrent [ ] 90 0 0 90 / 512 1.1s Hashtbl concurrent [ ] 102 0 0 102 / 512 1.3s Hashtbl concurrent [ ] 115 0 0 115 / 512 1.4s Hashtbl concurrent [ ] 122 0 0 122 / 512 1.5s Hashtbl concurrent [ ] 142 0 0 142 / 512 1.7s Hashtbl concurrent [ ] 154 0 0 154 / 512 1.8s Hashtbl concurrent [ ] 167 0 0 167 / 512 1.9s Hashtbl concurrent [ ] 179 0 0 179 / 512 2.0s Hashtbl concurrent [ ] 187 0 0 187 / 512 2.2s Hashtbl concurrent [ ] 192 0 0 192 / 512 2.3s Hashtbl concurrent [ ] 203 0 0 203 / 512 2.5s Hashtbl concurrent [ ] 220 0 0 220 / 512 2.6s Hashtbl concurrent [ ] 223 0 0 223 / 512 2.7s Hashtbl concurrent [ ] 245 0 0 245 / 512 2.8s Hashtbl concurrent [ ] 266 0 0 266 / 512 3.0s Hashtbl concurrent [ ] 280 0 0 280 / 512 3.1s Hashtbl concurrent [ ] 283 0 0 283 / 512 3.2s Hashtbl concurrent [ ] 290 0 0 290 / 512 3.3s Hashtbl concurrent [ ] 303 0 0 303 / 512 3.4s Hashtbl concurrent [ ] 332 0 0 332 / 512 3.6s Hashtbl concurrent [ ] 354 0 0 354 / 512 3.8s Hashtbl concurrent [ ] 355 0 0 355 / 512 3.9s Hashtbl concurrent [ ] 357 0 0 357 / 512 4.0s Hashtbl concurrent [ ] 377 0 0 377 / 512 4.1s Hashtbl concurrent [ ] 386 0 0 386 / 512 4.3s Hashtbl concurrent [ ] 399 0 0 399 / 512 4.4s Hashtbl concurrent [ ] 411 0 0 411 / 512 4.5s Hashtbl concurrent [ ] 417 0 0 417 / 512 4.6s Hashtbl concurrent [ ] 432 0 0 432 / 512 4.7s Hashtbl concurrent [ ] 435 0 0 435 / 512 4.8s Hashtbl concurrent [ ] 446 0 0 446 / 512 5.0s Hashtbl concurrent [ ] 453 0 0 453 / 512 5.1s Hashtbl concurrent [ ] 475 0 0 475 / 512 5.2s Hashtbl concurrent [ ] 496 0 0 496 / 512 5.3s Hashtbl concurrent [ ] 502 0 0 502 / 512 5.4s Hashtbl concurrent [ ] 509 0 0 509 / 512 5.5s Hashtbl concurrent [✓] 512 0 0 512 / 512 5.5s Hashtbl concurrent ================================================================================ success (ran 2 tests) random seed: 575237823396657117 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl concurrent [ ] 6 0 0 6 / 32 0.1s Hashtbl concurrent [ ] 19 0 0 19 / 32 0.3s Hashtbl concurrent [✓] 32 0 0 32 / 32 0.3s Hashtbl concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./queue_test_stm.exe) random seed: 3251273364043333504 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue concurrent [ ] 8 0 0 8 / 32 0.1s Queue concurrent [ ] 15 0 0 15 / 32 0.2s Queue concurrent [ ] 32 0 0 32 / 32 0.3s Queue concurrent [✓] 32 0 0 32 / 32 0.3s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 3375143043787598406 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Queue sequential [✓] 64 0 0 64 / 64 0.0s Queue sequential [ ] 0 0 0 0 / 64 0.0s Queue concurrent [ ] 7 0 0 7 / 64 0.1s Queue concurrent [ ] 13 0 0 13 / 64 0.3s Queue concurrent [ ] 24 0 0 24 / 64 0.4s Queue concurrent [ ] 42 0 0 42 / 64 0.5s Queue concurrent [ ] 50 0 0 50 / 64 0.6s Queue concurrent [ ] 55 0 0 55 / 64 0.7s Queue concurrent [ ] 61 0 0 61 / 64 0.9s Queue concurrent [✓] 64 0 0 64 / 64 0.9s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 3578528039348166431 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Queue sequential [✓] 128 0 0 128 / 128 0.0s Queue sequential [ ] 0 0 0 0 / 128 0.0s Queue concurrent [ ] 18 0 0 18 / 128 0.2s Queue concurrent [ ] 42 0 0 42 / 128 0.4s Queue concurrent [ ] 62 0 0 62 / 128 0.5s Queue concurrent [ ] 74 0 0 74 / 128 0.6s Queue concurrent [ ] 86 0 0 86 / 128 0.8s Queue concurrent [ ] 91 0 0 91 / 128 0.9s Queue concurrent [ ] 100 0 0 100 / 128 1.1s Queue concurrent [ ] 123 0 0 123 / 128 1.2s Queue concurrent [✓] 128 0 0 128 / 128 1.3s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 4579109151376161866 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Queue sequential [✓] 256 0 0 256 / 256 0.0s Queue sequential [ ] 0 0 0 0 / 256 0.0s Queue concurrent [ ] 7 0 0 7 / 256 0.1s Queue concurrent [ ] 18 0 0 18 / 256 0.2s Queue concurrent [ ] 39 0 0 39 / 256 0.3s Queue concurrent [ ] 44 0 0 44 / 256 0.5s Queue concurrent [ ] 52 0 0 52 / 256 0.6s Queue concurrent [ ] 56 0 0 56 / 256 0.7s Queue concurrent [ ] 63 0 0 63 / 256 0.8s Queue concurrent [ ] 68 0 0 68 / 256 0.9s Queue concurrent [ ] 76 0 0 76 / 256 1.1s Queue concurrent [ ] 89 0 0 89 / 256 1.2s Queue concurrent [ ] 92 0 0 92 / 256 1.3s Queue concurrent [ ] 105 0 0 105 / 256 1.4s Queue concurrent [ ] 116 0 0 116 / 256 1.5s Queue concurrent [ ] 141 0 0 141 / 256 1.7s Queue concurrent [ ] 154 0 0 154 / 256 1.8s Queue concurrent [ ] 173 0 0 173 / 256 1.9s Queue concurrent [ ] 176 0 0 176 / 256 2.0s Queue concurrent [ ] 181 0 0 181 / 256 2.2s Queue concurrent [ ] 194 0 0 194 / 256 2.3s Queue concurrent [ ] 199 0 0 199 / 256 2.5s Queue concurrent [ ] 204 0 0 204 / 256 2.6s Queue concurrent [ ] 217 0 0 217 / 256 2.8s Queue concurrent [ ] 232 0 0 232 / 256 3.0s Queue concurrent [ ] 238 0 0 238 / 256 3.2s Queue concurrent [ ] 246 0 0 246 / 256 3.3s Queue concurrent [ ] 253 0 0 253 / 256 3.5s Queue concurrent [✓] 256 0 0 256 / 256 3.5s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 48864835361330980 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Queue sequential [✓] 512 0 0 512 / 512 0.0s Queue sequential [ ] 0 0 0 0 / 512 0.0s Queue concurrent [ ] 3 0 0 3 / 512 0.1s Queue concurrent [ ] 4 0 0 4 / 512 0.2s Queue concurrent [ ] 13 0 0 13 / 512 0.3s Queue concurrent [ ] 34 0 0 34 / 512 0.5s Queue concurrent [ ] 46 0 0 46 / 512 0.7s Queue concurrent [ ] 59 0 0 59 / 512 0.8s Queue concurrent [ ] 67 0 0 67 / 512 0.9s Queue concurrent [ ] 71 0 0 71 / 512 1.0s Queue concurrent [ ] 100 0 0 100 / 512 1.2s Queue concurrent [ ] 103 0 0 103 / 512 1.3s Queue concurrent [ ] 109 0 0 109 / 512 1.5s Queue concurrent [ ] 122 0 0 122 / 512 1.6s Queue concurrent [ ] 139 0 0 139 / 512 1.7s Queue concurrent [ ] 145 0 0 145 / 512 1.8s Queue concurrent [ ] 150 0 0 150 / 512 2.0s Queue concurrent [ ] 168 0 0 168 / 512 2.1s Queue concurrent [ ] 176 0 0 176 / 512 2.2s Queue concurrent [ ] 181 0 0 181 / 512 2.4s Queue concurrent [ ] 184 0 0 184 / 512 2.5s Queue concurrent [ ] 195 0 0 195 / 512 2.6s Queue concurrent [ ] 196 0 0 196 / 512 2.7s Queue concurrent [ ] 208 0 0 208 / 512 2.8s Queue concurrent [ ] 214 0 0 214 / 512 3.0s Queue concurrent [ ] 219 0 0 219 / 512 3.1s Queue concurrent [ ] 243 0 0 243 / 512 3.2s Queue concurrent [ ] 252 0 0 252 / 512 3.4s Queue concurrent [ ] 259 0 0 259 / 512 3.5s Queue concurrent [ ] 269 0 0 269 / 512 3.6s Queue concurrent [ ] 279 0 0 279 / 512 3.7s Queue concurrent [ ] 289 0 0 289 / 512 3.9s Queue concurrent [ ] 305 0 0 305 / 512 4.0s Queue concurrent [ ] 315 0 0 315 / 512 4.1s Queue concurrent [ ] 338 0 0 338 / 512 4.2s Queue concurrent [ ] 356 0 0 356 / 512 4.5s Queue concurrent [ ] 370 0 0 370 / 512 4.6s Queue concurrent [ ] 391 0 0 391 / 512 4.7s Queue concurrent [ ] 407 0 0 407 / 512 4.8s Queue concurrent [ ] 436 0 0 436 / 512 4.9s Queue concurrent [ ] 454 0 0 454 / 512 5.0s Queue concurrent [ ] 464 0 0 464 / 512 5.2s Queue concurrent [ ] 467 0 0 467 / 512 5.3s Queue concurrent [ ] 494 0 0 494 / 512 5.5s Queue concurrent [✓] 512 0 0 512 / 512 5.6s Queue concurrent ================================================================================ success (ran 2 tests) random seed: 3486765827898656624 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Queue sequential [✓] 32 0 0 32 / 32 0.0s Queue sequential [ ] 0 0 0 0 / 32 0.0s Queue concurrent [ ] 22 0 0 22 / 32 0.1s Queue concurrent [✓] 32 0 0 32 / 32 0.1s Queue concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./stack_test_stm.exe) random seed: 4376208900728665582 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack concurrent [ ] 9 0 0 9 / 32 0.1s Stack concurrent [ ] 32 0 0 32 / 32 0.2s Stack concurrent [✓] 32 0 0 32 / 32 0.2s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 4131334030763251405 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Stack sequential [✓] 64 0 0 64 / 64 0.0s Stack sequential [ ] 0 0 0 0 / 64 0.0s Stack concurrent [ ] 16 0 0 16 / 64 0.1s Stack concurrent [ ] 17 0 0 17 / 64 0.3s Stack concurrent [ ] 19 0 0 19 / 64 0.4s Stack concurrent [ ] 21 0 0 21 / 64 0.5s Stack concurrent [ ] 24 0 0 24 / 64 0.6s Stack concurrent [ ] 36 0 0 36 / 64 0.8s Stack concurrent [ ] 49 0 0 49 / 64 0.9s Stack concurrent [ ] 56 0 0 56 / 64 1.0s Stack concurrent [✓] 64 0 0 64 / 64 1.1s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 2916547622501573784 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Stack sequential [✓] 128 0 0 128 / 128 0.0s Stack sequential [ ] 0 0 0 0 / 128 0.0s Stack concurrent [ ] 11 0 0 11 / 128 0.2s Stack concurrent [ ] 14 0 0 14 / 128 0.3s Stack concurrent [ ] 25 0 0 25 / 128 0.5s Stack concurrent [ ] 35 0 0 35 / 128 0.7s Stack concurrent [ ] 43 0 0 43 / 128 0.9s Stack concurrent [ ] 45 0 0 45 / 128 1.0s Stack concurrent [ ] 58 0 0 58 / 128 1.2s Stack concurrent [ ] 74 0 0 74 / 128 1.4s Stack concurrent [ ] 88 0 0 88 / 128 1.5s Stack concurrent [ ] 89 0 0 89 / 128 1.6s Stack concurrent [ ] 93 0 0 93 / 128 1.7s Stack concurrent [ ] 115 0 0 115 / 128 1.8s Stack concurrent [ ] 124 0 0 124 / 128 2.0s Stack concurrent [✓] 128 0 0 128 / 128 2.1s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 4524975189975159759 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Stack sequential [✓] 256 0 0 256 / 256 0.0s Stack sequential [ ] 0 0 0 0 / 256 0.0s Stack concurrent [ ] 10 0 0 10 / 256 0.1s Stack concurrent [ ] 18 0 0 18 / 256 0.3s Stack concurrent [ ] 36 0 0 36 / 256 0.4s Stack concurrent [ ] 55 0 0 55 / 256 0.6s Stack concurrent [ ] 59 0 0 59 / 256 0.7s Stack concurrent [ ] 69 0 0 69 / 256 0.9s Stack concurrent [ ] 80 0 0 80 / 256 1.0s Stack concurrent [ ] 90 0 0 90 / 256 1.1s Stack concurrent [ ] 106 0 0 106 / 256 1.2s Stack concurrent [ ] 112 0 0 112 / 256 1.3s Stack concurrent [ ] 124 0 0 124 / 256 1.5s Stack concurrent [ ] 142 0 0 142 / 256 1.6s Stack concurrent [ ] 155 0 0 155 / 256 1.7s Stack concurrent [ ] 188 0 0 188 / 256 1.9s Stack concurrent [ ] 208 0 0 208 / 256 2.0s Stack concurrent [ ] 213 0 0 213 / 256 2.1s Stack concurrent [ ] 220 0 0 220 / 256 2.2s Stack concurrent [ ] 230 0 0 230 / 256 2.3s Stack concurrent [ ] 242 0 0 242 / 256 2.5s Stack concurrent [ ] 244 0 0 244 / 256 2.6s Stack concurrent [✓] 256 0 0 256 / 256 2.6s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 601404060854686919 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Stack sequential [✓] 512 0 0 512 / 512 0.0s Stack sequential [ ] 0 0 0 0 / 512 0.0s Stack concurrent [ ] 5 0 0 5 / 512 0.1s Stack concurrent [ ] 13 0 0 13 / 512 0.2s Stack concurrent [ ] 24 0 0 24 / 512 0.4s Stack concurrent [ ] 39 0 0 39 / 512 0.5s Stack concurrent [ ] 53 0 0 53 / 512 0.7s Stack concurrent [ ] 67 0 0 67 / 512 0.8s Stack concurrent [ ] 79 0 0 79 / 512 0.9s Stack concurrent [ ] 96 0 0 96 / 512 1.1s Stack concurrent [ ] 99 0 0 99 / 512 1.2s Stack concurrent [ ] 109 0 0 109 / 512 1.3s Stack concurrent [ ] 110 0 0 110 / 512 1.4s Stack concurrent [ ] 114 0 0 114 / 512 1.5s Stack concurrent [ ] 139 0 0 139 / 512 1.6s Stack concurrent [ ] 145 0 0 145 / 512 1.7s Stack concurrent [ ] 159 0 0 159 / 512 1.8s Stack concurrent [ ] 176 0 0 176 / 512 2.1s Stack concurrent [ ] 183 0 0 183 / 512 2.2s Stack concurrent [ ] 187 0 0 187 / 512 2.3s Stack concurrent [ ] 212 0 0 212 / 512 2.4s Stack concurrent [ ] 227 0 0 227 / 512 2.5s Stack concurrent [ ] 243 0 0 243 / 512 2.7s Stack concurrent [ ] 245 0 0 245 / 512 2.9s Stack concurrent [ ] 261 0 0 261 / 512 3.0s Stack concurrent [ ] 271 0 0 271 / 512 3.1s Stack concurrent [ ] 284 0 0 284 / 512 3.2s Stack concurrent [ ] 295 0 0 295 / 512 3.4s Stack concurrent [ ] 300 0 0 300 / 512 3.5s Stack concurrent [ ] 311 0 0 311 / 512 3.7s Stack concurrent [ ] 317 0 0 317 / 512 3.8s Stack concurrent [ ] 329 0 0 329 / 512 3.9s Stack concurrent [ ] 338 0 0 338 / 512 4.1s Stack concurrent [ ] 347 0 0 347 / 512 4.2s Stack concurrent [ ] 365 0 0 365 / 512 4.4s Stack concurrent [ ] 390 0 0 390 / 512 4.5s Stack concurrent [ ] 401 0 0 401 / 512 4.6s Stack concurrent [ ] 407 0 0 407 / 512 4.7s Stack concurrent [ ] 424 0 0 424 / 512 4.9s Stack concurrent [ ] 441 0 0 441 / 512 5.1s Stack concurrent [ ] 460 0 0 460 / 512 5.2s Stack concurrent [ ] 484 0 0 484 / 512 5.4s Stack concurrent [ ] 488 0 0 488 / 512 5.5s Stack concurrent [ ] 500 0 0 500 / 512 5.6s Stack concurrent [✓] 512 0 0 512 / 512 5.6s Stack concurrent ================================================================================ success (ran 2 tests) random seed: 3385952585230739913 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Stack sequential [✓] 32 0 0 32 / 32 0.0s Stack sequential [ ] 0 0 0 0 / 32 0.0s Stack concurrent [ ] 12 0 0 12 / 32 0.1s Stack concurrent [ ] 18 0 0 18 / 32 0.2s Stack concurrent [ ] 25 0 0 25 / 32 0.3s Stack concurrent [✓] 32 0 0 32 / 32 0.4s Stack concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./dllist_test_stm.exe) random seed: 144682393496777253 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Dllist sequential [✓] 32 0 0 32 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist concurrent [ ] 10 0 0 10 / 32 0.1s Dllist concurrent [ ] 21 0 0 21 / 32 0.2s Dllist concurrent [ ] 31 0 0 31 / 32 0.4s Dllist concurrent [✓] 32 0 0 32 / 32 0.4s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 2418429769727958169 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Dllist sequential [✓] 64 0 0 64 / 64 0.0s Dllist sequential [ ] 0 0 0 0 / 64 0.0s Dllist concurrent [ ] 2 0 0 2 / 64 0.2s Dllist concurrent [ ] 11 0 0 11 / 64 0.3s Dllist concurrent [ ] 17 0 0 17 / 64 0.4s Dllist concurrent [ ] 19 0 0 19 / 64 0.5s Dllist concurrent [ ] 33 0 0 33 / 64 0.6s Dllist concurrent [ ] 41 0 0 41 / 64 0.7s Dllist concurrent [ ] 49 0 0 49 / 64 0.8s Dllist concurrent [ ] 59 0 0 59 / 64 0.9s Dllist concurrent [ ] 61 0 0 61 / 64 1.1s Dllist concurrent [✓] 64 0 0 64 / 64 1.2s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 3222266646381073537 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Dllist sequential [✓] 128 0 0 128 / 128 0.0s Dllist sequential [ ] 0 0 0 0 / 128 0.0s Dllist concurrent [ ] 7 0 0 7 / 128 0.2s Dllist concurrent [ ] 19 0 0 19 / 128 0.3s Dllist concurrent [ ] 30 0 0 30 / 128 0.5s Dllist concurrent [ ] 35 0 0 35 / 128 0.6s Dllist concurrent [ ] 46 0 0 46 / 128 0.8s Dllist concurrent [ ] 57 0 0 57 / 128 1.0s Dllist concurrent [ ] 63 0 0 63 / 128 1.2s Dllist concurrent [ ] 64 0 0 64 / 128 1.3s Dllist concurrent [ ] 68 0 0 68 / 128 1.5s Dllist concurrent [ ] 69 0 0 69 / 128 1.6s Dllist concurrent [ ] 75 0 0 75 / 128 1.7s Dllist concurrent [ ] 89 0 0 89 / 128 1.8s Dllist concurrent [ ] 91 0 0 91 / 128 2.0s Dllist concurrent [ ] 105 0 0 105 / 128 2.1s Dllist concurrent [ ] 107 0 0 107 / 128 2.3s Dllist concurrent [ ] 128 0 0 128 / 128 2.4s Dllist concurrent [✓] 128 0 0 128 / 128 2.4s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 3029926267338167441 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Dllist sequential [✓] 256 0 0 256 / 256 0.0s Dllist sequential [ ] 0 0 0 0 / 256 0.0s Dllist concurrent [ ] 8 0 0 8 / 256 0.1s Dllist concurrent [ ] 12 0 0 12 / 256 0.3s Dllist concurrent [ ] 34 0 0 34 / 256 0.4s Dllist concurrent [ ] 43 0 0 43 / 256 0.5s Dllist concurrent [ ] 51 0 0 51 / 256 0.7s Dllist concurrent [ ] 55 0 0 55 / 256 0.8s Dllist concurrent [ ] 71 0 0 71 / 256 0.9s Dllist concurrent [ ] 83 0 0 83 / 256 1.1s Dllist concurrent [ ] 95 0 0 95 / 256 1.2s Dllist concurrent [ ] 104 0 0 104 / 256 1.3s Dllist concurrent [ ] 110 0 0 110 / 256 1.4s Dllist concurrent [ ] 122 0 0 122 / 256 1.6s Dllist concurrent [ ] 137 0 0 137 / 256 1.8s Dllist concurrent [ ] 144 0 0 144 / 256 1.9s Dllist concurrent [ ] 150 0 0 150 / 256 2.1s Dllist concurrent [ ] 153 0 0 153 / 256 2.2s Dllist concurrent [ ] 159 0 0 159 / 256 2.3s Dllist concurrent [ ] 181 0 0 181 / 256 2.4s Dllist concurrent [ ] 204 0 0 204 / 256 2.5s Dllist concurrent [ ] 214 0 0 214 / 256 2.7s Dllist concurrent [ ] 224 0 0 224 / 256 2.9s Dllist concurrent [ ] 227 0 0 227 / 256 3.0s Dllist concurrent [ ] 240 0 0 240 / 256 3.1s Dllist concurrent [ ] 252 0 0 252 / 256 3.2s Dllist concurrent [✓] 256 0 0 256 / 256 3.3s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 1085696428130202501 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Dllist sequential [✓] 512 0 0 512 / 512 0.0s Dllist sequential [ ] 0 0 0 0 / 512 0.0s Dllist concurrent [ ] 9 0 0 9 / 512 0.2s Dllist concurrent [ ] 23 0 0 23 / 512 0.3s Dllist concurrent [ ] 31 0 0 31 / 512 0.4s Dllist concurrent [ ] 34 0 0 34 / 512 0.5s Dllist concurrent [ ] 52 0 0 52 / 512 0.7s Dllist concurrent [ ] 63 0 0 63 / 512 0.8s Dllist concurrent [ ] 73 0 0 73 / 512 0.9s Dllist concurrent [ ] 90 0 0 90 / 512 1.0s Dllist concurrent [ ] 91 0 0 91 / 512 1.2s Dllist concurrent [ ] 102 0 0 102 / 512 1.3s Dllist concurrent [ ] 116 0 0 116 / 512 1.4s Dllist concurrent [ ] 125 0 0 125 / 512 1.5s Dllist concurrent [ ] 130 0 0 130 / 512 1.7s Dllist concurrent [ ] 145 0 0 145 / 512 1.8s Dllist concurrent [ ] 157 0 0 157 / 512 1.9s Dllist concurrent [ ] 163 0 0 163 / 512 2.0s Dllist concurrent [ ] 183 0 0 183 / 512 2.1s Dllist concurrent [ ] 191 0 0 191 / 512 2.3s Dllist concurrent [ ] 192 0 0 192 / 512 2.4s Dllist concurrent [ ] 194 0 0 194 / 512 2.5s Dllist concurrent [ ] 203 0 0 203 / 512 2.6s Dllist concurrent [ ] 212 0 0 212 / 512 2.7s Dllist concurrent [ ] 218 0 0 218 / 512 2.9s Dllist concurrent [ ] 233 0 0 233 / 512 3.0s Dllist concurrent [ ] 242 0 0 242 / 512 3.1s Dllist concurrent [ ] 247 0 0 247 / 512 3.3s Dllist concurrent [ ] 251 0 0 251 / 512 3.4s Dllist concurrent [ ] 264 0 0 264 / 512 3.5s Dllist concurrent [ ] 283 0 0 283 / 512 3.7s Dllist concurrent [ ] 292 0 0 292 / 512 3.8s Dllist concurrent [ ] 301 0 0 301 / 512 4.0s Dllist concurrent [ ] 326 0 0 326 / 512 4.1s Dllist concurrent [ ] 333 0 0 333 / 512 4.2s Dllist concurrent [ ] 339 0 0 339 / 512 4.4s Dllist concurrent [ ] 344 0 0 344 / 512 4.5s Dllist concurrent [ ] 354 0 0 354 / 512 4.6s Dllist concurrent [ ] 360 0 0 360 / 512 4.8s Dllist concurrent [ ] 373 0 0 373 / 512 4.9s Dllist concurrent [ ] 378 0 0 378 / 512 5.0s Dllist concurrent [ ] 390 0 0 390 / 512 5.2s Dllist concurrent [ ] 410 0 0 410 / 512 5.3s Dllist concurrent [ ] 414 0 0 414 / 512 5.5s Dllist concurrent [ ] 426 0 0 426 / 512 5.6s Dllist concurrent [ ] 436 0 0 436 / 512 5.7s Dllist concurrent [ ] 461 0 0 461 / 512 5.9s Dllist concurrent [ ] 475 0 0 475 / 512 6.0s Dllist concurrent [ ] 476 0 0 476 / 512 6.1s Dllist concurrent [ ] 477 0 0 477 / 512 6.2s Dllist concurrent [ ] 479 0 0 479 / 512 6.3s Dllist concurrent [ ] 491 0 0 491 / 512 6.5s Dllist concurrent [ ] 492 0 0 492 / 512 6.6s Dllist concurrent [ ] 503 0 0 503 / 512 6.7s Dllist concurrent [✓] 512 0 0 512 / 512 6.7s Dllist concurrent ================================================================================ success (ran 2 tests) random seed: 406656758555529355 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Dllist sequential [✓] 32 0 0 32 / 32 0.0s Dllist sequential [ ] 0 0 0 0 / 32 0.0s Dllist concurrent [ ] 1 0 0 1 / 32 0.1s Dllist concurrent [ ] 17 0 0 17 / 32 0.2s Dllist concurrent [ ] 30 0 0 30 / 32 0.3s Dllist concurrent [✓] 32 0 0 32 / 32 0.3s Dllist concurrent ================================================================================ success (ran 2 tests) (cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe) random seed: 3611361899061061583 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order concurrent [ ] 19 0 0 19 / 32 0.2s Hashtbl_with_order concurrent [ ] 20 0 0 20 / 32 0.4s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 32 0.8s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 0.8s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 3230644011801968128 generated error fail pass / total time test name [ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order sequential [✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order concurrent [ ] 3 0 0 3 / 64 0.3s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 64 0.4s Hashtbl_with_order concurrent [ ] 13 0 0 13 / 64 0.5s Hashtbl_with_order concurrent [ ] 22 0 0 22 / 64 0.6s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 64 0.8s Hashtbl_with_order concurrent [ ] 43 0 0 43 / 64 0.9s Hashtbl_with_order concurrent [ ] 49 0 0 49 / 64 1.0s Hashtbl_with_order concurrent [ ] 52 0 0 52 / 64 1.2s Hashtbl_with_order concurrent [ ] 55 0 0 55 / 64 1.3s Hashtbl_with_order concurrent [ ] 61 0 0 61 / 64 1.6s Hashtbl_with_order concurrent [✓] 64 0 0 64 / 64 1.6s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 622873990417840875 generated error fail pass / total time test name [ ] 0 0 0 0 / 128 0.0s Hashtbl_with_order sequential [✓] 128 0 0 128 / 128 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 128 0.0s Hashtbl_with_order concurrent [ ] 5 0 0 5 / 128 0.3s Hashtbl_with_order concurrent [ ] 12 0 0 12 / 128 0.5s Hashtbl_with_order concurrent [ ] 16 0 0 16 / 128 0.8s Hashtbl_with_order concurrent [ ] 18 0 0 18 / 128 0.9s Hashtbl_with_order concurrent [ ] 19 0 0 19 / 128 1.0s Hashtbl_with_order concurrent [ ] 24 0 0 24 / 128 1.3s Hashtbl_with_order concurrent [ ] 27 0 0 27 / 128 1.4s Hashtbl_with_order concurrent [ ] 52 0 0 52 / 128 1.5s Hashtbl_with_order concurrent [ ] 56 0 0 56 / 128 1.7s Hashtbl_with_order concurrent [ ] 60 0 0 60 / 128 1.9s Hashtbl_with_order concurrent [ ] 65 0 0 65 / 128 2.1s Hashtbl_with_order concurrent [ ] 68 0 0 68 / 128 2.2s Hashtbl_with_order concurrent [ ] 76 0 0 76 / 128 2.3s Hashtbl_with_order concurrent [ ] 81 0 0 81 / 128 2.6s Hashtbl_with_order concurrent [ ] 87 0 0 87 / 128 2.7s Hashtbl_with_order concurrent [ ] 107 0 0 107 / 128 2.9s Hashtbl_with_order concurrent [ ] 110 0 0 110 / 128 3.0s Hashtbl_with_order concurrent [ ] 113 0 0 113 / 128 3.1s Hashtbl_with_order concurrent [ ] 120 0 0 120 / 128 3.3s Hashtbl_with_order concurrent [ ] 121 0 0 121 / 128 3.5s Hashtbl_with_order concurrent [✓] 128 0 0 128 / 128 3.6s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 1428314277904190068 generated error fail pass / total time test name [ ] 0 0 0 0 / 256 0.0s Hashtbl_with_order sequential [✓] 256 0 0 256 / 256 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 256 0.0s Hashtbl_with_order concurrent [ ] 2 0 0 2 / 256 0.2s Hashtbl_with_order concurrent [ ] 10 0 0 10 / 256 0.3s Hashtbl_with_order concurrent [ ] 14 0 0 14 / 256 0.5s Hashtbl_with_order concurrent [ ] 28 0 0 28 / 256 0.6s Hashtbl_with_order concurrent [ ] 32 0 0 32 / 256 0.8s Hashtbl_with_order concurrent [ ] 34 0 0 34 / 256 0.9s Hashtbl_with_order concurrent [ ] 40 0 0 40 / 256 1.1s Hashtbl_with_order concurrent [ ] 47 0 0 47 / 256 1.2s Hashtbl_with_order concurrent [ ] 57 0 0 57 / 256 1.3s Hashtbl_with_order concurrent [ ] 64 0 0 64 / 256 1.4s Hashtbl_with_order concurrent [ ] 67 0 0 67 / 256 1.5s Hashtbl_with_order concurrent [ ] 80 0 0 80 / 256 1.7s Hashtbl_with_order concurrent [ ] 94 0 0 94 / 256 1.8s Hashtbl_with_order concurrent [ ] 98 0 0 98 / 256 1.9s Hashtbl_with_order concurrent [ ] 104 0 0 104 / 256 2.1s Hashtbl_with_order concurrent [ ] 106 0 0 106 / 256 2.2s Hashtbl_with_order concurrent [ ] 116 0 0 116 / 256 2.3s Hashtbl_with_order concurrent [ ] 119 0 0 119 / 256 2.5s Hashtbl_with_order concurrent [ ] 125 0 0 125 / 256 2.7s Hashtbl_with_order concurrent [ ] 130 0 0 130 / 256 2.9s Hashtbl_with_order concurrent [ ] 137 0 0 137 / 256 3.0s Hashtbl_with_order concurrent [ ] 143 0 0 143 / 256 3.1s Hashtbl_with_order concurrent [ ] 151 0 0 151 / 256 3.2s Hashtbl_with_order concurrent [ ] 161 0 0 161 / 256 3.3s Hashtbl_with_order concurrent [ ] 176 0 0 176 / 256 3.4s Hashtbl_with_order concurrent [ ] 183 0 0 183 / 256 3.6s Hashtbl_with_order concurrent [ ] 190 0 0 190 / 256 3.8s Hashtbl_with_order concurrent [ ] 192 0 0 192 / 256 4.0s Hashtbl_with_order concurrent [ ] 194 0 0 194 / 256 4.2s Hashtbl_with_order concurrent [ ] 199 0 0 199 / 256 4.3s Hashtbl_with_order concurrent [ ] 212 0 0 212 / 256 4.5s Hashtbl_with_order concurrent [ ] 225 0 0 225 / 256 4.6s Hashtbl_with_order concurrent [ ] 233 0 0 233 / 256 4.8s Hashtbl_with_order concurrent [ ] 239 0 0 239 / 256 4.9s Hashtbl_with_order concurrent [ ] 249 0 0 249 / 256 5.0s Hashtbl_with_order concurrent [ ] 256 0 0 256 / 256 5.2s Hashtbl_with_order concurrent [✓] 256 0 0 256 / 256 5.2s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 2936696607124260718 generated error fail pass / total time test name [ ] 0 0 0 0 / 512 0.0s Hashtbl_with_order sequential [✓] 512 0 0 512 / 512 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 512 0.0s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 512 0.1s Hashtbl_with_order concurrent [ ] 30 0 0 30 / 512 0.3s Hashtbl_with_order concurrent [ ] 41 0 0 41 / 512 0.4s Hashtbl_with_order concurrent [ ] 56 0 0 56 / 512 0.5s Hashtbl_with_order concurrent [ ] 60 0 0 60 / 512 0.7s Hashtbl_with_order concurrent [ ] 75 0 0 75 / 512 0.8s Hashtbl_with_order concurrent [ ] 87 0 0 87 / 512 0.9s Hashtbl_with_order concurrent [ ] 109 0 0 109 / 512 1.0s Hashtbl_with_order concurrent [ ] 115 0 0 115 / 512 1.2s Hashtbl_with_order concurrent [ ] 121 0 0 121 / 512 1.4s Hashtbl_with_order concurrent [ ] 126 0 0 126 / 512 1.5s Hashtbl_with_order concurrent [ ] 145 0 0 145 / 512 1.6s Hashtbl_with_order concurrent [ ] 154 0 0 154 / 512 1.8s Hashtbl_with_order concurrent [ ] 169 0 0 169 / 512 1.9s Hashtbl_with_order concurrent [ ] 171 0 0 171 / 512 2.1s Hashtbl_with_order concurrent [ ] 192 0 0 192 / 512 2.3s Hashtbl_with_order concurrent [ ] 199 0 0 199 / 512 2.5s Hashtbl_with_order concurrent [ ] 215 0 0 215 / 512 2.6s Hashtbl_with_order concurrent [ ] 226 0 0 226 / 512 2.7s Hashtbl_with_order concurrent [ ] 227 0 0 227 / 512 2.8s Hashtbl_with_order concurrent [ ] 236 0 0 236 / 512 2.9s Hashtbl_with_order concurrent [ ] 238 0 0 238 / 512 3.0s Hashtbl_with_order concurrent [ ] 245 0 0 245 / 512 3.3s Hashtbl_with_order concurrent [ ] 267 0 0 267 / 512 3.4s Hashtbl_with_order concurrent [ ] 272 0 0 272 / 512 3.6s Hashtbl_with_order concurrent [ ] 275 0 0 275 / 512 3.8s Hashtbl_with_order concurrent [ ] 284 0 0 284 / 512 3.9s Hashtbl_with_order concurrent [ ] 295 0 0 295 / 512 4.1s Hashtbl_with_order concurrent [ ] 312 0 0 312 / 512 4.3s Hashtbl_with_order concurrent [ ] 317 0 0 317 / 512 4.5s Hashtbl_with_order concurrent [ ] 322 0 0 322 / 512 4.6s Hashtbl_with_order concurrent [ ] 324 0 0 324 / 512 4.8s Hashtbl_with_order concurrent [ ] 332 0 0 332 / 512 4.9s Hashtbl_with_order concurrent [ ] 341 0 0 341 / 512 5.0s Hashtbl_with_order concurrent [ ] 346 0 0 346 / 512 5.2s Hashtbl_with_order concurrent [ ] 348 0 0 348 / 512 5.4s Hashtbl_with_order concurrent [ ] 353 0 0 353 / 512 5.6s Hashtbl_with_order concurrent [ ] 357 0 0 357 / 512 5.7s Hashtbl_with_order concurrent [ ] 380 0 0 380 / 512 5.9s Hashtbl_with_order concurrent [ ] 386 0 0 386 / 512 6.0s Hashtbl_with_order concurrent [ ] 387 0 0 387 / 512 6.1s Hashtbl_with_order concurrent [ ] 389 0 0 389 / 512 6.3s Hashtbl_with_order concurrent [ ] 394 0 0 394 / 512 6.4s Hashtbl_with_order concurrent [ ] 417 0 0 417 / 512 6.5s Hashtbl_with_order concurrent [ ] 420 0 0 420 / 512 6.7s Hashtbl_with_order concurrent [ ] 428 0 0 428 / 512 6.9s Hashtbl_with_order concurrent [ ] 448 0 0 448 / 512 7.1s Hashtbl_with_order concurrent [ ] 459 0 0 459 / 512 7.2s Hashtbl_with_order concurrent [ ] 469 0 0 469 / 512 7.5s Hashtbl_with_order concurrent [ ] 480 0 0 480 / 512 7.7s Hashtbl_with_order concurrent [ ] 491 0 0 491 / 512 8.0s Hashtbl_with_order concurrent [ ] 504 0 0 504 / 512 8.1s Hashtbl_with_order concurrent [ ] 512 0 0 512 / 512 8.2s Hashtbl_with_order concurrent [✓] 512 0 0 512 / 512 8.2s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) random seed: 897257220768425483 generated error fail pass / total time test name [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential [✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential [ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order concurrent [ ] 10 0 0 10 / 32 0.1s Hashtbl_with_order concurrent [ ] 12 0 0 12 / 32 0.3s Hashtbl_with_order concurrent [ ] 21 0 0 21 / 32 0.4s Hashtbl_with_order concurrent [ ] 31 0 0 31 / 32 0.6s Hashtbl_with_order concurrent [✓] 32 0 0 32 / 32 0.6s Hashtbl_with_order concurrent ================================================================================ success (ran 2 tests) 2025-09-29 11:14.41 ---> saved as "2be0a3c40e403405782d390be59ae2e155d604bff819ea00359bc4d34ab794a3" Job succeeded 2025-09-29 11:14.41: Job succeeded