[INFO] crate polylabel_cmd 1.2.3 is already in cache [INFO] testing polylabel_cmd-1.2.3 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [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 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f635d361e5feb570e11f35f9614ed2092b866c070e2da454c5c125dd37f852a7 [INFO] running `"docker" "start" "-a" "f635d361e5feb570e11f35f9614ed2092b866c070e2da454c5c125dd37f852a7"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling parking_lot_core v0.7.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling rstar v0.2.0 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling geo-types v0.2.2 [INFO] [stderr] Compiling console v0.10.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling indicatif v0.10.3 [INFO] [stderr] Compiling geo-types v0.4.3 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling geo v0.12.2 [INFO] [stderr] Compiling polylabel v1.3.2 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling geojson v0.12.0 [INFO] [stderr] Compiling 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` [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>` 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 reference `&geo_types::polygon::Polygon<_>` [INFO] [stderr] found reference `&geo_types::Polygon` [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>: rayon::iter::FromParallelIterator>` 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>` 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" "f635d361e5feb570e11f35f9614ed2092b866c070e2da454c5c125dd37f852a7"` [INFO] running `"docker" "rm" "-f" "f635d361e5feb570e11f35f9614ed2092b866c070e2da454c5c125dd37f852a7"` [INFO] [stdout] f635d361e5feb570e11f35f9614ed2092b866c070e2da454c5c125dd37f852a7