(for PR #29613)

2026-04-04 05:22.56: New job: build conf-perl-string-shellquote.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29613/head (5f64e545c42823195503816088208e2d89a257c4)
                              on opensuse-tumbleweed-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/29613/head" && git reset --hard 5f64e545
git fetch origin master
git merge --no-edit d28e8bf13a73691f040f863e87466580aa116aff
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706
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 conf-perl-string-shellquote.4 4
RUN opam reinstall conf-perl-string-shellquote.4; \
    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 "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-perl-string-shellquote.4' && 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 .

2026-04-04 05:22.56: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706-conf-perl-string-shellquote.4-5f64e545c42823195503816088208e2d89a257c4"
2026-04-04 05:22.56: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706)
 (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 conf-perl-string-shellquote.4 4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-perl-string-shellquote.4;\
             \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 \"\\\"opensuse-tumbleweed\\\"\"; 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-perl-string-shellquote.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-04 05:22.56: Waiting for resource in pool OCluster
2026-04-04 05:23.00: Waiting for worker…
2026-04-04 05:23.00: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at d28e8bf13a Merge pull request #29642 from talex5/release-lwt_eio-v0.6
Updating d28e8bf13a..5f64e545c4
Fast-forward
 .../conf-perl-ipc-system-simple.4/opam             | 39 ++++++++++
 .../conf-perl-string-shellquote.4/opam             | 36 +++++++++
 packages/conf-perl/conf-perl.3/opam                | 91 ++++++++++++++++++++++
 3 files changed, 166 insertions(+)
 create mode 100644 packages/conf-perl-ipc-system-simple/conf-perl-ipc-system-simple.4/opam
 create mode 100644 packages/conf-perl-string-shellquote/conf-perl-string-shellquote.4/opam
 create mode 100644 packages/conf-perl/conf-perl.3/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706' locally
docker.io/ocaml/opam@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706: Pulling from ocaml/opam
dfa58f4d72cf: Pulling fs layer
f94eeb7e12be: Pulling fs layer
c642bd9ccfbf: Pulling fs layer
dc1006758a12: Pulling fs layer
deda37aecea5: Pulling fs layer
ed772b3456a3: Pulling fs layer
6f443926bec9: Pulling fs layer
b8b368fa1887: Pulling fs layer
a5ec3b357eea: Pulling fs layer
9cfecfc87439: Pulling fs layer
a62cc9da4d44: Pulling fs layer
9501d81e93d6: Pulling fs layer
8fd4dd2f047b: Pulling fs layer
dc1006758a12: Waiting
f58ae6911ceb: Pulling fs layer
ed772b3456a3: Waiting
6f443926bec9: Waiting
b8b368fa1887: Waiting
9cf14ae3463c: Pulling fs layer
a5ec3b357eea: Waiting
07a6850acfd3: Pulling fs layer
57c9d76921fb: Pulling fs layer
9cfecfc87439: Waiting
f2aab684bf47: Pulling fs layer
a62cc9da4d44: Waiting
4f4fb700ef54: Pulling fs layer
57c9d76921fb: Waiting
07a6850acfd3: Waiting
deda37aecea5: Waiting
9501d81e93d6: Waiting
8fd4dd2f047b: Waiting
f58ae6911ceb: Waiting
9cf14ae3463c: Waiting
f2aab684bf47: Waiting
4f4fb700ef54: Waiting
e739222b0b16: Pulling fs layer
ad5af65cbe3b: Pulling fs layer
c09bc9f04c30: Pulling fs layer
97a41c2d1686: Pulling fs layer
c09bc9f04c30: Waiting
ad5af65cbe3b: Waiting
e739222b0b16: Waiting
d68abda7c623: Pulling fs layer
97a41c2d1686: Waiting
b4caa53f33db: Pulling fs layer
d68abda7c623: Waiting
226e2ff8bdf4: Pulling fs layer
b4caa53f33db: Waiting
1e86189b37aa: Pulling fs layer
226e2ff8bdf4: Waiting
01c838a862af: Pulling fs layer
1e86189b37aa: Waiting
733441a7aaf0: Pulling fs layer
bf14ba7ee05b: Pulling fs layer
a80a648568cf: Pulling fs layer
e62408b178ab: Pulling fs layer
c6d346a5237d: Pulling fs layer
bf14ba7ee05b: Waiting
a80a648568cf: Waiting
e62408b178ab: Waiting
a952911c0297: Pulling fs layer
c6d346a5237d: Waiting
e52f058df488: Pulling fs layer
01c838a862af: Waiting
a952911c0297: Waiting
cdd17d1708eb: Pulling fs layer
733441a7aaf0: Waiting
e52f058df488: Waiting
e824dc516a37: Pulling fs layer
cdd17d1708eb: Waiting
9ba77699f64e: Pulling fs layer
a54f5adf4fbc: Pulling fs layer
e824dc516a37: Waiting
d11f40aa0972: Pulling fs layer
b66f1409b338: Pulling fs layer
9ba77699f64e: Waiting
a54f5adf4fbc: Waiting
d11f40aa0972: Waiting
d48092bf0716: Pulling fs layer
b66f1409b338: Waiting
d48092bf0716: Waiting
f94eeb7e12be: Download complete
dfa58f4d72cf: Verifying Checksum
dfa58f4d72cf: Download complete
c642bd9ccfbf: Verifying Checksum
c642bd9ccfbf: Download complete
deda37aecea5: Verifying Checksum
deda37aecea5: Download complete
6f443926bec9: Verifying Checksum
6f443926bec9: Download complete
ed772b3456a3: Download complete
b8b368fa1887: Download complete
dfa58f4d72cf: Pull complete
f94eeb7e12be: Pull complete
dc1006758a12: Verifying Checksum
dc1006758a12: Download complete
9cfecfc87439: Verifying Checksum
9cfecfc87439: Download complete
a5ec3b357eea: Verifying Checksum
a5ec3b357eea: Download complete
a62cc9da4d44: Verifying Checksum
a62cc9da4d44: Download complete
9501d81e93d6: Verifying Checksum
9501d81e93d6: Download complete
8fd4dd2f047b: Verifying Checksum
8fd4dd2f047b: Download complete
f58ae6911ceb: Verifying Checksum
f58ae6911ceb: Download complete
c642bd9ccfbf: Pull complete
9cf14ae3463c: Download complete
07a6850acfd3: Verifying Checksum
07a6850acfd3: Download complete
57c9d76921fb: Download complete
f2aab684bf47: Verifying Checksum
f2aab684bf47: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
e739222b0b16: Verifying Checksum
e739222b0b16: Download complete
ad5af65cbe3b: Download complete
c09bc9f04c30: Verifying Checksum
c09bc9f04c30: Download complete
97a41c2d1686: Verifying Checksum
97a41c2d1686: Download complete
d68abda7c623: Verifying Checksum
d68abda7c623: Download complete
b4caa53f33db: Download complete
226e2ff8bdf4: Verifying Checksum
226e2ff8bdf4: Download complete
1e86189b37aa: Verifying Checksum
1e86189b37aa: Download complete
01c838a862af: Verifying Checksum
01c838a862af: Download complete
733441a7aaf0: Download complete
bf14ba7ee05b: Verifying Checksum
bf14ba7ee05b: Download complete
a80a648568cf: Verifying Checksum
a80a648568cf: Download complete
c6d346a5237d: Verifying Checksum
c6d346a5237d: Download complete
e52f058df488: Verifying Checksum
e52f058df488: Download complete
cdd17d1708eb: Verifying Checksum
cdd17d1708eb: Download complete
e824dc516a37: Download complete
e62408b178ab: Verifying Checksum
e62408b178ab: Download complete
a54f5adf4fbc: Verifying Checksum
a54f5adf4fbc: Download complete
a952911c0297: Verifying Checksum
a952911c0297: Download complete
9ba77699f64e: Verifying Checksum
9ba77699f64e: Download complete
dc1006758a12: Pull complete
deda37aecea5: Pull complete
ed772b3456a3: Pull complete
6f443926bec9: Pull complete
b8b368fa1887: Pull complete
a5ec3b357eea: Pull complete
9cfecfc87439: Pull complete
b66f1409b338: Download complete
d11f40aa0972: Verifying Checksum
d11f40aa0972: Download complete
d48092bf0716: Verifying Checksum
d48092bf0716: Download complete
a62cc9da4d44: Pull complete
9501d81e93d6: Pull complete
8fd4dd2f047b: Pull complete
f58ae6911ceb: Pull complete
9cf14ae3463c: Pull complete
07a6850acfd3: Pull complete
57c9d76921fb: Pull complete
f2aab684bf47: Pull complete
4f4fb700ef54: Pull complete
e739222b0b16: Pull complete
ad5af65cbe3b: Pull complete
c09bc9f04c30: Pull complete
97a41c2d1686: Pull complete
d68abda7c623: Pull complete
b4caa53f33db: Pull complete
226e2ff8bdf4: Pull complete
1e86189b37aa: Pull complete
01c838a862af: Pull complete
733441a7aaf0: Pull complete
bf14ba7ee05b: Pull complete
a80a648568cf: Pull complete
e62408b178ab: Pull complete
c6d346a5237d: Pull complete
a952911c0297: Pull complete
e52f058df488: Pull complete
cdd17d1708eb: Pull complete
e824dc516a37: Pull complete
9ba77699f64e: Pull complete
a54f5adf4fbc: Pull complete
d11f40aa0972: Pull complete
b66f1409b338: Pull complete
d48092bf0716: Pull complete
Digest: sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706
Status: Downloaded newer image for ocaml/opam@sha256:cc03af57c03e9b4fcdb146597064ab60dbfb9e96cb40803ca31db301b4a53706
2026-04-04 05:23.35 ---> using "2dcb0fb04f6496b7a74c7c61d1c6a6783a54c3f706652f25afdea32e15a39187" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-04 05:23.35 ---> using "88acd4a8f8d519060253726dbdec5299fd7f389233a8e09f08e39124def4defb" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-04 05:23.35 ---> using "007780303629224b73c6a6640527b2187aeaefa842ee4224aa7d854e89b87084" 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.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260326
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, 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.3
2026-04-04 05:23.35 ---> using "4501b4f04a57c122b92ac7dc09d4a4e16ae30f720a86e921d27e1045a5a2ecd4" 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/"))
2026-04-04 05:23.35 ---> using "66527227a3bfc697aba41296e9f69cd86ed7eb37d0176fd10ea4d6d96ef67ccd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-04 05:23.43 ---> saved as "24db5a1a197edf0c1ed4c9a70966a30109f23a23b047aa47124813240a909608"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-04 05:24.01 ---> saved as "89a3201f93270f9167d4ebe545afc230fc93b81fd89dfe3ad3ae9bc5759e5fa7"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- ...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- ...
- ......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- .
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .......
- ..........
- .........
- ...........
- ........done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-04 05:24.20 ---> saved as "600aa0de8c3d11d7847ed7d52df00104e1757d6b07c7eb5ca3177a892770e254"

/home/opam: (run (shell "opam pin add -k version -yn conf-perl-string-shellquote.4 4"))
conf-perl-string-shellquote is now pinned to version 4
2026-04-04 05:24.21 ---> saved as "9adf4903c8f5f394b8af15301f3e88fc1395f8c26da9aca9e7872f5f0b53ad19"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-perl-string-shellquote.4;\
                        \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 \"\\\"opensuse-tumbleweed\\\"\"; 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-perl-string-shellquote.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-perl-string-shellquote.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-perl                   3          [required by conf-perl-string-shellquote]
  - install conf-perl-string-shellquote 4 (pinned)

The following system packages will first need to be installed:
    perl-String-ShellQuote

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "perl-String-ShellQuote"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following NEW package is going to be installed:
-   perl-String-ShellQuote
- 
- 1 new package to install.
- 
- Package download size:    17.7 KiB
- 
- Package install size change:
-               |      15.2 KiB  required by packages that will be installed
-     15.2 KiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: perl-String-ShellQuote-1.04-6.30.noarch.rpm [done]
- .done]
- Retrieving: perl-String-ShellQuote-1.04-6.30.noarch (openSUSE-Tumbleweed-Oss) (1/1),  17.7 KiB    
- 
- Checking for file conflicts: [..done]
- (1/1) Installing: perl-String-ShellQuote-1.04-6.30.noarch [..done]
- Running post-transaction scripts [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-perl.3
-> installed conf-perl-string-shellquote.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-04 05:24.25 ---> saved as "1099dc3aa7492b162b0efd7c59e4ded338dbb6139ebc24a7b5a9011c576a4181"
Job succeeded
2026-04-04 05:27.01: Job succeeded