[INFO] fetching crate geozero-core 0.6.2... [INFO] testing geozero-core-0.6.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate geozero-core 0.6.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate geozero-core 0.6.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate geozero-core 0.6.2 [INFO] finished tweaking crates.io crate geozero-core 0.6.2 [INFO] tweaked toml for crates.io crate geozero-core 0.6.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3859f494ecca4b0a1209dd6f26258398bbf7cca6c5691bec881d05ca3a818c25 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3859f494ecca4b0a1209dd6f26258398bbf7cca6c5691bec881d05ca3a818c25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3859f494ecca4b0a1209dd6f26258398bbf7cca6c5691bec881d05ca3a818c25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3859f494ecca4b0a1209dd6f26258398bbf7cca6c5691bec881d05ca3a818c25", kill_on_drop: false }` [INFO] [stdout] 3859f494ecca4b0a1209dd6f26258398bbf7cca6c5691bec881d05ca3a818c25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c562290cc11a961502175f9203bc6063435b9c2ac24fdff2a9b4b57562ca50e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6c562290cc11a961502175f9203bc6063435b9c2ac24fdff2a9b4b57562ca50e", kill_on_drop: false }` [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling seek_bufread v1.2.2 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling heapless v0.6.1 [INFO] [stderr] Compiling geojson v0.21.0 [INFO] [stderr] Compiling geozero v0.6.0 [INFO] [stderr] Compiling rstar v0.8.4 [INFO] [stderr] Compiling geo-types v0.6.2 [INFO] [stderr] Compiling geozero-core v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `srid` [INFO] [stdout] --> src/wkb_reader.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | srid: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WkbInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/wkb_reader.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `envelope` [INFO] [stdout] --> src/wkb_reader.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | envelope: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WkbInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/wkb_reader.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.01s [INFO] running `Command { std: "docker" "inspect" "6c562290cc11a961502175f9203bc6063435b9c2ac24fdff2a9b4b57562ca50e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c562290cc11a961502175f9203bc6063435b9c2ac24fdff2a9b4b57562ca50e", kill_on_drop: false }` [INFO] [stdout] 6c562290cc11a961502175f9203bc6063435b9c2ac24fdff2a9b4b57562ca50e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d9615aec491e5891e12f10b69fc9d42c635fe27db2dc8ffdb7245f1b42a0d1b6 [INFO] running `Command { std: "docker" "start" "-a" "d9615aec491e5891e12f10b69fc9d42c635fe27db2dc8ffdb7245f1b42a0d1b6", kill_on_drop: false }` [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling robust v0.2.3 [INFO] [stderr] Compiling kdbush v0.2.0 [INFO] [stderr] Compiling geographiclib-rs v0.2.1 [INFO] [stderr] Compiling flatbuffers v0.6.1 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stdout] warning: field is never read: `srid` [INFO] [stdout] --> src/wkb_reader.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | srid: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `WkbInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/wkb_reader.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `envelope` [INFO] [stdout] --> src/wkb_reader.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | envelope: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `WkbInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/wkb_reader.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling geo-types v0.7.4 [INFO] [stderr] Compiling postgres-protocol v0.5.3 [INFO] [stderr] Compiling geo v0.14.2 [INFO] [stderr] Compiling geo v0.17.1 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling postgres-types v0.1.3 [INFO] [stderr] Compiling polylabel v2.4.0 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling tokio-postgres v0.5.5 [INFO] [stderr] Compiling postgres v0.17.5 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling flatgeobuf v0.4.1 [INFO] [stderr] Compiling geozero-core v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> tests/polylabel.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel(&poly, &0.10).unwrap(); [INFO] [stdout] | ^^^^^ expected struct `geo_types::polygon::Polygon`, found reference [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&geo_types::polygon::Polygon<_>` [INFO] [stdout] found reference `&&&geo::Polygon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `geo::MultiPolygon: Contains>` is not satisfied [INFO] [stdout] --> tests/polylabel.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | assert!(mpoly.contains(&label_pos)); [INFO] [stdout] | ^^^^^^^^ the trait `Contains>` is not implemented for `geo::MultiPolygon` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as Contains>> [INFO] [stdout] as Contains>> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `geo_types::point::Point<{float}>` [INFO] [stdout] --> tests/polylabel.rs:22:33 [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel(&poly, &0.10).unwrap(); [INFO] [stdout] | --------- ^^^^^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `label_pos` the explicit type `geo_types::point::Point<{float}>`, where the type parameter `{float}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{float}: num_traits::cast::FromPrimitive` found in the `num_traits` crate: [INFO] [stdout] - impl num_traits::cast::FromPrimitive for f32; [INFO] [stdout] - impl num_traits::cast::FromPrimitive for f64; [INFO] [stdout] note: required by a bound in `polylabel` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/polylabel-2.4.0/src/lib.rs:161:19 [INFO] [stdout] | [INFO] [stdout] 161 | T: GeoFloat + FromPrimitive + Sum, [INFO] [stdout] | ^^^^^^^^^^^^^ required by this bound in `polylabel` [INFO] [stdout] help: consider specifying the type argument in the function call [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel::(&poly, &0.10).unwrap(); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `geo_types::point::Point<{float}>` [INFO] [stdout] --> tests/polylabel.rs:22:33 [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel(&poly, &0.10).unwrap(); [INFO] [stdout] | --------- ^^^^^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `label_pos` the explicit type `geo_types::point::Point<{float}>`, where the type parameter `{float}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{float}: num_traits::float::Float` found in the `num_traits` crate: [INFO] [stdout] - impl num_traits::float::Float for f32; [INFO] [stdout] - impl num_traits::float::Float for f64; [INFO] [stdout] = note: required because of the requirements on the impl of `geo::GeoFloat` for `{float}` [INFO] [stdout] note: required by a bound in `polylabel` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/polylabel-2.4.0/src/lib.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | T: GeoFloat + FromPrimitive + Sum, [INFO] [stdout] | ^^^^^^^^ required by this bound in `polylabel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `geo_types::point::Point<{float}>` [INFO] [stdout] --> tests/polylabel.rs:22:33 [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel(&poly, &0.10).unwrap(); [INFO] [stdout] | --------- ^^^^^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `label_pos` the explicit type `geo_types::point::Point<{float}>`, where the type parameter `{float}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{float}: geo::algorithm::kernels::HasKernel` found in the `geo` crate: [INFO] [stdout] - impl geo::algorithm::kernels::HasKernel for f32; [INFO] [stdout] - impl geo::algorithm::kernels::HasKernel for f64; [INFO] [stdout] = note: required because of the requirements on the impl of `geo::GeoNum` for `{float}` [INFO] [stdout] = note: required because of the requirements on the impl of `geo::GeoFloat` for `{float}` [INFO] [stdout] note: required by a bound in `polylabel` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/polylabel-2.4.0/src/lib.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | T: GeoFloat + FromPrimitive + Sum, [INFO] [stdout] | ^^^^^^^^ required by this bound in `polylabel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `geo_types::point::Point<{float}>` [INFO] [stdout] --> tests/polylabel.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel(&poly, &0.10).unwrap(); [INFO] [stdout] | --------- ^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `label_pos` the explicit type `geo_types::point::Point<{float}>`, where the type parameter `{float}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{float}: num_traits::Num` found in the `num_traits` crate: [INFO] [stdout] - impl num_traits::Num for f32; [INFO] [stdout] - impl num_traits::Num for f64; [INFO] [stdout] = note: required because of the requirements on the impl of `geo_types::CoordinateType` for `{float}` [INFO] [stdout] = note: required because of the requirements on the impl of `geo_types::CoordNum` for `{float}` [INFO] [stdout] note: required by a bound in `geo_types::polygon::Polygon` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/geo-types-0.7.4/src/polygon.rs:69:23 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct Polygon { [INFO] [stdout] | ^^^^^^^^ required by this bound in `geo_types::polygon::Polygon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed for `geo_types::point::Point<{float}>` [INFO] [stdout] --> tests/polylabel.rs:22:43 [INFO] [stdout] | [INFO] [stdout] 22 | let label_pos = polylabel(&poly, &0.10).unwrap(); [INFO] [stdout] | --------- ^^^^^ cannot infer type for type `{float}` [INFO] [stdout] | | [INFO] [stdout] | consider giving `label_pos` the explicit type `geo_types::point::Point<{float}>`, where the type parameter `{float}` is specified [INFO] [stdout] | [INFO] [stdout] = note: multiple `impl`s satisfying `{float}: num_traits::cast::NumCast` found in the `num_traits` crate: [INFO] [stdout] - impl num_traits::cast::NumCast for f32; [INFO] [stdout] - impl num_traits::cast::NumCast for f64; [INFO] [stdout] = note: required because of the requirements on the impl of `geo_types::CoordinateType` for `{float}` [INFO] [stdout] = note: required because of the requirements on the impl of `geo_types::CoordNum` for `{float}` [INFO] [stdout] note: required by a bound in `geo_types::polygon::Polygon` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/geo-types-0.7.4/src/polygon.rs:69:23 [INFO] [stdout] | [INFO] [stdout] 69 | pub struct Polygon { [INFO] [stdout] | ^^^^^^^^ required by this bound in `geo_types::polygon::Polygon` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0283, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `geozero-core` due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d9615aec491e5891e12f10b69fc9d42c635fe27db2dc8ffdb7245f1b42a0d1b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9615aec491e5891e12f10b69fc9d42c635fe27db2dc8ffdb7245f1b42a0d1b6", kill_on_drop: false }` [INFO] [stdout] d9615aec491e5891e12f10b69fc9d42c635fe27db2dc8ffdb7245f1b42a0d1b6