Continuous integration #689
Annotations
14 warnings
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
msrv
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[clippy] src/discovery/discovery.rs#L315:
src/discovery/discovery.rs#L315
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:315:43
|
315 | "Failed to allocate discovery poll. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default
|
[clippy] src/discovery/discovery.rs#L324:
src/discovery/discovery.rs#L324
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:324:47
|
324 | "Unable to create Discovery Subscriber. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/discovery/discovery.rs#L328:
src/discovery/discovery.rs#L328
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:328:46
|
328 | "Unable to create Discovery Publisher. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/discovery/discovery.rs#L396:
src/discovery/discovery.rs#L396
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:396:43
|
396 | "Failed to register Discovery poll. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/discovery/discovery.rs#L406:
src/discovery/discovery.rs#L406
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:406:43
|
406 | "Failed to register Discovery poll. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/discovery/discovery.rs#L437:
src/discovery/discovery.rs#L437
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:437:52
|
437 | "Unable to create participant cleanup timer. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/discovery/discovery.rs#L496:
src/discovery/discovery.rs#L496
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/discovery/discovery.rs:496:48
|
496 | "Unable to register topic cleanup timer. {:?}"
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/dds/with_key/datareader.rs#L895:
src/dds/with_key/datareader.rs#L895
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/dds/with_key/datareader.rs:895:60
|
895 | reason: "DataReaderStream could not lock datareader: {e:?}".to_string(),
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/dds/with_key/datareader.rs#L987:
src/dds/with_key/datareader.rs#L987
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/dds/with_key/datareader.rs:987:60
|
987 | reason: "DataReaderStream could not lock datareader: {e:?}".to_string(),
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
[clippy] src/dds/with_key/datareader.rs#L1074:
src/dds/with_key/datareader.rs#L1074
warning: this looks like a formatting argument but it is not part of a formatting macro
--> src/dds/with_key/datareader.rs:1074:65
|
1074 | reason: "DataReaderEventStream could not lock datareader: {e:?}".to_string(),
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|