(not at the head of any monitored branch or PR)
2025-03-25 15:01.27: New job: build caqti-async.2.1.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27655/head (567635cc1911b41a3acedae0e4192d0ce0027f4c)
                              on ubuntu-24.04-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/27655/head" && git reset --hard 567635cc
git fetch origin master
git merge --no-edit 48e47466f5898fbf475b71788bcf587634373afa
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314
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-async.2.1.2 2.1.2
RUN opam reinstall caqti-async.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'caqti-async.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.27: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314-caqti-async.2.1.2-567635cc1911b41a3acedae0e4192d0ce0027f4c"
2025-03-25 15:01.27: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314)
 (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-async.2.1.2 2.1.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caqti-async.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 \"\\\"ubuntu-24.04\\\"\"; 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-async.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.27: Waiting for resource in pool OCluster
2025-03-25 15:13.11: Waiting for worker…
2025-03-25 15:17.35: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
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:ubuntu-24.04-ocaml-4.14@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314' locally
docker.io/ocaml/opam@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314: Pulling from ocaml/opam
62d192172fc8: Pulling fs layer
62d192172fc8: Verifying Checksum
62d192172fc8: Download complete
62d192172fc8: Pull complete
Digest: sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314
Status: Downloaded newer image for ocaml/opam@sha256:f98b7aa5e935ea38d951552c97464c98f4d8ef8c976158c7b5e6db9d0aaba314
2025-03-25 15:34.53 ---> saved as "6436d83ab2869d7336f728e5ea9695dacce6ca4e28a4c3f83a1372c9d9cc3a1d"

/: (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:34.53 ---> saved as "096a074926ae629a2617a3a79a2e82fd4b8e9f7799f0cd887f5e7486e122f2bc"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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:35.56 ---> saved as "4961666b67b2351b4ee82f94b574dea1ec7b404d5b4640a38b292589c1cec09b"

/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=x86_64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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:35.57 ---> saved as "264483b6f520d7d4ec09c4870097fb5b5924947dc08f4ac87fdb0f1dde0d1f49"

/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:36.09 ---> saved as "ee4f6ec38922868f605269c185b7d8cc43f6f4c61b3af54e3e56111f771bd73a"

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-25 15:36.18 ---> saved as "df6c86a36ccaaf63ab13e0f57d6297a9584111e50e214e0e8c94c333527a47c7"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-25 15:37.03 ---> saved as "3eabe5e45cd390b2d649864975a2834ebda0f99a7f0ffa62b5c107dfda2be3ea"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [922 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [848 kB]
- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1062 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [26.5 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [31.1 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1030 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1198 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1355 kB]
- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.9 kB]
- Fetched 6881 kB in 1s (12.5 MB/s)
- Reading package lists...
- 
2025-03-25 15:37.05 ---> saved as "049d6255ed95f925354921124e4373dd5c517a1d6b400d12e3f175be4ca55c15"

/home/opam: (run (shell "opam pin add -k version -yn caqti-async.2.1.2 2.1.2"))
caqti-async is now pinned to version 2.1.2
2025-03-25 15:37.06 ---> saved as "7579621fde07bfafd1e5a4b11313423c0d012c7532425aa737f60b8dc050442f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caqti-async.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 \"\\\"ubuntu-24.04\\\"\"; 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-async.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-async.2.1.2 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
    - caqti-async >= 2.1.2 -> async_kernel >= v0.17.0 -> 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 caqti-async.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 "\"ubuntu-24.04\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'caqti-async.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:37.31: Job failed: Failed: Build failed
2025-03-25 15:37.31: Log analysis:
2025-03-25 15:37.31: >>> 
No solution found, exiting
 (score = 100)
2025-03-25 15:37.31: [SKIP] Package not available