[INFO] cloning repository https://github.com/AbsurdlySuspicious/sg-sprite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AbsurdlySuspicious/sg-sprite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbsurdlySuspicious%2Fsg-sprite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbsurdlySuspicious%2Fsg-sprite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 903c0d8593b2cd8ce5c1ce8bdcedbb707780c564
[INFO] checking AbsurdlySuspicious/sg-sprite against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbsurdlySuspicious%2Fsg-sprite" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AbsurdlySuspicious/sg-sprite
[INFO] finished tweaking git repo https://github.com/AbsurdlySuspicious/sg-sprite
[INFO] tweaked toml for git repo https://github.com/AbsurdlySuspicious/sg-sprite written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AbsurdlySuspicious/sg-sprite on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AbsurdlySuspicious/sg-sprite 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded miniz_oxide v0.8.4
[INFO] [stderr]   Downloaded anyhow v1.0.96
[INFO] [stderr]   Downloaded lazy_format v2.0.3
[INFO] [stderr]   Downloaded libflate v0.1.27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e
[INFO] running `Command { std: "docker" "start" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking miniz_oxide v0.8.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking rle-decode-fast v1.0.3
[INFO] [stderr]     Checking lazy_format v2.0.3
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking libflate v0.1.27
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking image v0.25.5
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]     Checking clap v4.5.30
[INFO] [stderr]     Checking sg-sprite v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dep.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn node(s: &Sprite) -> DepNode {
[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] 13 | fn node(s: &Sprite) -> DepNode<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dep.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn resolve_dep_graph(lay: &ParsedLay) -> DepGraph {
[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] 18 |     pub fn resolve_dep_graph(lay: &ParsedLay) -> DepGraph<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dep.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn node(s: &Sprite) -> DepNode {
[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] 13 | fn node(s: &Sprite) -> DepNode<'_> {
[INFO] [stdout]    |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dep.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub fn resolve_dep_graph(lay: &ParsedLay) -> DepGraph {
[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] 18 |     pub fn resolve_dep_graph(lay: &ParsedLay) -> DepGraph<'_> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::hash`
[INFO] [stdout]  --> tests/regression.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::hash;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> tests/regression.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{self, BufRead, BufReader, Write};
[INFO] [stdout]    |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
[INFO] running `Command { std: "docker" "inspect" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e", kill_on_drop: false }`
[INFO] [stdout] f684ca64efe3f44705c4a8fbbdd6250e0a872e2d7be2b46c206c642b29b94c2e
