Sep 01 07:08:16.112 INFO checking crunchy-0.1.6 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 07:08:16.112 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 07:08:16.112 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:08:16.301 INFO blam! a29937b3a931ef23091372f92fdb9753b66e3eddf16ef28e2dbfe6de3c23d505 Sep 01 07:08:16.304 INFO running `"docker" "start" "-a" "a29937b3a931ef23091372f92fdb9753b66e3eddf16ef28e2dbfe6de3c23d505"` Sep 01 07:08:17.002 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 01 07:08:19.239 INFO kablam! error: cannot find macro `vec!` in this scope Sep 01 07:08:19.239 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:788:33 Sep 01 07:08:19.239 INFO kablam! | Sep 01 07:08:19.239 INFO kablam! 788 | let a: Vec = vec![]; Sep 01 07:08:19.239 INFO kablam! | ^^^ Sep 01 07:08:19.239 INFO kablam! Sep 01 07:08:19.256 INFO kablam! error: cannot find macro `vec!` in this scope Sep 01 07:08:19.256 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:797:37 Sep 01 07:08:19.256 INFO kablam! | Sep 01 07:08:19.258 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 01 07:08:19.258 INFO kablam! | ^^^ Sep 01 07:08:19.258 INFO kablam! Sep 01 07:08:19.261 INFO kablam! error: cannot find macro `vec!` in this scope Sep 01 07:08:19.261 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:806:37 Sep 01 07:08:19.261 INFO kablam! | Sep 01 07:08:19.261 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 01 07:08:19.261 INFO kablam! | ^^^ Sep 01 07:08:19.262 INFO kablam! Sep 01 07:08:19.270 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:19.270 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:788:20 Sep 01 07:08:19.270 INFO kablam! | Sep 01 07:08:19.270 INFO kablam! 788 | let a: Vec = vec![]; Sep 01 07:08:19.270 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:19.270 INFO kablam! Sep 01 07:08:19.270 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:19.270 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:794:44 Sep 01 07:08:19.271 INFO kablam! | Sep 01 07:08:19.271 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 01 07:08:19.271 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:19.271 INFO kablam! Sep 01 07:08:19.271 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:19.271 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:797:24 Sep 01 07:08:19.271 INFO kablam! | Sep 01 07:08:19.271 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 01 07:08:19.271 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:19.271 INFO kablam! Sep 01 07:08:19.271 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:19.271 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:803:44 Sep 01 07:08:19.271 INFO kablam! | Sep 01 07:08:19.271 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 01 07:08:19.271 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:19.271 INFO kablam! Sep 01 07:08:19.271 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:19.271 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:806:24 Sep 01 07:08:19.271 INFO kablam! | Sep 01 07:08:19.271 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 01 07:08:19.272 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:19.272 INFO kablam! Sep 01 07:08:19.272 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:19.272 INFO kablam! --> /target/debug/build/crunchy-41b6c7d7103c580f/out/lib.rs:812:46 Sep 01 07:08:19.272 INFO kablam! | Sep 01 07:08:19.272 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 01 07:08:19.272 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:19.272 INFO kablam! Sep 01 07:08:19.273 INFO kablam! error: aborting due to 9 previous errors Sep 01 07:08:19.273 INFO kablam! Sep 01 07:08:19.273 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 01 07:08:19.281 INFO kablam! error: Could not compile `crunchy`. Sep 01 07:08:19.281 INFO kablam! Sep 01 07:08:19.281 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:08:19.282 INFO kablam! su: No module specific data is present Sep 01 07:08:19.829 INFO running `"docker" "rm" "-f" "a29937b3a931ef23091372f92fdb9753b66e3eddf16ef28e2dbfe6de3c23d505"` Sep 01 07:08:19.962 INFO blam! a29937b3a931ef23091372f92fdb9753b66e3eddf16ef28e2dbfe6de3c23d505