Sep 19 18:14:38.623 INFO checking vectorphile-0.1.11 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 18:14:38.623 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 18:14:38.623 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:14:38.817 INFO blam! c252fb891e5c24ff46b81ad7dbdf1ce60ac7d4dec2a36e7e15792741389e0fd5 Sep 19 18:14:38.819 INFO running `"docker" "start" "-a" "c252fb891e5c24ff46b81ad7dbdf1ce60ac7d4dec2a36e7e15792741389e0fd5"` Sep 19 18:14:39.666 INFO kablam! usermod: no changes Sep 19 18:14:39.721 INFO kablam! Compiling serde v1.0.79 Sep 19 18:14:49.323 INFO kablam! Checking euclid v0.16.4 Sep 19 18:14:51.374 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 19 18:14:51.706 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 18:14:51.706 INFO kablam! --> src/svg.rs:123:24 Sep 19 18:14:51.706 INFO kablam! | Sep 19 18:14:51.706 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 19 18:14:51.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 18:14:51.706 INFO kablam! | Sep 19 18:14:51.706 INFO kablam! = note: expected type `&_` Sep 19 18:14:51.706 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 18:14:51.706 INFO kablam! Sep 19 18:14:51.708 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 18:14:51.708 INFO kablam! --> src/svg.rs:137:24 Sep 19 18:14:51.708 INFO kablam! | Sep 19 18:14:51.708 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 19 18:14:51.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 18:14:51.708 INFO kablam! | Sep 19 18:14:51.708 INFO kablam! = note: expected type `&({float}, {float})` Sep 19 18:14:51.708 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 18:14:51.708 INFO kablam! Sep 19 18:14:51.711 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 18:14:51.711 INFO kablam! --> src/svg.rs:152:24 Sep 19 18:14:51.711 INFO kablam! | Sep 19 18:14:51.711 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 19 18:14:51.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 18:14:51.711 INFO kablam! | Sep 19 18:14:51.711 INFO kablam! = note: expected type `&({float}, {float})` Sep 19 18:14:51.711 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 18:14:51.711 INFO kablam! Sep 19 18:14:51.712 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 19 18:14:51.712 INFO kablam! --> src/svg.rs:167:24 Sep 19 18:14:51.712 INFO kablam! | Sep 19 18:14:51.712 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 19 18:14:51.712 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 19 18:14:51.713 INFO kablam! | Sep 19 18:14:51.713 INFO kablam! = note: expected type `&[_]` Sep 19 18:14:51.713 INFO kablam! found type `std::vec::Vec>` Sep 19 18:14:51.713 INFO kablam! Sep 19 18:14:51.717 INFO kablam! error: aborting due to 4 previous errors Sep 19 18:14:51.717 INFO kablam! Sep 19 18:14:51.717 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 19 18:14:51.724 INFO kablam! error: Could not compile `vectorphile`. Sep 19 18:14:51.724 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:14:51.826 INFO kablam! error: build failed Sep 19 18:14:51.827 INFO kablam! su: No module specific data is present Sep 19 18:14:52.477 INFO running `"docker" "rm" "-f" "c252fb891e5c24ff46b81ad7dbdf1ce60ac7d4dec2a36e7e15792741389e0fd5"` Sep 19 18:14:52.581 INFO blam! c252fb891e5c24ff46b81ad7dbdf1ce60ac7d4dec2a36e7e15792741389e0fd5