Changes required for keystone
support that require dependency updates beyond what we can currently do.
#6293
Triggered via pull request
December 17, 2024 13:33
Status
Failure
Total duration
1h 21m 15s
Billable time
1h 5m
Artifacts
–
ci.yml
on: pull_request
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: required-test
Bitrot check
1m 40s
Clippy (MSRV)
1m 17s
Intra-doc links
2m 17s
Rustfmt
20s
protobuf consistency
1m 14s
UUID validity
11s
Clippy (beta)
15s
Code coverage
1h 21m
Matrix: test-slow
Matrix: test
Required status checks have passed
0s
Annotations
4 errors and 12 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
this returns a `Result<_, ()>`:
pczt/src/common.rs#L214
error: this returns a `Result<_, ()>`
--> pczt/src/common.rs:214:1
|
214 | / pub fn determine_lock_time<L: LockTimeInput>(
215 | | global: &crate::common::Global,
216 | | inputs: &[L],
217 | | ) -> Result<u32, ()> {
| |____________________^
|
= help: use a custom `Error` type instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
= note: `-D clippy::result-unit-err` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::result_unit_err)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Required status checks have passed
Process completed with exit code 1.
|
UUID validity
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ZFuture build on Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
protobuf consistency
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Bitrot check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Latest build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build target wasm32-wasi
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Intra-doc links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Required status checks have passed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|