(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 debian-12-ocaml-4.14-flambda/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:debian-12-ocaml-4.14-flambda@sha256:b608d99d285a5af045903807893f85e8003b9a613b49d005f427664a6d3b603e
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 "\"debian-12\""; 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:debian-12-ocaml-4.14-flambda@sha256:b608d99d285a5af045903807893f85e8003b9a613b49d005f427664a6d3b603e-starred_ml.0.0.6-769cad3b416aaa2c44bf59fec140089db575abc1"
2025-01-06 12:57.38: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:b608d99d285a5af045903807893f85e8003b9a613b49d005f427664a6d3b603e)
 (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 \"\\\"debian-12\\\"\"; 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:54.07: Waiting for worker…
2025-01-06 17:55.40: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
Updating files:  66% (19194/28877)
Updating files:  67% (19348/28877)
Updating files:  68% (19637/28877)
Updating files:  69% (19926/28877)
Updating files:  70% (20214/28877)
Updating files:  71% (20503/28877)
Updating files:  72% (20792/28877)
Updating files:  73% (21081/28877)
Updating files:  74% (21369/28877)
Updating files:  75% (21658/28877)
Updating files:  76% (21947/28877)
Updating files:  77% (22236/28877)
Updating files:  78% (22525/28877)
Updating files:  79% (22813/28877)
Updating files:  80% (23102/28877)
Updating files:  81% (23391/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:debian-12-ocaml-4.14-flambda@sha256:b608d99d285a5af045903807893f85e8003b9a613b49d005f427664a6d3b603e)
2025-01-06 17:56.33 ---> saved as "96099cbb7b3a7cbd480020f5a119e4a83aaf379e34fc0d2aaf579bea272054ce"

/: (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:56.33 ---> saved as "22bfaafcdb7ed3bc3081f0b9c304568c99ae37795a05370f5b497239b2727255"

/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] synchronised from file:///home/opam/opam-repository
2025-01-06 17:57.59 ---> saved as "04b9d934003ecc44a0654375041c20645c934a04cf72d75c6c8295beb74f6d29"

/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=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (local)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-options-only-flambda"]
# compiler-packages    ocaml-option-flambda.1, ocaml-options-only-flambda.1, ocaml-variants.4.14.2+options
# 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+options+flambda
2025-01-06 17:58.00 ---> saved as "03497f30bcc86d48f94e0280530e72823b7ed377d7d6c52694285d577b8b157f"

/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.08 ---> saved as "82f5fafa322d2ada267eb62dea1181c57fc1b2d3e9dce479c4650e97da544bdf"

/home/opam: (copy (src .) (dst opam-repository/))
2025-01-06 17:58.18 ---> saved as "2f02d13f6fa3810619323c384ac0a99995dec71e1fa7dbac3480b362720484a3"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-06 17:59.13 ---> saved as "46cc030f424db186e396e45f36202b6a2eb26319326a397602aba29a5a6cc178"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [240 kB]
- Fetched 343 kB in 0s (1340 kB/s)
- Reading package lists...
2025-01-06 17:59.14 ---> saved as "2d137f7556124a723f2e36f2fd0de554f8e0b4c48b5459c9d15f654e0824efb9"

/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 17:59.19 ---> saved as "7fe5e52cf9f45022efe3663bf7b6d868a7f8d563133057eda964584107492d5c"

/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 \"\\\"debian-12\\\"\"; 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
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-flambda -> ocaml-option-flambda
    - starred_ml >= 0.0.6 -> eio >= 1.2 -> ocaml >= 5.1.0 -> ocaml-base-compiler >= 5.1.0~ -> ocaml-options-vanilla
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - starred_ml >= 0.0.6 -> eio >= 1.2 -> ocaml >= 5.1.0 -> dkml-base-compiler >= 5.4.0~ | ocaml-base-compiler >= 5.4.0 | ocaml-system >= 5.4.0~ | ocaml-variants >= 5.4.0~
    no matching version
    no matching version
    no matching version
    not available because the package is pinned to version 4.14.2+options

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 "\"debian-12\""; 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 17:59.38: Job failed: Failed: Build failed
2025-01-06 17:59.38: Log analysis:
2025-01-06 17:59.38: >>> 
No solution found, exiting
 (score = 100)
2025-01-06 17:59.38: [SKIP] Package not available