2025-03-25 13:27.21: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/introduce-per_thread-cache (b3a6b280d7cdfe5a2e78cd53ebd5df561bb367ab) (linux-x86_64:opensuse-15.6-5.3_opam-2.3)Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "introduce-per_thread-cache" && cd "picos" && git reset --hard b3a6b280cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907# opensuse-15.6-5.3_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 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && 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.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.1.0 cohttp-lwt.6.1.0 cohttp-lwt-unix.6.1.0 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 containers.3.15 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocaml_intrinsics_kernel.v0.17.1 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.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 psq.0.2.1 ptime.1.2.0 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.5 yojson.2.2.2 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --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-03-25 13:27.21: Using cache hint "ocaml-multicore/picos-ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907-opensuse-15.6-5.3_opam-2.3-a719236735a4163158e98464429bd5cf"2025-03-25 13:27.21: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907)(comment opensuse-15.6-5.3_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 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && 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.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.1.0 cohttp-lwt.6.1.0 cohttp-lwt-unix.6.1.0 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 containers.3.15 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocaml_intrinsics_kernel.v0.17.1 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.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 psq.0.2.1 ptime.1.2.0 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.5 yojson.2.2.2 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.3 --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-03-25 13:27.21: Waiting for resource in pool OCluster2025-03-25 13:35.02: Waiting for worker…2025-03-25 13:46.48: Got resource from pool OClusterBuilding on clete.caelum.ci.devAll commits already cachedHEAD is now at b3a6b28 Introduce `Per_thread` cache(from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907)2025-03-25 13:46.48 ---> using "97c0fadd2a2f6fc0d6f7c024b06fdc5e37314bdc6a75a12d7cd819ed6ccf2aa0" from cache/: (comment opensuse-15.6-5.3_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-03-25 13:46.48 ---> using "ae8deb97ac3f0d225fc1c09301f1ecf73216745312621d386a5a7c1d83af4ac0" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"[default] synchronised from file:///home/opam/opam-repository2025-03-25 13:46.48 ---> using "b9e7493c2d0282d19720dc154beb4021e405218902724c60e81ee6d906a24ad1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-03-25 13:46.48 ---> using "59503f8b04c6e35ab7b00f105a136ae0ce66053ec9281c32268254d16b5cb3d4" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-25 13:46.48 ---> using "3336fd0a8b7aa274901f66563ebf4bbae201df957a49f9776cc6d20c7be356cc" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 48e47466f5898fbf475b71788bcf587634373afa || git fetch origin master) && git reset -q --hard 48e47466f5898fbf475b71788bcf587634373afa && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD862a7640b1..48e47466f5 master -> origin/master48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from 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-03-25 13:46.48 ---> using "0689520bd7602231048df725e03480f7bce49789b983c9e8dabc7b404092e664" 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-03-25 13:46.48 ---> using "12d8ebde49331eba51d21f71f1ba8f1362ad8804a1cb8bec4c3928f2199d22b7" 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-03-25 13:46.48 ---> using "f66516f954300f9bb3b34b91dd3d83e8fb4a1abaa132a71be6b3bd53bd655379" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-25 13:46.48 ---> using "99ac75ee948b51fa9b05e3d3b3057fb5ae03a754d523deb975e255130edde2d6" from cache/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 backoff.0.1.1 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 ca-certs.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.1.0 cohttp-lwt.6.1.0 cohttp-lwt-unix.6.1.0 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 containers.3.15 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-local-await.1.0.1 domain-name.0.4.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 either.1.0.0 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.0 ocaml_intrinsics_kernel.v0.17.1 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.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 psq.0.2.1 ptime.1.2.0 qcheck-core.0.24 qcheck-multicoretests-util.0.7 qcheck-stm.0.7 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 tsort.2.1.0 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.5 yojson.2.2.2 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.3 --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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [...- .........done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [...- .........- ..........- .........- ..........- ..........- ..........- .......- .....done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [........- ..done]- Building repository 'Main Update Repository' cache [....done]- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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-effects 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 system packages will first need to be installed:gmp-devel npm-default<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "npm-default"- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 10 NEW packages are going to be installed:- gmp-devel libcares2 libgmpxx4 libicu73_2 libicu73_2-ledata nodejs-common nodejs-default nodejs20 npm-default npm20-- 10 new packages to install.-- Package download size: 23.3 MiB-- Package install size change:- | 93.0 MiB required by packages that will be installed- 93.0 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64 (Main Repository) (1/10), 61.2 KiB- Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64.rpm [..done (19.2 KiB/s)]- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (2/10), 17.1 KiB- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [..done (17.1 KiB/s)]- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (3/10), 7.3 MiB- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [....- ..done (15.7 MiB/s)]- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (4/10), 2.2 MiB- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [...done (10.9 MiB/s)]- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (5/10), 1.8 MiB- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [...done (11.2 MiB/s)]- Retrieving: nodejs-common-6.0-150600.1.5.x86_64 (Main Repository) (6/10), 14.5 KiB- Retrieving: nodejs-common-6.0-150600.1.5.x86_64.rpm [.- .done (14.5 KiB/s)]- Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/10), 10.1 MiB- Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64.rpm [......done (24.5 MiB/s)]- Retrieving: nodejs-default-6.0-150600.1.5.x86_64 (Main Repository) (8/10), 9.8 KiB- Retrieving: nodejs-default-6.0-150600.1.5.x86_64.rpm [.done]- Retrieving: npm20-20.18.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/10), 1.8 MiB- Retrieving: npm20-20.18.2-150600.3.9.1.x86_64.rpm [..- .done (4.9 MiB/s)]- Retrieving: npm-default-6.0-150600.1.5.x86_64 (Main Repository) (10/10), 9.8 KiB- Retrieving: npm-default-6.0-150600.1.5.x86_64.rpm [.done]-- Checking for file conflicts: [....done]- ( 1/10) Installing: libcares2-1.19.1-150000.3.26.1.x86_64 [..done]- ( 2/10) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]- ( 3/10) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [....- ..........- .....done]- ( 4/10) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [......- done]- ( 5/10) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [.....done]- ( 6/10) Installing: nodejs-common-6.0-150600.1.5.x86_64 [..done]- ( 7/10) Installing: nodejs20-20.18.2-150600.3.9.1.x86_64 [.....- ..........- .........- update-alternatives: using /usr/bin/node20 to provide /usr/bin/node-default (node-default) in auto mode- done]- ( 8/10) Installing: nodejs-default-6.0-150600.1.5.x86_64 [..done]- ( 9/10) Installing: npm20-20.18.2-150600.3.9.1.x86_64 [.- ........- update-alternatives: using /usr/bin/npm20 to provide /usr/bin/npm-default (npm-default) in auto mode- update-alternatives: using /usr/bin/npx20 to provide /usr/bin/npx-default (npx-default) in auto mode- done]- (10/10) Installing: npm-default-6.0-150600.1.5.x86_64 [..done]2025-03-25 13:47.23 ---> saved as "eb993996ae15073f73156cf4699211a596e967e3436509de7f921946fcc2af61"/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-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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-effects 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 99 packages- install alcotest 1.9.0- install angstrom 0.16.1- install asn1-combinators 0.3.2- install astring 0.8.5- install backoff 0.1.1- install base v0.17.1- install base-bytes base- install base64 3.5.1- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 1.0.0- install camlp-streams 5.0.1- install cmdliner 1.3.0- install cohttp 6.1.0- install cohttp-lwt 6.1.0- install cohttp-lwt-unix 6.1.0- install conduit 8.0.0- install conduit-lwt 8.0.0- install conduit-lwt-unix 8.0.0- install conf-gmp 4- install conf-gmp-powm-sec 3- install conf-npm 1- install conf-pkg-config 4- install containers 3.15- install cppo 1.8.0- install csexp 1.5.2- install digestif 1.2.0- install domain-local-await 1.0.1- install domain-name 0.4.1- install domain_shims 0.1.0- install dscheck 0.5.0- install dune 3.17.2- install dune-configurator 3.17.2- install duration 0.2.1- install either 1.0.0- install eqaf 0.10- install fmt 0.10.0- install fpath 0.7.3- install gen 1.1- install gmap 0.3.0- install http 6.1.0- install ipaddr 5.6.0- install ipaddr-sexp 5.6.0- install js_of_ocaml 6.0.1- install js_of_ocaml-compiler 6.0.1- install kdf 1.0.0- install logs 0.8.0- install lwt 5.9.1- install macaddr 5.6.0- install magic-mime 1.3.1- install mdx 2.5.0- install menhir 20240715- install menhirCST 20240715- install menhirLib 20240715- install menhirSdk 20240715- install mirage-crypto 2.0.0- install mirage-crypto-ec 2.0.0- install mirage-crypto-pk 2.0.0- install mirage-crypto-rng 2.0.0- 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.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.0- install ocaml_intrinsics_kernel v0.17.1- 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.17.0- install ppxlib 0.35.0- install ppxlib_jane v0.17.2- install psq 0.2.1- install ptime 1.2.0- install qcheck-core 0.24- install qcheck-multicoretests-util 0.7- install qcheck-stm 0.7- install re 1.12.0- install result 1.5- install rresult 0.7.0- install sedlex 3.3- install seq base- install sexplib0 v0.17.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.0.8- install tsort 2.1.0- install uri 4.4.0- install uri-sexp 4.4.0- install uutf 1.0.4- install x509 1.0.5- install yojson 2.2.2- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved asn1-combinators.0.3.2 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved backoff.0.1.1 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.1 (cached)-> retrieved base64.3.5.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.1.0.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved conf-gmp.4 (cached)-> retrieved conf-gmp-powm-sec.3 (cached)-> retrieved cohttp.6.1.0, cohttp-lwt.6.1.0, cohttp-lwt-unix.6.1.0, http.6.1.0 (cached)-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved containers.3.15 (cached)-> installed conf-gmp.4-> installed conf-npm.1-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved domain-name.0.4.1 (cached)-> retrieved domain_shims.0.1.0 (cached)-> installed conf-gmp-powm-sec.3-> 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.10.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gen.1.1 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0 (cached)-> retrieved digestif.1.2.0 (cached)-> retrieved kdf.1.0.0 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved lwt.5.9.1 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1 (cached)-> retrieved mirage-crypto.2.0.0, mirage-crypto-ec.2.0.0, mirage-crypto-pk.2.0.0, mirage-crypto-rng.2.0.0 (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.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.0 (cached)-> installed cmdliner.1.3.0-> retrieved ocaml_intrinsics_kernel.v0.17.1 (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.17.0 (cached)-> retrieved ppxlib_jane.v0.17.2 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved qcheck-core.0.24 (cached)-> retrieved qcheck-multicoretests-util.0.7, qcheck-stm.0.7 (cached)-> retrieved re.1.12.0 (cached)-> retrieved result.1.5 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sedlex.3.3 (cached)-> retrieved sexplib0.v0.17.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 ppxlib.0.35.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved tsort.2.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved x509.1.0.5 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved yojson.2.2.2 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.0.8-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.10.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.17.2-> installed backoff.0.1.1-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed base64.3.5.1-> installed domain-name.0.4.1-> installed domain_shims.0.1.0-> installed duration.0.2.1-> installed either.1.0.0-> installed eqaf.0.10-> installed gen.1.1-> installed gmap.0.3.0-> installed http.6.1.0-> installed macaddr.5.6.0-> installed magic-mime.1.3.1-> installed cppo.1.8.0-> installed menhirCST.20240715-> installed menhirLib.20240715-> installed menhirSdk.20240715-> installed multicore-magic.2.3.1-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ohex.0.2.0-> installed oseq.0.5.1-> installed ppx_derivers.1.2.1-> installed psq.0.2.1-> installed ocaml-compiler-libs.v0.17.0-> installed re.1.12.0-> installed result.1.5-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed thread-local-storage.0.2-> installed thread-table.1.0.0-> installed tsort.2.1.0-> installed ocplib-endian.1.2-> installed qcheck-core.0.24-> installed yojson.2.2.2-> installed ipaddr.5.6.0-> installed domain-local-await.1.0.1-> installed digestif.1.2.0-> installed qcheck-multicoretests-util.0.7-> installed alcotest.1.9.0-> installed multicore-bench.0.1.7-> installed qcheck-stm.0.7-> installed dune-configurator.3.17.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.2.0.0-> installed kdf.1.0.0-> installed containers.3.15-> installed dscheck.0.5.0-> installed uri.4.4.0-> installed multicore-magic-dscheck.2.3.1-> installed lwt.5.9.1-> installed base.v0.17.1-> installed menhir.20240715-> installed ppxlib.0.35.0-> installed ppxlib_jane.v0.17.2-> installed sedlex.3.3-> installed ppx_sexp_conv.v0.17.0-> installed uri-sexp.4.4.0-> installed ipaddr-sexp.5.6.0-> installed js_of_ocaml-compiler.6.0.1-> installed logs.0.8.0-> installed mirage-crypto-rng.2.0.0-> installed mirage-crypto-pk.2.0.0-> installed conduit.8.0.0-> installed cohttp.6.1.0-> installed mdx.2.5.0-> installed bos.0.2.1-> installed conduit-lwt.8.0.0-> installed cohttp-lwt.6.1.0-> installed mirage-crypto-ec.2.0.0-> installed x509.1.0.5-> installed ca-certs.1.0.0-> installed conduit-lwt-unix.8.0.0-> installed cohttp-lwt-unix.6.1.0-> installed js_of_ocaml.6.0.1Done.# To update the current shell environment, run: eval $(opam env)2025-03-25 13:52.02 ---> saved as "a945594be7d9d1eb9c1525c4840f4700ff28aee484b911b7e94d6d7a7a020e23"/src: (copy (src .) (dst /src))2025-03-25 13:52.02 ---> saved as "7d6b61d9b50809b4e1a104720c5da32e9292755e747587aae553554fc988d182"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_server_and_client.exe)Using blocking sockets and fibers on OCaml 5:Recursive server runningServer listeningClient B runningClient B connectedClient B wrote 100Server acceptingServer accepted clientServer read 100Server wrote 50Client A runningClient A connectedClient A wrote 100Server acceptingServer accepted clientServer read 100Server wrote 50Client B read 50Server acceptingClient A read 50Server and Client test: OK(cd _build/default/test && ./test_lwt_unix.exe)Testing `Picos_lwt'.This run has ID `CVZO0Y2T'.[OK] Basics 0Full test results in `/src/_build/default/test/_build/_tests/Picos_lwt'.Test Successful in 0.053s. 1 test run.(cd _build/default/test && ./test_finally.exe)Testing `Picos_finally'.This run has ID `WXF1FUWA'.[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.009s. 2 tests run.(cd _build/default/test && ./test_picos_lwt_unix_with_cohttp.exe)Uri: //127.0.0.1:8000/hello-lwtMethod: GEThost: 127.0.0.1:8000user-agent: ocaml-cohttp/v6.1.0content-length: 0Body:(cd _build/default/test && ./test_sync.exe -- Event 0)Testing `Picos_sync'.This run has ID `3A42083M'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[OK] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.136s. 1 test run.(cd _build/default/test && ./test_io_cohttp.exe)Uri: //127.0.0.1:40007/hello-io-cohttpMethod: POSThost: 127.0.0.1:40007user-agent: ocaml-cohttp/v6.1.0content-length: 17Body: It's-a-Me, Picos!(cd _build/default/test && ./test_sync.exe -- Lazy 0)Testing `Picos_sync'.This run has ID `C0BUP7N7'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[OK] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.012s. 1 test run.(cd _build/default/test && ./test_sync.exe -- Lazy 1)Testing `Picos_sync'.This run has ID `PQGRMEZG'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[OK] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.013s. 1 test run.(cd _build/default/test && ./test_sync.exe -- Semaphore 0)Testing `Picos_sync'.This run has ID `4UBG9G69'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[OK] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.006s. 1 test run.(cd _build/default/test && ./test_select.exe)Testing `Picos_select'.This run has ID `OF7KRSSR'.[OK] Intr 0Full test results in `/src/_build/default/test/_build/_tests/Picos_select'.Test Successful in 3.939s. 1 test run.(cd _build/default/test && ./test_structured.exe)Testing `Picos_structured'.This run has ID `CIRV3X5I'.[OK] Bundle 0 fork after terminate.[OK] Bundle 1 fork after escape.[OK] Bundle 2 exception in child terminates.[OK] Bundle 3 cancelation awaits children.[OK] Bundle 4 block raises when forbidden.[OK] Bundle 5 block raises Sys_error when fiber finishes.[OK] Bundle 6 termination nests.[OK] Bundle 7 promise cancelation does not terminate.[OK] Bundle 8 error in promise terminates.[OK] Bundle 9 can wait promises.[OK] Bundle 10 can select promises.[OK] Run 0 any and all errors.[OK] Run 1 any and all returns.[OK] Run 2 race any.Full test results in `/src/_build/default/test/_build/_tests/Picos_structured'.Test Successful in 1.413s. 14 tests run.(cd _build/default/test && ./test_io_with_lwt.exe)Testing `Picos_io_with_lwt'.This run has ID `ZSG78I34'.[OK] Unix 0 system.Full test results in `/src/_build/default/test/_build/_tests/Picos_io_with_lwt'.Test Successful in 2.190s. 1 test run.(cd _build/default/test && ./test_sync.exe -- Semaphore 1)Testing `Picos_sync'.This run has ID `7K4GORH0'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[OK] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 2.472s. 1 test run.(cd _build/default/test && ./test_sync.exe -- 'Non-cancelable ops' 0)Testing `Picos_sync'.This run has ID `Y9DTFWVO'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[OK] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.036s. 1 test run.(cd _build/default/test && ./test_sync.exe -- 'Mutex and Condition' 0)Testing `Picos_sync'.This run has ID `YVFZYM37'.[OK] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.023s. 1 test run.(cd _build/default/test && ./test_io.exe)Testing `Picos_io'.This run has ID `8NULJAUP'.[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.649s. 6 tests run.(cd _build/default/test && ./test_sync.exe -- 'Mutex and Condition' 1)Testing `Picos_sync'.This run has ID `DKK9IM1T'.[SKIP] Mutex and Condition 0 basics.[OK] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.060s. 1 test run.(cd _build/default/test && ./test_picos_dscheck.exe)Testing `Picos DSCheck'.This run has ID `ZEOTWBCO'.[OK] Trigger 0 basic contract.[OK] Computation 0 basic contract.[OK] Computation 1 removes triggers.Full test results in `/src/_build/default/test/_build/_tests/Picos DSCheck'.Test Successful in 2.775s. 3 tests run.(cd _build/default/test && ./test_mpmcq_dscheck.exe)Testing `Picos_mpmcq DSCheck'.This run has ID `DTX89HJE'.[OK] Multiple pushes and pops 0Full test results in `/src/_build/default/test/_build/_tests/Picos_mpmcq DSCheck'.Test Successful in 6.602s. 1 test run.(cd _build/default/test && ./test_sync.exe -- 'Mutex and Condition' 2)Testing `Picos_sync'.This run has ID `0LYJFSGI'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[OK] Mutex and Condition 2 cancelation.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 3.717s. 1 test run.(cd _build/default/bench && ./main.exe -brief 'Picos Computation')Picos Computation:attach detach pairs over time/1 worker:0.50 M/sattach detach pairs over time/2 workers:1.22 M/sattach detach pairs over time/4 workers:0.82 M/sattach detach pairs over time/trivial:0.97 M/stime per attach detach pair/1 worker:1989.34 nstime per attach detach pair/2 workers:1634.66 nstime per attach detach pair/4 workers:4885.43 nstime per attach detach pair/trivial:1026.25 ns(cd _build/default/test && /usr/bin/node test_js_of_ocaml.bc.js)Hello, from js_of_ocaml with Picos!(cd _build/default/bench && ./main.exe -brief 'Picos Current')Picos Current:ops over time/1 worker:45.36 M/sops over time/2 workers:27.31 M/sops over time/4 workers:14.39 M/stime per op/1 worker:22.04 nstime per op/2 workers:73.22 nstime per op/4 workers:278.03 ns(cd _build/default/bench && ./main.exe -brief 'Picos FLS (excluding Current)')Picos FLS (excluding Current):gets over time/1 worker:17.14 M/sgets over time/2 workers:23.89 M/sgets over time/4 workers:87.88 M/ssets over time/1 worker:41.68 M/ssets over time/2 workers:19.15 M/ssets over time/4 workers:75.81 M/stime per get/1 worker:58.33 nstime per get/2 workers:83.71 nstime per get/4 workers:45.51 nstime per set/1 worker:23.99 nstime per set/2 workers:104.42 nstime per set/4 workers:52.76 ns(cd _build/default/bench && ./main.exe -brief 'Picos TLS')Picos TLS:gets over time/1 worker:42.67 M/sgets over time/2 workers:48.28 M/sgets over time/4 workers:58.23 M/ssets over time/1 worker:17.85 M/ssets over time/2 workers:29.58 M/ssets over time/4 workers:33.61 M/stime per get/1 worker:23.44 nstime per get/2 workers:41.42 nstime per get/4 workers:68.70 nstime per set/1 worker:56.03 nstime per set/2 workers:67.61 nstime per set/4 workers:119.02 ns(cd _build/default/test && ./test_schedulers.exe)Testing `Picos schedulers'.This run has ID `SY4G289E'.[OK] Trivial main returns 0[OK] Scheduler completes main computation 0[OK] Current 0[OK] Cancel_after 0 basic.[OK] Cancel_after 1 long timeout.[OK] Operation on canceled fiber raises 0[OK] Cross scheduler wakeup 0[OK] Fatal exception terminates scheduler 0Full test results in `/src/_build/default/test/_build/_tests/Picos schedulers'.Test Successful in 43.068s. 8 tests run.(cd _build/default/bench && ./main.exe -brief 'Picos DLS')Picos DLS:gets over time/1 worker:29.75 M/sgets over time/2 workers:49.01 M/sgets over time/4 workers:55.34 M/ssets over time/1 worker:12.56 M/ssets over time/2 workers:32.59 M/ssets over time/4 workers:30.69 M/stime per get/1 worker:33.61 nstime per get/2 workers:40.81 nstime per get/4 workers:72.28 nstime per set/1 worker:79.60 nstime per set/2 workers:61.38 nstime per set/4 workers:130.33 ns(cd _build/default/test && ./test_picos.exe)Testing `Picos'.This run has ID `1VMZWK7E'.[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 60.165s. 7 tests run.(cd _build/default/test && ./test_mpmcq.exe)random seed: 2466028682161056193generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Mpmcq sequential [ ] 0 0 0 0 / 32 0.0s Mpmcq sequential (generating) [✓] 32 0 0 32 / 32 0.0s Mpmcq sequential[ ] 0 0 0 0 / 32 0.0s Mpmcq parallel [ ] 1 0 0 1 / 32 0.7s Mpmcq parallel [ ] 2 0 0 2 / 32 1.4s Mpmcq parallel [ ] 3 0 0 3 / 32 2.1s Mpmcq parallel [ ] 4 0 0 4 / 32 2.9s Mpmcq parallel [ ] 5 0 0 5 / 32 3.6s Mpmcq parallel [ ] 6 0 0 6 / 32 4.3s Mpmcq parallel [ ] 7 0 0 7 / 32 5.0s Mpmcq parallel [ ] 8 0 0 8 / 32 5.8s Mpmcq parallel [ ] 9 0 0 9 / 32 6.6s Mpmcq parallel [ ] 10 0 0 10 / 32 7.3s Mpmcq parallel [ ] 11 0 0 11 / 32 8.0s Mpmcq parallel [ ] 12 0 0 12 / 32 8.9s Mpmcq parallel [ ] 13 0 0 13 / 32 9.5s Mpmcq parallel [ ] 14 0 0 14 / 32 10.3s Mpmcq parallel [ ] 15 0 0 15 / 32 11.2s Mpmcq parallel [ ] 16 0 0 16 / 32 12.6s Mpmcq parallel [ ] 17 0 0 17 / 32 13.6s Mpmcq parallel [ ] 18 0 0 18 / 32 14.5s Mpmcq parallel [ ] 19 0 0 19 / 32 15.7s Mpmcq parallel [ ] 20 0 0 20 / 32 16.2s Mpmcq parallel [ ] 21 0 0 21 / 32 16.9s Mpmcq parallel [ ] 22 0 0 22 / 32 17.6s Mpmcq parallel [ ] 23 0 0 23 / 32 18.4s Mpmcq parallel [ ] 24 0 0 24 / 32 19.2s Mpmcq parallel [ ] 25 0 0 25 / 32 19.8s Mpmcq parallel [ ] 26 0 0 26 / 32 21.8s Mpmcq parallel [ ] 27 0 0 27 / 32 23.4s Mpmcq parallel [ ] 28 0 0 28 / 32 24.0s Mpmcq parallel [ ] 29 0 0 29 / 32 24.6s Mpmcq parallel [ ] 30 0 0 30 / 32 25.4s Mpmcq parallel [ ] 31 0 0 31 / 32 26.1s Mpmcq parallel [ ] 32 0 0 32 / 32 26.8s Mpmcq parallel [✓] 32 0 0 32 / 32 26.8s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 2606254978228646198generated error fail pass / total time test name[ ] 0 0 0 0 / 39 0.0s Mpmcq sequential [✓] 39 0 0 39 / 39 0.0s Mpmcq sequential[ ] 0 0 0 0 / 39 0.0s Mpmcq parallel [ ] 1 0 0 1 / 39 0.8s Mpmcq parallel [ ] 2 0 0 2 / 39 1.5s Mpmcq parallel [ ] 3 0 0 3 / 39 2.1s Mpmcq parallel [ ] 4 0 0 4 / 39 2.5s Mpmcq parallel [ ] 5 0 0 5 / 39 3.2s Mpmcq parallel [ ] 6 0 0 6 / 39 3.7s Mpmcq parallel [ ] 7 0 0 7 / 39 4.3s Mpmcq parallel [ ] 8 0 0 8 / 39 5.0s Mpmcq parallel [ ] 9 0 0 9 / 39 5.5s Mpmcq parallel [ ] 10 0 0 10 / 39 6.1s Mpmcq parallel [ ] 11 0 0 11 / 39 6.5s Mpmcq parallel [ ] 12 0 0 12 / 39 7.0s Mpmcq parallel [ ] 13 0 0 13 / 39 7.6s Mpmcq parallel [ ] 14 0 0 14 / 39 8.3s Mpmcq parallel [ ] 15 0 0 15 / 39 8.8s Mpmcq parallel [ ] 16 0 0 16 / 39 9.4s Mpmcq parallel [ ] 17 0 0 17 / 39 10.4s Mpmcq parallel [ ] 18 0 0 18 / 39 10.9s Mpmcq parallel [ ] 19 0 0 19 / 39 11.4s Mpmcq parallel [ ] 20 0 0 20 / 39 11.9s Mpmcq parallel [ ] 21 0 0 21 / 39 12.5s Mpmcq parallel [ ] 22 0 0 22 / 39 13.0s Mpmcq parallel [ ] 23 0 0 23 / 39 13.5s Mpmcq parallel [ ] 24 0 0 24 / 39 14.0s Mpmcq parallel [ ] 25 0 0 25 / 39 14.6s Mpmcq parallel [ ] 26 0 0 26 / 39 15.1s Mpmcq parallel [ ] 27 0 0 27 / 39 15.6s Mpmcq parallel [ ] 28 0 0 28 / 39 16.0s Mpmcq parallel [ ] 29 0 0 29 / 39 16.3s Mpmcq parallel [ ] 30 0 0 30 / 39 16.8s Mpmcq parallel [ ] 31 0 0 31 / 39 17.3s Mpmcq parallel [ ] 32 0 0 32 / 39 17.8s Mpmcq parallel [ ] 33 0 0 33 / 39 18.3s Mpmcq parallel [ ] 34 0 0 34 / 39 19.7s Mpmcq parallel [ ] 35 0 0 35 / 39 20.6s Mpmcq parallel [ ] 36 0 0 36 / 39 21.1s Mpmcq parallel [ ] 37 0 0 37 / 39 21.7s Mpmcq parallel [ ] 38 0 0 38 / 39 22.3s Mpmcq parallel [ ] 39 0 0 39 / 39 22.9s Mpmcq parallel [✓] 39 0 0 39 / 39 22.9s Mpmcq parallel================================================================================success (ran 2 tests)random seed: 1416463477247877603generated 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 parallel [ ] 1 0 0 1 / 32 0.5s Mpmcq parallel [ ] 2 0 0 2 / 32 1.1s Mpmcq parallel [ ] 3 0 0 3 / 32 1.7s Mpmcq parallel [ ] 4 0 0 4 / 32 2.2s Mpmcq parallel [ ] 5 0 0 5 / 32 3.4s Mpmcq parallel [ ] 6 0 0 6 / 32 4.3s Mpmcq parallel [ ] 7 0 0 7 / 32 5.6s Mpmcq parallel [ ] 8 0 0 8 / 32 6.2s Mpmcq parallel [ ] 9 0 0 9 / 32 6.7s Mpmcq parallel [ ] 10 0 0 10 / 32 7.2s Mpmcq parallel [ ] 11 0 0 11 / 32 7.7s Mpmcq parallel [ ] 12 0 0 12 / 32 8.3s Mpmcq parallel [ ] 13 0 0 13 / 32 9.1s Mpmcq parallel [ ] 14 0 0 14 / 32 9.7s Mpmcq parallel [ ] 15 0 0 15 / 32 10.2s Mpmcq parallel [ ] 16 0 0 16 / 32 10.7s Mpmcq parallel [ ] 17 0 0 17 / 32 11.2s Mpmcq parallel [ ] 18 0 0 18 / 32 12.0s Mpmcq parallel [ ] 19 0 0 19 / 32 12.5s Mpmcq parallel [ ] 20 0 0 20 / 32 13.0s Mpmcq parallel [ ] 21 0 0 21 / 32 13.5s Mpmcq parallel [ ] 22 0 0 22 / 32 14.0s Mpmcq parallel [ ] 23 0 0 23 / 32 14.6s Mpmcq parallel [ ] 24 0 0 24 / 32 15.1s Mpmcq parallel [ ] 25 0 0 25 / 32 15.6s Mpmcq parallel [ ] 26 0 0 26 / 32 16.1s Mpmcq parallel [ ] 27 0 0 27 / 32 16.5s Mpmcq parallel [ ] 28 0 0 28 / 32 16.9s Mpmcq parallel [ ] 29 0 0 29 / 32 17.4s Mpmcq parallel [ ] 30 0 0 30 / 32 17.8s Mpmcq parallel [ ] 31 0 0 31 / 32 18.2s Mpmcq parallel [ ] 32 0 0 32 / 32 18.7s Mpmcq parallel [✓] 32 0 0 32 / 32 18.7s Mpmcq parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_htbl.exe)random seed: 2720091800490084189generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Htbl sequential [ ] 0 0 0 0 / 32 0.0s Htbl sequential (generating) [✓] 32 0 0 32 / 32 0.0s Htbl sequential[ ] 0 0 0 0 / 32 0.0s Htbl parallel [ ] 1 0 0 1 / 32 0.8s Htbl parallel [ ] 2 0 0 2 / 32 1.6s Htbl parallel [ ] 3 0 0 3 / 32 3.6s Htbl parallel [ ] 4 0 0 4 / 32 4.4s Htbl parallel [ ] 5 0 0 5 / 32 5.5s Htbl parallel [ ] 6 0 0 6 / 32 6.2s Htbl parallel [ ] 7 0 0 7 / 32 6.9s Htbl parallel [ ] 8 0 0 8 / 32 7.4s Htbl parallel [ ] 9 0 0 9 / 32 8.3s Htbl parallel [ ] 10 0 0 10 / 32 9.0s Htbl parallel [ ] 11 0 0 11 / 32 9.9s Htbl parallel [ ] 12 0 0 12 / 32 12.9s Htbl parallel [ ] 13 0 0 13 / 32 13.5s Htbl parallel [ ] 14 0 0 14 / 32 14.3s Htbl parallel [ ] 15 0 0 15 / 32 15.0s Htbl parallel [ ] 16 0 0 16 / 32 15.8s Htbl parallel [ ] 17 0 0 17 / 32 16.6s Htbl parallel [ ] 18 0 0 18 / 32 17.3s Htbl parallel [ ] 19 0 0 19 / 32 18.1s Htbl parallel [ ] 20 0 0 20 / 32 18.8s Htbl parallel [ ] 21 0 0 21 / 32 19.6s Htbl parallel [ ] 22 0 0 22 / 32 20.4s Htbl parallel [ ] 23 0 0 23 / 32 21.1s Htbl parallel [ ] 24 0 0 24 / 32 21.8s Htbl parallel [ ] 25 0 0 25 / 32 22.7s Htbl parallel [ ] 26 0 0 26 / 32 23.3s Htbl parallel [ ] 27 0 0 27 / 32 24.0s Htbl parallel [ ] 28 0 0 28 / 32 24.4s Htbl parallel [ ] 29 0 0 29 / 32 25.8s Htbl parallel [ ] 30 0 0 30 / 32 26.4s Htbl parallel [ ] 31 0 0 31 / 32 27.3s Htbl parallel [ ] 32 0 0 32 / 32 28.1s Htbl parallel [✓] 32 0 0 32 / 32 28.1s Htbl parallel================================================================================success (ran 2 tests)random seed: 841170737600919810generated error fail pass / total time test name[ ] 0 0 0 0 / 36 0.0s Htbl sequential [✓] 36 0 0 36 / 36 0.0s Htbl sequential[ ] 0 0 0 0 / 36 0.0s Htbl parallel [ ] 1 0 0 1 / 36 0.6s Htbl parallel [ ] 2 0 0 2 / 36 1.1s Htbl parallel [ ] 3 0 0 3 / 36 1.8s Htbl parallel [ ] 4 0 0 4 / 36 2.5s Htbl parallel [ ] 5 0 0 5 / 36 3.4s Htbl parallel [ ] 6 0 0 6 / 36 3.9s Htbl parallel [ ] 7 0 0 7 / 36 4.5s Htbl parallel [ ] 8 0 0 8 / 36 5.0s Htbl parallel [ ] 9 0 0 9 / 36 5.5s Htbl parallel [ ] 10 0 0 10 / 36 6.1s Htbl parallel [ ] 11 0 0 11 / 36 6.7s Htbl parallel [ ] 12 0 0 12 / 36 7.2s Htbl parallel [ ] 13 0 0 13 / 36 7.8s Htbl parallel [ ] 14 0 0 14 / 36 8.3s Htbl parallel [ ] 15 0 0 15 / 36 8.8s Htbl parallel [ ] 16 0 0 16 / 36 9.5s Htbl parallel [ ] 17 0 0 17 / 36 10.1s Htbl parallel [ ] 18 0 0 18 / 36 12.9s Htbl parallel [ ] 19 0 0 19 / 36 13.4s Htbl parallel [ ] 20 0 0 20 / 36 14.2s Htbl parallel [ ] 21 0 0 21 / 36 14.8s Htbl parallel [ ] 22 0 0 22 / 36 15.3s Htbl parallel [ ] 23 0 0 23 / 36 16.0s Htbl parallel [ ] 24 0 0 24 / 36 16.4s Htbl parallel [ ] 25 0 0 25 / 36 16.9s Htbl parallel [ ] 26 0 0 26 / 36 17.4s Htbl parallel [ ] 27 0 0 27 / 36 17.9s Htbl parallel [ ] 28 0 0 28 / 36 18.5s Htbl parallel [ ] 29 0 0 29 / 36 19.2s Htbl parallel [ ] 30 0 0 30 / 36 20.8s Htbl parallel [ ] 31 0 0 31 / 36 21.4s Htbl parallel [ ] 32 0 0 32 / 36 22.0s Htbl parallel [ ] 33 0 0 33 / 36 22.6s Htbl parallel [ ] 34 0 0 34 / 36 23.2s Htbl parallel [ ] 35 0 0 35 / 36 23.7s Htbl parallel [ ] 36 0 0 36 / 36 24.3s Htbl parallel [✓] 36 0 0 36 / 36 24.3s Htbl parallel================================================================================success (ran 2 tests)random seed: 4266676127673168157generated 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 parallel [ ] 1 0 0 1 / 32 0.6s Htbl parallel [ ] 2 0 0 2 / 32 1.8s Htbl parallel [ ] 3 0 0 3 / 32 2.4s Htbl parallel [ ] 4 0 0 4 / 32 2.7s Htbl parallel [ ] 5 0 0 5 / 32 3.3s Htbl parallel [ ] 6 0 0 6 / 32 3.7s Htbl parallel [ ] 7 0 0 7 / 32 4.3s Htbl parallel [ ] 8 0 0 8 / 32 4.9s Htbl parallel [ ] 9 0 0 9 / 32 5.6s Htbl parallel [ ] 10 0 0 10 / 32 6.0s Htbl parallel [ ] 11 0 0 11 / 32 6.6s Htbl parallel [ ] 12 0 0 12 / 32 7.2s Htbl parallel [ ] 13 0 0 13 / 32 7.7s Htbl parallel [ ] 14 0 0 14 / 32 8.2s Htbl parallel [ ] 15 0 0 15 / 32 8.7s Htbl parallel [ ] 16 0 0 16 / 32 9.3s Htbl parallel [ ] 17 0 0 17 / 32 9.8s Htbl parallel [ ] 18 0 0 18 / 32 11.0s Htbl parallel [ ] 19 0 0 19 / 32 11.5s Htbl parallel [ ] 20 0 0 20 / 32 12.2s Htbl parallel [ ] 21 0 0 21 / 32 12.6s Htbl parallel [ ] 22 0 0 22 / 32 13.1s Htbl parallel [ ] 23 0 0 23 / 32 13.6s Htbl parallel [ ] 24 0 0 24 / 32 14.1s Htbl parallel [ ] 25 0 0 25 / 32 14.6s Htbl parallel [ ] 26 0 0 26 / 32 15.1s Htbl parallel [ ] 27 0 0 27 / 32 15.7s Htbl parallel [ ] 28 0 0 28 / 32 16.5s Htbl parallel [ ] 29 0 0 29 / 32 16.9s Htbl parallel [ ] 30 0 0 30 / 32 17.3s Htbl parallel [ ] 31 0 0 31 / 32 17.7s Htbl parallel [ ] 32 0 0 32 / 32 18.1s Htbl parallel [✓] 32 0 0 32 / 32 18.1s Htbl parallel================================================================================success (ran 2 tests)(cd _build/default/test && ./test_mpscq.exe)random seed: 3894144348966919048generated error fail pass / total time test name[ ] 0 0 0 0 / 32 0.0s Mpscq sequential [ ] 0 0 0 0 / 32 0.0s Mpscq sequential (generating) [✓] 32 0 0 32 / 32 0.0s Mpscq sequential[ ] 0 0 0 0 / 32 0.0s Mpscq parallel [ ] 1 0 0 1 / 32 1.8s Mpscq parallel [ ] 2 0 0 2 / 32 4.2s Mpscq parallel [ ] 3 0 0 3 / 32 6.1s Mpscq parallel [ ] 4 0 0 4 / 32 7.4s Mpscq parallel [ ] 5 0 0 5 / 32 8.9s Mpscq parallel [ ] 6 0 0 6 / 32 10.4s Mpscq parallel [ ] 7 0 0 7 / 32 11.7s Mpscq parallel [ ] 8 0 0 8 / 32 13.3s Mpscq parallel [ ] 9 0 0 9 / 32 14.8s Mpscq parallel [ ] 10 0 0 10 / 32 17.2s Mpscq parallel [ ] 11 0 0 11 / 32 18.9s Mpscq parallel [ ] 12 0 0 12 / 32 20.6s Mpscq parallel [ ] 13 0 0 13 / 32 22.0s Mpscq parallel [ ] 14 0 0 14 / 32 23.3s Mpscq parallel [ ] 15 0 0 15 / 32 24.6s Mpscq parallel [ ] 16 0 0 16 / 32 25.9s Mpscq parallel [ ] 17 0 0 17 / 32 26.8s Mpscq parallel [ ] 18 0 0 18 / 32 28.0s Mpscq parallel [ ] 19 0 0 19 / 32 29.1s Mpscq parallel [ ] 20 0 0 20 / 32 29.8s Mpscq parallel [ ] 21 0 0 21 / 32 30.7s Mpscq parallel [ ] 22 0 0 22 / 32 31.6s Mpscq parallel [ ] 23 0 0 23 / 32 32.4s Mpscq parallel [ ] 24 0 0 24 / 32 33.5s Mpscq parallel [ ] 25 0 0 25 / 32 34.6s Mpscq parallel [ ] 26 0 0 26 / 32 35.5s Mpscq parallel [ ] 27 0 0 27 / 32 37.2s Mpscq parallel [ ] 28 0 0 28 / 32 38.3s Mpscq parallel [ ] 29 0 0 29 / 32 39.4s Mpscq parallel [ ] 30 0 0 30 / 32 40.4s Mpscq parallel [ ] 31 0 0 31 / 32 41.4s Mpscq parallel [ ] 32 0 0 32 / 32 42.6s Mpscq parallel [✓] 32 0 0 32 / 32 42.6s Mpscq parallel================================================================================success (ran 2 tests)random seed: 2284685547550352777generated 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[ ] 0 0 0 0 / 32 0.0s Mpscq parallel [ ] 1 0 0 1 / 32 1.1s Mpscq parallel [ ] 2 0 0 2 / 32 3.3s Mpscq parallel [ ] 3 0 0 3 / 32 4.4s Mpscq parallel [ ] 4 0 0 4 / 32 5.3s Mpscq parallel [ ] 5 0 0 5 / 32 6.6s Mpscq parallel [ ] 6 0 0 6 / 32 7.9s Mpscq parallel [ ] 7 0 0 7 / 32 9.0s Mpscq parallel [ ] 8 0 0 8 / 32 10.1s Mpscq parallel [ ] 9 0 0 9 / 32 11.1s Mpscq parallel [ ] 10 0 0 10 / 32 12.4s Mpscq parallel [ ] 11 0 0 11 / 32 13.6s Mpscq parallel [ ] 12 0 0 12 / 32 14.7s Mpscq parallel [ ] 13 0 0 13 / 32 15.7s Mpscq parallel [ ] 14 0 0 14 / 32 17.0s Mpscq parallel [ ] 15 0 0 15 / 32 18.1s Mpscq parallel [ ] 16 0 0 16 / 32 19.2s Mpscq parallel [ ] 17 0 0 17 / 32 20.2s Mpscq parallel [ ] 18 0 0 18 / 32 21.3s Mpscq parallel [ ] 19 0 0 19 / 32 22.4s Mpscq parallel [ ] 20 0 0 20 / 32 23.7s Mpscq parallel [ ] 21 0 0 21 / 32 25.0s Mpscq parallel [ ] 22 0 0 22 / 32 25.9s Mpscq parallel [ ] 23 0 0 23 / 32 26.8s Mpscq parallel [ ] 24 0 0 24 / 32 27.8s Mpscq parallel [ ] 25 0 0 25 / 32 28.6s Mpscq parallel [ ] 26 0 0 26 / 32 29.7s Mpscq parallel [ ] 27 0 0 27 / 32 30.7s Mpscq parallel [ ] 28 0 0 28 / 32 32.4s Mpscq parallel [ ] 29 0 0 29 / 32 33.7s Mpscq parallel [ ] 30 0 0 30 / 32 34.6s Mpscq parallel [ ] 31 0 0 31 / 32 35.4s Mpscq parallel [ ] 32 0 0 32 / 32 37.2s Mpscq parallel [✓] 32 0 0 32 / 32 37.2s Mpscq parallel================================================================================success (ran 2 tests)(cd _build/default/bench && ./main.exe -brief 'Picos Mutex')Picos Mutex:locked yields over time/1024 fibers:0.13 M/slocked yields over time/1 fiber:0.70 M/slocked yields over time/256 fibers:0.12 M/slocked yields over time/2 domains:0.02 M/slocked yields over time/2 fibers:0.19 M/slocked yields over time/4 domains:0.00 M/slocked yields over time/4 fibers:0.10 M/slocked yields over time/512 fibers:0.11 M/slocked yields over time/8 domains:0.01 M/slocked yields over time/8 fibers:0.10 M/stime per locked yield/1024 fibers:7568.12 nstime per locked yield/1 fiber:1438.72 nstime per locked yield/256 fibers:8135.25 nstime per locked yield/2 domains:83222.59 nstime per locked yield/2 fibers:5395.02 nstime per locked yield/4 domains:929899.52 nstime per locked yield/4 fibers:9615.67 nstime per locked yield/512 fibers:9409.86 nstime per locked yield/8 domains:747988.85 nstime per locked yield/8 fibers:9657.45 ns(cd _build/default/bench && ./main.exe -brief 'Picos Semaphore')Picos Semaphore:acquired yields over time/4 domains, 1 resource:0.07 M/sacquired yields over time/4 domains, 2 resources:0.23 M/sacquired yields over time/4 domains, 3 resources:3.14 M/sacquired yields over time/4 domains, 4 resources:4.74 M/sacquired yields over time/4 fibers, 1 resource:0.35 M/sacquired yields over time/4 fibers, 2 resources:0.52 M/sacquired yields over time/4 fibers, 3 resources:0.74 M/sacquired yields over time/4 fibers, 4 resources:2.27 M/stime per acquired yield/4 domains, 1 resource:61279.38 nstime per acquired yield/4 domains, 2 resources:17591.37 nstime per acquired yield/4 domains, 3 resources:1273.72 nstime per acquired yield/4 domains, 4 resources:844.05 nstime per acquired yield/4 fibers, 1 resource:2849.39 nstime per acquired yield/4 fibers, 2 resources:1911.44 nstime per acquired yield/4 fibers, 3 resources:1351.32 nstime per acquired yield/4 fibers, 4 resources:440.17 ns(cd _build/default/bench && ./main.exe -brief 'Picos Spawn')Picos Spawn:spawns over time/with packed computation:3.42 M/stime per spawn/with packed computation:292.72 ns(cd _build/default/bench && ./main.exe -brief 'Picos Yield')Picos Yield:time per yield/10000 fibers:427.71 nstime per yield/1000 fibers:261.87 nstime per yield/100 fibers:213.98 nstime per yield/10 fibers:203.73 nstime per yield/1 fiber:236.60 nsyields over time/10000 fibers:2.34 M/syields over time/1000 fibers:3.82 M/syields over time/100 fibers:4.67 M/syields over time/10 fibers:4.91 M/syields over time/1 fiber:4.23 M/s(cd _build/default/bench && ./main.exe -brief 'Picos Cancel_after with Picos_select')Picos Cancel_after with Picos_select:async round-trips over time/1 worker:0.18 M/sasync round-trips over time/2 workers:0.42 M/sasync round-trips over time/4 workers:0.54 M/sround-trips over time/1 worker:0.05 M/sround-trips over time/2 workers:0.09 M/sround-trips over time/4 workers:0.22 M/stime per async round-trip/1 worker:5708.14 nstime per async round-trip/2 workers:4806.16 nstime per async round-trip/4 workers:7352.28 nstime per round-trip/1 worker:20014.14 nstime per round-trip/2 workers:21154.24 nstime per round-trip/4 workers:18020.72 ns(cd _build/default/bench && ./main.exe -brief 'Ref with Picos_sync.Mutex')Ref with Picos_sync.Mutex:ops over time/cas int (checked):4.81 M/sops over time/cas int (unchecked):13.22 M/sops over time/get (checked):5.44 M/sops over time/get (unchecked):14.50 M/sops over time/incr (checked):5.41 M/sops over time/incr (unchecked):14.23 M/sops over time/push & pop (checked):4.44 M/sops over time/push & pop (unchecked):9.78 M/sops over time/swap (checked):4.45 M/sops over time/swap (unchecked):12.86 M/sops over time/xchg int (checked):4.95 M/sops over time/xchg int (unchecked):13.33 M/stime per op/cas int (checked):207.89 nstime per op/cas int (unchecked):75.63 nstime per op/get (checked):183.67 nstime per op/get (unchecked):68.97 nstime per op/incr (checked):184.95 nstime per op/incr (unchecked):70.26 nstime per op/push & pop (checked):225.34 nstime per op/push & pop (unchecked):102.25 nstime per op/swap (checked):224.65 nstime per op/swap (unchecked):77.78 nstime per op/xchg int (checked):201.91 nstime per op/xchg int (unchecked):75.00 ns(cd _build/default/bench && ./main.exe -brief Picos_mpmcq)Picos_mpmcq:messages over time/1 nb adder, 1 nb taker:15.44 M/smessages over time/1 nb adder, 2 nb takers:7.40 M/smessages over time/1 nb adder, 4 nb takers:2.59 M/smessages over time/2 nb adders, 1 nb taker:9.35 M/smessages over time/2 nb adders, 2 nb takers:5.77 M/smessages over time/2 nb adders, 4 nb takers:2.78 M/smessages over time/4 nb adders, 1 nb taker:7.72 M/smessages over time/4 nb adders, 2 nb takers:2.78 M/smessages over time/4 nb adders, 4 nb takers:3.02 M/smessages over time/one domain:13.11 M/stime per message/1 nb adder, 1 nb taker:129.52 nstime per message/1 nb adder, 2 nb takers:405.48 nstime per message/1 nb adder, 4 nb takers:1932.89 nstime per message/2 nb adders, 1 nb taker:320.99 nstime per message/2 nb adders, 2 nb takers:693.26 nstime per message/2 nb adders, 4 nb takers:2162.03 nstime per message/4 nb adders, 1 nb taker:647.91 nstime per message/4 nb adders, 2 nb takers:2155.18 nstime per message/4 nb adders, 4 nb takers:2647.89 nstime per message/one domain:76.30 ns(cd _build/default/bench && ./main.exe -brief Picos_mpscq)Picos_mpscq:messages over time/1 nb adder, 1 nb taker:20.98 M/smessages over time/2 nb adders, 1 nb taker:14.10 M/smessages over time/4 nb adders, 1 nb taker:2.97 M/smessages over time/one domain:13.71 M/stime per message/1 nb adder, 1 nb taker:95.33 nstime per message/2 nb adders, 1 nb taker:212.80 nstime per message/4 nb adders, 1 nb taker:1685.20 nstime per message/one domain:72.95 ns(cd _build/default/bench && ./main.exe -brief Picos_htbl)Picos_htbl:operations over time/1 worker, 10% reads:7.24 M/soperations over time/1 worker, 50% reads:8.79 M/soperations over time/1 worker, 90% reads:11.89 M/soperations over time/2 workers, 10% reads:10.76 M/soperations over time/2 workers, 50% reads:13.37 M/soperations over time/2 workers, 90% reads:20.98 M/soperations over time/4 workers, 10% reads:17.34 M/soperations over time/4 workers, 50% reads:15.55 M/soperations over time/4 workers, 90% reads:33.39 M/soperations over time/8 workers, 10% reads:15.00 M/soperations over time/8 workers, 50% reads:18.19 M/soperations over time/8 workers, 90% reads:38.05 M/stime per operation/1 worker, 10% reads:138.22 nstime per operation/1 worker, 50% reads:113.72 nstime per operation/1 worker, 90% reads:84.10 nstime per operation/2 workers, 10% reads:185.90 nstime per operation/2 workers, 50% reads:149.59 nstime per operation/2 workers, 90% reads:95.33 nstime per operation/4 workers, 10% reads:230.67 nstime per operation/4 workers, 50% reads:257.17 nstime per operation/4 workers, 90% reads:119.81 nstime per operation/8 workers, 10% reads:533.48 nstime per operation/8 workers, 50% reads:439.70 nstime per operation/8 workers, 90% reads:210.28 ns(cd _build/default/bench && ./main.exe -brief Picos_stdio)Picos_stdio:blocking reads over time/1 worker:0.03 M/sblocking reads over time/2 workers:0.07 M/sblocking reads over time/4 workers:0.09 M/snon-blocking reads over time/1 worker:0.56 M/snon-blocking reads over time/2 workers:0.98 M/snon-blocking reads over time/4 workers:2.02 M/stime per blocking read/1 worker:32852.33 nstime per blocking read/2 workers:28677.28 nstime per blocking read/4 workers:45029.66 nstime per non-blocking read/1 worker:1770.99 nstime per non-blocking read/2 workers:2047.14 nstime per non-blocking read/4 workers:1978.11 ns(cd _build/default/bench && ./main.exe -brief 'Picos_sync Stream')Picos_sync Stream:messages over time/1 nb pusher, 1 nb reader:2.87 M/smessages over time/2 nb pushers, 1 nb reader:2.54 M/smessages over time/4 nb pushers, 1 nb reader:2.20 M/smessages over time/one domain:2.96 M/stime per message/1 nb pusher, 1 nb reader:698.02 nstime per message/2 nb pushers, 1 nb reader:1182.72 nstime per message/4 nb pushers, 1 nb reader:2272.50 nstime per message/one domain:338.38 ns(cd _build/default/bench && ./main.exe -brief Fib)Fib:spawns over time/1 mfifo, fib 20:0.40 M/sspawns over time/1 rando, fib 20:0.35 M/sspawns over time/2 mfifos, fib 20:1.15 M/sspawns over time/2 randos, fib 20:0.49 M/sspawns over time/4 mfifos, fib 20:2.67 M/sspawns over time/4 randos, fib 20:0.48 M/sspawns over time/8 mfifos, fib 20:0.97 M/sspawns over time/8 randos, fib 20:0.06 M/stime per spawn/1 mfifo, fib 20:2508.75 nstime per spawn/1 rando, fib 20:2878.10 nstime per spawn/2 mfifos, fib 20:1743.83 nstime per spawn/2 randos, fib 20:4054.43 nstime per spawn/4 mfifos, fib 20:1499.83 nstime per spawn/4 randos, fib 20:8287.67 nstime per spawn/8 mfifos, fib 20:8228.73 nstime per spawn/8 randos, fib 20:134179.50 ns(cd _build/default/bench && ./main.exe -brief 'Picos binaries')Picos binaries:binary size/picos:95.79 kBbinary size/picos.domain:5.04 kBbinary size/picos.thread:4.47 kBbinary size/picos_aux.htbl:53.32 kBbinary size/picos_aux.mpmcq:17.04 kBbinary size/picos_aux.mpscq:20.44 kBbinary size/picos_aux.rc:19.85 kBbinary size/picos_io:115.89 kBbinary size/picos_io.fd:10.69 kBbinary size/picos_io.select:65.07 kBbinary size/picos_io_cohttp:48.52 kBbinary size/picos_lwt:29.74 kBbinary size/picos_lwt.unix:16.06 kBbinary size/picos_mux.fifo:30.23 kBbinary size/picos_mux.multififo:64.82 kBbinary size/picos_mux.random:51.14 kBbinary size/picos_mux.thread:26.27 kBbinary size/picos_std.awaitable:35.91 kBbinary size/picos_std.event:25.92 kBbinary size/picos_std.finally:20.75 kBbinary size/picos_std.structured:89.70 kBbinary size/picos_std.sync:123.75 kB(cd _build/default/bench && ./main.exe -brief 'Bounded_q with Picos_sync')Bounded_q with Picos_sync:messages over time/1 adder, 1 taker:2.37 M/smessages over time/1 adder, 2 takers:0.35 M/smessages over time/1 adder, 4 takers:0.12 M/smessages over time/2 adders, 1 taker:0.69 M/smessages over time/2 adders, 2 takers:0.15 M/smessages over time/2 adders, 4 takers:0.01 M/smessages over time/4 adders, 1 taker:0.03 M/smessages over time/4 adders, 2 takers:0.03 M/smessages over time/4 adders, 4 takers:0.01 M/smessages over time/one domain:5.13 M/stime per message/1 adder, 1 taker:843.25 nstime per message/1 adder, 2 takers:8475.63 nstime per message/1 adder, 4 takers:41584.50 nstime per message/2 adders, 1 taker:4351.26 nstime per message/2 adders, 2 takers:27016.69 nstime per message/2 adders, 4 takers:835678.58 nstime per message/4 adders, 1 taker:182295.59 nstime per message/4 adders, 2 takers:196091.39 nstime per message/4 adders, 4 takers:1525009.07 nstime per message/one domain:194.87 ns(cd _build/default/bench && ./main.exe -brief 'Memory usage')Memory usage:stack and heap used/Fun.protect:80.00 Bstack and heap used/fiber in a bundle:232.00 Bstack and heap used/fiber in a flock:248.00 Bstack and heap used/fiber with shared computation & latch:232.00 Bstack and heap used/finally:40.00 Bstack and heap used/instantiate:96.00 Bstack and heap used/join_after bundle:280.00 Bstack and heap used/join_after flock:280.00 Bstack and heap used/lastly:32.00 Bstack and heap used/promise in a bundle:352.00 Bstack and heap used/promise in a flock:368.00 B2025-03-25 13:55.06 ---> saved as "d2e1546482b8be627980eff88bfe81ca42e6f63a88c9622c43c413e34d3ae914"Job succeeded2025-03-25 13:55.07: Job succeeded