Sep 10 13:34:16.306 INFO checking opcua-server-0.3.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 13:34:16.306 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 13:34:16.307 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:34:16.517 INFO blam! 19ee46c7a9ebab34222026b405478d3195cf5c453feba6e3a747aea0088e6655 Sep 10 13:34:16.519 INFO running `"docker" "start" "-a" "19ee46c7a9ebab34222026b405478d3195cf5c453feba6e3a747aea0088e6655"` Sep 10 13:34:18.606 INFO kablam! usermod: no changes Sep 10 13:34:18.830 INFO kablam! Checking opcua-types v0.3.0 Sep 10 13:34:18.830 INFO kablam! Checking timer v0.1.6 Sep 10 13:34:51.775 INFO kablam! Checking opcua-core v0.3.0 Sep 10 13:34:54.666 INFO kablam! Checking opcua-client v0.3.0 Sep 10 13:34:57.126 INFO kablam! Checking opcua-server v0.3.0 (file:///source) Sep 10 13:35:16.155 INFO kablam! warning: the trait `opcua_client::prelude::Config` cannot be made into an object Sep 10 13:35:16.155 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 10 13:35:16.155 INFO kablam! | Sep 10 13:35:16.155 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 10 13:35:16.155 INFO kablam! 13 | | if self.is_valid() { Sep 10 13:35:16.155 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 10 13:35:16.155 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 10 13:35:16.155 INFO kablam! ... | Sep 10 13:35:16.155 INFO kablam! 28 | | Err(()) Sep 10 13:35:16.155 INFO kablam! 29 | | } Sep 10 13:35:16.155 INFO kablam! | |_____^ Sep 10 13:35:16.155 INFO kablam! | Sep 10 13:35:16.155 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 10 13:35:16.155 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 10 13:35:16.155 INFO kablam! = note: for more information, see issue #51443 Sep 10 13:35:16.155 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 10 13:35:16.155 INFO kablam! Sep 10 13:35:16.548 INFO kablam! warning: the trait `opcua_client::prelude::Config` cannot be made into an object Sep 10 13:35:16.548 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/opcua-core-0.3.0/src/config.rs:12:5 Sep 10 13:35:16.548 INFO kablam! | Sep 10 13:35:16.548 INFO kablam! 12 | / fn save(&self, path: &Path) -> Result<(), ()> where Self: serde::Serialize { Sep 10 13:35:16.548 INFO kablam! 13 | | if self.is_valid() { Sep 10 13:35:16.548 INFO kablam! 14 | | let s = serde_yaml::to_string(&self).unwrap(); Sep 10 13:35:16.548 INFO kablam! 15 | | if let Ok(mut f) = File::create(path) { Sep 10 13:35:16.548 INFO kablam! ... | Sep 10 13:35:16.548 INFO kablam! 28 | | Err(()) Sep 10 13:35:16.548 INFO kablam! 29 | | } Sep 10 13:35:16.548 INFO kablam! | |_____^ Sep 10 13:35:16.548 INFO kablam! | Sep 10 13:35:16.548 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 10 13:35:16.548 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 10 13:35:16.548 INFO kablam! = note: for more information, see issue #51443 Sep 10 13:35:16.548 INFO kablam! = note: method `save` references the `Self` type in where clauses Sep 10 13:35:16.548 INFO kablam! Sep 10 13:36:09.965 INFO kablam! error: Could not compile `opcua-server`. Sep 10 13:36:09.966 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 13:36:10.762 INFO kablam! warning: unused variable: `server_state` Sep 10 13:36:10.762 INFO kablam! --> src/tests/services/subscription.rs:61:14 Sep 10 13:36:10.762 INFO kablam! | Sep 10 13:36:10.762 INFO kablam! 61 | let (mut server_state, mut session) = st.get_server_state_and_session(); Sep 10 13:36:10.763 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_server_state` instead Sep 10 13:36:10.763 INFO kablam! | Sep 10 13:36:10.763 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 13:36:10.763 INFO kablam! Sep 10 13:36:10.763 INFO kablam! warning: unused variable: `server_state` Sep 10 13:36:10.763 INFO kablam! --> src/tests/services/subscription.rs:175:10 Sep 10 13:36:10.763 INFO kablam! | Sep 10 13:36:10.763 INFO kablam! 175 | let (server_state, _) = st.get_server_state_and_session(); Sep 10 13:36:10.763 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_server_state` instead Sep 10 13:36:10.763 INFO kablam! Sep 10 13:36:13.394 INFO kablam! warning: variable does not need to be mutable Sep 10 13:36:13.394 INFO kablam! --> src/tests/services/subscription.rs:61:10 Sep 10 13:36:13.394 INFO kablam! | Sep 10 13:36:13.394 INFO kablam! 61 | let (mut server_state, mut session) = st.get_server_state_and_session(); Sep 10 13:36:13.394 INFO kablam! | ----^^^^^^^^^^^^ Sep 10 13:36:13.394 INFO kablam! | | Sep 10 13:36:13.394 INFO kablam! | help: remove this `mut` Sep 10 13:36:13.394 INFO kablam! | Sep 10 13:36:13.394 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 13:36:13.394 INFO kablam! Sep 10 13:36:13.808 INFO kablam! error: build failed Sep 10 13:36:13.811 INFO kablam! su: No module specific data is present Sep 10 13:36:14.620 INFO running `"docker" "rm" "-f" "19ee46c7a9ebab34222026b405478d3195cf5c453feba6e3a747aea0088e6655"` Sep 10 13:36:14.716 INFO blam! 19ee46c7a9ebab34222026b405478d3195cf5c453feba6e3a747aea0088e6655