2025-05-02 14:58.59: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (deca5287e35206850ec28880adae0705730115e9) (linux-s390x:debian-12-5.3_s390x_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "main" && cd "multicore-bench" && git reset --hard deca5287cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c# debian-12-5.3_s390x_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 multicore-bench.opam ./RUN opam pin add -yn multicore-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.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.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.8 yojson.2.2.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y multicore-bench.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-05-02 14:58.59: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-12-ocaml-5.3@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c-debian-12-5.3_s390x_opam-2.3-fdb66d4783b2d787160404816b7d94dd"2025-05-02 14:58.59: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c)(comment debian-12-5.3_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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src multicore-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn multicore-bench.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.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.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.8 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 multicore-bench.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-05-02 14:58.59: Waiting for resource in pool OCluster2025-05-03 15:03.32: Waiting for worker…2025-05-03 23:17.55: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at deca528 Ignore results from ops on `ref` benchmarks(from ocaml/opam:debian-12-ocaml-5.3@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c' locallydocker.io/ocaml/opam@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c: Pulling from ocaml/opamea48981a9fc9: Already existsf8c8b07a8c2f: Already existse41fd045809c: Already existsfe9d9ba199a8: Already exists61b9dde9c264: Already existsd65e1971fde7: Already exists8adb42792b2d: Already existsc1b7118882b6: Already existsd6ebd4711bf0: Already exists084cd2a0dbb9: Already existsfecbafc1ca56: Already existsf35e98a3eea0: Already existsdc7483d70c4c: Already existsdd0a1e41238f: Already existsa7de97e7acea: Already existsa7de97e7acea: Already exists017f9061cc77: Already exists52dd4b5f1254: Already exists8b6c00582859: Already existsee685aa0fb43: Already exists4f4fb700ef54: Already existsbceba8292e84: Already exists22b23778e0c9: Already exists4c85ef9af49b: Already exists13ee87119d2e: Already existsaabe51459fe0: Already exists749c2388e5ba: Already existsb1400128163d: Already exists5872043319f0: Already exists7436ed480497: Already exists2ed34696ea0c: Already existsea097d46d9dc: Already exists7fdac3609e18: Already existsad027dad53ff: Already existsd1e35c1835c2: Already exists047a8bfe449d: Already existsf528d99bbcdf: Already exists0709c52266cc: Already exists12b078d21ba7: Pulling fs layer9f4bb3228e3b: Pulling fs layer0a5d68dacd45: Pulling fs layere1d353a86593: Pulling fs layer39f3cfc77f60: Pulling fs layere1d353a86593: Waitinge22735463896: Pulling fs layerfd3028effc03: Pulling fs layere22735463896: Waiting12b078d21ba7: Download complete9f4bb3228e3b: Download complete0a5d68dacd45: Download completee22735463896: Verifying Checksume22735463896: Download complete39f3cfc77f60: Verifying Checksum39f3cfc77f60: Download complete12b078d21ba7: Pull completefd3028effc03: Download complete9f4bb3228e3b: Pull complete0a5d68dacd45: Pull completee1d353a86593: Verifying Checksume1d353a86593: Download completee1d353a86593: Pull complete39f3cfc77f60: Pull completee22735463896: Pull completefd3028effc03: Pull completeDigest: sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550cStatus: Downloaded newer image for ocaml/opam@sha256:a951d12ddc5552c16f5e8df25bd910b3c6691f189c3260cdcf3be0d53bc7550c2025-05-03 23:17.55 ---> using "4a2892a24cbb2a8076cb7c58f3f902e86963a156305e5ff34f28bf8b28ba30ec" from cache/: (comment debian-12-5.3_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"))2025-05-03 23:17.55 ---> using "b863af6359b8ac5ca08925e64084b5c538756fb55fffdd903269a504b1061615" 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 development 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-05-03 23:17.55 ---> using "c8de9338b7beccc41c026b65042604ff542e3434e9ce1f4c804eb9b1957eb864" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-55-genericThe OCaml toplevel, version 5.3.02.3.02025-05-03 23:17.55 ---> using "5ed3fd8ee149b0283685835f6287f01a7bf0d644682c7fbd050fcf490e6e114e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-03 23:17.55 ---> using "cf5dddf973ba6f0c6cddbe9a99cb99be233eb04e09bcc8c9a5058da7caafefaf" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADda74d7829f..35eb2f107a master -> origin/master35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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)2025-05-03 23:17.55 ---> using "24b5d24f2341e44bbb4dc63865302fe8657036ccfae4bf5d095d8570a0b140ae" from cache/src: (copy (src multicore-bench.opam) (dst ./))2025-05-03 23:18.01 ---> saved as "1213295fbce00ac501cf2da246d5d1bf1314cfd13ea1771a6a4565ed7b54ab1d"/src: (run (network host)(shell "opam pin add -yn multicore-bench.dev './'"))[multicore-bench.dev] synchronised (file:///src)multicore-bench is now pinned to file:///src (version dev)2025-05-03 23:18.08 ---> saved as "0e3432327360809c759a576f4fcb64e2049b98d93508f1b6a341c6b2b85faf98"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-03 23:18.10 ---> saved as "3138e73813bb8bb0a05238668c2347f577a3151bdb1140286c85351c62d7d29e"/src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.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.18.2 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.8 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 multicore-bench.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 s390x Packages [227 kB]- Fetched 331 kB in 1s (582 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[multicore-bench.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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-05-03 23:18.37 ---> saved as "a33be682394818c0dc62b26118a83b5330c720dc3053ead8acabd9ddbd777357"/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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 23 packages- 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.18.2- install fmt 0.10.0- install logs 0.8.0- install mdx 2.5.0- install mtime 2.1.0- install multicore-magic 2.3.1- install ocaml-version 4.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.12.0- install result 1.5- install seq base- install thread-table 1.0.0- install topkg 1.0.8- install yojson 2.2.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved ocaml-version.4.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved dune.3.18.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> retrieved re.1.12.0 (cached)-> retrieved result.1.5 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved yojson.2.2.2 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed seq.base-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed fmt.0.10.0-> installed astring.0.8.5-> installed mtime.2.1.0-> installed logs.0.8.0-> installed dune.3.18.2-> installed backoff.0.1.1-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed domain_shims.0.1.0-> installed ocaml-version.4.0.0-> installed multicore-magic.2.3.1-> installed cppo.1.8.0-> installed result.1.5-> installed thread-table.1.0.0-> installed domain-local-await.1.0.1-> installed re.1.12.0-> installed yojson.2.2.2-> installed mdx.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-05-03 23:19.50 ---> saved as "cd980451630cf93ac6ba9ebef0ba0e8fc768d820b0ded33fa7e1c72d7f5714fb"/src: (copy (src .) (dst /src))2025-05-03 23:19.52 ---> saved as "b2d0fcde6d88638a469efa487ae9a5660ab84c27dc8c8157894a8744515d3b28"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/bench && ./main.exe -brief)Atomic:ops over time/cas int:142.15 M/sops over time/get:586.95 M/sops over time/incr:183.45 M/sops over time/push & pop:34.41 M/sops over time/swap:30.40 M/sops over time/xchg int:204.98 M/stime per op/cas int:7.03 nstime per op/get:1.70 nstime per op/incr:5.45 nstime per op/push & pop:29.06 nstime per op/swap:32.89 nstime per op/xchg int:4.88 nsAtomic incr:ops over time/CAS, 1 domains:222.72 M/sops over time/CAS, 2 domains:143.63 M/sops over time/CAS, 4 domains:149.01 M/sops over time/CAS with backoff, 1 domains:208.95 M/sops over time/CAS with backoff, 2 domains:132.55 M/sops over time/CAS with backoff, 4 domains:19.43 M/sops over time/Incr, 1 domains:385.68 M/sops over time/Incr, 2 domains:310.14 M/sops over time/Incr, 4 domains:9.83 M/stime per op/CAS, 1 domains:4.49 nstime per op/CAS, 2 domains:13.93 nstime per op/CAS, 4 domains:26.84 nstime per op/CAS with backoff, 1 domains:4.79 nstime per op/CAS with backoff, 2 domains:15.09 nstime per op/CAS with backoff, 4 domains:205.89 nstime per op/Incr, 1 domains:2.59 nstime per op/Incr, 2 domains:6.45 nstime per op/Incr, 4 domains:407.05 nsBounded_q:messages over time/1 adder, 1 taker:8.31 M/smessages over time/1 adder, 2 takers:5.44 M/smessages over time/2 adders, 1 taker:9.22 M/smessages over time/2 adders, 2 takers:4.65 M/smessages over time/one domain:13.18 M/stime per message/1 adder, 1 taker:240.67 nstime per message/1 adder, 2 takers:551.27 nstime per message/2 adders, 1 taker:325.35 nstime per message/2 adders, 2 takers:859.61 nstime per message/one domain:75.85 nsHashtbl:operations over time/1 worker, 10% reads:18.30 M/soperations over time/1 worker, 50% reads:17.75 M/soperations over time/1 worker, 90% reads:20.45 M/soperations over time/2 workers, 10% reads:7.79 M/soperations over time/2 workers, 50% reads:9.79 M/soperations over time/2 workers, 90% reads:12.35 M/soperations over time/4 workers, 10% reads:10.72 M/soperations over time/4 workers, 50% reads:13.44 M/soperations over time/4 workers, 90% reads:10.87 M/soperations over time/8 workers, 10% reads:4.86 M/soperations over time/8 workers, 50% reads:5.88 M/soperations over time/8 workers, 90% reads:3.37 M/soperations over time/one domain, 10% reads:21.37 M/soperations over time/one domain, 50% reads:17.84 M/soperations over time/one domain, 90% reads:33.02 M/stime per operation/1 worker, 10% reads:54.65 nstime per operation/1 worker, 50% reads:56.34 nstime per operation/1 worker, 90% reads:48.91 nstime per operation/2 workers, 10% reads:256.82 nstime per operation/2 workers, 50% reads:204.34 nstime per operation/2 workers, 90% reads:161.94 nstime per operation/4 workers, 10% reads:373.18 nstime per operation/4 workers, 50% reads:297.52 nstime per operation/4 workers, 90% reads:367.87 nstime per operation/8 workers, 10% reads:1646.86 nstime per operation/8 workers, 50% reads:1361.18 nstime per operation/8 workers, 90% reads:2371.69 nstime per operation/one domain, 10% reads:46.80 nstime per operation/one domain, 50% reads:56.07 nstime per operation/one domain, 90% reads:30.28 nsQueue:messages over time/one domain:33.66 M/stime per message/one domain:29.71 nsRef with Mutex:ops over time/cas int:51.62 M/sops over time/get:61.36 M/sops over time/incr:59.36 M/sops over time/push & pop:13.64 M/sops over time/swap:20.93 M/sops over time/xchg int:53.86 M/stime per op/cas int:19.37 nstime per op/get:16.30 nstime per op/incr:16.85 nstime per op/push & pop:73.32 nstime per op/swap:47.78 nstime per op/xchg int:18.57 nsRef with [@poll error]:ops over time/cas int:220.49 M/sops over time/get:606.96 M/sops over time/incr:488.45 M/sops over time/push & pop:80.77 M/sops over time/swap:103.13 M/sops over time/xchg int:238.95 M/stime per op/cas int:4.54 nstime per op/get:1.65 nstime per op/incr:2.05 nstime per op/push & pop:12.38 nstime per op/swap:9.70 nstime per op/xchg int:4.19 nsStack:messages over time/one domain:43.62 M/stime per message/one domain:22.92 nsUnix:blocking reads over time/1 worker:1.19 M/sblocking reads over time/2 workers:3.63 M/sblocking reads over time/4 workers:4.70 M/stime per blocking read/1 worker:838.50 nstime per blocking read/2 workers:551.19 nstime per blocking read/4 workers:850.57 ns2025-05-03 23:20.53 ---> saved as "8a8ef6c3020c9b1cb8734ec6d21ed3803277dc2a8d123a2ac107fdd4f4ce5f30"Job succeeded2025-05-03 23:20.54: Job succeeded