Sep 02 05:47:57.979 INFO checking opcua-client-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:47:57.979 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:47:57.979 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 05:47:58.166 INFO blam! 56f439cc089a75b01c8e80d8237d33df0a5b22dc1551db6127825066bae01c80 Sep 02 05:47:58.173 INFO running `"docker" "start" "-a" "56f439cc089a75b01c8e80d8237d33df0a5b22dc1551db6127825066bae01c80"` Sep 02 05:47:58.967 INFO kablam! Checking opcua-types v0.3.0 Sep 02 05:47:58.967 INFO kablam! Checking timer v0.1.6 Sep 02 05:48:28.295 INFO kablam! Checking opcua-core v0.3.0 Sep 02 05:48:31.434 INFO kablam! Checking opcua-client v0.3.0 (file:///source) Sep 02 05:48:34.136 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 02 05:48:34.136 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 02 05:48:34.136 INFO kablam! | Sep 02 05:48:34.136 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 02 05:48:34.136 INFO kablam! 13 | | if self.is_valid() { Sep 02 05:48:34.136 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 02 05:48:34.136 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 02 05:48:34.136 INFO kablam! ... | Sep 02 05:48:34.136 INFO kablam! 28 | | Err(()) Sep 02 05:48:34.136 INFO kablam! 29 | | } Sep 02 05:48:34.136 INFO kablam! | |_____^ Sep 02 05:48:34.136 INFO kablam! | Sep 02 05:48:34.136 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 02 05:48:34.136 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:48:34.136 INFO kablam! = note: for more information, see issue #51443 Sep 02 05:48:34.136 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 02 05:48:34.136 INFO kablam! Sep 02 05:48:34.192 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 02 05:48:34.192 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 02 05:48:34.192 INFO kablam! | Sep 02 05:48:34.192 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 02 05:48:34.192 INFO kablam! 13 | | if self.is_valid() { Sep 02 05:48:34.192 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 02 05:48:34.192 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 02 05:48:34.192 INFO kablam! ... | Sep 02 05:48:34.192 INFO kablam! 28 | | Err(()) Sep 02 05:48:34.192 INFO kablam! 29 | | } Sep 02 05:48:34.192 INFO kablam! | |_____^ Sep 02 05:48:34.192 INFO kablam! | Sep 02 05:48:34.192 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 02 05:48:34.192 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 05:48:34.192 INFO kablam! = note: for more information, see issue #51443 Sep 02 05:48:34.192 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 02 05:48:34.192 INFO kablam! Sep 02 05:48:35.139 INFO kablam! warning: method is never used: `publishing_interval` Sep 02 05:48:35.139 INFO kablam! --> src/subscription.rs:165:5 Sep 02 05:48:35.139 INFO kablam! | Sep 02 05:48:35.139 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 02 05:48:35.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.139 INFO kablam! | Sep 02 05:48:35.139 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 05:48:35.139 INFO kablam! Sep 02 05:48:35.139 INFO kablam! warning: method is never used: `lifetime_count` Sep 02 05:48:35.140 INFO kablam! --> src/subscription.rs:169:5 Sep 02 05:48:35.140 INFO kablam! | Sep 02 05:48:35.140 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 02 05:48:35.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.140 INFO kablam! Sep 02 05:48:35.140 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 02 05:48:35.140 INFO kablam! --> src/subscription.rs:173:5 Sep 02 05:48:35.140 INFO kablam! | Sep 02 05:48:35.140 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 02 05:48:35.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.140 INFO kablam! Sep 02 05:48:35.140 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 02 05:48:35.140 INFO kablam! --> src/subscription.rs:177:5 Sep 02 05:48:35.140 INFO kablam! | Sep 02 05:48:35.140 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 02 05:48:35.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.140 INFO kablam! Sep 02 05:48:35.140 INFO kablam! warning: method is never used: `priority` Sep 02 05:48:35.140 INFO kablam! --> src/subscription.rs:181:5 Sep 02 05:48:35.140 INFO kablam! | Sep 02 05:48:35.140 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 02 05:48:35.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.140 INFO kablam! Sep 02 05:48:35.140 INFO kablam! warning: method is never used: `publishing_enabled` Sep 02 05:48:35.140 INFO kablam! --> src/subscription.rs:185:5 Sep 02 05:48:35.140 INFO kablam! | Sep 02 05:48:35.140 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 02 05:48:35.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.140 INFO kablam! Sep 02 05:48:35.695 INFO kablam! warning: method is never used: `publishing_interval` Sep 02 05:48:35.695 INFO kablam! --> src/subscription.rs:165:5 Sep 02 05:48:35.695 INFO kablam! | Sep 02 05:48:35.695 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 02 05:48:35.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.695 INFO kablam! | Sep 02 05:48:35.695 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 05:48:35.695 INFO kablam! Sep 02 05:48:35.695 INFO kablam! warning: method is never used: `lifetime_count` Sep 02 05:48:35.695 INFO kablam! --> src/subscription.rs:169:5 Sep 02 05:48:35.695 INFO kablam! | Sep 02 05:48:35.695 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 02 05:48:35.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.695 INFO kablam! Sep 02 05:48:35.695 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 02 05:48:35.695 INFO kablam! --> src/subscription.rs:173:5 Sep 02 05:48:35.695 INFO kablam! | Sep 02 05:48:35.695 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 02 05:48:35.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.695 INFO kablam! Sep 02 05:48:35.695 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 02 05:48:35.695 INFO kablam! --> src/subscription.rs:177:5 Sep 02 05:48:35.696 INFO kablam! | Sep 02 05:48:35.696 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 02 05:48:35.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.696 INFO kablam! Sep 02 05:48:35.696 INFO kablam! warning: method is never used: `priority` Sep 02 05:48:35.696 INFO kablam! --> src/subscription.rs:181:5 Sep 02 05:48:35.696 INFO kablam! | Sep 02 05:48:35.696 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 02 05:48:35.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.696 INFO kablam! Sep 02 05:48:35.696 INFO kablam! warning: method is never used: `publishing_enabled` Sep 02 05:48:35.696 INFO kablam! --> src/subscription.rs:185:5 Sep 02 05:48:35.696 INFO kablam! | Sep 02 05:48:35.696 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 02 05:48:35.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 05:48:35.696 INFO kablam! Sep 02 05:48:35.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.94s Sep 02 05:48:35.766 INFO kablam! su: No module specific data is present Sep 02 05:48:36.186 INFO running `"docker" "rm" "-f" "56f439cc089a75b01c8e80d8237d33df0a5b22dc1551db6127825066bae01c80"` Sep 02 05:48:36.288 INFO blam! 56f439cc089a75b01c8e80d8237d33df0a5b22dc1551db6127825066bae01c80