2026-02-12 10:18.28: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (efb15d8562dbdc1ba976ffc574de028e3c11c123) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "main" && cd "multicore-bench" && git reset --hard efb15d85cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7# debian-13-4.12_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.3.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.15.3 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.5.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.8 yojson.2.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --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-BLOCK2026-02-12 10:18.28: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7-debian-13-4.12_opam-2.5-838e6936dcb543d510132c085fb51b31"2026-02-12 10:18.28: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7)(comment debian-13-4.12_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.3.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.15.3 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.5.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.8 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.5 --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")))2026-02-12 10:18.28: Waiting for resource in pool OCluster2026-02-12 12:14.06: Waiting for worker…2026-02-12 12:17.33: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at efb15d8 Inline `Atomic` and `Ref` ops and unroll(from ocaml/opam:debian-13-ocaml-4.12@sha256:31d9dbede0f78d56760049fd006989ebb3dcc8591cf393c369d27567889941f7)2026-02-12 12:17.34 ---> using "4d1d68efb85067cf7a79fa9007242e66e40b48ace5a5648cd96317ff96a438e1" from cache/: (comment debian-13-4.12_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-12 12:17.34 ---> using "36d12b27c455a38478eef613ad73fb031aa448329468e382b2714140e009e72f" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-12 12:17.34 ---> using "2557c0b661da5c1d5f8bd4a0ea55cac1310e0ddfd745420724d5d33135c4ab05" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.12.12.5.02026-02-12 12:17.34 ---> using "0b5e5e5eccb22433c8d8cafe1359c4f318032b5236fcffd83398d19d0bbfbb2a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-12 12:17.34 ---> using "e4feaccf762fc2e6ca213e7cd97b1815c35208a7162a09c889faec76076245d3" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-12 12:18.00 ---> saved as "0d26f8009980095cde3fe33fb9788091c909e87c984851e9ee4d41ab02aba39d"/src: (copy (src multicore-bench.opam) (dst ./))2026-02-12 12:18.00 ---> saved as "ff92c69baabbeea8ad3fcbca676e3a00783ff27ca7d02b95957dfaa6307ab779"/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)2026-02-12 12:18.04 ---> saved as "7bdbc5621fb28ae1dc1e73601743a5c0e60ef8ed7cf9c5b56d8c5138dd1e24ce"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-12 12:18.04 ---> saved as "60c6574f465dbde4c0c9aa9478c0ef10757b8907f8e59e9a5595735892ac6100"/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.3.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.15.3 fmt.0.8.8 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.0 mtime.2.1.0 multicore-magic.2.3.1 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.5.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.8 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.5 --depext-only -y multicore-bench.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 amd64 Packages [104 kB]- Fetched 195 kB in 0s (1407 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"- 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 ... 20623 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Setting up m4 (1.4.19-8) ...# To update the current shell environment, run: eval $(opam env)2026-02-12 12:18.32 ---> saved as "123ea7c721ea264b9588de56df3a8404c084bde3888e5151af7dd01ce95396b6"/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.3.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.15.3- install fmt 0.8.8- install jbuilder 1.0+beta20.1 (deprecated)- install logs 0.7.0- install mdx 2.4.0- install mtime 2.1.0- install multicore-magic 2.3.1- install ocaml-version 3.5.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.8- install yojson 2.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved cmdliner.1.3.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.8 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved mdx.2.4.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved ocaml-version.3.5.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (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 yojson.2.1.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved dune.3.15.3 (cached)-> installed cmdliner.1.3.0-> installed ocamlfind.1.8.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed topkg.1.0.8-> installed cppo.1.6.1-> installed re.1.7.2-> installed mtime.2.1.0-> installed astring.0.8.5-> installed dune.3.15.3-> installed backoff.0.1.1-> installed domain_shims.0.1.0-> installed seq.0.3-> installed result.1.5-> installed stdlib-shims.0.1.0-> installed thread-table.1.0.0-> installed camlp-streams.5.0.1-> installed ocaml-version.3.5.0-> installed multicore-magic.2.3.1-> installed csexp.1.3.2-> installed domain-local-await.1.0.1-> installed fmt.0.8.8-> 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)2026-02-12 12:20.33 ---> saved as "d0225e27ab81a82b565aafc4198aa77bab27a6218e664f1f337315cebefbb60a"/src: (copy (src .) (dst /src))2026-02-12 12:20.34 ---> saved as "ba04c695098cdfd7595866719c78b47cd6d13f8e3f49cf635c07feec0d0b8448"/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:129.96 M/sops over time/get:4092.83 M/sops over time/incr:272.56 M/sops over time/push & pop:54.76 M/sops over time/swap:59.36 M/sops over time/xchg int:135.53 M/stime per op/cas int:7.69 nstime per op/get:0.24 nstime per op/incr:3.67 nstime per op/push & pop:18.26 nstime per op/swap:16.85 nstime per op/xchg int:7.38 nsAtomic incr:ops over time/CAS, 1 domains:97.16 M/sops over time/CAS with backoff, 1 domains:98.52 M/sops over time/Incr, 1 domains:240.38 M/stime per op/CAS, 1 domains:10.29 nstime per op/CAS with backoff, 1 domains:10.15 nstime per op/Incr, 1 domains:4.16 nsBounded_q:messages over time/one domain:6.08 M/stime per message/one domain:164.58 nsHashtbl:operations over time/1 worker, 10% reads:7.32 M/soperations over time/1 worker, 50% reads:6.93 M/soperations over time/1 worker, 90% reads:7.77 M/soperations over time/2 workers, 10% reads:6.99 M/soperations over time/2 workers, 50% reads:6.74 M/soperations over time/2 workers, 90% reads:7.88 M/soperations over time/4 workers, 10% reads:5.16 M/soperations over time/4 workers, 50% reads:6.71 M/soperations over time/4 workers, 90% reads:7.12 M/soperations over time/8 workers, 10% reads:6.44 M/soperations over time/8 workers, 50% reads:6.59 M/soperations over time/8 workers, 90% reads:7.34 M/soperations over time/one domain, 10% reads:10.94 M/soperations over time/one domain, 50% reads:7.59 M/soperations over time/one domain, 90% reads:12.96 M/stime per operation/1 worker, 10% reads:136.67 nstime per operation/1 worker, 50% reads:144.34 nstime per operation/1 worker, 90% reads:128.62 nstime per operation/2 workers, 10% reads:286.07 nstime per operation/2 workers, 50% reads:296.70 nstime per operation/2 workers, 90% reads:253.79 nstime per operation/4 workers, 10% reads:774.94 nstime per operation/4 workers, 50% reads:595.77 nstime per operation/4 workers, 90% reads:561.68 nstime per operation/8 workers, 10% reads:1242.50 nstime per operation/8 workers, 50% reads:1213.28 nstime per operation/8 workers, 90% reads:1090.24 nstime per operation/one domain, 10% reads:91.37 nstime per operation/one domain, 50% reads:131.74 nstime per operation/one domain, 90% reads:77.18 nsQueue:messages over time/one domain:21.10 M/stime per message/one domain:47.40 nsRef with Mutex:ops over time/cas int:19.70 M/sops over time/get:20.54 M/sops over time/incr:19.97 M/sops over time/push & pop:15.96 M/sops over time/swap:16.40 M/sops over time/xchg int:18.24 M/stime per op/cas int:50.75 nstime per op/get:48.70 nstime per op/incr:50.08 nstime per op/push & pop:62.65 nstime per op/swap:60.96 nstime per op/xchg int:54.83 nsRef with [@poll error]:ops over time/cas int:128.64 M/sops over time/get:4254.96 M/sops over time/incr:372.92 M/sops over time/push & pop:16.95 M/sops over time/swap:73.36 M/sops over time/xchg int:152.98 M/stime per op/cas int:7.77 nstime per op/get:0.24 nstime per op/incr:2.68 nstime per op/push & pop:59.00 nstime per op/swap:13.63 nstime per op/xchg int:6.54 nsStack:messages over time/one domain:23.13 M/stime per message/one domain:43.24 nsUnix:blocking reads over time/1 worker:0.28 M/stime per blocking read/1 worker:3516.36 ns2026-02-12 12:20.40 ---> saved as "4c7a472b5a57558eb05c45f6128d036206ef376a555be3d33c529bfd10334c69"Job succeeded2026-02-12 12:20.40: Job succeeded