[INFO] fetching crate mycroft 0.0.1...
[INFO] checking mycroft-0.0.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate mycroft 0.0.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate mycroft 0.0.1 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 mycroft 0.0.1
[INFO] finished tweaking crates.io crate mycroft 0.0.1
[INFO] tweaked toml for crates.io crate mycroft 0.0.1 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" "+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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded combine v2.5.2
[INFO] [stderr]   Downloaded ascii v0.7.1
[INFO] [stderr]   Downloaded error-chain v0.11.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" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4119177f5531135064e112104c12065b9c0921ab615475fc8c6c822dab7a723
[INFO] running `Command { std: "docker" "start" "-a" "f4119177f5531135064e112104c12065b9c0921ab615475fc8c6c822dab7a723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4119177f5531135064e112104c12065b9c0921ab615475fc8c6c822dab7a723", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4119177f5531135064e112104c12065b9c0921ab615475fc8c6c822dab7a723", kill_on_drop: false }`
[INFO] [stdout] f4119177f5531135064e112104c12065b9c0921ab615475fc8c6c822dab7a723
[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" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cea84b2681277fe98890f972e03a8e5f6ee759fba0e12b1154e6f86c40239c88
[INFO] running `Command { std: "docker" "start" "-a" "cea84b2681277fe98890f972e03a8e5f6ee759fba0e12b1154e6f86c40239c88", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-xid v0.0.4
[INFO] [stderr]     Checking ascii v0.7.1
[INFO] [stderr]     Checking quote v0.3.15
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking synom v0.11.3
[INFO] [stderr]     Checking syn v0.11.11
[INFO] [stderr]     Checking combine v2.5.2
[INFO] [stderr]     Checking mycroft v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_macros`
[INFO] [stdout]  --> benches/triangle.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate mycroft_macros;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_support`
[INFO] [stdout]  --> benches/triangle.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate mycroft_support;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rand`
[INFO] [stdout]  --> benches/triangle.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate rand;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_macros`
[INFO] [stdout]  --> benches/clique.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate mycroft_macros;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_support`
[INFO] [stdout]  --> benches/clique.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate mycroft_support;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_macros`
[INFO] [stdout]  --> benches/insert.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate mycroft_macros;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_support`
[INFO] [stdout]  --> benches/insert.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate mycroft_support;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rand`
[INFO] [stdout]  --> benches/insert.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate rand;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mycroft_program::Database`, `mycroft_program::P`, `mycroft_program::Q`, `mycroft_program::R`
[INFO] [stdout]   --> benches/triangle.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use mycroft_program::{Database, P, Q, R};
[INFO] [stdout]    |                           ^^^^^^^^  ^  ^  ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mycroft_program::Database`, `mycroft_program::Edge`
[INFO] [stdout]   --> benches/clique.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use mycroft_program::{Database, Edge};
[INFO] [stdout]    |                           ^^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `mycroft_program`
[INFO] [stdout]   --> benches/triangle.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | mycroft_program!(
[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 `mycroft_program`
[INFO] [stdout]   --> benches/clique.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | mycroft_program!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mycroft_program::Database`, `mycroft_program::P`
[INFO] [stdout]   --> benches/insert.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 |     use mycroft_program::{Database, P};
[INFO] [stdout]    |                           ^^^^^^^^  ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `mycroft_program`
[INFO] [stdout]   --> benches/insert.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | mycroft_program!("P(usize)");
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> benches/triangle.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> benches/clique.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro, test)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> benches/insert.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mycroft` (bench "triangle") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mycroft` (bench "clique") due to 5 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `mycroft` (bench "insert") due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "cea84b2681277fe98890f972e03a8e5f6ee759fba0e12b1154e6f86c40239c88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cea84b2681277fe98890f972e03a8e5f6ee759fba0e12b1154e6f86c40239c88", kill_on_drop: false }`
[INFO] [stdout] cea84b2681277fe98890f972e03a8e5f6ee759fba0e12b1154e6f86c40239c88
[INFO] checking mycroft-0.0.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate mycroft 0.0.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate mycroft 0.0.1 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 mycroft 0.0.1
[INFO] finished tweaking crates.io crate mycroft 0.0.1
[INFO] tweaked toml for crates.io crate mycroft 0.0.1 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" "+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-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce94f609324a00ce90aed4d15e3e7ef46edad973a4434758b4f788f7e0d294b7
[INFO] running `Command { std: "docker" "start" "-a" "ce94f609324a00ce90aed4d15e3e7ef46edad973a4434758b4f788f7e0d294b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce94f609324a00ce90aed4d15e3e7ef46edad973a4434758b4f788f7e0d294b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce94f609324a00ce90aed4d15e3e7ef46edad973a4434758b4f788f7e0d294b7", kill_on_drop: false }`
[INFO] [stdout] ce94f609324a00ce90aed4d15e3e7ef46edad973a4434758b4f788f7e0d294b7
[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 -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] 50c03a7729654829a22c1adc09404994cd7831a304736ea6e0c2fb88a37cecbd
[INFO] running `Command { std: "docker" "start" "-a" "50c03a7729654829a22c1adc09404994cd7831a304736ea6e0c2fb88a37cecbd", kill_on_drop: false }`
[INFO] [stderr]     Checking unicode-xid v0.0.4
[INFO] [stderr]     Checking quote v0.3.15
[INFO] [stderr]     Checking ascii v0.7.1
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]     Checking synom v0.11.3
[INFO] [stderr]     Checking syn v0.11.11
[INFO] [stderr]     Checking combine v2.5.2
[INFO] [stderr]     Checking mycroft v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_macros`
[INFO] [stdout]  --> benches/insert.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate mycroft_macros;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_macros`
[INFO] [stdout]  --> benches/triangle.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate mycroft_macros;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_macros`
[INFO] [stdout]  --> benches/clique.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate mycroft_macros;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_support`
[INFO] [stdout]  --> benches/triangle.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate mycroft_support;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_support`
[INFO] [stdout]  --> benches/insert.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | extern crate mycroft_support;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rand`
[INFO] [stdout]  --> benches/triangle.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate rand;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `mycroft_support`
[INFO] [stdout]  --> benches/clique.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | extern crate mycroft_support;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rand`
[INFO] [stdout]  --> benches/insert.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern crate rand;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mycroft_program::Database`, `mycroft_program::P`
[INFO] [stdout]   --> benches/insert.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 |     use mycroft_program::{Database, P};
[INFO] [stdout]    |                           ^^^^^^^^  ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mycroft_program::Database`, `mycroft_program::P`, `mycroft_program::Q`, `mycroft_program::R`
[INFO] [stdout]   --> benches/triangle.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use mycroft_program::{Database, P, Q, R};
[INFO] [stdout]    |                           ^^^^^^^^  ^  ^  ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `mycroft_program`
[INFO] [stdout]   --> benches/insert.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | mycroft_program!("P(usize)");
[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 `mycroft_program`
[INFO] [stdout]   --> benches/triangle.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | mycroft_program!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `mycroft_program::Database`, `mycroft_program::Edge`
[INFO] [stdout]   --> benches/clique.rs:22:27
[INFO] [stdout]    |
[INFO] [stdout] 22 |     use mycroft_program::{Database, Edge};
[INFO] [stdout]    |                           ^^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `mycroft_program`
[INFO] [stdout]   --> benches/clique.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | mycroft_program!(
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> benches/triangle.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> benches/insert.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> benches/clique.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(proc_macro, test)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0463.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mycroft` (bench "insert") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mycroft` (bench "triangle") due to 6 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `mycroft` (bench "clique") due to 5 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "50c03a7729654829a22c1adc09404994cd7831a304736ea6e0c2fb88a37cecbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50c03a7729654829a22c1adc09404994cd7831a304736ea6e0c2fb88a37cecbd", kill_on_drop: false }`
[INFO] [stdout] 50c03a7729654829a22c1adc09404994cd7831a304736ea6e0c2fb88a37cecbd
