Skip to content

CI

CI #1385

Triggered via schedule January 5, 2025 00:38
Status Success
Total duration 6m 48s
Artifacts

ci.yml

on: schedule
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
type parameter `T` goes unused in function definition: target/debug/build/fill_random_values-59dcbc8bf5010f9a/out/fill_capnp.rs#L2431
warning: type parameter `T` goes unused in function definition --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/fill_random_values-59dcbc8bf5010f9a/out/fill_capnp.rs:2431:28 | 2431 | pub fn get_field_types<T>(index: u16) -> ::capnp::introspect::Type where T: ::capnp::traits::Owned { | ^ | = help: consider removing the parameter = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters = note: `#[warn(clippy::extra_unused_type_parameters)]` on by default
type parameter `T` goes unused in function definition: target/debug/build/fill_random_values-59dcbc8bf5010f9a/out/fill_capnp.rs#L2434
warning: type parameter `T` goes unused in function definition --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/fill_random_values-59dcbc8bf5010f9a/out/fill_capnp.rs:2434:33 | 2434 | pub fn get_annotation_types<T>(child_index: Option<u16>, index: u32) -> ::capnp::introspect::Type where T: ::capnp::traits::Owned { | ^ | = help: consider removing the parameter = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L1942
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:1942:11 | 1942 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 1942 - impl <'a,> Reader<'a,> { 1942 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L2313
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:2313:11 | 2313 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 2313 - impl <'a,> Reader<'a,> { 2313 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L2685
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:2685:11 | 2685 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 2685 - impl <'a,> Reader<'a,> { 2685 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L3057
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:3057:11 | 3057 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 3057 - impl <'a,> Reader<'a,> { 3057 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L3429
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:3429:11 | 3429 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 3429 - impl <'a,> Reader<'a,> { 3429 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L3801
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:3801:11 | 3801 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 3801 - impl <'a,> Reader<'a,> { 3801 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L4174
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:4174:11 | 4174 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 4174 - impl <'a,> Reader<'a,> { 4174 + impl Reader<'_,> { |
the following explicit lifetimes could be elided: 'a: target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs#L4547
warning: the following explicit lifetimes could be elided: 'a --> /home/runner/work/capnproto-rust/capnproto-rust/target/debug/build/capnp-rpc-test-770525dd043466fb/out/test_capnp.rs:4547:11 | 4547 | impl <'a,> Reader<'a,> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 4547 - impl <'a,> Reader<'a,> { 4547 + impl Reader<'_,> { |
minrust
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Miri
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636