[INFO] crate graphql-validate 0.3.1 is already in cache [INFO] checking graphql-validate-0.3.1 against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] extracting crate graphql-validate 0.3.1 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate graphql-validate 0.3.1 on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate graphql-validate 0.3.1 [INFO] finished tweaking crates.io crate graphql-validate 0.3.1 [INFO] tweaked toml for crates.io crate graphql-validate 0.3.1 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 126314b3d55c78b23d0e1bae5b52778289c9b527feaa9e250a1a5311c7fe8a6c [INFO] running `"docker" "start" "-a" "126314b3d55c78b23d0e1bae5b52778289c9b527feaa9e250a1a5311c7fe8a6c"` [INFO] [stderr] Checking clap-verbosity-flag v0.1.0 [INFO] [stderr] Checking graphql-parser v0.2.3 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking quicli v0.3.1 [INFO] [stderr] Checking graphql-validate v0.3.1 (/opt/rustwide/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 a 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[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 a 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "126314b3d55c78b23d0e1bae5b52778289c9b527feaa9e250a1a5311c7fe8a6c"` [INFO] running `"docker" "rm" "-f" "126314b3d55c78b23d0e1bae5b52778289c9b527feaa9e250a1a5311c7fe8a6c"` [INFO] [stdout] 126314b3d55c78b23d0e1bae5b52778289c9b527feaa9e250a1a5311c7fe8a6c