Sep 02 04:34:47.571 INFO checking polylabel_cmd-1.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 04:34:47.571 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 04:34:47.571 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/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 02 04:34:47.734 INFO blam! 1839c8f4812c420df002f46912c9dc47ef9ce93ec0693592b56969883107faae Sep 02 04:34:47.735 INFO running `"docker" "start" "-a" "1839c8f4812c420df002f46912c9dc47ef9ce93ec0693592b56969883107faae"` Sep 02 04:34:48.624 INFO kablam! Checking approx v0.2.1 Sep 02 04:34:48.624 INFO kablam! Checking geo-types v0.1.1 Sep 02 04:34:49.303 INFO kablam! Checking alga v0.6.0 Sep 02 04:34:49.592 INFO kablam! Checking geojson v0.11.1 Sep 02 04:34:54.563 INFO kablam! Checking nalgebra v0.15.3 Sep 02 04:35:40.435 INFO kablam! Checking spade v1.5.1 Sep 02 04:35:45.222 INFO kablam! Checking geo-types v0.2.0 Sep 02 04:35:46.959 INFO kablam! Checking geo v0.10.0 Sep 02 04:35:50.463 INFO kablam! Checking polylabel v1.2.0 Sep 02 04:35:52.254 INFO kablam! Checking polylabel_cmd v1.2.0 (file:///source) Sep 02 04:35:56.309 INFO kablam! error[E0308]: mismatched types Sep 02 04:35:56.310 INFO kablam! --> src/main.rs:115:40 Sep 02 04:35:56.310 INFO kablam! | Sep 02 04:35:56.310 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 02 04:35:56.310 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 02 04:35:56.310 INFO kablam! | Sep 02 04:35:56.310 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 02 04:35:56.310 INFO kablam! found type `&geo_types::Polygon` Sep 02 04:35:56.310 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 02 04:35:56.310 INFO kablam! --> src/main.rs:115:40 Sep 02 04:35:56.310 INFO kablam! | Sep 02 04:35:56.310 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 02 04:35:56.310 INFO kablam! | ^^^^^^^^^ Sep 02 04:35:56.310 INFO kablam! Sep 02 04:35:56.313 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 02 04:35:56.313 INFO kablam! --> src/main.rs:115:17 Sep 02 04:35:56.313 INFO kablam! | Sep 02 04:35:56.313 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 02 04:35:56.313 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 02 04:35:56.313 INFO kablam! | Sep 02 04:35:56.313 INFO kablam! = help: the following implementations were found: Sep 02 04:35:56.313 INFO kablam! >> Sep 02 04:35:56.313 INFO kablam! >> Sep 02 04:35:56.313 INFO kablam! >> Sep 02 04:35:56.313 INFO kablam! >> Sep 02 04:35:56.313 INFO kablam! and 4 others Sep 02 04:35:56.313 INFO kablam! = note: required by `std::convert::From::from` Sep 02 04:35:56.313 INFO kablam! Sep 02 04:35:56.814 INFO kablam! error[E0308]: mismatched types Sep 02 04:35:56.814 INFO kablam! --> src/main.rs:115:40 Sep 02 04:35:56.814 INFO kablam! | Sep 02 04:35:56.814 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 02 04:35:56.814 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 02 04:35:56.815 INFO kablam! | Sep 02 04:35:56.815 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 02 04:35:56.815 INFO kablam! found type `&geo_types::Polygon` Sep 02 04:35:56.815 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 02 04:35:56.815 INFO kablam! --> src/main.rs:115:40 Sep 02 04:35:56.815 INFO kablam! | Sep 02 04:35:56.815 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 02 04:35:56.815 INFO kablam! | ^^^^^^^^^ Sep 02 04:35:56.815 INFO kablam! Sep 02 04:35:56.817 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 02 04:35:56.817 INFO kablam! --> src/main.rs:115:17 Sep 02 04:35:56.817 INFO kablam! | Sep 02 04:35:56.817 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 02 04:35:56.817 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 02 04:35:56.817 INFO kablam! | Sep 02 04:35:56.817 INFO kablam! = help: the following implementations were found: Sep 02 04:35:56.817 INFO kablam! >> Sep 02 04:35:56.817 INFO kablam! >> Sep 02 04:35:56.817 INFO kablam! >> Sep 02 04:35:56.817 INFO kablam! >> Sep 02 04:35:56.817 INFO kablam! and 4 others Sep 02 04:35:56.817 INFO kablam! = note: required by `std::convert::From::from` Sep 02 04:35:56.817 INFO kablam! Sep 02 04:35:56.831 INFO kablam! error[E0308]: mismatched types Sep 02 04:35:56.831 INFO kablam! --> src/main.rs:131:39 Sep 02 04:35:56.831 INFO kablam! | Sep 02 04:35:56.831 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 02 04:35:56.831 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 02 04:35:56.831 INFO kablam! | Sep 02 04:35:56.831 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 02 04:35:56.831 INFO kablam! found type `&geo_types::Polygon` Sep 02 04:35:56.831 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 02 04:35:56.831 INFO kablam! --> src/main.rs:131:39 Sep 02 04:35:56.831 INFO kablam! | Sep 02 04:35:56.831 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 02 04:35:56.831 INFO kablam! | ^^^^^^^ Sep 02 04:35:56.831 INFO kablam! Sep 02 04:35:56.833 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 02 04:35:56.833 INFO kablam! --> src/main.rs:133:26 Sep 02 04:35:56.833 INFO kablam! | Sep 02 04:35:56.833 INFO kablam! 133 | .collect(), Sep 02 04:35:56.833 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 02 04:35:56.833 INFO kablam! | Sep 02 04:35:56.833 INFO kablam! = help: the following implementations were found: Sep 02 04:35:56.833 INFO kablam! as rayon::iter::FromParallelIterator> Sep 02 04:35:56.833 INFO kablam! Sep 02 04:35:56.887 INFO kablam! error: aborting due to 4 previous errors Sep 02 04:35:56.887 INFO kablam! Sep 02 04:35:56.887 INFO kablam! Some errors occurred: E0277, E0308. Sep 02 04:35:56.887 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 04:35:56.898 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 02 04:35:56.898 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:35:57.266 INFO kablam! error[E0308]: mismatched types Sep 02 04:35:57.266 INFO kablam! --> src/main.rs:131:39 Sep 02 04:35:57.266 INFO kablam! | Sep 02 04:35:57.266 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 02 04:35:57.266 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 02 04:35:57.266 INFO kablam! | Sep 02 04:35:57.266 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 02 04:35:57.266 INFO kablam! found type `&geo_types::Polygon` Sep 02 04:35:57.267 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 02 04:35:57.267 INFO kablam! --> src/main.rs:131:39 Sep 02 04:35:57.267 INFO kablam! | Sep 02 04:35:57.267 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 02 04:35:57.267 INFO kablam! | ^^^^^^^ Sep 02 04:35:57.267 INFO kablam! Sep 02 04:35:57.270 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 02 04:35:57.270 INFO kablam! --> src/main.rs:133:26 Sep 02 04:35:57.270 INFO kablam! | Sep 02 04:35:57.270 INFO kablam! 133 | .collect(), Sep 02 04:35:57.270 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 02 04:35:57.270 INFO kablam! | Sep 02 04:35:57.270 INFO kablam! = help: the following implementations were found: Sep 02 04:35:57.270 INFO kablam! as rayon::iter::FromParallelIterator> Sep 02 04:35:57.270 INFO kablam! Sep 02 04:35:57.314 INFO kablam! error: aborting due to 4 previous errors Sep 02 04:35:57.315 INFO kablam! Sep 02 04:35:57.315 INFO kablam! Some errors occurred: E0277, E0308. Sep 02 04:35:57.315 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 04:35:57.333 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 02 04:35:57.333 INFO kablam! Sep 02 04:35:57.333 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:35:57.334 INFO kablam! su: No module specific data is present Sep 02 04:35:57.710 INFO running `"docker" "rm" "-f" "1839c8f4812c420df002f46912c9dc47ef9ce93ec0693592b56969883107faae"` Sep 02 04:35:57.818 INFO blam! 1839c8f4812c420df002f46912c9dc47ef9ce93ec0693592b56969883107faae