Sep 21 01:03:57.875 INFO checking vectorphile-0.1.11 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:03:57.875 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:03:57.875 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:58.159 INFO blam! 843e78c7625f5ecc7470d07c718d638a4fcfd3739d929a3cc722fdff5bf0051a Sep 21 01:03:58.161 INFO running `"docker" "start" "-a" "843e78c7625f5ecc7470d07c718d638a4fcfd3739d929a3cc722fdff5bf0051a"` Sep 21 01:03:58.849 INFO kablam! usermod: no changes Sep 21 01:03:58.898 INFO kablam! Compiling serde v1.0.79 Sep 21 01:04:07.938 INFO kablam! Checking euclid v0.16.4 Sep 21 01:04:09.972 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 21 01:04:10.376 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 21 01:04:10.376 INFO kablam! --> src/svg.rs:123:24 Sep 21 01:04:10.376 INFO kablam! | Sep 21 01:04:10.376 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 21 01:04:10.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 21 01:04:10.377 INFO kablam! | Sep 21 01:04:10.377 INFO kablam! = note: expected type `&_` Sep 21 01:04:10.377 INFO kablam! found type `euclid::TypedPoint2D` Sep 21 01:04:10.377 INFO kablam! Sep 21 01:04:10.380 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 21 01:04:10.380 INFO kablam! --> src/svg.rs:137:24 Sep 21 01:04:10.380 INFO kablam! | Sep 21 01:04:10.380 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:10.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 21 01:04:10.380 INFO kablam! | Sep 21 01:04:10.380 INFO kablam! = note: expected type `&({float}, {float})` Sep 21 01:04:10.380 INFO kablam! found type `euclid::TypedPoint2D` Sep 21 01:04:10.380 INFO kablam! Sep 21 01:04:10.383 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 21 01:04:10.383 INFO kablam! --> src/svg.rs:152:24 Sep 21 01:04:10.383 INFO kablam! | Sep 21 01:04:10.383 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:10.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 21 01:04:10.383 INFO kablam! | Sep 21 01:04:10.383 INFO kablam! = note: expected type `&({float}, {float})` Sep 21 01:04:10.383 INFO kablam! found type `euclid::TypedPoint2D` Sep 21 01:04:10.383 INFO kablam! Sep 21 01:04:10.386 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 21 01:04:10.386 INFO kablam! --> src/svg.rs:167:24 Sep 21 01:04:10.386 INFO kablam! | Sep 21 01:04:10.386 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 21 01:04:10.386 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 21 01:04:10.386 INFO kablam! | Sep 21 01:04:10.386 INFO kablam! = note: expected type `&[_]` Sep 21 01:04:10.386 INFO kablam! found type `std::vec::Vec>` Sep 21 01:04:10.386 INFO kablam! Sep 21 01:04:10.393 INFO kablam! error: aborting due to 4 previous errors Sep 21 01:04:10.393 INFO kablam! Sep 21 01:04:10.393 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 21 01:04:10.399 INFO kablam! error: Could not compile `vectorphile`. Sep 21 01:04:10.400 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 01:04:10.406 INFO kablam! error: build failed Sep 21 01:04:10.408 INFO kablam! su: No module specific data is present Sep 21 01:04:10.953 INFO running `"docker" "rm" "-f" "843e78c7625f5ecc7470d07c718d638a4fcfd3739d929a3cc722fdff5bf0051a"` Sep 21 01:04:11.065 INFO blam! 843e78c7625f5ecc7470d07c718d638a4fcfd3739d929a3cc722fdff5bf0051a