[INFO] cloning repository https://github.com/mikusp/mips-emu-gdb-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikusp/mips-emu-gdb-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikusp%2Fmips-emu-gdb-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikusp%2Fmips-emu-gdb-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5db173deff1d34387b6c7b7200a4994af921423d [INFO] testing mikusp/mips-emu-gdb-example against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikusp%2Fmips-emu-gdb-example" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mikusp/mips-emu-gdb-example on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mikusp/mips-emu-gdb-example [INFO] finished tweaking git repo https://github.com/mikusp/mips-emu-gdb-example [INFO] tweaked toml for git repo https://github.com/mikusp/mips-emu-gdb-example written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/mikusp/mips-emu-gdb-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4de7415227c8600df0b60b4f900c2908e568493651200a39bdd0640bb003849 [INFO] running `Command { std: "docker" "start" "-a" "c4de7415227c8600df0b60b4f900c2908e568493651200a39bdd0640bb003849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4de7415227c8600df0b60b4f900c2908e568493651200a39bdd0640bb003849", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4de7415227c8600df0b60b4f900c2908e568493651200a39bdd0640bb003849", kill_on_drop: false }` [INFO] [stdout] c4de7415227c8600df0b60b4f900c2908e568493651200a39bdd0640bb003849 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49df2c0560859ef2e8f1b407e15c9be599b2bdadb14e867726e428a04f5e2520 [INFO] running `Command { std: "docker" "start" "-a" "49df2c0560859ef2e8f1b407e15c9be599b2bdadb14e867726e428a04f5e2520", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling strum v0.8.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling strum_macros v0.8.0 [INFO] [stderr] Compiling gdb-remote-protocol v0.1.0 (https://github.com/luser/rust-gdb-remote-protocol#f20055bd) [INFO] [stderr] Compiling mips_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `pc` [INFO] [stdout] --> src/cpu.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn pc(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `regs` [INFO] [stdout] --> src/cpu.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn regs(&self) -> [u32; 32] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `lo` [INFO] [stdout] --> src/cpu.rs:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn lo(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hi` [INFO] [stdout] --> src/cpu.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn hi(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sr` [INFO] [stdout] --> src/cpu.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn sr(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `badvaddr` [INFO] [stdout] --> src/cpu.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn badvaddr(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cause` [INFO] [stdout] --> src/cpu.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn cause(&self) -> u32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.54s [INFO] running `Command { std: "docker" "inspect" "49df2c0560859ef2e8f1b407e15c9be599b2bdadb14e867726e428a04f5e2520", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49df2c0560859ef2e8f1b407e15c9be599b2bdadb14e867726e428a04f5e2520", kill_on_drop: false }` [INFO] [stdout] 49df2c0560859ef2e8f1b407e15c9be599b2bdadb14e867726e428a04f5e2520 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17bce386496d1d252d12dce69c060c3383547488082f402ac9171774854e0adf [INFO] running `Command { std: "docker" "start" "-a" "17bce386496d1d252d12dce69c060c3383547488082f402ac9171774854e0adf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling mips_emu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `pc` [INFO] [stdout] --> src/cpu.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn pc(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `regs` [INFO] [stdout] --> src/cpu.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn regs(&self) -> [u32; 32] { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `lo` [INFO] [stdout] --> src/cpu.rs:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn lo(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `hi` [INFO] [stdout] --> src/cpu.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn hi(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sr` [INFO] [stdout] --> src/cpu.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub fn sr(&self) -> u32 { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `badvaddr` [INFO] [stdout] --> src/cpu.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn badvaddr(&self) -> u32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `cause` [INFO] [stdout] --> src/cpu.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn cause(&self) -> u32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.12s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/mips_emu-9469a5c9f04118e2) [INFO] running `Command { std: "docker" "inspect" "17bce386496d1d252d12dce69c060c3383547488082f402ac9171774854e0adf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17bce386496d1d252d12dce69c060c3383547488082f402ac9171774854e0adf", kill_on_drop: false }` [INFO] [stdout] 17bce386496d1d252d12dce69c060c3383547488082f402ac9171774854e0adf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 538ca9b4422b713fc70e656037386abc2ffc5b662e899ff6d44895358f78a624 [INFO] running `Command { std: "docker" "start" "-a" "538ca9b4422b713fc70e656037386abc2ffc5b662e899ff6d44895358f78a624", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `pc` [INFO] [stderr] --> src/cpu.rs:92:12 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn pc(&self) -> u32 { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `regs` [INFO] [stderr] --> src/cpu.rs:96:12 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn regs(&self) -> [u32; 32] { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `lo` [INFO] [stderr] --> src/cpu.rs:100:12 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn lo(&self) -> u32 { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `hi` [INFO] [stderr] --> src/cpu.rs:104:12 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn hi(&self) -> u32 { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `sr` [INFO] [stderr] --> src/cpu.rs:108:12 [INFO] [stderr] | [INFO] [stderr] 108 | pub fn sr(&self) -> u32 { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `badvaddr` [INFO] [stderr] --> src/cpu.rs:112:12 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn badvaddr(&self) -> u32 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `cause` [INFO] [stderr] --> src/cpu.rs:116:12 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn cause(&self) -> u32 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `mips_emu` (bin "mips_emu" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mips_emu-9469a5c9f04118e2) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "538ca9b4422b713fc70e656037386abc2ffc5b662e899ff6d44895358f78a624", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "538ca9b4422b713fc70e656037386abc2ffc5b662e899ff6d44895358f78a624", kill_on_drop: false }` [INFO] [stdout] 538ca9b4422b713fc70e656037386abc2ffc5b662e899ff6d44895358f78a624