[INFO] crate gstreamer-check 0.12.2 is already in cache [INFO] extracting crate gstreamer-check 0.12.2 into work/ex/clippy-test-run/sources/stable/reg/gstreamer-check/0.12.2 [INFO] extracting crate gstreamer-check 0.12.2 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/gstreamer-check/0.12.2 [INFO] validating manifest of gstreamer-check-0.12.2 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gstreamer-check-0.12.2 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gstreamer-check-0.12.2 [INFO] finished frobbing gstreamer-check-0.12.2 [INFO] frobbed toml for gstreamer-check-0.12.2 written to work/ex/clippy-test-run/sources/stable/reg/gstreamer-check/0.12.2/Cargo.toml [INFO] started frobbing gstreamer-check-0.12.2 [INFO] finished frobbing gstreamer-check-0.12.2 [INFO] frobbed toml for gstreamer-check-0.12.2 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/gstreamer-check/0.12.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting gstreamer-check-0.12.2 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/gstreamer-check/0.12.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2b21d0931d78f6835ea17e8b6dbd448ae9bd586ed9b7d98f5d4e86b8aee5076a [INFO] running `"docker" "start" "-a" "2b21d0931d78f6835ea17e8b6dbd448ae9bd586ed9b7d98f5d4e86b8aee5076a"` [INFO] [stderr] Compiling gstreamer v0.12.2 [INFO] [stderr] Compiling gstreamer-check v0.12.2 (/opt/crater/workdir) [INFO] [stderr] Checking muldiv v0.2.0 [INFO] [stderr] Compiling gstreamer-sys v0.6.2 [INFO] [stderr] Compiling gstreamer-check-sys v0.6.2 [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:30:44 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:44 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_offset_with_cast)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:692:5 [INFO] [stderr] | [INFO] [stderr] 692 | / pub fn get_sink_harness<'a>(&'a self) -> Option> { [INFO] [stderr] 693 | | unsafe { [INFO] [stderr] 694 | | let sink_harness = (*self.0.as_ptr()).sink_harness; [INFO] [stderr] 695 | | if sink_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 706 | | } [INFO] [stderr] 707 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:709:5 [INFO] [stderr] | [INFO] [stderr] 709 | / pub fn get_src_harness<'a>(&'a self) -> Option> { [INFO] [stderr] 710 | | unsafe { [INFO] [stderr] 711 | | let src_harness = (*self.0.as_ptr()).src_harness; [INFO] [stderr] 712 | | if src_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 723 | | } [INFO] [stderr] 724 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:726:5 [INFO] [stderr] | [INFO] [stderr] 726 | / pub fn get_mut_sink_harness<'a>(&'a mut self) -> Option> { [INFO] [stderr] 727 | | unsafe { [INFO] [stderr] 728 | | let sink_harness = (*self.0.as_ptr()).sink_harness; [INFO] [stderr] 729 | | if sink_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 740 | | } [INFO] [stderr] 741 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:743:5 [INFO] [stderr] | [INFO] [stderr] 743 | / pub fn get_mut_src_harness<'a>(&'a mut self) -> Option> { [INFO] [stderr] 744 | | unsafe { [INFO] [stderr] 745 | | let src_harness = (*self.0.as_ptr()).src_harness; [INFO] [stderr] 746 | | if src_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 757 | | } [INFO] [stderr] 758 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `transmute_ptr_to_ref` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:29:44 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg_attr(feature = "cargo-clippy", allow(transmute_ptr_to_ref))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::transmute_ptr_to_ref` [INFO] [stderr] [INFO] [stderr] warning: lint name `too_many_arguments` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:30:44 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::too_many_arguments` [INFO] [stderr] [INFO] [stderr] warning: lint name `match_same_arms` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:31:44 [INFO] [stderr] | [INFO] [stderr] 31 | #[cfg_attr(feature = "cargo-clippy", allow(match_same_arms))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::match_same_arms` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:44 [INFO] [stderr] | [INFO] [stderr] 32 | #[cfg_attr(feature = "cargo-clippy", allow(type_complexity))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: lint name `unreadable_literal` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 28 | #[cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: change it to: `clippy::unreadable_literal` [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::ptr_offset_with_cast)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of `offset` with a `usize` casted to an `isize` [INFO] [stderr] --> src/auto/test_clock.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / glib_wrapper! { [INFO] [stderr] 22 | | pub struct TestClock(Object): [ [INFO] [stderr] 23 | | gst::Clock => gst_ffi::GstClock, [INFO] [stderr] 24 | | gst::Object => gst_ffi::GstObject, [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_offset_with_cast [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:692:5 [INFO] [stderr] | [INFO] [stderr] 692 | / pub fn get_sink_harness<'a>(&'a self) -> Option> { [INFO] [stderr] 693 | | unsafe { [INFO] [stderr] 694 | | let sink_harness = (*self.0.as_ptr()).sink_harness; [INFO] [stderr] 695 | | if sink_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 706 | | } [INFO] [stderr] 707 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:709:5 [INFO] [stderr] | [INFO] [stderr] 709 | / pub fn get_src_harness<'a>(&'a self) -> Option> { [INFO] [stderr] 710 | | unsafe { [INFO] [stderr] 711 | | let src_harness = (*self.0.as_ptr()).src_harness; [INFO] [stderr] 712 | | if src_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 723 | | } [INFO] [stderr] 724 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:726:5 [INFO] [stderr] | [INFO] [stderr] 726 | / pub fn get_mut_sink_harness<'a>(&'a mut self) -> Option> { [INFO] [stderr] 727 | | unsafe { [INFO] [stderr] 728 | | let sink_harness = (*self.0.as_ptr()).sink_harness; [INFO] [stderr] 729 | | if sink_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 740 | | } [INFO] [stderr] 741 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/harness.rs:743:5 [INFO] [stderr] | [INFO] [stderr] 743 | / pub fn get_mut_src_harness<'a>(&'a mut self) -> Option> { [INFO] [stderr] 744 | | unsafe { [INFO] [stderr] 745 | | let src_harness = (*self.0.as_ptr()).src_harness; [INFO] [stderr] 746 | | if src_harness.is_null() { [INFO] [stderr] ... | [INFO] [stderr] 757 | | } [INFO] [stderr] 758 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.35s [INFO] running `"docker" "inspect" "2b21d0931d78f6835ea17e8b6dbd448ae9bd586ed9b7d98f5d4e86b8aee5076a"` [INFO] running `"docker" "rm" "-f" "2b21d0931d78f6835ea17e8b6dbd448ae9bd586ed9b7d98f5d4e86b8aee5076a"` [INFO] [stdout] 2b21d0931d78f6835ea17e8b6dbd448ae9bd586ed9b7d98f5d4e86b8aee5076a