chore(deps): bump tonic from 0.8.3 to 0.10.1 #3702
Triggered via pull request
September 25, 2023 14:10
Status
Failure
Total duration
4m 26s
Artifacts
–
ci.yml
on: pull_request
check and test
/
ubuntu-latest, stable
2m 27s
integration tests
/
ubuntu-latest, stable
4m 14s
format
/
ubuntu-latest, nightly
3m 26s
clippy
/
ubuntu-latest, stable
3m 19s
check-toml
53s
docs
1m 59s
check-all-features
/
check-all-features
3m 39s
Annotations
50 errors and 45 warnings
docs:
src/inx/error.rs#L19
failed to resolve: could not find `transport` in `tonic`
|
docs
could not document `chronicle`
|
docs:
src/inx/client.rs#L47
`?` couldn't convert the error to `InxError`
|
docs:
src/inx/client.rs#L49
type mismatch in function arguments
|
docs:
src/inx/client.rs#L43
type mismatch in function arguments
|
docs:
src/inx/client.rs#L43
type mismatch in function arguments
|
docs:
src/inx/client.rs#L60
`?` couldn't convert the error to `InxError`
|
docs:
src/inx/client.rs#L62
type mismatch in function arguments
|
docs:
src/inx/client.rs#L56
type mismatch in function arguments
|
docs:
src/inx/client.rs#L56
type mismatch in function arguments
|
check and test / ubuntu-latest, stable:
src/inx/error.rs#L19
failed to resolve: could not find `transport` in `tonic`
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L34
`?` couldn't convert the error to `InxError`
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L47
`?` couldn't convert the error to `InxError`
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L49
type mismatch in function arguments
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L43
type mismatch in function arguments
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L43
type mismatch in function arguments
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L60
`?` couldn't convert the error to `InxError`
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L62
type mismatch in function arguments
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L56
type mismatch in function arguments
|
check and test / ubuntu-latest, stable:
src/inx/client.rs#L56
type mismatch in function arguments
|
clippy / ubuntu-latest, stable:
src/inx/error.rs#L19
failed to resolve: could not find `transport` in `tonic`
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L34
`?` couldn't convert the error to `inx::error::InxError`
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L47
`?` couldn't convert the error to `inx::error::InxError`
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L49
type mismatch in function arguments
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L43
type mismatch in function arguments
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L43
type mismatch in function arguments
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L60
`?` couldn't convert the error to `inx::error::InxError`
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L62
type mismatch in function arguments
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L56
type mismatch in function arguments
|
clippy / ubuntu-latest, stable:
src/inx/client.rs#L56
type mismatch in function arguments
|
check-all-features / check-all-features:
src/inx/error.rs#L19
failed to resolve: could not find `transport` in `tonic`
|
check-all-features / check-all-features:
src/inx/client.rs#L34
`?` couldn't convert the error to `InxError`
|
check-all-features / check-all-features:
src/inx/client.rs#L47
`?` couldn't convert the error to `InxError`
|
check-all-features / check-all-features:
src/inx/client.rs#L49
type mismatch in function arguments
|
check-all-features / check-all-features:
src/inx/client.rs#L43
type mismatch in function arguments
|
check-all-features / check-all-features:
src/inx/client.rs#L43
type mismatch in function arguments
|
check-all-features / check-all-features:
src/inx/client.rs#L60
`?` couldn't convert the error to `InxError`
|
check-all-features / check-all-features:
src/inx/client.rs#L62
type mismatch in function arguments
|
check-all-features / check-all-features:
src/inx/client.rs#L56
type mismatch in function arguments
|
check-all-features / check-all-features:
src/inx/client.rs#L56
type mismatch in function arguments
|
integration tests / ubuntu-latest, stable:
src/inx/error.rs#L19
failed to resolve: could not find `transport` in `tonic`
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L34
`?` couldn't convert the error to `InxError`
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L47
`?` couldn't convert the error to `InxError`
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L49
type mismatch in function arguments
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L43
type mismatch in function arguments
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L43
type mismatch in function arguments
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L60
`?` couldn't convert the error to `InxError`
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L62
type mismatch in function arguments
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L56
type mismatch in function arguments
|
integration tests / ubuntu-latest, stable:
src/inx/client.rs#L56
type mismatch in function arguments
|
check-toml
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-toml
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-toml
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-toml
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-toml
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
build failed, waiting for other jobs to finish...
|
docs
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check and test / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check and test / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy / ubuntu-latest, stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
clippy / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
clippy / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format / ubuntu-latest, nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
format / ubuntu-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format / ubuntu-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format / ubuntu-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
format / ubuntu-latest, nightly
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-all-features / check-all-features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-all-features / check-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-all-features / check-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-all-features / check-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
check-all-features / check-all-features
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration tests / ubuntu-latest, stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
integration tests / ubuntu-latest, stable
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|