2025-04-18 18:23.41: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (deca5287e35206850ec28880adae0705730115e9) (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 deca5287cat > 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-04-18 18:23.41: 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-04-18 18:23.41: 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-04-18 18:23.41: Waiting for resource in pool OCluster2025-04-18 18:40.49: Waiting for worker…2025-04-18 18:43.22: Got resource from pool OClusterBuilding on x86-bm-c6.sw.ocaml.orgAll commits already cachedHEAD is now at deca528 Ignore results from ops on `ref` benchmarks(from ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b)Unable to find image 'ocaml/opam:debian-12-ocaml-4.12@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b' locallydocker.io/ocaml/opam@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b: Pulling from ocaml/opamd49b8f2567a0: Pulling fs layerd49b8f2567a0: Verifying Checksumd49b8f2567a0: Download completed49b8f2567a0: Pull completeDigest: sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3bStatus: Downloaded newer image for ocaml/opam@sha256:4b9efbcf4ac093bf22370a906fdf796212f8c853c23cde244396a52d1fad9c3b2025-04-18 18:43.22 ---> 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-04-18 18:43.22 ---> 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-04-18 18:43.22 ---> 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-04-18 18:43.22 ---> using "9743b020fa0ce6e522261813c725dd377db4a4d2834a0c398eb2c42b78b18f5c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-18 18:43.22 ---> 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-04-18 18:43.55 ---> saved as "19fe548c4ba72e832e92db0fab091e9c4faeaa9a8c7cb72eb56190677a4a4985"/src: (copy (src multicore-bench.opam) (dst ./))2025-04-18 18:43.55 ---> saved as "d74b97dc3f25803ca224ad1f92f82248cf0a0afae7799a9b5f2170794490edb0"/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-04-18 18:43.57 ---> saved as "02a34a40b37156f1798c67c007df6b77a7a855e4b1e0ab17eed9eadb55d209bb"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-18 18:43.57 ---> saved as "25392bc843829ebe58fc0da73a49a40abc5cdb82f78a57164cce1d7106b4e153"/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"- 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 amd64 Packages [255 kB]- Fetched 359 kB in 0s (1243 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-04-18 18:44.20 ---> saved as "9488308ae5f346d030b13da00f06d59836e9f0d21fd3a56b48fd3f8342b393cb"/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 astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved cmdliner.1.1.0 (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 ocaml-version.2.4.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.8.1 (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)-> retrieved dune.3.14.0 (cached)-> retrieved multicore-magic.2.1.0 (https://github.com/ocaml-multicore/multicore-magic/releases/download/2.1.0/multicore-magic-2.1.0.tbz)-> retrieved yojson.2.1.0 (https://github.com/ocaml-community/yojson/releases/download/2.1.0/yojson-2.1.0.tbz)-> installed cmdliner.1.1.0-> installed ocamlfind.1.8.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> 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 multicore-magic.2.1.0-> installed thread-table.1.0.0-> installed stdlib-shims.0.1.0-> installed camlp-streams.5.0.1-> installed backoff.0.1.1-> 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-04-18 18:45.33 ---> saved as "ee9467ce7cb98d084bba35f466dae87fad814bd2d9894b89d5d1a55668e55e3e"/src: (copy (src .) (dst /src))2025-04-18 18:45.34 ---> saved as "3fac25043e0981d6d595057748bab5a0e8f8500e3de2e51570f54c6ce706ed94"/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:120.10 M/sops over time/get:313.26 M/sops over time/incr:208.83 M/sops over time/push & pop:37.54 M/sops over time/swap:58.90 M/sops over time/xchg int:126.04 M/stime per op/cas int:8.33 nstime per op/get:3.19 nstime per op/incr:4.79 nstime per op/push & pop:26.64 nstime per op/swap:16.98 nstime per op/xchg int:7.93 nsAtomic incr:ops over time/CAS, 1 domains:94.18 M/sops over time/CAS with backoff, 1 domains:93.24 M/sops over time/Incr, 1 domains:171.00 M/stime per op/CAS, 1 domains:10.62 nstime per op/CAS with backoff, 1 domains:10.72 nstime per op/Incr, 1 domains:5.85 nsBounded_q:messages over time/one domain:5.39 M/stime per message/one domain:185.65 nsHashtbl:operations over time/1 worker, 10% reads:7.80 M/soperations over time/1 worker, 50% reads:5.36 M/soperations over time/1 worker, 90% reads:8.15 M/soperations over time/2 workers, 10% reads:5.53 M/soperations over time/2 workers, 50% reads:5.34 M/soperations over time/2 workers, 90% reads:5.62 M/soperations over time/4 workers, 10% reads:7.70 M/soperations over time/4 workers, 50% reads:5.38 M/soperations over time/4 workers, 90% reads:5.60 M/soperations over time/8 workers, 10% reads:7.63 M/soperations over time/8 workers, 50% reads:7.52 M/soperations over time/8 workers, 90% reads:5.55 M/soperations over time/one domain, 10% reads:8.40 M/soperations over time/one domain, 50% reads:9.30 M/soperations over time/one domain, 90% reads:9.89 M/stime per operation/1 worker, 10% reads:128.22 nstime per operation/1 worker, 50% reads:186.47 nstime per operation/1 worker, 90% reads:122.71 nstime per operation/2 workers, 10% reads:361.92 nstime per operation/2 workers, 50% reads:374.70 nstime per operation/2 workers, 90% reads:356.00 nstime per operation/4 workers, 10% reads:519.26 nstime per operation/4 workers, 50% reads:744.14 nstime per operation/4 workers, 90% reads:714.03 nstime per operation/8 workers, 10% reads:1049.06 nstime per operation/8 workers, 50% reads:1064.46 nstime per operation/8 workers, 90% reads:1440.66 nstime per operation/one domain, 10% reads:119.00 nstime per operation/one domain, 50% reads:107.56 nstime per operation/one domain, 90% reads:101.12 nsQueue:messages over time/one domain:25.02 M/stime per message/one domain:39.97 nsRef with Mutex:ops over time/cas int:10.61 M/sops over time/get:11.58 M/sops over time/incr:11.65 M/sops over time/push & pop:9.83 M/sops over time/swap:11.01 M/sops over time/xchg int:10.97 M/stime per op/cas int:94.24 nstime per op/get:86.33 nstime per op/incr:85.81 nstime per op/push & pop:101.78 nstime per op/swap:90.79 nstime per op/xchg int:91.14 nsRef with [@poll error]:ops over time/cas int:119.81 M/sops over time/get:387.50 M/sops over time/incr:221.67 M/sops over time/push & pop:35.88 M/sops over time/swap:59.57 M/sops over time/xchg int:126.56 M/stime per op/cas int:8.35 nstime per op/get:2.58 nstime per op/incr:4.51 nstime per op/push & pop:27.87 nstime per op/swap:16.79 nstime per op/xchg int:7.90 nsStack:messages over time/one domain:33.84 M/stime per message/one domain:29.55 nsUnix:blocking reads over time/1 worker:0.33 M/stime per blocking read/1 worker:3020.85 ns2025-04-18 18:45.37 ---> saved as "74445ea9b8b0eefbcc3b085e984c0a176b3c0da02e12b94864f523663499b893"Job succeeded2025-04-18 18:45.38: Job succeeded