[INFO] updating cached repository Daxorinator/rust-chipvm [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Daxorinator/rust-chipvm [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Daxorinator/rust-chipvm" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Daxorinator/rust-chipvm"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Daxorinator/rust-chipvm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Daxorinator/rust-chipvm" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Daxorinator/rust-chipvm"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Daxorinator/rust-chipvm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7f2a94d11020a7de3ee4a30c41eec8a31dd7979f [INFO] sha for GitHub repo Daxorinator/rust-chipvm: 7f2a94d11020a7de3ee4a30c41eec8a31dd7979f [INFO] validating manifest of Daxorinator/rust-chipvm on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Daxorinator/rust-chipvm on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Daxorinator/rust-chipvm [INFO] finished frobbing Daxorinator/rust-chipvm [INFO] frobbed toml for Daxorinator/rust-chipvm written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/Daxorinator/rust-chipvm/Cargo.toml [INFO] started frobbing Daxorinator/rust-chipvm [INFO] finished frobbing Daxorinator/rust-chipvm [INFO] frobbed toml for Daxorinator/rust-chipvm written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Daxorinator/rust-chipvm/Cargo.toml [INFO] crate Daxorinator/rust-chipvm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Daxorinator/rust-chipvm against try#06a150c7d11500b41499224f165e9de1de096768 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-1/try#06a150c7d11500b41499224f165e9de1de096768:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/Daxorinator/rust-chipvm:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 90abb2c7607b5be7a132a46823a7b64b86b656d4a72397b8a36edd42b58d1503 [INFO] running `"docker" "start" "-a" "90abb2c7607b5be7a132a46823a7b64b86b656d4a72397b8a36edd42b58d1503"` [INFO] [stderr] Checking emuchip8 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected expression, found `,` [INFO] [stderr] --> src/main.rs:79:37 [INFO] [stderr] | [INFO] [stderr] 79 | (0xF, _ , 0x2, 0x9) => , [INFO] [stderr] | -- ^ expected expression [INFO] [stderr] | | [INFO] [stderr] | while parsing the `match` arm starting here [INFO] [stderr] [INFO] [stderr] error: expected expression, found `,` [INFO] [stderr] --> src/main.rs:79:37 [INFO] [stderr] | [INFO] [stderr] 79 | (0xF, _ , 0x2, 0x9) => , [INFO] [stderr] | -- ^ expected expression [INFO] [stderr] | | [INFO] [stderr] | while parsing the `match` arm starting here [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `cls` in this scope [INFO] [stderr] --> src/main.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | (0x0, 0x0, 0xE, 0x0) => cls(), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ret` in this scope [INFO] [stderr] --> src/main.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | (0x0, 0x0, 0xE, 0xE) => ret(), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `jmp` in this scope [INFO] [stderr] --> src/main.rs:23:37 [INFO] [stderr] | [INFO] [stderr] 23 | (0x1, _ , _ , _ ) => jmp(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `call` in this scope [INFO] [stderr] --> src/main.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | (0x2, _ , _ , _ ) => call(l1, h2, l2), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `se` in this scope [INFO] [stderr] --> src/main.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | (0x3, _ , _ , _ ) => se(l1, h2, l2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sne` in this scope [INFO] [stderr] --> src/main.rs:29:37 [INFO] [stderr] | [INFO] [stderr] 29 | (0x4, _ , _ , _ ) => sne(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `se` in this scope [INFO] [stderr] --> src/main.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | (0x5, _ , _ , 0x0) => se(l1, h2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:33:37 [INFO] [stderr] | [INFO] [stderr] 33 | (0x6, _ , _ , _ ) => ld(l1, h2, l2), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add` in this scope [INFO] [stderr] --> src/main.rs:35:37 [INFO] [stderr] | [INFO] [stderr] 35 | (0x7, _ , _ , _ ) => add(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:37:37 [INFO] [stderr] | [INFO] [stderr] 37 | (0x8, _ , _ , 0x0) => ld(l1, h2), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `or` in this scope [INFO] [stderr] --> src/main.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | (0x8, _ , _ , 0x1) => or(l1, h2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `and` in this scope [INFO] [stderr] --> src/main.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | (0x8, _ , _ , 0x2) => and(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `xor` in this scope [INFO] [stderr] --> src/main.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | (0x8, _ , _ , 0x3) => xor(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add` in this scope [INFO] [stderr] --> src/main.rs:45:37 [INFO] [stderr] | [INFO] [stderr] 45 | (0x8, _ , _ , 0x4) => add(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sub` in this scope [INFO] [stderr] --> src/main.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | (0x8, _ , _ , 0x5) => sub(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `shr` in this scope [INFO] [stderr] --> src/main.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | (0x8, _ , _ , 0x6) => shr(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `subn` in this scope [INFO] [stderr] --> src/main.rs:51:37 [INFO] [stderr] | [INFO] [stderr] 51 | (0x8, _ , _ , 0x7) => subn(l1, h2), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `shl` in this scope [INFO] [stderr] --> src/main.rs:53:37 [INFO] [stderr] | [INFO] [stderr] 53 | (0x8, _ , _ , 0xE) => shl(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sne` in this scope [INFO] [stderr] --> src/main.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | (0x9, _ , _ , 0x0) => sne(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:57:37 [INFO] [stderr] | [INFO] [stderr] 57 | (0xA, _ , _ , _ ) => ld(l1, h2, l2), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `jp` in this scope [INFO] [stderr] --> src/main.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | (0xB, _ , _ , _ ) => jp(l1, h2, l2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rnd` in this scope [INFO] [stderr] --> src/main.rs:61:37 [INFO] [stderr] | [INFO] [stderr] 61 | (0xC, _ , _ , _ ) => rnd(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `drw` in this scope [INFO] [stderr] --> src/main.rs:63:37 [INFO] [stderr] | [INFO] [stderr] 63 | (0xD, _ , _ , _ ) => drw(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `skp` in this scope [INFO] [stderr] --> src/main.rs:65:37 [INFO] [stderr] | [INFO] [stderr] 65 | (0xE, _ , 0x9, 0xE) => skp(l1), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sknp` in this scope [INFO] [stderr] --> src/main.rs:67:37 [INFO] [stderr] | [INFO] [stderr] 67 | (0xE, _ , 0xA, 0x1) => sknp(l1), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:69:37 [INFO] [stderr] | [INFO] [stderr] 69 | (0xF, _ , 0x0, 0x7) => ld(l1, dt), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dt` in this scope [INFO] [stderr] --> src/main.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | (0xF, _ , 0x0, 0x7) => ld(l1, dt), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:71:37 [INFO] [stderr] | [INFO] [stderr] 71 | (0xF, _ , 0x0, 0xA) => ld(l1, key_press), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `key_press` in this scope [INFO] [stderr] --> src/main.rs:71:44 [INFO] [stderr] | [INFO] [stderr] 71 | (0xF, _ , 0x0, 0xA) => ld(l1, key_press), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:73:37 [INFO] [stderr] | [INFO] [stderr] 73 | (0xF, _ , 0x1, 0x5) => ld(dt, l1), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dt` in this scope [INFO] [stderr] --> src/main.rs:73:40 [INFO] [stderr] | [INFO] [stderr] 73 | (0xF, _ , 0x1, 0x5) => ld(dt, l1), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:75:37 [INFO] [stderr] | [INFO] [stderr] 75 | (0xF, _ , 0x1, 0x8) => ld(st, l1), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `st` in this scope [INFO] [stderr] --> src/main.rs:75:40 [INFO] [stderr] | [INFO] [stderr] 75 | (0xF, _ , 0x1, 0x8) => ld(st, l1), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add` in this scope [INFO] [stderr] --> src/main.rs:77:37 [INFO] [stderr] | [INFO] [stderr] 77 | (0xF, _ , 0x1, 0xE) => add(dt, l1), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dt` in this scope [INFO] [stderr] --> src/main.rs:77:41 [INFO] [stderr] | [INFO] [stderr] 77 | (0xF, _ , 0x1, 0xE) => add(dt, l1), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `emuchip8`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `cls` in this scope [INFO] [stderr] --> src/main.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | (0x0, 0x0, 0xE, 0x0) => cls(), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ret` in this scope [INFO] [stderr] --> src/main.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | (0x0, 0x0, 0xE, 0xE) => ret(), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `jmp` in this scope [INFO] [stderr] --> src/main.rs:23:37 [INFO] [stderr] | [INFO] [stderr] 23 | (0x1, _ , _ , _ ) => jmp(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `call` in this scope [INFO] [stderr] --> src/main.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | (0x2, _ , _ , _ ) => call(l1, h2, l2), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `se` in this scope [INFO] [stderr] --> src/main.rs:27:37 [INFO] [stderr] | [INFO] [stderr] 27 | (0x3, _ , _ , _ ) => se(l1, h2, l2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sne` in this scope [INFO] [stderr] --> src/main.rs:29:37 [INFO] [stderr] | [INFO] [stderr] 29 | (0x4, _ , _ , _ ) => sne(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `se` in this scope [INFO] [stderr] --> src/main.rs:31:37 [INFO] [stderr] | [INFO] [stderr] 31 | (0x5, _ , _ , 0x0) => se(l1, h2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:33:37 [INFO] [stderr] | [INFO] [stderr] 33 | (0x6, _ , _ , _ ) => ld(l1, h2, l2), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add` in this scope [INFO] [stderr] --> src/main.rs:35:37 [INFO] [stderr] | [INFO] [stderr] 35 | (0x7, _ , _ , _ ) => add(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:37:37 [INFO] [stderr] | [INFO] [stderr] 37 | (0x8, _ , _ , 0x0) => ld(l1, h2), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `or` in this scope [INFO] [stderr] --> src/main.rs:39:37 [INFO] [stderr] | [INFO] [stderr] 39 | (0x8, _ , _ , 0x1) => or(l1, h2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `and` in this scope [INFO] [stderr] --> src/main.rs:41:37 [INFO] [stderr] | [INFO] [stderr] 41 | (0x8, _ , _ , 0x2) => and(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `xor` in this scope [INFO] [stderr] --> src/main.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | (0x8, _ , _ , 0x3) => xor(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add` in this scope [INFO] [stderr] --> src/main.rs:45:37 [INFO] [stderr] | [INFO] [stderr] 45 | (0x8, _ , _ , 0x4) => add(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sub` in this scope [INFO] [stderr] --> src/main.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | (0x8, _ , _ , 0x5) => sub(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `shr` in this scope [INFO] [stderr] --> src/main.rs:49:37 [INFO] [stderr] | [INFO] [stderr] 49 | (0x8, _ , _ , 0x6) => shr(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `subn` in this scope [INFO] [stderr] --> src/main.rs:51:37 [INFO] [stderr] | [INFO] [stderr] 51 | (0x8, _ , _ , 0x7) => subn(l1, h2), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `shl` in this scope [INFO] [stderr] --> src/main.rs:53:37 [INFO] [stderr] | [INFO] [stderr] 53 | (0x8, _ , _ , 0xE) => shl(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sne` in this scope [INFO] [stderr] --> src/main.rs:55:37 [INFO] [stderr] | [INFO] [stderr] 55 | (0x9, _ , _ , 0x0) => sne(l1, h2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:57:37 [INFO] [stderr] | [INFO] [stderr] 57 | (0xA, _ , _ , _ ) => ld(l1, h2, l2), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `jp` in this scope [INFO] [stderr] --> src/main.rs:59:37 [INFO] [stderr] | [INFO] [stderr] 59 | (0xB, _ , _ , _ ) => jp(l1, h2, l2), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `rnd` in this scope [INFO] [stderr] --> src/main.rs:61:37 [INFO] [stderr] | [INFO] [stderr] 61 | (0xC, _ , _ , _ ) => rnd(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `drw` in this scope [INFO] [stderr] --> src/main.rs:63:37 [INFO] [stderr] | [INFO] [stderr] 63 | (0xD, _ , _ , _ ) => drw(l1, h2, l2), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `skp` in this scope [INFO] [stderr] --> src/main.rs:65:37 [INFO] [stderr] | [INFO] [stderr] 65 | (0xE, _ , 0x9, 0xE) => skp(l1), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `sknp` in this scope [INFO] [stderr] --> src/main.rs:67:37 [INFO] [stderr] | [INFO] [stderr] 67 | (0xE, _ , 0xA, 0x1) => sknp(l1), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:69:37 [INFO] [stderr] | [INFO] [stderr] 69 | (0xF, _ , 0x0, 0x7) => ld(l1, dt), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dt` in this scope [INFO] [stderr] --> src/main.rs:69:44 [INFO] [stderr] | [INFO] [stderr] 69 | (0xF, _ , 0x0, 0x7) => ld(l1, dt), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:71:37 [INFO] [stderr] | [INFO] [stderr] 71 | (0xF, _ , 0x0, 0xA) => ld(l1, key_press), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `key_press` in this scope [INFO] [stderr] --> src/main.rs:71:44 [INFO] [stderr] | [INFO] [stderr] 71 | (0xF, _ , 0x0, 0xA) => ld(l1, key_press), [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:73:37 [INFO] [stderr] | [INFO] [stderr] 73 | (0xF, _ , 0x1, 0x5) => ld(dt, l1), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dt` in this scope [INFO] [stderr] --> src/main.rs:73:40 [INFO] [stderr] | [INFO] [stderr] 73 | (0xF, _ , 0x1, 0x5) => ld(dt, l1), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ld` in this scope [INFO] [stderr] --> src/main.rs:75:37 [INFO] [stderr] | [INFO] [stderr] 75 | (0xF, _ , 0x1, 0x8) => ld(st, l1), [INFO] [stderr] | ^^ help: a local variable with a similar name exists: `l1` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `st` in this scope [INFO] [stderr] --> src/main.rs:75:40 [INFO] [stderr] | [INFO] [stderr] 75 | (0xF, _ , 0x1, 0x8) => ld(st, l1), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `add` in this scope [INFO] [stderr] --> src/main.rs:77:37 [INFO] [stderr] | [INFO] [stderr] 77 | (0xF, _ , 0x1, 0xE) => add(dt, l1), [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `dt` in this scope [INFO] [stderr] --> src/main.rs:77:41 [INFO] [stderr] | [INFO] [stderr] 77 | (0xF, _ , 0x1, 0xE) => add(dt, l1), [INFO] [stderr] | ^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `emuchip8`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "90abb2c7607b5be7a132a46823a7b64b86b656d4a72397b8a36edd42b58d1503"` [INFO] running `"docker" "rm" "-f" "90abb2c7607b5be7a132a46823a7b64b86b656d4a72397b8a36edd42b58d1503"` [INFO] [stdout] 90abb2c7607b5be7a132a46823a7b64b86b656d4a72397b8a36edd42b58d1503