(not at the head of any monitored branch or PR)
2025-04-10 22:57.31: New job: Lint
2025-04-10 22:57.31: Checking out commit 18a30f15. To reproduce:
                       git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27742/head" && git reset --hard 18a30f15
2025-04-10 22:57.31: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/opam-repository.git-a0bc4b41ddb868605dc1500002c27cfa79faf4389fe53b6754817ea16b48d458/.git" 
                           "/tmp/git-checkout14b0a53a"
2025-04-10 22:57.32: Exec: "git" "-C" "/tmp/git-checkout14b0a53a" "submodule" 
                           "deinit" "--force" "--all"
2025-04-10 22:57.32: Exec: "git" "-C" "/tmp/git-checkout14b0a53a" "reset" 
                           "--hard" "-q" "18a30f1534ecda31357ccef7b9e06a5892ca86cf"
2025-04-10 22:57.36: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout14b0a53a" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2025-04-10 22:57.36: Exec: "git" "merge" "-q" "--" "4592800a5b7fe3cf52f4afb459b13d9138a079d4"

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 . core_unix.v0.17.0:new=false

2025-04-10 22:57.36: Exec: "opam-ci-check" "lint" "--opam-repository" 
                           "." "core_unix.v0.17.0:new=false"
Linting opam-repository at /tmp/git-checkout14b0a53a/. ...
Error in core_unix.v0.17.0: conf packages should always use the 'conf-' name prefix, the 'conf' flag, and the 'depext' field all together, but this package only has a non-empty 'depext' field
2025-04-10 22:57.47: Job failed: Error in core_unix.v0.17.0: conf packages should always use the 'conf-' name prefix, the 'conf' flag, and the 'depext' field all together, but this package only has a non-empty 'depext' field