[INFO] updating cached repository amir/epccn [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/amir/epccn [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/amir/epccn" "work/ex/clippy-test-run/sources/stable/gh/amir/epccn"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable/gh/amir/epccn'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/amir/epccn" "work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/amir/epccn"` [INFO] [stderr] Cloning into 'work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/amir/epccn'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 99b7ec67a2640b736a507f61257daea87ee43fdb [INFO] sha for GitHub repo amir/epccn: 99b7ec67a2640b736a507f61257daea87ee43fdb [INFO] validating manifest of amir/epccn 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 amir/epccn 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 amir/epccn [INFO] finished frobbing amir/epccn [INFO] frobbed toml for amir/epccn written to work/ex/clippy-test-run/sources/stable/gh/amir/epccn/Cargo.toml [INFO] started frobbing amir/epccn [INFO] finished frobbing amir/epccn [INFO] frobbed toml for amir/epccn written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/gh/amir/epccn/Cargo.toml [INFO] crate amir/epccn 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 amir/epccn against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/gh/amir/epccn:/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] 886080656d854e884be3f6d012820dbe24fd260380762744ece2942832dade1d [INFO] running `"docker" "start" "-a" "886080656d854e884be3f6d012820dbe24fd260380762744ece2942832dade1d"` [INFO] [stderr] Compiling openssl v0.10.8 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking nom v4.0.0 [INFO] [stderr] Checking backtrace v0.3.8 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking epccn v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: This binary expression can be simplified [INFO] [stderr] --> src/pnt.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / named!(hex_vec<&[u8], &[u8]>, [INFO] [stderr] 34 | | take_while_m_n!(2, 2, is_hex_digit) [INFO] [stderr] 35 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::double_comparisons)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/pnt.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / named!( [INFO] [stderr] 38 | | ipv4, [INFO] [stderr] 39 | | map!(count_fixed!(&[u8], hex_vec, 4), |mut a| { [INFO] [stderr] 40 | | a.reverse(); [INFO] [stderr] ... | [INFO] [stderr] 44 | | }) [INFO] [stderr] 45 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::invalid_ref)] on by default [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/pnt.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / named!( [INFO] [stderr] 48 | | port, [INFO] [stderr] 49 | | map!(count_fixed!(&[u8], hex_vec, 2), |a| { [INFO] [stderr] 50 | | let hex = a.iter() [INFO] [stderr] ... | [INFO] [stderr] 53 | | }) [INFO] [stderr] 54 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/pnt.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / named!( [INFO] [stderr] 57 | | state, [INFO] [stderr] 58 | | map!(count_fixed!(&[u8], hex_vec, 1), |a| { [INFO] [stderr] 59 | | let hex = a.iter() [INFO] [stderr] ... | [INFO] [stderr] 77 | | }) [INFO] [stderr] 78 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `epccn`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: This binary expression can be simplified [INFO] [stderr] --> src/pnt.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / named!(hex_vec<&[u8], &[u8]>, [INFO] [stderr] 34 | | take_while_m_n!(2, 2, is_hex_digit) [INFO] [stderr] 35 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::double_comparisons)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_comparisons [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/pnt.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / named!( [INFO] [stderr] 38 | | ipv4, [INFO] [stderr] 39 | | map!(count_fixed!(&[u8], hex_vec, 4), |mut a| { [INFO] [stderr] 40 | | a.reverse(); [INFO] [stderr] ... | [INFO] [stderr] 44 | | }) [INFO] [stderr] 45 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::invalid_ref)] on by default [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/pnt.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | / named!( [INFO] [stderr] 48 | | port, [INFO] [stderr] 49 | | map!(count_fixed!(&[u8], hex_vec, 2), |a| { [INFO] [stderr] 50 | | let hex = a.iter() [INFO] [stderr] ... | [INFO] [stderr] 53 | | }) [INFO] [stderr] 54 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: reference to uninitialized memory [INFO] [stderr] --> src/pnt.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / named!( [INFO] [stderr] 57 | | state, [INFO] [stderr] 58 | | map!(count_fixed!(&[u8], hex_vec, 1), |a| { [INFO] [stderr] 59 | | let hex = a.iter() [INFO] [stderr] ... | [INFO] [stderr] 77 | | }) [INFO] [stderr] 78 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = help: Creation of a null reference is undefined behavior; see https://doc.rust-lang.org/reference/behavior-considered-undefined.html [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_ref [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `epccn`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "886080656d854e884be3f6d012820dbe24fd260380762744ece2942832dade1d"` [INFO] running `"docker" "rm" "-f" "886080656d854e884be3f6d012820dbe24fd260380762744ece2942832dade1d"` [INFO] [stdout] 886080656d854e884be3f6d012820dbe24fd260380762744ece2942832dade1d