[INFO] cloning repository https://github.com/akkida746/RustProj [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akkida746/RustProj" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakkida746%2FRustProj", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakkida746%2FRustProj'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1e5a1d68dc18e81d96e32aa1db597416ca76496f [INFO] documenting akkida746/RustProj 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%2Fakkida746%2FRustProj" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akkida746/RustProj 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/akkida746/RustProj [INFO] finished tweaking git repo https://github.com/akkida746/RustProj [INFO] tweaked toml for git repo https://github.com/akkida746/RustProj written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/akkida746/RustProj 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 95c178bb1ac79ffee63dc6300ec9d27b48a765ac183b778373a12319f894f73e [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" "95c178bb1ac79ffee63dc6300ec9d27b48a765ac183b778373a12319f894f73e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "95c178bb1ac79ffee63dc6300ec9d27b48a765ac183b778373a12319f894f73e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95c178bb1ac79ffee63dc6300ec9d27b48a765ac183b778373a12319f894f73e", kill_on_drop: false }` [INFO] [stdout] 95c178bb1ac79ffee63dc6300ec9d27b48a765ac183b778373a12319f894f73e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 62a275b32152f4fd4eb5b731493334656274085b448376caafa0f883e81b70cc [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" "62a275b32152f4fd4eb5b731493334656274085b448376caafa0f883e81b70cc", kill_on_drop: false }` [INFO] [stderr] Documenting RustProj v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `getAge` should have a snake case name [INFO] [stdout] --> src/main.rs:152:8 [INFO] [stdout] | [INFO] [stdout] 152 | fn getAge(&self) -> i32{ [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `get_age` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `startCollections` should have a snake case name [INFO] [stdout] --> src/collections.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn startCollections(){ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `start_collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `changeValues` should have a snake case name [INFO] [stdout] --> src/collections.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | fn changeValues(mut list: Vec){ [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `change_values` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `errorHandling` should have a snake case name [INFO] [stdout] --> src/errorhandling.rs:1:16 [INFO] [stdout] | [INFO] [stdout] 1 | pub(crate) mod errorHandling{ [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `error_handling` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `errorHandling` should have a snake case name [INFO] [stdout] --> src/errorhandling.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn errorHandling(){ [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `error_handling` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `checkList` should have a snake case name [INFO] [stdout] --> src/errorhandling.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | fn checkList(list: Vec) -> Result{ [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `check_list` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `handleError` should have a snake case name [INFO] [stdout] --> src/errorhandling.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | fn handleError(gift : &str){ [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `handle_error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `startBounds` should have a snake case name [INFO] [stdout] --> src/bounds.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn startBounds(){ [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `start_bounds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getModuleName` should have a snake case name [INFO] [stdout] --> src/borrowing.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn getModuleName() -> String{ [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `get_module_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `printName` should have a snake case name [INFO] [stdout] --> src/module.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn printName(){ [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `print_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `callSelfFoo` should have a snake case name [INFO] [stdout] --> src/main.rs:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | pub(crate) fn callSelfFoo(){ [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `call_self_foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `callParentFoo` should have a snake case name [INFO] [stdout] --> src/main.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | pub(crate) fn callParentFoo(){ [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `call_parent_foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `printHouse` should have a snake case name [INFO] [stdout] --> src/main.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | pub(crate) fn printHouse(){ [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `print_house` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s [INFO] running `Command { std: "docker" "inspect" "62a275b32152f4fd4eb5b731493334656274085b448376caafa0f883e81b70cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62a275b32152f4fd4eb5b731493334656274085b448376caafa0f883e81b70cc", kill_on_drop: false }` [INFO] [stdout] 62a275b32152f4fd4eb5b731493334656274085b448376caafa0f883e81b70cc