Sep 01 12:19:44.037 INFO checking opcua-core-0.3.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 12:19:44.037 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 12:19:44.037 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:19:44.182 INFO blam! 3512498d5ea8b97eb5d32503edeb9b4cb67682075dc5cd56de693e33ae2cd37d Sep 01 12:19:44.183 INFO running `"docker" "start" "-a" "3512498d5ea8b97eb5d32503edeb9b4cb67682075dc5cd56de693e33ae2cd37d"` Sep 01 12:19:44.838 INFO kablam! Checking opcua-types v0.3.0 Sep 01 12:20:09.363 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 01 12:20:12.066 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 01 12:20:12.066 INFO kablam! --> src/config.rs:12:5 Sep 01 12:20:12.066 INFO kablam! | Sep 01 12:20:12.066 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 01 12:20:12.066 INFO kablam! 13 | | if self.is_valid() { Sep 01 12:20:12.066 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 01 12:20:12.066 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 01 12:20:12.066 INFO kablam! ... | Sep 01 12:20:12.066 INFO kablam! 28 | | Err(()) Sep 01 12:20:12.066 INFO kablam! 29 | | } Sep 01 12:20:12.066 INFO kablam! | |_____^ Sep 01 12:20:12.067 INFO kablam! | Sep 01 12:20:12.067 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 12:20:12.067 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 01 12:20:12.067 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:20:12.067 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 01 12:20:12.067 INFO kablam! Sep 01 12:20:12.474 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 01 12:20:12.474 INFO kablam! --> src/config.rs:12:5 Sep 01 12:20:12.474 INFO kablam! | Sep 01 12:20:12.474 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 01 12:20:12.474 INFO kablam! 13 | | if self.is_valid() { Sep 01 12:20:12.474 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 01 12:20:12.474 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 01 12:20:12.474 INFO kablam! ... | Sep 01 12:20:12.474 INFO kablam! 28 | | Err(()) Sep 01 12:20:12.474 INFO kablam! 29 | | } Sep 01 12:20:12.474 INFO kablam! | |_____^ Sep 01 12:20:12.474 INFO kablam! | Sep 01 12:20:12.474 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 12:20:12.474 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 01 12:20:12.474 INFO kablam! = note: for more information, see issue #51443 Sep 01 12:20:12.474 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 01 12:20:12.474 INFO kablam! Sep 01 12:20:13.220 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 01 12:20:13.220 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 01 12:20:13.220 INFO kablam! | Sep 01 12:20:13.220 INFO kablam! 167 | let result = signer.finish(); Sep 01 12:20:13.220 INFO kablam! | ^^^^^^ Sep 01 12:20:13.221 INFO kablam! | Sep 01 12:20:13.221 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 12:20:13.221 INFO kablam! Sep 01 12:20:13.237 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 01 12:20:13.237 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 01 12:20:13.237 INFO kablam! | Sep 01 12:20:13.238 INFO kablam! 186 | let result = verifier.finish(signature); Sep 01 12:20:13.238 INFO kablam! | ^^^^^^ Sep 01 12:20:13.238 INFO kablam! Sep 01 12:20:13.405 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 01 12:20:13.405 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 01 12:20:13.405 INFO kablam! | Sep 01 12:20:13.405 INFO kablam! 59 | signer.finish().unwrap() Sep 01 12:20:13.406 INFO kablam! | ^^^^^^ Sep 01 12:20:13.406 INFO kablam! Sep 01 12:20:13.688 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 01 12:20:13.688 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 01 12:20:13.688 INFO kablam! | Sep 01 12:20:13.688 INFO kablam! 167 | let result = signer.finish(); Sep 01 12:20:13.688 INFO kablam! | ^^^^^^ Sep 01 12:20:13.688 INFO kablam! | Sep 01 12:20:13.688 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 12:20:13.688 INFO kablam! Sep 01 12:20:13.705 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 01 12:20:13.705 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 01 12:20:13.705 INFO kablam! | Sep 01 12:20:13.705 INFO kablam! 186 | let result = verifier.finish(signature); Sep 01 12:20:13.705 INFO kablam! | ^^^^^^ Sep 01 12:20:13.705 INFO kablam! Sep 01 12:20:13.875 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 01 12:20:13.875 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 01 12:20:13.875 INFO kablam! | Sep 01 12:20:13.875 INFO kablam! 59 | signer.finish().unwrap() Sep 01 12:20:13.875 INFO kablam! | ^^^^^^ Sep 01 12:20:13.875 INFO kablam! Sep 01 12:20:15.517 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.79s Sep 01 12:20:15.526 INFO kablam! su: No module specific data is present Sep 01 12:20:16.194 INFO running `"docker" "rm" "-f" "3512498d5ea8b97eb5d32503edeb9b4cb67682075dc5cd56de693e33ae2cd37d"` Sep 01 12:20:16.309 INFO blam! 3512498d5ea8b97eb5d32503edeb9b4cb67682075dc5cd56de693e33ae2cd37d