[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 1.60.0 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 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/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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97dc680fc00c609300da30ecc2012701448d85c40aef7c00c427c16a3ea97a73 [INFO] running `Command { std: "docker" "start" "-a" "97dc680fc00c609300da30ecc2012701448d85c40aef7c00c427c16a3ea97a73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97dc680fc00c609300da30ecc2012701448d85c40aef7c00c427c16a3ea97a73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97dc680fc00c609300da30ecc2012701448d85c40aef7c00c427c16a3ea97a73", kill_on_drop: false }` [INFO] [stdout] 97dc680fc00c609300da30ecc2012701448d85c40aef7c00c427c16a3ea97a73 [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 095aaee31a66be8b2f8b70886d6dca1dcd72e5e86557d617cbf65f8ce075df06 [INFO] running `Command { std: "docker" "start" "-a" "095aaee31a66be8b2f8b70886d6dca1dcd72e5e86557d617cbf65f8ce075df06", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-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-2 v0.1.0 (/opt/rustwide/workdir/day-2) [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 dev [unoptimized + debuginfo] target(s) in 9.81s [INFO] running `Command { std: "docker" "inspect" "095aaee31a66be8b2f8b70886d6dca1dcd72e5e86557d617cbf65f8ce075df06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "095aaee31a66be8b2f8b70886d6dca1dcd72e5e86557d617cbf65f8ce075df06", kill_on_drop: false }` [INFO] [stdout] 095aaee31a66be8b2f8b70886d6dca1dcd72e5e86557d617cbf65f8ce075df06 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5289b860d459a772c823a9c616ce2be1b2cd7fae28d7d68b06bc63eb8c52e103 [INFO] running `Command { std: "docker" "start" "-a" "5289b860d459a772c823a9c616ce2be1b2cd7fae28d7d68b06bc63eb8c52e103", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-2 v0.1.0 (/opt/rustwide/workdir/day-2) [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-1 v0.1.0 (/opt/rustwide/workdir/day-1) [INFO] [stderr] Compiling day-3 v0.1.0 (/opt/rustwide/workdir/day-3) [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] Finished test [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "5289b860d459a772c823a9c616ce2be1b2cd7fae28d7d68b06bc63eb8c52e103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5289b860d459a772c823a9c616ce2be1b2cd7fae28d7d68b06bc63eb8c52e103", kill_on_drop: false }` [INFO] [stdout] 5289b860d459a772c823a9c616ce2be1b2cd7fae28d7d68b06bc63eb8c52e103 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4e225f19c9d7e4961fe9b9bd099d78234adfe01029344c9ebe3694f93e19028d [INFO] running `Command { std: "docker" "start" "-a" "4e225f19c9d7e4961fe9b9bd099d78234adfe01029344c9ebe3694f93e19028d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/day_1-79517656e56add40) [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 (/opt/rustwide/target/debug/deps/day_2-0ebbe7b8d9c5e2cc) [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 (/opt/rustwide/target/debug/deps/day_3-70571d92b23888c5) [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 (/opt/rustwide/target/debug/deps/day_4-edc4f6dcd013a041) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/day_5-37bf93b8341bdc95) [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] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/day_6-84a58328cf8fccae) [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] [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 (/opt/rustwide/target/debug/deps/day_7-7ae802ae1d641424) [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 (/opt/rustwide/target/debug/deps/intcode-b19a6a95520d2981) [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 (/opt/rustwide/target/debug/deps/validators-a9b9bbc6657071b5) [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::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::LessThan (line 152) ... 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::Add (line 76) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode (line 65) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Output (line 118) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode (line 56) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Add (line 82) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Equals (line 181) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::LessThan (line 157) ... 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::JumpIfFalse (line 145) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::LessThan (line 162) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::JumpIfTrue (line 134) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Multiply (line 92) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Terminate (line 188) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Input (line 108) ... FAILED [INFO] [stdout] test src/lib.rs - Opcode::Input (line 113) ... FAILED [INFO] [stdout] test src/lib.rs - IntcodeComputer (line 255) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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::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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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 (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] | - possibly return type missing here? [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::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 (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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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] ---- 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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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::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] | - possibly return type missing here? [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] [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.30s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "4e225f19c9d7e4961fe9b9bd099d78234adfe01029344c9ebe3694f93e19028d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e225f19c9d7e4961fe9b9bd099d78234adfe01029344c9ebe3694f93e19028d", kill_on_drop: false }` [INFO] [stdout] 4e225f19c9d7e4961fe9b9bd099d78234adfe01029344c9ebe3694f93e19028d