Sep 10 13:34:54.269 INFO checking opcua-core-0.3.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 13:34:54.269 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 13:34:54.270 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:34:54.480 INFO blam! 6e2e42205b971e447bc4fc9baf97964561347043cb49168d7a0d57c619046e09 Sep 10 13:34:54.482 INFO running `"docker" "start" "-a" "6e2e42205b971e447bc4fc9baf97964561347043cb49168d7a0d57c619046e09"` Sep 10 13:34:55.740 INFO kablam! usermod: no changes Sep 10 13:34:56.334 INFO kablam! Checking opcua-types v0.3.0 Sep 10 13:35:26.379 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 10 13:35:28.686 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 10 13:35:28.686 INFO kablam! --> src/config.rs:12:5 Sep 10 13:35:28.686 INFO kablam! | Sep 10 13:35:28.686 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 10 13:35:28.686 INFO kablam! 13 | | if self.is_valid() { Sep 10 13:35:28.686 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 10 13:35:28.686 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 10 13:35:28.686 INFO kablam! ... | Sep 10 13:35:28.686 INFO kablam! 28 | | Err(()) Sep 10 13:35:28.686 INFO kablam! 29 | | } Sep 10 13:35:28.686 INFO kablam! | |_____^ Sep 10 13:35:28.694 INFO kablam! | Sep 10 13:35:28.694 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 10 13:35:28.695 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 10 13:35:28.695 INFO kablam! = note: for more information, see issue #51443 Sep 10 13:35:28.695 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 10 13:35:28.696 INFO kablam! Sep 10 13:35:29.091 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 10 13:35:29.091 INFO kablam! --> src/config.rs:12:5 Sep 10 13:35:29.091 INFO kablam! | Sep 10 13:35:29.091 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 10 13:35:29.091 INFO kablam! 13 | | if self.is_valid() { Sep 10 13:35:29.091 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 10 13:35:29.091 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 10 13:35:29.091 INFO kablam! ... | Sep 10 13:35:29.091 INFO kablam! 28 | | Err(()) Sep 10 13:35:29.091 INFO kablam! 29 | | } Sep 10 13:35:29.091 INFO kablam! | |_____^ Sep 10 13:35:29.098 INFO kablam! | Sep 10 13:35:29.098 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 10 13:35:29.098 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 10 13:35:29.098 INFO kablam! = note: for more information, see issue #51443 Sep 10 13:35:29.098 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 10 13:35:29.098 INFO kablam! Sep 10 13:35:29.408 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 10 13:35:29.408 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 10 13:35:29.408 INFO kablam! | Sep 10 13:35:29.408 INFO kablam! 167 | let result = signer.finish(); Sep 10 13:35:29.408 INFO kablam! | ^^^^^^ Sep 10 13:35:29.408 INFO kablam! | Sep 10 13:35:29.408 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 13:35:29.409 INFO kablam! Sep 10 13:35:29.415 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 10 13:35:29.416 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 10 13:35:29.416 INFO kablam! | Sep 10 13:35:29.416 INFO kablam! 186 | let result = verifier.finish(signature); Sep 10 13:35:29.416 INFO kablam! | ^^^^^^ Sep 10 13:35:29.416 INFO kablam! Sep 10 13:35:29.498 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 10 13:35:29.498 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 10 13:35:29.498 INFO kablam! | Sep 10 13:35:29.498 INFO kablam! 59 | signer.finish().unwrap() Sep 10 13:35:29.498 INFO kablam! | ^^^^^^ Sep 10 13:35:29.501 INFO kablam! Sep 10 13:35:30.017 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 10 13:35:30.017 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 10 13:35:30.017 INFO kablam! | Sep 10 13:35:30.017 INFO kablam! 167 | let result = signer.finish(); Sep 10 13:35:30.017 INFO kablam! | ^^^^^^ Sep 10 13:35:30.017 INFO kablam! | Sep 10 13:35:30.017 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 13:35:30.017 INFO kablam! Sep 10 13:35:30.023 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 10 13:35:30.023 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 10 13:35:30.023 INFO kablam! | Sep 10 13:35:30.023 INFO kablam! 186 | let result = verifier.finish(signature); Sep 10 13:35:30.023 INFO kablam! | ^^^^^^ Sep 10 13:35:30.023 INFO kablam! Sep 10 13:35:30.091 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 10 13:35:30.091 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 10 13:35:30.091 INFO kablam! | Sep 10 13:35:30.091 INFO kablam! 59 | signer.finish().unwrap() Sep 10 13:35:30.091 INFO kablam! | ^^^^^^ Sep 10 13:35:30.091 INFO kablam! Sep 10 13:35:31.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.66s Sep 10 13:35:31.462 INFO kablam! su: No module specific data is present Sep 10 13:35:33.065 INFO running `"docker" "rm" "-f" "6e2e42205b971e447bc4fc9baf97964561347043cb49168d7a0d57c619046e09"` Sep 10 13:35:33.187 INFO blam! 6e2e42205b971e447bc4fc9baf97964561347043cb49168d7a0d57c619046e09