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-x86_64:debian-12-4.14_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050Opam 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.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050# debian-12-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050-debian-12-4.14_opam-2.3-ca79e40941293f2b07c18dfa608cc722"2025-05-02 14:58.59: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050)(comment debian-12-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-02 17:29.22: Waiting for worker…2025-05-02 17:33.19: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at deca528 Ignore results from ops on `ref` benchmarks(from ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050)2025-05-02 17:33.19 ---> using "c803204894feb69882c6f8a93debc38d237226aa0742423bb8ecaf2af7ff192b" from cache/: (comment debian-12-4.14_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-02 17:33.19 ---> using "4ff3c336616289fa20e5dfd6790dd7399c75b87ca439b0b8287e7c2c9ada0e84" 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-02 17:33.19 ---> using "712d137870e686c9f06b0441c728a5085f7c2ba772208bb9d8e5196c3da8156d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.3.02025-05-02 17:33.19 ---> using "45a7982bb27e008037a4269312ae3ad4fcc152153054714c81971b87be08a820" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-05-02 17:33.19 ---> using "983b5db943d464825c87ad23d6af1307b85f3c14d92f50296488d868d9360330" 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_HEAD34a3fc46c3..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-02 17:33.19 ---> using "0e6bdea8cee771da3eab2a93148436285a09e86b7176d2235a6517fbf5c5d382" from cache/src: (copy (src multicore-bench.opam) (dst ./))2025-05-02 17:33.19 ---> saved as "debafba488467825da794563dabc9b07cc77fbb2b1892a03f6c1057e3fa5f65a"/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-02 17:33.21 ---> saved as "e5799e7c1110630e9d7104e8d1756d4dd6396266e070734e1b4255e566c7fe15"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-05-02 17:33.21 ---> saved as "98c329d33b89d26b1f9f32b8732bd5319468352273a93409a3b01e567eadd079"/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.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 amd64 Packages [258 kB]- Fetched 361 kB in 0s (1028 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).2025-05-02 17:33.32 ---> saved as "3a06e6a48d34851df3f9b63462eb2e9783c9b002e617a6933dda812444561c17"/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 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 camlp-streams.5.0.1 (cached)-> retrieved backoff.0.1.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 mtime.2.1.0 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved multicore-magic.2.3.1 (cached)-> retrieved ocaml-version.4.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved re.1.12.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved result.1.5 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved yojson.2.2.2 (cached)-> retrieved dune.3.18.2 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.0.8-> installed mtime.2.1.0-> installed fmt.0.10.0-> installed astring.0.8.5-> installed logs.0.8.0-> installed dune.3.18.2-> installed domain_shims.0.1.0-> installed csexp.1.5.2-> installed result.1.5-> installed camlp-streams.5.0.1-> installed thread-table.1.0.0-> installed backoff.0.1.1-> installed ocaml-version.4.0.0-> installed multicore-magic.2.3.1-> installed domain-local-await.1.0.1-> installed re.1.12.0-> installed cppo.1.8.0-> installed yojson.2.2.2-> installed mdx.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-05-02 17:34.05 ---> saved as "8bda4f3561bd5c2d277e7a0f5f351184749d0dbf8396a5d04dbc786f935e586d"/src: (copy (src .) (dst /src))2025-05-02 17:34.05 ---> saved as "2573e2e394572d40dcd892d8a67f84444b636e948a73ee9b801c3dd0d3015e45"/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:190.77 M/sops over time/get:648.46 M/sops over time/incr:252.26 M/sops over time/push & pop:87.69 M/sops over time/swap:101.14 M/sops over time/xchg int:190.77 M/stime per op/cas int:5.24 nstime per op/get:1.54 nstime per op/incr:3.96 nstime per op/push & pop:11.40 nstime per op/swap:9.89 nstime per op/xchg int:5.24 nsAtomic incr:ops over time/CAS, 1 domains:241.01 M/sops over time/CAS with backoff, 1 domains:242.40 M/sops over time/Incr, 1 domains:241.66 M/stime per op/CAS, 1 domains:4.15 nstime per op/CAS with backoff, 1 domains:4.13 nstime per op/Incr, 1 domains:4.14 nsBounded_q:messages over time/one domain:16.96 M/stime per message/one domain:58.96 nsHashtbl:operations over time/1 worker, 10% reads:16.30 M/soperations over time/1 worker, 50% reads:15.83 M/soperations over time/1 worker, 90% reads:19.91 M/soperations over time/2 workers, 10% reads:16.39 M/soperations over time/2 workers, 50% reads:16.01 M/soperations over time/2 workers, 90% reads:20.43 M/soperations over time/4 workers, 10% reads:16.22 M/soperations over time/4 workers, 50% reads:15.82 M/soperations over time/4 workers, 90% reads:19.52 M/soperations over time/8 workers, 10% reads:16.08 M/soperations over time/8 workers, 50% reads:15.03 M/soperations over time/8 workers, 90% reads:18.36 M/soperations over time/one domain, 10% reads:22.91 M/soperations over time/one domain, 50% reads:22.59 M/soperations over time/one domain, 90% reads:29.18 M/stime per operation/1 worker, 10% reads:61.34 nstime per operation/1 worker, 50% reads:63.16 nstime per operation/1 worker, 90% reads:50.23 nstime per operation/2 workers, 10% reads:122.06 nstime per operation/2 workers, 50% reads:124.95 nstime per operation/2 workers, 90% reads:97.89 nstime per operation/4 workers, 10% reads:246.61 nstime per operation/4 workers, 50% reads:252.90 nstime per operation/4 workers, 90% reads:204.94 nstime per operation/8 workers, 10% reads:497.46 nstime per operation/8 workers, 50% reads:532.45 nstime per operation/8 workers, 90% reads:435.67 nstime per operation/one domain, 10% reads:43.64 nstime per operation/one domain, 50% reads:44.26 nstime per operation/one domain, 90% reads:34.27 nsQueue:messages over time/one domain:40.42 M/stime per message/one domain:24.74 nsRef with Mutex:ops over time/cas int:55.39 M/sops over time/get:54.51 M/sops over time/incr:54.93 M/sops over time/push & pop:53.03 M/sops over time/swap:54.26 M/sops over time/xchg int:55.38 M/stime per op/cas int:18.05 nstime per op/get:18.34 nstime per op/incr:18.20 nstime per op/push & pop:18.86 nstime per op/swap:18.43 nstime per op/xchg int:18.06 nsRef with [@poll error]:ops over time/cas int:251.35 M/sops over time/get:648.73 M/sops over time/incr:303.32 M/sops over time/push & pop:96.60 M/sops over time/swap:141.30 M/sops over time/xchg int:251.36 M/stime per op/cas int:3.98 nstime per op/get:1.54 nstime per op/incr:3.30 nstime per op/push & pop:10.35 nstime per op/swap:7.08 nstime per op/xchg int:3.98 nsStack:messages over time/one domain:26.97 M/stime per message/one domain:37.08 nsUnix:blocking reads over time/1 worker:0.60 M/stime per blocking read/1 worker:1661.69 ns2025-05-02 17:34.10 ---> saved as "dc7e97e06d880ad92bcf4eea5a2e372572837f299ed191c7ccb4d90b28604861"Job succeeded2025-05-02 17:34.10: Job succeeded