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

build(deps): Bump the firecracker group with 10 updates #4661

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the firecracker group with 10 updates:

Package From To
clap 4.5.7 4.5.8
serde_json 1.0.118 1.0.119
log 0.4.21 0.4.22
aws-lc-rs 1.7.3 1.8.0
aws-lc-fips-sys 0.12.9 0.12.10
aws-lc-sys 0.18.0 0.19.0
cc 1.0.100 1.0.104
clap_builder 4.5.7 4.5.8
clap_derive 4.5.5 4.5.8
either 1.12.0 1.13.0

Updates clap from 4.5.7 to 4.5.8

Release notes

Sourced from clap's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Changelog

Sourced from clap's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Commits

Updates serde_json from 1.0.118 to 1.0.119

Release notes

Sourced from serde_json's releases.

v1.0.119

Commits
  • b48b9a3 Release 1.0.119
  • 8878cd7 Make shift_insert available for inlining like other Map methods
  • 352b7ab Document the cfg required for Map::shift_insert to exist
  • c17e63f Merge pull request #1149 from joshka/master
  • 309ef6b Add Map::shift_insert()
  • a9e089a Merge pull request #1146 from haouvw/master
  • a83fe96 chore: remove repeat words
  • See full diff in compare view

Updates log from 0.4.21 to 0.4.22

Changelog

Sourced from log's changelog.

[0.4.22] - 2024-06-27

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.21...0.4.22

Commits
  • d5ba2cf Merge pull request #634 from rust-lang/cargo/0.4.22
  • d1a8306 prepare for 0.4.22 release
  • 46894ef Merge pull request #633 from rust-lang/feat/panic-info
  • e0d389c Merge pull request #632 from rust-lang/feat/loosen-atomics
  • c9e5e13 use Location::caller() for file and line info
  • 507b672 loosen orderings for logger initialization
  • c879b01 Merge pull request #628 from Thomasdezeeuw/fix-warnings
  • 405fdb4 Merge pull request #627 from Thomasdezeeuw/check-features
  • 1307ade Remove unneeded import
  • 710560e Don't use --all-features in CI
  • Additional commits viewable in compare view

Updates aws-lc-rs from 1.7.3 to 1.8.0

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.8.0

What's Changed

Merged PRs

Full Changelog: aws/aws-lc-rs@v1.7.3...v1.8.0

Commits

Updates aws-lc-fips-sys from 0.12.9 to 0.12.10

Commits

Updates aws-lc-sys from 0.18.0 to 0.19.0

Commits

Updates cc from 1.0.100 to 1.0.104

Release notes

Sourced from cc's releases.

cc-v1.0.104

Other

  • Fixed link break about compile-time-requirements (#1118)

cc-v1.0.103

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

cc-v1.0.102

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

cc-v1.0.101

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)
Changelog

Sourced from cc's changelog.

1.0.104 - 2024-07-01

Other

  • Fixed link break about compile-time-requirements (#1118)

1.0.103 - 2024-06-30

Other

  • Fix compilation for wasm: env WASI_SYSROOT should be optional (#1114)

1.0.102 - 2024-06-29

Other

  • Fix invalid wasi targets compatibility (#1105)
  • Speedup regenerate-target-info and regenerate-windows-sys (#1110)

1.0.101 - 2024-06-25

Other

  • Use Build::getenv instead of env::var* in anywhere that makes sense (#1103)
Commits

Updates clap_builder from 4.5.7 to 4.5.8

Release notes

Sourced from clap_builder's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Changelog

Sourced from clap_builder's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes
Commits
  • 469d847 chore: Release
  • e323b91 docs: Update changelog
  • 7101c64 Merge pull request #5557 from tesuji/fish-positional-args-files
  • 5ee1a25 fix(fish): Don't ignore files if has positional args
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.5 to 4.5.8

Release notes

Sourced from clap_derive's releases.

v4.5.8

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

v4.5.7

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

v4.5.6

[4.5.6] - 2024-06-06

Changelog

Sourced from clap_derive's changelog.

[4.5.8] - 2024-06-28

Fixes

  • Reduce extra flushes

[4.5.7] - 2024-06-10

Fixes

  • Clean up error message when too few arguments for num_args

[4.5.6] - 2024-06-06

Commits
  • 469d847 chore: Release
  • e323b91 docs: Update changelog
  • 7101c64 Merge pull request #5557 from tesuji/fish-positional-args-files
  • 5ee1a25 fix(fish): Don't ignore files if has positional args
  • 3a2fb25 Merge pull request #5547 from tesuji/fish-list
  • 1e3681b refactor: Pass list to __fish_seen_subcommand_from
  • b1a0508 refactor: Rewrite iterator for followup changes
  • 5cc44bb Merge pull request #5548 from tesuji/fish-escape-tab
  • 181b9e0 test: Ensure optional_value runs
  • 0724b7b chore: Remove tarpaulin support
  • Additional commits viewable in compare view

Updates either from 1.12.0 to 1.13.0

Commits
  • e3ec250 Merge pull request #108 from cuviper/release-1.13.0
  • 00fecfb Release 1.13.0
  • add1817 Fix clippy::doc_lazy_continuation
  • cd0aab9 Merge pull request #107 from ColonelThirtyTwo/cloned-copied
  • e31810d Fix docs on Either<&mut L, &mut R>::copied
  • 8e62690 Add Either::cloned and Either::copied
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the firecracker group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.118` | `1.0.119` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [aws-lc-rs](https://github.com/awslabs/aws-lc-rs) | `1.7.3` | `1.8.0` |
| [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.12.9` | `0.12.10` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.18.0` | `0.19.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.100` | `1.0.104` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.8` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.5` | `4.5.8` |
| [either](https://github.com/rayon-rs/either) | `1.12.0` | `1.13.0` |


Updates `clap` from 4.5.7 to 4.5.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.7...v4.5.8)

Updates `serde_json` from 1.0.118 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.118...v1.0.119)

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `aws-lc-rs` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/awslabs/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.7.3...v1.8.0)

Updates `aws-lc-fips-sys` from 0.12.9 to 0.12.10
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.12.9...aws-lc-fips-sys/v0.12.10)

Updates `aws-lc-sys` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.18.0...aws-lc-sys/v0.19.0)

Updates `cc` from 1.0.100 to 1.0.104
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.0.100...cc-v1.0.104)

Updates `clap_builder` from 4.5.7 to 4.5.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.7...v4.5.8)

Updates `clap_derive` from 4.5.5 to 4.5.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.5...v4.5.8)

Updates `either` from 1.12.0 to 1.13.0
- [Commits](rayon-rs/either@1.12.0...1.13.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: aws-lc-fips-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 1, 2024
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Jul 1, 2024
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.08%. Comparing base (6d6caf4) to head (c993593).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4661    /-   ##
=======================================
  Coverage   82.08%   82.08%           
=======================================
  Files         255      255           
  Lines       31257    31257           
=======================================
  Hits        25656    25656           
  Misses       5601     5601           
Flag Coverage Δ
4.14-c5n.metal 79.57% <ø> (ø)
4.14-m5n.metal 79.55% <ø> (ø)
4.14-m6a.metal 78.78% <ø> (-0.01%) ⬇️
4.14-m6g.metal 76.60% <ø> (ø)
4.14-m6i.metal 79.55% <ø> (-0.01%) ⬇️
4.14-m7g.metal 76.60% <ø> (ø)
5.10-c5n.metal 82.09% <ø> (ø)
5.10-m5n.metal 82.07% <ø> (ø)
5.10-m6a.metal 81.38% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.37% <ø> (ø)
5.10-m6i.metal 82.06% <ø> (-0.01%) ⬇️
5.10-m7g.metal 79.37% <ø> (ø)
6.1-c5n.metal 82.09% <ø> (ø)
6.1-m5n.metal 82.07% <ø> (-0.01%) ⬇️
6.1-m6a.metal 81.38% <ø> (-0.01%) ⬇️
6.1-m6g.metal 79.37% <ø> (ø)
6.1-m6i.metal 82.07% <ø> ( <0.01%) ⬆️
6.1-m7g.metal 79.36% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roypat
Copy link
Contributor

roypat commented Jul 1, 2024

ugh, guess there's a new syscall somewhere. Since its the virtio-rng tests failing, I'mma guess that's related to the aws-lc-rs update .-.

@pb8o
Copy link
Contributor

pb8o commented Jul 4, 2024

https://buildkite.com/firecracker/firecracker-pr/builds/10193#01906f2b-4144-4b37-915c-04ac55d9b71c/56-1894

Fails on aarch64 with

2024-07-01T16:48:38.951317958 [a13a6d03-5fc0-4ef4-a7ff-9e88916b0dff:main] Shutting down VM after intercepting a bad syscall (48).

48 is syscall faccessat and it does not seem to be included in the seccomp filter:

% grep faccessat resources/seccomp/aarch64-unknown-linux-musl.json

@pb8o
Copy link
Contributor

pb8o commented Jul 8, 2024

This should be unblocked after #4669 is merged

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 8, 2024
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-b90cf528e9 branch July 8, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code Status: Awaiting review Indicates that a pull request is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants