2025-10-31 07:57.42: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/adaptive-bo-mpmcq (108a9608d3bd4f6451ec0b1d8f5c171d0608fc43) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "adaptive-bo-mpmcq" && cd "picos" && git reset --hard 108a9608cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4# debian-13-4.14_riscv64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam ./RUN opam pin add -yn picos_std.dev './' && \opam pin add -yn picos_mux.dev './' && \opam pin add -yn picos_meta.dev './' && \opam pin add -yn picos_lwt.dev './' && \opam pin add -yn picos_io_cohttp.dev './' && \opam pin add -yn picos_io.dev './' && \opam pin add -yn picos_aux.dev './' && \opam pin add -yn picos.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.0.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 containers.3.16 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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-10-31 07:57.42: Using cache hint "ocaml-multicore/picos-ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4-debian-13-4.14_riscv64_opam-2.4-3fb6f3b42da28334fcf7f3a4e7b41e04"2025-10-31 07:57.42: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4)(comment debian-13-4.14_riscv64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)(dst ./))(run (network host)(shell "opam pin add -yn picos_std.dev './' && \\nopam pin add -yn picos_mux.dev './' && \\nopam pin add -yn picos_meta.dev './' && \\nopam pin add -yn picos_lwt.dev './' && \\nopam pin add -yn picos_io_cohttp.dev './' && \\nopam pin add -yn picos_io.dev './' && \\nopam pin add -yn picos_aux.dev './' && \\nopam pin add -yn picos.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.0.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 containers.3.16 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")(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.4 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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-10-31 07:57.42: Waiting for resource in pool OCluster2025-10-31 07:57.42: Waiting for worker…2025-10-31 08:05.05: Got resource from pool OClusterBuilding on riscv-bm-02.sw.ci.devAll commits already cachedHEAD is now at 108a960 Use adaptive backoff in mpmcq(from ocaml/opam:debian-13-ocaml-4.14@sha256:2ec3acb358ede65444e2c01012b8324279d362d1b5a123d68f479f6dd50c48f4)2025-10-31 08:05.05 ---> using "55ae748f998e54835d3967fc6571b603b5ee1c5ff4e316d4c116f7c103a9c488" from cache/: (comment debian-13-4.14_riscv64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-31 08:05.05 ---> using "c00b7fb0f14ee1c4f7d61067bbfa694b3be6391e35e49cc0aaf32d7c4e3d53f8" 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] Initialised2025-10-31 08:05.05 ---> using "855a2ad17f6bcf2293c394a91ad81b4660f67f6158dd85f342100a047bf5312e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-10-31 08:05.05 ---> using "a4ce8f05afc8d1524197ee77c40d77385ba3c1dd7324a7828030078cefe93e49" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-31 08:05.05 ---> using "b44f2387602157265122ccd9b42a9e7ae7bea0745aff65db47cf7ea002fcfa4d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 60c74a29f5d280ca9330c57b890e2e8c0fbc444c || git fetch origin master) && git reset -q --hard 60c74a29f5d280ca9330c57b890e2e8c0fbc444c && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..263b2e6219 master -> origin/master60c74a29f5 Merge pull request #28709 from hannesm/release-domain-name-v0.5.0<><> 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.3.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)2025-10-31 08:05.05 ---> using "14ef32c7bdb1f20fed42a8e423a75d7aa4b92cc309e16b5397945f264f0f88ca" from cache/src: (copy (src picos_std.opam picos_mux.opam picos_meta.opam picos_lwt.opam picos_io_cohttp.opam picos_io.opam picos_aux.opam picos.opam)(dst ./))2025-10-31 08:05.05 ---> using "8f490e9970033c57d598ab56c653d27300cec400f4046ec5633e353d8d87c745" from cache/src: (run (network host)(shell "opam pin add -yn picos_std.dev './' && \\nopam pin add -yn picos_mux.dev './' && \\nopam pin add -yn picos_meta.dev './' && \\nopam pin add -yn picos_lwt.dev './' && \\nopam pin add -yn picos_io_cohttp.dev './' && \\nopam pin add -yn picos_io.dev './' && \\nopam pin add -yn picos_aux.dev './' && \\nopam pin add -yn picos.dev './'"))[picos_std.dev] synchronised (file:///src)picos_std is now pinned to file:///src (version dev)[picos_mux.dev] synchronised (file:///src)picos_mux is now pinned to file:///src (version dev)[picos_meta.dev] synchronised (file:///src)picos_meta is now pinned to file:///src (version dev)[picos_lwt.dev] synchronised (file:///src)picos_lwt is now pinned to file:///src (version dev)[picos_io_cohttp.dev] synchronised (file:///src)picos_io_cohttp is now pinned to file:///src (version dev)[picos_io.dev] synchronised (file:///src)picos_io is now pinned to file:///src (version dev)[picos_aux.dev] synchronised (file:///src)picos_aux is now pinned to file:///src (version dev)[picos.dev] synchronised (file:///src)picos is now pinned to file:///src (version dev)2025-10-31 08:05.05 ---> using "4906c325e1438bd2cb4dab19c63a81c7da9e2bef14332533b82e19d132dfb82b" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-31 08:05.05 ---> using "f59654f20cfdb18510e3d24a4eb450c790a5e452366c7deacb9950e7e960d4b0" from cache/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.2.0.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 containers.3.16 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-local-await.1.0.1 domain-name.0.5.0 domain_shims.0.1.0 dscheck.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.11.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.1 ipaddr.5.6.1 ipaddr-sexp.5.6.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 kdf.1.0.0 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 magic-mime.1.3.1 mdx.2.5.1 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mirage-crypto.2.0.2 mirage-crypto-ec.2.0.2 mirage-crypto-pk.2.0.2 mirage-crypto-rng.2.0.2 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 oseq.0.5.1 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 psq.0.2.1 ptime.1.2.0 qcheck-core.0.26 qcheck-multicoretests-util.0.10 qcheck-stm.0.10 re.1.14.0 result.1.5 rresult.0.7.0 sedlex.3.7 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.1.0 tsort.2.2.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.3.0.0 zarith.1.14")/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.4 --depext-only -y picos_std.dev picos_mux.dev picos_meta.dev picos_lwt.dev picos_io_cohttp.dev picos_io.dev picos_aux.dev picos.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 riscv64 Packages [64.6 kB]- Fetched 155 kB in 0s (315 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[picos.dev] synchronised (file:///src)[picos_aux.dev] synchronised (file:///src)[picos_io.dev] synchronised (file:///src)[picos_io_cohttp.dev] synchronised (file:///src)[picos_lwt.dev] synchronised (file:///src)[picos_meta.dev] synchronised (file:///src)[picos_mux.dev] synchronised (file:///src)[picos_std.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).The following system packages will first need to be installed:libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"- Selecting previously unselected package libgmpxx4ldbl:riscv64.- (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 ... 20700 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_riscv64.deb ...- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:riscv64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_riscv64.deb ...- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:riscv64.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_riscv64.deb ...- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_riscv64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:riscv64.- Preparing to unpack .../4-pkgconf_1.8.1-4_riscv64.deb ...- Unpacking pkgconf:riscv64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:riscv64.- Preparing to unpack .../5-pkg-config_1.8.1-4_riscv64.deb ...- Unpacking pkg-config:riscv64 (1.8.1-4) ...- Setting up libpkgconf3:riscv64 (1.8.1-4) ...- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:riscv64 (1.8.1-4) ...- Setting up pkg-config:riscv64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-31 08:05.05 ---> using "7fc051908f3040b95d9792a36e59564c71eab217115d308a1ffa999b18e29995" 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 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 96 packages- install alcotest 1.9.1- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install backoff 0.1.1- install base v0.16.4- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 1.0.1- install camlp-streams 5.0.1- install cmdliner 2.0.0- install cohttp 6.1.1- install cohttp-lwt 6.1.1- install cohttp-lwt-unix 6.1.1- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install containers 3.16- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.3.0- install domain-local-await 1.0.1- install domain-name 0.5.0- install domain_shims 0.1.0- install dscheck 0.5.0- install dune 3.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install either 1.0.0- install eqaf 0.10- install fmt 0.11.0- install fpath 0.7.3- install gen 1.1- install gmap 0.3.0- install http 6.1.1- install ipaddr 5.6.1- install ipaddr-sexp 5.6.1- install js_of_ocaml 6.2.0- install js_of_ocaml-compiler 6.2.0- install kdf 1.0.0- install logs 0.9.0- install lwt 5.9.2- install macaddr 5.6.1- install magic-mime 1.3.1- install mdx 2.5.1- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install mirage-crypto 2.0.2- install mirage-crypto-ec 2.0.2- install mirage-crypto-pk 2.0.2- install mirage-crypto-rng 2.0.2- install mtime 2.1.0- install multicore-bench 0.1.7- install multicore-magic 2.3.1- install multicore-magic-dscheck 2.3.1- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ohex 0.2.0- install oseq 0.5.1- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install psq 0.2.1- install ptime 1.2.0- install qcheck-core 0.26- install qcheck-multicoretests-util 0.10- install qcheck-stm 0.10- install re 1.14.0- install result 1.5- install rresult 0.7.0- install sedlex 3.7- install seq base- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install stringext 1.6.0- install thread-local-storage 0.2- install thread-table 1.0.0- install topkg 1.1.0- install tsort 2.2.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 1.0.6- install yojson 3.0.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.1.0.1 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved containers.3.16 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved dscheck.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved either.1.0.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gen.1.1 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0 (cached)-> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved multicore-bench.0.1.7 (cached)-> retrieved multicore-magic.2.3.1, multicore-magic-dscheck.2.3.1 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> installed cmdliner.2.0.0-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ohex.0.2.0 (cached)-> retrieved oseq.0.5.1 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved qcheck-core.0.26 (cached)-> retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved thread-local-storage.0.2 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved tsort.2.2.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved x509.1.0.6 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed seq.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed mtime.2.1.0-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed dune.3.20.2-> installed base64.3.5.2-> installed backoff.0.1.1-> installed camlp-streams.5.0.1-> installed asn1-combinators.0.3.2-> installed csexp.1.5.2-> installed domain-name.0.5.0-> installed cppo.1.8.0-> installed domain_shims.0.1.0-> installed duration.0.2.1-> installed either.1.0.0-> installed eqaf.0.10-> installed gmap.0.3.0-> installed gen.1.1-> installed dune-configurator.3.20.2-> installed http.6.1.1-> installed macaddr.5.6.1-> installed bigstringaf.0.10.0-> installed ipaddr.5.6.1-> installed digestif.1.3.0-> installed magic-mime.1.3.1-> installed menhirCST.20250912-> installed menhirSdk.20250912-> installed menhirLib.20250912-> installed multicore-magic.2.3.1-> installed containers.3.16-> installed ocaml-compiler-libs.v0.12.4-> installed mirage-crypto.2.0.2-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed kdf.1.0.0-> installed ocplib-endian.1.2-> installed angstrom.0.16.1-> installed ohex.0.2.0-> installed oseq.0.5.1-> installed ppx_derivers.1.2.1-> installed psq.0.2.1-> installed qcheck-core.0.26-> installed re.1.14.0-> installed qcheck-multicoretests-util.0.10-> installed result.1.5-> installed lwt.5.9.2-> installed qcheck-stm.0.10-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.16.0-> installed stringext.1.6.0-> installed alcotest.1.9.1-> installed menhir.20250912-> installed thread-local-storage.0.2-> installed thread-table.1.0.0-> installed tsort.2.2.0-> installed domain-local-await.1.0.1-> installed dscheck.0.5.0-> installed base.v0.16.4-> installed multicore-magic-dscheck.2.3.1-> installed uri.4.4.0-> installed yojson.3.0.0-> installed multicore-bench.0.1.7-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0-> installed sedlex.3.7-> installed uri-sexp.4.4.0-> installed ipaddr-sexp.5.6.1-> installed js_of_ocaml-compiler.6.2.0-> installed logs.0.9.0-> installed bos.0.2.1-> installed cohttp.6.1.1-> installed conduit.8.0.0-> installed mdx.2.5.1-> installed cohttp-lwt.6.1.1-> installed mirage-crypto-rng.2.0.2-> installed conduit-lwt.8.0.0-> installed mirage-crypto-pk.2.0.2-> installed mirage-crypto-ec.2.0.2-> installed x509.1.0.6-> installed ca-certs.1.0.1-> installed conduit-lwt-unix.8.0.0-> installed cohttp-lwt-unix.6.1.1-> installed js_of_ocaml.6.2.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-31 08:05.05 ---> using "2f22efd5f0ce3342b72855fa4f333db41e9090778fc52acc48cfb817360cccd0" from cache/src: (copy (src .) (dst /src))2025-10-31 08:05.06 ---> saved as "2450f0192cb96203f7071f0f00a945a8e2570e86562facb19da117ef02be5299"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_mpscq.exe)random seed: 3071072287088009708generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Mpscq sequential [✓] 32 0 0 32 / 32 0.0s Mpscq sequential================================================================================success (ran 1 tests)random seed: 1121502621320478120generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Mpscq sequential [✓] 64 0 0 64 / 64 0.0s Mpscq sequential================================================================================success (ran 1 tests)random seed: 2493508086538008734generated error fail pass / total time test name[ ] 0 0 0 0 / 128 0.0s Mpscq sequential [✓] 128 0 0 128 / 128 0.0s Mpscq sequential================================================================================success (ran 1 tests)random seed: 2988294556478981868generated error fail pass / total time test name[ ] 0 0 0 0 / 256 0.0s Mpscq sequential [✓] 256 0 0 256 / 256 0.0s Mpscq sequential================================================================================success (ran 1 tests)random seed: 4105473374873097490generated error fail pass / total time test name[ ] 0 0 0 0 / 512 0.0s Mpscq sequential [✓] 512 0 0 512 / 512 0.0s Mpscq sequential================================================================================success (ran 1 tests)random seed: 2962968334718988655generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Mpscq sequential [✓] 32 0 0 32 / 32 0.0s Mpscq sequential================================================================================success (ran 1 tests)(cd _build/default/test && ./test_htbl.exe)random seed: 4064925908055161813generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Htbl sequential [✓] 32 0 0 32 / 32 0.0s Htbl sequential[ ] 0 0 0 0 / 32 0.0s Htbl concurrent [ ] 7 0 0 7 / 32 0.6s Htbl concurrent [ ] 10 0 0 10 / 32 0.7s Htbl concurrent [ ] 11 0 0 11 / 32 1.0s Htbl concurrent [ ] 15 0 0 15 / 32 1.1s Htbl concurrent [ ] 17 0 0 17 / 32 1.5s Htbl concurrent [ ] 18 0 0 18 / 32 2.0s Htbl concurrent [ ] 21 0 0 21 / 32 2.4s Htbl concurrent [ ] 26 0 0 26 / 32 2.6s Htbl concurrent [ ] 32 0 0 32 / 32 2.7s Htbl concurrent [✓] 32 0 0 32 / 32 2.7s Htbl concurrent================================================================================success (ran 2 tests)random seed: 1076355462637869246generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Htbl sequential [✓] 64 0 0 64 / 64 0.0s Htbl sequential[ ] 0 0 0 0 / 64 0.0s Htbl concurrent [ ] 6 0 0 6 / 64 0.1s Htbl concurrent [ ] 8 0 0 8 / 64 0.5s Htbl concurrent [ ] 11 0 0 11 / 64 0.9s Htbl concurrent [ ] 14 0 0 14 / 64 1.0s Htbl concurrent [ ] 15 0 0 15 / 64 1.3s Htbl concurrent [ ] 18 0 0 18 / 64 1.5s Htbl concurrent [ ] 20 0 0 20 / 64 1.6s Htbl concurrent [ ] 24 0 0 24 / 64 2.0s Htbl concurrent [ ] 33 0 0 33 / 64 2.2s Htbl concurrent [ ] 35 0 0 35 / 64 2.5s Htbl concurrent [ ] 38 0 0 38 / 64 2.6s Htbl concurrent [ ] 39 0 0 39 / 64 2.8s Htbl concurrent [ ] 43 0 0 43 / 64 3.0s Htbl concurrent [ ] 46 0 0 46 / 64 3.2s Htbl concurrent [ ] 47 0 0 47 / 64 3.7s Htbl concurrent [ ] 52 0 0 52 / 64 3.9s Htbl concurrent [ ] 54 0 0 54 / 64 4.0s Htbl concurrent [ ] 59 0 0 59 / 64 4.1s Htbl concurrent [ ] 64 0 0 64 / 64 4.3s Htbl concurrent [✓] 64 0 0 64 / 64 4.3s Htbl concurrent================================================================================success (ran 2 tests)random seed: 3759572155882601955generated error fail pass / total time test name[ ] 0 0 0 0 / 128 0.0s Htbl sequential [✓] 128 0 0 128 / 128 0.0s Htbl sequential[ ] 0 0 0 0 / 128 0.0s Htbl concurrent [ ] 6 0 0 6 / 128 0.2s Htbl concurrent [ ] 16 0 0 16 / 128 0.6s Htbl concurrent [ ] 21 0 0 21 / 128 0.9s Htbl concurrent [ ] 24 0 0 24 / 128 1.0s Htbl concurrent [ ] 26 0 0 26 / 128 1.6s Htbl concurrent [ ] 29 0 0 29 / 128 1.9s Htbl concurrent [ ] 38 0 0 38 / 128 2.0s Htbl concurrent [ ] 39 0 0 39 / 128 2.3s Htbl concurrent [ ] 44 0 0 44 / 128 2.9s Htbl concurrent [ ] 51 0 0 51 / 128 3.1s Htbl concurrent [ ] 52 0 0 52 / 128 3.3s Htbl concurrent [ ] 56 0 0 56 / 128 3.4s Htbl concurrent [ ] 58 0 0 58 / 128 4.2s Htbl concurrent [ ] 60 0 0 60 / 128 5.3s Htbl concurrent [ ] 63 0 0 63 / 128 6.1s Htbl concurrent [ ] 67 0 0 67 / 128 6.2s Htbl concurrent [ ] 72 0 0 72 / 128 6.3s Htbl concurrent [ ] 77 0 0 77 / 128 6.4s Htbl concurrent [ ] 83 0 0 83 / 128 6.7s Htbl concurrent [ ] 85 0 0 85 / 128 6.9s Htbl concurrent [ ] 88 0 0 88 / 128 7.0s Htbl concurrent [ ] 90 0 0 90 / 128 7.3s Htbl concurrent [ ] 94 0 0 94 / 128 7.8s Htbl concurrent [ ] 102 0 0 102 / 128 7.9s Htbl concurrent [ ] 104 0 0 104 / 128 8.1s Htbl concurrent [ ] 107 0 0 107 / 128 8.3s Htbl concurrent [ ] 110 0 0 110 / 128 8.4s Htbl concurrent [ ] 111 0 0 111 / 128 10.0s Htbl concurrent [ ] 114 0 0 114 / 128 10.2s Htbl concurrent [ ] 119 0 0 119 / 128 10.4s Htbl concurrent [ ] 121 0 0 121 / 128 10.6s Htbl concurrent [ ] 123 0 0 123 / 128 10.9s Htbl concurrent [✓] 128 0 0 128 / 128 10.9s Htbl concurrent================================================================================success (ran 2 tests)random seed: 4021311849911263540generated error fail pass / total time test name[ ] 0 0 0 0 / 256 0.0s Htbl sequential [✓] 256 0 0 256 / 256 0.0s Htbl sequential[ ] 0 0 0 0 / 256 0.0s Htbl concurrent [ ] 2 0 0 2 / 256 0.2s Htbl concurrent [ ] 6 0 0 6 / 256 0.4s Htbl concurrent [ ] 10 0 0 10 / 256 0.5s Htbl concurrent [ ] 15 0 0 15 / 256 0.9s Htbl concurrent [ ] 19 0 0 19 / 256 1.3s Htbl concurrent [ ] 24 0 0 24 / 256 2.0s Htbl concurrent [ ] 27 0 0 27 / 256 2.2s Htbl concurrent [ ] 31 0 0 31 / 256 2.4s Htbl concurrent [ ] 32 0 0 32 / 256 2.9s Htbl concurrent [ ] 37 0 0 37 / 256 3.0s Htbl concurrent [ ] 38 0 0 38 / 256 3.1s Htbl concurrent [ ] 39 0 0 39 / 256 3.5s Htbl concurrent [ ] 40 0 0 40 / 256 3.7s Htbl concurrent [ ] 43 0 0 43 / 256 4.1s Htbl concurrent [ ] 55 0 0 55 / 256 4.2s Htbl concurrent [ ] 59 0 0 59 / 256 4.4s Htbl concurrent [ ] 60 0 0 60 / 256 4.7s Htbl concurrent [ ] 61 0 0 61 / 256 4.9s Htbl concurrent [ ] 62 0 0 62 / 256 5.0s Htbl concurrent [ ] 63 0 0 63 / 256 5.5s Htbl concurrent [ ] 64 0 0 64 / 256 6.1s Htbl concurrent [ ] 65 0 0 65 / 256 6.2s Htbl concurrent [ ] 73 0 0 73 / 256 6.5s Htbl concurrent [ ] 76 0 0 76 / 256 6.6s Htbl concurrent [ ] 82 0 0 82 / 256 6.7s Htbl concurrent [ ] 91 0 0 91 / 256 6.8s Htbl concurrent [ ] 93 0 0 93 / 256 7.8s Htbl concurrent [ ] 96 0 0 96 / 256 8.8s Htbl concurrent [ ] 103 0 0 103 / 256 9.0s Htbl concurrent [ ] 106 0 0 106 / 256 9.3s Htbl concurrent [ ] 107 0 0 107 / 256 9.9s Htbl concurrent [ ] 113 0 0 113 / 256 10.3s Htbl concurrent [ ] 115 0 0 115 / 256 10.4s Htbl concurrent [ ] 118 0 0 118 / 256 10.6s Htbl concurrent [ ] 123 0 0 123 / 256 11.3s Htbl concurrent [ ] 124 0 0 124 / 256 11.5s Htbl concurrent [ ] 131 0 0 131 / 256 11.6s Htbl concurrent [ ] 140 0 0 140 / 256 12.2s Htbl concurrent [ ] 141 0 0 141 / 256 12.4s Htbl concurrent [ ] 143 0 0 143 / 256 12.6s Htbl concurrent [ ] 146 0 0 146 / 256 13.4s Htbl concurrent [ ] 150 0 0 150 / 256 13.6s Htbl concurrent [ ] 154 0 0 154 / 256 14.2s Htbl concurrent [ ] 159 0 0 159 / 256 14.3s Htbl concurrent [ ] 162 0 0 162 / 256 15.2s Htbl concurrent [ ] 166 0 0 166 / 256 15.5s Htbl concurrent [ ] 167 0 0 167 / 256 15.7s Htbl concurrent [ ] 175 0 0 175 / 256 15.9s Htbl concurrent [ ] 176 0 0 176 / 256 16.0s Htbl concurrent [ ] 180 0 0 180 / 256 16.2s Htbl concurrent [ ] 185 0 0 185 / 256 16.3s Htbl concurrent [ ] 186 0 0 186 / 256 16.9s Htbl concurrent [ ] 191 0 0 191 / 256 17.3s Htbl concurrent [ ] 195 0 0 195 / 256 17.5s Htbl concurrent [ ] 200 0 0 200 / 256 17.8s Htbl concurrent [ ] 202 0 0 202 / 256 18.2s Htbl concurrent [ ] 210 0 0 210 / 256 19.0s Htbl concurrent [ ] 211 0 0 211 / 256 19.2s Htbl concurrent [ ] 214 0 0 214 / 256 19.4s Htbl concurrent [ ] 221 0 0 221 / 256 19.8s Htbl concurrent [ ] 231 0 0 231 / 256 19.9s Htbl concurrent [ ] 236 0 0 236 / 256 20.1s Htbl concurrent [ ] 237 0 0 237 / 256 20.3s Htbl concurrent [ ] 239 0 0 239 / 256 20.5s Htbl concurrent [ ] 241 0 0 241 / 256 20.6s Htbl concurrent [ ] 242 0 0 242 / 256 20.8s Htbl concurrent [ ] 247 0 0 247 / 256 21.6s Htbl concurrent [ ] 251 0 0 251 / 256 21.9s Htbl concurrent [ ] 256 0 0 256 / 256 22.0s Htbl concurrent [✓] 256 0 0 256 / 256 22.0s Htbl concurrent================================================================================success (ran 2 tests)random seed: 2622630104138251601generated error fail pass / total time test name[ ] 0 0 0 0 / 241 0.0s Htbl sequential [✓] 241 0 0 241 / 241 0.0s Htbl sequential[ ] 0 0 0 0 / 241 0.0s Htbl concurrent [ ] 1 0 0 1 / 241 0.5s Htbl concurrent [ ] 2 0 0 2 / 241 0.6s Htbl concurrent [ ] 3 0 0 3 / 241 0.8s Htbl concurrent [ ] 5 0 0 5 / 241 1.7s Htbl concurrent [ ] 7 0 0 7 / 241 1.9s Htbl concurrent [ ] 11 0 0 11 / 241 2.0s Htbl concurrent [ ] 16 0 0 16 / 241 2.4s Htbl concurrent [ ] 18 0 0 18 / 241 3.3s Htbl concurrent [ ] 20 0 0 20 / 241 3.5s Htbl concurrent [ ] 22 0 0 22 / 241 3.6s Htbl concurrent [ ] 24 0 0 24 / 241 4.2s Htbl concurrent [ ] 29 0 0 29 / 241 4.3s Htbl concurrent [ ] 36 0 0 36 / 241 4.6s Htbl concurrent [ ] 38 0 0 38 / 241 4.9s Htbl concurrent [ ] 44 0 0 44 / 241 5.2s Htbl concurrent [ ] 45 0 0 45 / 241 5.7s Htbl concurrent [ ] 47 0 0 47 / 241 5.9s Htbl concurrent [ ] 48 0 0 48 / 241 6.0s Htbl concurrent [ ] 50 0 0 50 / 241 6.3s Htbl concurrent [ ] 55 0 0 55 / 241 6.5s Htbl concurrent [ ] 57 0 0 57 / 241 7.0s Htbl concurrent [ ] 67 0 0 67 / 241 7.1s Htbl concurrent [ ] 70 0 0 70 / 241 7.2s Htbl concurrent [ ] 79 0 0 79 / 241 7.4s Htbl concurrent [ ] 85 0 0 85 / 241 7.9s Htbl concurrent [ ] 86 0 0 86 / 241 8.7s Htbl concurrent [ ] 90 0 0 90 / 241 8.9s Htbl concurrent [ ] 96 0 0 96 / 241 9.1s Htbl concurrent [ ] 99 0 0 99 / 241 9.3s Htbl concurrent [ ] 103 0 0 103 / 241 9.4s Htbl concurrent [ ] 107 0 0 107 / 241 9.5s Htbl concurrent [ ] 111 0 0 111 / 241 9.6s Htbl concurrent [ ] 115 0 0 115 / 241 9.8s Htbl concurrent [ ] 116 0 0 116 / 241 9.9s Htbl concurrent [ ] 118 0 0 118 / 241 10.0s Htbl concurrent [ ] 121 0 0 121 / 241 10.1s Htbl concurrent [ ] 123 0 0 123 / 241 10.4s Htbl concurrent [ ] 127 0 0 127 / 241 10.7s Htbl concurrent [ ] 131 0 0 131 / 241 10.9s Htbl concurrent [ ] 134 0 0 134 / 241 11.1s Htbl concurrent [ ] 136 0 0 136 / 241 11.6s Htbl concurrent [ ] 138 0 0 138 / 241 11.9s Htbl concurrent [ ] 149 0 0 149 / 241 12.3s Htbl concurrent [ ] 153 0 0 153 / 241 12.9s Htbl concurrent [ ] 160 0 0 160 / 241 13.5s Htbl concurrent [ ] 170 0 0 170 / 241 14.1s Htbl concurrent [ ] 178 0 0 178 / 241 14.5s Htbl concurrent [ ] 194 0 0 194 / 241 14.6s Htbl concurrent [ ] 197 0 0 197 / 241 14.8s Htbl concurrent [ ] 208 0 0 208 / 241 15.7s Htbl concurrent [ ] 209 0 0 209 / 241 16.0s Htbl concurrent [ ] 217 0 0 217 / 241 16.2s Htbl concurrent [ ] 222 0 0 222 / 241 16.3s Htbl concurrent [ ] 225 0 0 225 / 241 16.4s Htbl concurrent [ ] 231 0 0 231 / 241 17.0s Htbl concurrent [ ] 232 0 0 232 / 241 17.2s Htbl concurrent [ ] 237 0 0 237 / 241 18.0s Htbl concurrent [✓] 241 0 0 241 / 241 18.0s Htbl concurrent================================================================================success (ran 2 tests)random seed: 4486310829831841083generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Htbl sequential [✓] 32 0 0 32 / 32 0.0s Htbl sequential[ ] 0 0 0 0 / 32 0.0s Htbl concurrent [ ] 5 0 0 5 / 32 0.2s Htbl concurrent [ ] 6 0 0 6 / 32 1.1s Htbl concurrent [ ] 9 0 0 9 / 32 1.7s Htbl concurrent [ ] 10 0 0 10 / 32 1.9s Htbl concurrent [ ] 13 0 0 13 / 32 2.1s Htbl concurrent [ ] 22 0 0 22 / 32 2.2s Htbl concurrent [ ] 29 0 0 29 / 32 3.1s Htbl concurrent [ ] 30 0 0 30 / 32 3.3s Htbl concurrent [✓] 32 0 0 32 / 32 3.4s Htbl concurrent================================================================================success (ran 2 tests)(cd _build/default/test && ./test_mpmcq.exe)random seed: 2589628612179284319generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Mpmcq sequential [✓] 32 0 0 32 / 32 0.0s Mpmcq sequential[ ] 0 0 0 0 / 32 0.0s Mpmcq concurrent [ ] 16 0 0 16 / 32 0.2s Mpmcq concurrent [ ] 22 0 0 22 / 32 1.5s Mpmcq concurrent [ ] 26 0 0 26 / 32 1.7s Mpmcq concurrent [ ] 28 0 0 28 / 32 1.9s Mpmcq concurrent [ ] 31 0 0 31 / 32 2.0s Mpmcq concurrent [✓] 32 0 0 32 / 32 2.1s Mpmcq concurrent================================================================================success (ran 2 tests)random seed: 1719780477679334176generated error fail pass / total time test name[ ] 0 0 0 0 / 64 0.0s Mpmcq sequential [✓] 64 0 0 64 / 64 0.0s Mpmcq sequential[ ] 0 0 0 0 / 64 0.0s Mpmcq concurrent [ ] 3 0 0 3 / 64 0.1s Mpmcq concurrent [ ] 5 0 0 5 / 64 0.7s Mpmcq concurrent [ ] 7 0 0 7 / 64 0.9s Mpmcq concurrent [ ] 10 0 0 10 / 64 1.2s Mpmcq concurrent [ ] 12 0 0 12 / 64 2.2s Mpmcq concurrent [ ] 17 0 0 17 / 64 2.3s Mpmcq concurrent [ ] 23 0 0 23 / 64 2.4s Mpmcq concurrent [ ] 26 0 0 26 / 64 3.2s Mpmcq concurrent [ ] 28 0 0 28 / 64 4.1s Mpmcq concurrent [ ] 31 0 0 31 / 64 4.2s Mpmcq concurrent [ ] 35 0 0 35 / 64 4.4s Mpmcq concurrent [ ] 37 0 0 37 / 64 4.5s Mpmcq concurrent [ ] 42 0 0 42 / 64 4.6s Mpmcq concurrent [ ] 48 0 0 48 / 64 5.0s Mpmcq concurrent [ ] 56 0 0 56 / 64 5.3s Mpmcq concurrent [ ] 57 0 0 57 / 64 5.6s Mpmcq concurrent [ ] 64 0 0 64 / 64 6.1s Mpmcq concurrent [✓] 64 0 0 64 / 64 6.1s Mpmcq concurrent================================================================================success (ran 2 tests)random seed: 2785956543965890408generated error fail pass / total time test name[ ] 0 0 0 0 / 128 0.0s Mpmcq sequential [✓] 128 0 0 128 / 128 0.0s Mpmcq sequential[ ] 0 0 0 0 / 128 0.0s Mpmcq concurrent [ ] 2 0 0 2 / 128 0.1s Mpmcq concurrent [ ] 15 0 0 15 / 128 0.5s Mpmcq concurrent [ ] 16 0 0 16 / 128 1.2s Mpmcq concurrent [ ] 23 0 0 23 / 128 2.0s Mpmcq concurrent [ ] 26 0 0 26 / 128 2.5s Mpmcq concurrent [ ] 37 0 0 37 / 128 2.6s Mpmcq concurrent [ ] 42 0 0 42 / 128 2.8s Mpmcq concurrent [ ] 54 0 0 54 / 128 3.0s Mpmcq concurrent [ ] 60 0 0 60 / 128 3.1s Mpmcq concurrent [ ] 63 0 0 63 / 128 3.3s Mpmcq concurrent [ ] 65 0 0 65 / 128 3.5s Mpmcq concurrent [ ] 69 0 0 69 / 128 3.7s Mpmcq concurrent [ ] 75 0 0 75 / 128 4.3s Mpmcq concurrent [ ] 76 0 0 76 / 128 4.9s Mpmcq concurrent [ ] 78 0 0 78 / 128 5.5s Mpmcq concurrent [ ] 79 0 0 79 / 128 5.9s Mpmcq concurrent [ ] 85 0 0 85 / 128 6.0s Mpmcq concurrent [ ] 89 0 0 89 / 128 6.5s Mpmcq concurrent [ ] 94 0 0 94 / 128 6.6s Mpmcq concurrent [ ] 95 0 0 95 / 128 6.8s Mpmcq concurrent [ ] 96 0 0 96 / 128 7.8s Mpmcq concurrent [ ] 100 0 0 100 / 128 7.9s Mpmcq concurrent [ ] 105 0 0 105 / 128 8.1s Mpmcq concurrent [ ] 108 0 0 108 / 128 8.2s Mpmcq concurrent [ ] 109 0 0 109 / 128 8.3s Mpmcq concurrent [ ] 111 0 0 111 / 128 8.5s Mpmcq concurrent [ ] 112 0 0 112 / 128 9.5s Mpmcq concurrent [ ] 117 0 0 117 / 128 9.7s Mpmcq concurrent [ ] 122 0 0 122 / 128 9.9s Mpmcq concurrent [ ] 127 0 0 127 / 128 10.0s Mpmcq concurrent [✓] 128 0 0 128 / 128 10.1s Mpmcq concurrent================================================================================success (ran 2 tests)random seed: 3949618405801532182generated error fail pass / total time test name[ ] 0 0 0 0 / 256 0.0s Mpmcq sequential [✓] 256 0 0 256 / 256 0.0s Mpmcq sequential[ ] 0 0 0 0 / 256 0.0s Mpmcq concurrent [ ] 5 0 0 5 / 256 0.4s Mpmcq concurrent [ ] 18 0 0 18 / 256 0.7s Mpmcq concurrent [ ] 21 0 0 21 / 256 0.9s Mpmcq concurrent [ ] 23 0 0 23 / 256 1.2s Mpmcq concurrent [ ] 26 0 0 26 / 256 1.3s Mpmcq concurrent [ ] 28 0 0 28 / 256 1.7s Mpmcq concurrent [ ] 30 0 0 30 / 256 2.0s Mpmcq concurrent [ ] 31 0 0 31 / 256 2.2s Mpmcq concurrent [ ] 34 0 0 34 / 256 2.4s Mpmcq concurrent [ ] 35 0 0 35 / 256 2.8s Mpmcq concurrent [ ] 39 0 0 39 / 256 3.1s Mpmcq concurrent [ ] 46 0 0 46 / 256 3.3s Mpmcq concurrent [ ] 47 0 0 47 / 256 3.6s Mpmcq concurrent [ ] 51 0 0 51 / 256 4.0s Mpmcq concurrent [ ] 54 0 0 54 / 256 4.2s Mpmcq concurrent [ ] 57 0 0 57 / 256 4.7s Mpmcq concurrent [ ] 62 0 0 62 / 256 4.8s Mpmcq concurrent [ ] 68 0 0 68 / 256 5.1s Mpmcq concurrent [ ] 71 0 0 71 / 256 6.1s Mpmcq concurrent [ ] 72 0 0 72 / 256 6.5s Mpmcq concurrent [ ] 78 0 0 78 / 256 6.6s Mpmcq concurrent [ ] 79 0 0 79 / 256 7.1s Mpmcq concurrent [ ] 84 0 0 84 / 256 7.2s Mpmcq concurrent [ ] 88 0 0 88 / 256 7.4s Mpmcq concurrent [ ] 89 0 0 89 / 256 7.7s Mpmcq concurrent [ ] 92 0 0 92 / 256 7.8s Mpmcq concurrent [ ] 95 0 0 95 / 256 7.9s Mpmcq concurrent [ ] 96 0 0 96 / 256 9.2s Mpmcq concurrent [ ] 98 0 0 98 / 256 9.5s Mpmcq concurrent [ ] 105 0 0 105 / 256 9.6s Mpmcq concurrent [ ] 106 0 0 106 / 256 9.7s Mpmcq concurrent [ ] 108 0 0 108 / 256 9.8s Mpmcq concurrent [ ] 113 0 0 113 / 256 10.0s Mpmcq concurrent [ ] 122 0 0 122 / 256 10.1s Mpmcq concurrent [ ] 125 0 0 125 / 256 10.2s Mpmcq concurrent [ ] 127 0 0 127 / 256 10.8s Mpmcq concurrent [ ] 129 0 0 129 / 256 11.1s Mpmcq concurrent [ ] 131 0 0 131 / 256 11.4s Mpmcq concurrent [ ] 134 0 0 134 / 256 11.5s Mpmcq concurrent [ ] 139 0 0 139 / 256 11.6s Mpmcq concurrent [ ] 149 0 0 149 / 256 11.7s Mpmcq concurrent [ ] 150 0 0 150 / 256 11.9s Mpmcq concurrent [ ] 155 0 0 155 / 256 12.4s Mpmcq concurrent [ ] 161 0 0 161 / 256 12.5s Mpmcq concurrent [ ] 162 0 0 162 / 256 12.7s Mpmcq concurrent [ ] 167 0 0 167 / 256 12.9s Mpmcq concurrent [ ] 172 0 0 172 / 256 13.0s Mpmcq concurrent [ ] 175 0 0 175 / 256 13.5s Mpmcq concurrent [ ] 177 0 0 177 / 256 13.8s Mpmcq concurrent [ ] 181 0 0 181 / 256 14.1s Mpmcq concurrent [ ] 186 0 0 186 / 256 14.2s Mpmcq concurrent [ ] 188 0 0 188 / 256 14.5s Mpmcq concurrent [ ] 193 0 0 193 / 256 14.6s Mpmcq concurrent [ ] 196 0 0 196 / 256 14.8s Mpmcq concurrent [ ] 198 0 0 198 / 256 14.9s Mpmcq concurrent [ ] 202 0 0 202 / 256 15.2s Mpmcq concurrent [ ] 205 0 0 205 / 256 16.1s Mpmcq concurrent [ ] 210 0 0 210 / 256 16.3s Mpmcq concurrent [ ] 213 0 0 213 / 256 16.6s Mpmcq concurrent [ ] 215 0 0 215 / 256 16.7s Mpmcq concurrent [ ] 217 0 0 217 / 256 16.8s Mpmcq concurrent [ ] 219 0 0 219 / 256 17.1s Mpmcq concurrent [ ] 225 0 0 225 / 256 17.2s Mpmcq concurrent [ ] 226 0 0 226 / 256 17.3s Mpmcq concurrent [ ] 229 0 0 229 / 256 17.9s Mpmcq concurrent [ ] 230 0 0 230 / 256 18.1s Mpmcq concurrent [ ] 232 0 0 232 / 256 18.2s Mpmcq concurrent [ ] 233 0 0 233 / 256 19.4s Mpmcq concurrent [ ] 240 0 0 240 / 256 19.6s Mpmcq concurrent [ ] 244 0 0 244 / 256 19.9s Mpmcq concurrent [ ] 245 0 0 245 / 256 20.4s Mpmcq concurrent [ ] 254 0 0 254 / 256 20.5s Mpmcq concurrent [✓] 256 0 0 256 / 256 20.5s Mpmcq concurrent================================================================================success (ran 2 tests)random seed: 580611475720550689generated error fail pass / total time test name[ ] 0 0 0 0 / 262 0.0s Mpmcq sequential [✓] 262 0 0 262 / 262 0.0s Mpmcq sequential[ ] 0 0 0 0 / 262 0.0s Mpmcq concurrent [ ] 2 0 0 2 / 262 0.3s Mpmcq concurrent [ ] 7 0 0 7 / 262 0.8s Mpmcq concurrent [ ] 11 0 0 11 / 262 0.9s Mpmcq concurrent [ ] 15 0 0 15 / 262 1.2s Mpmcq concurrent [ ] 17 0 0 17 / 262 1.5s Mpmcq concurrent [ ] 21 0 0 21 / 262 1.8s Mpmcq concurrent [ ] 22 0 0 22 / 262 2.7s Mpmcq concurrent [ ] 29 0 0 29 / 262 2.9s Mpmcq concurrent [ ] 30 0 0 30 / 262 3.1s Mpmcq concurrent [ ] 32 0 0 32 / 262 3.2s Mpmcq concurrent [ ] 33 0 0 33 / 262 3.7s Mpmcq concurrent [ ] 36 0 0 36 / 262 3.8s Mpmcq concurrent [ ] 46 0 0 46 / 262 3.9s Mpmcq concurrent [ ] 49 0 0 49 / 262 4.2s Mpmcq concurrent [ ] 62 0 0 62 / 262 5.3s Mpmcq concurrent [ ] 63 0 0 63 / 262 6.1s Mpmcq concurrent [ ] 66 0 0 66 / 262 6.4s Mpmcq concurrent [ ] 71 0 0 71 / 262 6.5s Mpmcq concurrent [ ] 72 0 0 72 / 262 6.7s Mpmcq concurrent [ ] 75 0 0 75 / 262 7.0s Mpmcq concurrent [ ] 77 0 0 77 / 262 7.4s Mpmcq concurrent [ ] 82 0 0 82 / 262 7.6s Mpmcq concurrent [ ] 85 0 0 85 / 262 8.0s Mpmcq concurrent [ ] 90 0 0 90 / 262 8.3s Mpmcq concurrent [ ] 92 0 0 92 / 262 8.8s Mpmcq concurrent [ ] 95 0 0 95 / 262 9.8s Mpmcq concurrent [ ] 97 0 0 97 / 262 10.2s Mpmcq concurrent [ ] 101 0 0 101 / 262 10.4s Mpmcq concurrent [ ] 102 0 0 102 / 262 10.7s Mpmcq concurrent [ ] 106 0 0 106 / 262 10.8s Mpmcq concurrent [ ] 109 0 0 109 / 262 11.0s Mpmcq concurrent [ ] 111 0 0 111 / 262 11.5s Mpmcq concurrent [ ] 112 0 0 112 / 262 11.7s Mpmcq concurrent [ ] 114 0 0 114 / 262 11.8s Mpmcq concurrent [ ] 115 0 0 115 / 262 12.8s Mpmcq concurrent [ ] 117 0 0 117 / 262 14.0s Mpmcq concurrent [ ] 125 0 0 125 / 262 14.4s Mpmcq concurrent [ ] 131 0 0 131 / 262 14.5s Mpmcq concurrent [ ] 134 0 0 134 / 262 14.7s Mpmcq concurrent [ ] 139 0 0 139 / 262 15.0s Mpmcq concurrent [ ] 140 0 0 140 / 262 15.6s Mpmcq concurrent [ ] 142 0 0 142 / 262 15.8s Mpmcq concurrent [ ] 145 0 0 145 / 262 15.9s Mpmcq concurrent [ ] 148 0 0 148 / 262 16.5s Mpmcq concurrent [ ] 149 0 0 149 / 262 16.7s Mpmcq concurrent [ ] 155 0 0 155 / 262 16.8s Mpmcq concurrent [ ] 159 0 0 159 / 262 17.0s Mpmcq concurrent [ ] 160 0 0 160 / 262 17.2s Mpmcq concurrent [ ] 162 0 0 162 / 262 18.0s Mpmcq concurrent [ ] 165 0 0 165 / 262 18.2s Mpmcq concurrent [ ] 171 0 0 171 / 262 18.8s Mpmcq concurrent [ ] 173 0 0 173 / 262 18.9s Mpmcq concurrent [ ] 177 0 0 177 / 262 19.0s Mpmcq concurrent [ ] 178 0 0 178 / 262 19.3s Mpmcq concurrent [ ] 179 0 0 179 / 262 19.7s Mpmcq concurrent [ ] 182 0 0 182 / 262 20.8s Mpmcq concurrent [ ] 185 0 0 185 / 262 21.0s Mpmcq concurrent [ ] 197 0 0 197 / 262 21.2s Mpmcq concurrent [ ] 200 0 0 200 / 262 21.9s Mpmcq concurrent [ ] 208 0 0 208 / 262 22.5s Mpmcq concurrent [ ] 215 0 0 215 / 262 23.7s Mpmcq concurrent [ ] 216 0 0 216 / 262 24.3s Mpmcq concurrent [ ] 218 0 0 218 / 262 24.4s Mpmcq concurrent [ ] 229 0 0 229 / 262 24.5s Mpmcq concurrent [ ] 232 0 0 232 / 262 25.0s Mpmcq concurrent [ ] 235 0 0 235 / 262 25.1s Mpmcq concurrent [ ] 237 0 0 237 / 262 25.2s Mpmcq concurrent [ ] 238 0 0 238 / 262 26.0s Mpmcq concurrent [ ] 240 0 0 240 / 262 26.3s Mpmcq concurrent [ ] 243 0 0 243 / 262 26.9s Mpmcq concurrent [ ] 247 0 0 247 / 262 27.0s Mpmcq concurrent [ ] 249 0 0 249 / 262 27.3s Mpmcq concurrent [ ] 250 0 0 250 / 262 27.5s Mpmcq concurrent [ ] 256 0 0 256 / 262 27.6s Mpmcq concurrent [ ] 258 0 0 258 / 262 28.7s Mpmcq concurrent [✓] 262 0 0 262 / 262 28.8s Mpmcq concurrent================================================================================success (ran 2 tests)(cd _build/default/test && ./test_finally.exe)Testing `Picos_finally'.This run has ID `72PI078U'.[OK] move 0 is lazy.[OK] borrow 0 returns resource.Full test results in `/src/_build/default/test/_build/_tests/Picos_finally'.Test Successful in 0.003s. 2 tests run.(cd _build/default/test && ./test_picos.exe)Testing `Picos'.This run has ID `KSM9XOPH'.[OK] Trigger 0 basics.[OK] Computation 0 basics.[OK] Computation 1 tx.[OK] Computation 2 signals in order.[OK] Fiber.FLS 0 basics.[OK] Cancel 0[OK] Cancel after 0Full test results in `/src/_build/default/test/_build/_tests/Picos'.Test Successful in 0.911s. 7 tests run.(cd _build/default/test && ./test_io.exe)Testing `Picos_io'.This run has ID `YAJSQ81J'.[OK] Unix 0 openfile and read.[OK] Unix 1 sleepf.[OK] Unix 2 select empty timeout.[OK] Unix 3 select empty ∞.[OK] Unix 4 select.[OK] Unix 5 system.Full test results in `/src/_build/default/test/_build/_tests/Picos_io'.Test Successful in 0.463s. 6 tests run.(cd _build/default/test && ./test_io_with_lwt.exe)Testing `Picos_io_with_lwt'.This run has ID `5S2KACDM'.[OK] Unix 0 system.Full test results in `/src/_build/default/test/_build/_tests/Picos_io_with_lwt'.Test Successful in 2.058s. 1 test run.(cd _build/default/test && ./test_server_and_client.exe)Using blocking sockets and threads on OCaml 4:Recursive server runningServer listeningClient B runningClient B connectedClient B wrote 100Client A runningClient A connectedClient A wrote 100Server acceptingServer accepted clientServer read 100Server wrote 50Client B read 50Server acceptingServer accepted clientServer read 100Client A read 50Server wrote 50Server acceptingServer and Client test: OK(cd _build/default/test && ./test_select.exe)Testing `Picos_select'.This run has ID `YUFLQKJB'.[OK] Intr 0Full test results in `/src/_build/default/test/_build/_tests/Picos_select'.Test Successful in 4.632s. 1 test run.(cd _build/default/example && ./guards.exe)Testing with scheduler: threadsRan guarded case statement examples.2025-10-31 08:07.02: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled