[INFO] cloning repository https://github.com/mlafroce/evo-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlafroce/evo-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlafroce%2Fevo-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlafroce%2Fevo-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb939f8f66058007a8e91e08a0db7ec609f11b33
[INFO] checking mlafroce/evo-rs against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlafroce%2Fevo-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mlafroce/evo-rs
[INFO] finished tweaking git repo https://github.com/mlafroce/evo-rs
[INFO] tweaked toml for git repo https://github.com/mlafroce/evo-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mlafroce/evo-rs on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mlafroce/evo-rs 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded chlorine v1.0.10
[INFO] [stderr]   Downloaded imgui-sdl2-support v0.11.0
[INFO] [stderr]   Downloaded mint v0.5.9
[INFO] [stderr]   Downloaded imgui-glow-renderer v0.11.0
[INFO] [stderr]   Downloaded cc v1.0.88
[INFO] [stderr]   Downloaded sdl2 v0.34.5
[INFO] [stderr]   Downloaded imgui v0.11.0
[INFO] [stderr]   Downloaded glow v0.12.3
[INFO] [stderr]   Downloaded sdl2-sys v0.34.5
[INFO] [stderr]   Downloaded imgui-sys v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a74102f3421c0376e190a8f196e707a2e0fd6f1630f4d426f50d316562d35f3e
[INFO] running `Command { std: "docker" "start" "-a" "a74102f3421c0376e190a8f196e707a2e0fd6f1630f4d426f50d316562d35f3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a74102f3421c0376e190a8f196e707a2e0fd6f1630f4d426f50d316562d35f3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a74102f3421c0376e190a8f196e707a2e0fd6f1630f4d426f50d316562d35f3e", kill_on_drop: false }`
[INFO] [stdout] a74102f3421c0376e190a8f196e707a2e0fd6f1630f4d426f50d316562d35f3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b230e8c81ca28043b8bd1b350fe1e1140c58eaf9f8f73cf5e626d97ed8847b8d
[INFO] running `Command { std: "docker" "start" "-a" "b230e8c81ca28043b8bd1b350fe1e1140c58eaf9f8f73cf5e626d97ed8847b8d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling version-compare v0.0.10
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling cc v1.0.88
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking chlorine v1.0.10
[INFO] [stderr]     Checking mint v0.5.9
[INFO] [stderr]    Compiling sdl2 v0.34.5
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]    Compiling sdl2-sys v0.34.5
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling imgui-sys v0.11.0
[INFO] [stderr]     Checking imgui v0.11.0
[INFO] [stderr]     Checking imgui-glow-renderer v0.11.0
[INFO] [stderr]     Checking imgui-sdl2-support v0.11.0
[INFO] [stderr]     Checking evo-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene/texture_manager.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn get_texture(&self, id: TextureId) -> &EvoTexture {
[INFO] [stdout]    |                        ^^^^^                    ^^^^^^^^^^^
[INFO] [stdout]    |                        |                        ||
[INFO] [stdout]    |                        |                        |the same lifetime is hidden here
[INFO] [stdout]    |                        |                        the same lifetime is elided 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] 35 |     pub fn get_texture(&self, id: TextureId) -> &EvoTexture<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene/texture_manager.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn get_texture(&self) -> &Texture {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^
[INFO] [stdout]    |                        |         ||
[INFO] [stdout]    |                        |         |the same lifetime is hidden here
[INFO] [stdout]    |                        |         the same lifetime is elided 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] 60 |     pub fn get_texture(&self) -> &Texture<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene/texture_manager.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn get_texture(&self, id: TextureId) -> &EvoTexture {
[INFO] [stdout]    |                        ^^^^^                    ^^^^^^^^^^^
[INFO] [stdout]    |                        |                        ||
[INFO] [stdout]    |                        |                        |the same lifetime is hidden here
[INFO] [stdout]    |                        |                        the same lifetime is elided 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] 35 |     pub fn get_texture(&self, id: TextureId) -> &EvoTexture<'_> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/scene/texture_manager.rs:60:24
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn get_texture(&self) -> &Texture {
[INFO] [stdout]    |                        ^^^^^     ^^^^^^^^
[INFO] [stdout]    |                        |         ||
[INFO] [stdout]    |                        |         |the same lifetime is hidden here
[INFO] [stdout]    |                        |         the same lifetime is elided 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] 60 |     pub fn get_texture(&self) -> &Texture<'_> {
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
[INFO] running `Command { std: "docker" "inspect" "b230e8c81ca28043b8bd1b350fe1e1140c58eaf9f8f73cf5e626d97ed8847b8d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b230e8c81ca28043b8bd1b350fe1e1140c58eaf9f8f73cf5e626d97ed8847b8d", kill_on_drop: false }`
[INFO] [stdout] b230e8c81ca28043b8bd1b350fe1e1140c58eaf9f8f73cf5e626d97ed8847b8d
