[INFO] updating cached repository https://github.com/neerajbisht1987/hellocargo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 898c0403c77f18e63b407329e244627069ced582 [INFO] documenting neerajbisht1987/hellocargo against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneerajbisht1987%2Fhellocargo" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neerajbisht1987/hellocargo on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/neerajbisht1987/hellocargo [INFO] finished tweaking git repo https://github.com/neerajbisht1987/hellocargo [INFO] tweaked toml for git repo https://github.com/neerajbisht1987/hellocargo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/neerajbisht1987/hellocargo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0af582418d3c6f130ab023d24347c6dfef21d1ccd33f0525103c12c34be429fa [INFO] running `Command { std: "docker" "start" "-a" "0af582418d3c6f130ab023d24347c6dfef21d1ccd33f0525103c12c34be429fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0af582418d3c6f130ab023d24347c6dfef21d1ccd33f0525103c12c34be429fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0af582418d3c6f130ab023d24347c6dfef21d1ccd33f0525103c12c34be429fa", kill_on_drop: false }` [INFO] [stdout] 0af582418d3c6f130ab023d24347c6dfef21d1ccd33f0525103c12c34be429fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faa53cdfba741a47864fd73f8a566663b4ae313b6db5e6d50dcba233d853c4a1 [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" "faa53cdfba741a47864fd73f8a566663b4ae313b6db5e6d50dcba233d853c4a1", kill_on_drop: false }` [INFO] [stderr] Documenting hello_cargo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `item_list` should have an upper camel case name [INFO] [stdout] --> src/main.rs:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | enum item_list { [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to upper camel case: `ItemList` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `pair` should have an upper camel case name [INFO] [stdout] --> src/main.rs:99:2 [INFO] [stdout] | [INFO] [stdout] 99 | pair{x:u32,y:Box}, [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Pair` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `refCount` should have an upper camel case name [INFO] [stdout] --> src/main.rs:161:8 [INFO] [stdout] | [INFO] [stdout] 161 | struct refCount [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `RefCount` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `LinkList` should have a snake case name [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | mod LinkList; [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `link_list` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `LinkList_testing` should have a snake case name [INFO] [stdout] --> src/main.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn LinkList_testing() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `link_list_testing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `Rfcell_testing` should have a snake case name [INFO] [stdout] --> src/main.rs:141:4 [INFO] [stdout] | [INFO] [stdout] 141 | fn Rfcell_testing() { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `rfcell_testing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `reference_Count_Testing` should have a snake case name [INFO] [stdout] --> src/main.rs:166:4 [INFO] [stdout] | [INFO] [stdout] 166 | fn reference_Count_Testing() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `reference_count_testing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `nodeInfo` should have a snake case name [INFO] [stdout] --> src/LinkList.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | nodeInfo : Box, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `node_info` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.35s [INFO] running `Command { std: "docker" "inspect" "faa53cdfba741a47864fd73f8a566663b4ae313b6db5e6d50dcba233d853c4a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa53cdfba741a47864fd73f8a566663b4ae313b6db5e6d50dcba233d853c4a1", kill_on_drop: false }` [INFO] [stdout] faa53cdfba741a47864fd73f8a566663b4ae313b6db5e6d50dcba233d853c4a1