Sep 01 14:45:20.025 INFO checking lsio-0.1.18 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 14:45:20.026 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 14:45:20.026 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:45:20.210 INFO blam! d2e94d7ebb84e9711735a1f1cf2a4dc03426dc0a346df42d78236668aa9f0475 Sep 01 14:45:20.213 INFO running `"docker" "start" "-a" "d2e94d7ebb84e9711735a1f1cf2a4dc03426dc0a346df42d78236668aa9f0475"` Sep 01 14:45:21.038 INFO kablam! Checking lsio v0.1.18 (file:///source) Sep 01 14:45:21.928 INFO kablam! error: a macro named `println_color_quiet` has already been exported Sep 01 14:45:21.928 INFO kablam! --> src/macros.rs:100:1 Sep 01 14:45:21.928 INFO kablam! | Sep 01 14:45:21.928 INFO kablam! 100 | / macro_rules! println_color_quiet { Sep 01 14:45:21.928 INFO kablam! 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { Sep 01 14:45:21.928 INFO kablam! 102 | | if !$quiet { Sep 01 14:45:21.928 INFO kablam! 103 | | print_color!($color, concat!($fmt, "\n")); Sep 01 14:45:21.928 INFO kablam! ... | Sep 01 14:45:21.928 INFO kablam! 110 | | }; Sep 01 14:45:21.928 INFO kablam! 111 | | } Sep 01 14:45:21.928 INFO kablam! | |_^ `println_color_quiet` already exported Sep 01 14:45:21.929 INFO kablam! | Sep 01 14:45:21.929 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 01 14:45:21.929 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 01 14:45:21.929 INFO kablam! = note: for more information, see issue #35896 Sep 01 14:45:21.929 INFO kablam! note: previous macro export is now shadowed Sep 01 14:45:21.929 INFO kablam! --> src/macros.rs:52:1 Sep 01 14:45:21.929 INFO kablam! | Sep 01 14:45:21.929 INFO kablam! 52 | / macro_rules! println_color_quiet { Sep 01 14:45:21.930 INFO kablam! 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { Sep 01 14:45:21.930 INFO kablam! 54 | | { Sep 01 14:45:21.930 INFO kablam! 55 | | if !$quiet { Sep 01 14:45:21.930 INFO kablam! ... | Sep 01 14:45:21.930 INFO kablam! 62 | | }; Sep 01 14:45:21.930 INFO kablam! 63 | | } Sep 01 14:45:21.930 INFO kablam! | |_^ Sep 01 14:45:21.930 INFO kablam! Sep 01 14:45:22.027 INFO kablam! error: a macro named `println_color_quiet` has already been exported Sep 01 14:45:22.027 INFO kablam! --> src/macros.rs:100:1 Sep 01 14:45:22.027 INFO kablam! | Sep 01 14:45:22.027 INFO kablam! 100 | / macro_rules! println_color_quiet { Sep 01 14:45:22.027 INFO kablam! 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { Sep 01 14:45:22.027 INFO kablam! 102 | | if !$quiet { Sep 01 14:45:22.027 INFO kablam! 103 | | print_color!($color, concat!($fmt, "\n")); Sep 01 14:45:22.027 INFO kablam! ... | Sep 01 14:45:22.027 INFO kablam! 110 | | }; Sep 01 14:45:22.027 INFO kablam! 111 | | } Sep 01 14:45:22.027 INFO kablam! | |_^ `println_color_quiet` already exported Sep 01 14:45:22.027 INFO kablam! | Sep 01 14:45:22.027 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 01 14:45:22.027 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 01 14:45:22.027 INFO kablam! = note: for more information, see issue #35896 Sep 01 14:45:22.027 INFO kablam! note: previous macro export is now shadowed Sep 01 14:45:22.027 INFO kablam! --> src/macros.rs:52:1 Sep 01 14:45:22.027 INFO kablam! | Sep 01 14:45:22.027 INFO kablam! 52 | / macro_rules! println_color_quiet { Sep 01 14:45:22.027 INFO kablam! 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { Sep 01 14:45:22.027 INFO kablam! 54 | | { Sep 01 14:45:22.027 INFO kablam! 55 | | if !$quiet { Sep 01 14:45:22.027 INFO kablam! ... | Sep 01 14:45:22.027 INFO kablam! 62 | | }; Sep 01 14:45:22.027 INFO kablam! 63 | | } Sep 01 14:45:22.027 INFO kablam! | |_^ Sep 01 14:45:22.027 INFO kablam! Sep 01 14:45:22.263 INFO kablam! error: aborting due to previous error Sep 01 14:45:22.263 INFO kablam! Sep 01 14:45:22.271 INFO kablam! error: Could not compile `lsio`. Sep 01 14:45:22.271 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 14:45:22.345 INFO kablam! error: aborting due to previous error Sep 01 14:45:22.345 INFO kablam! Sep 01 14:45:22.357 INFO kablam! error: Could not compile `lsio`. Sep 01 14:45:22.357 INFO kablam! Sep 01 14:45:22.357 INFO kablam! To learn more, run the command again with --verbose. Sep 01 14:45:22.359 INFO kablam! su: No module specific data is present Sep 01 14:45:22.962 INFO running `"docker" "rm" "-f" "d2e94d7ebb84e9711735a1f1cf2a4dc03426dc0a346df42d78236668aa9f0475"` Sep 01 14:45:23.073 INFO blam! d2e94d7ebb84e9711735a1f1cf2a4dc03426dc0a346df42d78236668aa9f0475