Sep 17 15:18:03.256 INFO checking vectorphile-0.1.11 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 15:18:03.256 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 15:18:03.256 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:03.470 INFO blam! 3e8219fc423fa0a61254495eaf135b5e2c2038b8c5ddd22e8d392f24b31a886a Sep 17 15:18:03.471 INFO running `"docker" "start" "-a" "3e8219fc423fa0a61254495eaf135b5e2c2038b8c5ddd22e8d392f24b31a886a"` Sep 17 15:18:04.183 INFO kablam! usermod: no changes Sep 17 15:18:04.265 INFO kablam! Compiling serde v1.0.79 Sep 17 15:18:13.917 INFO kablam! Checking euclid v0.16.4 Sep 17 15:18:15.419 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 17 15:18:15.859 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! --> src/svg.rs:123:24 Sep 17 15:18:15.859 INFO kablam! | Sep 17 15:18:15.859 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 17 15:18:15.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! | Sep 17 15:18:15.859 INFO kablam! = note: expected type `&_` Sep 17 15:18:15.859 INFO kablam! found type `euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! Sep 17 15:18:15.859 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! --> src/svg.rs:137:24 Sep 17 15:18:15.859 INFO kablam! | Sep 17 15:18:15.859 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.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! | Sep 17 15:18:15.859 INFO kablam! = note: expected type `&({float}, {float})` Sep 17 15:18:15.859 INFO kablam! found type `euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! Sep 17 15:18:15.859 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! --> src/svg.rs:152:24 Sep 17 15:18:15.859 INFO kablam! | Sep 17 15:18:15.859 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.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! | Sep 17 15:18:15.859 INFO kablam! = note: expected type `&({float}, {float})` Sep 17 15:18:15.859 INFO kablam! found type `euclid::TypedPoint2D` Sep 17 15:18:15.859 INFO kablam! Sep 17 15:18:15.863 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 17 15:18:15.863 INFO kablam! --> src/svg.rs:167:24 Sep 17 15:18:15.863 INFO kablam! | Sep 17 15:18:15.863 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 17 15:18:15.863 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 17 15:18:15.863 INFO kablam! | Sep 17 15:18:15.863 INFO kablam! = note: expected type `&[_]` Sep 17 15:18:15.863 INFO kablam! found type `std::vec::Vec>` Sep 17 15:18:15.863 INFO kablam! Sep 17 15:18:15.867 INFO kablam! error: aborting due to 4 previous errors Sep 17 15:18:15.867 INFO kablam! Sep 17 15:18:15.867 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 17 15:18:15.878 INFO kablam! error: Could not compile `vectorphile`. Sep 17 15:18:15.878 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:18:16.111 INFO kablam! error: build failed Sep 17 15:18:16.111 INFO kablam! su: No module specific data is present Sep 17 15:18:16.847 INFO running `"docker" "rm" "-f" "3e8219fc423fa0a61254495eaf135b5e2c2038b8c5ddd22e8d392f24b31a886a"` Sep 17 15:18:16.912 INFO blam! 3e8219fc423fa0a61254495eaf135b5e2c2038b8c5ddd22e8d392f24b31a886a