(for PR #28398)

2025-08-28 14:57.30: New job: build salto-analyzer.0.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28398/head (90ced9c2c5cd0fbb33dd7626be6dd3c3ad2910b0)
                              on debian-12-ocaml-4.14/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28398/head" && git reset --hard 90ced9c2
git fetch origin master
git merge --no-edit f2cd184cfc6f3b25d3bda0873beb3e8b254806ec
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 salto-analyzer.0.1 0.1
RUN opam reinstall salto-analyzer.0.1; \
    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" != 'salto-analyzer.0.1' && 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-08-28 14:57.30: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0-salto-analyzer.0.1-90ced9c2c5cd0fbb33dd7626be6dd3c3ad2910b0"
2025-08-28 14:57.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 salto-analyzer.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall salto-analyzer.0.1;\
             \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\" != 'salto-analyzer.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-08-28 14:57.30: Waiting for resource in pool OCluster
2025-08-28 14:57.31: Waiting for worker…
2025-08-28 14:59.04: Got resource from pool OCluster
Building on eumache
All commits already cached
Updating files:  69% (12555/18133)
Updating files:  70% (12694/18133)
Updating files:  71% (12875/18133)
Updating files:  72% (13056/18133)
Updating files:  73% (13238/18133)
Updating files:  74% (13419/18133)
Updating files:  75% (13600/18133)
Updating files:  76% (13782/18133)
Updating files:  77% (13963/18133)
Updating files:  78% (14144/18133)
Updating files:  79% (14326/18133)
Updating files:  80% (14507/18133)
Updating files:  81% (14688/18133)
Updating files:  82% (14870/18133)
Updating files:  83% (15051/18133)
Updating files:  84% (15232/18133)
Updating files:  85% (15414/18133)
Updating files:  86% (15595/18133)
Updating files:  87% (15776/18133)
Updating files:  88% (15958/18133)
Updating files:  89% (16139/18133)
Updating files:  90% (16320/18133)
Updating files:  91% (16502/18133)
Updating files:  92% (16683/18133)
Updating files:  93% (16864/18133)
Updating files:  94% (17046/18133)
Updating files:  95% (17227/18133)
Updating files:  96% (17408/18133)
Updating files:  97% (17590/18133)
Updating files:  98% (17771/18133)
Updating files:  99% (17952/18133)
Updating files: 100% (18133/18133)
Updating files: 100% (18133/18133), done.
HEAD is now at f2cd184cfc Merge pull request #28399 from filipeom/opam-publish-smtml.0.10.0
Updating f2cd184cfc..90ced9c2c5
Fast-forward
 packages/salto-analyzer/salto-analyzer.0.1/opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0' locally
docker.io/ocaml/opam@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0: Pulling from ocaml/opam
6af11a87ae82: Already exists
Digest: sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0
Status: Downloaded newer image for ocaml/opam@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0
2025-08-28 15:00.05 ---> saved as "30fb5468ed70755230bb4b2524b637980221ab53922c096447b5f45e8e493a2b"

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-08-28 15:00.06 ---> saved as "3206b00b66e8fa4f32f019c34621729a72dcb39b2f4b92c449de5f4b2ff2cc82"

/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-08-28 15:00.42 ---> saved as "070ada21741f6e5c515423f30a00aad6ea449962b4a6ed6ceae4a519f5d4b69a"

/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_32 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                 71
# 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-08-28 15:00.43 ---> saved as "f617e13f68a3bd5d41e9d1a83213bbe7335ec265e87ca10b8fd72be5856bdb7e"

/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-08-28 15:00.52 ---> saved as "39016effb1ef0046aad951d7e5c1eec91580b588b6fd67206b4eebbd97d5422c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-08-28 15:00.59 ---> saved as "798512978789572d60f8a1d00dfa9cc65d8c9c08754160306bebb238040e75e9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-08-28 15:01.44 ---> saved as "f602b1a5d6d3800fe4d1285d845bf4eeea65fe9b6fab845f5a6ed986a6a27dba"

/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 i386 Packages [270 kB]
- Fetched 374 kB in 1s (712 kB/s)
- Reading package lists...
- 
2025-08-28 15:01.47 ---> saved as "ebd611deb2eb977f6f8fb89b8c09cd6593e5d3c198bc7e693fc6ed0678b49c9a"

/home/opam: (run (shell "opam pin add -k version -yn salto-analyzer.0.1 0.1"))
salto-analyzer is now pinned to version 0.1
2025-08-28 15:01.48 ---> saved as "2d4799a64c4abc56f3f22b147c612a9ae2db5fa0069ed555c2d5d44e500fc355"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall salto-analyzer.0.1;\
                        \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\" != 'salto-analyzer.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
salto-analyzer.0.1 is not installed. Install it? [y/n] y
  * Missing dependency:
    - salto-analyzer -> zarith_stubs_js >= v0.16.1
    unmet availability conditions, e.g. 'arch != "arm32" & arch != "x86_32"'

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall salto-analyzer.0.1;
        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" != 'salto-analyzer.0.1' && 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-08-28 15:02.14: Job failed: Failed: Build failed
2025-08-28 15:02.14: Log analysis:
2025-08-28 15:02.14: >>> 
No solution found, exiting
 (score = 100)
2025-08-28 15:02.14: [SKIP] Package not available