Sep 14 06:56:04.673 INFO checking vectorphile-0.1.11 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 06:56:04.674 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 06:56:04.674 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 06:56:05.016 INFO blam! 767bf834f199122726b8fc59a2c58568ee2bac111d6aa51956451a24b535e115 Sep 14 06:56:05.016 INFO running `"docker" "start" "-a" "767bf834f199122726b8fc59a2c58568ee2bac111d6aa51956451a24b535e115"` Sep 14 06:56:05.979 INFO kablam! usermod: no changes Sep 14 06:56:06.031 INFO kablam! Compiling serde v1.0.78 Sep 14 06:56:15.868 INFO kablam! Checking euclid v0.16.4 Sep 14 06:56:17.223 INFO kablam! Checking vectorphile v0.1.11 (file:///source) Sep 14 06:56:17.662 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 14 06:56:17.663 INFO kablam! --> src/svg.rs:123:24 Sep 14 06:56:17.663 INFO kablam! | Sep 14 06:56:17.663 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 14 06:56:17.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 14 06:56:17.663 INFO kablam! | Sep 14 06:56:17.663 INFO kablam! = note: expected type `&_` Sep 14 06:56:17.663 INFO kablam! found type `euclid::TypedPoint2D` Sep 14 06:56:17.663 INFO kablam! Sep 14 06:56:17.667 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 14 06:56:17.667 INFO kablam! --> src/svg.rs:137:24 Sep 14 06:56:17.667 INFO kablam! | Sep 14 06:56:17.667 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 14 06:56:17.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 14 06:56:17.667 INFO kablam! | Sep 14 06:56:17.667 INFO kablam! = note: expected type `&({float}, {float})` Sep 14 06:56:17.667 INFO kablam! found type `euclid::TypedPoint2D` Sep 14 06:56:17.667 INFO kablam! Sep 14 06:56:17.671 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 14 06:56:17.671 INFO kablam! --> src/svg.rs:152:24 Sep 14 06:56:17.671 INFO kablam! | Sep 14 06:56:17.671 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 14 06:56:17.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 14 06:56:17.671 INFO kablam! | Sep 14 06:56:17.671 INFO kablam! = note: expected type `&({float}, {float})` Sep 14 06:56:17.671 INFO kablam! found type `euclid::TypedPoint2D` Sep 14 06:56:17.671 INFO kablam! Sep 14 06:56:17.678 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 14 06:56:17.679 INFO kablam! --> src/svg.rs:167:24 Sep 14 06:56:17.679 INFO kablam! | Sep 14 06:56:17.679 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 14 06:56:17.679 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 14 06:56:17.679 INFO kablam! | Sep 14 06:56:17.679 INFO kablam! = note: expected type `&[_]` Sep 14 06:56:17.679 INFO kablam! found type `std::vec::Vec>` Sep 14 06:56:17.679 INFO kablam! Sep 14 06:56:17.683 INFO kablam! error: aborting due to 4 previous errors Sep 14 06:56:17.683 INFO kablam! Sep 14 06:56:17.683 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 14 06:56:17.694 INFO kablam! error: Could not compile `vectorphile`. Sep 14 06:56:17.694 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 06:56:17.708 INFO kablam! error: build failed Sep 14 06:56:17.710 INFO kablam! su: No module specific data is present Sep 14 06:56:18.288 INFO running `"docker" "rm" "-f" "767bf834f199122726b8fc59a2c58568ee2bac111d6aa51956451a24b535e115"` Sep 14 06:56:18.443 INFO blam! 767bf834f199122726b8fc59a2c58568ee2bac111d6aa51956451a24b535e115