[INFO] cloning repository https://github.com/MwlLj/rust_parse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MwlLj/rust_parse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMwlLj%2Frust_parse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMwlLj%2Frust_parse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a8017251ca4864f483a06daf458de613f82b9aa3 [INFO] documenting MwlLj/rust_parse 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%2FMwlLj%2Frust_parse" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MwlLj/rust_parse 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/MwlLj/rust_parse [INFO] finished tweaking git repo https://github.com/MwlLj/rust_parse [INFO] tweaked toml for git repo https://github.com/MwlLj/rust_parse written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 3210b44e21669a7c7225c6f5739520f07d824ac44335c00ede1efe614107f94f [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" "3210b44e21669a7c7225c6f5739520f07d824ac44335c00ede1efe614107f94f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3210b44e21669a7c7225c6f5739520f07d824ac44335c00ede1efe614107f94f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3210b44e21669a7c7225c6f5739520f07d824ac44335c00ede1efe614107f94f", kill_on_drop: false }` [INFO] [stdout] 3210b44e21669a7c7225c6f5739520f07d824ac44335c00ede1efe614107f94f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] d6a6e3d48688b6770c7f923adf947fc7c00e0505cafd613255ffe04fd9fa40a6 [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" "d6a6e3d48688b6770c7f923adf947fc7c00e0505cafd613255ffe04fd9fa40a6", kill_on_drop: false }` [INFO] [stderr] Documenting rust_parse v0.1.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `mode` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:22:6 [INFO] [stdout] | [INFO] [stdout] 22 | enum mode { [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Mode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `proto` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | proto, [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Proto` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `addr` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | addr, [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Addr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `path` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | path, [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `param` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | param [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `Param` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `kvmode` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | enum kvmode { [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Kvmode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `normal` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | normal, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `Normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `key` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | key, [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case (notice the capitalization): `Key` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `value` should have an upper camel case name [INFO] [stdout] --> src/url/urlsplit.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | value [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `printHelp` should have a snake case name [INFO] [stdout] --> src/cmd/mod.rs:66:8 [INFO] [stdout] | [INFO] [stdout] 66 | fn printHelp(&self) { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `print_help` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `u8ArrSplit` should have a snake case name [INFO] [stdout] --> src/string/u8_parse.rs:1:8 [INFO] [stdout] | [INFO] [stdout] 1 | pub fn u8ArrSplit(data: &[u8], c: u8, callback: &mut F) -> Result<(), std::io::Error> [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `u8_arr_split` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn line(&mut self, startLen: u64, t: &mut T, f: &mut F) -> Result<(), &str> [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block.rs:40:38 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn lines(&mut self, startLen: u64, t: &mut T, f: &mut F, lf: &mut L) -> Result<(), &str> [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_with_errcode.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn line(&mut self, startLen: u64, t: &mut T, f: &mut F) -> Result [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_with_errcode.rs:58:38 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn lines(&mut self, startLen: u64, t: &mut T, f: &mut F, lf: &mut L) -> Result<(), &str> [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `clearReadBuffer` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_with_errcode.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn clearReadBuffer(&mut self, offset: u64) -> Result<(), &str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `clear_read_buffer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_move.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn line(&mut self, startLen: u64, mut t: T, f: &mut F) -> Result [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_move.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn lines(&mut self, startLen: u64, mut t: T, f: &mut F, lf: &mut L) -> Result<(), &str> [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_mut.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn line(&mut self, startLen: u64, t: &mut T, f: &mut F) -> Result<(), &str> [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `startLen` should have a snake case name [INFO] [stdout] --> src/stream/tcp_block_mut.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn lines(&mut self, startLen: u64, t: &mut T, f: &mut F, lt: &mut LT, lf: &mut L) -> Result<(), &str> [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `start_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `Command { std: "docker" "inspect" "d6a6e3d48688b6770c7f923adf947fc7c00e0505cafd613255ffe04fd9fa40a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6a6e3d48688b6770c7f923adf947fc7c00e0505cafd613255ffe04fd9fa40a6", kill_on_drop: false }` [INFO] [stdout] d6a6e3d48688b6770c7f923adf947fc7c00e0505cafd613255ffe04fd9fa40a6