2025-05-17 15:44.17: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (da98794e7fc55064aafbd26aceee7f3316a4ab2b) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "main" && cd "multicore-bench" && git reset --hard da98794ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b# debian-12-4.12_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.1.0 conf-m4.1 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.14.0 fmt.0.8.7 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.0 mtime.2.0.0 multicore-magic.2.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.3 yojson.2.1.0"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-17 15:44.17: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b-debian-12-4.12_opam-2.3-435dab50bf1125c9341561c20784ce59"2025-05-17 15:44.17: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b)(comment debian-12-4.12_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.1.0 conf-m4.1 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.14.0 fmt.0.8.7 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.0 mtime.2.0.0 multicore-magic.2.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.3 yojson.2.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.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-17 15:44.17: Waiting for resource in pool OCluster2025-05-17 15:44.17: Waiting for worker…2025-05-17 15:47.04: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at da98794 Avoid `broadcast` in `Bounded_q` benchmark(from ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b)2025-05-17 15:47.04 ---> using "65df39e46087b3ecae64c26caf6e244fd41db9e647c1da8d64c1947134959a25" from cache/: (comment debian-12-4.12_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-17 15:47.04 ---> using "b5d652509734962d1a7014d5ab085b639f93fbb2180567acb38d2ae708201d15" 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] y[NOTE] The 'jobs' option was reset, its value was 39 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=39 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-05-17 15:47.04 ---> using "24add2ea864b1f1102fee0e8bea316d188250f8ccb4d4cffbf22e37853fac28a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.12.12.3.02025-05-17 15:47.04 ---> using "9743b020fa0ce6e522261813c725dd377db4a4d2834a0c398eb2c42b78b18f5c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-17 15:47.04 ---> using "f2ba49c63e5e2ac53f6dea1ab290722c1f6a6515c562c5e1e843f5431034b6bd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2<><> 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-17 15:47.04 ---> using "19fe548c4ba72e832e92db0fab091e9c4faeaa9a8c7cb72eb56190677a4a4985" from cache/src: (copy (src multicore-bench.opam) (dst ./))2025-05-17 15:47.04 ---> using "d74b97dc3f25803ca224ad1f92f82248cf0a0afae7799a9b5f2170794490edb0" from cache/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-17 15:47.04 ---> using "02a34a40b37156f1798c67c007df6b77a7a855e4b1e0ab17eed9eadb55d209bb" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-17 15:47.04 ---> using "25392bc843829ebe58fc0da73a49a40abc5cdb82f78a57164cce1d7106b4e153" from cache/src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.1.0 conf-m4.1 cppo.1.6.1 csexp.1.3.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.14.0 fmt.0.8.7 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.0 mtime.2.0.0 multicore-magic.2.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 thread-table.1.0.0 topkg.1.0.3 yojson.2.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.3 --depext-only -y multicore-bench.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [258 kB]- Fetched 9306 kB in 3s (3020 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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 system packages will first need to be installed:m4<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package m4.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18747 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...- Unpacking m4 (1.4.19-3) ...- Setting up m4 (1.4.19-3) ...2025-05-17 15:47.04 ---> using "9488308ae5f346d030b13da00f06d59836e9f0d21fd3a56b48fd3f8342b393cb" 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.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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 27 packages- install astring 0.8.5- install backoff 0.1.1- install base-bytes base- install camlp-streams 5.0.1- install cmdliner 1.1.0- install conf-m4 1- install cppo 1.6.1- install csexp 1.3.2- install domain-local-await 1.0.1- install domain_shims 0.1.0- install dune 3.14.0- install fmt 0.8.7- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install mdx 2.4.0- install mtime 2.0.0- install multicore-magic 2.1.0- install ocaml-version 2.4.0- install ocamlbuild 0.14.0- install ocamlfind 1.8.1- install re 1.7.2- install result 1.5- install seq 0.3- install stdlib-shims 0.1.0- install thread-table 1.0.0- install topkg 1.0.3- install yojson 2.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved backoff.0.1.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.1.1.0 (cached)-> retrieved cppo.1.6.1 (cached)-> installed conf-m4.1-> retrieved csexp.1.3.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved fmt.0.8.7 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved mdx.2.4.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved mtime.2.0.0 (cached)-> retrieved multicore-magic.2.1.0 (cached)-> retrieved ocaml-version.2.4.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.8.1 (cached)-> retrieved dune.3.14.0 (cached)-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.0.3 (cached)-> installed cmdliner.1.1.0-> retrieved yojson.2.1.0 (cached)-> installed ocamlfind.1.8.1-> installed base-bytes.base-> installed jbuilder.1.0+beta20.1-> installed ocamlbuild.0.14.0-> installed cppo.1.6.1-> installed re.1.7.2-> installed topkg.1.0.3-> installed mtime.2.0.0-> installed astring.0.8.5-> installed dune.3.14.0-> installed domain_shims.0.1.0-> installed seq.0.3-> installed result.1.5-> installed stdlib-shims.0.1.0-> installed multicore-magic.2.1.0-> installed backoff.0.1.1-> installed camlp-streams.5.0.1-> installed thread-table.1.0.0-> installed ocaml-version.2.4.0-> installed csexp.1.3.2-> installed domain-local-await.1.0.1-> installed fmt.0.8.7-> installed yojson.2.1.0-> installed logs.0.7.0-> installed mdx.2.4.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-05-17 15:47.04 ---> using "ee9467ce7cb98d084bba35f466dae87fad814bd2d9894b89d5d1a55668e55e3e" from cache/src: (copy (src .) (dst /src))2025-05-17 15:47.04 ---> using "aec681aeba48ae3787685c5986f8e937ac9b5e7e78e6895e0998a232c21f8a6c" from cache/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:216.20 M/sops over time/get:649.08 M/sops over time/incr:259.12 M/sops over time/push & pop:98.23 M/sops over time/swap:111.58 M/sops over time/xchg int:202.69 M/stime per op/cas int:4.63 nstime per op/get:1.54 nstime per op/incr:3.86 nstime per op/push & pop:10.18 nstime per op/swap:8.96 nstime per op/xchg int:4.93 nsAtomic incr:ops over time/CAS, 1 domains:175.94 M/sops over time/CAS with backoff, 1 domains:209.07 M/sops over time/Incr, 1 domains:240.75 M/stime per op/CAS, 1 domains:5.68 nstime per op/CAS with backoff, 1 domains:4.78 nstime per op/Incr, 1 domains:4.15 nsBounded_q:messages over time/one domain:16.66 M/stime per message/one domain:60.01 nsHashtbl:operations over time/1 worker, 10% reads:15.97 M/soperations over time/1 worker, 50% reads:8.85 M/soperations over time/1 worker, 90% reads:19.84 M/soperations over time/2 workers, 10% reads:14.30 M/soperations over time/2 workers, 50% reads:8.97 M/soperations over time/2 workers, 90% reads:19.77 M/soperations over time/4 workers, 10% reads:10.61 M/soperations over time/4 workers, 50% reads:14.66 M/soperations over time/4 workers, 90% reads:18.10 M/soperations over time/8 workers, 10% reads:10.92 M/soperations over time/8 workers, 50% reads:14.48 M/soperations over time/8 workers, 90% reads:17.67 M/soperations over time/one domain, 10% reads:22.36 M/soperations over time/one domain, 50% reads:22.01 M/soperations over time/one domain, 90% reads:28.62 M/stime per operation/1 worker, 10% reads:62.63 nstime per operation/1 worker, 50% reads:112.96 nstime per operation/1 worker, 90% reads:50.41 nstime per operation/2 workers, 10% reads:139.84 nstime per operation/2 workers, 50% reads:222.88 nstime per operation/2 workers, 90% reads:101.16 nstime per operation/4 workers, 10% reads:425.97 nstime per operation/4 workers, 50% reads:272.87 nstime per operation/4 workers, 90% reads:220.98 nstime per operation/8 workers, 10% reads:755.57 nstime per operation/8 workers, 50% reads:552.53 nstime per operation/8 workers, 90% reads:452.68 nstime per operation/one domain, 10% reads:44.73 nstime per operation/one domain, 50% reads:45.43 nstime per operation/one domain, 90% reads:34.94 nsQueue:messages over time/one domain:41.12 M/stime per message/one domain:24.32 nsRef with Mutex:ops over time/cas int:56.90 M/sops over time/get:62.97 M/sops over time/incr:54.97 M/sops over time/push & pop:52.52 M/sops over time/swap:56.80 M/sops over time/xchg int:57.40 M/stime per op/cas int:17.58 nstime per op/get:15.88 nstime per op/incr:18.19 nstime per op/push & pop:19.04 nstime per op/swap:17.61 nstime per op/xchg int:17.42 nsRef with [@poll error]:ops over time/cas int:231.64 M/sops over time/get:648.47 M/sops over time/incr:297.63 M/sops over time/push & pop:97.97 M/sops over time/swap:129.28 M/sops over time/xchg int:231.63 M/stime per op/cas int:4.32 nstime per op/get:1.54 nstime per op/incr:3.36 nstime per op/push & pop:10.21 nstime per op/swap:7.74 nstime per op/xchg int:4.32 nsStack:messages over time/one domain:44.33 M/stime per message/one domain:22.56 nsUnix:blocking reads over time/1 worker:0.46 M/stime per blocking read/1 worker:2154.48 ns2025-05-17 15:47.04 ---> using "957fd65200c7cc429968c4e68a67acca8e8d41a3ef7d4aa8d762dfd846c9d397" from cacheJob succeeded2025-05-17 15:47.05: Job succeeded