Build:
  1. 0
2026-03-29 11:17.04: New job: build conf-perl-string-shellquote.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29613/head (3fa6ede7e7fccd8cd2f92936d87856d154302a51)
                              on debian-13-ocaml-4.14-nnp/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 3fa6ede7
git fetch origin master
git merge --no-edit 0cc61fc5fe1a2fdbc1fdd94c11a4eb8e12dfe1a3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5
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 "\"debian-13\""; 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-03-29 11:17.04: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5-conf-perl-string-shellquote.4-3fa6ede7e7fccd8cd2f92936d87856d154302a51"
2026-03-29 11:17.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5)
 (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 \"\\\"debian-13\\\"\"; 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-03-29 11:17.04: Waiting for resource in pool OCluster
2026-03-29 11:17.05: Waiting for worker…
2026-03-29 11:17.07: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0cc61fc5fe Merge pull request #29595 from mtzguido/fstar.2026.03.24
Updating 0cc61fc5fe..3fa6ede7e7
Fast-forward
 .../conf-perl-ipc-system-simple.4/opam             | 35 ++++++++++++++++++++++
 .../conf-perl-string-shellquote.4/opam             | 32 ++++++++++++++++++++
 2 files changed, 67 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

(from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5' locally
docker.io/ocaml/opam@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5: Pulling from ocaml/opam
866771c43bf5: Pulling fs layer
1e49bea09367: Pulling fs layer
e793768537e6: Pulling fs layer
ed323d3d481a: Pulling fs layer
866771c43bf5: Waiting
7df34a5cd5f1: Pulling fs layer
1e49bea09367: Waiting
fd712d3eb935: Pulling fs layer
e793768537e6: Waiting
ed323d3d481a: Waiting
4b9fb8c99118: Pulling fs layer
9d9a01948b94: Pulling fs layer
fd712d3eb935: Waiting
0f1514f90b32: Pulling fs layer
7df34a5cd5f1: Waiting
e1ec5a753447: Pulling fs layer
4b9fb8c99118: Waiting
9d9a01948b94: Waiting
03cc323e2f71: Pulling fs layer
0f1514f90b32: Waiting
e1ec5a753447: Waiting
c09c08ea9749: Pulling fs layer
03cc323e2f71: Waiting
b36b619f8e6b: Pulling fs layer
195344ca5274: Pulling fs layer
c09c08ea9749: Waiting
228ee78582a6: Pulling fs layer
504bde1c25b3: Pulling fs layer
b36b619f8e6b: Waiting
9d8b1356c89f: Pulling fs layer
195344ca5274: Waiting
568fb6dda155: Pulling fs layer
504bde1c25b3: Waiting
9d8b1356c89f: Waiting
c499c9198aea: Pulling fs layer
228ee78582a6: Waiting
048e5e358118: Pulling fs layer
568fb6dda155: Waiting
c499c9198aea: Waiting
871ca48eb45d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
048e5e358118: Waiting
a5a2568b9df9: Pulling fs layer
871ca48eb45d: Waiting
068cf3106ac8: Pulling fs layer
4f4fb700ef54: Waiting
559f54ec9b29: Pulling fs layer
a5a2568b9df9: Waiting
798ffd96fde5: Pulling fs layer
e9a891bf80d7: Pulling fs layer
068cf3106ac8: Waiting
559f54ec9b29: Waiting
798ffd96fde5: Waiting
d720cfe12674: Pulling fs layer
e9a891bf80d7: Waiting
c81c932f4a91: Pulling fs layer
d720cfe12674: Waiting
79f24fa3bb11: Pulling fs layer
8c1debcd8c20: Pulling fs layer
1bb2cfea7250: Pulling fs layer
2b3d3ca75e4c: Pulling fs layer
557cacaf263c: Pulling fs layer
79f24fa3bb11: Waiting
8c1debcd8c20: Waiting
1bb2cfea7250: Waiting
c81c932f4a91: Waiting
d10483022eef: Pulling fs layer
2b3d3ca75e4c: Waiting
557cacaf263c: Waiting
7b62a90d8223: Pulling fs layer
28ce8ea66e72: Pulling fs layer
d10483022eef: Waiting
d975909ea717: Pulling fs layer
5c215c69c247: Pulling fs layer
e7c082452a54: Pulling fs layer
7b62a90d8223: Waiting
d975909ea717: Waiting
301187f4fd56: Pulling fs layer
5c215c69c247: Waiting
28ce8ea66e72: Waiting
e7c082452a54: Waiting
26db537b6046: Pulling fs layer
301187f4fd56: Waiting
2ccb1dcb8e9b: Pulling fs layer
26db537b6046: Waiting
42643fee8c4e: Pulling fs layer
2ccb1dcb8e9b: Waiting
42643fee8c4e: Waiting
866771c43bf5: Verifying Checksum
866771c43bf5: Download complete
1e49bea09367: Download complete
e793768537e6: Verifying Checksum
e793768537e6: Download complete
ed323d3d481a: Verifying Checksum
ed323d3d481a: Download complete
7df34a5cd5f1: Verifying Checksum
7df34a5cd5f1: Download complete
866771c43bf5: Pull complete
1e49bea09367: Pull complete
e793768537e6: Pull complete
ed323d3d481a: Pull complete
7df34a5cd5f1: Pull complete
fd712d3eb935: Verifying Checksum
fd712d3eb935: Download complete
4b9fb8c99118: Verifying Checksum
4b9fb8c99118: Download complete
9d9a01948b94: Verifying Checksum
9d9a01948b94: Download complete
0f1514f90b32: Verifying Checksum
0f1514f90b32: Download complete
03cc323e2f71: Verifying Checksum
03cc323e2f71: Download complete
e1ec5a753447: Verifying Checksum
e1ec5a753447: Download complete
c09c08ea9749: Verifying Checksum
c09c08ea9749: Download complete
b36b619f8e6b: Verifying Checksum
b36b619f8e6b: Download complete
228ee78582a6: Verifying Checksum
228ee78582a6: Download complete
504bde1c25b3: Verifying Checksum
504bde1c25b3: Download complete
9d8b1356c89f: Verifying Checksum
9d8b1356c89f: Download complete
195344ca5274: Verifying Checksum
195344ca5274: Download complete
568fb6dda155: Download complete
c499c9198aea: Verifying Checksum
c499c9198aea: Download complete
871ca48eb45d: Verifying Checksum
871ca48eb45d: Download complete
048e5e358118: Verifying Checksum
048e5e358118: Download complete
4f4fb700ef54: Download complete
fd712d3eb935: Pull complete
4b9fb8c99118: Pull complete
a5a2568b9df9: Download complete
9d9a01948b94: Pull complete
0f1514f90b32: Pull complete
798ffd96fde5: Verifying Checksum
798ffd96fde5: Download complete
559f54ec9b29: Download complete
068cf3106ac8: Verifying Checksum
068cf3106ac8: Download complete
e1ec5a753447: Pull complete
e9a891bf80d7: Verifying Checksum
e9a891bf80d7: Download complete
03cc323e2f71: Pull complete
d720cfe12674: Verifying Checksum
d720cfe12674: Download complete
c81c932f4a91: Verifying Checksum
c81c932f4a91: Download complete
c09c08ea9749: Pull complete
79f24fa3bb11: Download complete
8c1debcd8c20: Verifying Checksum
8c1debcd8c20: Download complete
1bb2cfea7250: Verifying Checksum
1bb2cfea7250: Download complete
b36b619f8e6b: Pull complete
557cacaf263c: Download complete
2b3d3ca75e4c: Verifying Checksum
2b3d3ca75e4c: Download complete
195344ca5274: Pull complete
7b62a90d8223: Download complete
228ee78582a6: Pull complete
504bde1c25b3: Pull complete
9d8b1356c89f: Pull complete
d975909ea717: Download complete
5c215c69c247: Download complete
568fb6dda155: Pull complete
c499c9198aea: Pull complete
048e5e358118: Pull complete
871ca48eb45d: Pull complete
4f4fb700ef54: Pull complete
a5a2568b9df9: Pull complete
068cf3106ac8: Pull complete
559f54ec9b29: Pull complete
798ffd96fde5: Pull complete
e9a891bf80d7: Pull complete
d720cfe12674: Pull complete
c81c932f4a91: Pull complete
79f24fa3bb11: Pull complete
8c1debcd8c20: Pull complete
1bb2cfea7250: Pull complete
2b3d3ca75e4c: Pull complete
557cacaf263c: Pull complete
d10483022eef: Verifying Checksum
d10483022eef: Download complete
28ce8ea66e72: Verifying Checksum
28ce8ea66e72: Download complete
26db537b6046: Download complete
42643fee8c4e: Verifying Checksum
42643fee8c4e: Download complete
2ccb1dcb8e9b: Download complete
301187f4fd56: Verifying Checksum
301187f4fd56: Download complete
d10483022eef: Pull complete
7b62a90d8223: Pull complete
28ce8ea66e72: Pull complete
d975909ea717: Pull complete
5c215c69c247: Pull complete
e7c082452a54: Pull complete
301187f4fd56: Pull complete
26db537b6046: Pull complete
2ccb1dcb8e9b: Pull complete
42643fee8c4e: Pull complete
Digest: sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5
Status: Downloaded newer image for ocaml/opam@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5
2026-03-29 11:26.01 ---> saved as "633a6be9cb06e94b7cb2f1f37c352a5466089da6af1739ae1540236cdefc88d1"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-29 11:26.01 ---> saved as "214abcfc49c6f86de9d22b5eb65ffc987553a67637f7f75047b8bf108509103c"

/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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-29 11:26.24 ---> saved as "b8fb7e6c9f66f7020a875ac576a144ff6ecf50eb05c412c1ab57f635ceaca374"

/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=debian os-version=13
# 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-options-only-nnp"]
# compiler-packages    ocaml-option-nnp.1, ocaml-options-only-nnp.1, ocaml-variants.4.14.2+options
# 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+options+nnp
2026-03-29 11:26.25 ---> saved as "d499a65f3088bba4d33a04e739c3c711c146300c0850f02bc76085f24ecc5403"

/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-03-29 11:26.42 ---> saved as "a6dd2f47a654c211355821581bcea4416df9207fe4bc5b757c94143af722f59f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-29 11:26.52 ---> saved as "6b2a2576b267e55ee00466529c246f13852f7c6979b117e9da066199496a608d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-29 11:27.12 ---> saved as "9fb341442429af11d7eb345fedd5853216b10b62ce7e9fdb2cff35501c05c3e6"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 1s (10.4 MB/s)
- Reading package lists...
2026-03-29 11:27.14 ---> saved as "f416bbf533a191ae3f85d675b30f978fc6156b71690e6ebefe39509e3f64b5a3"

/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-03-29 11:27.15 ---> saved as "150b080ed3dd354708232b43298e0c2adf7b7e2facc6f5b4df342af4260bf10d"

/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 \"\\\"debian-13\\\"\"; 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                   2          [required by conf-perl-string-shellquote]
  - install conf-perl-string-shellquote 4 (pinned)

The following system packages will first need to be installed:
    libstring-shellquote-perl

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libstring-shellquote-perl"
- Selecting previously unselected package libstring-shellquote-perl.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../libstring-shellquote-perl_1.04-3_all.deb ...
- Unpacking libstring-shellquote-perl (1.04-3) ...
- Setting up libstring-shellquote-perl (1.04-3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-perl.2
-> installed conf-perl-string-shellquote.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-29 11:27.20 ---> saved as "1aa4477f2a616ee2e9308fed01c3d4a644f6bf3aec9e2a25c9dd409214c5e889"
Job succeeded
2026-03-29 11:27.27: Job succeeded