(not at the head of any monitored branch or PR)
2024-11-05 17:25.29: 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 ubuntu-24.10-ocaml-4.14/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 8582dee8ae9e16724d00de6220a5f0d2080647aa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae
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 "\"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.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-11-05 17:25.29: Using cache hint "ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae-dates_calc.0.0.7-f6ea578b505d61e1e6d77f06345b4a505d933e6c"
2024-11-05 17:25.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae)
 (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 \"\\\"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.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-11-05 17:25.29: Waiting for resource in pool OCluster
2024-11-05 17:25.30: Waiting for worker…
2024-11-05 17:33.05: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  62% (20426/32622)
Updating files:  63% (20552/32622)
Updating files:  64% (20879/32622)
Updating files:  65% (21205/32622)
Updating files:  66% (21531/32622)
Updating files:  67% (21857/32622)
Updating files:  68% (22183/32622)
Updating files:  69% (22510/32622)
Updating files:  70% (22836/32622)
Updating files:  71% (23162/32622)
Updating files:  72% (23488/32622)
Updating files:  73% (23815/32622)
Updating files:  74% (24141/32622)
Updating files:  75% (24467/32622)
Updating files:  76% (24793/32622)
Updating files:  77% (25119/32622)
Updating files:  78% (25446/32622)
Updating files:  79% (25772/32622)
Updating files:  80% (26098/32622)
Updating files:  81% (26424/32622)
Updating files:  82% (26751/32622)
Updating files:  83% (27077/32622)
Updating files:  84% (27403/32622)
Updating files:  85% (27729/32622)
Updating files:  86% (28055/32622)
Updating files:  87% (28382/32622)
Updating files:  88% (28708/32622)
Updating files:  89% (29034/32622)
Updating files:  90% (29360/32622)
Updating files:  91% (29687/32622)
Updating files:  92% (30013/32622)
Updating files:  93% (30339/32622)
Updating files:  94% (30665/32622)
Updating files:  95% (30991/32622)
Updating files:  96% (31318/32622)
Updating files:  97% (31644/32622)
Updating files:  98% (31970/32622)
Updating files:  99% (32296/32622)
Updating files: 100% (32622/32622)
Updating files: 100% (32622/32622), done.
HEAD is now at 8582dee8ae Merge pull request #26836 from recoules/release-bitwuzla-cxx-0.6.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:ubuntu-24.10-ocaml-4.14@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae' locally
docker.io/ocaml/opam@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae: Pulling from ocaml/opam
5aed44d69a21: Pulling fs layer
5aed44d69a21: Verifying Checksum
5aed44d69a21: Download complete
5aed44d69a21: Pull complete
Digest: sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae
Status: Downloaded newer image for ocaml/opam@sha256:c01f00d49ec82a5f6183ab01ee09c9c96f182c46b8afbd379325403743475eae
2024-11-05 17:34.55 ---> using "1cc0de512502127e6ef2d2046596c17b035c342029730058c299a4d1e09f1ec2" 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-11-05 17:34.55 ---> using "da4a454e1a46c483044e18175dc0809ab40c3a1b8a44db006a93a18d54d16e83" 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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-05 17:35.10 ---> saved as "6068fda7b5431adfefe4cee396cf94a8eba81a63b80bcbd413f9ba8bc36284ff"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-122-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-11-05 17:35.11 ---> saved as "0ad3a9fa660b355d043dc203e861ff6da37ddee2dbc63e8bd6dfdcca4152bb8f"

/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-11-05 17:36.17 ---> saved as "96c8adc8d85c846568f7f2883b3345532be73140533e33da15958ccb06b34d10"

/home/opam: (copy (src .) (dst opam-repository/))
2024-11-05 17:37.56 ---> saved as "7d8bd9e38c31c53428d113c24eae360a0020418915fc96f07175b0020ef2350e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-05 17:39.39 ---> saved as "50575eb93b92dd4e821e0d3099c8fd7eb492e8ae068f191f64d1f0b17f1bf8f9"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [7225 B]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [11.6 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [13.6 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [63.0 kB]
- Fetched 474 kB in 0s (1367 kB/s)
- Reading package lists...
- 
2024-11-05 17:39.41 ---> saved as "ddc01b510e211c1b2a46fec5e57a9df8628a9e56893d88f598ae3267c0ec49da"

/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-11-05 17:39.43 ---> saved as "092b56995ffa7cdeeb04da43d05980216c9df359b50d82239cba806e2efe9029"

/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 \"\\\"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.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.1         [required by dates_calc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dates_calc.0.0.7  (cached)
-> retrieved dune.3.16.1  (cached)
-> installed dune.3.16.1
-> installed dates_calc.0.0.7
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-05 17:40.17 ---> saved as "245220587e9445c72e0636be6bfab4a2c8ff18378f7aeafcad9b624be4fc6c75"
Job succeeded
2024-11-05 17:40.27: Job succeeded