Organisationsocaml-multicoremulticore-bench41eee8 ()freebsd-5.2_opam-2.2

freebsd-5.2_opam-2.2

Logs

Show full logs
2024-10-13 10:51.57: New job: test ocaml-multicore/multicore-bench https://github.com/ocaml-multicore/multicore-bench.git#refs/heads/avoid-include (41eee82fd48033f4776d3f75dd5693eebba2176a) (freebsd-x86_64:freebsd-5.2_opam-2.2)
Base: freebsd-ocaml-5.2
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/multicore-bench.git" -b "avoid-include" && cd "multicore-bench" && git reset --hard 41eee82f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.2
# freebsd-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 multicore-bench.opam ./
RUN opam pin add -yn multicore-bench.dev './'
ENV DEPS="astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y multicore-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-10-13 10:51.57: Using cache hint "ocaml-multicore/multicore-bench-freebsd-ocaml-5.2-freebsd-5.2_opam-2.2-aa8e70cdb28d40dc60d3b3c4e487b830"
2024-10-13 10:51.57: Using OBuilder spec:
((from freebsd-ocaml-5.2)
 (comment freebsd-5.2_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /usr/local/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 b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && 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 './'"))
 (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 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.2 --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"))
)

2024-10-13 10:51.57: Waiting for resource in pool OCluster
2024-10-13 10:51.58: Waiting for worker…
2024-10-13 10:51.58: Got resource from pool OCluster
Building on spring
HEAD is now at 7c85236 Avoid `include` of modules
HEAD is now at 41eee82 Avoid `include` of modules

(from freebsd-ocaml-5.2)
2024-10-13 10:41.51 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache

/: (comment freebsd-5.2_opam-2.2)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opam"))
2024-10-13 10:41.51 ---> using "ce5d446dcad4679490c4842006d3847ab79c5b03f27c64107dd9b4b693f9227b" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-10-13 10:41.51 ---> using "315f104d2431f3f8513b249e297f5cd9ab00e87e07651779a2c033f75790f186" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p11
The OCaml toplevel, version 5.2.0
2.2.1
2024-10-13 10:41.51 ---> using "122bbc3ca2d5d079e67c62df055dfe2029bb1467ac0b82961d95a877a82d7ad7" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-10-13 10:41.52 ---> using "ea3d067661d07cb941931c0bd3d63b7212a0090aedfda056edf38cb8ce4f84dc" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b876d7d37014df697368765c088aa86d24dc8b6b || git fetch origin master) && git reset -q --hard b876d7d37014df697368765c088aa86d24dc8b6b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   5e7a27da27..ba44ffed3b  master     -> origin/master
b876d7d370 Merge pull request #26641 from polytypic/release-backoff-0.1.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-10-13 10:41.52 ---> using "2d377b153539e4990b82ff46f116f11c542c10a5bc33e1bfa9ae332e3a58c132" from cache

/src: (copy (src multicore-bench.opam) (dst ./))
2024-10-13 10:41.52 ---> using "9a7d7000ea63016882066a9f67a69eed3a838e371aa7daba0bbd07efbd705319" 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)
2024-10-13 10:41.52 ---> using "fb36467bba3c8ba77fb97fe052fab4b97f9675b8a030e0d0ccfa7e7bf9c0f8bc" from cache

/src: (env DEPS "astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.7.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 mdx.2.4.1 mtime.2.1.0 multicore-magic.2.3.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.6.9 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7 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.2 --depext-only -y multicore-bench.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[multicore-bench.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-10-13 10:41.52 ---> using "f91fa3802af5f724b740b49df3efca9099e2501690d4f20496a828113780e905" 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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
   astring            0.8.5
   backoff            0.1.1
   camlp-streams      5.0.1
   cmdliner           1.3.0
   cppo               1.7.0
   csexp              1.5.2
   domain-local-await 1.0.1
   domain_shims       0.1.0
   dune               3.16.0
   fmt                0.9.0
   logs               0.7.0
   mdx                2.4.1
   mtime              2.1.0
   multicore-magic    2.3.0
   ocaml-version      3.6.9
   ocamlbuild         0.15.0
   ocamlfind          1.9.6
   re                 1.12.0
   result             1.5
   seq                base
   thread-table       1.0.0
   topkg              1.0.7
   yojson             2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved backoff.0.1.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved cppo.1.7.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved domain_shims.0.1.0  (cached)
 retrieved domain-local-await.1.0.1  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved multicore-magic.2.3.0  (cached)
 retrieved mdx.2.4.1  (cached)
 retrieved ocaml-version.3.6.9  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved re.1.12.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved thread-table.1.0.0  (cached)
 retrieved result.1.5  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved yojson.2.2.2  (cached)
 retrieved dune.3.16.0  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.15.0
 installed topkg.1.0.7
 installed mtime.2.1.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed logs.0.7.0
 installed dune.3.16.0
 installed domain_shims.0.1.0
 installed csexp.1.5.2
 installed ocaml-version.3.6.9
 installed backoff.0.1.1
 installed thread-table.1.0.0
 installed result.1.5
 installed camlp-streams.5.0.1
 installed multicore-magic.2.3.0
 installed cppo.1.7.0
 installed domain-local-await.1.0.1
 installed re.1.12.0
 installed yojson.2.2.2
 installed mdx.2.4.1
Done.
2024-10-13 10:41.53 ---> using "292e804ceb1f486ec279d5214c5ed3a999e8c1f9be09bffe682b924d6d8b0661" from cache

/src: (copy (src .) (dst /src))
2024-10-13 10:41.53 ---> saved as "3d22b41e5b2f495bbabd66cea232e33154f8d7382be8fe4e993f10251c88b2af"

/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:
    46.03 M/s
  ops over time/get:
    310.98 M/s
  ops over time/incr:
    70.41 M/s
  ops over time/push & pop:
    28.59 M/s
  ops over time/swap:
    36.79 M/s
  ops over time/xchg int:
    48.52 M/s
  time per op/cas int:
    21.72 ns
  time per op/get:
    3.22 ns
  time per op/incr:
    14.20 ns
  time per op/push & pop:
    34.98 ns
  time per op/swap:
    27.18 ns
  time per op/xchg int:
    20.61 ns
Atomic incr:
  ops over time/CAS, 1 domains:
    42.35 M/s
  ops over time/CAS, 2 domains:
    7.79 M/s
  ops over time/CAS, 4 domains:
    5.14 M/s
  ops over time/CAS, 8 domains:
    3.99 M/s
  ops over time/CAS with backoff, 1 domains:
    42.31 M/s
  ops over time/CAS with backoff, 2 domains:
    32.30 M/s
  ops over time/CAS with backoff, 4 domains:
    33.28 M/s
  ops over time/CAS with backoff, 8 domains:
    30.10 M/s
  ops over time/Incr, 1 domains:
    70.55 M/s
  ops over time/Incr, 2 domains:
    32.39 M/s
  ops over time/Incr, 4 domains:
    31.19 M/s
  ops over time/Incr, 8 domains:
    31.41 M/s
  time per op/CAS, 1 domains:
    23.61 ns
  time per op/CAS, 2 domains:
    256.71 ns
  time per op/CAS, 4 domains:
    777.87 ns
  time per op/CAS, 8 domains:
    2006.39 ns
  time per op/CAS with backoff, 1 domains:
    23.64 ns
  time per op/CAS with backoff, 2 domains:
    61.92 ns
  time per op/CAS with backoff, 4 domains:
    120.18 ns
  time per op/CAS with backoff, 8 domains:
    265.78 ns
  time per op/Incr, 1 domains:
    14.17 ns
  time per op/Incr, 2 domains:
    61.74 ns
  time per op/Incr, 4 domains:
    128.26 ns
  time per op/Incr, 8 domains:
    254.73 ns
Bounded_q:
  messages over time/1 adder, 1 taker:
    3.67 M/s
  messages over time/1 adder, 2 takers:
    1.68 M/s
  messages over time/1 adder, 4 takers:
    0.33 M/s
  messages over time/2 adders, 1 taker:
    2.42 M/s
  messages over time/2 adders, 2 takers:
    1.98 M/s
  messages over time/2 adders, 4 takers:
    1.64 M/s
  messages over time/4 adders, 1 taker:
    2.89 M/s
  messages over time/4 adders, 2 takers:
    2.44 M/s
  messages over time/4 adders, 4 takers:
    1.95 M/s
  messages over time/one domain:
    5.46 M/s
  time per message/1 adder, 1 taker:
    544.44 ns
  time per message/1 adder, 2 takers:
    1783.41 ns
  time per message/1 adder, 4 takers:
    15204.11 ns
  time per message/2 adders, 1 taker:
    1238.24 ns
  time per message/2 adders, 2 takers:
    2023.19 ns
  time per message/2 adders, 4 takers:
    3651.69 ns
  time per message/4 adders, 1 taker:
    1728.03 ns
  time per message/4 adders, 2 takers:
    2457.82 ns
  time per message/4 adders, 4 takers:
    4093.40 ns
  time per message/one domain:
    183.14 ns
Hashtbl:
  operations over time/1 worker, 10% reads:
    7.63 M/s
  operations over time/1 worker, 50% reads:
    7.75 M/s
  operations over time/1 worker, 90% reads:
    8.34 M/s
  operations over time/2 workers, 10% reads:
    3.61 M/s
  operations over time/2 workers, 50% reads:
    4.03 M/s
  operations over time/2 workers, 90% reads:
    4.29 M/s
  operations over time/4 workers, 10% reads:
    2.47 M/s
  operations over time/4 workers, 50% reads:
    2.75 M/s
  operations over time/4 workers, 90% reads:
    3.38 M/s
  operations over time/8 workers, 10% reads:
    1.82 M/s
  operations over time/8 workers, 50% reads:
    2.69 M/s
  operations over time/8 workers, 90% reads:
    3.31 M/s
  operations over time/one domain, 10% reads:
    13.11 M/s
  operations over time/one domain, 50% reads:
    13.34 M/s
  operations over time/one domain, 90% reads:
    15.62 M/s
  time per operation/1 worker, 10% reads:
    131.12 ns
  time per operation/1 worker, 50% reads:
    129.01 ns
  time per operation/1 worker, 90% reads:
    119.85 ns
  time per operation/2 workers, 10% reads:
    554.48 ns
  time per operation/2 workers, 50% reads:
    495.75 ns
  time per operation/2 workers, 90% reads:
    466.07 ns
  time per operation/4 workers, 10% reads:
    1619.00 ns
  time per operation/4 workers, 50% reads:
    1456.17 ns
  time per operation/4 workers, 90% reads:
    1184.24 ns
  time per operation/8 workers, 10% reads:
    4391.84 ns
  time per operation/8 workers, 50% reads:
    2975.62 ns
  time per operation/8 workers, 90% reads:
    2416.73 ns
  time per operation/one domain, 10% reads:
    76.26 ns
  time per operation/one domain, 50% reads:
    74.95 ns
  time per operation/one domain, 90% reads:
    64.04 ns
Queue:
  messages over time/one domain:
    18.09 M/s
  time per message/one domain:
    55.27 ns
Ref with Mutex:
  ops over time/cas int:
    13.16 M/s
  ops over time/get:
    14.20 M/s
  ops over time/incr:
    14.19 M/s
  ops over time/push & pop:
    11.52 M/s
  ops over time/swap:
    12.30 M/s
  ops over time/xchg int:
    13.26 M/s
  time per op/cas int:
    76.00 ns
  time per op/get:
    70.45 ns
  time per op/incr:
    70.45 ns
  time per op/push & pop:
    86.82 ns
  time per op/swap:
    81.32 ns
  time per op/xchg int:
    75.44 ns
Ref with [@poll error]:
  ops over time/cas int:
    86.57 M/s
  ops over time/get:
    359.31 M/s
  ops over time/incr:
    299.30 M/s
  ops over time/push & pop:
    39.44 M/s
  ops over time/swap:
    62.25 M/s
  ops over time/xchg int:
    88.47 M/s
  time per op/cas int:
    11.55 ns
  time per op/get:
    2.78 ns
  time per op/incr:
    3.34 ns
  time per op/push & pop:
    25.35 ns
  time per op/swap:
    16.06 ns
  time per op/xchg int:
    11.30 ns
Stack:
  messages over time/one domain:
    23.64 M/s
  time per message/one domain:
    42.31 ns
Unix:
  blocking reads over time/1 worker:
    1.52 M/s
  blocking reads over time/2 workers:
    3.04 M/s
  blocking reads over time/4 workers:
    6.09 M/s
  time per blocking read/1 worker:
    656.40 ns
  time per blocking read/2 workers:
    656.94 ns
  time per blocking read/4 workers:
    657.33 ns
2024-10-13 10:42.17 ---> saved as "95bad793db64178c43246df94a8e4432d8b3879c1dc373e35fbfea11465631f5"
Job succeeded
2024-10-13 10:52.26: Job succeeded