[INFO] updating cached repository https://github.com/supratikchatterjee16/nlp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] b53368ad10d025dec1b9b67ea37b766fd73b5209 [INFO] testing supratikchatterjee16/nlp against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsupratikchatterjee16%2Fnlp" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/supratikchatterjee16/nlp on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/supratikchatterjee16/nlp [INFO] finished tweaking git repo https://github.com/supratikchatterjee16/nlp [INFO] tweaked toml for git repo https://github.com/supratikchatterjee16/nlp written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] f40ea7b69813646c422f683f919032602d31749ec7881b2c1c9a007d256cb81c [INFO] running `"docker" "start" "-a" "f40ea7b69813646c422f683f919032602d31749ec7881b2c1c9a007d256cb81c"` [INFO] [stderr] Compiling nlp v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `"docker" "inspect" "f40ea7b69813646c422f683f919032602d31749ec7881b2c1c9a007d256cb81c"` [INFO] running `"docker" "rm" "-f" "f40ea7b69813646c422f683f919032602d31749ec7881b2c1c9a007d256cb81c"` [INFO] [stdout] f40ea7b69813646c422f683f919032602d31749ec7881b2c1c9a007d256cb81c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ccade6f9542e6bd5230c769466e2be3a7114e63dc7d54d30ca03b0d17167d4ee [INFO] running `"docker" "start" "-a" "ccade6f9542e6bd5230c769466e2be3a7114e63dc7d54d30ca03b0d17167d4ee"` [INFO] [stderr] Compiling nlp v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0252]: the name `Context` is defined multiple times [INFO] [stderr] --> src/nlp/structure/mod.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub use crate::nlp::structure::context::Context; [INFO] [stderr] | --------------------------------------- previous import of the type `Context` here [INFO] [stderr] ... [INFO] [stderr] 25 | use self::context::Context; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ `Context` reimported here [INFO] [stderr] | [INFO] [stderr] = note: `Context` must be defined only once in the type namespace of this module [INFO] [stderr] [INFO] [stderr] warning: unused import: `self::context::Context` [INFO] [stderr] --> src/nlp/structure/mod.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use self::context::Context; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0252`. [INFO] [stderr] error: Could not compile `nlp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ccade6f9542e6bd5230c769466e2be3a7114e63dc7d54d30ca03b0d17167d4ee"` [INFO] running `"docker" "rm" "-f" "ccade6f9542e6bd5230c769466e2be3a7114e63dc7d54d30ca03b0d17167d4ee"` [INFO] [stdout] ccade6f9542e6bd5230c769466e2be3a7114e63dc7d54d30ca03b0d17167d4ee