(not at the head of any monitored branch or PR)
2025-05-07 15:56.05: New job: build dates_calc.0.0.9, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27860/head (149c56c4f29016083a72b794ba5d0997233f6df7)
                              on ubuntu-24.10-ocaml-5.3/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/27860/head" && git reset --hard 149c56c4
git fetch origin master
git merge --no-edit 73030c05df1ec34ff58b2bdeaaa861e5d3059ca6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 dates_calc.0.0.9 0.0.9
RUN opam reinstall dates_calc.0.0.9; \
    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 "\"ubuntu-24.10\""; 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.9' && 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 .

2025-05-07 15:56.05: Using cache hint "ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941-dates_calc.0.0.9-149c56c4f29016083a72b794ba5d0997233f6df7"
2025-05-07 15:56.05: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 dates_calc.0.0.9 0.0.9"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dates_calc.0.0.9;\
             \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 \"\\\"ubuntu-24.10\\\"\"; 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.9' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-07 15:56.05: Waiting for resource in pool OCluster
2025-05-07 15:56.06: Waiting for worker…
2025-05-07 15:56.06: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
Updating files:  94% (21655/23007)
Updating files:  95% (21857/23007)
Updating files:  96% (22087/23007)
Updating files:  97% (22317/23007)
Updating files:  98% (22547/23007)
Updating files:  99% (22777/23007)
Updating files: 100% (23007/23007)
Updating files: 100% (23007/23007), done.
HEAD is now at 89f66208cd [new release] nanoev (4 packages) (0.1)
HEAD is now at 73030c05df Merge pull request #27849 from yallop/ber-n153
Updating 73030c05df..149c56c4f2
Fast-forward
 packages/dates_calc/dates_calc.0.0.9/opam | 51 +++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 packages/dates_calc/dates_calc.0.0.9/opam

(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941' locally
docker.io/ocaml/opam@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941: Pulling from ocaml/opam
f05667f558c4: Pulling fs layer
f05667f558c4: Verifying Checksum
f05667f558c4: Download complete
f05667f558c4: Pull complete
Digest: sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941
Status: Downloaded newer image for ocaml/opam@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941
2025-05-07 15:56.12 ---> using "059ab306d13dde6c096265de48f1244fa252a88f7cda19c990bdf6764d9b1b77" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-07 15:56.12 ---> using "74bd0b655fcbd6ebc69c3e85ecb04f4185025a7bcc7ccf8fb5e8414f544a74b9" 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] Initialised
2025-05-07 15:56.12 ---> using "5eea58dc019b07c2e7dab1802e1b6f8c72b17ae5619eea4c6311de7a4012a594" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=24.10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-05-07 15:56.12 ---> using "4d00a22b27ed26e2781cb4cfd98fcc8eba7e85d7e85f00dff98811197f7f35dd" 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/"))
2025-05-07 15:56.12 ---> using "393ad11698f112b8b26e8f9ea2de1bf692bfc423a8f71f534242f12abe6a8b0f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-07 15:56.20 ---> saved as "d75e14c1d701c29e0e3e444c337fc7cfdb2a884118c153d5f4221da0a5097942"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-07 15:56.41 ---> saved as "66017ae24e38ed07e59a30125a8f23402f0ddc1c07579f0e0b8aaf12c6eb8b6a"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [238 kB]
- Get:3 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [381 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:5 http://security.ubuntu.com/ubuntu oracular-security/multiverse amd64 Packages [11.8 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [287 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [316 kB]
- Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [293 kB]
- Get:11 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [519 kB]
- Fetched 2423 kB in 1s (2435 kB/s)
- Reading package lists...
- 
2025-05-07 15:56.44 ---> saved as "9ab1687d5ebbd450ab16435fb9720cc210f57bb56d8cfda14e455e603e99c1b0"

/home/opam: (run (shell "opam pin add -k version -yn dates_calc.0.0.9 0.0.9"))
dates_calc is now pinned to version 0.0.9
2025-05-07 15:56.44 ---> saved as "9c5e258e6005f35d4f5503468e66af11f8f69744d3f29dc6990b67ca9d668c3a"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.9  (https://github.com/CatalaLang/dates-calc/archive/refs/tags/0.0.9.tar.gz)
-> retrieved dune.3.18.2  (cached)
-> installed dune.3.18.2
-> installed dates_calc.0.0.9
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-07 15:57.19 ---> saved as "9275abdad6923ab0194975b36ee13105017d5e72e3f2a3ad71dd116b0ddfac88"
Job succeeded
2025-05-07 15:57.27: Job succeeded