2026-02-13 08:07.01: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/main (efb15d8562dbdc1ba976ffc574de028e3c11c123) (linux-x86_64:debian-13-4.14_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbcOpam 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.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc# debian-13-4.14_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 thread-table.1.0.0 topkg.1.1.1 yojson.3.0.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-13 08:07.01: Using cache hint "ocaml-multicore/multicore-bench-ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc-debian-13-4.14_x86_32_opam-2.5-3276ee940043c1e69634f204ac603fad"2026-02-13 08:07.01: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc)(comment debian-13-4.14_x86_32_opam-2.5)(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.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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 thread-table.1.0.0 topkg.1.1.1 yojson.3.0.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-13 08:07.01: Waiting for resource in pool OCluster2026-02-13 11:20.17: Waiting for worker…2026-02-13 11:23.55: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at efb15d8 Inline `Atomic` and `Ref` ops and unroll(from ocaml/opam:debian-13-ocaml-4.14@sha256:49f8d1991d250d3313cfe2b5ba6bd917f8e09b6aa22a125195e9aaff264b9cbc)2026-02-13 11:23.56 ---> using "d4243bf71762df68829cfcf06d3c5f0155a054414d91130c35c4e9760ac37387" from cache/: (comment debian-13-4.14_x86_32_opam-2.5)/: (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.5 /usr/bin/opam"))2026-02-13 11:23.56 ---> using "8c25610149ccad909ef5ea11f68511e65c153e01ef73605795f3ed7365bbb499" 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-13 11:23.56 ---> using "02adffaf0b922f2308f794ec9e11f43d69bb67754e82f9120bc681182cb01b2f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-02-13 11:23.56 ---> using "feb1e6546326c207a865c6b0f95208cfe1b0e5aa22307ed229e44dc9add92713" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-13 11:23.56 ---> using "fd2f85654026d941545443eadd1144c44639aa9b5d1e82dd1ec75a093443af1c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> 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-13 11:23.56 ---> using "56c82623874e46081f6879f5cd5a90ace9e9ce2693be833004d3db0085fb2729" from cache/src: (copy (src multicore-bench.opam) (dst ./))2026-02-13 11:23.57 ---> saved as "620aafaec2868d36f227c6d1465d17183dd6872728c110439fadcd2540dd6abc"/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-13 11:24.00 ---> saved as "668146c1041a0d1b49007c7541c1fc34a966315c3fd842c6cbf3565ab5e89107"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-13 11:24.00 ---> saved as "bf5f3c5d73e882e918a9af225b5242afb2c57a264ddc94fcd4df4fab3d3ffaa6"/src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.21.1 fmt.0.11.0 logs.0.10.0 mdx.2.5.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 thread-table.1.0.0 topkg.1.1.1 yojson.3.0.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 i386 Packages [98.5 kB]- Fetched 189 kB in 3s (63.4 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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).# To update the current shell environment, run: eval $(opam env)2026-02-13 11:24.24 ---> saved as "dfae75d11da36d01071c9055753c92e1a8e0ac52296b4a13768a233e48351f25"/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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 22 packages- install astring 0.8.5- install backoff 0.1.1- install camlp-streams 5.0.1- install cmdliner 2.1.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.21.1- install fmt 0.11.0- install logs 0.10.0- install mdx 2.5.1- install mtime 2.1.0- install multicore-magic 2.3.2- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install result 1.5- install thread-table 1.0.0- install topkg 1.1.1- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved multicore-magic.2.3.2 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed mtime.2.1.0-> installed astring.0.8.5-> installed logs.0.10.0-> installed dune.3.21.1-> installed backoff.0.1.1-> installed csexp.1.5.2-> installed domain_shims.0.1.0-> installed camlp-streams.5.0.1-> installed multicore-magic.2.3.2-> installed result.1.5-> installed thread-table.1.0.0-> installed ocaml-version.4.0.3-> installed domain-local-await.1.0.1-> installed re.1.14.0-> installed cppo.1.8.0-> installed yojson.3.0.0-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2026-02-13 11:26.42 ---> saved as "04c5205e84766feb7150c802b0c42bdd09e4f6f9d868c80b8d943a0079c1c589"/src: (copy (src .) (dst /src))2026-02-13 11:26.43 ---> saved as "7dbdbdf2cc10f2abda05a35d5ff499daf96b623956dd8765c0c8551ebf7cb0be"/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:94.56 M/sops over time/get:1472.08 M/sops over time/incr:285.98 M/sops over time/push & pop:48.74 M/sops over time/swap:48.68 M/sops over time/xchg int:92.25 M/stime per op/cas int:10.58 nstime per op/get:0.68 nstime per op/incr:3.50 nstime per op/push & pop:20.52 nstime per op/swap:20.54 nstime per op/xchg int:10.84 nsAtomic incr:ops over time/CAS, 1 domains:72.64 M/sops over time/CAS with backoff, 1 domains:71.78 M/sops over time/Incr, 1 domains:228.49 M/stime per op/CAS, 1 domains:13.77 nstime per op/CAS with backoff, 1 domains:13.93 nstime per op/Incr, 1 domains:4.38 nsBounded_q:messages over time/one domain:4.55 M/stime per message/one domain:219.90 nsHashtbl:operations over time/1 worker, 10% reads:6.25 M/soperations over time/1 worker, 50% reads:6.61 M/soperations over time/1 worker, 90% reads:7.50 M/soperations over time/2 workers, 10% reads:6.08 M/soperations over time/2 workers, 50% reads:6.37 M/soperations over time/2 workers, 90% reads:7.57 M/soperations over time/4 workers, 10% reads:5.75 M/soperations over time/4 workers, 50% reads:6.07 M/soperations over time/4 workers, 90% reads:6.88 M/soperations over time/8 workers, 10% reads:5.09 M/soperations over time/8 workers, 50% reads:5.66 M/soperations over time/8 workers, 90% reads:6.42 M/soperations over time/one domain, 10% reads:13.01 M/soperations over time/one domain, 50% reads:13.26 M/soperations over time/one domain, 90% reads:15.14 M/stime per operation/1 worker, 10% reads:159.96 nstime per operation/1 worker, 50% reads:151.33 nstime per operation/1 worker, 90% reads:133.33 nstime per operation/2 workers, 10% reads:329.16 nstime per operation/2 workers, 50% reads:313.93 nstime per operation/2 workers, 90% reads:264.06 nstime per operation/4 workers, 10% reads:695.50 nstime per operation/4 workers, 50% reads:659.31 nstime per operation/4 workers, 90% reads:581.14 nstime per operation/8 workers, 10% reads:1570.34 nstime per operation/8 workers, 50% reads:1414.35 nstime per operation/8 workers, 90% reads:1245.45 nstime per operation/one domain, 10% reads:76.86 nstime per operation/one domain, 50% reads:75.44 nstime per operation/one domain, 90% reads:66.03 nsQueue:messages over time/one domain:16.01 M/stime per message/one domain:62.48 nsRef with Mutex:ops over time/cas int:14.21 M/sops over time/get:16.39 M/sops over time/incr:16.03 M/sops over time/push & pop:12.71 M/sops over time/swap:13.67 M/sops over time/xchg int:14.28 M/stime per op/cas int:70.39 nstime per op/get:61.02 nstime per op/incr:62.37 nstime per op/push & pop:78.65 nstime per op/swap:73.14 nstime per op/xchg int:70.04 nsRef with [@poll error]:ops over time/cas int:92.96 M/sops over time/get:1484.19 M/sops over time/incr:322.46 M/sops over time/push & pop:47.90 M/sops over time/swap:48.12 M/sops over time/xchg int:95.42 M/stime per op/cas int:10.76 nstime per op/get:0.67 nstime per op/incr:3.10 nstime per op/push & pop:20.88 nstime per op/swap:20.78 nstime per op/xchg int:10.48 nsStack:messages over time/one domain:19.16 M/stime per message/one domain:52.19 nsUnix:blocking reads over time/1 worker:0.22 M/stime per blocking read/1 worker:4600.60 ns2026-02-13 11:26.57 ---> saved as "3e282ffbe33d92d4fc2054868a93675db34f28152d671a83de8e6ff6cffc9a34"Job succeeded2026-02-13 11:26.57: Job succeeded