Sep 01 07:08:19.255 INFO checking crunchy-0.1.6 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 07:08:19.255 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 07:08:19.255 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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:19.438 INFO blam! b2e4d4795580f5d9f38d8c244c19c4cb4cda8294ffa7748618f717fcfd7188cf Sep 01 07:08:19.440 INFO running `"docker" "start" "-a" "b2e4d4795580f5d9f38d8c244c19c4cb4cda8294ffa7748618f717fcfd7188cf"` Sep 01 07:08:20.267 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Sep 01 07:08:22.080 INFO kablam! error: cannot find macro `vec!` in this scope Sep 01 07:08:22.080 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:788:33 Sep 01 07:08:22.080 INFO kablam! | Sep 01 07:08:22.080 INFO kablam! 788 | let a: Vec = vec![]; Sep 01 07:08:22.080 INFO kablam! | ^^^ Sep 01 07:08:22.080 INFO kablam! Sep 01 07:08:22.095 INFO kablam! error: cannot find macro `vec!` in this scope Sep 01 07:08:22.095 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:797:37 Sep 01 07:08:22.095 INFO kablam! | Sep 01 07:08:22.095 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 01 07:08:22.095 INFO kablam! | ^^^ Sep 01 07:08:22.095 INFO kablam! Sep 01 07:08:22.102 INFO kablam! error: cannot find macro `vec!` in this scope Sep 01 07:08:22.102 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:806:37 Sep 01 07:08:22.102 INFO kablam! | Sep 01 07:08:22.102 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 01 07:08:22.102 INFO kablam! | ^^^ Sep 01 07:08:22.102 INFO kablam! Sep 01 07:08:22.109 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:22.109 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:788:20 Sep 01 07:08:22.110 INFO kablam! | Sep 01 07:08:22.110 INFO kablam! 788 | let a: Vec = vec![]; Sep 01 07:08:22.110 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:22.110 INFO kablam! Sep 01 07:08:22.110 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:22.110 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:794:44 Sep 01 07:08:22.110 INFO kablam! | Sep 01 07:08:22.110 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Sep 01 07:08:22.110 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:22.110 INFO kablam! Sep 01 07:08:22.110 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:22.110 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:797:24 Sep 01 07:08:22.110 INFO kablam! | Sep 01 07:08:22.110 INFO kablam! 797 | let mut a: Vec = vec![]; Sep 01 07:08:22.111 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:22.111 INFO kablam! Sep 01 07:08:22.111 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:22.111 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:803:44 Sep 01 07:08:22.111 INFO kablam! | Sep 01 07:08:22.111 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Sep 01 07:08:22.111 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:22.111 INFO kablam! Sep 01 07:08:22.111 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:22.111 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:806:24 Sep 01 07:08:22.111 INFO kablam! | Sep 01 07:08:22.111 INFO kablam! 806 | let mut a: Vec = vec![]; Sep 01 07:08:22.111 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:22.111 INFO kablam! Sep 01 07:08:22.111 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Sep 01 07:08:22.111 INFO kablam! --> /target/debug/build/crunchy-c6689f296fc3ad53/out/lib.rs:812:46 Sep 01 07:08:22.111 INFO kablam! | Sep 01 07:08:22.111 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Sep 01 07:08:22.111 INFO kablam! | ^^^ not found in this scope Sep 01 07:08:22.111 INFO kablam! Sep 01 07:08:22.113 INFO kablam! error: aborting due to 9 previous errors Sep 01 07:08:22.113 INFO kablam! Sep 01 07:08:22.113 INFO kablam! For more information about this error, try `rustc --explain E0412`. Sep 01 07:08:22.119 INFO kablam! error: Could not compile `crunchy`. Sep 01 07:08:22.119 INFO kablam! Sep 01 07:08:22.119 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:08:22.121 INFO kablam! su: No module specific data is present Sep 01 07:08:22.599 INFO running `"docker" "rm" "-f" "b2e4d4795580f5d9f38d8c244c19c4cb4cda8294ffa7748618f717fcfd7188cf"` Sep 01 07:08:22.742 INFO blam! b2e4d4795580f5d9f38d8c244c19c4cb4cda8294ffa7748618f717fcfd7188cf