Organisationsocaml-multicoresaturn171b66 ()debian-12-4.14_ppc64_opam-2.1

debian-12-4.14_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-07-25 15:03.03: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/pull/146/head (171b6666b57e867590f505ee107b923e6fc4af56) (linux-ppc64:debian-12-4.14_ppc64_opam-2.1)
Base: ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/saturn.git" && cd "saturn" && git fetch origin "refs/pull/146/head" && git reset --hard 171b6666
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549
# debian-12-4.14_ppc64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
    opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.13.1 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-ppc64.1 host-system-other.1 mtime.2.0.0 multicore-bench.0.1.4 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-ounit.0.22 qcheck-stm.0.3 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y saturn_lockfree.dev saturn.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-07-25 15:03.03: Using cache hint "ocaml-multicore/saturn-ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549-debian-12-4.14_ppc64_opam-2.1-1c4222514018445fd320e179cb4060aa"
2024-07-25 15:03.03: Using OBuilder spec:
((from ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549)
 (comment debian-12-4.14_ppc64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev './' && \
             \nopam pin add -yn saturn.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.13.1 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-ppc64.1 host-system-other.1 mtime.2.0.0 multicore-bench.0.1.4 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-ounit.0.22 qcheck-stm.0.3 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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.1 --depext-only -y saturn_lockfree.dev saturn.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-07-25 15:03.03: Waiting for resource in pool OCluster
2024-07-25 15:03.03: Waiting for worker…
2024-07-25 15:03.03: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at 171b666 Add missing file to make dscheck tests work.


(from ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549)
Unable to find image 'ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549' locally
docker.io/ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549: Pulling from ocaml/opam
2ebe64104880: Already exists
36d70bb5f38f: Already exists
a76357984f12: Already exists
4313c2b0cf63: Already exists
cd3e526cd33e: Already exists
3672606a32ef: Already exists
9e0904a23788: Pulling fs layer
7231fe17ee4b: Pulling fs layer
36bc9286b1d8: Pulling fs layer
a06a21f7053b: Pulling fs layer
53294f88931c: Pulling fs layer
91b7dc328089: Pulling fs layer
31d95692bf4c: Pulling fs layer
f28de6e0a1f6: Pulling fs layer
21737ce92933: Pulling fs layer
91b7dc328089: Waiting
a06a21f7053b: Waiting
6b8ed06a1c9b: Pulling fs layer
53294f88931c: Waiting
31d95692bf4c: Waiting
25af126956a1: Pulling fs layer
f28de6e0a1f6: Waiting
aec5a12119b4: Pulling fs layer
21737ce92933: Waiting
6b8ed06a1c9b: Waiting
4f4fb700ef54: Pulling fs layer
aec5a12119b4: Waiting
373243bf3ed8: Pulling fs layer
4f4fb700ef54: Waiting
873ea3624637: Pulling fs layer
373243bf3ed8: Waiting
064dddec80ef: Pulling fs layer
873ea3624637: Waiting
d3627fb5901d: Pulling fs layer
064dddec80ef: Waiting
7a42ea52a44d: Pulling fs layer
d3627fb5901d: Waiting
3928e6f790ff: Pulling fs layer
070b72c931fd: Pulling fs layer
3928e6f790ff: Waiting
2cfad423d55a: Pulling fs layer
1685825b21f0: Pulling fs layer
070b72c931fd: Waiting
2cfad423d55a: Waiting
1899672f7254: Pulling fs layer
1685825b21f0: Waiting
8167e46198d5: Pulling fs layer
1899672f7254: Waiting
8fbaf3b13eca: Pulling fs layer
8167e46198d5: Waiting
feac4fecb9bb: Pulling fs layer
8fbaf3b13eca: Waiting
82ca9fa9149e: Pulling fs layer
feac4fecb9bb: Waiting
83dd89e6e9b7: Pulling fs layer
82ca9fa9149e: Waiting
eac071c10a73: Pulling fs layer
83dd89e6e9b7: Waiting
238a88c57750: Pulling fs layer
eac071c10a73: Waiting
530b6a2aaea9: Pulling fs layer
238a88c57750: Waiting
b0ffa5eaea2b: Pulling fs layer
530b6a2aaea9: Waiting
1ec4cd29b2dd: Pulling fs layer
b0ffa5eaea2b: Waiting
dd89148995f7: Pulling fs layer
1ec4cd29b2dd: Waiting
dd89148995f7: Waiting
36bc9286b1d8: Verifying Checksum
36bc9286b1d8: Download complete
9e0904a23788: Verifying Checksum
9e0904a23788: Download complete
7231fe17ee4b: Verifying Checksum
7231fe17ee4b: Download complete
9e0904a23788: Pull complete
91b7dc328089: Verifying Checksum
91b7dc328089: Download complete
7231fe17ee4b: Pull complete
a06a21f7053b: Verifying Checksum
a06a21f7053b: Download complete
31d95692bf4c: Verifying Checksum
31d95692bf4c: Download complete
36bc9286b1d8: Pull complete
53294f88931c: Verifying Checksum
53294f88931c: Download complete
f28de6e0a1f6: Download complete
21737ce92933: Download complete
6b8ed06a1c9b: Verifying Checksum
6b8ed06a1c9b: Download complete
25af126956a1: Verifying Checksum
25af126956a1: Download complete
4f4fb700ef54: Download complete
a06a21f7053b: Pull complete
aec5a12119b4: Verifying Checksum
aec5a12119b4: Download complete
373243bf3ed8: Download complete
53294f88931c: Pull complete
91b7dc328089: Pull complete
31d95692bf4c: Pull complete
f28de6e0a1f6: Pull complete
064dddec80ef: Download complete
7a42ea52a44d: Verifying Checksum
7a42ea52a44d: Download complete
d3627fb5901d: Verifying Checksum
d3627fb5901d: Download complete
21737ce92933: Pull complete
6b8ed06a1c9b: Pull complete
25af126956a1: Pull complete
3928e6f790ff: Download complete
aec5a12119b4: Pull complete
070b72c931fd: Download complete
4f4fb700ef54: Pull complete
373243bf3ed8: Pull complete
873ea3624637: Pull complete
064dddec80ef: Pull complete
1685825b21f0: Download complete
2cfad423d55a: Download complete
d3627fb5901d: Pull complete
7a42ea52a44d: Pull complete
1899672f7254: Download complete
3928e6f790ff: Pull complete
070b72c931fd: Pull complete
2cfad423d55a: Pull complete
1685825b21f0: Pull complete
1899672f7254: Pull complete
8fbaf3b13eca: Download complete
8167e46198d5: Download complete
8167e46198d5: Pull complete
8fbaf3b13eca: Pull complete
82ca9fa9149e: Download complete
eac071c10a73: Download complete
238a88c57750: Download complete
feac4fecb9bb: Verifying Checksum
feac4fecb9bb: Download complete
b0ffa5eaea2b: Download complete
83dd89e6e9b7: Verifying Checksum
83dd89e6e9b7: Download complete
1ec4cd29b2dd: Verifying Checksum
1ec4cd29b2dd: Download complete
dd89148995f7: Download complete
530b6a2aaea9: Verifying Checksum
530b6a2aaea9: Download complete
feac4fecb9bb: Pull complete
82ca9fa9149e: Pull complete
83dd89e6e9b7: Pull complete
eac071c10a73: Pull complete
238a88c57750: Pull complete
530b6a2aaea9: Pull complete
b0ffa5eaea2b: Pull complete
1ec4cd29b2dd: Pull complete
dd89148995f7: Pull complete
Digest: sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549
Status: Downloaded newer image for ocaml/opam@sha256:cb8ddb716077a19fb12c6368f23e172f8aaf76697dbf4d0bb9eaaf02cdf35549
2024-07-25 15:03.04 ---> using "b4b63845878eccf0815b111e94b0be621a7b09169b93529c11d052929f9c077a" from cache


/: (comment debian-12-4.14_ppc64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-07-25 15:03.04 ---> using "c8a7c48a5c57255eabb6a5e6bd732c21418b95e02aed16e9e46805d0ad890981" 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-07-25 15:03.04 ---> using "f7c018b20e687677e533c23f743156df40b78e232cec707dad051fda921d68a5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-38-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-07-25 15:03.04 ---> using "cfc68ebda32c896f0e7983f60140f90e6fe9f41bb7725a5320008ee58bddba96" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-25 15:03.04 ---> using "c0194cf5624eed5a2bc23fa58a75ef7affca1e1a4e0304ff2d1081fb4e160a5c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e2171914dc..d7e8a9dd3d  master     -> origin/master
44a281fd66 [new release] alcotest (5 packages) (1.8.0)


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-07-25 15:03.04 ---> using "992f0ad5794487362f8a428479505d26b5319e01a8bf094d2e983ea7fdbcec5c" from cache


/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-07-25 15:03.04 ---> using "86ebf875534185b4d2549f481bc430275e485e8f54f0d677e81332b6e8df22f0" from cache


/src: (run (network host)
           (shell  "opam pin add -yn saturn_lockfree.dev './' && \
                  \nopam pin add -yn saturn.dev './'"))
[saturn_lockfree.dev] synchronised (file:///src)
saturn_lockfree is now pinned to file:///src (version dev)
[saturn.dev] synchronised (file:///src)
saturn is now pinned to file:///src (version dev)
2024-07-25 15:03.04 ---> using "765b7b710c1b7a2f832ce596688f6a97549a9a364c5c08bbd6b7a7d1d14eb242" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.13.1 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-ppc64.1 host-system-other.1 mtime.2.0.0 multicore-bench.0.1.4 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.3 qcheck-ounit.0.22 qcheck-stm.0.3 re.1.11.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 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.1 --depext-only -y saturn_lockfree.dev saturn.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-security bookworm-security/main ppc64el Packages [161 kB]
- Fetched 265 kB in 1s (357 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.dev] synchronised (no changes)
[saturn_lockfree.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 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-bigarray is already installed (current version is base).
2024-07-25 15:03.04 ---> using "6cca87837f2f592358760550f55424bbe7e405a42e765bcaa503802de8af4d5c" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install seq                        base
  - install dune                       3.16.0
  - install cmdliner                   1.3.0
  - install topkg                      1.0.7
  - install yojson                     2.2.2
  - install tsort                      2.1.0
  - install thread-table               1.0.0
  - install stdlib-shims               0.3.0
  - install re                         1.11.0
  - install qcheck-core                0.22
  - install oseq                       0.5.1
  - install ocaml-syntax-shims         1.0.0
  - install multicore-magic            2.3.0
  - install either                     1.0.0
  - install domain_shims               0.1.0
  - install csexp                      1.5.2
  - install backoff                    0.1.0
  - install uutf                       1.0.3
  - install mtime                      2.0.0
  - install fmt                        0.9.0
  - install astring                    0.8.5
  - install domain-local-await         1.0.1
  - install ounit2                     2.2.7
  - install qcheck-multicoretests-util 0.3
  - install dune-configurator          3.16.0
  - install alcotest                   1.8.0
  - install multicore-bench            0.1.4
  - install qcheck-ounit               0.22
  - install qcheck-stm                 0.3
  - install containers                 3.13.1
  - install qcheck-alcotest            0.22
  - install qcheck                     0.22
  - install dscheck                    0.5.0
  - install multicore-magic-dscheck    2.3.0
===== 36 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.8.0  (https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved multicore-bench.0.1.4  (cached)
-> retrieved multicore-magic.2.3.0  (cached)
-> retrieved multicore-magic-dscheck.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck.0.22  (cached)
-> installed cmdliner.1.3.0
-> retrieved qcheck-alcotest.0.22  (cached)
-> retrieved qcheck-core.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.3  (cached)
-> retrieved qcheck-ounit.0.22  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved qcheck-stm.0.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed mtime.2.0.0
-> installed uutf.1.0.3
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed backoff.0.1.0
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed oseq.0.5.1
-> installed qcheck-core.0.22
-> installed re.1.11.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.3
-> installed domain-local-await.1.0.1
-> installed qcheck-stm.0.3
-> installed multicore-bench.0.1.4
-> installed ounit2.2.2.7
-> installed alcotest.1.8.0
-> installed qcheck-ounit.0.22
-> installed qcheck-alcotest.0.22
-> installed dune-configurator.3.16.0
-> installed qcheck.0.22
-> installed containers.3.13.1
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 15:03.04 ---> using "24deb2058a9e63dbc45560df649a6c45045661049ce7ea2da61b79f05aab0262" from cache


/src: (copy (src .) (dst /src))
2024-07-25 15:03.06 ---> saved as "e252ab54915d730e18cd64fc8bf36a789d23b6423f9d104adf4ed5d9ba2ab395"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/spsc_queue && ./test_spsc_queue.exe)
test_Spsc_queue_empty: ok
test_Spsc_queue_full: ok
test_Spsc_queue_parallel: ok (transferred = 100)
test_Spsc_queue_unsafe_empty: ok
test_Spsc_queue_unsafe_full: ok
test_Spsc_queue_unsafe_parallel: ok (transferred = 100)
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)
random seed: 503115526
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.1s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)
random seed: 270327169
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.2s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 746359290
Testing `Treiber_stack'.
This run has ID `T230S6M9'.


  [OK]          test_sequential            0   push.
  [OK]          test_sequential            1   push_pop_until_empty.
  [OK]          test_sequential            2   lifo.
  [OK]          one_cons_one_prod          0   parallel.
  [OK]          two_domains                0   parallel_pop_push.
  [OK]          two_domains                1   parallel_pop_push_random.


Full test results in `/src/_build/default/test/treiber_stack/_build/_tests/Treiber_stack'.
Test Successful in 0.044s. 6 tests run.
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)
random seed: 145066184
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.2s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.2s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 823495976
Testing `Michael_scott_queue'.
This run has ID `V8FHLP51'.


  [OK]          test_sequential_safe              0   push.
  [OK]          test_sequential_safe              1   push_pop_opt_until_empty.
  [OK]          test_sequential_safe              2   fifo.
  [OK]          test_sequential_safe              3   fifo_peek_opt.
  [OK]          one_cons_one_prod_safe            0   parallel_fifo.
  [OK]          one_cons_one_prod_safe            1   parallel_peek.
  [OK]          two_domains_safe                  0   parallel_pop_opt_push.
  [OK]          two_domains_safe                  1   parallel_pop_opt_push_r...
  [OK]          test_sequential_unsafe            0   push.
  [OK]          test_sequential_unsafe            1   push_pop_opt_until_empty.
  [OK]          test_sequential_unsafe            2   fifo.
  [OK]          test_sequential_unsafe            3   fifo_peek_opt.
  [OK]          one_cons_one_prod_unsafe          0   parallel_fifo.
  [OK]          one_cons_one_prod_unsafe          1   parallel_peek.
  [OK]          two_domains_unsafe                0   parallel_pop_opt_push.
  [OK]          two_domains_unsafe                1   parallel_pop_opt_push_r...


Full test results in `/src/_build/default/test/michael_scott_queue/_build/_tests/Michael_scott_queue'.
Test Successful in 0.136s. 16 tests run.
(cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 382478195
Testing `Ws_deque'.
This run has ID `1E2ZHBA5'.


  [OK]          one_producer                       0   pops_are_in_order.
  [OK]          one_producer                       1   pop_on_empty_deque_rai...
  [OK]          one_producer_one_stealer           0   steals_are_in_order.
  [OK]          one_producer_one_stealer           1   parallel_pushes_and_st...
  [OK]          one_producer_one_stealer           2   parallel_pops_and_steals.
  [OK]          one_producer_two_stealers          0   parallel_steals.


Full test results in `/src/_build/default/test/ws_deque/_build/_tests/Ws_deque'.
Test Successful in 0.147s. 6 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 26758999
Testing `Spsc_queues'.
This run has ID `W03S3YP2'.


  [OK]          Spsc_queue                 0   seq_pop_opt_push.
  [OK]          Spsc_queue                 1   seq_pop_push.
  [OK]          Spsc_queue                 2   seq_pop_try_push.
  [OK]          Spsc_queue                 3   par_pop_push.
  [OK]          Spsc_queue                 4   push_full.
  [OK]          Spsc_queue                 5   seq_peek_opt.
  [OK]          Spsc_queue                 6   seq_peek.
  [OK]          Spsc_queue                 7   par_peek_opt.
  [OK]          Spsc_queue_unsafe          0   seq_pop_opt_push.
  [OK]          Spsc_queue_unsafe          1   seq_pop_push.
  [OK]          Spsc_queue_unsafe          2   seq_pop_try_push.
  [OK]          Spsc_queue_unsafe          3   par_pop_push.
  [OK]          Spsc_queue_unsafe          4   push_full.
  [OK]          Spsc_queue_unsafe          5   seq_peek_opt.
  [OK]          Spsc_queue_unsafe          6   seq_peek.
  [OK]          Spsc_queue_unsafe          7   par_peek_opt.


Full test results in `/src/_build/default/test/spsc_queue/_build/_tests/Spsc_queues'.
Test Successful in 0.640s. 16 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 690925322
Testing `QCheck Skiplist'.
This run has ID `GIRXX8V2'.


  [OK]          test_sequential            0   add.
  [OK]          test_sequential            1   add_remove.
  [OK]          test_sequential            2   add_find.
  [OK]          test_sequential            3   add_remove_find.
  [OK]          tests_two_domains          0   parallel_add.
  [OK]          tests_two_domains          1   parallel_add_remove.
  [OK]          tests_two_domains          2   parallel_add_remove_same_list.


Full test results in `/src/_build/default/test/skiplist/_build/_tests/QCheck Skiplist'.
Test Successful in 1.057s. 7 tests run.
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 303513535
Testing `Mpsc_queue'.
This run has ID `MORJ7L1Z'.


  [OK]          one_consumer               0   push_head_pop_opt.
  [OK]          one_consumer               1   push_head_pop.
  [OK]          one_consumer               2   push_head_peek_opt.
  [OK]          one_consumer               3   push_head_peek.
  [OK]          one_consumer               4   pop_opt_empty.
  [OK]          one_consumer               5   pop_empty.
  [OK]          one_consumer               6   peek_opt_empty.
  [OK]          one_consumer               7   peek_empty.
  [OK]          one_consumer               8   push_head_not_empty.
  [OK]          one_consumer               9   close_push_head.
  [OK]          one_consumer              10   close_is_empty.
  [OK]          one_consumer              11   close_pop_opt.
  [OK]          one_consumer              12   pop_opt_order.
  [OK]          one_consumer              13   seq_push_pop_opt.
  [OK]          one_producer               0   push_not_empty.
  [OK]          one_producer               1   closing_prevents_pushing.
  [OK]          one_cons_one_prod          0   seq_push_pop_opt_peek_opt.
  [OK]          one_cons_one_prod          1   par_push_pop.
  [OK]          one_cons_one_prod          2   par_push_push_head.
  [OK]          one_cons_one_prod          3   par_pop_opt_push2.
  [OK]          one_cons_two_prod          0   par_push.
  [OK]          one_cons_two_prod          1   par_push_close_pop_opt.


Full test results in `/src/_build/default/test/mpsc_queue/_build/_tests/Mpsc_queue'.
Test Successful in 2.110s. 22 tests run.
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  time per message/1 adder, 1 taker (spin):
    170.49 ns
  messages over time/1 adder, 1 taker (spin):
    11.73 M/s
  time per message/1 adder, 2 takers (spin):
    320.68 ns
  messages over time/1 adder, 2 takers (spin):
    9.36 M/s
  time per message/2 adders, 1 taker (spin):
    213.18 ns
  messages over time/2 adders, 1 taker (spin):
    14.07 M/s
  time per message/2 adders, 2 takers (spin):
    339.48 ns
  messages over time/2 adders, 2 takers (spin):
    11.78 M/s
  time per message/1 adder, 1 taker (not lf):
    140.49 ns
  messages over time/1 adder, 1 taker (not lf):
    14.24 M/s
  time per message/1 adder, 2 takers (not lf):
    181.97 ns
  messages over time/1 adder, 2 takers (not lf):
    16.49 M/s
  time per message/2 adders, 1 taker (not lf):
    192.75 ns
  messages over time/2 adders, 1 taker (not lf):
    15.56 M/s
  time per message/2 adders, 2 takers (not lf):
    362.02 ns
  messages over time/2 adders, 2 takers (not lf):
    11.05 M/s
  time per message/1 adder, 1 taker (cas):
    149.34 ns
  messages over time/1 adder, 1 taker (cas):
    13.39 M/s
  time per message/1 adder, 2 takers (cas):
    282.61 ns
  messages over time/1 adder, 2 takers (cas):
    10.62 M/s
  time per message/2 adders, 1 taker (cas):
    276.94 ns
  messages over time/2 adders, 1 taker (cas):
    10.83 M/s
  time per message/2 adders, 2 takers (cas):
    315.79 ns
  messages over time/2 adders, 2 takers (cas):
    12.67 M/s
Saturn_lockfree Queue:
  time per message/one domain:
    96.48 ns
  messages over time/one domain:
    10.37 M/s
  time per message/1 nb adder, 1 nb taker:
    87.95 ns
  messages over time/1 nb adder, 1 nb taker:
    22.74 M/s
  time per message/1 nb adder, 2 nb takers:
    179.63 ns
  messages over time/1 nb adder, 2 nb takers:
    16.70 M/s
  time per message/2 nb adders, 1 nb taker:
    165.48 ns
  messages over time/2 nb adders, 1 nb taker:
    18.13 M/s
  time per message/2 nb adders, 2 nb takers:
    241.21 ns
  messages over time/2 nb adders, 2 nb takers:
    16.58 M/s
Saturn_lockfree Single_prod_single_cons_queue:
  time per message/2 workers, capacity 1:
    24218.15 ns
  time per message/2 workers, capacity 1 (unsafe):
    27985.28 ns
  messages over time/2 workers, capacity 1:
    0.08 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.07 M/s
  time per message/2 workers, capacity 8:
    3814.48 ns
  time per message/2 workers, capacity 8 (unsafe):
    3054.23 ns
  messages over time/2 workers, capacity 8:
    0.52 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    0.65 M/s
  time per message/2 workers, capacity 64:
    616.25 ns
  time per message/2 workers, capacity 64 (unsafe):
    499.43 ns
  messages over time/2 workers, capacity 64:
    3.25 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    4.00 M/s
  time per message/2 workers, capacity 512:
    163.61 ns
  time per message/2 workers, capacity 512 (unsafe):
    117.46 ns
  messages over time/2 workers, capacity 512:
    12.22 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    17.03 M/s
  time per message/2 workers, capacity 4096:
    88.94 ns
  time per message/2 workers, capacity 4096 (unsafe):
    57.21 ns
  messages over time/2 workers, capacity 4096:
    22.49 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    34.96 M/s
  time per message/2 workers, capacity 32768:
    84.52 ns
  time per message/2 workers, capacity 32768 (unsafe):
    48.85 ns
  messages over time/2 workers, capacity 32768:
    23.68 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    40.94 M/s
Saturn_lockfree Size:
  time per operation/1 worker:
    20.73 ns
  operations over time/1 worker:
    48.25 M/s
  time per operation/2 workers:
    45.95 ns
  operations over time/2 workers:
    43.53 M/s
  time per operation/4 workers:
    94.40 ns
  operations over time/4 workers:
    42.37 M/s
Saturn_lockfree Skiplist:
  time per operation/1 workers, 10% mem 45% add 45% rem:
    693.98 ns
  operations over time/1 workers, 10% mem 45% add 45% rem:
    1.44 M/s
  time per operation/2 workers, 10% mem 45% add 45% rem:
    1378.38 ns
  operations over time/2 workers, 10% mem 45% add 45% rem:
    1.45 M/s
  time per operation/4 workers, 10% mem 45% add 45% rem:
    2874.47 ns
  operations over time/4 workers, 10% mem 45% add 45% rem:
    1.39 M/s
  time per operation/1 workers, 50% mem 25% add 25% rem:
    585.55 ns
  operations over time/1 workers, 50% mem 25% add 25% rem:
    1.71 M/s
  time per operation/2 workers, 50% mem 25% add 25% rem:
    1176.17 ns
  operations over time/2 workers, 50% mem 25% add 25% rem:
    1.70 M/s
  time per operation/4 workers, 50% mem 25% add 25% rem:
    2576.48 ns
  operations over time/4 workers, 50% mem 25% add 25% rem:
    1.55 M/s
  time per operation/1 workers, 90% mem 5% add 5% rem:
    446.94 ns
  operations over time/1 workers, 90% mem 5% add 5% rem:
    2.24 M/s
  time per operation/2 workers, 90% mem 5% add 5% rem:
    917.74 ns
  operations over time/2 workers, 90% mem 5% add 5% rem:
    2.18 M/s
  time per operation/4 workers, 90% mem 5% add 5% rem:
    1791.03 ns
  operations over time/4 workers, 90% mem 5% add 5% rem:
    2.23 M/s
Saturn_lockfree Stack:
  time per message/one domain:
    57.22 ns
  messages over time/one domain:
    17.48 M/s
  time per message/1 adder, 1 taker:
    54.03 ns
  messages over time/1 adder, 1 taker:
    37.02 M/s
  time per message/1 adder, 2 takers:
    113.99 ns
  messages over time/1 adder, 2 takers:
    26.32 M/s
  time per message/2 adders, 1 taker:
    101.65 ns
  messages over time/2 adders, 1 taker:
    29.51 M/s
  time per message/2 adders, 2 takers:
    148.40 ns
  messages over time/2 adders, 2 takers:
    26.95 M/s
Saturn_lockfree Work_stealing_deque:
  time per spawn/1 worker:
    99.26 ns
  spawns over time/1 worker:
    10.07 M/s
  time per spawn/2 workers:
    198.66 ns
  spawns over time/2 workers:
    10.07 M/s
  time per spawn/4 workers:
    442.32 ns
  spawns over time/4 workers:
    9.04 M/s
  time per spawn/8 workers:
    825.73 ns
  spawns over time/8 workers:
    9.69 M/s
  time per message/1 adder, 1 taker:
    152.75 ns
  messages over time/1 adder, 1 taker:
    13.09 M/s
  time per message/1 adder, 2 takers:
    300.73 ns
  messages over time/1 adder, 2 takers:
    9.98 M/s
  time per message/1 adder, 4 takers:
    586.94 ns
  messages over time/1 adder, 4 takers:
    8.52 M/s
  time per message/one domain (FIFO):
    79.17 ns
  messages over time/one domain (FIFO):
    12.63 M/s
  time per message/one domain (LIFO):
    87.56 ns
  messages over time/one domain (LIFO):
    11.42 M/s
(cd _build/default/test/ws_deque && ./test_ws_deque.exe)
test_exit: ok
test_push_and_pop: ok
test_push_and_steal: ok
test_concurrent_workload: ok (pushed = 100000, popped = 100000, stolen = 0)
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)
random seed: 53627935
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     0.1s Saturn_lockfree.Treiber_stack sequential
[]  500    0    0  500 /  500    20.8s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)
random seed: 198362350
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     0.2s Saturn_lockfree.michael_scott_queue_safe sequential
[]  500    0    0  500 /  500    22.8s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
generated error fail pass / total     time test name
[]  500    0    0  500 /  500     0.2s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  500    0    0  500 /  500    23.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)
random seed: 495001696
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.6s Saturn_lockfree.Size sequential
[ ]  999    0   [] 1000    0    0 1000 / 1000    58.0s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)
random seed: 447204034
generated error fail pass / total     time test name
[] 1000    0    0 1000 / 1000     0.4s Lockfree.Skiplist sequential
[] 1000    0    0 1000 / 1000    63.8s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `5MYJVBGE'.


  [OK]          single-thread                        0   is it a queue.
  [OK]          validate items                       0   1 prod. 1 cons.
  [OK]          validate indices under load          0    4 prod. 4 cons.
  [OK]          validate indices under load          1    8 prod. 1 cons.
  [OK]          validate indices under load          2    1 prod. 8 cons.
  [OK]          single-thread-CAS-intf               0   is it a queue.
  [OK]          validate items-CAS-intf              0   1 prod. 1 cons.
  [OK]          single-thread-spinning               0   is it a queue.
  [OK]          validate-items-spinning              0   1 prod. 1 cons.


Full test results in `/src/_build/default/test/mpmc_relaxed_queue/_build/_tests/Mpmc_queue'.
Test Successful in 100.473s. 9 tests run.
2024-07-25 15:04.48 ---> saved as "c368751a37429f516aeb03aa49b9ea89acc34523d91f34669b0e78396491a575"
Job succeeded
2024-07-25 15:04.49: Job succeeded