[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 beta-2022-04-10 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 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 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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0eb650f137fbd8940f168f25230b52281c4d3eb5baf47a901b3269e5581134a7 [INFO] running `Command { std: "docker" "start" "-a" "0eb650f137fbd8940f168f25230b52281c4d3eb5baf47a901b3269e5581134a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0eb650f137fbd8940f168f25230b52281c4d3eb5baf47a901b3269e5581134a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0eb650f137fbd8940f168f25230b52281c4d3eb5baf47a901b3269e5581134a7", kill_on_drop: false }` [INFO] [stdout] 0eb650f137fbd8940f168f25230b52281c4d3eb5baf47a901b3269e5581134a7 [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d061bcbe0bd9aeb746023909ac57be8483e373fa03da4a3c562fce2426343ba3 [INFO] running `Command { std: "docker" "start" "-a" "d061bcbe0bd9aeb746023909ac57be8483e373fa03da4a3c562fce2426343ba3", 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 2.70s [INFO] running `Command { std: "docker" "inspect" "d061bcbe0bd9aeb746023909ac57be8483e373fa03da4a3c562fce2426343ba3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d061bcbe0bd9aeb746023909ac57be8483e373fa03da4a3c562fce2426343ba3", kill_on_drop: false }` [INFO] [stdout] d061bcbe0bd9aeb746023909ac57be8483e373fa03da4a3c562fce2426343ba3 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 018ab1c1d6acd8a51a476eee838f6ea7c4a90732c435700001badd791a69243a [INFO] running `Command { std: "docker" "start" "-a" "018ab1c1d6acd8a51a476eee838f6ea7c4a90732c435700001badd791a69243a", kill_on_drop: false }` [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] [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: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: 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: 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: 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 4.86s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/libwebmap-a9c5b8247a24cfb1) [INFO] [stderr] Executable unittests bin/webmap.rs (/opt/rustwide/target/debug/deps/webmap-29937121c3b1fc90) [INFO] running `Command { std: "docker" "inspect" "018ab1c1d6acd8a51a476eee838f6ea7c4a90732c435700001badd791a69243a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "018ab1c1d6acd8a51a476eee838f6ea7c4a90732c435700001badd791a69243a", kill_on_drop: false }` [INFO] [stdout] 018ab1c1d6acd8a51a476eee838f6ea7c4a90732c435700001badd791a69243a [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 16583f18e2869ec642c3a66cd7345829defdb1dd264a695ee081b9c2a0a416fc [INFO] running `Command { std: "docker" "start" "-a" "16583f18e2869ec642c3a66cd7345829defdb1dd264a695ee081b9c2a0a416fc", 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.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libwebmap-a9c5b8247a24cfb1) [INFO] [stderr] Running unittests bin/webmap.rs (/opt/rustwide/target/debug/deps/webmap-29937121c3b1fc90) [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_mercator3_extreme_latitudes ... 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] [INFO] [stdout] test result: ok. 4 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 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] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test src/webmap.rs - webmap::LonLat::max_latitude (line 268) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::south_pole (line 193) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::zero (line 359) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PerpendicularDistance::distance (line 527) ... ok [INFO] [stdout] test src/webmap.rs - webmap::round7_f64 (line 989) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::to_degrees (line 217) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::radians_to_degrees (line 248) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Mercator::to_point_xy (line 647) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::significant_points (line 206) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::degrees_to_radians (line 390) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::to_radians (line 372) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::round7 (line 232) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Mercator::to_lonlat (line 676) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::round7 (line 476) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::minus (line 441) ... ok [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::WebMercator::to_point_xy (line 718) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Degree::to_radians (line 93) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMercator::to_lonlat (line 748) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLatD::new (line 334) ... 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::WebMap::number_of_pixels (line 893) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::north_pole (line 179) ... ok [INFO] [stdout] test src/webmap.rs - webmap::Radian::to_degrees (line 51) ... ok [INFO] [stdout] test src/webmap.rs - webmap::WebMap::to_lonlat (line 966) ... ok [INFO] [stdout] test src/webmap.rs - webmap::PointXY::new (line 426) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::new (line 132) ... ok [INFO] [stdout] test src/webmap.rs - webmap::LonLat::zero (line 166) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.98s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "16583f18e2869ec642c3a66cd7345829defdb1dd264a695ee081b9c2a0a416fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16583f18e2869ec642c3a66cd7345829defdb1dd264a695ee081b9c2a0a416fc", kill_on_drop: false }` [INFO] [stdout] 16583f18e2869ec642c3a66cd7345829defdb1dd264a695ee081b9c2a0a416fc