Sep 01 11:08:31.443 INFO checking polylabel_cmd-1.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 11:08:31.443 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 11:08:31.443 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:08:31.591 INFO blam! f18012c67b701c7b6036b9893eaefd2ef3ef4249986f0dc9686062424493d1f6 Sep 01 11:08:31.592 INFO running `"docker" "start" "-a" "f18012c67b701c7b6036b9893eaefd2ef3ef4249986f0dc9686062424493d1f6"` Sep 01 11:08:32.440 INFO kablam! Checking clamp v0.1.0 Sep 01 11:08:32.441 INFO kablam! Checking pdqselect v0.1.0 Sep 01 11:08:32.446 INFO kablam! Checking approx v0.2.1 Sep 01 11:08:32.448 INFO kablam! Checking geo-types v0.1.1 Sep 01 11:08:33.285 INFO kablam! Checking alga v0.6.0 Sep 01 11:08:33.704 INFO kablam! Checking geojson v0.11.1 Sep 01 11:08:38.108 INFO kablam! Checking nalgebra v0.15.3 Sep 01 11:09:14.835 INFO kablam! Checking spade v1.5.1 Sep 01 11:09:19.729 INFO kablam! Checking geo-types v0.2.0 Sep 01 11:09:21.806 INFO kablam! Checking geo v0.10.0 Sep 01 11:09:24.920 INFO kablam! Checking polylabel v1.2.0 Sep 01 11:09:26.354 INFO kablam! Checking polylabel_cmd v1.2.0 (file:///source) Sep 01 11:09:31.219 INFO kablam! error[E0308]: mismatched types Sep 01 11:09:31.219 INFO kablam! --> src/main.rs:115:40 Sep 01 11:09:31.219 INFO kablam! | Sep 01 11:09:31.219 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:09:31.219 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:09:31.219 INFO kablam! | Sep 01 11:09:31.219 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:09:31.219 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:09:31.220 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:09:31.220 INFO kablam! --> src/main.rs:115:40 Sep 01 11:09:31.220 INFO kablam! | Sep 01 11:09:31.220 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:09:31.220 INFO kablam! | ^^^^^^^^^ Sep 01 11:09:31.220 INFO kablam! Sep 01 11:09:31.222 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 01 11:09:31.222 INFO kablam! --> src/main.rs:115:17 Sep 01 11:09:31.222 INFO kablam! | Sep 01 11:09:31.222 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:09:31.222 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 01 11:09:31.222 INFO kablam! | Sep 01 11:09:31.222 INFO kablam! = help: the following implementations were found: Sep 01 11:09:31.222 INFO kablam! >> Sep 01 11:09:31.222 INFO kablam! >> Sep 01 11:09:31.222 INFO kablam! >> Sep 01 11:09:31.223 INFO kablam! >> Sep 01 11:09:31.223 INFO kablam! and 4 others Sep 01 11:09:31.223 INFO kablam! = note: required by `std::convert::From::from` Sep 01 11:09:31.223 INFO kablam! Sep 01 11:09:31.240 INFO kablam! error[E0308]: mismatched types Sep 01 11:09:31.240 INFO kablam! --> src/main.rs:115:40 Sep 01 11:09:31.240 INFO kablam! | Sep 01 11:09:31.240 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:09:31.240 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:09:31.240 INFO kablam! | Sep 01 11:09:31.240 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:09:31.240 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:09:31.240 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:09:31.241 INFO kablam! --> src/main.rs:115:40 Sep 01 11:09:31.241 INFO kablam! | Sep 01 11:09:31.241 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:09:31.241 INFO kablam! | ^^^^^^^^^ Sep 01 11:09:31.241 INFO kablam! Sep 01 11:09:31.242 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 01 11:09:31.243 INFO kablam! --> src/main.rs:115:17 Sep 01 11:09:31.243 INFO kablam! | Sep 01 11:09:31.243 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:09:31.243 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 01 11:09:31.243 INFO kablam! | Sep 01 11:09:31.243 INFO kablam! = help: the following implementations were found: Sep 01 11:09:31.243 INFO kablam! >> Sep 01 11:09:31.243 INFO kablam! >> Sep 01 11:09:31.243 INFO kablam! >> Sep 01 11:09:31.243 INFO kablam! >> Sep 01 11:09:31.243 INFO kablam! and 4 others Sep 01 11:09:31.243 INFO kablam! = note: required by `std::convert::From::from` Sep 01 11:09:31.243 INFO kablam! Sep 01 11:09:31.923 INFO kablam! error[E0308]: mismatched types Sep 01 11:09:31.923 INFO kablam! --> src/main.rs:131:39 Sep 01 11:09:31.923 INFO kablam! | Sep 01 11:09:31.923 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:09:31.923 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:09:31.923 INFO kablam! | Sep 01 11:09:31.923 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:09:31.923 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:09:31.923 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:09:31.923 INFO kablam! --> src/main.rs:131:39 Sep 01 11:09:31.923 INFO kablam! | Sep 01 11:09:31.923 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:09:31.923 INFO kablam! | ^^^^^^^ Sep 01 11:09:31.923 INFO kablam! Sep 01 11:09:31.927 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 01 11:09:31.927 INFO kablam! --> src/main.rs:133:26 Sep 01 11:09:31.927 INFO kablam! | Sep 01 11:09:31.927 INFO kablam! 133 | .collect(), Sep 01 11:09:31.927 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 01 11:09:31.927 INFO kablam! | Sep 01 11:09:31.927 INFO kablam! = help: the following implementations were found: Sep 01 11:09:31.927 INFO kablam! as rayon::iter::FromParallelIterator> Sep 01 11:09:31.927 INFO kablam! Sep 01 11:09:31.962 INFO kablam! error[E0308]: mismatched types Sep 01 11:09:31.962 INFO kablam! --> src/main.rs:131:39 Sep 01 11:09:31.962 INFO kablam! | Sep 01 11:09:31.962 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:09:31.962 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:09:31.962 INFO kablam! | Sep 01 11:09:31.962 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:09:31.962 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:09:31.962 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:09:31.962 INFO kablam! --> src/main.rs:131:39 Sep 01 11:09:31.962 INFO kablam! | Sep 01 11:09:31.962 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:09:31.962 INFO kablam! | ^^^^^^^ Sep 01 11:09:31.962 INFO kablam! Sep 01 11:09:31.964 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 01 11:09:31.964 INFO kablam! --> src/main.rs:133:26 Sep 01 11:09:31.965 INFO kablam! | Sep 01 11:09:31.965 INFO kablam! 133 | .collect(), Sep 01 11:09:31.965 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 01 11:09:31.965 INFO kablam! | Sep 01 11:09:31.965 INFO kablam! = help: the following implementations were found: Sep 01 11:09:31.965 INFO kablam! as rayon::iter::FromParallelIterator> Sep 01 11:09:31.965 INFO kablam! Sep 01 11:09:31.992 INFO kablam! error: aborting due to 4 previous errors Sep 01 11:09:31.992 INFO kablam! Sep 01 11:09:31.992 INFO kablam! Some errors occurred: E0277, E0308. Sep 01 11:09:31.992 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:09:32.005 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 01 11:09:32.005 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:09:32.024 INFO kablam! error: aborting due to 4 previous errors Sep 01 11:09:32.024 INFO kablam! Sep 01 11:09:32.024 INFO kablam! Some errors occurred: E0277, E0308. Sep 01 11:09:32.024 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:09:32.039 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 01 11:09:32.039 INFO kablam! Sep 01 11:09:32.039 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:09:32.040 INFO kablam! su: No module specific data is present Sep 01 11:09:32.548 INFO running `"docker" "rm" "-f" "f18012c67b701c7b6036b9893eaefd2ef3ef4249986f0dc9686062424493d1f6"` Sep 01 11:09:32.651 INFO blam! f18012c67b701c7b6036b9893eaefd2ef3ef4249986f0dc9686062424493d1f6