[INFO] cloning repository https://github.com/uasi/crustmark [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uasi/crustmark" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuasi%2Fcrustmark", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuasi%2Fcrustmark'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2ddaaad47d664c9b26d0e67be2953e3de2b68362 [INFO] documenting uasi/crustmark 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%2Fuasi%2Fcrustmark" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/uasi/crustmark 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/uasi/crustmark [INFO] finished tweaking git repo https://github.com/uasi/crustmark [INFO] tweaked toml for git repo https://github.com/uasi/crustmark written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/uasi/crustmark 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 839401d603bfe2416884b5703e2b625f92ab0eb2cc6b1c9b75872d79671921f2 [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" "839401d603bfe2416884b5703e2b625f92ab0eb2cc6b1c9b75872d79671921f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "839401d603bfe2416884b5703e2b625f92ab0eb2cc6b1c9b75872d79671921f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "839401d603bfe2416884b5703e2b625f92ab0eb2cc6b1c9b75872d79671921f2", kill_on_drop: false }` [INFO] [stdout] 839401d603bfe2416884b5703e2b625f92ab0eb2cc6b1c9b75872d79671921f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 0b0fbf77bcbacb8cdefbe3441db31f6270a06ba6ab2320d5aafd8f04df8e9ac6 [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" "0b0fbf77bcbacb8cdefbe3441db31f6270a06ba6ab2320d5aafd8f04df8e9ac6", kill_on_drop: false }` [INFO] [stderr] Documenting crustmark v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:346:70 [INFO] [stdout] | [INFO] [stdout] 346 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:543:58 [INFO] [stdout] | [INFO] [stdout] 543 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:662:58 [INFO] [stdout] | [INFO] [stdout] 662 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:738:42 [INFO] [stdout] | [INFO] [stdout] 738 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:766:42 [INFO] [stdout] | [INFO] [stdout] 766 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:819:46 [INFO] [stdout] | [INFO] [stdout] 819 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:1032:46 [INFO] [stdout] | [INFO] [stdout] 1032 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:1094:58 [INFO] [stdout] | [INFO] [stdout] 1094 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:1624:70 [INFO] [stdout] | [INFO] [stdout] 1624 | ... if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:1762:46 [INFO] [stdout] | [INFO] [stdout] 1762 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:1846:34 [INFO] [stdout] | [INFO] [stdout] 1846 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:2007:124 [INFO] [stdout] | [INFO] [stdout] 2007 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:2059:124 [INFO] [stdout] | [INFO] [stdout] 2059 | ... 1u [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/parse.rs:2465:46 [INFO] [stdout] | [INFO] [stdout] 2465 | if repeat_value.len() >= 1u { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `data::List`, `data::Para`, `data::Plain`, `data::Text`, `data::BlockQuote`, `data::Verbatim`, `data::HorizontalRule`, `data::Raw`, `data::LineBreak`, `data::Space`, `data::H1`, `data::H2`, `data::H3`, `data::H4`, `data::H5`, `data::H6`, `data::Terminal` [INFO] [stdout] --> src/format.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | List, [INFO] [stdout] | ^^^^ no `List` in `data` [INFO] [stdout] 4 | Para, [INFO] [stdout] | ^^^^ no `Para` in `data` [INFO] [stdout] 5 | Plain, [INFO] [stdout] | ^^^^^ no `Plain` in `data` [INFO] [stdout] 6 | Text, [INFO] [stdout] | ^^^^ no `Text` in `data` [INFO] [stdout] 7 | BlockQuote, [INFO] [stdout] | ^^^^^^^^^^ no `BlockQuote` in `data` [INFO] [stdout] 8 | Verbatim, [INFO] [stdout] | ^^^^^^^^ no `Verbatim` in `data` [INFO] [stdout] 9 | HorizontalRule, [INFO] [stdout] | ^^^^^^^^^^^^^^ no `HorizontalRule` in `data` [INFO] [stdout] 10 | Raw, [INFO] [stdout] | ^^^ no `Raw` in `data` [INFO] [stdout] 11 | LineBreak, [INFO] [stdout] | ^^^^^^^^^ no `LineBreak` in `data` [INFO] [stdout] 12 | Space, [INFO] [stdout] | ^^^^^ no `Space` in `data` [INFO] [stdout] 13 | H1, [INFO] [stdout] | ^^ [INFO] [stdout] 14 | H2, [INFO] [stdout] | ^^ [INFO] [stdout] 15 | H3, [INFO] [stdout] | ^^ [INFO] [stdout] 16 | H4, [INFO] [stdout] | ^^ [INFO] [stdout] 17 | H5, [INFO] [stdout] | ^^ [INFO] [stdout] 18 | H6, [INFO] [stdout] | ^^ [INFO] [stdout] 19 | Terminal [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `data::List`, `data::Para`, `data::Plain`, `data::Text`, `data::BlockQuote`, `data::Verbatim`, `data::HorizontalRule`, `data::Raw`, `data::LineBreak`, `data::Space`, `data::H1`, `data::H2`, `data::H3`, `data::H4`, `data::H5`, `data::H6`, `data::Terminal` [INFO] [stdout] --> src/parse.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | List, [INFO] [stdout] | ^^^^ no `List` in `data` [INFO] [stdout] 8 | Para, [INFO] [stdout] | ^^^^ no `Para` in `data` [INFO] [stdout] 9 | Plain, [INFO] [stdout] | ^^^^^ no `Plain` in `data` [INFO] [stdout] 10 | Text, [INFO] [stdout] | ^^^^ no `Text` in `data` [INFO] [stdout] 11 | BlockQuote, [INFO] [stdout] | ^^^^^^^^^^ no `BlockQuote` in `data` [INFO] [stdout] 12 | Verbatim, [INFO] [stdout] | ^^^^^^^^ no `Verbatim` in `data` [INFO] [stdout] 13 | HorizontalRule, [INFO] [stdout] | ^^^^^^^^^^^^^^ no `HorizontalRule` in `data` [INFO] [stdout] 14 | Raw, [INFO] [stdout] | ^^^ no `Raw` in `data` [INFO] [stdout] 15 | LineBreak, [INFO] [stdout] | ^^^^^^^^^ no `LineBreak` in `data` [INFO] [stdout] 16 | Space, [INFO] [stdout] | ^^^^^ no `Space` in `data` [INFO] [stdout] 17 | H1, [INFO] [stdout] | ^^ [INFO] [stdout] 18 | H2, [INFO] [stdout] | ^^ [INFO] [stdout] 19 | H3, [INFO] [stdout] | ^^ [INFO] [stdout] 20 | H4, [INFO] [stdout] | ^^ [INFO] [stdout] 21 | H5, [INFO] [stdout] | ^^ [INFO] [stdout] 22 | H6, [INFO] [stdout] | ^^ [INFO] [stdout] 23 | Terminal [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> src/data.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[deriving(PartialEq, Show)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/data.rs:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn from_heading_level(u: uint) -> Key { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/data.rs:35:36 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn heading_level(&self) -> uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 26 | enum ParseResult { Matched(uint, T), Failed, } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | max_err_pos: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 36 | fn mark_failure(&mut self, pos: uint, expected: &'static str) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:46:55 [INFO] [stdout] | [INFO] [stdout] 46 | fn slice_eq(input: &str, state: &mut ParseState, pos: uint, m: &'static str) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:56:55 [INFO] [stdout] | [INFO] [stdout] 56 | fn any_char(input: &str, state: &mut ParseState, pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:64:34 [INFO] [stdout] | [INFO] [stdout] 64 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:64:44 [INFO] [stdout] | [INFO] [stdout] 64 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:64:50 [INFO] [stdout] | [INFO] [stdout] 64 | fn pos_to_line(input: &str, pos: uint) -> (uint, uint) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:75:71 [INFO] [stdout] | [INFO] [stdout] 75 | fn parse_doc<'input>(input: &'input str, state: &mut ParseState, pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:79:73 [INFO] [stdout] | [INFO] [stdout] 79 | fn parse_block<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:148:31 [INFO] [stdout] | [INFO] [stdout] 148 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:158:34 [INFO] [stdout] | [INFO] [stdout] 158 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:252:33 [INFO] [stdout] | [INFO] [stdout] 252 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:315:35 [INFO] [stdout] | [INFO] [stdout] 315 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:473:38 [INFO] [stdout] | [INFO] [stdout] 473 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:483:39 [INFO] [stdout] | [INFO] [stdout] 483 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:602:39 [INFO] [stdout] | [INFO] [stdout] 602 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:721:38 [INFO] [stdout] | [INFO] [stdout] 721 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:749:38 [INFO] [stdout] | [INFO] [stdout] 749 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:777:35 [INFO] [stdout] | [INFO] [stdout] 777 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:799:39 [INFO] [stdout] | [INFO] [stdout] 799 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:839:69 [INFO] [stdout] | [INFO] [stdout] 839 | ... state: &mut ParseState, pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1012:32 [INFO] [stdout] | [INFO] [stdout] 1012 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1052:38 [INFO] [stdout] | [INFO] [stdout] 1052 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1124:70 [INFO] [stdout] | [INFO] [stdout] 1124 | ... state: &mut ParseState, pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1142:39 [INFO] [stdout] | [INFO] [stdout] 1142 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1592:72 [INFO] [stdout] | [INFO] [stdout] 1592 | fn parse_para<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1651:73 [INFO] [stdout] | [INFO] [stdout] 1651 | fn parse_plain<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1670:31 [INFO] [stdout] | [INFO] [stdout] 1670 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1793:74 [INFO] [stdout] | [INFO] [stdout] 1793 | fn parse_inline<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1804:39 [INFO] [stdout] | [INFO] [stdout] 1804 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1822:38 [INFO] [stdout] | [INFO] [stdout] 1822 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1852:39 [INFO] [stdout] | [INFO] [stdout] 1852 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1874:31 [INFO] [stdout] | [INFO] [stdout] 1874 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:1890:38 [INFO] [stdout] | [INFO] [stdout] 1890 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2146:40 [INFO] [stdout] | [INFO] [stdout] 2146 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2186:34 [INFO] [stdout] | [INFO] [stdout] 2186 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2213:34 [INFO] [stdout] | [INFO] [stdout] 2213 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2222:71 [INFO] [stdout] | [INFO] [stdout] 2222 | fn parse_eof<'input>(input: &'input str, state: &mut ParseState, pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2232:70 [INFO] [stdout] | [INFO] [stdout] 2232 | fn parse_sp<'input>(input: &'input str, state: &mut ParseState, pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2248:33 [INFO] [stdout] | [INFO] [stdout] 2248 | ... pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2258:31 [INFO] [stdout] | [INFO] [stdout] 2258 | pos: uint) -> ParseResult<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2296:74 [INFO] [stdout] | [INFO] [stdout] 2296 | fn parse_indent<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2307:37 [INFO] [stdout] | [INFO] [stdout] 2307 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2316:72 [INFO] [stdout] | [INFO] [stdout] 2316 | fn parse_line<'input>(input: &'input str, state: &mut ParseState, pos: uint) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2335:32 [INFO] [stdout] | [INFO] [stdout] 2335 | pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2370:54 [INFO] [stdout] | [INFO] [stdout] 2370 | ... pos: uint) -> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/parse.rs:2446:33 [INFO] [stdout] | [INFO] [stdout] 2446 | ... pos: uint) -> ParseResult { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 68 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `crustmark`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name crustmark src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "0b0fbf77bcbacb8cdefbe3441db31f6270a06ba6ab2320d5aafd8f04df8e9ac6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b0fbf77bcbacb8cdefbe3441db31f6270a06ba6ab2320d5aafd8f04df8e9ac6", kill_on_drop: false }` [INFO] [stdout] 0b0fbf77bcbacb8cdefbe3441db31f6270a06ba6ab2320d5aafd8f04df8e9ac6