[INFO] crate gherkin_rust 0.7.0 is already in cache
[INFO] checking gherkin_rust-0.7.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate gherkin_rust 0.7.0 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate gherkin_rust 0.7.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] af438188094d385e912958cfa897c61b271c5eb339ef3c3d37188239409980ba
[INFO] running `"docker" "start" "-a" "af438188094d385e912958cfa897c61b271c5eb339ef3c3d37188239409980ba"`
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling derive_builder v0.7.2
[INFO] [stderr]     Checking pathdiff v0.1.0
[INFO] [stderr]     Checking shh v1.0.1
[INFO] [stderr]    Compiling darling_core v0.10.2
[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 darling_core v0.9.0
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling darling_macro v0.9.0
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling darling v0.9.0
[INFO] [stderr]    Compiling derive_builder_core v0.5.0
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derive_builder_core v0.9.0
[INFO] [stderr]    Compiling derive_builder v0.9.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
[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" "af438188094d385e912958cfa897c61b271c5eb339ef3c3d37188239409980ba"`
[INFO] running `"docker" "rm" "-f" "af438188094d385e912958cfa897c61b271c5eb339ef3c3d37188239409980ba"`
[INFO] [stdout] af438188094d385e912958cfa897c61b271c5eb339ef3c3d37188239409980ba
