(for PR #29582)

2026-03-25 13:13.13: New job: test dates_calc.0.0.5 with ocaml-compiler.5.4.0~beta2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
                              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 fa5fb3a6
git fetch origin master
git merge --no-edit 2f93e9d4614d6376ed929fc2cee7c59cb9d5833b
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~beta2 5.4.0~beta2
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0~beta2; \
    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~beta2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall dates_calc.0.0.5; \
    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" != 'dates_calc.0.0.5' && 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 dates_calc.0.0.5) || true
RUN opam reinstall --with-test --verbose dates_calc.0.0.5; \
    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" != 'dates_calc.0.0.5' && 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-25 13:13.13: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-ocaml-compiler.5.4.0~beta2-dates_calc.0.0.5-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 13:13.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~beta2 5.4.0~beta2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta2;\
             \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~beta2' && 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 dates_calc.0.0.5;\
             \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\" != 'dates_calc.0.0.5' && 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 dates_calc.0.0.5) || true"))
 (run (shell  "opam reinstall --with-test --verbose dates_calc.0.0.5;\
             \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\" != 'dates_calc.0.0.5' && 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-25 13:13.13: Waiting for resource in pool OCluster
2026-03-25 14:41.44: Waiting for worker…
2026-03-25 14:43.59: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  56% (10451/18520)
Updating files:  57% (10557/18520)
Updating files:  58% (10742/18520)
Updating files:  59% (10927/18520)
Updating files:  60% (11112/18520)
Updating files:  61% (11298/18520)
Updating files:  62% (11483/18520)
Updating files:  63% (11668/18520)
Updating files:  64% (11853/18520)
Updating files:  65% (12038/18520)
Updating files:  66% (12224/18520)
Updating files:  67% (12409/18520)
Updating files:  68% (12594/18520)
Updating files:  69% (12779/18520)
Updating files:  70% (12964/18520)
Updating files:  71% (13150/18520)
Updating files:  72% (13335/18520)
Updating files:  73% (13520/18520)
Updating files:  74% (13705/18520)
Updating files:  75% (13890/18520)
Updating files:  76% (14076/18520)
Updating files:  77% (14261/18520)
Updating files:  78% (14446/18520)
Updating files:  79% (14631/18520)
Updating files:  80% (14816/18520)
Updating files:  81% (15002/18520)
Updating files:  82% (15187/18520)
Updating files:  83% (15372/18520)
Updating files:  84% (15557/18520)
Updating files:  85% (15742/18520)
Updating files:  86% (15928/18520)
Updating files:  87% (16113/18520)
Updating files:  88% (16298/18520)
Updating files:  89% (16483/18520)
Updating files:  90% (16668/18520)
Updating files:  91% (16854/18520)
Updating files:  92% (17039/18520)
Updating files:  93% (17224/18520)
Updating files:  94% (17409/18520)
Updating files:  95% (17594/18520)
Updating files:  96% (17780/18520)
Updating files:  97% (17965/18520)
Updating files:  98% (18150/18520)
Updating files:  99% (18335/18520)
Updating files: 100% (18520/18520)
Updating files: 100% (18520/18520), done.
HEAD is now at 2f93e9d461 Merge pull request #29592 from dinosaure/release-miou-v0.5.5
Merge made by the 'ort' strategy.
 packages/ocaml-compiler/ocaml-compiler.5.3.0/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.3/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0/opam      |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam    |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam     |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam     |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam  |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.1/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4/opam        |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam    |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.5/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.6/opam        |  5 ++++-
 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam    | 18 ++++++++++++++++++
 .../ocaml-options-vanilla/ocaml-options-vanilla.1/opam |  1 +
 packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam |  2 ++
 15 files changed, 69 insertions(+), 12 deletions(-)
 create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
2026-03-25 14:44.06 ---> 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-25 14:44.06 ---> 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-25 14:44.06 ---> 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-25 14:44.06 ---> 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-25 14:44.06 ---> using "04a48515eea40c32b96da0c71328b4bba0edb66eed83d4f78554b39097cf1f25" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 14:44.08 ---> using "034191995d824300f355cbba1072d6e5fe6d815701f24eb84d82c75009d73829" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 14:44.08 ---> using "8232259ea36ea8848dc29ae49703acf145fd27b40f3ebd8fb785db7f8da1b9d4" 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 1s (6734 kB/s)
- Reading package lists...
- 
2026-03-25 14:44.08 ---> using "a75782a571df4fc8f8933e94c681af881015ee87cdd4c652f8ae9af1d8cfad37" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~beta2 5.4.0~beta2"))
ocaml-compiler is now pinned to version 5.4.0~beta2
2026-03-25 14:44.08 ---> using "6a5005f94ec93c4cfbc555c3d261f1a9e44ce02f7cf737f7e023902aa066afba" 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~beta2;\
                        \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~beta2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-compiler.5.4.0~beta2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 1 package
  - remove    ocaml-base-compiler 5.4.0 (pinned)                [conflicts with ocaml-compiler]
=== downgrade 1 package
  - downgrade ocaml-compiler      5.4.0 to 5.4.0~beta2 (pinned)
=== recompile 6 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-config        3                             [uses ocaml-base-compiler]
  - recompile opam-depext         1.2.3                         [uses ocaml]
=== install 1 package
  - install   ocaml-variants      5.4.0~beta2+options           [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0~beta2  (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~beta2
-> installed ocaml-variants.5.4.0~beta2+options
-> 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
[NOTE] Switch invariant was updated to ["ocaml-variants" {= "5.4.0~beta2+options"}]
       Use `opam switch set-invariant' to change it.
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-25 14:44.08 ---> using "e030a93f7882e2604088ed6928ceb441b94d1a6a8f699222926e1ee68fd1dd8f" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dates_calc.0.0.5;\
                        \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\" != 'dates_calc.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dates_calc.0.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dates_calc 0.0.5
  - install dune       3.22.0 [required by dates_calc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.5  (https://opam.ocaml.org/cache)
-> retrieved dune.3.22.0  (cached)
-> installed dune.3.22.0
-> installed dates_calc.0.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:45.26 ---> saved as "e66288500e465f8d89a5fe8df9d106a8a9d3081d83aa7dea06c73ff087db5ebb"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test dates_calc.0.0.5) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile dates_calc         0.0.5
=== install 16 packages
  - install   alcotest           1.9.1  [required by dates_calc]
  - install   astring            0.8.5  [required by alcotest]
  - install   cmdliner           2.1.0  [required by alcotest]
  - install   fmt                0.11.0 [required by alcotest]
  - install   ocaml-syntax-shims 1.0.0  [required by alcotest]
  - install   ocamlbuild         0.16.1 [required by fmt, astring, uutf]
  - install   ocamlfind          1.9.8  [required by fmt, astring, uutf]
  - install   ounit2             2.2.7  [required by qcheck-ounit]
  - install   qcheck             0.91   [required by dates_calc]
  - install   qcheck-core        0.91   [required by qcheck]
  - install   qcheck-ounit       0.91   [required by qcheck]
  - install   re                 1.14.0 [required by alcotest]
  - install   seq                base   [required by ounit2]
  - install   stdlib-shims       0.3.0  [required by alcotest]
  - install   topkg              1.1.1  [required by fmt, astring, uutf]
  - install   uutf               1.0.4  [required by alcotest]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved dates_calc.0.0.5  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
-> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
-> retrieved ounit2.2.2.7  (https://opam.ocaml.org/cache)
-> retrieved qcheck.0.91, qcheck-core.0.91, qcheck-ounit.0.91  (https://opam.ocaml.org/cache)
-> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed qcheck-core.0.91
-> installed ounit2.2.2.7
-> installed qcheck-ounit.0.91
-> installed qcheck.0.91
-> installed ocamlfind.1.9.8
-> installed cmdliner.2.1.0
-> removed   dates_calc.0.0.5
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed alcotest.1.9.1
-> installed dates_calc.0.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:47.25 ---> saved as "b6a80a18967d7715eedfca3552ac82d0fb6cb030430e50dcfa419c61294e8cd0"

/home/opam: (run (shell  "opam reinstall --with-test --verbose dates_calc.0.0.5;\
                        \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\" != 'dates_calc.0.0.5' && 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 dates_calc 0.0.5

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [dates_calc.0.0.5: extract]
-> retrieved dates_calc.0.0.5  (cached)
Processing  2/4: [dates_calc: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dates_calc" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/dates_calc.0.0.5)
- (cd _build/default/test && ./unit.exe)
- Testing `unit'.
- This run has ID `2FUCDFTA'.
- 
-   [OK]          add_dates                        0   exact.
-   [OK]          add_dates                        1   ambig.
-   [OK]          first_last_day_of_month          0   all.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/dates_calc.0.0.5/_build/default/test/_build/_tests/unit'.
- Test Successful in 0.008s. 3 tests run.
- (cd _build/default/test && ./prop.exe)
- 
random seed: 44969194
-   generated   error    fail    pass /   total     time test name
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_1
[ ]     169       0       0     169 /    1000     0.1s anon_test_1
[ ]     442       0       0     442 /    1000     0.2s anon_test_1
[ ]     730       0       0     730 /    1000     0.3s anon_test_1
[✓]    1000       0       0    1000 /    1000     0.4s anon_test_1
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_2
[ ]      12       0       0      12 /    1000     0.1s anon_test_2
[ ]      32       0       0      32 /    1000     0.2s anon_test_2
[ ]      44       0       0      44 /    1000     0.3s anon_test_2
[ ]      56       0       0      56 /    1000     0.4s anon_test_2
[ ]      67       0       0      67 /    1000     0.5s anon_test_2
[ ]      81       0       0      81 /    1000     0.6s anon_test_2
[ ]      93       0       0      93 /    1000     0.8s anon_test_2
[ ]     101       0       0     101 /    1000     0.9s anon_test_2
[ ]     115       0       0     115 /    1000     1.0s anon_test_2
[ ]     128       0       0     128 /    1000     1.1s anon_test_2
[ ]     138       0       0     138 /    1000     1.2s anon_test_2
[ ]     153       0       0     153 /    1000     1.3s anon_test_2
[ ]     168       0       0     168 /    1000     1.4s anon_test_2
[ ]     178       0       0     178 /    1000     1.5s anon_test_2
[ ]     189       0       0     189 /    1000     1.6s anon_test_2
[ ]     203       0       0     203 /    1000     1.7s anon_test_2
[ ]     216       0       0     216 /    1000     1.8s anon_test_2
[ ]     232       0       0     232 /    1000     1.9s anon_test_2
[ ]     248       0       0     248 /    1000     2.0s anon_test_2
[ ]     261       0       0     261 /    1000     2.1s anon_test_2
[ ]     277       0       0     277 /    1000     2.2s anon_test_2
[ ]     291       0       0     291 /    1000     2.4s anon_test_2
[ ]     306       0       0     306 /    1000     2.5s anon_test_2
[ ]     320       0       0     320 /    1000     2.6s anon_test_2
[ ]     330       0       0     330 /    1000     2.7s anon_test_2
[ ]     345       0       0     345 /    1000     2.8s anon_test_2
[ ]     361       0       0     361 /    1000     2.9s anon_test_2
[ ]     371       0       0     371 /    1000     3.0s anon_test_2
[ ]     386       0       0     386 /    1000     3.1s anon_test_2
[ ]     404       0       0     404 /    1000     3.2s anon_test_2
[ ]     417       0       0     417 /    1000     3.3s anon_test_2
[ ]     429       0       0     429 /    1000     3.4s anon_test_2
[ ]     438       0       0     438 /    1000     3.6s anon_test_2
[ ]     458       0       0     458 /    1000     3.7s anon_test_2
[ ]     471       0       0     471 /    1000     3.8s anon_test_2
[ ]     488       0       0     488 /    1000     3.9s anon_test_2
[ ]     501       0       0     501 /    1000     4.0s anon_test_2
[ ]     511       0       0     511 /    1000     4.1s anon_test_2
[ ]     519       0       0     519 /    1000     4.2s anon_test_2
[ ]     536       0       0     536 /    1000     4.3s anon_test_2
[ ]     546       0       0     546 /    1000     4.4s anon_test_2
[ ]     562       0       0     562 /    1000     4.5s anon_test_2
[ ]     577       0       0     577 /    1000     4.6s anon_test_2
[ ]     594       0       0     594 /    1000     4.7s anon_test_2
[ ]     611       0       0     611 /    1000     4.8s anon_test_2
[ ]     627       0       0     627 /    1000     5.0s anon_test_2
[ ]     641       0       0     641 /    1000     5.1s anon_test_2
[ ]     654       0       0     654 /    1000     5.2s anon_test_2
[ ]     665       0       0     665 /    1000     5.3s anon_test_2
[ ]     683       0       0     683 /    1000     5.4s anon_test_2
[ ]     696       0       0     696 /    1000     5.5s anon_test_2
[ ]     711       0       0     711 /    1000     5.6s anon_test_2
[ ]     726       0       0     726 /    1000     5.7s anon_test_2
[ ]     737       0       0     737 /    1000     5.8s anon_test_2
[ ]     748       0       0     748 /    1000     5.9s anon_test_2
[ ]     765       0       0     765 /    1000     6.0s anon_test_2
[ ]     775       0       0     775 /    1000     6.1s anon_test_2
[ ]     786       0       0     786 /    1000     6.2s anon_test_2
[ ]     792       0       0     792 /    1000     6.3s anon_test_2
[ ]     807       0       0     807 /    1000     6.5s anon_test_2
[ ]     818       0       0     818 /    1000     6.6s anon_test_2
[ ]     830       0       0     830 /    1000     6.7s anon_test_2
[ ]     846       0       0     846 /    1000     6.8s anon_test_2
[ ]     858       0       0     858 /    1000     6.9s anon_test_2
[ ]     873       0       0     873 /    1000     7.0s anon_test_2
[ ]     884       0       0     884 /    1000     7.1s anon_test_2
[ ]     897       0       0     897 /    1000     7.2s anon_test_2
[ ]     910       0       0     910 /    1000     7.4s anon_test_2
[ ]     925       0       0     925 /    1000     7.5s anon_test_2
[ ]     937       0       0     937 /    1000     7.6s anon_test_2
[ ]     951       0       0     951 /    1000     7.7s anon_test_2
[ ]     965       0       0     965 /    1000     7.8s anon_test_2
[ ]     979       0       0     979 /    1000     7.9s anon_test_2
[ ]     988       0       0     988 /    1000     8.0s anon_test_2
[ ]     999       0       0     999 /    1000     8.1s anon_test_2
[✓]    1000       0       0    1000 /    1000     8.1s anon_test_2
- 
[ ]       0       0       0       0 / 1000000     0.0s h1
[ ]    9394       0       0    9394 / 1000000     0.1s h1
[ ]   18881       0       0   18881 / 1000000     0.2s h1 (collecting)
[ ]   28340       0       0   28340 / 1000000     0.3s h1
[ ]   37520       0       0   37520 / 1000000     0.4s h1
[ ]   47025       0       0   47025 / 1000000     0.5s h1
[ ]   56176       0       0   56176 / 1000000     0.6s h1
[ ]   65780       0       0   65780 / 1000000     0.7s h1
[ ]   75309       0       0   75309 / 1000000     0.8s h1
[ ]   84720       0       0   84720 / 1000000     0.9s h1
[ ]   94019       0       0   94019 / 1000000     1.0s h1
[ ]  103380       0       0  103380 / 1000000     1.1s h1 (generating)
[ ]  111629       0       0  111629 / 1000000     1.2s h1
[ ]  121161       0       0  121161 / 1000000     1.3s h1
[ ]  130545       0       0  130545 / 1000000     1.4s h1
[ ]  139621       0       0  139621 / 1000000     1.5s h1
[ ]  148788       0       0  148788 / 1000000     1.6s h1
[ ]  158207       0       0  158207 / 1000000     1.7s h1
[ ]  167651       0       0  167651 / 1000000     1.8s h1
[ ]  176896       0       0  176896 / 1000000     1.9s h1
[ ]  186090       0       0  186090 / 1000000     2.0s h1
[ ]  195456       0       0  195456 / 1000000     2.1s h1
[ ]  205111       0       0  205111 / 1000000     2.2s h1
[ ]  214781       0       0  214781 / 1000000     2.3s h1
[ ]  224342       0       0  224342 / 1000000     2.4s h1
[ ]  233983       0       0  233983 / 1000000     2.5s h1 (collecting)
[ ]  243513       0       0  243513 / 1000000     2.6s h1
[ ]  253124       0       0  253124 / 1000000     2.7s h1
[ ]  262648       0       0  262648 / 1000000     2.8s h1
[ ]  272077       0       0  272077 / 1000000     2.9s h1
[ ]  281451       0       0  281451 / 1000000     3.0s h1
[ ]  290837       0       0  290837 / 1000000     3.1s h1
[ ]  300314       0       0  300314 / 1000000     3.2s h1
[ ]  309517       0       0  309517 / 1000000     3.3s h1
[ ]  319168       0       0  319168 / 1000000     3.4s h1 (collecting)
[ ]  328205       0       0  328205 / 1000000     3.5s h1
[ ]  337207       0       0  337207 / 1000000     3.6s h1
[ ]  346530       0       0  346530 / 1000000     3.7s h1
[ ]  353449       0       0  353449 / 1000000     3.8s h1
[ ]  362444       0       0  362444 / 1000000     3.9s h1
[ ]  371557       0       0  371557 / 1000000     4.0s h1
[ ]  380541       0       0  380541 / 1000000     4.1s h1
[ ]  388397       0       0  388397 / 1000000     4.2s h1
[ ]  397393       0       0  397393 / 1000000     4.3s h1
[ ]  406489       0       0  406489 / 1000000     4.4s h1
[ ]  415611       0       0  415611 / 1000000     4.5s h1
[ ]  425340       0       0  425340 / 1000000     4.6s h1
[ ]  434659       0       0  434659 / 1000000     4.7s h1
[ ]  443896       0       0  443896 / 1000000     4.8s h1
[ ]  452907       0       0  452907 / 1000000     4.9s h1
[ ]  462087       0       0  462087 / 1000000     5.0s h1
[ ]  471877       0       0  471877 / 1000000     5.1s h1
[ ]  480366       0       0  480366 / 1000000     5.2s h1
[ ]  489596       0       0  489596 / 1000000     5.3s h1
[ ]  499226       0       0  499226 / 1000000     5.4s h1
[ ]  508809       0       0  508809 / 1000000     5.5s h1
[ ]  518229       0       0  518229 / 1000000     5.6s h1
[ ]  527698       0       0  527698 / 1000000     5.7s h1
[ ]  537118       0       0  537118 / 1000000     5.8s h1
[ ]  546500       0       0  546500 / 1000000     5.9s h1
[ ]  555900       0       0  555900 / 1000000     6.0s h1 (collecting)
[ ]  565296       0       0  565296 / 1000000     6.1s h1
[ ]  574639       0       0  574639 / 1000000     6.2s h1
[ ]  584188       0       0  584188 / 1000000     6.3s h1
[ ]  593245       0       0  593245 / 1000000     6.4s h1
[ ]  602668       0       0  602668 / 1000000     6.5s h1
[ ]  611876       0       0  611876 / 1000000     6.6s h1 (collecting)
[ ]  621047       0       0  621047 / 1000000     6.7s h1
[ ]  630236       0       0  630236 / 1000000     6.8s h1
[ ]  639553       0       0  639553 / 1000000     6.9s h1 (collecting)
[ ]  648881       0       0  648881 / 1000000     7.0s h1
[ ]  658340       0       0  658340 / 1000000     7.1s h1
[ ]  667602       0       0  667602 / 1000000     7.2s h1
[ ]  676955       0       0  676955 / 1000000     7.3s h1
[ ]  686600       0       0  686600 / 1000000     7.4s h1
[ ]  695644       0       0  695644 / 1000000     7.5s h1
[ ]  704550       0       0  704550 / 1000000     7.6s h1
[ ]  713996       0       0  713996 / 1000000     7.7s h1
[ ]  722832       0       0  722832 / 1000000     7.8s h1
[ ]  732055       0       0  732055 / 1000000     7.9s h1
[ ]  741442       0       0  741442 / 1000000     8.0s h1 (collecting)
[ ]  750629       0       0  750629 / 1000000     8.1s h1
[ ]  759951       0       0  759951 / 1000000     8.2s h1
[ ]  768894       0       0  768894 / 1000000     8.3s h1
[ ]  777849       0       0  777849 / 1000000     8.4s h1
[ ]  787305       0       0  787305 / 1000000     8.5s h1
[ ]  797780       0       0  797780 / 1000000     8.6s h1
[ ]  807117       0       0  807117 / 1000000     8.7s h1
[ ]  815426       0       0  815426 / 1000000     8.8s h1
[ ]  823699       0       0  823699 / 1000000     8.9s h1 (collecting)
[ ]  833270       0       0  833270 / 1000000     9.0s h1
[ ]  843239       0       0  843239 / 1000000     9.1s h1
[ ]  852788       0       0  852788 / 1000000     9.2s h1
[ ]  861106       0       0  861106 / 1000000     9.3s h1
[ ]  869394       0       0  869394 / 1000000     9.4s h1
[ ]  878955       0       0  878955 / 1000000     9.5s h1
[ ]  887900       0       0  887900 / 1000000     9.6s h1
[ ]  896485       0       0  896485 / 1000000     9.7s h1
[ ]  904681       0       0  904681 / 1000000     9.8s h1
[ ]  913575       0       0  913575 / 1000000     9.9s h1
[ ]  923064       0       0  923064 / 1000000    10.0s h1
[ ]  931960       0       0  931960 / 1000000    10.1s h1
[ ]  940309       0       0  940309 / 1000000    10.2s h1
[ ]  948734       0       0  948734 / 1000000    10.3s h1
[ ]  957809       0       0  957809 / 1000000    10.4s h1
[ ]  967130       0       0  967130 / 1000000    10.5s h1
[ ]  976719       0       0  976719 / 1000000    10.6s h1
[ ]  986262       0       0  986262 / 1000000    10.7s h1
[ ]  995527       0       0  995527 / 1000000    10.8s h1
[✓] 1000000       0       0 1000000 / 1000000    10.8s h1
- 
[ ]       0       0       0       0 / 1000000     0.0s h2
[ ]    4796       0       0    4796 / 1000000     0.1s h2
[ ]    9528       0       0    9528 / 1000000     0.2s h2
[ ]   14358       0       0   14358 / 1000000     0.3s h2
[ ]   19092       0       0   19092 / 1000000     0.4s h2
[ ]   23941       0       0   23941 / 1000000     0.5s h2
[ ]   28724       0       0   28724 / 1000000     0.6s h2
[ ]   33504       0       0   33504 / 1000000     0.7s h2
[ ]   38167       0       0   38167 / 1000000     0.8s h2
[ ]   43026       0       0   43026 / 1000000     0.9s h2
[ ]   47900       0       0   47900 / 1000000     1.0s h2
[ ]   52708       0       0   52708 / 1000000     1.1s h2
[ ]   57538       0       0   57538 / 1000000     1.2s h2
[ ]   62344       0       0   62344 / 1000000     1.3s h2
[ ]   67023       0       0   67023 / 1000000     1.4s h2 (collecting)
[ ]   72012       0       0   72012 / 1000000     1.5s h2
[ ]   76475       0       0   76475 / 1000000     1.6s h2
[ ]   81280       0       0   81280 / 1000000     1.7s h2
[ ]   86202       0       0   86202 / 1000000     1.8s h2
[ ]   91109       0       0   91109 / 1000000     1.9s h2
[ ]   96065       0       0   96065 / 1000000     2.0s h2
[ ]  100977       0       0  100977 / 1000000     2.1s h2
[ ]  105988       0       0  105988 / 1000000     2.2s h2
[ ]  110972       0       0  110972 / 1000000     2.3s h2
[ ]  115867       0       0  115867 / 1000000     2.4s h2
[ ]  120776       0       0  120776 / 1000000     2.5s h2
[ ]  125571       0       0  125571 / 1000000     2.6s h2
[ ]  130455       0       0  130455 / 1000000     2.7s h2
[ ]  135332       0       0  135332 / 1000000     2.8s h2
[ ]  140127       0       0  140127 / 1000000     2.9s h2
[ ]  144897       0       0  144897 / 1000000     3.0s h2
[ ]  149552       0       0  149552 / 1000000     3.1s h2
[ ]  154324       0       0  154324 / 1000000     3.2s h2
[ ]  159165       0       0  159165 / 1000000     3.3s h2
[ ]  163919       0       0  163919 / 1000000     3.4s h2
[ ]  168761       0       0  168761 / 1000000     3.5s h2
[ ]  173555       0       0  173555 / 1000000     3.6s h2
[ ]  178412       0       0  178412 / 1000000     3.7s h2
[ ]  183240       0       0  183240 / 1000000     3.8s h2
[ ]  187929       0       0  187929 / 1000000     3.9s h2 (collecting)
[ ]  192254       0       0  192254 / 1000000     4.0s h2
[ ]  197149       0       0  197149 / 1000000     4.1s h2
[ ]  201699       0       0  201699 / 1000000     4.2s h2
[ ]  206163       0       0  206163 / 1000000     4.3s h2
[ ]  210919       0       0  210919 / 1000000     4.4s h2
[ ]  215633       0       0  215633 / 1000000     4.5s h2
[ ]  220462       0       0  220462 / 1000000     4.6s h2
[ ]  225273       0       0  225273 / 1000000     4.7s h2
[ ]  230104       0       0  230104 / 1000000     4.8s h2
[ ]  234458       0       0  234458 / 1000000     4.9s h2
[ ]  239004       0       0  239004 / 1000000     5.0s h2
[ ]  243634       0       0  243634 / 1000000     5.1s h2
[ ]  248414       0       0  248414 / 1000000     5.2s h2
[ ]  253023       0       0  253023 / 1000000     5.3s h2
[ ]  257716       0       0  257716 / 1000000     5.4s h2
[ ]  262319       0       0  262319 / 1000000     5.5s h2
[ ]  266925       0       0  266925 / 1000000     5.6s h2
[ ]  271386       0       0  271386 / 1000000     5.7s h2
[ ]  276221       0       0  276221 / 1000000     5.8s h2
[ ]  281059       0       0  281059 / 1000000     5.9s h2
[ ]  285701       0       0  285701 / 1000000     6.0s h2
[ ]  290373       0       0  290373 / 1000000     6.1s h2 (collecting)
[ ]  295084       0       0  295084 / 1000000     6.2s h2
[ ]  299736       0       0  299736 / 1000000     6.3s h2
[ ]  304191       0       0  304191 / 1000000     6.4s h2
[ ]  308684       0       0  308684 / 1000000     6.5s h2
[ ]  313254       0       0  313254 / 1000000     6.6s h2
[ ]  317831       0       0  317831 / 1000000     6.7s h2
[ ]  322445       0       0  322445 / 1000000     6.8s h2
[ ]  327000       0       0  327000 / 1000000     6.9s h2
[ ]  331715       0       0  331715 / 1000000     7.0s h2
[ ]  336369       0       0  336369 / 1000000     7.1s h2
[ ]  341097       0       0  341097 / 1000000     7.2s h2 (   testing)
[ ]  346300       0       0  346300 / 1000000     7.3s h2
[ ]  351105       0       0  351105 / 1000000     7.4s h2
[ ]  355941       0       0  355941 / 1000000     7.5s h2
[ ]  360746       0       0  360746 / 1000000     7.6s h2
[ ]  365560       0       0  365560 / 1000000     7.7s h2
[ ]  370278       0       0  370278 / 1000000     7.8s h2
[ ]  374833       0       0  374833 / 1000000     7.9s h2
[ ]  379342       0       0  379342 / 1000000     8.0s h2
[ ]  384299       0       0  384299 / 1000000     8.1s h2
[ ]  389244       0       0  389244 / 1000000     8.2s h2
[ ]  394179       0       0  394179 / 1000000     8.3s h2
[ ]  399136       0       0  399136 / 1000000     8.4s h2
[ ]  404081       0       0  404081 / 1000000     8.5s h2
[ ]  409069       0       0  409069 / 1000000     8.6s h2
[ ]  414001       0       0  414001 / 1000000     8.7s h2
[ ]  418826       0       0  418826 / 1000000     8.8s h2
[ ]  423633       0       0  423633 / 1000000     8.9s h2
[ ]  428486       0       0  428486 / 1000000     9.0s h2
[ ]  433335       0       0  433335 / 1000000     9.1s h2
[ ]  438302       0       0  438302 / 1000000     9.2s h2
[ ]  443184       0       0  443184 / 1000000     9.3s h2
[ ]  447957       0       0  447957 / 1000000     9.4s h2
[ ]  452874       0       0  452874 / 1000000     9.5s h2
[ ]  457661       0       0  457661 / 1000000     9.6s h2
[ ]  462725       0       0  462725 / 1000000     9.7s h2
[ ]  467629       0       0  467629 / 1000000     9.8s h2
[ ]  472555       0       0  472555 / 1000000     9.9s h2
[ ]  477401       0       0  477401 / 1000000    10.0s h2
[ ]  482201       0       0  482201 / 1000000    10.1s h2
[ ]  487034       0       0  487034 / 1000000    10.2s h2
[ ]  491788       0       0  491788 / 1000000    10.3s h2
[ ]  496569       0       0  496569 / 1000000    10.4s h2
[ ]  501076       0       0  501076 / 1000000    10.5s h2
[ ]  505866       0       0  505866 / 1000000    10.6s h2
[ ]  510615       0       0  510615 / 1000000    10.7s h2
[ ]  515360       0       0  515360 / 1000000    10.8s h2 (generating)
[ ]  520060       0       0  520060 / 1000000    10.9s h2
[ ]  525031       0       0  525031 / 1000000    11.0s h2
[ ]  530029       0       0  530029 / 1000000    11.1s h2
[ ]  535015       0       0  535015 / 1000000    11.2s h2
[ ]  539584       0       0  539584 / 1000000    11.3s h2
[ ]  543914       0       0  543914 / 1000000    11.4s h2
[ ]  548189       0       0  548189 / 1000000    11.5s h2
[ ]  552820       0       0  552820 / 1000000    11.6s h2
[ ]  557613       0       0  557613 / 1000000    11.7s h2
[ ]  562192       0       0  562192 / 1000000    11.8s h2
[ ]  566942       0       0  566942 / 1000000    11.9s h2
[ ]  571763       0       0  571763 / 1000000    12.0s h2
[ ]  576640       0       0  576640 / 1000000    12.1s h2
[ ]  581441       0       0  581441 / 1000000    12.2s h2
[ ]  586205       0       0  586205 / 1000000    12.3s h2
[ ]  591037       0       0  591037 / 1000000    12.4s h2
[ ]  595802       0       0  595802 / 1000000    12.5s h2
[ ]  600479       0       0  600479 / 1000000    12.6s h2
[ ]  605306       0       0  605306 / 1000000    12.7s h2
[ ]  610177       0       0  610177 / 1000000    12.8s h2
[ ]  614906       0       0  614906 / 1000000    12.9s h2
[ ]  619691       0       0  619691 / 1000000    13.0s h2
[ ]  624572       0       0  624572 / 1000000    13.1s h2
[ ]  629529       0       0  629529 / 1000000    13.2s h2
[ ]  634125       0       0  634125 / 1000000    13.3s h2
[ ]  638898       0       0  638898 / 1000000    13.4s h2
[ ]  643668       0       0  643668 / 1000000    13.5s h2
[ ]  648529       0       0  648529 / 1000000    13.6s h2
[ ]  653479       0       0  653479 / 1000000    13.7s h2
[ ]  658324       0       0  658324 / 1000000    13.8s h2
[ ]  663148       0       0  663148 / 1000000    13.9s h2
[ ]  668173       0       0  668173 / 1000000    14.0s h2 (generating)
[ ]  672956       0       0  672956 / 1000000    14.1s h2
[ ]  677753       0       0  677753 / 1000000    14.2s h2
[ ]  682431       0       0  682431 / 1000000    14.3s h2
[ ]  687250       0       0  687250 / 1000000    14.4s h2
[ ]  692068       0       0  692068 / 1000000    14.5s h2
[ ]  696883       0       0  696883 / 1000000    14.6s h2
[ ]  701721       0       0  701721 / 1000000    14.7s h2
[ ]  706267       0       0  706267 / 1000000    14.8s h2
[ ]  711217       0       0  711217 / 1000000    14.9s h2
[ ]  715786       0       0  715786 / 1000000    15.0s h2
[ ]  720053       0       0  720053 / 1000000    15.1s h2
[ ]  724822       0       0  724822 / 1000000    15.2s h2
[ ]  729390       0       0  729390 / 1000000    15.3s h2
[ ]  734152       0       0  734152 / 1000000    15.4s h2
[ ]  738940       0       0  738940 / 1000000    15.5s h2
[ ]  743728       0       0  743728 / 1000000    15.6s h2
[ ]  748648       0       0  748648 / 1000000    15.7s h2
[ ]  753441       0       0  753441 / 1000000    15.8s h2
[ ]  758405       0       0  758405 / 1000000    15.9s h2
[ ]  763200       0       0  763200 / 1000000    16.0s h2
[ ]  768115       0       0  768115 / 1000000    16.1s h2
[ ]  773009       0       0  773009 / 1000000    16.2s h2
[ ]  777926       0       0  777926 / 1000000    16.3s h2
[ ]  782909       0       0  782909 / 1000000    16.4s h2
[ ]  787848       0       0  787848 / 1000000    16.5s h2
[ ]  792682       0       0  792682 / 1000000    16.6s h2
[ ]  797600       0       0  797600 / 1000000    16.7s h2
[ ]  802388       0       0  802388 / 1000000    16.8s h2 (collecting)
[ ]  807134       0       0  807134 / 1000000    16.9s h2
[ ]  811711       0       0  811711 / 1000000    17.0s h2
[ ]  816229       0       0  816229 / 1000000    17.1s h2
[ ]  821004       0       0  821004 / 1000000    17.2s h2
[ ]  825859       0       0  825859 / 1000000    17.3s h2
[ ]  830488       0       0  830488 / 1000000    17.4s h2
[ ]  835445       0       0  835445 / 1000000    17.5s h2 (collecting)
[ ]  840342       0       0  840342 / 1000000    17.6s h2
[ ]  845090       0       0  845090 / 1000000    17.7s h2
[ ]  850055       0       0  850055 / 1000000    17.8s h2
[ ]  855034       0       0  855034 / 1000000    17.9s h2 (collecting)
[ ]  859436       0       0  859436 / 1000000    18.0s h2
[ ]  863990       0       0  863990 / 1000000    18.1s h2
[ ]  868015       0       0  868015 / 1000000    18.2s h2
[ ]  872501       0       0  872501 / 1000000    18.3s h2
[ ]  876958       0       0  876958 / 1000000    18.4s h2
[ ]  881716       0       0  881716 / 1000000    18.5s h2
[ ]  886507       0       0  886507 / 1000000    18.6s h2
[ ]  891195       0       0  891195 / 1000000    18.7s h2
[ ]  895953       0       0  895953 / 1000000    18.8s h2
[ ]  900850       0       0  900850 / 1000000    18.9s h2
[ ]  905491       0       0  905491 / 1000000    19.0s h2
[ ]  910375       0       0  910375 / 1000000    19.1s h2
[ ]  915409       0       0  915409 / 1000000    19.2s h2
[ ]  920354       0       0  920354 / 1000000    19.3s h2
[ ]  925319       0       0  925319 / 1000000    19.4s h2
[ ]  930317       0       0  930317 / 1000000    19.5s h2
[ ]  935422       0       0  935422 / 1000000    19.6s h2
[ ]  940500       0       0  940500 / 1000000    19.7s h2
[ ]  945225       0       0  945225 / 1000000    19.8s h2
[ ]  950202       0       0  950202 / 1000000    19.9s h2
[ ]  955174       0       0  955174 / 1000000    20.0s h2
[ ]  959937       0       0  959937 / 1000000    20.1s h2
[ ]  964848       0       0  964848 / 1000000    20.2s h2
[ ]  969841       0       0  969841 / 1000000    20.3s h2
[ ]  974715       0       0  974715 / 1000000    20.4s h2
[ ]  979385       0       0  979385 / 1000000    20.5s h2
[ ]  984326       0       0  984326 / 1000000    20.6s h2
[ ]  989051       0       0  989051 / 1000000    20.7s h2
[ ]  994007       0       0  994007 / 1000000    20.8s h2
[ ]  999005       0       0  999005 / 1000000    20.9s h2
[✓] 1000000       0       0 1000000 / 1000000    20.9s h2
- 
[ ]       0       0       0       0 / 1000000     0.0s h3
[ ]    9546       0       0    9546 / 1000000     0.1s h3
[ ]   19487       0       0   19487 / 1000000     0.2s h3
[ ]   29118       0       0   29118 / 1000000     0.3s h3
[ ]   36736       0       0   36736 / 1000000     0.4s h3
[ ]   41262       0       0   41262 / 1000000     0.5s h3
[ ]   49516       0       0   49516 / 1000000     0.6s h3
[ ]   58246       0       0   58246 / 1000000     0.7s h3
[ ]   66377       0       0   66377 / 1000000     0.8s h3
[ ]   74234       0       0   74234 / 1000000     0.9s h3
[ ]   82110       0       0   82110 / 1000000     1.0s h3
[ ]   91082       0       0   91082 / 1000000     1.1s h3
[ ]   99990       0       0   99990 / 1000000     1.2s h3
[ ]  109192       0       0  109192 / 1000000     1.3s h3
[ ]  118677       0       0  118677 / 1000000     1.4s h3
[ ]  128284       0       0  128284 / 1000000     1.5s h3
[ ]  137510       0       0  137510 / 1000000     1.6s h3
[ ]  146900       0       0  146900 / 1000000     1.7s h3
[ ]  156153       0       0  156153 / 1000000     1.8s h3
[ ]  165616       0       0  165616 / 1000000     1.9s h3
[ ]  174739       0       0  174739 / 1000000     2.0s h3
[ ]  183681       0       0  183681 / 1000000     2.1s h3
[ ]  192797       0       0  192797 / 1000000     2.2s h3
[ ]  202101       0       0  202101 / 1000000     2.3s h3
[ ]  210872       0       0  210872 / 1000000     2.4s h3
[ ]  220120       0       0  220120 / 1000000     2.5s h3 (collecting)
[ ]  229946       0       0  229946 / 1000000     2.6s h3
[ ]  239744       0       0  239744 / 1000000     2.7s h3
[ ]  249399       0       0  249399 / 1000000     2.8s h3
[ ]  258976       0       0  258976 / 1000000     2.9s h3
[ ]  268534       0       0  268534 / 1000000     3.0s h3
[ ]  277997       0       0  277997 / 1000000     3.1s h3
[ ]  287460       0       0  287460 / 1000000     3.2s h3
[ ]  296746       0       0  296746 / 1000000     3.3s h3
[ ]  305722       0       0  305722 / 1000000     3.4s h3 (collecting)
[ ]  314565       0       0  314565 / 1000000     3.5s h3
[ ]  323929       0       0  323929 / 1000000     3.6s h3
[ ]  333190       0       0  333190 / 1000000     3.7s h3
[ ]  342623       0       0  342623 / 1000000     3.8s h3
[ ]  352206       0       0  352206 / 1000000     3.9s h3
[ ]  361760       0       0  361760 / 1000000     4.0s h3
[ ]  371359       0       0  371359 / 1000000     4.1s h3
[ ]  380892       0       0  380892 / 1000000     4.2s h3
[ ]  390484       0       0  390484 / 1000000     4.3s h3
[ ]  400021       0       0  400021 / 1000000     4.4s h3
[ ]  409039       0       0  409039 / 1000000     4.5s h3 (collecting)
[ ]  418253       0       0  418253 / 1000000     4.6s h3
[ ]  427761       0       0  427761 / 1000000     4.7s h3
[ ]  436423       0       0  436423 / 1000000     4.8s h3
[ ]  445108       0       0  445108 / 1000000     4.9s h3 (collecting)
[ ]  454188       0       0  454188 / 1000000     5.0s h3
[ ]  463110       0       0  463110 / 1000000     5.1s h3
[ ]  472288       0       0  472288 / 1000000     5.2s h3
[ ]  481292       0       0  481292 / 1000000     5.3s h3
[ ]  490428       0       0  490428 / 1000000     5.4s h3
[ ]  499576       0       0  499576 / 1000000     5.5s h3
[ ]  508581       0       0  508581 / 1000000     5.6s h3
[ ]  516960       0       0  516960 / 1000000     5.7s h3
[ ]  525333       0       0  525333 / 1000000     5.8s h3
[ ]  533193       0       0  533193 / 1000000     5.9s h3
[ ]  541214       0       0  541214 / 1000000     6.0s h3
[ ]  549326       0       0  549326 / 1000000     6.1s h3
[ ]  557272       0       0  557272 / 1000000     6.2s h3 (collecting)
[ ]  565477       0       0  565477 / 1000000     6.3s h3
[ ]  574257       0       0  574257 / 1000000     6.4s h3
[ ]  583441       0       0  583441 / 1000000     6.5s h3
[ ]  592669       0       0  592669 / 1000000     6.6s h3
[ ]  601751       0       0  601751 / 1000000     6.7s h3
[ ]  610518       0       0  610518 / 1000000     6.8s h3
[ ]  618626       0       0  618626 / 1000000     6.9s h3
[ ]  627118       0       0  627118 / 1000000     7.0s h3 (collecting)
[ ]  636263       0       0  636263 / 1000000     7.1s h3
[ ]  645218       0       0  645218 / 1000000     7.2s h3
[ ]  654011       0       0  654011 / 1000000     7.3s h3
[ ]  662726       0       0  662726 / 1000000     7.4s h3
[ ]  671646       0       0  671646 / 1000000     7.5s h3
[ ]  680661       0       0  680661 / 1000000     7.6s h3
[ ]  688978       0       0  688978 / 1000000     7.7s h3
[ ]  696975       0       0  696975 / 1000000     7.8s h3
[ ]  705605       0       0  705605 / 1000000     7.9s h3
[ ]  714085       0       0  714085 / 1000000     8.0s h3
[ ]  722462       0       0  722462 / 1000000     8.1s h3
[ ]  731232       0       0  731232 / 1000000     8.2s h3
[ ]  739392       0       0  739392 / 1000000     8.3s h3
[ ]  747761       0       0  747761 / 1000000     8.4s h3
[ ]  756665       0       0  756665 / 1000000     8.5s h3
[ ]  765658       0       0  765658 / 1000000     8.6s h3
[ ]  774516       0       0  774516 / 1000000     8.7s h3
[ ]  783178       0       0  783178 / 1000000     8.8s h3
[ ]  792407       0       0  792407 / 1000000     8.9s h3
[ ]  801247       0       0  801247 / 1000000     9.0s h3
[ ]  810475       0       0  810475 / 1000000     9.1s h3
[ ]  819497       0       0  819497 / 1000000     9.2s h3 (collecting)
[ ]  827804       0       0  827804 / 1000000     9.3s h3
[ ]  836788       0       0  836788 / 1000000     9.4s h3
[ ]  845633       0       0  845633 / 1000000     9.5s h3
[ ]  854736       0       0  854736 / 1000000     9.6s h3
[ ]  863691       0       0  863691 / 1000000     9.7s h3
[ ]  872677       0       0  872677 / 1000000     9.8s h3
[ ]  881998       0       0  881998 / 1000000     9.9s h3
[ ]  891206       0       0  891206 / 1000000    10.0s h3
[ ]  900445       0       0  900445 / 1000000    10.1s h3
[ ]  909170       0       0  909170 / 1000000    10.2s h3
[ ]  917688       0       0  917688 / 1000000    10.3s h3
[ ]  926584       0       0  926584 / 1000000    10.4s h3
[ ]  935528       0       0  935528 / 1000000    10.5s h3
[ ]  944646       0       0  944646 / 1000000    10.6s h3
[ ]  953700       0       0  953700 / 1000000    10.7s h3
[ ]  962518       0       0  962518 / 1000000    10.8s h3
[ ]  971603       0       0  971603 / 1000000    10.9s h3
[ ]  980481       0       0  980481 / 1000000    11.0s h3
[ ]  988763       0       0  988763 / 1000000    11.1s h3
[ ]  996784       0       0  996784 / 1000000    11.2s h3
[✓] 1000000       0       0 1000000 / 1000000    11.2s h3
- 
[ ]       0       0       0       0 / 1000000     0.0s h4
[ ]    2955       0       0    2955 / 1000000     0.1s h4
[ ]    6039       0       0    6039 / 1000000     0.2s h4
[ ]    9135       0       0    9135 / 1000000     0.3s h4
[ ]   12442       0       0   12442 / 1000000     0.4s h4
[ ]   15673       0       0   15673 / 1000000     0.5s h4
[ ]   18919       0       0   18919 / 1000000     0.6s h4
[ ]   22171       0       0   22171 / 1000000     0.7s h4
[ ]   25350       0       0   25350 / 1000000     0.8s h4
[ ]   28676       0       0   28676 / 1000000     0.9s h4
[ ]   31905       0       0   31905 / 1000000     1.0s h4
[ ]   35127       0       0   35127 / 1000000     1.1s h4
[ ]   38446       0       0   38446 / 1000000     1.2s h4
[ ]   41604       0       0   41604 / 1000000     1.3s h4
[ ]   44773       0       0   44773 / 1000000     1.4s h4
[ ]   48094       0       0   48094 / 1000000     1.5s h4 (   testing)
[ ]   51419       0       0   51419 / 1000000     1.6s h4
[ ]   54750       0       0   54750 / 1000000     1.7s h4
[ ]   58001       0       0   58001 / 1000000     1.8s h4
[ ]   61337       0       0   61337 / 1000000     1.9s h4
[ ]   64648       0       0   64648 / 1000000     2.0s h4 (collecting)
[ ]   67794       0       0   67794 / 1000000     2.1s h4
[ ]   70796       0       0   70796 / 1000000     2.2s h4
[ ]   73991       0       0   73991 / 1000000     2.3s h4
[ ]   77292       0       0   77292 / 1000000     2.4s h4
[ ]   80617       0       0   80617 / 1000000     2.5s h4
[ ]   83825       0       0   83825 / 1000000     2.6s h4
[ ]   87184       0       0   87184 / 1000000     2.7s h4
[ ]   90524       0       0   90524 / 1000000     2.8s h4
[ ]   93919       0       0   93919 / 1000000     2.9s h4
[ ]   97154       0       0   97154 / 1000000     3.0s h4
[ ]  100533       0       0  100533 / 1000000     3.1s h4
[ ]  103586       0       0  103586 / 1000000     3.2s h4
[ ]  106978       0       0  106978 / 1000000     3.3s h4
[ ]  110510       0       0  110510 / 1000000     3.4s h4
[ ]  113950       0       0  113950 / 1000000     3.5s h4
[ ]  117210       0       0  117210 / 1000000     3.6s h4
[ ]  120453       0       0  120453 / 1000000     3.7s h4
[ ]  123586       0       0  123586 / 1000000     3.8s h4
[ ]  126889       0       0  126889 / 1000000     3.9s h4
[ ]  130077       0       0  130077 / 1000000     4.0s h4
[ ]  133370       0       0  133370 / 1000000     4.1s h4
[ ]  136614       0       0  136614 / 1000000     4.2s h4
[ ]  139992       0       0  139992 / 1000000     4.3s h4
[ ]  143490       0       0  143490 / 1000000     4.4s h4
[ ]  146795       0       0  146795 / 1000000     4.5s h4
[ ]  150057       0       0  150057 / 1000000     4.6s h4
[ ]  153513       0       0  153513 / 1000000     4.7s h4
[ ]  157012       0       0  157012 / 1000000     4.8s h4
[ ]  160369       0       0  160369 / 1000000     4.9s h4
[ ]  163523       0       0  163523 / 1000000     5.0s h4
[ ]  166675       0       0  166675 / 1000000     5.1s h4
[ ]  169764       0       0  169764 / 1000000     5.2s h4
[ ]  172946       0       0  172946 / 1000000     5.3s h4
[ ]  176476       0       0  176476 / 1000000     5.4s h4
[ ]  179812       0       0  179812 / 1000000     5.5s h4
[ ]  182803       0       0  182803 / 1000000     5.6s h4
[ ]  186008       0       0  186008 / 1000000     5.7s h4
[ ]  189318       0       0  189318 / 1000000     5.8s h4
[ ]  192633       0       0  192633 / 1000000     5.9s h4
[ ]  195760       0       0  195760 / 1000000     6.0s h4
[ ]  198713       0       0  198713 / 1000000     6.1s h4
[ ]  201780       0       0  201780 / 1000000     6.2s h4
[ ]  205075       0       0  205075 / 1000000     6.3s h4
[ ]  208322       0       0  208322 / 1000000     6.4s h4
[ ]  211631       0       0  211631 / 1000000     6.5s h4
[ ]  214943       0       0  214943 / 1000000     6.6s h4
[ ]  218258       0       0  218258 / 1000000     6.7s h4
[ ]  221521       0       0  221521 / 1000000     6.8s h4
[ ]  224937       0       0  224937 / 1000000     6.9s h4
[ ]  228310       0       0  228310 / 1000000     7.0s h4
[ ]  231591       0       0  231591 / 1000000     7.1s h4
[ ]  234955       0       0  234955 / 1000000     7.2s h4
[ ]  238430       0       0  238430 / 1000000     7.3s h4
[ ]  241950       0       0  241950 / 1000000     7.4s h4
[ ]  245456       0       0  245456 / 1000000     7.5s h4
[ ]  248950       0       0  248950 / 1000000     7.6s h4
[ ]  252568       0       0  252568 / 1000000     7.7s h4
[ ]  255990       0       0  255990 / 1000000     7.8s h4
[ ]  259593       0       0  259593 / 1000000     7.9s h4
[ ]  263175       0       0  263175 / 1000000     8.0s h4
[ ]  266584       0       0  266584 / 1000000     8.1s h4
[ ]  270032       0       0  270032 / 1000000     8.2s h4
[ ]  273488       0       0  273488 / 1000000     8.3s h4
[ ]  276929       0       0  276929 / 1000000     8.4s h4
[ ]  280268       0       0  280268 / 1000000     8.5s h4
[ ]  283529       0       0  283529 / 1000000     8.6s h4
[ ]  286765       0       0  286765 / 1000000     8.7s h4
[ ]  290068       0       0  290068 / 1000000     8.8s h4
[ ]  293402       0       0  293402 / 1000000     8.9s h4
[ ]  296661       0       0  296661 / 1000000     9.0s h4
[ ]  300015       0       0  300015 / 1000000     9.1s h4
[ ]  303294       0       0  303294 / 1000000     9.2s h4
[ ]  306617       0       0  306617 / 1000000     9.3s h4
[ ]  309927       0       0  309927 / 1000000     9.4s h4
[ ]  313196       0       0  313196 / 1000000     9.5s h4
[ ]  316601       0       0  316601 / 1000000     9.6s h4
[ ]  319840       0       0  319840 / 1000000     9.7s h4
[ ]  323157       0       0  323157 / 1000000     9.8s h4
[ ]  326358       0       0  326358 / 1000000     9.9s h4
[ ]  329780       0       0  329780 / 1000000    10.0s h4
[ ]  333201       0       0  333201 / 1000000    10.1s h4
[ ]  336473       0       0  336473 / 1000000    10.2s h4
[ ]  339835       0       0  339835 / 1000000    10.3s h4
[ ]  343340       0       0  343340 / 1000000    10.4s h4
[ ]  346591       0       0  346591 / 1000000    10.5s h4
[ ]  349889       0       0  349889 / 1000000    10.6s h4
[ ]  353278       0       0  353278 / 1000000    10.7s h4
[ ]  356522       0       0  356522 / 1000000    10.8s h4
[ ]  359944       0       0  359944 / 1000000    10.9s h4
[ ]  363190       0       0  363190 / 1000000    11.0s h4
[ ]  366392       0       0  366392 / 1000000    11.1s h4
[ ]  369265       0       0  369265 / 1000000    11.2s h4
[ ]  372321       0       0  372321 / 1000000    11.3s h4
[ ]  375484       0       0  375484 / 1000000    11.4s h4
[ ]  378596       0       0  378596 / 1000000    11.5s h4
[ ]  381869       0       0  381869 / 1000000    11.6s h4
[ ]  385155       0       0  385155 / 1000000    11.7s h4
[ ]  388436       0       0  388436 / 1000000    11.8s h4
[ ]  391780       0       0  391780 / 1000000    11.9s h4
[ ]  395208       0       0  395208 / 1000000    12.0s h4
[ ]  398714       0       0  398714 / 1000000    12.1s h4
[ ]  402065       0       0  402065 / 1000000    12.2s h4
[ ]  405386       0       0  405386 / 1000000    12.3s h4
[ ]  408612       0       0  408612 / 1000000    12.4s h4
[ ]  411762       0       0  411762 / 1000000    12.5s h4
[ ]  415058       0       0  415058 / 1000000    12.6s h4
[ ]  418440       0       0  418440 / 1000000    12.7s h4
[ ]  421952       0       0  421952 / 1000000    12.8s h4
[ ]  425292       0       0  425292 / 1000000    12.9s h4
[ ]  428725       0       0  428725 / 1000000    13.0s h4
[ ]  432214       0       0  432214 / 1000000    13.1s h4
[ ]  435513       0       0  435513 / 1000000    13.2s h4
[ ]  438929       0       0  438929 / 1000000    13.3s h4
[ ]  442405       0       0  442405 / 1000000    13.4s h4
[ ]  445697       0       0  445697 / 1000000    13.5s h4
[ ]  449148       0       0  449148 / 1000000    13.6s h4
[ ]  452464       0       0  452464 / 1000000    13.7s h4
[ ]  455716       0       0  455716 / 1000000    13.8s h4
[ ]  458958       0       0  458958 / 1000000    13.9s h4
[ ]  462146       0       0  462146 / 1000000    14.0s h4
[ ]  465529       0       0  465529 / 1000000    14.1s h4
[ ]  468919       0       0  468919 / 1000000    14.2s h4
[ ]  472321       0       0  472321 / 1000000    14.3s h4
[ ]  475730       0       0  475730 / 1000000    14.4s h4
[ ]  479019       0       0  479019 / 1000000    14.5s h4
[ ]  482202       0       0  482202 / 1000000    14.6s h4
[ ]  485473       0       0  485473 / 1000000    14.7s h4
[ ]  488809       0       0  488809 / 1000000    14.8s h4
[ ]  492033       0       0  492033 / 1000000    14.9s h4
[ ]  495476       0       0  495476 / 1000000    15.0s h4
[ ]  498825       0       0  498825 / 1000000    15.1s h4
[ ]  502128       0       0  502128 / 1000000    15.2s h4
[ ]  505506       0       0  505506 / 1000000    15.3s h4
[ ]  508754       0       0  508754 / 1000000    15.4s h4
[ ]  512068       0       0  512068 / 1000000    15.5s h4
[ ]  515326       0       0  515326 / 1000000    15.6s h4
[ ]  518725       0       0  518725 / 1000000    15.7s h4
[ ]  522047       0       0  522047 / 1000000    15.8s h4
[ ]  525357       0       0  525357 / 1000000    15.9s h4
[ ]  528772       0       0  528772 / 1000000    16.0s h4
[ ]  532083       0       0  532083 / 1000000    16.1s h4
[ ]  535445       0       0  535445 / 1000000    16.2s h4
[ ]  538914       0       0  538914 / 1000000    16.3s h4
[ ]  542347       0       0  542347 / 1000000    16.4s h4
[ ]  545816       0       0  545816 / 1000000    16.5s h4
[ ]  549256       0       0  549256 / 1000000    16.6s h4
[ ]  552708       0       0  552708 / 1000000    16.7s h4
[ ]  556152       0       0  556152 / 1000000    16.8s h4
[ ]  559626       0       0  559626 / 1000000    16.9s h4
[ ]  563114       0       0  563114 / 1000000    17.0s h4
[ ]  566503       0       0  566503 / 1000000    17.1s h4
[ ]  569871       0       0  569871 / 1000000    17.2s h4
[ ]  573263       0       0  573263 / 1000000    17.3s h4
[ ]  576739       0       0  576739 / 1000000    17.4s h4 (collecting)
[ ]  580228       0       0  580228 / 1000000    17.5s h4
[ ]  583686       0       0  583686 / 1000000    17.6s h4
[ ]  587082       0       0  587082 / 1000000    17.7s h4
[ ]  590483       0       0  590483 / 1000000    17.8s h4 (   testing)
[ ]  593903       0       0  593903 / 1000000    17.9s h4
[ ]  597336       0       0  597336 / 1000000    18.0s h4
[ ]  600802       0       0  600802 / 1000000    18.1s h4
[ ]  604084       0       0  604084 / 1000000    18.2s h4
[ ]  607278       0       0  607278 / 1000000    18.3s h4
[ ]  610454       0       0  610454 / 1000000    18.4s h4
[ ]  613725       0       0  613725 / 1000000    18.5s h4
[ ]  616938       0       0  616938 / 1000000    18.6s h4
[ ]  620062       0       0  620062 / 1000000    18.7s h4
[ ]  623292       0       0  623292 / 1000000    18.8s h4
[ ]  626518       0       0  626518 / 1000000    18.9s h4
[ ]  629820       0       0  629820 / 1000000    19.0s h4
[ ]  633084       0       0  633084 / 1000000    19.1s h4
[ ]  636385       0       0  636385 / 1000000    19.2s h4
[ ]  639507       0       0  639507 / 1000000    19.3s h4
[ ]  642662       0       0  642662 / 1000000    19.4s h4
[ ]  645909       0       0  645909 / 1000000    19.5s h4
[ ]  649187       0       0  649187 / 1000000    19.6s h4
[ ]  652501       0       0  652501 / 1000000    19.7s h4
[ ]  655782       0       0  655782 / 1000000    19.8s h4
[ ]  658946       0       0  658946 / 1000000    19.9s h4
[ ]  662139       0       0  662139 / 1000000    20.0s h4
[ ]  665346       0       0  665346 / 1000000    20.1s h4
[ ]  668453       0       0  668453 / 1000000    20.2s h4
[ ]  671664       0       0  671664 / 1000000    20.3s h4
[ ]  674855       0       0  674855 / 1000000    20.4s h4
[ ]  678135       0       0  678135 / 1000000    20.5s h4
[ ]  681396       0       0  681396 / 1000000    20.6s h4
[ ]  684692       0       0  684692 / 1000000    20.7s h4
[ ]  687932       0       0  687932 / 1000000    20.8s h4
[ ]  691214       0       0  691214 / 1000000    20.9s h4
[ ]  694453       0       0  694453 / 1000000    21.0s h4
[ ]  697741       0       0  697741 / 1000000    21.1s h4
[ ]  701043       0       0  701043 / 1000000    21.2s h4
[ ]  704357       0       0  704357 / 1000000    21.3s h4
[ ]  707681       0       0  707681 / 1000000    21.4s h4
[ ]  710932       0       0  710932 / 1000000    21.5s h4 (collecting)
[ ]  714236       0       0  714236 / 1000000    21.6s h4
[ ]  717532       0       0  717532 / 1000000    21.7s h4
[ ]  720857       0       0  720857 / 1000000    21.8s h4
[ ]  724203       0       0  724203 / 1000000    21.9s h4
[ ]  727495       0       0  727495 / 1000000    22.0s h4
[ ]  730886       0       0  730886 / 1000000    22.1s h4
[ ]  734353       0       0  734353 / 1000000    22.2s h4
[ ]  737848       0       0  737848 / 1000000    22.3s h4
[ ]  741145       0       0  741145 / 1000000    22.4s h4
[ ]  744468       0       0  744468 / 1000000    22.5s h4
[ ]  747686       0       0  747686 / 1000000    22.6s h4
[ ]  751039       0       0  751039 / 1000000    22.7s h4
[ ]  754086       0       0  754086 / 1000000    22.8s h4
[ ]  757433       0       0  757433 / 1000000    22.9s h4
[ ]  760594       0       0  760594 / 1000000    23.0s h4
[ ]  763749       0       0  763749 / 1000000    23.1s h4
[ ]  766807       0       0  766807 / 1000000    23.2s h4 (collecting)
[ ]  770107       0       0  770107 / 1000000    23.3s h4
[ ]  773305       0       0  773305 / 1000000    23.4s h4
[ ]  776863       0       0  776863 / 1000000    23.5s h4
[ ]  779748       0       0  779748 / 1000000    23.6s h4
[ ]  783022       0       0  783022 / 1000000    23.7s h4
[ ]  786361       0       0  786361 / 1000000    23.8s h4
[ ]  789622       0       0  789622 / 1000000    23.9s h4
[ ]  793074       0       0  793074 / 1000000    24.0s h4
[ ]  796304       0       0  796304 / 1000000    24.1s h4 (collecting)
[ ]  799658       0       0  799658 / 1000000    24.2s h4
[ ]  802970       0       0  802970 / 1000000    24.3s h4
[ ]  806426       0       0  806426 / 1000000    24.4s h4
[ ]  809692       0       0  809692 / 1000000    24.5s h4
[ ]  812949       0       0  812949 / 1000000    24.6s h4
[ ]  816228       0       0  816228 / 1000000    24.7s h4
[ ]  819599       0       0  819599 / 1000000    24.8s h4
[ ]  823068       0       0  823068 / 1000000    24.9s h4
[ ]  826513       0       0  826513 / 1000000    25.0s h4
[ ]  830017       0       0  830017 / 1000000    25.1s h4
[ ]  833384       0       0  833384 / 1000000    25.2s h4
[ ]  836580       0       0  836580 / 1000000    25.3s h4
[ ]  840014       0       0  840014 / 1000000    25.4s h4
[ ]  843437       0       0  843437 / 1000000    25.5s h4
[ ]  847021       0       0  847021 / 1000000    25.6s h4
[ ]  850462       0       0  850462 / 1000000    25.7s h4
[ ]  853659       0       0  853659 / 1000000    25.8s h4
[ ]  856943       0       0  856943 / 1000000    25.9s h4
[ ]  860133       0       0  860133 / 1000000    26.0s h4
[ ]  863472       0       0  863472 / 1000000    26.1s h4
[ ]  866312       0       0  866312 / 1000000    26.2s h4
[ ]  869756       0       0  869756 / 1000000    26.3s h4
[ ]  873157       0       0  873157 / 1000000    26.4s h4
[ ]  876487       0       0  876487 / 1000000    26.5s h4
[ ]  879677       0       0  879677 / 1000000    26.6s h4
[ ]  882665       0       0  882665 / 1000000    26.7s h4
[ ]  885894       0       0  885894 / 1000000    26.8s h4
[ ]  889200       0       0  889200 / 1000000    26.9s h4
[ ]  892470       0       0  892470 / 1000000    27.0s h4
[ ]  895774       0       0  895774 / 1000000    27.1s h4
[ ]  899072       0       0  899072 / 1000000    27.2s h4
[ ]  902464       0       0  902464 / 1000000    27.3s h4
[ ]  905971       0       0  905971 / 1000000    27.4s h4
[ ]  909382       0       0  909382 / 1000000    27.5s h4
[ ]  912722       0       0  912722 / 1000000    27.6s h4
[ ]  916287       0       0  916287 / 1000000    27.7s h4
[ ]  919651       0       0  919651 / 1000000    27.8s h4
[ ]  923108       0       0  923108 / 1000000    27.9s h4
[ ]  926320       0       0  926320 / 1000000    28.0s h4
[ ]  929635       0       0  929635 / 1000000    28.1s h4
[ ]  932761       0       0  932761 / 1000000    28.2s h4
[ ]  935948       0       0  935948 / 1000000    28.3s h4
[ ]  939245       0       0  939245 / 1000000    28.4s h4
[ ]  942633       0       0  942633 / 1000000    28.5s h4
[ ]  945917       0       0  945917 / 1000000    28.6s h4
[ ]  949244       0       0  949244 / 1000000    28.7s h4
[ ]  952524       0       0  952524 / 1000000    28.8s h4
[ ]  955795       0       0  955795 / 1000000    28.9s h4
[ ]  959085       0       0  959085 / 1000000    29.0s h4
[ ]  962412       0       0  962412 / 1000000    29.1s h4 (collecting)
[ ]  965759       0       0  965759 / 1000000    29.2s h4
[ ]  969183       0       0  969183 / 1000000    29.3s h4
[ ]  972689       0       0  972689 / 1000000    29.4s h4
[ ]  976085       0       0  976085 / 1000000    29.5s h4
[ ]  979429       0       0  979429 / 1000000    29.6s h4
[ ]  982887       0       0  982887 / 1000000    29.7s h4
[ ]  986325       0       0  986325 / 1000000    29.8s h4
[ ]  989641       0       0  989641 / 1000000    29.9s h4
[ ]  993072       0       0  993072 / 1000000    30.0s h4
[ ]  995710       0       0  995710 / 1000000    30.1s h4
[ ]  998858       0       0  998858 / 1000000    30.2s h4
[✓] 1000000       0       0 1000000 / 1000000    30.2s h4
- ================================================================================
- success (ran 6 tests)
-> compiled  dates_calc.0.0.5
-> removed   dates_calc.0.0.5
-> installed dates_calc.0.0.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:48.57 ---> saved as "a0b2488d36cc341cdd8fd2112167f626ec33531b6138832e91ff872db3ba1511"
Job succeeded
2026-03-25 14:49.13: Job succeeded