(not at the head of any monitored branch or PR)
2025-01-06 12:57.38: New job: build starred_ml.0.0.6, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27218/head (769cad3b416aaa2c44bf59fec140089db575abc1)
                              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/27218/head" && git reset --hard 769cad3b
git fetch origin master
git merge --no-edit cd5853b9a4dc5dfdb5f53cee126a86701c2b2d12
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:04c00e4b04f6e5c97fda7612e3cd50ee5e9a8015c87bae9b3a15428fafdfc893
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 starred_ml.0.0.6 0.0.6
RUN opam reinstall starred_ml.0.0.6; \
    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" != 'starred_ml.0.0.6' && 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-01-06 12:57.38: Using cache hint "ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:04c00e4b04f6e5c97fda7612e3cd50ee5e9a8015c87bae9b3a15428fafdfc893-starred_ml.0.0.6-769cad3b416aaa2c44bf59fec140089db575abc1"
2025-01-06 12:57.38: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:04c00e4b04f6e5c97fda7612e3cd50ee5e9a8015c87bae9b3a15428fafdfc893)
 (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 "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 starred_ml.0.0.6 0.0.6"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall starred_ml.0.0.6;\
             \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\" != 'starred_ml.0.0.6' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-01-06 12:57.38: Waiting for resource in pool OCluster
2025-01-06 17:53.24: Waiting for worker…
2025-01-06 17:55.23: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  81% (23593/28877)
Updating files:  82% (23680/28877)
Updating files:  83% (23968/28877)
Updating files:  84% (24257/28877)
Updating files:  85% (24546/28877)
Updating files:  86% (24835/28877)
Updating files:  87% (25123/28877)
Updating files:  88% (25412/28877)
Updating files:  89% (25701/28877)
Updating files:  90% (25990/28877)
Updating files:  91% (26279/28877)
Updating files:  92% (26567/28877)
Updating files:  93% (26856/28877)
Updating files:  94% (27145/28877)
Updating files:  95% (27434/28877)
Updating files:  96% (27722/28877)
Updating files:  97% (28011/28877)
Updating files:  98% (28300/28877)
Updating files:  99% (28589/28877)
Updating files: 100% (28877/28877)
Updating files: 100% (28877/28877), done.
HEAD is now at cd5853b9a4 Merge pull request #27203 from lukstafi/master
Updating cd5853b9a4..769cad3b41
Fast-forward
 packages/starred_ml/starred_ml.0.0.6/opam | 52 +++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 packages/starred_ml/starred_ml.0.0.6/opam

(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:04c00e4b04f6e5c97fda7612e3cd50ee5e9a8015c87bae9b3a15428fafdfc893)
2025-01-06 17:57.38 ---> saved as "3708255b26915c99364dad13a4f3f496749456b3615990e6efc6e64be528b997"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-06 17:57.38 ---> saved as "e7c2eb4f06b623ca4ad413cbd29075414ad667b211ad194a7ab05a6fb25e7974"

/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
2025-01-06 17:58.45 ---> saved as "9430b8117c6c35823f051cc0314a4dee626c39ad0f9e19f8b58b72308f112fbb"

/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.4.0~alpha1~dev (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206)
# 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 (local)
# 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-01-06 17:58.47 ---> saved as "2808a7e28dd42cf5a41741f4113e2d4644370ebab8dfc8d2c79e52d89f2c3e3a"

/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-01-06 17:58.58 ---> saved as "ebd24bbd647a4fc04074e30fbc13853b4be7831ce5bfcb84e03fe97726a894ae"

/home/opam: (copy (src .) (dst opam-repository/))
2025-01-06 17:59.16 ---> saved as "85c200a594924da890b21e1a6a4af0d40a63fea38ceae6bd1862f3f5778d2b91"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-06 18:00.21 ---> saved as "89b01efff944ca3b5c3f4ffd81d673729c1a653e2803da4ef90ae6f3fd6cacf8"

/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]
- Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:3 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [90.3 kB]
- Get:4 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [107 kB]
- Get:5 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [134 kB]
- Get:6 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [248 kB]
- Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [149 kB]
- Fetched 1106 kB in 1s (1362 kB/s)
- Reading package lists...
- 
2025-01-06 18:00.23 ---> saved as "a41172c209a7507e802dc43f44be4b6d4578f097e4be182533e2d76b1fa2d379"

/home/opam: (run (shell "opam pin add -k version -yn starred_ml.0.0.6 0.0.6"))
starred_ml is now pinned to version 0.0.6
2025-01-06 18:00.24 ---> saved as "3f4eb01edd0524ccd82ff72f35de6916b96839b8dbc12f8da9db5f6a883bf4c9"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall starred_ml.0.0.6;\
                        \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\" != 'starred_ml.0.0.6' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
starred_ml.0.0.6 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - starred_ml >= 0.0.6 -> eio >= 1.2 -> ocaml >= 5.1.0
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall starred_ml.0.0.6;
        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" != 'starred_ml.0.0.6' && 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-01-06 18:00.44: Job failed: Failed: Build failed
2025-01-06 18:00.44: Log analysis:
2025-01-06 18:00.44: >>> 
No solution found, exiting
 (score = 100)
2025-01-06 18:00.44: [SKIP] Package not available