Sep 01 19:51:34.996 INFO checking vectorphile-0.1.11 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 19:51:34.996 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 19:51:34.996 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:35.193 INFO blam! 41b2aa16e090ad84d418ec44c49d7305e82a3b8106e66d4ece97fcefdb685fed Sep 01 19:51:35.196 INFO running `"docker" "start" "-a" "41b2aa16e090ad84d418ec44c49d7305e82a3b8106e66d4ece97fcefdb685fed"` Sep 01 19:51:35.870 INFO kablam! Compiling serde v1.0.75 Sep 01 19:51:51.769 INFO kablam! Checking euclid v0.16.4 Sep 01 19:51:53.928 INFO kablam! Checking vectorphile v0.1.11 (file:///source) Sep 01 19:51:54.675 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 19:51:54.675 INFO kablam! --> src/svg.rs:123:24 Sep 01 19:51:54.675 INFO kablam! | Sep 01 19:51:54.675 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 01 19:51:54.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 19:51:54.675 INFO kablam! | Sep 01 19:51:54.675 INFO kablam! = note: expected type `&_` Sep 01 19:51:54.675 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 19:51:54.675 INFO kablam! Sep 01 19:51:54.681 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 19:51:54.681 INFO kablam! --> src/svg.rs:137:24 Sep 01 19:51:54.681 INFO kablam! | Sep 01 19:51:54.681 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:54.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 19:51:54.681 INFO kablam! | Sep 01 19:51:54.681 INFO kablam! = note: expected type `&({float}, {float})` Sep 01 19:51:54.681 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 19:51:54.681 INFO kablam! Sep 01 19:51:54.691 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 01 19:51:54.691 INFO kablam! --> src/svg.rs:152:24 Sep 01 19:51:54.691 INFO kablam! | Sep 01 19:51:54.691 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:54.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 01 19:51:54.691 INFO kablam! | Sep 01 19:51:54.691 INFO kablam! = note: expected type `&({float}, {float})` Sep 01 19:51:54.691 INFO kablam! found type `euclid::TypedPoint2D` Sep 01 19:51:54.691 INFO kablam! Sep 01 19:51:54.696 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 01 19:51:54.696 INFO kablam! --> src/svg.rs:167:24 Sep 01 19:51:54.696 INFO kablam! | Sep 01 19:51:54.696 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 01 19:51:54.696 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 01 19:51:54.696 INFO kablam! | Sep 01 19:51:54.696 INFO kablam! = note: expected type `&[_]` Sep 01 19:51:54.697 INFO kablam! found type `std::vec::Vec>` Sep 01 19:51:54.697 INFO kablam! Sep 01 19:51:54.706 INFO kablam! error: aborting due to 4 previous errors Sep 01 19:51:54.707 INFO kablam! Sep 01 19:51:54.707 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 01 19:51:54.715 INFO kablam! error: Could not compile `vectorphile`. Sep 01 19:51:54.716 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:54.877 INFO kablam! error: build failed Sep 01 19:51:54.878 INFO kablam! su: No module specific data is present Sep 01 19:51:55.312 INFO running `"docker" "rm" "-f" "41b2aa16e090ad84d418ec44c49d7305e82a3b8106e66d4ece97fcefdb685fed"` Sep 01 19:51:55.414 INFO blam! 41b2aa16e090ad84d418ec44c49d7305e82a3b8106e66d4ece97fcefdb685fed