[INFO] fetching crate binary_macros 1.0.0...
[INFO] checking binary_macros-1.0.0 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate binary_macros 1.0.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate binary_macros 1.0.0 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate binary_macros 1.0.0
[INFO] finished tweaking crates.io crate binary_macros 1.0.0
[INFO] tweaked toml for crates.io crate binary_macros 1.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded binary_macros_impl v1.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2b0f5fe72867d2e8e32f4def730ca97c00fb986a8d4d1dc8758f7734833701d
[INFO] running `Command { std: "docker" "start" "-a" "c2b0f5fe72867d2e8e32f4def730ca97c00fb986a8d4d1dc8758f7734833701d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2b0f5fe72867d2e8e32f4def730ca97c00fb986a8d4d1dc8758f7734833701d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2b0f5fe72867d2e8e32f4def730ca97c00fb986a8d4d1dc8758f7734833701d", kill_on_drop: false }`
[INFO] [stdout] c2b0f5fe72867d2e8e32f4def730ca97c00fb986a8d4d1dc8758f7734833701d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7cdff0bd9510f7d868842b035ac3a4cce91009291bac3ece7ce877e48001fc3
[INFO] running `Command { std: "docker" "start" "-a" "e7cdff0bd9510f7d868842b035ac3a4cce91009291bac3ece7ce877e48001fc3", kill_on_drop: false }`
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling binary_macros_impl v1.0.0
[INFO] [stderr]     Checking binary_macros v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find macro `base16_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:66:16
[INFO] [stdout]    |
[INFO] [stdout] 66 |     assert_eq!(base16_nopad!("61"), b"a");
[INFO] [stdout]    |                ^^^^^^^^^^^^ help: a macro with a similar name exists: `base32_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base8_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:61:16
[INFO] [stdout]    |
[INFO] [stdout] 61 |     assert_eq!(base8_nopad!("302"), b"a");
[INFO] [stdout]    |                ^^^^^^^^^^^ help: a macro with a similar name exists: `base32_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base4_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 |     assert_eq!(base4_nopad!("1201"), b"a");
[INFO] [stdout]    |                ^^^^^^^^^^^ help: a macro with a similar name exists: `base64_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base64_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base2_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     assert_eq!(base2_nopad!("011000010110000101100001"), b"aaa");
[INFO] [stdout]    |                ^^^^^^^^^^^ help: a macro with a similar name exists: `base32_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base8` in this scope
[INFO] [stdout]   --> tests/tests.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 |     assert_eq!(base8!("302====="), b"a");
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base4` in this scope
[INFO] [stdout]   --> tests/tests.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |     assert_eq!(base4!("1201"), b"a");
[INFO] [stdout]    |                ^^^^^ help: a macro with a similar name exists: `base64`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base64` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base2` in this scope
[INFO] [stdout]   --> tests/tests.rs:6:16
[INFO] [stdout]    |
[INFO] [stdout] 6  |     assert_eq!(base2!("011000010110000101100001"), b"aaa");
[INFO] [stdout]    |                ^^^^^ help: a macro with a similar name exists: `base32`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binary_macros` (test "tests") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "e7cdff0bd9510f7d868842b035ac3a4cce91009291bac3ece7ce877e48001fc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7cdff0bd9510f7d868842b035ac3a4cce91009291bac3ece7ce877e48001fc3", kill_on_drop: false }`
[INFO] [stdout] e7cdff0bd9510f7d868842b035ac3a4cce91009291bac3ece7ce877e48001fc3
[INFO] checking binary_macros-1.0.0 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate binary_macros 1.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate binary_macros 1.0.0 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate binary_macros 1.0.0
[INFO] finished tweaking crates.io crate binary_macros 1.0.0
[INFO] tweaked toml for crates.io crate binary_macros 1.0.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab6e9b3c504b45a4481ee1caf901ce65f6980b7075c8e22843c052abece390fe
[INFO] running `Command { std: "docker" "start" "-a" "ab6e9b3c504b45a4481ee1caf901ce65f6980b7075c8e22843c052abece390fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab6e9b3c504b45a4481ee1caf901ce65f6980b7075c8e22843c052abece390fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab6e9b3c504b45a4481ee1caf901ce65f6980b7075c8e22843c052abece390fe", kill_on_drop: false }`
[INFO] [stdout] ab6e9b3c504b45a4481ee1caf901ce65f6980b7075c8e22843c052abece390fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f58b3dcb17ad4c46b97f853664e9954311552add587716564a0e10550ea83b6
[INFO] running `Command { std: "docker" "start" "-a" "7f58b3dcb17ad4c46b97f853664e9954311552add587716564a0e10550ea83b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling binary_macros_impl v1.0.0
[INFO] [stderr]     Checking binary_macros v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot find macro `base16_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:66:16
[INFO] [stdout]    |
[INFO] [stdout] 66 |     assert_eq!(base16_nopad!("61"), b"a");
[INFO] [stdout]    |                ^^^^^^^^^^^^ help: a macro with a similar name exists: `base32_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base8_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:61:16
[INFO] [stdout]    |
[INFO] [stdout] 61 |     assert_eq!(base8_nopad!("302"), b"a");
[INFO] [stdout]    |                ^^^^^^^^^^^ help: a macro with a similar name exists: `base32_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base4_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 |     assert_eq!(base4_nopad!("1201"), b"a");
[INFO] [stdout]    |                ^^^^^^^^^^^ help: a macro with a similar name exists: `base64_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base64_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base2_nopad` in this scope
[INFO] [stdout]   --> tests/tests.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     assert_eq!(base2_nopad!("011000010110000101100001"), b"aaa");
[INFO] [stdout]    |                ^^^^^^^^^^^ help: a macro with a similar name exists: `base32_nopad`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32_nopad` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base8` in this scope
[INFO] [stdout]   --> tests/tests.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 |     assert_eq!(base8!("302====="), b"a");
[INFO] [stdout]    |                ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base4` in this scope
[INFO] [stdout]   --> tests/tests.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |     assert_eq!(base4!("1201"), b"a");
[INFO] [stdout]    |                ^^^^^ help: a macro with a similar name exists: `base64`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base64` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `base2` in this scope
[INFO] [stdout]   --> tests/tests.rs:6:16
[INFO] [stdout]    |
[INFO] [stdout] 6  |     assert_eq!(base2!("011000010110000101100001"), b"aaa");
[INFO] [stdout]    |                ^^^^^ help: a macro with a similar name exists: `base32`
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/lib.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[proc_macro_hack]
[INFO] [stdout]    | ------------------ similarly named macro `base32` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `binary_macros` (test "tests") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "7f58b3dcb17ad4c46b97f853664e9954311552add587716564a0e10550ea83b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f58b3dcb17ad4c46b97f853664e9954311552add587716564a0e10550ea83b6", kill_on_drop: false }`
[INFO] [stdout] 7f58b3dcb17ad4c46b97f853664e9954311552add587716564a0e10550ea83b6
