Sep 19 16:11:12.007 INFO checking vectorphile-0.1.11 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 16:11:12.007 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 16:11:12.007 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:11:12.411 INFO blam! c30160b9e672eaa8c28269684c5c8668a3710b2a1d943b32fe0193cbdb1e3ffa Sep 19 16:11:12.417 INFO running `"docker" "start" "-a" "c30160b9e672eaa8c28269684c5c8668a3710b2a1d943b32fe0193cbdb1e3ffa"` Sep 19 16:11:13.762 INFO kablam! usermod: no changes Sep 19 16:11:13.816 INFO kablam! Checking euclid v0.16.4 Sep 19 16:11:15.517 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 19 16:11:15.843 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 16:11:15.843 INFO kablam! --> src/svg.rs:123:24 Sep 19 16:11:15.843 INFO kablam! | Sep 19 16:11:15.843 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 19 16:11:15.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 16:11:15.843 INFO kablam! | Sep 19 16:11:15.843 INFO kablam! = note: expected type `&_` Sep 19 16:11:15.843 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 16:11:15.843 INFO kablam! Sep 19 16:11:15.843 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 16:11:15.843 INFO kablam! --> src/svg.rs:137:24 Sep 19 16:11:15.843 INFO kablam! | Sep 19 16:11:15.843 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 19 16:11:15.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 16:11:15.843 INFO kablam! | Sep 19 16:11:15.843 INFO kablam! = note: expected type `&({float}, {float})` Sep 19 16:11:15.843 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 16:11:15.843 INFO kablam! Sep 19 16:11:15.845 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 16:11:15.845 INFO kablam! --> src/svg.rs:152:24 Sep 19 16:11:15.845 INFO kablam! | Sep 19 16:11:15.845 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 19 16:11:15.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 16:11:15.845 INFO kablam! | Sep 19 16:11:15.845 INFO kablam! = note: expected type `&({float}, {float})` Sep 19 16:11:15.845 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 16:11:15.845 INFO kablam! Sep 19 16:11:15.851 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 19 16:11:15.851 INFO kablam! --> src/svg.rs:167:24 Sep 19 16:11:15.851 INFO kablam! | Sep 19 16:11:15.851 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 19 16:11:15.851 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 19 16:11:15.851 INFO kablam! | Sep 19 16:11:15.851 INFO kablam! = note: expected type `&[_]` Sep 19 16:11:15.851 INFO kablam! found type `std::vec::Vec>` Sep 19 16:11:15.851 INFO kablam! Sep 19 16:11:15.855 INFO kablam! error: aborting due to 4 previous errors Sep 19 16:11:15.855 INFO kablam! Sep 19 16:11:15.855 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 19 16:11:15.863 INFO kablam! error: Could not compile `vectorphile`. Sep 19 16:11:15.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:11:15.934 INFO kablam! error: build failed Sep 19 16:11:15.936 INFO kablam! su: No module specific data is present Sep 19 16:11:16.512 INFO running `"docker" "rm" "-f" "c30160b9e672eaa8c28269684c5c8668a3710b2a1d943b32fe0193cbdb1e3ffa"` Sep 19 16:11:16.601 INFO blam! c30160b9e672eaa8c28269684c5c8668a3710b2a1d943b32fe0193cbdb1e3ffa