Sep 19 23:20:50.127 INFO checking opcua-client-0.3.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:20:50.127 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:20:50.127 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:20:50.324 INFO blam! 38611a7293e06745183abf9d8ff6637385bf5d0bd2f0cefd42741c7bb56946ec Sep 19 23:20:50.326 INFO running `"docker" "start" "-a" "38611a7293e06745183abf9d8ff6637385bf5d0bd2f0cefd42741c7bb56946ec"` Sep 19 23:20:51.281 INFO kablam! usermod: no changes Sep 19 23:20:51.526 INFO kablam! Checking opcua-types v0.3.0 Sep 19 23:20:51.526 INFO kablam! Checking timer v0.1.6 Sep 19 23:21:17.724 INFO kablam! Checking opcua-core v0.3.0 Sep 19 23:21:20.162 INFO kablam! Checking opcua-client v0.3.0 (/source) Sep 19 23:21:22.248 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 19 23:21:22.249 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 19 23:21:22.249 INFO kablam! | Sep 19 23:21:22.250 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 23:21:22.250 INFO kablam! 13 | | if self.is_valid() { Sep 19 23:21:22.251 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 23:21:22.251 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 23:21:22.251 INFO kablam! ... | Sep 19 23:21:22.252 INFO kablam! 28 | | Err(()) Sep 19 23:21:22.252 INFO kablam! 29 | | } Sep 19 23:21:22.252 INFO kablam! | |_____^ Sep 19 23:21:22.253 INFO kablam! | Sep 19 23:21:22.253 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 23:21:22.254 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 19 23:21:22.254 INFO kablam! = note: for more information, see issue #51443 Sep 19 23:21:22.255 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 23:21:22.255 INFO kablam! Sep 19 23:21:22.324 INFO kablam! warning: the trait `opcua_core::config::Config` cannot be made into an object Sep 19 23:21:22.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 19 23:21:22.325 INFO kablam! | Sep 19 23:21:22.326 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 23:21:22.326 INFO kablam! 13 | | if self.is_valid() { Sep 19 23:21:22.326 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 23:21:22.327 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 23:21:22.327 INFO kablam! ... | Sep 19 23:21:22.327 INFO kablam! 28 | | Err(()) Sep 19 23:21:22.327 INFO kablam! 29 | | } Sep 19 23:21:22.328 INFO kablam! | |_____^ Sep 19 23:21:22.328 INFO kablam! | Sep 19 23:21:22.328 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 23:21:22.329 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 19 23:21:22.329 INFO kablam! = note: for more information, see issue #51443 Sep 19 23:21:22.329 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 23:21:22.329 INFO kablam! Sep 19 23:21:23.351 INFO kablam! warning: method is never used: `publishing_interval` Sep 19 23:21:23.351 INFO kablam! --> src/subscription.rs:165:5 Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 19 23:21:23.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:21:23.351 INFO kablam! Sep 19 23:21:23.351 INFO kablam! warning: method is never used: `lifetime_count` Sep 19 23:21:23.351 INFO kablam! --> src/subscription.rs:169:5 Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 19 23:21:23.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.351 INFO kablam! Sep 19 23:21:23.351 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 19 23:21:23.351 INFO kablam! --> src/subscription.rs:173:5 Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 19 23:21:23.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.351 INFO kablam! Sep 19 23:21:23.351 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 19 23:21:23.351 INFO kablam! --> src/subscription.rs:177:5 Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 19 23:21:23.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.351 INFO kablam! Sep 19 23:21:23.351 INFO kablam! warning: method is never used: `priority` Sep 19 23:21:23.351 INFO kablam! --> src/subscription.rs:181:5 Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 19 23:21:23.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.351 INFO kablam! Sep 19 23:21:23.351 INFO kablam! warning: method is never used: `publishing_enabled` Sep 19 23:21:23.351 INFO kablam! --> src/subscription.rs:185:5 Sep 19 23:21:23.351 INFO kablam! | Sep 19 23:21:23.351 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 19 23:21:23.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.351 INFO kablam! Sep 19 23:21:23.487 INFO kablam! warning: method is never used: `publishing_interval` Sep 19 23:21:23.487 INFO kablam! --> src/subscription.rs:165:5 Sep 19 23:21:23.487 INFO kablam! | Sep 19 23:21:23.487 INFO kablam! 165 | pub fn publishing_interval(&self) -> Double { self.publishing_interval } Sep 19 23:21:23.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.487 INFO kablam! | Sep 19 23:21:23.487 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:21:23.487 INFO kablam! Sep 19 23:21:23.487 INFO kablam! warning: method is never used: `lifetime_count` Sep 19 23:21:23.487 INFO kablam! --> src/subscription.rs:169:5 Sep 19 23:21:23.487 INFO kablam! | Sep 19 23:21:23.487 INFO kablam! 169 | pub fn lifetime_count(&self) -> UInt32 { self.lifetime_count } Sep 19 23:21:23.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.487 INFO kablam! Sep 19 23:21:23.487 INFO kablam! warning: method is never used: `max_keep_alive_count` Sep 19 23:21:23.487 INFO kablam! --> src/subscription.rs:173:5 Sep 19 23:21:23.487 INFO kablam! | Sep 19 23:21:23.487 INFO kablam! 173 | pub fn max_keep_alive_count(&self) -> UInt32 { self.max_keep_alive_count } Sep 19 23:21:23.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.487 INFO kablam! Sep 19 23:21:23.488 INFO kablam! warning: method is never used: `max_notifications_per_publish` Sep 19 23:21:23.488 INFO kablam! --> src/subscription.rs:177:5 Sep 19 23:21:23.488 INFO kablam! | Sep 19 23:21:23.488 INFO kablam! 177 | pub fn max_notifications_per_publish(&self) -> UInt32 { self.max_notifications_per_publish } Sep 19 23:21:23.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.488 INFO kablam! Sep 19 23:21:23.488 INFO kablam! warning: method is never used: `priority` Sep 19 23:21:23.488 INFO kablam! --> src/subscription.rs:181:5 Sep 19 23:21:23.488 INFO kablam! | Sep 19 23:21:23.488 INFO kablam! 181 | pub fn priority(&self) -> Byte { self.priority } Sep 19 23:21:23.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.489 INFO kablam! Sep 19 23:21:23.489 INFO kablam! warning: method is never used: `publishing_enabled` Sep 19 23:21:23.489 INFO kablam! --> src/subscription.rs:185:5 Sep 19 23:21:23.489 INFO kablam! | Sep 19 23:21:23.489 INFO kablam! 185 | pub fn publishing_enabled(&self) -> Boolean { self.publishing_enabled } Sep 19 23:21:23.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:21:23.489 INFO kablam! Sep 19 23:21:23.562 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.24s Sep 19 23:21:23.570 INFO kablam! su: No module specific data is present Sep 19 23:21:24.299 INFO running `"docker" "rm" "-f" "38611a7293e06745183abf9d8ff6637385bf5d0bd2f0cefd42741c7bb56946ec"` Sep 19 23:21:24.432 INFO blam! 38611a7293e06745183abf9d8ff6637385bf5d0bd2f0cefd42741c7bb56946ec