Dec 02 05:54:30.588 INFO documenting lpc82x-0.5.0 against master#147e60c5f89cfa2d3ffc247413956a37582c98e7 for pr-55318-1 Dec 02 05:54:30.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318-1/worker-6/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55318-1/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +147e60c5f89cfa2d3ffc247413956a37582c98e7-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 02 05:54:30.852 INFO [stdout] c67c9d7be62b207a8462471414db6787b40f0682009d2d188030577c6bfa46a4 Dec 02 05:54:30.854 INFO running `"docker" "start" "-a" "c67c9d7be62b207a8462471414db6787b40f0682009d2d188030577c6bfa46a4"` Dec 02 05:54:31.652 INFO [stderr] usermod: no changes Dec 02 05:54:31.764 INFO [stderr] Compiling lpc82x v0.5.0 (/source) Dec 02 05:54:32.512 INFO [stderr] Documenting lpc82x v0.5.0 (/source) Dec 02 05:54:44.517 INFO [stderr] error: `[n]` cannot be resolved, ignoring it... Dec 02 05:54:44.518 INFO [stderr] --> src/adc/dat/mod.rs:106:192 Dec 02 05:54:44.518 INFO [stderr] | Dec 02 05:54:44.518 INFO [stderr] 106 | #[doc = "Bits 4:15 - This field contains the 12-bit A/D conversion result from the last conversion performed on this channel. This will be a binary fraction representing the voltage on the AD0[n] pin, as it falls within the range of VREFP to VREFN. Zero in the field indicates that the voltage on the input pin was less than, equal to, or close to that on VREFN, while 0xFFF indicates that the voltage on the input was close to, equal to, or greater than that on VREFP."] Dec 02 05:54:44.519 INFO [stderr] | ^ cannot be resolved, ignoring Dec 02 05:54:44.519 INFO [stderr] | Dec 02 05:54:44.519 INFO [stderr] note: lint level defined here Dec 02 05:54:44.520 INFO [stderr] --> src/lib.rs:3:9 Dec 02 05:54:44.520 INFO [stderr] | Dec 02 05:54:44.520 INFO [stderr] 3 | #![deny(warnings)] Dec 02 05:54:44.520 INFO [stderr] | ^^^^^^^^ Dec 02 05:54:44.521 INFO [stderr] = note: #[deny(intra_doc_link_resolution_failure)] implied by #[deny(warnings)] Dec 02 05:54:44.521 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.521 INFO [stderr] Dec 02 05:54:44.529 INFO [stderr] error: `[20:4]` cannot be resolved, ignoring it... Dec 02 05:54:44.529 INFO [stderr] --> src/flashctrl/fmsstart/mod.rs:77:93 Dec 02 05:54:44.530 INFO [stderr] | Dec 02 05:54:44.530 INFO [stderr] 77 | #[doc = "Bits 0:16 - Signature generation start address (corresponds to AHB byte address bits[20:4])."] Dec 02 05:54:44.530 INFO [stderr] | ^^^^ cannot be resolved, ignoring Dec 02 05:54:44.531 INFO [stderr] | Dec 02 05:54:44.531 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.531 INFO [stderr] Dec 02 05:54:44.532 INFO [stderr] error: `[20:4]` cannot be resolved, ignoring it... Dec 02 05:54:44.532 INFO [stderr] --> src/flashctrl/fmsstart/mod.rs:100:93 Dec 02 05:54:44.532 INFO [stderr] | Dec 02 05:54:44.532 INFO [stderr] 100 | #[doc = "Bits 0:16 - Signature generation start address (corresponds to AHB byte address bits[20:4])."] Dec 02 05:54:44.533 INFO [stderr] | ^^^^ cannot be resolved, ignoring Dec 02 05:54:44.533 INFO [stderr] | Dec 02 05:54:44.533 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.534 INFO [stderr] Dec 02 05:54:44.571 INFO [stderr] error: `[7:1]` cannot be resolved, ignoring it... Dec 02 05:54:44.571 INFO [stderr] --> src/i2c0/slvqual0/mod.rs:191:509 Dec 02 05:54:44.571 INFO [stderr] | Dec 02 05:54:44.571 INFO [stderr] 191 | #[doc = "Bits 1:7 - Slave address Qualifier for address 0. A value of 0 causes the address in SLVADR0 to be used as-is, assuming that it is enabled. If QUALMODE0 = 0, any bit in this field which is set to 1 will cause an automatic match of the corresponding bit of the received address when it is compared to the SLVADR0 register. If QUALMODE0 = 1, an address range is matched for address 0. This range extends from the value defined by SLVADR0 to the address defined by SLVQUAL0 (address matches when SLVADR0[7:1] <= received address < = SLVQUAL0[7:1])."] Dec 02 05:54:44.572 INFO [stderr] | ^^^ cannot be resolved, ignoring Dec 02 05:54:44.572 INFO [stderr] | Dec 02 05:54:44.572 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.573 INFO [stderr] Dec 02 05:54:44.573 INFO [stderr] error: `[7:1]` cannot be resolved, ignoring it... Dec 02 05:54:44.573 INFO [stderr] --> src/i2c0/slvqual0/mod.rs:191:547 Dec 02 05:54:44.574 INFO [stderr] | Dec 02 05:54:44.574 INFO [stderr] 191 | #[doc = "Bits 1:7 - Slave address Qualifier for address 0. A value of 0 causes the address in SLVADR0 to be used as-is, assuming that it is enabled. If QUALMODE0 = 0, any bit in this field which is set to 1 will cause an automatic match of the corresponding bit of the received address when it is compared to the SLVADR0 register. If QUALMODE0 = 1, an address range is matched for address 0. This range extends from the value defined by SLVADR0 to the address defined by SLVQUAL0 (address matches when SLVADR0[7:1] <= received address < = SLVQUAL0[7:1])."] Dec 02 05:54:44.574 INFO [stderr] | ^^^ cannot be resolved, ignoring Dec 02 05:54:44.575 INFO [stderr] | Dec 02 05:54:44.575 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.575 INFO [stderr] Dec 02 05:54:44.576 INFO [stderr] error: `[7:1]` cannot be resolved, ignoring it... Dec 02 05:54:44.576 INFO [stderr] --> src/i2c0/slvqual0/mod.rs:219:509 Dec 02 05:54:44.576 INFO [stderr] | Dec 02 05:54:44.576 INFO [stderr] 219 | #[doc = "Bits 1:7 - Slave address Qualifier for address 0. A value of 0 causes the address in SLVADR0 to be used as-is, assuming that it is enabled. If QUALMODE0 = 0, any bit in this field which is set to 1 will cause an automatic match of the corresponding bit of the received address when it is compared to the SLVADR0 register. If QUALMODE0 = 1, an address range is matched for address 0. This range extends from the value defined by SLVADR0 to the address defined by SLVQUAL0 (address matches when SLVADR0[7:1] <= received address < = SLVQUAL0[7:1])."] Dec 02 05:54:44.577 INFO [stderr] | ^^^ cannot be resolved, ignoring Dec 02 05:54:44.577 INFO [stderr] | Dec 02 05:54:44.577 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.577 INFO [stderr] Dec 02 05:54:44.578 INFO [stderr] error: `[7:1]` cannot be resolved, ignoring it... Dec 02 05:54:44.578 INFO [stderr] --> src/i2c0/slvqual0/mod.rs:219:547 Dec 02 05:54:44.578 INFO [stderr] | Dec 02 05:54:44.579 INFO [stderr] 219 | #[doc = "Bits 1:7 - Slave address Qualifier for address 0. A value of 0 causes the address in SLVADR0 to be used as-is, assuming that it is enabled. If QUALMODE0 = 0, any bit in this field which is set to 1 will cause an automatic match of the corresponding bit of the received address when it is compared to the SLVADR0 register. If QUALMODE0 = 1, an address range is matched for address 0. This range extends from the value defined by SLVADR0 to the address defined by SLVQUAL0 (address matches when SLVADR0[7:1] <= received address < = SLVQUAL0[7:1])."] Dec 02 05:54:44.579 INFO [stderr] | ^^^ cannot be resolved, ignoring Dec 02 05:54:44.579 INFO [stderr] | Dec 02 05:54:44.580 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 05:54:44.580 INFO [stderr] Dec 02 05:54:44.951 INFO [stderr] error: Could not document `lpc82x`. Dec 02 05:54:44.951 INFO [stderr] Dec 02 05:54:44.951 INFO [stderr] Caused by: Dec 02 05:54:44.952 INFO [stderr] process didn't exit successfully: `rustdoc --crate-name lpc82x src/lib.rs --color never -o /target/doc --document-private-items -L dependency=/target/debug/deps --extern bare_metal=/target/debug/deps/libbare_metal-af1384eb2915236f.rmeta --extern cortex_m=/target/debug/deps/libcortex_m-3d6cbe4ecb6b3009.rmeta --extern vcell=/target/debug/deps/libvcell-e5e68191a3ee383c.rmeta --cap-lints=forbid` (exit code: 1) Dec 02 05:54:44.954 INFO [stderr] su: No module specific data is present Dec 02 05:54:45.337 INFO running `"docker" "inspect" "c67c9d7be62b207a8462471414db6787b40f0682009d2d188030577c6bfa46a4"` Dec 02 05:54:45.461 INFO running `"docker" "rm" "-f" "c67c9d7be62b207a8462471414db6787b40f0682009d2d188030577c6bfa46a4"` Dec 02 05:54:45.593 INFO [stdout] c67c9d7be62b207a8462471414db6787b40f0682009d2d188030577c6bfa46a4