[INFO] cloning repository https://github.com/wozgonon/projections [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wozgonon/projections" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozgonon%2Fprojections", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozgonon%2Fprojections'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 71f29c38255c7cd6eaf34f1c1e3debb0d746fd88 [INFO] testing wozgonon/projections against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozgonon%2Fprojections" "/workspace/builds/worker-100/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-100/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wozgonon/projections on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wozgonon/projections [INFO] finished tweaking git repo https://github.com/wozgonon/projections [INFO] tweaked toml for git repo https://github.com/wozgonon/projections written to /workspace/builds/worker-100/source/Cargo.toml [INFO] crate git repo https://github.com/wozgonon/projections already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e1f592d73035762c33683971d050bfa8795cb45d8d7ac90fc32e5ba5501bf21 [INFO] running `Command { std: "docker" "start" "-a" "3e1f592d73035762c33683971d050bfa8795cb45d8d7ac90fc32e5ba5501bf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e1f592d73035762c33683971d050bfa8795cb45d8d7ac90fc32e5ba5501bf21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e1f592d73035762c33683971d050bfa8795cb45d8d7ac90fc32e5ba5501bf21", kill_on_drop: false }` [INFO] [stdout] 3e1f592d73035762c33683971d050bfa8795cb45d8d7ac90fc32e5ba5501bf21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac26f5a56173dff21046463c0e6c261316ef67edefc6eb7dbcc33c0654a54c37 [INFO] running `Command { std: "docker" "start" "-a" "ac26f5a56173dff21046463c0e6c261316ef67edefc6eb7dbcc33c0654a54c37", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling projections v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:573:18 [INFO] [stdout] | [INFO] [stdout] 573 | metric : Box [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 573 - metric : Box [INFO] [stdout] 573 + metric : Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:836:22 [INFO] [stdout] | [INFO] [stdout] 836 | projection : Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 836 - projection : Box [INFO] [stdout] 836 + projection : Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:577:45 [INFO] [stdout] | [INFO] [stdout] 577 | pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 577 - pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] 577 + pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:844:46 [INFO] [stdout] | [INFO] [stdout] 844 | pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 844 - pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] 844 + pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:849:76 [INFO] [stdout] | [INFO] [stdout] 849 | pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 849 - pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stdout] 849 + pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &dyn Simplifier) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.06s [INFO] running `Command { std: "docker" "inspect" "ac26f5a56173dff21046463c0e6c261316ef67edefc6eb7dbcc33c0654a54c37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac26f5a56173dff21046463c0e6c261316ef67edefc6eb7dbcc33c0654a54c37", kill_on_drop: false }` [INFO] [stdout] ac26f5a56173dff21046463c0e6c261316ef67edefc6eb7dbcc33c0654a54c37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab51e2f62abdfa25c8217920a6f358012af54bde66153dd9fba5b47ab5df97cd [INFO] running `Command { std: "docker" "start" "-a" "ab51e2f62abdfa25c8217920a6f358012af54bde66153dd9fba5b47ab5df97cd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling projections v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:573:18 [INFO] [stdout] | [INFO] [stdout] 573 | metric : Box [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 573 - metric : Box [INFO] [stdout] 573 + metric : Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:836:22 [INFO] [stdout] | [INFO] [stdout] 836 | projection : Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 836 - projection : Box [INFO] [stdout] 836 + projection : Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:577:45 [INFO] [stdout] | [INFO] [stdout] 577 | pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 577 - pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] 577 + pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:844:46 [INFO] [stdout] | [INFO] [stdout] 844 | pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 844 - pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] 844 + pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:849:76 [INFO] [stdout] | [INFO] [stdout] 849 | pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 849 - pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stdout] 849 + pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &dyn Simplifier) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libwebmap::webmap::LonLat` [INFO] [stdout] --> examples/projections_for_zoom_levels.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use libwebmap::webmap::LonLat; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:573:18 [INFO] [stdout] | [INFO] [stdout] 573 | metric : Box [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 573 - metric : Box [INFO] [stdout] 573 + metric : Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:836:22 [INFO] [stdout] | [INFO] [stdout] 836 | projection : Box [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 836 - projection : Box [INFO] [stdout] 836 + projection : Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:577:45 [INFO] [stdout] | [INFO] [stdout] 577 | pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 577 - pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] 577 + pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:844:46 [INFO] [stdout] | [INFO] [stdout] 844 | pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 844 - pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] 844 + pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/webmap.rs:849:76 [INFO] [stdout] | [INFO] [stdout] 849 | pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 849 - pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stdout] 849 + pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &dyn Simplifier) -> Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.16s [INFO] running `Command { std: "docker" "inspect" "ab51e2f62abdfa25c8217920a6f358012af54bde66153dd9fba5b47ab5df97cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab51e2f62abdfa25c8217920a6f358012af54bde66153dd9fba5b47ab5df97cd", kill_on_drop: false }` [INFO] [stdout] ab51e2f62abdfa25c8217920a6f358012af54bde66153dd9fba5b47ab5df97cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-100/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6f9eade92016ebbf593f87526017a441fbad399b6af076340dc956026fa199e5 [INFO] running `Command { std: "docker" "start" "-a" "6f9eade92016ebbf593f87526017a441fbad399b6af076340dc956026fa199e5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:573:18 [INFO] [stderr] | [INFO] [stderr] 573 | metric : Box [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 573 - metric : Box [INFO] [stderr] 573 + metric : Box [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:836:22 [INFO] [stderr] | [INFO] [stderr] 836 | projection : Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 836 - projection : Box [INFO] [stderr] 836 + projection : Box [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:577:45 [INFO] [stderr] | [INFO] [stderr] 577 | pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 577 - pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stderr] 577 + pub fn new (epsilon : f64, metric : Box) -> RamerDouglasPeuker<'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:844:46 [INFO] [stderr] | [INFO] [stderr] 844 | pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 844 - pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stderr] 844 + pub fn new (zoom : u32, projection : Box) -> WebMap<'a> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/webmap.rs:849:76 [INFO] [stderr] | [INFO] [stderr] 849 | pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 849 - pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &Simplifier) -> Box> { [INFO] [stderr] 849 + pub fn simplify_lonlats (&self, lonlats : &Vec, simplifier : &dyn Simplifier) -> Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `projections` (lib) generated 5 warnings [INFO] [stderr] warning: `projections` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: unused import: `libwebmap::webmap::LonLat` [INFO] [stderr] --> examples/projections_for_zoom_levels.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use libwebmap::webmap::LonLat; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `projections` (example "projections_for_zoom_levels") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libwebmap-e6e720426c06fa19) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/webmap-28b8c689a423ee19) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test webmap::tests::should_project_to_web_mercator4_poles ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator1 ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator2 ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator3_extreme_latitudes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests libwebmap [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test src/webmap.rs - webmap::LonLat::make_regular_convex_polygon (line 291) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Sinusoidal::to_lonlat (line 791) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::minus (line 441) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Mercator::to_lonlat (line 676) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::new (line 426) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::significant_points (line 206) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Radian::to_degrees (line 51) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::round7 (line 232) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::to_radians (line 372) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::max_latitude (line 268) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::zero (line 359) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Degree::to_radians (line 93) ... ok [INFO] [stdout] test src/webmap.rs - webmap::round7_f64 (line 989) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::north_pole (line 179) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMercator::to_point_xy (line 718) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PerpendicularDistance::distance (line 527) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::zero (line 166) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::degrees_to_radians (line 390) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::round7 (line 476) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::to_degrees (line 217) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::new (line 334) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::south_pole (line 193) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::number_of_pixels (line 893) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::new (line 132) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::to_lonlat (line 966) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::number_of_tiles (line 865) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::to_pixel_coordinates (line 461) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Mercator::to_point_xy (line 647) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::radians_to_degrees (line 248) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMercator::to_lonlat (line 748) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6f9eade92016ebbf593f87526017a441fbad399b6af076340dc956026fa199e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f9eade92016ebbf593f87526017a441fbad399b6af076340dc956026fa199e5", kill_on_drop: false }` [INFO] [stdout] 6f9eade92016ebbf593f87526017a441fbad399b6af076340dc956026fa199e5