[INFO] cloning repository https://github.com/debris/dcpu16 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/debris/dcpu16" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebris%2Fdcpu16", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebris%2Fdcpu16'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a16bdc305c292f9856c868b1770a89280c75ead3 [INFO] documenting debris/dcpu16 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebris%2Fdcpu16" "/workspace/builds/worker-33/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-33/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/debris/dcpu16 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/debris/dcpu16 [INFO] finished tweaking git repo https://github.com/debris/dcpu16 [INFO] tweaked toml for git repo https://github.com/debris/dcpu16 written to /workspace/builds/worker-33/source/Cargo.toml [INFO] crate git repo https://github.com/debris/dcpu16 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec4a08ac18ac7f7f0aa073cc3e76e381232b066b0fe24500fc775ff445c4b073 [INFO] running `Command { std: "docker" "start" "-a" "ec4a08ac18ac7f7f0aa073cc3e76e381232b066b0fe24500fc775ff445c4b073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec4a08ac18ac7f7f0aa073cc3e76e381232b066b0fe24500fc775ff445c4b073", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4a08ac18ac7f7f0aa073cc3e76e381232b066b0fe24500fc775ff445c4b073", kill_on_drop: false }` [INFO] [stdout] ec4a08ac18ac7f7f0aa073cc3e76e381232b066b0fe24500fc775ff445c4b073 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-33/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de4499ffde8f50557ddde2ca6b60d633cab539d0d57cbc4812b43f0a3f9e0ee4 [INFO] running `Command { std: "docker" "start" "-a" "de4499ffde8f50557ddde2ca6b60d633cab539d0d57cbc4812b43f0a3f9e0ee4", kill_on_drop: false }` [INFO] [stderr] Checking matches v0.1.2 [INFO] [stderr] Documenting dcpu16 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/cpu/cpu.rs:321:21 [INFO] [stdout] | [INFO] [stdout] 321 | n @ 0x0 ... 0x7 => self.registers[n as usize], [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/cpu/cpu.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 322 | n @ 0x8 ... 0xf => self.memory.get(self.registers[(n - 0x8) as usize] as usize), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/cpu/cpu.rs:323:22 [INFO] [stdout] | [INFO] [stdout] 323 | n @ 0x10 ... 0x17 => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/cpu/cpu.rs:343:22 [INFO] [stdout] | [INFO] [stdout] 343 | n @ 0x20 ... 0x3f => ((n as u16).wrapping_sub(0x21)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/cpu/cpu.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | n @ 0x0 ... 0x7 => self.registers[n as usize] = value, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:180:16 [INFO] [stdout] | [INFO] [stdout] 180 | '0'...'9' => Some(self.consume_number(10)), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:181:16 [INFO] [stdout] | [INFO] [stdout] 181 | 'a'...'z' | 'A'...'Z' => Some(self.consume_word()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:181:28 [INFO] [stdout] | [INFO] [stdout] 181 | 'a'...'z' | 'A'...'Z' => Some(self.consume_word()), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | '0'...'9' => self.advance(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:248:20 [INFO] [stdout] | [INFO] [stdout] 248 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => self.advance(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:248:32 [INFO] [stdout] | [INFO] [stdout] 248 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => self.advance(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/dcpu/assembly/tokenizer.rs:248:44 [INFO] [stdout] | [INFO] [stdout] 248 | 'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => self.advance(1), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.35s [INFO] running `Command { std: "docker" "inspect" "de4499ffde8f50557ddde2ca6b60d633cab539d0d57cbc4812b43f0a3f9e0ee4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de4499ffde8f50557ddde2ca6b60d633cab539d0d57cbc4812b43f0a3f9e0ee4", kill_on_drop: false }` [INFO] [stdout] de4499ffde8f50557ddde2ca6b60d633cab539d0d57cbc4812b43f0a3f9e0ee4