Sep 14 12:16:43.862 INFO checking opcua-server-0.3.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:16:43.862 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:16:43.862 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-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:16:44.235 INFO blam! b381f313bed269fd61028ec95eb6813e82d54222058918750f00fbd9788cb6b3 Sep 14 12:16:44.241 INFO running `"docker" "start" "-a" "b381f313bed269fd61028ec95eb6813e82d54222058918750f00fbd9788cb6b3"` Sep 14 12:16:45.712 INFO kablam! usermod: no changes Sep 14 12:16:45.903 INFO kablam! Checking opcua-types v0.3.0 Sep 14 12:16:45.907 INFO kablam! Checking timer v0.1.6 Sep 14 12:17:13.344 INFO kablam! Checking opcua-core v0.3.0 Sep 14 12:17:16.201 INFO kablam! Checking opcua-client v0.3.0 Sep 14 12:17:18.384 INFO kablam! Checking opcua-server v0.3.0 (file:///source) Sep 14 12:17:22.053 INFO kablam! warning: the trait `opcua_client::prelude::Config` cannot be made into an object Sep 14 12:17:22.053 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 14 12:17:22.053 INFO kablam! | Sep 14 12:17:22.053 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 14 12:17:22.053 INFO kablam! 13 | | if self.is_valid() { Sep 14 12:17:22.053 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 14 12:17:22.053 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 14 12:17:22.053 INFO kablam! ... | Sep 14 12:17:22.053 INFO kablam! 28 | | Err(()) Sep 14 12:17:22.053 INFO kablam! 29 | | } Sep 14 12:17:22.053 INFO kablam! | |_____^ Sep 14 12:17:22.053 INFO kablam! | Sep 14 12:17:22.053 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 12:17:22.054 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:22.054 INFO kablam! = note: for more information, see issue #51443 Sep 14 12:17:22.054 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 14 12:17:22.054 INFO kablam! Sep 14 12:17:23.615 INFO kablam! warning: the trait `opcua_client::prelude::Config` cannot be made into an object Sep 14 12:17:23.615 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 14 12:17:23.615 INFO kablam! | Sep 14 12:17:23.615 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 14 12:17:23.615 INFO kablam! 13 | | if self.is_valid() { Sep 14 12:17:23.615 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 14 12:17:23.615 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 14 12:17:23.615 INFO kablam! ... | Sep 14 12:17:23.615 INFO kablam! 28 | | Err(()) Sep 14 12:17:23.615 INFO kablam! 29 | | } Sep 14 12:17:23.615 INFO kablam! | |_____^ Sep 14 12:17:23.615 INFO kablam! | Sep 14 12:17:23.615 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 12:17:23.615 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:23.615 INFO kablam! = note: for more information, see issue #51443 Sep 14 12:17:23.615 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 14 12:17:23.615 INFO kablam! Sep 14 12:18:26.338 INFO kablam! warning: unused variable: `server_state` Sep 14 12:18:26.338 INFO kablam! --> src/tests/services/subscription.rs:61:14 Sep 14 12:18:26.338 INFO kablam! | Sep 14 12:18:26.338 INFO kablam! 61 | let (mut server_state, mut session) = st.get_server_state_and_session(); Sep 14 12:18:26.338 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_server_state` instead Sep 14 12:18:26.338 INFO kablam! | Sep 14 12:18:26.338 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 12:18:26.338 INFO kablam! Sep 14 12:18:26.338 INFO kablam! warning: unused variable: `server_state` Sep 14 12:18:26.338 INFO kablam! --> src/tests/services/subscription.rs:175:10 Sep 14 12:18:26.338 INFO kablam! | Sep 14 12:18:26.338 INFO kablam! 175 | let (server_state, _) = st.get_server_state_and_session(); Sep 14 12:18:26.338 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_server_state` instead Sep 14 12:18:26.338 INFO kablam! Sep 14 12:18:30.095 INFO kablam! warning: variable does not need to be mutable Sep 14 12:18:30.095 INFO kablam! --> src/tests/services/subscription.rs:61:10 Sep 14 12:18:30.095 INFO kablam! | Sep 14 12:18:30.095 INFO kablam! 61 | let (mut server_state, mut session) = st.get_server_state_and_session(); Sep 14 12:18:30.095 INFO kablam! | ----^^^^^^^^^^^^ Sep 14 12:18:30.095 INFO kablam! | | Sep 14 12:18:30.095 INFO kablam! | help: remove this `mut` Sep 14 12:18:30.095 INFO kablam! | Sep 14 12:18:30.095 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 12:18:30.095 INFO kablam! Sep 14 12:18:31.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 45s Sep 14 12:18:31.450 INFO kablam! su: No module specific data is present Sep 14 12:18:32.165 INFO running `"docker" "rm" "-f" "b381f313bed269fd61028ec95eb6813e82d54222058918750f00fbd9788cb6b3"` Sep 14 12:18:32.255 INFO blam! b381f313bed269fd61028ec95eb6813e82d54222058918750f00fbd9788cb6b3