2024-12-16 22:32.05: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (2e6a9d2fa933fd23b1f65d627f07c0773e44d18c) (linux-s390x:debian-12-5.2_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard 2e6a9d2f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
# debian-12-5.2_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 37230f689acabcca2feb2a3d38a3d498b0de5c9a || git fetch origin master) && git reset -q --hard 37230f689acabcca2feb2a3d38a3d498b0de5c9a && 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.8.0 astring.0.8.5 backoff.0.1.1 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.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-12-16 22:32.05: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed-debian-12-5.2_s390x_opam-2.3-602438cf36b16c273791615148a69809"
2024-12-16 22:32.05: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
(comment debian-12-5.2_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 37230f689acabcca2feb2a3d38a3d498b0de5c9a || git fetch origin master) && git reset -q --hard 37230f689acabcca2feb2a3d38a3d498b0de5c9a && 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.8.0 astring.0.8.5 backoff.0.1.1 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.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.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.3 --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-12-16 22:32.05: Waiting for resource in pool OCluster
2024-12-16 22:32.05: Waiting for worker…
2024-12-16 22:36.12: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
HEAD is now at b8cb2c4 Sleeping barbers
HEAD is now at 2e6a9d2 Tweak
(from ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed' locally
docker.io/ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed: Pulling from ocaml/opam
9f9f8fa8b120: Pulling fs layer
8e6cbae09e36: Pulling fs layer
4ab695da637f: Pulling fs layer
5ad82a311d0e: Pulling fs layer
2b871046e303: Pulling fs layer
0687f8c393d0: Pulling fs layer
0c56b0a94aca: Pulling fs layer
bbdfdb2635ff: Pulling fs layer
5fd7b192f2d9: Pulling fs layer
169c467384fb: Pulling fs layer
2472ebc7595d: Pulling fs layer
c59ed37e713a: Pulling fs layer
868315a8af9a: Pulling fs layer
d0e7bb6a72db: Pulling fs layer
417ff03ca34f: Pulling fs layer
0526264c6b23: Pulling fs layer
a8b362961b12: Pulling fs layer
5508f3d135e1: Pulling fs layer
5049a0ab6dd0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
fc6148839988: Pulling fs layer
ef433ac0a16f: Pulling fs layer
3eb65be92fa2: Pulling fs layer
467c4875a8aa: Pulling fs layer
9998672e06b6: Pulling fs layer
98741f23e93f: Pulling fs layer
b90a83b62eb8: Pulling fs layer
370f876bf8b8: Pulling fs layer
ee5b763fffc3: Pulling fs layer
0670d9f68814: Pulling fs layer
7f7db8e9ce1b: Pulling fs layer
24ec35890220: Pulling fs layer
ea2140c2a21a: Pulling fs layer
b657ebc86ba2: Pulling fs layer
78c0e74e3879: Pulling fs layer
c95975c30c0f: Pulling fs layer
81019a4d48d2: Pulling fs layer
3a4768b10a00: Pulling fs layer
26a5241f56da: Pulling fs layer
57a4ff4cd774: Pulling fs layer
f023f9cdd6ff: Pulling fs layer
e46759631a18: Pulling fs layer
980eceadf821: Pulling fs layer
a1c31d848656: Pulling fs layer
3eb65be92fa2: Waiting
467c4875a8aa: Waiting
9998672e06b6: Waiting
98741f23e93f: Waiting
b90a83b62eb8: Waiting
370f876bf8b8: Waiting
ee5b763fffc3: Waiting
0670d9f68814: Waiting
7f7db8e9ce1b: Waiting
24ec35890220: Waiting
ea2140c2a21a: Waiting
868315a8af9a: Waiting
d0e7bb6a72db: Waiting
417ff03ca34f: Waiting
0526264c6b23: Waiting
5ad82a311d0e: Waiting
2b871046e303: Waiting
0687f8c393d0: Waiting
0c56b0a94aca: Waiting
a8b362961b12: Waiting
5508f3d135e1: Waiting
5049a0ab6dd0: Waiting
bbdfdb2635ff: Waiting
5fd7b192f2d9: Waiting
4f4fb700ef54: Waiting
169c467384fb: Waiting
fc6148839988: Waiting
b657ebc86ba2: Waiting
78c0e74e3879: Waiting
c95975c30c0f: Waiting
81019a4d48d2: Waiting
3a4768b10a00: Waiting
2472ebc7595d: Waiting
26a5241f56da: Waiting
57a4ff4cd774: Waiting
f023f9cdd6ff: Waiting
e46759631a18: Waiting
980eceadf821: Waiting
a1c31d848656: Waiting
ef433ac0a16f: Waiting
c59ed37e713a: Waiting
4ab695da637f: Verifying Checksum
4ab695da637f: Download complete
8e6cbae09e36: Verifying Checksum
8e6cbae09e36: Download complete
2b871046e303: Verifying Checksum
2b871046e303: Download complete
9f9f8fa8b120: Verifying Checksum
9f9f8fa8b120: Download complete
5ad82a311d0e: Verifying Checksum
5ad82a311d0e: Download complete
0c56b0a94aca: Verifying Checksum
0c56b0a94aca: Download complete
bbdfdb2635ff: Verifying Checksum
bbdfdb2635ff: Download complete
5fd7b192f2d9: Verifying Checksum
5fd7b192f2d9: Download complete
2472ebc7595d: Verifying Checksum
2472ebc7595d: Download complete
169c467384fb: Verifying Checksum
169c467384fb: Download complete
0687f8c393d0: Verifying Checksum
0687f8c393d0: Download complete
c59ed37e713a: Verifying Checksum
c59ed37e713a: Download complete
868315a8af9a: Verifying Checksum
868315a8af9a: Download complete
d0e7bb6a72db: Verifying Checksum
d0e7bb6a72db: Download complete
417ff03ca34f: Verifying Checksum
417ff03ca34f: Download complete
9f9f8fa8b120: Pull complete
0526264c6b23: Download complete
8e6cbae09e36: Pull complete
4ab695da637f: Pull complete
5049a0ab6dd0: Verifying Checksum
5049a0ab6dd0: Download complete
a8b362961b12: Verifying Checksum
a8b362961b12: Download complete
5508f3d135e1: Verifying Checksum
5508f3d135e1: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
fc6148839988: Verifying Checksum
fc6148839988: Download complete
5ad82a311d0e: Pull complete
ef433ac0a16f: Verifying Checksum
ef433ac0a16f: Download complete
2b871046e303: Pull complete
3eb65be92fa2: Verifying Checksum
3eb65be92fa2: Download complete
467c4875a8aa: Download complete
9998672e06b6: Verifying Checksum
9998672e06b6: Download complete
98741f23e93f: Verifying Checksum
98741f23e93f: Download complete
b90a83b62eb8: Verifying Checksum
b90a83b62eb8: Download complete
370f876bf8b8: Verifying Checksum
370f876bf8b8: Download complete
ee5b763fffc3: Verifying Checksum
ee5b763fffc3: Download complete
0670d9f68814: Verifying Checksum
0670d9f68814: Download complete
7f7db8e9ce1b: Download complete
24ec35890220: Verifying Checksum
24ec35890220: Download complete
b657ebc86ba2: Verifying Checksum
b657ebc86ba2: Download complete
c95975c30c0f: Verifying Checksum
c95975c30c0f: Download complete
81019a4d48d2: Verifying Checksum
81019a4d48d2: Download complete
3a4768b10a00: Download complete
26a5241f56da: Verifying Checksum
26a5241f56da: Download complete
57a4ff4cd774: Download complete
ea2140c2a21a: Verifying Checksum
ea2140c2a21a: Download complete
e46759631a18: Verifying Checksum
e46759631a18: Download complete
f023f9cdd6ff: Verifying Checksum
f023f9cdd6ff: Download complete
78c0e74e3879: Verifying Checksum
78c0e74e3879: Download complete
980eceadf821: Verifying Checksum
980eceadf821: Download complete
a1c31d848656: Verifying Checksum
a1c31d848656: Download complete
0687f8c393d0: Pull complete
0c56b0a94aca: Pull complete
bbdfdb2635ff: Pull complete
5fd7b192f2d9: Pull complete
169c467384fb: Pull complete
2472ebc7595d: Pull complete
c59ed37e713a: Pull complete
868315a8af9a: Pull complete
d0e7bb6a72db: Pull complete
417ff03ca34f: Pull complete
0526264c6b23: Pull complete
a8b362961b12: Pull complete
5508f3d135e1: Pull complete
5049a0ab6dd0: Pull complete
4f4fb700ef54: Pull complete
fc6148839988: Pull complete
ef433ac0a16f: Pull complete
3eb65be92fa2: Pull complete
467c4875a8aa: Pull complete
9998672e06b6: Pull complete
98741f23e93f: Pull complete
b90a83b62eb8: Pull complete
370f876bf8b8: Pull complete
ee5b763fffc3: Pull complete
0670d9f68814: Pull complete
7f7db8e9ce1b: Pull complete
24ec35890220: Pull complete
ea2140c2a21a: Pull complete
b657ebc86ba2: Pull complete
78c0e74e3879: Pull complete
c95975c30c0f: Pull complete
81019a4d48d2: Pull complete
3a4768b10a00: Pull complete
26a5241f56da: Pull complete
57a4ff4cd774: Pull complete
f023f9cdd6ff: Pull complete
e46759631a18: Pull complete
980eceadf821: Pull complete
a1c31d848656: Pull complete
Digest: sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
Status: Downloaded newer image for ocaml/opam@sha256:b508640544d78812a6ad704fa752ed0071600b204b4ec3d38dbffb84da481bed
2024-12-16 22:36.15 ---> using "301baea5c55377dfb60673fe1fd6bd526b1062530b1467181a3675a41c13536f" from cache
/: (comment debian-12-5.2_s390x_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-12-16 22:36.15 ---> using "53118481945e93ef1c9ae4ee9c72d258e7c6e9b2d9a6023a5a2f7e8e56f27886" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-16 22:36.15 ---> using "cbd96a8dc0361c17241c7050dc00b51595bde60ff6ecd74d8ced9eabf1ed626e" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-48-generic
The OCaml toplevel, version 5.2.1
2.3.0
2024-12-16 22:36.15 ---> using "bb5a3e197b07ea7dffab22346aefd13e82895d6be8badab4f61ca6aeee1939b1" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-16 22:36.15 ---> using "c7b12fa60bc84c81268e85e76e03d1de0fadf79c8c5fcd4bffff9a708a740d3b" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 37230f689acabcca2feb2a3d38a3d498b0de5c9a || git fetch origin master) && git reset -q --hard 37230f689acabcca2feb2a3d38a3d498b0de5c9a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
11bdbee611..f1710f832b master -> origin/master
37230f689a Merge pull request #27114 from jmid/opam-publish-qcheck-multicoretests-util.0.5
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2024-12-16 22:36.15 ---> using "088b1cee009516f12eb99a5c1955d60bb2e17db832774e8a33b3046f9f47bc42" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2024-12-16 22:36.15 ---> using "0201d2d9f65339ddea7ec18de3cc347c5ca8490054c0a0427c9785f03d605fa0" 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-12-16 22:36.15 ---> using "8b0cfd751c220083e4ecad59fab96b1ee403befd0d7f52d03d1444e846024d16" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-16 22:36.15 ---> using "40b24d01285f702ba7961e7710db2a316da081543a00171530b4961768cb565d" from cache
/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.1 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.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.17.0 fmt.0.9.0 host-arch-s390x.1 host-system-other.1 logs.0.7.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.23 qcheck-multicoretests-util.0.5 qcheck-stm.0.5 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.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.3 --depext-only -y kcas_data.dev kcas.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [14.0 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [6459 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [6459 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [205 kB]
- Fetched 329 kB in 1s (299 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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-12-16 22:36.15 ---> using "452c12c26b486604f42c2c3b2fb88ecd4f7b1904571f3abcd78e414fa78ad567" 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.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-s390x is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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 38 packages
- install alcotest 1.8.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_shims 0.1.0
- install dune 3.17.0
- install fmt 0.9.0
- install logs 0.7.0
- install mdx 2.5.0
- install mtime 2.1.0
- install multicore-bench 0.1.7
- install multicore-magic 2.3.0
- install ocaml-syntax-shims 1.0.0
- install ocaml-version 3.7.1
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install picos 0.6.0
- install picos_aux 0.6.0
- install picos_io 0.6.0
- install picos_mux 0.6.0
- install picos_std 0.6.0
- install psq 0.2.1
- install qcheck-core 0.23
- install qcheck-multicoretests-util 0.5
- install qcheck-stm 0.5
- install re 1.12.0
- install result 1.5
- install seq base
- install stdlib-shims 0.3.0
- install thread-local-storage 0.2
- install thread-table 1.0.0
- install topkg 1.0.7
- install uutf 1.0.3
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.8.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.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.1.0 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved multicore-magic.2.3.0 (cached)
-> retrieved dune.3.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml-version.3.7.1 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved picos.0.6.0, picos_aux.0.6.0, picos_io.0.6.0, picos_mux.0.6.0, picos_std.0.6.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.23 (cached)
-> retrieved qcheck-multicoretests-util.0.5, qcheck-stm.0.5 (cached)
-> retrieved seq.base (cached)
-> retrieved re.1.12.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.6
-> installed seq.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed mtime.2.1.0
-> installed logs.0.7.0
-> installed uutf.1.0.3
-> installed dune.3.17.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed domain_shims.0.1.0
-> installed multicore-magic.2.3.0
-> installed cppo.1.8.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.7.1
-> installed psq.0.2.1
-> installed picos_aux.0.6.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed qcheck-core.0.23
-> installed thread-local-storage.0.2
-> installed thread-table.1.0.0
-> installed qcheck-multicoretests-util.0.5
-> installed picos.0.6.0
-> installed re.1.12.0
-> installed domain-local-await.1.0.1
-> installed qcheck-stm.0.5
-> installed picos_std.0.6.0
-> installed alcotest.1.8.0
-> installed picos_io.0.6.0
-> installed yojson.2.2.2
-> installed picos_mux.0.6.0
-> installed multicore-bench.0.1.7
-> installed mdx.2.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-16 22:36.15 ---> using "ac10ae40de75cb722074a5e443054cdf68a1842c056931e2817eb03bac08507f" from cache
/src: (copy (src .) (dst /src))
2024-12-16 22:36.19 ---> saved as "df84ce562e105f70fa997745f4af346f02402224d467131300f6377a54f69664"
/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 `SYDMIMSF'.
[OK] await between threads 0
Full test results in `/src/_build/default/test/kcas/_build/_tests/Threads'.
Test Successful in 0.006s. 1 test run.
(cd _build/default/test/kcas && ./ms_queue_test.exe)
Testing `MS queue'.
This run has ID `HJS1GSQ3'.
[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.017s. 2 tests run.
(cd _build/default/test/kcas_data && ./dllist_test.exe)
Testing `Dllist'.
This run has ID `0TZE70SF'.
[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/bench && ./main.exe -brief 'Kcas Loc')
Kcas Loc:
ops over time/cas int:
25.49 M/s
ops over time/get:
342.70 M/s
ops over time/incr:
13.11 M/s
ops over time/push & pop:
21.83 M/s
ops over time/swap:
11.82 M/s
ops over time/xchg int:
31.07 M/s
time per op/cas int:
39.23 ns
time per op/get:
2.92 ns
time per op/incr:
76.25 ns
time per op/push & pop:
45.81 ns
time per op/swap:
84.57 ns
time per op/xchg int:
32.18 ns
(cd _build/default/test/kcas_data && ./dllist_test_stm.exe)
random seed: 773462202543073916
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Dllist sequential
[ ] 0 0 0 0 / 32 0.0s Dllist parallel
[ ] 1 0 0 1 / 32 0.4s Dllist parallel
[ ] 2 0 0 2 / 32 0.9s Dllist parallel
[ ] 3 0 0 3 / 32 1.3s Dllist parallel
[ ] 4 0 0 4 / 32 2.3s Dllist parallel
[ ] 5 0 0 5 / 32 2.6s Dllist parallel
[ ] 6 0 0 6 / 32 3.0s Dllist parallel
[ ] 7 0 0 7 / 32 3.4s Dllist parallel
[ ] 8 0 0 8 / 32 4.2s Dllist parallel
[ ] 9 0 0 9 / 32 5.0s Dllist parallel
[ ] 10 0 0 10 / 32 5.5s Dllist parallel
[ ] 11 0 0 11 / 32 5.9s Dllist parallel
[ ] 12 0 0 12 / 32 6.6s Dllist parallel
[ ] 13 0 0 13 / 32 7.4s Dllist parallel
[ ] 14 0 0 14 / 32 8.4s Dllist parallel
[ ] 15 0 0 15 / 32 9.2s Dllist parallel
[ ] 16 0 0 16 / 32 10.2s Dllist parallel
[ ] 17 0 0 17 / 32 11.5s Dllist parallel
[ ] 18 0 0 18 / 32 12.0s Dllist parallel
[ ] 19 0 0 19 / 32 12.9s Dllist parallel
[ ] 20 0 0 20 / 32 13.8s Dllist parallel
[ ] 21 0 0 21 / 32 14.5s Dllist parallel
[ ] 22 0 0 22 / 32 15.5s Dllist parallel
[ ] 23 0 0 23 / 32 16.5s Dllist parallel
[ ] 24 0 0 24 / 32 17.1s Dllist parallel
[ ] 25 0 0 25 / 32 18.2s Dllist parallel
[ ] 26 0 0 26 / 32 18.9s Dllist parallel
[ ] 27 0 0 27 / 32 19.6s Dllist parallel
[ ] 28 0 0 28 / 32 20.5s Dllist parallel
[ ] 29 0 0 29 / 32 21.4s Dllist parallel
[ ] 30 0 0 30 / 32 22.2s Dllist parallel
[ ] 31 0 0 31 / 32 24.1s Dllist parallel
[ ] 32 0 0 32 / 32 25.3s Dllist parallel
[✓] 32 0 0 32 / 32 25.3s Dllist parallel
================================================================================
success (ran 2 tests)
random seed: 136900338374425218
generated error fail pass / total time test name
[ ] 0 0 0 0 / 43 0.0s Dllist sequential
[✓] 43 0 0 43 / 43 0.0s Dllist sequential
[ ] 0 0 0 0 / 43 0.0s Dllist parallel
[ ] 1 0 0 1 / 43 1.3s Dllist parallel
[ ] 2 0 0 2 / 43 3.3s Dllist parallel
[ ] 3 0 0 3 / 43 4.7s Dllist parallel
[ ] 4 0 0 4 / 43 6.1s Dllist parallel
[ ] 5 0 0 5 / 43 7.4s Dllist parallel
[ ] 6 0 0 6 / 43 8.2s Dllist parallel
[ ] 7 0 0 7 / 43 8.6s Dllist parallel
[ ] 8 0 0 8 / 43 9.3s Dllist parallel
[ ] 9 0 0 9 / 43 9.7s Dllist parallel
[ ] 10 0 0 10 / 43 10.3s Dllist parallel
[ ] 11 0 0 11 / 43 11.3s Dllist parallel
[ ] 12 0 0 12 / 43 12.4s Dllist parallel
[ ] 13 0 0 13 / 43 13.4s Dllist parallel
[ ] 14 0 0 14 / 43 14.4s Dllist parallel
[ ] 15 0 0 15 / 43 15.2s Dllist parallel
[ ] 16 0 0 16 / 43 16.8s Dllist parallel
[ ] 17 0 0 17 / 43 17.9s Dllist parallel
[ ] 18 0 0 18 / 43 19.1s Dllist parallel
[ ] 19 0 0 19 / 43 20.2s Dllist parallel
[ ] 20 0 0 20 / 43 20.9s Dllist parallel
[ ] 21 0 0 21 / 43 21.1s Dllist parallel
[ ] 22 0 0 22 / 43 21.6s Dllist parallel
[ ] 23 0 0 23 / 43 22.6s Dllist parallel
[ ] 24 0 0 24 / 43 23.8s Dllist parallel
[ ] 25 0 0 25 / 43 24.3s Dllist parallel
[ ] 26 0 0 26 / 43 25.5s Dllist parallel
[ ] 27 0 0 27 / 43 27.1s Dllist parallel
[ ] 28 0 0 28 / 43 28.4s Dllist parallel
[ ] 29 0 0 29 / 43 29.2s Dllist parallel
[ ] 30 0 0 30 / 43 29.7s Dllist parallel
[ ] 31 0 0 31 / 43 30.3s Dllist parallel
[ ] 32 0 0 32 / 43 31.0s Dllist parallel
[ ] 33 0 0 33 / 43 31.8s Dllist parallel
[ ] 34 0 0 34 / 43 33.1s Dllist parallel
[ ] 35 0 0 35 / 43 33.8s Dllist parallel
[ ] 36 0 0 36 / 43 34.8s Dllist parallel
[ ] 37 0 0 37 / 43 35.5s Dllist parallel
[ ] 38 0 0 38 / 43 36.3s Dllist parallel
[ ] 39 0 0 39 / 43 37.7s Dllist parallel
[ ] 40 0 0 40 / 43 38.7s Dllist parallel
[ ] 41 0 0 41 / 43 39.4s Dllist parallel
[ ] 42 0 0 42 / 43 40.1s Dllist parallel
[ ] 43 0 0 43 / 43 40.9s Dllist parallel
[✓] 43 0 0 43 / 43 40.9s Dllist parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./accumulator_test_stm.exe)
random seed: 1266395107207621270
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Accumulator sequential
[ ] 0 0 0 0 / 32 0.0s Accumulator parallel
[ ] 1 0 0 1 / 32 0.6s Accumulator parallel
[ ] 2 0 0 2 / 32 1.7s Accumulator parallel
[ ] 3 0 0 3 / 32 2.3s Accumulator parallel
[ ] 4 0 0 4 / 32 2.7s Accumulator parallel
[ ] 5 0 0 5 / 32 3.1s Accumulator parallel
[ ] 6 0 0 6 / 32 3.4s Accumulator parallel
[ ] 7 0 0 7 / 32 4.3s Accumulator parallel
[ ] 8 0 0 8 / 32 4.8s Accumulator parallel
[ ] 9 0 0 9 / 32 5.2s Accumulator parallel
[ ] 10 0 0 10 / 32 5.9s Accumulator parallel
[ ] 11 0 0 11 / 32 6.4s Accumulator parallel
[ ] 12 0 0 12 / 32 7.3s Accumulator parallel
[ ] 13 0 0 13 / 32 7.8s Accumulator parallel
[ ] 14 0 0 14 / 32 8.5s Accumulator parallel
[ ] 15 0 0 15 / 32 9.0s Accumulator parallel
[ ] 16 0 0 16 / 32 10.3s Accumulator parallel
[ ] 17 0 0 17 / 32 10.9s Accumulator parallel
[ ] 18 0 0 18 / 32 12.1s Accumulator parallel
[ ] 19 0 0 19 / 32 12.9s Accumulator parallel
[ ] 20 0 0 20 / 32 13.9s Accumulator parallel
[ ] 21 0 0 21 / 32 14.6s Accumulator parallel
[ ] 22 0 0 22 / 32 15.1s Accumulator parallel
[ ] 23 0 0 23 / 32 15.8s Accumulator parallel
[ ] 24 0 0 24 / 32 16.2s Accumulator parallel
[ ] 25 0 0 25 / 32 17.0s Accumulator parallel
[ ] 26 0 0 26 / 32 17.9s Accumulator parallel
[ ] 27 0 0 27 / 32 19.4s Accumulator parallel
[ ] 28 0 0 28 / 32 20.7s Accumulator parallel
[ ] 29 0 0 29 / 32 21.2s Accumulator parallel
[ ] 30 0 0 30 / 32 21.5s Accumulator parallel
[ ] 31 0 0 31 / 32 22.4s Accumulator parallel
[ ] 32 0 0 32 / 32 24.0s Accumulator parallel
[✓] 32 0 0 32 / 32 24.0s Accumulator parallel
================================================================================
success (ran 2 tests)
random seed: 991793178098550694
generated error fail pass / total time test name
[ ] 0 0 0 0 / 47 0.0s Accumulator sequential
[✓] 47 0 0 47 / 47 0.0s Accumulator sequential
[ ] 0 0 0 0 / 47 0.0s Accumulator parallel
[ ] 1 0 0 1 / 47 2.5s Accumulator parallel
[ ] 2 0 0 2 / 47 5.0s Accumulator parallel
[ ] 3 0 0 3 / 47 7.6s Accumulator parallel
[ ] 4 0 0 4 / 47 8.4s Accumulator parallel
[ ] 5 0 0 5 / 47 9.0s Accumulator parallel
[ ] 6 0 0 6 / 47 10.4s Accumulator parallel
[ ] 7 0 0 7 / 47 11.3s Accumulator parallel
[ ] 8 0 0 8 / 47 11.7s Accumulator parallel
[ ] 9 0 0 9 / 47 12.7s Accumulator parallel
[ ] 10 0 0 10 / 47 13.3s Accumulator parallel
[ ] 11 0 0 11 / 47 14.3s Accumulator parallel
[ ] 12 0 0 12 / 47 15.0s Accumulator parallel
[ ] 13 0 0 13 / 47 15.5s Accumulator parallel
[ ] 14 0 0 14 / 47 15.7s Accumulator parallel
[ ] 15 0 0 15 / 47 16.6s Accumulator parallel
[ ] 16 0 0 16 / 47 17.2s Accumulator parallel
[ ] 17 0 0 17 / 47 18.1s Accumulator parallel
[ ] 18 0 0 18 / 47 19.0s Accumulator parallel
[ ] 19 0 0 19 / 47 21.1s Accumulator parallel
[ ] 20 0 0 20 / 47 21.8s Accumulator parallel
[ ] 21 0 0 21 / 47 22.5s Accumulator parallel
[ ] 22 0 0 22 / 47 23.8s Accumulator parallel
[ ] 23 0 0 23 / 47 24.4s Accumulator parallel
[ ] 24 0 0 24 / 47 24.9s Accumulator parallel
[ ] 25 0 0 25 / 47 25.7s Accumulator parallel
[ ] 26 0 0 26 / 47 26.8s Accumulator parallel
[ ] 27 0 0 27 / 47 27.1s Accumulator parallel
[ ] 28 0 0 28 / 47 27.7s Accumulator parallel
[ ] 29 0 0 29 / 47 29.4s Accumulator parallel
[ ] 30 0 0 30 / 47 29.9s Accumulator parallel
[ ] 31 0 0 31 / 47 30.7s Accumulator parallel
[ ] 32 0 0 32 / 47 31.0s Accumulator parallel
[ ] 33 0 0 33 / 47 31.9s Accumulator parallel
[ ] 34 0 0 34 / 47 32.9s Accumulator parallel
[ ] 35 0 0 35 / 47 33.7s Accumulator parallel
[ ] 36 0 0 36 / 47 34.2s Accumulator parallel
[ ] 37 0 0 37 / 47 34.7s Accumulator parallel
[ ] 38 0 0 38 / 47 35.6s Accumulator parallel
[ ] 39 0 0 39 / 47 37.0s Accumulator parallel
[ ] 40 0 0 40 / 47 38.1s Accumulator parallel
[ ] 41 0 0 41 / 47 39.3s Accumulator parallel
[ ] 42 0 0 42 / 47 40.9s Accumulator parallel
[ ] 43 0 0 43 / 47 41.7s Accumulator parallel
[ ] 44 0 0 44 / 47 42.3s Accumulator parallel
[ ] 45 0 0 45 / 47 42.7s Accumulator parallel
[ ] 46 0 0 46 / 47 43.4s Accumulator parallel
[ ] 47 0 0 47 / 47 44.1s Accumulator parallel
[✓] 47 0 0 47 / 47 44.1s Accumulator parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./queue_test.exe)
Testing `Queue'.
This run has ID `P4UY354M'.
[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 `U6UG92Z1'.
[OK] basics 0
Full test results in `/src/_build/default/test/kcas_data/_build/_tests/Mvar'.
Test Successful in 0.013s. 1 test run.
(cd _build/default/test/kcas_data && ./hashtbl_test_stm.exe)
random seed: 1623041595821879849
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 32 0.6s Hashtbl parallel
[ ] 2 0 0 2 / 32 1.0s Hashtbl parallel
[ ] 3 0 0 3 / 32 1.3s Hashtbl parallel
[ ] 4 0 0 4 / 32 1.8s Hashtbl parallel
[ ] 5 0 0 5 / 32 2.5s Hashtbl parallel
[ ] 6 0 0 6 / 32 3.0s Hashtbl parallel
[ ] 7 0 0 7 / 32 3.3s Hashtbl parallel
[ ] 8 0 0 8 / 32 4.1s Hashtbl parallel
[ ] 9 0 0 9 / 32 4.8s Hashtbl parallel
[ ] 10 0 0 10 / 32 5.5s Hashtbl parallel
[ ] 11 0 0 11 / 32 6.0s Hashtbl parallel
[ ] 12 0 0 12 / 32 6.7s Hashtbl parallel
[ ] 13 0 0 13 / 32 7.8s Hashtbl parallel
[ ] 14 0 0 14 / 32 8.7s Hashtbl parallel
[ ] 15 0 0 15 / 32 9.6s Hashtbl parallel
[ ] 16 0 0 16 / 32 10.7s Hashtbl parallel
[ ] 17 0 0 17 / 32 12.0s Hashtbl parallel
[ ] 18 0 0 18 / 32 13.1s Hashtbl parallel
[ ] 19 0 0 19 / 32 13.6s Hashtbl parallel
[ ] 20 0 0 20 / 32 14.6s Hashtbl parallel
[ ] 21 0 0 21 / 32 15.4s Hashtbl parallel
[ ] 22 0 0 22 / 32 16.3s Hashtbl parallel
[ ] 23 0 0 23 / 32 17.2s Hashtbl parallel
[ ] 24 0 0 24 / 32 18.0s Hashtbl parallel
[ ] 25 0 0 25 / 32 18.9s Hashtbl parallel
[ ] 26 0 0 26 / 32 19.6s Hashtbl parallel
[ ] 27 0 0 27 / 32 20.2s Hashtbl parallel
[ ] 28 0 0 28 / 32 21.2s Hashtbl parallel
[ ] 29 0 0 29 / 32 22.2s Hashtbl parallel
[ ] 30 0 0 30 / 32 24.4s Hashtbl parallel
[ ] 31 0 0 31 / 32 26.8s Hashtbl parallel
[ ] 32 0 0 32 / 32 29.3s Hashtbl parallel
[✓] 32 0 0 32 / 32 29.3s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 921853354614155915
generated error fail pass / total time test name
[ ] 0 0 0 0 / 33 0.0s Hashtbl sequential
[✓] 33 0 0 33 / 33 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 33 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 33 0.6s Hashtbl parallel
[ ] 2 0 0 2 / 33 2.0s Hashtbl parallel
[ ] 3 0 0 3 / 33 3.7s Hashtbl parallel
[ ] 4 0 0 4 / 33 4.2s Hashtbl parallel
[ ] 5 0 0 5 / 33 4.6s Hashtbl parallel
[ ] 6 0 0 6 / 33 4.9s Hashtbl parallel
[ ] 7 0 0 7 / 33 5.5s Hashtbl parallel
[ ] 8 0 0 8 / 33 5.9s Hashtbl parallel
[ ] 9 0 0 9 / 33 6.6s Hashtbl parallel
[ ] 10 0 0 10 / 33 7.4s Hashtbl parallel
[ ] 11 0 0 11 / 33 8.6s Hashtbl parallel
[ ] 12 0 0 12 / 33 9.0s Hashtbl parallel
[ ] 13 0 0 13 / 33 10.1s Hashtbl parallel
[ ] 14 0 0 14 / 33 10.9s Hashtbl parallel
[ ] 15 0 0 15 / 33 11.9s Hashtbl parallel
[ ] 16 0 0 16 / 33 13.2s Hashtbl parallel
[ ] 17 0 0 17 / 33 14.6s Hashtbl parallel
[ ] 18 0 0 18 / 33 15.2s Hashtbl parallel
[ ] 19 0 0 19 / 33 16.7s Hashtbl parallel
[ ] 20 0 0 20 / 33 17.2s Hashtbl parallel
[ ] 21 0 0 21 / 33 17.8s Hashtbl parallel
[ ] 22 0 0 22 / 33 18.2s Hashtbl parallel
[ ] 23 0 0 23 / 33 19.6s Hashtbl parallel
[ ] 24 0 0 24 / 33 20.6s Hashtbl parallel
[ ] 25 0 0 25 / 33 21.4s Hashtbl parallel
[ ] 26 0 0 26 / 33 22.1s Hashtbl parallel
[ ] 27 0 0 27 / 33 22.7s Hashtbl parallel
[ ] 28 0 0 28 / 33 23.7s Hashtbl parallel
[ ] 29 0 0 29 / 33 24.5s Hashtbl parallel
[ ] 30 0 0 30 / 33 25.3s Hashtbl parallel
[ ] 31 0 0 31 / 33 25.4s Hashtbl parallel
[ ] 32 0 0 32 / 33 25.9s Hashtbl parallel
[ ] 33 0 0 33 / 33 26.4s Hashtbl parallel
[✓] 33 0 0 33 / 33 26.4s Hashtbl parallel
================================================================================
success (ran 2 tests)
random seed: 1020723740466950397
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl sequential
[✓] 32 0 0 32 / 32 0.0s Hashtbl sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl parallel
[ ] 1 0 0 1 / 32 0.6s Hashtbl parallel
[ ] 3 0 0 3 / 32 1.3s Hashtbl parallel
[ ] 4 0 0 4 / 32 1.9s Hashtbl parallel
[ ] 5 0 0 5 / 32 2.9s Hashtbl parallel
[ ] 6 0 0 6 / 32 4.0s Hashtbl parallel
[ ] 7 0 0 7 / 32 5.2s Hashtbl parallel
[ ] 8 0 0 8 / 32 6.1s Hashtbl parallel
[ ] 9 0 0 9 / 32 7.7s Hashtbl parallel
[ ] 10 0 0 10 / 32 8.6s Hashtbl parallel
[ ] 11 0 0 11 / 32 9.1s Hashtbl parallel
[ ] 12 0 0 12 / 32 9.5s Hashtbl parallel
[ ] 13 0 0 13 / 32 10.2s Hashtbl parallel
[ ] 14 0 0 14 / 32 10.9s Hashtbl parallel
[ ] 15 0 0 15 / 32 12.2s Hashtbl parallel
[ ] 16 0 0 16 / 32 13.3s Hashtbl parallel
[ ] 17 0 0 17 / 32 13.7s Hashtbl parallel
[ ] 18 0 0 18 / 32 14.3s Hashtbl parallel
[ ] 19 0 0 19 / 32 14.6s Hashtbl parallel
[ ] 20 0 0 20 / 32 15.1s Hashtbl parallel
[ ] 21 0 0 21 / 32 15.8s Hashtbl parallel
[ ] 22 0 0 22 / 32 16.4s Hashtbl parallel
[ ] 23 0 0 23 / 32 16.6s Hashtbl parallel
[ ] 24 0 0 24 / 32 17.5s Hashtbl parallel
[ ] 25 0 0 25 / 32 18.2s Hashtbl parallel
[ ] 26 0 0 26 / 32 18.5s Hashtbl parallel
[ ] 27 0 0 27 / 32 19.4s Hashtbl parallel
[ ] 28 0 0 28 / 32 19.7s Hashtbl parallel
[ ] 29 0 0 29 / 32 20.4s Hashtbl parallel
[ ] 30 0 0 30 / 32 21.1s Hashtbl parallel
[ ] 31 0 0 31 / 32 21.5s Hashtbl parallel
[ ] 32 0 0 32 / 32 21.7s Hashtbl parallel
[✓] 32 0 0 32 / 32 21.7s Hashtbl parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test.exe)
Testing `Stack'.
This run has ID `1OY4IATA'.
[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 && ./hashtbl_test.exe)
Testing `Hashtbl'.
This run has ID `CMXCWB1I'.
[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.037s. 4 tests run.
(cd _build/default/test/kcas_data && ./xt_test.exe)
Testing `Transactions'.
This run has ID `YFT6WABP'.
[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 `BGFQGURA'.
[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 92.526s. 17 tests run.
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt')
Kcas Xt:
time per transaction/0 loc tx:
136.89 ns
time per transaction/1 loc tx:
458.90 ns
time per transaction/2 loc tx:
476.94 ns
time per transaction/4 loc tx:
858.60 ns
time per transaction/8 loc tx:
887.97 ns
transactions over time/0 loc tx:
7.31 M/s
transactions over time/1 loc tx:
2.18 M/s
transactions over time/2 loc tx:
2.10 M/s
transactions over time/4 loc tx:
1.16 M/s
transactions over time/8 loc tx:
1.13 M/s
Kcas Xt read-only:
time per transaction/0 loc tx:
86.70 ns
time per transaction/1 loc tx:
128.45 ns
time per transaction/2 loc tx:
168.03 ns
time per transaction/4 loc tx:
661.17 ns
time per transaction/8 loc tx:
343.11 ns
transactions over time/0 loc tx:
11.53 M/s
transactions over time/1 loc tx:
7.79 M/s
transactions over time/2 loc tx:
5.95 M/s
transactions over time/4 loc tx:
1.51 M/s
transactions over time/8 loc tx:
2.91 M/s
(cd _build/default/test/kcas_data && ./lru_cache_example.exe)
LRU Cache OK!
(cd _build/default/bench && ./main.exe -brief 'Kcas Xt read-only')
Kcas Xt read-only:
time per transaction/0 loc tx:
42.85 ns
time per transaction/1 loc tx:
691.16 ns
time per transaction/2 loc tx:
129.02 ns
time per transaction/4 loc tx:
430.47 ns
time per transaction/8 loc tx:
1061.35 ns
transactions over time/0 loc tx:
23.34 M/s
transactions over time/1 loc tx:
1.45 M/s
transactions over time/2 loc tx:
7.75 M/s
transactions over time/4 loc tx:
2.32 M/s
transactions over time/8 loc tx:
0.94 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas parallel CMP')
Kcas parallel CMP:
time per transaction/1 worker:
407.20 ns
time per transaction/2 workers:
381.16 ns
time per transaction/4 workers:
4557.26 ns
transactions over time/1 worker:
2.46 M/s
transactions over time/2 workers:
5.25 M/s
transactions over time/4 workers:
0.88 M/s
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Accumulator')
Kcas_data Accumulator:
operations over time/1 worker, 0% reads:
13.69 M/s
operations over time/2 workers, 0% reads:
39.75 M/s
operations over time/4 workers, 0% reads:
11.97 M/s
time per operation/1 worker, 0% reads:
73.03 ns
time per operation/2 workers, 0% reads:
50.31 ns
time per operation/4 workers, 0% reads:
334.11 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Dllist')
Kcas_data Dllist:
messages over time/1 nb adder, 1 nb taker:
0.40 M/s
messages over time/1 nb adder, 2 nb takers:
0.09 M/s
messages over time/2 nb adders, 1 nb taker:
0.29 M/s
messages over time/2 nb adders, 2 nb takers:
0.15 M/s
messages over time/one domain:
0.57 M/s
time per message/1 nb adder, 1 nb taker:
5046.09 ns
time per message/1 nb adder, 2 nb takers:
32507.48 ns
time per message/2 nb adders, 1 nb taker:
10372.08 ns
time per message/2 nb adders, 2 nb takers:
27026.30 ns
time per message/one domain:
1756.89 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Hashtbl')
Kcas_data Hashtbl:
operations over time/1 worker, 10% reads:
2.21 M/s
operations over time/1 worker, 50% reads:
2.90 M/s
operations over time/1 worker, 90% reads:
18.08 M/s
operations over time/2 workers, 10% reads:
3.45 M/s
operations over time/2 workers, 50% reads:
4.39 M/s
operations over time/2 workers, 90% reads:
8.64 M/s
operations over time/4 workers, 10% reads:
0.81 M/s
operations over time/4 workers, 50% reads:
1.19 M/s
operations over time/4 workers, 90% reads:
4.27 M/s
time per operation/1 worker, 10% reads:
452.81 ns
time per operation/1 worker, 50% reads:
344.82 ns
time per operation/1 worker, 90% reads:
55.30 ns
time per operation/2 workers, 10% reads:
579.31 ns
time per operation/2 workers, 50% reads:
455.71 ns
time per operation/2 workers, 90% reads:
231.60 ns
time per operation/4 workers, 10% reads:
4946.88 ns
time per operation/4 workers, 50% reads:
3347.76 ns
time per operation/4 workers, 90% reads:
937.44 ns
(cd _build/default/test/kcas_data && ./queue_test_stm.exe)
random seed: 2467823304573382062
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Queue sequential
[ ] 0 0 0 0 / 32 0.0s Queue parallel
[ ] 1 0 0 1 / 32 1.3s Queue parallel
[ ] 2 0 0 2 / 32 2.3s Queue parallel
[ ] 3 0 0 3 / 32 2.8s Queue parallel
[ ] 4 0 0 4 / 32 3.3s Queue parallel
[ ] 5 0 0 5 / 32 3.8s Queue parallel
[ ] 6 0 0 6 / 32 4.3s Queue parallel
[ ] 7 0 0 7 / 32 5.1s Queue parallel
[ ] 8 0 0 8 / 32 6.0s Queue parallel
[ ] 9 0 0 9 / 32 6.4s Queue parallel
[ ] 10 0 0 10 / 32 6.6s Queue parallel
[ ] 12 0 0 12 / 32 7.1s Queue parallel
[ ] 13 0 0 13 / 32 7.5s Queue parallel
[ ] 14 0 0 14 / 32 8.3s Queue parallel
[ ] 15 0 0 15 / 32 8.5s Queue parallel
[ ] 16 0 0 16 / 32 9.0s Queue parallel
[ ] 17 0 0 17 / 32 9.6s Queue parallel
[ ] 18 0 0 18 / 32 10.5s Queue parallel
[ ] 19 0 0 19 / 32 11.0s Queue parallel
[ ] 20 0 0 20 / 32 11.8s Queue parallel
[ ] 21 0 0 21 / 32 12.3s Queue parallel
[ ] 22 0 0 22 / 32 12.8s Queue parallel
[ ] 23 0 0 23 / 32 13.6s Queue parallel
[ ] 24 0 0 24 / 32 14.0s Queue parallel
[ ] 25 0 0 25 / 32 14.6s Queue parallel
[ ] 26 0 0 26 / 32 15.1s Queue parallel
[ ] 27 0 0 27 / 32 15.5s Queue parallel
[ ] 28 0 0 28 / 32 15.9s Queue parallel
[ ] 29 0 0 29 / 32 16.5s Queue parallel
[ ] 30 0 0 30 / 32 16.7s Queue parallel
[ ] 31 0 0 31 / 32 17.5s Queue parallel
[ ] 32 0 0 32 / 32 18.1s Queue parallel
[✓] 32 0 0 32 / 32 18.1s Queue parallel
================================================================================
success (ran 2 tests)
random seed: 365806996657423822
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Queue sequential
[✓] 64 0 0 64 / 64 0.0s Queue sequential
[ ] 0 0 0 0 / 64 0.0s Queue parallel
[ ] 1 0 0 1 / 64 0.3s Queue parallel
[ ] 2 0 0 2 / 64 1.1s Queue parallel
[ ] 3 0 0 3 / 64 1.7s Queue parallel
[ ] 4 0 0 4 / 64 2.2s Queue parallel
[ ] 5 0 0 5 / 64 2.6s Queue parallel
[ ] 6 0 0 6 / 64 3.0s Queue parallel
[ ] 7 0 0 7 / 64 3.9s Queue parallel
[ ] 8 0 0 8 / 64 5.0s Queue parallel
[ ] 9 0 0 9 / 64 5.6s Queue parallel
[ ] 10 0 0 10 / 64 6.3s Queue parallel
[ ] 11 0 0 11 / 64 7.3s Queue parallel
[ ] 12 0 0 12 / 64 8.2s Queue parallel
[ ] 13 0 0 13 / 64 9.5s Queue parallel
[ ] 14 0 0 14 / 64 10.3s Queue parallel
[ ] 15 0 0 15 / 64 10.6s Queue parallel
[ ] 16 0 0 16 / 64 11.1s Queue parallel
[ ] 17 0 0 17 / 64 12.0s Queue parallel
[ ] 18 0 0 18 / 64 12.9s Queue parallel
[ ] 19 0 0 19 / 64 14.2s Queue parallel
[ ] 20 0 0 20 / 64 16.0s Queue parallel
[ ] 21 0 0 21 / 64 17.1s Queue parallel
[ ] 22 0 0 22 / 64 18.5s Queue parallel
[ ] 23 0 0 23 / 64 19.2s Queue parallel
[ ] 24 0 0 24 / 64 20.9s Queue parallel
[ ] 25 0 0 25 / 64 22.3s Queue parallel
[ ] 26 0 0 26 / 64 23.3s Queue parallel
[ ] 27 0 0 27 / 64 24.0s Queue parallel
[ ] 28 0 0 28 / 64 26.1s Queue parallel
[ ] 29 0 0 29 / 64 26.7s Queue parallel
[ ] 30 0 0 30 / 64 27.9s Queue parallel
[ ] 31 0 0 31 / 64 28.5s Queue parallel
[ ] 32 0 0 32 / 64 29.3s Queue parallel
[ ] 33 0 0 33 / 64 30.4s Queue parallel
[ ] 34 0 0 34 / 64 31.4s Queue parallel
[ ] 35 0 0 35 / 64 32.0s Queue parallel
[ ] 36 0 0 36 / 64 33.7s Queue parallel
[ ] 37 0 0 37 / 64 34.6s Queue parallel
[ ] 38 0 0 38 / 64 35.3s Queue parallel
[ ] 39 0 0 39 / 64 36.1s Queue parallel
[ ] 40 0 0 40 / 64 36.6s Queue parallel
[ ] 41 0 0 41 / 64 37.0s Queue parallel
[ ] 42 0 0 42 / 64 37.5s Queue parallel
[ ] 43 0 0 43 / 64 38.3s Queue parallel
[ ] 44 0 0 44 / 64 39.5s Queue parallel
[ ] 45 0 0 45 / 64 40.6s Queue parallel
[ ] 46 0 0 46 / 64 41.7s Queue parallel
[ ] 47 0 0 47 / 64 42.4s Queue parallel
[ ] 48 0 0 48 / 64 42.9s Queue parallel
[ ] 49 0 0 49 / 64 43.7s Queue parallel
[ ] 50 0 0 50 / 64 44.7s Queue parallel
[ ] 51 0 0 51 / 64 45.7s Queue parallel
[ ] 52 0 0 52 / 64 46.6s Queue parallel
[ ] 53 0 0 53 / 64 48.5s Queue parallel
[ ] 54 0 0 54 / 64 49.4s Queue parallel
[ ] 55 0 0 55 / 64 49.9s Queue parallel
[ ] 56 0 0 56 / 64 50.9s Queue parallel
[ ] 57 0 0 57 / 64 51.6s Queue parallel
[ ] 58 0 0 58 / 64 52.7s Queue parallel
[ ] 59 0 0 59 / 64 53.2s Queue parallel
[ ] 60 0 0 60 / 64 54.4s Queue parallel
[ ] 61 0 0 61 / 64 55.5s Queue parallel
[ ] 62 0 0 62 / 64 56.3s Queue parallel
[ ] 63 0 0 63 / 64 57.5s Queue parallel
[ ] 64 0 0 64 / 64 58.4s Queue parallel
[✓] 64 0 0 64 / 64 58.4s Queue parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./linearizable_chaining_example.exe)
random seed: 1180936481028672048
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 32 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 32 0.2s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 32 1.3s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 32 2.3s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 32 3.0s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 32 3.4s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 32 3.6s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 32 3.9s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 32 4.5s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 32 5.2s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 32 5.6s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 32 6.8s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 32 7.6s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 32 7.9s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 32 8.4s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 32 8.7s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 32 9.3s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 32 9.8s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 32 10.8s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 32 11.2s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 32 11.4s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 32 12.0s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 32 12.4s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 32 13.8s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 32 14.5s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 32 14.8s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 32 15.2s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 32 15.7s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 32 16.2s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 32 16.6s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 32 17.0s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 32 17.7s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 32 18.1s Hashtbl_with_order parallel
[✓] 32 0 0 32 / 32 18.1s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
random seed: 3779952394739568001
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order sequential
[✓] 64 0 0 64 / 64 0.0s Hashtbl_with_order sequential
[ ] 0 0 0 0 / 64 0.0s Hashtbl_with_order parallel
[ ] 1 0 0 1 / 64 0.5s Hashtbl_with_order parallel
[ ] 2 0 0 2 / 64 1.3s Hashtbl_with_order parallel
[ ] 3 0 0 3 / 64 1.8s Hashtbl_with_order parallel
[ ] 4 0 0 4 / 64 2.3s Hashtbl_with_order parallel
[ ] 5 0 0 5 / 64 2.7s Hashtbl_with_order parallel
[ ] 6 0 0 6 / 64 3.6s Hashtbl_with_order parallel
[ ] 7 0 0 7 / 64 5.0s Hashtbl_with_order parallel
[ ] 8 0 0 8 / 64 5.7s Hashtbl_with_order parallel
[ ] 9 0 0 9 / 64 6.2s Hashtbl_with_order parallel
[ ] 10 0 0 10 / 64 6.8s Hashtbl_with_order parallel
[ ] 11 0 0 11 / 64 7.5s Hashtbl_with_order parallel
[ ] 12 0 0 12 / 64 8.7s Hashtbl_with_order parallel
[ ] 13 0 0 13 / 64 10.5s Hashtbl_with_order parallel
[ ] 14 0 0 14 / 64 10.8s Hashtbl_with_order parallel
[ ] 15 0 0 15 / 64 12.1s Hashtbl_with_order parallel
[ ] 16 0 0 16 / 64 13.0s Hashtbl_with_order parallel
[ ] 17 0 0 17 / 64 14.4s Hashtbl_with_order parallel
[ ] 18 0 0 18 / 64 15.4s Hashtbl_with_order parallel
[ ] 19 0 0 19 / 64 16.5s Hashtbl_with_order parallel
[ ] 20 0 0 20 / 64 16.8s Hashtbl_with_order parallel
[ ] 21 0 0 21 / 64 17.3s Hashtbl_with_order parallel
[ ] 22 0 0 22 / 64 18.6s Hashtbl_with_order parallel
[ ] 23 0 0 23 / 64 19.6s Hashtbl_with_order parallel
[ ] 24 0 0 24 / 64 21.2s Hashtbl_with_order parallel
[ ] 25 0 0 25 / 64 22.3s Hashtbl_with_order parallel
[ ] 26 0 0 26 / 64 23.1s Hashtbl_with_order parallel
[ ] 27 0 0 27 / 64 24.3s Hashtbl_with_order parallel
[ ] 28 0 0 28 / 64 26.0s Hashtbl_with_order parallel
[ ] 29 0 0 29 / 64 27.0s Hashtbl_with_order parallel
[ ] 30 0 0 30 / 64 28.0s Hashtbl_with_order parallel
[ ] 31 0 0 31 / 64 28.7s Hashtbl_with_order parallel
[ ] 32 0 0 32 / 64 29.2s Hashtbl_with_order parallel
[ ] 33 0 0 33 / 64 30.5s Hashtbl_with_order parallel
[ ] 34 0 0 34 / 64 31.7s Hashtbl_with_order parallel
[ ] 35 0 0 35 / 64 34.1s Hashtbl_with_order parallel
[ ] 36 0 0 36 / 64 34.9s Hashtbl_with_order parallel
[ ] 37 0 0 37 / 64 36.5s Hashtbl_with_order parallel
[ ] 38 0 0 38 / 64 37.2s Hashtbl_with_order parallel
[ ] 39 0 0 39 / 64 37.7s Hashtbl_with_order parallel
[ ] 40 0 0 40 / 64 38.5s Hashtbl_with_order parallel
[ ] 41 0 0 41 / 64 39.7s Hashtbl_with_order parallel
[ ] 42 0 0 42 / 64 40.7s Hashtbl_with_order parallel
[ ] 43 0 0 43 / 64 41.2s Hashtbl_with_order parallel
[ ] 44 0 0 44 / 64 42.3s Hashtbl_with_order parallel
[ ] 45 0 0 45 / 64 43.4s Hashtbl_with_order parallel
[ ] 46 0 0 46 / 64 44.4s Hashtbl_with_order parallel
[ ] 47 0 0 47 / 64 45.3s Hashtbl_with_order parallel
[ ] 48 0 0 48 / 64 46.1s Hashtbl_with_order parallel
[ ] 49 0 0 49 / 64 47.0s Hashtbl_with_order parallel
[ ] 50 0 0 50 / 64 48.7s Hashtbl_with_order parallel
[ ] 51 0 0 51 / 64 49.8s Hashtbl_with_order parallel
[ ] 52 0 0 52 / 64 50.9s Hashtbl_with_order parallel
[ ] 53 0 0 53 / 64 51.5s Hashtbl_with_order parallel
[ ] 54 0 0 54 / 64 52.6s Hashtbl_with_order parallel
[ ] 55 0 0 55 / 64 53.1s Hashtbl_with_order parallel
[ ] 56 0 0 56 / 64 53.3s Hashtbl_with_order parallel
[ ] 57 0 0 57 / 64 54.6s Hashtbl_with_order parallel
[ ] 58 0 0 58 / 64 56.1s Hashtbl_with_order parallel
[ ] 59 0 0 59 / 64 57.2s Hashtbl_with_order parallel
[ ] 60 0 0 60 / 64 58.5s Hashtbl_with_order parallel
[ ] 61 0 0 61 / 64 61.0s Hashtbl_with_order parallel
[ ] 62 0 0 62 / 64 62.2s Hashtbl_with_order parallel
[ ] 63 0 0 63 / 64 63.2s Hashtbl_with_order parallel
[ ] 64 0 0 64 / 64 64.0s Hashtbl_with_order parallel
[✓] 64 0 0 64 / 64 64.0s Hashtbl_with_order parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test/kcas_data && ./stack_test_stm.exe)
random seed: 2140123460272514470
generated error fail pass / total time test name
[ ] 0 0 0 0 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack sequential (generating)
[✓] 32 0 0 32 / 32 0.0s Stack sequential
[ ] 0 0 0 0 / 32 0.0s Stack parallel
[ ] 2 0 0 2 / 32 0.1s Stack parallel
[ ] 4 0 0 4 / 32 0.5s Stack parallel
[ ] 5 0 0 5 / 32 1.0s Stack parallel
[ ] 6 0 0 6 / 32 1.5s Stack parallel
[ ] 7 0 0 7 / 32 2.0s Stack parallel
[ ] 8 0 0 8 / 32 3.0s Stack parallel
[ ] 10 0 0 10 / 32 3.2s Stack parallel
[ ] 11 0 0 11 / 32 3.8s Stack parallel
[ ] 12 0 0 12 / 32 4.3s Stack parallel
[ ] 13 0 0 13 / 32 4.7s Stack parallel
[ ] 14 0 0 14 / 32 4.8s Stack parallel
[ ] 15 0 0 15 / 32 5.7s Stack parallel
[ ] 16 0 0 16 / 32 6.0s Stack parallel
[ ] 17 0 0 17 / 32 6.6s Stack parallel
[ ] 18 0 0 18 / 32 7.6s Stack parallel
[ ] 19 0 0 19 / 32 8.3s Stack parallel
[ ] 20 0 0 20 / 32 9.0s Stack parallel
[ ] 21 0 0 21 / 32 9.5s Stack parallel
[ ] 22 0 0 22 / 32 10.1s Stack parallel
[ ] 23 0 0 23 / 32 10.7s Stack parallel
[ ] 24 0 0 24 / 32 11.3s Stack parallel
[ ] 25 0 0 25 / 32 12.3s Stack parallel
[ ] 26 0 0 26 / 32 12.8s Stack parallel
[ ] 27 0 0 27 / 32 13.4s Stack parallel
[ ] 28 0 0 28 / 32 13.9s Stack parallel
[ ] 29 0 0 29 / 32 14.8s Stack parallel
[ ] 30 0 0 30 / 32 15.6s Stack parallel
[ ] 31 0 0 31 / 32 17.4s Stack parallel
[ ] 32 0 0 32 / 32 18.3s Stack parallel
[✓] 32 0 0 32 / 32 18.3s Stack parallel
================================================================================
success (ran 2 tests)
random seed: 4329636648349092148
generated error fail pass / total time test name
[ ] 0 0 0 0 / 64 0.0s Stack sequential
[✓] 64 0 0 64 / 64 0.0s Stack sequential
[ ] 0 0 0 0 / 64 0.0s Stack parallel
[ ] 1 0 0 1 / 64 1.1s Stack parallel
[ ] 2 0 0 2 / 64 2.2s Stack parallel
[ ] 3 0 0 3 / 64 3.5s Stack parallel
[ ] 4 0 0 4 / 64 4.8s Stack parallel
[ ] 5 0 0 5 / 64 5.5s Stack parallel
[ ] 6 0 0 6 / 64 6.9s Stack parallel
[ ] 7 0 0 7 / 64 7.8s Stack parallel
[ ] 8 0 0 8 / 64 9.1s Stack parallel
[ ] 9 0 0 9 / 64 10.7s Stack parallel
[ ] 10 0 0 10 / 64 11.4s Stack parallel
[ ] 11 0 0 11 / 64 12.5s Stack parallel
[ ] 12 0 0 12 / 64 13.7s Stack parallel
[ ] 13 0 0 13 / 64 15.1s Stack parallel
[ ] 14 0 0 14 / 64 15.8s Stack parallel
[ ] 15 0 0 15 / 64 17.0s Stack parallel
[ ] 16 0 0 16 / 64 17.7s Stack parallel
[ ] 17 0 0 17 / 64 19.1s Stack parallel
[ ] 18 0 0 18 / 64 20.6s Stack parallel
[ ] 19 0 0 19 / 64 21.2s Stack parallel
[ ] 20 0 0 20 / 64 23.6s Stack parallel
[ ] 21 0 0 21 / 64 25.0s Stack parallel
[ ] 22 0 0 22 / 64 25.8s Stack parallel
[ ] 23 0 0 23 / 64 26.1s Stack parallel
[ ] 24 0 0 24 / 64 26.7s Stack parallel
[ ] 25 0 0 25 / 64 28.0s Stack parallel
[ ] 26 0 0 26 / 64 28.9s Stack parallel
[ ] 27 0 0 27 / 64 29.5s Stack parallel
[ ] 28 0 0 28 / 64 29.7s Stack parallel
[ ] 29 0 0 29 / 64 30.6s Stack parallel
[ ] 30 0 0 30 / 64 31.4s Stack parallel
[ ] 31 0 0 31 / 64 32.2s Stack parallel
[ ] 32 0 0 32 / 64 32.9s Stack parallel
[ ] 33 0 0 33 / 64 33.4s Stack parallel
[ ] 34 0 0 34 / 64 34.0s Stack parallel
[ ] 35 0 0 35 / 64 35.4s Stack parallel
[ ] 36 0 0 36 / 64 36.1s Stack parallel
[ ] 37 0 0 37 / 64 37.4s Stack parallel
[ ] 38 0 0 38 / 64 38.2s Stack parallel
[ ] 39 0 0 39 / 64 39.1s Stack parallel
[ ] 40 0 0 40 / 64 40.3s Stack parallel
[ ] 41 0 0 41 / 64 41.0s Stack parallel
[ ] 42 0 0 42 / 64 41.7s Stack parallel
[ ] 43 0 0 43 / 64 42.2s Stack parallel
[ ] 44 0 0 44 / 64 43.1s Stack parallel
[ ] 45 0 0 45 / 64 44.5s Stack parallel
[ ] 46 0 0 46 / 64 45.8s Stack parallel
[ ] 47 0 0 47 / 64 46.8s Stack parallel
[ ] 48 0 0 48 / 64 47.2s Stack parallel
[ ] 49 0 0 49 / 64 48.3s Stack parallel
[ ] 50 0 0 50 / 64 49.2s Stack parallel
[ ] 51 0 0 51 / 64 50.8s Stack parallel
[ ] 52 0 0 52 / 64 51.9s Stack parallel
[ ] 53 0 0 53 / 64 52.7s Stack parallel
[ ] 54 0 0 54 / 64 53.0s Stack parallel
[ ] 55 0 0 55 / 64 53.3s Stack parallel
[ ] 57 0 0 57 / 64 54.6s Stack parallel
[ ] 58 0 0 58 / 64 55.9s Stack parallel
[ ] 59 0 0 59 / 64 57.1s Stack parallel
[ ] 60 0 0 60 / 64 57.7s Stack parallel
[ ] 61 0 0 61 / 64 58.6s Stack parallel
[ ] 62 0 0 62 / 64 59.4s Stack parallel
[ ] 63 0 0 63 / 64 60.5s Stack parallel
[ ] 64 0 0 64 / 64 61.0s Stack parallel
[✓] 64 0 0 64 / 64 61.0s Stack parallel
================================================================================
success (ran 2 tests)
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Mvar')
Kcas_data Mvar:
messages over time/1 adder, 1 nb taker:
0.05 M/s
messages over time/1 adder, 1 taker:
0.11 M/s
messages over time/1 adder, 2 nb takers:
0.03 M/s
messages over time/1 adder, 2 takers:
0.02 M/s
messages over time/1 nb adder, 1 nb taker:
2.67 M/s
messages over time/1 nb adder, 1 taker:
0.09 M/s
messages over time/1 nb adder, 2 nb takers:
1.00 M/s
messages over time/1 nb adder, 2 takers:
0.02 M/s
messages over time/2 adders, 1 nb taker:
0.03 M/s
messages over time/2 adders, 1 taker:
0.01 M/s
messages over time/2 adders, 2 nb takers:
0.03 M/s
messages over time/2 adders, 2 takers:
0.04 M/s
messages over time/2 nb adders, 1 nb taker:
1.51 M/s
messages over time/2 nb adders, 1 taker:
0.07 M/s
messages over time/2 nb adders, 2 nb takers:
0.28 M/s
messages over time/2 nb adders, 2 takers:
0.02 M/s
time per message/1 adder, 1 nb taker:
37679.30 ns
time per message/1 adder, 1 taker:
18696.35 ns
time per message/1 adder, 2 nb takers:
98345.95 ns
time per message/1 adder, 2 takers:
140688.69 ns
time per message/1 nb adder, 1 nb taker:
748.16 ns
time per message/1 nb adder, 1 taker:
21278.82 ns
time per message/1 nb adder, 2 nb takers:
2997.44 ns
time per message/1 nb adder, 2 takers:
120013.44 ns
time per message/2 adders, 1 nb taker:
105682.08 ns
time per message/2 adders, 1 taker:
389340.60 ns
time per message/2 adders, 2 nb takers:
143211.45 ns
time per message/2 adders, 2 takers:
103987.63 ns
time per message/2 nb adders, 1 nb taker:
1992.59 ns
time per message/2 nb adders, 1 taker:
45253.04 ns
time per message/2 nb adders, 2 nb takers:
14429.91 ns
time per message/2 nb adders, 2 takers:
246587.02 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Queue')
Kcas_data Queue:
messages over time/1 nb adder, 1 nb taker:
7.50 M/s
messages over time/1 nb adder, 1 taker:
6.34 M/s
messages over time/1 nb adder, 2 nb takers:
1.09 M/s
messages over time/1 nb adder, 2 takers:
3.67 M/s
messages over time/2 nb adders, 1 nb taker:
1.59 M/s
messages over time/2 nb adders, 1 taker:
1.46 M/s
messages over time/2 nb adders, 2 nb takers:
1.03 M/s
messages over time/2 nb adders, 2 takers:
3.46 M/s
messages over time/one domain:
4.11 M/s
time per message/1 nb adder, 1 nb taker:
266.76 ns
time per message/1 nb adder, 1 taker:
315.52 ns
time per message/1 nb adder, 2 nb takers:
2761.13 ns
time per message/1 nb adder, 2 takers:
817.98 ns
time per message/2 nb adders, 1 nb taker:
1885.46 ns
time per message/2 nb adders, 1 taker:
2056.73 ns
time per message/2 nb adders, 2 nb takers:
3883.69 ns
time per message/2 nb adders, 2 takers:
1157.51 ns
time per message/one domain:
243.02 ns
(cd _build/default/bench && ./main.exe -brief 'Kcas_data Stack')
Kcas_data Stack:
messages over time/1 nb adder, 1 nb taker:
10.82 M/s
messages over time/1 nb adder, 1 taker:
17.27 M/s
messages over time/1 nb adder, 2 nb takers:
6.72 M/s
messages over time/1 nb adder, 2 takers:
17.89 M/s
messages over time/2 nb adders, 1 nb taker:
6.34 M/s
messages over time/2 nb adders, 1 taker:
13.74 M/s
messages over time/2 nb adders, 2 nb takers:
3.58 M/s
messages over time/2 nb adders, 2 takers:
2.19 M/s
messages over time/one domain:
4.22 M/s
time per message/1 nb adder, 1 nb taker:
184.81 ns
time per message/1 nb adder, 1 taker:
115.81 ns
time per message/1 nb adder, 2 nb takers:
446.50 ns
time per message/1 nb adder, 2 takers:
167.69 ns
time per message/2 nb adders, 1 nb taker:
473.51 ns
time per message/2 nb adders, 1 taker:
218.33 ns
time per message/2 nb adders, 2 nb takers:
1116.02 ns
time per message/2 nb adders, 2 takers:
1825.26 ns
time per message/one domain:
236.80 ns
2024-12-16 22:40.06 ---> saved as "366443ce3bb3e783cce88a82b33d5dee8a71dd636ff5e4ba2cf60dcf8e9d10d5"
Job succeeded
2024-12-16 22:40.07: Job succeeded