Sep 04 12:09:16.060 INFO checking opcua-core-0.3.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 12:09:16.060 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 12:09:16.061 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:09:16.262 INFO blam! 7e613da37e8596b7ec0bf70341fd53c195fdce9a9401c4e9e07f03593e76c425 Sep 04 12:09:16.264 INFO running `"docker" "start" "-a" "7e613da37e8596b7ec0bf70341fd53c195fdce9a9401c4e9e07f03593e76c425"` Sep 04 12:09:17.079 INFO kablam! Checking opcua-types v0.3.0 Sep 04 12:09:41.698 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 04 12:09:44.392 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 04 12:09:44.392 INFO kablam! --> src/config.rs:12:5 Sep 04 12:09:44.392 INFO kablam! | Sep 04 12:09:44.392 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 12:09:44.392 INFO kablam! 13 | | if self.is_valid() { Sep 04 12:09:44.393 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 12:09:44.393 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 12:09:44.393 INFO kablam! ... | Sep 04 12:09:44.393 INFO kablam! 28 | | Err(()) Sep 04 12:09:44.393 INFO kablam! 29 | | } Sep 04 12:09:44.393 INFO kablam! | |_____^ Sep 04 12:09:44.393 INFO kablam! | Sep 04 12:09:44.393 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 12:09:44.394 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 12:09:44.394 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:09:44.394 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 12:09:44.394 INFO kablam! Sep 04 12:09:44.663 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 04 12:09:44.663 INFO kablam! --> src/config.rs:12:5 Sep 04 12:09:44.663 INFO kablam! | Sep 04 12:09:44.663 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 12:09:44.663 INFO kablam! 13 | | if self.is_valid() { Sep 04 12:09:44.663 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 12:09:44.663 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 12:09:44.663 INFO kablam! ... | Sep 04 12:09:44.663 INFO kablam! 28 | | Err(()) Sep 04 12:09:44.663 INFO kablam! 29 | | } Sep 04 12:09:44.663 INFO kablam! | |_____^ Sep 04 12:09:44.663 INFO kablam! | Sep 04 12:09:44.663 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 12:09:44.663 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 12:09:44.663 INFO kablam! = note: for more information, see issue #51443 Sep 04 12:09:44.663 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 12:09:44.663 INFO kablam! Sep 04 12:09:45.427 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 12:09:45.427 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 04 12:09:45.427 INFO kablam! | Sep 04 12:09:45.427 INFO kablam! 167 | let result = signer.finish(); Sep 04 12:09:45.428 INFO kablam! | ^^^^^^ Sep 04 12:09:45.428 INFO kablam! | Sep 04 12:09:45.428 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:09:45.428 INFO kablam! Sep 04 12:09:45.443 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 04 12:09:45.443 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 04 12:09:45.444 INFO kablam! | Sep 04 12:09:45.444 INFO kablam! 186 | let result = verifier.finish(signature); Sep 04 12:09:45.444 INFO kablam! | ^^^^^^ Sep 04 12:09:45.444 INFO kablam! Sep 04 12:09:45.594 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 12:09:45.594 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 04 12:09:45.594 INFO kablam! | Sep 04 12:09:45.594 INFO kablam! 59 | signer.finish().unwrap() Sep 04 12:09:45.594 INFO kablam! | ^^^^^^ Sep 04 12:09:45.594 INFO kablam! Sep 04 12:09:45.728 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 12:09:45.728 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 04 12:09:45.728 INFO kablam! | Sep 04 12:09:45.728 INFO kablam! 167 | let result = signer.finish(); Sep 04 12:09:45.728 INFO kablam! | ^^^^^^ Sep 04 12:09:45.728 INFO kablam! | Sep 04 12:09:45.728 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 12:09:45.728 INFO kablam! Sep 04 12:09:45.742 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 04 12:09:45.743 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 04 12:09:45.743 INFO kablam! | Sep 04 12:09:45.743 INFO kablam! 186 | let result = verifier.finish(signature); Sep 04 12:09:45.743 INFO kablam! | ^^^^^^ Sep 04 12:09:45.743 INFO kablam! Sep 04 12:09:45.886 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 04 12:09:45.886 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 04 12:09:45.886 INFO kablam! | Sep 04 12:09:45.886 INFO kablam! 59 | signer.finish().unwrap() Sep 04 12:09:45.886 INFO kablam! | ^^^^^^ Sep 04 12:09:45.887 INFO kablam! Sep 04 12:09:47.406 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.44s Sep 04 12:09:47.414 INFO kablam! su: No module specific data is present Sep 04 12:09:47.859 INFO running `"docker" "rm" "-f" "7e613da37e8596b7ec0bf70341fd53c195fdce9a9401c4e9e07f03593e76c425"` Sep 04 12:09:47.991 INFO blam! 7e613da37e8596b7ec0bf70341fd53c195fdce9a9401c4e9e07f03593e76c425