.github/workflows/nightly.yml #936
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
32s
nightly
/
...
/
cargo +nightly fmt
20s
nightly
/
...
/
cargo +nightly clippy
25s
nightly
/
...
/
cargo deny check
7s
nightly
/
...
/
cargo +stable test
23s
nightly
/
...
/
cargo +nightly test
35s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
29s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
22s
nightly
/
...
/
cargo vet status
7s
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-205b3af3-cf3964ce, v0-rust-docsrs-Linux-205b3af3
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
Cache not found for keys: v0-rust-minimal-versions-Linux-205b3af3-cf3964ce, v0-rust-minimal-versions-Linux-205b3af3
|
nightly / fmt / cargo +nightly fmt
Cache not found for keys: v0-rust-fmt-Linux-0905e0b7-cf3964ce, v0-rust-fmt-Linux-0905e0b7
|
nightly / clippy / cargo +nightly clippy
Cache not found for keys: v0-rust-clippy-Linux-205b3af3-cf3964ce, v0-rust-clippy-Linux-205b3af3
|
nightly / test / cargo +nightly test
Cache not found for keys: v0-rust-test-Linux-3cfda7c7-cf3964ce, v0-rust-test-Linux-3cfda7c7
|
nightly / test / 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 / updates-nightly / cargo +nightly test
Cache not found for keys: v0-rust-test-Linux-3cfda7c7-cf3964ce, v0-rust-test-Linux-3cfda7c7
|