Sep 10 12:48:00.994 INFO checking polylabel_cmd-1.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 12:48:00.994 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 12:48:00.994 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:48:01.156 INFO blam! 17d88bcbf3177d01316e8a12313899e75d0001d2926f180837ec3cfd3385dacf Sep 10 12:48:01.158 INFO running `"docker" "start" "-a" "17d88bcbf3177d01316e8a12313899e75d0001d2926f180837ec3cfd3385dacf"` Sep 10 12:48:01.666 INFO kablam! usermod: no changes Sep 10 12:48:01.821 INFO kablam! Compiling num-complex v0.2.0 Sep 10 12:48:01.822 INFO kablam! Checking clamp v0.1.0 Sep 10 12:48:01.822 INFO kablam! Checking pdqselect v0.1.0 Sep 10 12:48:01.826 INFO kablam! Checking approx v0.2.1 Sep 10 12:48:01.826 INFO kablam! Checking geo-types v0.1.1 Sep 10 12:48:01.827 INFO kablam! Checking cgmath v0.16.1 Sep 10 12:48:02.654 INFO kablam! Checking geojson v0.11.1 Sep 10 12:48:05.383 INFO kablam! Checking alga v0.6.0 Sep 10 12:48:09.902 INFO kablam! Checking nalgebra v0.15.3 Sep 10 12:48:38.050 INFO kablam! Checking spade v1.5.1 Sep 10 12:48:41.998 INFO kablam! Checking geo-types v0.2.0 Sep 10 12:48:43.123 INFO kablam! Checking geo v0.10.0 Sep 10 12:48:45.529 INFO kablam! Checking polylabel v1.2.0 Sep 10 12:48:46.526 INFO kablam! Checking polylabel_cmd v1.2.0 (file:///source) Sep 10 12:48:50.247 INFO kablam! error[E0308]: mismatched types Sep 10 12:48:50.247 INFO kablam! --> src/main.rs:115:40 Sep 10 12:48:50.247 INFO kablam! | Sep 10 12:48:50.247 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 10 12:48:50.247 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 10 12:48:50.247 INFO kablam! | Sep 10 12:48:50.247 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 10 12:48:50.247 INFO kablam! found type `&geo_types::Polygon` Sep 10 12:48:50.247 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 10 12:48:50.247 INFO kablam! --> src/main.rs:115:40 Sep 10 12:48:50.247 INFO kablam! | Sep 10 12:48:50.247 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 10 12:48:50.247 INFO kablam! | ^^^^^^^^^ Sep 10 12:48:50.247 INFO kablam! Sep 10 12:48:50.247 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 10 12:48:50.247 INFO kablam! --> src/main.rs:115:17 Sep 10 12:48:50.247 INFO kablam! | Sep 10 12:48:50.247 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 10 12:48:50.247 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 10 12:48:50.247 INFO kablam! | Sep 10 12:48:50.247 INFO kablam! = help: the following implementations were found: Sep 10 12:48:50.247 INFO kablam! >> Sep 10 12:48:50.247 INFO kablam! >> Sep 10 12:48:50.247 INFO kablam! >> Sep 10 12:48:50.247 INFO kablam! >> Sep 10 12:48:50.247 INFO kablam! and 4 others Sep 10 12:48:50.247 INFO kablam! = note: required by `std::convert::From::from` Sep 10 12:48:50.247 INFO kablam! Sep 10 12:48:50.405 INFO kablam! error[E0308]: mismatched types Sep 10 12:48:50.405 INFO kablam! --> src/main.rs:115:40 Sep 10 12:48:50.405 INFO kablam! | Sep 10 12:48:50.405 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 10 12:48:50.405 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 10 12:48:50.405 INFO kablam! | Sep 10 12:48:50.405 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 10 12:48:50.405 INFO kablam! found type `&geo_types::Polygon` Sep 10 12:48:50.405 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 10 12:48:50.405 INFO kablam! --> src/main.rs:115:40 Sep 10 12:48:50.405 INFO kablam! | Sep 10 12:48:50.405 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 10 12:48:50.405 INFO kablam! | ^^^^^^^^^ Sep 10 12:48:50.405 INFO kablam! Sep 10 12:48:50.407 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 10 12:48:50.407 INFO kablam! --> src/main.rs:115:17 Sep 10 12:48:50.407 INFO kablam! | Sep 10 12:48:50.407 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 10 12:48:50.407 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 10 12:48:50.407 INFO kablam! | Sep 10 12:48:50.407 INFO kablam! = help: the following implementations were found: Sep 10 12:48:50.407 INFO kablam! >> Sep 10 12:48:50.407 INFO kablam! >> Sep 10 12:48:50.407 INFO kablam! >> Sep 10 12:48:50.407 INFO kablam! >> Sep 10 12:48:50.407 INFO kablam! and 4 others Sep 10 12:48:50.407 INFO kablam! = note: required by `std::convert::From::from` Sep 10 12:48:50.407 INFO kablam! Sep 10 12:48:50.774 INFO kablam! error[E0308]: mismatched types Sep 10 12:48:50.774 INFO kablam! --> src/main.rs:131:39 Sep 10 12:48:50.774 INFO kablam! | Sep 10 12:48:50.774 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 10 12:48:50.774 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 10 12:48:50.774 INFO kablam! | Sep 10 12:48:50.774 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 10 12:48:50.774 INFO kablam! found type `&geo_types::Polygon` Sep 10 12:48:50.774 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 10 12:48:50.774 INFO kablam! --> src/main.rs:131:39 Sep 10 12:48:50.774 INFO kablam! | Sep 10 12:48:50.774 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 10 12:48:50.774 INFO kablam! | ^^^^^^^ Sep 10 12:48:50.774 INFO kablam! Sep 10 12:48:50.775 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 10 12:48:50.775 INFO kablam! --> src/main.rs:133:26 Sep 10 12:48:50.775 INFO kablam! | Sep 10 12:48:50.776 INFO kablam! 133 | .collect(), Sep 10 12:48:50.776 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 10 12:48:50.776 INFO kablam! | Sep 10 12:48:50.776 INFO kablam! = help: the following implementations were found: Sep 10 12:48:50.776 INFO kablam! as rayon::iter::FromParallelIterator> Sep 10 12:48:50.776 INFO kablam! Sep 10 12:48:50.806 INFO kablam! error: aborting due to 4 previous errors Sep 10 12:48:50.806 INFO kablam! Sep 10 12:48:50.806 INFO kablam! Some errors occurred: E0277, E0308. Sep 10 12:48:50.806 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:48:50.817 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 10 12:48:50.817 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:48:50.889 INFO kablam! error[E0308]: mismatched types Sep 10 12:48:50.889 INFO kablam! --> src/main.rs:131:39 Sep 10 12:48:50.889 INFO kablam! | Sep 10 12:48:50.889 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 10 12:48:50.889 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 10 12:48:50.889 INFO kablam! | Sep 10 12:48:50.889 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 10 12:48:50.889 INFO kablam! found type `&geo_types::Polygon` Sep 10 12:48:50.889 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 10 12:48:50.889 INFO kablam! --> src/main.rs:131:39 Sep 10 12:48:50.889 INFO kablam! | Sep 10 12:48:50.889 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 10 12:48:50.889 INFO kablam! | ^^^^^^^ Sep 10 12:48:50.889 INFO kablam! Sep 10 12:48:50.891 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 10 12:48:50.891 INFO kablam! --> src/main.rs:133:26 Sep 10 12:48:50.891 INFO kablam! | Sep 10 12:48:50.891 INFO kablam! 133 | .collect(), Sep 10 12:48:50.891 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 10 12:48:50.891 INFO kablam! | Sep 10 12:48:50.891 INFO kablam! = help: the following implementations were found: Sep 10 12:48:50.891 INFO kablam! as rayon::iter::FromParallelIterator> Sep 10 12:48:50.891 INFO kablam! Sep 10 12:48:50.924 INFO kablam! error: aborting due to 4 previous errors Sep 10 12:48:50.924 INFO kablam! Sep 10 12:48:50.924 INFO kablam! Some errors occurred: E0277, E0308. Sep 10 12:48:50.924 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 10 12:48:50.945 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 10 12:48:50.945 INFO kablam! Sep 10 12:48:50.945 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:48:50.946 INFO kablam! su: No module specific data is present Sep 10 12:48:51.457 INFO running `"docker" "rm" "-f" "17d88bcbf3177d01316e8a12313899e75d0001d2926f180837ec3cfd3385dacf"` Sep 10 12:48:51.548 INFO blam! 17d88bcbf3177d01316e8a12313899e75d0001d2926f180837ec3cfd3385dacf