[INFO] crate stdcli 0.1.1 is already in cache [INFO] checking stdcli-0.1.1 against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] extracting crate stdcli 0.1.1 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate stdcli 0.1.1 on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate stdcli 0.1.1 [INFO] finished tweaking crates.io crate stdcli 0.1.1 [INFO] tweaked toml for crates.io crate stdcli 0.1.1 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9bdce7ebca5cf343f58c3d790f2e3a32a6d7a59eb31aded149848dccfa02145b [INFO] running `"docker" "start" "-a" "9bdce7ebca5cf343f58c3d790f2e3a32a6d7a59eb31aded149848dccfa02145b"` [INFO] [stderr] Checking termios v0.2.2 [INFO] [stderr] Checking clicolors-control v0.3.2 [INFO] [stderr] Checking loggerv v0.6.0 [INFO] [stderr] Checking fern v0.4.4 [INFO] [stderr] Checking ctrlc v3.1.3 [INFO] [stderr] Checking tabwriter v1.1.0 [INFO] [stderr] Checking dialoguer v0.1.0 [INFO] [stderr] Checking indicatif v0.8.0 [INFO] [stderr] Checking rayon v0.9.0 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking console v0.5.0 [INFO] [stderr] Checking hyper-tls v0.1.4 [INFO] [stderr] Checking reqwest v0.8.8 [INFO] [stderr] Checking stdcli v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(macro_reexport)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `pub use` [INFO] [stderr] --> src/lib.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(macro_reexport)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(macro_reexport)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `pub use` [INFO] [stderr] --> src/lib.rs:34:12 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(macro_reexport)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: `Fail` is already in scope [INFO] [stderr] --> src/lib.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[macro_use] #[no_link] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:41:3 [INFO] [stderr] | [INFO] [stderr] 41 | #[macro_reexport(format_err)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | #[macro_reexport(Fail)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:50:3 [INFO] [stderr] | [INFO] [stderr] 50 | #[macro_reexport(iproduct, izip)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:53:3 [INFO] [stderr] | [INFO] [stderr] 53 | #[macro_reexport(lazy_static)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:59:3 [INFO] [stderr] | [INFO] [stderr] 59 | #[macro_reexport(hashmap, hashset, btreemap, btreeset)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:68:3 [INFO] [stderr] | [INFO] [stderr] 68 | #[macro_reexport(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:76:3 [INFO] [stderr] | [INFO] [stderr] 76 | #[macro_reexport(StructOpt)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: Could not compile `stdcli`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: `Fail` is already in scope [INFO] [stderr] --> src/lib.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | #[macro_use] #[no_link] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560) [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:41:3 [INFO] [stderr] | [INFO] [stderr] 41 | #[macro_reexport(format_err)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:44:3 [INFO] [stderr] | [INFO] [stderr] 44 | #[macro_reexport(Fail)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:50:3 [INFO] [stderr] | [INFO] [stderr] 50 | #[macro_reexport(iproduct, izip)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:53:3 [INFO] [stderr] | [INFO] [stderr] 53 | #[macro_reexport(lazy_static)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:59:3 [INFO] [stderr] | [INFO] [stderr] 59 | #[macro_reexport(hashmap, hashset, btreemap, btreeset)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:68:3 [INFO] [stderr] | [INFO] [stderr] 68 | #[macro_reexport(Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `macro_reexport` in this scope [INFO] [stderr] --> src/lib.rs:76:3 [INFO] [stderr] | [INFO] [stderr] 76 | #[macro_reexport(StructOpt)] [INFO] [stderr] | ^^^^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_export` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: Could not compile `stdcli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9bdce7ebca5cf343f58c3d790f2e3a32a6d7a59eb31aded149848dccfa02145b"` [INFO] running `"docker" "rm" "-f" "9bdce7ebca5cf343f58c3d790f2e3a32a6d7a59eb31aded149848dccfa02145b"` [INFO] [stdout] 9bdce7ebca5cf343f58c3d790f2e3a32a6d7a59eb31aded149848dccfa02145b