-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unexpected #33
Comments
It looks like debug logging is enabled and it's printing a large number of debug loglines, which is confusing |
Interesting, thanks for the quick response. Is it something you intend to fix? |
It seems like something in your workflow is triggering the debug output. Are you setting This project is in very much in maintenance mode and I'm maintainer of last resort. The main way things get fixed is by people opening PRs to fix them. Perhaps it's consuming both stdout and stderr here when it should only be consuming stdout? I don't know and I don't have time to look. |
Yes I am, at the top of the workflow I have this: env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
RUST_BACKTRACE: 1
RUST_LOG: debug That's very unfortunate if that's all it takes to break this action. |
Removing that line should fix the problem |
Okay but that's not an unusual configuration to have in a workflow, it's fine if you don't want to fix it but it's a bug. |
Again, I’m a maintainer of last resort. If you want it fixed, open a PR |
Just added this action here luftkode/plotinator3000#148 but it fails with:
Error: Unexpected token '2025-0"... is not valid JSON
I cannot see in the logs which version of
cargo-audit
runs which I think would be nice(!). But running it locally with the latest version0.21.0
gives this output:It runs fine but warns on an unmaintained dependency
The text was updated successfully, but these errors were encountered: