(not at the head of any monitored branch or PR)
2026-04-10 17:57.46: New job: test dates_calc.0.0.4 with dune.3.22.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29704/head (3e0c395e7b1393a792367f8edca3654dac71e6fd)
                              on debian-13-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29704/head" && git reset --hard 3e0c395e
git fetch origin master
git merge --no-edit 9d8ceab8e9f49f5671cf459997c8a47cf0e675ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
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 dune.3.22.2 3.22.2
RUN opam reinstall dune.3.22.2; \
    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" != 'dune.3.22.2' && 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.4; \
    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.4' && 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.4) || true
RUN opam reinstall --with-test --verbose dates_calc.0.0.4; \
    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.4' && 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-04-10 17:57.46: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4-dune.3.22.2-dates_calc.0.0.4-3e0c395e7b1393a792367f8edca3654dac71e6fd"
2026-04-10 17:57.46: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
 (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 dune.3.22.2 3.22.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.22.2;\
             \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\" != 'dune.3.22.2' && 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.4;\
             \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.4' && 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.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose dates_calc.0.0.4;\
             \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.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-10 17:57.46: Waiting for resource in pool OCluster
2026-04-11 03:36.23: Waiting for worker…
2026-04-11 03:38.11: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  69% (12950/18686)
Updating files:  70% (13081/18686)
Updating files:  71% (13268/18686)
Updating files:  72% (13454/18686)
Updating files:  73% (13641/18686)
Updating files:  74% (13828/18686)
Updating files:  75% (14015/18686)
Updating files:  76% (14202/18686)
Updating files:  77% (14389/18686)
Updating files:  78% (14576/18686)
Updating files:  79% (14762/18686)
Updating files:  80% (14949/18686)
Updating files:  81% (15136/18686)
Updating files:  82% (15323/18686)
Updating files:  83% (15510/18686)
Updating files:  84% (15697/18686)
Updating files:  85% (15884/18686)
Updating files:  86% (16070/18686)
Updating files:  87% (16257/18686)
Updating files:  88% (16444/18686)
Updating files:  89% (16631/18686)
Updating files:  90% (16818/18686)
Updating files:  91% (17005/18686)
Updating files:  92% (17192/18686)
Updating files:  93% (17378/18686)
Updating files:  94% (17565/18686)
Updating files:  95% (17752/18686)
Updating files:  96% (17939/18686)
Updating files:  97% (18126/18686)
Updating files:  98% (18313/18686)
Updating files:  99% (18500/18686)
Updating files: 100% (18686/18686)
Updating files: 100% (18686/18686), done.
HEAD is now at 9d8ceab8e9 Merge pull request #29697 from filipeom/opam-publish-smtml.0.25.0
Updating 9d8ceab8e9..3e0c395e7b
Fast-forward
 packages/chrome-trace/chrome-trace.3.22.2/opam     | 39 +++++++++++
 .../dune-action-plugin.3.22.2/opam                 | 52 +++++++++++++++
 .../dune-action-trace.3.22.2/opam                  | 39 +++++++++++
 .../dune-build-info/dune-build-info.3.22.2/opam    | 45 +++++++++++++
 .../dune-configurator.3.22.2/opam                  | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.2/opam           | 42 ++++++++++++
 .../dune-private-libs.3.22.2/opam                  | 50 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam     | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.2/opam             | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.2/opam           | 37 +++++++++++
 packages/dune/dune.3.22.2/opam                     | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.2/opam                       | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.2/opam                   | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam         | 43 +++++++++++++
 packages/ordering/ordering.3.22.2/opam             | 38 +++++++++++
 packages/stdune/stdune.3.22.2/opam                 | 46 +++++++++++++
 packages/top-closure/top-closure.3.22.2/opam       | 38 +++++++++++
 packages/xdg/xdg.3.22.2/opam                       | 39 +++++++++++
 18 files changed, 796 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.2/opam
 create mode 100644 packages/dune-site/dune-site.3.22.2/opam
 create mode 100644 packages/dune/dune.3.22.2/opam
 create mode 100644 packages/dyn/dyn.3.22.2/opam
 create mode 100644 packages/fs-io/fs-io.3.22.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam
 create mode 100644 packages/ordering/ordering.3.22.2/opam
 create mode 100644 packages/stdune/stdune.3.22.2/opam
 create mode 100644 packages/top-closure/top-closure.3.22.2/opam
 create mode 100644 packages/xdg/xdg.3.22.2/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
2026-04-11 03:38.14 ---> using "e7349b5faa6e8ea47e3f73a0784842b9d8524e468ce596e92633dbea53bd1c16" 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-04-11 03:38.14 ---> using "345d07c1ddcf0b692213607682954d9bdf190a7dc793f33951a109185e732dcb" 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-04-11 03:38.14 ---> using "6e021c655ca00bde9af60e23db55b09a0bcc3db0d3ca38d66f78ad53e254a31c" 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-11 03:38.14 ---> using "7b2a5ae62cf702b99c177da358372ff585494a0b1c5dfffe5c4eda3046bc59fb" 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-04-11 03:38.14 ---> using "2d8e28a183d0990d4c5f7a587471f7c743cdf0d9f00bdf4de7761e94ec09202a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 03:38.16 ---> using "43c49734bd8015921029b9a907dd77c0e05208c46b686916515831f5a9e9d500" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 03:38.16 ---> using "bb36992fd0066703535b2984ee1ead3db92bb1f04a8df092631924067dac4082" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [121 kB]
- Fetched 211 kB in 0s (2107 kB/s)
- Reading package lists...
2026-04-11 03:38.16 ---> using "e0d9ada0baddc41d2c835edef7d0cf7cceebd2dadac41fda17c9e860b5313a74" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.22.2 3.22.2"))
dune is now pinned to version 3.22.2
2026-04-11 03:38.16 ---> using "a60db6b945be7f2fc9953546cee71bf416921d54f02951a4c9176dbdf1065520" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.2  (cached)
-> installed dune.3.22.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:38.16 ---> using "59eacf68137f7dccf94b9ebc5274fdc537230a8c71c2eb52f8fcf698829c6d46" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dates_calc.0.0.4;\
                        \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.4' && 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.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install dates_calc 0.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.4  (https://opam.ocaml.org/cache)
-> installed dates_calc.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:38.23 ---> saved as "4233ce93eb77fe8703a17b067c8bc5a0a7bd677c908e91c489df5a21ea7e0861"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test dates_calc.0.0.4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile dates_calc         0.0.4
=== 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.4  (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 ounit2.2.2.7
-> installed qcheck-core.0.91
-> installed qcheck-ounit.0.91
-> installed qcheck.0.91
-> installed ocamlfind.1.9.8
-> installed cmdliner.2.1.0
-> removed   dates_calc.0.0.4
-> 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.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:39.47 ---> saved as "f8383fedc780658f7d685d682e4d7b04b51f941e7176a505483531e58e20e9f3"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [dates_calc.0.0.4: extract]
-> retrieved dates_calc.0.0.4  (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/4.14/.opam-switch/build/dates_calc.0.0.4)
- (cd _build/default/test && ./unit.exe)
- Testing `unit'.
- This run has ID `XH33C8PS'.
- 
-   [OK]          add_dates                        0   days.
-   [OK]          add_dates                        1   months_exact.
-   [OK]          add_dates                        2   months_ambig.
-   [OK]          add_dates                        3   years_exact.
-   [OK]          add_dates                        4   years_ambig.
-   [OK]          first_last_day_of_month          0   all.
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/dates_calc.0.0.4/_build/default/test/_build/_tests/unit'.
- Test Successful in 0.004s. 6 tests run.
- (cd _build/default/test && ./prop.exe)
- 
random seed: 180659304
-   generated   error    fail    pass /   total     time test name
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_1
[ ]     311       0       0     311 /    1000     0.1s anon_test_1
[ ]     608       0       0     608 /    1000     0.2s anon_test_1
[ ]     896       0       0     896 /    1000     0.3s anon_test_1
[✓]    1000       0       0    1000 /    1000     0.3s anon_test_1
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_2
[ ]      15       0       0      15 /    1000     0.1s anon_test_2
[ ]      21       0       0      21 /    1000     0.2s anon_test_2
[ ]      26       0       0      26 /    1000     0.3s anon_test_2
[ ]      32       0       0      32 /    1000     0.4s anon_test_2
[ ]      42       0       0      42 /    1000     0.5s anon_test_2
[ ]      53       0       0      53 /    1000     0.7s anon_test_2
[ ]      61       0       0      61 /    1000     0.8s anon_test_2
[ ]      71       0       0      71 /    1000     0.9s anon_test_2
[ ]      76       0       0      76 /    1000     1.0s anon_test_2
[ ]      88       0       0      88 /    1000     1.1s anon_test_2
[ ]     102       0       0     102 /    1000     1.2s anon_test_2
[ ]     109       0       0     109 /    1000     1.3s anon_test_2
[ ]     121       0       0     121 /    1000     1.5s anon_test_2
[ ]     131       0       0     131 /    1000     1.6s anon_test_2
[ ]     141       0       0     141 /    1000     1.7s anon_test_2
[ ]     147       0       0     147 /    1000     1.8s anon_test_2
[ ]     156       0       0     156 /    1000     1.9s anon_test_2
[ ]     166       0       0     166 /    1000     2.0s anon_test_2
[ ]     183       0       0     183 /    1000     2.2s anon_test_2
[ ]     195       0       0     195 /    1000     2.3s anon_test_2
[ ]     211       0       0     211 /    1000     2.4s anon_test_2
[ ]     216       0       0     216 /    1000     2.5s anon_test_2
[ ]     230       0       0     230 /    1000     2.6s anon_test_2
[ ]     241       0       0     241 /    1000     2.7s anon_test_2
[ ]     254       0       0     254 /    1000     2.8s anon_test_2
[ ]     269       0       0     269 /    1000     2.9s anon_test_2
[ ]     288       0       0     288 /    1000     3.0s anon_test_2
[ ]     301       0       0     301 /    1000     3.1s anon_test_2
[ ]     315       0       0     315 /    1000     3.2s anon_test_2
[ ]     324       0       0     324 /    1000     3.3s anon_test_2
[ ]     334       0       0     334 /    1000     3.4s anon_test_2
[ ]     345       0       0     345 /    1000     3.6s anon_test_2
[ ]     359       0       0     359 /    1000     3.7s anon_test_2
[ ]     374       0       0     374 /    1000     3.8s anon_test_2
[ ]     385       0       0     385 /    1000     3.9s anon_test_2
[ ]     398       0       0     398 /    1000     4.0s anon_test_2
[ ]     411       0       0     411 /    1000     4.1s anon_test_2
[ ]     423       0       0     423 /    1000     4.2s anon_test_2
[ ]     443       0       0     443 /    1000     4.3s anon_test_2
[ ]     454       0       0     454 /    1000     4.4s anon_test_2
[ ]     467       0       0     467 /    1000     4.5s anon_test_2
[ ]     482       0       0     482 /    1000     4.6s anon_test_2
[ ]     488       0       0     488 /    1000     4.8s anon_test_2
[ ]     495       0       0     495 /    1000     4.9s anon_test_2
[ ]     511       0       0     511 /    1000     5.0s anon_test_2
[ ]     522       0       0     522 /    1000     5.1s anon_test_2
[ ]     535       0       0     535 /    1000     5.2s anon_test_2
[ ]     545       0       0     545 /    1000     5.3s anon_test_2
[ ]     555       0       0     555 /    1000     5.4s anon_test_2
[ ]     565       0       0     565 /    1000     5.5s anon_test_2
[ ]     572       0       0     572 /    1000     5.6s anon_test_2
[ ]     585       0       0     585 /    1000     5.7s anon_test_2
[ ]     594       0       0     594 /    1000     5.8s anon_test_2
[ ]     605       0       0     605 /    1000     5.9s anon_test_2
[ ]     622       0       0     622 /    1000     6.0s anon_test_2
[ ]     638       0       0     638 /    1000     6.2s anon_test_2
[ ]     655       0       0     655 /    1000     6.3s anon_test_2
[ ]     665       0       0     665 /    1000     6.4s anon_test_2
[ ]     673       0       0     673 /    1000     6.5s anon_test_2
[ ]     688       0       0     688 /    1000     6.6s anon_test_2
[ ]     697       0       0     697 /    1000     6.7s anon_test_2
[ ]     706       0       0     706 /    1000     6.8s anon_test_2
[ ]     722       0       0     722 /    1000     6.9s anon_test_2
[ ]     727       0       0     727 /    1000     7.0s anon_test_2
[ ]     732       0       0     732 /    1000     7.1s anon_test_2
[ ]     736       0       0     736 /    1000     7.2s anon_test_2
[ ]     742       0       0     742 /    1000     7.3s anon_test_2
[ ]     759       0       0     759 /    1000     7.5s anon_test_2
[ ]     769       0       0     769 /    1000     7.6s anon_test_2
[ ]     775       0       0     775 /    1000     7.7s anon_test_2
[ ]     780       0       0     780 /    1000     7.8s anon_test_2
[ ]     784       0       0     784 /    1000     7.9s anon_test_2
[ ]     791       0       0     791 /    1000     8.0s anon_test_2
[ ]     799       0       0     799 /    1000     8.1s anon_test_2
[ ]     807       0       0     807 /    1000     8.3s anon_test_2
[ ]     814       0       0     814 /    1000     8.4s anon_test_2
[ ]     826       0       0     826 /    1000     8.5s anon_test_2
[ ]     843       0       0     843 /    1000     8.6s anon_test_2
[ ]     854       0       0     854 /    1000     8.7s anon_test_2
[ ]     864       0       0     864 /    1000     8.8s anon_test_2
[ ]     876       0       0     876 /    1000     8.9s anon_test_2
[ ]     887       0       0     887 /    1000     9.0s anon_test_2
[ ]     892       0       0     892 /    1000     9.1s anon_test_2
[ ]     906       0       0     906 /    1000     9.2s anon_test_2
[ ]     919       0       0     919 /    1000     9.3s anon_test_2
[ ]     929       0       0     929 /    1000     9.5s anon_test_2
[ ]     941       0       0     941 /    1000     9.6s anon_test_2
[ ]     954       0       0     954 /    1000     9.7s anon_test_2
[ ]     963       0       0     963 /    1000     9.8s anon_test_2
[ ]     975       0       0     975 /    1000     9.9s anon_test_2
[ ]     990       0       0     990 /    1000    10.0s anon_test_2
[ ]     997       0       0     997 /    1000    10.1s anon_test_2
[✓]    1000       0       0    1000 /    1000    10.1s anon_test_2
- 
[ ]       0       0       0       0 / 1000000     0.0s h1
[ ]   11115       0       0   11115 / 1000000     0.1s h1
[ ]   26904       0       0   26904 / 1000000     0.2s h1
[ ]   41562       0       0   41562 / 1000000     0.3s h1
[ ]   53882       0       0   53882 / 1000000     0.4s h1
[ ]   68215       0       0   68215 / 1000000     0.5s h1
[ ]   83021       0       0   83021 / 1000000     0.6s h1
[ ]   98725       0       0   98725 / 1000000     0.7s h1
[ ]  114634       0       0  114634 / 1000000     0.8s h1
[ ]  128964       0       0  128964 / 1000000     0.9s h1
[ ]  138308       0       0  138308 / 1000000     1.0s h1
[ ]  146914       0       0  146914 / 1000000     1.1s h1
[ ]  155546       0       0  155546 / 1000000     1.2s h1 (generating)
[ ]  164945       0       0  164945 / 1000000     1.3s h1
[ ]  175480       0       0  175480 / 1000000     1.4s h1
[ ]  185874       0       0  185874 / 1000000     1.5s h1
[ ]  195618       0       0  195618 / 1000000     1.6s h1
[ ]  205223       0       0  205223 / 1000000     1.7s h1 (collecting)
[ ]  214826       0       0  214826 / 1000000     1.8s h1
[ ]  224226       0       0  224226 / 1000000     1.9s h1
[ ]  233168       0       0  233168 / 1000000     2.0s h1
[ ]  242556       0       0  242556 / 1000000     2.1s h1
[ ]  251998       0       0  251998 / 1000000     2.2s h1
[ ]  263782       0       0  263782 / 1000000     2.3s h1
[ ]  275762       0       0  275762 / 1000000     2.4s h1
[ ]  284057       0       0  284057 / 1000000     2.5s h1 (collecting)
[ ]  293360       0       0  293360 / 1000000     2.6s h1
[ ]  306703       0       0  306703 / 1000000     2.7s h1
[ ]  322649       0       0  322649 / 1000000     2.8s h1
[ ]  338589       0       0  338589 / 1000000     2.9s h1
[ ]  354802       0       0  354802 / 1000000     3.0s h1
[ ]  370593       0       0  370593 / 1000000     3.1s h1
[ ]  386430       0       0  386430 / 1000000     3.2s h1
[ ]  402613       0       0  402613 / 1000000     3.3s h1
[ ]  419073       0       0  419073 / 1000000     3.4s h1
[ ]  435528       0       0  435528 / 1000000     3.5s h1
[ ]  452025       0       0  452025 / 1000000     3.6s h1
[ ]  468403       0       0  468403 / 1000000     3.7s h1
[ ]  484376       0       0  484376 / 1000000     3.8s h1
[ ]  499020       0       0  499020 / 1000000     3.9s h1
[ ]  508648       0       0  508648 / 1000000     4.0s h1
[ ]  518115       0       0  518115 / 1000000     4.1s h1
[ ]  527332       0       0  527332 / 1000000     4.2s h1
[ ]  537265       0       0  537265 / 1000000     4.3s h1
[ ]  548112       0       0  548112 / 1000000     4.4s h1
[ ]  558797       0       0  558797 / 1000000     4.5s h1
[ ]  569136       0       0  569136 / 1000000     4.6s h1
[ ]  581918       0       0  581918 / 1000000     4.7s h1
[ ]  594294       0       0  594294 / 1000000     4.8s h1
[ ]  609224       0       0  609224 / 1000000     4.9s h1
[ ]  619266       0       0  619266 / 1000000     5.0s h1
[ ]  629024       0       0  629024 / 1000000     5.1s h1
[ ]  637661       0       0  637661 / 1000000     5.2s h1
[ ]  645585       0       0  645585 / 1000000     5.3s h1
[ ]  653696       0       0  653696 / 1000000     5.4s h1
[ ]  661471       0       0  661471 / 1000000     5.5s h1
[ ]  669586       0       0  669586 / 1000000     5.6s h1
[ ]  678521       0       0  678521 / 1000000     5.7s h1
[ ]  685995       0       0  685995 / 1000000     5.8s h1
[ ]  695338       0       0  695338 / 1000000     5.9s h1
[ ]  704940       0       0  704940 / 1000000     6.0s h1
[ ]  714533       0       0  714533 / 1000000     6.1s h1
[ ]  724020       0       0  724020 / 1000000     6.2s h1
[ ]  733712       0       0  733712 / 1000000     6.3s h1
[ ]  743562       0       0  743562 / 1000000     6.4s h1
[ ]  753557       0       0  753557 / 1000000     6.5s h1
[ ]  763032       0       0  763032 / 1000000     6.6s h1
[ ]  772657       0       0  772657 / 1000000     6.7s h1
[ ]  782271       0       0  782271 / 1000000     6.8s h1
[ ]  791609       0       0  791609 / 1000000     6.9s h1
[ ]  801448       0       0  801448 / 1000000     7.0s h1
[ ]  811219       0       0  811219 / 1000000     7.1s h1 (collecting)
[ ]  820771       0       0  820771 / 1000000     7.2s h1
[ ]  830368       0       0  830368 / 1000000     7.3s h1
[ ]  840342       0       0  840342 / 1000000     7.4s h1
[ ]  850102       0       0  850102 / 1000000     7.5s h1
[ ]  860999       0       0  860999 / 1000000     7.6s h1
[ ]  872646       0       0  872646 / 1000000     7.7s h1
[ ]  883430       0       0  883430 / 1000000     7.8s h1
[ ]  895176       0       0  895176 / 1000000     7.9s h1
[ ]  904039       0       0  904039 / 1000000     8.0s h1
[ ]  913274       0       0  913274 / 1000000     8.1s h1
[ ]  923089       0       0  923089 / 1000000     8.2s h1
[ ]  933251       0       0  933251 / 1000000     8.3s h1
[ ]  942642       0       0  942642 / 1000000     8.4s h1
[ ]  951980       0       0  951980 / 1000000     8.5s h1
[ ]  960982       0       0  960982 / 1000000     8.6s h1
[ ]  970640       0       0  970640 / 1000000     8.7s h1
[ ]  979819       0       0  979819 / 1000000     8.8s h1
[ ]  989081       0       0  989081 / 1000000     8.9s h1
[ ]  998768       0       0  998768 / 1000000     9.0s h1
[✓] 1000000       0       0 1000000 / 1000000     9.0s h1
- 
[ ]       0       0       0       0 / 1000000     0.0s h2
[ ]    4709       0       0    4709 / 1000000     0.1s h2
[ ]    9208       0       0    9208 / 1000000     0.2s h2
[ ]   13315       0       0   13315 / 1000000     0.3s h2
[ ]   18433       0       0   18433 / 1000000     0.4s h2
[ ]   23333       0       0   23333 / 1000000     0.5s h2 (collecting)
[ ]   28453       0       0   28453 / 1000000     0.6s h2
[ ]   33570       0       0   33570 / 1000000     0.7s h2
[ ]   38563       0       0   38563 / 1000000     0.8s h2
[ ]   43664       0       0   43664 / 1000000     0.9s h2
[ ]   48765       0       0   48765 / 1000000     1.0s h2
[ ]   53726       0       0   53726 / 1000000     1.1s h2
[ ]   58583       0       0   58583 / 1000000     1.2s h2
[ ]   63620       0       0   63620 / 1000000     1.3s h2
[ ]   68352       0       0   68352 / 1000000     1.4s h2
[ ]   73052       0       0   73052 / 1000000     1.5s h2
[ ]   77930       0       0   77930 / 1000000     1.6s h2
[ ]   82553       0       0   82553 / 1000000     1.7s h2
[ ]   87668       0       0   87668 / 1000000     1.8s h2
[ ]   92885       0       0   92885 / 1000000     1.9s h2
[ ]   98079       0       0   98079 / 1000000     2.0s h2
[ ]  102799       0       0  102799 / 1000000     2.1s h2
[ ]  107544       0       0  107544 / 1000000     2.2s h2
[ ]  112384       0       0  112384 / 1000000     2.3s h2
[ ]  117412       0       0  117412 / 1000000     2.4s h2
[ ]  122322       0       0  122322 / 1000000     2.5s h2
[ ]  126799       0       0  126799 / 1000000     2.6s h2
[ ]  131997       0       0  131997 / 1000000     2.7s h2
[ ]  137172       0       0  137172 / 1000000     2.8s h2
[ ]  141918       0       0  141918 / 1000000     2.9s h2
[ ]  146161       0       0  146161 / 1000000     3.0s h2
[ ]  150051       0       0  150051 / 1000000     3.1s h2 (collecting)
[ ]  154260       0       0  154260 / 1000000     3.2s h2
[ ]  158678       0       0  158678 / 1000000     3.3s h2
[ ]  162965       0       0  162965 / 1000000     3.4s h2
[ ]  167472       0       0  167472 / 1000000     3.5s h2
[ ]  172168       0       0  172168 / 1000000     3.6s h2
[ ]  176690       0       0  176690 / 1000000     3.7s h2
[ ]  180750       0       0  180750 / 1000000     3.8s h2
[ ]  184802       0       0  184802 / 1000000     3.9s h2
[ ]  188127       0       0  188127 / 1000000     4.0s h2
[ ]  192213       0       0  192213 / 1000000     4.1s h2
[ ]  195971       0       0  195971 / 1000000     4.2s h2
[ ]  200802       0       0  200802 / 1000000     4.3s h2
[ ]  204550       0       0  204550 / 1000000     4.4s h2
[ ]  208411       0       0  208411 / 1000000     4.5s h2
[ ]  212619       0       0  212619 / 1000000     4.6s h2
[ ]  217062       0       0  217062 / 1000000     4.7s h2
[ ]  221782       0       0  221782 / 1000000     4.8s h2
[ ]  226748       0       0  226748 / 1000000     4.9s h2
[ ]  230957       0       0  230957 / 1000000     5.0s h2
[ ]  235470       0       0  235470 / 1000000     5.1s h2
[ ]  240082       0       0  240082 / 1000000     5.2s h2
[ ]  244331       0       0  244331 / 1000000     5.3s h2
[ ]  248889       0       0  248889 / 1000000     5.4s h2
[ ]  253529       0       0  253529 / 1000000     5.5s h2
[ ]  258150       0       0  258150 / 1000000     5.6s h2
[ ]  262552       0       0  262552 / 1000000     5.7s h2
[ ]  267130       0       0  267130 / 1000000     5.8s h2
[ ]  271686       0       0  271686 / 1000000     5.9s h2
[ ]  276221       0       0  276221 / 1000000     6.0s h2
[ ]  280728       0       0  280728 / 1000000     6.1s h2
[ ]  285376       0       0  285376 / 1000000     6.2s h2
[ ]  290268       0       0  290268 / 1000000     6.3s h2
[ ]  295273       0       0  295273 / 1000000     6.4s h2
[ ]  300731       0       0  300731 / 1000000     6.5s h2
[ ]  305587       0       0  305587 / 1000000     6.6s h2
[ ]  310300       0       0  310300 / 1000000     6.7s h2
[ ]  314783       0       0  314783 / 1000000     6.8s h2
[ ]  319561       0       0  319561 / 1000000     6.9s h2
[ ]  324498       0       0  324498 / 1000000     7.0s h2 (generating)
[ ]  329011       0       0  329011 / 1000000     7.1s h2
[ ]  333719       0       0  333719 / 1000000     7.2s h2
[ ]  338302       0       0  338302 / 1000000     7.3s h2
[ ]  342925       0       0  342925 / 1000000     7.4s h2 (collecting)
[ ]  347341       0       0  347341 / 1000000     7.5s h2
[ ]  352274       0       0  352274 / 1000000     7.6s h2
[ ]  357321       0       0  357321 / 1000000     7.7s h2
[ ]  362019       0       0  362019 / 1000000     7.8s h2
[ ]  366705       0       0  366705 / 1000000     7.9s h2
[ ]  371293       0       0  371293 / 1000000     8.0s h2
[ ]  375984       0       0  375984 / 1000000     8.1s h2
[ ]  380942       0       0  380942 / 1000000     8.2s h2 (collecting)
[ ]  385759       0       0  385759 / 1000000     8.3s h2
[ ]  390236       0       0  390236 / 1000000     8.4s h2
[ ]  394339       0       0  394339 / 1000000     8.5s h2
[ ]  398789       0       0  398789 / 1000000     8.6s h2
[ ]  403774       0       0  403774 / 1000000     8.7s h2
[ ]  408571       0       0  408571 / 1000000     8.8s h2
[ ]  413318       0       0  413318 / 1000000     8.9s h2
[ ]  417930       0       0  417930 / 1000000     9.0s h2
[ ]  422265       0       0  422265 / 1000000     9.1s h2 (collecting)
[ ]  426495       0       0  426495 / 1000000     9.2s h2
[ ]  431060       0       0  431060 / 1000000     9.3s h2
[ ]  435155       0       0  435155 / 1000000     9.4s h2
[ ]  439280       0       0  439280 / 1000000     9.5s h2
[ ]  444066       0       0  444066 / 1000000     9.6s h2
[ ]  448980       0       0  448980 / 1000000     9.7s h2
[ ]  453885       0       0  453885 / 1000000     9.8s h2
[ ]  458865       0       0  458865 / 1000000     9.9s h2
[ ]  463510       0       0  463510 / 1000000    10.0s h2
[ ]  468379       0       0  468379 / 1000000    10.1s h2
[ ]  473187       0       0  473187 / 1000000    10.2s h2
[ ]  478057       0       0  478057 / 1000000    10.3s h2
[ ]  482848       0       0  482848 / 1000000    10.4s h2
[ ]  487119       0       0  487119 / 1000000    10.5s h2
[ ]  491762       0       0  491762 / 1000000    10.6s h2
[ ]  496155       0       0  496155 / 1000000    10.7s h2
[ ]  500880       0       0  500880 / 1000000    10.8s h2
[ ]  505578       0       0  505578 / 1000000    10.9s h2
[ ]  510095       0       0  510095 / 1000000    11.0s h2
[ ]  514924       0       0  514924 / 1000000    11.1s h2
[ ]  520015       0       0  520015 / 1000000    11.2s h2
[ ]  525068       0       0  525068 / 1000000    11.3s h2
[ ]  529905       0       0  529905 / 1000000    11.4s h2
[ ]  534850       0       0  534850 / 1000000    11.5s h2
[ ]  539664       0       0  539664 / 1000000    11.6s h2
[ ]  544435       0       0  544435 / 1000000    11.7s h2
[ ]  549243       0       0  549243 / 1000000    11.8s h2
[ ]  553663       0       0  553663 / 1000000    11.9s h2
[ ]  557626       0       0  557626 / 1000000    12.0s h2
[ ]  562071       0       0  562071 / 1000000    12.1s h2
[ ]  566487       0       0  566487 / 1000000    12.2s h2
[ ]  571708       0       0  571708 / 1000000    12.3s h2 (collecting)
[ ]  576917       0       0  576917 / 1000000    12.4s h2
[ ]  581899       0       0  581899 / 1000000    12.5s h2
[ ]  586971       0       0  586971 / 1000000    12.6s h2
[ ]  591981       0       0  591981 / 1000000    12.7s h2
[ ]  596777       0       0  596777 / 1000000    12.8s h2
[ ]  601661       0       0  601661 / 1000000    12.9s h2
[ ]  606458       0       0  606458 / 1000000    13.0s h2
[ ]  611684       0       0  611684 / 1000000    13.1s h2
[ ]  616543       0       0  616543 / 1000000    13.2s h2
[ ]  621634       0       0  621634 / 1000000    13.3s h2
[ ]  626653       0       0  626653 / 1000000    13.4s h2
[ ]  631344       0       0  631344 / 1000000    13.5s h2
[ ]  636289       0       0  636289 / 1000000    13.6s h2
[ ]  641131       0       0  641131 / 1000000    13.7s h2
[ ]  646329       0       0  646329 / 1000000    13.8s h2
[ ]  651166       0       0  651166 / 1000000    13.9s h2
[ ]  655951       0       0  655951 / 1000000    14.0s h2
[ ]  660655       0       0  660655 / 1000000    14.1s h2
[ ]  665272       0       0  665272 / 1000000    14.2s h2
[ ]  670439       0       0  670439 / 1000000    14.3s h2
[ ]  675564       0       0  675564 / 1000000    14.4s h2
[ ]  680574       0       0  680574 / 1000000    14.5s h2
[ ]  685668       0       0  685668 / 1000000    14.6s h2
[ ]  690527       0       0  690527 / 1000000    14.7s h2
[ ]  695237       0       0  695237 / 1000000    14.8s h2
[ ]  700092       0       0  700092 / 1000000    14.9s h2
[ ]  704908       0       0  704908 / 1000000    15.0s h2
[ ]  709807       0       0  709807 / 1000000    15.1s h2
[ ]  714736       0       0  714736 / 1000000    15.2s h2
[ ]  719828       0       0  719828 / 1000000    15.3s h2
[ ]  724621       0       0  724621 / 1000000    15.4s h2
[ ]  729614       0       0  729614 / 1000000    15.5s h2
[ ]  734528       0       0  734528 / 1000000    15.6s h2
[ ]  739380       0       0  739380 / 1000000    15.7s h2
[ ]  744192       0       0  744192 / 1000000    15.8s h2
[ ]  749156       0       0  749156 / 1000000    15.9s h2
[ ]  754443       0       0  754443 / 1000000    16.0s h2 (collecting)
[ ]  759398       0       0  759398 / 1000000    16.1s h2
[ ]  764157       0       0  764157 / 1000000    16.2s h2
[ ]  769130       0       0  769130 / 1000000    16.3s h2
[ ]  774322       0       0  774322 / 1000000    16.4s h2 (collecting)
[ ]  779561       0       0  779561 / 1000000    16.5s h2
[ ]  784660       0       0  784660 / 1000000    16.6s h2
[ ]  789725       0       0  789725 / 1000000    16.7s h2
[ ]  794518       0       0  794518 / 1000000    16.8s h2
[ ]  799585       0       0  799585 / 1000000    16.9s h2
[ ]  804522       0       0  804522 / 1000000    17.0s h2
[ ]  809560       0       0  809560 / 1000000    17.1s h2
[ ]  814345       0       0  814345 / 1000000    17.2s h2
[ ]  819134       0       0  819134 / 1000000    17.3s h2
[ ]  824018       0       0  824018 / 1000000    17.4s h2
[ ]  829101       0       0  829101 / 1000000    17.5s h2 (collecting)
[ ]  834006       0       0  834006 / 1000000    17.6s h2
[ ]  838997       0       0  838997 / 1000000    17.7s h2
[ ]  843967       0       0  843967 / 1000000    17.8s h2
[ ]  848937       0       0  848937 / 1000000    17.9s h2
[ ]  853831       0       0  853831 / 1000000    18.0s h2
[ ]  858791       0       0  858791 / 1000000    18.1s h2
[ ]  863730       0       0  863730 / 1000000    18.2s h2
[ ]  868716       0       0  868716 / 1000000    18.3s h2
[ ]  873702       0       0  873702 / 1000000    18.4s h2
[ ]  878678       0       0  878678 / 1000000    18.5s h2
[ ]  883251       0       0  883251 / 1000000    18.6s h2
[ ]  888051       0       0  888051 / 1000000    18.7s h2
[ ]  893409       0       0  893409 / 1000000    18.8s h2
[ ]  898718       0       0  898718 / 1000000    18.9s h2
[ ]  903856       0       0  903856 / 1000000    19.0s h2
[ ]  909068       0       0  909068 / 1000000    19.1s h2
[ ]  914170       0       0  914170 / 1000000    19.2s h2
[ ]  918680       0       0  918680 / 1000000    19.3s h2
[ ]  923300       0       0  923300 / 1000000    19.4s h2
[ ]  928100       0       0  928100 / 1000000    19.5s h2
[ ]  933171       0       0  933171 / 1000000    19.6s h2
[ ]  938097       0       0  938097 / 1000000    19.7s h2
[ ]  942924       0       0  942924 / 1000000    19.8s h2
[ ]  947753       0       0  947753 / 1000000    19.9s h2
[ ]  952846       0       0  952846 / 1000000    20.0s h2
[ ]  958130       0       0  958130 / 1000000    20.1s h2
[ ]  963547       0       0  963547 / 1000000    20.2s h2
[ ]  969260       0       0  969260 / 1000000    20.3s h2
[ ]  974613       0       0  974613 / 1000000    20.4s h2
[ ]  979381       0       0  979381 / 1000000    20.5s h2
[ ]  982040       0       0  982040 / 1000000    20.6s h2
[ ]  985904       0       0  985904 / 1000000    20.7s h2
[ ]  990013       0       0  990013 / 1000000    20.8s h2
[ ]  994078       0       0  994078 / 1000000    20.9s h2
[ ]  999477       0       0  999477 / 1000000    21.0s h2
[✓] 1000000       0       0 1000000 / 1000000    21.0s h2
- 
[ ]       0       0       0       0 / 1000000     0.0s h3
[ ]    8771       0       0    8771 / 1000000     0.1s h3
[ ]   16856       0       0   16856 / 1000000     0.2s h3
[ ]   25350       0       0   25350 / 1000000     0.3s h3
[ ]   34473       0       0   34473 / 1000000     0.4s h3
[ ]   43421       0       0   43421 / 1000000     0.5s h3
[ ]   53026       0       0   53026 / 1000000     0.6s h3
[ ]   62568       0       0   62568 / 1000000     0.7s h3
[ ]   72167       0       0   72167 / 1000000     0.8s h3
[ ]   81794       0       0   81794 / 1000000     0.9s h3
[ ]   91512       0       0   91512 / 1000000     1.0s h3
[ ]  101002       0       0  101002 / 1000000     1.1s h3
[ ]  110546       0       0  110546 / 1000000     1.2s h3
[ ]  120170       0       0  120170 / 1000000     1.3s h3
[ ]  129908       0       0  129908 / 1000000     1.4s h3
[ ]  139926       0       0  139926 / 1000000     1.5s h3
[ ]  149734       0       0  149734 / 1000000     1.6s h3
[ ]  159432       0       0  159432 / 1000000     1.7s h3
[ ]  168869       0       0  168869 / 1000000     1.8s h3 (collecting)
[ ]  178275       0       0  178275 / 1000000     1.9s h3
[ ]  187714       0       0  187714 / 1000000     2.0s h3
[ ]  197309       0       0  197309 / 1000000     2.1s h3
[ ]  206631       0       0  206631 / 1000000     2.2s h3
[ ]  216181       0       0  216181 / 1000000     2.3s h3
[ ]  226243       0       0  226243 / 1000000     2.4s h3
[ ]  235821       0       0  235821 / 1000000     2.5s h3
[ ]  245636       0       0  245636 / 1000000     2.6s h3
[ ]  255336       0       0  255336 / 1000000     2.7s h3
[ ]  265096       0       0  265096 / 1000000     2.8s h3
[ ]  274726       0       0  274726 / 1000000     2.9s h3
[ ]  284276       0       0  284276 / 1000000     3.0s h3
[ ]  293814       0       0  293814 / 1000000     3.1s h3
[ ]  303226       0       0  303226 / 1000000     3.2s h3
[ ]  312929       0       0  312929 / 1000000     3.3s h3
[ ]  322198       0       0  322198 / 1000000     3.4s h3
[ ]  330993       0       0  330993 / 1000000     3.5s h3
[ ]  344663       0       0  344663 / 1000000     3.6s h3 (collecting)
[ ]  355488       0       0  355488 / 1000000     3.7s h3
[ ]  366172       0       0  366172 / 1000000     3.8s h3
[ ]  375648       0       0  375648 / 1000000     3.9s h3
[ ]  385224       0       0  385224 / 1000000     4.0s h3
[ ]  394777       0       0  394777 / 1000000     4.1s h3
[ ]  404932       0       0  404932 / 1000000     4.2s h3
[ ]  414559       0       0  414559 / 1000000     4.3s h3
[ ]  424645       0       0  424645 / 1000000     4.4s h3
[ ]  434356       0       0  434356 / 1000000     4.5s h3
[ ]  443664       0       0  443664 / 1000000     4.6s h3
[ ]  452387       0       0  452387 / 1000000     4.7s h3
[ ]  460835       0       0  460835 / 1000000     4.8s h3
[ ]  470571       0       0  470571 / 1000000     4.9s h3
[ ]  480779       0       0  480779 / 1000000     5.0s h3
[ ]  491166       0       0  491166 / 1000000     5.1s h3
[ ]  500911       0       0  500911 / 1000000     5.2s h3
[ ]  513346       0       0  513346 / 1000000     5.3s h3 (collecting)
[ ]  523107       0       0  523107 / 1000000     5.4s h3
[ ]  534400       0       0  534400 / 1000000     5.5s h3 (collecting)
[ ]  544031       0       0  544031 / 1000000     5.6s h3
[ ]  553417       0       0  553417 / 1000000     5.7s h3
[ ]  567336       0       0  567336 / 1000000     5.8s h3
[ ]  581975       0       0  581975 / 1000000     5.9s h3
[ ]  594785       0       0  594785 / 1000000     6.0s h3
[ ]  607441       0       0  607441 / 1000000     6.1s h3
[ ]  618601       0       0  618601 / 1000000     6.2s h3
[ ]  629390       0       0  629390 / 1000000     6.3s h3
[ ]  641072       0       0  641072 / 1000000     6.4s h3
[ ]  650126       0       0  650126 / 1000000     6.5s h3
[ ]  659109       0       0  659109 / 1000000     6.6s h3
[ ]  668156       0       0  668156 / 1000000     6.7s h3
[ ]  677081       0       0  677081 / 1000000     6.8s h3
[ ]  685612       0       0  685612 / 1000000     6.9s h3
[ ]  694640       0       0  694640 / 1000000     7.0s h3
[ ]  703453       0       0  703453 / 1000000     7.1s h3
[ ]  712283       0       0  712283 / 1000000     7.2s h3
[ ]  720254       0       0  720254 / 1000000     7.3s h3
[ ]  728823       0       0  728823 / 1000000     7.4s h3
[ ]  738234       0       0  738234 / 1000000     7.5s h3
[ ]  747893       0       0  747893 / 1000000     7.6s h3
[ ]  759289       0       0  759289 / 1000000     7.7s h3
[ ]  768867       0       0  768867 / 1000000     7.8s h3
[ ]  778705       0       0  778705 / 1000000     7.9s h3
[ ]  788590       0       0  788590 / 1000000     8.0s h3
[ ]  798347       0       0  798347 / 1000000     8.1s h3
[ ]  808678       0       0  808678 / 1000000     8.2s h3
[ ]  817546       0       0  817546 / 1000000     8.3s h3
[ ]  826957       0       0  826957 / 1000000     8.4s h3
[ ]  836035       0       0  836035 / 1000000     8.5s h3
[ ]  845347       0       0  845347 / 1000000     8.6s h3
[ ]  855395       0       0  855395 / 1000000     8.7s h3
[ ]  864854       0       0  864854 / 1000000     8.8s h3
[ ]  874653       0       0  874653 / 1000000     8.9s h3
[ ]  884201       0       0  884201 / 1000000     9.0s h3
[ ]  895443       0       0  895443 / 1000000     9.1s h3
[ ]  906189       0       0  906189 / 1000000     9.2s h3
[ ]  917020       0       0  917020 / 1000000     9.3s h3
[ ]  926207       0       0  926207 / 1000000     9.4s h3
[ ]  935651       0       0  935651 / 1000000     9.5s h3
[ ]  945632       0       0  945632 / 1000000     9.6s h3
[ ]  954821       0       0  954821 / 1000000     9.7s h3
[ ]  964691       0       0  964691 / 1000000     9.8s h3
[ ]  974643       0       0  974643 / 1000000     9.9s h3
[ ]  984294       0       0  984294 / 1000000    10.0s h3
[ ]  993863       0       0  993863 / 1000000    10.1s h3
[✓] 1000000       0       0 1000000 / 1000000    10.2s h3
- 
[ ]       0       0       0       0 / 1000000     0.0s h4
[ ]    3371       0       0    3371 / 1000000     0.1s h4
[ ]    6817       0       0    6817 / 1000000     0.2s h4 (collecting)
[ ]    9987       0       0    9987 / 1000000     0.3s h4
[ ]   13243       0       0   13243 / 1000000     0.4s h4
[ ]   16323       0       0   16323 / 1000000     0.5s h4
[ ]   19739       0       0   19739 / 1000000     0.6s h4
[ ]   23173       0       0   23173 / 1000000     0.7s h4
[ ]   26617       0       0   26617 / 1000000     0.8s h4
[ ]   29999       0       0   29999 / 1000000     0.9s h4
[ ]   33348       0       0   33348 / 1000000     1.0s h4
[ ]   36688       0       0   36688 / 1000000     1.1s h4
[ ]   40072       0       0   40072 / 1000000     1.2s h4
[ ]   43392       0       0   43392 / 1000000     1.3s h4
[ ]   46709       0       0   46709 / 1000000     1.4s h4
[ ]   50026       0       0   50026 / 1000000     1.5s h4
[ ]   53377       0       0   53377 / 1000000     1.6s h4
[ ]   56595       0       0   56595 / 1000000     1.7s h4
[ ]   59727       0       0   59727 / 1000000     1.8s h4
[ ]   62321       0       0   62321 / 1000000     1.9s h4
[ ]   65081       0       0   65081 / 1000000     2.0s h4
[ ]   67600       0       0   67600 / 1000000     2.1s h4
[ ]   70457       0       0   70457 / 1000000     2.2s h4
[ ]   73573       0       0   73573 / 1000000     2.3s h4
[ ]   76585       0       0   76585 / 1000000     2.4s h4
[ ]   79649       0       0   79649 / 1000000     2.5s h4
[ ]   82742       0       0   82742 / 1000000     2.6s h4
[ ]   85958       0       0   85958 / 1000000     2.7s h4
[ ]   89073       0       0   89073 / 1000000     2.8s h4
[ ]   92129       0       0   92129 / 1000000     2.9s h4
[ ]   95284       0       0   95284 / 1000000     3.0s h4
[ ]   98531       0       0   98531 / 1000000     3.1s h4
[ ]  101773       0       0  101773 / 1000000     3.2s h4
[ ]  104692       0       0  104692 / 1000000     3.3s h4
[ ]  107623       0       0  107623 / 1000000     3.4s h4
[ ]  110589       0       0  110589 / 1000000     3.5s h4
[ ]  113806       0       0  113806 / 1000000     3.6s h4
[ ]  116774       0       0  116774 / 1000000     3.7s h4
[ ]  119603       0       0  119603 / 1000000     3.8s h4
[ ]  122847       0       0  122847 / 1000000     3.9s h4
[ ]  126104       0       0  126104 / 1000000     4.0s h4
[ ]  129155       0       0  129155 / 1000000     4.1s h4
[ ]  132205       0       0  132205 / 1000000     4.2s h4
[ ]  135348       0       0  135348 / 1000000     4.3s h4
[ ]  138311       0       0  138311 / 1000000     4.4s h4 (collecting)
[ ]  141433       0       0  141433 / 1000000     4.5s h4
[ ]  144661       0       0  144661 / 1000000     4.6s h4
[ ]  147753       0       0  147753 / 1000000     4.7s h4
[ ]  150445       0       0  150445 / 1000000     4.8s h4
[ ]  153290       0       0  153290 / 1000000     4.9s h4
[ ]  156387       0       0  156387 / 1000000     5.0s h4
[ ]  159369       0       0  159369 / 1000000     5.1s h4
[ ]  162229       0       0  162229 / 1000000     5.2s h4
[ ]  164979       0       0  164979 / 1000000     5.3s h4
[ ]  167607       0       0  167607 / 1000000     5.4s h4
[ ]  170607       0       0  170607 / 1000000     5.5s h4
[ ]  173249       0       0  173249 / 1000000     5.6s h4
[ ]  175873       0       0  175873 / 1000000     5.7s h4
[ ]  178448       0       0  178448 / 1000000     5.8s h4
[ ]  181222       0       0  181222 / 1000000     5.9s h4
[ ]  184071       0       0  184071 / 1000000     6.0s h4
[ ]  186816       0       0  186816 / 1000000     6.1s h4
[ ]  189729       0       0  189729 / 1000000     6.2s h4
[ ]  192623       0       0  192623 / 1000000     6.3s h4
[ ]  195375       0       0  195375 / 1000000     6.4s h4
[ ]  198194       0       0  198194 / 1000000     6.5s h4
[ ]  200964       0       0  200964 / 1000000     6.6s h4
[ ]  202969       0       0  202969 / 1000000     6.7s h4
[ ]  204198       0       0  204198 / 1000000     6.8s h4
[ ]  206276       0       0  206276 / 1000000     6.9s h4
[ ]  208599       0       0  208599 / 1000000     7.0s h4
[ ]  210844       0       0  210844 / 1000000     7.1s h4
[ ]  213771       0       0  213771 / 1000000     7.2s h4
[ ]  216673       0       0  216673 / 1000000     7.3s h4
[ ]  219406       0       0  219406 / 1000000     7.4s h4
[ ]  221839       0       0  221839 / 1000000     7.5s h4
[ ]  224666       0       0  224666 / 1000000     7.6s h4
[ ]  227497       0       0  227497 / 1000000     7.7s h4
[ ]  230313       0       0  230313 / 1000000     7.8s h4
[ ]  233398       0       0  233398 / 1000000     7.9s h4
[ ]  236280       0       0  236280 / 1000000     8.0s h4
[ ]  238905       0       0  238905 / 1000000     8.1s h4
[ ]  241853       0       0  241853 / 1000000     8.2s h4
[ ]  244925       0       0  244925 / 1000000     8.3s h4
[ ]  248045       0       0  248045 / 1000000     8.4s h4
[ ]  250627       0       0  250627 / 1000000     8.5s h4 (generating)
[ ]  253567       0       0  253567 / 1000000     8.6s h4
[ ]  256760       0       0  256760 / 1000000     8.7s h4
[ ]  259883       0       0  259883 / 1000000     8.8s h4
[ ]  263217       0       0  263217 / 1000000     8.9s h4
[ ]  266179       0       0  266179 / 1000000     9.0s h4
[ ]  269185       0       0  269185 / 1000000     9.1s h4
[ ]  272091       0       0  272091 / 1000000     9.2s h4
[ ]  275319       0       0  275319 / 1000000     9.3s h4
[ ]  278557       0       0  278557 / 1000000     9.4s h4
[ ]  281744       0       0  281744 / 1000000     9.5s h4
[ ]  285346       0       0  285346 / 1000000     9.6s h4
[ ]  288829       0       0  288829 / 1000000     9.7s h4
[ ]  292132       0       0  292132 / 1000000     9.8s h4 (collecting)
[ ]  295351       0       0  295351 / 1000000     9.9s h4
[ ]  298487       0       0  298487 / 1000000    10.0s h4
[ ]  301793       0       0  301793 / 1000000    10.1s h4
[ ]  305359       0       0  305359 / 1000000    10.2s h4
[ ]  308623       0       0  308623 / 1000000    10.3s h4
[ ]  311753       0       0  311753 / 1000000    10.4s h4
[ ]  315127       0       0  315127 / 1000000    10.5s h4
[ ]  318102       0       0  318102 / 1000000    10.6s h4
[ ]  321252       0       0  321252 / 1000000    10.7s h4
[ ]  324437       0       0  324437 / 1000000    10.8s h4
[ ]  327718       0       0  327718 / 1000000    10.9s h4
[ ]  330893       0       0  330893 / 1000000    11.0s h4
[ ]  334051       0       0  334051 / 1000000    11.1s h4
[ ]  337256       0       0  337256 / 1000000    11.2s h4
[ ]  340484       0       0  340484 / 1000000    11.3s h4
[ ]  343737       0       0  343737 / 1000000    11.4s h4
[ ]  347021       0       0  347021 / 1000000    11.5s h4
[ ]  350277       0       0  350277 / 1000000    11.6s h4
[ ]  353413       0       0  353413 / 1000000    11.7s h4 (collecting)
[ ]  356662       0       0  356662 / 1000000    11.8s h4
[ ]  359898       0       0  359898 / 1000000    11.9s h4
[ ]  363027       0       0  363027 / 1000000    12.0s h4
[ ]  366184       0       0  366184 / 1000000    12.1s h4 (collecting)
[ ]  369391       0       0  369391 / 1000000    12.2s h4
[ ]  372673       0       0  372673 / 1000000    12.3s h4 (collecting)
[ ]  375951       0       0  375951 / 1000000    12.4s h4
[ ]  379205       0       0  379205 / 1000000    12.5s h4
[ ]  382405       0       0  382405 / 1000000    12.6s h4
[ ]  385500       0       0  385500 / 1000000    12.7s h4
[ ]  388605       0       0  388605 / 1000000    12.8s h4
[ ]  391833       0       0  391833 / 1000000    12.9s h4
[ ]  394977       0       0  394977 / 1000000    13.0s h4
[ ]  398091       0       0  398091 / 1000000    13.1s h4
[ ]  401165       0       0  401165 / 1000000    13.2s h4
[ ]  404449       0       0  404449 / 1000000    13.3s h4
[ ]  407492       0       0  407492 / 1000000    13.4s h4
[ ]  410919       0       0  410919 / 1000000    13.5s h4
[ ]  414273       0       0  414273 / 1000000    13.6s h4
[ ]  417063       0       0  417063 / 1000000    13.7s h4
[ ]  419881       0       0  419881 / 1000000    13.8s h4
[ ]  423108       0       0  423108 / 1000000    13.9s h4
[ ]  426291       0       0  426291 / 1000000    14.0s h4
[ ]  429577       0       0  429577 / 1000000    14.1s h4
[ ]  432819       0       0  432819 / 1000000    14.2s h4
[ ]  436212       0       0  436212 / 1000000    14.3s h4
[ ]  439655       0       0  439655 / 1000000    14.4s h4
[ ]  442919       0       0  442919 / 1000000    14.5s h4
[ ]  446050       0       0  446050 / 1000000    14.6s h4
[ ]  449405       0       0  449405 / 1000000    14.7s h4
[ ]  452820       0       0  452820 / 1000000    14.8s h4
[ ]  456152       0       0  456152 / 1000000    14.9s h4
[ ]  459323       0       0  459323 / 1000000    15.0s h4
[ ]  462313       0       0  462313 / 1000000    15.1s h4
[ ]  465443       0       0  465443 / 1000000    15.2s h4
[ ]  468552       0       0  468552 / 1000000    15.3s h4
[ ]  471632       0       0  471632 / 1000000    15.4s h4
[ ]  474698       0       0  474698 / 1000000    15.5s h4
[ ]  477767       0       0  477767 / 1000000    15.6s h4
[ ]  481072       0       0  481072 / 1000000    15.7s h4
[ ]  484366       0       0  484366 / 1000000    15.8s h4
[ ]  487737       0       0  487737 / 1000000    15.9s h4
[ ]  491057       0       0  491057 / 1000000    16.0s h4
[ ]  494338       0       0  494338 / 1000000    16.1s h4
[ ]  497756       0       0  497756 / 1000000    16.2s h4
[ ]  501228       0       0  501228 / 1000000    16.3s h4
[ ]  504600       0       0  504600 / 1000000    16.4s h4
[ ]  508002       0       0  508002 / 1000000    16.5s h4
[ ]  511406       0       0  511406 / 1000000    16.6s h4
[ ]  514762       0       0  514762 / 1000000    16.7s h4
[ ]  518134       0       0  518134 / 1000000    16.8s h4
[ ]  521461       0       0  521461 / 1000000    16.9s h4
[ ]  524619       0       0  524619 / 1000000    17.0s h4
[ ]  527899       0       0  527899 / 1000000    17.1s h4
[ ]  531215       0       0  531215 / 1000000    17.2s h4 (generating)
[ ]  534524       0       0  534524 / 1000000    17.3s h4
[ ]  537861       0       0  537861 / 1000000    17.4s h4
[ ]  541218       0       0  541218 / 1000000    17.5s h4
[ ]  544487       0       0  544487 / 1000000    17.6s h4
[ ]  547540       0       0  547540 / 1000000    17.7s h4 (generating)
[ ]  550512       0       0  550512 / 1000000    17.8s h4
[ ]  553640       0       0  553640 / 1000000    17.9s h4 (collecting)
[ ]  556721       0       0  556721 / 1000000    18.0s h4
[ ]  559796       0       0  559796 / 1000000    18.1s h4
[ ]  562837       0       0  562837 / 1000000    18.2s h4
[ ]  565761       0       0  565761 / 1000000    18.3s h4
[ ]  568675       0       0  568675 / 1000000    18.4s h4
[ ]  571553       0       0  571553 / 1000000    18.5s h4
[ ]  574616       0       0  574616 / 1000000    18.6s h4
[ ]  577579       0       0  577579 / 1000000    18.7s h4
[ ]  580756       0       0  580756 / 1000000    18.8s h4
[ ]  583932       0       0  583932 / 1000000    18.9s h4
[ ]  587118       0       0  587118 / 1000000    19.0s h4
[ ]  590239       0       0  590239 / 1000000    19.1s h4
[ ]  593282       0       0  593282 / 1000000    19.2s h4 (collecting)
[ ]  596391       0       0  596391 / 1000000    19.3s h4
[ ]  599537       0       0  599537 / 1000000    19.4s h4
[ ]  602800       0       0  602800 / 1000000    19.5s h4
[ ]  605972       0       0  605972 / 1000000    19.6s h4
[ ]  609123       0       0  609123 / 1000000    19.7s h4
[ ]  612333       0       0  612333 / 1000000    19.8s h4
[ ]  615282       0       0  615282 / 1000000    19.9s h4
[ ]  617911       0       0  617911 / 1000000    20.0s h4
[ ]  620700       0       0  620700 / 1000000    20.1s h4
[ ]  624046       0       0  624046 / 1000000    20.2s h4
[ ]  627471       0       0  627471 / 1000000    20.3s h4
[ ]  630713       0       0  630713 / 1000000    20.4s h4
[ ]  634112       0       0  634112 / 1000000    20.5s h4
[ ]  637401       0       0  637401 / 1000000    20.6s h4
[ ]  640667       0       0  640667 / 1000000    20.7s h4
[ ]  644233       0       0  644233 / 1000000    20.8s h4
[ ]  647241       0       0  647241 / 1000000    20.9s h4
[ ]  650135       0       0  650135 / 1000000    21.0s h4
[ ]  653008       0       0  653008 / 1000000    21.1s h4
[ ]  655973       0       0  655973 / 1000000    21.2s h4
[ ]  658927       0       0  658927 / 1000000    21.3s h4
[ ]  662248       0       0  662248 / 1000000    21.4s h4
[ ]  665564       0       0  665564 / 1000000    21.5s h4
[ ]  668619       0       0  668619 / 1000000    21.6s h4
[ ]  672006       0       0  672006 / 1000000    21.7s h4
[ ]  675028       0       0  675028 / 1000000    21.8s h4
[ ]  678128       0       0  678128 / 1000000    21.9s h4
[ ]  681162       0       0  681162 / 1000000    22.0s h4
[ ]  684318       0       0  684318 / 1000000    22.1s h4
[ ]  687449       0       0  687449 / 1000000    22.2s h4
[ ]  690567       0       0  690567 / 1000000    22.3s h4
[ ]  693638       0       0  693638 / 1000000    22.4s h4
[ ]  696737       0       0  696737 / 1000000    22.5s h4
[ ]  699885       0       0  699885 / 1000000    22.6s h4
[ ]  702927       0       0  702927 / 1000000    22.7s h4
[ ]  706068       0       0  706068 / 1000000    22.8s h4
[ ]  709260       0       0  709260 / 1000000    22.9s h4
[ ]  712446       0       0  712446 / 1000000    23.0s h4
[ ]  715714       0       0  715714 / 1000000    23.1s h4
[ ]  718891       0       0  718891 / 1000000    23.2s h4
[ ]  722039       0       0  722039 / 1000000    23.3s h4
[ ]  725167       0       0  725167 / 1000000    23.4s h4
[ ]  728281       0       0  728281 / 1000000    23.5s h4
[ ]  731432       0       0  731432 / 1000000    23.6s h4
[ ]  734681       0       0  734681 / 1000000    23.7s h4
[ ]  737844       0       0  737844 / 1000000    23.8s h4
[ ]  741027       0       0  741027 / 1000000    23.9s h4
[ ]  744189       0       0  744189 / 1000000    24.0s h4
[ ]  747291       0       0  747291 / 1000000    24.1s h4
[ ]  750415       0       0  750415 / 1000000    24.2s h4
[ ]  753107       0       0  753107 / 1000000    24.3s h4
[ ]  756155       0       0  756155 / 1000000    24.4s h4
[ ]  759251       0       0  759251 / 1000000    24.5s h4
[ ]  762270       0       0  762270 / 1000000    24.6s h4
[ ]  765489       0       0  765489 / 1000000    24.7s h4
[ ]  768738       0       0  768738 / 1000000    24.8s h4 (   testing)
[ ]  772070       0       0  772070 / 1000000    24.9s h4
[ ]  774915       0       0  774915 / 1000000    25.0s h4
[ ]  777996       0       0  777996 / 1000000    25.1s h4
[ ]  781214       0       0  781214 / 1000000    25.2s h4
[ ]  784277       0       0  784277 / 1000000    25.3s h4
[ ]  787406       0       0  787406 / 1000000    25.4s h4
[ ]  790614       0       0  790614 / 1000000    25.5s h4
[ ]  794064       0       0  794064 / 1000000    25.6s h4
[ ]  797319       0       0  797319 / 1000000    25.7s h4
[ ]  800532       0       0  800532 / 1000000    25.8s h4
[ ]  803730       0       0  803730 / 1000000    25.9s h4
[ ]  806806       0       0  806806 / 1000000    26.0s h4
[ ]  809998       0       0  809998 / 1000000    26.1s h4
[ ]  813142       0       0  813142 / 1000000    26.2s h4
[ ]  816268       0       0  816268 / 1000000    26.3s h4
[ ]  819408       0       0  819408 / 1000000    26.4s h4
[ ]  822723       0       0  822723 / 1000000    26.5s h4
[ ]  825968       0       0  825968 / 1000000    26.6s h4
[ ]  829316       0       0  829316 / 1000000    26.7s h4
[ ]  832738       0       0  832738 / 1000000    26.8s h4
[ ]  836149       0       0  836149 / 1000000    26.9s h4
[ ]  839472       0       0  839472 / 1000000    27.0s h4
[ ]  842589       0       0  842589 / 1000000    27.1s h4
[ ]  845286       0       0  845286 / 1000000    27.2s h4
[ ]  848622       0       0  848622 / 1000000    27.3s h4
[ ]  851998       0       0  851998 / 1000000    27.4s h4
[ ]  855337       0       0  855337 / 1000000    27.5s h4
[ ]  858760       0       0  858760 / 1000000    27.6s h4
[ ]  862066       0       0  862066 / 1000000    27.7s h4
[ ]  865427       0       0  865427 / 1000000    27.8s h4 (collecting)
[ ]  868748       0       0  868748 / 1000000    27.9s h4
[ ]  872087       0       0  872087 / 1000000    28.0s h4
[ ]  875386       0       0  875386 / 1000000    28.1s h4 (   testing)
[ ]  878737       0       0  878737 / 1000000    28.2s h4
[ ]  882096       0       0  882096 / 1000000    28.3s h4
[ ]  885368       0       0  885368 / 1000000    28.4s h4
[ ]  888500       0       0  888500 / 1000000    28.5s h4
[ ]  891826       0       0  891826 / 1000000    28.6s h4
[ ]  895230       0       0  895230 / 1000000    28.7s h4
[ ]  898591       0       0  898591 / 1000000    28.8s h4
[ ]  901957       0       0  901957 / 1000000    28.9s h4
[ ]  905367       0       0  905367 / 1000000    29.0s h4
[ ]  908699       0       0  908699 / 1000000    29.1s h4
[ ]  912036       0       0  912036 / 1000000    29.2s h4
[ ]  915271       0       0  915271 / 1000000    29.3s h4
[ ]  918285       0       0  918285 / 1000000    29.4s h4
[ ]  921633       0       0  921633 / 1000000    29.5s h4
[ ]  924955       0       0  924955 / 1000000    29.6s h4
[ ]  927994       0       0  927994 / 1000000    29.7s h4
[ ]  931362       0       0  931362 / 1000000    29.8s h4
[ ]  934604       0       0  934604 / 1000000    29.9s h4
[ ]  937842       0       0  937842 / 1000000    30.0s h4
[ ]  941048       0       0  941048 / 1000000    30.1s h4
[ ]  944130       0       0  944130 / 1000000    30.2s h4
[ ]  947035       0       0  947035 / 1000000    30.3s h4
[ ]  950155       0       0  950155 / 1000000    30.4s h4
[ ]  952973       0       0  952973 / 1000000    30.5s h4
[ ]  954250       0       0  954250 / 1000000    30.6s h4
[ ]  955946       0       0  955946 / 1000000    30.7s h4 (collecting)
[ ]  958860       0       0  958860 / 1000000    30.8s h4
[ ]  961907       0       0  961907 / 1000000    30.9s h4
[ ]  964794       0       0  964794 / 1000000    31.0s h4
[ ]  967879       0       0  967879 / 1000000    31.1s h4 (collecting)
[ ]  970777       0       0  970777 / 1000000    31.2s h4
[ ]  973436       0       0  973436 / 1000000    31.3s h4
[ ]  975953       0       0  975953 / 1000000    31.4s h4
[ ]  978892       0       0  978892 / 1000000    31.5s h4
[ ]  981534       0       0  981534 / 1000000    31.6s h4
[ ]  984715       0       0  984715 / 1000000    31.7s h4
[ ]  987852       0       0  987852 / 1000000    31.8s h4
[ ]  990992       0       0  990992 / 1000000    31.9s h4
[ ]  994257       0       0  994257 / 1000000    32.0s h4
[ ]  997593       0       0  997593 / 1000000    32.1s h4
[✓] 1000000       0       0 1000000 / 1000000    32.2s h4
- ================================================================================
- success (ran 6 tests)
-> compiled  dates_calc.0.0.4
-> removed   dates_calc.0.0.4
-> installed dates_calc.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:41.20 ---> saved as "0cc2cec432bdf9f664154bfbbb1c2e80904dbf74a5b2819e2a528ee6c0476b79"
Job succeeded
2026-04-11 03:41.41: Job succeeded