(for PR #29582)

2026-03-25 13:13.13: New job: test dates_calc.0.0.6 with ocaml-compiler.5.4.0~beta2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
                              on debian-13-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29582/head" && git reset --hard fa5fb3a6
git fetch origin master
git merge --no-edit 2f93e9d4614d6376ed929fc2cee7c59cb9d5833b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ocaml-compiler.5.4.0~beta2 5.4.0~beta2
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0~beta2; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocaml-compiler.5.4.0~beta2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall dates_calc.0.0.6; \
    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.6' && 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.6) || true
RUN opam reinstall --with-test --verbose dates_calc.0.0.6; \
    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.6' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-25 13:13.13: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-ocaml-compiler.5.4.0~beta2-dates_calc.0.0.6-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 13:13.13: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~beta2 5.4.0~beta2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta2;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ocaml-compiler.5.4.0~beta2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dates_calc.0.0.6;\
             \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.6' && 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.6) || true"))
 (run (shell  "opam reinstall --with-test --verbose dates_calc.0.0.6;\
             \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.6' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-25 13:13.13: Waiting for resource in pool OCluster
2026-03-25 14:41.44: Waiting for worker…
2026-03-25 14:43.59: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files:  68% (12646/18520)
Updating files:  69% (12779/18520)
Updating files:  70% (12964/18520)
Updating files:  71% (13150/18520)
Updating files:  72% (13335/18520)
Updating files:  73% (13520/18520)
Updating files:  74% (13705/18520)
Updating files:  75% (13890/18520)
Updating files:  76% (14076/18520)
Updating files:  77% (14261/18520)
Updating files:  78% (14446/18520)
Updating files:  79% (14631/18520)
Updating files:  80% (14816/18520)
Updating files:  81% (15002/18520)
Updating files:  82% (15187/18520)
Updating files:  83% (15372/18520)
Updating files:  84% (15557/18520)
Updating files:  85% (15742/18520)
Updating files:  86% (15928/18520)
Updating files:  87% (16113/18520)
Updating files:  88% (16298/18520)
Updating files:  89% (16483/18520)
Updating files:  90% (16668/18520)
Updating files:  91% (16854/18520)
Updating files:  92% (17039/18520)
Updating files:  93% (17224/18520)
Updating files:  94% (17409/18520)
Updating files:  95% (17594/18520)
Updating files:  96% (17780/18520)
Updating files:  97% (17965/18520)
Updating files:  98% (18150/18520)
Updating files:  99% (18335/18520)
Updating files: 100% (18520/18520)
Updating files: 100% (18520/18520), done.
HEAD is now at 2f93e9d461 Merge pull request #29592 from dinosaure/release-miou-v0.5.5
Merge made by the 'ort' strategy.
 packages/ocaml-compiler/ocaml-compiler.5.3.0/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.3/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0/opam      |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam    |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam     |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam     |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam  |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.1/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4/opam        |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam    |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.5/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.6/opam        |  5 ++++-
 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam    | 18 ++++++++++++++++++
 .../ocaml-options-vanilla/ocaml-options-vanilla.1/opam |  1 +
 packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam |  2 ++
 15 files changed, 69 insertions(+), 12 deletions(-)
 create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6' locally
docker.io/ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
f6cbd774d654: Already exists
b40777a84cca: Already exists
7bb5edb9c889: Already exists
020670bcefab: Already exists
46df05d0db83: Already exists
45bde7b38933: Already exists
b4d63fa01ada: Already exists
Digest: sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
Status: Downloaded newer image for ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
2026-03-25 14:44.02 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-25 14:44.02 ---> using "4ad7f430d684c40cedc651267e0edf890c044fe4e624255de377c471b4526bac" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-25 14:44.02 ---> using "71fa58e52457bf6a7eac317c6a6ef1e2bdf53e533a1e4fd04b90c9349347e038" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-03-25 14:44.02 ---> using "ed86081cb38ca125a920162bfe6a4bb7b1c27c6973c917551687c83cf44dbfdf" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-25 14:44.02 ---> using "04a48515eea40c32b96da0c71328b4bba0edb66eed83d4f78554b39097cf1f25" from cache

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 14:44.03 ---> using "8232259ea36ea8848dc29ae49703acf145fd27b40f3ebd8fb785db7f8da1b9d4" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 1s (6968 kB/s)
- Reading package lists...
- 
2026-03-25 14:44.03 ---> using "a75782a571df4fc8f8933e94c681af881015ee87cdd4c652f8ae9af1d8cfad37" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~beta2 5.4.0~beta2"))
ocaml-compiler is now pinned to version 5.4.0~beta2
2026-03-25 14:44.03 ---> using "6a5005f94ec93c4cfbc555c3d261f1a9e44ce02f7cf737f7e023902aa066afba" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta2;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ocaml-compiler.5.4.0~beta2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-compiler.5.4.0~beta2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 1 package
  - remove    ocaml-base-compiler 5.4.0 (pinned)                [conflicts with ocaml-compiler]
=== downgrade 1 package
  - downgrade ocaml-compiler      5.4.0 to 5.4.0~beta2 (pinned)
=== recompile 6 packages
  - recompile base-domains        base                          [uses ocaml]
  - recompile base-effects        base                          [uses ocaml]
  - recompile base-nnp            base                          [uses base-domains]
  - recompile ocaml               5.4.0                         [uses ocaml-base-compiler]
  - recompile ocaml-config        3                             [uses ocaml-base-compiler]
  - recompile opam-depext         1.2.3                         [uses ocaml]
=== install 1 package
  - install   ocaml-variants      5.4.0~beta2+options           [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0~beta2  (cached)
-> retrieved ocaml-config.3  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.4.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.4.0
-> removed   ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0~beta2
-> installed ocaml-variants.5.4.0~beta2+options
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
[NOTE] Switch invariant was updated to ["ocaml-variants" {= "5.4.0~beta2+options"}]
       Use `opam switch set-invariant' to change it.
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:44.03 ---> using "e030a93f7882e2604088ed6928ceb441b94d1a6a8f699222926e1ee68fd1dd8f" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.6  (cached)
-> retrieved dune.3.22.0  (cached)
-> installed dune.3.22.0
-> installed dates_calc.0.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:44.52 ---> saved as "2994e628a8c24f42b61673a737dbeff9efe80f68480105ec5bdef4cd321df622"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test dates_calc.0.0.6) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile dates_calc         0.0.6
=== 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.6  (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.6
-> 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.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:46.41 ---> saved as "cc79464b7e7e2c6eeecb754ca2182b0880cf4944eb2d4106ef6cf0ca6a2efefb"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [dates_calc.0.0.6: extract]
-> retrieved dates_calc.0.0.6  (cached)
Processing  2/4: [dates_calc: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dates_calc" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/dates_calc.0.0.6)
- (cd _build/default/test && ./unit.exe)
- Testing `unit'.
- This run has ID `LWEPJIWU'.
- 
-   [OK]          add_dates                        0   exact.
-   [OK]          add_dates                        1   ambig.
-   [OK]          first_last_day_of_month          0   all.
- 
- Full test results in `~/.opam/5.4/.opam-switch/build/dates_calc.0.0.6/_build/default/test/_build/_tests/unit'.
- Test Successful in 0.003s. 3 tests run.
- (cd _build/default/test && ./prop.exe)
- 
random seed: 40698077
-   generated   error    fail    pass /   total     time test name
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_1
[ ]     219       0       0     219 /    1000     0.1s anon_test_1
[ ]     492       0       0     492 /    1000     0.2s anon_test_1
[ ]     770       0       0     770 /    1000     0.3s anon_test_1
[✓]    1000       0       0    1000 /    1000     0.4s anon_test_1
- 
[ ]       0       0       0       0 /    1000     0.0s anon_test_2
[ ]       9       0       0       9 /    1000     0.1s anon_test_2
[ ]      30       0       0      30 /    1000     0.2s anon_test_2
[ ]      42       0       0      42 /    1000     0.3s anon_test_2
[ ]      54       0       0      54 /    1000     0.4s anon_test_2
[ ]      67       0       0      67 /    1000     0.5s anon_test_2
[ ]      75       0       0      75 /    1000     0.6s anon_test_2
[ ]      89       0       0      89 /    1000     0.7s anon_test_2
[ ]     101       0       0     101 /    1000     0.9s anon_test_2
[ ]     113       0       0     113 /    1000     1.0s anon_test_2
[ ]     130       0       0     130 /    1000     1.1s anon_test_2
[ ]     145       0       0     145 /    1000     1.2s anon_test_2
[ ]     156       0       0     156 /    1000     1.3s anon_test_2
[ ]     167       0       0     167 /    1000     1.4s anon_test_2
[ ]     182       0       0     182 /    1000     1.5s anon_test_2
[ ]     193       0       0     193 /    1000     1.6s anon_test_2
[ ]     204       0       0     204 /    1000     1.7s anon_test_2
[ ]     215       0       0     215 /    1000     1.8s anon_test_2
[ ]     237       0       0     237 /    1000     1.9s anon_test_2
[ ]     251       0       0     251 /    1000     2.1s anon_test_2
[ ]     267       0       0     267 /    1000     2.2s anon_test_2
[ ]     279       0       0     279 /    1000     2.3s anon_test_2
[ ]     289       0       0     289 /    1000     2.4s anon_test_2
[ ]     305       0       0     305 /    1000     2.5s anon_test_2
[ ]     324       0       0     324 /    1000     2.6s anon_test_2
[ ]     336       0       0     336 /    1000     2.7s anon_test_2
[ ]     356       0       0     356 /    1000     2.8s anon_test_2
[ ]     374       0       0     374 /    1000     2.9s anon_test_2
[ ]     381       0       0     381 /    1000     3.0s anon_test_2
[ ]     393       0       0     393 /    1000     3.1s anon_test_2
[ ]     407       0       0     407 /    1000     3.2s anon_test_2
[ ]     418       0       0     418 /    1000     3.3s anon_test_2
[ ]     431       0       0     431 /    1000     3.4s anon_test_2
[ ]     451       0       0     451 /    1000     3.5s anon_test_2
[ ]     463       0       0     463 /    1000     3.7s anon_test_2
[ ]     481       0       0     481 /    1000     3.8s anon_test_2
[ ]     495       0       0     495 /    1000     3.9s anon_test_2
[ ]     506       0       0     506 /    1000     4.0s anon_test_2
[ ]     516       0       0     516 /    1000     4.1s anon_test_2
[ ]     529       0       0     529 /    1000     4.2s anon_test_2
[ ]     543       0       0     543 /    1000     4.3s anon_test_2
[ ]     557       0       0     557 /    1000     4.4s anon_test_2
[ ]     568       0       0     568 /    1000     4.5s anon_test_2
[ ]     580       0       0     580 /    1000     4.6s anon_test_2
[ ]     592       0       0     592 /    1000     4.7s anon_test_2
[ ]     604       0       0     604 /    1000     4.8s anon_test_2
[ ]     618       0       0     618 /    1000     4.9s anon_test_2
[ ]     626       0       0     626 /    1000     5.0s anon_test_2
[ ]     635       0       0     635 /    1000     5.2s anon_test_2
[ ]     645       0       0     645 /    1000     5.3s anon_test_2
[ ]     655       0       0     655 /    1000     5.4s anon_test_2
[ ]     670       0       0     670 /    1000     5.5s anon_test_2
[ ]     682       0       0     682 /    1000     5.6s anon_test_2
[ ]     692       0       0     692 /    1000     5.7s anon_test_2
[ ]     706       0       0     706 /    1000     5.8s anon_test_2
[ ]     719       0       0     719 /    1000     5.9s anon_test_2
[ ]     732       0       0     732 /    1000     6.0s anon_test_2
[ ]     749       0       0     749 /    1000     6.1s anon_test_2
[ ]     760       0       0     760 /    1000     6.2s anon_test_2
[ ]     768       0       0     768 /    1000     6.3s anon_test_2
[ ]     777       0       0     777 /    1000     6.4s anon_test_2
[ ]     791       0       0     791 /    1000     6.5s anon_test_2
[ ]     806       0       0     806 /    1000     6.6s anon_test_2
[ ]     823       0       0     823 /    1000     6.7s anon_test_2
[ ]     835       0       0     835 /    1000     6.8s anon_test_2
[ ]     847       0       0     847 /    1000     7.0s anon_test_2
[ ]     862       0       0     862 /    1000     7.1s anon_test_2
[ ]     875       0       0     875 /    1000     7.2s anon_test_2
[ ]     888       0       0     888 /    1000     7.3s anon_test_2
[ ]     906       0       0     906 /    1000     7.4s anon_test_2
[ ]     914       0       0     914 /    1000     7.5s anon_test_2
[ ]     928       0       0     928 /    1000     7.6s anon_test_2
[ ]     937       0       0     937 /    1000     7.8s anon_test_2
[ ]     950       0       0     950 /    1000     7.9s anon_test_2
[ ]     967       0       0     967 /    1000     8.0s anon_test_2
[ ]     982       0       0     982 /    1000     8.1s anon_test_2
[ ]     992       0       0     992 /    1000     8.2s anon_test_2
[✓]    1000       0       0    1000 /    1000     8.3s anon_test_2
- 
[ ]       0       0       0       0 / 1000000     0.0s h1
[ ]    9660       0       0    9660 / 1000000     0.1s h1
[ ]   19199       0       0   19199 / 1000000     0.2s h1
[ ]   28726       0       0   28726 / 1000000     0.3s h1
[ ]   38369       0       0   38369 / 1000000     0.4s h1
[ ]   48028       0       0   48028 / 1000000     0.5s h1
[ ]   57679       0       0   57679 / 1000000     0.6s h1
[ ]   68104       0       0   68104 / 1000000     0.7s h1
[ ]   78398       0       0   78398 / 1000000     0.8s h1
[ ]   88104       0       0   88104 / 1000000     0.9s h1
[ ]   97794       0       0   97794 / 1000000     1.0s h1
[ ]  107503       0       0  107503 / 1000000     1.1s h1
[ ]  117274       0       0  117274 / 1000000     1.2s h1
[ ]  126964       0       0  126964 / 1000000     1.3s h1
[ ]  136703       0       0  136703 / 1000000     1.4s h1
[ ]  146312       0       0  146312 / 1000000     1.5s h1
[ ]  155792       0       0  155792 / 1000000     1.6s h1
[ ]  165432       0       0  165432 / 1000000     1.7s h1
[ ]  174896       0       0  174896 / 1000000     1.8s h1
[ ]  184276       0       0  184276 / 1000000     1.9s h1
[ ]  193823       0       0  193823 / 1000000     2.0s h1
[ ]  203430       0       0  203430 / 1000000     2.1s h1
[ ]  213172       0       0  213172 / 1000000     2.2s h1
[ ]  222887       0       0  222887 / 1000000     2.3s h1 (collecting)
[ ]  232776       0       0  232776 / 1000000     2.4s h1
[ ]  242384       0       0  242384 / 1000000     2.5s h1
[ ]  251781       0       0  251781 / 1000000     2.6s h1
[ ]  260890       0       0  260890 / 1000000     2.7s h1
[ ]  270466       0       0  270466 / 1000000     2.8s h1
[ ]  280476       0       0  280476 / 1000000     2.9s h1
[ ]  290612       0       0  290612 / 1000000     3.0s h1
[ ]  300586       0       0  300586 / 1000000     3.1s h1
[ ]  310026       0       0  310026 / 1000000     3.2s h1 (   testing)
[ ]  319387       0       0  319387 / 1000000     3.3s h1
[ ]  328951       0       0  328951 / 1000000     3.4s h1
[ ]  338215       0       0  338215 / 1000000     3.5s h1
[ ]  347291       0       0  347291 / 1000000     3.6s h1
[ ]  356730       0       0  356730 / 1000000     3.7s h1
[ ]  366054       0       0  366054 / 1000000     3.8s h1
[ ]  375584       0       0  375584 / 1000000     3.9s h1
[ ]  384738       0       0  384738 / 1000000     4.0s h1
[ ]  394143       0       0  394143 / 1000000     4.1s h1
[ ]  403547       0       0  403547 / 1000000     4.2s h1
[ ]  412882       0       0  412882 / 1000000     4.3s h1
[ ]  422444       0       0  422444 / 1000000     4.4s h1
[ ]  432092       0       0  432092 / 1000000     4.5s h1
[ ]  441677       0       0  441677 / 1000000     4.6s h1
[ ]  451376       0       0  451376 / 1000000     4.7s h1
[ ]  461015       0       0  461015 / 1000000     4.8s h1 (collecting)
[ ]  470475       0       0  470475 / 1000000     4.9s h1 (   testing)
[ ]  480155       0       0  480155 / 1000000     5.0s h1
[ ]  489642       0       0  489642 / 1000000     5.1s h1
[ ]  501699       0       0  501699 / 1000000     5.2s h1
[ ]  511591       0       0  511591 / 1000000     5.3s h1
[ ]  522588       0       0  522588 / 1000000     5.4s h1
[ ]  533835       0       0  533835 / 1000000     5.5s h1
[ ]  544195       0       0  544195 / 1000000     5.6s h1
[ ]  553834       0       0  553834 / 1000000     5.7s h1
[ ]  563504       0       0  563504 / 1000000     5.8s h1
[ ]  573350       0       0  573350 / 1000000     5.9s h1
[ ]  582937       0       0  582937 / 1000000     6.0s h1
[ ]  592289       0       0  592289 / 1000000     6.1s h1
[ ]  602378       0       0  602378 / 1000000     6.2s h1
[ ]  612033       0       0  612033 / 1000000     6.3s h1
[ ]  621035       0       0  621035 / 1000000     6.4s h1 (   testing)
[ ]  630070       0       0  630070 / 1000000     6.5s h1
[ ]  639185       0       0  639185 / 1000000     6.6s h1
[ ]  648505       0       0  648505 / 1000000     6.7s h1
[ ]  658273       0       0  658273 / 1000000     6.8s h1
[ ]  668166       0       0  668166 / 1000000     6.9s h1
[ ]  677548       0       0  677548 / 1000000     7.0s h1
[ ]  686723       0       0  686723 / 1000000     7.1s h1
[ ]  696251       0       0  696251 / 1000000     7.2s h1
[ ]  706115       0       0  706115 / 1000000     7.3s h1
[ ]  715991       0       0  715991 / 1000000     7.4s h1
[ ]  726285       0       0  726285 / 1000000     7.5s h1
[ ]  736138       0       0  736138 / 1000000     7.6s h1
[ ]  745735       0       0  745735 / 1000000     7.7s h1
[ ]  755177       0       0  755177 / 1000000     7.8s h1
[ ]  764827       0       0  764827 / 1000000     7.9s h1
[ ]  774445       0       0  774445 / 1000000     8.0s h1
[ ]  784099       0       0  784099 / 1000000     8.1s h1
[ ]  793632       0       0  793632 / 1000000     8.2s h1
[ ]  803476       0       0  803476 / 1000000     8.3s h1
[ ]  816095       0       0  816095 / 1000000     8.4s h1
[ ]  826433       0       0  826433 / 1000000     8.5s h1
[ ]  836244       0       0  836244 / 1000000     8.6s h1
[ ]  845485       0       0  845485 / 1000000     8.7s h1
[ ]  856148       0       0  856148 / 1000000     8.8s h1
[ ]  865646       0       0  865646 / 1000000     8.9s h1
[ ]  875011       0       0  875011 / 1000000     9.0s h1
[ ]  884550       0       0  884550 / 1000000     9.1s h1
[ ]  894508       0       0  894508 / 1000000     9.2s h1
[ ]  904167       0       0  904167 / 1000000     9.3s h1
[ ]  913730       0       0  913730 / 1000000     9.4s h1
[ ]  923491       0       0  923491 / 1000000     9.5s h1
[ ]  933255       0       0  933255 / 1000000     9.6s h1 (collecting)
[ ]  943132       0       0  943132 / 1000000     9.7s h1 (collecting)
[ ]  953032       0       0  953032 / 1000000     9.8s h1
[ ]  962763       0       0  962763 / 1000000     9.9s h1
[ ]  972639       0       0  972639 / 1000000    10.0s h1
[ ]  982470       0       0  982470 / 1000000    10.1s h1
[ ]  992407       0       0  992407 / 1000000    10.2s h1
[✓] 1000000       0       0 1000000 / 1000000    10.3s h1
- 
[ ]       0       0       0       0 / 1000000     0.0s h2
[ ]    5015       0       0    5015 / 1000000     0.1s h2
[ ]   10164       0       0   10164 / 1000000     0.2s h2
[ ]   15087       0       0   15087 / 1000000     0.3s h2
[ ]   20250       0       0   20250 / 1000000     0.4s h2
[ ]   25345       0       0   25345 / 1000000     0.5s h2
[ ]   30487       0       0   30487 / 1000000     0.6s h2
[ ]   35538       0       0   35538 / 1000000     0.7s h2
[ ]   40652       0       0   40652 / 1000000     0.8s h2
[ ]   45705       0       0   45705 / 1000000     0.9s h2
[ ]   50764       0       0   50764 / 1000000     1.0s h2
[ ]   55891       0       0   55891 / 1000000     1.1s h2
[ ]   61072       0       0   61072 / 1000000     1.2s h2 (collecting)
[ ]   66150       0       0   66150 / 1000000     1.3s h2
[ ]   71216       0       0   71216 / 1000000     1.4s h2
[ ]   76469       0       0   76469 / 1000000     1.5s h2
[ ]   81866       0       0   81866 / 1000000     1.6s h2
[ ]   87316       0       0   87316 / 1000000     1.7s h2
[ ]   92754       0       0   92754 / 1000000     1.8s h2
[ ]   98102       0       0   98102 / 1000000     1.9s h2
[ ]  103150       0       0  103150 / 1000000     2.0s h2
[ ]  108321       0       0  108321 / 1000000     2.1s h2
[ ]  113364       0       0  113364 / 1000000     2.2s h2
[ ]  118405       0       0  118405 / 1000000     2.3s h2
[ ]  123455       0       0  123455 / 1000000     2.4s h2
[ ]  128659       0       0  128659 / 1000000     2.5s h2
[ ]  133765       0       0  133765 / 1000000     2.6s h2
[ ]  138973       0       0  138973 / 1000000     2.7s h2 (collecting)
[ ]  144199       0       0  144199 / 1000000     2.8s h2
[ ]  149347       0       0  149347 / 1000000     2.9s h2
[ ]  154458       0       0  154458 / 1000000     3.0s h2
[ ]  159469       0       0  159469 / 1000000     3.1s h2
[ ]  164475       0       0  164475 / 1000000     3.2s h2
[ ]  169563       0       0  169563 / 1000000     3.3s h2
[ ]  174554       0       0  174554 / 1000000     3.4s h2
[ ]  179688       0       0  179688 / 1000000     3.5s h2
[ ]  184732       0       0  184732 / 1000000     3.6s h2
[ ]  189738       0       0  189738 / 1000000     3.7s h2
[ ]  194704       0       0  194704 / 1000000     3.8s h2
[ ]  199844       0       0  199844 / 1000000     3.9s h2
[ ]  204932       0       0  204932 / 1000000     4.0s h2
[ ]  210092       0       0  210092 / 1000000     4.1s h2
[ ]  215431       0       0  215431 / 1000000     4.2s h2
[ ]  220734       0       0  220734 / 1000000     4.3s h2
[ ]  225754       0       0  225754 / 1000000     4.4s h2
[ ]  230732       0       0  230732 / 1000000     4.5s h2
[ ]  235907       0       0  235907 / 1000000     4.6s h2 (collecting)
[ ]  241187       0       0  241187 / 1000000     4.7s h2
[ ]  246558       0       0  246558 / 1000000     4.8s h2
[ ]  251866       0       0  251866 / 1000000     4.9s h2
[ ]  257179       0       0  257179 / 1000000     5.0s h2
[ ]  262503       0       0  262503 / 1000000     5.1s h2
[ ]  267837       0       0  267837 / 1000000     5.2s h2
[ ]  272878       0       0  272878 / 1000000     5.3s h2
[ ]  278174       0       0  278174 / 1000000     5.4s h2
[ ]  283390       0       0  283390 / 1000000     5.5s h2
[ ]  288657       0       0  288657 / 1000000     5.6s h2
[ ]  295540       0       0  295540 / 1000000     5.7s h2
[ ]  303315       0       0  303315 / 1000000     5.8s h2
[ ]  309838       0       0  309838 / 1000000     5.9s h2
[ ]  314817       0       0  314817 / 1000000     6.0s h2
[ ]  319817       0       0  319817 / 1000000     6.1s h2
[ ]  325002       0       0  325002 / 1000000     6.2s h2
[ ]  330114       0       0  330114 / 1000000     6.3s h2
[ ]  335286       0       0  335286 / 1000000     6.4s h2
[ ]  340490       0       0  340490 / 1000000     6.5s h2
[ ]  345824       0       0  345824 / 1000000     6.6s h2
[ ]  350755       0       0  350755 / 1000000     6.7s h2
[ ]  355725       0       0  355725 / 1000000     6.8s h2
[ ]  360689       0       0  360689 / 1000000     6.9s h2
[ ]  366104       0       0  366104 / 1000000     7.0s h2
[ ]  374759       0       0  374759 / 1000000     7.1s h2
[ ]  383311       0       0  383311 / 1000000     7.2s h2
[ ]  392035       0       0  392035 / 1000000     7.3s h2
[ ]  398459       0       0  398459 / 1000000     7.4s h2
[ ]  404703       0       0  404703 / 1000000     7.5s h2
[ ]  412946       0       0  412946 / 1000000     7.6s h2
[ ]  420509       0       0  420509 / 1000000     7.7s h2
[ ]  429004       0       0  429004 / 1000000     7.8s h2
[ ]  437516       0       0  437516 / 1000000     7.9s h2
[ ]  446248       0       0  446248 / 1000000     8.0s h2
[ ]  454726       0       0  454726 / 1000000     8.1s h2
[ ]  463080       0       0  463080 / 1000000     8.2s h2
[ ]  471234       0       0  471234 / 1000000     8.3s h2
[ ]  479308       0       0  479308 / 1000000     8.4s h2
[ ]  485665       0       0  485665 / 1000000     8.5s h2
[ ]  490824       0       0  490824 / 1000000     8.6s h2
[ ]  496048       0       0  496048 / 1000000     8.7s h2
[ ]  501306       0       0  501306 / 1000000     8.8s h2
[ ]  506587       0       0  506587 / 1000000     8.9s h2
[ ]  511986       0       0  511986 / 1000000     9.0s h2
[ ]  517130       0       0  517130 / 1000000     9.1s h2
[ ]  522007       0       0  522007 / 1000000     9.2s h2
[ ]  526770       0       0  526770 / 1000000     9.3s h2
[ ]  531588       0       0  531588 / 1000000     9.4s h2
[ ]  536619       0       0  536619 / 1000000     9.5s h2
[ ]  544902       0       0  544902 / 1000000     9.6s h2
[ ]  552516       0       0  552516 / 1000000     9.7s h2
[ ]  560672       0       0  560672 / 1000000     9.8s h2
[ ]  568532       0       0  568532 / 1000000     9.9s h2
[ ]  576489       0       0  576489 / 1000000    10.0s h2
[ ]  584152       0       0  584152 / 1000000    10.1s h2
[ ]  591139       0       0  591139 / 1000000    10.2s h2
[ ]  598624       0       0  598624 / 1000000    10.3s h2
[ ]  606020       0       0  606020 / 1000000    10.4s h2
[ ]  612935       0       0  612935 / 1000000    10.5s h2
[ ]  619194       0       0  619194 / 1000000    10.6s h2
[ ]  627115       0       0  627115 / 1000000    10.7s h2
[ ]  635356       0       0  635356 / 1000000    10.8s h2
[ ]  641380       0       0  641380 / 1000000    10.9s h2
[ ]  648800       0       0  648800 / 1000000    11.0s h2
[ ]  655372       0       0  655372 / 1000000    11.1s h2
[ ]  661173       0       0  661173 / 1000000    11.2s h2
[ ]  666425       0       0  666425 / 1000000    11.3s h2
[ ]  672369       0       0  672369 / 1000000    11.4s h2
[ ]  677541       0       0  677541 / 1000000    11.5s h2 (collecting)
[ ]  682577       0       0  682577 / 1000000    11.6s h2
[ ]  687399       0       0  687399 / 1000000    11.7s h2
[ ]  692262       0       0  692262 / 1000000    11.8s h2
[ ]  697529       0       0  697529 / 1000000    11.9s h2
[ ]  702627       0       0  702627 / 1000000    12.0s h2
[ ]  708535       0       0  708535 / 1000000    12.1s h2
[ ]  716367       0       0  716367 / 1000000    12.2s h2
[ ]  724451       0       0  724451 / 1000000    12.3s h2
[ ]  731547       0       0  731547 / 1000000    12.4s h2 (collecting)
[ ]  739646       0       0  739646 / 1000000    12.5s h2
[ ]  746234       0       0  746234 / 1000000    12.6s h2
[ ]  753358       0       0  753358 / 1000000    12.7s h2 (collecting)
[ ]  761430       0       0  761430 / 1000000    12.8s h2
[ ]  767112       0       0  767112 / 1000000    12.9s h2
[ ]  774040       0       0  774040 / 1000000    13.0s h2
[ ]  781506       0       0  781506 / 1000000    13.1s h2
[ ]  789579       0       0  789579 / 1000000    13.2s h2
[ ]  797712       0       0  797712 / 1000000    13.3s h2
[ ]  805485       0       0  805485 / 1000000    13.4s h2
[ ]  814271       0       0  814271 / 1000000    13.5s h2
[ ]  819351       0       0  819351 / 1000000    13.6s h2
[ ]  824498       0       0  824498 / 1000000    13.7s h2
[ ]  830686       0       0  830686 / 1000000    13.8s h2
[ ]  839239       0       0  839239 / 1000000    13.9s h2
[ ]  846748       0       0  846748 / 1000000    14.0s h2
[ ]  855267       0       0  855267 / 1000000    14.1s h2
[ ]  862052       0       0  862052 / 1000000    14.2s h2
[ ]  867432       0       0  867432 / 1000000    14.3s h2
[ ]  875659       0       0  875659 / 1000000    14.4s h2
[ ]  884393       0       0  884393 / 1000000    14.5s h2
[ ]  893080       0       0  893080 / 1000000    14.6s h2
[ ]  901907       0       0  901907 / 1000000    14.7s h2 (collecting)
[ ]  910681       0       0  910681 / 1000000    14.8s h2 (collecting)
[ ]  919232       0       0  919232 / 1000000    14.9s h2 (collecting)
[ ]  927926       0       0  927926 / 1000000    15.0s h2
[ ]  936500       0       0  936500 / 1000000    15.1s h2
[ ]  944736       0       0  944736 / 1000000    15.2s h2
[ ]  952126       0       0  952126 / 1000000    15.3s h2
[ ]  959438       0       0  959438 / 1000000    15.4s h2
[ ]  967380       0       0  967380 / 1000000    15.5s h2
[ ]  973355       0       0  973355 / 1000000    15.6s h2
[ ]  979349       0       0  979349 / 1000000    15.7s h2
[ ]  985656       0       0  985656 / 1000000    15.8s h2
[ ]  991110       0       0  991110 / 1000000    15.9s h2
[ ]  996508       0       0  996508 / 1000000    16.0s h2
[✓] 1000000       0       0 1000000 / 1000000    16.1s h2
- 
[ ]       0       0       0       0 / 1000000     0.0s h3
[ ]   14647       0       0   14647 / 1000000     0.1s h3
[ ]   28212       0       0   28212 / 1000000     0.2s h3
[ ]   42685       0       0   42685 / 1000000     0.3s h3
[ ]   59962       0       0   59962 / 1000000     0.4s h3
[ ]   71227       0       0   71227 / 1000000     0.5s h3
[ ]   80703       0       0   80703 / 1000000     0.6s h3
[ ]   90799       0       0   90799 / 1000000     0.7s h3
[ ]  100388       0       0  100388 / 1000000     0.8s h3
[ ]  109656       0       0  109656 / 1000000     0.9s h3
[ ]  118853       0       0  118853 / 1000000     1.0s h3
[ ]  132229       0       0  132229 / 1000000     1.1s h3
[ ]  145529       0       0  145529 / 1000000     1.2s h3
[ ]  155587       0       0  155587 / 1000000     1.3s h3
[ ]  171229       0       0  171229 / 1000000     1.4s h3
[ ]  188135       0       0  188135 / 1000000     1.5s h3
[ ]  200157       0       0  200157 / 1000000     1.6s h3
[ ]  210874       0       0  210874 / 1000000     1.7s h3
[ ]  220982       0       0  220982 / 1000000     1.8s h3
[ ]  231348       0       0  231348 / 1000000     1.9s h3
[ ]  245311       0       0  245311 / 1000000     2.0s h3
[ ]  260573       0       0  260573 / 1000000     2.1s h3
[ ]  276565       0       0  276565 / 1000000     2.2s h3
[ ]  293647       0       0  293647 / 1000000     2.3s h3
[ ]  310774       0       0  310774 / 1000000     2.4s h3
[ ]  327865       0       0  327865 / 1000000     2.5s h3 (collecting)
[ ]  342890       0       0  342890 / 1000000     2.6s h3
[ ]  359956       0       0  359956 / 1000000     2.7s h3
[ ]  377342       0       0  377342 / 1000000     2.8s h3
[ ]  394704       0       0  394704 / 1000000     2.9s h3
[ ]  411964       0       0  411964 / 1000000     3.0s h3
[ ]  429117       0       0  429117 / 1000000     3.1s h3
[ ]  443017       0       0  443017 / 1000000     3.2s h3
[ ]  458575       0       0  458575 / 1000000     3.3s h3
[ ]  470890       0       0  470890 / 1000000     3.4s h3
[ ]  482147       0       0  482147 / 1000000     3.5s h3
[ ]  499451       0       0  499451 / 1000000     3.6s h3
[ ]  516744       0       0  516744 / 1000000     3.7s h3
[ ]  534023       0       0  534023 / 1000000     3.8s h3
[ ]  551314       0       0  551314 / 1000000     3.9s h3
[ ]  568575       0       0  568575 / 1000000     4.0s h3
[ ]  585884       0       0  585884 / 1000000     4.1s h3 (collecting)
[ ]  603237       0       0  603237 / 1000000     4.2s h3
[ ]  620120       0       0  620120 / 1000000     4.3s h3
[ ]  636735       0       0  636735 / 1000000     4.4s h3
[ ]  653593       0       0  653593 / 1000000     4.5s h3
[ ]  670419       0       0  670419 / 1000000     4.6s h3
[ ]  687261       0       0  687261 / 1000000     4.7s h3
[ ]  704088       0       0  704088 / 1000000     4.8s h3
[ ]  720859       0       0  720859 / 1000000     4.9s h3
[ ]  737234       0       0  737234 / 1000000     5.0s h3
[ ]  753891       0       0  753891 / 1000000     5.1s h3
[ ]  770817       0       0  770817 / 1000000     5.2s h3
[ ]  787907       0       0  787907 / 1000000     5.3s h3
[ ]  805053       0       0  805053 / 1000000     5.4s h3
[ ]  818607       0       0  818607 / 1000000     5.5s h3
[ ]  835602       0       0  835602 / 1000000     5.6s h3
[ ]  852602       0       0  852602 / 1000000     5.7s h3 (collecting)
[ ]  869894       0       0  869894 / 1000000     5.8s h3
[ ]  887213       0       0  887213 / 1000000     5.9s h3
[ ]  904456       0       0  904456 / 1000000     6.0s h3
[ ]  921638       0       0  921638 / 1000000     6.1s h3
[ ]  938946       0       0  938946 / 1000000     6.2s h3
[ ]  956408       0       0  956408 / 1000000     6.3s h3
[ ]  973923       0       0  973923 / 1000000     6.4s h3
[ ]  991253       0       0  991253 / 1000000     6.5s h3
[✓] 1000000       0       0 1000000 / 1000000     6.6s h3
- 
[ ]       0       0       0       0 / 1000000     0.0s h4
[ ]    6097       0       0    6097 / 1000000     0.1s h4
[ ]   12184       0       0   12184 / 1000000     0.2s h4
[ ]   16611       0       0   16611 / 1000000     0.3s h4
[ ]   20100       0       0   20100 / 1000000     0.4s h4
[ ]   23717       0       0   23717 / 1000000     0.5s h4
[ ]   27274       0       0   27274 / 1000000     0.6s h4
[ ]   30920       0       0   30920 / 1000000     0.7s h4
[ ]   34666       0       0   34666 / 1000000     0.8s h4
[ ]   38173       0       0   38173 / 1000000     0.9s h4
[ ]   41682       0       0   41682 / 1000000     1.0s h4
[ ]   45128       0       0   45128 / 1000000     1.1s h4
[ ]   50947       0       0   50947 / 1000000     1.2s h4 (collecting)
[ ]   56881       0       0   56881 / 1000000     1.3s h4 (collecting)
[ ]   62602       0       0   62602 / 1000000     1.4s h4
[ ]   67002       0       0   67002 / 1000000     1.5s h4
[ ]   72746       0       0   72746 / 1000000     1.6s h4
[ ]   76340       0       0   76340 / 1000000     1.7s h4
[ ]   79840       0       0   79840 / 1000000     1.8s h4
[ ]   83864       0       0   83864 / 1000000     1.9s h4
[ ]   89051       0       0   89051 / 1000000     2.0s h4
[ ]   94513       0       0   94513 / 1000000     2.1s h4
[ ]  100102       0       0  100102 / 1000000     2.2s h4
[ ]  105852       0       0  105852 / 1000000     2.3s h4
[ ]  111468       0       0  111468 / 1000000     2.4s h4
[ ]  117213       0       0  117213 / 1000000     2.5s h4
[ ]  122976       0       0  122976 / 1000000     2.6s h4
[ ]  127973       0       0  127973 / 1000000     2.7s h4
[ ]  133674       0       0  133674 / 1000000     2.8s h4
[ ]  139351       0       0  139351 / 1000000     2.9s h4
[ ]  145016       0       0  145016 / 1000000     3.0s h4
[ ]  151003       0       0  151003 / 1000000     3.1s h4
[ ]  157070       0       0  157070 / 1000000     3.2s h4
[ ]  163199       0       0  163199 / 1000000     3.3s h4
[ ]  169303       0       0  169303 / 1000000     3.4s h4 (collecting)
[ ]  174213       0       0  174213 / 1000000     3.5s h4
[ ]  180085       0       0  180085 / 1000000     3.6s h4
[ ]  186164       0       0  186164 / 1000000     3.7s h4
[ ]  191621       0       0  191621 / 1000000     3.8s h4
[ ]  195483       0       0  195483 / 1000000     3.9s h4
[ ]  200358       0       0  200358 / 1000000     4.0s h4
[ ]  205988       0       0  205988 / 1000000     4.1s h4
[ ]  212084       0       0  212084 / 1000000     4.2s h4
[ ]  218094       0       0  218094 / 1000000     4.3s h4
[ ]  224006       0       0  224006 / 1000000     4.4s h4
[ ]  229724       0       0  229724 / 1000000     4.5s h4
[ ]  235484       0       0  235484 / 1000000     4.6s h4
[ ]  241363       0       0  241363 / 1000000     4.7s h4
[ ]  247255       0       0  247255 / 1000000     4.8s h4
[ ]  253111       0       0  253111 / 1000000     4.9s h4
[ ]  257027       0       0  257027 / 1000000     5.0s h4
[ ]  263001       0       0  263001 / 1000000     5.1s h4
[ ]  268033       0       0  268033 / 1000000     5.2s h4
[ ]  271857       0       0  271857 / 1000000     5.3s h4
[ ]  277771       0       0  277771 / 1000000     5.4s h4
[ ]  283813       0       0  283813 / 1000000     5.5s h4
[ ]  289320       0       0  289320 / 1000000     5.6s h4
[ ]  294648       0       0  294648 / 1000000     5.7s h4
[ ]  300134       0       0  300134 / 1000000     5.8s h4
[ ]  305605       0       0  305605 / 1000000     5.9s h4
[ ]  310011       0       0  310011 / 1000000     6.0s h4
[ ]  313636       0       0  313636 / 1000000     6.1s h4
[ ]  317218       0       0  317218 / 1000000     6.2s h4
[ ]  320849       0       0  320849 / 1000000     6.3s h4
[ ]  326453       0       0  326453 / 1000000     6.4s h4
[ ]  331603       0       0  331603 / 1000000     6.5s h4
[ ]  337054       0       0  337054 / 1000000     6.6s h4
[ ]  342644       0       0  342644 / 1000000     6.7s h4
[ ]  348560       0       0  348560 / 1000000     6.8s h4
[ ]  354604       0       0  354604 / 1000000     6.9s h4
[ ]  360275       0       0  360275 / 1000000     7.0s h4
[ ]  366252       0       0  366252 / 1000000     7.1s h4
[ ]  372316       0       0  372316 / 1000000     7.2s h4
[ ]  378414       0       0  378414 / 1000000     7.3s h4
[ ]  384533       0       0  384533 / 1000000     7.4s h4
[ ]  390646       0       0  390646 / 1000000     7.5s h4
[ ]  396728       0       0  396728 / 1000000     7.6s h4
[ ]  402791       0       0  402791 / 1000000     7.7s h4
[ ]  408848       0       0  408848 / 1000000     7.8s h4
[ ]  415021       0       0  415021 / 1000000     7.9s h4
[ ]  420986       0       0  420986 / 1000000     8.0s h4
[ ]  426707       0       0  426707 / 1000000     8.1s h4
[ ]  432273       0       0  432273 / 1000000     8.2s h4
[ ]  438009       0       0  438009 / 1000000     8.3s h4
[ ]  443565       0       0  443565 / 1000000     8.4s h4
[ ]  449139       0       0  449139 / 1000000     8.5s h4
[ ]  454689       0       0  454689 / 1000000     8.6s h4
[ ]  460250       0       0  460250 / 1000000     8.7s h4
[ ]  465880       0       0  465880 / 1000000     8.8s h4
[ ]  471262       0       0  471262 / 1000000     8.9s h4
[ ]  476971       0       0  476971 / 1000000     9.0s h4 (collecting)
[ ]  482839       0       0  482839 / 1000000     9.1s h4
[ ]  488409       0       0  488409 / 1000000     9.2s h4
[ ]  493847       0       0  493847 / 1000000     9.3s h4
[ ]  498907       0       0  498907 / 1000000     9.4s h4
[ ]  504692       0       0  504692 / 1000000     9.5s h4
[ ]  510427       0       0  510427 / 1000000     9.6s h4
[ ]  514536       0       0  514536 / 1000000     9.7s h4
[ ]  518036       0       0  518036 / 1000000     9.8s h4
[ ]  523135       0       0  523135 / 1000000     9.9s h4
[ ]  529245       0       0  529245 / 1000000    10.0s h4
[ ]  535340       0       0  535340 / 1000000    10.1s h4
[ ]  541438       0       0  541438 / 1000000    10.2s h4
[ ]  547515       0       0  547515 / 1000000    10.3s h4
[ ]  553658       0       0  553658 / 1000000    10.4s h4
[ ]  559817       0       0  559817 / 1000000    10.5s h4
[ ]  565970       0       0  565970 / 1000000    10.6s h4
[ ]  572129       0       0  572129 / 1000000    10.7s h4
[ ]  578310       0       0  578310 / 1000000    10.8s h4
[ ]  584453       0       0  584453 / 1000000    10.9s h4
[ ]  590459       0       0  590459 / 1000000    11.0s h4
[ ]  596588       0       0  596588 / 1000000    11.1s h4
[ ]  602622       0       0  602622 / 1000000    11.2s h4
[ ]  608764       0       0  608764 / 1000000    11.3s h4
[ ]  614900       0       0  614900 / 1000000    11.4s h4
[ ]  619593       0       0  619593 / 1000000    11.5s h4
[ ]  625517       0       0  625517 / 1000000    11.6s h4
[ ]  630694       0       0  630694 / 1000000    11.7s h4
[ ]  634537       0       0  634537 / 1000000    11.8s h4
[ ]  638713       0       0  638713 / 1000000    11.9s h4
[ ]  642439       0       0  642439 / 1000000    12.0s h4
[ ]  647150       0       0  647150 / 1000000    12.1s h4
[ ]  651434       0       0  651434 / 1000000    12.2s h4
[ ]  657253       0       0  657253 / 1000000    12.3s h4
[ ]  663051       0       0  663051 / 1000000    12.4s h4
[ ]  668821       0       0  668821 / 1000000    12.5s h4
[ ]  674264       0       0  674264 / 1000000    12.6s h4
[ ]  679787       0       0  679787 / 1000000    12.7s h4
[ ]  685486       0       0  685486 / 1000000    12.8s h4
[ ]  691223       0       0  691223 / 1000000    12.9s h4
[ ]  695742       0       0  695742 / 1000000    13.0s h4
[ ]  699790       0       0  699790 / 1000000    13.1s h4
[ ]  703745       0       0  703745 / 1000000    13.2s h4
[ ]  707334       0       0  707334 / 1000000    13.3s h4
[ ]  710788       0       0  710788 / 1000000    13.4s h4
[ ]  714342       0       0  714342 / 1000000    13.5s h4
[ ]  718145       0       0  718145 / 1000000    13.6s h4
[ ]  724215       0       0  724215 / 1000000    13.7s h4
[ ]  730279       0       0  730279 / 1000000    13.8s h4
[ ]  735841       0       0  735841 / 1000000    13.9s h4
[ ]  741453       0       0  741453 / 1000000    14.0s h4
[ ]  746925       0       0  746925 / 1000000    14.1s h4
[ ]  752574       0       0  752574 / 1000000    14.2s h4
[ ]  758061       0       0  758061 / 1000000    14.3s h4
[ ]  763955       0       0  763955 / 1000000    14.4s h4
[ ]  769575       0       0  769575 / 1000000    14.5s h4
[ ]  775266       0       0  775266 / 1000000    14.6s h4
[ ]  781424       0       0  781424 / 1000000    14.7s h4
[ ]  787455       0       0  787455 / 1000000    14.8s h4
[ ]  793503       0       0  793503 / 1000000    14.9s h4
[ ]  799681       0       0  799681 / 1000000    15.0s h4
[ ]  805885       0       0  805885 / 1000000    15.1s h4
[ ]  812043       0       0  812043 / 1000000    15.2s h4
[ ]  818304       0       0  818304 / 1000000    15.3s h4
[ ]  824444       0       0  824444 / 1000000    15.4s h4
[ ]  830534       0       0  830534 / 1000000    15.5s h4
[ ]  836642       0       0  836642 / 1000000    15.6s h4
[ ]  842777       0       0  842777 / 1000000    15.7s h4
[ ]  848585       0       0  848585 / 1000000    15.8s h4
[ ]  854258       0       0  854258 / 1000000    15.9s h4
[ ]  859828       0       0  859828 / 1000000    16.0s h4
[ ]  865588       0       0  865588 / 1000000    16.1s h4
[ ]  871493       0       0  871493 / 1000000    16.2s h4
[ ]  877306       0       0  877306 / 1000000    16.3s h4
[ ]  883201       0       0  883201 / 1000000    16.4s h4
[ ]  889116       0       0  889116 / 1000000    16.5s h4
[ ]  895076       0       0  895076 / 1000000    16.6s h4
[ ]  901001       0       0  901001 / 1000000    16.7s h4
[ ]  906940       0       0  906940 / 1000000    16.8s h4
[ ]  912839       0       0  912839 / 1000000    16.9s h4
[ ]  918744       0       0  918744 / 1000000    17.0s h4
[ ]  924680       0       0  924680 / 1000000    17.1s h4
[ ]  930656       0       0  930656 / 1000000    17.2s h4
[ ]  936598       0       0  936598 / 1000000    17.3s h4
[ ]  942505       0       0  942505 / 1000000    17.4s h4
[ ]  948442       0       0  948442 / 1000000    17.5s h4
[ ]  954172       0       0  954172 / 1000000    17.6s h4
[ ]  959830       0       0  959830 / 1000000    17.7s h4
[ ]  965551       0       0  965551 / 1000000    17.8s h4
[ ]  971232       0       0  971232 / 1000000    17.9s h4
[ ]  976953       0       0  976953 / 1000000    18.0s h4
[ ]  982801       0       0  982801 / 1000000    18.1s h4
[ ]  988660       0       0  988660 / 1000000    18.2s h4
[ ]  994745       0       0  994745 / 1000000    18.3s h4
[✓] 1000000       0       0 1000000 / 1000000    18.4s h4
- ================================================================================
- success (ran 6 tests)
-> compiled  dates_calc.0.0.6
-> removed   dates_calc.0.0.6
-> installed dates_calc.0.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 14:47.52 ---> saved as "eda118ae6eb6a89af6e6b58a6536818618b6d8088b1dc3e55dd2656e8df6728c"
Job succeeded
2026-03-25 14:48.11: Job succeeded