[INFO] cloning repository https://github.com/JuanPotato/Wallpaper-of-Life
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JuanPotato/Wallpaper-of-Life" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuanPotato%2FWallpaper-of-Life", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuanPotato%2FWallpaper-of-Life'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dc028196f87d8bd6406a0a6b12f38e06b5d281c4
[INFO] checking JuanPotato/Wallpaper-of-Life against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJuanPotato%2FWallpaper-of-Life" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JuanPotato/Wallpaper-of-Life
[INFO] finished tweaking git repo https://github.com/JuanPotato/Wallpaper-of-Life
[INFO] tweaked toml for git repo https://github.com/JuanPotato/Wallpaper-of-Life written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JuanPotato/Wallpaper-of-Life 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] crate git repo https://github.com/JuanPotato/Wallpaper-of-Life 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gumdrop_derive v0.8.0
[INFO] [stderr]   Downloaded gumdrop v0.8.0
[INFO] [stderr]   Downloaded cmake v0.1.46
[INFO] [stderr]   Downloaded gethostname v0.2.1
[INFO] [stderr]   Downloaded glfw v0.42.0
[INFO] [stderr]   Downloaded nix v0.22.2
[INFO] [stderr]   Downloaded glfw-sys v3.3.4
[INFO] [stderr]   Downloaded x11rb v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 084cb27a4f42616ed895b9861d77005acf84f47ccfcf450557dcfc155ca9dc1f
[INFO] running `Command { std: "docker" "start" "-a" "084cb27a4f42616ed895b9861d77005acf84f47ccfcf450557dcfc155ca9dc1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "084cb27a4f42616ed895b9861d77005acf84f47ccfcf450557dcfc155ca9dc1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "084cb27a4f42616ed895b9861d77005acf84f47ccfcf450557dcfc155ca9dc1f", kill_on_drop: false }`
[INFO] [stdout] 084cb27a4f42616ed895b9861d77005acf84f47ccfcf450557dcfc155ca9dc1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 7ae31b14adebff12d52dab0af3953648b99d6559ff931a923eb70f72922b0359
[INFO] running `Command { std: "docker" "start" "-a" "7ae31b14adebff12d52dab0af3953648b99d6559ff931a923eb70f72922b0359", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.15
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]    Compiling x11-dl v2.19.1
[INFO] [stderr]    Compiling cmake v0.1.46
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling glfw-sys v3.3.4
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking gethostname v0.2.1
[INFO] [stderr]     Checking nix v0.22.2
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.4
[INFO] [stderr]    Compiling gumdrop_derive v0.8.0
[INFO] [stderr]     Checking glfw v0.42.0
[INFO] [stderr]     Checking gumdrop v0.8.0
[INFO] [stderr]     Checking x11rb v0.9.0
[INFO] [stderr]     Checking wallpaper_of_life v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 ((c >> 24) as u8 & 0xFF),
[INFO] [stdout]    |                 ^                      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -                 ((c >> 24) as u8 & 0xFF),
[INFO] [stdout] 42 +                 (c >> 24) as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 ((c >> 16) as u8 & 0xFF),
[INFO] [stdout]    |                 ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -                 ((c >> 16) as u8 & 0xFF),
[INFO] [stdout] 43 +                 (c >> 16) as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 ((c >> 8) as u8 & 0xFF),
[INFO] [stdout]    |                 ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -                 ((c >> 8) as u8 & 0xFF),
[INFO] [stdout] 44 +                 (c >> 8) as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 (c as u8 & 0xFF),
[INFO] [stdout]    |                 ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -                 (c as u8 & 0xFF),
[INFO] [stdout] 45 +                 c as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |                 ((c >> 24) as u8 & 0xFF),
[INFO] [stdout]    |                 ^                      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -                 ((c >> 24) as u8 & 0xFF),
[INFO] [stdout] 42 +                 (c >> 24) as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 ((c >> 16) as u8 & 0xFF),
[INFO] [stdout]    |                 ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -                 ((c >> 16) as u8 & 0xFF),
[INFO] [stdout] 43 +                 (c >> 16) as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 |                 ((c >> 8) as u8 & 0xFF),
[INFO] [stdout]    |                 ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -                 ((c >> 8) as u8 & 0xFF),
[INFO] [stdout] 44 +                 (c >> 8) as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout]   --> src/main.rs:45:17
[INFO] [stdout]    |
[INFO] [stdout] 45 |                 (c as u8 & 0xFF),
[INFO] [stdout]    |                 ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -                 (c as u8 & 0xFF),
[INFO] [stdout] 45 +                 c as u8 & 0xFF ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vertex_buffer` is never read
[INFO] [stdout]    --> src/main.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | struct WoL {
[INFO] [stdout]     |        --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 189 |     vertex_buffer: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.45s
[INFO] [stdout] warning: field `vertex_buffer` is never read
[INFO] [stdout]    --> src/main.rs:189:5
[INFO] [stdout]     |
[INFO] [stdout] 167 | struct WoL {
[INFO] [stdout]     |        --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 189 |     vertex_buffer: GLuint,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7ae31b14adebff12d52dab0af3953648b99d6559ff931a923eb70f72922b0359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ae31b14adebff12d52dab0af3953648b99d6559ff931a923eb70f72922b0359", kill_on_drop: false }`
[INFO] [stdout] 7ae31b14adebff12d52dab0af3953648b99d6559ff931a923eb70f72922b0359
