Sep 04 09:09:16.126 INFO checking opcua-core-0.3.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 09:09:16.126 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 09:09:16.126 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:09:16.323 INFO blam! 0e2b964c50d6f845524e55008fa5c786ff7a4d7fa8d5839aeedbaa30bb40865d Sep 04 09:09:16.324 INFO running `"docker" "start" "-a" "0e2b964c50d6f845524e55008fa5c786ff7a4d7fa8d5839aeedbaa30bb40865d"` Sep 04 09:09:17.135 INFO kablam! Checking opcua-types v0.3.0 Sep 04 09:09:43.224 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 04 09:09:44.821 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 04 09:09:44.821 INFO kablam! --> src/config.rs:12:5 Sep 04 09:09:44.821 INFO kablam! | Sep 04 09:09:44.821 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 09:09:44.821 INFO kablam! 13 | | if self.is_valid() { Sep 04 09:09:44.821 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 09:09:44.821 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 09:09:44.821 INFO kablam! ... | Sep 04 09:09:44.821 INFO kablam! 28 | | Err(()) Sep 04 09:09:44.821 INFO kablam! 29 | | } Sep 04 09:09:44.821 INFO kablam! | |_____^ Sep 04 09:09:44.821 INFO kablam! | Sep 04 09:09:44.821 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 09:09:44.821 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 04 09:09:44.822 INFO kablam! = note: for more information, see issue #51443 Sep 04 09:09:44.822 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 09:09:44.822 INFO kablam! Sep 04 09:09:45.257 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 04 09:09:45.257 INFO kablam! --> src/config.rs:12:5 Sep 04 09:09:45.257 INFO kablam! | Sep 04 09:09:45.257 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 09:09:45.257 INFO kablam! 13 | | if self.is_valid() { Sep 04 09:09:45.257 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 09:09:45.257 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 09:09:45.257 INFO kablam! ... | Sep 04 09:09:45.257 INFO kablam! 28 | | Err(()) Sep 04 09:09:45.258 INFO kablam! 29 | | } Sep 04 09:09:45.258 INFO kablam! | |_____^ Sep 04 09:09:45.258 INFO kablam! | Sep 04 09:09:45.258 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 09:09:45.258 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 04 09:09:45.258 INFO kablam! = note: for more information, see issue #51443 Sep 04 09:09:45.258 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 09:09:45.258 INFO kablam! Sep 04 09:09:45.514 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:45.514 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 04 09:09:45.514 INFO kablam! | Sep 04 09:09:45.514 INFO kablam! 167 | let result = signer.finish(); Sep 04 09:09:45.515 INFO kablam! | ^^^^^^ Sep 04 09:09:45.515 INFO kablam! | Sep 04 09:09:45.515 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 09:09:45.515 INFO kablam! Sep 04 09:09:45.525 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 04 09:09:45.525 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 04 09:09:45.525 INFO kablam! | Sep 04 09:09:45.525 INFO kablam! 186 | let result = verifier.finish(signature); Sep 04 09:09:45.525 INFO kablam! | ^^^^^^ Sep 04 09:09:45.525 INFO kablam! Sep 04 09:09:45.627 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:45.627 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 04 09:09:45.627 INFO kablam! | Sep 04 09:09:45.627 INFO kablam! 59 | signer.finish().unwrap() Sep 04 09:09:45.627 INFO kablam! | ^^^^^^ Sep 04 09:09:45.627 INFO kablam! Sep 04 09:09:45.982 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:45.982 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 04 09:09:45.982 INFO kablam! | Sep 04 09:09:45.982 INFO kablam! 167 | let result = signer.finish(); Sep 04 09:09:45.982 INFO kablam! | ^^^^^^ Sep 04 09:09:45.982 INFO kablam! | Sep 04 09:09:45.982 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 09:09:45.982 INFO kablam! Sep 04 09:09:45.993 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 04 09:09:45.993 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 04 09:09:45.993 INFO kablam! | Sep 04 09:09:45.993 INFO kablam! 186 | let result = verifier.finish(signature); Sep 04 09:09:45.993 INFO kablam! | ^^^^^^ Sep 04 09:09:45.993 INFO kablam! Sep 04 09:09:46.095 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:46.095 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 04 09:09:46.095 INFO kablam! | Sep 04 09:09:46.095 INFO kablam! 59 | signer.finish().unwrap() Sep 04 09:09:46.095 INFO kablam! | ^^^^^^ Sep 04 09:09:46.095 INFO kablam! Sep 04 09:09:47.518 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.51s Sep 04 09:09:47.525 INFO kablam! su: No module specific data is present Sep 04 09:09:47.948 INFO running `"docker" "rm" "-f" "0e2b964c50d6f845524e55008fa5c786ff7a4d7fa8d5839aeedbaa30bb40865d"` Sep 04 09:09:48.069 INFO blam! 0e2b964c50d6f845524e55008fa5c786ff7a4d7fa8d5839aeedbaa30bb40865d