[INFO] cloning repository https://github.com/OleStrohm/JITGameboy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OleStrohm/JITGameboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOleStrohm%2FJITGameboy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOleStrohm%2FJITGameboy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b96dc746ad7f4fa77a6cc3d8819cde2521372557 [INFO] testing OleStrohm/JITGameboy against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOleStrohm%2FJITGameboy" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/OleStrohm/JITGameboy 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/OleStrohm/JITGameboy [INFO] finished tweaking git repo https://github.com/OleStrohm/JITGameboy [INFO] tweaked toml for git repo https://github.com/OleStrohm/JITGameboy written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/OleStrohm/JITGameboy 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 970a58c214b717842b2357ddd184604554166772d1007e020550267c55df42d4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "970a58c214b717842b2357ddd184604554166772d1007e020550267c55df42d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "970a58c214b717842b2357ddd184604554166772d1007e020550267c55df42d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970a58c214b717842b2357ddd184604554166772d1007e020550267c55df42d4", kill_on_drop: false }` [INFO] [stdout] 970a58c214b717842b2357ddd184604554166772d1007e020550267c55df42d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 997cf29b1f5a5b0960070f6d45a893a705b251e92db11508663104027a84780f [INFO] running `Command { std: "docker" "start" "-a" "997cf29b1f5a5b0960070f6d45a893a705b251e92db11508663104027a84780f", kill_on_drop: false }` [INFO] [stderr] Compiling gbjit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts_mut` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::from_raw_parts_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` 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 2.69s [INFO] running `Command { std: "docker" "inspect" "997cf29b1f5a5b0960070f6d45a893a705b251e92db11508663104027a84780f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "997cf29b1f5a5b0960070f6d45a893a705b251e92db11508663104027a84780f", kill_on_drop: false }` [INFO] [stdout] 997cf29b1f5a5b0960070f6d45a893a705b251e92db11508663104027a84780f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 745ccd6f728d9623c7d88a0e540d2607862934773ae60b7d7f06d974ae75f81a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "745ccd6f728d9623c7d88a0e540d2607862934773ae60b7d7f06d974ae75f81a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gbjit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts_mut` [INFO] [stdout] --> src/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::slice::from_raw_parts_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 184 | / test! { [INFO] [stdout] 185 | | Op::Nop; [INFO] [stdout] 186 | | => [INFO] [stdout] 187 | | A: 0, F: 0, AF: 0, [INFO] [stdout] ... | [INFO] [stdout] 190 | | H: 0, L: 0, HL: 0, [INFO] [stdout] 191 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 196 | / test! { [INFO] [stdout] 197 | | Op::Nop; [INFO] [stdout] 198 | | Op::Nop; [INFO] [stdout] 199 | | Op::Nop; [INFO] [stdout] ... | [INFO] [stdout] 206 | | DE: 0, HL: 0, [INFO] [stdout] 207 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 212 | / test! { [INFO] [stdout] 213 | | Op::LdDN(Dest::A, 0x11); [INFO] [stdout] 214 | | Op::LdDN(Dest::B, 0x22); [INFO] [stdout] 215 | | Op::LdDN(Dest::C, 0x33); [INFO] [stdout] ... | [INFO] [stdout] 224 | | HL: 0x6677, [INFO] [stdout] 225 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 230 | / test! { [INFO] [stdout] 231 | | Op::LdRN(Reg::BC, 0x1122); [INFO] [stdout] 232 | | Op::LdRN(Reg::DE, 0x3344); [INFO] [stdout] 233 | | Op::LdRN(Reg::HL, 0x5566); [INFO] [stdout] ... | [INFO] [stdout] 236 | | DE: 0x3344, HL: 0x5566 [INFO] [stdout] 237 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 242 | / test! { [INFO] [stdout] 243 | | Op::LdRN(Reg::BC, 0xBBCC); [INFO] [stdout] 244 | | Op::LdRN(Reg::HL, 0x1234); [INFO] [stdout] 245 | | Op::LdRN(Reg::BC, 0xAAAA); [INFO] [stdout] ... | [INFO] [stdout] 253 | | DE: 0x98EE, HL: 0x1234 [INFO] [stdout] 254 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 259 | / test! { [INFO] [stdout] 260 | | Op::LdRN(Reg::BC, 0x1100); [INFO] [stdout] 261 | | Op::LdRN(Reg::DE, 0x0011); [INFO] [stdout] 262 | | Op::LdRN(Reg::HL, 0x2200); [INFO] [stdout] ... | [INFO] [stdout] 269 | | HL: 0x5544 [INFO] [stdout] 270 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 275 | / test! { [INFO] [stdout] 276 | | Op::IncR(Reg::BC); [INFO] [stdout] 277 | | Op::IncR(Reg::DE); [INFO] [stdout] 278 | | Op::IncR(Reg::HL); [INFO] [stdout] ... | [INFO] [stdout] 288 | | DE: 0x0102, HL: 0x0102, [INFO] [stdout] 289 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 294 | / test! { [INFO] [stdout] 295 | | Op::LdDN(Dest::A, 0xFF); [INFO] [stdout] 296 | | Op::LdRN(Reg::BC, 0xFFFF); [INFO] [stdout] 297 | | Op::LdRN(Reg::DE, 0xFFFF); [INFO] [stdout] ... | [INFO] [stdout] 311 | | DE: 0xFEFD, HL: 0xFEFD, [INFO] [stdout] 312 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 317 | / test! { [INFO] [stdout] 318 | | Op::LdDN(Dest::A, 0xF0); [INFO] [stdout] 319 | | Op::Rotate(Dir::Left, UseCarry::WithCarry); [INFO] [stdout] 320 | | => [INFO] [stdout] 321 | | A: 0xE0, [INFO] [stdout] 322 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 323 | / test! { [INFO] [stdout] 324 | | Op::LdDN(Dest::A, 0xF0); [INFO] [stdout] 325 | | Op::Rotate(Dir::Left, UseCarry::WithoutCarry); [INFO] [stdout] 326 | | => [INFO] [stdout] 327 | | A: 0xE1, [INFO] [stdout] 328 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 329 | / test! { [INFO] [stdout] 330 | | Op::LdDN(Dest::A, 0x0F); [INFO] [stdout] 331 | | Op::Rotate(Dir::Right, UseCarry::WithCarry); [INFO] [stdout] 332 | | => [INFO] [stdout] 333 | | A: 0x07, [INFO] [stdout] 334 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> src/op.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | fun(log.as_mut_ptr(), stub); [INFO] [stdout] | ^^^ ---------------- ---- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] ... [INFO] [stdout] 335 | / test! { [INFO] [stdout] 336 | | Op::LdDN(Dest::A, 0x0F); [INFO] [stdout] 337 | | Op::Rotate(Dir::Right, UseCarry::WithoutCarry); [INFO] [stdout] 338 | | => [INFO] [stdout] 339 | | A: 0x87, [INFO] [stdout] 340 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gbjit` due to 13 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "745ccd6f728d9623c7d88a0e540d2607862934773ae60b7d7f06d974ae75f81a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "745ccd6f728d9623c7d88a0e540d2607862934773ae60b7d7f06d974ae75f81a", kill_on_drop: false }` [INFO] [stdout] 745ccd6f728d9623c7d88a0e540d2607862934773ae60b7d7f06d974ae75f81a