.github/workflows/nightly.yml #929
nightly.yml
on: schedule
nightly
/
...
/
cargo +nightly test
32s
nightly
/
...
/
cargo +nightly fmt
19s
nightly
/
...
/
cargo +nightly clippy
25s
nightly
/
...
/
cargo deny check
6s
nightly
/
...
/
cargo +stable test
9s
nightly
/
...
/
cargo +nightly test
30s
nightly
/
...
/
cargo +stable minimal-versions check --workspace
16s
nightly
/
...
/
cargo +nightly minimal-versions check --workspace
23s
nightly
/
...
/
cargo vet status
3s
nightly
/
...
/
cargo +nightly doc --cfg docsrs
23s
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 / fmt / cargo +nightly fmt
Cache not found for keys: v0-rust-fmt-Linux-307f5235-cf3964ce, v0-rust-fmt-Linux-307f5235
|
nightly / docsrs / cargo +nightly doc --cfg docsrs
Cache not found for keys: v0-rust-docsrs-Linux-cc4345c0-cf3964ce, v0-rust-docsrs-Linux-cc4345c0
|
nightly / minimal-versions-nightly / cargo +nightly minimal-versions check --workspace
Cache not found for keys: v0-rust-minimal-versions-Linux-cc4345c0-cf3964ce, v0-rust-minimal-versions-Linux-cc4345c0
|
nightly / clippy / cargo +nightly clippy
Cache not found for keys: v0-rust-clippy-Linux-cc4345c0-cf3964ce, v0-rust-clippy-Linux-cc4345c0
|
nightly / updates-nightly / cargo +nightly test
Cache not found for keys: v0-rust-test-Linux-78b653b1-cf3964ce, v0-rust-test-Linux-78b653b1
|
nightly / test / cargo +nightly test
Cache not found for keys: v0-rust-test-Linux-78b653b1-cf3964ce, v0-rust-test-Linux-78b653b1
|
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
|