Sep 04 21:12:18.618 INFO checking exa-0.8.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 21:12:18.618 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 21:12:18.618 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:12:18.873 INFO blam! 8294bccfaaadee55be5ed09b7801d83f8464d567bbf7b01bcf1a1e0c745cffd9 Sep 04 21:12:18.875 INFO running `"docker" "start" "-a" "8294bccfaaadee55be5ed09b7801d83f8464d567bbf7b01bcf1a1e0c745cffd9"` Sep 04 21:12:19.663 INFO kablam! Checking exa v0.8.0 (file:///source) Sep 04 21:12:22.372 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 21:12:22.372 INFO kablam! --> src/fs/file.rs:98:13 Sep 04 21:12:22.372 INFO kablam! | Sep 04 21:12:22.372 INFO kablam! 98 | use std::ascii::AsciiExt; Sep 04 21:12:22.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.372 INFO kablam! | Sep 04 21:12:22.372 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 21:12:22.372 INFO kablam! Sep 04 21:12:22.553 INFO kablam! error: cannot determine resolution for the macro `file` Sep 04 21:12:22.553 INFO kablam! --> src/fs/file.rs:481:9 Sep 04 21:12:22.553 INFO kablam! | Sep 04 21:12:22.553 INFO kablam! 481 | assert_eq!("fester.dat", File::filename(Path::new("fester.dat"))) Sep 04 21:12:22.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.553 INFO kablam! | Sep 04 21:12:22.553 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 21:12:22.553 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:12:22.553 INFO kablam! Sep 04 21:12:22.553 INFO kablam! error: cannot determine resolution for the macro `file` Sep 04 21:12:22.553 INFO kablam! --> src/fs/file.rs:486:9 Sep 04 21:12:22.553 INFO kablam! | Sep 04 21:12:22.553 INFO kablam! 486 | assert_eq!("foo.wha", File::filename(Path::new("/var/cache/foo.wha"))) Sep 04 21:12:22.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.553 INFO kablam! | Sep 04 21:12:22.554 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 21:12:22.554 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:12:22.554 INFO kablam! Sep 04 21:12:22.554 INFO kablam! error: cannot determine resolution for the macro `file` Sep 04 21:12:22.554 INFO kablam! --> src/fs/file.rs:491:9 Sep 04 21:12:22.554 INFO kablam! | Sep 04 21:12:22.554 INFO kablam! 491 | assert_eq!(".", File::filename(Path::new("."))) Sep 04 21:12:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.554 INFO kablam! | Sep 04 21:12:22.554 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 21:12:22.554 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:12:22.554 INFO kablam! Sep 04 21:12:22.554 INFO kablam! error: cannot determine resolution for the macro `file` Sep 04 21:12:22.554 INFO kablam! --> src/fs/file.rs:496:9 Sep 04 21:12:22.554 INFO kablam! | Sep 04 21:12:22.554 INFO kablam! 496 | assert_eq!("..", File::filename(Path::new(".."))) Sep 04 21:12:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.554 INFO kablam! | Sep 04 21:12:22.554 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 21:12:22.554 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:12:22.554 INFO kablam! Sep 04 21:12:22.554 INFO kablam! error: cannot determine resolution for the macro `file` Sep 04 21:12:22.554 INFO kablam! --> src/fs/file.rs:501:9 Sep 04 21:12:22.554 INFO kablam! | Sep 04 21:12:22.554 INFO kablam! 501 | assert_eq!("..", File::filename(Path::new("./.."))) Sep 04 21:12:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.554 INFO kablam! | Sep 04 21:12:22.555 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 21:12:22.555 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:12:22.555 INFO kablam! Sep 04 21:12:22.555 INFO kablam! error: cannot determine resolution for the macro `file` Sep 04 21:12:22.555 INFO kablam! --> src/fs/file.rs:506:9 Sep 04 21:12:22.555 INFO kablam! | Sep 04 21:12:22.555 INFO kablam! 506 | assert_eq!("/", File::filename(Path::new("/"))) Sep 04 21:12:22.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:22.555 INFO kablam! | Sep 04 21:12:22.555 INFO kablam! = note: import resolution is stuck, try simplifying macro imports Sep 04 21:12:22.555 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 21:12:22.555 INFO kablam! Sep 04 21:12:22.827 INFO kablam! error: aborting due to 6 previous errors Sep 04 21:12:22.827 INFO kablam! Sep 04 21:12:22.837 INFO kablam! error: Could not compile `exa`. Sep 04 21:12:22.837 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 21:12:24.263 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 21:12:24.263 INFO kablam! --> src/fs/file.rs:98:13 Sep 04 21:12:24.263 INFO kablam! | Sep 04 21:12:24.263 INFO kablam! 98 | use std::ascii::AsciiExt; Sep 04 21:12:24.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 21:12:24.263 INFO kablam! | Sep 04 21:12:24.263 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:12:24.263 INFO kablam! Sep 04 21:12:25.868 INFO kablam! error: build failed Sep 04 21:12:25.870 INFO kablam! su: No module specific data is present Sep 04 21:12:26.474 INFO running `"docker" "rm" "-f" "8294bccfaaadee55be5ed09b7801d83f8464d567bbf7b01bcf1a1e0c745cffd9"` Sep 04 21:12:26.683 INFO blam! 8294bccfaaadee55be5ed09b7801d83f8464d567bbf7b01bcf1a1e0c745cffd9