Sep 19 23:20:39.321 INFO checking opcua-core-0.3.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:20:39.321 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:20:39.321 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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:39.556 INFO blam! 63a9b545ee750e8b0075b3a575a67b46a0cceefefe609a4f4cbccc9d2d1b2d39 Sep 19 23:20:39.557 INFO running `"docker" "start" "-a" "63a9b545ee750e8b0075b3a575a67b46a0cceefefe609a4f4cbccc9d2d1b2d39"` Sep 19 23:20:40.596 INFO kablam! usermod: no changes Sep 19 23:20:40.798 INFO kablam! Checking opcua-types v0.3.0 Sep 19 23:21:05.977 INFO kablam! Checking opcua-core v0.3.0 (/source) Sep 19 23:21:08.162 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 23:21:08.162 INFO kablam! --> src/config.rs:12:5 Sep 19 23:21:08.162 INFO kablam! | Sep 19 23:21:08.162 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 23:21:08.162 INFO kablam! 13 | | if self.is_valid() { Sep 19 23:21:08.162 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 23:21:08.162 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 23:21:08.162 INFO kablam! ... | Sep 19 23:21:08.162 INFO kablam! 28 | | Err(()) Sep 19 23:21:08.162 INFO kablam! 29 | | } Sep 19 23:21:08.162 INFO kablam! | |_____^ Sep 19 23:21:08.162 INFO kablam! | Sep 19 23:21:08.162 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 23:21:08.162 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:08.162 INFO kablam! = note: for more information, see issue #51443 Sep 19 23:21:08.162 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 23:21:08.162 INFO kablam! Sep 19 23:21:08.334 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 23:21:08.334 INFO kablam! --> src/config.rs:12:5 Sep 19 23:21:08.334 INFO kablam! | Sep 19 23:21:08.334 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 23:21:08.334 INFO kablam! 13 | | if self.is_valid() { Sep 19 23:21:08.334 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 23:21:08.334 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 23:21:08.334 INFO kablam! ... | Sep 19 23:21:08.334 INFO kablam! 28 | | Err(()) Sep 19 23:21:08.334 INFO kablam! 29 | | } Sep 19 23:21:08.334 INFO kablam! | |_____^ Sep 19 23:21:08.334 INFO kablam! | Sep 19 23:21:08.334 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 23:21:08.334 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:08.334 INFO kablam! = note: for more information, see issue #51443 Sep 19 23:21:08.334 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 23:21:08.334 INFO kablam! Sep 19 23:21:09.115 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:21:09.115 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 23:21:09.115 INFO kablam! | Sep 19 23:21:09.115 INFO kablam! 167 | let result = signer.finish(); Sep 19 23:21:09.115 INFO kablam! | ^^^^^^ Sep 19 23:21:09.115 INFO kablam! | Sep 19 23:21:09.115 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:21:09.116 INFO kablam! Sep 19 23:21:09.123 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 23:21:09.123 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 23:21:09.124 INFO kablam! | Sep 19 23:21:09.124 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 23:21:09.124 INFO kablam! | ^^^^^^ Sep 19 23:21:09.125 INFO kablam! Sep 19 23:21:09.274 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:21:09.275 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 23:21:09.275 INFO kablam! | Sep 19 23:21:09.275 INFO kablam! 59 | signer.finish().unwrap() Sep 19 23:21:09.276 INFO kablam! | ^^^^^^ Sep 19 23:21:09.276 INFO kablam! Sep 19 23:21:09.347 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:21:09.347 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 23:21:09.347 INFO kablam! | Sep 19 23:21:09.347 INFO kablam! 167 | let result = signer.finish(); Sep 19 23:21:09.347 INFO kablam! | ^^^^^^ Sep 19 23:21:09.347 INFO kablam! | Sep 19 23:21:09.347 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:21:09.347 INFO kablam! Sep 19 23:21:09.355 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 23:21:09.355 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 23:21:09.355 INFO kablam! | Sep 19 23:21:09.355 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 23:21:09.355 INFO kablam! | ^^^^^^ Sep 19 23:21:09.356 INFO kablam! Sep 19 23:21:09.499 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:21:09.499 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 23:21:09.499 INFO kablam! | Sep 19 23:21:09.499 INFO kablam! 59 | signer.finish().unwrap() Sep 19 23:21:09.499 INFO kablam! | ^^^^^^ Sep 19 23:21:09.499 INFO kablam! Sep 19 23:21:11.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.66s Sep 19 23:21:11.306 INFO kablam! su: No module specific data is present Sep 19 23:21:12.515 INFO running `"docker" "rm" "-f" "63a9b545ee750e8b0075b3a575a67b46a0cceefefe609a4f4cbccc9d2d1b2d39"` Sep 19 23:21:12.637 INFO blam! 63a9b545ee750e8b0075b3a575a67b46a0cceefefe609a4f4cbccc9d2d1b2d39