[INFO] cloning repository https://github.com/ceranco/advent-of-code-2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ceranco/advent-of-code-2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceranco%2Fadvent-of-code-2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fceranco%2Fadvent-of-code-2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd444891ef109149bcd1a1be667cba575273f25c [INFO] testing ceranco/advent-of-code-2019 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%2Fceranco%2Fadvent-of-code-2019" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ceranco/advent-of-code-2019 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/ceranco/advent-of-code-2019 [INFO] finished tweaking git repo https://github.com/ceranco/advent-of-code-2019 [INFO] tweaked toml for git repo https://github.com/ceranco/advent-of-code-2019 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/ceranco/advent-of-code-2019 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] f8fa220687e71fc6418883ffa261c4cbae0933bd1b87b901c885c61d3912a97b [INFO] running `Command { std: "docker" "start" "-a" "f8fa220687e71fc6418883ffa261c4cbae0933bd1b87b901c885c61d3912a97b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8fa220687e71fc6418883ffa261c4cbae0933bd1b87b901c885c61d3912a97b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8fa220687e71fc6418883ffa261c4cbae0933bd1b87b901c885c61d3912a97b", kill_on_drop: false }` [INFO] [stdout] f8fa220687e71fc6418883ffa261c4cbae0933bd1b87b901c885c61d3912a97b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] eab7cf854eda02a23e5dc5d41c5fd574691a87656dc6e9360fb51da1e690c432 [INFO] running `Command { std: "docker" "start" "-a" "eab7cf854eda02a23e5dc5d41c5fd574691a87656dc6e9360fb51da1e690c432", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling validators v0.1.0 (/opt/rustwide/workdir/validators) [INFO] [stderr] Compiling intcode v0.1.0 (/opt/rustwide/workdir/intcode) [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling day-2 v0.1.0 (/opt/rustwide/workdir/day-2) [INFO] [stderr] Compiling day-5 v0.1.0 (/opt/rustwide/workdir/day-5) [INFO] [stderr] Compiling day-7 v0.1.0 (/opt/rustwide/workdir/day-7) [INFO] [stderr] Compiling day-6 v0.1.0 (/opt/rustwide/workdir/day-6) [INFO] [stderr] Compiling day-4 v0.1.0 (/opt/rustwide/workdir/day-4) [INFO] [stderr] Compiling day-1 v0.1.0 (/opt/rustwide/workdir/day-1) [INFO] [stderr] Compiling day-3 v0.1.0 (/opt/rustwide/workdir/day-3) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.80s [INFO] running `Command { std: "docker" "inspect" "eab7cf854eda02a23e5dc5d41c5fd574691a87656dc6e9360fb51da1e690c432", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eab7cf854eda02a23e5dc5d41c5fd574691a87656dc6e9360fb51da1e690c432", kill_on_drop: false }` [INFO] [stdout] eab7cf854eda02a23e5dc5d41c5fd574691a87656dc6e9360fb51da1e690c432 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 77275a7ab6abef37e65841fc0df70c57caa70e1671119771c800f72503191c98 [INFO] running `Command { std: "docker" "start" "-a" "77275a7ab6abef37e65841fc0df70c57caa70e1671119771c800f72503191c98", kill_on_drop: false }` [INFO] [stderr] Compiling validators v0.1.0 (/opt/rustwide/workdir/validators) [INFO] [stderr] Compiling intcode v0.1.0 (/opt/rustwide/workdir/intcode) [INFO] [stderr] Compiling day-7 v0.1.0 (/opt/rustwide/workdir/day-7) [INFO] [stderr] Compiling day-5 v0.1.0 (/opt/rustwide/workdir/day-5) [INFO] [stderr] Compiling day-2 v0.1.0 (/opt/rustwide/workdir/day-2) [INFO] [stderr] Compiling day-6 v0.1.0 (/opt/rustwide/workdir/day-6) [INFO] [stderr] Compiling day-3 v0.1.0 (/opt/rustwide/workdir/day-3) [INFO] [stderr] Compiling day-1 v0.1.0 (/opt/rustwide/workdir/day-1) [INFO] [stderr] Compiling day-4 v0.1.0 (/opt/rustwide/workdir/day-4) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.77s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_1-c0d98920a9973eac) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_2-2fad853b08c4767e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_3-edbb46af3aedada7) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_4-782fb837cc5a5c4c) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_5-704940ee9a8ce444) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_6-c5daefa356c4c76f) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_7-0d20fec32d58eb53) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/intcode-408486b413ecca7f) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/validators-14ca93519846b55e) [INFO] running `Command { std: "docker" "inspect" "77275a7ab6abef37e65841fc0df70c57caa70e1671119771c800f72503191c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77275a7ab6abef37e65841fc0df70c57caa70e1671119771c800f72503191c98", kill_on_drop: false }` [INFO] [stdout] 77275a7ab6abef37e65841fc0df70c57caa70e1671119771c800f72503191c98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] e2b1c9409b7e50321301c55620b2c6e5e37ad1f132daca0a6755c9073c931654 [INFO] running `Command { std: "docker" "start" "-a" "e2b1c9409b7e50321301c55620b2c6e5e37ad1f132daca0a6755c9073c931654", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_1-c0d98920a9973eac) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_2-2fad853b08c4767e) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_3-edbb46af3aedada7) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_4-782fb837cc5a5c4c) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_5-704940ee9a8ce444) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_6-c5daefa356c4c76f) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/day_7-0d20fec32d58eb53) [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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/intcode-408486b413ecca7f) [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] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/validators-14ca93519846b55e) [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] [stderr] Doc-tests intcode [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test src/lib.rs - Opcode::LessThan (line 152) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Equals (line 168) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Add (line 71) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::JumpIfTrue (line 129) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Input (line 103) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::JumpIfFalse (line 140) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Output (line 118) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Multiply (line 87) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Equals (line 173) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Terminate (line 188) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode (line 56) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::LessThan (line 157) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::JumpIfFalse (line 145) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Input (line 108) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Multiply (line 92) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::LessThan (line 162) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Add (line 76) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Add (line 82) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Output (line 123) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Multiply (line 98) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Input (line 113) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode (line 65) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Equals (line 181) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::JumpIfTrue (line 134) ... FAILED [INFO] [stdout] test src/lib.rs - IntcodeComputer (line 255) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - Opcode::LessThan (line 152) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `LessThan` in this scope [INFO] [stdout] --> src/lib.rs:153:4 [INFO] [stdout] | [INFO] [stdout] 3 | [7(LessThan), operand1, operand2, dst] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `operand1` in this scope [INFO] [stdout] --> src/lib.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 3 | [7(LessThan), operand1, operand2, dst] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `operand2` in this scope [INFO] [stdout] --> src/lib.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 3 | [7(LessThan), operand1, operand2, dst] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dst` in this scope [INFO] [stdout] --> src/lib.rs:153:35 [INFO] [stdout] | [INFO] [stdout] 3 | [7(LessThan), operand1, operand2, dst] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:153:2 [INFO] [stdout] | [INFO] [stdout] 3 | [7(LessThan), operand1, operand2, dst] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Equals (line 168) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Equals` in this scope [INFO] [stdout] --> src/lib.rs:169:4 [INFO] [stdout] | [INFO] [stdout] 3 | [8(Equals), operand1, operand2, dst] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `operand1` in this scope [INFO] [stdout] --> src/lib.rs:169:13 [INFO] [stdout] | [INFO] [stdout] 3 | [8(Equals), operand1, operand2, dst] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `operand2` in this scope [INFO] [stdout] --> src/lib.rs:169:23 [INFO] [stdout] | [INFO] [stdout] 3 | [8(Equals), operand1, operand2, dst] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dst` in this scope [INFO] [stdout] --> src/lib.rs:169:33 [INFO] [stdout] | [INFO] [stdout] 3 | [8(Equals), operand1, operand2, dst] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:169:2 [INFO] [stdout] | [INFO] [stdout] 3 | [8(Equals), operand1, operand2, dst] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Add (line 71) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Add` in this scope [INFO] [stdout] --> src/lib.rs:72:4 [INFO] [stdout] | [INFO] [stdout] 3 | [1(Add), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `src1` in this scope [INFO] [stdout] --> src/lib.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 3 | [1(Add), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `src2` in this scope [INFO] [stdout] --> src/lib.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 3 | [1(Add), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `dst` in this scope [INFO] [stdout] --> src/lib.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 3 | [1(Add), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 3 | [1(Add), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^----- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::JumpIfTrue (line 129) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `JumpIfTrue` in this scope [INFO] [stdout] --> src/lib.rs:130:4 [INFO] [stdout] | [INFO] [stdout] 3 | [5(JumpIfTrue), cond, loc] [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cond` in this scope [INFO] [stdout] --> src/lib.rs:130:17 [INFO] [stdout] | [INFO] [stdout] 3 | [5(JumpIfTrue), cond, loc] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `loc` in this scope [INFO] [stdout] --> src/lib.rs:130:23 [INFO] [stdout] | [INFO] [stdout] 3 | [5(JumpIfTrue), cond, loc] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:130:2 [INFO] [stdout] | [INFO] [stdout] 3 | [5(JumpIfTrue), cond, loc] [INFO] [stdout] | ^------------ [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Input (line 103) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Input` in this scope [INFO] [stdout] --> src/lib.rs:104:4 [INFO] [stdout] | [INFO] [stdout] 3 | [3(Input), dst(0)] [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `dst` in this scope [INFO] [stdout] --> src/lib.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 3 | [3(Input), dst(0)] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:104:2 [INFO] [stdout] | [INFO] [stdout] 3 | [3(Input), dst(0)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::JumpIfFalse (line 140) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `JumpIfFalse` in this scope [INFO] [stdout] --> src/lib.rs:141:4 [INFO] [stdout] | [INFO] [stdout] 3 | [6(JumpIfFalse), cond, loc] [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `cond` in this scope [INFO] [stdout] --> src/lib.rs:141:18 [INFO] [stdout] | [INFO] [stdout] 3 | [6(JumpIfFalse), cond, loc] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `loc` in this scope [INFO] [stdout] --> src/lib.rs:141:24 [INFO] [stdout] | [INFO] [stdout] 3 | [6(JumpIfFalse), cond, loc] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:141:2 [INFO] [stdout] | [INFO] [stdout] 3 | [6(JumpIfFalse), cond, loc] [INFO] [stdout] | ^------------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Output (line 118) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Output` in this scope [INFO] [stdout] --> src/lib.rs:119:4 [INFO] [stdout] | [INFO] [stdout] 3 | [4(Output), src(0|1)] [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `src` in this scope [INFO] [stdout] --> src/lib.rs:119:13 [INFO] [stdout] | [INFO] [stdout] 3 | [4(Output), src(0|1)] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:119:2 [INFO] [stdout] | [INFO] [stdout] 3 | [4(Output), src(0|1)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Multiply (line 87) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Multiply` in this scope [INFO] [stdout] --> src/lib.rs:88:4 [INFO] [stdout] | [INFO] [stdout] 3 | [2(Multiply), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `src1` in this scope [INFO] [stdout] --> src/lib.rs:88:15 [INFO] [stdout] | [INFO] [stdout] 3 | [2(Multiply), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `src2` in this scope [INFO] [stdout] --> src/lib.rs:88:26 [INFO] [stdout] | [INFO] [stdout] 3 | [2(Multiply), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `dst` in this scope [INFO] [stdout] --> src/lib.rs:88:37 [INFO] [stdout] | [INFO] [stdout] 3 | [2(Multiply), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `{integer}` [INFO] [stdout] --> src/lib.rs:88:2 [INFO] [stdout] | [INFO] [stdout] 3 | [2(Multiply), src1(0|1), src2(0|1), dst(0)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0618. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Equals (line 173) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_173_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 9]` [INFO] [stdout] 3 | [1108, 42, 42, 0, 1108, 42, 41, 1, 99] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 9]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Terminate (line 188) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:189:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_188_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 5]` [INFO] [stdout] 3 | [99, 1, 0, 1, 0] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 5]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode (line 56) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_56_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 6]` [INFO] [stdout] 3 | [1002, 4, 3, 4, 33, 99] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 6]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::LessThan (line 157) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_157_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 5]` [INFO] [stdout] 3 | [1107, 3, 4, 0, 99] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 5]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::JumpIfFalse (line 145) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_145_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 4]` [INFO] [stdout] 3 | [6, 0, 0, 99] [INFO] [stdout] | ^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 4]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Input (line 108) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_108_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 3]` [INFO] [stdout] 3 | [3, 0, 99] [INFO] [stdout] | ^^^^^^^^^^ expected `()`, found array `[{integer}; 3]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Multiply (line 92) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_92_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 6]` [INFO] [stdout] 3 | [102, 40, 5, 0, 99, 2] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 6]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::LessThan (line 162) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:163:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_162_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 5]` [INFO] [stdout] 3 | [1, 3, 4, 0, 99] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 5]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Add (line 76) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_76_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 6]` [INFO] [stdout] 3 | [1001, 5, 2, 0, 99, 40] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 6]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Add (line 82) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_82_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 6]` [INFO] [stdout] 3 | [42, 5, 2, 0, 99, 40] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 6]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Output (line 123) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_123_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 3]` [INFO] [stdout] 3 | [4, 0, 99] [INFO] [stdout] | ^^^^^^^^^^ expected `()`, found array `[{integer}; 3]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Multiply (line 98) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:99:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_98_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 6]` [INFO] [stdout] 3 | [80, 40, 5, 0, 99, 2] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 6]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Input (line 113) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_113_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 3]` [INFO] [stdout] 3 | [42, 0, 99] [INFO] [stdout] | ^^^^^^^^^^^ expected `()`, found array `[{integer}; 3]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode (line 65) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_65_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 6]` [INFO] [stdout] 3 | [1002, 4, 3, 4, 99, 99] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 6]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::Equals (line 181) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:182:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_181_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 9]` [INFO] [stdout] 3 | [1, 0, 42, 0, 1108, 42, 41, 1, 99] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 9]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Opcode::JumpIfTrue (line 134) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:135:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_lib_rs_134_0() { [INFO] [stdout] | - help: try adding a return type: `-> [i32; 4]` [INFO] [stdout] 3 | [5, 1, 0, 99] [INFO] [stdout] | ^^^^^^^^^^^^^ expected `()`, found array `[{integer}; 4]` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - Opcode (line 56) [INFO] [stdout] src/lib.rs - Opcode (line 65) [INFO] [stdout] src/lib.rs - Opcode::Add (line 71) [INFO] [stdout] src/lib.rs - Opcode::Add (line 76) [INFO] [stdout] src/lib.rs - Opcode::Add (line 82) [INFO] [stdout] src/lib.rs - Opcode::Equals (line 168) [INFO] [stdout] src/lib.rs - Opcode::Equals (line 173) [INFO] [stdout] src/lib.rs - Opcode::Equals (line 181) [INFO] [stdout] src/lib.rs - Opcode::Input (line 103) [INFO] [stdout] src/lib.rs - Opcode::Input (line 108) [INFO] [stdout] src/lib.rs - Opcode::Input (line 113) [INFO] [stdout] src/lib.rs - Opcode::JumpIfFalse (line 140) [INFO] [stdout] src/lib.rs - Opcode::JumpIfFalse (line 145) [INFO] [stdout] src/lib.rs - Opcode::JumpIfTrue (line 129) [INFO] [stdout] src/lib.rs - Opcode::JumpIfTrue (line 134) [INFO] [stdout] src/lib.rs - Opcode::LessThan (line 152) [INFO] [stdout] src/lib.rs - Opcode::LessThan (line 157) [INFO] [stdout] src/lib.rs - Opcode::LessThan (line 162) [INFO] [stdout] src/lib.rs - Opcode::Multiply (line 87) [INFO] [stdout] src/lib.rs - Opcode::Multiply (line 92) [INFO] [stdout] src/lib.rs - Opcode::Multiply (line 98) [INFO] [stdout] src/lib.rs - Opcode::Output (line 118) [INFO] [stdout] src/lib.rs - Opcode::Output (line 123) [INFO] [stdout] src/lib.rs - Opcode::Terminate (line 188) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 24 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "e2b1c9409b7e50321301c55620b2c6e5e37ad1f132daca0a6755c9073c931654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b1c9409b7e50321301c55620b2c6e5e37ad1f132daca0a6755c9073c931654", kill_on_drop: false }` [INFO] [stdout] e2b1c9409b7e50321301c55620b2c6e5e37ad1f132daca0a6755c9073c931654