[INFO] updating cached repository https://github.com/jiegec/ebnf-tools
[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] 0b81c9ecbfe92f94349a42cac65666bda4ebf99c
[INFO] checking jiegec/ebnf-tools against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiegec%2Febnf-tools" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jiegec/ebnf-tools on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/jiegec/ebnf-tools
[INFO] finished tweaking git repo https://github.com/jiegec/ebnf-tools
[INFO] tweaked toml for git repo https://github.com/jiegec/ebnf-tools written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/jiegec/ebnf-tools already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 4eb21e8a6f39dd79ba6dab85483c609b03286de84abe96583a3ffd876140a65e
[INFO] running `"docker" "start" "-a" "4eb21e8a6f39dd79ba6dab85483c609b03286de84abe96583a3ffd876140a65e"`
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling smallvec v0.6.10
[INFO] [stderr]    Compiling bitset v0.1.0 (https://github.com/MashPlant/bitset#a20d7b54)
[INFO] [stderr]    Compiling hashbrown v0.5.0
[INFO] [stderr]    Compiling static_assertions v0.3.4
[INFO] [stderr]    Compiling print v0.1.0 (https://github.com/MashPlant/re2dfa#d3544ab7)
[INFO] [stderr]     Checking typed-arena v1.6.1
[INFO] [stderr]     Checking getrandom v0.1.12
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]    Compiling lexical-core v0.4.6
[INFO] [stderr]     Checking rand v0.7.2
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling nom v5.0.1
[INFO] [stderr]    Compiling re2dfa v1.0.0 (https://github.com/MashPlant/re2dfa#d3544ab7)
[INFO] [stderr]    Compiling indexmap v1.2.0
[INFO] [stderr]    Compiling toml v0.5.3
[INFO] [stderr]    Compiling grammar-config v0.1.0 (https://github.com/MashPlant/lalr1#f2d91421)
[INFO] [stderr]    Compiling ll1-core v0.1.0 (https://github.com/MashPlant/lalr1#f2d91421)
[INFO] [stderr]    Compiling lalr1-core v0.1.0 (https://github.com/MashPlant/lalr1#f2d91421)
[INFO] [stderr]    Compiling parser-gen v0.1.0 (https://github.com/MashPlant/lalr1#f2d91421)
[INFO] [stderr]    Compiling parser-macros v0.1.0 (https://github.com/MashPlant/lalr1#f2d91421)
[INFO] [stderr]     Checking ebnf-tools v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ebnf_gen`
[INFO] [stderr]   --> src/bin/generate.rs:17:17
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let alloc = ebnf_gen::ASTAlloc::default();
[INFO] [stderr]    |                 ^^^^^^^^ use of undeclared type or module `ebnf_gen`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ebnf_gen`
[INFO] [stderr]   --> src/bin/generate.rs:18:16
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let ebnf = ebnf_gen::work(&code, &alloc);
[INFO] [stderr]    |                ^^^^^^^^ use of undeclared type or module `ebnf_gen`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ebnf_gen`
[INFO] [stderr]   --> src/bin/generate.rs:17:17
[INFO] [stderr]    |
[INFO] [stderr] 17 |     let alloc = ebnf_gen::ASTAlloc::default();
[INFO] [stderr]    |                 ^^^^^^^^ use of undeclared type or module `ebnf_gen`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ebnf_gen`
[INFO] [stderr]   --> src/bin/generate.rs:18:16
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let ebnf = ebnf_gen::work(&code, &alloc);
[INFO] [stderr]    |                ^^^^^^^^ use of undeclared type or module `ebnf_gen`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ebnf_tools::Generate`
[INFO] [stderr]  --> src/bin/generate.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use ebnf_tools::Generate;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `ebnf-tools`.
[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] warning: unused import: `ebnf_tools::Generate`
[INFO] [stderr]  --> src/bin/generate.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use ebnf_tools::Generate;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `ebnf-tools`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "4eb21e8a6f39dd79ba6dab85483c609b03286de84abe96583a3ffd876140a65e"`
[INFO] running `"docker" "rm" "-f" "4eb21e8a6f39dd79ba6dab85483c609b03286de84abe96583a3ffd876140a65e"`
[INFO] [stdout] 4eb21e8a6f39dd79ba6dab85483c609b03286de84abe96583a3ffd876140a65e
