Sep 14 12:17:33.474 INFO checking opcua-client-0.3.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 12:17:33.474 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 12:17:33.474 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:17:33.778 INFO blam! 329604c80384b03daa6bd324aeca8ea9fd323c241506be6534a767ccc4ad538c Sep 14 12:17:33.778 INFO running `"docker" "start" "-a" "329604c80384b03daa6bd324aeca8ea9fd323c241506be6534a767ccc4ad538c"` Sep 14 12:17:35.019 INFO kablam! usermod: no changes Sep 14 12:17:35.302 INFO kablam! Checking opcua-types v0.3.0 Sep 14 12:17:35.304 INFO kablam! Checking timer v0.1.6 Sep 14 12:18:01.443 INFO kablam! Checking opcua-core v0.3.0 Sep 14 12:18:03.848 INFO kablam! Checking opcua-client v0.3.0 (file:///source) Sep 14 12:18:05.190 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 14 12:18:05.191 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 14 12:18:05.191 INFO kablam! | Sep 14 12:18:05.191 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 14 12:18:05.191 INFO kablam! 13 | | if self.is_valid() { Sep 14 12:18:05.191 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 14 12:18:05.191 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 14 12:18:05.191 INFO kablam! ... | Sep 14 12:18:05.191 INFO kablam! 28 | | Err(()) Sep 14 12:18:05.191 INFO kablam! 29 | | } Sep 14 12:18:05.191 INFO kablam! | |_____^ Sep 14 12:18:05.191 INFO kablam! | Sep 14 12:18:05.191 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 12:18:05.191 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 14 12:18:05.191 INFO kablam! = note: for more information, see issue #51443 Sep 14 12:18:05.191 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 14 12:18:05.191 INFO kablam! Sep 14 12:18:05.239 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 14 12:18:05.239 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 14 12:18:05.239 INFO kablam! | Sep 14 12:18:05.239 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 14 12:18:05.239 INFO kablam! 13 | | if self.is_valid() { Sep 14 12:18:05.239 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 14 12:18:05.239 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 14 12:18:05.239 INFO kablam! ... | Sep 14 12:18:05.239 INFO kablam! 28 | | Err(()) Sep 14 12:18:05.239 INFO kablam! 29 | | } Sep 14 12:18:05.239 INFO kablam! | |_____^ Sep 14 12:18:05.239 INFO kablam! | Sep 14 12:18:05.239 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 12:18:05.239 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 14 12:18:05.239 INFO kablam! = note: for more information, see issue #51443 Sep 14 12:18:05.239 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 14 12:18:05.239 INFO kablam! Sep 14 12:18:06.079 INFO kablam! warning: method is never used: `publishing_interval` Sep 14 12:18:06.079 INFO kablam! --> src/subscription.rs:165:5 Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 14 12:18:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 12:18:06.079 INFO kablam! Sep 14 12:18:06.079 INFO kablam! warning: method is never used: `lifetime_count` Sep 14 12:18:06.079 INFO kablam! --> src/subscription.rs:169:5 Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 14 12:18:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.079 INFO kablam! Sep 14 12:18:06.079 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 14 12:18:06.079 INFO kablam! --> src/subscription.rs:173:5 Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 14 12:18:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.079 INFO kablam! Sep 14 12:18:06.079 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 14 12:18:06.079 INFO kablam! --> src/subscription.rs:177:5 Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 14 12:18:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.079 INFO kablam! Sep 14 12:18:06.079 INFO kablam! warning: method is never used: `priority` Sep 14 12:18:06.079 INFO kablam! --> src/subscription.rs:181:5 Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 14 12:18:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.079 INFO kablam! Sep 14 12:18:06.079 INFO kablam! warning: method is never used: `publishing_enabled` Sep 14 12:18:06.079 INFO kablam! --> src/subscription.rs:185:5 Sep 14 12:18:06.079 INFO kablam! | Sep 14 12:18:06.079 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 14 12:18:06.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.079 INFO kablam! Sep 14 12:18:06.089 INFO kablam! warning: method is never used: `publishing_interval` Sep 14 12:18:06.089 INFO kablam! --> src/subscription.rs:165:5 Sep 14 12:18:06.089 INFO kablam! | Sep 14 12:18:06.089 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 14 12:18:06.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.089 INFO kablam! | Sep 14 12:18:06.089 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 12:18:06.089 INFO kablam! Sep 14 12:18:06.089 INFO kablam! warning: method is never used: `lifetime_count` Sep 14 12:18:06.089 INFO kablam! --> src/subscription.rs:169:5 Sep 14 12:18:06.089 INFO kablam! | Sep 14 12:18:06.089 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 14 12:18:06.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.089 INFO kablam! Sep 14 12:18:06.095 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 14 12:18:06.095 INFO kablam! --> src/subscription.rs:173:5 Sep 14 12:18:06.095 INFO kablam! | Sep 14 12:18:06.095 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 14 12:18:06.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.095 INFO kablam! Sep 14 12:18:06.095 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 14 12:18:06.095 INFO kablam! --> src/subscription.rs:177:5 Sep 14 12:18:06.095 INFO kablam! | Sep 14 12:18:06.095 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 14 12:18:06.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.095 INFO kablam! Sep 14 12:18:06.095 INFO kablam! warning: method is never used: `priority` Sep 14 12:18:06.095 INFO kablam! --> src/subscription.rs:181:5 Sep 14 12:18:06.095 INFO kablam! | Sep 14 12:18:06.095 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 14 12:18:06.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.095 INFO kablam! Sep 14 12:18:06.095 INFO kablam! warning: method is never used: `publishing_enabled` Sep 14 12:18:06.095 INFO kablam! --> src/subscription.rs:185:5 Sep 14 12:18:06.095 INFO kablam! | Sep 14 12:18:06.095 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 14 12:18:06.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 12:18:06.095 INFO kablam! Sep 14 12:18:06.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.12s Sep 14 12:18:06.193 INFO kablam! su: No module specific data is present Sep 14 12:18:06.844 INFO running `"docker" "rm" "-f" "329604c80384b03daa6bd324aeca8ea9fd323c241506be6534a767ccc4ad538c"` Sep 14 12:18:06.999 INFO blam! 329604c80384b03daa6bd324aeca8ea9fd323c241506be6534a767ccc4ad538c