[INFO] fetching crate indexmap-rmw 1.6.3...
[INFO] checking indexmap-rmw-1.6.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate indexmap-rmw 1.6.3 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate indexmap-rmw 1.6.3 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 indexmap-rmw 1.6.3
[INFO] finished tweaking crates.io crate indexmap-rmw 1.6.3
[INFO] tweaked toml for crates.io crate indexmap-rmw 1.6.3 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] [stderr]     Updating crates.io index
[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] 5288e7700f9c17cb9c3bb0d562a078e90a4d3556543dbf24bb8acfaa59f48695
[INFO] running `Command { std: "docker" "start" "-a" "5288e7700f9c17cb9c3bb0d562a078e90a4d3556543dbf24bb8acfaa59f48695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5288e7700f9c17cb9c3bb0d562a078e90a4d3556543dbf24bb8acfaa59f48695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5288e7700f9c17cb9c3bb0d562a078e90a4d3556543dbf24bb8acfaa59f48695", kill_on_drop: false }`
[INFO] [stdout] 5288e7700f9c17cb9c3bb0d562a078e90a4d3556543dbf24bb8acfaa59f48695
[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] 25d08842d09dd5027b635aa6301390c46a60f38de06a8dc74866c8ff8332b2a7
[INFO] running `Command { std: "docker" "start" "-a" "25d08842d09dd5027b635aa6301390c46a60f38de06a8dc74866c8ff8332b2a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]    Compiling indexmap-rmw v1.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap`
[INFO] [stdout]   --> tests/macros_full_path.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let _s = indexmap::indexset! {
[INFO] [stdout]    |              ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap`
[INFO] [stdout]  --> tests/macros_full_path.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let _m = indexmap::indexmap! {
[INFO] [stdout]   |              ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> tests/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use indexmap::{indexmap, indexset};
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> benches/faststring.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use indexmap::IndexMap;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> tests/equivalent_trait.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use indexmap::indexmap;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexmap`
[INFO] [stdout]  --> tests/tests.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let m = indexmap! {
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexset`
[INFO] [stdout]   --> tests/tests.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let s = indexset! {
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexmap`
[INFO] [stdout]   --> tests/equivalent_trait.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let map = indexmap! {
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexmap`
[INFO] [stdout]   --> tests/equivalent_trait.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let mut map = indexmap! {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]   --> benches/bench.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use indexmap::IndexMap;
[INFO] [stdout]    |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: function `indexmap` is not a crate or module
[INFO] [stdout]   --> tests/quick.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use indexmap::map::Entry as OEntry;
[INFO] [stdout]    |     ^^^^^^^^ function `indexmap` is not a crate or module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> tests/quick.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use indexmap::{IndexMap, IndexSet};
[INFO] [stdout]   |     ^^^^^^^^ function `indexmap` is not a crate or module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "macros_full_path") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "equivalent_trait") due to 4 previous errors
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "tests") due to 4 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found struct `Gen`
[INFO] [stdout]    --> tests/quick.rs:202:21
[INFO] [stdout]     |
[INFO] [stdout] 202 |     fn arbitrary<G: Gen>(g: &mut G) -> Self {
[INFO] [stdout]     |                     ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found struct `Gen`
[INFO] [stdout]    --> tests/quick.rs:455:21
[INFO] [stdout]     |
[INFO] [stdout] 455 |     fn arbitrary<G: Gen>(g: &mut G) -> Self {
[INFO] [stdout]     |                     ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found struct `Gen`
[INFO] [stdout]    --> tests/quick.rs:485:21
[INFO] [stdout]     |
[INFO] [stdout] 485 |     fn arbitrary<G: Gen>(g: &mut G) -> Self {
[INFO] [stdout]     |                     ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (bench "bench") due to 2 previous errors
[INFO] [stderr] error: could not compile `indexmap-rmw` (bench "faststring") due to 2 previous errors
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0404, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0404`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "quick") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "25d08842d09dd5027b635aa6301390c46a60f38de06a8dc74866c8ff8332b2a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25d08842d09dd5027b635aa6301390c46a60f38de06a8dc74866c8ff8332b2a7", kill_on_drop: false }`
[INFO] [stdout] 25d08842d09dd5027b635aa6301390c46a60f38de06a8dc74866c8ff8332b2a7
[INFO] checking indexmap-rmw-1.6.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate indexmap-rmw 1.6.3 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate indexmap-rmw 1.6.3 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 indexmap-rmw 1.6.3
[INFO] finished tweaking crates.io crate indexmap-rmw 1.6.3
[INFO] tweaked toml for crates.io crate indexmap-rmw 1.6.3 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] [stderr]     Updating crates.io index
[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] bea08ec6a7fc59e8b0bceb336f05cd1301a740508b1b1771e4840d6a6a13fb9d
[INFO] running `Command { std: "docker" "start" "-a" "bea08ec6a7fc59e8b0bceb336f05cd1301a740508b1b1771e4840d6a6a13fb9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bea08ec6a7fc59e8b0bceb336f05cd1301a740508b1b1771e4840d6a6a13fb9d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bea08ec6a7fc59e8b0bceb336f05cd1301a740508b1b1771e4840d6a6a13fb9d", kill_on_drop: false }`
[INFO] [stdout] bea08ec6a7fc59e8b0bceb336f05cd1301a740508b1b1771e4840d6a6a13fb9d
[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] 29cfc6d82af555587391d49f57b27bba7b312f2c9605b1ab91d8532cf0da1e02
[INFO] running `Command { std: "docker" "start" "-a" "29cfc6d82af555587391d49f57b27bba7b312f2c9605b1ab91d8532cf0da1e02", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling indexmap-rmw v1.6.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap`
[INFO] [stdout]   --> tests/macros_full_path.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let _s = indexmap::indexset! {
[INFO] [stdout]    |              ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `indexmap`
[INFO] [stdout]  --> tests/macros_full_path.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let _m = indexmap::indexmap! {
[INFO] [stdout]   |              ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> benches/faststring.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use indexmap::IndexMap;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> tests/equivalent_trait.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use indexmap::indexmap;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> tests/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use indexmap::{indexmap, indexset};
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: function `indexmap` is not a crate or module
[INFO] [stdout]   --> tests/quick.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use indexmap::map::Entry as OEntry;
[INFO] [stdout]    |     ^^^^^^^^ function `indexmap` is not a crate or module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]  --> tests/quick.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use indexmap::{IndexMap, IndexSet};
[INFO] [stdout]   |     ^^^^^^^^ function `indexmap` is not a crate or module
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexmap`
[INFO] [stdout]   --> tests/equivalent_trait.rs:33:15
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let map = indexmap! {
[INFO] [stdout]    |               ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexmap`
[INFO] [stdout]   --> tests/equivalent_trait.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let mut map = indexmap! {
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `indexmap`
[INFO] [stdout]  --> tests/tests.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let m = indexmap! {
[INFO] [stdout]   |             ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "macros_full_path") due to 3 previous errors
[INFO] [stdout] error: cannot determine resolution for the macro `indexset`
[INFO] [stdout]   --> tests/tests.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let s = indexset! {
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `indexmap`
[INFO] [stdout]   --> benches/bench.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use indexmap::IndexMap;
[INFO] [stdout]    |     ^^^^^^^^ use of undeclared crate or module `indexmap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "equivalent_trait") due to 4 previous errors
[INFO] [stdout] error[E0404]: expected trait, found struct `Gen`
[INFO] [stdout]    --> tests/quick.rs:202:21
[INFO] [stdout]     |
[INFO] [stdout] 202 |     fn arbitrary<G: Gen>(g: &mut G) -> Self {
[INFO] [stdout]     |                     ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found struct `Gen`
[INFO] [stdout]    --> tests/quick.rs:455:21
[INFO] [stdout]     |
[INFO] [stdout] 455 |     fn arbitrary<G: Gen>(g: &mut G) -> Self {
[INFO] [stdout]     |                     ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0404]: expected trait, found struct `Gen`
[INFO] [stdout]    --> tests/quick.rs:485:21
[INFO] [stdout]     |
[INFO] [stdout] 485 |     fn arbitrary<G: Gen>(g: &mut G) -> Self {
[INFO] [stdout]     |                     ^^^ not a trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "tests") due to 4 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0404, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0404`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (bench "bench") due to 2 previous errors
[INFO] [stderr] error: could not compile `indexmap-rmw` (test "quick") due to 6 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indexmap-rmw` (bench "faststring") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "29cfc6d82af555587391d49f57b27bba7b312f2c9605b1ab91d8532cf0da1e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29cfc6d82af555587391d49f57b27bba7b312f2c9605b1ab91d8532cf0da1e02", kill_on_drop: false }`
[INFO] [stdout] 29cfc6d82af555587391d49f57b27bba7b312f2c9605b1ab91d8532cf0da1e02
