Sep 14 12:17:22.155 INFO checking opcua-core-0.3.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 12:17:22.155 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 12:17:22.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:17:22.811 INFO blam! 3e5e9e86773d4b2087ee93a35d24d3e6b6d96a898432ae71484ab8698bd3a1ea Sep 14 12:17:22.814 INFO running `"docker" "start" "-a" "3e5e9e86773d4b2087ee93a35d24d3e6b6d96a898432ae71484ab8698bd3a1ea"` Sep 14 12:17:24.938 INFO kablam! usermod: no changes Sep 14 12:17:25.219 INFO kablam! Checking opcua-types v0.3.0 Sep 14 12:17:51.868 INFO kablam! Checking opcua-core v0.3.0 (file:///source) Sep 14 12:17:54.145 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 14 12:17:54.145 INFO kablam! --> src/config.rs:12:5 Sep 14 12:17:54.145 INFO kablam! | Sep 14 12:17:54.145 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 14 12:17:54.145 INFO kablam! 13 | | if self.is_valid() { Sep 14 12:17:54.145 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 14 12:17:54.145 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 14 12:17:54.145 INFO kablam! ... | Sep 14 12:17:54.145 INFO kablam! 28 | | Err(()) Sep 14 12:17:54.145 INFO kablam! 29 | | } Sep 14 12:17:54.145 INFO kablam! | |_____^ Sep 14 12:17:54.145 INFO kablam! | Sep 14 12:17:54.145 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 12:17:54.145 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 14 12:17:54.145 INFO kablam! = note: for more information, see issue #51443 Sep 14 12:17:54.145 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 14 12:17:54.145 INFO kablam! Sep 14 12:17:54.387 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 14 12:17:54.388 INFO kablam! --> src/config.rs:12:5 Sep 14 12:17:54.388 INFO kablam! | Sep 14 12:17:54.388 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 14 12:17:54.388 INFO kablam! 13 | | if self.is_valid() { Sep 14 12:17:54.388 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 14 12:17:54.388 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 14 12:17:54.388 INFO kablam! ... | Sep 14 12:17:54.388 INFO kablam! 28 | | Err(()) Sep 14 12:17:54.388 INFO kablam! 29 | | } Sep 14 12:17:54.388 INFO kablam! | |_____^ Sep 14 12:17:54.388 INFO kablam! | Sep 14 12:17:54.388 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 12:17:54.388 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 14 12:17:54.388 INFO kablam! = note: for more information, see issue #51443 Sep 14 12:17:54.388 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 14 12:17:54.388 INFO kablam! Sep 14 12:17:55.173 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 14 12:17:55.173 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 14 12:17:55.173 INFO kablam! | Sep 14 12:17:55.173 INFO kablam! 167 | let result = signer.finish(); Sep 14 12:17:55.173 INFO kablam! | ^^^^^^ Sep 14 12:17:55.174 INFO kablam! | Sep 14 12:17:55.174 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:17:55.174 INFO kablam! Sep 14 12:17:55.182 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 14 12:17:55.182 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 14 12:17:55.182 INFO kablam! | Sep 14 12:17:55.182 INFO kablam! 186 | let result = verifier.finish(signature); Sep 14 12:17:55.182 INFO kablam! | ^^^^^^ Sep 14 12:17:55.187 INFO kablam! Sep 14 12:17:55.347 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 14 12:17:55.347 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 14 12:17:55.347 INFO kablam! | Sep 14 12:17:55.347 INFO kablam! 59 | signer.finish().unwrap() Sep 14 12:17:55.347 INFO kablam! | ^^^^^^ Sep 14 12:17:55.359 INFO kablam! Sep 14 12:17:55.436 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 14 12:17:55.436 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 14 12:17:55.436 INFO kablam! | Sep 14 12:17:55.436 INFO kablam! 167 | let result = signer.finish(); Sep 14 12:17:55.436 INFO kablam! | ^^^^^^ Sep 14 12:17:55.443 INFO kablam! | Sep 14 12:17:55.443 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:17:55.444 INFO kablam! Sep 14 12:17:55.464 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 14 12:17:55.465 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 14 12:17:55.465 INFO kablam! | Sep 14 12:17:55.465 INFO kablam! 186 | let result = verifier.finish(signature); Sep 14 12:17:55.465 INFO kablam! | ^^^^^^ Sep 14 12:17:55.465 INFO kablam! Sep 14 12:17:55.743 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 14 12:17:55.743 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 14 12:17:55.743 INFO kablam! | Sep 14 12:17:55.743 INFO kablam! 59 | signer.finish().unwrap() Sep 14 12:17:55.743 INFO kablam! | ^^^^^^ Sep 14 12:17:55.763 INFO kablam! Sep 14 12:17:57.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.43s Sep 14 12:17:57.411 INFO kablam! su: No module specific data is present Sep 14 12:17:58.515 INFO running `"docker" "rm" "-f" "3e5e9e86773d4b2087ee93a35d24d3e6b6d96a898432ae71484ab8698bd3a1ea"` Sep 14 12:17:58.907 INFO blam! 3e5e9e86773d4b2087ee93a35d24d3e6b6d96a898432ae71484ab8698bd3a1ea