(not at the head of any monitored branch or PR)
2025-06-10 18:12.14: New job: build base.v0.17.3, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28012/head (fee7f3fbdd0250a19e35720bb55a202b18069834)
                              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/28012/head" && git reset --hard fee7f3fb
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e
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 base.v0.17.3 v0.17.3
RUN opam reinstall base.v0.17.3; \
    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" != 'base.v0.17.3' && 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-06-10 18:12.14: Using cache hint "ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e-base.v0.17.3-fee7f3fbdd0250a19e35720bb55a202b18069834"
2025-06-10 18:12.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e)
 (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 base.v0.17.3 v0.17.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall base.v0.17.3;\
             \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\" != 'base.v0.17.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-10 18:12.14: Waiting for resource in pool OCluster
2025-06-10 18:12.14: Waiting for worker…
2025-06-10 18:15.20: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Updating files:  96% (22398/23221)
Updating files:  97% (22525/23221)
Updating files:  98% (22757/23221)
Updating files:  99% (22989/23221)
Updating files: 100% (23221/23221)
Updating files: 100% (23221/23221), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Updating 6db96b377f..fee7f3fbdd
Fast-forward
 packages/base/base.v0.17.3/opam | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 packages/base/base.v0.17.3/opam

(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e' locally
docker.io/ocaml/opam@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e: Pulling from ocaml/opam
Digest: sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e
Status: Downloaded newer image for ocaml/opam@sha256:9fb268f426755c959f768a0cc0942f3093a765e6868ab0632b1b7e3672ddec5e
2025-06-10 18:15.52 ---> using "8a51b0bb1b4ee5d19a4be571d75f5d34857646e4af9501dfb981eaa7442c8cba" 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-06-10 18:15.52 ---> using "0028509660fdd11c31ed41eaa66023d4fd3c6c6a157724f91fd0810eaa258418" 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-06-10 18:15.52 ---> using "12b9feebb7364f99c9e0159d09bf74c6ddde8165ab8ac09195c24a98b30ab7ba" 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-06-10 18:15.52 ---> using "ff18eb4551fda1d92be551769345d369ab10c150d7ad95fc6680b6e7df317d8c" 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-06-10 18:15.52 ---> using "6a5c026b752bf23869ac703a6c91be140b1823dc4ecc8f79c5d6a89f80a79bf1" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 18:16.16 ---> saved as "e82060a5f9170167de1d7f6227f4aac7b8ebe5ad2fe0f373d491f98d87090e9b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 18:16.41 ---> saved as "26440747c20a9dd3cb78010773aa2e319e950184b1f90e92f80efbb68ca99f3b"

/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 [270 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [415 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [551 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [345 kB]
- Fetched 1960 kB in 0s (7007 kB/s)
- Reading package lists...
2025-06-10 18:16.42 ---> saved as "12e632bf97c45ebac32912855cfade5d9a1370542be72d5c03797317c7ccf2c3"

/home/opam: (run (shell "opam pin add -k version -yn base.v0.17.3 v0.17.3"))
base is now pinned to version v0.17.3
2025-06-10 18:16.43 ---> saved as "17efb7233f3d0b5059fcafaff6c4d83af2fb169ad42cc0d968140695386098c6"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall base.v0.17.3;\
                        \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\" != 'base.v0.17.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
base.v0.17.3 is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - base >= v0.17.3 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - base >= v0.17.3 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~ -> xenbigarray
    unknown package
  * Missing dependency:
    - base >= v0.17.3 -> ocaml >= 5.1.0 -> ocaml-variants < 5.1.2~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - base >= v0.17.3 -> ocaml >= 5.1.0 -> ocaml-variants >= 5.1.0~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall base.v0.17.3;
        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" != 'base.v0.17.3' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-06-10 18:16.59: Job failed: Failed: Build failed
2025-06-10 18:16.59: Log analysis:
2025-06-10 18:16.59: >>> 
No solution found, exiting
 (score = 100)
2025-06-10 18:16.59: [SKIP] Package not available