Sep 17 20:30:37.323 INFO checking opcua-core-0.3.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 20:30:37.323 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 20:30:37.324 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:30:37.799 INFO blam! 8f22ebafb4576af0db8dc25ec1f29b454f615e67307650dec63cbbf7dde7528d Sep 17 20:30:37.801 INFO running `"docker" "start" "-a" "8f22ebafb4576af0db8dc25ec1f29b454f615e67307650dec63cbbf7dde7528d"` Sep 17 20:30:40.260 INFO kablam! usermod: no changes Sep 17 20:30:40.556 INFO kablam! Checking opcua-types v0.3.0 Sep 17 20:31:06.953 INFO kablam! Checking opcua-core v0.3.0 (/source) Sep 17 20:31:09.259 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 17 20:31:09.259 INFO kablam! --> src/config.rs:12:5 Sep 17 20:31:09.259 INFO kablam! | Sep 17 20:31:09.259 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 17 20:31:09.259 INFO kablam! 13 | | if self.is_valid() { Sep 17 20:31:09.259 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 17 20:31:09.259 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 17 20:31:09.259 INFO kablam! ... | Sep 17 20:31:09.259 INFO kablam! 28 | | Err(()) Sep 17 20:31:09.259 INFO kablam! 29 | | } Sep 17 20:31:09.259 INFO kablam! | |_____^ Sep 17 20:31:09.259 INFO kablam! | Sep 17 20:31:09.259 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 17 20:31:09.259 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 17 20:31:09.259 INFO kablam! = note: for more information, see issue #51443 Sep 17 20:31:09.259 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 17 20:31:09.259 INFO kablam! Sep 17 20:31:09.719 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 17 20:31:09.720 INFO kablam! --> src/config.rs:12:5 Sep 17 20:31:09.720 INFO kablam! | Sep 17 20:31:09.720 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 17 20:31:09.720 INFO kablam! 13 | | if self.is_valid() { Sep 17 20:31:09.721 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 17 20:31:09.721 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 17 20:31:09.722 INFO kablam! ... | Sep 17 20:31:09.722 INFO kablam! 28 | | Err(()) Sep 17 20:31:09.722 INFO kablam! 29 | | } Sep 17 20:31:09.722 INFO kablam! | |_____^ Sep 17 20:31:09.723 INFO kablam! | Sep 17 20:31:09.723 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 17 20:31:09.724 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 17 20:31:09.724 INFO kablam! = note: for more information, see issue #51443 Sep 17 20:31:09.724 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 17 20:31:09.725 INFO kablam! Sep 17 20:31:10.239 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:10.239 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 17 20:31:10.240 INFO kablam! | Sep 17 20:31:10.240 INFO kablam! 167 | let result = signer.finish(); Sep 17 20:31:10.241 INFO kablam! | ^^^^^^ Sep 17 20:31:10.241 INFO kablam! | Sep 17 20:31:10.241 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 20:31:10.242 INFO kablam! Sep 17 20:31:10.250 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 17 20:31:10.250 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 17 20:31:10.251 INFO kablam! | Sep 17 20:31:10.251 INFO kablam! 186 | let result = verifier.finish(signature); Sep 17 20:31:10.252 INFO kablam! | ^^^^^^ Sep 17 20:31:10.252 INFO kablam! Sep 17 20:31:10.403 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:10.403 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 17 20:31:10.404 INFO kablam! | Sep 17 20:31:10.404 INFO kablam! 59 | signer.finish().unwrap() Sep 17 20:31:10.404 INFO kablam! | ^^^^^^ Sep 17 20:31:10.405 INFO kablam! Sep 17 20:31:10.860 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:10.860 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 17 20:31:10.860 INFO kablam! | Sep 17 20:31:10.861 INFO kablam! 167 | let result = signer.finish(); Sep 17 20:31:10.861 INFO kablam! | ^^^^^^ Sep 17 20:31:10.861 INFO kablam! | Sep 17 20:31:10.862 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 20:31:10.862 INFO kablam! Sep 17 20:31:10.879 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 17 20:31:10.879 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 17 20:31:10.880 INFO kablam! | Sep 17 20:31:10.880 INFO kablam! 186 | let result = verifier.finish(signature); Sep 17 20:31:10.880 INFO kablam! | ^^^^^^ Sep 17 20:31:10.880 INFO kablam! Sep 17 20:31:11.043 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 17 20:31:11.043 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 17 20:31:11.043 INFO kablam! | Sep 17 20:31:11.043 INFO kablam! 59 | signer.finish().unwrap() Sep 17 20:31:11.043 INFO kablam! | ^^^^^^ Sep 17 20:31:11.043 INFO kablam! Sep 17 20:31:12.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.41s Sep 17 20:31:12.738 INFO kablam! su: No module specific data is present Sep 17 20:31:14.306 INFO running `"docker" "rm" "-f" "8f22ebafb4576af0db8dc25ec1f29b454f615e67307650dec63cbbf7dde7528d"` Sep 17 20:31:14.611 INFO blam! 8f22ebafb4576af0db8dc25ec1f29b454f615e67307650dec63cbbf7dde7528d