(not at the head of any monitored branch or PR)
2026-04-10 17:57.46: New job: test dates_calc.0.0.3 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.3; \
    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.3' && 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.3) || true
RUN opam reinstall --with-test --verbose dates_calc.0.0.3; \
    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.3' && 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.3-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.3;\
             \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.3' && 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.3) || true"))
 (run (shell  "opam reinstall --with-test --verbose dates_calc.0.0.3;\
             \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.3' && 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.12: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  80% (15030/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.19 ---> 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.19 ---> 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.19 ---> 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.19 ---> 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.19 ---> using "2d8e28a183d0990d4c5f7a587471f7c743cdf0d9f00bdf4de7761e94ec09202a" from cache

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 03:38.21 ---> 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.21 ---> 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.21 ---> 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.21 ---> 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.3;\
                        \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.3' && 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.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install dates_calc 0.0.3

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

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test dates_calc.0.0.3) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile dates_calc         0.0.3
=== 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.3  (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)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
-> installed stdlib-shims.0.3.0
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> 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.3
-> 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.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:39.53 ---> saved as "b6f65cbe568c04d15e58f430158fb1d8e76af906da6dcad94ac7aedc7cab3477"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [dates_calc.0.0.3: extract]
-> retrieved dates_calc.0.0.3  (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.3)
- (cd _build/default/test && ./unit.exe)
- Testing `unit'.
- This run has ID `DEKXPLND'.
- 
-   [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.3/_build/default/test/_build/_tests/unit'.
- Test Successful in 0.006s. 6 tests run.
- (cd _build/default/test && ./prop.exe)
- 
random seed: 2313312
-   generated   error    fail    pass /   total     time test name
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_1
[ ]     382       0       0     382 /    1000     0.1s anon_test_1
[ ]     713       0       0     713 /    1000     0.2s anon_test_1
[✓]    1000       0       0    1000 /    1000     0.3s anon_test_1
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_2
[ ]      17       0       0      17 /    1000     0.1s anon_test_2
[ ]      30       0       0      30 /    1000     0.2s anon_test_2
[ ]      51       0       0      51 /    1000     0.3s anon_test_2
[ ]      69       0       0      69 /    1000     0.4s anon_test_2
[ ]      90       0       0      90 /    1000     0.5s anon_test_2
[ ]     107       0       0     107 /    1000     0.6s anon_test_2
[ ]     127       0       0     127 /    1000     0.7s anon_test_2
[ ]     138       0       0     138 /    1000     0.8s anon_test_2
[ ]     154       0       0     154 /    1000     1.0s anon_test_2
[ ]     168       0       0     168 /    1000     1.1s anon_test_2
[ ]     182       0       0     182 /    1000     1.2s anon_test_2
[ ]     198       0       0     198 /    1000     1.3s anon_test_2
[ ]     207       0       0     207 /    1000     1.4s anon_test_2
[ ]     221       0       0     221 /    1000     1.5s anon_test_2
[ ]     237       0       0     237 /    1000     1.6s anon_test_2
[ ]     253       0       0     253 /    1000     1.7s anon_test_2
[ ]     263       0       0     263 /    1000     1.8s anon_test_2
[ ]     274       0       0     274 /    1000     1.9s anon_test_2
[ ]     283       0       0     283 /    1000     2.0s anon_test_2
[ ]     296       0       0     296 /    1000     2.1s anon_test_2
[ ]     313       0       0     313 /    1000     2.2s anon_test_2
[ ]     328       0       0     328 /    1000     2.3s anon_test_2
[ ]     343       0       0     343 /    1000     2.4s anon_test_2
[ ]     360       0       0     360 /    1000     2.6s anon_test_2
[ ]     371       0       0     371 /    1000     2.7s anon_test_2
[ ]     383       0       0     383 /    1000     2.8s anon_test_2
[ ]     396       0       0     396 /    1000     2.9s anon_test_2
[ ]     414       0       0     414 /    1000     3.0s anon_test_2
[ ]     431       0       0     431 /    1000     3.1s anon_test_2
[ ]     443       0       0     443 /    1000     3.2s anon_test_2
[ ]     463       0       0     463 /    1000     3.3s anon_test_2
[ ]     479       0       0     479 /    1000     3.4s anon_test_2
[ ]     493       0       0     493 /    1000     3.5s anon_test_2
[ ]     510       0       0     510 /    1000     3.6s anon_test_2
[ ]     533       0       0     533 /    1000     3.8s anon_test_2
[ ]     555       0       0     555 /    1000     3.9s anon_test_2
[ ]     576       0       0     576 /    1000     4.0s anon_test_2
[ ]     588       0       0     588 /    1000     4.1s anon_test_2
[ ]     601       0       0     601 /    1000     4.2s anon_test_2
[ ]     626       0       0     626 /    1000     4.3s anon_test_2
[ ]     641       0       0     641 /    1000     4.4s anon_test_2
[ ]     657       0       0     657 /    1000     4.5s anon_test_2
[ ]     675       0       0     675 /    1000     4.6s anon_test_2
[ ]     700       0       0     700 /    1000     4.7s anon_test_2
[ ]     726       0       0     726 /    1000     4.8s anon_test_2
[ ]     746       0       0     746 /    1000     4.9s anon_test_2
[ ]     767       0       0     767 /    1000     5.0s anon_test_2
[ ]     781       0       0     781 /    1000     5.1s anon_test_2
[ ]     803       0       0     803 /    1000     5.2s anon_test_2
[ ]     814       0       0     814 /    1000     5.3s anon_test_2
[ ]     822       0       0     822 /    1000     5.4s anon_test_2
[ ]     842       0       0     842 /    1000     5.5s anon_test_2
[ ]     854       0       0     854 /    1000     5.6s anon_test_2
[ ]     875       0       0     875 /    1000     5.7s anon_test_2
[ ]     895       0       0     895 /    1000     5.8s anon_test_2
[ ]     914       0       0     914 /    1000     5.9s anon_test_2
[ ]     933       0       0     933 /    1000     6.0s anon_test_2
[ ]     947       0       0     947 /    1000     6.2s anon_test_2
[ ]     958       0       0     958 /    1000     6.3s anon_test_2
[ ]     979       0       0     979 /    1000     6.4s anon_test_2
[ ]     990       0       0     990 /    1000     6.5s anon_test_2
[✓]    1000       0       0    1000 /    1000     6.5s anon_test_2
- 
[ ]       0       0       0       0 / 1000000     0.0s h1
[ ]    8321       0       0    8321 / 1000000     0.1s h1
[ ]   15989       0       0   15989 / 1000000     0.2s h1
[ ]   25048       0       0   25048 / 1000000     0.3s h1
[ ]   38432       0       0   38432 / 1000000     0.4s h1
[ ]   53064       0       0   53064 / 1000000     0.5s h1
[ ]   68580       0       0   68580 / 1000000     0.6s h1
[ ]   84390       0       0   84390 / 1000000     0.7s h1
[ ]  100129       0       0  100129 / 1000000     0.8s h1
[ ]  115309       0       0  115309 / 1000000     0.9s h1
[ ]  125126       0       0  125126 / 1000000     1.0s h1
[ ]  135042       0       0  135042 / 1000000     1.1s h1
[ ]  144879       0       0  144879 / 1000000     1.2s h1
[ ]  154814       0       0  154814 / 1000000     1.3s h1
[ ]  164457       0       0  164457 / 1000000     1.4s h1
[ ]  174077       0       0  174077 / 1000000     1.5s h1
[ ]  183065       0       0  183065 / 1000000     1.6s h1
[ ]  192316       0       0  192316 / 1000000     1.7s h1
[ ]  203252       0       0  203252 / 1000000     1.8s h1
[ ]  214957       0       0  214957 / 1000000     1.9s h1
[ ]  227583       0       0  227583 / 1000000     2.0s h1
[ ]  238054       0       0  238054 / 1000000     2.1s h1
[ ]  249750       0       0  249750 / 1000000     2.2s h1
[ ]  259147       0       0  259147 / 1000000     2.3s h1
[ ]  268680       0       0  268680 / 1000000     2.4s h1
[ ]  278642       0       0  278642 / 1000000     2.5s h1
[ ]  287660       0       0  287660 / 1000000     2.6s h1
[ ]  296592       0       0  296592 / 1000000     2.7s h1
[ ]  305348       0       0  305348 / 1000000     2.8s h1
[ ]  314185       0       0  314185 / 1000000     2.9s h1
[ ]  323120       0       0  323120 / 1000000     3.0s h1
[ ]  332337       0       0  332337 / 1000000     3.1s h1
[ ]  341460       0       0  341460 / 1000000     3.2s h1
[ ]  350335       0       0  350335 / 1000000     3.3s h1
[ ]  359160       0       0  359160 / 1000000     3.4s h1
[ ]  367844       0       0  367844 / 1000000     3.5s h1
[ ]  376516       0       0  376516 / 1000000     3.6s h1
[ ]  385689       0       0  385689 / 1000000     3.7s h1
[ ]  394167       0       0  394167 / 1000000     3.8s h1 (collecting)
[ ]  402944       0       0  402944 / 1000000     3.9s h1
[ ]  411958       0       0  411958 / 1000000     4.0s h1
[ ]  422410       0       0  422410 / 1000000     4.1s h1
[ ]  432577       0       0  432577 / 1000000     4.2s h1
[ ]  441707       0       0  441707 / 1000000     4.3s h1
[ ]  451929       0       0  451929 / 1000000     4.4s h1
[ ]  466930       0       0  466930 / 1000000     4.5s h1
[ ]  477044       0       0  477044 / 1000000     4.6s h1
[ ]  487006       0       0  487006 / 1000000     4.7s h1
[ ]  497043       0       0  497043 / 1000000     4.8s h1
[ ]  507448       0       0  507448 / 1000000     4.9s h1
[ ]  516461       0       0  516461 / 1000000     5.0s h1
[ ]  525689       0       0  525689 / 1000000     5.1s h1
[ ]  535781       0       0  535781 / 1000000     5.2s h1
[ ]  549203       0       0  549203 / 1000000     5.3s h1
[ ]  558788       0       0  558788 / 1000000     5.4s h1
[ ]  567669       0       0  567669 / 1000000     5.5s h1
[ ]  576600       0       0  576600 / 1000000     5.6s h1
[ ]  585460       0       0  585460 / 1000000     5.7s h1
[ ]  594338       0       0  594338 / 1000000     5.8s h1 (generating)
[ ]  603104       0       0  603104 / 1000000     5.9s h1 (generating)
[ ]  612369       0       0  612369 / 1000000     6.0s h1
[ ]  621822       0       0  621822 / 1000000     6.1s h1
[ ]  630901       0       0  630901 / 1000000     6.2s h1
[ ]  640073       0       0  640073 / 1000000     6.3s h1
[ ]  649356       0       0  649356 / 1000000     6.4s h1
[ ]  658492       0       0  658492 / 1000000     6.5s h1
[ ]  667785       0       0  667785 / 1000000     6.6s h1
[ ]  676991       0       0  676991 / 1000000     6.7s h1
[ ]  685897       0       0  685897 / 1000000     6.8s h1
[ ]  695032       0       0  695032 / 1000000     6.9s h1
[ ]  704099       0       0  704099 / 1000000     7.0s h1
[ ]  713679       0       0  713679 / 1000000     7.1s h1
[ ]  722885       0       0  722885 / 1000000     7.2s h1
[ ]  732308       0       0  732308 / 1000000     7.3s h1
[ ]  741423       0       0  741423 / 1000000     7.4s h1
[ ]  750663       0       0  750663 / 1000000     7.5s h1
[ ]  760238       0       0  760238 / 1000000     7.6s h1
[ ]  770177       0       0  770177 / 1000000     7.7s h1
[ ]  779480       0       0  779480 / 1000000     7.8s h1
[ ]  790480       0       0  790480 / 1000000     7.9s h1
[ ]  800642       0       0  800642 / 1000000     8.0s h1 (collecting)
[ ]  810049       0       0  810049 / 1000000     8.1s h1
[ ]  819337       0       0  819337 / 1000000     8.2s h1
[ ]  828612       0       0  828612 / 1000000     8.3s h1
[ ]  839060       0       0  839060 / 1000000     8.4s h1
[ ]  848445       0       0  848445 / 1000000     8.5s h1
[ ]  856782       0       0  856782 / 1000000     8.6s h1
[ ]  866078       0       0  866078 / 1000000     8.7s h1
[ ]  875217       0       0  875217 / 1000000     8.8s h1
[ ]  884852       0       0  884852 / 1000000     8.9s h1 (generating)
[ ]  894730       0       0  894730 / 1000000     9.0s h1
[ ]  904560       0       0  904560 / 1000000     9.1s h1
[ ]  914268       0       0  914268 / 1000000     9.2s h1
[ ]  924049       0       0  924049 / 1000000     9.3s h1
[ ]  933571       0       0  933571 / 1000000     9.4s h1
[ ]  943332       0       0  943332 / 1000000     9.5s h1
[ ]  952661       0       0  952661 / 1000000     9.6s h1
[ ]  961494       0       0  961494 / 1000000     9.7s h1
[ ]  972747       0       0  972747 / 1000000     9.8s h1
[ ]  983098       0       0  983098 / 1000000     9.9s h1
[ ]  992435       0       0  992435 / 1000000    10.0s h1
[✓] 1000000       0       0 1000000 / 1000000    10.1s h1
- 
[ ]       0       0       0       0 / 1000000     0.0s h2
[ ]    5100       0       0    5100 / 1000000     0.1s h2
[ ]   10053       0       0   10053 / 1000000     0.2s h2
[ ]   15008       0       0   15008 / 1000000     0.3s h2
[ ]   19669       0       0   19669 / 1000000     0.4s h2
[ ]   24558       0       0   24558 / 1000000     0.5s h2
[ ]   29506       0       0   29506 / 1000000     0.6s h2
[ ]   34039       0       0   34039 / 1000000     0.7s h2
[ ]   38674       0       0   38674 / 1000000     0.8s h2 (generating)
[ ]   43296       0       0   43296 / 1000000     0.9s h2
[ ]   47922       0       0   47922 / 1000000     1.0s h2
[ ]   52483       0       0   52483 / 1000000     1.1s h2
[ ]   57211       0       0   57211 / 1000000     1.2s h2
[ ]   61782       0       0   61782 / 1000000     1.3s h2
[ ]   66344       0       0   66344 / 1000000     1.4s h2
[ ]   71244       0       0   71244 / 1000000     1.5s h2
[ ]   76131       0       0   76131 / 1000000     1.6s h2
[ ]   81102       0       0   81102 / 1000000     1.7s h2
[ ]   85917       0       0   85917 / 1000000     1.8s h2
[ ]   90712       0       0   90712 / 1000000     1.9s h2
[ ]   95615       0       0   95615 / 1000000     2.0s h2
[ ]  100612       0       0  100612 / 1000000     2.1s h2
[ ]  105626       0       0  105626 / 1000000     2.2s h2
[ ]  110550       0       0  110550 / 1000000     2.3s h2
[ ]  115050       0       0  115050 / 1000000     2.4s h2
[ ]  119575       0       0  119575 / 1000000     2.5s h2
[ ]  124062       0       0  124062 / 1000000     2.6s h2
[ ]  128530       0       0  128530 / 1000000     2.7s h2
[ ]  132932       0       0  132932 / 1000000     2.8s h2
[ ]  137428       0       0  137428 / 1000000     2.9s h2
[ ]  142246       0       0  142246 / 1000000     3.0s h2
[ ]  146705       0       0  146705 / 1000000     3.1s h2
[ ]  151231       0       0  151231 / 1000000     3.2s h2
[ ]  155814       0       0  155814 / 1000000     3.3s h2
[ ]  160291       0       0  160291 / 1000000     3.4s h2
[ ]  165178       0       0  165178 / 1000000     3.5s h2
[ ]  169783       0       0  169783 / 1000000     3.6s h2
[ ]  174470       0       0  174470 / 1000000     3.7s h2
[ ]  178813       0       0  178813 / 1000000     3.8s h2
[ ]  183215       0       0  183215 / 1000000     3.9s h2
[ ]  187829       0       0  187829 / 1000000     4.0s h2
[ ]  192428       0       0  192428 / 1000000     4.1s h2
[ ]  196632       0       0  196632 / 1000000     4.2s h2
[ ]  201155       0       0  201155 / 1000000     4.3s h2
[ ]  205321       0       0  205321 / 1000000     4.4s h2
[ ]  209293       0       0  209293 / 1000000     4.5s h2
[ ]  213587       0       0  213587 / 1000000     4.6s h2
[ ]  217924       0       0  217924 / 1000000     4.7s h2
[ ]  222154       0       0  222154 / 1000000     4.8s h2
[ ]  226155       0       0  226155 / 1000000     4.9s h2
[ ]  230136       0       0  230136 / 1000000     5.0s h2
[ ]  234269       0       0  234269 / 1000000     5.1s h2
[ ]  238860       0       0  238860 / 1000000     5.2s h2
[ ]  243600       0       0  243600 / 1000000     5.3s h2
[ ]  248169       0       0  248169 / 1000000     5.4s h2
[ ]  252822       0       0  252822 / 1000000     5.5s h2
[ ]  257290       0       0  257290 / 1000000     5.6s h2
[ ]  261667       0       0  261667 / 1000000     5.7s h2
[ ]  266075       0       0  266075 / 1000000     5.8s h2
[ ]  270098       0       0  270098 / 1000000     5.9s h2
[ ]  274613       0       0  274613 / 1000000     6.0s h2
[ ]  279417       0       0  279417 / 1000000     6.1s h2
[ ]  283607       0       0  283607 / 1000000     6.2s h2
[ ]  287719       0       0  287719 / 1000000     6.3s h2
[ ]  291937       0       0  291937 / 1000000     6.4s h2
[ ]  296198       0       0  296198 / 1000000     6.5s h2
[ ]  300593       0       0  300593 / 1000000     6.6s h2
[ ]  304910       0       0  304910 / 1000000     6.7s h2 (collecting)
[ ]  309625       0       0  309625 / 1000000     6.8s h2
[ ]  314157       0       0  314157 / 1000000     6.9s h2
[ ]  318881       0       0  318881 / 1000000     7.0s h2
[ ]  323653       0       0  323653 / 1000000     7.1s h2
[ ]  328462       0       0  328462 / 1000000     7.2s h2
[ ]  333291       0       0  333291 / 1000000     7.3s h2
[ ]  338136       0       0  338136 / 1000000     7.4s h2
[ ]  343181       0       0  343181 / 1000000     7.5s h2
[ ]  347936       0       0  347936 / 1000000     7.6s h2
[ ]  352724       0       0  352724 / 1000000     7.7s h2
[ ]  357553       0       0  357553 / 1000000     7.8s h2
[ ]  362338       0       0  362338 / 1000000     7.9s h2
[ ]  367188       0       0  367188 / 1000000     8.0s h2
[ ]  371963       0       0  371963 / 1000000     8.1s h2
[ ]  376893       0       0  376893 / 1000000     8.2s h2
[ ]  381666       0       0  381666 / 1000000     8.3s h2
[ ]  386352       0       0  386352 / 1000000     8.4s h2
[ ]  391153       0       0  391153 / 1000000     8.5s h2
[ ]  395733       0       0  395733 / 1000000     8.6s h2
[ ]  400537       0       0  400537 / 1000000     8.7s h2
[ ]  405272       0       0  405272 / 1000000     8.8s h2
[ ]  409845       0       0  409845 / 1000000     8.9s h2
[ ]  414599       0       0  414599 / 1000000     9.0s h2
[ ]  419280       0       0  419280 / 1000000     9.1s h2
[ ]  423930       0       0  423930 / 1000000     9.2s h2
[ ]  428629       0       0  428629 / 1000000     9.3s h2
[ ]  433345       0       0  433345 / 1000000     9.4s h2
[ ]  437904       0       0  437904 / 1000000     9.5s h2
[ ]  442620       0       0  442620 / 1000000     9.6s h2
[ ]  447129       0       0  447129 / 1000000     9.7s h2
[ ]  451345       0       0  451345 / 1000000     9.8s h2
[ ]  455853       0       0  455853 / 1000000     9.9s h2
[ ]  460447       0       0  460447 / 1000000    10.0s h2
[ ]  465036       0       0  465036 / 1000000    10.1s h2
[ ]  469636       0       0  469636 / 1000000    10.2s h2
[ ]  474173       0       0  474173 / 1000000    10.3s h2
[ ]  478760       0       0  478760 / 1000000    10.4s h2
[ ]  483243       0       0  483243 / 1000000    10.5s h2
[ ]  487636       0       0  487636 / 1000000    10.6s h2
[ ]  492120       0       0  492120 / 1000000    10.7s h2
[ ]  496639       0       0  496639 / 1000000    10.8s h2
[ ]  501221       0       0  501221 / 1000000    10.9s h2
[ ]  505922       0       0  505922 / 1000000    11.0s h2
[ ]  510584       0       0  510584 / 1000000    11.1s h2 (   testing)
[ ]  515201       0       0  515201 / 1000000    11.2s h2
[ ]  519745       0       0  519745 / 1000000    11.3s h2
[ ]  524028       0       0  524028 / 1000000    11.4s h2
[ ]  527742       0       0  527742 / 1000000    11.5s h2
[ ]  532074       0       0  532074 / 1000000    11.6s h2
[ ]  536352       0       0  536352 / 1000000    11.7s h2
[ ]  540895       0       0  540895 / 1000000    11.8s h2
[ ]  545585       0       0  545585 / 1000000    11.9s h2
[ ]  550500       0       0  550500 / 1000000    12.0s h2
[ ]  555171       0       0  555171 / 1000000    12.1s h2
[ ]  559943       0       0  559943 / 1000000    12.2s h2
[ ]  564435       0       0  564435 / 1000000    12.3s h2
[ ]  568914       0       0  568914 / 1000000    12.4s h2
[ ]  573423       0       0  573423 / 1000000    12.5s h2
[ ]  577985       0       0  577985 / 1000000    12.6s h2
[ ]  582643       0       0  582643 / 1000000    12.7s h2
[ ]  587592       0       0  587592 / 1000000    12.8s h2
[ ]  592236       0       0  592236 / 1000000    12.9s h2
[ ]  596971       0       0  596971 / 1000000    13.0s h2
[ ]  601741       0       0  601741 / 1000000    13.1s h2
[ ]  606567       0       0  606567 / 1000000    13.2s h2
[ ]  611273       0       0  611273 / 1000000    13.3s h2
[ ]  615850       0       0  615850 / 1000000    13.4s h2
[ ]  620346       0       0  620346 / 1000000    13.5s h2
[ ]  625069       0       0  625069 / 1000000    13.6s h2
[ ]  629425       0       0  629425 / 1000000    13.7s h2
[ ]  633989       0       0  633989 / 1000000    13.8s h2
[ ]  638670       0       0  638670 / 1000000    13.9s h2
[ ]  643376       0       0  643376 / 1000000    14.0s h2
[ ]  647993       0       0  647993 / 1000000    14.1s h2
[ ]  652424       0       0  652424 / 1000000    14.2s h2
[ ]  656683       0       0  656683 / 1000000    14.3s h2
[ ]  661746       0       0  661746 / 1000000    14.4s h2
[ ]  666443       0       0  666443 / 1000000    14.5s h2
[ ]  670900       0       0  670900 / 1000000    14.6s h2
[ ]  675413       0       0  675413 / 1000000    14.7s h2
[ ]  680095       0       0  680095 / 1000000    14.8s h2 (collecting)
[ ]  684814       0       0  684814 / 1000000    14.9s h2
[ ]  689358       0       0  689358 / 1000000    15.0s h2
[ ]  694038       0       0  694038 / 1000000    15.1s h2
[ ]  698826       0       0  698826 / 1000000    15.2s h2
[ ]  703584       0       0  703584 / 1000000    15.3s h2
[ ]  708387       0       0  708387 / 1000000    15.4s h2
[ ]  713056       0       0  713056 / 1000000    15.5s h2
[ ]  718087       0       0  718087 / 1000000    15.6s h2
[ ]  723163       0       0  723163 / 1000000    15.7s h2
[ ]  728011       0       0  728011 / 1000000    15.8s h2
[ ]  732765       0       0  732765 / 1000000    15.9s h2
[ ]  737495       0       0  737495 / 1000000    16.0s h2
[ ]  742035       0       0  742035 / 1000000    16.1s h2
[ ]  746640       0       0  746640 / 1000000    16.2s h2
[ ]  751310       0       0  751310 / 1000000    16.3s h2
[ ]  755987       0       0  755987 / 1000000    16.4s h2
[ ]  760565       0       0  760565 / 1000000    16.5s h2
[ ]  765175       0       0  765175 / 1000000    16.6s h2
[ ]  769686       0       0  769686 / 1000000    16.7s h2
[ ]  774126       0       0  774126 / 1000000    16.8s h2
[ ]  778026       0       0  778026 / 1000000    16.9s h2
[ ]  782340       0       0  782340 / 1000000    17.0s h2
[ ]  786640       0       0  786640 / 1000000    17.1s h2
[ ]  791305       0       0  791305 / 1000000    17.2s h2
[ ]  796120       0       0  796120 / 1000000    17.3s h2
[ ]  800507       0       0  800507 / 1000000    17.4s h2
[ ]  804559       0       0  804559 / 1000000    17.5s h2
[ ]  808895       0       0  808895 / 1000000    17.6s h2
[ ]  813582       0       0  813582 / 1000000    17.7s h2
[ ]  818371       0       0  818371 / 1000000    17.8s h2
[ ]  823400       0       0  823400 / 1000000    17.9s h2
[ ]  828392       0       0  828392 / 1000000    18.0s h2
[ ]  833391       0       0  833391 / 1000000    18.1s h2
[ ]  838457       0       0  838457 / 1000000    18.2s h2
[ ]  843476       0       0  843476 / 1000000    18.3s h2
[ ]  848563       0       0  848563 / 1000000    18.4s h2
[ ]  853684       0       0  853684 / 1000000    18.5s h2
[ ]  858726       0       0  858726 / 1000000    18.6s h2
[ ]  863732       0       0  863732 / 1000000    18.7s h2
[ ]  868601       0       0  868601 / 1000000    18.8s h2
[ ]  873181       0       0  873181 / 1000000    18.9s h2
[ ]  877717       0       0  877717 / 1000000    19.0s h2 (generating)
[ ]  882110       0       0  882110 / 1000000    19.1s h2
[ ]  886841       0       0  886841 / 1000000    19.2s h2
[ ]  891840       0       0  891840 / 1000000    19.3s h2
[ ]  896442       0       0  896442 / 1000000    19.4s h2
[ ]  901170       0       0  901170 / 1000000    19.5s h2
[ ]  905688       0       0  905688 / 1000000    19.6s h2
[ ]  910000       0       0  910000 / 1000000    19.7s h2
[ ]  915035       0       0  915035 / 1000000    19.8s h2
[ ]  919472       0       0  919472 / 1000000    19.9s h2
[ ]  924305       0       0  924305 / 1000000    20.0s h2
[ ]  928968       0       0  928968 / 1000000    20.1s h2
[ ]  933599       0       0  933599 / 1000000    20.2s h2
[ ]  938667       0       0  938667 / 1000000    20.3s h2
[ ]  943393       0       0  943393 / 1000000    20.4s h2
[ ]  948291       0       0  948291 / 1000000    20.5s h2
[ ]  953069       0       0  953069 / 1000000    20.6s h2
[ ]  957435       0       0  957435 / 1000000    20.7s h2
[ ]  962157       0       0  962157 / 1000000    20.8s h2
[ ]  966917       0       0  966917 / 1000000    20.9s h2
[ ]  971649       0       0  971649 / 1000000    21.0s h2
[ ]  976505       0       0  976505 / 1000000    21.1s h2
[ ]  981097       0       0  981097 / 1000000    21.2s h2
[ ]  985578       0       0  985578 / 1000000    21.3s h2
[ ]  990174       0       0  990174 / 1000000    21.4s h2
[ ]  995325       0       0  995325 / 1000000    21.5s h2
[✓] 1000000       0       0 1000000 / 1000000    21.6s h2
- 
[ ]       0       0       0       0 / 1000000     0.0s h3
[ ]    9168       0       0    9168 / 1000000     0.1s h3
[ ]   18101       0       0   18101 / 1000000     0.2s h3
[ ]   26760       0       0   26760 / 1000000     0.3s h3
[ ]   35829       0       0   35829 / 1000000     0.4s h3
[ ]   44848       0       0   44848 / 1000000     0.5s h3 (generating)
[ ]   53629       0       0   53629 / 1000000     0.6s h3
[ ]   62803       0       0   62803 / 1000000     0.7s h3
[ ]   71991       0       0   71991 / 1000000     0.8s h3
[ ]   81390       0       0   81390 / 1000000     0.9s h3
[ ]   90858       0       0   90858 / 1000000     1.0s h3
[ ]  100211       0       0  100211 / 1000000     1.1s h3
[ ]  109773       0       0  109773 / 1000000     1.2s h3
[ ]  120329       0       0  120329 / 1000000     1.3s h3
[ ]  129506       0       0  129506 / 1000000     1.4s h3
[ ]  138772       0       0  138772 / 1000000     1.5s h3
[ ]  147805       0       0  147805 / 1000000     1.6s h3 (collecting)
[ ]  160833       0       0  160833 / 1000000     1.7s h3
[ ]  172887       0       0  172887 / 1000000     1.8s h3 (collecting)
[ ]  182047       0       0  182047 / 1000000     1.9s h3
[ ]  195702       0       0  195702 / 1000000     2.0s h3 (collecting)
[ ]  208072       0       0  208072 / 1000000     2.1s h3 (collecting)
[ ]  218276       0       0  218276 / 1000000     2.2s h3
[ ]  232783       0       0  232783 / 1000000     2.3s h3
[ ]  243672       0       0  243672 / 1000000     2.4s h3
[ ]  253716       0       0  253716 / 1000000     2.5s h3
[ ]  263448       0       0  263448 / 1000000     2.6s h3
[ ]  272623       0       0  272623 / 1000000     2.7s h3 (collecting)
[ ]  281974       0       0  281974 / 1000000     2.8s h3
[ ]  291034       0       0  291034 / 1000000     2.9s h3
[ ]  300165       0       0  300165 / 1000000     3.0s h3
[ ]  309351       0       0  309351 / 1000000     3.1s h3
[ ]  318666       0       0  318666 / 1000000     3.2s h3
[ ]  327543       0       0  327543 / 1000000     3.3s h3
[ ]  336317       0       0  336317 / 1000000     3.4s h3
[ ]  345903       0       0  345903 / 1000000     3.5s h3
[ ]  357323       0       0  357323 / 1000000     3.6s h3
[ ]  372752       0       0  372752 / 1000000     3.7s h3
[ ]  388384       0       0  388384 / 1000000     3.8s h3
[ ]  404005       0       0  404005 / 1000000     3.9s h3
[ ]  414454       0       0  414454 / 1000000     4.0s h3
[ ]  424984       0       0  424984 / 1000000     4.1s h3
[ ]  433985       0       0  433985 / 1000000     4.2s h3
[ ]  442036       0       0  442036 / 1000000     4.3s h3
[ ]  450424       0       0  450424 / 1000000     4.4s h3
[ ]  458701       0       0  458701 / 1000000     4.5s h3
[ ]  467256       0       0  467256 / 1000000     4.6s h3
[ ]  476957       0       0  476957 / 1000000     4.7s h3
[ ]  485879       0       0  485879 / 1000000     4.8s h3
[ ]  496140       0       0  496140 / 1000000     4.9s h3
[ ]  507915       0       0  507915 / 1000000     5.0s h3
[ ]  516999       0       0  516999 / 1000000     5.1s h3
[ ]  528860       0       0  528860 / 1000000     5.2s h3
[ ]  540958       0       0  540958 / 1000000     5.3s h3
[ ]  549691       0       0  549691 / 1000000     5.4s h3
[ ]  558475       0       0  558475 / 1000000     5.5s h3
[ ]  566694       0       0  566694 / 1000000     5.6s h3
[ ]  574039       0       0  574039 / 1000000     5.7s h3
[ ]  580950       0       0  580950 / 1000000     5.8s h3
[ ]  588044       0       0  588044 / 1000000     5.9s h3
[ ]  595244       0       0  595244 / 1000000     6.0s h3
[ ]  603934       0       0  603934 / 1000000     6.1s h3 (collecting)
[ ]  613419       0       0  613419 / 1000000     6.2s h3 (collecting)
[ ]  623047       0       0  623047 / 1000000     6.3s h3
[ ]  632722       0       0  632722 / 1000000     6.4s h3
[ ]  642048       0       0  642048 / 1000000     6.5s h3
[ ]  651346       0       0  651346 / 1000000     6.6s h3
[ ]  660876       0       0  660876 / 1000000     6.7s h3
[ ]  670106       0       0  670106 / 1000000     6.8s h3
[ ]  679620       0       0  679620 / 1000000     6.9s h3
[ ]  689069       0       0  689069 / 1000000     7.0s h3
[ ]  698097       0       0  698097 / 1000000     7.1s h3
[ ]  707250       0       0  707250 / 1000000     7.2s h3
[ ]  716777       0       0  716777 / 1000000     7.3s h3
[ ]  725737       0       0  725737 / 1000000     7.4s h3
[ ]  735064       0       0  735064 / 1000000     7.5s h3
[ ]  744212       0       0  744212 / 1000000     7.6s h3
[ ]  753298       0       0  753298 / 1000000     7.7s h3 (collecting)
[ ]  762713       0       0  762713 / 1000000     7.8s h3
[ ]  772307       0       0  772307 / 1000000     7.9s h3
[ ]  781752       0       0  781752 / 1000000     8.0s h3
[ ]  790662       0       0  790662 / 1000000     8.1s h3
[ ]  799611       0       0  799611 / 1000000     8.2s h3
[ ]  808111       0       0  808111 / 1000000     8.3s h3
[ ]  817109       0       0  817109 / 1000000     8.4s h3
[ ]  826638       0       0  826638 / 1000000     8.5s h3
[ ]  836681       0       0  836681 / 1000000     8.6s h3
[ ]  845750       0       0  845750 / 1000000     8.7s h3
[ ]  854889       0       0  854889 / 1000000     8.8s h3
[ ]  863664       0       0  863664 / 1000000     8.9s h3
[ ]  872820       0       0  872820 / 1000000     9.0s h3
[ ]  882540       0       0  882540 / 1000000     9.1s h3
[ ]  892435       0       0  892435 / 1000000     9.2s h3
[ ]  902315       0       0  902315 / 1000000     9.3s h3
[ ]  911851       0       0  911851 / 1000000     9.4s h3
[ ]  921225       0       0  921225 / 1000000     9.5s h3
[ ]  930466       0       0  930466 / 1000000     9.6s h3 (   testing)
[ ]  939775       0       0  939775 / 1000000     9.7s h3
[ ]  949105       0       0  949105 / 1000000     9.8s h3
[ ]  958272       0       0  958272 / 1000000     9.9s h3
[ ]  966607       0       0  966607 / 1000000    10.0s h3
[ ]  975844       0       0  975844 / 1000000    10.1s h3
[ ]  985138       0       0  985138 / 1000000    10.2s h3
[ ]  994206       0       0  994206 / 1000000    10.3s h3
[✓] 1000000       0       0 1000000 / 1000000    10.4s h3
- 
[ ]       0       0       0       0 / 1000000     0.0s h4
[ ]    3031       0       0    3031 / 1000000     0.1s h4
[ ]    6119       0       0    6119 / 1000000     0.2s h4
[ ]    9212       0       0    9212 / 1000000     0.3s h4
[ ]   12358       0       0   12358 / 1000000     0.4s h4
[ ]   15343       0       0   15343 / 1000000     0.5s h4
[ ]   18049       0       0   18049 / 1000000     0.6s h4
[ ]   21018       0       0   21018 / 1000000     0.7s h4
[ ]   23808       0       0   23808 / 1000000     0.8s h4
[ ]   26833       0       0   26833 / 1000000     0.9s h4
[ ]   29935       0       0   29935 / 1000000     1.0s h4
[ ]   32979       0       0   32979 / 1000000     1.1s h4
[ ]   35752       0       0   35752 / 1000000     1.2s h4
[ ]   38713       0       0   38713 / 1000000     1.3s h4
[ ]   41781       0       0   41781 / 1000000     1.4s h4
[ ]   44645       0       0   44645 / 1000000     1.5s h4
[ ]   47628       0       0   47628 / 1000000     1.6s h4
[ ]   50564       0       0   50564 / 1000000     1.7s h4
[ ]   53561       0       0   53561 / 1000000     1.8s h4
[ ]   56638       0       0   56638 / 1000000     1.9s h4
[ ]   59707       0       0   59707 / 1000000     2.0s h4
[ ]   62782       0       0   62782 / 1000000     2.1s h4
[ ]   65742       0       0   65742 / 1000000     2.2s h4
[ ]   68488       0       0   68488 / 1000000     2.3s h4
[ ]   71269       0       0   71269 / 1000000     2.4s h4 (collecting)
[ ]   74145       0       0   74145 / 1000000     2.5s h4
[ ]   77178       0       0   77178 / 1000000     2.6s h4
[ ]   80487       0       0   80487 / 1000000     2.7s h4
[ ]   83846       0       0   83846 / 1000000     2.8s h4
[ ]   86887       0       0   86887 / 1000000     2.9s h4
[ ]   89807       0       0   89807 / 1000000     3.0s h4
[ ]   92596       0       0   92596 / 1000000     3.1s h4
[ ]   95531       0       0   95531 / 1000000     3.2s h4
[ ]   98433       0       0   98433 / 1000000     3.3s h4
[ ]  101300       0       0  101300 / 1000000     3.4s h4
[ ]  104061       0       0  104061 / 1000000     3.5s h4
[ ]  107217       0       0  107217 / 1000000     3.6s h4
[ ]  110077       0       0  110077 / 1000000     3.7s h4
[ ]  113133       0       0  113133 / 1000000     3.8s h4
[ ]  115708       0       0  115708 / 1000000     3.9s h4
[ ]  118768       0       0  118768 / 1000000     4.0s h4
[ ]  121675       0       0  121675 / 1000000     4.1s h4
[ ]  124848       0       0  124848 / 1000000     4.2s h4
[ ]  127703       0       0  127703 / 1000000     4.3s h4
[ ]  130654       0       0  130654 / 1000000     4.4s h4
[ ]  133641       0       0  133641 / 1000000     4.5s h4
[ ]  136877       0       0  136877 / 1000000     4.6s h4
[ ]  139912       0       0  139912 / 1000000     4.7s h4
[ ]  142914       0       0  142914 / 1000000     4.8s h4
[ ]  145922       0       0  145922 / 1000000     4.9s h4
[ ]  148984       0       0  148984 / 1000000     5.0s h4
[ ]  152026       0       0  152026 / 1000000     5.1s h4
[ ]  155119       0       0  155119 / 1000000     5.2s h4
[ ]  157950       0       0  157950 / 1000000     5.3s h4
[ ]  160921       0       0  160921 / 1000000     5.4s h4
[ ]  163814       0       0  163814 / 1000000     5.5s h4
[ ]  166791       0       0  166791 / 1000000     5.6s h4
[ ]  169794       0       0  169794 / 1000000     5.7s h4
[ ]  172712       0       0  172712 / 1000000     5.8s h4
[ ]  175722       0       0  175722 / 1000000     5.9s h4
[ ]  178663       0       0  178663 / 1000000     6.0s h4
[ ]  181637       0       0  181637 / 1000000     6.1s h4
[ ]  184608       0       0  184608 / 1000000     6.2s h4
[ ]  187553       0       0  187553 / 1000000     6.3s h4
[ ]  190488       0       0  190488 / 1000000     6.4s h4
[ ]  193446       0       0  193446 / 1000000     6.5s h4
[ ]  196515       0       0  196515 / 1000000     6.6s h4
[ ]  199537       0       0  199537 / 1000000     6.7s h4
[ ]  202436       0       0  202436 / 1000000     6.8s h4
[ ]  205398       0       0  205398 / 1000000     6.9s h4
[ ]  208422       0       0  208422 / 1000000     7.0s h4
[ ]  211450       0       0  211450 / 1000000     7.1s h4
[ ]  214438       0       0  214438 / 1000000     7.2s h4
[ ]  217417       0       0  217417 / 1000000     7.3s h4
[ ]  220453       0       0  220453 / 1000000     7.4s h4
[ ]  223539       0       0  223539 / 1000000     7.5s h4
[ ]  226522       0       0  226522 / 1000000     7.6s h4
[ ]  229574       0       0  229574 / 1000000     7.7s h4
[ ]  232605       0       0  232605 / 1000000     7.8s h4
[ ]  235547       0       0  235547 / 1000000     7.9s h4
[ ]  238521       0       0  238521 / 1000000     8.0s h4
[ ]  241383       0       0  241383 / 1000000     8.1s h4
[ ]  244444       0       0  244444 / 1000000     8.2s h4
[ ]  247474       0       0  247474 / 1000000     8.3s h4
[ ]  250497       0       0  250497 / 1000000     8.4s h4 (collecting)
[ ]  253419       0       0  253419 / 1000000     8.5s h4
[ ]  256363       0       0  256363 / 1000000     8.6s h4
[ ]  259288       0       0  259288 / 1000000     8.7s h4 (collecting)
[ ]  262175       0       0  262175 / 1000000     8.8s h4
[ ]  264977       0       0  264977 / 1000000     8.9s h4
[ ]  268016       0       0  268016 / 1000000     9.0s h4
[ ]  271127       0       0  271127 / 1000000     9.1s h4
[ ]  274196       0       0  274196 / 1000000     9.2s h4
[ ]  277229       0       0  277229 / 1000000     9.3s h4
[ ]  280252       0       0  280252 / 1000000     9.4s h4
[ ]  283199       0       0  283199 / 1000000     9.5s h4
[ ]  286272       0       0  286272 / 1000000     9.6s h4
[ ]  289279       0       0  289279 / 1000000     9.7s h4
[ ]  292286       0       0  292286 / 1000000     9.8s h4
[ ]  295237       0       0  295237 / 1000000     9.9s h4
[ ]  298196       0       0  298196 / 1000000    10.0s h4
[ ]  301181       0       0  301181 / 1000000    10.1s h4
[ ]  304179       0       0  304179 / 1000000    10.2s h4
[ ]  307085       0       0  307085 / 1000000    10.3s h4
[ ]  309945       0       0  309945 / 1000000    10.4s h4
[ ]  312819       0       0  312819 / 1000000    10.5s h4
[ ]  315800       0       0  315800 / 1000000    10.6s h4
[ ]  318791       0       0  318791 / 1000000    10.7s h4
[ ]  321744       0       0  321744 / 1000000    10.8s h4
[ ]  324752       0       0  324752 / 1000000    10.9s h4
[ ]  327659       0       0  327659 / 1000000    11.0s h4
[ ]  330612       0       0  330612 / 1000000    11.1s h4
[ ]  333620       0       0  333620 / 1000000    11.2s h4
[ ]  336558       0       0  336558 / 1000000    11.3s h4
[ ]  339511       0       0  339511 / 1000000    11.4s h4
[ ]  342617       0       0  342617 / 1000000    11.5s h4
[ ]  345637       0       0  345637 / 1000000    11.6s h4
[ ]  348785       0       0  348785 / 1000000    11.7s h4
[ ]  351861       0       0  351861 / 1000000    11.8s h4
[ ]  354934       0       0  354934 / 1000000    11.9s h4
[ ]  357991       0       0  357991 / 1000000    12.0s h4
[ ]  361158       0       0  361158 / 1000000    12.1s h4
[ ]  364523       0       0  364523 / 1000000    12.2s h4
[ ]  367770       0       0  367770 / 1000000    12.3s h4
[ ]  371078       0       0  371078 / 1000000    12.4s h4
[ ]  374383       0       0  374383 / 1000000    12.5s h4
[ ]  377666       0       0  377666 / 1000000    12.6s h4
[ ]  380630       0       0  380630 / 1000000    12.7s h4
[ ]  383623       0       0  383623 / 1000000    12.8s h4
[ ]  386415       0       0  386415 / 1000000    12.9s h4
[ ]  389260       0       0  389260 / 1000000    13.0s h4
[ ]  392026       0       0  392026 / 1000000    13.1s h4
[ ]  394888       0       0  394888 / 1000000    13.2s h4
[ ]  397799       0       0  397799 / 1000000    13.3s h4
[ ]  400713       0       0  400713 / 1000000    13.4s h4
[ ]  403750       0       0  403750 / 1000000    13.5s h4
[ ]  406776       0       0  406776 / 1000000    13.6s h4
[ ]  409791       0       0  409791 / 1000000    13.7s h4
[ ]  412849       0       0  412849 / 1000000    13.8s h4
[ ]  415877       0       0  415877 / 1000000    13.9s h4
[ ]  418994       0       0  418994 / 1000000    14.0s h4
[ ]  422085       0       0  422085 / 1000000    14.1s h4
[ ]  425168       0       0  425168 / 1000000    14.2s h4
[ ]  428196       0       0  428196 / 1000000    14.3s h4 (collecting)
[ ]  431250       0       0  431250 / 1000000    14.4s h4
[ ]  434268       0       0  434268 / 1000000    14.5s h4
[ ]  437401       0       0  437401 / 1000000    14.6s h4
[ ]  440350       0       0  440350 / 1000000    14.7s h4
[ ]  443281       0       0  443281 / 1000000    14.8s h4
[ ]  446176       0       0  446176 / 1000000    14.9s h4
[ ]  449003       0       0  449003 / 1000000    15.0s h4
[ ]  451930       0       0  451930 / 1000000    15.1s h4
[ ]  454959       0       0  454959 / 1000000    15.2s h4
[ ]  457798       0       0  457798 / 1000000    15.3s h4
[ ]  460801       0       0  460801 / 1000000    15.4s h4
[ ]  463810       0       0  463810 / 1000000    15.5s h4
[ ]  466761       0       0  466761 / 1000000    15.6s h4
[ ]  469799       0       0  469799 / 1000000    15.7s h4
[ ]  473007       0       0  473007 / 1000000    15.8s h4
[ ]  476149       0       0  476149 / 1000000    15.9s h4
[ ]  479236       0       0  479236 / 1000000    16.0s h4
[ ]  482076       0       0  482076 / 1000000    16.1s h4
[ ]  485107       0       0  485107 / 1000000    16.2s h4
[ ]  488228       0       0  488228 / 1000000    16.3s h4
[ ]  491520       0       0  491520 / 1000000    16.4s h4
[ ]  494699       0       0  494699 / 1000000    16.5s h4
[ ]  497789       0       0  497789 / 1000000    16.6s h4
[ ]  500913       0       0  500913 / 1000000    16.7s h4
[ ]  503932       0       0  503932 / 1000000    16.8s h4
[ ]  506880       0       0  506880 / 1000000    16.9s h4
[ ]  509790       0       0  509790 / 1000000    17.0s h4
[ ]  512563       0       0  512563 / 1000000    17.1s h4
[ ]  515375       0       0  515375 / 1000000    17.2s h4
[ ]  518159       0       0  518159 / 1000000    17.3s h4
[ ]  521092       0       0  521092 / 1000000    17.4s h4
[ ]  524066       0       0  524066 / 1000000    17.5s h4
[ ]  526918       0       0  526918 / 1000000    17.6s h4
[ ]  529836       0       0  529836 / 1000000    17.7s h4
[ ]  532776       0       0  532776 / 1000000    17.8s h4
[ ]  535570       0       0  535570 / 1000000    17.9s h4
[ ]  538659       0       0  538659 / 1000000    18.0s h4
[ ]  541953       0       0  541953 / 1000000    18.1s h4
[ ]  545289       0       0  545289 / 1000000    18.2s h4
[ ]  548612       0       0  548612 / 1000000    18.3s h4
[ ]  551860       0       0  551860 / 1000000    18.4s h4
[ ]  555116       0       0  555116 / 1000000    18.5s h4
[ ]  558230       0       0  558230 / 1000000    18.6s h4
[ ]  561235       0       0  561235 / 1000000    18.7s h4
[ ]  564125       0       0  564125 / 1000000    18.8s h4
[ ]  567186       0       0  567186 / 1000000    18.9s h4
[ ]  570287       0       0  570287 / 1000000    19.0s h4
[ ]  573296       0       0  573296 / 1000000    19.1s h4
[ ]  576365       0       0  576365 / 1000000    19.2s h4
[ ]  579554       0       0  579554 / 1000000    19.3s h4
[ ]  582736       0       0  582736 / 1000000    19.4s h4
[ ]  585945       0       0  585945 / 1000000    19.5s h4
[ ]  589136       0       0  589136 / 1000000    19.6s h4
[ ]  592270       0       0  592270 / 1000000    19.7s h4
[ ]  595439       0       0  595439 / 1000000    19.8s h4 (generating)
[ ]  598556       0       0  598556 / 1000000    19.9s h4
[ ]  601741       0       0  601741 / 1000000    20.0s h4
[ ]  604949       0       0  604949 / 1000000    20.1s h4
[ ]  608010       0       0  608010 / 1000000    20.2s h4
[ ]  610889       0       0  610889 / 1000000    20.3s h4 (collecting)
[ ]  613722       0       0  613722 / 1000000    20.4s h4
[ ]  616636       0       0  616636 / 1000000    20.5s h4
[ ]  619715       0       0  619715 / 1000000    20.6s h4
[ ]  622776       0       0  622776 / 1000000    20.7s h4
[ ]  625713       0       0  625713 / 1000000    20.8s h4
[ ]  628700       0       0  628700 / 1000000    20.9s h4
[ ]  631725       0       0  631725 / 1000000    21.0s h4
[ ]  634703       0       0  634703 / 1000000    21.1s h4
[ ]  637619       0       0  637619 / 1000000    21.2s h4
[ ]  640554       0       0  640554 / 1000000    21.3s h4
[ ]  643605       0       0  643605 / 1000000    21.4s h4
[ ]  646661       0       0  646661 / 1000000    21.5s h4
[ ]  649848       0       0  649848 / 1000000    21.6s h4
[ ]  652663       0       0  652663 / 1000000    21.7s h4
[ ]  655583       0       0  655583 / 1000000    21.8s h4
[ ]  658581       0       0  658581 / 1000000    21.9s h4
[ ]  661594       0       0  661594 / 1000000    22.0s h4
[ ]  664571       0       0  664571 / 1000000    22.1s h4
[ ]  667495       0       0  667495 / 1000000    22.2s h4
[ ]  670364       0       0  670364 / 1000000    22.3s h4
[ ]  673241       0       0  673241 / 1000000    22.4s h4
[ ]  676202       0       0  676202 / 1000000    22.5s h4
[ ]  679389       0       0  679389 / 1000000    22.6s h4
[ ]  682651       0       0  682651 / 1000000    22.7s h4
[ ]  685858       0       0  685858 / 1000000    22.8s h4
[ ]  688966       0       0  688966 / 1000000    22.9s h4
[ ]  692087       0       0  692087 / 1000000    23.0s h4
[ ]  694985       0       0  694985 / 1000000    23.1s h4
[ ]  697998       0       0  697998 / 1000000    23.2s h4
[ ]  700959       0       0  700959 / 1000000    23.3s h4
[ ]  703929       0       0  703929 / 1000000    23.4s h4
[ ]  706809       0       0  706809 / 1000000    23.5s h4
[ ]  709618       0       0  709618 / 1000000    23.6s h4
[ ]  712736       0       0  712736 / 1000000    23.7s h4
[ ]  715890       0       0  715890 / 1000000    23.8s h4
[ ]  719100       0       0  719100 / 1000000    23.9s h4
[ ]  722284       0       0  722284 / 1000000    24.0s h4
[ ]  725452       0       0  725452 / 1000000    24.1s h4
[ ]  728670       0       0  728670 / 1000000    24.2s h4
[ ]  731853       0       0  731853 / 1000000    24.3s h4
[ ]  735077       0       0  735077 / 1000000    24.4s h4
[ ]  738266       0       0  738266 / 1000000    24.5s h4
[ ]  741312       0       0  741312 / 1000000    24.6s h4
[ ]  744048       0       0  744048 / 1000000    24.7s h4
[ ]  746720       0       0  746720 / 1000000    24.8s h4
[ ]  749287       0       0  749287 / 1000000    24.9s h4
[ ]  752282       0       0  752282 / 1000000    25.0s h4
[ ]  755227       0       0  755227 / 1000000    25.1s h4
[ ]  758152       0       0  758152 / 1000000    25.2s h4
[ ]  760894       0       0  760894 / 1000000    25.3s h4
[ ]  763416       0       0  763416 / 1000000    25.4s h4
[ ]  765960       0       0  765960 / 1000000    25.5s h4
[ ]  768853       0       0  768853 / 1000000    25.6s h4
[ ]  771225       0       0  771225 / 1000000    25.7s h4
[ ]  774311       0       0  774311 / 1000000    25.8s h4
[ ]  777264       0       0  777264 / 1000000    25.9s h4
[ ]  780192       0       0  780192 / 1000000    26.0s h4
[ ]  783324       0       0  783324 / 1000000    26.1s h4
[ ]  786361       0       0  786361 / 1000000    26.2s h4
[ ]  789382       0       0  789382 / 1000000    26.3s h4
[ ]  792665       0       0  792665 / 1000000    26.4s h4
[ ]  795976       0       0  795976 / 1000000    26.5s h4
[ ]  799277       0       0  799277 / 1000000    26.6s h4
[ ]  802553       0       0  802553 / 1000000    26.7s h4
[ ]  805896       0       0  805896 / 1000000    26.8s h4
[ ]  809154       0       0  809154 / 1000000    26.9s h4
[ ]  812481       0       0  812481 / 1000000    27.0s h4
[ ]  815784       0       0  815784 / 1000000    27.1s h4
[ ]  819046       0       0  819046 / 1000000    27.2s h4
[ ]  822340       0       0  822340 / 1000000    27.3s h4
[ ]  825629       0       0  825629 / 1000000    27.4s h4
[ ]  828915       0       0  828915 / 1000000    27.5s h4
[ ]  832131       0       0  832131 / 1000000    27.6s h4
[ ]  835408       0       0  835408 / 1000000    27.7s h4
[ ]  838673       0       0  838673 / 1000000    27.8s h4
[ ]  841910       0       0  841910 / 1000000    27.9s h4
[ ]  845183       0       0  845183 / 1000000    28.0s h4
[ ]  848135       0       0  848135 / 1000000    28.1s h4
[ ]  851047       0       0  851047 / 1000000    28.2s h4
[ ]  853910       0       0  853910 / 1000000    28.3s h4
[ ]  856840       0       0  856840 / 1000000    28.4s h4
[ ]  859775       0       0  859775 / 1000000    28.5s h4
[ ]  862814       0       0  862814 / 1000000    28.6s h4
[ ]  865886       0       0  865886 / 1000000    28.7s h4
[ ]  868870       0       0  868870 / 1000000    28.8s h4
[ ]  871879       0       0  871879 / 1000000    28.9s h4
[ ]  874851       0       0  874851 / 1000000    29.0s h4
[ ]  877904       0       0  877904 / 1000000    29.1s h4
[ ]  880972       0       0  880972 / 1000000    29.2s h4
[ ]  883829       0       0  883829 / 1000000    29.3s h4
[ ]  886693       0       0  886693 / 1000000    29.4s h4
[ ]  889221       0       0  889221 / 1000000    29.5s h4
[ ]  892101       0       0  892101 / 1000000    29.6s h4
[ ]  895031       0       0  895031 / 1000000    29.7s h4
[ ]  897972       0       0  897972 / 1000000    29.8s h4
[ ]  900864       0       0  900864 / 1000000    29.9s h4
[ ]  903673       0       0  903673 / 1000000    30.0s h4
[ ]  906195       0       0  906195 / 1000000    30.1s h4
[ ]  908750       0       0  908750 / 1000000    30.2s h4
[ ]  910718       0       0  910718 / 1000000    30.3s h4 (collecting)
[ ]  913292       0       0  913292 / 1000000    30.4s h4
[ ]  915682       0       0  915682 / 1000000    30.5s h4 (collecting)
[ ]  917876       0       0  917876 / 1000000    30.6s h4
[ ]  919990       0       0  919990 / 1000000    30.7s h4
[ ]  922374       0       0  922374 / 1000000    30.8s h4
[ ]  924869       0       0  924869 / 1000000    30.9s h4
[ ]  927392       0       0  927392 / 1000000    31.0s h4
[ ]  930075       0       0  930075 / 1000000    31.1s h4
[ ]  932729       0       0  932729 / 1000000    31.2s h4
[ ]  935240       0       0  935240 / 1000000    31.3s h4
[ ]  937798       0       0  937798 / 1000000    31.4s h4
[ ]  940047       0       0  940047 / 1000000    31.5s h4
[ ]  942434       0       0  942434 / 1000000    31.6s h4
[ ]  944711       0       0  944711 / 1000000    31.7s h4
[ ]  946744       0       0  946744 / 1000000    31.8s h4
[ ]  949153       0       0  949153 / 1000000    31.9s h4
[ ]  951632       0       0  951632 / 1000000    32.0s h4
[ ]  954532       0       0  954532 / 1000000    32.1s h4
[ ]  957345       0       0  957345 / 1000000    32.2s h4
[ ]  960379       0       0  960379 / 1000000    32.3s h4
[ ]  963455       0       0  963455 / 1000000    32.4s h4
[ ]  966677       0       0  966677 / 1000000    32.5s h4
[ ]  969901       0       0  969901 / 1000000    32.6s h4
[ ]  973130       0       0  973130 / 1000000    32.7s h4
[ ]  976387       0       0  976387 / 1000000    32.8s h4
[ ]  979671       0       0  979671 / 1000000    32.9s h4
[ ]  982952       0       0  982952 / 1000000    33.0s h4
[ ]  986229       0       0  986229 / 1000000    33.1s h4
[ ]  989528       0       0  989528 / 1000000    33.2s h4
[ ]  992642       0       0  992642 / 1000000    33.3s h4
[ ]  995735       0       0  995735 / 1000000    33.4s h4
[ ]  998786       0       0  998786 / 1000000    33.5s h4
[✓] 1000000       0       0 1000000 / 1000000    33.5s h4
- ================================================================================
- success (ran 6 tests)
-> compiled  dates_calc.0.0.3
-> removed   dates_calc.0.0.3
-> installed dates_calc.0.0.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 03:41.25 ---> saved as "f505ed8d24fee450dc588eb863f513a4519562bb44d4cb118d448cc3ef757184"
Job succeeded
2026-04-11 03:41.47: Job succeeded