[INFO] fetching crate graphql-validate 0.3.1... [INFO] extracting crate graphql-validate 0.3.1 into work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/graphql-validate/0.3.1 [INFO] extracting crate graphql-validate 0.3.1 into work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/graphql-validate/0.3.1 [INFO] validating manifest of graphql-validate-0.3.1 on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of graphql-validate-0.3.1 on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing graphql-validate-0.3.1 [INFO] finished frobbing graphql-validate-0.3.1 [INFO] frobbed toml for graphql-validate-0.3.1 written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/graphql-validate/0.3.1/Cargo.toml [INFO] started frobbing graphql-validate-0.3.1 [INFO] finished frobbing graphql-validate-0.3.1 [INFO] frobbed toml for graphql-validate-0.3.1 written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/graphql-validate/0.3.1/Cargo.toml [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking graphql-validate-0.3.1 against master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-6/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/graphql-validate/0.3.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b8a1b058f9d572e476ad82d582a890c2152435f589fd9eaf96e41eabe2fc7396 [INFO] running `"docker" "start" "-a" "b8a1b058f9d572e476ad82d582a890c2152435f589fd9eaf96e41eabe2fc7396"` [INFO] [stderr] Checking graphql-parser v0.2.3 [INFO] [stderr] Checking quicli v0.3.1 [INFO] [stderr] Checking graphql-validate v0.3.1 (/opt/crater/workdir) [INFO] [stderr] error[E0659]: `structopt` is ambiguous (glob import vs any other name from outer scope during import/macro resolution) [INFO] [stderr] --> src/main.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(StructOpt)] [INFO] [stderr] | ^^^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: `structopt` could refer to an extern crate passed with `--extern` [INFO] [stderr] note: `structopt` could also refer to the module imported here [INFO] [stderr] --> src/main.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | prelude::{Result, *}, [INFO] [stderr] | ^ [INFO] [stderr] = help: consider adding an explicit import of `structopt` to disambiguate [INFO] [stderr] = help: or use `crate::structopt` to refer to this module unambiguously [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use failure::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Result` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | prelude::{Result, *}, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0659]: `structopt` is ambiguous (glob import vs any other name from outer scope during import/macro resolution) [INFO] [stderr] --> src/main.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(StructOpt)] [INFO] [stderr] | ^^^^^^^^^ ambiguous name [INFO] [stderr] | [INFO] [stderr] = note: `structopt` could refer to an extern crate passed with `--extern` [INFO] [stderr] note: `structopt` could also refer to the module imported here [INFO] [stderr] --> src/main.rs:12:23 [INFO] [stderr] | [INFO] [stderr] 12 | prelude::{Result, *}, [INFO] [stderr] | ^ [INFO] [stderr] = help: consider adding an explicit import of `structopt` to disambiguate [INFO] [stderr] = help: or use `crate::structopt` to refer to this module unambiguously [INFO] [stderr] [INFO] [stderr] warning: unused import: `failure::Error` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use failure::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Result` [INFO] [stderr] --> src/main.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | prelude::{Result, *}, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0659`. [INFO] [stderr] error: Could not compile `graphql-validate`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0659`. [INFO] [stderr] error: Could not compile `graphql-validate`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b8a1b058f9d572e476ad82d582a890c2152435f589fd9eaf96e41eabe2fc7396"` [INFO] running `"docker" "rm" "-f" "b8a1b058f9d572e476ad82d582a890c2152435f589fd9eaf96e41eabe2fc7396"` [INFO] [stdout] b8a1b058f9d572e476ad82d582a890c2152435f589fd9eaf96e41eabe2fc7396