Sep 14 17:58:06.342 INFO checking crunchy-0.1.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 17:58:06.343 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 17:58:06.343 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:06.795 INFO blam! c2db1c6e80a21ade629076cf818004d2d9b89f3984b4bdac2e797c382df832e4 Sep 14 17:58:06.797 INFO running `"docker" "start" "-a" "c2db1c6e80a21ade629076cf818004d2d9b89f3984b4bdac2e797c382df832e4"` Sep 14 17:58:08.210 INFO kablam! usermod: no changes Sep 14 17:58:08.243 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 14 17:58:09.539 INFO kablam! error: cannot find macro `vec!` in this scope Sep 14 17:58:09.539 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:788:33 Sep 14 17:58:09.539 INFO kablam! | Sep 14 17:58:09.539 INFO kablam! 788 | let a: Vec = vec![]; Sep 14 17:58:09.539 INFO kablam! | ^^^ Sep 14 17:58:09.539 INFO kablam! Sep 14 17:58:09.563 INFO kablam! error: cannot find macro `vec!` in this scope Sep 14 17:58:09.563 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:797:37 Sep 14 17:58:09.563 INFO kablam! | Sep 14 17:58:09.563 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 14 17:58:09.563 INFO kablam! | ^^^ Sep 14 17:58:09.563 INFO kablam! Sep 14 17:58:09.569 INFO kablam! error: cannot find macro `vec!` in this scope Sep 14 17:58:09.569 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:806:37 Sep 14 17:58:09.569 INFO kablam! | Sep 14 17:58:09.569 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 14 17:58:09.569 INFO kablam! | ^^^ Sep 14 17:58:09.569 INFO kablam! Sep 14 17:58:09.576 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:09.576 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:788:20 Sep 14 17:58:09.576 INFO kablam! | Sep 14 17:58:09.576 INFO kablam! 788 | let a: Vec = vec![]; Sep 14 17:58:09.576 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:09.576 INFO kablam! Sep 14 17:58:09.576 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:09.576 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:794:44 Sep 14 17:58:09.576 INFO kablam! | Sep 14 17:58:09.577 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 14 17:58:09.577 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:09.577 INFO kablam! Sep 14 17:58:09.577 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:09.577 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:797:24 Sep 14 17:58:09.577 INFO kablam! | Sep 14 17:58:09.577 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 14 17:58:09.577 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:09.577 INFO kablam! Sep 14 17:58:09.577 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:09.577 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:803:44 Sep 14 17:58:09.577 INFO kablam! | Sep 14 17:58:09.577 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 14 17:58:09.577 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:09.577 INFO kablam! Sep 14 17:58:09.577 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:09.577 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:806:24 Sep 14 17:58:09.577 INFO kablam! | Sep 14 17:58:09.577 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 14 17:58:09.577 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:09.577 INFO kablam! Sep 14 17:58:09.577 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 14 17:58:09.577 INFO kablam! --> /target/debug/build/crunchy-fbc0614b84e3220b/out/lib.rs:812:46 Sep 14 17:58:09.577 INFO kablam! | Sep 14 17:58:09.577 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 14 17:58:09.577 INFO kablam! | ^^^ not found in this scope Sep 14 17:58:09.577 INFO kablam! Sep 14 17:58:09.578 INFO kablam! error: aborting due to 9 previous errors Sep 14 17:58:09.578 INFO kablam! Sep 14 17:58:09.578 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 14 17:58:09.586 INFO kablam! error: Could not compile `crunchy`. Sep 14 17:58:09.586 INFO kablam! Sep 14 17:58:09.586 INFO kablam! To learn more, run the command again with --verbose. Sep 14 17:58:09.588 INFO kablam! su: No module specific data is present Sep 14 17:58:10.322 INFO running `"docker" "rm" "-f" "c2db1c6e80a21ade629076cf818004d2d9b89f3984b4bdac2e797c382df832e4"` Sep 14 17:58:10.479 INFO blam! c2db1c6e80a21ade629076cf818004d2d9b89f3984b4bdac2e797c382df832e4