[INFO] fetching crate arcgis_rust 0.1.2...
[INFO] checking arcgis_rust-0.1.2 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate arcgis_rust 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate arcgis_rust 0.1.2 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate arcgis_rust 0.1.2
[INFO] finished tweaking crates.io crate arcgis_rust 0.1.2
[INFO] tweaked toml for crates.io crate arcgis_rust 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] crate crates.io crate arcgis_rust 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded accurate v0.3.1
[INFO] [stderr]   Downloaded geo-booleanop v0.3.2
[INFO] [stderr]   Downloaded geo-types v0.6.2
[INFO] [stderr]   Downloaded assert_approx_eq v1.1.0
[INFO] [stderr]   Downloaded robust v0.1.2
[INFO] [stderr]   Downloaded rstar v0.9.3
[INFO] [stderr]   Downloaded geo v0.22.1
[INFO] [stderr]   Downloaded geojson v0.23.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f286ab3b501ae5b00bd7dc96823a757e0e986995231cffa6a72911d6a6590494
[INFO] running `Command { std: "docker" "start" "-a" "f286ab3b501ae5b00bd7dc96823a757e0e986995231cffa6a72911d6a6590494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f286ab3b501ae5b00bd7dc96823a757e0e986995231cffa6a72911d6a6590494", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f286ab3b501ae5b00bd7dc96823a757e0e986995231cffa6a72911d6a6590494", kill_on_drop: false }`
[INFO] [stdout] f286ab3b501ae5b00bd7dc96823a757e0e986995231cffa6a72911d6a6590494
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7ca1f93e059fb948f20e109ea8aab24e0467230a2ea63194faa3fe82e27a6bc
[INFO] running `Command { std: "docker" "start" "-a" "d7ca1f93e059fb948f20e109ea8aab24e0467230a2ea63194faa3fe82e27a6bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.84
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking zerocopy v0.7.34
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking libloading v0.8.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling ash v0.34.0+1.2.203
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking unicode-width v0.1.12
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking gpu-alloc-types v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling wgpu-core v0.12.2
[INFO] [stderr]     Checking gpu-alloc v0.5.4
[INFO] [stderr]     Checking rstar v0.9.3
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking nix v0.22.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking wgpu-types v0.12.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.15.4
[INFO] [stderr]     Checking renderdoc-sys v0.7.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking xcursor v0.3.5
[INFO] [stderr]     Checking glow v0.11.2
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking ieee754 v0.2.6
[INFO] [stderr]     Checking inplace_it v0.3.5
[INFO] [stderr]     Checking accurate v0.3.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]     Checking geo-types v0.7.13
[INFO] [stderr]     Checking memmap2 v0.3.1
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking naga v0.8.5
[INFO] [stderr]     Checking float_next_after v0.1.5
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking calloop v0.9.3
[INFO] [stderr]    Compiling winit v0.26.1
[INFO] [stderr]     Checking rustls-pemfile v1.0.4
[INFO] [stderr]     Checking geo-types v0.6.2
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking geographiclib-rs v0.2.4
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking serde v1.0.203
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking robust v0.2.3
[INFO] [stderr]     Checking robust v0.1.2
[INFO] [stderr]     Checking geo v0.22.1
[INFO] [stderr]     Checking geo-booleanop v0.3.2
[INFO] [stderr]     Checking assert_approx_eq v1.1.0
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking wgpu-hal v0.12.5
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking geojson v0.23.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking wgpu v0.12.0
[INFO] [stderr]     Checking arcgis_rust v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> src/tasks/locator.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let res = client.get(&self.url)
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> src/tasks/locator.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let res = client.get(&self.url)
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `window` is never read
[INFO] [stdout]   --> src/rendering/map_view.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct MapView {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 18 |     window: Window, // Window for rendering the map
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `window` is never read
[INFO] [stdout]   --> src/rendering/map_view.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct MapView {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 18 |     window: Window, // Window for rendering the map
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> tests/core_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> src/tasks/locator.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let res = client.get(&self.url)
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `res`
[INFO] [stdout]   --> src/tasks/locator.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |         let res = client.get(&self.url)
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_res`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelope` is never constructed
[INFO] [stdout]   --> src/core/geometry.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Envelope {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Envelope` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains` is never used
[INFO] [stdout]   --> src/core/geometry.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Envelope {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn contains(&self, point: &Point<f64>) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `intersection` is never used
[INFO] [stdout]   --> src/core/geometry.rs:84:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn intersection(poly1: &Polygon<f64>, poly2: &Polygon<f64>) -> MultiPolygon<f64> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `union` is never used
[INFO] [stdout]    --> src/core/geometry.rs:124:8
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn union(poly1: &Polygon<f64>, poly2: &Polygon<f64>) -> MultiPolygon<f64> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `buffer` is never used
[INFO] [stdout]    --> src/core/geometry.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn buffer(line: &LineString<f64>, distance: f64) -> Polygon<f64> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelope` is never constructed
[INFO] [stdout]   --> src/core/geometry.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct Envelope {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Envelope` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `geometry` and `attributes` are never read
[INFO] [stdout]   --> src/data/feature.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Feature {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 8  |     /// Geometry of the feature.
[INFO] [stdout] 9  |     pub geometry: Geometry<f64>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     /// Attributes of the feature.
[INFO] [stdout] 11 |     pub attributes: HashMap<String, String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Feature` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `contains` is never used
[INFO] [stdout]   --> src/core/geometry.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl Envelope {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn contains(&self, point: &Point<f64>) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `query` is never used
[INFO] [stdout]   --> src/data/feature.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl FeatureLayer {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn query(&self, envelope: &Envelope) -> Vec<&Feature> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `intersection` is never used
[INFO] [stdout]   --> src/core/geometry.rs:84:8
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub fn intersection(poly1: &Polygon<f64>, poly2: &Polygon<f64>) -> MultiPolygon<f64> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MapView` is never constructed
[INFO] [stdout]   --> src/rendering/map_view.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct MapView {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `union` is never used
[INFO] [stdout]    --> src/core/geometry.rs:124:8
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn union(poly1: &Polygon<f64>, poly2: &Polygon<f64>) -> MultiPolygon<f64> {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `buffer` is never used
[INFO] [stdout]    --> src/core/geometry.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 154 | pub fn buffer(line: &LineString<f64>, distance: f64) -> Polygon<f64> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add_layer`, and `render` are never used
[INFO] [stdout]   --> src/rendering/map_view.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl MapView {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn new(event_loop: &EventLoop<()>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn add_layer(&mut self, layer: Box<dyn Layer>) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn render(&self) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `geometry` and `attributes` are never read
[INFO] [stdout]   --> src/data/feature.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub struct Feature {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 8  |     /// Geometry of the feature.
[INFO] [stdout] 9  |     pub geometry: Geometry<f64>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 10 |     /// Attributes of the feature.
[INFO] [stdout] 11 |     pub attributes: HashMap<String, String>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Feature` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]   --> src/rendering/map_view.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub trait Layer {
[INFO] [stdout]    |           ----- method in this trait
[INFO] [stdout] 56 |     fn render(&self);
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LocatorTask` is never constructed
[INFO] [stdout]   --> src/tasks/locator.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct LocatorTask {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `query` is never used
[INFO] [stdout]   --> src/data/feature.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl FeatureLayer {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn query(&self, envelope: &Envelope) -> Vec<&Feature> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `geocode` is never used
[INFO] [stdout]   --> src/tasks/locator.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl LocatorTask {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub async fn geocode(&self, address: &str) -> Result<Point<f64>, Error> {
[INFO] [stdout]    |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MapView` is never constructed
[INFO] [stdout]   --> src/rendering/map_view.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct MapView {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `add_layer`, and `render` are never used
[INFO] [stdout]   --> src/rendering/map_view.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl MapView {
[INFO] [stdout]    | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn new(event_loop: &EventLoop<()>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn add_layer(&mut self, layer: Box<dyn Layer>) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn render(&self) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `render` is never used
[INFO] [stdout]   --> src/rendering/map_view.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub trait Layer {
[INFO] [stdout]    |           ----- method in this trait
[INFO] [stdout] 56 |     fn render(&self);
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LocatorTask` is never constructed
[INFO] [stdout]   --> src/tasks/locator.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct LocatorTask {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `geocode` is never used
[INFO] [stdout]   --> src/tasks/locator.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 28 | impl LocatorTask {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub async fn geocode(&self, address: &str) -> Result<Point<f64>, Error> {
[INFO] [stdout]    |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 13 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.34s
[INFO] running `Command { std: "docker" "inspect" "d7ca1f93e059fb948f20e109ea8aab24e0467230a2ea63194faa3fe82e27a6bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7ca1f93e059fb948f20e109ea8aab24e0467230a2ea63194faa3fe82e27a6bc", kill_on_drop: false }`
[INFO] [stdout] d7ca1f93e059fb948f20e109ea8aab24e0467230a2ea63194faa3fe82e27a6bc
