[INFO] cloning repository https://github.com/mrk-its/sim6502 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrk-its/sim6502" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrk-its%2Fsim6502", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrk-its%2Fsim6502'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 888129ad6eb742213802d4ed309c54990c336e30 [INFO] testing mrk-its/sim6502 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrk-its%2Fsim6502" "/workspace/builds/worker-72/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-72/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrk-its/sim6502 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mrk-its/sim6502 [INFO] finished tweaking git repo https://github.com/mrk-its/sim6502 [INFO] tweaked toml for git repo https://github.com/mrk-its/sim6502 written to /workspace/builds/worker-72/source/Cargo.toml [INFO] crate git repo https://github.com/mrk-its/sim6502 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/mrk-its/gdbstub_mos_arch` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gdbstub v0.6.1 [INFO] [stderr] Downloaded scroll_derive v0.11.0 [INFO] [stderr] Downloaded scroll v0.11.0 [INFO] [stderr] Downloaded goblin v0.5.1 [INFO] [stderr] Downloaded emulator_6502 v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df99f7863168db3809054298edab6650801a9fd0b513d642ddb588a7f34453db [INFO] running `Command { std: "docker" "start" "-a" "df99f7863168db3809054298edab6650801a9fd0b513d642ddb588a7f34453db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df99f7863168db3809054298edab6650801a9fd0b513d642ddb588a7f34453db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df99f7863168db3809054298edab6650801a9fd0b513d642ddb588a7f34453db", kill_on_drop: false }` [INFO] [stdout] df99f7863168db3809054298edab6650801a9fd0b513d642ddb588a7f34453db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb162f8476a17ad1a685191c09b3b7a7efb3b20b8b7738d7e3c89a3b518f0cb0 [INFO] running `Command { std: "docker" "start" "-a" "bb162f8476a17ad1a685191c09b3b7a7efb3b20b8b7738d7e3c89a3b518f0cb0", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.89 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling managed v0.8.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling emulator_6502 v1.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling gdbstub v0.6.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling gdbstub_mos_arch v0.1.0 (https://github.com/mrk-its/gdbstub_mos_arch#8f44e615) [INFO] [stderr] Compiling scroll_derive v0.11.0 [INFO] [stderr] Compiling scroll v0.11.0 [INFO] [stderr] Compiling goblin v0.5.1 [INFO] [stderr] Compiling sim6502 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `signal` [INFO] [stdout] --> src/gdb/mod.rs:107:26 [INFO] [stdout] | [INFO] [stdout] 107 | fn resume(&mut self, signal: Option) -> Result<(), Self::Error> { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_signal` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 42.42s [INFO] running `Command { std: "docker" "inspect" "bb162f8476a17ad1a685191c09b3b7a7efb3b20b8b7738d7e3c89a3b518f0cb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb162f8476a17ad1a685191c09b3b7a7efb3b20b8b7738d7e3c89a3b518f0cb0", kill_on_drop: false }` [INFO] [stdout] bb162f8476a17ad1a685191c09b3b7a7efb3b20b8b7738d7e3c89a3b518f0cb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c7b530d75dda112dcc7f0c15047a7f7b3211625eaddd4525ec68018df3fc5c6e [INFO] running `Command { std: "docker" "start" "-a" "c7b530d75dda112dcc7f0c15047a7f7b3211625eaddd4525ec68018df3fc5c6e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sim6502 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `signal` [INFO] [stdout] --> src/gdb/mod.rs:107:26 [INFO] [stdout] | [INFO] [stdout] 107 | fn resume(&mut self, signal: Option) -> Result<(), Self::Error> { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_signal` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `Command { std: "docker" "inspect" "c7b530d75dda112dcc7f0c15047a7f7b3211625eaddd4525ec68018df3fc5c6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7b530d75dda112dcc7f0c15047a7f7b3211625eaddd4525ec68018df3fc5c6e", kill_on_drop: false }` [INFO] [stdout] c7b530d75dda112dcc7f0c15047a7f7b3211625eaddd4525ec68018df3fc5c6e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-72/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 45284d977a4e96e64e868244e0935b7ec5491aa63f1f6c3da5c47a04c90a442e [INFO] running `Command { std: "docker" "start" "-a" "45284d977a4e96e64e868244e0935b7ec5491aa63f1f6c3da5c47a04c90a442e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `signal` [INFO] [stderr] --> src/gdb/mod.rs:107:26 [INFO] [stderr] | [INFO] [stderr] 107 | fn resume(&mut self, signal: Option) -> Result<(), Self::Error> { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_signal` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sim6502` (bin "sim6502" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.52s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sim6502-eb272132a401a99c) [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" "45284d977a4e96e64e868244e0935b7ec5491aa63f1f6c3da5c47a04c90a442e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45284d977a4e96e64e868244e0935b7ec5491aa63f1f6c3da5c47a04c90a442e", kill_on_drop: false }` [INFO] [stdout] 45284d977a4e96e64e868244e0935b7ec5491aa63f1f6c3da5c47a04c90a442e