reverse_dependencies_autopkgtest: Doesn't understand @builddeps@ or @recommends@
Jul 08 12:36:04 poseidon python3[2056617]: [2025-07-08 12:36:04,372: WARNING/ForkPoolWorker-13] cannot parse package relationship "@builddeps@", returning it raw
Jul 08 12:36:04 poseidon python3[2056617]: [2025-07-08 12:36:04,375: WARNING/ForkPoolWorker-13] cannot parse package relationship "@recommends@", returning it raw
autopkgtest implements these special tokens, documented in https://salsa.debian.org/ci-team/autopkgtest/-/blob/master/doc/README.package-tests.rst, which end up in Testsuite-Triggers
. The reverse_dependencies_autopkgtest
workflow doesn't currently implement them. Implementing this will complicate its database query a fair bit, but for accuracy we probably need to do it anyway.