Sep 19 23:20:05.651 INFO checking opcua-core-0.3.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:20:05.651 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:20:05.651 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:05.935 INFO blam! 24ab1e0a9ff70fedb27928f5a78933b55619b2be9671181423d8447b831605a3 Sep 19 23:20:05.937 INFO running `"docker" "start" "-a" "24ab1e0a9ff70fedb27928f5a78933b55619b2be9671181423d8447b831605a3"` Sep 19 23:20:07.645 INFO kablam! usermod: no changes Sep 19 23:20:07.818 INFO kablam! Checking opcua-types v0.3.0 Sep 19 23:20:32.945 INFO kablam! Checking opcua-core v0.3.0 (/source) Sep 19 23:20:35.126 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 23:20:35.126 INFO kablam! --> src/config.rs:12:5 Sep 19 23:20:35.126 INFO kablam! | Sep 19 23:20:35.126 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 23:20:35.126 INFO kablam! 13 | | if self.is_valid() { Sep 19 23:20:35.126 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 23:20:35.126 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 23:20:35.126 INFO kablam! ... | Sep 19 23:20:35.126 INFO kablam! 28 | | Err(()) Sep 19 23:20:35.126 INFO kablam! 29 | | } Sep 19 23:20:35.126 INFO kablam! | |_____^ Sep 19 23:20:35.126 INFO kablam! | Sep 19 23:20:35.126 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 23:20:35.126 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:20:35.126 INFO kablam! = note: for more information, see issue #51443 Sep 19 23:20:35.126 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 23:20:35.126 INFO kablam! Sep 19 23:20:35.139 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 23:20:35.139 INFO kablam! --> src/config.rs:12:5 Sep 19 23:20:35.139 INFO kablam! | Sep 19 23:20:35.139 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 23:20:35.146 INFO kablam! 13 | | if self.is_valid() { Sep 19 23:20:35.146 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 23:20:35.146 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 23:20:35.146 INFO kablam! ... | Sep 19 23:20:35.146 INFO kablam! 28 | | Err(()) Sep 19 23:20:35.146 INFO kablam! 29 | | } Sep 19 23:20:35.146 INFO kablam! | |_____^ Sep 19 23:20:35.147 INFO kablam! | Sep 19 23:20:35.147 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 23:20:35.147 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:20:35.147 INFO kablam! = note: for more information, see issue #51443 Sep 19 23:20:35.147 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 23:20:35.147 INFO kablam! Sep 19 23:20:36.102 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:20:36.102 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 23:20:36.102 INFO kablam! | Sep 19 23:20:36.102 INFO kablam! 167 | let result = signer.finish(); Sep 19 23:20:36.102 INFO kablam! | ^^^^^^ Sep 19 23:20:36.102 INFO kablam! | Sep 19 23:20:36.102 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:20:36.102 INFO kablam! Sep 19 23:20:36.106 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 23:20:36.106 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 23:20:36.106 INFO kablam! | Sep 19 23:20:36.106 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 23:20:36.106 INFO kablam! | ^^^^^^ Sep 19 23:20:36.106 INFO kablam! Sep 19 23:20:36.134 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:20:36.134 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 23:20:36.134 INFO kablam! | Sep 19 23:20:36.134 INFO kablam! 167 | let result = signer.finish(); Sep 19 23:20:36.134 INFO kablam! | ^^^^^^ Sep 19 23:20:36.135 INFO kablam! | Sep 19 23:20:36.135 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:20:36.135 INFO kablam! Sep 19 23:20:36.141 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 23:20:36.141 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 23:20:36.141 INFO kablam! | Sep 19 23:20:36.141 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 23:20:36.141 INFO kablam! | ^^^^^^ Sep 19 23:20:36.141 INFO kablam! Sep 19 23:20:36.246 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:20:36.246 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 23:20:36.246 INFO kablam! | Sep 19 23:20:36.246 INFO kablam! 59 | signer.finish().unwrap() Sep 19 23:20:36.246 INFO kablam! | ^^^^^^ Sep 19 23:20:36.246 INFO kablam! Sep 19 23:20:36.270 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 23:20:36.270 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 23:20:36.270 INFO kablam! | Sep 19 23:20:36.270 INFO kablam! 59 | signer.finish().unwrap() Sep 19 23:20:36.270 INFO kablam! | ^^^^^^ Sep 19 23:20:36.270 INFO kablam! Sep 19 23:20:38.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.49s Sep 19 23:20:38.166 INFO kablam! su: No module specific data is present Sep 19 23:20:39.509 INFO running `"docker" "rm" "-f" "24ab1e0a9ff70fedb27928f5a78933b55619b2be9671181423d8447b831605a3"` Sep 19 23:20:39.608 INFO blam! 24ab1e0a9ff70fedb27928f5a78933b55619b2be9671181423d8447b831605a3