[INFO] crate wmata 7.0.0 is already in cache [INFO] checking wmata-7.0.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate wmata 7.0.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate wmata 7.0.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate wmata 7.0.0 [INFO] finished tweaking crates.io crate wmata 7.0.0 [INFO] tweaked toml for crates.io crate wmata 7.0.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] c44fe8c55adfe14fc3907a7133787dda561d37fab8c150c35c101810e41c4808 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c44fe8c55adfe14fc3907a7133787dda561d37fab8c150c35c101810e41c4808"` [INFO] [stderr] Checking futures-channel v0.3.3 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking tokio-test v0.2.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking wmata v7.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 11 | pub trait NeedsRoute: Fetch { [INFO] [stderr] 12 | / async fn positions_along( [INFO] [stderr] 13 | | &self, [INFO] [stderr] 14 | | route: Option, [INFO] [stderr] 15 | | radius_at_lat_long: Option, [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 50 | / async fn incidents_along( [INFO] [stderr] 51 | | &self, [INFO] [stderr] 52 | | route: Option, [INFO] [stderr] 53 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 60 | | .await [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 63 | / async fn path( [INFO] [stderr] 64 | | &self, [INFO] [stderr] 65 | | route: Route, [INFO] [stderr] 66 | | date: Option, [INFO] [stderr] ... | [INFO] [stderr] 80 | | .await [INFO] [stderr] 81 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 83 | / async fn route_schedule( [INFO] [stderr] 84 | | &self, [INFO] [stderr] 85 | | route: Route, [INFO] [stderr] 86 | | date: Option, [INFO] [stderr] ... | [INFO] [stderr] 105 | | .await [INFO] [stderr] 106 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 110 | pub trait NeedsStop: Fetch { [INFO] [stderr] 111 | / async fn next_buses( [INFO] [stderr] 112 | | &self, [INFO] [stderr] 113 | | stop: &Stop, [INFO] [stderr] 114 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 121 | | .await [INFO] [stderr] 122 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 124 | / async fn stop_schedule( [INFO] [stderr] 125 | | &self, [INFO] [stderr] 126 | | stop: &Stop, [INFO] [stderr] 127 | | date: Option, [INFO] [stderr] ... | [INFO] [stderr] 141 | | .await [INFO] [stderr] 142 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 11 | pub trait NeedsLine: Fetch { [INFO] [stderr] 12 | / async fn stations_on( [INFO] [stderr] 13 | | &self, [INFO] [stderr] 14 | | line: Option, [INFO] [stderr] 15 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 22 | | .await [INFO] [stderr] 23 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 27 | pub trait NeedsStation: Fetch { [INFO] [stderr] 28 | / async fn station_to_station( [INFO] [stderr] 29 | | &self, [INFO] [stderr] 30 | | from_station: Option, [INFO] [stderr] 31 | | to_destination_station: Option, [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 61 | / async fn elevator_and_escalator_incidents_at( [INFO] [stderr] 62 | | &self, [INFO] [stderr] 63 | | station: Option, [INFO] [stderr] 64 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 71 | | .await [INFO] [stderr] 72 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 74 | / async fn incidents_at( [INFO] [stderr] 75 | | &self, [INFO] [stderr] 76 | | station: Option, [INFO] [stderr] 77 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 84 | | .await [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 87 | / async fn next_trains( [INFO] [stderr] 88 | | &self, [INFO] [stderr] 89 | | station: Station, [INFO] [stderr] 90 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 97 | | .await [INFO] [stderr] 98 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 100 | / async fn station_information( [INFO] [stderr] 101 | | &self, [INFO] [stderr] 102 | | station_code: Station, [INFO] [stderr] 103 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 110 | | .await [INFO] [stderr] 111 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 113 | / async fn parking_information( [INFO] [stderr] 114 | | &self, [INFO] [stderr] 115 | | station_code: Station, [INFO] [stderr] 116 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 123 | | .await [INFO] [stderr] 124 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 126 | / async fn path_from( [INFO] [stderr] 127 | | &self, [INFO] [stderr] 128 | | from_station: Station, [INFO] [stderr] 129 | | to_station: Station, [INFO] [stderr] ... | [INFO] [stderr] 140 | | .await [INFO] [stderr] 141 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 143 | / async fn timings( [INFO] [stderr] 144 | | &self, [INFO] [stderr] 145 | | station_code: Station, [INFO] [stderr] 146 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 153 | | .await [INFO] [stderr] 154 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/requests.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 31 | / async fn fetch(&self, wmata_request: Request<'_>) -> Result [INFO] [stderr] 32 | | where [INFO] [stderr] 33 | | U: DeserializeOwned, [INFO] [stderr] 34 | | { [INFO] [stderr] ... | [INFO] [stderr] 37 | | .and_then(Self::deserialize) [INFO] [stderr] 38 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/requests.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 46 | / async fn request(&self, wmata_request: Request<'_>) -> Result { [INFO] [stderr] 47 | | let mut request = reqwest::Client::new().get(wmata_request.path); [INFO] [stderr] 48 | | [INFO] [stderr] 49 | | if let Some(query) = wmata_request.query { [INFO] [stderr] ... | [INFO] [stderr] 64 | | } [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 11 | pub trait NeedsRoute: Fetch { [INFO] [stderr] 12 | / async fn positions_along( [INFO] [stderr] 13 | | &self, [INFO] [stderr] 14 | | route: Option, [INFO] [stderr] 15 | | radius_at_lat_long: Option, [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 50 | / async fn incidents_along( [INFO] [stderr] 51 | | &self, [INFO] [stderr] 52 | | route: Option, [INFO] [stderr] 53 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 60 | | .await [INFO] [stderr] 61 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 63 | / async fn path( [INFO] [stderr] 64 | | &self, [INFO] [stderr] 65 | | route: Route, [INFO] [stderr] 66 | | date: Option, [INFO] [stderr] ... | [INFO] [stderr] 80 | | .await [INFO] [stderr] 81 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 83 | / async fn route_schedule( [INFO] [stderr] 84 | | &self, [INFO] [stderr] 85 | | route: Route, [INFO] [stderr] 86 | | date: Option, [INFO] [stderr] ... | [INFO] [stderr] 105 | | .await [INFO] [stderr] 106 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 110 | pub trait NeedsStop: Fetch { [INFO] [stderr] 111 | / async fn next_buses( [INFO] [stderr] 112 | | &self, [INFO] [stderr] 113 | | stop: &Stop, [INFO] [stderr] 114 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 121 | | .await [INFO] [stderr] 122 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/bus/traits.rs:109:1 [INFO] [stderr] | [INFO] [stderr] 109 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 124 | / async fn stop_schedule( [INFO] [stderr] 125 | | &self, [INFO] [stderr] 126 | | stop: &Stop, [INFO] [stderr] 127 | | date: Option, [INFO] [stderr] ... | [INFO] [stderr] 141 | | .await [INFO] [stderr] 142 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 11 | pub trait NeedsLine: Fetch { [INFO] [stderr] 12 | / async fn stations_on( [INFO] [stderr] 13 | | &self, [INFO] [stderr] 14 | | line: Option, [INFO] [stderr] 15 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 22 | | .await [INFO] [stderr] 23 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 27 | pub trait NeedsStation: Fetch { [INFO] [stderr] 28 | / async fn station_to_station( [INFO] [stderr] 29 | | &self, [INFO] [stderr] 30 | | from_station: Option, [INFO] [stderr] 31 | | to_destination_station: Option, [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 61 | / async fn elevator_and_escalator_incidents_at( [INFO] [stderr] 62 | | &self, [INFO] [stderr] 63 | | station: Option, [INFO] [stderr] 64 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 71 | | .await [INFO] [stderr] 72 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 74 | / async fn incidents_at( [INFO] [stderr] 75 | | &self, [INFO] [stderr] 76 | | station: Option, [INFO] [stderr] 77 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 84 | | .await [INFO] [stderr] 85 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 87 | / async fn next_trains( [INFO] [stderr] 88 | | &self, [INFO] [stderr] 89 | | station: Station, [INFO] [stderr] 90 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 97 | | .await [INFO] [stderr] 98 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 100 | / async fn station_information( [INFO] [stderr] 101 | | &self, [INFO] [stderr] 102 | | station_code: Station, [INFO] [stderr] 103 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 110 | | .await [INFO] [stderr] 111 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 113 | / async fn parking_information( [INFO] [stderr] 114 | | &self, [INFO] [stderr] 115 | | station_code: Station, [INFO] [stderr] 116 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 123 | | .await [INFO] [stderr] 124 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 126 | / async fn path_from( [INFO] [stderr] 127 | | &self, [INFO] [stderr] 128 | | from_station: Station, [INFO] [stderr] 129 | | to_station: Station, [INFO] [stderr] ... | [INFO] [stderr] 140 | | .await [INFO] [stderr] 141 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/rail/traits.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 143 | / async fn timings( [INFO] [stderr] 144 | | &self, [INFO] [stderr] 145 | | station_code: Station, [INFO] [stderr] 146 | | api_key: &str, [INFO] [stderr] ... | [INFO] [stderr] 153 | | .await [INFO] [stderr] 154 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/requests.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 31 | / async fn fetch(&self, wmata_request: Request<'_>) -> Result [INFO] [stderr] 32 | | where [INFO] [stderr] 33 | | U: DeserializeOwned, [INFO] [stderr] 34 | | { [INFO] [stderr] ... | [INFO] [stderr] 37 | | .and_then(Self::deserialize) [INFO] [stderr] 38 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/requests.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 46 | / async fn request(&self, wmata_request: Request<'_>) -> Result { [INFO] [stderr] 47 | | let mut request = reqwest::Client::new().get(wmata_request.path); [INFO] [stderr] 48 | | [INFO] [stderr] 49 | | if let Some(query) = wmata_request.query { [INFO] [stderr] ... | [INFO] [stderr] 64 | | } [INFO] [stderr] 65 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `wmata`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `wmata`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c44fe8c55adfe14fc3907a7133787dda561d37fab8c150c35c101810e41c4808"` [INFO] running `"docker" "rm" "-f" "c44fe8c55adfe14fc3907a7133787dda561d37fab8c150c35c101810e41c4808"` [INFO] [stdout] c44fe8c55adfe14fc3907a7133787dda561d37fab8c150c35c101810e41c4808