Sep 04 09:09:18.793 INFO checking opcua-core-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:09:18.793 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:09:18.794 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:09:18.969 INFO blam! ae52846836fd2680e199947b86a09f7b732c06075988c130b07e33f7c6db1fc2 Sep 04 09:09:18.972 INFO running `"docker" "start" "-a" "ae52846836fd2680e199947b86a09f7b732c06075988c130b07e33f7c6db1fc2"` Sep 04 09:09:19.608 INFO kablam! Checking opcua-types v0.3.0 Sep 04 09:09:46.681 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 04 09:09:48.518 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 04 09:09:48.518 INFO kablam! --> src/config.rs:12:5 Sep 04 09:09:48.518 INFO kablam! | Sep 04 09:09:48.518 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 09:09:48.518 INFO kablam! 13 | | if self.is_valid() { Sep 04 09:09:48.518 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 09:09:48.518 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 09:09:48.518 INFO kablam! ... | Sep 04 09:09:48.518 INFO kablam! 28 | | Err(()) Sep 04 09:09:48.518 INFO kablam! 29 | | } Sep 04 09:09:48.518 INFO kablam! | |_____^ Sep 04 09:09:48.518 INFO kablam! | Sep 04 09:09:48.518 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 09:09:48.518 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 04 09:09:48.518 INFO kablam! = note: for more information, see issue #51443 Sep 04 09:09:48.518 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 09:09:48.518 INFO kablam! Sep 04 09:09:49.071 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 04 09:09:49.071 INFO kablam! --> src/config.rs:12:5 Sep 04 09:09:49.071 INFO kablam! | Sep 04 09:09:49.071 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 09:09:49.071 INFO kablam! 13 | | if self.is_valid() { Sep 04 09:09:49.071 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 09:09:49.071 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 09:09:49.072 INFO kablam! ... | Sep 04 09:09:49.072 INFO kablam! 28 | | Err(()) Sep 04 09:09:49.072 INFO kablam! 29 | | } Sep 04 09:09:49.072 INFO kablam! | |_____^ Sep 04 09:09:49.072 INFO kablam! | Sep 04 09:09:49.072 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 09:09:49.072 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 04 09:09:49.072 INFO kablam! = note: for more information, see issue #51443 Sep 04 09:09:49.072 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 09:09:49.072 INFO kablam! Sep 04 09:09:49.338 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:49.338 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 04 09:09:49.339 INFO kablam! | Sep 04 09:09:49.339 INFO kablam! 167 | let result = signer.finish(); Sep 04 09:09:49.339 INFO kablam! | ^^^^^^ Sep 04 09:09:49.339 INFO kablam! | Sep 04 09:09:49.339 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 09:09:49.339 INFO kablam! Sep 04 09:09:49.349 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 04 09:09:49.349 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 04 09:09:49.349 INFO kablam! | Sep 04 09:09:49.350 INFO kablam! 186 | let result = verifier.finish(signature); Sep 04 09:09:49.350 INFO kablam! | ^^^^^^ Sep 04 09:09:49.350 INFO kablam! Sep 04 09:09:49.454 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:49.454 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 04 09:09:49.454 INFO kablam! | Sep 04 09:09:49.454 INFO kablam! 59 | signer.finish().unwrap() Sep 04 09:09:49.454 INFO kablam! | ^^^^^^ Sep 04 09:09:49.454 INFO kablam! Sep 04 09:09:49.811 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:49.811 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 04 09:09:49.811 INFO kablam! | Sep 04 09:09:49.811 INFO kablam! 167 | let result = signer.finish(); Sep 04 09:09:49.811 INFO kablam! | ^^^^^^ Sep 04 09:09:49.811 INFO kablam! | Sep 04 09:09:49.811 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 09:09:49.811 INFO kablam! Sep 04 09:09:49.822 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 04 09:09:49.822 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 04 09:09:49.822 INFO kablam! | Sep 04 09:09:49.822 INFO kablam! 186 | let result = verifier.finish(signature); Sep 04 09:09:49.822 INFO kablam! | ^^^^^^ Sep 04 09:09:49.822 INFO kablam! Sep 04 09:09:49.926 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 09:09:49.926 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 04 09:09:49.926 INFO kablam! | Sep 04 09:09:49.926 INFO kablam! 59 | signer.finish().unwrap() Sep 04 09:09:49.926 INFO kablam! | ^^^^^^ Sep 04 09:09:49.926 INFO kablam! Sep 04 09:09:51.572 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.05s Sep 04 09:09:51.582 INFO kablam! su: No module specific data is present Sep 04 09:09:52.064 INFO running `"docker" "rm" "-f" "ae52846836fd2680e199947b86a09f7b732c06075988c130b07e33f7c6db1fc2"` Sep 04 09:09:52.189 INFO blam! ae52846836fd2680e199947b86a09f7b732c06075988c130b07e33f7c6db1fc2