.github/workflows/nightly.yml #931
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
34s
nightly
/
...
/
cargo +nightly fmt
20s
nightly
/
...
/
cargo +nightly clippy
27s
nightly
/
...
/
cargo deny check
8s
nightly
/
...
/
cargo +stable test
23s
nightly
/
...
/
cargo +nightly test
32s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
16s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
28s
nightly
/
...
/
cargo vet status
4s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
20s
Annotations
3 errors and 7 warnings
nightly / clippy / cargo +nightly clippy:
src/decode.rs#L354
the following explicit lifetimes could be elided: 'a, 'b
|
nightly / clippy / cargo +nightly clippy:
src/encode.rs#L431
manually reimplementing `div_ceil`
|
nightly / clippy / cargo +nightly clippy
Process completed with exit code 101.
|
nightly / docsrs / cargo +nightly doc --cfg docsrs
Cache not found for keys: v0-rust-docsrs-Linux-4006495a-cf3964ce, v0-rust-docsrs-Linux-4006495a
|
nightly / fmt / cargo +nightly fmt
Cache not found for keys: v0-rust-fmt-Linux-e2943639-cf3964ce, v0-rust-fmt-Linux-e2943639
|
nightly / clippy / cargo +nightly clippy
Cache not found for keys: v0-rust-clippy-Linux-4006495a-cf3964ce, v0-rust-clippy-Linux-4006495a
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
Cache not found for keys: v0-rust-minimal-versions-Linux-4006495a-cf3964ce, v0-rust-minimal-versions-Linux-4006495a
|
nightly / updates-nightly / cargo +nightly test
Cache not found for keys: v0-rust-test-Linux-74474695-cf3964ce, v0-rust-test-Linux-74474695
|
nightly / updates-nightly / cargo +nightly test
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
nightly / test / cargo +nightly test
Cache not found for keys: v0-rust-test-Linux-74474695-cf3964ce, v0-rust-test-Linux-74474695
|