[INFO] updating cached repository silmeth/yarli [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/silmeth/yarli [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/silmeth/yarli" "work/ex/clippy-test-run/sources/stable/gh/silmeth/yarli"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/silmeth/yarli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/silmeth/yarli" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/silmeth/yarli"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/silmeth/yarli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] deba8b83a42ef4d92fd3174ca91bd936bff9a730 [INFO] sha for GitHub repo silmeth/yarli: deba8b83a42ef4d92fd3174ca91bd936bff9a730 [INFO] validating manifest of silmeth/yarli 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 silmeth/yarli 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 silmeth/yarli [INFO] finished frobbing silmeth/yarli [INFO] frobbed toml for silmeth/yarli written to work/ex/clippy-test-run/sources/stable/gh/silmeth/yarli/Cargo.toml [INFO] started frobbing silmeth/yarli [INFO] finished frobbing silmeth/yarli [INFO] frobbed toml for silmeth/yarli written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/silmeth/yarli/Cargo.toml [INFO] crate silmeth/yarli 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 silmeth/yarli 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/silmeth/yarli:/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] 694287f347378e9d066f6d2d3f48afa04606a76b7d171f821842ea2b8cf09cfc [INFO] running `"docker" "start" "-a" "694287f347378e9d066f6d2d3f48afa04606a76b7d171f821842ea2b8cf09cfc"` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Checking num-integer v0.1.38 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Checking yarli v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `print_ast` [INFO] [stderr] --> src/lox/ast.rs:145:5 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn print_ast(expr: &Expr) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parenthesize` [INFO] [stderr] --> src/lox/ast.rs:168:5 [INFO] [stderr] | [INFO] [stderr] 168 | fn parenthesize(name: &str, exprs: &[&Expr]) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `globals` [INFO] [stderr] --> src/lox/interpreter.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | globals: EnvironmentCell, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `print_ast` [INFO] [stderr] --> src/lox/ast.rs:145:5 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn print_ast(expr: &Expr) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parenthesize` [INFO] [stderr] --> src/lox/ast.rs:168:5 [INFO] [stderr] | [INFO] [stderr] 168 | fn parenthesize(name: &str, exprs: &[&Expr]) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `globals` [INFO] [stderr] --> src/lox/interpreter.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | globals: EnvironmentCell, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.20s [INFO] running `"docker" "inspect" "694287f347378e9d066f6d2d3f48afa04606a76b7d171f821842ea2b8cf09cfc"` [INFO] running `"docker" "rm" "-f" "694287f347378e9d066f6d2d3f48afa04606a76b7d171f821842ea2b8cf09cfc"` [INFO] [stdout] 694287f347378e9d066f6d2d3f48afa04606a76b7d171f821842ea2b8cf09cfc