[INFO] crate polylabel_cmd 1.2.3 is already in cache [INFO] testing polylabel_cmd-1.2.3 against beta-2020-06-03 for beta-1.45-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 beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 9c976787e3ce9046793c97169a6c515d8cb0cf83f8a6977b3aa5606444bf916f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9c976787e3ce9046793c97169a6c515d8cb0cf83f8a6977b3aa5606444bf916f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling geo-types v0.2.2 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling console v0.11.3 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling rstar v0.2.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling indicatif v0.10.3 [INFO] [stderr] Compiling geo-types v0.4.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling geo v0.12.2 [INFO] [stderr] Compiling polylabel v1.3.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling serde_json v1.0.53 [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" "9c976787e3ce9046793c97169a6c515d8cb0cf83f8a6977b3aa5606444bf916f"` [INFO] running `"docker" "rm" "-f" "9c976787e3ce9046793c97169a6c515d8cb0cf83f8a6977b3aa5606444bf916f"` [INFO] [stdout] 9c976787e3ce9046793c97169a6c515d8cb0cf83f8a6977b3aa5606444bf916f