(not at the head of any monitored branch or PR)
2025-05-30 12:58.36: New job: build gendarme.0.2.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27964/head (5c9a2728e7d2b266922147072939cfcd1b8ac827)
                              on debian-testing-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/27964/head" && git reset --hard 5c9a2728
git fetch origin master
git merge --no-edit edaf2946e3454afde810eb17e5013eb7b2d138e3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-5.3@sha256:79684a2f28a2fbfa1cae8d79df0028cab53560026768b6116d3215c53aef9074
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 gendarme.0.2.0 0.2.0
RUN opam reinstall gendarme.0.2.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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'gendarme.0.2.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-05-30 12:58.36: Using cache hint "ocaml/opam:debian-testing-ocaml-5.3@sha256:79684a2f28a2fbfa1cae8d79df0028cab53560026768b6116d3215c53aef9074-gendarme.0.2.0-5c9a2728e7d2b266922147072939cfcd1b8ac827"
2025-05-30 12:58.36: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.3@sha256:79684a2f28a2fbfa1cae8d79df0028cab53560026768b6116d3215c53aef9074)
 (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 gendarme.0.2.0 0.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall gendarme.0.2.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-testing\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'gendarme.0.2.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-05-30 12:58.36: Waiting for resource in pool OCluster
2025-05-30 13:55.54: Waiting for worker…
2025-05-30 13:57.08: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  99% (23059/23169)
Updating files: 100% (23169/23169)
Updating files: 100% (23169/23169), done.
HEAD is now at edaf2946e3 Merge pull request #27961 from hannesm/fix-dns-cli
Updating edaf2946e3..5c9a2728e7
Fast-forward
 packages/gendarme-json/gendarme-json.0.2.0/opam    | 37 +++++++++++++++++++
 packages/gendarme-yaml/gendarme-yaml.0.2.0/opam    | 37 +++++++++++++++++++
 packages/gendarme/gendarme.0.2.0/opam              | 36 +++++++++++++++++++
 packages/ppx_marshal/ppx_marshal.0.2.0/opam        | 42 ++++++++++++++++++++++
 .../ppx_marshal_ext/ppx_marshal_ext.0.2.0/opam     | 39 ++++++++++++++++++++
 5 files changed, 191 insertions(+)
 create mode 100644 packages/gendarme-json/gendarme-json.0.2.0/opam
 create mode 100644 packages/gendarme-yaml/gendarme-yaml.0.2.0/opam
 create mode 100644 packages/gendarme/gendarme.0.2.0/opam
 create mode 100644 packages/ppx_marshal/ppx_marshal.0.2.0/opam
 create mode 100644 packages/ppx_marshal_ext/ppx_marshal_ext.0.2.0/opam

(from ocaml/opam:debian-testing-ocaml-5.3@sha256:79684a2f28a2fbfa1cae8d79df0028cab53560026768b6116d3215c53aef9074)
2025-05-30 13:58.56 ---> saved as "e2207c39127f0a9e42d2df5888b44ac867bcb04cb0c45fa2f4896c89a5ed4271"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-30 13:58.56 ---> saved as "fa19e396cd06984c74274639e0107c832f42af94a74797fd31f10d0c0aac6267"

/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-05-30 13:59.34 ---> saved as "d582bb66d0c1acf2951418d922ea7cdc1f3131930cd17c3bfce7e34e4949e79e"

/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=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       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-05-30 13:59.40 ---> saved as "f63bee84fc8489b5d73d66160be3cc702ca542ff051c9bdd1fc094185a67058b"

/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-05-30 14:00.03 ---> saved as "988d53f121da4490286f8a29eb485c29df6764b0e6bbf31734d595300ca51b95"

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-30 14:01.02 ---> saved as "bafb3bfcbcc4b86f9e52adac0b0ddeb7d7cae8e3eb694a47cd7752435dc3a74c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-30 14:01.25 ---> saved as "7fa9ff1f38f8307588b2372fd43797683bc61f6950f43cf5867ba06c3bc3d6b5"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [178 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-25-1404.09.pdiff [33 B]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-25-2006.15.pdiff [2381 B]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-26-0208.45.pdiff [4299 B]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-26-1404.29.pdiff [950 B]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-26-2004.08.pdiff [832 B]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-27-0204.11.pdiff [56.5 kB]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-27-1422.37.pdiff [55.6 kB]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-28-0204.07.pdiff [10.2 kB]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-28-0857.12.pdiff [6129 B]
- Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-28-2007.42.pdiff [699 B]
- Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-29-0204.34.pdiff [5818 B]
- Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-29-1404.44.pdiff [687 B]
- Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-29-2016.03.pdiff [4314 B]
- Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-30-0208.01.pdiff [22.5 kB]
- Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2025-05-30-0208.01.pdiff [22.5 kB]
- Fetched 475 kB in 1s (511 kB/s)
- Reading package lists...
- 
2025-05-30 14:01.27 ---> saved as "1a02aeb636c63761c98a6afc91c251b1bc6238959161704af6fbeb92b0ac08de"

/home/opam: (run (shell "opam pin add -k version -yn gendarme.0.2.0 0.2.0"))
gendarme is now pinned to version 0.2.0
2025-05-30 14:01.28 ---> saved as "f3a1b9b8d8b3ed37d702f5c7ba9dd23c7f48619b782865d9c12ea0f222aee8a7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall gendarme.0.2.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-testing\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'gendarme.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
gendarme.0.2.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune     3.19.0         [required by gendarme]
  - install gendarme 0.2.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.19.0  (cached)
-> retrieved gendarme.0.2.0  (cached)
-> installed dune.3.19.0
-> installed gendarme.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-30 14:01.54 ---> saved as "f16a6f42e21ca3588a455a0d924dd67dda828468c3796d4bda493122a1c2c1e6"
Job succeeded
2025-05-30 14:02.02: Job succeeded