[INFO] fetching crate polylabel_cmd 1.2.3... [INFO] checking polylabel_cmd-1.2.3 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate polylabel_cmd 1.2.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate polylabel_cmd 1.2.3 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 12a55973fc25e010e7dce5ec753f7991050320e5fa6c737cd41b2b05783503bc [INFO] running `"docker" "start" "-a" "12a55973fc25e010e7dce5ec753f7991050320e5fa6c737cd41b2b05783503bc"` [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking geo-types v0.2.2 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking rstar v0.2.0 [INFO] [stderr] Checking console v0.9.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 serde_json v1.0.41 [INFO] [stderr] Checking geojson v0.12.0 [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" "12a55973fc25e010e7dce5ec753f7991050320e5fa6c737cd41b2b05783503bc"` [INFO] running `"docker" "rm" "-f" "12a55973fc25e010e7dce5ec753f7991050320e5fa6c737cd41b2b05783503bc"` [INFO] [stdout] 12a55973fc25e010e7dce5ec753f7991050320e5fa6c737cd41b2b05783503bc