(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 debian-12-ocaml-5.2/ppc64le

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:debian-12-ocaml-5.2@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960
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 "\"debian-12\""; 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:debian-12-ocaml-5.2@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960-dates_calc.0.0.7-f6ea578b505d61e1e6d77f06345b4a505d933e6c"
2024-10-22 08:26.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960)
 (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 \"\\\"debian-12\\\"\"; 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 orithia.caelum.ci.dev
Updating files:  32% (10515/32490)
Updating files:  33% (10722/32490)
Updating files:  34% (11047/32490)
Updating files:  35% (11372/32490)
Updating files:  36% (11697/32490)
Updating files:  37% (12022/32490)
Updating files:  38% (12347/32490)
Updating files:  39% (12672/32490)
Updating files:  40% (12996/32490)
Updating files:  41% (13321/32490)
Updating files:  42% (13646/32490)
Updating files:  43% (13971/32490)
Updating files:  44% (14296/32490)
Updating files:  45% (14621/32490)
Updating files:  46% (14946/32490)
Updating files:  47% (15271/32490)
Updating files:  48% (15596/32490)
Updating files:  49% (15921/32490)
Updating files:  50% (16245/32490)
Updating files:  51% (16570/32490)
Updating files:  52% (16895/32490)
Updating files:  53% (17220/32490)
Updating files:  54% (17545/32490)
Updating files:  55% (17870/32490)
Updating files:  56% (18195/32490)
Updating files:  57% (18520/32490)
Updating files:  58% (18845/32490)
Updating files:  59% (19170/32490)
Updating files:  60% (19494/32490)
Updating files:  60% (19516/32490)
Updating files:  61% (19819/32490)
Updating files:  62% (20144/32490)
Updating files:  63% (20469/32490)
Updating files:  64% (20794/32490)
Updating files:  65% (21119/32490)
Updating files:  66% (21444/32490)
Updating files:  67% (21769/32490)
Updating files:  68% (22094/32490)
Updating files:  69% (22419/32490)
Updating files:  70% (22743/32490)
Updating files:  71% (23068/32490)
Updating files:  72% (23393/32490)
Updating files:  73% (23718/32490)
Updating files:  74% (24043/32490)
Updating files:  75% (24368/32490)
Updating files:  76% (24693/32490)
Updating files:  77% (25018/32490)
Updating files:  78% (25343/32490)
Updating files:  79% (25668/32490)
Updating files:  80% (25992/32490)
Updating files:  81% (26317/32490)
Updating files:  81% (26600/32490)
Updating files:  82% (26642/32490)
Updating files:  83% (26967/32490)
Updating files:  84% (27292/32490)
Updating files:  85% (27617/32490)
Updating files:  86% (27942/32490)
Updating files:  87% (28267/32490)
Updating files:  88% (28592/32490)
Updating files:  89% (28917/32490)
Updating files:  90% (29241/32490)
Updating files:  91% (29566/32490)
Updating files:  92% (29891/32490)
Updating files:  93% (30216/32490)
Updating files:  94% (30541/32490)
Updating files:  95% (30866/32490)
Updating files:  96% (31191/32490)
Updating files:  97% (31516/32490)
Updating files:  98% (31841/32490)
Updating files:  99% (32166/32490)
Updating files: 100% (32490/32490)
Updating files: 100% (32490/32490), done.
HEAD is now at 8989d4088b Merge commit 'c5e83bd460eb5937b7873b4bd723c9416a637268'
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:debian-12-ocaml-5.2@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960' locally
docker.io/ocaml/opam@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960: Pulling from ocaml/opam
Digest: sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960
Status: Downloaded newer image for ocaml/opam@sha256:3cc23a627116256aa94ac253d7e6b62f8d8d42e0445b84d9090b428cdf67d960
2024-10-22 08:26.38 ---> using "6873a5c6d4b928870c46b968f895ceaca42e6c27ecc8531def1b2fa8010ac142" from cache

/: (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:26.38 ---> using "0fafafe1bab6a37faf09f21bb518063fdb53e0fe8fe2680bd0716d82edee1f21" 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 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.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-10-22 08:26.38 ---> using "26c448e87ce4e2dde5ac1cee1751f08eb0a9e496c6fd2f286a02bdc135f84cf2" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-45-generic
The OCaml toplevel, version 5.2.0
2.4.0~alpha1~dev
2024-10-22 08:26.38 ---> using "39f9dc5d54c14c56191c633ece98c330813cc33d77b8842ca09db08ac63a1e0d" from cache

/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:26.38 ---> using "68e143689c0a6fdf082515dedaebe41d8e8f658f74c8ca427d96fdafc9dacc0b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-10-22 08:28.44 ---> saved as "9a4abb454c458effcf143127bc7ba1bb76c41831d454f1a17662cb80cab6b12c"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [180 kB]
- Fetched 284 kB in 0s (632 kB/s)
- Reading package lists...
- 
2024-10-22 08:29.52 ---> saved as "006d02dafc73abf641830d673e3442f49927163bda06acef7753d61950f398cf"

/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:29.53 ---> saved as "b555b916d1cf820b5c1fbafd0c1d303a158a8a3560bef6a9a3ad3218c1aed702"

/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 \"\\\"debian-12\\\"\"; 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:30.26 ---> saved as "7d61b163501c4397f031a0e7d761c240b1543b39c276708498d6d5b2922a6fab"
Job succeeded
2024-10-22 08:30.52: Job succeeded