Sep 02 17:12:22.976 INFO checking crunchy-0.1.6 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 17:12:22.976 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 17:12:22.976 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 17:12:23.214 INFO blam! 76a9b06df7a409da350b8d7ff583dd8f6982afaa6ae910582fee4f79f1e169c8 Sep 02 17:12:23.216 INFO running `"docker" "start" "-a" "76a9b06df7a409da350b8d7ff583dd8f6982afaa6ae910582fee4f79f1e169c8"` Sep 02 17:12:23.871 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 02 17:12:25.797 INFO kablam! error: cannot find macro `vec!` in this scope Sep 02 17:12:25.797 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:788:33 Sep 02 17:12:25.797 INFO kablam! | Sep 02 17:12:25.797 INFO kablam! 788 | let a: Vec = vec![]; Sep 02 17:12:25.797 INFO kablam! | ^^^ Sep 02 17:12:25.798 INFO kablam! Sep 02 17:12:25.816 INFO kablam! error: cannot find macro `vec!` in this scope Sep 02 17:12:25.816 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:797:37 Sep 02 17:12:25.816 INFO kablam! | Sep 02 17:12:25.816 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 02 17:12:25.816 INFO kablam! | ^^^ Sep 02 17:12:25.816 INFO kablam! Sep 02 17:12:25.823 INFO kablam! error: cannot find macro `vec!` in this scope Sep 02 17:12:25.823 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:806:37 Sep 02 17:12:25.823 INFO kablam! | Sep 02 17:12:25.823 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 02 17:12:25.823 INFO kablam! | ^^^ Sep 02 17:12:25.823 INFO kablam! Sep 02 17:12:25.832 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 02 17:12:25.832 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:788:20 Sep 02 17:12:25.832 INFO kablam! | Sep 02 17:12:25.832 INFO kablam! 788 | let a: Vec = vec![]; Sep 02 17:12:25.832 INFO kablam! | ^^^ not found in this scope Sep 02 17:12:25.832 INFO kablam! Sep 02 17:12:25.832 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 02 17:12:25.832 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:794:44 Sep 02 17:12:25.833 INFO kablam! | Sep 02 17:12:25.833 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 02 17:12:25.833 INFO kablam! | ^^^ not found in this scope Sep 02 17:12:25.833 INFO kablam! Sep 02 17:12:25.833 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 02 17:12:25.833 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:797:24 Sep 02 17:12:25.833 INFO kablam! | Sep 02 17:12:25.833 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 02 17:12:25.833 INFO kablam! | ^^^ not found in this scope Sep 02 17:12:25.833 INFO kablam! Sep 02 17:12:25.833 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 02 17:12:25.833 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:803:44 Sep 02 17:12:25.833 INFO kablam! | Sep 02 17:12:25.833 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 02 17:12:25.833 INFO kablam! | ^^^ not found in this scope Sep 02 17:12:25.833 INFO kablam! Sep 02 17:12:25.833 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 02 17:12:25.833 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:806:24 Sep 02 17:12:25.833 INFO kablam! | Sep 02 17:12:25.834 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 02 17:12:25.834 INFO kablam! | ^^^ not found in this scope Sep 02 17:12:25.834 INFO kablam! Sep 02 17:12:25.834 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 02 17:12:25.834 INFO kablam! --> /target/debug/build/crunchy-2293c6e73df6c8b7/out/lib.rs:812:46 Sep 02 17:12:25.834 INFO kablam! | Sep 02 17:12:25.834 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 02 17:12:25.834 INFO kablam! | ^^^ not found in this scope Sep 02 17:12:25.834 INFO kablam! Sep 02 17:12:25.835 INFO kablam! error: aborting due to 9 previous errors Sep 02 17:12:25.835 INFO kablam! Sep 02 17:12:25.835 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 02 17:12:25.844 INFO kablam! error: Could not compile `crunchy`. Sep 02 17:12:25.844 INFO kablam! Sep 02 17:12:25.844 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:12:25.844 INFO kablam! su: No module specific data is present Sep 02 17:12:26.385 INFO running `"docker" "rm" "-f" "76a9b06df7a409da350b8d7ff583dd8f6982afaa6ae910582fee4f79f1e169c8"` Sep 02 17:12:26.531 INFO blam! 76a9b06df7a409da350b8d7ff583dd8f6982afaa6ae910582fee4f79f1e169c8