Skip to content
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

ci: FREE CARGO-AUDIT! #495

Closed
wants to merge 3 commits into from
Closed

ci: FREE CARGO-AUDIT! #495

wants to merge 3 commits into from

Conversation

storopoli
Copy link
Member

@storopoli storopoli commented Nov 29, 2024

Description

Now that rustsec/rustsec#1249 is closed, we are free to unpin cargo-audit.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/Enhancement (non-breaking change which adds functionality or enhances an existing one)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor
  • New or updated tests
  • Update Dependencies

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • My changes do not introduce new warnings.
  • I have added tests that prove my changes are effective or that my feature works.
  • New and existing tests pass with my changes.

Related Issues

STR-601

Signed-off-by: Jose Storopoli <[email protected]>
@storopoli storopoli requested a review from a team as a code owner November 29, 2024 08:21
@storopoli
Copy link
Member Author

I think we're hitting rustsec/audit-check#29 in CI failures

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.40%. Comparing base (0ea3c38) to head (710ced1).
Report is 16 commits behind head on main.

@@            Coverage Diff             @@
##             main     #495      +/-   ##
==========================================
+ Coverage   56.45%   58.40%   +1.95%     
==========================================
  Files         273      277       +4     
  Lines       29079    29287     +208     
==========================================
+ Hits        16416    17105     +689     
+ Misses      12663    12182     -481     

see 70 files with indirect coverage changes

@Rajil1213
Copy link
Contributor

I think we're hitting rustsec/audit-check#29 in CI failures

I think @prajwolrg has seen this issue before. I don't remember how we fixed it though. Re-running the CI job just to rule out any transient issues.

delbonis
delbonis previously approved these changes Nov 29, 2024
@prajwolrg
Copy link
Contributor

I think we're hitting rustsec/audit-check#29 in CI failures

I think @prajwolrg has seen this issue before. I don't remember how we fixed it though. Re-running the CI job just to rule out any transient issues.

There was similar issue earlier. AFAIK we fixed it by locking to earlier version. @sapinb did most of the work here.

Comment on lines +27 to 30
# HACK: not denying warnings as we depend on `yaml-rust` via `format-serde-error`
# which is unmaintained
- name: Check for audit warnings
run: cargo audit -D warnings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We say we're not denying warnings but then we do -D warnings?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@storopoli
Copy link
Member Author

Closing this... tried to run CI again and it's broken

@storopoli storopoli closed this Dec 2, 2024
@storopoli storopoli deleted the STR-601 branch December 2, 2024 13:06
@storopoli
Copy link
Member Author

Blocked by rustsec/audit-check#29

@storopoli storopoli restored the STR-601 branch December 4, 2024 17:38
@storopoli storopoli reopened this Dec 4, 2024
Signed-off-by: Jose Storopoli <[email protected]>
@storopoli
Copy link
Member Author

Ok still broken!

@storopoli storopoli marked this pull request as draft December 4, 2024 17:43
@storopoli
Copy link
Member Author

I'm closing this since rebasing Cargo.lock is a PITA.

@storopoli storopoli closed this Dec 4, 2024
@storopoli storopoli deleted the STR-601 branch December 4, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants