[INFO] cloning repository https://github.com/fjrobinson/rusty-gba [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fjrobinson/rusty-gba" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjrobinson%2Frusty-gba", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjrobinson%2Frusty-gba'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 695a2fb082129c24c4884265cd111e3e4fb70f6b [INFO] checking fjrobinson/rusty-gba against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjrobinson%2Frusty-gba" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fjrobinson/rusty-gba on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fjrobinson/rusty-gba [INFO] finished tweaking git repo https://github.com/fjrobinson/rusty-gba [INFO] tweaked toml for git repo https://github.com/fjrobinson/rusty-gba written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/fjrobinson/rusty-gba 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded quine-mc_cluskey v0.2.4 [INFO] [stderr] Downloaded nom v1.2.4 [INFO] [stderr] Downloaded semver v0.2.3 [INFO] [stderr] Downloaded toml v0.1.30 [INFO] [stderr] Downloaded clippy v0.0.97 [INFO] [stderr] Downloaded clippy_lints v0.0.97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4d882e3ee7672d7aa28ba3743ff528bf32cc581b3e22c81fbf262f09bfe396af [INFO] running `Command { std: "docker" "start" "-a" "4d882e3ee7672d7aa28ba3743ff528bf32cc581b3e22c81fbf262f09bfe396af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4d882e3ee7672d7aa28ba3743ff528bf32cc581b3e22c81fbf262f09bfe396af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d882e3ee7672d7aa28ba3743ff528bf32cc581b3e22c81fbf262f09bfe396af", kill_on_drop: false }` [INFO] [stdout] 4d882e3ee7672d7aa28ba3743ff528bf32cc581b3e22c81fbf262f09bfe396af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4166b0e3da5017b7ba4da67dd290509ddf6db5ebd5a959ee19e8d7417edbba30 [INFO] running `Command { std: "docker" "start" "-a" "4166b0e3da5017b7ba4da67dd290509ddf6db5ebd5a959ee19e8d7417edbba30", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.17 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking rand v0.3.14 [INFO] [stderr] Checking gba v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `src/gba_mem/../../roms/gba.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/gba_mem/mod.rs:25:51 [INFO] [stdout] | [INFO] [stdout] 25 | sys_rom: SystemRom::create_from_array(include_bytes!("../../roms/gba.bin")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `src/gba_mem/../../roms/gba.bin`: No such file or directory (os error 2) [INFO] [stdout] --> src/gba_mem/mod.rs:25:51 [INFO] [stdout] | [INFO] [stdout] 25 | sys_rom: SystemRom::create_from_array(include_bytes!("../../roms/gba.bin")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | new_mem_region!(SystemRom, 0x00000000, 0x0001FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | new_mem_region!(SystemRom, 0x00000000, 0x0001FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | new_mem_region!(SystemRom, 0x00000000, 0x0001FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | new_mem_region!(ExternRam, 0x02000000, 0x0203FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | new_mem_region!(ExternRam, 0x02000000, 0x0203FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | new_mem_region!(ExternRam, 0x02000000, 0x0203FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | new_mem_region!(InternRam, 0x03000000, 0x03007FFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | new_mem_region!(InternRam, 0x03000000, 0x03007FFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | new_mem_region!(InternRam, 0x03000000, 0x03007FFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | new_mem_region!(PalettRam, 0x05000000, 0x050003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | new_mem_region!(PalettRam, 0x05000000, 0x050003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | new_mem_region!(PalettRam, 0x05000000, 0x050003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | new_mem_region!(VisualRam, 0x06000000, 0x06017FFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | new_mem_region!(VisualRam, 0x06000000, 0x06017FFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | new_mem_region!(VisualRam, 0x06000000, 0x06017FFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | new_mem_region!(OAM, 0x07000000, 0x070003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | new_mem_region!(OAM, 0x07000000, 0x070003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | new_mem_region!(OAM, 0x07000000, 0x070003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | new_mem_region!(PakRom, 0x08000000, 0x0FFFFFFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | new_mem_region!(PakRom, 0x08000000, 0x0FFFFFFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | new_mem_region!(PakRom, 0x08000000, 0x0FFFFFFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mod.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | pak_rom: try!(PakRom::create_from_file(pak_filename)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Address` [INFO] [stdout] --> src/gba_cpu/arm_instr.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use gba_mem::{Address, Memory}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/main.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | new_mem_region!(SystemRom, 0x00000000, 0x0001FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | new_mem_region!(SystemRom, 0x00000000, 0x0001FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 252 | new_mem_region!(SystemRom, 0x00000000, 0x0001FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | new_mem_region!(ExternRam, 0x02000000, 0x0203FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | new_mem_region!(ExternRam, 0x02000000, 0x0203FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 253 | new_mem_region!(ExternRam, 0x02000000, 0x0203FFFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | new_mem_region!(InternRam, 0x03000000, 0x03007FFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | new_mem_region!(InternRam, 0x03000000, 0x03007FFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | new_mem_region!(InternRam, 0x03000000, 0x03007FFF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | new_mem_region!(PalettRam, 0x05000000, 0x050003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | new_mem_region!(PalettRam, 0x05000000, 0x050003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | new_mem_region!(PalettRam, 0x05000000, 0x050003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | new_mem_region!(VisualRam, 0x06000000, 0x06017FFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | new_mem_region!(VisualRam, 0x06000000, 0x06017FFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 256 | new_mem_region!(VisualRam, 0x06000000, 0x06017FFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | new_mem_region!(OAM, 0x07000000, 0x070003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | new_mem_region!(OAM, 0x07000000, 0x070003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 257 | new_mem_region!(OAM, 0x07000000, 0x070003FF, BusWidth::BW32); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | let mut file = try!(File::open(file_path)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | new_mem_region!(PakRom, 0x08000000, 0x0FFFFFFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | let file_len = try!(file.metadata()).len() as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | new_mem_region!(PakRom, 0x08000000, 0x0FFFFFFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mem_regions.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | try!(file.read(ret.mem.as_mut_slice())); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 258 | new_mem_region!(PakRom, 0x08000000, 0x0FFFFFFF, BusWidth::BW16); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `new_mem_region` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/gba_mem/mod.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | pak_rom: try!(PakRom::create_from_file(pak_filename)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Address` [INFO] [stdout] --> src/gba_cpu/arm_instr.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use gba_mem::{Address, Memory}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/main.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/gba_cpu/arm_instr.rs:195:23 [INFO] [stdout] | [INFO] [stdout] 195 | fn execute(&self, cpu: &mut Self::CPU, mem: &mut Memory) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mem` [INFO] [stdout] --> src/gba_cpu/arm_instr.rs:195:44 [INFO] [stdout] | [INFO] [stdout] 195 | fn execute(&self, cpu: &mut Self::CPU, mem: &mut Memory) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cpu` [INFO] [stdout] --> src/gba_cpu/arm_instr.rs:195:23 [INFO] [stdout] | [INFO] [stdout] 195 | fn execute(&self, cpu: &mut Self::CPU, mem: &mut Memory) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cpu` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mem` [INFO] [stdout] --> src/gba_cpu/arm_instr.rs:195:44 [INFO] [stdout] | [INFO] [stdout] 195 | fn execute(&self, cpu: &mut Self::CPU, mem: &mut Memory) { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gba` (bin "gba" test) due to 2 previous errors; 26 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `gba` (bin "gba") due to 2 previous errors; 26 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4166b0e3da5017b7ba4da67dd290509ddf6db5ebd5a959ee19e8d7417edbba30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4166b0e3da5017b7ba4da67dd290509ddf6db5ebd5a959ee19e8d7417edbba30", kill_on_drop: false }` [INFO] [stdout] 4166b0e3da5017b7ba4da67dd290509ddf6db5ebd5a959ee19e8d7417edbba30 [INFO] checking fjrobinson/rusty-gba against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjrobinson%2Frusty-gba" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fjrobinson/rusty-gba on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fjrobinson/rusty-gba [INFO] finished tweaking git repo https://github.com/fjrobinson/rusty-gba [INFO] tweaked toml for git repo https://github.com/fjrobinson/rusty-gba written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fjrobinson/rusty-gba 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7201ac830815996b71a5e6b6e75067678a4ada064a48a863b43d200bdf96ee51 [INFO] running `Command { std: "docker" "start" "-a" "7201ac830815996b71a5e6b6e75067678a4ada064a48a863b43d200bdf96ee51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7201ac830815996b71a5e6b6e75067678a4ada064a48a863b43d200bdf96ee51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7201ac830815996b71a5e6b6e75067678a4ada064a48a863b43d200bdf96ee51", kill_on_drop: false }` [INFO] [stdout] 7201ac830815996b71a5e6b6e75067678a4ada064a48a863b43d200bdf96ee51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3155bb8502a9f740dadc9b5754fa3f8cb0e8e52b1938d209f0b562ec6287b1eb [INFO] running `Command { std: "docker" "start" "-a" "3155bb8502a9f740dadc9b5754fa3f8cb0e8e52b1938d209f0b562ec6287b1eb", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "3155bb8502a9f740dadc9b5754fa3f8cb0e8e52b1938d209f0b562ec6287b1eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3155bb8502a9f740dadc9b5754fa3f8cb0e8e52b1938d209f0b562ec6287b1eb", kill_on_drop: false }` [INFO] [stdout] 3155bb8502a9f740dadc9b5754fa3f8cb0e8e52b1938d209f0b562ec6287b1eb