Sep 06 08:20:59.083 INFO checking crunchy-0.1.6 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 08:20:59.083 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 08:20:59.084 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:20:59.223 INFO blam! 48cd6d9d710cf88a73757f5c5cd01698a87f18a44ea0cad30def0424317c1371 Sep 06 08:20:59.225 INFO running `"docker" "start" "-a" "48cd6d9d710cf88a73757f5c5cd01698a87f18a44ea0cad30def0424317c1371"` Sep 06 08:21:00.009 INFO kablam! usermod: no changes Sep 06 08:21:00.040 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 06 08:21:00.994 INFO kablam! error: cannot find macro `vec!` in this scope Sep 06 08:21:00.994 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:788:33 Sep 06 08:21:00.994 INFO kablam! | Sep 06 08:21:00.994 INFO kablam! 788 | let a: Vec = vec![]; Sep 06 08:21:00.994 INFO kablam! | ^^^ Sep 06 08:21:00.994 INFO kablam! Sep 06 08:21:01.006 INFO kablam! error: cannot find macro `vec!` in this scope Sep 06 08:21:01.006 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:797:37 Sep 06 08:21:01.006 INFO kablam! | Sep 06 08:21:01.006 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 06 08:21:01.006 INFO kablam! | ^^^ Sep 06 08:21:01.006 INFO kablam! Sep 06 08:21:01.010 INFO kablam! error: cannot find macro `vec!` in this scope Sep 06 08:21:01.010 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:806:37 Sep 06 08:21:01.010 INFO kablam! | Sep 06 08:21:01.010 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 06 08:21:01.010 INFO kablam! | ^^^ Sep 06 08:21:01.010 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 06 08:21:01.018 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:788:20 Sep 06 08:21:01.018 INFO kablam! | Sep 06 08:21:01.018 INFO kablam! 788 | let a: Vec = vec![]; Sep 06 08:21:01.018 INFO kablam! | ^^^ not found in this scope Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 06 08:21:01.018 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:794:44 Sep 06 08:21:01.018 INFO kablam! | Sep 06 08:21:01.018 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 06 08:21:01.018 INFO kablam! | ^^^ not found in this scope Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 06 08:21:01.018 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:797:24 Sep 06 08:21:01.018 INFO kablam! | Sep 06 08:21:01.018 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 06 08:21:01.018 INFO kablam! | ^^^ not found in this scope Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 06 08:21:01.018 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:803:44 Sep 06 08:21:01.018 INFO kablam! | Sep 06 08:21:01.018 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 06 08:21:01.018 INFO kablam! | ^^^ not found in this scope Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 06 08:21:01.018 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:806:24 Sep 06 08:21:01.018 INFO kablam! | Sep 06 08:21:01.018 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 06 08:21:01.018 INFO kablam! | ^^^ not found in this scope Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 06 08:21:01.018 INFO kablam! --> /target/debug/build/crunchy-9cc9ac0a334b6c28/out/lib.rs:812:46 Sep 06 08:21:01.018 INFO kablam! | Sep 06 08:21:01.018 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 06 08:21:01.018 INFO kablam! | ^^^ not found in this scope Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! error: aborting due to 9 previous errors Sep 06 08:21:01.018 INFO kablam! Sep 06 08:21:01.018 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 06 08:21:01.030 INFO kablam! error: Could not compile `crunchy`. Sep 06 08:21:01.030 INFO kablam! Sep 06 08:21:01.030 INFO kablam! To learn more, run the command again with --verbose. Sep 06 08:21:01.030 INFO kablam! su: No module specific data is present Sep 06 08:21:01.845 INFO running `"docker" "rm" "-f" "48cd6d9d710cf88a73757f5c5cd01698a87f18a44ea0cad30def0424317c1371"` Sep 06 08:21:01.917 INFO blam! 48cd6d9d710cf88a73757f5c5cd01698a87f18a44ea0cad30def0424317c1371