[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] documenting wozgonon/projections against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwozgonon%2Fprojections" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wozgonon/projections on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.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-18/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.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d5debac87d959cf9e2aa6e2cc86912c24d054240e2909489ed060191609e413 [INFO] running `Command { std: "docker" "start" "-a" "6d5debac87d959cf9e2aa6e2cc86912c24d054240e2909489ed060191609e413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d5debac87d959cf9e2aa6e2cc86912c24d054240e2909489ed060191609e413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d5debac87d959cf9e2aa6e2cc86912c24d054240e2909489ed060191609e413", kill_on_drop: false }` [INFO] [stdout] 6d5debac87d959cf9e2aa6e2cc86912c24d054240e2909489ed060191609e413 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b3eeb9a494ceacd13721a54c836eded3dc3f67db33925b212ae6f898f12566e [INFO] running `Command { std: "docker" "start" "-a" "6b3eeb9a494ceacd13721a54c836eded3dc3f67db33925b212ae6f898f12566e", kill_on_drop: false }` [INFO] [stderr] Documenting projections v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking 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: unresolved link to `meridians` [INFO] [stdout] --> src/webmap.rs:636:77 [INFO] [stdout] | [INFO] [stdout] 636 | /// * vertical lines on the map represent lines of constant longitude, or [meridians]) (https://en.wikipedia.org/wiki/Meridian_(geograph... [INFO] [stdout] | ^^^^^^^^^ no item named `meridians` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/webmap.rs:636:90 [INFO] [stdout] | [INFO] [stdout] 636 | ...ians]) (https://en.wikipedia.org/wiki/Meridian_(geography)). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/webmap.rs:809:9 [INFO] [stdout] | [INFO] [stdout] 809 | /// /// https://en.wikipedia.org/wiki/Rectangular_polyconic_projection [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/webmap.rs:831:5 [INFO] [stdout] | [INFO] [stdout] 831 | /// http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "6b3eeb9a494ceacd13721a54c836eded3dc3f67db33925b212ae6f898f12566e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b3eeb9a494ceacd13721a54c836eded3dc3f67db33925b212ae6f898f12566e", kill_on_drop: false }` [INFO] [stdout] 6b3eeb9a494ceacd13721a54c836eded3dc3f67db33925b212ae6f898f12566e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 1ee64e70164353f5d7dd79f589cc77c400fdb718aaf200f2e191a5cc725d7a86 [INFO] running `Command { std: "docker" "start" "-a" "1ee64e70164353f5d7dd79f589cc77c400fdb718aaf200f2e191a5cc725d7a86", kill_on_drop: false }` [INFO] [stderr] Documenting projections v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `meridians` [INFO] [stdout] --> src/webmap.rs:636:77 [INFO] [stdout] | [INFO] [stdout] 636 | /// * vertical lines on the map represent lines of constant longitude, or [meridians]) (https://en.wikipedia.org/wiki/Meridian_(geograph... [INFO] [stdout] | ^^^^^^^^^ no item named `meridians` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/webmap.rs:636:90 [INFO] [stdout] | [INFO] [stdout] 636 | ...ians]) (https://en.wikipedia.org/wiki/Meridian_(geography)). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/webmap.rs:809:9 [INFO] [stdout] | [INFO] [stdout] 809 | /// /// https://en.wikipedia.org/wiki/Rectangular_polyconic_projection [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/webmap.rs:831:5 [INFO] [stdout] | [INFO] [stdout] 831 | /// http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "1ee64e70164353f5d7dd79f589cc77c400fdb718aaf200f2e191a5cc725d7a86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ee64e70164353f5d7dd79f589cc77c400fdb718aaf200f2e191a5cc725d7a86", kill_on_drop: false }` [INFO] [stdout] 1ee64e70164353f5d7dd79f589cc77c400fdb718aaf200f2e191a5cc725d7a86