Sep 19 18:14:38.685 INFO checking vectorphile-0.1.11 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 18:14:38.685 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 18:14:38.685 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:14:38.895 INFO blam! da6426a306630d2706df578b2325b74bf1745fefc64ab64c89ace026e48a0ad7 Sep 19 18:14:38.897 INFO running `"docker" "start" "-a" "da6426a306630d2706df578b2325b74bf1745fefc64ab64c89ace026e48a0ad7"` Sep 19 18:14:39.439 INFO kablam! usermod: no changes Sep 19 18:14:39.496 INFO kablam! Compiling serde v1.0.79 Sep 19 18:14:48.907 INFO kablam! Checking euclid v0.16.4 Sep 19 18:14:50.509 INFO kablam! Checking vectorphile v0.1.11 (/source) Sep 19 18:14:50.958 INFO kablam! error[E0271]: type mismatch resolving `<&[_; 0] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 18:14:50.958 INFO kablam! --> src/svg.rs:123:24 Sep 19 18:14:50.958 INFO kablam! | Sep 19 18:14:50.958 INFO kablam! 123 | canvas.draw_closed_polygon(&[], DrawOptions::default())?; Sep 19 18:14:50.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 18:14:50.958 INFO kablam! | Sep 19 18:14:50.958 INFO kablam! = note: expected type `&_` Sep 19 18:14:50.958 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 18:14:50.958 INFO kablam! Sep 19 18:14:50.958 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 18:14:50.958 INFO kablam! --> src/svg.rs:137:24 Sep 19 18:14:50.958 INFO kablam! | Sep 19 18:14:50.958 INFO kablam! 137 | canvas.draw_closed_polygon(&[(0.0, 0.0), (0.0, 50.0), (50.0, 0.0)], DrawOptions::default())?; Sep 19 18:14:50.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 18:14:50.958 INFO kablam! | Sep 19 18:14:50.958 INFO kablam! = note: expected type `&({float}, {float})` Sep 19 18:14:50.958 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 18:14:50.958 INFO kablam! Sep 19 18:14:50.966 INFO kablam! error[E0271]: type mismatch resolving `<&[({float}, {float}); 3] as std::iter::IntoIterator>::Item == euclid::TypedPoint2D` Sep 19 18:14:50.966 INFO kablam! --> src/svg.rs:152:24 Sep 19 18:14:50.966 INFO kablam! | Sep 19 18:14:50.966 INFO kablam! 152 | canvas.draw_closed_polygon(&[(50.0, 0.0), (0.0, 50.0), (0.0, 0.0)], DrawOptions::default())?; Sep 19 18:14:50.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected reference, found struct `euclid::TypedPoint2D` Sep 19 18:14:50.966 INFO kablam! | Sep 19 18:14:50.966 INFO kablam! = note: expected type `&({float}, {float})` Sep 19 18:14:50.966 INFO kablam! found type `euclid::TypedPoint2D` Sep 19 18:14:50.966 INFO kablam! Sep 19 18:14:50.966 INFO kablam! error[E0271]: type mismatch resolving ` as std::iter::IntoIterator>::Item == std::vec::Vec>` Sep 19 18:14:50.966 INFO kablam! --> src/svg.rs:167:24 Sep 19 18:14:50.966 INFO kablam! | Sep 19 18:14:50.966 INFO kablam! 167 | canvas.draw_holy_polygon( Sep 19 18:14:50.966 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected &[_], found struct `std::vec::Vec` Sep 19 18:14:50.966 INFO kablam! | Sep 19 18:14:50.966 INFO kablam! = note: expected type `&[_]` Sep 19 18:14:50.966 INFO kablam! found type `std::vec::Vec>` Sep 19 18:14:50.966 INFO kablam! Sep 19 18:14:50.974 INFO kablam! error: aborting due to 4 previous errors Sep 19 18:14:50.974 INFO kablam! Sep 19 18:14:50.974 INFO kablam! For more information about this error, try `rustc --explain E0271`. Sep 19 18:14:50.982 INFO kablam! error: Could not compile `vectorphile`. Sep 19 18:14:50.982 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:14:51.087 INFO kablam! error: build failed Sep 19 18:14:51.091 INFO kablam! su: No module specific data is present Sep 19 18:14:51.600 INFO running `"docker" "rm" "-f" "da6426a306630d2706df578b2325b74bf1745fefc64ab64c89ace026e48a0ad7"` Sep 19 18:14:51.725 INFO blam! da6426a306630d2706df578b2325b74bf1745fefc64ab64c89ace026e48a0ad7