Sep 06 02:23:24.331 INFO checking polylabel_cmd-1.2.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:23:24.331 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:23:24.331 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:23:24.494 INFO blam! 64d9629c83862f55f3e83759c5b7ea8ace2efb3308e270bcc6a7ce1025a7274e Sep 06 02:23:24.495 INFO running `"docker" "start" "-a" "64d9629c83862f55f3e83759c5b7ea8ace2efb3308e270bcc6a7ce1025a7274e"` Sep 06 02:23:25.290 INFO kablam! usermod: no changes Sep 06 02:23:25.462 INFO kablam! Checking geo-types v0.1.1 Sep 06 02:23:25.462 INFO kablam! Checking nalgebra v0.15.3 Sep 06 02:23:26.045 INFO kablam! Checking geojson v0.11.1 Sep 06 02:23:53.467 INFO kablam! Checking spade v1.5.1 Sep 06 02:23:56.841 INFO kablam! Checking geo-types v0.2.0 Sep 06 02:23:58.006 INFO kablam! Checking geo v0.10.0 Sep 06 02:24:00.206 INFO kablam! Checking polylabel v1.2.0 Sep 06 02:24:01.118 INFO kablam! Checking polylabel_cmd v1.2.0 (file:///source) Sep 06 02:24:03.153 INFO kablam! error[E0308]: mismatched types Sep 06 02:24:03.153 INFO kablam! --> src/main.rs:115:40 Sep 06 02:24:03.153 INFO kablam! | Sep 06 02:24:03.153 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 06 02:24:03.153 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 06 02:24:03.153 INFO kablam! | Sep 06 02:24:03.153 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 06 02:24:03.153 INFO kablam! found type `&geo_types::Polygon` Sep 06 02:24:03.153 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 06 02:24:03.153 INFO kablam! --> src/main.rs:115:40 Sep 06 02:24:03.153 INFO kablam! | Sep 06 02:24:03.153 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 06 02:24:03.153 INFO kablam! | ^^^^^^^^^ Sep 06 02:24:03.153 INFO kablam! Sep 06 02:24:03.153 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 06 02:24:03.153 INFO kablam! --> src/main.rs:115:17 Sep 06 02:24:03.153 INFO kablam! | Sep 06 02:24:03.153 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 06 02:24:03.153 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 06 02:24:03.153 INFO kablam! | Sep 06 02:24:03.153 INFO kablam! = help: the following implementations were found: Sep 06 02:24:03.153 INFO kablam! >> Sep 06 02:24:03.153 INFO kablam! >> Sep 06 02:24:03.153 INFO kablam! >> Sep 06 02:24:03.153 INFO kablam! >> Sep 06 02:24:03.153 INFO kablam! and 4 others Sep 06 02:24:03.153 INFO kablam! = note: required by `std::convert::From::from` Sep 06 02:24:03.153 INFO kablam! Sep 06 02:24:03.253 INFO kablam! error[E0308]: mismatched types Sep 06 02:24:03.253 INFO kablam! --> src/main.rs:115:40 Sep 06 02:24:03.253 INFO kablam! | Sep 06 02:24:03.253 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 06 02:24:03.253 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 06 02:24:03.256 INFO kablam! | Sep 06 02:24:03.256 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 06 02:24:03.256 INFO kablam! found type `&geo_types::Polygon` Sep 06 02:24:03.256 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 06 02:24:03.256 INFO kablam! --> src/main.rs:115:40 Sep 06 02:24:03.256 INFO kablam! | Sep 06 02:24:03.256 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 06 02:24:03.256 INFO kablam! | ^^^^^^^^^ Sep 06 02:24:03.256 INFO kablam! Sep 06 02:24:03.256 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 06 02:24:03.256 INFO kablam! --> src/main.rs:115:17 Sep 06 02:24:03.256 INFO kablam! | Sep 06 02:24:03.256 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 06 02:24:03.256 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 06 02:24:03.256 INFO kablam! | Sep 06 02:24:03.257 INFO kablam! = help: the following implementations were found: Sep 06 02:24:03.257 INFO kablam! >> Sep 06 02:24:03.257 INFO kablam! >> Sep 06 02:24:03.257 INFO kablam! >> Sep 06 02:24:03.257 INFO kablam! >> Sep 06 02:24:03.257 INFO kablam! and 4 others Sep 06 02:24:03.257 INFO kablam! = note: required by `std::convert::From::from` Sep 06 02:24:03.257 INFO kablam! Sep 06 02:24:03.646 INFO kablam! error[E0308]: mismatched types Sep 06 02:24:03.646 INFO kablam! --> src/main.rs:131:39 Sep 06 02:24:03.646 INFO kablam! | Sep 06 02:24:03.646 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 06 02:24:03.646 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 06 02:24:03.646 INFO kablam! | Sep 06 02:24:03.646 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 06 02:24:03.646 INFO kablam! found type `&geo_types::Polygon` Sep 06 02:24:03.646 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 06 02:24:03.646 INFO kablam! --> src/main.rs:131:39 Sep 06 02:24:03.646 INFO kablam! | Sep 06 02:24:03.646 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 06 02:24:03.646 INFO kablam! | ^^^^^^^ Sep 06 02:24:03.646 INFO kablam! Sep 06 02:24:03.647 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 06 02:24:03.647 INFO kablam! --> src/main.rs:133:26 Sep 06 02:24:03.647 INFO kablam! | Sep 06 02:24:03.647 INFO kablam! 133 | .collect(), Sep 06 02:24:03.647 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 06 02:24:03.647 INFO kablam! | Sep 06 02:24:03.647 INFO kablam! = help: the following implementations were found: Sep 06 02:24:03.647 INFO kablam! as rayon::iter::FromParallelIterator> Sep 06 02:24:03.647 INFO kablam! Sep 06 02:24:03.652 INFO kablam! error[E0308]: mismatched types Sep 06 02:24:03.652 INFO kablam! --> src/main.rs:131:39 Sep 06 02:24:03.652 INFO kablam! | Sep 06 02:24:03.652 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 06 02:24:03.652 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 06 02:24:03.652 INFO kablam! | Sep 06 02:24:03.652 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 06 02:24:03.652 INFO kablam! found type `&geo_types::Polygon` Sep 06 02:24:03.652 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 06 02:24:03.653 INFO kablam! --> src/main.rs:131:39 Sep 06 02:24:03.653 INFO kablam! | Sep 06 02:24:03.653 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 06 02:24:03.653 INFO kablam! | ^^^^^^^ Sep 06 02:24:03.653 INFO kablam! Sep 06 02:24:03.656 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 06 02:24:03.656 INFO kablam! --> src/main.rs:133:26 Sep 06 02:24:03.656 INFO kablam! | Sep 06 02:24:03.656 INFO kablam! 133 | .collect(), Sep 06 02:24:03.656 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 06 02:24:03.656 INFO kablam! | Sep 06 02:24:03.656 INFO kablam! = help: the following implementations were found: Sep 06 02:24:03.657 INFO kablam! as rayon::iter::FromParallelIterator> Sep 06 02:24:03.657 INFO kablam! Sep 06 02:24:03.687 INFO kablam! error: aborting due to 4 previous errors Sep 06 02:24:03.687 INFO kablam! Sep 06 02:24:03.687 INFO kablam! Some errors occurred: E0277, E0308. Sep 06 02:24:03.687 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 02:24:03.689 INFO kablam! error: aborting due to 4 previous errors Sep 06 02:24:03.689 INFO kablam! Sep 06 02:24:03.689 INFO kablam! Some errors occurred: E0277, E0308. Sep 06 02:24:03.690 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 06 02:24:03.703 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 06 02:24:03.703 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:24:03.723 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 06 02:24:03.723 INFO kablam! Sep 06 02:24:03.723 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:24:03.725 INFO kablam! su: No module specific data is present Sep 06 02:24:04.384 INFO running `"docker" "rm" "-f" "64d9629c83862f55f3e83759c5b7ea8ace2efb3308e270bcc6a7ce1025a7274e"` Sep 06 02:24:04.482 INFO blam! 64d9629c83862f55f3e83759c5b7ea8ace2efb3308e270bcc6a7ce1025a7274e