[INFO] cloning repository https://github.com/UgurcanAkkok/ruBoy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/UgurcanAkkok/ruBoy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUgurcanAkkok%2FruBoy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUgurcanAkkok%2FruBoy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c4c6f1565b5df124f456ce3ae418b64b29333061 [INFO] checking UgurcanAkkok/ruBoy against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUgurcanAkkok%2FruBoy" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/UgurcanAkkok/ruBoy on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/UgurcanAkkok/ruBoy [INFO] finished tweaking git repo https://github.com/UgurcanAkkok/ruBoy [INFO] tweaked toml for git repo https://github.com/UgurcanAkkok/ruBoy written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/UgurcanAkkok/ruBoy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9d319cbc6c8e05ad6f5dfc5bc5908329d9c15eaf5e5d9cb9357f0b6160f804f [INFO] running `Command { std: "docker" "start" "-a" "a9d319cbc6c8e05ad6f5dfc5bc5908329d9c15eaf5e5d9cb9357f0b6160f804f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9d319cbc6c8e05ad6f5dfc5bc5908329d9c15eaf5e5d9cb9357f0b6160f804f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9d319cbc6c8e05ad6f5dfc5bc5908329d9c15eaf5e5d9cb9357f0b6160f804f", kill_on_drop: false }` [INFO] [stdout] a9d319cbc6c8e05ad6f5dfc5bc5908329d9c15eaf5e5d9cb9357f0b6160f804f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6144e50d0f5ebd02731c057f54249558e2a195b41225988d7ae113f4ba7538d4 [INFO] running `Command { std: "docker" "start" "-a" "6144e50d0f5ebd02731c057f54249558e2a195b41225988d7ae113f4ba7538d4", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.33.1 [INFO] [stderr] Checking chrono v0.4.13 [INFO] [stderr] Checking simplelog v0.8.0 [INFO] [stderr] Checking uboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `rom_only` [INFO] [stdout] --> src/mem.rs:371:5 [INFO] [stdout] | [INFO] [stdout] 371 | rom_only: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mbc` [INFO] [stdout] --> src/mem.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | mbc: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mmm01` [INFO] [stdout] --> src/mem.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 375 | mmm01: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer` [INFO] [stdout] --> src/mem.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | timer: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rumble` [INFO] [stdout] --> src/mem.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | rumble: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `accelerometer` [INFO] [stdout] --> src/mem.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 378 | accelerometer: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pocket_camera` [INFO] [stdout] --> src/mem.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | pocket_camera: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bandai` [INFO] [stdout] --> src/mem.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | bandai: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `huc3` [INFO] [stdout] --> src/mem.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | huc3: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `huc1` [INFO] [stdout] --> src/mem.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | huc1: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rom_only` [INFO] [stdout] --> src/mem.rs:371:5 [INFO] [stdout] | [INFO] [stdout] 371 | rom_only: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mbc` [INFO] [stdout] --> src/mem.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | mbc: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 373 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `mmm01` [INFO] [stdout] --> src/mem.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 375 | mmm01: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer` [INFO] [stdout] --> src/mem.rs:376:5 [INFO] [stdout] | [INFO] [stdout] 376 | timer: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rumble` [INFO] [stdout] --> src/mem.rs:377:5 [INFO] [stdout] | [INFO] [stdout] 377 | rumble: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `accelerometer` [INFO] [stdout] --> src/mem.rs:378:5 [INFO] [stdout] | [INFO] [stdout] 378 | accelerometer: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pocket_camera` [INFO] [stdout] --> src/mem.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | pocket_camera: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bandai` [INFO] [stdout] --> src/mem.rs:380:5 [INFO] [stdout] | [INFO] [stdout] 380 | bandai: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `huc3` [INFO] [stdout] --> src/mem.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | huc3: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `huc1` [INFO] [stdout] --> src/mem.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | huc1: bool, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.54s [INFO] running `Command { std: "docker" "inspect" "6144e50d0f5ebd02731c057f54249558e2a195b41225988d7ae113f4ba7538d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6144e50d0f5ebd02731c057f54249558e2a195b41225988d7ae113f4ba7538d4", kill_on_drop: false }` [INFO] [stdout] 6144e50d0f5ebd02731c057f54249558e2a195b41225988d7ae113f4ba7538d4