[INFO] cloning repository https://github.com/ikornaselur/corrosiones [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ikornaselur/corrosiones" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikornaselur%2Fcorrosiones", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikornaselur%2Fcorrosiones'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7455790068b5db3cd0cc955a47e14435dc5faaa2 [INFO] documenting ikornaselur/corrosiones against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fikornaselur%2Fcorrosiones" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ikornaselur/corrosiones on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ikornaselur/corrosiones [INFO] finished tweaking git repo https://github.com/ikornaselur/corrosiones [INFO] tweaked toml for git repo https://github.com/ikornaselur/corrosiones written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ikornaselur/corrosiones already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 847ecd9f2f2f3106a0bd55a8be403971e322a85cec969d7f5874785d792f326e [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" "847ecd9f2f2f3106a0bd55a8be403971e322a85cec969d7f5874785d792f326e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "847ecd9f2f2f3106a0bd55a8be403971e322a85cec969d7f5874785d792f326e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "847ecd9f2f2f3106a0bd55a8be403971e322a85cec969d7f5874785d792f326e", kill_on_drop: false }` [INFO] [stdout] 847ecd9f2f2f3106a0bd55a8be403971e322a85cec969d7f5874785d792f326e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4dbf07d81bcba07b53bcf6221b3222ddc6c2ade70e060fb2514fd70cf12d5af [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" "b4dbf07d81bcba07b53bcf6221b3222ddc6c2ade70e060fb2514fd70cf12d5af", kill_on_drop: false }` [INFO] [stderr] Documenting corrosiones v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | / /// # Absolute Addressing [INFO] [stdout] 8 | | /// Instructions using absolute addressing contain a full 16 bit address to identify the target location. [INFO] [stdout] 9 | | /// [INFO] [stdout] 10 | | /// # Example [INFO] [stdout] ... | [INFO] [stdout] 14 | | /// JSR WIBBLE ;Call subroutine WIBBLE [INFO] [stdout] 15 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | / /// # X Indexed Addressing [INFO] [stdout] 18 | | /// Instructions using X indexed absolute addressing contain a full 16-bit address and add the [INFO] [stdout] 19 | | /// contents of the X register. If X contains $13 and an instruction provides the address [INFO] [stdout] 20 | | /// `$1000`, then `$1013` will be used. [INFO] [stdout] ... | [INFO] [stdout] 25 | | /// ROR CRC,X ;Rotate right one bit [INFO] [stdout] 26 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | / /// Y Indexed Addressing [INFO] [stdout] 29 | | /// The Y register indexed absolute addressing mode is the same as the previous mode only with [INFO] [stdout] 30 | | /// the contents of the Y register added to the 16 bit address from the instruction. [INFO] [stdout] 31 | | /// [INFO] [stdout] ... | [INFO] [stdout] 35 | | /// STA MEM,Y ;Store accumulator in memory [INFO] [stdout] 36 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | / /// # Immediate Addressing [INFO] [stdout] 42 | | /// Immediate addressing allows the programmer to directly specify an 8 bit constant within the [INFO] [stdout] 43 | | /// instruction. It is indicated by a '#' symbol followed by an numeric expression. [INFO] [stdout] 44 | | /// [INFO] [stdout] ... | [INFO] [stdout] 49 | | /// LDY #HI LABEL ;Load the MSB of a 16 bit address into Y [INFO] [stdout] 50 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | / /// # Indirect Addressing [INFO] [stdout] 53 | | /// JMP is the only 6502 instruction to support indirection. The instruction contains a 16 bit [INFO] [stdout] 54 | | /// address which identifies the location of the least significant byte of another 16 bit [INFO] [stdout] 55 | | /// memory address which is the real target of the instruction. [INFO] [stdout] ... | [INFO] [stdout] 64 | | /// JMP (TARGET) ;Jump via a labelled memory area [INFO] [stdout] 65 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | / /// # Pre-Indexed Indirect Addressing [INFO] [stdout] 68 | | /// Indexed indirect addressing is normally used in conjunction with a table of address held on [INFO] [stdout] 69 | | /// zero page. The address of the table is taken from the instruction and the X register added [INFO] [stdout] 70 | | /// to it (with zero page wrap around) to give the location of the least significant byte of [INFO] [stdout] ... | [INFO] [stdout] 76 | | /// STA (MEM,X) ;Store accumulator indirectly into memory [INFO] [stdout] 77 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | / /// # Post-Indexed Indirect Addressing [INFO] [stdout] 80 | | /// Indirect indirect addressing is the most common indirection mode used on the 6502. In [INFO] [stdout] 81 | | /// instruction contains the zero page location of the least significant byte of 16 bit [INFO] [stdout] 82 | | /// address. The Y register is dynamically added to this value to generated the actual target [INFO] [stdout] ... | [INFO] [stdout] 88 | | /// STA (DST),Y ;Store accumulator indirectly into memory [INFO] [stdout] 89 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / /// # Relative addressing [INFO] [stdout] 92 | | /// Relative addressing mode is used by branch instructions (e.g. `BEQ`, `BNE`, etc.) which [INFO] [stdout] 93 | | /// contain a signed 8 bit relative offset (e.g. `-128` to `+127`) which is added to program [INFO] [stdout] 94 | | /// counter if the condition is true. As the program counter itself is incremented during [INFO] [stdout] ... | [INFO] [stdout] 101 | | /// BNE *+4 ;Skip over the following 2 byte instruction [INFO] [stdout] 102 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:104:5 [INFO] [stdout] | [INFO] [stdout] 104 | / /// # Zero-Page Addressing [INFO] [stdout] 105 | | /// An instruction using zero page addressing mode has only an 8 bit address operand. This [INFO] [stdout] 106 | | /// limits it to addressing only the first 256 bytes of memory (e.g. `$0000` to `$00FF`) where [INFO] [stdout] 107 | | /// the most significant byte of the address is always zero. In zero page mode only the least [INFO] [stdout] ... | [INFO] [stdout] 118 | | /// ASL ANSWER ;Shift labelled location ANSWER left [INFO] [stdout] 119 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / /// # Zero-Page X Indexed Addressing [INFO] [stdout] 122 | | /// The address to be accessed by an instruction using indexed zero page addressing is [INFO] [stdout] 123 | | /// calculated by taking the 8 bit zero page address from the instruction and adding the [INFO] [stdout] 124 | | /// current value of the X register to it. For example if the X register contains `$0F` and the [INFO] [stdout] ... | [INFO] [stdout] 135 | | /// AND TEMP,X ;Logical AND accumulator with a zero page value [INFO] [stdout] 136 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/cpu/addressing.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / /// # Zero-Page Y Indexed Addressing [INFO] [stdout] 139 | | /// The address to be accessed by an instruction using indexed zero page addressing is [INFO] [stdout] 140 | | /// calculated by taking the 8 bit zero page address from the instruction and adding the [INFO] [stdout] 141 | | /// current value of the Y register to it. This mode can only be used with the LDX and STX [INFO] [stdout] ... | [INFO] [stdout] 147 | | /// STX TEMP,Y ;Store the X register in a location on zero page [INFO] [stdout] 148 | | /// ``` [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.60s [INFO] running `Command { std: "docker" "inspect" "b4dbf07d81bcba07b53bcf6221b3222ddc6c2ade70e060fb2514fd70cf12d5af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4dbf07d81bcba07b53bcf6221b3222ddc6c2ade70e060fb2514fd70cf12d5af", kill_on_drop: false }` [INFO] [stdout] b4dbf07d81bcba07b53bcf6221b3222ddc6c2ade70e060fb2514fd70cf12d5af