Sep 10 06:53:01.286 INFO checking vectorphile-0.1.11 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 06:53:01.286 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 06:53:01.287 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:53:01.455 INFO blam! 8302e79127e8b2cc53f1a7826a86637f600e23ba5dbaaf8661fe12f380711752 Sep 10 06:53:01.457 INFO running `"docker" "start" "-a" "8302e79127e8b2cc53f1a7826a86637f600e23ba5dbaaf8661fe12f380711752"` Sep 10 06:53:02.231 INFO kablam! usermod: no changes Sep 10 06:53:02.300 INFO kablam! Compiling serde v1.0.78 Sep 10 06:53:12.205 INFO kablam! Checking euclid v0.16.4 Sep 10 06:53:14.424 INFO kablam! Checking vectorphile v0.1.11 (file:///source) Sep 10 06:53:14.978 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 10 06:53:14.978 INFO kablam! --> src/svg.rs:123:24 Sep 10 06:53:14.978 INFO kablam! | Sep 10 06:53:14.978 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 10 06:53:14.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 10 06:53:14.978 INFO kablam! | Sep 10 06:53:14.978 INFO kablam! = note: expected type `&_` Sep 10 06:53:14.978 INFO kablam! found type `euclid::TypedPoint2D` Sep 10 06:53:14.978 INFO kablam! Sep 10 06:53:14.986 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 10 06:53:14.986 INFO kablam! --> src/svg.rs:137:24 Sep 10 06:53:14.986 INFO kablam! | Sep 10 06:53:14.986 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 10 06:53:14.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 10 06:53:14.986 INFO kablam! | Sep 10 06:53:14.986 INFO kablam! = note: expected type `&({float}, {float})` Sep 10 06:53:14.986 INFO kablam! found type `euclid::TypedPoint2D` Sep 10 06:53:14.986 INFO kablam! Sep 10 06:53:14.986 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 10 06:53:14.986 INFO kablam! --> src/svg.rs:152:24 Sep 10 06:53:14.986 INFO kablam! | Sep 10 06:53:14.986 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 10 06:53:14.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 10 06:53:14.986 INFO kablam! | Sep 10 06:53:14.986 INFO kablam! = note: expected type `&({float}, {float})` Sep 10 06:53:14.986 INFO kablam! found type `euclid::TypedPoint2D` Sep 10 06:53:14.986 INFO kablam! Sep 10 06:53:14.990 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 10 06:53:14.990 INFO kablam! --> src/svg.rs:167:24 Sep 10 06:53:14.990 INFO kablam! | Sep 10 06:53:14.990 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 10 06:53:14.990 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 10 06:53:14.994 INFO kablam! | Sep 10 06:53:14.994 INFO kablam! = note: expected type `&[_]` Sep 10 06:53:14.994 INFO kablam! found type `std::vec::Vec>` Sep 10 06:53:14.994 INFO kablam! Sep 10 06:53:15.002 INFO kablam! error: aborting due to 4 previous errors Sep 10 06:53:15.002 INFO kablam! Sep 10 06:53:15.002 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 10 06:53:15.006 INFO kablam! error: Could not compile `vectorphile`. Sep 10 06:53:15.006 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:53:15.140 INFO kablam! error: build failed Sep 10 06:53:15.144 INFO kablam! su: No module specific data is present Sep 10 06:53:16.059 INFO running `"docker" "rm" "-f" "8302e79127e8b2cc53f1a7826a86637f600e23ba5dbaaf8661fe12f380711752"` Sep 10 06:53:16.154 INFO blam! 8302e79127e8b2cc53f1a7826a86637f600e23ba5dbaaf8661fe12f380711752