[INFO] cloning repository https://github.com/LexiBigCheese/vitatty
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LexiBigCheese/vitatty" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLexiBigCheese%2Fvitatty", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLexiBigCheese%2Fvitatty'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d5eea72c94f31950888e1ec5d5d5a86f293d3077
[INFO] checking LexiBigCheese/vitatty against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLexiBigCheese%2Fvitatty" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LexiBigCheese/vitatty
[INFO] finished tweaking git repo https://github.com/LexiBigCheese/vitatty
[INFO] tweaked toml for git repo https://github.com/LexiBigCheese/vitatty written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LexiBigCheese/vitatty on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LexiBigCheese/vitatty 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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] debe375823f4ee27df82258429d5086e809c77a191871ea70ca20d233fcffe1e
[INFO] running `Command { std: "docker" "start" "-a" "debe375823f4ee27df82258429d5086e809c77a191871ea70ca20d233fcffe1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "debe375823f4ee27df82258429d5086e809c77a191871ea70ca20d233fcffe1e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "debe375823f4ee27df82258429d5086e809c77a191871ea70ca20d233fcffe1e", kill_on_drop: false }`
[INFO] [stdout] debe375823f4ee27df82258429d5086e809c77a191871ea70ca20d233fcffe1e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f280727254bc80499d7bc81eb85e5aca8699c5a468ff2ecd200872ae7854575
[INFO] running `Command { std: "docker" "start" "-a" "2f280727254bc80499d7bc81eb85e5aca8699c5a468ff2ecd200872ae7854575", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling vita_gl_helpers v0.1.0 (https://github.com/LexiBigCheese/vita_gl_helpers#1fffedab)
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking psf2-font v0.1.1 (https://github.com/LexiBigCheese/psf2-font#3804e252)
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking vte v0.15.0
[INFO] [stderr]     Checking vt100 v0.16.2
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking glam v0.31.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking vitatty v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `GenDelTexturesExt` and `Texture`
[INFO] [stdout]   --> src/char_manager.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     texture::{GenDelTexturesExt, Texture},
[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 imports: `PAL_16` and `char_manager::CharMap`
[INFO] [stdout]   --> src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     char_manager::CharMap,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     default_pal::{PAL_16, PAL_256},
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `GenDelTexturesExt` and `Texture`
[INFO] [stdout]   --> src/char_manager.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     texture::{GenDelTexturesExt, Texture},
[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 imports: `PAL_16` and `char_manager::CharMap`
[INFO] [stdout]   --> src/main.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     char_manager::CharMap,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     default_pal::{PAL_16, PAL_256},
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layout`
[INFO] [stdout]   --> src/vgl_allocator.rs:25:61
[INFO] [stdout]    |
[INFO] [stdout] 25 |     unsafe fn deallocate(&self, ptr: std::ptr::NonNull<u8>, layout: std::alloc::Layout) {
[INFO] [stdout]    |                                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_layout`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `texdebug`
[INFO] [stdout]   --> src/main.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let texdebug = TexDebug::new();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_texdebug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `layout`
[INFO] [stdout]   --> src/vgl_allocator.rs:25:61
[INFO] [stdout]    |
[INFO] [stdout] 25 |     unsafe fn deallocate(&self, ptr: std::ptr::NonNull<u8>, layout: std::alloc::Layout) {
[INFO] [stdout]    |                                                             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_layout`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `texdebug`
[INFO] [stdout]   --> src/main.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let texdebug = TexDebug::new();
[INFO] [stdout]    |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_texdebug`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.66s
[INFO] running `Command { std: "docker" "inspect" "2f280727254bc80499d7bc81eb85e5aca8699c5a468ff2ecd200872ae7854575", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f280727254bc80499d7bc81eb85e5aca8699c5a468ff2ecd200872ae7854575", kill_on_drop: false }`
[INFO] [stdout] 2f280727254bc80499d7bc81eb85e5aca8699c5a468ff2ecd200872ae7854575
