(not at the head of any monitored branch or PR)
2025-11-19 19:31.56: New job: Lint
2025-11-19 19:31.56: Checking out commit adc5db15. To reproduce:
                       git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28902/head" && git reset --hard adc5db15
2025-11-19 19:31.56: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/opam-repository.git-a0bc4b41ddb868605dc1500002c27cfa79faf4389fe53b6754817ea16b48d458/.git" 
                           "/tmp/git-checkout5bb007"
2025-11-19 19:31.59: Exec: "git" "-C" "/tmp/git-checkout5bb007" "submodule" 
                           "deinit" "--force" "--all"
2025-11-19 19:31.59: Exec: "git" "-C" "/tmp/git-checkout5bb007" "reset" 
                           "--hard" "-q" "adc5db1552e3f9d4ca0762400bfebd1c1ac398e9"
2025-11-19 19:32.01: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout5bb007" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2025-11-19 19:32.02: Exec: "git" "merge" "-q" "--" "fec8c490c3a00e719b359dce180fbfff342471f7"

To reproduce locally, on the opam-repository PR branch, run: 

    opam pin opam-ci-check git+https://github.com/ocurrent/opam-repo-ci.git#live
    opam-ci-check lint --opam-repository . ocaml-protoc.4.0:new=false pbrt.4.0:new=false pbrt_services.4.0:new=false pbrt_yojson.4.0:new=false

2025-11-19 19:32.02: Exec: "opam-ci-check" "lint" "--opam-repository" 
                           "." "ocaml-protoc.4.0:new=false" "pbrt.4.0:new=false" 
                           "pbrt_services.4.0:new=false" "pbrt_yojson.4.0:new=false"
Linting opam-repository at /tmp/git-checkout5bb007/. ...
Warning in ocaml-protoc.4.0: Dubious use of 'dune subst'. 'dune subst' should always only be called with {dev} (i.e. ["dune" "subst"] {dev}) If your opam file has been autogenerated by dune, you need to upgrade your dune-project to at least (lang dune 2.7).
2025-11-19 19:32.21: Job failed: Warning in ocaml-protoc.4.0: Dubious use of 'dune subst'. 'dune subst' should always only be called with {dev} (i.e. ["dune" "subst"] {dev}) If your opam file has been autogenerated by dune, you need to upgrade your dune-project to at least (lang dune 2.7).