Sep 01 02:43:19.551 INFO checking vectorphile-0.1.11 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 02:43:19.551 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 02:43:19.551 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 02:43:19.715 INFO blam! 2bc6de8eb9fbe6a73ce13af6e295ba8ad837ac75eed2a73981ebe6dfc33e461a Sep 01 02:43:19.717 INFO running `"docker" "start" "-a" "2bc6de8eb9fbe6a73ce13af6e295ba8ad837ac75eed2a73981ebe6dfc33e461a"` Sep 01 02:43:20.544 INFO kablam! Compiling serde v1.0.75 Sep 01 02:43:34.414 INFO kablam! Checking euclid v0.16.4 Sep 01 02:43:36.656 INFO kablam! Checking vectorphile v0.1.11 (file:///source) Sep 01 02:43:37.447 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 02:43:37.447 INFO kablam! --> src/svg.rs:123:24 Sep 01 02:43:37.447 INFO kablam! | Sep 01 02:43:37.448 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 01 02:43:37.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 02:43:37.448 INFO kablam! | Sep 01 02:43:37.448 INFO kablam! = note: expected type `&_` Sep 01 02:43:37.448 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 02:43:37.448 INFO kablam! Sep 01 02:43:37.452 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 02:43:37.452 INFO kablam! --> src/svg.rs:137:24 Sep 01 02:43:37.452 INFO kablam! | Sep 01 02:43:37.452 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 01 02:43:37.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 02:43:37.452 INFO kablam! | Sep 01 02:43:37.452 INFO kablam! = note: expected type `&({float}, {float})` Sep 01 02:43:37.452 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 02:43:37.452 INFO kablam! Sep 01 02:43:37.458 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 02:43:37.458 INFO kablam! --> src/svg.rs:152:24 Sep 01 02:43:37.458 INFO kablam! | Sep 01 02:43:37.458 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 01 02:43:37.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 02:43:37.458 INFO kablam! | Sep 01 02:43:37.458 INFO kablam! = note: expected type `&({float}, {float})` Sep 01 02:43:37.458 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 02:43:37.458 INFO kablam! Sep 01 02:43:37.462 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 01 02:43:37.462 INFO kablam! --> src/svg.rs:167:24 Sep 01 02:43:37.462 INFO kablam! | Sep 01 02:43:37.463 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 01 02:43:37.463 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 01 02:43:37.463 INFO kablam! | Sep 01 02:43:37.463 INFO kablam! = note: expected type `&[_]` Sep 01 02:43:37.463 INFO kablam! found type `std::vec::Vec>` Sep 01 02:43:37.463 INFO kablam! Sep 01 02:43:37.469 INFO kablam! error: aborting due to 4 previous errors Sep 01 02:43:37.469 INFO kablam! Sep 01 02:43:37.469 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 02:43:37.477 INFO kablam! error: Could not compile `vectorphile`. Sep 01 02:43:37.478 INFO kablam! Sep 01 02:43:37.478 INFO kablam! To learn more, run the command again with --verbose. Sep 01 02:43:37.479 INFO kablam! su: No module specific data is present Sep 01 02:43:38.037 INFO running `"docker" "rm" "-f" "2bc6de8eb9fbe6a73ce13af6e295ba8ad837ac75eed2a73981ebe6dfc33e461a"` Sep 01 02:43:38.143 INFO blam! 2bc6de8eb9fbe6a73ce13af6e295ba8ad837ac75eed2a73981ebe6dfc33e461a