Sep 21 01:03:57.723 INFO checking vectorphile-0.1.11 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 01:03:57.723 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 01:03:57.723 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:03:57.902 INFO blam! f940b87a82ab9816b0e3fe183bd256928f33e0347b475cb5f29707c6325d422f Sep 21 01:03:57.904 INFO running `"docker" "start" "-a" "f940b87a82ab9816b0e3fe183bd256928f33e0347b475cb5f29707c6325d422f"` Sep 21 01:03:58.575 INFO kablam! usermod: no changes Sep 21 01:03:58.610 INFO kablam! Compiling serde v1.0.79 Sep 21 01:04:07.610 INFO kablam! Checking euclid v0.16.4 Sep 21 01:04:09.302 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 21 01:04:09.923 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 21 01:04:09.923 INFO kablam! --> src/svg.rs:123:24 Sep 21 01:04:09.923 INFO kablam! | Sep 21 01:04:09.923 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 21 01:04:09.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 21 01:04:09.923 INFO kablam! | Sep 21 01:04:09.923 INFO kablam! = note: expected type `&_` Sep 21 01:04:09.923 INFO kablam! found type `euclid::TypedPoint2D` Sep 21 01:04:09.923 INFO kablam! Sep 21 01:04:09.930 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 21 01:04:09.930 INFO kablam! --> src/svg.rs:137:24 Sep 21 01:04:09.930 INFO kablam! | Sep 21 01:04:09.930 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 21 01:04:09.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 21 01:04:09.930 INFO kablam! | Sep 21 01:04:09.930 INFO kablam! = note: expected type `&({float}, {float})` Sep 21 01:04:09.930 INFO kablam! found type `euclid::TypedPoint2D` Sep 21 01:04:09.930 INFO kablam! Sep 21 01:04:09.930 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 21 01:04:09.930 INFO kablam! --> src/svg.rs:152:24 Sep 21 01:04:09.930 INFO kablam! | Sep 21 01:04:09.930 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 21 01:04:09.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 21 01:04:09.930 INFO kablam! | Sep 21 01:04:09.930 INFO kablam! = note: expected type `&({float}, {float})` Sep 21 01:04:09.930 INFO kablam! found type `euclid::TypedPoint2D` Sep 21 01:04:09.930 INFO kablam! Sep 21 01:04:09.936 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 21 01:04:09.936 INFO kablam! --> src/svg.rs:167:24 Sep 21 01:04:09.936 INFO kablam! | Sep 21 01:04:09.936 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 21 01:04:09.936 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 21 01:04:09.936 INFO kablam! | Sep 21 01:04:09.936 INFO kablam! = note: expected type `&[_]` Sep 21 01:04:09.936 INFO kablam! found type `std::vec::Vec>` Sep 21 01:04:09.936 INFO kablam! Sep 21 01:04:09.939 INFO kablam! error: aborting due to 4 previous errors Sep 21 01:04:09.939 INFO kablam! Sep 21 01:04:09.939 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 21 01:04:09.949 INFO kablam! error: Could not compile `vectorphile`. Sep 21 01:04:09.949 INFO kablam! Sep 21 01:04:09.949 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:04:09.950 INFO kablam! su: No module specific data is present Sep 21 01:04:10.532 INFO running `"docker" "rm" "-f" "f940b87a82ab9816b0e3fe183bd256928f33e0347b475cb5f29707c6325d422f"` Sep 21 01:04:10.632 INFO blam! f940b87a82ab9816b0e3fe183bd256928f33e0347b475cb5f29707c6325d422f