Sep 01 19:51:36.068 INFO checking vectorphile-0.1.11 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 19:51:36.068 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:51:36.068 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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 19:51:36.254 INFO blam! 64d3654f35ef64dfac584e9757825d7ea41dad34a02a3748d456217bdce4b38a Sep 01 19:51:36.256 INFO running `"docker" "start" "-a" "64d3654f35ef64dfac584e9757825d7ea41dad34a02a3748d456217bdce4b38a"` Sep 01 19:51:36.849 INFO kablam! Compiling serde v1.0.75 Sep 01 19:51:52.239 INFO kablam! Checking euclid v0.16.4 Sep 01 19:51:54.609 INFO kablam! Checking vectorphile v0.1.11 (file:///source) Sep 01 19:51:55.287 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 19:51:55.287 INFO kablam! --> src/svg.rs:123:24 Sep 01 19:51:55.287 INFO kablam! | Sep 01 19:51:55.287 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 01 19:51:55.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 19:51:55.287 INFO kablam! | Sep 01 19:51:55.287 INFO kablam! = note: expected type `&_` Sep 01 19:51:55.287 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 19:51:55.287 INFO kablam! Sep 01 19:51:55.291 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 19:51:55.291 INFO kablam! --> src/svg.rs:137:24 Sep 01 19:51:55.292 INFO kablam! | Sep 01 19:51:55.292 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 01 19:51:55.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 19:51:55.292 INFO kablam! | Sep 01 19:51:55.292 INFO kablam! = note: expected type `&({float}, {float})` Sep 01 19:51:55.292 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 19:51:55.292 INFO kablam! Sep 01 19:51:55.301 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 19:51:55.301 INFO kablam! --> src/svg.rs:152:24 Sep 01 19:51:55.301 INFO kablam! | Sep 01 19:51:55.301 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 01 19:51:55.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 19:51:55.301 INFO kablam! | Sep 01 19:51:55.302 INFO kablam! = note: expected type `&({float}, {float})` Sep 01 19:51:55.302 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 19:51:55.302 INFO kablam! Sep 01 19:51:55.307 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 01 19:51:55.307 INFO kablam! --> src/svg.rs:167:24 Sep 01 19:51:55.307 INFO kablam! | Sep 01 19:51:55.307 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 01 19:51:55.307 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 01 19:51:55.307 INFO kablam! | Sep 01 19:51:55.307 INFO kablam! = note: expected type `&[_]` Sep 01 19:51:55.307 INFO kablam! found type `std::vec::Vec>` Sep 01 19:51:55.307 INFO kablam! Sep 01 19:51:55.315 INFO kablam! error: aborting due to 4 previous errors Sep 01 19:51:55.315 INFO kablam! Sep 01 19:51:55.316 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 19:51:55.324 INFO kablam! error: Could not compile `vectorphile`. Sep 01 19:51:55.324 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:55.477 INFO kablam! error: build failed Sep 01 19:51:55.479 INFO kablam! su: No module specific data is present Sep 01 19:51:55.933 INFO running `"docker" "rm" "-f" "64d3654f35ef64dfac584e9757825d7ea41dad34a02a3748d456217bdce4b38a"` Sep 01 19:51:56.029 INFO blam! 64d3654f35ef64dfac584e9757825d7ea41dad34a02a3748d456217bdce4b38a