Sep 19 21:26:35.112 INFO checking opcua-core-0.3.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 21:26:35.112 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 21:26:35.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:35.642 INFO blam! 9f8851c08d8842324020cc0af76f88f58291ba3a75c12b1758d4bc69958b65eb Sep 19 21:26:35.645 INFO running `"docker" "start" "-a" "9f8851c08d8842324020cc0af76f88f58291ba3a75c12b1758d4bc69958b65eb"` Sep 19 21:26:37.411 INFO kablam! usermod: no changes Sep 19 21:26:37.649 INFO kablam! Checking opcua-types v0.3.0 Sep 19 21:27:04.267 INFO kablam! Checking opcua-core v0.3.0 (/source) Sep 19 21:27:06.687 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 21:27:06.688 INFO kablam! --> src/config.rs:12:5 Sep 19 21:27:06.688 INFO kablam! | Sep 19 21:27:06.688 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 21:27:06.689 INFO kablam! 13 | | if self.is_valid() { Sep 19 21:27:06.689 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 21:27:06.689 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 21:27:06.690 INFO kablam! ... | Sep 19 21:27:06.690 INFO kablam! 28 | | Err(()) Sep 19 21:27:06.691 INFO kablam! 29 | | } Sep 19 21:27:06.691 INFO kablam! | |_____^ Sep 19 21:27:06.691 INFO kablam! | Sep 19 21:27:06.692 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:27:06.692 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:06.693 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:27:06.693 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 21:27:06.693 INFO kablam! Sep 19 21:27:06.956 INFO kablam! warning: the trait `config::Config` cannot be made into an object Sep 19 21:27:06.956 INFO kablam! --> src/config.rs:12:5 Sep 19 21:27:06.956 INFO kablam! | Sep 19 21:27:06.956 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 19 21:27:06.956 INFO kablam! 13 | | if self.is_valid() { Sep 19 21:27:06.956 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 19 21:27:06.956 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 19 21:27:06.956 INFO kablam! ... | Sep 19 21:27:06.956 INFO kablam! 28 | | Err(()) Sep 19 21:27:06.956 INFO kablam! 29 | | } Sep 19 21:27:06.956 INFO kablam! | |_____^ Sep 19 21:27:06.956 INFO kablam! | Sep 19 21:27:06.956 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 19 21:27:06.956 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:06.956 INFO kablam! = note: for more information, see issue #51443 Sep 19 21:27:06.956 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 19 21:27:06.956 INFO kablam! Sep 19 21:27:07.500 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:07.500 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 21:27:07.500 INFO kablam! | Sep 19 21:27:07.500 INFO kablam! 167 | let result = signer.finish(); Sep 19 21:27:07.500 INFO kablam! | ^^^^^^ Sep 19 21:27:07.500 INFO kablam! | Sep 19 21:27:07.500 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:27:07.500 INFO kablam! Sep 19 21:27:07.500 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 21:27:07.500 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 21:27:07.500 INFO kablam! | Sep 19 21:27:07.500 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 21:27:07.500 INFO kablam! | ^^^^^^ Sep 19 21:27:07.500 INFO kablam! Sep 19 21:27:07.567 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:07.567 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 21:27:07.567 INFO kablam! | Sep 19 21:27:07.567 INFO kablam! 59 | signer.finish().unwrap() Sep 19 21:27:07.567 INFO kablam! | ^^^^^^ Sep 19 21:27:07.567 INFO kablam! Sep 19 21:27:07.852 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:07.852 INFO kablam! --> src/crypto/pkey.rs:167:37 Sep 19 21:27:07.852 INFO kablam! | Sep 19 21:27:07.852 INFO kablam! 167 | let result = signer.finish(); Sep 19 21:27:07.852 INFO kablam! | ^^^^^^ Sep 19 21:27:07.852 INFO kablam! | Sep 19 21:27:07.852 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:27:07.852 INFO kablam! Sep 19 21:27:07.860 INFO kablam! warning: use of deprecated item 'openssl::sign::Verifier::finish': renamed to `verify` Sep 19 21:27:07.860 INFO kablam! --> src/crypto/pkey.rs:186:39 Sep 19 21:27:07.861 INFO kablam! | Sep 19 21:27:07.861 INFO kablam! 186 | let result = verifier.finish(signature); Sep 19 21:27:07.861 INFO kablam! | ^^^^^^ Sep 19 21:27:07.861 INFO kablam! Sep 19 21:27:07.946 INFO kablam! warning: use of deprecated item 'openssl::sign::Signer::finish': renamed to sign_to_vec Sep 19 21:27:07.947 INFO kablam! --> src/crypto/hash.rs:59:12 Sep 19 21:27:07.947 INFO kablam! | Sep 19 21:27:07.947 INFO kablam! 59 | signer.finish().unwrap() Sep 19 21:27:07.948 INFO kablam! | ^^^^^^ Sep 19 21:27:07.948 INFO kablam! Sep 19 21:27:09.173 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.73s Sep 19 21:27:09.183 INFO kablam! su: No module specific data is present Sep 19 21:27:09.917 INFO running `"docker" "rm" "-f" "9f8851c08d8842324020cc0af76f88f58291ba3a75c12b1758d4bc69958b65eb"` Sep 19 21:27:10.039 INFO blam! 9f8851c08d8842324020cc0af76f88f58291ba3a75c12b1758d4bc69958b65eb