Sep 02 05:46:38.879 INFO checking opcua-core-0.3.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 05:46:38.879 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 05:46:38.880 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 05:46:39.070 INFO blam! 50eaa04c00d6bc520e6ed08c4fe1d56457928538db4c88acca65aa0a3cc46d2b Sep 02 05:46:39.072 INFO running `"docker" "start" "-a" "50eaa04c00d6bc520e6ed08c4fe1d56457928538db4c88acca65aa0a3cc46d2b"` Sep 02 05:46:39.730 INFO kablam! Checking opcua-types v0.3.0 Sep 02 05:47:07.985 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 02 05:47:10.775 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 02 05:47:10.775 INFO kablam! --> src/config.rs:12:5 Sep 02 05:47:10.775 INFO kablam! | Sep 02 05:47:10.775 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 02 05:47:10.775 INFO kablam! 13 | | if self.is_valid() { Sep 02 05:47:10.776 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 02 05:47:10.776 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 02 05:47:10.776 INFO kablam! ... | Sep 02 05:47:10.776 INFO kablam! 28 | | Err(()) Sep 02 05:47:10.776 INFO kablam! 29 | | } Sep 02 05:47:10.776 INFO kablam! | |_____^ Sep 02 05:47:10.776 INFO kablam! | Sep 02 05:47:10.776 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 02 05:47:10.776 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 02 05:47:10.776 INFO kablam! = note: for more information, see issue #51443 Sep 02 05:47:10.776 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 02 05:47:10.776 INFO kablam! Sep 02 05:47:11.184 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 02 05:47:11.185 INFO kablam! --> src/config.rs:12:5 Sep 02 05:47:11.185 INFO kablam! | Sep 02 05:47:11.185 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 02 05:47:11.185 INFO kablam! 13 | | if self.is_valid() { Sep 02 05:47:11.185 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 02 05:47:11.185 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 02 05:47:11.185 INFO kablam! ... | Sep 02 05:47:11.185 INFO kablam! 28 | | Err(()) Sep 02 05:47:11.185 INFO kablam! 29 | | } Sep 02 05:47:11.185 INFO kablam! | |_____^ Sep 02 05:47:11.185 INFO kablam! | Sep 02 05:47:11.185 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 02 05:47:11.185 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 02 05:47:11.185 INFO kablam! = note: for more information, see issue #51443 Sep 02 05:47:11.185 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 02 05:47:11.185 INFO kablam! Sep 02 05:47:11.975 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 02 05:47:11.975 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 02 05:47:11.975 INFO kablam! | Sep 02 05:47:11.975 INFO kablam! 167 | let result = signer.finish(); Sep 02 05:47:11.975 INFO kablam! | ^^^^^^ Sep 02 05:47:11.976 INFO kablam! | Sep 02 05:47:11.976 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 05:47:11.976 INFO kablam! Sep 02 05:47:11.993 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 02 05:47:11.993 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 02 05:47:11.993 INFO kablam! | Sep 02 05:47:11.993 INFO kablam! 186 | let result = verifier.finish(signature); Sep 02 05:47:11.993 INFO kablam! | ^^^^^^ Sep 02 05:47:11.993 INFO kablam! Sep 02 05:47:12.171 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 02 05:47:12.171 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 02 05:47:12.172 INFO kablam! | Sep 02 05:47:12.172 INFO kablam! 59 | signer.finish().unwrap() Sep 02 05:47:12.172 INFO kablam! | ^^^^^^ Sep 02 05:47:12.172 INFO kablam! Sep 02 05:47:12.477 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 02 05:47:12.477 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 02 05:47:12.477 INFO kablam! | Sep 02 05:47:12.477 INFO kablam! 167 | let result = signer.finish(); Sep 02 05:47:12.477 INFO kablam! | ^^^^^^ Sep 02 05:47:12.477 INFO kablam! | Sep 02 05:47:12.477 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 05:47:12.477 INFO kablam! Sep 02 05:47:12.495 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 02 05:47:12.495 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 02 05:47:12.495 INFO kablam! | Sep 02 05:47:12.495 INFO kablam! 186 | let result = verifier.finish(signature); Sep 02 05:47:12.495 INFO kablam! | ^^^^^^ Sep 02 05:47:12.495 INFO kablam! Sep 02 05:47:12.676 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 02 05:47:12.676 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 02 05:47:12.676 INFO kablam! | Sep 02 05:47:12.677 INFO kablam! 59 | signer.finish().unwrap() Sep 02 05:47:12.677 INFO kablam! | ^^^^^^ Sep 02 05:47:12.677 INFO kablam! Sep 02 05:47:14.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.61s Sep 02 05:47:14.224 INFO kablam! su: No module specific data is present Sep 02 05:47:14.683 INFO running `"docker" "rm" "-f" "50eaa04c00d6bc520e6ed08c4fe1d56457928538db4c88acca65aa0a3cc46d2b"` Sep 02 05:47:14.815 INFO blam! 50eaa04c00d6bc520e6ed08c4fe1d56457928538db4c88acca65aa0a3cc46d2b