(not at the head of any monitored branch or PR)
2025-11-22 12:50.33: New job: build mazeppa.0.7.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28949/head (82718aa4d0314edf474f766eab06cd08356de60a)
                              on debian-13-ocaml-4.13/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/28949/head" && git reset --hard 82718aa4
git fetch origin master
git merge --no-edit ee3428377a13c3c9716b6f791c33441cfb542498
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.13@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea
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 mazeppa.0.7.0 0.7.0
RUN opam reinstall mazeppa.0.7.0; \
    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" != 'mazeppa.0.7.0' && 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-11-22 12:50.33: Using cache hint "ocaml/opam:debian-13-ocaml-4.13@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea-mazeppa.0.7.0-82718aa4d0314edf474f766eab06cd08356de60a"
2025-11-22 12:50.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea)
 (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 mazeppa.0.7.0 0.7.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall mazeppa.0.7.0;\
             \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\" != 'mazeppa.0.7.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-22 12:50.33: Waiting for resource in pool OCluster
2025-11-22 12:50.34: Waiting for worker…
2025-11-22 12:50.34: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at b7d3bcefe3 Package mazeppa.0.6.3
HEAD is now at ee3428377a Merge pull request #28925 from edwintorok/rocky
Updating ee3428377a..82718aa4d0
Fast-forward
 packages/mazeppa/mazeppa.0.7.0/opam | 48 +++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 packages/mazeppa/mazeppa.0.7.0/opam

(from ocaml/opam:debian-13-ocaml-4.13@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea' locally
docker.io/ocaml/opam@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea: Pulling from ocaml/opam
13cc39f8244a: Pulling fs layer
9d7c1cac6af4: Pulling fs layer
979e6521bf84: Pulling fs layer
b129e961d700: Pulling fs layer
9288fc69cd29: Pulling fs layer
b232c90b1855: Pulling fs layer
658a78f60f44: Pulling fs layer
b3e6010fbc4c: Pulling fs layer
e75ac7b73fdb: Pulling fs layer
b129e961d700: Waiting
f1dbfc01d8b6: Pulling fs layer
42e8958c94a5: Pulling fs layer
1c77fd15fa4b: Pulling fs layer
f8ae0ec2765e: Pulling fs layer
87b5808a8709: Pulling fs layer
9288fc69cd29: Waiting
658a78f60f44: Waiting
6551add7b2f4: Pulling fs layer
b232c90b1855: Waiting
a050a941214a: Pulling fs layer
da6cadefa7ea: Pulling fs layer
b3e6010fbc4c: Waiting
0a3e89137cf8: Pulling fs layer
e75ac7b73fdb: Waiting
cc34154fc322: Pulling fs layer
42e8958c94a5: Waiting
eb7661180f3a: Pulling fs layer
faad806bf7c5: Pulling fs layer
4f4fb700ef54: Pulling fs layer
6551add7b2f4: Waiting
f1dbfc01d8b6: Waiting
fe5692607199: Pulling fs layer
f8ae0ec2765e: Waiting
caa548e7f855: Pulling fs layer
87b5808a8709: Waiting
da6cadefa7ea: Waiting
faad806bf7c5: Waiting
4f4fb700ef54: Waiting
8ad66e641b14: Pulling fs layer
fe5692607199: Waiting
eb7661180f3a: Waiting
b9d5d27dc0b6: Pulling fs layer
0a3e89137cf8: Waiting
cc34154fc322: Waiting
788961b65661: Pulling fs layer
caa548e7f855: Waiting
b9d5d27dc0b6: Waiting
8ad66e641b14: Waiting
9ed95272e11f: Pulling fs layer
82c1497059a3: Pulling fs layer
8abbeded2fb9: Pulling fs layer
788961b65661: Waiting
1276181ef5dc: Pulling fs layer
9ed95272e11f: Waiting
0bd63c9342a5: Pulling fs layer
82c1497059a3: Waiting
8abbeded2fb9: Waiting
1276181ef5dc: Waiting
0294cf425d8c: Pulling fs layer
def43d8fc04c: Pulling fs layer
0bd63c9342a5: Waiting
c87ed18f9ca6: Pulling fs layer
def43d8fc04c: Waiting
056f995b50a2: Pulling fs layer
c87ed18f9ca6: Waiting
c9f03af6c585: Pulling fs layer
a050a941214a: Waiting
4e0df0b17574: Pulling fs layer
056f995b50a2: Waiting
c9f03af6c585: Waiting
1fcd55c53252: Pulling fs layer
4e0df0b17574: Waiting
9fe15f147c9c: Pulling fs layer
0294cf425d8c: Waiting
1fcd55c53252: Waiting
03b631674b50: Pulling fs layer
9fe15f147c9c: Waiting
f192ca5b05f1: Pulling fs layer
03b631674b50: Waiting
26f3cd7a9c0f: Pulling fs layer
fca0f3b36064: Pulling fs layer
f192ca5b05f1: Waiting
26f3cd7a9c0f: Waiting
979e6521bf84: Download complete
9d7c1cac6af4: Verifying Checksum
9d7c1cac6af4: Download complete
b129e961d700: Verifying Checksum
b129e961d700: Download complete
9288fc69cd29: Download complete
13cc39f8244a: Verifying Checksum
13cc39f8244a: Download complete
b232c90b1855: Verifying Checksum
b232c90b1855: Download complete
658a78f60f44: Verifying Checksum
658a78f60f44: Download complete
e75ac7b73fdb: Verifying Checksum
e75ac7b73fdb: Download complete
42e8958c94a5: Verifying Checksum
42e8958c94a5: Download complete
b3e6010fbc4c: Verifying Checksum
b3e6010fbc4c: Download complete
f1dbfc01d8b6: Verifying Checksum
f1dbfc01d8b6: Download complete
1c77fd15fa4b: Verifying Checksum
1c77fd15fa4b: Download complete
87b5808a8709: Verifying Checksum
87b5808a8709: Download complete
f8ae0ec2765e: Verifying Checksum
f8ae0ec2765e: Download complete
6551add7b2f4: Download complete
a050a941214a: Verifying Checksum
a050a941214a: Download complete
da6cadefa7ea: Verifying Checksum
da6cadefa7ea: Download complete
0a3e89137cf8: Verifying Checksum
0a3e89137cf8: Download complete
cc34154fc322: Verifying Checksum
cc34154fc322: Download complete
eb7661180f3a: Verifying Checksum
eb7661180f3a: Download complete
faad806bf7c5: Download complete
4f4fb700ef54: Download complete
fe5692607199: Download complete
caa548e7f855: Download complete
8ad66e641b14: Download complete
b9d5d27dc0b6: Download complete
788961b65661: Verifying Checksum
788961b65661: Download complete
9ed95272e11f: Download complete
82c1497059a3: Verifying Checksum
82c1497059a3: Download complete
8abbeded2fb9: Download complete
1276181ef5dc: Verifying Checksum
1276181ef5dc: Download complete
0bd63c9342a5: Download complete
0294cf425d8c: Download complete
def43d8fc04c: Verifying Checksum
def43d8fc04c: Download complete
056f995b50a2: Download complete
13cc39f8244a: Pull complete
9d7c1cac6af4: Pull complete
979e6521bf84: Pull complete
4e0df0b17574: Verifying Checksum
4e0df0b17574: Download complete
1fcd55c53252: Verifying Checksum
1fcd55c53252: Download complete
b129e961d700: Pull complete
9288fc69cd29: Pull complete
9fe15f147c9c: Verifying Checksum
9fe15f147c9c: Download complete
c9f03af6c585: Verifying Checksum
c9f03af6c585: Download complete
f192ca5b05f1: Verifying Checksum
f192ca5b05f1: Download complete
26f3cd7a9c0f: Verifying Checksum
26f3cd7a9c0f: Download complete
fca0f3b36064: Download complete
03b631674b50: Verifying Checksum
03b631674b50: Download complete
c87ed18f9ca6: Verifying Checksum
c87ed18f9ca6: Download complete
b232c90b1855: Pull complete
658a78f60f44: Pull complete
b3e6010fbc4c: Pull complete
e75ac7b73fdb: Pull complete
f1dbfc01d8b6: Pull complete
42e8958c94a5: Pull complete
1c77fd15fa4b: Pull complete
f8ae0ec2765e: Pull complete
87b5808a8709: Pull complete
6551add7b2f4: Pull complete
a050a941214a: Pull complete
da6cadefa7ea: Pull complete
0a3e89137cf8: Pull complete
cc34154fc322: Pull complete
eb7661180f3a: Pull complete
faad806bf7c5: Pull complete
4f4fb700ef54: Pull complete
fe5692607199: Pull complete
caa548e7f855: Pull complete
8ad66e641b14: Pull complete
b9d5d27dc0b6: Pull complete
788961b65661: Pull complete
9ed95272e11f: Pull complete
82c1497059a3: Pull complete
8abbeded2fb9: Pull complete
1276181ef5dc: Pull complete
0bd63c9342a5: Pull complete
0294cf425d8c: Pull complete
def43d8fc04c: Pull complete
c87ed18f9ca6: Pull complete
056f995b50a2: Pull complete
c9f03af6c585: Pull complete
4e0df0b17574: Pull complete
1fcd55c53252: Pull complete
9fe15f147c9c: Pull complete
03b631674b50: Pull complete
f192ca5b05f1: Pull complete
26f3cd7a9c0f: Pull complete
fca0f3b36064: Pull complete
Digest: sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea
Status: Downloaded newer image for ocaml/opam@sha256:3c2b7b9034ba131b3d2e11c582ee7a6e29e1bd385b5fa28a29767afcbe810dea
2025-11-22 12:53.11 ---> saved as "39c04f0fb66a198e78bf58b5ccfabb6d646f752c452cce2d6ebb59584583068c"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-22 12:53.11 ---> saved as "7c45a4152beef5ad8b1087c5bd04bf574e0a920399810be3f84cfb301b63b5b2"

/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
2025-11-22 12:53.34 ---> saved as "a60550865e3d51992a0d5e8c8531c5a4cb957953d8d80f82d1965f91ddc318a6"

/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~beta1
# 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.13
# invariant            ["ocaml-base-compiler" {= "4.13.1"}]
# compiler-packages    ocaml-base-compiler.4.13.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.13/lib/ocaml/stublibs:/home/opam/.opam/4.13/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.13.1
2025-11-22 12:53.34 ---> saved as "73ff87562d3a319a7628d28dd5d0561bd7e8de8921f6f799484f699e5b4a242a"

/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-11-22 12:53.46 ---> saved as "d141111e01c1926be9d79d833c830b2b8ee77d1699d500f954aa8c10b706eb91"

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-22 12:53.55 ---> saved as "c41df2f49fe37165776f68b75f7eaffb7309510cac287a066ac0cb6054caee80"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-22 12:54.13 ---> saved as "66c776aadcc4023515c70a10635d7c0eb309b146272ef5c1f735a26cfdd26757"

/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 [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]
- Fetched 9973 kB in 1s (10.2 MB/s)
- Reading package lists...
2025-11-22 12:54.15 ---> saved as "f19f5dae08cbfffa17809abb9c611e7dc1ff26c17dc48a6482a58ea59d8ebe74"

/home/opam: (run (shell "opam pin add -k version -yn mazeppa.0.7.0 0.7.0"))
mazeppa is now pinned to version 0.7.0
2025-11-22 12:54.16 ---> saved as "88229eb0096ea678a31e6c19924f1f5b929f8c348f9c711f6409eb6ef19e6643"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall mazeppa.0.7.0;\
                        \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\" != 'mazeppa.0.7.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
mazeppa.0.7.0 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - mazeppa >= 0.7.0 -> spectrum >= 0.6.0 -> pcre >= 7.5 -> conf-libpcre
    depends on the unavailable system package 'libpcre3-dev'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall mazeppa.0.7.0;
        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" != 'mazeppa.0.7.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-11-22 12:54.28: Job failed: Failed: Build failed
2025-11-22 12:54.28: Log analysis:
2025-11-22 12:54.28: >>> 
No solution found, exiting
 (score = 100)
2025-11-22 12:54.28: [SKIP] Package not available