[INFO] fetching crate tile_net 2.0.5...
[INFO] testing tile_net-2.0.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate tile_net 2.0.5 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate tile_net 2.0.5
[INFO] finished tweaking crates.io crate tile_net 2.0.5
[INFO] tweaked toml for crates.io crate tile_net 2.0.5 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tile_net 2.0.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tile_net 2.0.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f1adeaabc832b4fb68bb41c9f34345aacd1bb42ca7b0797824885c81441ca59
[INFO] running `Command { std: "docker" "start" "-a" "2f1adeaabc832b4fb68bb41c9f34345aacd1bb42ca7b0797824885c81441ca59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f1adeaabc832b4fb68bb41c9f34345aacd1bb42ca7b0797824885c81441ca59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f1adeaabc832b4fb68bb41c9f34345aacd1bb42ca7b0797824885c81441ca59", kill_on_drop: false }`
[INFO] [stdout] 2f1adeaabc832b4fb68bb41c9f34345aacd1bb42ca7b0797824885c81441ca59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e81a3726250e34b2e117a35bce57d78d9f9f93b3295bd54b75d7c9b13befc32
[INFO] running `Command { std: "docker" "start" "-a" "7e81a3726250e34b2e117a35bce57d78d9f9f93b3295bd54b75d7c9b13befc32", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling interleave v1.0.1
[INFO] [stderr]    Compiling tile_net v2.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SuperCover`
[INFO] [stdout]  --> src/collable/mod.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use super::{SuperCover, Line, Vector, TileNet, TileSet};
[INFO] [stdout]   |                 ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/tilenet.rs:37:4
[INFO] [stdout]    |
[INFO] [stdout] 37 |             try!(write!(formatter, "{} ", current));
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/tilenet.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 try!(formatter.write_str("\n"));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/mod.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 |             try!(write!(formatter, "{:?} ", tile));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/tiles/mod.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 |             try!(write!(formatter, "{} ", current));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/tiles/mod.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 try!(formatter.write_str("\n"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/collable/mod.rs:30:58
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points {
[INFO] [stdout]    |                                         --                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points<'a> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/collable/mod.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn points(&self) -> Points;
[INFO] [stdout]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn points(&self) -> Points<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn prepare(&mut self) -> TileNetProxy<T> {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn prepare(&mut self) -> TileNetProxy<'_, T> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:285:18
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub fn view_all(&self) -> TileView<T> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub fn view_all(&self) -> TileView<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:290:25
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:296:21
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:305:18
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:319:24
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<T, I>
[INFO] [stdout]     |                           ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<'_, T, I>
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] running `Command { std: "docker" "inspect" "7e81a3726250e34b2e117a35bce57d78d9f9f93b3295bd54b75d7c9b13befc32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e81a3726250e34b2e117a35bce57d78d9f9f93b3295bd54b75d7c9b13befc32", kill_on_drop: false }`
[INFO] [stdout] 7e81a3726250e34b2e117a35bce57d78d9f9f93b3295bd54b75d7c9b13befc32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc69aad589d8742a16ce53f3341933b32579a54dbf329ef2bea4cceb41e2dffd
[INFO] running `Command { std: "docker" "start" "-a" "dc69aad589d8742a16ce53f3341933b32579a54dbf329ef2bea4cceb41e2dffd", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling csfml-system-sys v0.1.0
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling sfml-types v0.1.0
[INFO] [stderr]    Compiling csfml-window-sys v0.1.1
[INFO] [stderr]    Compiling csfml-network-sys v0.1.0
[INFO] [stderr]    Compiling csfml-audio-sys v0.1.0
[INFO] [stderr]    Compiling csfml-graphics-sys v0.1.0
[INFO] [stderr]    Compiling bitflags v0.5.0
[INFO] [stdout] warning: unused import: `SuperCover`
[INFO] [stdout]  --> src/collable/mod.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use super::{SuperCover, Line, Vector, TileNet, TileSet};
[INFO] [stdout]   |                 ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/tilenet.rs:37:4
[INFO] [stdout]    |
[INFO] [stdout] 37 |             try!(write!(formatter, "{} ", current));
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/tilenet.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 try!(formatter.write_str("\n"));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/mod.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 |             try!(write!(formatter, "{:?} ", tile));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/tiles/mod.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 |             try!(write!(formatter, "{} ", current));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/tiles/mod.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 try!(formatter.write_str("\n"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/collable/mod.rs:30:58
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points {
[INFO] [stdout]    |                                         --                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points<'a> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/collable/mod.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn points(&self) -> Points;
[INFO] [stdout]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn points(&self) -> Points<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn prepare(&mut self) -> TileNetProxy<T> {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn prepare(&mut self) -> TileNetProxy<'_, T> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:285:18
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub fn view_all(&self) -> TileView<T> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub fn view_all(&self) -> TileView<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:290:25
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:296:21
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:305:18
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:319:24
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<T, I>
[INFO] [stdout]     |                           ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<'_, T, I>
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sfml v0.11.2
[INFO] [stderr]    Compiling tile_net v2.0.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `SuperCover`
[INFO] [stdout]  --> src/collable/mod.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use super::{SuperCover, Line, Vector, TileNet, TileSet};
[INFO] [stdout]   |                 ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/tilenet.rs:37:4
[INFO] [stdout]    |
[INFO] [stdout] 37 |             try!(write!(formatter, "{} ", current));
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/tilenet.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 try!(formatter.write_str("\n"));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/tiles/mod.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 |             try!(write!(formatter, "{:?} ", tile));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/tiles/mod.rs:169:4
[INFO] [stdout]     |
[INFO] [stdout] 169 |             try!(write!(formatter, "{} ", current));
[INFO] [stdout]     |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/tiles/mod.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |                 try!(formatter.write_str("\n"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:452:52
[INFO] [stdout]     |
[INFO] [stdout] 452 |         let map: TileNet<usize> = TileNet::from_iter(10, (1..101));
[INFO] [stdout]     |                                                          ^      ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 452 -         let map: TileNet<usize> = TileNet::from_iter(10, (1..101));
[INFO] [stdout] 452 +         let map: TileNet<usize> = TileNet::from_iter(10, 1..101);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/lib.rs:456:11
[INFO] [stdout]     |
[INFO] [stdout] 456 |             .chain((34..39))
[INFO] [stdout]     |                    ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 456 -             .chain((34..39))
[INFO] [stdout] 456 +             .chain(34..39)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around method argument
[INFO] [stdout]    --> src/lib.rs:455:11
[INFO] [stdout]     |
[INFO] [stdout] 455 |             .chain((24..29))
[INFO] [stdout]     |                    ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 455 -             .chain((24..29))
[INFO] [stdout] 455 +             .chain(24..29)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:463:52
[INFO] [stdout]     |
[INFO] [stdout] 463 |         let map: TileNet<usize> = TileNet::from_iter(10, (1..25));
[INFO] [stdout]     |                                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 463 -         let map: TileNet<usize> = TileNet::from_iter(10, (1..25));
[INFO] [stdout] 463 +         let map: TileNet<usize> = TileNet::from_iter(10, 1..25);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]    --> src/lib.rs:469:52
[INFO] [stdout]     |
[INFO] [stdout] 469 |         let map: TileNet<usize> = TileNet::from_iter(10, (1..31));
[INFO] [stdout]     |                                                          ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 469 -         let map: TileNet<usize> = TileNet::from_iter(10, (1..31));
[INFO] [stdout] 469 +         let map: TileNet<usize> = TileNet::from_iter(10, 1..31);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `checking_x` and `downward` are never read
[INFO] [stdout]    --> examples/jump.rs:123:2
[INFO] [stdout]     |
[INFO] [stdout] 118 | struct Rects {
[INFO] [stdout]     |        ----- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 123 |     checking_x: bool,
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 124 |     downward: bool,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Rects` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> examples/jump.rs:197:12
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn points(&self) -> Points {
[INFO] [stdout]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn points(&self) -> Points<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/collable/mod.rs:30:58
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points {
[INFO] [stdout]    |                                         --                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points<'a> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/collable/mod.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn points(&self) -> Points;
[INFO] [stdout]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 57 |     fn points(&self) -> Points<'_>;
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:145:17
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn prepare(&mut self) -> TileNetProxy<T> {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn prepare(&mut self) -> TileNetProxy<'_, T> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:285:18
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub fn view_all(&self) -> TileView<T> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 285 |     pub fn view_all(&self) -> TileView<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:290:25
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:296:21
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:305:18
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<T> {
[INFO] [stdout]     |                     ^^^^^ the lifetime is elided here                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<'_, T> {
[INFO] [stdout]     |                                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/tiles/tilenet.rs:319:24
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<T, I>
[INFO] [stdout]     |                           ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<'_, T, I>
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.77s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "dc69aad589d8742a16ce53f3341933b32579a54dbf329ef2bea4cceb41e2dffd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc69aad589d8742a16ce53f3341933b32579a54dbf329ef2bea4cceb41e2dffd", kill_on_drop: false }`
[INFO] [stdout] dc69aad589d8742a16ce53f3341933b32579a54dbf329ef2bea4cceb41e2dffd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dbdb8e776d5a55cd5fbb26619e9f839385b5fe7700ab222efbf5ecc142c2f46a
[INFO] running `Command { std: "docker" "start" "-a" "dbdb8e776d5a55cd5fbb26619e9f839385b5fe7700ab222efbf5ecc142c2f46a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: unused import: `SuperCover`
[INFO] [stderr]  --> src/collable/mod.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub use super::{SuperCover, Line, Vector, TileNet, TileSet};
[INFO] [stderr]   |                 ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/tiles/tilenet.rs:37:4
[INFO] [stderr]    |
[INFO] [stderr] 37 |             try!(write!(formatter, "{} ", current));
[INFO] [stderr]    |             ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/tiles/tilenet.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |                 try!(formatter.write_str("\n"));
[INFO] [stderr]    |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]   --> src/tiles/mod.rs:98:4
[INFO] [stderr]    |
[INFO] [stderr] 98 |             try!(write!(formatter, "{:?} ", tile));
[INFO] [stderr]    |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/tiles/mod.rs:169:4
[INFO] [stderr]     |
[INFO] [stderr] 169 |             try!(write!(formatter, "{} ", current));
[INFO] [stderr]     |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/tiles/mod.rs:162:5
[INFO] [stderr]     |
[INFO] [stderr] 162 |                 try!(formatter.write_str("\n"));
[INFO] [stderr]     |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/collable/mod.rs:30:58
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points {
[INFO] [stderr]    |                                         --                  ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                         |
[INFO] [stderr]    |                                         the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub fn new(offset: Vector, points: &'a [(f32, f32)]) -> Points<'a> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/collable/mod.rs:57:12
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn points(&self) -> Points;
[INFO] [stderr]    |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |               |
[INFO] [stderr]    |               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     fn points(&self) -> Points<'_>;
[INFO] [stderr]    |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tiles/tilenet.rs:145:17
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn prepare(&mut self) -> TileNetProxy<T> {
[INFO] [stderr]     |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 145 |     pub fn prepare(&mut self) -> TileNetProxy<'_, T> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tiles/tilenet.rs:285:18
[INFO] [stderr]     |
[INFO] [stderr] 285 |     pub fn view_all(&self) -> TileView<T> {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 285 |     pub fn view_all(&self) -> TileView<'_, T> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tiles/tilenet.rs:290:25
[INFO] [stderr]     |
[INFO] [stderr] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<T> {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here                     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 290 |     pub fn view_center_f32(&self, position: (f32, f32), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stderr]     |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tiles/tilenet.rs:296:21
[INFO] [stderr]     |
[INFO] [stderr] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<T> {
[INFO] [stderr]     |                        ^^^^^ the lifetime is elided here                         ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 296 |     pub fn view_center(&self, position: (usize, usize), span: (usize, usize)) -> TileView<'_, T> {
[INFO] [stderr]     |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tiles/tilenet.rs:305:18
[INFO] [stderr]     |
[INFO] [stderr] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<T> {
[INFO] [stderr]     |                     ^^^^^ the lifetime is elided here                  ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 305 |     pub fn view_box(&self, rectangle: (usize, usize, usize, usize)) -> TileView<'_, T> {
[INFO] [stderr]     |                                                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/tiles/tilenet.rs:319:24
[INFO] [stderr]     |
[INFO] [stderr] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<T, I>
[INFO] [stderr]     |                           ^^^^^              ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |
[INFO] [stderr]     |                           the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 319 |     pub fn collide_set<I>(&self, list: I) -> TileSet<'_, T, I>
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `tile_net` (lib) generated 14 warnings (run `cargo fix --lib -p tile_net` to apply 9 suggestions)
[INFO] [stderr] warning: fields `checking_x` and `downward` are never read
[INFO] [stderr]    --> examples/jump.rs:123:2
[INFO] [stderr]     |
[INFO] [stderr] 118 | struct Rects {
[INFO] [stderr]     |        ----- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 123 |     checking_x: bool,
[INFO] [stderr]     |     ^^^^^^^^^^
[INFO] [stderr] 124 |     downward: bool,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Rects` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> examples/jump.rs:197:12
[INFO] [stderr]     |
[INFO] [stderr] 197 |     fn points(&self) -> Points {
[INFO] [stderr]     |               ^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 197 |     fn points(&self) -> Points<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/lib.rs:452:52
[INFO] [stderr]     |
[INFO] [stderr] 452 |         let map: TileNet<usize> = TileNet::from_iter(10, (1..101));
[INFO] [stderr]     |                                                          ^      ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 452 -         let map: TileNet<usize> = TileNet::from_iter(10, (1..101));
[INFO] [stderr] 452 +         let map: TileNet<usize> = TileNet::from_iter(10, 1..101);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around method argument
[INFO] [stderr]    --> src/lib.rs:456:11
[INFO] [stderr]     |
[INFO] [stderr] 456 |             .chain((34..39))
[INFO] [stderr]     |                    ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 456 -             .chain((34..39))
[INFO] [stderr] 456 +             .chain(34..39)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around method argument
[INFO] [stderr]    --> src/lib.rs:455:11
[INFO] [stderr]     |
[INFO] [stderr] 455 |             .chain((24..29))
[INFO] [stderr]     |                    ^      ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 455 -             .chain((24..29))
[INFO] [stderr] 455 +             .chain(24..29)
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/lib.rs:463:52
[INFO] [stderr]     |
[INFO] [stderr] 463 |         let map: TileNet<usize> = TileNet::from_iter(10, (1..25));
[INFO] [stderr]     |                                                          ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 463 -         let map: TileNet<usize> = TileNet::from_iter(10, (1..25));
[INFO] [stderr] 463 +         let map: TileNet<usize> = TileNet::from_iter(10, 1..25);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]    --> src/lib.rs:469:52
[INFO] [stderr]     |
[INFO] [stderr] 469 |         let map: TileNet<usize> = TileNet::from_iter(10, (1..31));
[INFO] [stderr]     |                                                          ^     ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 469 -         let map: TileNet<usize> = TileNet::from_iter(10, (1..31));
[INFO] [stderr] 469 +         let map: TileNet<usize> = TileNet::from_iter(10, 1..31);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `tile_net` (example "jump") generated 2 warnings (run `cargo fix --example "jump" -p tile_net` to apply 1 suggestion)
[INFO] [stderr] warning: `tile_net` (lib test) generated 19 warnings (14 duplicates) (run `cargo fix --lib -p tile_net --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.5.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tile_net-0eb9ba2be7c4f67d)
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tests::collide_set ... ok
[INFO] [stdout] test tests::from_iter_and_view_box ... ok
[INFO] [stdout] test tests::from_iter_with_remainder ... ok
[INFO] [stdout] test tests::get ... ok
[INFO] [stdout] test tests::get_coords ... ok
[INFO] [stdout] test tests::get_mut ... ok
[INFO] [stdout] test tests::resize ... ok
[INFO] [stdout] test tiles::tilenet::tests::test_proxy ... ok
[INFO] [stdout] test tests::get_size ... ok
[INFO] [stdout] test defs::line::tests::supercover ... ok
[INFO] [stderr]    Doc-tests tile_net
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.91s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test src/lib.rs - (line 26) ... ok
[INFO] [stdout] test src/defs/vector.rs - defs::vector::Vector (line 8) ... ok
[INFO] [stdout] test src/lib.rs - (line 184) ... ok
[INFO] [stdout] test src/lib.rs - (line 320) ... ok
[INFO] [stdout] test src/collable/mod.rs - collable::Points<'a>::new (line 20) ... ok
[INFO] [stdout] test src/tiles/mod.rs - tiles::TileSet (line 28) ... ignored
[INFO] [stdout] test src/defs/line.rs - defs::line::SuperCover (line 95) ... ok
[INFO] [stdout] test src/lib.rs - (line 39) ... ok
[INFO] [stdout] test src/defs/line.rs - defs::line::Line (line 7) ... ok
[INFO] [stdout] test src/tiles/mod.rs - tiles::TileSet (line 9) ... ok
[INFO] [stdout] test src/lib.rs - (line 274) ... ok
[INFO] [stdout] test src/lib.rs - (line 94) ... ok
[INFO] [stdout] test src/lib.rs - (line 52) ... ok
[INFO] [stdout] test src/lib.rs - (line 69) ... ok
[INFO] [stdout] test src/tiles/tilenet.rs - tiles::tilenet::TileNet (line 12) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dbdb8e776d5a55cd5fbb26619e9f839385b5fe7700ab222efbf5ecc142c2f46a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbdb8e776d5a55cd5fbb26619e9f839385b5fe7700ab222efbf5ecc142c2f46a", kill_on_drop: false }`
[INFO] [stdout] dbdb8e776d5a55cd5fbb26619e9f839385b5fe7700ab222efbf5ecc142c2f46a
