(not at the head of any monitored branch or PR)
2025-05-30 12:58.37: 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-12-ocaml-5.3/arm64

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-12-ocaml-5.3@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4
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-12\""; 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.37: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4-gendarme.0.2.0-5c9a2728e7d2b266922147072939cfcd1b8ac827"
2025-05-30 12:58.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4)
 (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-12\\\"\"; 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.37: Waiting for resource in pool OCluster
2025-05-30 12:58.38: Waiting for worker…
2025-05-30 12:58.38: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
Updating files:  75% (17430/23169)
Updating files:  76% (17609/23169)
Updating files:  77% (17841/23169)
Updating files:  78% (18072/23169)
Updating files:  79% (18304/23169)
Updating files:  80% (18536/23169)
Updating files:  81% (18767/23169)
Updating files:  82% (18999/23169)
Updating files:  83% (19231/23169)
Updating files:  84% (19462/23169)
Updating files:  85% (19694/23169)
Updating files:  86% (19926/23169)
Updating files:  87% (20158/23169)
Updating files:  88% (20389/23169)
Updating files:  89% (20621/23169)
Updating files:  90% (20853/23169)
Updating files:  91% (21084/23169)
Updating files:  92% (21316/23169)
Updating files:  93% (21548/23169)
Updating files:  94% (21779/23169)
Updating files:  95% (22011/23169)
Updating files:  96% (22243/23169)
Updating files:  97% (22474/23169)
Updating files:  98% (22706/23169)
Updating files:  99% (22938/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-12-ocaml-5.3@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4' locally
docker.io/ocaml/opam@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4: Pulling from ocaml/opam
4a15c63f81f8: Pulling fs layer
4a15c63f81f8: Verifying Checksum
4a15c63f81f8: Download complete
4a15c63f81f8: Pull complete
Digest: sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4
Status: Downloaded newer image for ocaml/opam@sha256:315cdd0fb2775ecce64b9c7cb179ca6f8dd0c6fc547828cfc315fd13ce8135a4
2025-05-30 12:59.01 ---> using "9101651251868cc2bee3df28c3149be9bf9b6edcb8be87ef2372fbdce98f0b18" from cache

/: (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 12:59.01 ---> using "46a731e3a6214bb4ab73cb86959d94e5ffde4cd50948e5e1eee05c3cec5c8234" 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 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 12:59.01 ---> using "1bad83761b64992c59044b8c56d72b7b51f2e5472a176bd1218d440e9fa34a68" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=arm64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 79
# 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 12:59.01 ---> using "4e007fd09dc8bb9a11d33d7bb386db12daed2bc35f635c82b680c4ca88c2a9a1" 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/"))
2025-05-30 12:59.01 ---> using "c13f3b302244f08693ce8699a21e187c97059f52f7f9621e042b1c4394c8cfbd" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-30 12:59.02 ---> using "b7be342fd06ba41027b8e24235662ecca122a8c5e4a4a3ee140430cccc7d7b52" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-30 12:59.13 ---> saved as "5c84d038b6faed2eac072cb5919dd499c316ff269e8d380285417c8acfe41755"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [261 kB]
- Fetched 364 kB in 0s (741 kB/s)
- Reading package lists...
- 
2025-05-30 12:59.16 ---> saved as "46ea159cbdd808c8ee387a8cd7373b0e837c85fdc7beaf09bc8f48c35328b810"

/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 12:59.17 ---> saved as "67c1c643b482c2d649fffd74f860388d6f6319ae3978aae6d7dac7630adb5367"

/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-12\\\"\"; 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  (https://github.com/bensmrs/gendarme/archive/refs/tags/0.2.tar.gz)
-> installed dune.3.19.0
-> installed gendarme.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-30 12:59.51 ---> saved as "172d3740b529bf5e1c6ffb7a1909c5d227f6f32cd6ee9000e3ce16205b945c2b"
Job succeeded
2025-05-30 12:59.59: Job succeeded