[INFO] crate polylabel_cmd 1.2.3 is already in cache [INFO] checking polylabel_cmd-1.2.3 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate polylabel_cmd 1.2.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate polylabel_cmd 1.2.3 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "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] 7c4445ffd06b598df00a840c71f5495bec87984885fa098e21759a0be52706d1 [INFO] running `"docker" "start" "-a" "7c4445ffd06b598df00a840c71f5495bec87984885fa098e21759a0be52706d1"` [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking geo-types v0.2.2 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking rstar v0.2.0 [INFO] [stderr] Checking console v0.9.0 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking geojson v0.12.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 polylabel v1.3.1 [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 type `&geo_types::polygon::Polygon<_>` [INFO] [stderr] found type `&geo_types::Polygon` [INFO] [stderr] note: Perhaps two different versions of crate `geo_types` are being used? [INFO] [stderr] --> src/main.rs:121:40 [INFO] [stderr] | [INFO] [stderr] 121 | Value::from(&polylabel(&geo_type, &tolerance)) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` 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>` is not implemented for `geojson::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] >> [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 type `&geo_types::polygon::Polygon<_>` [INFO] [stderr] found type `&geo_types::Polygon` [INFO] [stderr] note: Perhaps two different versions of crate `geo_types` are being used? [INFO] [stderr] --> src/main.rs:121:40 [INFO] [stderr] | [INFO] [stderr] 121 | Value::from(&polylabel(&geo_type, &tolerance)) [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `geojson::Value: std::convert::From<&geo_types::point::Point>` 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>` is not implemented for `geojson::Value` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] >> [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 type `&geo_types::polygon::Polygon<_>` [INFO] [stderr] found type `&geo_types::Polygon` [INFO] [stderr] note: Perhaps two different versions of crate `geo_types` are being used? [INFO] [stderr] --> src/main.rs:137:39 [INFO] [stderr] | [INFO] [stderr] 137 | ... polylabel(polygon, &tolerance) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied [INFO] [stderr] --> src/main.rs:138:28 [INFO] [stderr] | [INFO] [stderr] 138 | }).collect(), [INFO] [stderr] | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as rayon::iter::FromParallelIterator> [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] 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 type `&geo_types::polygon::Polygon<_>` [INFO] [stderr] found type `&geo_types::Polygon` [INFO] [stderr] note: Perhaps two different versions of crate `geo_types` are being used? [INFO] [stderr] --> src/main.rs:137:39 [INFO] [stderr] | [INFO] [stderr] 137 | ... polylabel(polygon, &tolerance) [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::vec::Vec>: rayon::iter::FromParallelIterator>` is not satisfied [INFO] [stderr] --> src/main.rs:138:28 [INFO] [stderr] | [INFO] [stderr] 138 | }).collect(), [INFO] [stderr] | ^^^^^^^ the trait `rayon::iter::FromParallelIterator>` is not implemented for `std::vec::Vec>` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] as rayon::iter::FromParallelIterator> [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" "7c4445ffd06b598df00a840c71f5495bec87984885fa098e21759a0be52706d1"` [INFO] running `"docker" "rm" "-f" "7c4445ffd06b598df00a840c71f5495bec87984885fa098e21759a0be52706d1"` [INFO] [stdout] 7c4445ffd06b598df00a840c71f5495bec87984885fa098e21759a0be52706d1