[INFO] fetching crate notan_graphics 0.13.0...
[INFO] building notan_graphics-0.13.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate notan_graphics 0.13.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate notan_graphics 0.13.0
[INFO] finished tweaking crates.io crate notan_graphics 0.13.0
[INFO] tweaked toml for crates.io crate notan_graphics 0.13.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate notan_graphics 0.13.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate notan_graphics 0.13.0 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crevice_notan v0.14.1
[INFO] [stderr]   Downloaded mint v0.5.9
[INFO] [stderr]   Downloaded crevice_notan-derive v0.10.0
[INFO] [stderr]   Downloaded notan_math v0.13.0
[INFO] [stderr]   Downloaded notan_utils v0.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66d15d877e86d2c9c01ee2e1ce44b75c373f877fab2b19fde137099036997f9c
[INFO] running `Command { std: "docker" "start" "-a" "66d15d877e86d2c9c01ee2e1ce44b75c373f877fab2b19fde137099036997f9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66d15d877e86d2c9c01ee2e1ce44b75c373f877fab2b19fde137099036997f9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d15d877e86d2c9c01ee2e1ce44b75c373f877fab2b19fde137099036997f9c", kill_on_drop: false }`
[INFO] [stdout] 66d15d877e86d2c9c01ee2e1ce44b75c373f877fab2b19fde137099036997f9c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d37000df089f592e0a198a8aae8ad863e4b0af7c14f22c826b230aa74fd4485
[INFO] running `Command { std: "docker" "start" "-a" "6d37000df089f592e0a198a8aae8ad863e4b0af7c14f22c826b230aa74fd4485", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling mint v0.5.9
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling notan_utils v0.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling glam v0.29.2
[INFO] [stderr]    Compiling crevice_notan-derive v0.10.0
[INFO] [stderr]    Compiling crevice_notan v0.14.1
[INFO] [stderr]    Compiling notan_math v0.13.0
[INFO] [stderr]    Compiling notan_graphics v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn create_pipeline(&mut self) -> PipelineBuilder {
[INFO] [stdout]     |                            ^^^^^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |             |
[INFO] [stdout]     |                            |             the same lifetime is hidden here
[INFO] [stdout]     |                            |             the same lifetime is hidden here
[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] 209 |     pub fn create_pipeline(&mut self) -> PipelineBuilder<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn create_texture(&mut self) -> TextureBuilder {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |             |
[INFO] [stdout]     |                           |             the same lifetime is hidden here
[INFO] [stdout]     |                           |             the same lifetime is hidden here
[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] 215 |     pub fn create_texture(&mut self) -> TextureBuilder<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn create_render_texture(&mut self, width: u32, height: u32) -> RenderTextureBuilder {
[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] 221 |     pub fn create_render_texture(&mut self, width: u32, height: u32) -> RenderTextureBuilder<'_> {
[INFO] [stdout]     |                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:227:33
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub fn create_vertex_buffer(&mut self) -> VertexBufferBuilder {
[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] 227 |     pub fn create_vertex_buffer(&mut self) -> VertexBufferBuilder<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:233:32
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn create_index_buffer(&mut self) -> IndexBufferBuilder {
[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] 233 |     pub fn create_index_buffer(&mut self) -> IndexBufferBuilder<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:239:34
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn create_uniform_buffer(&mut self, slot: u32, name: &str) -> UniformBufferBuilder {
[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] 239 |     pub fn create_uniform_buffer(&mut self, slot: u32, name: &str) -> UniformBufferBuilder<'_> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.89s
[INFO] running `Command { std: "docker" "inspect" "6d37000df089f592e0a198a8aae8ad863e4b0af7c14f22c826b230aa74fd4485", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d37000df089f592e0a198a8aae8ad863e4b0af7c14f22c826b230aa74fd4485", kill_on_drop: false }`
[INFO] [stdout] 6d37000df089f592e0a198a8aae8ad863e4b0af7c14f22c826b230aa74fd4485
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af4fc273fcc2a6f7e547900ecdf449a421f38b6882ba4c190cd6ac46e47f15ca
[INFO] running `Command { std: "docker" "start" "-a" "af4fc273fcc2a6f7e547900ecdf449a421f38b6882ba4c190cd6ac46e47f15ca", kill_on_drop: false }`
[INFO] [stderr]    Compiling notan_graphics v0.13.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn create_pipeline(&mut self) -> PipelineBuilder {
[INFO] [stdout]     |                            ^^^^^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |             |
[INFO] [stdout]     |                            |             the same lifetime is hidden here
[INFO] [stdout]     |                            |             the same lifetime is hidden here
[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] 209 |     pub fn create_pipeline(&mut self) -> PipelineBuilder<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn create_texture(&mut self) -> TextureBuilder {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |             |
[INFO] [stdout]     |                           |             the same lifetime is hidden here
[INFO] [stdout]     |                           |             the same lifetime is hidden here
[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] 215 |     pub fn create_texture(&mut self) -> TextureBuilder<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn create_render_texture(&mut self, width: u32, height: u32) -> RenderTextureBuilder {
[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] 221 |     pub fn create_render_texture(&mut self, width: u32, height: u32) -> RenderTextureBuilder<'_> {
[INFO] [stdout]     |                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:227:33
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub fn create_vertex_buffer(&mut self) -> VertexBufferBuilder {
[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] 227 |     pub fn create_vertex_buffer(&mut self) -> VertexBufferBuilder<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:233:32
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn create_index_buffer(&mut self) -> IndexBufferBuilder {
[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] 233 |     pub fn create_index_buffer(&mut self) -> IndexBufferBuilder<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:239:34
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn create_uniform_buffer(&mut self, slot: u32, name: &str) -> UniformBufferBuilder {
[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] 239 |     pub fn create_uniform_buffer(&mut self, slot: u32, name: &str) -> UniformBufferBuilder<'_> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:209:28
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub fn create_pipeline(&mut self) -> PipelineBuilder {
[INFO] [stdout]     |                            ^^^^^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                            |             |
[INFO] [stdout]     |                            |             the same lifetime is hidden here
[INFO] [stdout]     |                            |             the same lifetime is hidden here
[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] 209 |     pub fn create_pipeline(&mut self) -> PipelineBuilder<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:215:27
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn create_texture(&mut self) -> TextureBuilder {
[INFO] [stdout]     |                           ^^^^^^^^^     ^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |             |
[INFO] [stdout]     |                           |             the same lifetime is hidden here
[INFO] [stdout]     |                           |             the same lifetime is hidden here
[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] 215 |     pub fn create_texture(&mut self) -> TextureBuilder<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:221:34
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn create_render_texture(&mut self, width: u32, height: u32) -> RenderTextureBuilder {
[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] 221 |     pub fn create_render_texture(&mut self, width: u32, height: u32) -> RenderTextureBuilder<'_> {
[INFO] [stdout]     |                                                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:227:33
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub fn create_vertex_buffer(&mut self) -> VertexBufferBuilder {
[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] 227 |     pub fn create_vertex_buffer(&mut self) -> VertexBufferBuilder<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:233:32
[INFO] [stdout]     |
[INFO] [stdout] 233 |     pub fn create_index_buffer(&mut self) -> IndexBufferBuilder {
[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] 233 |     pub fn create_index_buffer(&mut self) -> IndexBufferBuilder<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/device.rs:239:34
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn create_uniform_buffer(&mut self, slot: u32, name: &str) -> UniformBufferBuilder {
[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] 239 |     pub fn create_uniform_buffer(&mut self, slot: u32, name: &str) -> UniformBufferBuilder<'_> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] running `Command { std: "docker" "inspect" "af4fc273fcc2a6f7e547900ecdf449a421f38b6882ba4c190cd6ac46e47f15ca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af4fc273fcc2a6f7e547900ecdf449a421f38b6882ba4c190cd6ac46e47f15ca", kill_on_drop: false }`
[INFO] [stdout] af4fc273fcc2a6f7e547900ecdf449a421f38b6882ba4c190cd6ac46e47f15ca
