Sep 04 09:09:16.497 INFO checking opcua-server-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:09:16.497 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:09:16.497 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:09:16.658 INFO blam! df531f8a3bc3361a7f3c2a30bf74522abebbb97ff06835570ea933dd97e79220 Sep 04 09:09:16.660 INFO running `"docker" "start" "-a" "df531f8a3bc3361a7f3c2a30bf74522abebbb97ff06835570ea933dd97e79220"` Sep 04 09:09:17.495 INFO kablam! Checking opcua-types v0.3.0 Sep 04 09:09:17.495 INFO kablam! Checking timer v0.1.6 Sep 04 09:09:43.624 INFO kablam! Checking opcua-core v0.3.0 Sep 04 09:09:48.120 INFO kablam! Checking opcua-client v0.3.0 Sep 04 09:09:51.532 INFO kablam! Checking opcua-server v0.3.0 (file:///source) Sep 04 09:09:55.662 INFO kablam! warning: the trait `opcua_client::prelude::Config` cannot be made into an object Sep 04 09:09:55.662 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 04 09:09:55.662 INFO kablam! | Sep 04 09:09:55.662 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 09:09:55.662 INFO kablam! 13 | | if self.is_valid() { Sep 04 09:09:55.662 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 09:09:55.663 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 09:09:55.663 INFO kablam! ... | Sep 04 09:09:55.663 INFO kablam! 28 | | Err(()) Sep 04 09:09:55.663 INFO kablam! 29 | | } Sep 04 09:09:55.663 INFO kablam! | |_____^ Sep 04 09:09:55.663 INFO kablam! | Sep 04 09:09:55.663 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 09:09:55.663 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 04 09:09:55.663 INFO kablam! = note: for more information, see issue #51443 Sep 04 09:09:55.663 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 09:09:55.663 INFO kablam! Sep 04 09:09:57.468 INFO kablam! warning: the trait `opcua_client::prelude::Config` cannot be made into an object Sep 04 09:09:57.468 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 04 09:09:57.468 INFO kablam! | Sep 04 09:09:57.469 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 04 09:09:57.469 INFO kablam! 13 | | if self.is_valid() { Sep 04 09:09:57.469 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 04 09:09:57.469 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 04 09:09:57.469 INFO kablam! ... | Sep 04 09:09:57.469 INFO kablam! 28 | | Err(()) Sep 04 09:09:57.469 INFO kablam! 29 | | } Sep 04 09:09:57.469 INFO kablam! | |_____^ Sep 04 09:09:57.469 INFO kablam! | Sep 04 09:09:57.469 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 09:09:57.469 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 04 09:09:57.469 INFO kablam! = note: for more information, see issue #51443 Sep 04 09:09:57.469 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 04 09:09:57.469 INFO kablam! Sep 04 09:10:43.339 INFO kablam! warning: unused variable: `server_state` Sep 04 09:10:43.339 INFO kablam! --> src/tests/services/subscription.rs:61:14 Sep 04 09:10:43.339 INFO kablam! | Sep 04 09:10:43.339 INFO kablam! 61 | let (mut server_state, mut session) = st.get_server_state_and_session(); Sep 04 09:10:43.339 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_server_state` instead Sep 04 09:10:43.339 INFO kablam! | Sep 04 09:10:43.339 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 09:10:43.339 INFO kablam! Sep 04 09:10:43.339 INFO kablam! warning: unused variable: `server_state` Sep 04 09:10:43.339 INFO kablam! --> src/tests/services/subscription.rs:175:10 Sep 04 09:10:43.339 INFO kablam! | Sep 04 09:10:43.339 INFO kablam! 175 | let (server_state, _) = st.get_server_state_and_session(); Sep 04 09:10:43.339 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_server_state` instead Sep 04 09:10:43.339 INFO kablam! Sep 04 09:10:46.689 INFO kablam! warning: variable does not need to be mutable Sep 04 09:10:46.689 INFO kablam! --> src/tests/services/subscription.rs:61:10 Sep 04 09:10:46.689 INFO kablam! | Sep 04 09:10:46.690 INFO kablam! 61 | let (mut server_state, mut session) = st.get_server_state_and_session(); Sep 04 09:10:46.690 INFO kablam! | ----^^^^^^^^^^^^ Sep 04 09:10:46.690 INFO kablam! | | Sep 04 09:10:46.690 INFO kablam! | help: remove this `mut` Sep 04 09:10:46.690 INFO kablam! | Sep 04 09:10:46.690 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 09:10:46.690 INFO kablam! Sep 04 09:10:47.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Sep 04 09:10:47.161 INFO kablam! su: No module specific data is present Sep 04 09:10:47.515 INFO running `"docker" "rm" "-f" "df531f8a3bc3361a7f3c2a30bf74522abebbb97ff06835570ea933dd97e79220"` Sep 04 09:10:47.624 INFO blam! df531f8a3bc3361a7f3c2a30bf74522abebbb97ff06835570ea933dd97e79220