Sep 05 21:13:04.411 INFO checking vectorphile-0.1.11 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 21:13:04.411 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 21:13:04.411 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:13:04.629 INFO blam! d6f3019bf258ccb5301ab3a1adb8ae4b635e3edad6aa75c17971360515ebeacf Sep 05 21:13:04.630 INFO running `"docker" "start" "-a" "d6f3019bf258ccb5301ab3a1adb8ae4b635e3edad6aa75c17971360515ebeacf"` Sep 05 21:13:05.361 INFO kablam! usermod: no changes Sep 05 21:13:05.417 INFO kablam! Compiling serde v1.0.76 Sep 05 21:13:13.981 INFO kablam! Checking euclid v0.16.4 Sep 05 21:13:15.543 INFO kablam! Checking vectorphile v0.1.11 (file:///source) Sep 05 21:13:15.982 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 05 21:13:15.982 INFO kablam! --> src/svg.rs:123:24 Sep 05 21:13:15.982 INFO kablam! | Sep 05 21:13:15.982 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 05 21:13:15.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 05 21:13:15.982 INFO kablam! | Sep 05 21:13:15.982 INFO kablam! = note: expected type `&_` Sep 05 21:13:15.982 INFO kablam! found type `euclid::TypedPoint2D` Sep 05 21:13:15.982 INFO kablam! Sep 05 21:13:15.988 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 05 21:13:15.988 INFO kablam! --> src/svg.rs:137:24 Sep 05 21:13:15.988 INFO kablam! | Sep 05 21:13:15.988 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 05 21:13:15.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 05 21:13:15.988 INFO kablam! | Sep 05 21:13:15.988 INFO kablam! = note: expected type `&({float}, {float})` Sep 05 21:13:15.988 INFO kablam! found type `euclid::TypedPoint2D` Sep 05 21:13:15.988 INFO kablam! Sep 05 21:13:15.989 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 05 21:13:15.989 INFO kablam! --> src/svg.rs:152:24 Sep 05 21:13:15.989 INFO kablam! | Sep 05 21:13:15.989 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 05 21:13:15.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 05 21:13:15.989 INFO kablam! | Sep 05 21:13:15.989 INFO kablam! = note: expected type `&({float}, {float})` Sep 05 21:13:15.989 INFO kablam! found type `euclid::TypedPoint2D` Sep 05 21:13:15.989 INFO kablam! Sep 05 21:13:15.991 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 05 21:13:15.991 INFO kablam! --> src/svg.rs:167:24 Sep 05 21:13:15.991 INFO kablam! | Sep 05 21:13:15.991 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 05 21:13:15.991 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 05 21:13:15.991 INFO kablam! | Sep 05 21:13:15.991 INFO kablam! = note: expected type `&[_]` Sep 05 21:13:15.991 INFO kablam! found type `std::vec::Vec>` Sep 05 21:13:15.991 INFO kablam! Sep 05 21:13:15.999 INFO kablam! error: aborting due to 4 previous errors Sep 05 21:13:15.999 INFO kablam! Sep 05 21:13:15.999 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 05 21:13:16.005 INFO kablam! error: Could not compile `vectorphile`. Sep 05 21:13:16.005 INFO kablam! Sep 05 21:13:16.005 INFO kablam! To learn more, run the command again with --verbose. Sep 05 21:13:16.006 INFO kablam! su: No module specific data is present Sep 05 21:13:16.864 INFO running `"docker" "rm" "-f" "d6f3019bf258ccb5301ab3a1adb8ae4b635e3edad6aa75c17971360515ebeacf"` Sep 05 21:13:16.961 INFO blam! d6f3019bf258ccb5301ab3a1adb8ae4b635e3edad6aa75c17971360515ebeacf