-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: Dependency file was never scanned:...
errors
#145
Comments
Thanks for the report! I'm guessing this could be related to procedural macros. The next step should be to create a minimal example project using |
@S-Coyle GitHub returns
for the URL you posted. Does this warning still appear? I couldn't reproduce it locally on the latest commit of |
@qrilka Thanks for taking a look - seems those warnings are not present any more 🎉 (new scan link here). There's been minimal development in the linked crate I tested this on since I reported this issue last year, so I suspect the fix has come from the I assume it's ok to close this issue |
@qrilka I'm reopening as I've just tried in another of our repos and I'm seeing 4 of the same Update - tried in a selection of our other repos locally & seems the larger crates all fail with the warnings, while the simpler/smaller crates are usually fine. |
Just to keep it here if GitHub will delete the action run above:
#119 seems to be also valid in this case :) |
I'm getting this error with
|
Things have changed a bit over a year - However - Just sum summarum from current state here - two different errors right now -
Not getting any warnings on maidsafe/bls_signature_aggregator w/ current 0.11.2 or git version to replicate repro
Meanwhile for maidsafe/sn_messaging (I had to bump dbg that was using unavailable aes dep) gives error on base-x crate which comes via multibase dependency (real e.g. non-build/dev dep)
It might be something to do with this
Actions To Resolve
@mleonhard if you could - we could have the .DER issue separately "DER Data files Warning" if you want to raise or I can just comment progress here - thanks a lot 💜 |
I'm getting this error, and it's not related to DER files, exactly what does it mean (I've read the comments and am none the wiser)?
I have the reproduction at hand, since this is a small exercism.io project. |
I'd like to run cargo-geiger as a stage in our CI, for information only. I've tried it out locally & on CI on a couple of our crates and I seem to always see
WARNING: Dependency file was never scanned:...
warnings, which cause the CI step to exit with 1, i.e. fail.See example on CI here.
Tried running
cargo update
andcargo +nightly udeps
to help rule out there being an outdated or unused dep in there but no difference/no unused deps.Are you able to shed any light on why it's not scanning some dependency files?
The text was updated successfully, but these errors were encountered: