Sep 17 20:30:36.266 INFO checking opcua-core-0.3.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:30:36.266 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:30:36.266 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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:36.725 INFO blam! 0e6778b0a9377a078223bb7ce67ffc5afb386a517ba7800cdd09607ba5be7006 Sep 17 20:30:36.727 INFO running `"docker" "start" "-a" "0e6778b0a9377a078223bb7ce67ffc5afb386a517ba7800cdd09607ba5be7006"` Sep 17 20:30:38.368 INFO kablam! usermod: no changes Sep 17 20:30:38.527 INFO kablam! Checking opcua-types v0.3.0 Sep 17 20:31:05.422 INFO kablam! Checking opcua-core v0.3.0 (/source) Sep 17 20:31:07.771 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 17 20:31:07.771 INFO kablam! --> src/config.rs:12:5 Sep 17 20:31:07.771 INFO kablam! | Sep 17 20:31:07.772 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 17 20:31:07.772 INFO kablam! 13 | | if self.is_valid() { Sep 17 20:31:07.772 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 17 20:31:07.772 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 17 20:31:07.773 INFO kablam! ... | Sep 17 20:31:07.773 INFO kablam! 28 | | Err(()) Sep 17 20:31:07.773 INFO kablam! 29 | | } Sep 17 20:31:07.773 INFO kablam! | |_____^ Sep 17 20:31:07.774 INFO kablam! | Sep 17 20:31:07.774 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 17 20:31:07.774 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:07.775 INFO kablam! = note: for more information, see issue #51443 Sep 17 20:31:07.775 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 17 20:31:07.775 INFO kablam! Sep 17 20:31:08.239 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 17 20:31:08.239 INFO kablam! --> src/config.rs:12:5 Sep 17 20:31:08.240 INFO kablam! | Sep 17 20:31:08.240 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 17 20:31:08.240 INFO kablam! 13 | | if self.is_valid() { Sep 17 20:31:08.241 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 17 20:31:08.241 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 17 20:31:08.241 INFO kablam! ... | Sep 17 20:31:08.242 INFO kablam! 28 | | Err(()) Sep 17 20:31:08.242 INFO kablam! 29 | | } Sep 17 20:31:08.242 INFO kablam! | |_____^ Sep 17 20:31:08.243 INFO kablam! | Sep 17 20:31:08.243 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 17 20:31:08.243 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:08.244 INFO kablam! = note: for more information, see issue #51443 Sep 17 20:31:08.244 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 17 20:31:08.244 INFO kablam! Sep 17 20:31:08.711 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:08.711 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 17 20:31:08.712 INFO kablam! | Sep 17 20:31:08.712 INFO kablam! 167 | let result = signer.finish(); Sep 17 20:31:08.712 INFO kablam! | ^^^^^^ Sep 17 20:31:08.713 INFO kablam! | Sep 17 20:31:08.713 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 20:31:08.713 INFO kablam! Sep 17 20:31:08.731 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 17 20:31:08.731 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 17 20:31:08.732 INFO kablam! | Sep 17 20:31:08.732 INFO kablam! 186 | let result = verifier.finish(signature); Sep 17 20:31:08.732 INFO kablam! | ^^^^^^ Sep 17 20:31:08.733 INFO kablam! Sep 17 20:31:08.875 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:08.875 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 17 20:31:08.876 INFO kablam! | Sep 17 20:31:08.876 INFO kablam! 59 | signer.finish().unwrap() Sep 17 20:31:08.876 INFO kablam! | ^^^^^^ Sep 17 20:31:08.876 INFO kablam! Sep 17 20:31:09.276 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:09.276 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 17 20:31:09.276 INFO kablam! | Sep 17 20:31:09.277 INFO kablam! 167 | let result = signer.finish(); Sep 17 20:31:09.277 INFO kablam! | ^^^^^^ Sep 17 20:31:09.277 INFO kablam! | Sep 17 20:31:09.278 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 20:31:09.278 INFO kablam! Sep 17 20:31:09.295 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 17 20:31:09.295 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 17 20:31:09.295 INFO kablam! | Sep 17 20:31:09.295 INFO kablam! 186 | let result = verifier.finish(signature); Sep 17 20:31:09.295 INFO kablam! | ^^^^^^ Sep 17 20:31:09.295 INFO kablam! Sep 17 20:31:09.439 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:09.439 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 17 20:31:09.439 INFO kablam! | Sep 17 20:31:09.439 INFO kablam! 59 | signer.finish().unwrap() Sep 17 20:31:09.439 INFO kablam! | ^^^^^^ Sep 17 20:31:09.439 INFO kablam! Sep 17 20:31:10.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.55s Sep 17 20:31:10.964 INFO kablam! su: No module specific data is present Sep 17 20:31:12.397 INFO running `"docker" "rm" "-f" "0e6778b0a9377a078223bb7ce67ffc5afb386a517ba7800cdd09607ba5be7006"` Sep 17 20:31:12.655 INFO blam! 0e6778b0a9377a078223bb7ce67ffc5afb386a517ba7800cdd09607ba5be7006