Jul 12 11:37:14.000 INFO checking crunchy-0.1.6 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 11:37:14.000 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:37:14.000 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 11:37:14.000 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-7/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 11:37:14.280 INFO blam! 9e07cd15e87020f70f181137ba07c724c2d2cced21f9b735825d575e1926ee14 Jul 12 11:37:14.282 INFO running `"docker" "start" "-a" "9e07cd15e87020f70f181137ba07c724c2d2cced21f9b735825d575e1926ee14"` Jul 12 11:37:15.534 INFO kablam! Compiling crunchy v0.1.6 (file:///source) Jul 12 11:37:17.931 INFO kablam! error: cannot find macro `vec!` in this scope Jul 12 11:37:17.931 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:788:33 Jul 12 11:37:17.931 INFO kablam! | Jul 12 11:37:17.931 INFO kablam! 788 | let a: Vec = vec![]; Jul 12 11:37:17.932 INFO kablam! | ^^^ Jul 12 11:37:17.932 INFO kablam! Jul 12 11:37:17.951 INFO kablam! error: cannot find macro `vec!` in this scope Jul 12 11:37:17.951 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:797:37 Jul 12 11:37:17.951 INFO kablam! | Jul 12 11:37:17.951 INFO kablam! 797 | let mut a: Vec = vec![]; Jul 12 11:37:17.951 INFO kablam! | ^^^ Jul 12 11:37:17.951 INFO kablam! Jul 12 11:37:17.958 INFO kablam! error: cannot find macro `vec!` in this scope Jul 12 11:37:17.958 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:806:37 Jul 12 11:37:17.958 INFO kablam! | Jul 12 11:37:17.958 INFO kablam! 806 | let mut a: Vec = vec![]; Jul 12 11:37:17.958 INFO kablam! | ^^^ Jul 12 11:37:17.958 INFO kablam! Jul 12 11:37:17.968 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Jul 12 11:37:17.968 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:788:20 Jul 12 11:37:17.968 INFO kablam! | Jul 12 11:37:17.968 INFO kablam! 788 | let a: Vec = vec![]; Jul 12 11:37:17.968 INFO kablam! | ^^^ not found in this scope Jul 12 11:37:17.968 INFO kablam! Jul 12 11:37:17.969 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Jul 12 11:37:17.969 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:794:44 Jul 12 11:37:17.969 INFO kablam! | Jul 12 11:37:17.969 INFO kablam! 794 | assert_eq!(a, (0..0).collect::>()); Jul 12 11:37:17.969 INFO kablam! | ^^^ not found in this scope Jul 12 11:37:17.969 INFO kablam! Jul 12 11:37:17.969 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Jul 12 11:37:17.969 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:797:24 Jul 12 11:37:17.969 INFO kablam! | Jul 12 11:37:17.969 INFO kablam! 797 | let mut a: Vec = vec![]; Jul 12 11:37:17.969 INFO kablam! | ^^^ not found in this scope Jul 12 11:37:17.969 INFO kablam! Jul 12 11:37:17.970 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Jul 12 11:37:17.970 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:803:44 Jul 12 11:37:17.970 INFO kablam! | Jul 12 11:37:17.970 INFO kablam! 803 | assert_eq!(a, (0..1).collect::>()); Jul 12 11:37:17.970 INFO kablam! | ^^^ not found in this scope Jul 12 11:37:17.970 INFO kablam! Jul 12 11:37:17.970 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Jul 12 11:37:17.970 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:806:24 Jul 12 11:37:17.970 INFO kablam! | Jul 12 11:37:17.970 INFO kablam! 806 | let mut a: Vec = vec![]; Jul 12 11:37:17.970 INFO kablam! | ^^^ not found in this scope Jul 12 11:37:17.970 INFO kablam! Jul 12 11:37:17.971 INFO kablam! error[E0412]: cannot find type `Vec` in this scope Jul 12 11:37:17.971 INFO kablam! --> /target/debug/build/crunchy-e6b9df396fef8780/out/lib.rs:812:46 Jul 12 11:37:17.971 INFO kablam! | Jul 12 11:37:17.971 INFO kablam! 812 | assert_eq!(a, (0..128).collect::>()); Jul 12 11:37:17.971 INFO kablam! | ^^^ not found in this scope Jul 12 11:37:17.971 INFO kablam! Jul 12 11:37:17.973 INFO kablam! error: aborting due to 9 previous errors Jul 12 11:37:17.974 INFO kablam! Jul 12 11:37:17.974 INFO kablam! For more information about this error, try `rustc --explain E0412`. Jul 12 11:37:17.982 INFO kablam! error: Could not compile `crunchy`. Jul 12 11:37:17.982 INFO kablam! Jul 12 11:37:17.982 INFO kablam! To learn more, run the command again with --verbose. Jul 12 11:37:17.984 INFO kablam! su: No module specific data is present Jul 12 11:37:18.492 INFO running `"docker" "rm" "-f" "9e07cd15e87020f70f181137ba07c724c2d2cced21f9b735825d575e1926ee14"` Jul 12 11:37:18.715 INFO blam! 9e07cd15e87020f70f181137ba07c724c2d2cced21f9b735825d575e1926ee14