Sep 01 11:08:30.974 INFO checking polylabel_cmd-1.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:08:30.974 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:08:30.974 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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.210 INFO blam! c592cf4e6f70439484e1f506283de2bf0959c8107366c0c9e10fe3c7036e95e4 Sep 01 11:08:31.211 INFO running `"docker" "start" "-a" "c592cf4e6f70439484e1f506283de2bf0959c8107366c0c9e10fe3c7036e95e4"` Sep 01 11:08:32.168 INFO kablam! Checking geojson v0.11.1 Sep 01 11:08:32.168 INFO kablam! Checking spade v1.5.1 Sep 01 11:08:37.122 INFO kablam! Checking geo-types v0.2.0 Sep 01 11:08:38.875 INFO kablam! Checking geo v0.10.0 Sep 01 11:08:42.080 INFO kablam! Checking polylabel v1.2.0 Sep 01 11:08:43.676 INFO kablam! Checking polylabel_cmd v1.2.0 (file:///source) Sep 01 11:08:48.110 INFO kablam! error[E0308]: mismatched types Sep 01 11:08:48.110 INFO kablam! --> src/main.rs:115:40 Sep 01 11:08:48.110 INFO kablam! | Sep 01 11:08:48.110 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:08:48.110 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:08:48.110 INFO kablam! | Sep 01 11:08:48.110 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:08:48.110 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:08:48.110 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:08:48.110 INFO kablam! --> src/main.rs:115:40 Sep 01 11:08:48.110 INFO kablam! | Sep 01 11:08:48.110 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:08:48.110 INFO kablam! | ^^^^^^^^^ Sep 01 11:08:48.110 INFO kablam! Sep 01 11:08:48.112 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 01 11:08:48.112 INFO kablam! --> src/main.rs:115:17 Sep 01 11:08:48.112 INFO kablam! | Sep 01 11:08:48.112 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:08:48.112 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 01 11:08:48.112 INFO kablam! | Sep 01 11:08:48.112 INFO kablam! = help: the following implementations were found: Sep 01 11:08:48.112 INFO kablam! >> Sep 01 11:08:48.112 INFO kablam! >> Sep 01 11:08:48.112 INFO kablam! >> Sep 01 11:08:48.112 INFO kablam! >> Sep 01 11:08:48.112 INFO kablam! and 4 others Sep 01 11:08:48.112 INFO kablam! = note: required by `std::convert::From::from` Sep 01 11:08:48.112 INFO kablam! Sep 01 11:08:48.288 INFO kablam! error[E0308]: mismatched types Sep 01 11:08:48.288 INFO kablam! --> src/main.rs:115:40 Sep 01 11:08:48.288 INFO kablam! | Sep 01 11:08:48.288 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:08:48.288 INFO kablam! | ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:08:48.288 INFO kablam! | Sep 01 11:08:48.288 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:08:48.288 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:08:48.288 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:08:48.288 INFO kablam! --> src/main.rs:115:40 Sep 01 11:08:48.288 INFO kablam! | Sep 01 11:08:48.288 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:08:48.288 INFO kablam! | ^^^^^^^^^ Sep 01 11:08:48.288 INFO kablam! Sep 01 11:08:48.290 INFO kablam! error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` is not satisfied Sep 01 11:08:48.290 INFO kablam! --> src/main.rs:115:17 Sep 01 11:08:48.290 INFO kablam! | Sep 01 11:08:48.290 INFO kablam! 115 | Value::from(&polylabel(&geo_type, tolerance)) Sep 01 11:08:48.290 INFO kablam! | ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point>` is not implemented for `geojson::Value` Sep 01 11:08:48.290 INFO kablam! | Sep 01 11:08:48.290 INFO kablam! = help: the following implementations were found: Sep 01 11:08:48.290 INFO kablam! >> Sep 01 11:08:48.290 INFO kablam! >> Sep 01 11:08:48.290 INFO kablam! >> Sep 01 11:08:48.291 INFO kablam! >> Sep 01 11:08:48.291 INFO kablam! and 4 others Sep 01 11:08:48.291 INFO kablam! = note: required by `std::convert::From::from` Sep 01 11:08:48.291 INFO kablam! Sep 01 11:08:48.676 INFO kablam! error[E0308]: mismatched types Sep 01 11:08:48.677 INFO kablam! --> src/main.rs:131:39 Sep 01 11:08:48.677 INFO kablam! | Sep 01 11:08:48.677 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:08:48.677 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:08:48.677 INFO kablam! | Sep 01 11:08:48.677 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:08:48.677 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:08:48.677 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:08:48.677 INFO kablam! --> src/main.rs:131:39 Sep 01 11:08:48.677 INFO kablam! | Sep 01 11:08:48.677 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:08:48.677 INFO kablam! | ^^^^^^^ Sep 01 11:08:48.677 INFO kablam! Sep 01 11:08:48.681 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 01 11:08:48.681 INFO kablam! --> src/main.rs:133:26 Sep 01 11:08:48.681 INFO kablam! | Sep 01 11:08:48.681 INFO kablam! 133 | .collect(), Sep 01 11:08:48.681 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 01 11:08:48.681 INFO kablam! | Sep 01 11:08:48.681 INFO kablam! = help: the following implementations were found: Sep 01 11:08:48.681 INFO kablam! as rayon::iter::FromParallelIterator> Sep 01 11:08:48.681 INFO kablam! Sep 01 11:08:48.740 INFO kablam! error: aborting due to 4 previous errors Sep 01 11:08:48.740 INFO kablam! Sep 01 11:08:48.740 INFO kablam! Some errors occurred: E0277, E0308. Sep 01 11:08:48.740 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:08:48.752 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 01 11:08:48.752 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:08:48.923 INFO kablam! error[E0308]: mismatched types Sep 01 11:08:48.923 INFO kablam! --> src/main.rs:131:39 Sep 01 11:08:48.923 INFO kablam! | Sep 01 11:08:48.923 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:08:48.923 INFO kablam! | ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon` Sep 01 11:08:48.923 INFO kablam! | Sep 01 11:08:48.923 INFO kablam! = note: expected type `&geo_types::polygon::Polygon<_>` Sep 01 11:08:48.923 INFO kablam! found type `&geo_types::Polygon` Sep 01 11:08:48.923 INFO kablam! note: Perhaps two different versions of crate `geo_types` are being used? Sep 01 11:08:48.923 INFO kablam! --> src/main.rs:131:39 Sep 01 11:08:48.923 INFO kablam! | Sep 01 11:08:48.923 INFO kablam! 131 | polylabel(polygon, tolerance) Sep 01 11:08:48.923 INFO kablam! | ^^^^^^^ Sep 01 11:08:48.923 INFO kablam! Sep 01 11:08:48.925 INFO kablam! error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied Sep 01 11:08:48.925 INFO kablam! --> src/main.rs:133:26 Sep 01 11:08:48.925 INFO kablam! | Sep 01 11:08:48.925 INFO kablam! 133 | .collect(), Sep 01 11:08:48.925 INFO kablam! | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` Sep 01 11:08:48.925 INFO kablam! | Sep 01 11:08:48.925 INFO kablam! = help: the following implementations were found: Sep 01 11:08:48.925 INFO kablam! as rayon::iter::FromParallelIterator> Sep 01 11:08:48.925 INFO kablam! Sep 01 11:08:48.972 INFO kablam! error: aborting due to 4 previous errors Sep 01 11:08:48.972 INFO kablam! Sep 01 11:08:48.972 INFO kablam! Some errors occurred: E0277, E0308. Sep 01 11:08:48.972 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 01 11:08:48.987 INFO kablam! error: Could not compile `polylabel_cmd`. Sep 01 11:08:48.987 INFO kablam! Sep 01 11:08:48.987 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:08:48.989 INFO kablam! su: No module specific data is present Sep 01 11:08:49.450 INFO running `"docker" "rm" "-f" "c592cf4e6f70439484e1f506283de2bf0959c8107366c0c9e10fe3c7036e95e4"` Sep 01 11:08:49.534 INFO blam! c592cf4e6f70439484e1f506283de2bf0959c8107366c0c9e10fe3c7036e95e4