[INFO] fetching crate luminance 0.47.0...
[INFO] checking luminance-0.47.0 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] extracting crate luminance 0.47.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate luminance 0.47.0
[INFO] finished tweaking crates.io crate luminance 0.47.0
[INFO] tweaked toml for crates.io crate luminance 0.47.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate luminance 0.47.0 on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded luminance-derive v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d7117a8cc76c8055d5a26040140fe22037e65d72293bc154fe3803159056113
[INFO] running `Command { std: "docker" "start" "-a" "4d7117a8cc76c8055d5a26040140fe22037e65d72293bc154fe3803159056113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d7117a8cc76c8055d5a26040140fe22037e65d72293bc154fe3803159056113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d7117a8cc76c8055d5a26040140fe22037e65d72293bc154fe3803159056113", kill_on_drop: false }`
[INFO] [stdout] 4d7117a8cc76c8055d5a26040140fe22037e65d72293bc154fe3803159056113
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b24a6602b1bb6af48063ea5d6793a0097f8a6de10a0279f036cf4146b4c067c
[INFO] running `Command { std: "docker" "start" "-a" "3b24a6602b1bb6af48063ea5d6793a0097f8a6de10a0279f036cf4146b4c067c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling luminance-derive v0.10.0
[INFO] [stderr]     Checking luminance v0.47.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:264:13
[INFO] [stdout]     |
[INFO] [stdout] 264 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:264:13
[INFO] [stdout]     |
[INFO] [stdout] 264 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:273:9
[INFO] [stdout]     |
[INFO] [stdout] 273 |   #[cfg(feature = "std")]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `std`
[INFO] [stdout]    --> src/vertex.rs:278:13
[INFO] [stdout]     |
[INFO] [stdout] 278 |   #[cfg(not(feature = "std"))]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `derive`, and `luminance-derive`
[INFO] [stdout]     = help: consider adding `std` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/context.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 82 |   fn query(&mut self) -> Query<Self::Backend>
[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] 82 |   fn query(&mut self) -> Query<'_, Self::Backend>
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/context.rs:90:24
[INFO] [stdout]    |
[INFO] [stdout] 90 |   fn new_pipeline_gate(&mut self) -> PipelineGate<Self::Backend> {
[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] 90 |   fn new_pipeline_gate(&mut self) -> PipelineGate<'_, Self::Backend> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout] 130 |   fn new_shader_program<Sem, Out, Uni>(&mut self) -> ProgramBuilder<Self, Sem, Out, Uni>
[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] 130 |   fn new_shader_program<Sem, Out, Uni>(&mut self) -> ProgramBuilder<'_, Self, Sem, Out, Uni>
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:154:15
[INFO] [stdout]     |
[INFO] [stdout] 154 |   fn new_tess(&mut self) -> TessBuilder<Self::Backend, (), (), (), Interleaved>
[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] 154 |   fn new_tess(&mut self) -> TessBuilder<'_, Self::Backend, (), (), (), Interleaved>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:164:35
[INFO] [stdout]     |
[INFO] [stdout] 164 |   fn new_deinterleaved_tess<V, W>(&mut self) -> TessBuilder<Self::Backend, V, (), W, Deinterleaved>
[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] 164 |   fn new_deinterleaved_tess<V, W>(&mut self) -> TessBuilder<'_, Self::Backend, V, (), W, Deinterleaved>
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1542:11
[INFO] [stdout]      |
[INFO] [stdout] 1542 |   fn view(&self, idx: Idx) -> Result<TessView<B, V, I, W, S>, TessViewError>;
[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] 1542 |   fn view(&self, idx: Idx) -> Result<TessView<'_, B, V, I, W, S>, TessViewError>;
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1546:16
[INFO] [stdout]      |
[INFO] [stdout] 1546 |   fn inst_view(&self, idx: Idx, inst_nb: usize) -> Result<TessView<B, V, I, W, S>, TessViewError>;
[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] 1546 |   fn inst_view(&self, idx: Idx, inst_nb: usize) -> Result<TessView<'_, B, V, I, W, S>, TessViewError>;
[INFO] [stdout]      |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1557:11
[INFO] [stdout]      |
[INFO] [stdout] 1557 |   fn view(&self, _: RangeFull) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1557 |   fn view(&self, _: RangeFull) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1562:5
[INFO] [stdout]      |
[INFO] [stdout] 1562 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1565 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1565 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1578:11
[INFO] [stdout]      |
[INFO] [stdout] 1578 |   fn view(&self, to: RangeTo<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1578 |   fn view(&self, to: RangeTo<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1583:5
[INFO] [stdout]      |
[INFO] [stdout] 1583 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1586 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1586 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1599:11
[INFO] [stdout]      |
[INFO] [stdout] 1599 |   fn view(&self, from: RangeFrom<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1599 |   fn view(&self, from: RangeFrom<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1604:5
[INFO] [stdout]      |
[INFO] [stdout] 1604 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1607 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1607 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1625:11
[INFO] [stdout]      |
[INFO] [stdout] 1625 |   fn view(&self, range: Range<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1625 |   fn view(&self, range: Range<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1630:5
[INFO] [stdout]      |
[INFO] [stdout] 1630 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1633 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1633 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1646:11
[INFO] [stdout]      |
[INFO] [stdout] 1646 |   fn view(&self, range: RangeInclusive<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1646 |   fn view(&self, range: RangeInclusive<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1653:5
[INFO] [stdout]      |
[INFO] [stdout] 1653 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1656 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1656 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1671:11
[INFO] [stdout]      |
[INFO] [stdout] 1671 |   fn view(&self, to: RangeToInclusive<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1671 |   fn view(&self, to: RangeToInclusive<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1676:5
[INFO] [stdout]      |
[INFO] [stdout] 1676 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1679 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1679 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/context.rs:82:12
[INFO] [stdout]    |
[INFO] [stdout] 82 |   fn query(&mut self) -> Query<Self::Backend>
[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] 82 |   fn query(&mut self) -> Query<'_, Self::Backend>
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/context.rs:90:24
[INFO] [stdout]    |
[INFO] [stdout] 90 |   fn new_pipeline_gate(&mut self) -> PipelineGate<Self::Backend> {
[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] 90 |   fn new_pipeline_gate(&mut self) -> PipelineGate<'_, Self::Backend> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:130:40
[INFO] [stdout]     |
[INFO] [stdout] 130 |   fn new_shader_program<Sem, Out, Uni>(&mut self) -> ProgramBuilder<Self, Sem, Out, Uni>
[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] 130 |   fn new_shader_program<Sem, Out, Uni>(&mut self) -> ProgramBuilder<'_, Self, Sem, Out, Uni>
[INFO] [stdout]     |                                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:154:15
[INFO] [stdout]     |
[INFO] [stdout] 154 |   fn new_tess(&mut self) -> TessBuilder<Self::Backend, (), (), (), Interleaved>
[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] 154 |   fn new_tess(&mut self) -> TessBuilder<'_, Self::Backend, (), (), (), Interleaved>
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/context.rs:164:35
[INFO] [stdout]     |
[INFO] [stdout] 164 |   fn new_deinterleaved_tess<V, W>(&mut self) -> TessBuilder<Self::Backend, V, (), W, Deinterleaved>
[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] 164 |   fn new_deinterleaved_tess<V, W>(&mut self) -> TessBuilder<'_, Self::Backend, V, (), W, Deinterleaved>
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1542:11
[INFO] [stdout]      |
[INFO] [stdout] 1542 |   fn view(&self, idx: Idx) -> Result<TessView<B, V, I, W, S>, TessViewError>;
[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] 1542 |   fn view(&self, idx: Idx) -> Result<TessView<'_, B, V, I, W, S>, TessViewError>;
[INFO] [stdout]      |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1546:16
[INFO] [stdout]      |
[INFO] [stdout] 1546 |   fn inst_view(&self, idx: Idx, inst_nb: usize) -> Result<TessView<B, V, I, W, S>, TessViewError>;
[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] 1546 |   fn inst_view(&self, idx: Idx, inst_nb: usize) -> Result<TessView<'_, B, V, I, W, S>, TessViewError>;
[INFO] [stdout]      |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1557:11
[INFO] [stdout]      |
[INFO] [stdout] 1557 |   fn view(&self, _: RangeFull) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1557 |   fn view(&self, _: RangeFull) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1562:5
[INFO] [stdout]      |
[INFO] [stdout] 1562 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1565 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1565 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1578:11
[INFO] [stdout]      |
[INFO] [stdout] 1578 |   fn view(&self, to: RangeTo<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1578 |   fn view(&self, to: RangeTo<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1583:5
[INFO] [stdout]      |
[INFO] [stdout] 1583 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1586 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1586 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1599:11
[INFO] [stdout]      |
[INFO] [stdout] 1599 |   fn view(&self, from: RangeFrom<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1599 |   fn view(&self, from: RangeFrom<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1604:5
[INFO] [stdout]      |
[INFO] [stdout] 1604 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1607 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1607 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1625:11
[INFO] [stdout]      |
[INFO] [stdout] 1625 |   fn view(&self, range: Range<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1625 |   fn view(&self, range: Range<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1630:5
[INFO] [stdout]      |
[INFO] [stdout] 1630 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1633 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1633 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1646:11
[INFO] [stdout]      |
[INFO] [stdout] 1646 |   fn view(&self, range: RangeInclusive<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1646 |   fn view(&self, range: RangeInclusive<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1653:5
[INFO] [stdout]      |
[INFO] [stdout] 1653 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1656 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1656 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1671:11
[INFO] [stdout]      |
[INFO] [stdout] 1671 |   fn view(&self, to: RangeToInclusive<usize>) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[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] 1671 |   fn view(&self, to: RangeToInclusive<usize>) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/tess.rs:1676:5
[INFO] [stdout]      |
[INFO] [stdout] 1676 |     &self,
[INFO] [stdout]      |     ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 1679 |   ) -> Result<TessView<B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^ 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] 1679 |   ) -> Result<TessView<'_, B, V, I, W, S>, TessViewError> {
[INFO] [stdout]      |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Semantics` is never used
[INFO] [stdout]   --> tests/vertex.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 65 |   pub enum Semantics {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Vertex` is never constructed
[INFO] [stdout]   --> tests/vertex.rs:77:10
[INFO] [stdout]    |
[INFO] [stdout] 77 |   struct Vertex(
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleUniformInterface` is never constructed
[INFO] [stdout]  --> tests/uniform_interface.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 |   struct SimpleUniformInterface {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleUniformInterface` is never constructed
[INFO] [stdout]   --> tests/uniform_interface.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |   struct SimpleUniformInterface {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleUniformInterface` is never constructed
[INFO] [stdout]   --> tests/uniform_interface.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 |   struct SimpleUniformInterface {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SimpleUniformInterface` is never constructed
[INFO] [stdout]   --> tests/uniform_interface.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 |   struct SimpleUniformInterface {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
[INFO] running `Command { std: "docker" "inspect" "3b24a6602b1bb6af48063ea5d6793a0097f8a6de10a0279f036cf4146b4c067c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b24a6602b1bb6af48063ea5d6793a0097f8a6de10a0279f036cf4146b4c067c", kill_on_drop: false }`
[INFO] [stdout] 3b24a6602b1bb6af48063ea5d6793a0097f8a6de10a0279f036cf4146b4c067c
