[INFO] cloning repository https://github.com/takatori/x86emulator-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/takatori/x86emulator-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakatori%2Fx86emulator-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakatori%2Fx86emulator-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0fc0f2754902fad2c3207ab02a3c9f6468950c8c [INFO] documenting takatori/x86emulator-rs against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftakatori%2Fx86emulator-rs" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/takatori/x86emulator-rs on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/takatori/x86emulator-rs [INFO] finished tweaking git repo https://github.com/takatori/x86emulator-rs [INFO] tweaked toml for git repo https://github.com/takatori/x86emulator-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/takatori/x86emulator-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 083c0249129b6a6ee405791028d20a1f4d0d69b3e33e8e573ffccf5c0366d700 [INFO] running `Command { std: "docker" "start" "-a" "083c0249129b6a6ee405791028d20a1f4d0d69b3e33e8e573ffccf5c0366d700", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "083c0249129b6a6ee405791028d20a1f4d0d69b3e33e8e573ffccf5c0366d700", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "083c0249129b6a6ee405791028d20a1f4d0d69b3e33e8e573ffccf5c0366d700", kill_on_drop: false }` [INFO] [stdout] 083c0249129b6a6ee405791028d20a1f4d0d69b3e33e8e573ffccf5c0366d700 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 053ecc183c614ae2a8a764296d164edcdfa357dcedc2b2bc7038a02e577972a0 [INFO] running `Command { std: "docker" "start" "-a" "053ecc183c614ae2a8a764296d164edcdfa357dcedc2b2bc7038a02e577972a0", kill_on_drop: false }` [INFO] [stderr] Documenting x86emulator-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: `match` arm body without braces [INFO] [stdout] --> src/instruction.rs:193:17 [INFO] [stdout] | [INFO] [stdout] 193 | 0x10 => bios_video(emu); // todo [INFO] [stdout] | -- ^^^^^^^^^^^^^^^- help: use a comma to end a `match` arm expression: `,` [INFO] [stdout] | | | [INFO] [stdout] | | this statement is not surrounded by a body [INFO] [stdout] | while parsing the `match` arm starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `match` arm body without braces [INFO] [stdout] --> src/instruction.rs:194:14 [INFO] [stdout] | [INFO] [stdout] 194 | _ => println!("unknown interrupt: 0x{}", int_index); // todo [INFO] [stdout] | -- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: use a comma to end a `match` arm expression: `,` [INFO] [stdout] | | | [INFO] [stdout] | | this statement is not surrounded by a body [INFO] [stdout] | while parsing the `match` arm starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(associated_consts)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute [INFO] [stdout] | [INFO] [stdout] = help: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/emulator.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | const ZERO_FLAG: u32 = (1 << 6); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 5 - const ZERO_FLAG: u32 = (1 << 6); [INFO] [stdout] 5 + const ZERO_FLAG: u32 = 1 << 6; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/emulator.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 6 | const SIGN_FLAG: u32 = (1 << 7); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6 - const SIGN_FLAG: u32 = (1 << 7); [INFO] [stdout] 6 + const SIGN_FLAG: u32 = 1 << 7; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/emulator.rs:7:28 [INFO] [stdout] | [INFO] [stdout] 7 | const OVERFLOW_FLAG: u32 = (1 << 11); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 7 - const OVERFLOW_FLAG: u32 = (1 << 11); [INFO] [stdout] 7 + const OVERFLOW_FLAG: u32 = 1 << 11; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/instruction.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | emu.eip += (diff as u32 + 5); // TODO: マイナス時の処理 [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 38 - emu.eip += (diff as u32 + 5); // TODO: マイナス時の処理 [INFO] [stdout] 38 + emu.eip += diff as u32 + 5; // TODO: マイナス時の処理 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/instruction.rs:178:16 [INFO] [stdout] | [INFO] [stdout] 178 | emu.eip += (diff + 2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 178 - emu.eip += (diff + 2); [INFO] [stdout] 178 + emu.eip += diff + 2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/instruction.rs:183:16 [INFO] [stdout] | [INFO] [stdout] 183 | emu.eip += (diff + 2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 183 - emu.eip += (diff + 2); [INFO] [stdout] 183 + emu.eip += diff + 2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/modrm.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | self.rm = (code & 0x07); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 51 - self.rm = (code & 0x07); [INFO] [stdout] 51 + self.rm = code & 0x07; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not document `x86emulator-rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name x86emulator_rs src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=e0c3d4c61cb1e822 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "053ecc183c614ae2a8a764296d164edcdfa357dcedc2b2bc7038a02e577972a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "053ecc183c614ae2a8a764296d164edcdfa357dcedc2b2bc7038a02e577972a0", kill_on_drop: false }` [INFO] [stdout] 053ecc183c614ae2a8a764296d164edcdfa357dcedc2b2bc7038a02e577972a0