(not at the head of any monitored branch or PR)
2024-10-22 08:26.30: New job: build dates_calc.0.0.7, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26738/head (f6ea578b505d61e1e6d77f06345b4a505d933e6c)
                              on opensuse-15.6-ocaml-5.2/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/26738/head" && git reset --hard f6ea578b
git fetch origin master
git merge --no-edit 1a7dae545ec9b9fb34684697f6619e017c852318
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="1000"
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 dates_calc.0.0.7 0.0.7
RUN opam reinstall dates_calc.0.0.7; \
    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 "\"opensuse-15.6\""; 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.7' && 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 .

2024-10-22 08:26.30: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978-dates_calc.0.0.7-f6ea578b505d61e1e6d77f06345b4a505d933e6c"
2024-10-22 08:26.30: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 1000)
 (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 dates_calc.0.0.7 0.0.7"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dates_calc.0.0.7;\
             \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 \"\\\"opensuse-15.6\\\"\"; 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.7' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-10-22 08:26.30: Waiting for resource in pool OCluster
2024-10-22 08:26.31: Waiting for worker…
2024-10-22 08:26.31: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
Updating files:  48% (15649/32492)
Updating files:  49% (15922/32492)
Updating files:  50% (16246/32492)
Updating files:  51% (16571/32492)
Updating files:  52% (16896/32492)
Updating files:  53% (17221/32492)
Updating files:  54% (17546/32492)
Updating files:  55% (17871/32492)
Updating files:  56% (18196/32492)
Updating files:  57% (18521/32492)
Updating files:  58% (18846/32492)
Updating files:  59% (19171/32492)
Updating files:  60% (19496/32492)
Updating files:  61% (19821/32492)
Updating files:  62% (20146/32492)
Updating files:  63% (20470/32492)
Updating files:  64% (20795/32492)
Updating files:  65% (21120/32492)
Updating files:  66% (21445/32492)
Updating files:  67% (21770/32492)
Updating files:  68% (22095/32492)
Updating files:  69% (22420/32492)
Updating files:  70% (22745/32492)
Updating files:  71% (23070/32492)
Updating files:  72% (23395/32492)
Updating files:  73% (23720/32492)
Updating files:  74% (24045/32492)
Updating files:  75% (24369/32492)
Updating files:  76% (24694/32492)
Updating files:  77% (25019/32492)
Updating files:  78% (25344/32492)
Updating files:  79% (25669/32492)
Updating files:  80% (25994/32492)
Updating files:  81% (26319/32492)
Updating files:  82% (26644/32492)
Updating files:  83% (26969/32492)
Updating files:  84% (27294/32492)
Updating files:  85% (27619/32492)
Updating files:  86% (27944/32492)
Updating files:  87% (28269/32492)
Updating files:  88% (28593/32492)
Updating files:  89% (28918/32492)
Updating files:  90% (29243/32492)
Updating files:  91% (29568/32492)
Updating files:  92% (29893/32492)
Updating files:  93% (30218/32492)
Updating files:  94% (30543/32492)
Updating files:  95% (30868/32492)
Updating files:  96% (31193/32492)
Updating files:  97% (31518/32492)
Updating files:  98% (31843/32492)
Updating files:  99% (32168/32492)
Updating files: 100% (32492/32492)
Updating files: 100% (32492/32492), done.
HEAD is now at 1a7dae545e Merge pull request #26772 from jajimajp/release-trs-v1.0.0
Merge made by the 'ort' strategy.
 packages/dates_calc/dates_calc.0.0.7/opam | 42 +++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 packages/dates_calc/dates_calc.0.0.7/opam

(from ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.2@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978' locally
docker.io/ocaml/opam@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978: Pulling from ocaml/opam
fe6a908e2a14: Pulling fs layer
fe6a908e2a14: Download complete
fe6a908e2a14: Pull complete
Digest: sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978
Status: Downloaded newer image for ocaml/opam@sha256:3a848f1d825dc12f05026297fba943bf5cc6f8ed40c26d3b1e3d8d18f916e978
2024-10-22 08:28.52 ---> saved as "c5f8a2efecce6e9a69d16d6cdcf16f43367b3d7f0944663fd6b7c5788369de74"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-10-22 08:28.52 ---> saved as "03b1c887e6fc688a7ebabfba9c9bdafaab5f004b96d655fb8360e4f6a4b00be3"

/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.

Continue? [y/n] y
This development 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.

[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-22 08:29.58 ---> saved as "c93857115b50091a1273b0dc6aee9886b551cdd239896b0aa8442904ded2d83c"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 5.2.0
2.4.0~alpha1~dev
2024-10-22 08:29.59 ---> saved as "dd3c96aa77d765a4da47eb0aa1c185a8ff08d71b20fe87cba5289e4f159a38da"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/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/"))
2024-10-22 08:30.05 ---> saved as "abdae5ec75af82e34e4ca20d7ea865d1c70d52710b8dd1cb9438e39348857e42"

/home/opam: (copy (src .) (dst opam-repository/))
2024-10-22 08:30.23 ---> saved as "051ccd1ec0b9806efc0bd0cf1f32bb6eb41271ce56b0c444ca8b1364a2dcb421"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-10-22 08:31.12 ---> saved as "8710cae8df1541f730c90c2fa664f8327ade8a81239045425ddb725849f45087"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.........
- .done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.....
- ..........
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [.
- .......done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.
2024-10-22 08:31.22 ---> saved as "a77c399d13be30797eff84b6f0b1ba81dadbce3a47f8b9beadedaeaeb6b291ee"

/home/opam: (run (shell "opam pin add -k version -yn dates_calc.0.0.7 0.0.7"))
dates_calc is now pinned to version 0.0.7
2024-10-22 08:31.23 ---> saved as "56d5465727ceb96b34c09e4f4ae43249d5df8a3701a90b0e0866f5127fd80afd"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.7  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
-> installed dates_calc.0.0.7
Done.
# To update the current shell environment, run: eval $(opam env)
2024-10-22 08:32.03 ---> saved as "43c174001bd3284f7683ea2b6021ae0723050dec5a3a0e817b26bb540d86eebf"
Job succeeded
2024-10-22 08:32.10: Job succeeded