Oct 27 19:30:51.091 INFO checking lsio-0.1.18 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 19:30:51.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:30:51.412 INFO blam! 156510f9023e40a1ea59abe24444224c657ae988f617959643b78199b33af2e5 Oct 27 19:30:51.413 INFO running `"docker" "start" "-a" "156510f9023e40a1ea59abe24444224c657ae988f617959643b78199b33af2e5"` Oct 27 19:30:52.242 INFO kablam! usermod: no changes Oct 27 19:30:52.329 INFO kablam! Checking lsio v0.1.18 (/source) Oct 27 19:30:53.459 INFO kablam! error: a macro named `println_color_quiet` has already been exported Oct 27 19:30:53.460 INFO kablam! --> src/macros.rs:100:1 Oct 27 19:30:53.461 INFO kablam! | Oct 27 19:30:53.461 INFO kablam! 100 | / macro_rules! println_color_quiet { Oct 27 19:30:53.462 INFO kablam! 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { Oct 27 19:30:53.463 INFO kablam! 102 | | if !$quiet { Oct 27 19:30:53.463 INFO kablam! 103 | | print_color!($color, concat!($fmt, "\n")); Oct 27 19:30:53.464 INFO kablam! ... | Oct 27 19:30:53.464 INFO kablam! 110 | | }; Oct 27 19:30:53.465 INFO kablam! 111 | | } Oct 27 19:30:53.466 INFO kablam! | |_^ `println_color_quiet` already exported Oct 27 19:30:53.466 INFO kablam! | Oct 27 19:30:53.467 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 27 19:30:53.468 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! Oct 27 19:30:53.469 INFO kablam! = note: for more information, see issue #35896 Oct 27 19:30:53.469 INFO kablam! note: previous macro export is now shadowed Oct 27 19:30:53.470 INFO kablam! --> src/macros.rs:52:1 Oct 27 19:30:53.471 INFO kablam! | Oct 27 19:30:53.471 INFO kablam! 52 | / macro_rules! println_color_quiet { Oct 27 19:30:53.472 INFO kablam! 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { Oct 27 19:30:53.472 INFO kablam! 54 | | { Oct 27 19:30:53.473 INFO kablam! 55 | | if !$quiet { Oct 27 19:30:53.474 INFO kablam! ... | Oct 27 19:30:53.474 INFO kablam! 62 | | }; Oct 27 19:30:53.474 INFO kablam! 63 | | } Oct 27 19:30:53.474 INFO kablam! | |_^ Oct 27 19:30:53.479 INFO kablam! Oct 27 19:30:53.659 INFO kablam! error: aborting due to previous error Oct 27 19:30:53.659 INFO kablam! Oct 27 19:30:53.671 INFO kablam! error: Could not compile `lsio`. Oct 27 19:30:53.672 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 19:30:53.921 INFO kablam! error: a macro named `println_color_quiet` has already been exported Oct 27 19:30:53.921 INFO kablam! --> src/macros.rs:100:1 Oct 27 19:30:53.921 INFO kablam! | Oct 27 19:30:53.921 INFO kablam! 100 | / macro_rules! println_color_quiet { Oct 27 19:30:53.921 INFO kablam! 101 | | ($quiet: expr, $color:expr, $fmt:expr) => { Oct 27 19:30:53.921 INFO kablam! 102 | | if !$quiet { Oct 27 19:30:53.921 INFO kablam! 103 | | print_color!($color, concat!($fmt, "\n")); Oct 27 19:30:53.921 INFO kablam! ... | Oct 27 19:30:53.922 INFO kablam! 110 | | }; Oct 27 19:30:53.922 INFO kablam! 111 | | } Oct 27 19:30:53.922 INFO kablam! | |_^ `println_color_quiet` already exported Oct 27 19:30:53.922 INFO kablam! | Oct 27 19:30:53.924 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 27 19:30:53.924 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! Oct 27 19:30:53.924 INFO kablam! = note: for more information, see issue #35896 Oct 27 19:30:53.924 INFO kablam! note: previous macro export is now shadowed Oct 27 19:30:53.924 INFO kablam! --> src/macros.rs:52:1 Oct 27 19:30:53.924 INFO kablam! | Oct 27 19:30:53.924 INFO kablam! 52 | / macro_rules! println_color_quiet { Oct 27 19:30:53.924 INFO kablam! 53 | | ($quiet:expr, $color:expr, $($arg:tt)*) => { Oct 27 19:30:53.924 INFO kablam! 54 | | { Oct 27 19:30:53.924 INFO kablam! 55 | | if !$quiet { Oct 27 19:30:53.924 INFO kablam! ... | Oct 27 19:30:53.924 INFO kablam! 62 | | }; Oct 27 19:30:53.924 INFO kablam! 63 | | } Oct 27 19:30:53.924 INFO kablam! | |_^ Oct 27 19:30:53.924 INFO kablam! Oct 27 19:30:54.068 INFO kablam! error: aborting due to previous error Oct 27 19:30:54.068 INFO kablam! Oct 27 19:30:54.079 INFO kablam! error: Could not compile `lsio`. Oct 27 19:30:54.080 INFO kablam! Oct 27 19:30:54.080 INFO kablam! To learn more, run the command again with --verbose. Oct 27 19:30:54.082 INFO kablam! su: No module specific data is present Oct 27 19:30:55.263 INFO running `"docker" "rm" "-f" "156510f9023e40a1ea59abe24444224c657ae988f617959643b78199b33af2e5"` Oct 27 19:30:55.473 INFO blam! 156510f9023e40a1ea59abe24444224c657ae988f617959643b78199b33af2e5