- github
- ocaml
- opam-repository
- 3af7d0
- distributions,archlinux-ocaml-4.14,picos.0.3.0,tests
(not at the head of any monitored branch or PR)
2026-03-10 08:59.54: New job: test picos.0.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
on archlinux-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29530/head" && git reset --hard 3af7d0a2
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn picos.0.3.0 0.3.0
RUN opam reinstall picos.0.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'picos.0.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test picos.0.3.0) || true
RUN opam reinstall --with-test --verbose picos.0.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'picos.0.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-10 08:59.54: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc-picos.0.3.0-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 08:59.54: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn picos.0.3.0 0.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall picos.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'picos.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test picos.0.3.0) || true"))
(run (shell "opam reinstall --with-test --verbose picos.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'picos.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-10 08:59.54: Waiting for resource in pool OCluster
2026-03-10 09:59.46: Waiting for worker…
2026-03-10 10:02.20: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..3af7d0a259
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
packages/bimage-lwt/bimage-lwt.0.3.0/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.3.1/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.4.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.0.11.0/opam | 4 +++-
packages/caqti-lwt/caqti-lwt.1.0.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.2.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.3.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.6.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.7.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.8.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.9.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.0.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.1.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.2.4/opam | 6 +++++-
packages/fuseau-lwt/fuseau-lwt.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.1.13/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.2/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.3/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.1.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.2/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.1.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.2.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.3.0/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.2/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.3/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.4/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.5/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.0.1/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.0/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.0/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.3/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.6/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.7/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.8/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 6 +++++-
packages/mwt/mwt.0.1.0/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-1/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-2/opam | 6 +++++-
packages/ocluster/ocluster.0.1/opam | 4 +++-
packages/ocluster/ocluster.0.2.1/opam | 6 +++++-
packages/ocluster/ocluster.0.2/opam | 4 +++-
packages/ocluster/ocluster.0.3.0/opam | 6 +++++-
packages/picos/picos.0.3.0/opam | 6 +++++-
packages/picos/picos.0.4.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.5.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.6.0/opam | 6 +++++-
packages/tezt/tezt.2.0.0/opam | 6 +++++-
packages/tezt/tezt.3.0.0/opam | 4 +++-
packages/tezt/tezt.3.1.0/opam | 4 +++-
packages/tezt/tezt.3.1.1/opam | 4 +++-
packages/tezt/tezt.4.0.0/opam | 4 +++-
packages/tezt/tezt.4.1.0/opam | 4 +++-
packages/tezt/tezt.4.2.0/opam | 4 +++-
packages/tezt/tezt.4.3.0/opam | 4 +++-
84 files changed, 400 insertions(+), 84 deletions(-)
(from ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc' locally
docker.io/ocaml/opam@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc: Pulling from ocaml/opam
30309458937a: Already exists
d6ec592b6ce7: Already exists
eb0cc4fae01f: Already exists
da907aea55a3: Already exists
41225181d62b: Already exists
99bbb95b040c: Already exists
ae03e2432f2e: Already exists
960a3688e50d: Already exists
12e572ae8d9e: Already exists
5d9b53919351: Already exists
613718b9dc5c: Already exists
20c50d6517d7: Already exists
318e41a81dac: Already exists
c8d0fbcceca0: Already exists
f18608e88c8a: Already exists
4f4fb700ef54: Already exists
53a25100385e: Already exists
cf8654ebee96: Already exists
57cdf8563f57: Already exists
ce24bbfe16f6: Already exists
5c9351c3921c: Already exists
4d8c9f844539: Already exists
765a1d524e16: Already exists
e9b60c2e279a: Already exists
35a412369c63: Already exists
26b4e7a0d54a: Already exists
13545a674236: Already exists
93a04f32ed48: Already exists
59e69b721f9d: Already exists
563d03393b08: Already exists
22f1353d2736: Already exists
bb9e869c408b: Already exists
edabeb8a4c11: Already exists
7efbe0d19f89: Already exists
21417741ad36: Pulling fs layer
042e95d761f0: Pulling fs layer
067eafa8dfc5: Pulling fs layer
c7d024cccfeb: Pulling fs layer
c7d024cccfeb: Waiting
042e95d761f0: Verifying Checksum
042e95d761f0: Download complete
067eafa8dfc5: Verifying Checksum
067eafa8dfc5: Download complete
c7d024cccfeb: Download complete
21417741ad36: Verifying Checksum
21417741ad36: Download complete
21417741ad36: Pull complete
042e95d761f0: Pull complete
067eafa8dfc5: Pull complete
c7d024cccfeb: Pull complete
Digest: sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc
Status: Downloaded newer image for ocaml/opam@sha256:369998b962d7905bf95882e9371b1f500da183d2d11a230e3a47965defe581bc
2026-03-10 10:03.12 ---> saved as "defecf98fb6f641e065b799254b3c5c2968572b44e0295065c234fad52a6afe3"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-10 10:03.13 ---> saved as "f751fdf01351e78d896c907353de30cfda207d18430617ae2b0053c521b16039"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-10 10:03.38 ---> saved as "cf049c20f36a20b71fc8f8859551e5548a66e77585344418c35085917a36d17b"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20260301.0.494762
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-10 10:03.40 ---> saved as "156cd3919581b4ed59e130881fe979b51263d70a65dd7375c417031f90284d42"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-10 10:03.59 ---> saved as "16dbf86c224f68e5cc760fb73511cd0f76aa8cdceeb839da2f5152ab0f39180c"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 10:04.05 ---> saved as "7c6031df29a901be4aef6cca90e7b414d6e8e08ac96ee223a0edb10907ce464c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 10:04.23 ---> saved as "aceb35197adfaa71e65f64db9fa89f2bd91b1de7553beba146468f0ae5d9358f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-03-10 10:04.24 ---> saved as "ad138cf4d087d1c1f96936c84e602cb71823cac1cbe51b67480cf7438a6d2471"
/home/opam: (run (shell "opam pin add -k version -yn picos.0.3.0 0.3.0"))
picos is now pinned to version 0.3.0
2026-03-10 10:04.26 ---> saved as "978cbc001e31e0cdb48c05635ecdd4ca90680f8b3763e5810c369baf93a22d75"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall picos.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'picos.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
picos.0.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
∗ backoff 0.1.1 [required by picos]
∗ base-bytes base [required by ocplib-endian]
∗ cppo 1.8.0 [required by lwt]
∗ csexp 1.5.2 [required by dune-configurator]
∗ dune 3.21.1 [required by picos]
∗ dune-configurator 3.21.1 [required by lwt]
∗ lwt 6.1.1 [required by picos]
∗ mtime 2.1.0 [required by picos]
∗ multicore-magic 2.3.2 [required by picos]
∗ ocamlbuild 0.16.1 [required by mtime]
∗ ocamlfind 1.9.8 [required by mtime]
∗ ocplib-endian 1.2 [required by lwt]
∗ picos 0.3.0 (pinned)
∗ psq 0.2.1 [required by picos]
∗ seq base [required by psq]
∗ thread-local-storage 0.1 [required by picos]
∗ topkg 1.1.1 [required by mtime]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved backoff.0.1.1 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
⬇ retrieved lwt.6.1.1 (cached)
⬇ retrieved mtime.2.1.0 (cached)
⬇ retrieved multicore-magic.2.3.2 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved picos.0.3.0 (cached)
⬇ retrieved psq.0.2.1 (cached)
⬇ retrieved seq.base (cached)
∗ installed seq.base
⬇ retrieved thread-local-storage.0.1 (cached)
⬇ retrieved topkg.1.1.1 (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed mtime.2.1.0
∗ installed dune.3.21.1
∗ installed csexp.1.5.2
∗ installed backoff.0.1.1
∗ installed cppo.1.8.0
∗ installed multicore-magic.2.3.2
∗ installed psq.0.2.1
∗ installed thread-local-storage.0.1
∗ installed ocplib-endian.1.2
∗ installed dune-configurator.3.21.1
∗ installed lwt.6.1.1
∗ installed picos.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 10:05.16 ---> saved as "dacecc5c0cff1e09ed9f6a6afe1c27d49a3dd21a438380a83a263174aaac7670"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test picos.0.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
↻ picos 0.3.0 (pinned)
=== install 40 packages
∗ alcotest 1.9.1 [required by picos]
∗ astring 0.8.5 [required by alcotest, mdx]
∗ camlp-streams 5.0.1 [required by mdx]
∗ cmdliner 2.1.0 [required by dscheck, alcotest, mdx]
∗ conf-npm 1 [required by picos]
∗ containers 3.18 [required by dscheck]
∗ domain-local-await 1.0.1 [required by multicore-bench]
∗ domain_shims 0.1.0 [required by picos]
∗ dscheck 0.5.0 [required by picos]
∗ either 1.0.0 [required by containers]
∗ fmt 0.11.0 [required by alcotest, mdx]
∗ gen 1.1 [required by sedlex]
∗ js_of_ocaml 5.8.2 [required by picos]
∗ js_of_ocaml-compiler 5.8.2 [required by js_of_ocaml]
∗ logs 0.10.0 [required by mdx]
∗ mdx 2.5.1 [required by picos]
∗ menhir 20260209 [required by js_of_ocaml-compiler]
∗ menhirCST 20260209 [required by menhir]
∗ menhirGLR 20260209 [required by menhir]
∗ menhirLib 20260209 [required by js_of_ocaml-compiler]
∗ menhirSdk 20260209 [required by js_of_ocaml-compiler]
∗ multicore-bench 0.1.7 [required by picos]
∗ ocaml-compiler-libs v0.12.4 [required by ppxlib]
∗ ocaml-syntax-shims 1.0.0 [required by alcotest]
∗ ocaml-version 4.0.3 [required by picos]
∗ oseq 0.5.1 [required by dscheck]
∗ ppx_derivers 1.2.1 [required by ppxlib]
∗ ppxlib 0.35.0 [required by js_of_ocaml]
∗ qcheck-core 0.91 [required by picos]
∗ qcheck-multicoretests-util 0.10 [required by picos]
∗ qcheck-stm 0.10 [required by picos]
∗ re 1.14.0 [required by alcotest, mdx]
∗ result 1.5 [required by mdx]
∗ sedlex 3.7 [required by js_of_ocaml-compiler]
∗ sexplib0 v0.17.0 [required by ppxlib]
∗ stdlib-shims 0.3.0 [required by alcotest]
∗ thread-table 1.0.0 [required by domain-local-await]
∗ tsort 2.2.0 [required by dscheck]
∗ uutf 1.0.4 [required by alcotest]
∗ yojson 3.0.0 [required by multicore-bench]
The following system packages will first need to be installed:
npm
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/sbin/sudo "pacman" "-Su" "--noconfirm" "npm"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (13) Old Version New Version Net Change Download Size
-
- extra/c-ares 1.34.6-1 0.51 MiB 0.22 MiB
- core/iana-etc 20260225-2 20260306-1 0.00 MiB 0.39 MiB
- core/libcap-ng 0.9-1 0.9.1-1 -0.01 MiB 0.04 MiB
- extra/libuv 1.52.1-1 0.64 MiB 0.26 MiB
- extra/lmdb 0.9.34-1 0.9.35-1 0.00 MiB 0.11 MiB
- extra/node-gyp 12.2.0-1 7.84 MiB 1.15 MiB
- extra/nodejs 25.7.0-1 69.38 MiB 17.12 MiB
- extra/nodejs-nopt 8.0.0-1 0.03 MiB 0.01 MiB
- extra/semver 7.7.4-1 0.09 MiB 0.03 MiB
- extra/simdjson 1:4.3.1-1 7.43 MiB 0.29 MiB
- core/sqlite 3.51.2-1 3.52.0-1 0.17 MiB 2.29 MiB
- core/zlib 1:1.3.2-2 1:1.3.2-3 0.00 MiB 0.08 MiB
- extra/npm 11.11.0-1 7.49 MiB 1.45 MiB
-
- Total Download Size: 23.44 MiB
- Total Installed Size: 115.73 MiB
- Net Upgrade Size: 93.58 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- nodejs-25.7.0-1-x86_64 downloading...
- sqlite-3.52.0-1-x86_64 downloading...
- npm-11.11.0-1-any downloading...
- node-gyp-12.2.0-1-any downloading...
- iana-etc-20260306-1-any downloading...
- simdjson-1:4.3.1-1-x86_64 downloading...
- libuv-1.52.1-1-x86_64 downloading...
- c-ares-1.34.6-1-x86_64 downloading...
- lmdb-0.9.35-1-x86_64 downloading...
- zlib-1:1.3.2-3-x86_64 downloading...
- libcap-ng-0.9.1-1-x86_64 downloading...
- semver-7.7.4-1-any downloading...
- nodejs-nopt-8.0.0-1-any downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- upgrading iana-etc...
- installing c-ares...
- upgrading lmdb...
- upgrading zlib...
- upgrading sqlite...
- installing libuv...
- installing simdjson...
- installing nodejs...
- Optional dependencies for nodejs
- npm: nodejs package manager [pending]
- installing nodejs-nopt...
- installing semver...
- installing node-gyp...
- Optional dependencies for node-gyp
- gcc: to build C++ modules [installed]
- make: to build C++ modules [installed]
- python: to build C++ modules
- installing npm...
- Optional dependencies for npm
- git: for dependencies using Git URL's [installed]
- upgrading libcap-ng...
- :: Running post-transaction hooks...
- (1/1) Arming ConditionNeedsUpdate...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
⬇ retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
⬇ retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache)
⬇ retrieved cmdliner.2.1.0 (https://opam.ocaml.org/cache)
⬇ retrieved containers.3.18 (https://opam.ocaml.org/cache)
∗ installed camlp-streams.5.0.1
∗ installed conf-npm.1
⬇ retrieved domain-local-await.1.0.1 (https://opam.ocaml.org/cache)
⬇ retrieved domain_shims.0.1.0 (https://opam.ocaml.org/cache)
⬇ retrieved dscheck.0.5.0 (https://opam.ocaml.org/cache)
⬇ retrieved either.1.0.0 (https://opam.ocaml.org/cache)
⬇ retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
∗ installed domain_shims.0.1.0
⬇ retrieved gen.1.1 (https://opam.ocaml.org/cache)
∗ installed either.1.0.0
⬇ retrieved js_of_ocaml.5.8.2, js_of_ocaml-compiler.5.8.2 (https://opam.ocaml.org/cache)
∗ installed astring.0.8.5
⬇ retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
⬇ retrieved mdx.2.5.1 (https://opam.ocaml.org/cache)
∗ installed cmdliner.2.1.0
∗ installed containers.3.18
∗ installed gen.1.1
⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://opam.ocaml.org/cache)
∗ installed fmt.0.11.0
∗ installed menhirCST.20260209
⬇ retrieved multicore-bench.0.1.7 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
⬇ retrieved ocaml-version.4.0.3 (https://opam.ocaml.org/cache)
⬇ retrieved oseq.0.5.1 (https://opam.ocaml.org/cache)
⬇ retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache)
∗ installed menhirGLR.20260209
∗ installed menhirLib.20260209
∗ installed menhirSdk.20260209
∗ installed ocaml-version.4.0.3
∗ installed ppx_derivers.1.2.1
∗ installed oseq.0.5.1
⬇ retrieved ppxlib.0.35.0 (https://opam.ocaml.org/cache)
⬇ retrieved qcheck-core.0.91 (https://opam.ocaml.org/cache)
∗ installed ocaml-syntax-shims.1.0.0
⬇ retrieved qcheck-multicoretests-util.0.10, qcheck-stm.0.10 (https://opam.ocaml.org/cache)
∗ installed ocaml-compiler-libs.v0.12.4
⬇ retrieved re.1.14.0 (https://opam.ocaml.org/cache)
⬇ retrieved result.1.5 (https://opam.ocaml.org/cache)
⬇ retrieved sedlex.3.7 (https://opam.ocaml.org/cache)
⬇ retrieved sexplib0.v0.17.0 (https://opam.ocaml.org/cache)
∗ installed result.1.5
⬇ retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache)
⬇ retrieved thread-table.1.0.0 (https://opam.ocaml.org/cache)
⬇ retrieved tsort.2.2.0 (https://opam.ocaml.org/cache)
⬇ retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
⬇ retrieved yojson.3.0.0 (https://opam.ocaml.org/cache)
∗ installed stdlib-shims.0.3.0
∗ installed thread-table.1.0.0
∗ installed tsort.2.2.0
∗ installed sexplib0.v0.17.0
∗ installed dscheck.0.5.0
∗ installed domain-local-await.1.0.1
∗ installed re.1.14.0
∗ installed qcheck-core.0.91
∗ installed uutf.1.0.4
∗ installed qcheck-multicoretests-util.0.10
⊘ removed picos.0.3.0
∗ installed yojson.3.0.0
∗ installed qcheck-stm.0.10
∗ installed multicore-bench.0.1.7
∗ installed alcotest.1.9.1
∗ installed menhir.20260209
∗ installed ppxlib.0.35.0
∗ installed sedlex.3.7
∗ installed js_of_ocaml-compiler.5.8.2
∗ installed logs.0.10.0
∗ installed mdx.2.5.1
∗ installed js_of_ocaml.5.8.2
∗ installed picos.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 10:07.02 ---> saved as "e18930ad50dd379b5cea01825534fd0b3759cdbf096fda1a565f8f996acabaa0"
/home/opam: (run (shell "opam reinstall --with-test --verbose picos.0.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'picos.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
↻ picos 0.3.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [picos: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "picos" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/picos.0.3.0)
- (cd _build/default/test && ./test_mpsc_queue.exe)
-
random seed: 43184428
- generated error fail pass / total time test name
-
[ ] 0 0 0 0 / 1000 0.0s Picos_mpsc_queue sequential
[✓] 1000 0 0 1000 / 1000 0.0s Picos_mpsc_queue sequential
- ================================================================================
- success (ran 1 tests)
- (cd _build/default/test && ./test_server_and_client.exe)
- Using blocking sockets and threads on OCaml 4:
- Looping server running
- Server listening
- Server accepting
- Client B running
- Client A running
- Client A connected
- Client B connected
- Server accepted client
- Client A wrote 100
- Client B wrote 100
- Server accepting
- Server read 100
- Server accepted client
- Server wrote 50
- Server accepting
- Server read 100
- Client B read 50
- Server wrote 50
- Client A read 50
- Server and Client test: OK
- (cd _build/default/test && ./test_picos.exe)
- Testing `Picos'.
- This run has ID `1E6BGJKN'.
-
- [OK] Trigger basics 0
- [OK] Computation basics 0
- [OK] Fiber.FLS basics 0
- [OK] Thread cancelation 0
- [OK] Cancel after 0
- [OK] Computation signals in order 0
-
- Full test results in `~/.opam/4.14/.opam-switch/build/picos.0.3.0/_build/default/test/_build/_tests/Picos'.
- Test Successful in 0.023s. 6 tests run.
- (cd _build/default/test && /usr/sbin/node test_js_of_ocaml.bc.js)
- Hello, from js_of_ocaml with Picos!
- (cd _build/default/test && ./test_stdio.exe)
- Testing `Picos_stdio'.
- This run has ID `5BPJ7KQK'.
-
- [OK] Unix 0 system.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/picos.0.3.0/_build/default/test/_build/_tests/Picos_stdio'.
- Test Successful in 0.012s. 1 test run.
- (cd _build/default/test && ./test_sync.exe)
- Testing `Picos_sync'.
- This run has ID `9KQPHXYM'.
-
- [OK] Mutex and Condition 0 basics.
- [OK] Mutex and Condition 1 errors.
- [OK] Mutex and Condition 2 cancelation.
- [OK] Lazy 0 basics.
- [OK] Lazy 1 cancelation.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/picos.0.3.0/_build/default/test/_build/_tests/Picos_sync'.
- Test Successful in 0.560s. 5 tests run.
- (cd _build/default/test && ./test_select.exe)
- Testing `Picos_select'.
- This run has ID `3AFLL89Z'.
-
- [OK] Intr 0
-
- Full test results in `~/.opam/4.14/.opam-switch/build/picos.0.3.0/_build/default/test/_build/_tests/Picos_select'.
- Test Successful in 0.931s. 1 test run.
- (cd _build/default/test && ./test_stdio_with_lwt.exe)
- Testing `Picos_stdio_with_lwt'.
- This run has ID `RIJWWEHH'.
-
- [OK] Unix 0 system.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/picos.0.3.0/_build/default/test/_build/_tests/Picos_stdio_with_lwt'.
- Test Successful in 2.029s. 1 test run.
- (cd _build/default/bench && ./main.exe -brief)
- Foundation Mpsc_queue:
- messages over time/1 nb adder, 1 nb taker:
- 41.55 M/s
- messages over time/2 nb adders, 1 nb taker:
- 63.55 M/s
- messages over time/4 nb adders, 1 nb taker:
- 49.08 M/s
- messages over time/one domain:
- 29.21 M/s
- time per message/1 nb adder, 1 nb taker:
- 48.14 ns
- time per message/2 nb adders, 1 nb taker:
- 47.20 ns
- time per message/4 nb adders, 1 nb taker:
- 101.88 ns
- time per message/one domain:
- 34.24 ns
- Picos Cancel_after with Picos_select:
- async round-trips over time/1 worker:
- 0.40 M/s
- round-trips over time/1 worker:
- 0.05 M/s
- time per async round-trip/1 worker:
- 2520.71 ns
- time per round-trip/1 worker:
- 20210.59 ns
- Picos Computation:
- attach detach pairs over time/1 worker:
- 7.66 M/s
- attach detach pairs over time/2 workers:
- 7.88 M/s
- attach detach pairs over time/4 workers:
- 7.74 M/s
- attach detach pairs over time/trivial:
- 33.75 M/s
- time per attach detach pair/1 worker:
- 130.47 ns
- time per attach detach pair/2 workers:
- 253.85 ns
- time per attach detach pair/4 workers:
- 516.62 ns
- time per attach detach pair/trivial:
- 29.63 ns
- Picos Current:
- ops over time/1 worker:
- 149.13 M/s
- ops over time/2 workers:
- 140.05 M/s
- ops over time/4 workers:
- 138.86 M/s
- time per op/1 worker:
- 6.71 ns
- time per op/2 workers:
- 14.28 ns
- time per op/4 workers:
- 28.81 ns
- Picos DLS:
- gets over time/1 worker:
- 334.68 M/s
- sets over time/1 worker:
- 168.02 M/s
- time per get/1 worker:
- 2.99 ns
- time per set/1 worker:
- 5.95 ns
- Picos FLS (excluding Current):
- gets over time/1 worker:
- 318.38 M/s
- sets over time/1 worker:
- 140.56 M/s
- time per get/1 worker:
- 3.14 ns
- time per set/1 worker:
- 7.11 ns
- Picos Mutex:
- locked yields over time/1 fiber:
- 0.09 M/s
- locked yields over time/2 fibers:
- 0.03 M/s
- locked yields over time/4 fibers:
- 0.08 M/s
- locked yields over time/8 fibers:
- 0.03 M/s
- time per locked yield/1 fiber:
- 10950.26 ns
- time per locked yield/2 fibers:
- 36471.72 ns
- time per locked yield/4 fibers:
- 12227.70 ns
- time per locked yield/8 fibers:
- 33789.91 ns
- Picos Spawn:
- spawns over time/1 at a time:
- 0.02 M/s
- spawns over time/2 at a time:
- 0.02 M/s
- spawns over time/4 at a time:
- 0.02 M/s
- spawns over time/8 at a time:
- 0.02 M/s
- time per spawn/1 at a time:
- 59826.83 ns
- time per spawn/2 at a time:
- 56353.99 ns
- time per spawn/4 at a time:
- 58889.86 ns
- time per spawn/8 at a time:
- 56249.46 ns
- Picos TLS:
- gets over time/1 worker:
- 214.64 M/s
- sets over time/1 worker:
- 114.76 M/s
- time per get/1 worker:
- 4.66 ns
- time per set/1 worker:
- 8.71 ns
- Picos Yield:
- time per yield/100 fibers:
- 5852.39 ns
- time per yield/10 fibers:
- 5370.43 ns
- time per yield/1 fiber:
- 10396.96 ns
- yields over time/100 fibers:
- 0.17 M/s
- yields over time/10 fibers:
- 0.19 M/s
- yields over time/1 fiber:
- 0.10 M/s
- Picos_htbl:
- operations over time/1 worker, 10% reads:
- 12.40 M/s
- operations over time/1 worker, 50% reads:
- 13.47 M/s
- operations over time/1 worker, 90% reads:
- 19.52 M/s
- operations over time/2 workers, 10% reads:
- 13.69 M/s
- operations over time/2 workers, 50% reads:
- 12.90 M/s
- operations over time/2 workers, 90% reads:
- 19.24 M/s
- operations over time/4 workers, 10% reads:
- 14.58 M/s
- operations over time/4 workers, 50% reads:
- 16.50 M/s
- operations over time/4 workers, 90% reads:
- 19.76 M/s
- operations over time/8 workers, 10% reads:
- 14.51 M/s
- operations over time/8 workers, 50% reads:
- 14.64 M/s
- operations over time/8 workers, 90% reads:
- 16.92 M/s
- time per operation/1 worker, 10% reads:
- 80.65 ns
- time per operation/1 worker, 50% reads:
- 74.23 ns
- time per operation/1 worker, 90% reads:
- 51.24 ns
- time per operation/2 workers, 10% reads:
- 146.07 ns
- time per operation/2 workers, 50% reads:
- 155.09 ns
- time per operation/2 workers, 90% reads:
- 103.94 ns
- time per operation/4 workers, 10% reads:
- 274.42 ns
- time per operation/4 workers, 50% reads:
- 242.37 ns
- time per operation/4 workers, 90% reads:
- 202.41 ns
- time per operation/8 workers, 10% reads:
- 551.49 ns
- time per operation/8 workers, 50% reads:
- 546.43 ns
- time per operation/8 workers, 90% reads:
- 472.78 ns
- Picos_stdio:
- blocking reads over time/1 worker:
- 0.04 M/s
- non-blocking reads over time/1 worker:
- 0.38 M/s
- time per blocking read/1 worker:
- 24102.17 ns
- time per non-blocking read/1 worker:
- 2659.45 ns
- Ref with Picos_sync.Mutex:
- ops over time/cas int (checked):
- 25.12 M/s
- ops over time/cas int (unchecked):
- 36.06 M/s
- ops over time/get (checked):
- 26.10 M/s
- ops over time/get (unchecked):
- 41.32 M/s
- ops over time/incr (checked):
- 26.98 M/s
- ops over time/incr (unchecked):
- 43.59 M/s
- ops over time/push & pop (checked):
- 21.92 M/s
- ops over time/push & pop (unchecked):
- 36.02 M/s
- ops over time/swap (checked):
- 24.13 M/s
- ops over time/swap (unchecked):
- 35.25 M/s
- ops over time/xchg int (checked):
- 24.28 M/s
- ops over time/xchg int (unchecked):
- 36.04 M/s
- time per op/cas int (checked):
- 39.81 ns
- time per op/cas int (unchecked):
- 27.73 ns
- time per op/get (checked):
- 38.31 ns
- time per op/get (unchecked):
- 24.20 ns
- time per op/incr (checked):
- 37.07 ns
- time per op/incr (unchecked):
- 22.94 ns
- time per op/push & pop (checked):
- 45.63 ns
- time per op/push & pop (unchecked):
- 27.76 ns
- time per op/swap (checked):
- 41.44 ns
- time per op/swap (unchecked):
- 28.37 ns
- time per op/xchg int (checked):
- 41.19 ns
- time per op/xchg int (unchecked):
- 27.75 ns
- (cd _build/default/test && ./test_htbl.exe)
-
random seed: 34866342
- generated error fail pass / total time test name
-
[ ] 0 0 0 0 / 1000 0.0s Picos_htbl sequential
[✓] 1000 0 0 1000 / 1000 0.0s Picos_htbl sequential
-
[ ] 0 0 0 0 / 1000 0.0s Picos_htbl concurrent
[ ] 5 0 0 5 / 1000 0.4s Picos_htbl concurrent
[ ] 11 0 0 11 / 1000 0.6s Picos_htbl concurrent
[ ] 19 0 0 19 / 1000 0.7s Picos_htbl concurrent
[ ] 30 0 0 30 / 1000 0.8s Picos_htbl concurrent
[ ] 37 0 0 37 / 1000 1.1s Picos_htbl concurrent
[ ] 46 0 0 46 / 1000 1.3s Picos_htbl concurrent
[ ] 59 0 0 59 / 1000 1.4s Picos_htbl concurrent
[ ] 70 0 0 70 / 1000 1.7s Picos_htbl concurrent
[ ] 74 0 0 74 / 1000 2.1s Picos_htbl concurrent
[ ] 77 0 0 77 / 1000 2.2s Picos_htbl concurrent
[ ] 82 0 0 82 / 1000 2.5s Picos_htbl concurrent
[ ] 95 0 0 95 / 1000 2.6s Picos_htbl concurrent
[ ] 98 0 0 98 / 1000 2.8s Picos_htbl concurrent
[ ] 105 0 0 105 / 1000 2.9s Picos_htbl concurrent
[ ] 108 0 0 108 / 1000 3.0s Picos_htbl concurrent
[ ] 115 0 0 115 / 1000 3.2s Picos_htbl concurrent
[ ] 125 0 0 125 / 1000 3.3s Picos_htbl concurrent
[ ] 136 0 0 136 / 1000 3.4s Picos_htbl concurrent
[ ] 140 0 0 140 / 1000 3.7s Picos_htbl concurrent
[ ] 149 0 0 149 / 1000 3.9s Picos_htbl concurrent
[ ] 155 0 0 155 / 1000 4.0s Picos_htbl concurrent
[ ] 160 0 0 160 / 1000 4.1s Picos_htbl concurrent
[ ] 183 0 0 183 / 1000 4.2s Picos_htbl concurrent
[ ] 186 0 0 186 / 1000 4.4s Picos_htbl concurrent
[ ] 189 0 0 189 / 1000 4.6s Picos_htbl concurrent
[ ] 206 0 0 206 / 1000 4.8s Picos_htbl concurrent
[ ] 212 0 0 212 / 1000 4.9s Picos_htbl concurrent
[ ] 222 0 0 222 / 1000 5.1s Picos_htbl concurrent
[ ] 248 0 0 248 / 1000 5.2s Picos_htbl concurrent
[ ] 249 0 0 249 / 1000 5.3s Picos_htbl concurrent
[ ] 259 0 0 259 / 1000 5.5s Picos_htbl concurrent
[ ] 270 0 0 270 / 1000 5.7s Picos_htbl concurrent
[ ] 278 0 0 278 / 1000 5.8s Picos_htbl concurrent
[ ] 281 0 0 281 / 1000 5.9s Picos_htbl concurrent
[ ] 284 0 0 284 / 1000 6.1s Picos_htbl concurrent
[ ] 299 0 0 299 / 1000 6.2s Picos_htbl concurrent
[ ] 313 0 0 313 / 1000 6.6s Picos_htbl concurrent
[ ] 330 0 0 330 / 1000 6.7s Picos_htbl concurrent
[ ] 333 0 0 333 / 1000 7.0s Picos_htbl concurrent
[ ] 343 0 0 343 / 1000 7.1s Picos_htbl concurrent
[ ] 357 0 0 357 / 1000 7.2s Picos_htbl concurrent
[ ] 361 0 0 361 / 1000 7.4s Picos_htbl concurrent
[ ] 362 0 0 362 / 1000 7.5s Picos_htbl concurrent
[ ] 365 0 0 365 / 1000 7.8s Picos_htbl concurrent
[ ] 372 0 0 372 / 1000 7.9s Picos_htbl concurrent
[ ] 378 0 0 378 / 1000 8.3s Picos_htbl concurrent
[ ] 381 0 0 381 / 1000 8.4s Picos_htbl concurrent
[ ] 383 0 0 383 / 1000 8.6s Picos_htbl concurrent
[ ] 399 0 0 399 / 1000 8.7s Picos_htbl concurrent
[ ] 420 0 0 420 / 1000 8.9s Picos_htbl concurrent
[ ] 426 0 0 426 / 1000 9.1s Picos_htbl concurrent
[ ] 450 0 0 450 / 1000 9.4s Picos_htbl concurrent
[ ] 471 0 0 471 / 1000 9.5s Picos_htbl concurrent
[ ] 480 0 0 480 / 1000 9.6s Picos_htbl concurrent
[ ] 486 0 0 486 / 1000 9.7s Picos_htbl concurrent
[ ] 487 0 0 487 / 1000 9.9s Picos_htbl concurrent
[ ] 496 0 0 496 / 1000 10.1s Picos_htbl concurrent
[ ] 501 0 0 501 / 1000 10.3s Picos_htbl concurrent
[ ] 502 0 0 502 / 1000 10.4s Picos_htbl concurrent
[ ] 513 0 0 513 / 1000 10.5s Picos_htbl concurrent
[ ] 528 0 0 528 / 1000 10.7s Picos_htbl concurrent
[ ] 530 0 0 530 / 1000 10.9s Picos_htbl concurrent
[ ] 543 0 0 543 / 1000 11.2s Picos_htbl concurrent
[ ] 544 0 0 544 / 1000 11.4s Picos_htbl concurrent
[ ] 546 0 0 546 / 1000 11.6s Picos_htbl concurrent
[ ] 549 0 0 549 / 1000 11.7s Picos_htbl concurrent
[ ] 555 0 0 555 / 1000 11.9s Picos_htbl concurrent
[ ] 560 0 0 560 / 1000 12.2s Picos_htbl concurrent
[ ] 561 0 0 561 / 1000 12.4s Picos_htbl concurrent
[ ] 567 0 0 567 / 1000 12.5s Picos_htbl concurrent
[ ] 585 0 0 585 / 1000 12.6s Picos_htbl concurrent
[ ] 591 0 0 591 / 1000 12.7s Picos_htbl concurrent
[ ] 593 0 0 593 / 1000 12.9s Picos_htbl concurrent
[ ] 596 0 0 596 / 1000 13.0s Picos_htbl concurrent
[ ] 597 0 0 597 / 1000 13.2s Picos_htbl concurrent
[ ] 613 0 0 613 / 1000 13.4s Picos_htbl concurrent
[ ] 618 0 0 618 / 1000 13.5s Picos_htbl concurrent
[ ] 620 0 0 620 / 1000 13.6s Picos_htbl concurrent
[ ] 628 0 0 628 / 1000 13.7s Picos_htbl concurrent
[ ] 632 0 0 632 / 1000 13.9s Picos_htbl concurrent
[ ] 645 0 0 645 / 1000 14.2s Picos_htbl concurrent
[ ] 648 0 0 648 / 1000 14.3s Picos_htbl concurrent
[ ] 667 0 0 667 / 1000 14.4s Picos_htbl concurrent
[ ] 669 0 0 669 / 1000 14.9s Picos_htbl concurrent
[ ] 679 0 0 679 / 1000 15.2s Picos_htbl concurrent
[ ] 681 0 0 681 / 1000 15.3s Picos_htbl concurrent
[ ] 684 0 0 684 / 1000 15.4s Picos_htbl concurrent
[ ] 685 0 0 685 / 1000 15.5s Picos_htbl concurrent
[ ] 691 0 0 691 / 1000 15.8s Picos_htbl concurrent
[ ] 693 0 0 693 / 1000 16.0s Picos_htbl concurrent
[ ] 694 0 0 694 / 1000 16.2s Picos_htbl concurrent
[ ] 709 0 0 709 / 1000 16.3s Picos_htbl concurrent
[ ] 726 0 0 726 / 1000 16.4s Picos_htbl concurrent
[ ] 727 0 0 727 / 1000 16.7s Picos_htbl concurrent
[ ] 728 0 0 728 / 1000 16.8s Picos_htbl concurrent
[ ] 731 0 0 731 / 1000 17.0s Picos_htbl concurrent
[ ] 742 0 0 742 / 1000 17.1s Picos_htbl concurrent
[ ] 762 0 0 762 / 1000 17.3s Picos_htbl concurrent
[ ] 769 0 0 769 / 1000 17.4s Picos_htbl concurrent
[ ] 774 0 0 774 / 1000 17.6s Picos_htbl concurrent
[ ] 778 0 0 778 / 1000 17.7s Picos_htbl concurrent
[ ] 780 0 0 780 / 1000 18.0s Picos_htbl concurrent
[ ] 787 0 0 787 / 1000 18.2s Picos_htbl concurrent
[ ] 796 0 0 796 / 1000 18.3s Picos_htbl concurrent
[ ] 799 0 0 799 / 1000 18.7s Picos_htbl concurrent
[ ] 804 0 0 804 / 1000 19.0s Picos_htbl concurrent
[ ] 808 0 0 808 / 1000 19.3s Picos_htbl concurrent
[ ] 810 0 0 810 / 1000 19.5s Picos_htbl concurrent
[ ] 815 0 0 815 / 1000 19.6s Picos_htbl concurrent
[ ] 825 0 0 825 / 1000 20.0s Picos_htbl concurrent
[ ] 826 0 0 826 / 1000 20.4s Picos_htbl concurrent
[ ] 838 0 0 838 / 1000 20.5s Picos_htbl concurrent
[ ] 840 0 0 840 / 1000 20.6s Picos_htbl concurrent
[ ] 848 0 0 848 / 1000 21.0s Picos_htbl concurrent
[ ] 850 0 0 850 / 1000 21.2s Picos_htbl concurrent
[ ] 862 0 0 862 / 1000 21.5s Picos_htbl concurrent
[ ] 863 0 0 863 / 1000 21.6s Picos_htbl concurrent
[ ] 879 0 0 879 / 1000 21.7s Picos_htbl concurrent
[ ] 899 0 0 899 / 1000 22.2s Picos_htbl concurrent
[ ] 901 0 0 901 / 1000 22.4s Picos_htbl concurrent
[ ] 903 0 0 903 / 1000 22.5s Picos_htbl concurrent
[ ] 904 0 0 904 / 1000 22.6s Picos_htbl concurrent
[ ] 917 0 0 917 / 1000 22.8s Picos_htbl concurrent
[ ] 926 0 0 926 / 1000 23.1s Picos_htbl concurrent
[ ] 935 0 0 935 / 1000 23.2s Picos_htbl concurrent
[ ] 942 0 0 942 / 1000 23.5s Picos_htbl concurrent
[ ] 943 0 0 943 / 1000 23.6s Picos_htbl concurrent
[ ] 949 0 0 949 / 1000 24.0s Picos_htbl concurrent
[ ] 964 0 0 964 / 1000 24.2s Picos_htbl concurrent
[ ] 976 0 0 976 / 1000 24.6s Picos_htbl concurrent
[ ] 978 0 0 978 / 1000 25.0s Picos_htbl concurrent
[ ] 981 0 0 981 / 1000 25.1s Picos_htbl concurrent
[ ] 983 0 0 983 / 1000 25.4s Picos_htbl concurrent
[ ] 998 0 0 998 / 1000 25.5s Picos_htbl concurrent
[ ] 1000 0 0 1000 / 1000 26.1s Picos_htbl concurrent
[✓] 1000 0 0 1000 / 1000 26.1s Picos_htbl concurrent
- ================================================================================
- success (ran 2 tests)
λ compiled picos.0.3.0
⊘ removed picos.0.3.0
∗ installed picos.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 10:07.45 ---> saved as "4ee67be273f4f192ff51c69be730c94ae270292a13a9393d2331dcfc7801c4ef"
Job succeeded
2026-03-10 10:07.50: Job succeeded