Organisationsocaml-multicorekcas42fef6 (expose-dllist-to-allow-matchable-cursors)fedora-39-5.2_opam-2.1

fedora-39-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-05-29 15:17.44: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/expose-dllist-to-allow-matchable-cursors (42fef65c42f2d60a62e0bf2bef7e6fedfef96411) (linux-x86_64:fedora-39-5.2_opam-2.1)
Base: ocaml/opam@sha256:e37c803b9f0994d7f4d9d02bc25d84e613fb71b506ee6e2fc69f5af3ed6fcd5d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "expose-dllist-to-allow-matchable-cursors" && cd "kcas" && git reset --hard 42fef65c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e37c803b9f0994d7f4d9d02bc25d84e613fb71b506ee6e2fc69f5af3ed6fcd5d
# fedora-39-5.2_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.1 /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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && 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 './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.15.3 fmt.0.9.0 logs.0.7.0 mdx.2.4.1 mtime.2.0.0 multicore-bench.0.1.3 multicore-magic.2.2.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.21.3 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-05-29 15:17.44: Using cache hint "ocaml-multicore/kcas-ocaml/opam@sha256:e37c803b9f0994d7f4d9d02bc25d84e613fb71b506ee6e2fc69f5af3ed6fcd5d-fedora-39-5.2_opam-2.1-3e36045d3b83f4e5d8067423983932a3"
2024-05-29 15:17.44: Using OBuilder spec:
((from ocaml/opam@sha256:e37c803b9f0994d7f4d9d02bc25d84e613fb71b506ee6e2fc69f5af3ed6fcd5d)
 (comment fedora-39-5.2_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && 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 './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.15.3 fmt.0.9.0 logs.0.7.0 mdx.2.4.1 mtime.2.0.0 multicore-bench.0.1.3 multicore-magic.2.2.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.21.3 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")
 (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.1 --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"))
)


2024-05-29 15:17.44: Waiting for resource in pool OCluster
2024-05-30 06:34.43: Waiting for worker…
2024-05-30 06:49.30: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at 42fef65 Expose `Dllist` type to allow matchable cursors


(from ocaml/opam@sha256:e37c803b9f0994d7f4d9d02bc25d84e613fb71b506ee6e2fc69f5af3ed6fcd5d)
2024-05-30 06:50.03 ---> using "ec2e7548c585914dd36a0ac5dcecb1ad48ad76e31351eb04c6efd18bbc2c83ec" from cache


/: (comment fedora-39-5.2_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 39 - x86_64                              172 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         11 kB/s | 989  B     00:00    
Fedora 39 openh264 (From Cisco) - x86_64        8.9 kB/s | 2.6 kB     00:00    
Fedora 39 - x86_64 - Updates                    266 kB/s |  21 kB     00:00    
Fedora 39 - x86_64 - Updates                    5.4 MB/s | 9.7 MB     00:01    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-30 06:50.03 ---> using "953af08f830215fdbda40096584263823df96b44c83e45b66ba761776c99bafd" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-30 06:50.03 ---> using "239bd99b92acfa57e898a380c50bfa6f391d50952025c9fa8e7d8a79e0f8268d" 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.1, 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] synchronised from file:///home/opam/opam-repository
2024-05-30 06:50.03 ---> using "33665428c7b443db111e28eaf1b7660dcda4fb8762f966df4272dcb661f080d8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 5.2.0
2.1.5
2024-05-30 06:50.03 ---> using "af5ba9048f2bea0ad2b00fa4d7278ad8086257629b913083fbcacc1394bec507" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-30 06:50.03 ---> using "d80382180457b0a0be01d2f5b1ccb2edbcea27dc428de95b7d8f218ab47f9083" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   76d09264e9..0b9453aa60  master     -> origin/master
ea87c49e51 opam admin add-hashes sha256


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
  - recompile ocaml-base-compiler 5.2.0*  [upstream or system changes]
  - recompile ocaml-config        3       [upstream or system changes]
  - recompile ocaml               5.2.0   [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext         1.2.1-1 [uses ocaml]
  - recompile base-domains        base    [uses ocaml]
  - recompile base-nnp            base    [uses base-domains]
===== 6 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-05-30 06:50.03 ---> using "0b188cc000f394dac62914da6a2d0d0f236c8351a85f88238841bb30967db56e" from cache


/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-05-30 06:50.03 ---> using "11d496aa90f819d575aa010102c8bd3e9ae62394c422e96f35a8c6d68c462393" from cache


/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)
2024-05-30 06:50.03 ---> using "63a7f4098e83817366452f1f628bb639f1003e5e24165659b477f140aebad1a0" from cache


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.15.3 fmt.0.9.0 logs.0.7.0 mdx.2.4.1 mtime.2.0.0 multicore-bench.0.1.3 multicore-magic.2.2.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 psq.0.2.1 qcheck-core.0.21.3 qcheck-multicoretests-util.0.3 qcheck-stm.0.3 re.1.11.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.1.2")


/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.1 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              241 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         16 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    269 kB/s |  21 kB     00:00    
- Fedora 39 - x86_64 - Updates                    2.5 MB/s | 1.8 MB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (no changes)
[kcas_data.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-05-30 06:50.03 ---> using "7519f682c6396cad627b835b04b1ecb2558670d5a94fd818c2fdc853258a38e4" from cache


/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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.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-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 ocamlbuild                 0.14.3
  - install dune                       3.15.3
  - install ocamlfind                  1.9.6
  - install seq                        base
  - install cmdliner                   1.3.0
  - install thread-table               1.0.0
  - install stdlib-shims               0.3.0
  - install result                     1.5
  - install qcheck-core                0.21.3
  - install ocaml-version              3.6.7
  - install ocaml-syntax-shims         1.0.0
  - install multicore-magic            2.2.0
  - install domain_shims               0.1.0
  - install csexp                      1.5.2
  - install cppo                       1.6.9
  - install camlp-streams              5.0.1
  - install backoff                    0.1.0
  - install topkg                      1.0.7
  - install re                         1.11.0
  - install psq                        0.2.1
  - install domain-local-await         1.0.1
  - install qcheck-multicoretests-util 0.3
  - install yojson                     2.1.2
  - install uutf                       1.0.3
  - install mtime                      2.0.0
  - install fmt                        0.9.0
  - install astring                    0.8.5
  - install qcheck-stm                 0.3
  - install multicore-bench            0.1.3
  - install domain-local-timeout       1.0.1
  - install logs                       0.7.0
  - install alcotest                   1.7.0
  - install mdx                        2.4.1
===== 33 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved alcotest.1.7.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.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved multicore-bench.0.1.3  (cached)
-> retrieved multicore-magic.2.2.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved qcheck-core.0.21.3  (cached)
-> retrieved qcheck-multicoretests-util.0.3  (cached)
-> retrieved qcheck-stm.0.3  (cached)
-> retrieved re.1.11.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 topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved dune.3.15.3  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.15.3
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-version.3.6.7
-> installed psq.0.2.1
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed thread-table.1.0.0
-> installed multicore-magic.2.2.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.6.9
-> installed re.1.11.0
-> installed qcheck-core.0.21.3
-> installed qcheck-multicoretests-util.0.3
-> installed alcotest.1.7.0
-> installed yojson.2.1.2
-> installed qcheck-stm.0.3
-> installed multicore-bench.0.1.3
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-30 06:50.03 ---> using "80316db0d94e61d6f4589b1674eb942e6695e2bdad63155c58b4dd78648744fd" from cache


/src: (copy (src .) (dst /src))
2024-05-30 06:50.03 ---> saved as "9f5b161c25768f9cfcf255b970c93ce279b5e35d9278db77a135e4719cb44687"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/kcas && ./loc_modes.exe)
Loc modes OK!
(cd _build/default/test/kcas && ./threads.exe)
Testing `Threads'.
This run has ID `BXQYJB25'.


  [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_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `UNJ9EBSK'.


  [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.021s. 2 tests run.
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `TUN7UF5A'.


  [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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `5KLC2J6X'.


  [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.048s. 4 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `TXF1IYQO'.


  [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 && ./stack_test.exe)
Testing `Stack'.
This run has ID `EWEGMY0L'.


  [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 && ./mvar_test.exe)
Testing `Mvar'.
This run has ID `WLY2VNSA'.


  [OK]          basics          0   


Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.027s. 1 test run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `LUI92G6P'.


  [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 && ./test.exe)
Testing `Kcas'.
This run has ID `IJKRC494'.


  [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 3.234s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief)
Kcas Loc:
  time per op/get:
    6.70 ns
  ops over time/get:
    149.23 M/s
  time per op/incr:
    117.83 ns
  ops over time/incr:
    8.49 M/s
  time per op/push & pop:
    274.94 ns
  ops over time/push & pop:
    3.64 M/s
  time per op/cas int:
    71.45 ns
  ops over time/cas int:
    14.00 M/s
  time per op/xchg int:
    45.07 ns
  ops over time/xchg int:
    22.19 M/s
  time per op/swap:
    54.08 ns
  ops over time/swap:
    18.49 M/s
Kcas Xt:
  time per transaction/0 loc tx:
    29.21 ns
  transactions over time/0 loc tx:
    34.23 M/s
  time per transaction/1 loc tx:
    109.20 ns
  transactions over time/1 loc tx:
    9.16 M/s
  time per transaction/2 loc tx:
    286.96 ns
  transactions over time/2 loc tx:
    3.48 M/s
  time per transaction/4 loc tx:
    421.46 ns
  transactions over time/4 loc tx:
    2.37 M/s
  time per transaction/8 loc tx:
    785.81 ns
  transactions over time/8 loc tx:
    1.27 M/s
Kcas Xt read-only:
  time per transaction/0 loc tx:
    32.12 ns
  transactions over time/0 loc tx:
    31.13 M/s
  time per transaction/1 loc tx:
    69.00 ns
  transactions over time/1 loc tx:
    14.49 M/s
  time per transaction/2 loc tx:
    129.63 ns
  transactions over time/2 loc tx:
    7.71 M/s
  time per transaction/4 loc tx:
    201.83 ns
  transactions over time/4 loc tx:
    4.95 M/s
  time per transaction/8 loc tx:
    433.54 ns
  transactions over time/8 loc tx:
    2.31 M/s
Kcas parallel CMP:
  time per transaction/1 worker:
    352.34 ns
  transactions over time/1 worker:
    2.84 M/s
  time per transaction/2 workers:
    454.66 ns
  transactions over time/2 workers:
    4.40 M/s
  time per transaction/4 workers:
    346.42 ns
  transactions over time/4 workers:
    11.55 M/s
Kcas_data Accumulator:
  time per operation/1 worker, 0% reads:
    102.16 ns
  operations over time/1 worker, 0% reads:
    9.79 M/s
  time per operation/2 workers, 0% reads:
    103.82 ns
  operations over time/2 workers, 0% reads:
    19.26 M/s
  time per operation/4 workers, 0% reads:
    116.98 ns
  operations over time/4 workers, 0% reads:
    34.19 M/s
Kcas_data Dllist:
  time per message/one domain:
    1213.41 ns
  messages over time/one domain:
    0.82 M/s
  time per message/1 nb adder, 1 nb taker:
    1818.36 ns
  messages over time/1 nb adder, 1 nb taker:
    1.10 M/s
  time per message/1 nb adder, 2 nb takers:
    2893.26 ns
  messages over time/1 nb adder, 2 nb takers:
    1.04 M/s
  time per message/2 nb adders, 1 nb taker:
    2279.71 ns
  messages over time/2 nb adders, 1 nb taker:
    1.32 M/s
  time per message/2 nb adders, 2 nb takers:
    5823.46 ns
  messages over time/2 nb adders, 2 nb takers:
    0.69 M/s
Kcas_data Hashtbl:
  time per operation/1 worker, 90% reads:
    212.18 ns
  operations over time/1 worker, 90% reads:
    4.71 M/s
  time per operation/2 workers, 90% reads:
    216.58 ns
  operations over time/2 workers, 90% reads:
    9.23 M/s
  time per operation/4 workers, 90% reads:
    295.37 ns
  operations over time/4 workers, 90% reads:
    13.54 M/s
  time per operation/1 worker, 50% reads:
    527.82 ns
  operations over time/1 worker, 50% reads:
    1.89 M/s
  time per operation/2 workers, 50% reads:
    692.86 ns
  operations over time/2 workers, 50% reads:
    2.89 M/s
  time per operation/4 workers, 50% reads:
    863.50 ns
  operations over time/4 workers, 50% reads:
    4.63 M/s
  time per operation/1 worker, 10% reads:
    879.80 ns
  operations over time/1 worker, 10% reads:
    1.14 M/s
  time per operation/2 workers, 10% reads:
    897.67 ns
  operations over time/2 workers, 10% reads:
    2.23 M/s
  time per operation/4 workers, 10% reads:
    1381.89 ns
  operations over time/4 workers, 10% reads:
    2.89 M/s
Kcas_data Mvar:
  time per message/1 nb adder, 1 nb taker:
    763.33 ns
  messages over time/1 nb adder, 1 nb taker:
    2.62 M/s
  time per message/1 nb adder, 1 taker:
    1085.75 ns
  messages over time/1 nb adder, 1 taker:
    1.84 M/s
  time per message/1 nb adder, 2 nb takers:
    643.67 ns
  messages over time/1 nb adder, 2 nb takers:
    4.66 M/s
  time per message/1 nb adder, 2 takers:
    1469.83 ns
  messages over time/1 nb adder, 2 takers:
    2.04 M/s
  time per message/1 adder, 1 nb taker:
    846.60 ns
  messages over time/1 adder, 1 nb taker:
    2.36 M/s
  time per message/1 adder, 1 taker:
    450.97 ns
  messages over time/1 adder, 1 taker:
    4.43 M/s
  time per message/1 adder, 2 nb takers:
    1865.22 ns
  messages over time/1 adder, 2 nb takers:
    1.61 M/s
  time per message/1 adder, 2 takers:
    2000.05 ns
  messages over time/1 adder, 2 takers:
    1.50 M/s
  time per message/2 nb adders, 1 nb taker:
    778.95 ns
  messages over time/2 nb adders, 1 nb taker:
    3.85 M/s
  time per message/2 nb adders, 1 taker:
    870.99 ns
  messages over time/2 nb adders, 1 taker:
    3.44 M/s
  time per message/2 nb adders, 2 nb takers:
    1464.00 ns
  messages over time/2 nb adders, 2 nb takers:
    2.73 M/s
  time per message/2 nb adders, 2 takers:
    2000.79 ns
  messages over time/2 nb adders, 2 takers:
    2.00 M/s
  time per message/2 adders, 1 nb taker:
    1833.65 ns
  messages over time/2 adders, 1 nb taker:
    1.64 M/s
  time per message/2 adders, 1 taker:
    1943.59 ns
  messages over time/2 adders, 1 taker:
    1.54 M/s
  time per message/2 adders, 2 nb takers:
    2087.61 ns
  messages over time/2 adders, 2 nb takers:
    1.92 M/s
  time per message/2 adders, 2 takers:
    13561.86 ns
  messages over time/2 adders, 2 takers:
    0.29 M/s
Kcas_data Queue:
  time per message/one domain:
    217.83 ns
  messages over time/one domain:
    4.59 M/s
  time per message/1 nb adder, 1 nb taker:
    840.12 ns
  messages over time/1 nb adder, 1 nb taker:
    2.38 M/s
  time per message/1 nb adder, 1 taker:
    867.28 ns
  messages over time/1 nb adder, 1 taker:
    2.31 M/s
  time per message/1 nb adder, 2 nb takers:
    2382.81 ns
  messages over time/1 nb adder, 2 nb takers:
    1.26 M/s
  time per message/1 nb adder, 2 takers:
    1245.52 ns
  messages over time/1 nb adder, 2 takers:
    2.41 M/s
  time per message/2 nb adders, 1 nb taker:
    1552.12 ns
  messages over time/2 nb adders, 1 nb taker:
    1.93 M/s
  time per message/2 nb adders, 1 taker:
    721.97 ns
  messages over time/2 nb adders, 1 taker:
    4.16 M/s
  time per message/2 nb adders, 2 nb takers:
    1587.77 ns
  messages over time/2 nb adders, 2 nb takers:
    2.52 M/s
  time per message/2 nb adders, 2 takers:
    897.90 ns
  messages over time/2 nb adders, 2 takers:
    4.45 M/s
Kcas_data Stack:
  time per message/one domain:
    453.21 ns
  messages over time/one domain:
    2.21 M/s
  time per message/1 nb adder, 1 nb taker:
    344.88 ns
  messages over time/1 nb adder, 1 nb taker:
    5.80 M/s
  time per message/1 nb adder, 1 taker:
    732.29 ns
  messages over time/1 nb adder, 1 taker:
    2.73 M/s
  time per message/1 nb adder, 2 nb takers:
    593.48 ns
  messages over time/1 nb adder, 2 nb takers:
    5.05 M/s
  time per message/1 nb adder, 2 takers:
    736.29 ns
  messages over time/1 nb adder, 2 takers:
    4.07 M/s
  time per message/2 nb adders, 1 nb taker:
    607.95 ns
  messages over time/2 nb adders, 1 nb taker:
    4.93 M/s
  time per message/2 nb adders, 1 taker:
    517.12 ns
  messages over time/2 nb adders, 1 taker:
    5.80 M/s
  time per message/2 nb adders, 2 nb takers:
    1435.85 ns
  messages over time/2 nb adders, 2 nb takers:
    2.79 M/s
  time per message/2 nb adders, 2 takers:
    1540.68 ns
  messages over time/2 nb adders, 2 takers:
    2.60 M/s
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 370496509
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.8s Hashtbl sequential
[] 1000    0    0 1000 / 1000   186.6s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 309940424
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.3s Stack sequential
[ ]  802    0    0  802 / 1000   165.8s Stack [] 1000    0    0 1000 / 1000   188.5s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 299869540
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.4s Queue sequential
[] 1000    0    0 1000 / 1000   189.9s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 51897957
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     1.4s Dllist sequential
[] 1000    0    0 1000 / 1000   192.1s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 335908722
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.4s Accumulator sequential
[ ]  454    0   [] 1000    0    0 1000 / 1000   193.5s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 292542693
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     1.4s Hashtbl_with_order sequential
[] 1000    0    0 1000 / 1000   203.3s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
2024-05-30 06:53.30 ---> saved as "de7644f6bfe254f9f2a97dc6d5906012b4b3b3941b27b92abe1bc09c693b2a9d"
Job succeeded
2024-05-30 06:53.31: Job succeeded