[INFO] updating cached repository williamyyj/json-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/williamyyj/json-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/williamyyj/json-rust" "work/ex/clippy-test-run/sources/stable/gh/williamyyj/json-rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/williamyyj/json-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/williamyyj/json-rust" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/williamyyj/json-rust"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/williamyyj/json-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e747a59eaa3806b58c2591e87f1588f895a6ef01 [INFO] sha for GitHub repo williamyyj/json-rust: e747a59eaa3806b58c2591e87f1588f895a6ef01 [INFO] validating manifest of williamyyj/json-rust on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of williamyyj/json-rust on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing williamyyj/json-rust [INFO] finished frobbing williamyyj/json-rust [INFO] frobbed toml for williamyyj/json-rust written to work/ex/clippy-test-run/sources/stable/gh/williamyyj/json-rust/Cargo.toml [INFO] started frobbing williamyyj/json-rust [INFO] finished frobbing williamyyj/json-rust [INFO] frobbed toml for williamyyj/json-rust written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/williamyyj/json-rust/Cargo.toml [INFO] crate williamyyj/json-rust has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting williamyyj/json-rust against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-6/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/williamyyj/json-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5f78e63cbf33cef5ec2a70c62658cdf0ec5e80e87ec624786819dc2276d058c9 [INFO] running `"docker" "start" "-a" "5f78e63cbf33cef5ec2a70c62658cdf0ec5e80e87ec624786819dc2276d058c9"` [INFO] [stderr] Checking json-rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `new` [INFO] [stderr] --> src/hhome/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn new(){ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: module `JSONObject` should have a snake case name such as `jsonobject` [INFO] [stderr] --> src/hhome/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / pub mod JSONObject { [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | pub fn new(){ [INFO] [stderr] 7 | | [INFO] [stderr] ... | [INFO] [stderr] 10 | | [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `new` [INFO] [stderr] --> src/hhome/mod.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub fn new(){ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: module `JSONObject` should have a snake case name such as `jsonobject` [INFO] [stderr] --> src/hhome/mod.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / pub mod JSONObject { [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | pub fn new(){ [INFO] [stderr] 7 | | [INFO] [stderr] ... | [INFO] [stderr] 10 | | [INFO] [stderr] 11 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_snake_case)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `"docker" "inspect" "5f78e63cbf33cef5ec2a70c62658cdf0ec5e80e87ec624786819dc2276d058c9"` [INFO] running `"docker" "rm" "-f" "5f78e63cbf33cef5ec2a70c62658cdf0ec5e80e87ec624786819dc2276d058c9"` [INFO] [stdout] 5f78e63cbf33cef5ec2a70c62658cdf0ec5e80e87ec624786819dc2276d058c9