[INFO] crate buttplug 0.0.2 is already in cache [INFO] checking buttplug-0.0.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate buttplug 0.0.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate buttplug 0.0.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate buttplug 0.0.2 [INFO] finished tweaking crates.io crate buttplug 0.0.2 [INFO] tweaked toml for crates.io crate buttplug 0.0.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate buttplug 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1be07f328de8c46851f1f5fff81fc1ccbc104d5041f74aab86bfeff7033ceb54 [INFO] running `"docker" "start" "-a" "1be07f328de8c46851f1f5fff81fc1ccbc104d5041f74aab86bfeff7033ceb54"` [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling openssl-sys v0.9.52 [INFO] [stderr] Checking unicode-normalization v0.1.10 [INFO] [stderr] Checking async-macros v2.0.0 [INFO] [stderr] Checking async-task v1.0.0 [INFO] [stderr] Checking getrandom v0.1.13 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking broadcaster v0.2.6 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Checking async-std v1.1.0 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking ws v0.9.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Compiling async-trait v0.1.18 [INFO] [stderr] Compiling buttplug_derive v0.0.1 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking buttplug v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/websocket.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 162 | impl ButtplugClientConnector for ButtplugWebsocketClientConnector { [INFO] [stderr] 163 | / async fn connect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 164 | | let send = self.helper.get_remote_send(); [INFO] [stderr] 165 | | let fut = ButtplugClientConnectionFuture::default(); [INFO] [stderr] 166 | | let waker = fut.get_state_clone(); [INFO] [stderr] ... | [INFO] [stderr] 200 | | fut.await [INFO] [stderr] 201 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/websocket.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 203 | / async fn disconnect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 204 | | self.helper.close().await; [INFO] [stderr] 205 | | Ok(()) [INFO] [stderr] 206 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/websocket.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 208 | / async fn send(&mut self, msg: &ButtplugMessageUnion, state: &ButtplugClientMessageStateShared) { [INFO] [stderr] 209 | | self.helper.send(msg, state).await; [INFO] [stderr] 210 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/mod.rs:99:1 [INFO] [stderr] | [INFO] [stderr] 99 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 100 | impl ButtplugClientConnector for ButtplugEmbeddedClientConnector { [INFO] [stderr] 101 | / async fn connect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 102 | | Ok(()) [INFO] [stderr] 103 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/mod.rs:99:1 [INFO] [stderr] | [INFO] [stderr] 99 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 105 | / async fn disconnect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 106 | | Ok(()) [INFO] [stderr] 107 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/mod.rs:99:1 [INFO] [stderr] | [INFO] [stderr] 99 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 109 | / async fn send(&mut self, msg: &ButtplugMessageUnion, state: &ButtplugClientMessageStateShared) { [INFO] [stderr] 110 | | let ret_msg = self.server.send_message(msg).await; [INFO] [stderr] 111 | | let mut waker_state = state.lock().unwrap(); [INFO] [stderr] 112 | | waker_state.set_reply(ret_msg.unwrap()); [INFO] [stderr] 113 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/mod.rs:526:5 [INFO] [stderr] | [INFO] [stderr] 526 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 527 | impl ButtplugClientConnector for ButtplugFailingConnector { [INFO] [stderr] 528 | / async fn connect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 529 | | Err(ButtplugClientConnectorError::new("Always fails")) [INFO] [stderr] 530 | | } [INFO] [stderr] | |_________- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/mod.rs:526:5 [INFO] [stderr] | [INFO] [stderr] 526 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 532 | / async fn disconnect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 533 | | Err(ButtplugClientConnectorError::new("Always fails")) [INFO] [stderr] 534 | | } [INFO] [stderr] | |_________- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/mod.rs:526:5 [INFO] [stderr] | [INFO] [stderr] 526 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 536 | / async fn send( [INFO] [stderr] 537 | | &mut self, [INFO] [stderr] 538 | | _msg: &ButtplugMessageUnion, [INFO] [stderr] 539 | | _state: &ButtplugClientMessageStateShared, [INFO] [stderr] 540 | | ) { [INFO] [stderr] 541 | | } [INFO] [stderr] | |_________- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/websocket.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 162 | impl ButtplugClientConnector for ButtplugWebsocketClientConnector { [INFO] [stderr] 163 | / async fn connect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 164 | | let send = self.helper.get_remote_send(); [INFO] [stderr] 165 | | let fut = ButtplugClientConnectionFuture::default(); [INFO] [stderr] 166 | | let waker = fut.get_state_clone(); [INFO] [stderr] ... | [INFO] [stderr] 200 | | fut.await [INFO] [stderr] 201 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/websocket.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 203 | / async fn disconnect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 204 | | self.helper.close().await; [INFO] [stderr] 205 | | Ok(()) [INFO] [stderr] 206 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/websocket.rs:161:1 [INFO] [stderr] | [INFO] [stderr] 161 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 208 | / async fn send(&mut self, msg: &ButtplugMessageUnion, state: &ButtplugClientMessageStateShared) { [INFO] [stderr] 209 | | self.helper.send(msg, state).await; [INFO] [stderr] 210 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/mod.rs:99:1 [INFO] [stderr] | [INFO] [stderr] 99 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 100 | impl ButtplugClientConnector for ButtplugEmbeddedClientConnector { [INFO] [stderr] 101 | / async fn connect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 102 | | Ok(()) [INFO] [stderr] 103 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/mod.rs:99:1 [INFO] [stderr] | [INFO] [stderr] 99 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 105 | / async fn disconnect(&mut self) -> Result<(), ButtplugClientConnectorError> { [INFO] [stderr] 106 | | Ok(()) [INFO] [stderr] 107 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/client/connectors/mod.rs:99:1 [INFO] [stderr] | [INFO] [stderr] 99 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 109 | / async fn send(&mut self, msg: &ButtplugMessageUnion, state: &ButtplugClientMessageStateShared) { [INFO] [stderr] 110 | | let ret_msg = self.server.send_message(msg).await; [INFO] [stderr] 111 | | let mut waker_state = state.lock().unwrap(); [INFO] [stderr] 112 | | waker_state.set_reply(ret_msg.unwrap()); [INFO] [stderr] 113 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/mod.rs:67:60 [INFO] [stderr] | [INFO] [stderr] 67 | ButtplugClientError::ButtplugError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/mod.rs:68:75 [INFO] [stderr] | [INFO] [stderr] 68 | ButtplugClientError::ButtplugClientConnectorError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:201:60 [INFO] [stderr] | [INFO] [stderr] 201 | ButtplugError::ButtplugDeviceError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:202:61 [INFO] [stderr] | [INFO] [stderr] 202 | ButtplugError::ButtplugMessageError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:203:58 [INFO] [stderr] | [INFO] [stderr] 203 | ButtplugError::ButtplugPingError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:204:63 [INFO] [stderr] | [INFO] [stderr] 204 | ButtplugError::ButtplugHandshakeError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:205:61 [INFO] [stderr] | [INFO] [stderr] 205 | ButtplugError::ButtplugUnknownError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/mod.rs:67:60 [INFO] [stderr] | [INFO] [stderr] 67 | ButtplugClientError::ButtplugError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/client/mod.rs:68:75 [INFO] [stderr] | [INFO] [stderr] 68 | ButtplugClientError::ButtplugClientConnectorError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:201:60 [INFO] [stderr] | [INFO] [stderr] 201 | ButtplugError::ButtplugDeviceError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:202:61 [INFO] [stderr] | [INFO] [stderr] 202 | ButtplugError::ButtplugMessageError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:203:58 [INFO] [stderr] | [INFO] [stderr] 203 | ButtplugError::ButtplugPingError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:204:63 [INFO] [stderr] | [INFO] [stderr] 204 | ButtplugError::ButtplugHandshakeError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/core/errors.rs:205:61 [INFO] [stderr] | [INFO] [stderr] 205 | ButtplugError::ButtplugUnknownError(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `buttplug`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `buttplug`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1be07f328de8c46851f1f5fff81fc1ccbc104d5041f74aab86bfeff7033ceb54"` [INFO] running `"docker" "rm" "-f" "1be07f328de8c46851f1f5fff81fc1ccbc104d5041f74aab86bfeff7033ceb54"` [INFO] [stdout] 1be07f328de8c46851f1f5fff81fc1ccbc104d5041f74aab86bfeff7033ceb54