(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-testing-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:debian-testing-ocaml-5.2@sha256:d8bbd2024edc1a40eda7d0347b70509fa7af99d354f96eae04f01b03f251541a
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-testing\""; 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-testing-ocaml-5.2@sha256:d8bbd2024edc1a40eda7d0347b70509fa7af99d354f96eae04f01b03f251541a-dates_calc.0.0.7-f6ea578b505d61e1e6d77f06345b4a505d933e6c"
2024-10-22 08:26.30: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.2@sha256:d8bbd2024edc1a40eda7d0347b70509fa7af99d354f96eae04f01b03f251541a)
 (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-testing\\\"\"; 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-c14.sw.ocaml.org
All commits already cached
Updating files:  75% (24567/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:debian-testing-ocaml-5.2@sha256:d8bbd2024edc1a40eda7d0347b70509fa7af99d354f96eae04f01b03f251541a)
2024-10-22 08:27.26 ---> saved as "695fd717a66003343c355f51156de950b45562ea0b65b1a56bc921dd902ca9aa"

/: (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:27.27 ---> saved as "3a551e8ac93571efe4bc4651d55b87195dbbe45fd729213380c9decca49e04d1"

/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
[NOTE] The 'jobs' option was reset, its value was 31 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=31 --global
Format upgrade done.

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

/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.16 ---> saved as "bc50347db923b821c0f73fbc0fee8e0a6c82af14067dc1a21623dce8f27dd944"

/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:29.27 ---> saved as "c32edaff82f7d7d9e0b03908f3e3bbdd34c0593fba425583205a89be3cb57dd9"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [172 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.5 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-09-2008.07.pdiff [10.6 kB]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-10-0222.42.pdiff [60.0 kB]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-10-0810.07.pdiff [1187 B]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-10-1408.58.pdiff [6130 B]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-10-2011.26.pdiff [994 B]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-11-0204.41.pdiff [22.3 kB]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-11-0804.49.pdiff [5818 B]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-11-1404.17.pdiff [23.1 kB]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-11-2006.34.pdiff [1181 B]
- Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-12-0204.30.pdiff [31.5 kB]
- Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-12-0804.24.pdiff [594 B]
- Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-12-1421.46.pdiff [16.0 kB]
- Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-12-2008.32.pdiff [12.4 kB]
- Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-13-0204.45.pdiff [53.1 kB]
- Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-13-0804.57.pdiff [1412 B]
- Get:20 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-13-1406.04.pdiff [1233 B]
- Get:21 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-13-2004.53.pdiff [9055 B]
- Get:22 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-14-0204.32.pdiff [30.4 kB]
- Get:23 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-14-0804.45.pdiff [535 B]
- Get:24 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-14-1404.28.pdiff [1475 B]
- Get:25 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-14-2004.38.pdiff [45.0 kB]
- Get:26 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-15-0300.55.pdiff [145 kB]
- Get:27 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-15-1411.47.pdiff [534 B]
- Get:28 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-15-2009.57.pdiff [324 B]
- Get:29 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-16-0204.51.pdiff [40.0 kB]
- Get:30 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-16-0806.33.pdiff [18.8 kB]
- Get:31 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-16-1406.32.pdiff [2774 B]
- Get:32 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-16-2005.16.pdiff [30.7 kB]
- Get:33 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-17-0206.14.pdiff [20.0 kB]
- Get:34 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-17-1413.53.pdiff [2467 B]
- Get:35 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-17-2012.23.pdiff [322 B]
- Get:36 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-18-0205.02.pdiff [60.9 kB]
- Get:37 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-18-0804.38.pdiff [1227 B]
- Get:38 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-18-1404.35.pdiff [2137 B]
- Get:39 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-18-2008.12.pdiff [12.3 kB]
- Get:40 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-19-0204.47.pdiff [537 kB]
- Get:41 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-19-0806.10.pdiff [4845 B]
- Get:42 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-19-1404.24.pdiff [6626 B]
- Get:43 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-19-2007.16.pdiff [4608 B]
- Get:44 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-20-0205.40.pdiff [32.3 kB]
- Get:45 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-20-0805.04.pdiff [589 B]
- Get:46 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-20-1407.14.pdiff [338 B]
- Get:47 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-20-2009.34.pdiff [47.3 kB]
- Get:48 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-21-0213.35.pdiff [54.5 kB]
- Get:49 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-21-0817.02.pdiff [76.6 kB]
- Get:50 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-21-1409.06.pdiff [12.6 kB]
- Get:50 http://deb.debian.org/debian testing/main amd64 Packages 2024-10-21-1409.06.pdiff [12.6 kB]
- Fetched 1742 kB in 1s (1582 kB/s)
- Reading package lists...
2024-10-22 08:30.39 ---> saved as "e8d38ab0d1bfa2779f3baeae88939e72e3556af50d1e09fe32f15b2da368f5d3"

/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:30.39 ---> saved as "6efca0a442938ee1efb7ede18b745143f6f0428de7b94a3d26384369a9098482"

/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-testing\\\"\"; 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:31.20 ---> saved as "b314268be86fd6f07d1d776b16cd6735bc9c41dc6c7a55d8be3899b743bc3d86"
Job succeeded
2024-10-22 08:31.28: Job succeeded