Sep 14 17:58:05.058 INFO checking crunchy-0.1.6 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 17:58:05.058 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 17:58:05.058 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:58:05.455 INFO blam! 5e74dd26ba0e3838bbd0ec54171aee6c1455f76eac364e4789ee8bf036b7e566 Sep 14 17:58:05.457 INFO running `"docker" "start" "-a" "5e74dd26ba0e3838bbd0ec54171aee6c1455f76eac364e4789ee8bf036b7e566"` Sep 14 17:58:06.760 INFO kablam! usermod: no changes Sep 14 17:58:06.822 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 14 17:58:08.195 INFO kablam! error: cannot find macro `vec!` in this scope Sep 14 17:58:08.195 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:788:33 Sep 14 17:58:08.195 INFO kablam! | Sep 14 17:58:08.195 INFO kablam! 788 | let a: Vec = vec![]; Sep 14 17:58:08.195 INFO kablam! | ^^^ Sep 14 17:58:08.195 INFO kablam! Sep 14 17:58:08.207 INFO kablam! error: cannot find macro `vec!` in this scope Sep 14 17:58:08.207 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:797:37 Sep 14 17:58:08.207 INFO kablam! | Sep 14 17:58:08.207 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 14 17:58:08.207 INFO kablam! | ^^^ Sep 14 17:58:08.207 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error: cannot find macro `vec!` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:806:37 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 14 17:58:08.219 INFO kablam! | ^^^ Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:788:20 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 788 | let a: Vec = vec![]; Sep 14 17:58:08.219 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:794:44 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 14 17:58:08.219 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:797:24 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 14 17:58:08.219 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:803:44 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 14 17:58:08.219 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:806:24 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 14 17:58:08.219 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.219 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:08.219 INFO kablam! --> /target/debug/build/crunchy-119fdefb92439800/out/lib.rs:812:46 Sep 14 17:58:08.219 INFO kablam! | Sep 14 17:58:08.219 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 14 17:58:08.219 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:08.219 INFO kablam! Sep 14 17:58:08.220 INFO kablam! error: aborting due to 9 previous errors Sep 14 17:58:08.220 INFO kablam! Sep 14 17:58:08.220 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 14 17:58:08.227 INFO kablam! error: Could not compile `crunchy`. Sep 14 17:58:08.227 INFO kablam! Sep 14 17:58:08.227 INFO kablam! To learn more, run the command again with --verbose. Sep 14 17:58:08.229 INFO kablam! su: No module specific data is present Sep 14 17:58:08.955 INFO running `"docker" "rm" "-f" "5e74dd26ba0e3838bbd0ec54171aee6c1455f76eac364e4789ee8bf036b7e566"` Sep 14 17:58:09.122 INFO blam! 5e74dd26ba0e3838bbd0ec54171aee6c1455f76eac364e4789ee8bf036b7e566