[INFO] fetching crate maplit2 1.0.5...
[INFO] checking maplit2-1.0.5 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate maplit2 1.0.5 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate maplit2 1.0.5 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate maplit2 1.0.5
[INFO] finished tweaking crates.io crate maplit2 1.0.5
[INFO] tweaked toml for crates.io crate maplit2 1.0.5 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b1c4661100e8b69a4c5a53544997372d1ae3b07dd00d75e171aa84d089b1be2e
[INFO] running `Command { std: "docker" "start" "-a" "b1c4661100e8b69a4c5a53544997372d1ae3b07dd00d75e171aa84d089b1be2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1c4661100e8b69a4c5a53544997372d1ae3b07dd00d75e171aa84d089b1be2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1c4661100e8b69a4c5a53544997372d1ae3b07dd00d75e171aa84d089b1be2e", kill_on_drop: false }`
[INFO] [stdout] b1c4661100e8b69a4c5a53544997372d1ae3b07dd00d75e171aa84d089b1be2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ebe967e909c8d07fd258ce56370990885e51b64a8f964387f8fedd54ea0f422
[INFO] running `Command { std: "docker" "start" "-a" "6ebe967e909c8d07fd258ce56370990885e51b64a8f964387f8fedd54ea0f422", kill_on_drop: false }`
[INFO] [stderr]     Checking maplit2 v1.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `maplit`
[INFO] [stdout]  --> tests/tests.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[macro_use] extern crate maplit;
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let set = hashset!{1,
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let set = hashset!{2, 3};
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let set = hashset!{1};
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut set = hashset!{};
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     hashset!{{1 + 1}, (2 + 1)};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     hashset!{1 + 1, 2 + 1,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     hashset!{1 + 1, 2 + 1};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     hashset!{1, 2,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     hashset!{1, 2};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     hashset!{1,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     hashset!{1};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let mut s = hashset!{};
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let m = hashmap!{"a".to_string() => 1 + 2, "b".to_string() => 1 + 3, };
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let m = hashmap!{"a".to_string() => 1 + 2, "b".to_string() => 1 + 3};
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     hashmap!{{1 + 2} => 1, (1 + 3) => {0 + 2}};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     hashmap!{1 + 1 => 1, 2 + 1 => 2,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     hashmap!{1 + 1 => 1, 2 + 1 => 2};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     hashmap!{1 => 1,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]  --> tests/tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     hashmap!{1 => 1};
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]  --> tests/tests.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut m = hashmap!{};
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 21 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maplit2` (test "tests") due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "6ebe967e909c8d07fd258ce56370990885e51b64a8f964387f8fedd54ea0f422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ebe967e909c8d07fd258ce56370990885e51b64a8f964387f8fedd54ea0f422", kill_on_drop: false }`
[INFO] [stdout] 6ebe967e909c8d07fd258ce56370990885e51b64a8f964387f8fedd54ea0f422
[INFO] checking maplit2-1.0.5 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate maplit2 1.0.5 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate maplit2 1.0.5 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate maplit2 1.0.5
[INFO] finished tweaking crates.io crate maplit2 1.0.5
[INFO] tweaked toml for crates.io crate maplit2 1.0.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bd976611b532323481388a82cbf6795c61a06fe33347f246ed7bd60a7121ede
[INFO] running `Command { std: "docker" "start" "-a" "9bd976611b532323481388a82cbf6795c61a06fe33347f246ed7bd60a7121ede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bd976611b532323481388a82cbf6795c61a06fe33347f246ed7bd60a7121ede", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bd976611b532323481388a82cbf6795c61a06fe33347f246ed7bd60a7121ede", kill_on_drop: false }`
[INFO] [stdout] 9bd976611b532323481388a82cbf6795c61a06fe33347f246ed7bd60a7121ede
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df75b76d9024d41e1d4813c192e64af13d8ee306cab46e4b3403b7e4f6e66653
[INFO] running `Command { std: "docker" "start" "-a" "df75b76d9024d41e1d4813c192e64af13d8ee306cab46e4b3403b7e4f6e66653", kill_on_drop: false }`
[INFO] [stderr]     Checking maplit2 v1.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `maplit`
[INFO] [stdout]  --> tests/tests.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | #[macro_use] extern crate maplit;
[INFO] [stdout]   |              ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let set = hashset!{1,
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:39:15
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let set = hashset!{2, 3};
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     let set = hashset!{1};
[INFO] [stdout]    |               ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let mut set = hashset!{};
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     hashset!{{1 + 1}, (2 + 1)};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     hashset!{1 + 1, 2 + 1,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     hashset!{1 + 1, 2 + 1};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     hashset!{1, 2,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     hashset!{1, 2};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     hashset!{1,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     hashset!{1};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashset` in this scope
[INFO] [stdout]   --> tests/tests.rs:21:17
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let mut s = hashset!{};
[INFO] [stdout]    |                 ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `hashset` is in scope, but it is a function, not a macro
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:17:13
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let m = hashmap!{"a".to_string() => 1 + 2, "b".to_string() => 1 + 3, };
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let m = hashmap!{"a".to_string() => 1 + 2, "b".to_string() => 1 + 3};
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     hashmap!{{1 + 2} => 1, (1 + 3) => {0 + 2}};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     hashmap!{1 + 1 => 1, 2 + 1 => 2,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     hashmap!{1 + 1 => 1, 2 + 1 => 2};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]   --> tests/tests.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     hashmap!{1 => 1,};
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]  --> tests/tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     hashmap!{1 => 1};
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `hashmap` in this scope
[INFO] [stdout]  --> tests/tests.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let mut m = hashmap!{};
[INFO] [stdout]   |                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 21 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maplit2` (test "tests") due to 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "df75b76d9024d41e1d4813c192e64af13d8ee306cab46e4b3403b7e4f6e66653", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df75b76d9024d41e1d4813c192e64af13d8ee306cab46e4b3403b7e4f6e66653", kill_on_drop: false }`
[INFO] [stdout] df75b76d9024d41e1d4813c192e64af13d8ee306cab46e4b3403b7e4f6e66653
