Sep 04 23:23:10.637 INFO checking crunchy-0.1.6 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 23:23:10.637 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 23:23:10.637 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/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 23:23:10.824 INFO blam! 552b19ed3661749bd9b702bc8612b163d7c225c87006055ef65a87e15b7d53e9 Sep 04 23:23:10.827 INFO running `"docker" "start" "-a" "552b19ed3661749bd9b702bc8612b163d7c225c87006055ef65a87e15b7d53e9"` Sep 04 23:23:11.545 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 04 23:23:13.556 INFO kablam! error: cannot find macro `vec!` in this scope Sep 04 23:23:13.556 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:788:33 Sep 04 23:23:13.557 INFO kablam! | Sep 04 23:23:13.557 INFO kablam! 788 | let a: Vec = vec![]; Sep 04 23:23:13.557 INFO kablam! | ^^^ Sep 04 23:23:13.557 INFO kablam! Sep 04 23:23:13.571 INFO kablam! error: cannot find macro `vec!` in this scope Sep 04 23:23:13.571 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:797:37 Sep 04 23:23:13.571 INFO kablam! | Sep 04 23:23:13.571 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 04 23:23:13.571 INFO kablam! | ^^^ Sep 04 23:23:13.571 INFO kablam! Sep 04 23:23:13.576 INFO kablam! error: cannot find macro `vec!` in this scope Sep 04 23:23:13.576 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:806:37 Sep 04 23:23:13.576 INFO kablam! | Sep 04 23:23:13.576 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 04 23:23:13.576 INFO kablam! | ^^^ Sep 04 23:23:13.576 INFO kablam! Sep 04 23:23:13.583 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 04 23:23:13.583 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:788:20 Sep 04 23:23:13.583 INFO kablam! | Sep 04 23:23:13.583 INFO kablam! 788 | let a: Vec = vec![]; Sep 04 23:23:13.583 INFO kablam! | ^^^ not found in this scope Sep 04 23:23:13.583 INFO kablam! Sep 04 23:23:13.584 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 04 23:23:13.584 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:794:44 Sep 04 23:23:13.584 INFO kablam! | Sep 04 23:23:13.584 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 04 23:23:13.584 INFO kablam! | ^^^ not found in this scope Sep 04 23:23:13.584 INFO kablam! Sep 04 23:23:13.585 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 04 23:23:13.585 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:797:24 Sep 04 23:23:13.585 INFO kablam! | Sep 04 23:23:13.585 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 04 23:23:13.585 INFO kablam! | ^^^ not found in this scope Sep 04 23:23:13.585 INFO kablam! Sep 04 23:23:13.586 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 04 23:23:13.586 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:803:44 Sep 04 23:23:13.586 INFO kablam! | Sep 04 23:23:13.586 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 04 23:23:13.586 INFO kablam! | ^^^ not found in this scope Sep 04 23:23:13.586 INFO kablam! Sep 04 23:23:13.587 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 04 23:23:13.587 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:806:24 Sep 04 23:23:13.587 INFO kablam! | Sep 04 23:23:13.587 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 04 23:23:13.587 INFO kablam! | ^^^ not found in this scope Sep 04 23:23:13.587 INFO kablam! Sep 04 23:23:13.588 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 04 23:23:13.588 INFO kablam! --> /target/debug/build/crunchy-7988897a0950f4b4/out/lib.rs:812:46 Sep 04 23:23:13.588 INFO kablam! | Sep 04 23:23:13.588 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 04 23:23:13.588 INFO kablam! | ^^^ not found in this scope Sep 04 23:23:13.588 INFO kablam! Sep 04 23:23:13.591 INFO kablam! error: aborting due to 9 previous errors Sep 04 23:23:13.591 INFO kablam! Sep 04 23:23:13.591 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 04 23:23:13.598 INFO kablam! error: Could not compile `crunchy`. Sep 04 23:23:13.598 INFO kablam! Sep 04 23:23:13.598 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:23:13.599 INFO kablam! su: No module specific data is present Sep 04 23:23:14.106 INFO running `"docker" "rm" "-f" "552b19ed3661749bd9b702bc8612b163d7c225c87006055ef65a87e15b7d53e9"` Sep 04 23:23:14.246 INFO blam! 552b19ed3661749bd9b702bc8612b163d7c225c87006055ef65a87e15b7d53e9