Sep 21 07:22:58.291 INFO checking lsio-0.1.18 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:22:58.291 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:22:58.291 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:22:58.456 INFO blam! 3c7b6fee34ce5cd773b3e0f5fda05b58cfad6dc4a32cdbf3079d89370050fc83 Sep 21 07:22:58.457 INFO running `"docker" "start" "-a" "3c7b6fee34ce5cd773b3e0f5fda05b58cfad6dc4a32cdbf3079d89370050fc83"` Sep 21 07:22:59.408 INFO kablam! usermod: no changes Sep 21 07:22:59.473 INFO kablam! Checking errno v0.1.8 Sep 21 07:22:59.872 INFO kablam! Checking lsio v0.1.18 (/source) Sep 21 07:23:00.198 INFO kablam! error: a macro named `println_color_quiet` has already been exported Sep 21 07:23:00.198 INFO kablam! --> src/macros.rs:100:1 Sep 21 07:23:00.198 INFO kablam! | Sep 21 07:23:00.198 INFO kablam! 100 | / macro_rules! println_color_quiet { Sep 21 07:23:00.198 INFO kablam! 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { Sep 21 07:23:00.198 INFO kablam! 102 | | if !$quiet { Sep 21 07:23:00.198 INFO kablam! 103 | | print_color!($color, concat!($fmt, "\n")); Sep 21 07:23:00.198 INFO kablam! ... | Sep 21 07:23:00.198 INFO kablam! 110 | | }; Sep 21 07:23:00.198 INFO kablam! 111 | | } Sep 21 07:23:00.198 INFO kablam! | |_^ `println_color_quiet` already exported Sep 21 07:23:00.198 INFO kablam! | Sep 21 07:23:00.198 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 21 07:23:00.198 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 21 07:23:00.198 INFO kablam! = note: for more information, see issue #35896 Sep 21 07:23:00.198 INFO kablam! note: previous macro export is now shadowed Sep 21 07:23:00.198 INFO kablam! --> src/macros.rs:52:1 Sep 21 07:23:00.198 INFO kablam! | Sep 21 07:23:00.198 INFO kablam! 52 | / macro_rules! println_color_quiet { Sep 21 07:23:00.198 INFO kablam! 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { Sep 21 07:23:00.198 INFO kablam! 54 | | { Sep 21 07:23:00.198 INFO kablam! 55 | | if !$quiet { Sep 21 07:23:00.198 INFO kablam! ... | Sep 21 07:23:00.198 INFO kablam! 62 | | }; Sep 21 07:23:00.198 INFO kablam! 63 | | } Sep 21 07:23:00.198 INFO kablam! | |_^ Sep 21 07:23:00.198 INFO kablam! Sep 21 07:23:00.340 INFO kablam! error: aborting due to previous error Sep 21 07:23:00.340 INFO kablam! Sep 21 07:23:00.346 INFO kablam! error: Could not compile `lsio`. Sep 21 07:23:00.346 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:23:00.350 INFO kablam! error: a macro named `println_color_quiet` has already been exported Sep 21 07:23:00.350 INFO kablam! --> src/macros.rs:100:1 Sep 21 07:23:00.350 INFO kablam! | Sep 21 07:23:00.350 INFO kablam! 100 | / macro_rules! println_color_quiet { Sep 21 07:23:00.350 INFO kablam! 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { Sep 21 07:23:00.350 INFO kablam! 102 | | if !$quiet { Sep 21 07:23:00.350 INFO kablam! 103 | | print_color!($color, concat!($fmt, "\n")); Sep 21 07:23:00.350 INFO kablam! ... | Sep 21 07:23:00.350 INFO kablam! 110 | | }; Sep 21 07:23:00.350 INFO kablam! 111 | | } Sep 21 07:23:00.350 INFO kablam! | |_^ `println_color_quiet` already exported Sep 21 07:23:00.350 INFO kablam! | Sep 21 07:23:00.350 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 21 07:23:00.350 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 21 07:23:00.350 INFO kablam! = note: for more information, see issue #35896 Sep 21 07:23:00.350 INFO kablam! note: previous macro export is now shadowed Sep 21 07:23:00.350 INFO kablam! --> src/macros.rs:52:1 Sep 21 07:23:00.350 INFO kablam! | Sep 21 07:23:00.350 INFO kablam! 52 | / macro_rules! println_color_quiet { Sep 21 07:23:00.350 INFO kablam! 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { Sep 21 07:23:00.350 INFO kablam! 54 | | { Sep 21 07:23:00.350 INFO kablam! 55 | | if !$quiet { Sep 21 07:23:00.350 INFO kablam! ... | Sep 21 07:23:00.350 INFO kablam! 62 | | }; Sep 21 07:23:00.350 INFO kablam! 63 | | } Sep 21 07:23:00.350 INFO kablam! | |_^ Sep 21 07:23:00.350 INFO kablam! Sep 21 07:23:00.457 INFO kablam! error: aborting due to previous error Sep 21 07:23:00.457 INFO kablam! Sep 21 07:23:00.465 INFO kablam! error: Could not compile `lsio`. Sep 21 07:23:00.465 INFO kablam! Sep 21 07:23:00.465 INFO kablam! To learn more, run the command again with --verbose. Sep 21 07:23:00.466 INFO kablam! su: No module specific data is present Sep 21 07:23:01.173 INFO running `"docker" "rm" "-f" "3c7b6fee34ce5cd773b3e0f5fda05b58cfad6dc4a32cdbf3079d89370050fc83"` Sep 21 07:23:01.262 INFO blam! 3c7b6fee34ce5cd773b3e0f5fda05b58cfad6dc4a32cdbf3079d89370050fc83