2025-10-18 16:31.31: New job: test ocaml-multicore/domainslib https://github.com/ocaml-multicore/domainslib.git#refs/heads/main (2a884868ff69c13ecef8efecca9ba1102ff11a7f) (linux-x86_64:debian-13-5.4_x86_32_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-multicore/domainslib.git" -b "main" && cd "domainslib" && git reset --hard 2a884868
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4
# debian-13-5.4_x86_32_opam-2.4
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 domainslib.opam ./
RUN opam pin add -yn domainslib.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.20.2 dune-configurator.3.20.2 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y domainslib.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-10-18 16:31.31: Using cache hint "ocaml-multicore/domainslib-ocaml/opam:debian-13-ocaml-5.4@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4-debian-13-5.4_x86_32_opam-2.4-767c579805bc79ab4849ecdea4b49e29"
2025-10-18 16:31.31: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4)
(comment debian-13-5.4_x86_32_opam-2.4)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src domainslib.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn domainslib.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.20.2 dune-configurator.3.20.2 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.1.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y domainslib.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-10-18 16:31.31: Waiting for resource in pool OCluster
2025-10-18 16:31.31: Waiting for worker…
2025-10-18 16:31.42: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 2a88486 Merge pull request #130 from ocaml-multicore/prepare-release.0.5.2
(from ocaml/opam:debian-13-ocaml-5.4@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4' locally
docker.io/ocaml/opam@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4: Pulling from ocaml/opam
f1c1f592b556: Already exists
1b804c748ae2: Pulling fs layer
46890ce1a2c6: Pulling fs layer
59d360237abf: Pulling fs layer
3f9e79276ad2: Pulling fs layer
1b804c748ae2: Waiting
0f3879946ce8: Pulling fs layer
59d360237abf: Waiting
b5386ba4450a: Pulling fs layer
46890ce1a2c6: Waiting
d72a73e60ada: Pulling fs layer
5657d34ee214: Pulling fs layer
0f3879946ce8: Waiting
b5386ba4450a: Waiting
b3739d7df5a6: Pulling fs layer
20686602fa54: Pulling fs layer
ac71dabb3064: Pulling fs layer
aebd608b6359: Pulling fs layer
b25ca2e1fe6a: Pulling fs layer
7b3c426e231e: Pulling fs layer
7c29943894c1: Pulling fs layer
6f96d58bfde1: Pulling fs layer
ac71dabb3064: Waiting
aebd608b6359: Waiting
20686602fa54: Waiting
57fd7e6f0fcc: Pulling fs layer
c62cedd71197: Pulling fs layer
8299ba532ede: Pulling fs layer
57fd7e6f0fcc: Waiting
acd9fe4f75a0: Pulling fs layer
c62cedd71197: Waiting
4f4fb700ef54: Pulling fs layer
9f75e0cf0db8: Pulling fs layer
8299ba532ede: Waiting
1ac30b6ffbfe: Pulling fs layer
acd9fe4f75a0: Waiting
4f4fb700ef54: Waiting
8c966152e5b9: Pulling fs layer
1ac30b6ffbfe: Waiting
9f75e0cf0db8: Waiting
1b89a7d78106: Pulling fs layer
7ec941522540: Pulling fs layer
4ea54a4b23e3: Pulling fs layer
8c966152e5b9: Waiting
f896ea897152: Pulling fs layer
81d297dab66c: Pulling fs layer
a761e314d9bb: Pulling fs layer
4ea54a4b23e3: Waiting
1b89a7d78106: Waiting
f896ea897152: Waiting
7e72fd67616e: Pulling fs layer
81d297dab66c: Waiting
12aaf83bc4b9: Pulling fs layer
052055b1bebb: Pulling fs layer
12aaf83bc4b9: Waiting
7e72fd67616e: Waiting
ef3b8f2cb729: Pulling fs layer
57924c7f024b: Pulling fs layer
e08a5917fa7f: Pulling fs layer
ef3b8f2cb729: Waiting
823bcf26ad4e: Pulling fs layer
fc03626aec80: Pulling fs layer
e08a5917fa7f: Waiting
1091dd9160fe: Pulling fs layer
823bcf26ad4e: Waiting
03c6f5a99d99: Pulling fs layer
fc03626aec80: Waiting
b19db3d35f12: Pulling fs layer
5b38b98cd65e: Pulling fs layer
1091dd9160fe: Waiting
03c6f5a99d99: Waiting
f46c04c63321: Pulling fs layer
b19db3d35f12: Waiting
e0f10b0a8aa7: Pulling fs layer
5b38b98cd65e: Waiting
f46c04c63321: Waiting
b7a38312159e: Pulling fs layer
723c559a7608: Pulling fs layer
b7a38312159e: Waiting
1b804c748ae2: Verifying Checksum
1b804c748ae2: Download complete
1b804c748ae2: Pull complete
46890ce1a2c6: Download complete
46890ce1a2c6: Pull complete
59d360237abf: Verifying Checksum
59d360237abf: Download complete
3f9e79276ad2: Verifying Checksum
3f9e79276ad2: Download complete
59d360237abf: Pull complete
3f9e79276ad2: Pull complete
0f3879946ce8: Verifying Checksum
0f3879946ce8: Download complete
b5386ba4450a: Verifying Checksum
b5386ba4450a: Download complete
d72a73e60ada: Download complete
5657d34ee214: Verifying Checksum
5657d34ee214: Download complete
b3739d7df5a6: Verifying Checksum
b3739d7df5a6: Download complete
20686602fa54: Verifying Checksum
20686602fa54: Download complete
ac71dabb3064: Verifying Checksum
ac71dabb3064: Download complete
aebd608b6359: Verifying Checksum
aebd608b6359: Download complete
b25ca2e1fe6a: Download complete
7b3c426e231e: Download complete
7c29943894c1: Verifying Checksum
7c29943894c1: Download complete
6f96d58bfde1: Verifying Checksum
6f96d58bfde1: Download complete
57fd7e6f0fcc: Verifying Checksum
57fd7e6f0fcc: Download complete
0f3879946ce8: Pull complete
b5386ba4450a: Pull complete
c62cedd71197: Download complete
d72a73e60ada: Pull complete
5657d34ee214: Pull complete
b3739d7df5a6: Pull complete
8299ba532ede: Verifying Checksum
8299ba532ede: Download complete
20686602fa54: Pull complete
acd9fe4f75a0: Download complete
ac71dabb3064: Pull complete
aebd608b6359: Pull complete
b25ca2e1fe6a: Pull complete
7b3c426e231e: Pull complete
7c29943894c1: Pull complete
6f96d58bfde1: Pull complete
57fd7e6f0fcc: Pull complete
c62cedd71197: Pull complete
8299ba532ede: Pull complete
acd9fe4f75a0: Pull complete
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
9f75e0cf0db8: Download complete
9f75e0cf0db8: Pull complete
1ac30b6ffbfe: Verifying Checksum
1ac30b6ffbfe: Download complete
1ac30b6ffbfe: Pull complete
8c966152e5b9: Download complete
8c966152e5b9: Pull complete
1b89a7d78106: Verifying Checksum
1b89a7d78106: Download complete
1b89a7d78106: Pull complete
7ec941522540: Verifying Checksum
7ec941522540: Download complete
7ec941522540: Pull complete
4ea54a4b23e3: Verifying Checksum
4ea54a4b23e3: Download complete
4ea54a4b23e3: Pull complete
f896ea897152: Verifying Checksum
f896ea897152: Download complete
f896ea897152: Pull complete
81d297dab66c: Verifying Checksum
81d297dab66c: Download complete
81d297dab66c: Pull complete
a761e314d9bb: Verifying Checksum
a761e314d9bb: Download complete
a761e314d9bb: Pull complete
7e72fd67616e: Verifying Checksum
7e72fd67616e: Download complete
7e72fd67616e: Pull complete
12aaf83bc4b9: Download complete
12aaf83bc4b9: Pull complete
052055b1bebb: Download complete
052055b1bebb: Pull complete
57924c7f024b: Verifying Checksum
57924c7f024b: Download complete
823bcf26ad4e: Download complete
fc03626aec80: Verifying Checksum
fc03626aec80: Download complete
1091dd9160fe: Verifying Checksum
1091dd9160fe: Download complete
03c6f5a99d99: Verifying Checksum
03c6f5a99d99: Download complete
b19db3d35f12: Download complete
5b38b98cd65e: Verifying Checksum
5b38b98cd65e: Download complete
ef3b8f2cb729: Verifying Checksum
ef3b8f2cb729: Download complete
e0f10b0a8aa7: Verifying Checksum
e0f10b0a8aa7: Download complete
f46c04c63321: Verifying Checksum
f46c04c63321: Download complete
b7a38312159e: Download complete
723c559a7608: Verifying Checksum
723c559a7608: Download complete
ef3b8f2cb729: Pull complete
57924c7f024b: Pull complete
e08a5917fa7f: Verifying Checksum
e08a5917fa7f: Download complete
e08a5917fa7f: Pull complete
823bcf26ad4e: Pull complete
fc03626aec80: Pull complete
1091dd9160fe: Pull complete
03c6f5a99d99: Pull complete
b19db3d35f12: Pull complete
5b38b98cd65e: Pull complete
f46c04c63321: Pull complete
e0f10b0a8aa7: Pull complete
b7a38312159e: Pull complete
723c559a7608: Pull complete
Digest: sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4
Status: Downloaded newer image for ocaml/opam@sha256:853fb3dfb180a64eacd311734ca168d83484d58b6e265e072a573c3a17073bc4
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-10-18 16:31.48 ---> using "504e22203aa0ba7196e4fa1511b3a4b3d160c3bec35a877d4e164e6b5c8dc765" from cache
/: (comment debian-13-5.4_x86_32_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-18 16:31.48 ---> using "e9ec1356b6ef87979bd2f95ecafbcb729f8cf02f424219e16896ce4c7c6ccceb" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-18 16:32.13 ---> saved as "7ed48bd571828294ff0a3e9a8d88995c51f3a15ea8c6993a6dde7b6354233a28"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-157-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-18 16:32.13 ---> saved as "efc0cb315f808ef6dd4711d6bea98541121c88a03cc1ed389a9a8e4238d04444"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-18 16:32.13 ---> saved as "a8dad00845a83016f2b0483a2129999bc1edccbd05a5ef01779767fdd99ccf73"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c603e596bfaf195a5c1a3baf992b11c1de5ad35b || git fetch origin master) && git reset -q --hard c603e596bfaf195a5c1a3baf992b11c1de5ad35b && git log --no-decorate -n1 --oneline && opam update -u"))
c603e596bf Merge pull request #28683 from Octachron/OCaml_5.4.0_release
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 16:32.30 ---> saved as "b8e56dd9d625b704f7fcf1c4fe0d03acae9decf9e08d02d822e57325ef57d71d"
/src: (copy (src domainslib.opam) (dst ./))
2025-10-18 16:32.30 ---> saved as "605175df4dec38d1bd0054a150db337780e5fa7432f6a3950485c0e509c152c5"
/src: (run (network host)
(shell "opam pin add -yn domainslib.dev './'"))
[domainslib.dev] synchronised (file:///src)
domainslib is now pinned to file:///src (version dev)
2025-10-18 16:32.32 ---> saved as "c8f656dd2b8a1d63993bc7f72a3437714054f31a02305ed03ac55e1303c66150"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-18 16:32.32 ---> saved as "33939a9fe68ba2592f6fc78e19ca6118f5867562e261413e1e29f0ecc8c18d09"
/src: (env DEPS "backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dune.3.20.2 dune-configurator.3.20.2 kcas.0.7.0 mirage-clock.4.2.0 mirage-clock-unix.4.2.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 saturn.1.0.0 seq.base thread-table.1.0.0 topkg.1.1.0")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y domainslib.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [53.1 kB]
- Fetched 144 kB in 1s (285 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[domainslib.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-18 16:32.41 ---> saved as "cb4904f80ad91c46f26da7ba89d3e0b227e5c772aab767e7b86e54b1db35f273"
/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-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 21 packages
- install backoff 0.1.1
- install csexp 1.5.2
- install domain-local-await 1.0.1
- install domain-local-timeout 1.0.1
- install dune 3.20.2
- install dune-configurator 3.20.2
- install kcas 0.7.0
- install mirage-clock 4.2.0
- install mirage-clock-unix 4.2.0
- install mtime 2.1.0
- install multicore-magic 2.3.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install psq 0.2.1
- install qcheck-core 0.26
- install qcheck-multicoretests-util 0.10
- install qcheck-stm 0.10
- install saturn 1.0.0
- install seq base
- install thread-table 1.0.0
- install topkg 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-local-timeout.1.0.1 (cached)
-> retrieved kcas.0.7.0 (cached)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-magic.2.3.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved qcheck-core.0.26 (cached)
-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved saturn.1.0.0 (cached)
-> installed ocamlbuild.0.16.1
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed mtime.2.1.0
-> installed dune.3.20.2
-> installed mirage-clock.4.2.0
-> installed backoff.0.1.1
-> installed csexp.1.5.2
-> installed multicore-magic.2.3.1
-> installed psq.0.2.1
-> installed qcheck-core.0.26
-> installed thread-table.1.0.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed qcheck-multicoretests-util.0.10
-> installed saturn.1.0.0
-> installed kcas.0.7.0
-> installed qcheck-stm.0.10
-> installed dune-configurator.3.20.2
-> installed mirage-clock-unix.4.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-18 16:33.57 ---> saved as "f83910d587f20e6009b7c8b932de4026c9c9d3a916192cbfc8a1c758c3b7ef43"
/src: (copy (src .) (dst /src))
2025-10-18 16:33.57 ---> saved as "5114567371011168ac2aa8d925d7b2dc9b51a47dc425fd5ce949dd99aad75cd4"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./backtrace.exe)
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Dune__exe__Backtrace.foo in file "test/backtrace.ml", line 6, characters 11-27
Called from Dune__exe__Backtrace.bar in file "test/backtrace.ml", line 14, characters 4-9
Called from Domainslib__Task.do_task in file "lib/task.ml", line 43, characters 14-18
Re-raised at Stdlib__Effect.Deep.discontinue_with_backtrace.(fun) in file "effect.ml", line 66, characters 41-75
Called from unknown location
Called from Dune__exe__Backtrace.main.(fun) in file "test/backtrace.ml", line 23, characters 4-18
Called from Domainslib__Task.do_task in file "lib/task.ml", line 43, characters 14-18
Re-raised at Domainslib__Task.run.loop in file "lib/task.ml", line 128, characters 23-57
Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52
Called from Dune__exe__Backtrace.main in file "test/backtrace.ml", lines 21-24, characters 2-46
Called from Dune__exe__Backtrace in file "test/backtrace.ml", line 29, characters 6-13
(cd _build/default/test && ./backtrace.bc)
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Dune__exe__Backtrace.foo in file "test/backtrace.ml", line 6, characters 11-27
Called from Dune__exe__Backtrace.bar in file "test/backtrace.ml", line 14, characters 4-9
Called from Domainslib__Task.do_task in file "lib/task.ml", line 43, characters 14-18
Re-raised at Stdlib__Effect.Deep.discontinue_with_backtrace.(fun) in file "effect.ml", line 66, characters 41-75
Called from unknown location
Called from Dune__exe__Backtrace.main.(fun) in file "test/backtrace.ml", line 23, characters 4-18
Called from Domainslib__Task.do_task in file "lib/task.ml", line 43, characters 14-18
Re-raised at Domainslib__Task.run.loop in file "lib/task.ml", line 128, characters 23-57
Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15
Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52
Called from Dune__exe__Backtrace.main in file "test/backtrace.ml", lines 21-24, characters 2-46
Called from Dune__exe__Backtrace in file "test/backtrace.ml", line 29, characters 6-13
(cd _build/default/test && ./game_of_life.exe)
...o.oooo..o....
.....o..o.....oo
oo..o...ooo.o.o.
...o.o.oooooo.o.
oooooooo.o.oo.o.
o..oooooo.oooo.o
.oooo.oo..o.oo.o
ooo..o...ooo.ooo
o.o....oo.oooo..
ooo.ooo...oo...o
..o..o....oooooo
.o.ooo....oo..oo
oooo....oooooo.o
.o...ooo...ooo..
..o.oo.o..oo....
.....o.ooo.o..o.
................
................
................
................
..ooooooo.......
.o...o.oo.......
o..ooo.oo.......
ooo.............
o.......ooo.....
oo....oo..oo..o.
......oo..oo.o.o
...o.o..........
..ooo.........oo
..oo.o....oo....
.o..o.....oo....
..o.............
(cd _build/default/test && ./test_chan.exe)
Sender on domain 1 done
Receiver on domain 2 done
(cd _build/default/test && ./enumerate_par.exe)
[0] 88
[0] 89
[0] 90
[0] 91
[0] 92
[0] 93
[0] 94
[0] 95
[0] 96
[0] 97
[0] 98
[0] 99
[0] 75
[0] 76
[0] 77
[0] 78
[0] 79
[0] 80
[0] 81
[0] 82
[0] 83
[0] 84
[0] 85
[0] 86
[0] 87
[0] 63
[0] 64
[0] 65
[0] 66
[0] 67
[0] 68
[0] 69
[0] 70
[0] 71
[0] 72
[0] 73
[0] 74
[0] 50
[0] 51
[0] 52
[0] 53
[0] 54
[0] 55
[0] 56
[0] 57
[0] 58
[0] 59
[0] 60
[0] 61
[0] 62
[0] 38
[0] 39
[0] 40
[0] 41
[0] 42
[0] 43
[0] 44
[0] 45
[0] 46
[0] 47
[0] 48
[0] 49
[0] 25
[0] 26
[0] 27
[0] 28
[0] 29
[0] 30
[0] 31
[0] 32
[0] 33
[0] 34
[0] 35
[0] 36
[0] 37
[0] 13
[0] 14
[0] 15
[0] 16
[0] 17
[0] 18
[0] 19
[0] 20
[0] 21
[0] 22
[0] 23
[0] 24
[0] 0
[0] 1
[0] 2
[0] 3
[0] 4
[0] 5
[0] 6
[0] 7
[0] 8
[0] 9
[0] 10
[0] 11
[0] 12
(cd _build/default/test && ./sum_par.exe)
Sum is 100
Sum is 100
Sum is 100
(cd _build/default/test && ./game_of_life_multicore.exe)
...o.oooo..o....
.....o..o.....oo
oo..o...ooo.o.o.
...o.o.oooooo.o.
oooooooo.o.oo.o.
o..oooooo.oooo.o
.oooo.oo..o.oo.o
ooo..o...ooo.ooo
o.o....oo.oooo..
ooo.ooo...oo...o
..o..o....oooooo
.o.ooo....oo..oo
oooo....oooooo.o
.o...ooo...ooo..
..o.oo.o..oo....
.....o.ooo.o..o.
................
................
................
................
..ooooooo.......
.o...o.oo.......
o..ooo.oo.......
ooo.............
o.......ooo.....
oo....oo..oo..o.
......oo..oo.o.o
...o.o..........
..ooo.........oo
..oo.o....oo....
.o..o.....oo....
..o.............
(cd _build/default/test && ./test_task.exe)
ok
(cd _build/default/test && ./prefix_sum.exe)
Execution time: 0.004457s
(cd _build/default/test && ./test_parallel_find.exe)
test_parallel_find on 16 domains.
Success.
(cd _build/default/test && ./task_throughput.exe)
n_iterations: 1024 n_units: 1024 n_domains: 1
Timings (ns): n=1024 mean=19743.6
( 0, 32): 0
[ 32, 64): 0
[ 64, 128): 0
[ 128, 256): 0
[ 256, 512): 0
[ 512, 1024): 0
[ 1024, 2048): 0
[ 2048, 4096): 0
[ 4096, 8192): 0
[ 8192, 16384): 16
[ 16384, 32768): 1005
[ 32768, 65536): 3
[ 65536, 131072): 0
[ 131072, 262144): 0
[ 262144, 524288): 0
[ 524288, 1048576): 0
[ 1048576, 2097152): 0
[ 2097152, 4194304): 0
[ 4194304, 8388608): 0
[ 8388608, Inf): 0
(cd _build/default/test && ./kcas_integration.exe)
Got 100
Got 69
Got 68
Got 55
Got 38
Got 74
Got 37
Got 85
Got 97
Got 63
Got 87
Got 83
Got 24
Got 2
Got 10
Got 42
Got 60
Got 82
Got 96
Got 6
Got 3
Got 75
Got 12
Got 54
Got 7
Got 73
Got 36
Got 33
Got 58
Got 34
Got 27
Got 64
Got 72
Got 76
Got 21
Got 22
Got 14
Got 35
Got 25
Got 11
Got 57
Got 67
Got 79
Got 89
Got 16
Got 61
Got 1
Got 52
Got 29
Got 94
Got 48
Got 78
Got 91
Got 31
Got 43
Got 13
Got 70
Got 44
Got 51
Got 47
Got 9
Got 32
Got 77
Got 92
Got 71
Got 26
Got 88
Got 40
Got 46
Got 28
Got 99
Got 39
Got 86
Got 45
Got 66
Got 49
Got 4
Got 56
Got 18
Got 53
Got 95
Got 98
Got 59
Got 90
Got 62
Got 50
Got 41
Got 93
Got 81
Got 23
Got 8
Got 20
Got 80
Got 5
Got 19
Got 15
Got 30
Got 17
Got 65
Got 84
Done
(cd _build/default/test && ./test_deadlock.exe)
Task A running on domain 1
Task B running on domain 2
Task C running on domain 2
Looping finished on domain 0
Looping finished on domain 1
(cd _build/default/test && ./off_by_one.exe)
0: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
1: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
2: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
3: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
4: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
5: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
6: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
7: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
8: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
9: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
10: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
11: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
12: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
13: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
14: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
15: [|1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18; 19; 20; |]
Failed to allocate 16 domains, recommended_domain_count: 16
Failed to allocate 17 domains, recommended_domain_count: 16
Failed to allocate 18 domains, recommended_domain_count: 16
Failed to allocate 19 domains, recommended_domain_count: 16
Failed to allocate 20 domains, recommended_domain_count: 16
Failed to allocate 21 domains, recommended_domain_count: 16
(cd _build/default/test && ./test_parallel_scan.exe)
test_parallel_scan on 16 domains.
Success.
(cd _build/default/test && ./task_parallel.exe --verbose)
random seed: 224305414
generated error fail pass / total time test name
[ ] 0 0 0 0 / 250 0.0s Domainslib.Task.parallel_for test
[ ] 61 0 0 61 / 250 0.1s Domainslib.Task.parallel_for test
[ ] 129 0 0 129 / 250 0.2s Domainslib.Task.parallel_for test
[ ] 182 0 0 182 / 250 0.3s Domainslib.Task.parallel_for test
[ ] 237 0 0 237 / 250 0.4s Domainslib.Task.parallel_for test
[✓] 250 0 0 250 / 250 0.4s Domainslib.Task.parallel_for test
[ ] 0 0 0 0 / 250 0.0s Domainslib.Task.parallel_for_reduce test
[ ] 49 0 0 49 / 250 0.1s Domainslib.Task.parallel_for_reduce test
[ ] 101 0 0 101 / 250 0.2s Domainslib.Task.parallel_for_reduce test
[ ] 154 0 0 154 / 250 0.3s Domainslib.Task.parallel_for_reduce test
[ ] 203 0 0 203 / 250 0.4s Domainslib.Task.parallel_for_reduce test
[✓] 250 0 0 250 / 250 0.5s Domainslib.Task.parallel_for_reduce test
[ ] 0 0 0 0 / 250 0.0s Domainslib.Task.parallel_scan test
[ ] 51 0 0 51 / 250 0.1s Domainslib.Task.parallel_scan test
[ ] 118 0 0 118 / 250 0.2s Domainslib.Task.parallel_scan test
[ ] 164 0 0 164 / 250 0.3s Domainslib.Task.parallel_scan test
[ ] 207 0 0 207 / 250 0.4s Domainslib.Task.parallel_scan test
[✓] 250 0 0 250 / 250 0.5s Domainslib.Task.parallel_scan test
================================================================================
success (ran 3 tests)
(cd _build/default/test && ./spectralnorm2.exe)
1.274224152
(cd _build/default/test && ./spectralnorm2_multicore.exe)
1.274224152
(cd _build/default/test && ./fib.exe)
fib(43) = 701408733
(cd _build/default/test && ./fib_par.exe)
fib(43) = 701408733
(cd _build/default/test && ./chan_stm_tests.exe --verbose)
random seed: 502239705
generated error fail pass / total time test name
[ ] 0 0 0 0 / 500 0.0s STM Domainslib.Chan test sequential
[✓] 500 0 0 500 / 500 0.0s STM Domainslib.Chan test sequential
[ ] 0 0 0 0 / 500 0.0s STM Domainslib.Chan test parallel
[ ] 11 0 0 5 / 500 0.1s STM Domainslib.Chan test parallel
[ ] 26 0 0 12 / 500 0.2s STM Domainslib.Chan test parallel
[ ] 36 0 0 19 / 500 0.3s STM Domainslib.Chan test parallel
[ ] 47 0 0 24 / 500 1.5s STM Domainslib.Chan test parallel
[ ] 54 0 0 28 / 500 1.7s STM Domainslib.Chan test parallel
[ ] 57 0 0 30 / 500 2.0s STM Domainslib.Chan test parallel
[ ] 66 0 0 35 / 500 2.1s STM Domainslib.Chan test parallel
[ ] 78 0 0 41 / 500 2.2s STM Domainslib.Chan test parallel
[ ] 87 0 0 46 / 500 2.3s STM Domainslib.Chan test parallel
[ ] 94 0 0 50 / 500 2.4s STM Domainslib.Chan test parallel
[ ] 96 0 0 51 / 500 2.7s STM Domainslib.Chan test parallel
[ ] 105 0 0 56 / 500 2.9s STM Domainslib.Chan test parallel
[ ] 117 0 0 61 / 500 3.0s STM Domainslib.Chan test parallel
[ ] 126 0 0 63 / 500 3.1s STM Domainslib.Chan test parallel
[ ] 136 0 0 68 / 500 3.3s STM Domainslib.Chan test parallel
[ ] 142 0 0 71 / 500 3.4s STM Domainslib.Chan test parallel
[ ] 155 0 0 78 / 500 3.6s STM Domainslib.Chan test parallel
[ ] 162 0 0 83 / 500 3.7s STM Domainslib.Chan test parallel
[ ] 173 0 0 90 / 500 3.8s STM Domainslib.Chan test parallel
[ ] 183 0 0 96 / 500 3.9s STM Domainslib.Chan test parallel
[ ] 185 0 0 96 / 500 4.1s STM Domainslib.Chan test parallel
[ ] 195 0 0 102 / 500 4.2s STM Domainslib.Chan test parallel
[ ] 205 0 0 107 / 500 4.3s STM Domainslib.Chan test parallel
[ ] 215 0 0 113 / 500 4.5s STM Domainslib.Chan test parallel
[ ] 223 0 0 116 / 500 4.6s STM Domainslib.Chan test parallel
[ ] 227 0 0 117 / 500 4.9s STM Domainslib.Chan test parallel
[ ] 232 0 0 121 / 500 5.1s STM Domainslib.Chan test parallel
[ ] 236 0 0 123 / 500 5.7s STM Domainslib.Chan test parallel
[ ] 244 0 0 128 / 500 5.8s STM Domainslib.Chan test parallel
[ ] 249 0 0 132 / 500 6.8s STM Domainslib.Chan test parallel
[ ] 250 0 0 132 / 500 7.8s STM Domainslib.Chan test parallel
[ ] 257 0 0 136 / 500 9.0s STM Domainslib.Chan test parallel
[ ] 272 0 0 142 / 500 9.1s STM Domainslib.Chan test parallel
[ ] 282 0 0 145 / 500 9.2s STM Domainslib.Chan test parallel
[ ] 286 0 0 148 / 500 9.3s STM Domainslib.Chan test parallel
[ ] 301 0 0 155 / 500 9.5s STM Domainslib.Chan test parallel
[ ] 305 0 0 159 / 500 10.8s STM Domainslib.Chan test parallel
[ ] 312 0 0 163 / 500 11.8s STM Domainslib.Chan test parallel
[ ] 327 0 0 169 / 500 11.9s STM Domainslib.Chan test parallel
[ ] 333 0 0 173 / 500 12.1s STM Domainslib.Chan test parallel
[ ] 348 0 0 179 / 500 12.2s STM Domainslib.Chan test parallel
[ ] 359 0 0 184 / 500 12.3s STM Domainslib.Chan test parallel
[ ] 364 0 0 187 / 500 12.4s STM Domainslib.Chan test parallel
[ ] 375 0 0 192 / 500 12.5s STM Domainslib.Chan test parallel
[ ] 388 0 0 197 / 500 12.6s STM Domainslib.Chan test parallel
[ ] 398 0 0 202 / 500 12.7s STM Domainslib.Chan test parallel
[ ] 412 0 0 209 / 500 12.8s STM Domainslib.Chan test parallel
[ ] 417 0 0 211 / 500 14.1s STM Domainslib.Chan test parallel
[ ] 424 0 0 215 / 500 14.2s STM Domainslib.Chan test parallel
[ ] 433 0 0 218 / 500 15.1s STM Domainslib.Chan test parallel
[ ] 442 0 0 223 / 500 16.4s STM Domainslib.Chan test parallel
[ ] 451 0 0 227 / 500 16.9s STM Domainslib.Chan test parallel
[ ] 455 0 0 229 / 500 17.2s STM Domainslib.Chan test parallel
[ ] 462 0 0 234 / 500 17.3s STM Domainslib.Chan test parallel
[ ] 468 0 0 239 / 500 17.4s STM Domainslib.Chan test parallel
[ ] 475 0 0 243 / 500 17.6s STM Domainslib.Chan test parallel
[ ] 483 0 0 247 / 500 17.8s STM Domainslib.Chan test parallel
[ ] 486 0 0 249 / 500 17.9s STM Domainslib.Chan test parallel
[ ] 493 0 0 251 / 500 18.2s STM Domainslib.Chan test parallel
[ ] 497 0 0 253 / 500 18.3s STM Domainslib.Chan test parallel
[ ] 503 0 0 255 / 500 20.1s STM Domainslib.Chan test parallel
[ ] 510 0 0 260 / 500 20.2s STM Domainslib.Chan test parallel
[ ] 511 0 0 261 / 500 22.3s STM Domainslib.Chan test parallel
[ ] 520 0 0 267 / 500 22.4s STM Domainslib.Chan test parallel
[ ] 524 0 0 267 / 500 22.8s STM Domainslib.Chan test parallel
[ ] 528 0 0 270 / 500 23.2s STM Domainslib.Chan test parallel
[ ] 530 0 0 271 / 500 23.3s STM Domainslib.Chan test parallel
[ ] 539 0 0 276 / 500 23.5s STM Domainslib.Chan test parallel
[ ] 543 0 0 277 / 500 24.2s STM Domainslib.Chan test parallel
[ ] 554 0 0 281 / 500 24.4s STM Domainslib.Chan test parallel
[ ] 559 0 0 283 / 500 25.0s STM Domainslib.Chan test parallel
[ ] 565 0 0 288 / 500 25.1s STM Domainslib.Chan test parallel
[ ] 573 0 0 293 / 500 25.2s STM Domainslib.Chan test parallel
[ ] 581 0 0 297 / 500 25.4s STM Domainslib.Chan test parallel
[ ] 590 0 0 300 / 500 25.5s STM Domainslib.Chan test parallel
[ ] 592 0 0 302 / 500 26.6s STM Domainslib.Chan test parallel
[ ] 595 0 0 304 / 500 26.7s STM Domainslib.Chan test parallel
[ ] 596 0 0 305 / 500 26.9s STM Domainslib.Chan test parallel
[ ] 605 0 0 308 / 500 27.0s STM Domainslib.Chan test parallel
[ ] 612 0 0 313 / 500 27.2s STM Domainslib.Chan test parallel
[ ] 618 0 0 317 / 500 27.3s STM Domainslib.Chan test parallel
[ ] 622 0 0 321 / 500 27.5s STM Domainslib.Chan test parallel
[ ] 630 0 0 325 / 500 27.6s STM Domainslib.Chan test parallel
[ ] 642 0 0 332 / 500 27.7s STM Domainslib.Chan test parallel
[ ] 650 0 0 338 / 500 27.8s STM Domainslib.Chan test parallel
[ ] 661 0 0 342 / 500 27.9s STM Domainslib.Chan test parallel
[ ] 673 0 0 347 / 500 28.0s STM Domainslib.Chan test parallel
[ ] 683 0 0 352 / 500 28.1s STM Domainslib.Chan test parallel
[ ] 690 0 0 353 / 500 28.2s STM Domainslib.Chan test parallel
[ ] 697 0 0 355 / 500 28.4s STM Domainslib.Chan test parallel
[ ] 699 0 0 357 / 500 28.5s STM Domainslib.Chan test parallel
[ ] 704 0 0 361 / 500 28.6s STM Domainslib.Chan test parallel
[ ] 705 0 0 361 / 500 28.9s STM Domainslib.Chan test parallel
[ ] 708 0 0 364 / 500 29.0s STM Domainslib.Chan test parallel
[ ] 710 0 0 366 / 500 29.1s STM Domainslib.Chan test parallel
[ ] 723 0 0 368 / 500 30.5s STM Domainslib.Chan test parallel
[ ] 733 0 0 373 / 500 31.3s STM Domainslib.Chan test parallel
[ ] 741 0 0 379 / 500 31.4s STM Domainslib.Chan test parallel
[ ] 746 0 0 380 / 500 31.8s STM Domainslib.Chan test parallel
[ ] 755 0 0 381 / 500 32.0s STM Domainslib.Chan test parallel
[ ] 756 0 0 382 / 500 33.2s STM Domainslib.Chan test parallel
[ ] 758 0 0 384 / 500 33.4s STM Domainslib.Chan test parallel
[ ] 765 0 0 387 / 500 33.5s STM Domainslib.Chan test parallel
[ ] 771 0 0 390 / 500 33.6s STM Domainslib.Chan test parallel
[ ] 772 0 0 391 / 500 33.9s STM Domainslib.Chan test parallel
[ ] 780 0 0 395 / 500 34.2s STM Domainslib.Chan test parallel
[ ] 783 0 0 397 / 500 34.3s STM Domainslib.Chan test parallel
[ ] 796 0 0 401 / 500 34.4s STM Domainslib.Chan test parallel
[ ] 806 0 0 406 / 500 34.6s STM Domainslib.Chan test parallel
[ ] 818 0 0 411 / 500 34.7s STM Domainslib.Chan test parallel
[ ] 824 0 0 416 / 500 34.8s STM Domainslib.Chan test parallel
[ ] 832 0 0 421 / 500 34.9s STM Domainslib.Chan test parallel
[ ] 837 0 0 422 / 500 35.1s STM Domainslib.Chan test parallel
[ ] 853 0 0 427 / 500 35.2s STM Domainslib.Chan test parallel
[ ] 863 0 0 433 / 500 35.3s STM Domainslib.Chan test parallel
[ ] 872 0 0 438 / 500 35.5s STM Domainslib.Chan test parallel
[ ] 878 0 0 442 / 500 35.6s STM Domainslib.Chan test parallel
[ ] 880 0 0 444 / 500 35.8s STM Domainslib.Chan test parallel
[ ] 882 0 0 446 / 500 35.9s STM Domainslib.Chan test parallel
[ ] 886 0 0 447 / 500 36.1s STM Domainslib.Chan test parallel
[ ] 893 0 0 451 / 500 36.2s STM Domainslib.Chan test parallel
[ ] 902 0 0 455 / 500 36.3s STM Domainslib.Chan test parallel
[ ] 906 0 0 459 / 500 36.4s STM Domainslib.Chan test parallel
[ ] 908 0 0 461 / 500 36.6s STM Domainslib.Chan test parallel
[ ] 912 0 0 465 / 500 36.7s STM Domainslib.Chan test parallel
[ ] 926 0 0 469 / 500 36.8s STM Domainslib.Chan test parallel
[ ] 931 0 0 473 / 500 37.0s STM Domainslib.Chan test parallel
[ ] 939 0 0 477 / 500 37.3s STM Domainslib.Chan test parallel
[ ] 942 0 0 478 / 500 37.5s STM Domainslib.Chan test parallel
[ ] 947 0 0 480 / 500 38.8s STM Domainslib.Chan test parallel
[ ] 951 0 0 482 / 500 40.4s STM Domainslib.Chan test parallel
[ ] 953 0 0 482 / 500 40.7s STM Domainslib.Chan test parallel
[ ] 954 0 0 483 / 500 41.0s STM Domainslib.Chan test parallel
[ ] 956 0 0 484 / 500 41.5s STM Domainslib.Chan test parallel
[ ] 964 0 0 488 / 500 41.6s STM Domainslib.Chan test parallel
[ ] 965 0 0 489 / 500 41.9s STM Domainslib.Chan test parallel
[ ] 972 0 0 493 / 500 42.0s STM Domainslib.Chan test parallel
[ ] 974 0 0 495 / 500 42.6s STM Domainslib.Chan test parallel
[ ] 976 0 0 496 / 500 43.1s STM Domainslib.Chan test parallel
[ ] 977 0 0 497 / 500 43.2s STM Domainslib.Chan test parallel
[✓] 981 0 0 500 / 500 43.2s STM Domainslib.Chan test parallel
================================================================================
success (ran 2 tests)
(cd _build/default/test && ./LU_decomposition_multicore.exe)
### OCaml runtime: debug mode ###
### set OCAMLRUNPARAM=v=0 to silence this message
2025-10-18 16:37.21 ---> saved as "1214a3b2fe7e6f691d00b23f45f83594b18a82910bf8f5792ed8053120f8e846"
Job succeeded
2025-10-18 16:37.22: Job succeeded