[INFO] crate serde-tcod-config-parser 0.1.0 is already in cache [INFO] checking serde-tcod-config-parser-0.1.0 against try#1a399c10897767c36d147199696c96f193034e49 for pr-72644 [INFO] extracting crate serde-tcod-config-parser 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate serde-tcod-config-parser 0.1.0 on toolchain 1a399c10897767c36d147199696c96f193034e49 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate serde-tcod-config-parser 0.1.0 [INFO] finished tweaking crates.io crate serde-tcod-config-parser 0.1.0 [INFO] tweaked toml for crates.io crate serde-tcod-config-parser 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1a399c10897767c36d147199696c96f193034e49" "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] e66e3cc8c161e84217287a21ba51f1bf57b184e5e9f4b6b7c7a5a18b0b765e14 [INFO] running `"docker" "start" "-a" "e66e3cc8c161e84217287a21ba51f1bf57b184e5e9f4b6b7c7a5a18b0b765e14"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.29 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling beef v0.4.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Compiling logos-derive v0.10.0 [INFO] [stderr] Compiling paste-impl v0.1.15 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Checking paste v0.1.15 [INFO] [stderr] Checking logos v0.10.0 [INFO] [stderr] Checking serde-tcod-config-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 190 | / fn deserialize_i8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 191 | | where [INFO] [stderr] 192 | | V: Visitor<'de>, [INFO] [stderr] 193 | | { [INFO] [stderr] 194 | | visit_number!(self.lexer, Integer, i8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 195 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 190 | / fn deserialize_i8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 191 | | where [INFO] [stderr] 192 | | V: Visitor<'de>, [INFO] [stderr] 193 | | { [INFO] [stderr] 194 | | visit_number!(self.lexer, Integer, i8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 195 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 194 | visit_number!(self.lexer, Integer, i8) [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 197 | / fn deserialize_i16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 198 | | where [INFO] [stderr] 199 | | V: Visitor<'de>, [INFO] [stderr] 200 | | { [INFO] [stderr] 201 | | visit_number!(self.lexer, Integer, i16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 202 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 197 | / fn deserialize_i16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 198 | | where [INFO] [stderr] 199 | | V: Visitor<'de>, [INFO] [stderr] 200 | | { [INFO] [stderr] 201 | | visit_number!(self.lexer, Integer, i16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 202 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 201 | visit_number!(self.lexer, Integer, i16) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | / fn deserialize_i32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 205 | | where [INFO] [stderr] 206 | | V: Visitor<'de>, [INFO] [stderr] 207 | | { [INFO] [stderr] 208 | | visit_number!(self.lexer, Integer, i32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 209 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | / fn deserialize_i32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 205 | | where [INFO] [stderr] 206 | | V: Visitor<'de>, [INFO] [stderr] 207 | | { [INFO] [stderr] 208 | | visit_number!(self.lexer, Integer, i32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 209 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 208 | visit_number!(self.lexer, Integer, i32) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 211 | / fn deserialize_i64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 212 | | where [INFO] [stderr] 213 | | V: Visitor<'de>, [INFO] [stderr] 214 | | { [INFO] [stderr] 215 | | visit_number!(self.lexer, Integer, i64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 216 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 211 | / fn deserialize_i64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 212 | | where [INFO] [stderr] 213 | | V: Visitor<'de>, [INFO] [stderr] 214 | | { [INFO] [stderr] 215 | | visit_number!(self.lexer, Integer, i64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 216 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 215 | visit_number!(self.lexer, Integer, i64) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 218 | / fn deserialize_u8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 219 | | where [INFO] [stderr] 220 | | V: Visitor<'de>, [INFO] [stderr] 221 | | { [INFO] [stderr] 222 | | visit_number!(self.lexer, Integer, u8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 223 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 218 | / fn deserialize_u8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 219 | | where [INFO] [stderr] 220 | | V: Visitor<'de>, [INFO] [stderr] 221 | | { [INFO] [stderr] 222 | | visit_number!(self.lexer, Integer, u8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 223 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 222 | visit_number!(self.lexer, Integer, u8) [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 225 | / fn deserialize_u16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 226 | | where [INFO] [stderr] 227 | | V: Visitor<'de>, [INFO] [stderr] 228 | | { [INFO] [stderr] 229 | | visit_number!(self.lexer, Integer, u16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 230 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 225 | / fn deserialize_u16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 226 | | where [INFO] [stderr] 227 | | V: Visitor<'de>, [INFO] [stderr] 228 | | { [INFO] [stderr] 229 | | visit_number!(self.lexer, Integer, u16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 230 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 229 | visit_number!(self.lexer, Integer, u16) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 232 | / fn deserialize_u32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 233 | | where [INFO] [stderr] 234 | | V: Visitor<'de>, [INFO] [stderr] 235 | | { [INFO] [stderr] 236 | | visit_number!(self.lexer, Integer, u32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 237 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 232 | / fn deserialize_u32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 233 | | where [INFO] [stderr] 234 | | V: Visitor<'de>, [INFO] [stderr] 235 | | { [INFO] [stderr] 236 | | visit_number!(self.lexer, Integer, u32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 237 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 236 | visit_number!(self.lexer, Integer, u32) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 239 | / fn deserialize_u64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 240 | | where [INFO] [stderr] 241 | | V: Visitor<'de>, [INFO] [stderr] 242 | | { [INFO] [stderr] 243 | | visit_number!(self.lexer, Integer, u64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 244 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 239 | / fn deserialize_u64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 240 | | where [INFO] [stderr] 241 | | V: Visitor<'de>, [INFO] [stderr] 242 | | { [INFO] [stderr] 243 | | visit_number!(self.lexer, Integer, u64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 244 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 243 | visit_number!(self.lexer, Integer, u64) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 246 | / fn deserialize_f32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 247 | | where [INFO] [stderr] 248 | | V: Visitor<'de>, [INFO] [stderr] 249 | | { [INFO] [stderr] 250 | | visit_number!(self.lexer, Float, f32) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 251 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 246 | / fn deserialize_f32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 247 | | where [INFO] [stderr] 248 | | V: Visitor<'de>, [INFO] [stderr] 249 | | { [INFO] [stderr] 250 | | visit_number!(self.lexer, Float, f32) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 251 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 250 | visit_number!(self.lexer, Float, f32) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 253 | / fn deserialize_f64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 254 | | where [INFO] [stderr] 255 | | V: Visitor<'de>, [INFO] [stderr] 256 | | { [INFO] [stderr] 257 | | visit_number!(self.lexer, Float, f64) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 253 | / fn deserialize_f64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 254 | | where [INFO] [stderr] 255 | | V: Visitor<'de>, [INFO] [stderr] 256 | | { [INFO] [stderr] 257 | | visit_number!(self.lexer, Float, f64) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 257 | visit_number!(self.lexer, Float, f64) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 190 | / fn deserialize_i8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 191 | | where [INFO] [stderr] 192 | | V: Visitor<'de>, [INFO] [stderr] 193 | | { [INFO] [stderr] 194 | | visit_number!(self.lexer, Integer, i8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 195 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 190 | / fn deserialize_i8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 191 | | where [INFO] [stderr] 192 | | V: Visitor<'de>, [INFO] [stderr] 193 | | { [INFO] [stderr] 194 | | visit_number!(self.lexer, Integer, i8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 195 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 194 | visit_number!(self.lexer, Integer, i8) [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 197 | / fn deserialize_i16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 198 | | where [INFO] [stderr] 199 | | V: Visitor<'de>, [INFO] [stderr] 200 | | { [INFO] [stderr] 201 | | visit_number!(self.lexer, Integer, i16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 202 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 197 | / fn deserialize_i16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 198 | | where [INFO] [stderr] 199 | | V: Visitor<'de>, [INFO] [stderr] 200 | | { [INFO] [stderr] 201 | | visit_number!(self.lexer, Integer, i16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 202 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 201 | visit_number!(self.lexer, Integer, i16) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | / fn deserialize_i32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 205 | | where [INFO] [stderr] 206 | | V: Visitor<'de>, [INFO] [stderr] 207 | | { [INFO] [stderr] 208 | | visit_number!(self.lexer, Integer, i32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 209 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 204 | / fn deserialize_i32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 205 | | where [INFO] [stderr] 206 | | V: Visitor<'de>, [INFO] [stderr] 207 | | { [INFO] [stderr] 208 | | visit_number!(self.lexer, Integer, i32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 209 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 208 | visit_number!(self.lexer, Integer, i32) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 211 | / fn deserialize_i64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 212 | | where [INFO] [stderr] 213 | | V: Visitor<'de>, [INFO] [stderr] 214 | | { [INFO] [stderr] 215 | | visit_number!(self.lexer, Integer, i64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 216 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 211 | / fn deserialize_i64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 212 | | where [INFO] [stderr] 213 | | V: Visitor<'de>, [INFO] [stderr] 214 | | { [INFO] [stderr] 215 | | visit_number!(self.lexer, Integer, i64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 216 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 215 | visit_number!(self.lexer, Integer, i64) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 218 | / fn deserialize_u8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 219 | | where [INFO] [stderr] 220 | | V: Visitor<'de>, [INFO] [stderr] 221 | | { [INFO] [stderr] 222 | | visit_number!(self.lexer, Integer, u8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 223 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 218 | / fn deserialize_u8(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 219 | | where [INFO] [stderr] 220 | | V: Visitor<'de>, [INFO] [stderr] 221 | | { [INFO] [stderr] 222 | | visit_number!(self.lexer, Integer, u8) [INFO] [stderr] | | -------------------------------------- in this macro invocation [INFO] [stderr] 223 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 222 | visit_number!(self.lexer, Integer, u8) [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 225 | / fn deserialize_u16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 226 | | where [INFO] [stderr] 227 | | V: Visitor<'de>, [INFO] [stderr] 228 | | { [INFO] [stderr] 229 | | visit_number!(self.lexer, Integer, u16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 230 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 225 | / fn deserialize_u16(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 226 | | where [INFO] [stderr] 227 | | V: Visitor<'de>, [INFO] [stderr] 228 | | { [INFO] [stderr] 229 | | visit_number!(self.lexer, Integer, u16) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 230 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 229 | visit_number!(self.lexer, Integer, u16) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 232 | / fn deserialize_u32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 233 | | where [INFO] [stderr] 234 | | V: Visitor<'de>, [INFO] [stderr] 235 | | { [INFO] [stderr] 236 | | visit_number!(self.lexer, Integer, u32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 237 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 232 | / fn deserialize_u32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 233 | | where [INFO] [stderr] 234 | | V: Visitor<'de>, [INFO] [stderr] 235 | | { [INFO] [stderr] 236 | | visit_number!(self.lexer, Integer, u32) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 237 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 236 | visit_number!(self.lexer, Integer, u32) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 239 | / fn deserialize_u64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 240 | | where [INFO] [stderr] 241 | | V: Visitor<'de>, [INFO] [stderr] 242 | | { [INFO] [stderr] 243 | | visit_number!(self.lexer, Integer, u64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 244 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 239 | / fn deserialize_u64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 240 | | where [INFO] [stderr] 241 | | V: Visitor<'de>, [INFO] [stderr] 242 | | { [INFO] [stderr] 243 | | visit_number!(self.lexer, Integer, u64) [INFO] [stderr] | | --------------------------------------- in this macro invocation [INFO] [stderr] 244 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 243 | visit_number!(self.lexer, Integer, u64) [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 246 | / fn deserialize_f32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 247 | | where [INFO] [stderr] 248 | | V: Visitor<'de>, [INFO] [stderr] 249 | | { [INFO] [stderr] 250 | | visit_number!(self.lexer, Float, f32) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 251 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 246 | / fn deserialize_f32(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 247 | | where [INFO] [stderr] 248 | | V: Visitor<'de>, [INFO] [stderr] 249 | | { [INFO] [stderr] 250 | | visit_number!(self.lexer, Float, f32) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 251 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 250 | visit_number!(self.lexer, Float, f32) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:28:34 [INFO] [stderr] | [INFO] [stderr] 28 | let result = $l.slice().parse().unwrap(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 253 | / fn deserialize_f64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 254 | | where [INFO] [stderr] 255 | | V: Visitor<'de>, [INFO] [stderr] 256 | | { [INFO] [stderr] 257 | | visit_number!(self.lexer, Float, f64) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/de/mod.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | $l.advance(); [INFO] [stderr] | ^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 253 | / fn deserialize_f64(self, visitor: V) -> Result<>::Value> [INFO] [stderr] 254 | | where [INFO] [stderr] 255 | | V: Visitor<'de>, [INFO] [stderr] 256 | | { [INFO] [stderr] 257 | | visit_number!(self.lexer, Float, f64) [INFO] [stderr] | | ------------------------------------- in this macro invocation [INFO] [stderr] 258 | | } [INFO] [stderr] | |_____- this function has a `self` parameter, but a macro invocation can only access identifiers it receives from parameters [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `visitor` in this scope [INFO] [stderr] --> src/de/mod.rs:30:21 [INFO] [stderr] | [INFO] [stderr] 30 | visitor.[](result) [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] ... [INFO] [stderr] 257 | visit_number!(self.lexer, Float, f64) [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `serde-tcod-config-parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 30 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0424, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0424`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e66e3cc8c161e84217287a21ba51f1bf57b184e5e9f4b6b7c7a5a18b0b765e14"` [INFO] running `"docker" "rm" "-f" "e66e3cc8c161e84217287a21ba51f1bf57b184e5e9f4b6b7c7a5a18b0b765e14"` [INFO] [stdout] e66e3cc8c161e84217287a21ba51f1bf57b184e5e9f4b6b7c7a5a18b0b765e14