(not at the head of any monitored branch or PR)
2025-03-25 15:01.28: New job: build caqti-eio.2.1.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (567635cc1911b41a3acedae0e4192d0ce0027f4c)
                              on debian-12-ocaml-4.14/arm32v7

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27655/head" && git reset --hard 567635cc
git fetch origin master
git merge --no-edit 48e47466f5898fbf475b71788bcf587634373afa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 caqti-eio.2.1.2 2.1.2
RUN opam reinstall caqti-eio.2.1.2; \
    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" != 'caqti-eio.2.1.2' && 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-03-25 15:01.28: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507-caqti-eio.2.1.2-567635cc1911b41a3acedae0e4192d0ce0027f4c"
2025-03-25 15:01.28: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 caqti-eio.2.1.2 2.1.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-eio.2.1.2;\
             \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\" != 'caqti-eio.2.1.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-03-25 15:01.28: Waiting for resource in pool OCluster
2025-03-25 15:01.30: Waiting for worker…
2025-03-25 15:39.48: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
Updating files:  76% (17298/22711)
Updating files:  77% (17488/22711)
Updating files:  78% (17715/22711)
Updating files:  79% (17942/22711)
Updating files:  80% (18169/22711)
Updating files:  81% (18396/22711)
Updating files:  82% (18624/22711)
Updating files:  83% (18851/22711)
Updating files:  84% (19078/22711)
Updating files:  85% (19305/22711)
Updating files:  86% (19532/22711)
Updating files:  87% (19759/22711)
Updating files:  88% (19986/22711)
Updating files:  89% (20213/22711)
Updating files:  90% (20440/22711)
Updating files:  91% (20668/22711)
Updating files:  92% (20895/22711)
Updating files:  93% (21122/22711)
Updating files:  94% (21349/22711)
Updating files:  95% (21576/22711)
Updating files:  96% (21803/22711)
Updating files:  97% (22030/22711)
Updating files:  98% (22257/22711)
Updating files:  99% (22484/22711)
Updating files: 100% (22711/22711)
Updating files: 100% (22711/22711), done.
HEAD is now at 48e47466f5 Merge pull request #27676 from mtelvers/opam-publish-ocaml-version.4.0.0
Updating 48e47466f5..567635cc19
Fast-forward
 packages/caqti-async/caqti-async.2.1.2/opam        |  2 +-
 .../caqti-driver-mariadb.2.2.2/opam                | 32 ++++++++++
 .../caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam   | 32 ++++++++++
 .../caqti-driver-postgresql.2.2.2/opam             | 36 +++++++++++
 .../caqti-driver-sqlite3.2.2.2/opam                | 32 ++++++++++
 packages/caqti-eio/caqti-eio.2.1.2/opam            |  2 +-
 packages/caqti-lwt/caqti-lwt.2.2.2/opam            | 38 ++++++++++++
 packages/caqti-miou/caqti-miou.2.2.2/opam          | 35 +++++++++++
 packages/caqti-mirage/caqti-mirage.2.2.2/opam      | 42 +++++++++++++
 packages/caqti-tls/caqti-tls.2.1.2/opam            |  2 +-
 packages/caqti/caqti.2.2.2/opam                    | 69 ++++++++++++++++++++++
 11 files changed, 319 insertions(+), 3 deletions(-)
 create mode 100644 packages/caqti-driver-mariadb/caqti-driver-mariadb.2.2.2/opam
 create mode 100644 packages/caqti-driver-pgx/caqti-driver-pgx.2.2.2/opam
 create mode 100644 packages/caqti-driver-postgresql/caqti-driver-postgresql.2.2.2/opam
 create mode 100644 packages/caqti-driver-sqlite3/caqti-driver-sqlite3.2.2.2/opam
 create mode 100644 packages/caqti-lwt/caqti-lwt.2.2.2/opam
 create mode 100644 packages/caqti-miou/caqti-miou.2.2.2/opam
 create mode 100644 packages/caqti-mirage/caqti-mirage.2.2.2/opam
 create mode 100644 packages/caqti/caqti.2.2.2/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507' locally
docker.io/ocaml/opam@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507: Pulling from ocaml/opam
5576e96bebb9: Already exists
d7ddc21b61ad: Pulling fs layer
7ede1884360e: Pulling fs layer
29e1a8bd435b: Pulling fs layer
3f76043d39aa: Pulling fs layer
54e7278c27a6: Pulling fs layer
3f76043d39aa: Waiting
29e1a8bd435b: Verifying Checksum
29e1a8bd435b: Download complete
d7ddc21b61ad: Verifying Checksum
d7ddc21b61ad: Download complete
3f76043d39aa: Verifying Checksum
3f76043d39aa: Download complete
54e7278c27a6: Verifying Checksum
54e7278c27a6: Download complete
d7ddc21b61ad: Pull complete
7ede1884360e: Verifying Checksum
7ede1884360e: Download complete
7ede1884360e: Pull complete
29e1a8bd435b: Pull complete
3f76043d39aa: Pull complete
54e7278c27a6: Pull complete
Digest: sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507
Status: Downloaded newer image for ocaml/opam@sha256:1aace0b4a9283b75417359da5c32fcc4578af2b0f76a8f3d543c78eff2b94507
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-03-25 15:39.50 ---> using "d282929af1608624ff1a59289357a4bfa3de878f97930e28ad2220536f9f4dd5" from cache

/: (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-dev /usr/bin/opam"))
2025-03-25 15:39.50 ---> using "f34d5008074a513c4bc2ab27a381ae6abff8db7972bfb5a28f3a488d228a61e7" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-25 15:39.50 ---> using "0240d82dc2644fad7cb0b8ca96cc115f469563d42e44f740acf897f4e6fb070d" 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.4.0~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79)
# self-upgrade         no
# system               arch=arm32 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                 79
# repositories         1 (local), 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-03-25 15:39.50 ---> using "01b05ce6d2428431ed0fca935af6ecace14070cf2b870acbb2774568dfda99f7" 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-03-25 15:39.50 ---> using "0da28285823f345db5c424468d557274e66848c19e426464a28fa7392fd9e372" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-25 15:39.51 ---> using "5f6bfdfd9319f03e67207dc9fff5717cb708ea41bc24d40393c8072bf8673eaa" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-25 15:39.51 ---> using "d75969c5c3719475592229544a6e14c0b275a6547d706bd4b943c677e28be30f" from cache

/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 armhf Packages [231 kB]
- Fetched 334 kB in 0s (671 kB/s)
- Reading package lists...
- 
2025-03-25 15:39.51 ---> using "7a58ab2afeac0cacbd16be6177dd6c5a600f15dcd7984b32e4be15ffe346ac1a" from cache

/home/opam: (run (shell "opam pin add -k version -yn caqti-eio.2.1.2 2.1.2"))
caqti-eio is now pinned to version 2.1.2
2025-03-25 15:39.53 ---> saved as "30cd5d097290fbf00f0f64a00f382cc28ed666036c3e32f480533ae15419702b"

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

No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall caqti-eio.2.1.2;
        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" != 'caqti-eio.2.1.2' && 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-03-25 15:40.15: Job failed: Failed: Build failed
2025-03-25 15:40.15: Log analysis:
2025-03-25 15:40.15: >>> 
No solution found, exiting
 (score = 100)
2025-03-25 15:40.15: [SKIP] Package not available