[INFO] crate polylabel_cmd 1.2.3 is already in cache
[INFO] checking polylabel_cmd-1.2.3 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate polylabel_cmd 1.2.3 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate polylabel_cmd 1.2.3 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate polylabel_cmd 1.2.3
[INFO] finished tweaking crates.io crate polylabel_cmd 1.2.3
[INFO] tweaked toml for crates.io crate polylabel_cmd 1.2.3 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f14297e1f1698f1fc07e9a5d44eaac20b356d68c2314ce1f2fc36970a8433956
[INFO] running `"docker" "start" "-a" "f14297e1f1698f1fc07e9a5d44eaac20b356d68c2314ce1f2fc36970a8433956"`
[INFO] [stderr]     Checking pdqselect v0.1.0
[INFO] [stderr]     Checking termios v0.3.2
[INFO] [stderr]     Checking clicolors-control v0.2.0
[INFO] [stderr]     Checking number_prefix v0.2.8
[INFO] [stderr]     Checking geo-types v0.2.2
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking console v0.10.0
[INFO] [stderr]     Checking console v0.6.2
[INFO] [stderr]     Checking rstar v0.2.0
[INFO] [stderr]     Checking indicatif v0.10.3
[INFO] [stderr]     Checking geo-types v0.4.3
[INFO] [stderr]     Checking geo v0.12.2
[INFO] [stderr]     Checking geojson v0.12.0
[INFO] [stderr]     Checking polylabel v1.3.2
[INFO] [stderr]     Checking polylabel_cmd v1.2.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:121:40
[INFO] [stderr]     |
[INFO] [stderr] 121 |                 Value::from(&polylabel(&geo_type, &tolerance))
[INFO] [stderr]     |                                        ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected reference `&geo_types::polygon::Polygon<_>`
[INFO] [stderr]                found reference `&geo_types::Polygon<f64>`
[INFO] [stderr]     = note: perhaps two different versions of crate `geo_types` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point<f64>>` is not satisfied
[INFO] [stderr]    --> src/main.rs:121:17
[INFO] [stderr]     |
[INFO] [stderr] 121 |                 Value::from(&polylabel(&geo_type, &tolerance))
[INFO] [stderr]     |                 ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point<f64>>` is not implemented for `geojson::Value`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::Geometry<T>>>
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::GeometryCollection<T>>>
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::LineString<T>>>
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::MultiLineString<T>>>
[INFO] [stderr]             and 4 others
[INFO] [stderr]     = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:121:40
[INFO] [stderr]     |
[INFO] [stderr] 121 |                 Value::from(&polylabel(&geo_type, &tolerance))
[INFO] [stderr]     |                                        ^^^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected reference `&geo_types::polygon::Polygon<_>`
[INFO] [stderr]                found reference `&geo_types::Polygon<f64>`
[INFO] [stderr]     = note: perhaps two different versions of crate `geo_types` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point<f64>>` is not satisfied
[INFO] [stderr]    --> src/main.rs:121:17
[INFO] [stderr]     |
[INFO] [stderr] 121 |                 Value::from(&polylabel(&geo_type, &tolerance))
[INFO] [stderr]     |                 ^^^^^^^^^^^ the trait `std::convert::From<&geo_types::point::Point<f64>>` is not implemented for `geojson::Value`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::Geometry<T>>>
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::GeometryCollection<T>>>
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::LineString<T>>>
[INFO] [stderr]               <geojson::Value as std::convert::From<&'a geo_types::MultiLineString<T>>>
[INFO] [stderr]             and 4 others
[INFO] [stderr]     = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:137:39
[INFO] [stderr]     |
[INFO] [stderr] 137 | ...                   polylabel(polygon, &tolerance)
[INFO] [stderr]     |                                 ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected reference `&geo_types::polygon::Polygon<_>`
[INFO] [stderr]                found reference `&geo_types::Polygon<f64>`
[INFO] [stderr]     = note: perhaps two different versions of crate `geo_types` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `std::vec::Vec<geo_types::Point<_>>: rayon::iter::FromParallelIterator<geo_types::point::Point<f64>>` is not satisfied
[INFO] [stderr]    --> src/main.rs:130:21
[INFO] [stderr]     |
[INFO] [stderr] 130 | /                     geo_type
[INFO] [stderr] 131 | |                         .0
[INFO] [stderr] 132 | |                         .par_iter()
[INFO] [stderr] 133 | |                         .map(|polygon| {
[INFO] [stderr] ...   |
[INFO] [stderr] 137 | |                             polylabel(polygon, &tolerance)
[INFO] [stderr] 138 | |                         }).collect(),
[INFO] [stderr]     | |____________________________________^ the trait `rayon::iter::FromParallelIterator<geo_types::point::Point<f64>>` is not implemented for `std::vec::Vec<geo_types::Point<_>>`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <std::vec::Vec<T> as rayon::iter::FromParallelIterator<T>>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `polylabel_cmd`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> src/main.rs:137:39
[INFO] [stderr]     |
[INFO] [stderr] 137 | ...                   polylabel(polygon, &tolerance)
[INFO] [stderr]     |                                 ^^^^^^^ expected struct `geo_types::polygon::Polygon`, found struct `geo_types::Polygon`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected reference `&geo_types::polygon::Polygon<_>`
[INFO] [stderr]                found reference `&geo_types::Polygon<f64>`
[INFO] [stderr]     = note: perhaps two different versions of crate `geo_types` are being used?
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `std::vec::Vec<geo_types::Point<_>>: rayon::iter::FromParallelIterator<geo_types::point::Point<f64>>` is not satisfied
[INFO] [stderr]    --> src/main.rs:130:21
[INFO] [stderr]     |
[INFO] [stderr] 130 | /                     geo_type
[INFO] [stderr] 131 | |                         .0
[INFO] [stderr] 132 | |                         .par_iter()
[INFO] [stderr] 133 | |                         .map(|polygon| {
[INFO] [stderr] ...   |
[INFO] [stderr] 137 | |                             polylabel(polygon, &tolerance)
[INFO] [stderr] 138 | |                         }).collect(),
[INFO] [stderr]     | |____________________________________^ the trait `rayon::iter::FromParallelIterator<geo_types::point::Point<f64>>` is not implemented for `std::vec::Vec<geo_types::Point<_>>`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <std::vec::Vec<T> as rayon::iter::FromParallelIterator<T>>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `polylabel_cmd`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "f14297e1f1698f1fc07e9a5d44eaac20b356d68c2314ce1f2fc36970a8433956"`
[INFO] running `"docker" "rm" "-f" "f14297e1f1698f1fc07e9a5d44eaac20b356d68c2314ce1f2fc36970a8433956"`
[INFO] [stdout] f14297e1f1698f1fc07e9a5d44eaac20b356d68c2314ce1f2fc36970a8433956
