(not at the head of any monitored branch or PR)
2025-07-04 02:45.52: New job: build conf-gegl.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27805/head (fab078f2bbf53e35f5012b98cc09d72c58285b6c)
                              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/27805/head" && git reset --hard fab078f2
git fetch origin master
git merge --no-edit f7060d5dd1056d18a1e0f07c7958d7529ad9f555
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:81d6acad861c6f29ee07f63edfecfe4ae0614afcfc4e67815a791ae546ec3860
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-gegl.1 1
RUN opam reinstall conf-gegl.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-gegl.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-07-04 02:45.52: Using cache hint "ocaml/opam:alpine-3.21-ocaml-5.3@sha256:81d6acad861c6f29ee07f63edfecfe4ae0614afcfc4e67815a791ae546ec3860-conf-gegl.1-fab078f2bbf53e35f5012b98cc09d72c58285b6c"
2025-07-04 02:45.52: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:81d6acad861c6f29ee07f63edfecfe4ae0614afcfc4e67815a791ae546ec3860)
 (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-gegl.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-gegl.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-gegl.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-07-04 02:45.52: Waiting for resource in pool OCluster
2025-07-04 02:45.52: Waiting for worker…
2025-07-04 02:45.53: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at f7060d5dd1 Merge pull request #28126 from kit-ty-kate/opam-publish-opam-file-format.2.2.0
Merge made by the 'ort' strategy.
 packages/conf-gegl/conf-gegl.1/opam | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 packages/conf-gegl/conf-gegl.1/opam

(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:81d6acad861c6f29ee07f63edfecfe4ae0614afcfc4e67815a791ae546ec3860)
2025-07-04 02:46.33 ---> using "3a4f6c57d185c89b0aeaa279cb4ada976aae0592e671bd3a2f34a47eb3777214" 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-07-04 02:46.33 ---> using "1cdc174701f7e3dfd8e18c87ba10cc33d32726af85509e2d1663123cf0c18207" 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-07-04 02:46.33 ---> using "abf55a838fad210110dd21c772b9c59de0a62b869a91296c102ac3d90aa40677" 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-07-04 02:46.33 ---> using "22abcc2a469943e37acb244d8649f0c4a6725aef573775c98f5cfd0f41252e70" 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-07-04 02:46.33 ---> using "cc6ae6b20454a7f4511f1652d244c07169847c5ea0d6421724a57b8da924a950" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-04 02:46.43 ---> saved as "13ebf376d1ae146540c0f29d4181b609455e9f8dcdf93353cab557bf91043969"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-04 02:47.03 ---> saved as "70b6d7c0469923a9427a7e772726a4cc3aeb53559bf4ade4de08b49b79747ed8"

/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-612-gd8580ac27b8 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-618-g3c8a4599170 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-1504-gde5eeae3157 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-1510-g408d1e81727 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-1491-g6553a60fd25 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58973 distinct packages available
2025-07-04 02:47.08 ---> saved as "eda3bf3302e85250b731dbf92f970bdd20e0331c97e535cefd39a4d91cdb4f04"

/home/opam: (run (shell "opam pin add -k version -yn conf-gegl.1 1"))
conf-gegl is now pinned to version 1
2025-07-04 02:47.10 ---> saved as "ba47225aeaa88f6708a1c6930a4b601cb7d7b96092aadc614e112a6a854eb67a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-gegl.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-gegl.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-gegl.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-gegl       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gegl]

The following system packages will first need to be installed:
    gegl-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" "gegl-dev"
- (1/127) Installing libSvtAv1Enc (2.2.1-r0)
- (2/127) Installing aom-libs (3.11.0-r0)
- (3/127) Installing hwdata-pci (0.393-r0)
- (4/127) Installing libpciaccess (0.18.1-r0)
- (5/127) Installing libdrm (2.4.123-r1)
- (6/127) Installing libxext (1.3.6-r2)
- (7/127) Installing libxfixes (6.0.1-r4)
- (8/127) Installing wayland-libs-client (1.23.1-r0)
- (9/127) Installing libva (2.22.0-r1)
- (10/127) Installing libvdpau (1.5-r4)
- (11/127) Installing onevpl-libs (2023.3.1-r2)
- (12/127) Installing ffmpeg-libavutil (6.1.2-r1)
- (13/127) Installing libdav1d (1.5.0-r0)
- (14/127) Installing openexr-libiex (3.3.2-r0)
- (15/127) Installing openexr-libilmthread (3.3.2-r0)
- (16/127) Installing imath (3.1.12-r0)
- (17/127) Installing libdeflate (1.22-r0)
- (18/127) Installing openexr-libopenexrcore (3.3.2-r0)
- (19/127) Installing openexr-libopenexr (3.3.2-r0)
- (20/127) Installing giflib (5.2.2-r1)
- (21/127) Installing libhwy (1.0.7-r0)
- (22/127) Installing libjpeg-turbo (3.0.4-r0)
- (23/127) Installing lcms2 (2.16-r0)
- (24/127) Installing libpng (1.6.47-r0)
- (25/127) Installing libjxl (0.10.4-r0)
- (26/127) Installing lame-libs (3.100-r5)
- (27/127) Installing opus (1.5.2-r1)
- (28/127) Installing rav1e-libs (0.7.1-r0)
- (29/127) Installing soxr (0.1.3-r7)
- (30/127) Installing ffmpeg-libswresample (6.1.2-r1)
- (31/127) Installing libogg (1.3.5-r5)
- (32/127) Installing libtheora (1.1.1-r18)
- (33/127) Installing libvorbis (1.3.7-r2)
- (34/127) Installing libvpx (1.15.0-r0)
- (35/127) Installing libsharpyuv (1.4.0-r0)
- (36/127) Installing libwebp (1.4.0-r0)
- (37/127) Installing libwebpmux (1.4.0-r0)
- (38/127) Installing x264-libs (0.164.3108-r0)
- (39/127) Installing numactl (2.0.18-r0)
- (40/127) Installing x265-libs (3.6-r0)
- (41/127) Installing xvidcore (1.3.7-r2)
- (42/127) Installing ffmpeg-libavcodec (6.1.2-r1)
- (43/127) Installing libbluray (1.3.4-r1)
- (44/127) Installing mpg123-libs (1.32.9-r0)
- (45/127) Installing libopenmpt (0.7.12-r0)
- (46/127) Installing cjson (1.7.18-r0)
- (47/127) Installing mbedtls (3.6.3-r0)
- (48/127) Installing librist (0.2.10-r1)
- (49/127) Installing libsrt (1.5.3-r0)
- (50/127) Installing libssh (0.11.1-r0)
- (51/127) Installing libxml2 (2.13.4-r6)
- (52/127) Installing libsodium (1.0.20-r0)
- (53/127) Installing libzmq (4.3.5-r2)
- (54/127) Installing ffmpeg-libavformat (6.1.2-r1)
- (55/127) Installing babl (0.1.108-r0)
- (56/127) Installing libxrender (0.9.11-r5)
- (57/127) Installing freetype (2.13.3-r0)
- (58/127) Installing fontconfig (2.15.0-r1)
- (59/127) Installing pixman (0.43.4-r1)
- (60/127) Installing cairo (1.18.4-r0)
- (61/127) Installing libintl (0.22.5-r0)
- (62/127) Installing libeconf (0.6.3-r0)
- (63/127) Installing libblkid (2.40.4-r1)
- (64/127) Installing libmount (2.40.4-r1)
- (65/127) Installing glib (2.82.5-r0)
- (66/127) Installing shared-mime-info (2.4-r2)
- (67/127) Installing tiff (4.7.0-r0)
- (68/127) Installing gdk-pixbuf (2.42.12-r1)
- (69/127) Installing json-glib (1.10.6-r0)
- (70/127) Installing libxft (2.3.8-r3)
- (71/127) Installing fribidi (1.0.16-r0)
- (72/127) Installing graphite2 (1.3.14-r6)
- (73/127) Installing harfbuzz (9.0.0-r1)
- (74/127) Installing pango (1.54.0-r1)
- (75/127) Installing libraw (0.21.3-r0)
- (76/127) Installing librsvg (2.59.2-r0)
- (77/127) Installing ffmpeg-libswscale (6.1.2-r1)
- (78/127) Installing gegl (0.4.48-r0)
- (79/127) Installing babl-tools (0.1.108-r0)
- (80/127) Installing lcms2-plugins (2.16-r0)
- (81/127) Installing libturbojpeg (3.0.4-r0)
- (82/127) Installing libjpeg-turbo-dev (3.0.4-r0)
- (83/127) Installing libtiffxx (4.7.0-r0)
- (84/127) Installing libwebpdecoder (1.4.0-r0)
- (85/127) Installing libwebpdemux (1.4.0-r0)
- (86/127) Installing libwebp-dev (1.4.0-r0)
- (87/127) Installing zstd-dev (1.5.6-r2)
- (88/127) Installing zlib-dev (1.3.1-r2)
- (89/127) Installing tiff-dev (4.7.0-r0)
- (90/127) Installing lcms2-dev (2.16-r0)
- (91/127) Installing babl-dev (0.1.108-r0)
- (92/127) Installing bzip2-dev (1.0.8-r6)
- (93/127) Installing libxml2-utils (2.13.4-r6)
- (94/127) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (95/127) Installing libgpg-error (1.51-r0)
- (96/127) Installing libgcrypt (1.10.3-r1)
- (97/127) Installing libxslt (1.1.42-r2)
- (98/127) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (99/127) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (100/127) Installing docbook-xsl (1.79.2-r11)
- (101/127) Installing gettext-asprintf (0.22.5-r0)
- (102/127) Installing gettext-libs (0.22.5-r0)
- (103/127) Installing gettext-envsubst (0.22.5-r0)
- (104/127) Installing gettext (0.22.5-r0)
- (105/127) Installing gettext-dev (0.22.5-r0)
- (106/127) Installing py3-parsing (3.1.4-r0)
- (107/127) Installing py3-parsing-pyc (3.1.4-r0)
- (108/127) Installing py3-packaging (24.2-r0)
- (109/127) Installing py3-packaging-pyc (24.2-r0)
- (110/127) Installing linux-headers (6.6-r1)
- (111/127) Installing libffi-dev (3.4.7-r0)
- (112/127) Installing bsd-compat-headers (0.7.2-r6)
- (113/127) Installing libedit (20240808.3.1-r0)
- (114/127) Installing libedit-dev (20240808.3.1-r0)
- (115/127) Installing libpcre2-16 (10.43-r0)
- (116/127) Installing libpcre2-32 (10.43-r0)
- (117/127) Installing pcre2-dev (10.43-r0)
- (118/127) Installing libuuid (2.40.4-r1)
- (119/127) Installing libfdisk (2.40.4-r1)
- (120/127) Installing liblastlog2 (2.40.4-r1)
- (121/127) Installing libsmartcols (2.40.4-r1)
- (122/127) Installing sqlite (3.48.0-r2)
- (123/127) Installing sqlite-dev (3.48.0-r2)
- (124/127) Installing util-linux-dev (2.40.4-r1)
- (125/127) Installing glib-dev (2.82.5-r0)
- (126/127) Installing json-glib-dev (1.10.6-r0)
- (127/127) Installing gegl-dev (0.4.48-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- No schema files found: doing nothing.
- Executing shared-mime-info-2.4-r2.trigger
- Executing gdk-pixbuf-2.42.12-r1.trigger
- OK: 485 MiB in 229 packages

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gegl.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-04 02:47.33 ---> saved as "fce0d2b8589bad39b168ca694fb866110f8861f8478e2698c1e7495a6f1f5744"
Job succeeded
2025-07-04 02:47.40: Job succeeded