(not at the head of any monitored branch or PR)
2025-06-10 17:27.19: New job: build conf-cairo.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28011/head (10f9fad9250e8b9724f84f94733080c5f8a2a4e4)
                              on alpine-3.21-ocaml-5.3/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/28011/head" && git reset --hard 10f9fad9
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:3343dcc8eef8cc135210194424c75ebe26927358b1a48d0c3c0860cfe43df613
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 conf-cairo.1 1
RUN opam reinstall conf-cairo.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 "\"alpine-3.21\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-cairo.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-06-10 17:27.19: Using cache hint "ocaml/opam:alpine-3.21-ocaml-5.3@sha256:3343dcc8eef8cc135210194424c75ebe26927358b1a48d0c3c0860cfe43df613-conf-cairo.1-10f9fad9250e8b9724f84f94733080c5f8a2a4e4"
2025-06-10 17:27.19: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:3343dcc8eef8cc135210194424c75ebe26927358b1a48d0c3c0860cfe43df613)
 (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 conf-cairo.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-cairo.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 \"\\\"alpine-3.21\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-cairo.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-06-10 17:27.19: Waiting for resource in pool OCluster
2025-06-10 17:27.21: Waiting for worker…
2025-06-10 17:27.27: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  94% (21935/23220)
Updating files:  95% (22059/23220)
Updating files:  96% (22292/23220)
Updating files:  97% (22524/23220)
Updating files:  98% (22756/23220)
Updating files:  99% (22988/23220)
Updating files: 100% (23220/23220)
Updating files: 100% (23220/23220), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Updating 6db96b377f..10f9fad925
Fast-forward
 packages/conf-cairo/conf-cairo.1/opam    | 2 +-
 packages/conf-clang/conf-clang.1/opam    | 1 +
 packages/conf-gtk3/conf-gtk3.18/opam     | 7 +++++--
 packages/conf-libev/conf-libev.4-11/opam | 1 +
 packages/conf-mpfr/conf-mpfr.3/opam      | 1 +
 packages/omake/omake.0.10.3/opam         | 2 +-
 packages/omake/omake.0.10.5/opam         | 2 +-
 packages/omake/omake.0.10.6/opam         | 2 +-
 packages/omake/omake.0.10.7/opam         | 2 +-
 9 files changed, 13 insertions(+), 7 deletions(-)

(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:3343dcc8eef8cc135210194424c75ebe26927358b1a48d0c3c0860cfe43df613)
2025-06-10 17:29.21 ---> using "3141b9cf5ba038771635d2742247938bc41e269100016f85aeafaf7cfcddc947" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-10 17:29.21 ---> using "6e96183cb8f85e0f66d77225cf3356e1dc5af76cf425c2855e57c22f5e91ed68" 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.

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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-10 17:29.21 ---> using "729c320e2b4d19b3d458c4d1349869baf4725e7717f8a19969644d8501f6ef5d" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=alpine os-version=3.21.3
# 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       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-06-10 17:29.21 ---> using "6d521aa08aab84b5f3e2cdf7010a7f9b99a2bef373021c227acb99fba31b3f14" 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-06-10 17:29.21 ---> using "19b7d41d78c9c4e811a84f39c93cccb0f398d975296f425dcaea48f6eb2e991d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 17:29.30 ---> saved as "0b4726b39b915b304d4e58004ffce950a1503d6b22d7d0f8563ceeca0a8cca54"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 17:29.57 ---> saved as "e94199a88f29d566a87b11a1f54d9529c1b6732faff322d92be11e220f96deef"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.21.3-590-gf2fbf5554ea [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-593-ge772c330b50 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.22.0-718-g23cba16117c [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.22.0-717-g81f67e63786 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.22.0-710-g5dba80c9680 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58665 distinct packages available
2025-06-10 17:30.06 ---> saved as "050febd46c72d119e09ab9e95ec3bc327fc637fc4fd8d4d07f4df445c0493a55"

/home/opam: (run (shell "opam pin add -k version -yn conf-cairo.1 1"))
conf-cairo is now pinned to version 1
2025-06-10 17:30.07 ---> saved as "0bf94c7365a33aa85b887e4b56c6649207b85bd860e14fd9aec966c570f3c185"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-cairo.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 \"\\\"alpine-3.21\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-cairo.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-cairo.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-cairo      1 (pinned)
  - install conf-pkg-config 4          [required by conf-cairo]

The following system packages will first need to be installed:
    cairo-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
  2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apk" "add" "cairo-dev"
- (1/64) Installing cairo-tools (1.18.4-r0)
- (2/64) Installing libpng (1.6.47-r0)
- (3/64) Installing freetype (2.13.3-r0)
- (4/64) Installing fontconfig (2.15.0-r1)
- (5/64) Installing expat (2.7.0-r0)
- (6/64) Installing expat-dev (2.7.0-r0)
- (7/64) Installing bzip2-dev (1.0.8-r6)
- (8/64) Installing brotli (1.1.0-r2)
- (9/64) Installing brotli-dev (1.1.0-r2)
- (10/64) Installing zlib-dev (1.3.1-r2)
- (11/64) Installing libpng-dev (1.6.47-r0)
- (12/64) Installing freetype-dev (2.13.3-r0)
- (13/64) Installing fontconfig-dev (2.15.0-r1)
- (14/64) Installing libxext (1.3.6-r2)
- (15/64) Installing libxext-dev (1.3.6-r2)
- (16/64) Installing libxrender (0.9.11-r5)
- (17/64) Installing libxrender-dev (0.9.11-r5)
- (18/64) Installing pixman (0.43.4-r1)
- (19/64) Installing pixman-dev (0.43.4-r1)
- (20/64) Installing util-macros (1.20.1-r0)
- (21/64) Installing xcb-util (0.4.1-r3)
- (22/64) Installing xcb-util-dev (0.4.1-r3)
- (23/64) Installing cairo (1.18.4-r0)
- (24/64) Installing libintl (0.22.5-r0)
- (25/64) Installing libeconf (0.6.3-r0)
- (26/64) Installing libblkid (2.40.4-r1)
- (27/64) Installing libmount (2.40.4-r1)
- (28/64) Installing glib (2.82.5-r0)
- (29/64) Installing cairo-gobject (1.18.4-r0)
- (30/64) Installing libxml2 (2.13.4-r6)
- (31/64) Installing libxml2-utils (2.13.4-r6)
- (32/64) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (33/64) Installing libgpg-error (1.51-r0)
- (34/64) Installing libgcrypt (1.10.3-r1)
- (35/64) Installing libxslt (1.1.42-r2)
- (36/64) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (37/64) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (38/64) Installing docbook-xsl (1.79.2-r11)
- (39/64) Installing gettext-asprintf (0.22.5-r0)
- (40/64) Installing gettext-libs (0.22.5-r0)
- (41/64) Installing gettext-envsubst (0.22.5-r0)
- (42/64) Installing gettext (0.22.5-r0)
- (43/64) Installing gettext-dev (0.22.5-r0)
- (44/64) Installing py3-parsing (3.1.4-r0)
- (45/64) Installing py3-parsing-pyc (3.1.4-r0)
- (46/64) Installing py3-packaging (24.2-r0)
- (47/64) Installing py3-packaging-pyc (24.2-r0)
- (48/64) Installing linux-headers (6.6-r1)
- (49/64) Installing libffi-dev (3.4.7-r0)
- (50/64) Installing bsd-compat-headers (0.7.2-r6)
- (51/64) Installing libedit (20240808.3.1-r0)
- (52/64) Installing libedit-dev (20240808.3.1-r0)
- (53/64) Installing libpcre2-16 (10.43-r0)
- (54/64) Installing libpcre2-32 (10.43-r0)
- (55/64) Installing pcre2-dev (10.43-r0)
- (56/64) Installing libuuid (2.40.4-r1)
- (57/64) Installing libfdisk (2.40.4-r1)
- (58/64) Installing liblastlog2 (2.40.4-r1)
- (59/64) Installing libsmartcols (2.40.4-r1)
- (60/64) Installing sqlite (3.48.0-r2)
- (61/64) Installing sqlite-dev (3.48.0-r2)
- (62/64) Installing util-linux-dev (2.40.4-r1)
- (63/64) Installing glib-dev (2.82.5-r0)
- (64/64) Installing cairo-dev (1.18.4-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- No schema files found: doing nothing.
- OK: 379 MiB in 166 packages

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-cairo.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-10 17:30.23 ---> saved as "2365dcaa3f0a658ff2f4d75bb697c991eca7aaf446591bd82e1a2a67c0a013cd"
Job succeeded
2025-06-10 17:30.30: Job succeeded