(for PR #27771)

2025-04-17 12:29.11: New job: build gluon.0.0.9, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27771/head (9491c4f088f359a770241f040998ea1fabd254fc)
                              on debian-12-ocaml-4.14-nnp/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/27771/head" && git reset --hard 9491c4f0
git fetch origin master
git merge --no-edit 8a323b26edb8cbbd3a90199f7ef3d8feb0b01d58
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-nnp@sha256:9f58fbb8cb1d81e7c50ec62cb13c70ad64f6b79f89406dfe699360ee7eb87159
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 gluon.0.0.9 0.0.9
RUN opam reinstall gluon.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'gluon.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-04-17 12:29.11: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-nnp@sha256:9f58fbb8cb1d81e7c50ec62cb13c70ad64f6b79f89406dfe699360ee7eb87159-gluon.0.0.9-9491c4f088f359a770241f040998ea1fabd254fc"
2025-04-17 12:29.11: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-nnp@sha256:9f58fbb8cb1d81e7c50ec62cb13c70ad64f6b79f89406dfe699360ee7eb87159)
 (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 gluon.0.0.9 0.0.9"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall gluon.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 \"\\\"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\" != 'gluon.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-04-17 12:29.11: Waiting for resource in pool OCluster
2025-04-17 12:29.11: Waiting for worker…
2025-04-17 12:29.11: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 8a323b26ed Merge pull request #27769 from gridbugs/bdd-fix
Updating 8a323b26ed..9491c4f088
Fast-forward
 packages/gluon/gluon.0.0.9/opam | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

(from ocaml/opam:debian-12-ocaml-4.14-nnp@sha256:9f58fbb8cb1d81e7c50ec62cb13c70ad64f6b79f89406dfe699360ee7eb87159)
2025-04-17 12:30.13 ---> saved as "8328bf85010f5a8b631f58dbdf84ca0533a73f9297b18a25c4cd5ea5e83ba289"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-17 12:30.13 ---> saved as "26235e8150b540587f69aac1bbca117c879cb46c47038f2e99a87a17efb7237c"

/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-04-17 12:30.52 ---> saved as "d9f7e2b5a58c94daf9febfdc01b6a33b51e0165bc7fd29eaecb7486e9957bbc4"

/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=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-options-only-nnp"]
# compiler-packages    ocaml-option-nnp.1, ocaml-options-only-nnp.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+nnp
2025-04-17 12:30.52 ---> saved as "87c8a9d3dd1e82b0e82159e09cb15717a2bc6afe55fd1dfcf6a4bea43ec50d3a"

/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-04-17 12:30.59 ---> saved as "a3cda757253272dab66562cbcd0bbe5893c2ac34450e9c1a3ed34d6cd9c368ab"

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-17 12:31.08 ---> saved as "66cac2676ecb8e05882a783356e557297fbb845ba880f2f2cb5b4f6239e67ffb"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-17 12:31.31 ---> saved as "bb08425a7514312a8013e57c7d83a0cc3896f9986204877baba319717d683acd"

/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 [254 kB]
- Fetched 357 kB in 0s (1190 kB/s)
- Reading package lists...
2025-04-17 12:31.32 ---> saved as "9485934289da9beef98b5140b41c3aecf56cc45543d6febc3e2a6fbd564fdb0d"

/home/opam: (run (shell "opam pin add -k version -yn gluon.0.0.9 0.0.9"))
gluon is now pinned to version 0.0.9
2025-04-17 12:31.33 ---> saved as "9247e9b9b7b2d1737a0d9995274dd92b697f060af82fb5dec5f95f5b33728561"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall gluon.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 \"\\\"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\" != 'gluon.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"))
gluon.0.0.9 is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-nnp -> ocaml-option-nnp -> ocaml-variants >= 4.12.0~
    - gluon >= 0.0.9 -> ocaml >= 5.1 -> ocaml-base-compiler >= 5.1.0~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - gluon >= 0.0.9 -> ocaml >= 5.1 -> dkml-base-compiler >= 5.3.1~ | ocaml-base-compiler >= 5.3.1~ | ocaml-system >= 5.3.1~ | ocaml-variants >= 5.3.1~
    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 gluon.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 "\"debian-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'gluon.0.0.9' && 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-04-17 12:31.47: Job failed: Failed: Build failed
2025-04-17 12:31.47: Log analysis:
2025-04-17 12:31.47: >>> 
No solution found, exiting
 (score = 100)
2025-04-17 12:31.47: [SKIP] Package not available