(not at the head of any monitored branch or PR)
2025-06-09 18:41.36: New job: build conf-gnuplot.0.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27996/head (a86dce36c5e89ba39c0959667b2bd2c17afa374c)
                              on alpine-3.21-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/27996/head" && git reset --hard a86dce36
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3
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-gnuplot.0.1 0.1
RUN opam reinstall conf-gnuplot.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 "\"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-gnuplot.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-06-09 18:41.36: Using cache hint "ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3-conf-gnuplot.0.1-a86dce36c5e89ba39c0959667b2bd2c17afa374c"
2025-06-09 18:41.36: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3)
 (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-gnuplot.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-gnuplot.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 \"\\\"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-gnuplot.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-06-09 18:41.36: Waiting for resource in pool OCluster
2025-06-09 18:41.37: Waiting for worker…
2025-06-09 18:41.37: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Merge made by the 'ort' strategy.
 packages/conf-gnuplot/conf-gnuplot.0.1/opam | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:2a715c092c4ab201120243e7efc44191d8c5aef3c1bf63ab56cfedfe3a662ad3)
2025-06-09 18:46.11 ---> saved as "cae3f84721b1d1626d38afde4577807843a0da8ba3807fc3f5f4606864be9e98"

/: (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-09 18:46.11 ---> saved as "27f67b0eca4c859ac7fbe6c62b329fc073fcc1d5512983aa733a8b6ab7b9cc8e"

/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-06-09 18:46.38 ---> saved as "c5f91ed6753a7001383119325a3caa5a94e71e14e90b1089e1b1cf300ec65f91"

/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                 255
# 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-06-09 18:46.38 ---> saved as "03aeed2f7c74bbf441ef26cf6aa59bbdf94043ed34d12b2622c1b6fc15bc733a"

/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-09 18:46.47 ---> saved as "6a2d54fbb263816b26fe80ede788bc76ffe9480aa180b2ad967084ab2cf975b0"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-09 18:46.52 ---> saved as "26ec7182e7566bda53ce54cb43cccbbb709d74ff6a812a4f284fac5e2e360100"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-09 18:47.13 ---> saved as "e8d01e7e2ba1a0fe0003eb9c111156708a57c5186069c0a84ab85b312655d441"

/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-592-g5cb46a0f948 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.22.0-613-geb9d602e742 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.22.0-630-g561f8e0d41c [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.22.0-620-g62d8cca801a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58638 distinct packages available
2025-06-09 18:47.15 ---> saved as "dc527c98d6d7eae4186de9dbc38f1d79ef335351f25aba1aaca7ab5836689c3d"

/home/opam: (run (shell "opam pin add -k version -yn conf-gnuplot.0.1 0.1"))
conf-gnuplot is now pinned to version 0.1
2025-06-09 18:47.15 ---> saved as "50074cb87bc187f76c1d777a56b50b0969f4653bbe9b1724abe272c9235bf135"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-gnuplot.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 \"\\\"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-gnuplot.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"))
conf-gnuplot.0.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 1 package
  - install conf-gnuplot 0.1 (pinned)

The following system packages will first need to be installed:
    gnuplot

<><> 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" "gnuplot"
- (1/34) Installing libxext (1.3.6-r2)
- (2/34) Installing libxrender (0.9.11-r5)
- (3/34) Installing libpng (1.6.47-r0)
- (4/34) Installing freetype (2.13.3-r0)
- (5/34) Installing fontconfig (2.15.0-r1)
- (6/34) Installing pixman (0.43.4-r1)
- (7/34) Installing cairo (1.18.4-r0)
- (8/34) Installing libcerf (2.4-r0)
- (9/34) Installing libice (1.1.1-r6)
- (10/34) Installing libuuid (2.40.4-r1)
- (11/34) Installing libsm (1.2.4-r4)
- (12/34) Installing libxt (1.3.1-r0)
- (13/34) Installing libxpm (3.5.17-r0)
- (14/34) Installing aom-libs (3.11.0-r0)
- (15/34) Installing libdav1d (1.5.0-r0)
- (16/34) Installing libsharpyuv (1.4.0-r0)
- (17/34) Installing libavif (1.0.4-r0)
- (18/34) Installing libjpeg-turbo (3.0.4-r0)
- (19/34) Installing libwebp (1.4.0-r0)
- (20/34) Installing tiff (4.7.0-r0)
- (21/34) Installing libgd (2.3.3-r9)
- (22/34) Installing libintl (0.22.5-r0)
- (23/34) Installing libeconf (0.6.3-r0)
- (24/34) Installing libblkid (2.40.4-r1)
- (25/34) Installing libmount (2.40.4-r1)
- (26/34) Installing glib (2.82.5-r0)
- (27/34) Installing lua5.3-libs (5.3.6-r6)
- (28/34) Installing libxft (2.3.8-r3)
- (29/34) Installing fribidi (1.0.16-r0)
- (30/34) Installing graphite2 (1.3.14-r6)
- (31/34) Installing harfbuzz (9.0.0-r1)
- (32/34) Installing pango (1.54.0-r1)
- (33/34) Installing libwebpmux (1.4.0-r0)
- (34/34) Installing gnuplot (6.0.1-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- OK: 331 MiB in 135 packages

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-gnuplot.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-09 18:47.20 ---> saved as "c2355e38ed87532c36355a48ed29743d95ab8ea7d197b21068c0c8f786de5507"
Job succeeded
2025-06-09 18:47.26: Job succeeded