[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 try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozgonon%2Fprojections" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wozgonon/projections on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-5/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae2dc324b35780d60ab496abca57f74e3a58aeda7ba83fd082650dc386e3cd1f [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" "ae2dc324b35780d60ab496abca57f74e3a58aeda7ba83fd082650dc386e3cd1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae2dc324b35780d60ab496abca57f74e3a58aeda7ba83fd082650dc386e3cd1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae2dc324b35780d60ab496abca57f74e3a58aeda7ba83fd082650dc386e3cd1f", kill_on_drop: false }` [INFO] [stdout] ae2dc324b35780d60ab496abca57f74e3a58aeda7ba83fd082650dc386e3cd1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--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] 1f6cf59aa19563132ab083821537a61b08c344032e31448e7e9e4ef36f84ba61 [INFO] running `Command { std: "docker" "start" "-a" "1f6cf59aa19563132ab083821537a61b08c344032e31448e7e9e4ef36f84ba61", kill_on_drop: false }` [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "1f6cf59aa19563132ab083821537a61b08c344032e31448e7e9e4ef36f84ba61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f6cf59aa19563132ab083821537a61b08c344032e31448e7e9e4ef36f84ba61", kill_on_drop: false }` [INFO] [stdout] 1f6cf59aa19563132ab083821537a61b08c344032e31448e7e9e4ef36f84ba61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d75ca214348abce6f93336d4d7a0cd6688fc1fe02dd25c1e1bb4c9d8717cf4c [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" "1d75ca214348abce6f93336d4d7a0cd6688fc1fe02dd25c1e1bb4c9d8717cf4c", 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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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 0.75s [INFO] running `Command { std: "docker" "inspect" "1d75ca214348abce6f93336d4d7a0cd6688fc1fe02dd25c1e1bb4c9d8717cf4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d75ca214348abce6f93336d4d7a0cd6688fc1fe02dd25c1e1bb4c9d8717cf4c", kill_on_drop: false }` [INFO] [stdout] 1d75ca214348abce6f93336d4d7a0cd6688fc1fe02dd25c1e1bb4c9d8717cf4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", 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] 85109b232a6437dd5f1819aa2c34fbd999ce19ac898119a63812c826afe48a65 [INFO] running `Command { std: "docker" "start" "-a" "85109b232a6437dd5f1819aa2c34fbd999ce19ac898119a63812c826afe48a65", kill_on_drop: false }` [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^ help: use `dyn`: `dyn Metric + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn MapProjection + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^ help: use `dyn`: `dyn Simplifier` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libwebmap-ad155164daef3c82) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test webmap::tests::should_project_to_web_mercator1 ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator3_extreme_latitudes ... ok [INFO] [stdout] test webmap::tests::should_project_to_web_mercator4_poles ... 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] Running unittests (/opt/rustwide/target/debug/deps/webmap-35fba4ff0066e25a) [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] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name libwebmap --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libwebmap=/opt/rustwide/target/debug/deps/liblibwebmap-0b26b6975a5d7087.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "85109b232a6437dd5f1819aa2c34fbd999ce19ac898119a63812c826afe48a65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85109b232a6437dd5f1819aa2c34fbd999ce19ac898119a63812c826afe48a65", kill_on_drop: false }` [INFO] [stdout] 85109b232a6437dd5f1819aa2c34fbd999ce19ac898119a63812c826afe48a65