Sep 17 20:30:55.992 INFO checking opcua-client-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:30:55.992 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:30:55.992 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:30:56.471 INFO blam! 4da3a755bcca3dabe7d0da1ee4d05dbe40264e490254cb80569ed21b11bab3b2 Sep 17 20:30:56.479 INFO running `"docker" "start" "-a" "4da3a755bcca3dabe7d0da1ee4d05dbe40264e490254cb80569ed21b11bab3b2"` Sep 17 20:30:58.467 INFO kablam! usermod: no changes Sep 17 20:30:58.674 INFO kablam! Checking opcua-types v0.3.0 Sep 17 20:30:58.674 INFO kablam! Checking timer v0.1.6 Sep 17 20:31:25.237 INFO kablam! Checking opcua-core v0.3.0 Sep 17 20:31:27.455 INFO kablam! Checking opcua-client v0.3.0 (/source) Sep 17 20:31:29.024 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 17 20:31:29.024 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 17 20:31:29.024 INFO kablam! | Sep 17 20:31:29.024 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 17 20:31:29.024 INFO kablam! 13 | | if self.is_valid() { Sep 17 20:31:29.024 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 17 20:31:29.024 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 17 20:31:29.024 INFO kablam! ... | Sep 17 20:31:29.024 INFO kablam! 28 | | Err(()) Sep 17 20:31:29.024 INFO kablam! 29 | | } Sep 17 20:31:29.024 INFO kablam! | |_____^ Sep 17 20:31:29.024 INFO kablam! | Sep 17 20:31:29.024 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 17 20:31:29.024 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 17 20:31:29.024 INFO kablam! = note: for more information, see issue #51443 Sep 17 20:31:29.024 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 17 20:31:29.024 INFO kablam! Sep 17 20:31:29.048 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 17 20:31:29.048 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 17 20:31:29.048 INFO kablam! | Sep 17 20:31:29.048 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 17 20:31:29.048 INFO kablam! 13 | | if self.is_valid() { Sep 17 20:31:29.048 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 17 20:31:29.048 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 17 20:31:29.048 INFO kablam! ... | Sep 17 20:31:29.048 INFO kablam! 28 | | Err(()) Sep 17 20:31:29.048 INFO kablam! 29 | | } Sep 17 20:31:29.049 INFO kablam! | |_____^ Sep 17 20:31:29.049 INFO kablam! | Sep 17 20:31:29.049 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 17 20:31:29.049 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 17 20:31:29.049 INFO kablam! = note: for more information, see issue #51443 Sep 17 20:31:29.049 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 17 20:31:29.049 INFO kablam! Sep 17 20:31:29.799 INFO kablam! warning: method is never used: `publishing_interval` Sep 17 20:31:29.800 INFO kablam! --> src/subscription.rs:165:5 Sep 17 20:31:29.800 INFO kablam! | Sep 17 20:31:29.800 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 17 20:31:29.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:29.801 INFO kablam! | Sep 17 20:31:29.801 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 20:31:29.802 INFO kablam! Sep 17 20:31:29.802 INFO kablam! warning: method is never used: `lifetime_count` Sep 17 20:31:29.802 INFO kablam! --> src/subscription.rs:169:5 Sep 17 20:31:29.803 INFO kablam! | Sep 17 20:31:29.803 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 17 20:31:29.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:29.804 INFO kablam! Sep 17 20:31:29.804 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 17 20:31:29.805 INFO kablam! --> src/subscription.rs:173:5 Sep 17 20:31:29.805 INFO kablam! | Sep 17 20:31:29.805 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 17 20:31:29.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:29.806 INFO kablam! Sep 17 20:31:29.806 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 17 20:31:29.807 INFO kablam! --> src/subscription.rs:177:5 Sep 17 20:31:29.807 INFO kablam! | Sep 17 20:31:29.807 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 17 20:31:29.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:29.808 INFO kablam! Sep 17 20:31:29.808 INFO kablam! warning: method is never used: `priority` Sep 17 20:31:29.809 INFO kablam! --> src/subscription.rs:181:5 Sep 17 20:31:29.809 INFO kablam! | Sep 17 20:31:29.810 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 17 20:31:29.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:29.810 INFO kablam! Sep 17 20:31:29.811 INFO kablam! warning: method is never used: `publishing_enabled` Sep 17 20:31:29.811 INFO kablam! --> src/subscription.rs:185:5 Sep 17 20:31:29.811 INFO kablam! | Sep 17 20:31:29.812 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 17 20:31:29.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:29.812 INFO kablam! Sep 17 20:31:30.295 INFO kablam! warning: method is never used: `publishing_interval` Sep 17 20:31:30.295 INFO kablam! --> src/subscription.rs:165:5 Sep 17 20:31:30.295 INFO kablam! | Sep 17 20:31:30.295 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 17 20:31:30.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:30.296 INFO kablam! | Sep 17 20:31:30.296 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 20:31:30.296 INFO kablam! Sep 17 20:31:30.297 INFO kablam! warning: method is never used: `lifetime_count` Sep 17 20:31:30.297 INFO kablam! --> src/subscription.rs:169:5 Sep 17 20:31:30.297 INFO kablam! | Sep 17 20:31:30.298 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 17 20:31:30.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:30.298 INFO kablam! Sep 17 20:31:30.299 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 17 20:31:30.299 INFO kablam! --> src/subscription.rs:173:5 Sep 17 20:31:30.299 INFO kablam! | Sep 17 20:31:30.300 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 17 20:31:30.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:30.300 INFO kablam! Sep 17 20:31:30.301 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 17 20:31:30.301 INFO kablam! --> src/subscription.rs:177:5 Sep 17 20:31:30.302 INFO kablam! | Sep 17 20:31:30.302 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 17 20:31:30.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:30.303 INFO kablam! Sep 17 20:31:30.303 INFO kablam! warning: method is never used: `priority` Sep 17 20:31:30.303 INFO kablam! --> src/subscription.rs:181:5 Sep 17 20:31:30.304 INFO kablam! | Sep 17 20:31:30.304 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 17 20:31:30.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:30.305 INFO kablam! Sep 17 20:31:30.305 INFO kablam! warning: method is never used: `publishing_enabled` Sep 17 20:31:30.305 INFO kablam! --> src/subscription.rs:185:5 Sep 17 20:31:30.306 INFO kablam! | Sep 17 20:31:30.306 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 17 20:31:30.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:30.307 INFO kablam! Sep 17 20:31:30.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.95s Sep 17 20:31:30.455 INFO kablam! su: No module specific data is present Sep 17 20:31:31.645 INFO running `"docker" "rm" "-f" "4da3a755bcca3dabe7d0da1ee4d05dbe40264e490254cb80569ed21b11bab3b2"` Sep 17 20:31:31.927 INFO blam! 4da3a755bcca3dabe7d0da1ee4d05dbe40264e490254cb80569ed21b11bab3b2