[INFO] cloning repository https://github.com/aep000/myvm-LC3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aep000/myvm-LC3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faep000%2Fmyvm-LC3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faep000%2Fmyvm-LC3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3428c8ff1af1990250b6b1f776f71b3f85b7e6a3 [INFO] documenting aep000/myvm-LC3 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faep000%2Fmyvm-LC3" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aep000/myvm-LC3 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aep000/myvm-LC3 [INFO] finished tweaking git repo https://github.com/aep000/myvm-LC3 [INFO] tweaked toml for git repo https://github.com/aep000/myvm-LC3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/aep000/myvm-LC3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0813af7b685b2be79037a0d98161882e4dd7140a59bee7ffe60dc31f846c38a6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0813af7b685b2be79037a0d98161882e4dd7140a59bee7ffe60dc31f846c38a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0813af7b685b2be79037a0d98161882e4dd7140a59bee7ffe60dc31f846c38a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0813af7b685b2be79037a0d98161882e4dd7140a59bee7ffe60dc31f846c38a6", kill_on_drop: false }` [INFO] [stdout] 0813af7b685b2be79037a0d98161882e4dd7140a59bee7ffe60dc31f846c38a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "RUSTDOCFLAGS=--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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9be8afa1f859924521a14d8866cf75ca5fa8a70dc08fe1f3a5030c7c1efbd1f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e9be8afa1f859924521a14d8866cf75ca5fa8a70dc08fe1f3a5030c7c1efbd1f", 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] [stderr] Documenting myvm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | if (((x >> (bit_count - 1)) & 1)==0) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | if (context.Reg[r] == 0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:23:13 [INFO] [stdout] | [INFO] [stdout] 23 | else if (context.Reg[r] >> 15 == 1) /* a 1 in the left-most bit indicates negative */ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FL_POS` should have an upper camel case name [INFO] [stdout] --> src/instructions.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | FL_POS = 1 << 0, /* P */ [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FlPos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FL_ZRO` should have an upper camel case name [INFO] [stdout] --> src/instructions.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | FL_ZRO = 1 << 1, /* Z */ [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FlZro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `FL_NEG` should have an upper camel case name [INFO] [stdout] --> src/instructions.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | FL_NEG = 1 << 2, /* N */ [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `FlNeg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/instructions.rs:70:22 [INFO] [stdout] | [INFO] [stdout] 70 | while(context.Memory[c as usize]!=0){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:122:19 [INFO] [stdout] | [INFO] [stdout] 122 | if(conds & context.Reg[RNum!(Registers::RCOND)] == conds){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | if (immediatMode == 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:167:19 [INFO] [stdout] | [INFO] [stdout] 167 | if(flag == 0){ [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/instructions.rs:182:20 [INFO] [stdout] | [INFO] [stdout] 182 | if (immediatMode == 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:56:11 [INFO] [stdout] | [INFO] [stdout] 56 | if(op< Instruction::ICOUNT as u16){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "e9be8afa1f859924521a14d8866cf75ca5fa8a70dc08fe1f3a5030c7c1efbd1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9be8afa1f859924521a14d8866cf75ca5fa8a70dc08fe1f3a5030c7c1efbd1f", kill_on_drop: false }` [INFO] [stdout] e9be8afa1f859924521a14d8866cf75ca5fa8a70dc08fe1f3a5030c7c1efbd1f