Sep 19 21:26:55.285 INFO checking opcua-core-0.3.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 21:26:55.286 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 21:26:55.286 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:26:55.712 INFO blam! c2a848734459505e8556d9c03f9823e7212de06430398c2c65fff5078b7c4cc3 Sep 19 21:26:55.714 INFO running `"docker" "start" "-a" "c2a848734459505e8556d9c03f9823e7212de06430398c2c65fff5078b7c4cc3"` Sep 19 21:26:58.259 INFO kablam! usermod: no changes Sep 19 21:26:58.431 INFO kablam! Checking opcua-types v0.3.0 Sep 19 21:27:24.365 INFO kablam! Checking opcua-core v0.3.0 (/source) Sep 19 21:27:26.703 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 21:27:26.703 INFO kablam! --> src/config.rs:12:5 Sep 19 21:27:26.704 INFO kablam! | Sep 19 21:27:26.704 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 21:27:26.704 INFO kablam! 13 | | if self.is_valid() { Sep 19 21:27:26.704 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 21:27:26.705 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 21:27:26.705 INFO kablam! ... | Sep 19 21:27:26.705 INFO kablam! 28 | | Err(()) Sep 19 21:27:26.705 INFO kablam! 29 | | } Sep 19 21:27:26.706 INFO kablam! | |_____^ Sep 19 21:27:26.706 INFO kablam! | Sep 19 21:27:26.706 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:27:26.707 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 21:27:26.707 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:27:26.707 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 21:27:26.707 INFO kablam! Sep 19 21:27:27.239 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 21:27:27.239 INFO kablam! --> src/config.rs:12:5 Sep 19 21:27:27.239 INFO kablam! | Sep 19 21:27:27.239 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 21:27:27.240 INFO kablam! 13 | | if self.is_valid() { Sep 19 21:27:27.240 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 21:27:27.240 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 21:27:27.240 INFO kablam! ... | Sep 19 21:27:27.240 INFO kablam! 28 | | Err(()) Sep 19 21:27:27.240 INFO kablam! 29 | | } Sep 19 21:27:27.240 INFO kablam! | |_____^ Sep 19 21:27:27.240 INFO kablam! | Sep 19 21:27:27.240 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:27:27.240 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 21:27:27.240 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:27:27.241 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 21:27:27.241 INFO kablam! Sep 19 21:27:27.671 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:27.671 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 21:27:27.672 INFO kablam! | Sep 19 21:27:27.672 INFO kablam! 167 | let result = signer.finish(); Sep 19 21:27:27.672 INFO kablam! | ^^^^^^ Sep 19 21:27:27.673 INFO kablam! | Sep 19 21:27:27.673 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:27:27.673 INFO kablam! Sep 19 21:27:27.681 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 21:27:27.681 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 21:27:27.682 INFO kablam! | Sep 19 21:27:27.682 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 21:27:27.682 INFO kablam! | ^^^^^^ Sep 19 21:27:27.683 INFO kablam! Sep 19 21:27:27.825 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:27.826 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 21:27:27.826 INFO kablam! | Sep 19 21:27:27.826 INFO kablam! 59 | signer.finish().unwrap() Sep 19 21:27:27.827 INFO kablam! | ^^^^^^ Sep 19 21:27:27.827 INFO kablam! Sep 19 21:27:28.351 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:28.351 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 21:27:28.352 INFO kablam! | Sep 19 21:27:28.352 INFO kablam! 167 | let result = signer.finish(); Sep 19 21:27:28.353 INFO kablam! | ^^^^^^ Sep 19 21:27:28.353 INFO kablam! | Sep 19 21:27:28.353 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:27:28.354 INFO kablam! Sep 19 21:27:28.362 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 21:27:28.363 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 21:27:28.363 INFO kablam! | Sep 19 21:27:28.364 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 21:27:28.364 INFO kablam! | ^^^^^^ Sep 19 21:27:28.364 INFO kablam! Sep 19 21:27:28.531 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:28.531 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 21:27:28.531 INFO kablam! | Sep 19 21:27:28.532 INFO kablam! 59 | signer.finish().unwrap() Sep 19 21:27:28.532 INFO kablam! | ^^^^^^ Sep 19 21:27:28.532 INFO kablam! Sep 19 21:27:30.046 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.75s Sep 19 21:27:30.054 INFO kablam! su: No module specific data is present Sep 19 21:27:31.533 INFO running `"docker" "rm" "-f" "c2a848734459505e8556d9c03f9823e7212de06430398c2c65fff5078b7c4cc3"` Sep 19 21:27:31.831 INFO blam! c2a848734459505e8556d9c03f9823e7212de06430398c2c65fff5078b7c4cc3