[INFO] updating cached repository mrak/ipsee [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mrak/ipsee [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mrak/ipsee" "work/ex/clippy-test-run/sources/stable/gh/mrak/ipsee"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/mrak/ipsee'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mrak/ipsee" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mrak/ipsee"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mrak/ipsee'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] be8c1388b7b66efcddfc1ccf52410c09b8abb74c [INFO] sha for GitHub repo mrak/ipsee: be8c1388b7b66efcddfc1ccf52410c09b8abb74c [INFO] validating manifest of mrak/ipsee 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 mrak/ipsee 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 mrak/ipsee [INFO] finished frobbing mrak/ipsee [INFO] frobbed toml for mrak/ipsee written to work/ex/clippy-test-run/sources/stable/gh/mrak/ipsee/Cargo.toml [INFO] started frobbing mrak/ipsee [INFO] finished frobbing mrak/ipsee [INFO] frobbed toml for mrak/ipsee written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/mrak/ipsee/Cargo.toml [INFO] crate mrak/ipsee 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 mrak/ipsee 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/gh/mrak/ipsee:/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] 85fa00e90ec7ea1e855ce0b12f0d315ea8ab84514509d3adb4cc5ca6961f04cd [INFO] running `"docker" "start" "-a" "85fa00e90ec7ea1e855ce0b12f0d315ea8ab84514509d3adb4cc5ca6961f04cd"` [INFO] [stderr] Compiling regex-syntax v0.5.3 [INFO] [stderr] Checking pnet_sys v0.21.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Checking pnet_datalink v0.21.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.21.0 [INFO] [stderr] Compiling pnet_packet v0.21.0 [INFO] [stderr] Checking pnet_transport v0.21.0 [INFO] [stderr] Checking pnet v0.21.0 [INFO] [stderr] Checking ipsee v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `MutableEthernetPacket` [INFO] [stderr] --> src/main.rs:11:58 [INFO] [stderr] | [INFO] [stderr] 11 | use pnet::packet::ethernet::{EtherTypes, EthernetPacket, MutableEthernetPacket}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `pnet::packet::icmpv6::Icmpv6Packet` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use pnet::packet::icmpv6::Icmpv6Packet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `echo_reply`, `echo_request` [INFO] [stderr] --> src/main.rs:13:26 [INFO] [stderr] | [INFO] [stderr] 13 | use pnet::packet::icmp::{echo_reply, echo_request, IcmpPacket, IcmpTypes}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `pnet::util::MacAddr` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use pnet::util::MacAddr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `MutableEthernetPacket` [INFO] [stderr] --> src/main.rs:11:58 [INFO] [stderr] | [INFO] [stderr] 11 | use pnet::packet::ethernet::{EtherTypes, EthernetPacket, MutableEthernetPacket}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `pnet::packet::icmpv6::Icmpv6Packet` [INFO] [stderr] --> src/main.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use pnet::packet::icmpv6::Icmpv6Packet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `echo_reply`, `echo_request` [INFO] [stderr] --> src/main.rs:13:26 [INFO] [stderr] | [INFO] [stderr] 13 | use pnet::packet::icmp::{echo_reply, echo_request, IcmpPacket, IcmpTypes}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `pnet::util::MacAddr` [INFO] [stderr] --> src/main.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use pnet::util::MacAddr; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: you probably are missing some parameter in your format string [INFO] [stderr] --> src/main.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(_) => panic!("ipsee: unhandled channel type: {}"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::panic_params)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#panic_params [INFO] [stderr] [INFO] [stderr] warning: you probably are missing some parameter in your format string [INFO] [stderr] --> src/main.rs:37:25 [INFO] [stderr] | [INFO] [stderr] 37 | Ok(_) => panic!("ipsee: unhandled channel type: {}"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::panic_params)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#panic_params [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `"docker" "inspect" "85fa00e90ec7ea1e855ce0b12f0d315ea8ab84514509d3adb4cc5ca6961f04cd"` [INFO] running `"docker" "rm" "-f" "85fa00e90ec7ea1e855ce0b12f0d315ea8ab84514509d3adb4cc5ca6961f04cd"` [INFO] [stdout] 85fa00e90ec7ea1e855ce0b12f0d315ea8ab84514509d3adb4cc5ca6961f04cd