[INFO] updating cached repository https://github.com/divvun/xkb-parser [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 219e9ed33df82b0b1994675300c145d09674c2cf [INFO] checking divvun/xkb-parser against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdivvun%2Fxkb-parser" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/divvun/xkb-parser on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/divvun/xkb-parser [INFO] removed workspace from git repo https://github.com/divvun/xkb-parser [INFO] finished tweaking git repo https://github.com/divvun/xkb-parser [INFO] tweaked toml for git repo https://github.com/divvun/xkb-parser written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/divvun/xkb-parser already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 7c18b966f43af3e952516cf009d4eb55d4d8e91ef6531a5c15f0496322758c49 [INFO] running `"docker" "start" "-a" "7c18b966f43af3e952516cf009d4eb55d4d8e91ef6531a5c15f0496322758c49"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking pest v2.1.2 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling backtrace v0.3.43 [INFO] [stderr] Checking from-pest v0.3.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling derivative v1.0.3 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling shrinkwraprs v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.46 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling single v1.0.0 [INFO] [stderr] Compiling pest-ast v0.3.3 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking xkb-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/lib.rs:16:28 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, pest_derive::Parser)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/helpers.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct Debug<'src> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Ident<'src> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/basic.rs:10:16 [INFO] [stderr] | [INFO] [stderr] 10 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | pub struct Symbol<'src> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/basic.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct Group<'src> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct KeyCombo<'src> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | pub struct StringContent<'src> { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:93:12 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct Negation<'src> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/common.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | XkbSymbols(XkbSymbols<'src>), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | XkbKeycodes(XkbKeycodes<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | XkbTypes(XkbTypes<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | XkbCompatibility(XkbCompatibility<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | XkbGeometry(XkbGeometry<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | ParamAssignment(ParamAssignment<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | ParamExpression(ParamExpression<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | Name(Name<'src>), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Key(Key<'src>), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | KeyType(KeyType<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | VirtualModifiers(VirtualModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | ModifierMap(ModifierMap<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 98 | pub struct KeyNames<'src> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | Minimum(Minimum), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Maximum(Maximum), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | SymbolMapping(SymbolMapping<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Alternate(Alternate<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | Indicator(Indicator<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | Alias(Alias<'src>), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | VirtualModifiers(VirtualModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | TypeItem(TypeItem<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | Modifiers(Modifiers<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | Map(Map<'src>), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | Preserve(Preserve<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | LevelName(LevelName<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | VirtualModifiers(VirtualModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | CompatSetMods(CompatSetMods<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | CompatLatchMods(CompatLatchMods<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | CompatGroup(CompatGroup<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | CompatInterpretLine(CompatInterpretLine<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | CompatIndicatorLine(CompatIndicatorLine<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | CompatInterpretBlock(CompatInterpretBlock<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | CompatIndicatorBlock(CompatIndicatorBlock<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | CompatAction(CompatAction<'src>), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | CompatModifier(CompatModifier<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | UseModMapMods(UseModMapMods<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | IndicatorNegation(IndicatorNegation<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | AllowExplicit(AllowExplicit), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | IndicatorDrivesKeyboard(IndicatorDrivesKeyboard), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | IndicatorControls(IndicatorControls<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:145:5 [INFO] [stderr] | [INFO] [stderr] 145 | WhichModState(WhichModState<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | IndicatorModifiers(IndicatorModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | IndicatorGroups(IndicatorGroups<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_geometry.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> src/lib.rs:16:28 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Clone, pest_derive::Parser)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/helpers.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct Debug<'src> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | pub struct Ident<'src> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/basic.rs:10:16 [INFO] [stderr] | [INFO] [stderr] 10 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | pub struct Symbol<'src> { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/basic.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:25:12 [INFO] [stderr] | [INFO] [stderr] 25 | pub struct Group<'src> { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | pub struct KeyCombo<'src> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:39:12 [INFO] [stderr] | [INFO] [stderr] 39 | pub struct StringContent<'src> { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/basic.rs:93:12 [INFO] [stderr] | [INFO] [stderr] 93 | pub struct Negation<'src> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/common.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | XkbSymbols(XkbSymbols<'src>), [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | XkbKeycodes(XkbKeycodes<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | XkbTypes(XkbTypes<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | XkbCompatibility(XkbCompatibility<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | XkbGeometry(XkbGeometry<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | ParamAssignment(ParamAssignment<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/common.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | ParamExpression(ParamExpression<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | Name(Name<'src>), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Key(Key<'src>), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | KeyType(KeyType<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | VirtualModifiers(VirtualModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | ModifierMap(ModifierMap<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 98 | pub struct KeyNames<'src> { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_symbols.rs:141:16 [INFO] [stderr] | [INFO] [stderr] 141 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | Minimum(Minimum), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | Maximum(Maximum), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | SymbolMapping(SymbolMapping<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | Alternate(Alternate<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | Indicator(Indicator<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | Alias(Alias<'src>), [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_keycodes.rs:86:16 [INFO] [stderr] | [INFO] [stderr] 86 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | VirtualModifiers(VirtualModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | TypeItem(TypeItem<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:43:16 [INFO] [stderr] | [INFO] [stderr] 43 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | Modifiers(Modifiers<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | Map(Map<'src>), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | Preserve(Preserve<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_types.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | LevelName(LevelName<'src>), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | Include(Include<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | Override(Override<'src>), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | Augment(Augment<'src>), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | VirtualModifiers(VirtualModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | CompatSetMods(CompatSetMods<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | CompatLatchMods(CompatLatchMods<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | CompatGroup(CompatGroup<'src>), [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | CompatInterpretLine(CompatInterpretLine<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | CompatIndicatorLine(CompatIndicatorLine<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | CompatInterpretBlock(CompatInterpretBlock<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | CompatIndicatorBlock(CompatIndicatorBlock<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | CompatAction(CompatAction<'src>), [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | CompatModifier(CompatModifier<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | UseModMapMods(UseModMapMods<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:137:5 [INFO] [stderr] | [INFO] [stderr] 137 | IndicatorNegation(IndicatorNegation<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:139:5 [INFO] [stderr] | [INFO] [stderr] 139 | AllowExplicit(AllowExplicit), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | IndicatorDrivesKeyboard(IndicatorDrivesKeyboard), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | IndicatorControls(IndicatorControls<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:145:5 [INFO] [stderr] | [INFO] [stderr] 145 | WhichModState(WhichModState<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | IndicatorModifiers(IndicatorModifiers<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `__arg_0` in this scope [INFO] [stderr] --> src/ast/xkb_compatibility.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | IndicatorGroups(IndicatorGroups<'src>), [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `span` in this scope [INFO] [stderr] --> src/ast/xkb_geometry.rs:17:16 [INFO] [stderr] | [INFO] [stderr] 17 | #[pest_ast(outer(with(span_into_str)))] [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 70 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `xkb-parser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 70 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `xkb-parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7c18b966f43af3e952516cf009d4eb55d4d8e91ef6531a5c15f0496322758c49"` [INFO] running `"docker" "rm" "-f" "7c18b966f43af3e952516cf009d4eb55d4d8e91ef6531a5c15f0496322758c49"` [INFO] [stdout] 7c18b966f43af3e952516cf009d4eb55d4d8e91ef6531a5c15f0496322758c49