Sep 17 15:18:02.613 INFO checking vectorphile-0.1.11 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:18:02.613 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:18:02.613 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:18:02.856 INFO blam! 13ed278d19f063448b114a4ff7da09a9571f23a8e2f07d447121d86d5d7b0a74 Sep 17 15:18:02.858 INFO running `"docker" "start" "-a" "13ed278d19f063448b114a4ff7da09a9571f23a8e2f07d447121d86d5d7b0a74"` Sep 17 15:18:03.600 INFO kablam! usermod: no changes Sep 17 15:18:03.652 INFO kablam! Compiling serde v1.0.79 Sep 17 15:18:13.108 INFO kablam! Checking euclid v0.16.4 Sep 17 15:18:15.364 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 17 15:18:15.807 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 17 15:18:15.807 INFO kablam! --> src/svg.rs:123:24 Sep 17 15:18:15.807 INFO kablam! | Sep 17 15:18:15.807 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 17 15:18:15.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 17 15:18:15.807 INFO kablam! | Sep 17 15:18:15.807 INFO kablam! = note: expected type `&_` Sep 17 15:18:15.807 INFO kablam! found type `euclid::TypedPoint2D` Sep 17 15:18:15.807 INFO kablam! Sep 17 15:18:15.809 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 17 15:18:15.809 INFO kablam! --> src/svg.rs:137:24 Sep 17 15:18:15.809 INFO kablam! | Sep 17 15:18:15.809 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 17 15:18:15.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 17 15:18:15.809 INFO kablam! | Sep 17 15:18:15.809 INFO kablam! = note: expected type `&({float}, {float})` Sep 17 15:18:15.809 INFO kablam! found type `euclid::TypedPoint2D` Sep 17 15:18:15.809 INFO kablam! Sep 17 15:18:15.815 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 17 15:18:15.815 INFO kablam! --> src/svg.rs:152:24 Sep 17 15:18:15.815 INFO kablam! | Sep 17 15:18:15.815 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 17 15:18:15.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 17 15:18:15.815 INFO kablam! | Sep 17 15:18:15.815 INFO kablam! = note: expected type `&({float}, {float})` Sep 17 15:18:15.815 INFO kablam! found type `euclid::TypedPoint2D` Sep 17 15:18:15.815 INFO kablam! Sep 17 15:18:15.819 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 17 15:18:15.819 INFO kablam! --> src/svg.rs:167:24 Sep 17 15:18:15.819 INFO kablam! | Sep 17 15:18:15.819 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 17 15:18:15.819 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 17 15:18:15.819 INFO kablam! | Sep 17 15:18:15.819 INFO kablam! = note: expected type `&[_]` Sep 17 15:18:15.819 INFO kablam! found type `std::vec::Vec>` Sep 17 15:18:15.819 INFO kablam! Sep 17 15:18:15.827 INFO kablam! error: aborting due to 4 previous errors Sep 17 15:18:15.827 INFO kablam! Sep 17 15:18:15.827 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 17 15:18:15.833 INFO kablam! error: Could not compile `vectorphile`. Sep 17 15:18:15.833 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:18:15.993 INFO kablam! error: build failed Sep 17 15:18:15.994 INFO kablam! su: No module specific data is present Sep 17 15:18:16.578 INFO running `"docker" "rm" "-f" "13ed278d19f063448b114a4ff7da09a9571f23a8e2f07d447121d86d5d7b0a74"` Sep 17 15:18:16.672 INFO blam! 13ed278d19f063448b114a4ff7da09a9571f23a8e2f07d447121d86d5d7b0a74