[INFO] crate gherkin_rust 0.7.0 is already in cache [INFO] checking gherkin_rust-0.7.0 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate gherkin_rust 0.7.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate gherkin_rust 0.7.0 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gherkin_rust 0.7.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate gherkin_rust 0.7.0 [INFO] tweaked toml for crates.io crate gherkin_rust 0.7.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 08867898cf48438c812d4a9dddd7921f3e78ee33b1c92aeb65e9185faaac081a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "08867898cf48438c812d4a9dddd7921f3e78ee33b1c92aeb65e9185faaac081a"` [INFO] [stderr] Checking pathdiff v0.1.0 [INFO] [stderr] Checking shh v1.0.1 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking globwalk v0.7.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking gherkin_rust v0.6.0 [INFO] [stderr] Checking gherkin_rust v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking cucumber_rust v0.6.7 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:166:13 [INFO] [stderr] | [INFO] [stderr] 166 | TagExprParser::parse(Rule::main, "@foo and @bar").unwrap_or_else(|e| panic!("{}", e)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:172:13 [INFO] [stderr] | [INFO] [stderr] 172 | TagExprParser::parse(Rule::main, "@foo or @bar").unwrap_or_else(|e| panic!("{}", e)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:178:19 [INFO] [stderr] | [INFO] [stderr] 178 | let foo = TagExprParser::parse(Rule::main, "@foo and not @bar") [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:185:17 [INFO] [stderr] | [INFO] [stderr] 185 | assert!(TagExprParser::parse(Rule::main, "@foo not @bar").is_err()); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:190:19 [INFO] [stderr] | [INFO] [stderr] 190 | let foo = TagExprParser::parse(Rule::main, "(not @foo) and not (@haha or @bar)") [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:200:19 [INFO] [stderr] | [INFO] [stderr] 200 | let foo = TagExprParser::parse(Rule::main, "not @foo and not @haha or @bar") [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:209:19 [INFO] [stderr] | [INFO] [stderr] 209 | let foo = TagExprParser::parse(Rule::main, "not (@a or @b) and (@c or not @d)") [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TagExprParser` [INFO] [stderr] --> src/tagexpr.rs:218:19 [INFO] [stderr] | [INFO] [stderr] 218 | let foo = TagExprParser::parse(Rule::main, "@a or @b and @c or not @d") [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `TagExprParser` [INFO] [stderr] [INFO] [stderr] warning: unused import: `pest::Parser` [INFO] [stderr] --> src/tagexpr.rs:161:9 [INFO] [stderr] | [INFO] [stderr] 161 | use pest::Parser; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `gherkin_rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "08867898cf48438c812d4a9dddd7921f3e78ee33b1c92aeb65e9185faaac081a"` [INFO] running `"docker" "rm" "-f" "08867898cf48438c812d4a9dddd7921f3e78ee33b1c92aeb65e9185faaac081a"` [INFO] [stdout] 08867898cf48438c812d4a9dddd7921f3e78ee33b1c92aeb65e9185faaac081a