Sep 21 11:44:26.518 INFO checking crunchy-0.1.6 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 11:44:26.518 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 11:44:26.518 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:44:26.763 INFO blam! ed15ddf9e8d5522dea14fe8a4fac418adfca4882d18663b9d973a8bbcbd7beb3 Sep 21 11:44:26.766 INFO running `"docker" "start" "-a" "ed15ddf9e8d5522dea14fe8a4fac418adfca4882d18663b9d973a8bbcbd7beb3"` Sep 21 11:44:27.774 INFO kablam! usermod: no changes Sep 21 11:44:27.832 INFO kablam! Compiling crunchy v0.1.6 (/source) Sep 21 11:44:28.891 INFO kablam! error: cannot find macro `vec!` in this scope Sep 21 11:44:28.891 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:788:33 Sep 21 11:44:28.891 INFO kablam! | Sep 21 11:44:28.891 INFO kablam! 788 | let a: Vec = vec![]; Sep 21 11:44:28.891 INFO kablam! | ^^^ Sep 21 11:44:28.891 INFO kablam! Sep 21 11:44:28.903 INFO kablam! error: cannot find macro `vec!` in this scope Sep 21 11:44:28.903 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:797:37 Sep 21 11:44:28.903 INFO kablam! | Sep 21 11:44:28.903 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 21 11:44:28.903 INFO kablam! | ^^^ Sep 21 11:44:28.903 INFO kablam! Sep 21 11:44:28.910 INFO kablam! error: cannot find macro `vec!` in this scope Sep 21 11:44:28.911 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:806:37 Sep 21 11:44:28.911 INFO kablam! | Sep 21 11:44:28.911 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 21 11:44:28.911 INFO kablam! | ^^^ Sep 21 11:44:28.912 INFO kablam! Sep 21 11:44:28.913 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 21 11:44:28.913 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:788:20 Sep 21 11:44:28.913 INFO kablam! | Sep 21 11:44:28.913 INFO kablam! 788 | let a: Vec = vec![]; Sep 21 11:44:28.913 INFO kablam! | ^^^ not found in this scope Sep 21 11:44:28.913 INFO kablam! Sep 21 11:44:28.913 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 21 11:44:28.913 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:794:44 Sep 21 11:44:28.913 INFO kablam! | Sep 21 11:44:28.913 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 21 11:44:28.913 INFO kablam! | ^^^ not found in this scope Sep 21 11:44:28.913 INFO kablam! Sep 21 11:44:28.913 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 21 11:44:28.913 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:797:24 Sep 21 11:44:28.913 INFO kablam! | Sep 21 11:44:28.913 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 21 11:44:28.913 INFO kablam! | ^^^ not found in this scope Sep 21 11:44:28.913 INFO kablam! Sep 21 11:44:28.913 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 21 11:44:28.913 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:803:44 Sep 21 11:44:28.913 INFO kablam! | Sep 21 11:44:28.913 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 21 11:44:28.913 INFO kablam! | ^^^ not found in this scope Sep 21 11:44:28.913 INFO kablam! Sep 21 11:44:28.913 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 21 11:44:28.913 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:806:24 Sep 21 11:44:28.913 INFO kablam! | Sep 21 11:44:28.913 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 21 11:44:28.913 INFO kablam! | ^^^ not found in this scope Sep 21 11:44:28.913 INFO kablam! Sep 21 11:44:28.914 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 21 11:44:28.914 INFO kablam! --> /target/debug/build/crunchy-df101c0c9fda9671/out/lib.rs:812:46 Sep 21 11:44:28.914 INFO kablam! | Sep 21 11:44:28.914 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 21 11:44:28.914 INFO kablam! | ^^^ not found in this scope Sep 21 11:44:28.914 INFO kablam! Sep 21 11:44:28.915 INFO kablam! error: aborting due to 9 previous errors Sep 21 11:44:28.915 INFO kablam! Sep 21 11:44:28.915 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 21 11:44:28.920 INFO kablam! error: Could not compile `crunchy`. Sep 21 11:44:28.920 INFO kablam! Sep 21 11:44:28.920 INFO kablam! To learn more, run the command again with --verbose. Sep 21 11:44:28.921 INFO kablam! su: No module specific data is present Sep 21 11:44:29.363 INFO running `"docker" "rm" "-f" "ed15ddf9e8d5522dea14fe8a4fac418adfca4882d18663b9d973a8bbcbd7beb3"` Sep 21 11:44:29.467 INFO blam! ed15ddf9e8d5522dea14fe8a4fac418adfca4882d18663b9d973a8bbcbd7beb3