2025-10-31 07:53.08: New job: test ocaml-multicore/picos https://github.com/ocaml-multicore/picos.git#refs/heads/adaptive-bo-mpmcq (e73dac98ad71a2352b6fe3744d6324b3e959a58b) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/picos.git" -b "adaptive-bo-mpmcq" && cd "picos" && git reset --hard e73dac98cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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:53.08: Using cache hint "ocaml-multicore/picos-ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-3fb6f3b42da28334fcf7f3a4e7b41e04"2025-10-31 07:53.08: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.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:53.08: Waiting for resource in pool OCluster2025-10-31 07:53.08: Waiting for worker…2025-10-31 07:53.08: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at e73dac9 Use adaptive backoff in mpmcq(from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested2025-10-31 07:53.11 ---> using "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27" from cache/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-31 07:53.11 ---> using "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4" 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 07:53.11 ---> using "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-10-31 07:53.11 ---> using "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-31 07:53.11 ---> using "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610" 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 07:53.11 ---> using "35ceffa4088df0addb5134696aa381eb80db49b133f3d7c3034557575f1f915b" 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 07:53.11 ---> using "16d3378f4de33dbb85e443f55e760bcfad7385ba7f98fb35e2529eaf58e90453" 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 07:53.11 ---> using "9bc94cbcff719a7b0c669f47f684bf4262e9822d211dcb4a46b22576121c6c93" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-31 07:53.11 ---> using "1c252b6f0442f78f8bbc4258db41ec22c10edd928d2f3e16e1c4e6e225dc3209" 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 i386 Packages [63.9 kB]- Fetched 155 kB in 0s (1173 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:i386.- (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 ... 20592 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_i386.deb ...- Unpacking libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libgmp-dev:i386.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_i386.deb ...- Unpacking libgmp-dev:i386 (2:6.3.0+dfsg-3) ...- Selecting previously unselected package libpkgconf3:i386.- Preparing to unpack .../2-libpkgconf3_1.8.1-4_i386.deb ...- Unpacking libpkgconf3:i386 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_i386.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:i386.- Preparing to unpack .../4-pkgconf_1.8.1-4_i386.deb ...- Unpacking pkgconf:i386 (1.8.1-4) ...- Selecting previously unselected package pkg-config:i386.- Preparing to unpack .../5-pkg-config_1.8.1-4_i386.deb ...- Unpacking pkg-config:i386 (1.8.1-4) ...- Setting up libpkgconf3:i386 (1.8.1-4) ...- Setting up libgmpxx4ldbl:i386 (2:6.3.0+dfsg-3) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:i386 (2:6.3.0+dfsg-3) ...- Setting up pkgconf:i386 (1.8.1-4) ...- Setting up pkg-config:i386 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12) ...2025-10-31 07:53.11 ---> using "1f8f9a76568955077051f53aaae87cd5664139c8421c78b5e95bee941721f056" 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 conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1 (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 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 menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (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)-> installed seq.base-> 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 topkg.1.1.0 (cached)-> retrieved tsort.2.2.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved x509.1.0.6 (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.1.0-> installed rresult.0.7.0-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed asn1-combinators.0.3.2-> installed backoff.0.1.1-> installed base64.3.5.2-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed domain-name.0.5.0-> 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.1-> installed macaddr.5.6.1-> installed magic-mime.1.3.1-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed multicore-magic.2.3.1-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> 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 result.1.5-> installed sexplib0.v0.16.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.2.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed digestif.1.3.0-> installed ipaddr.5.6.1-> installed qcheck-multicoretests-util.0.10-> installed domain-local-await.1.0.1-> installed alcotest.1.9.1-> installed qcheck-stm.0.10-> installed multicore-bench.0.1.7-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed containers.3.16-> installed mirage-crypto.2.0.2-> installed dscheck.0.5.0-> installed multicore-magic-dscheck.2.3.1-> installed kdf.1.0.0-> installed uri.4.4.0-> installed lwt.5.9.2-> installed base.v0.16.4-> installed menhir.20250912-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0-> installed sedlex.3.7-> installed ipaddr-sexp.5.6.1-> installed uri-sexp.4.4.0-> installed js_of_ocaml-compiler.6.2.0-> installed logs.0.9.0-> installed mirage-crypto-rng.2.0.2-> installed mirage-crypto-pk.2.0.2-> installed conduit.8.0.0-> installed cohttp.6.1.1-> installed bos.0.2.1-> installed mdx.2.5.1-> installed conduit-lwt.8.0.0-> installed cohttp-lwt.6.1.1-> installed js_of_ocaml.6.2.0-> 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.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-31 07:53.11 ---> using "5a17f775230b904081e6571771da5c7d12af402a3bd805842eed94580a933497" from cache/src: (copy (src .) (dst /src))2025-10-31 07:53.13 ---> saved as "b92983e7f9f4266072ba31b94e9a0054029ec22a80c132648a2a22d2315d5312"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "lib/picos_aux.adaptive_backoff/dune", lines 5-13, characters 0-173:5 | (rule6 | (package picos_aux)7 | (targets domain.ml)8 | (deps domain.ocaml4.ml)9 | (enabled_if10 | (< %{ocaml_version} 5.0.0))11 | (action12 | (progn13 | (copy domain.ocaml4.ml domain.ml))))Error: No rule found for lib/picos_aux.adaptive_backoff/domain.ocaml4.ml(cd _build/default/test && ./test_mpscq.exe)random seed: 136612945generated 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: 455939187generated 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: 259589659generated 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: 393651954generated 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: 167174860generated 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: 698745531generated 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_server_and_client.exe)Using non-blocking sockets and threads on OCaml 4:Recursive server runningServer listeningServer acceptingClient B runningClient B connectedClient B wrote 100Server accepted clientServer read 100Server wrote 50Client A runningClient A connectedClient A wrote 100Server acceptingServer accepted clientClient B read 50Server read 100Server wrote 50Client A read 50Server acceptingServer and Client test: OK(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 0)Testing `Picos_sync'.This run has ID `19OL2X9S'.[OK] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.357s. 1 test run.(cd _build/default/test && ./test_finally.exe)Testing `Picos_finally'.This run has ID `NZNMMSU3'.[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.008s. 2 tests run.(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 1)Testing `Picos_sync'.This run has ID `NOY13V17'.[SKIP] Mutex and Condition 0 basics.[OK] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.021s. 1 test run.(cd _build/default/test && ./test_io.exe)Testing `Picos_io'.This run has ID `JHHBWTOO'.[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.636s. 6 tests run.(cd _build/default/test && ./test_structured.exe)Testing `Picos_structured'.This run has ID `JPI0RPB6'.[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 0.817s. 14 tests run.(cd _build/default/test && ./test_io_with_lwt.exe)Testing `Picos_io_with_lwt'.This run has ID `KFYGZ14Z'.[OK] Unix 0 system.Full test results in `/src/_build/default/test/_build/_tests/Picos_io_with_lwt'.Test Successful in 2.100s. 1 test run.(cd _build/default/test && ./test_select.exe)Testing `Picos_select'.This run has ID `BE0LDXIE'.[OK] Intr 0Full test results in `/src/_build/default/test/_build/_tests/Picos_select'.Test Successful in 2.393s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Mutex and Condition$' 2)Testing `Picos_sync'.This run has ID `JRWZOXUW'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[OK] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 4.718s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 0)Testing `Picos_sync'.This run has ID `YKTDAP55'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[OK] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.569s. 1 test run.(cd _build/default/test && ./test_io_cohttp.exe)Uri: //127.0.0.1:44761/hello-io-cohttpMethod: POSThost: 127.0.0.1:44761user-agent: ocaml-cohttp/v6.1.1content-length: 17Body: It's-a-Me, Picos!(cd _build/default/example && ./guards.exe)Testing with scheduler: threadsRan guarded case statement examples.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 1)Testing `Picos_sync'.This run has ID `HHCOMK40'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[OK] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 4.309s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 2)Testing `Picos_sync'.This run has ID `XYT56WV0'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[OK] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.033s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Lock and Lock.Condition$' 3)Testing `Picos_sync'.This run has ID `KTN4VD49'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[OK] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.002s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 0)Testing `Picos_sync'.This run has ID `D6HG1P6H'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[OK] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.129s. 1 test run.(cd _build/default/test && ./test_picos.exe)Testing `Picos'.This run has ID `2WYPW143'.[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 13.476s. 7 tests run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 1)Testing `Picos_sync'.This run has ID `ZAZALVGX'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[OK] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 3.309s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 2)Testing `Picos_sync'.This run has ID `MFRT8XBZ'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[OK] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.007s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 3)Testing `Picos_sync'.This run has ID `5QSCTU5Q'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[OK] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.005s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 4)Testing `Picos_sync'.This run has ID `6B0D4NIM'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[OK] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 5)Testing `Picos_sync'.This run has ID `FSD4NOAH'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[OK] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.002s. 1 test run.(cd _build/default/test && ./test_sync.exe -- '^Rwlock and Rwlock.Condition$' 6)Testing `Picos_sync'.This run has ID `NH6DFXS3'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[OK] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.004s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 0)Testing `Picos_sync'.This run has ID `HZAN2X3Y'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[OK] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Semaphore$ 1)Testing `Picos_sync'.This run has ID `B1TEU3GA'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[OK] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.038s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 0)Testing `Picos_sync'.This run has ID `Q51J6CML'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[OK] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 1)Testing `Picos_sync'.This run has ID `U88JLDNM'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[OK] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.041s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 2)Testing `Picos_sync'.This run has ID `TT3JMCWN'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[OK] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Sem$ 3)Testing `Picos_sync'.This run has ID `AVY3VCWY'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[OK] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 0)Testing `Picos_sync'.This run has ID `0SN8MKOO'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[OK] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Lazy$ 1)Testing `Picos_sync'.This run has ID `TFI6KXAZ'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[OK] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Event$ 0)Testing `Picos_sync'.This run has ID `AKM14EPT'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[OK] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[SKIP] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.101s. 1 test run.(cd _build/default/test && ./test_sync.exe -- ^Barrier$ 0)Testing `Picos_sync'.This run has ID `1BU797JP'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[OK] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[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 -- ^Barrier$ 1)Testing `Picos_sync'.This run has ID `OR8A1LR7'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[OK] Barrier 1 poisoning.[SKIP] 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 -- '^Non-cancelable ops$' 0)Testing `Picos_sync'.This run has ID `J3RN2MLZ'.[SKIP] Mutex and Condition 0 basics.[SKIP] Mutex and Condition 1 errors.[SKIP] Mutex and Condition 2 cancelation.[SKIP] Lock and Lock.Condition 0 basics.[SKIP] Lock and Lock.Condition 1 cancelation.[SKIP] Lock and Lock.Condition 2 poisoning.[SKIP] Lock and Lock.Condition 3 try_acquire.[SKIP] Rwlock and Rwlock.Condition 0 basics.[SKIP] Rwlock and Rwlock.Condition 1 cancelation.[SKIP] Rwlock and Rwlock.Condition 2 poisoning.[SKIP] Rwlock and Rwlock.Condition 3 freezing.[SKIP] Rwlock and Rwlock.Condition 4 try_acquire.[SKIP] Rwlock and Rwlock.Condition 5 try_acquire_shared.[SKIP] Rwlock and Rwlock.Condition 6 sharing.[SKIP] Semaphore 0 basics.[SKIP] Semaphore 1 stress.[SKIP] Sem 0 basics.[SKIP] Sem 1 stress.[SKIP] Sem 2 poisoning.[SKIP] Sem 3 try_acquire.[SKIP] Lazy 0 basics.[SKIP] Lazy 1 cancelation.[SKIP] Event 0 basics.[SKIP] Barrier 0 basics.[SKIP] Barrier 1 poisoning.[OK] Non-cancelable ops 0 are not canceled.Full test results in `/src/_build/default/test/_build/_tests/Picos_sync'.Test Successful in 0.001s. 1 test run.2025-10-31 07:53.53: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled