[INFO] fetching crate icentral-subgraph 0.1.0...
[INFO] checking icentral-subgraph-0.1.0 against try#aea72be7e5474dab7f3e28cea3e2e6cfa3d1c3fa for pr-149195-3
[INFO] extracting crate icentral-subgraph 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate icentral-subgraph 0.1.0
[INFO] finished tweaking crates.io crate icentral-subgraph 0.1.0
[INFO] tweaked toml for crates.io crate icentral-subgraph 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate icentral-subgraph 0.1.0 on toolchain aea72be7e5474dab7f3e28cea3e2e6cfa3d1c3fa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+aea72be7e5474dab7f3e28cea3e2e6cfa3d1c3fa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate icentral-subgraph 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+aea72be7e5474dab7f3e28cea3e2e6cfa3d1c3fa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+aea72be7e5474dab7f3e28cea3e2e6cfa3d1c3fa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb2903a91ae9f71b8d8cf97e00de3db388d62ae25f33e7bbecd9929425dcbf5f
[INFO] running `Command { std: "docker" "start" "-a" "bb2903a91ae9f71b8d8cf97e00de3db388d62ae25f33e7bbecd9929425dcbf5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb2903a91ae9f71b8d8cf97e00de3db388d62ae25f33e7bbecd9929425dcbf5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb2903a91ae9f71b8d8cf97e00de3db388d62ae25f33e7bbecd9929425dcbf5f", kill_on_drop: false }`
[INFO] [stdout] bb2903a91ae9f71b8d8cf97e00de3db388d62ae25f33e7bbecd9929425dcbf5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+aea72be7e5474dab7f3e28cea3e2e6cfa3d1c3fa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 14fd4585bbd1626c6e6c0d01eec248f2ab30f89c00cf2d91a41ff7550ee040ee
[INFO] running `Command { std: "docker" "start" "-a" "14fd4585bbd1626c6e6c0d01eec248f2ab30f89c00cf2d91a41ff7550ee040ee", kill_on_drop: false }`
[INFO] [stderr]     Checking icentral-neighbors v0.1.0
[INFO] [stdout] error[E0659]: `ReinitWithLen` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/icentral-neighbors-0.1.0/src/neighbors_map.rs:152:6
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl ReinitWithLen for NeighborsMap {
[INFO] [stdout]     |      ^^^^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `ReinitWithLen` could refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/icentral-neighbors-0.1.0/src/lib.rs:1:31
[INFO] [stdout]     |
[INFO] [stdout]   1 | #[macro_use] mod imports; use imports::*;
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `ReinitWithLen` to disambiguate
[INFO] [stdout] note: `ReinitWithLen` could also refer to the trait imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/icentral-neighbors-0.1.0/src/lib.rs:6:1
[INFO] [stdout]     |
[INFO] [stdout]   6 | x!{interface}
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `ReinitWithLen` to disambiguate
[INFO] [stdout]     = note: this error originates in the macro `x` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `icentral-neighbors` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "14fd4585bbd1626c6e6c0d01eec248f2ab30f89c00cf2d91a41ff7550ee040ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14fd4585bbd1626c6e6c0d01eec248f2ab30f89c00cf2d91a41ff7550ee040ee", kill_on_drop: false }`
[INFO] [stdout] 14fd4585bbd1626c6e6c0d01eec248f2ab30f89c00cf2d91a41ff7550ee040ee
