Sep 06 02:59:04.727 INFO checking opcua-core-0.3.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 02:59:04.727 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 02:59:04.728 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:59:04.933 INFO blam! 7af60ae49a3847b519774b9849abaf97c9b450d1fc6ad3ad1be145c3f14cd3f0 Sep 06 02:59:04.935 INFO running `"docker" "start" "-a" "7af60ae49a3847b519774b9849abaf97c9b450d1fc6ad3ad1be145c3f14cd3f0"` Sep 06 02:59:05.950 INFO kablam! usermod: no changes Sep 06 02:59:06.190 INFO kablam! Checking opcua-types v0.3.0 Sep 06 02:59:31.327 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 06 02:59:33.457 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 06 02:59:33.457 INFO kablam! --> src/config.rs:12:5 Sep 06 02:59:33.457 INFO kablam! | Sep 06 02:59:33.457 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 06 02:59:33.457 INFO kablam! 13 | | if self.is_valid() { Sep 06 02:59:33.457 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 06 02:59:33.457 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 06 02:59:33.457 INFO kablam! ... | Sep 06 02:59:33.457 INFO kablam! 28 | | Err(()) Sep 06 02:59:33.457 INFO kablam! 29 | | } Sep 06 02:59:33.457 INFO kablam! | |_____^ Sep 06 02:59:33.458 INFO kablam! | Sep 06 02:59:33.458 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 02:59:33.459 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 06 02:59:33.459 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:59:33.459 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 06 02:59:33.459 INFO kablam! Sep 06 02:59:33.862 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 06 02:59:33.862 INFO kablam! --> src/config.rs:12:5 Sep 06 02:59:33.862 INFO kablam! | Sep 06 02:59:33.862 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 06 02:59:33.862 INFO kablam! 13 | | if self.is_valid() { Sep 06 02:59:33.862 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 06 02:59:33.862 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 06 02:59:33.862 INFO kablam! ... | Sep 06 02:59:33.862 INFO kablam! 28 | | Err(()) Sep 06 02:59:33.862 INFO kablam! 29 | | } Sep 06 02:59:33.862 INFO kablam! | |_____^ Sep 06 02:59:33.863 INFO kablam! | Sep 06 02:59:33.863 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 06 02:59:33.863 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 06 02:59:33.864 INFO kablam! = note: for more information, see issue #51443 Sep 06 02:59:33.864 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 06 02:59:33.864 INFO kablam! Sep 06 02:59:34.410 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 02:59:34.410 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 06 02:59:34.410 INFO kablam! | Sep 06 02:59:34.410 INFO kablam! 167 | let result = signer.finish(); Sep 06 02:59:34.410 INFO kablam! | ^^^^^^ Sep 06 02:59:34.426 INFO kablam! | Sep 06 02:59:34.426 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 02:59:34.427 INFO kablam! Sep 06 02:59:34.434 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 06 02:59:34.434 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 06 02:59:34.434 INFO kablam! | Sep 06 02:59:34.434 INFO kablam! 186 | let result = verifier.finish(signature); Sep 06 02:59:34.434 INFO kablam! | ^^^^^^ Sep 06 02:59:34.434 INFO kablam! Sep 06 02:59:34.573 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 02:59:34.573 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 06 02:59:34.573 INFO kablam! | Sep 06 02:59:34.573 INFO kablam! 59 | signer.finish().unwrap() Sep 06 02:59:34.573 INFO kablam! | ^^^^^^ Sep 06 02:59:34.573 INFO kablam! Sep 06 02:59:34.853 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 02:59:34.854 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 06 02:59:34.854 INFO kablam! | Sep 06 02:59:34.854 INFO kablam! 167 | let result = signer.finish(); Sep 06 02:59:34.854 INFO kablam! | ^^^^^^ Sep 06 02:59:34.854 INFO kablam! | Sep 06 02:59:34.854 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 02:59:34.855 INFO kablam! Sep 06 02:59:34.862 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 06 02:59:34.862 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 06 02:59:34.862 INFO kablam! | Sep 06 02:59:34.862 INFO kablam! 186 | let result = verifier.finish(signature); Sep 06 02:59:34.862 INFO kablam! | ^^^^^^ Sep 06 02:59:34.878 INFO kablam! Sep 06 02:59:35.026 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 06 02:59:35.026 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 06 02:59:35.026 INFO kablam! | Sep 06 02:59:35.026 INFO kablam! 59 | signer.finish().unwrap() Sep 06 02:59:35.026 INFO kablam! | ^^^^^^ Sep 06 02:59:35.026 INFO kablam! Sep 06 02:59:36.522 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.54s Sep 06 02:59:36.532 INFO kablam! su: No module specific data is present Sep 06 02:59:37.945 INFO running `"docker" "rm" "-f" "7af60ae49a3847b519774b9849abaf97c9b450d1fc6ad3ad1be145c3f14cd3f0"` Sep 06 02:59:38.089 INFO blam! 7af60ae49a3847b519774b9849abaf97c9b450d1fc6ad3ad1be145c3f14cd3f0