[INFO] crate exprtk_sys 0.0.7 is already in cache [INFO] extracting crate exprtk_sys 0.0.7 into work/ex/clippy-test-run/sources/stable/reg/exprtk_sys/0.0.7 [INFO] extracting crate exprtk_sys 0.0.7 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/exprtk_sys/0.0.7 [INFO] validating manifest of exprtk_sys-0.0.7 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 exprtk_sys-0.0.7 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 exprtk_sys-0.0.7 [INFO] finished frobbing exprtk_sys-0.0.7 [INFO] frobbed toml for exprtk_sys-0.0.7 written to work/ex/clippy-test-run/sources/stable/reg/exprtk_sys/0.0.7/Cargo.toml [INFO] started frobbing exprtk_sys-0.0.7 [INFO] finished frobbing exprtk_sys-0.0.7 [INFO] frobbed toml for exprtk_sys-0.0.7 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/exprtk_sys/0.0.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 exprtk_sys-0.0.7 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-1/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/exprtk_sys/0.0.7:/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] a20ea81e7a1079ba2bd05092a5ff31337f9e5dfb58706b7b62624209d618d279 [INFO] running `"docker" "start" "-a" "a20ea81e7a1079ba2bd05092a5ff31337f9e5dfb58706b7b62624209d618d279"` [INFO] [stderr] Compiling exprtk_sys v0.0.7 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::Build': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | let mut c = gcc::Build::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | let mut c = gcc::Build::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: In file included from cpp/wrapper.cpp:1:0: [INFO] [stderr] warning: cpp/exprtk.hpp: In member function 'bool exprtk::lexer::generator::is_comment_start(exprtk::details::char_cptr)': [INFO] [stderr] warning: cpp/exprtk.hpp:2338:58: warning: unused parameter 'itr' [-Wunused-parameter] [INFO] [stderr] warning: inline bool is_comment_start(details::char_cptr itr) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / pub unsafe fn get_slice<'a>(&'a self) -> &'a [T] { [INFO] [stderr] 24 | | slice::from_raw_parts(self.1, self.0 as usize) [INFO] [stderr] 25 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] warning: explicit lifetimes given in parameter types where they could be elided (or replaced with `'_` if needed by type declaration) [INFO] [stderr] --> src/lib.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | / pub unsafe fn get_slice<'a>(&'a self) -> &'a [T] { [INFO] [stderr] 24 | | slice::from_raw_parts(self.1, self.0 as usize) [INFO] [stderr] 25 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::needless_lifetimes)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.13s [INFO] running `"docker" "inspect" "a20ea81e7a1079ba2bd05092a5ff31337f9e5dfb58706b7b62624209d618d279"` [INFO] running `"docker" "rm" "-f" "a20ea81e7a1079ba2bd05092a5ff31337f9e5dfb58706b7b62624209d618d279"` [INFO] [stdout] a20ea81e7a1079ba2bd05092a5ff31337f9e5dfb58706b7b62624209d618d279