Build:
- 0
2026-03-23 14:15.13: New job: test bwd.2.3.0 with ocaml-compiler.5.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
on debian-13-ocaml-5.4/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/29582/head" && git reset --hard 9346fc96
git fetch origin master
git merge --no-edit b2a1270dba57f3ceb38426939f9780c38c181b3c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
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 ocaml-compiler.5.4.0 5.4.0
RUN opam reinstall --update-invariant ocaml-compiler.5.4.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-compiler.5.4.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall bwd.2.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'bwd.2.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 bwd.2.3.0) || true
RUN opam reinstall --with-test --verbose bwd.2.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'bwd.2.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-23 14:15.13: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-ocaml-compiler.5.4.0-bwd.2.3.0-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 14:15.13: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
(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 ocaml-compiler.5.4.0 5.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-compiler.5.4.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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall bwd.2.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bwd.2.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 bwd.2.3.0) || true"))
(run (shell "opam reinstall --with-test --verbose bwd.2.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bwd.2.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-23 14:15.13: Waiting for resource in pool OCluster
2026-03-23 16:02.17: Waiting for worker…
2026-03-23 16:04.50: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 62% (11509/18517)
Updating files: 63% (11666/18517)
Updating files: 64% (11851/18517)
Updating files: 65% (12037/18517)
Updating files: 66% (12222/18517)
Updating files: 67% (12407/18517)
Updating files: 68% (12592/18517)
Updating files: 69% (12777/18517)
Updating files: 70% (12962/18517)
Updating files: 71% (13148/18517)
Updating files: 72% (13333/18517)
Updating files: 73% (13518/18517)
Updating files: 74% (13703/18517)
Updating files: 75% (13888/18517)
Updating files: 76% (14073/18517)
Updating files: 77% (14259/18517)
Updating files: 78% (14444/18517)
Updating files: 79% (14629/18517)
Updating files: 80% (14814/18517)
Updating files: 81% (14999/18517)
Updating files: 82% (15184/18517)
Updating files: 83% (15370/18517)
Updating files: 84% (15555/18517)
Updating files: 85% (15740/18517)
Updating files: 86% (15925/18517)
Updating files: 87% (16110/18517)
Updating files: 88% (16295/18517)
Updating files: 89% (16481/18517)
Updating files: 90% (16666/18517)
Updating files: 91% (16851/18517)
Updating files: 92% (17036/18517)
Updating files: 93% (17221/18517)
Updating files: 94% (17406/18517)
Updating files: 95% (17592/18517)
Updating files: 96% (17777/18517)
Updating files: 97% (17962/18517)
Updating files: 98% (18147/18517)
Updating files: 99% (18332/18517)
Updating files: 100% (18517/18517)
Updating files: 100% (18517/18517), done.
HEAD is now at b2a1270dba Merge pull request #29580 from penelopeysm/opam-publish-wcwidth.1.1.0
Merge made by the 'ort' strategy.
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/ocaml-compiler/ocaml-compiler.5.3.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 2 ++
packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam | 13 +++++++++++++
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 40 insertions(+)
create mode 100644 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
2026-03-23 16:05.14 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-23 16:05.14 ---> using "4ad7f430d684c40cedc651267e0edf890c044fe4e624255de377c471b4526bac" from cache
/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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 16:05.14 ---> using "71fa58e52457bf6a7eac317c6a6ef1e2bdf53e533a1e4fd04b90c9349347e038" from cache
/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=debian os-version=13
# 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 5.4
# invariant ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-23 16:05.14 ---> using "ed86081cb38ca125a920162bfe6a4bb7b1c27c6973c917551687c83cf44dbfdf" from cache
/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-23 16:05.14 ---> using "04a48515eea40c32b96da0c71328b4bba0edb66eed83d4f78554b39097cf1f25" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 16:05.16 ---> using "348f0b2722a0ac8c77f43b6b60cbc4929ba81c0b86b99903e99deb384b71d62f" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 16:05.16 ---> using "21e66375def6ee92829e3c763735aee9ea690796e60598b7bd2c10b34bdad2a9" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 2s (6329 kB/s)
- Reading package lists...
-
2026-03-23 16:05.16 ---> using "fcd8408745db5a4d5d2e928a9a5372d7aa38418b124140386a72dfd5bc698591" from cache
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0 5.4.0"))
ocaml-compiler is now pinned to version 5.4.0
2026-03-23 16:05.16 ---> using "875e1d9887480aa5ddbcc5fbcf53f5322f656dc94b240d3176b5f22537f59c2f" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-compiler.5.4.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 8 packages
- recompile base-domains base [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-nnp base [uses base-domains]
- recompile ocaml 5.4.0 [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.4.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler 5.4.0 (pinned)
- recompile ocaml-config 3 [uses ocaml-base-compiler]
- recompile opam-depext 1.2.3 [uses ocaml]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0 (cached)
-> retrieved ocaml-config.3 (cached)
-> retrieved opam-depext.1.2.3 (cached)
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed opam-depext.1.2.3
-> removed ocaml.5.4.0
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.0
-> removed ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0
-> installed ocaml-base-compiler.5.4.0
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-23 16:05.16 ---> using "20ce2b86ab610c886fc31a804396fcfee1c10bca2a1606675b7a914195a00921" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall bwd.2.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bwd.2.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"))
bwd.2.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install bwd 2.3.0
- install dune 3.22.0 [required by bwd]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bwd.2.3.0 (cached)
-> retrieved dune.3.22.0 (cached)
-> installed dune.3.22.0
-> installed bwd.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 16:06.45 ---> saved as "9c6c6033558a2fd0b913b8b29034b46c6fe21947f7135976fca0d915543c1022"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test bwd.2.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile bwd 2.3.0
=== install 1 package
- install qcheck-core 0.91 [required by bwd]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bwd.2.3.0 (https://opam.ocaml.org/cache)
-> retrieved qcheck-core.0.91 (https://opam.ocaml.org/cache)
-> removed bwd.2.3.0
-> installed qcheck-core.0.91
-> installed bwd.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 16:07.23 ---> saved as "12684dae29b2c84af1b672d9672b2a529c0865791f82db6b4503b1da012be552"
/home/opam: (run (shell "opam reinstall --with-test --verbose bwd.2.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'bwd.2.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
- recompile bwd 2.3.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [bwd.2.3.0: extract]
-> retrieved bwd.2.3.0 (cached)
Processing 2/4: [bwd: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bwd" "-j" "71" (CWD=/home/opam/.opam/5.4/.opam-switch/build/bwd.2.3.0)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "bwd" "-j" "71" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/bwd.2.3.0)
- (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I test/.TestBwdLabels.eobjs/byte -I test/.TestBwdLabels.eobjs/native -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/qcheck-core -I /home/opam/.opam/5.4/lib/qcheck-core/runner -I src/.Bwd.objs/byte -I src/.Bwd.objs/native -cmi-file test/.TestBwdLabels.eobjs/byte/dune__exe__TestBwdLabels.cmi -no-alias-deps -open Dune__exe -o test/.TestBwdLabels.eobjs/native/dune__exe__TestBwdLabels.cmx -c -impl test/TestBwdLabels.ml)
- File "test/TestBwdLabels.ml", line 25, characters 43-53:
- 25 | Q.Test.make ~count ~name:"length" Q.Gen.(small_list unit) ~print:Q.Print.(list unit)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 29, characters 17-27:
- 29 | Q.Gen.(pair (small_list unit) (small_list unit))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 29, characters 35-45:
- 29 | Q.Gen.(pair (small_list unit) (small_list unit))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 34, characters 17-27:
- 34 | Q.Gen.(pair (small_list unit) (small_signed_int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 34, characters 35-51:
- 34 | Q.Gen.(pair (small_list unit) (small_signed_int))
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Q.Gen.small_signed_int
- Use [int_small] instead
-
- File "test/TestBwdLabels.ml", line 39, characters 11-21:
- 39 | Q.Gen.(small_list unit)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 43, characters 47-57:
- 43 | Q.Test.make ~count ~name:"snoc" Q.Gen.(pair (small_list int) int) ~print:Q.Print.(pair (list int) int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 47, characters 17-27:
- 47 | Q.Gen.(pair (small_list int) small_signed_int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 47, characters 33-49:
- 47 | Q.Gen.(pair (small_list int) small_signed_int)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Q.Gen.small_signed_int
- Use [int_small] instead
-
- File "test/TestBwdLabels.ml", line 55, characters 17-27:
- 55 | Q.Gen.(pair (small_list int) small_signed_int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 55, characters 33-49:
- 55 | Q.Gen.(pair (small_list int) small_signed_int)
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Q.Gen.small_signed_int
- Use [int_small] instead
-
- File "test/TestBwdLabels.ml", line 63, characters 16-32:
- 63 | Q.Gen.(pair small_signed_int (Q.fun1 Q.Observable.int (opt int)))
- ^^^^^^^^^^^^^^^^
- Alert deprecated: Q.Gen.small_signed_int
- Use [int_small] instead
-
- File "test/TestBwdLabels.ml", line 63, characters 59-62:
- 63 | Q.Gen.(pair small_signed_int (Q.fun1 Q.Observable.int (opt int)))
- ^^^
- Alert deprecated: Q.Gen.opt
- Use [option] instead
-
- File "test/TestBwdLabels.ml", line 67, characters 49-59:
- 67 | Q.Test.make ~count ~name:"append" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 67, characters 66-76:
- 67 | Q.Test.make ~count ~name:"append" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 71, characters 50-60:
- 71 | Q.Test.make ~count ~name:"prepend" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 71, characters 67-77:
- 71 | Q.Test.make ~count ~name:"prepend" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 76, characters 67-77:
- 76 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 76, characters 78-87:
- 76 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 76, characters 90-100:
- 76 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 76, characters 101-110:
- 76 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 81, characters 66-76:
- 81 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 81, characters 77-86:
- 81 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 81, characters 89-99:
- 81 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 81, characters 100-109:
- 81 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list small_nat) (small_list small_nat))
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 85, characters 41-51:
- 85 | Q.Test.make ~count ~name:"iter" Q.Gen.(small_list int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 94, characters 42-52:
- 94 | Q.Test.make ~count ~name:"iteri" Q.Gen.(small_list int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 104, characters 47-57:
- 104 | Q.Gen.(pair (Q.fun1 Q.Observable.int int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 109, characters 64-74:
- 109 | Q.Gen.(pair (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 114, characters 42-45:
- 114 | Q.Gen.(pair (Q.fun1 Q.Observable.int (opt int)) (small_list int))
- ^^^
- Alert deprecated: Q.Gen.opt
- Use [option] instead
-
- File "test/TestBwdLabels.ml", line 114, characters 53-63:
- 114 | Q.Gen.(pair (Q.fun1 Q.Observable.int (opt int)) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 119, characters 70-80:
- 119 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) int (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 124, characters 77-87:
- 124 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int (pair int int)) (small_list int) int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 132, characters 66-76:
- 132 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list int) int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 136, characters 48-58:
- 136 | Q.Test.make ~count ~name:"iter2" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 136, characters 65-75:
- 136 | Q.Test.make ~count ~name:"iter2" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 148, characters 66-76:
- 148 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 148, characters 83-93:
- 148 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int int) (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 156, characters 85-95:
- 156 | Q.Gen.(quad (Q.fun3 Q.Observable.int Q.Observable.int Q.Observable.int int) int (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 156, characters 102-112:
- 156 | Q.Gen.(quad (Q.fun3 Q.Observable.int Q.Observable.int Q.Observable.int int) int (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 164, characters 81-91:
- 164 | Q.Gen.(quad (Q.fun3 Q.Observable.int Q.Observable.int Q.Observable.int int) (small_list int) (small_list int) int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 164, characters 98-108:
- 164 | Q.Gen.(quad (Q.fun3 Q.Observable.int Q.Observable.int Q.Observable.int int) (small_list int) (small_list int) int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 172, characters 48-58:
- 172 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 177, characters 48-58:
- 177 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 182, characters 67-77:
- 182 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 182, characters 84-94:
- 182 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 190, characters 67-77:
- 190 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 190, characters 84-94:
- 190 | Q.Gen.(triple (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 198, characters 16-25:
- 198 | Q.Gen.(pair small_nat (small_list small_nat))
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 198, characters 27-37:
- 198 | Q.Gen.(pair small_nat (small_list small_nat))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 198, characters 38-47:
- 198 | Q.Gen.(pair small_nat (small_list small_nat))
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 203, characters 17-20:
- 203 | Q.Gen.(pair (opt small_nat) (small_list (opt small_nat))) (* use [int option] to test physical equality *)
- ^^^
- Alert deprecated: Q.Gen.opt
- Use [option] instead
-
- File "test/TestBwdLabels.ml", line 203, characters 21-30:
- 203 | Q.Gen.(pair (opt small_nat) (small_list (opt small_nat))) (* use [int option] to test physical equality *)
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 203, characters 33-43:
- 203 | Q.Gen.(pair (opt small_nat) (small_list (opt small_nat))) (* use [int option] to test physical equality *)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 203, characters 45-48:
- 203 | Q.Gen.(pair (opt small_nat) (small_list (opt small_nat))) (* use [int option] to test physical equality *)
- ^^^
- Alert deprecated: Q.Gen.opt
- Use [option] instead
-
- File "test/TestBwdLabels.ml", line 203, characters 49-58:
- 203 | Q.Gen.(pair (opt small_nat) (small_list (opt small_nat))) (* use [int option] to test physical equality *)
- ^^^^^^^^^
- Alert deprecated: Q.Gen.small_nat
- Use [nat_small] instead
-
- File "test/TestBwdLabels.ml", line 208, characters 48-58:
- 208 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 213, characters 48-58:
- 213 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 218, characters 48-58:
- 218 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 223, characters 42-45:
- 223 | Q.Gen.(pair (Q.fun1 Q.Observable.int (opt int)) (small_list int))
- ^^^
- Alert deprecated: Q.Gen.opt
- Use [option] instead
-
- File "test/TestBwdLabels.ml", line 223, characters 53-63:
- 223 | Q.Gen.(pair (Q.fun1 Q.Observable.int (opt int)) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 228, characters 59-62:
- 228 | Q.Gen.(pair (Q.fun2 Q.Observable.int Q.Observable.int (opt int)) (small_list int))
- ^^^
- Alert deprecated: Q.Gen.opt
- Use [option] instead
-
- File "test/TestBwdLabels.ml", line 228, characters 70-80:
- 228 | Q.Gen.(pair (Q.fun2 Q.Observable.int Q.Observable.int (opt int)) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 233, characters 48-58:
- 233 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 238, characters 48-58:
- 238 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 243, characters 65-75:
- 243 | Q.Gen.(pair (Q.fun2 Q.Observable.int Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 248, characters 48-58:
- 248 | Q.Gen.(pair (Q.fun1 Q.Observable.int bool) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 256, characters 59-69:
- 256 | Q.Gen.(pair (Q.fun1 Q.Observable.int (pair bool int)) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 265, characters 11-21:
- 265 | Q.Gen.(small_list (pair int int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 273, characters 17-27:
- 273 | Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 273, characters 34-44:
- 273 | Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 280, characters 44-54:
- 280 | Q.Test.make ~count ~name:"to_list" Q.Gen.(small_list int) ~print:Q.Print.(list int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 283, characters 44-54:
- 283 | Q.Test.make ~count ~name:"of_list" Q.Gen.(small_list int) ~print:Q.Print.(list int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 287, characters 47-57:
- 287 | Q.Test.make ~count ~name:"(<:)" Q.Gen.(pair (small_list int) int) ~print:Q.Print.(pair (list int) int)
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 290, characters 47-57:
- 290 | Q.Test.make ~count ~name:"(<@)" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 290, characters 64-74:
- 290 | Q.Test.make ~count ~name:"(<@)" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 294, characters 47-57:
- 294 | Q.Test.make ~count ~name:"(@>)" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
-
- File "test/TestBwdLabels.ml", line 294, characters 64-74:
- 294 | Q.Test.make ~count ~name:"(@>)" Q.Gen.(pair (small_list int) (small_list int))
- ^^^^^^^^^^
- Alert deprecated: Q.Gen.small_list
- Use [list_small] instead
- (cd _build/default/test && ./TestBwdLabels.exe)
-
random seed: 347830257
- generated error fail pass / total time test name
-
[ ] 0 0 0 0 / 10000 0.0s length
[✓] 10000 0 0 10000 / 10000 0.0s length
-
[ ] 0 0 0 0 / 10000 0.0s compare_lengths
[✓] 10000 0 0 10000 / 10000 0.0s compare_lengths
-
[ ] 0 0 0 0 / 10000 0.0s compare_length_with
[✓] 10000 0 0 10000 / 10000 0.0s compare_length_with
-
[ ] 0 0 0 0 / 10000 0.0s is_empty
[✓] 10000 0 0 10000 / 10000 0.0s is_empty
-
[ ] 0 0 0 0 / 10000 0.0s snoc
[ ] 5343 0 0 5343 / 10000 0.1s snoc (collecting)
[✓] 10000 0 0 10000 / 10000 0.2s snoc
-
[ ] 0 0 0 0 / 10000 0.0s nth
[ ] 5489 0 0 5489 / 10000 0.1s nth (collecting)
[✓] 10000 0 0 10000 / 10000 0.2s nth
-
[ ] 0 0 0 0 / 10000 0.0s nth_opt
[ ] 4950 0 0 4950 / 10000 0.1s nth_opt
[ ] 9526 0 0 9526 / 10000 0.2s nth_opt (collecting)
[✓] 10000 0 0 10000 / 10000 0.2s nth_opt
-
[ ] 0 0 0 0 / 10000 0.0s init
[ ] 5998 0 0 5998 / 10000 0.1s init
[✓] 10000 0 0 10000 / 10000 0.2s init
-
[ ] 0 0 0 0 / 10000 0.0s append
[ ] 2153 0 0 2153 / 10000 0.1s append (collecting)
[ ] 4145 0 0 4145 / 10000 0.2s append (collecting)
[ ] 6033 0 0 6033 / 10000 0.3s append (collecting)
[ ] 7565 0 0 7565 / 10000 0.4s append (collecting)
[ ] 9027 0 0 9027 / 10000 0.5s append (collecting)
[✓] 10000 0 0 10000 / 10000 0.6s append
-
[ ] 0 0 0 0 / 10000 0.0s prepend
[ ] 1670 0 0 1670 / 10000 0.1s prepend (collecting)
[ ] 3472 0 0 3472 / 10000 0.2s prepend (collecting)
[ ] 4945 0 0 4945 / 10000 0.3s prepend (collecting)
[ ] 6724 0 0 6724 / 10000 0.4s prepend (collecting)
[ ] 8576 0 0 8576 / 10000 0.5s prepend (collecting)
[✓] 10000 0 0 10000 / 10000 0.6s prepend
-
[ ] 0 0 0 0 / 10000 0.0s equal
[ ] 8634 0 0 8634 / 10000 0.1s equal
[✓] 10000 0 0 10000 / 10000 0.1s equal
-
[ ] 0 0 0 0 / 10000 0.0s compare
[ ] 7245 0 0 7245 / 10000 0.1s compare (collecting)
[✓] 10000 0 0 10000 / 10000 0.1s compare
-
[ ] 0 0 0 0 / 10000 0.0s iter
[ ] 3645 0 0 3645 / 10000 0.1s iter (collecting)
[ ] 7403 0 0 7403 / 10000 0.2s iter
[✓] 10000 0 0 10000 / 10000 0.3s iter
-
[ ] 0 0 0 0 / 10000 0.0s iteri
[ ] 3611 0 0 3611 / 10000 0.1s iteri (collecting)
[ ] 7229 0 0 7229 / 10000 0.2s iteri
[✓] 10000 0 0 10000 / 10000 0.3s iteri
-
[ ] 0 0 0 0 / 10000 0.0s map
[ ] 1550 0 0 1550 / 10000 0.1s map
[ ] 3159 0 0 3159 / 10000 0.2s map
[ ] 4631 0 0 4631 / 10000 0.3s map (collecting)
[ ] 6165 0 0 6165 / 10000 0.4s map (collecting)
[ ] 7586 0 0 7586 / 10000 0.5s map
[ ] 9177 0 0 9177 / 10000 0.6s map (collecting)
[✓] 10000 0 0 10000 / 10000 0.7s map
-
[ ] 0 0 0 0 / 10000 0.0s mapi
[ ] 1417 0 0 1417 / 10000 0.1s mapi
[ ] 2896 0 0 2896 / 10000 0.2s mapi (collecting)
[ ] 4359 0 0 4359 / 10000 0.3s mapi (collecting)
[ ] 5799 0 0 5799 / 10000 0.4s mapi
[ ] 7293 0 0 7293 / 10000 0.5s mapi (collecting)
[ ] 8707 0 0 8707 / 10000 0.6s mapi (collecting)
[✓] 10000 0 0 10000 / 10000 0.7s mapi
-
[ ] 0 0 0 0 / 10000 0.0s filter_map
[ ] 1696 0 0 1696 / 10000 0.1s filter_map (collecting)
[ ] 3402 0 0 3402 / 10000 0.2s filter_map (collecting)
[ ] 5001 0 0 5001 / 10000 0.3s filter_map (collecting)
[ ] 6583 0 0 6583 / 10000 0.4s filter_map
[ ] 7782 0 0 7782 / 10000 0.5s filter_map
[ ] 9103 0 0 9103 / 10000 0.6s filter_map
[✓] 10000 0 0 10000 / 10000 0.7s filter_map
-
[ ] 0 0 0 0 / 10000 0.0s fold_left
[ ] 1169 0 0 1169 / 10000 0.1s fold_left (collecting)
[ ] 2364 0 0 2364 / 10000 0.2s fold_left
[ ] 3711 0 0 3711 / 10000 0.3s fold_left
[ ] 4880 0 0 4880 / 10000 0.4s fold_left
[ ] 6453 0 0 6453 / 10000 0.5s fold_left
[ ] 7972 0 0 7972 / 10000 0.6s fold_left (collecting)
[ ] 9279 0 0 9279 / 10000 0.7s fold_left
[✓] 10000 0 0 10000 / 10000 0.8s fold_left
-
[ ] 0 0 0 0 / 10000 0.0s fold_right_map
[ ] 968 0 0 968 / 10000 0.1s fold_right_map
[ ] 1923 0 0 1923 / 10000 0.2s fold_right_map (collecting)
[ ] 2797 0 0 2797 / 10000 0.3s fold_right_map
[ ] 3821 0 0 3821 / 10000 0.4s fold_right_map
[ ] 4725 0 0 4725 / 10000 0.5s fold_right_map
[ ] 5552 0 0 5552 / 10000 0.6s fold_right_map
[ ] 6533 0 0 6533 / 10000 0.7s fold_right_map
[ ] 7433 0 0 7433 / 10000 0.8s fold_right_map
[ ] 8390 0 0 8390 / 10000 0.9s fold_right_map
[ ] 9379 0 0 9379 / 10000 1.0s fold_right_map
[✓] 10000 0 0 10000 / 10000 1.1s fold_right_map
-
[ ] 0 0 0 0 / 10000 0.0s fold_right
[ ] 1477 0 0 1477 / 10000 0.1s fold_right (collecting)
[ ] 2668 0 0 2668 / 10000 0.2s fold_right (collecting)
[ ] 3933 0 0 3933 / 10000 0.3s fold_right
[ ] 5327 0 0 5327 / 10000 0.4s fold_right
[ ] 6803 0 0 6803 / 10000 0.5s fold_right (collecting)
[ ] 8161 0 0 8161 / 10000 0.6s fold_right
[ ] 9618 0 0 9618 / 10000 0.7s fold_right (collecting)
[✓] 10000 0 0 10000 / 10000 0.7s fold_right
-
[ ] 0 0 0 0 / 10000 0.0s iter2
[ ] 1989 0 0 1989 / 10000 0.1s iter2 (collecting)
[ ] 3953 0 0 3953 / 10000 0.2s iter2 (collecting)
[ ] 5894 0 0 5894 / 10000 0.3s iter2 (collecting)
[ ] 7797 0 0 7797 / 10000 0.4s iter2 (collecting)
[ ] 9701 0 0 9701 / 10000 0.5s iter2 (collecting)
[✓] 10000 0 0 10000 / 10000 0.5s iter2
-
[ ] 0 0 0 0 / 10000 0.0s map2
[ ] 1444 0 0 1444 / 10000 0.1s map2 (collecting)
[ ] 2847 0 0 2847 / 10000 0.2s map2 (collecting)
[ ] 4296 0 0 4296 / 10000 0.3s map2 (collecting)
[ ] 5695 0 0 5695 / 10000 0.4s map2 (collecting)
[ ] 7181 0 0 7181 / 10000 0.5s map2 (collecting)
[ ] 8601 0 0 8601 / 10000 0.6s map2
[✓] 10000 0 0 10000 / 10000 0.7s map2
-
[ ] 0 0 0 0 / 10000 0.0s fold_left2
[ ] 1413 0 0 1413 / 10000 0.1s fold_left2 (collecting)
[ ] 2804 0 0 2804 / 10000 0.2s fold_left2 (collecting)
[ ] 4270 0 0 4270 / 10000 0.3s fold_left2
[ ] 5625 0 0 5625 / 10000 0.4s fold_left2 (collecting)
[ ] 6901 0 0 6901 / 10000 0.5s fold_left2 (collecting)
[ ] 8150 0 0 8150 / 10000 0.6s fold_left2 (collecting)
[ ] 9455 0 0 9455 / 10000 0.7s fold_left2
[✓] 10000 0 0 10000 / 10000 0.7s fold_left2
-
[ ] 0 0 0 0 / 10000 0.0s fold_right2
[ ] 1278 0 0 1278 / 10000 0.1s fold_right2
[ ] 2532 0 0 2532 / 10000 0.2s fold_right2
[ ] 3877 0 0 3877 / 10000 0.3s fold_right2 (collecting)
[ ] 4925 0 0 4925 / 10000 0.4s fold_right2 (collecting)
[ ] 6377 0 0 6377 / 10000 0.5s fold_right2 (collecting)
[ ] 7923 0 0 7923 / 10000 0.6s fold_right2 (collecting)
[ ] 9538 0 0 9538 / 10000 0.7s fold_right2 (collecting)
[✓] 10000 0 0 10000 / 10000 0.7s fold_right2
-
[ ] 0 0 0 0 / 10000 0.0s for_all
[ ] 3660 0 0 3660 / 10000 0.1s for_all (collecting)
[ ] 7382 0 0 7382 / 10000 0.2s for_all (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s for_all
-
[ ] 0 0 0 0 / 10000 0.0s exists
[ ] 2680 0 0 2680 / 10000 0.1s exists (collecting)
[ ] 5827 0 0 5827 / 10000 0.2s exists (collecting)
[ ] 9226 0 0 9226 / 10000 0.3s exists (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s exists
-
[ ] 0 0 0 0 / 10000 0.0s for_all2
[ ] 1834 0 0 1834 / 10000 0.1s for_all2 (collecting)
[ ] 3706 0 0 3706 / 10000 0.2s for_all2 (collecting)
[ ] 5527 0 0 5527 / 10000 0.3s for_all2 (collecting)
[ ] 7403 0 0 7403 / 10000 0.4s for_all2 (collecting)
[ ] 9186 0 0 9186 / 10000 0.5s for_all2 (collecting)
[✓] 10000 0 0 10000 / 10000 0.5s for_all2
-
[ ] 0 0 0 0 / 10000 0.0s exists2
[ ] 1787 0 0 1787 / 10000 0.1s exists2 (collecting)
[ ] 3548 0 0 3548 / 10000 0.2s exists2 (collecting)
[ ] 5338 0 0 5338 / 10000 0.3s exists2 (collecting)
[ ] 7149 0 0 7149 / 10000 0.4s exists2 (collecting)
[ ] 9051 0 0 9051 / 10000 0.5s exists2
[✓] 10000 0 0 10000 / 10000 0.6s exists2
-
[ ] 0 0 0 0 / 10000 0.0s mem
[✓] 10000 0 0 10000 / 10000 0.0s mem
-
[ ] 0 0 0 0 / 10000 0.0s memq
[✓] 10000 0 0 10000 / 10000 0.0s memq
-
[ ] 0 0 0 0 / 10000 0.0s find
[ ] 3606 0 0 3606 / 10000 0.1s find (collecting)
[ ] 6614 0 0 6614 / 10000 0.2s find (collecting)
[ ] 9951 0 0 9951 / 10000 0.3s find (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s find
-
[ ] 0 0 0 0 / 10000 0.0s find_opt
[ ] 3453 0 0 3453 / 10000 0.1s find_opt (collecting)
[ ] 6851 0 0 6851 / 10000 0.2s find_opt (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s find_opt
-
[ ] 0 0 0 0 / 10000 0.0s find_index
[ ] 3038 0 0 3038 / 10000 0.1s find_index (collecting)
[ ] 6146 0 0 6146 / 10000 0.2s find_index (collecting)
[ ] 9151 0 0 9151 / 10000 0.3s find_index (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s find_index
-
[ ] 0 0 0 0 / 10000 0.0s find_map
[ ] 3424 0 0 3424 / 10000 0.1s find_map (collecting)
[ ] 6326 0 0 6326 / 10000 0.2s find_map (collecting)
[ ] 9095 0 0 9095 / 10000 0.3s find_map (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s find_map
-
[ ] 0 0 0 0 / 10000 0.0s find_mapi
[ ] 1689 0 0 1689 / 10000 0.1s find_mapi
[ ] 3301 0 0 3301 / 10000 0.2s find_mapi
[ ] 4704 0 0 4704 / 10000 0.3s find_mapi (collecting)
[ ] 6135 0 0 6135 / 10000 0.4s find_mapi
[ ] 7540 0 0 7540 / 10000 0.5s find_mapi (collecting)
[ ] 8943 0 0 8943 / 10000 0.6s find_mapi
[✓] 10000 0 0 10000 / 10000 0.7s find_mapi
-
[ ] 0 0 0 0 / 10000 0.0s filter
[ ] 2599 0 0 2599 / 10000 0.1s filter (collecting)
[ ] 5370 0 0 5370 / 10000 0.2s filter (collecting)
[ ] 7955 0 0 7955 / 10000 0.3s filter (collecting)
[✓] 10000 0 0 10000 / 10000 0.4s filter
-
[ ] 0 0 0 0 / 10000 0.0s find_all
[ ] 2711 0 0 2711 / 10000 0.1s find_all (collecting)
[ ] 5517 0 0 5517 / 10000 0.2s find_all (collecting)
[ ] 8345 0 0 8345 / 10000 0.3s find_all (collecting)
[✓] 10000 0 0 10000 / 10000 0.4s find_all
-
[ ] 0 0 0 0 / 10000 0.0s filteri
[ ] 2293 0 0 2293 / 10000 0.1s filteri
[ ] 4627 0 0 4627 / 10000 0.2s filteri (collecting)
[ ] 6939 0 0 6939 / 10000 0.3s filteri (collecting)
[ ] 9219 0 0 9219 / 10000 0.4s filteri (collecting)
[✓] 10000 0 0 10000 / 10000 0.4s filteri
-
[ ] 0 0 0 0 / 10000 0.0s partition
[ ] 2220 0 0 2220 / 10000 0.1s partition (collecting)
[ ] 4989 0 0 4989 / 10000 0.2s partition
[ ] 7347 0 0 7347 / 10000 0.3s partition
[✓] 10000 0 0 10000 / 10000 0.4s partition
-
[ ] 0 0 0 0 / 10000 0.0s partition_map
[ ] 1279 0 0 1279 / 10000 0.1s partition_map (collecting)
[ ] 2364 0 0 2364 / 10000 0.2s partition_map
[ ] 3622 0 0 3622 / 10000 0.3s partition_map
[ ] 4945 0 0 4945 / 10000 0.4s partition_map (collecting)
[ ] 6225 0 0 6225 / 10000 0.5s partition_map
[ ] 7452 0 0 7452 / 10000 0.6s partition_map
[ ] 8733 0 0 8733 / 10000 0.7s partition_map (collecting)
[ ] 9982 0 0 9982 / 10000 0.8s partition_map
[✓] 10000 0 0 10000 / 10000 0.8s partition_map
-
[ ] 0 0 0 0 / 10000 0.0s split
[ ] 1527 0 0 1527 / 10000 0.1s split (collecting)
[ ] 3284 0 0 3284 / 10000 0.2s split (collecting)
[ ] 4798 0 0 4798 / 10000 0.3s split (collecting)
[ ] 6203 0 0 6203 / 10000 0.4s split (collecting)
[ ] 7597 0 0 7597 / 10000 0.5s split (collecting)
[ ] 9092 0 0 9092 / 10000 0.6s split (collecting)
[✓] 10000 0 0 10000 / 10000 0.7s split
-
[ ] 0 0 0 0 / 10000 0.0s combine
[ ] 1734 0 0 1734 / 10000 0.1s combine (collecting)
[ ] 3529 0 0 3529 / 10000 0.2s combine (collecting)
[ ] 5244 0 0 5244 / 10000 0.3s combine (collecting)
[ ] 7029 0 0 7029 / 10000 0.4s combine (collecting)
[ ] 8770 0 0 8770 / 10000 0.5s combine (collecting)
[✓] 10000 0 0 10000 / 10000 0.6s combine
-
[ ] 0 0 0 0 / 10000 0.0s to_list
[ ] 3640 0 0 3640 / 10000 0.1s to_list (collecting)
[ ] 7183 0 0 7183 / 10000 0.2s to_list (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s to_list
-
[ ] 0 0 0 0 / 10000 0.0s of_list
[ ] 3503 0 0 3503 / 10000 0.1s of_list (collecting)
[ ] 7340 0 0 7340 / 10000 0.2s of_list (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s of_list
-
[ ] 0 0 0 0 / 10000 0.0s (<:)
[ ] 3548 0 0 3548 / 10000 0.1s (<:)
[ ] 7129 0 0 7129 / 10000 0.2s (<:) (collecting)
[✓] 10000 0 0 10000 / 10000 0.3s (<:)
-
[ ] 0 0 0 0 / 10000 0.0s (<@)
[ ] 1988 0 0 1988 / 10000 0.1s (<@) (collecting)
[ ] 3913 0 0 3913 / 10000 0.2s (<@) (collecting)
[ ] 5501 0 0 5501 / 10000 0.3s (<@) (collecting)
[ ] 7323 0 0 7323 / 10000 0.4s (<@) (collecting)
[ ] 9316 0 0 9316 / 10000 0.5s (<@) (collecting)
[✓] 10000 0 0 10000 / 10000 0.5s (<@)
-
[ ] 0 0 0 0 / 10000 0.0s (@>)
[ ] 2088 0 0 2088 / 10000 0.1s (@>) (collecting)
[ ] 4161 0 0 4161 / 10000 0.2s (@>) (collecting)
[ ] 6065 0 0 6065 / 10000 0.3s (@>) (collecting)
[ ] 8005 0 0 8005 / 10000 0.4s (@>) (collecting)
[ ] 9854 0 0 9854 / 10000 0.5s (@>) (collecting)
[✓] 10000 0 0 10000 / 10000 0.5s (@>)
-
[ ] 0 0 0 0 / 10000 0.0s (#<)
[ ] 2476 0 0 2476 / 10000 0.1s (#<) (collecting)
[ ] 5191 0 0 5191 / 10000 0.2s (#<) (collecting)
[ ] 8751 0 0 8751 / 10000 0.3s (#<)
[✓] 10000 0 0 10000 / 10000 0.3s (#<)
-
[ ] 0 0 0 0 / 10000 0.0s (<><)
[ ] 1562 0 0 1562 / 10000 0.1s (<><) (collecting)
[ ] 3568 0 0 3568 / 10000 0.2s (<><) (collecting)
[ ] 5484 0 0 5484 / 10000 0.3s (<><) (collecting)
[ ] 7482 0 0 7482 / 10000 0.4s (<><) (collecting)
[ ] 9484 0 0 9484 / 10000 0.5s (<><) (collecting)
[✓] 10000 0 0 10000 / 10000 0.5s (<><)
-
[ ] 0 0 0 0 / 10000 0.0s (<>>)
[ ] 2016 0 0 2016 / 10000 0.1s (<>>) (collecting)
[ ] 4000 0 0 4000 / 10000 0.2s (<>>) (collecting)
[ ] 5881 0 0 5881 / 10000 0.3s (<>>) (collecting)
[ ] 7763 0 0 7763 / 10000 0.4s (<>>) (collecting)
[ ] 9647 0 0 9647 / 10000 0.5s (<>>) (collecting)
[✓] 10000 0 0 10000 / 10000 0.5s (<>>)
- ================================================================================
- success (ran 50 tests)
-> compiled bwd.2.3.0
-> removed bwd.2.3.0
-> installed bwd.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 16:07.58 ---> saved as "c2fbea41fc6c52310e598237de40978cb272584fa32e5c39c70e040a98583ee7"
Job succeeded
2026-03-23 16:08.11: Job succeeded