[INFO] updating cached repository FauxFaux/netzact [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/FauxFaux/netzact [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/FauxFaux/netzact" "work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/FauxFaux/netzact"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/FauxFaux/netzact'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/FauxFaux/netzact" "work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/FauxFaux/netzact"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/FauxFaux/netzact'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a28019672a0d95ed4c28d0acd345e70260dabf6f [INFO] sha for GitHub repo FauxFaux/netzact: a28019672a0d95ed4c28d0acd345e70260dabf6f [INFO] validating manifest of FauxFaux/netzact on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of FauxFaux/netzact on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing FauxFaux/netzact [INFO] finished frobbing FauxFaux/netzact [INFO] frobbed toml for FauxFaux/netzact written to work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/FauxFaux/netzact/Cargo.toml [INFO] started frobbing FauxFaux/netzact [INFO] finished frobbing FauxFaux/netzact [INFO] frobbed toml for FauxFaux/netzact written to work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/FauxFaux/netzact/Cargo.toml [INFO] crate FauxFaux/netzact already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking FauxFaux/netzact against try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-6/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/FauxFaux/netzact:/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" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9cf9ea64a600c7575ef37287ebceeba40e022e2cc47ca4d26d324646a1327f53 [INFO] running `"docker" "start" "-a" "9cf9ea64a600c7575ef37287ebceeba40e022e2cc47ca4d26d324646a1327f53"` [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking dns-lookup v1.0.0 [INFO] [stderr] Checking nom v4.1.1 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Checking failure v0.1.2 [INFO] [stderr] Checking netzact v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / named!(port_number, [INFO] [stderr] 118 | | alt_complete!( [INFO] [stderr] 119 | | map_res!(take_while1_s!(digit), parse_u16) | [INFO] [stderr] 120 | | tag!("*") => { |_| 0 } [INFO] [stderr] 121 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / named!(port_number, [INFO] [stderr] 118 | | alt_complete!( [INFO] [stderr] 119 | | map_res!(take_while1_s!(digit), parse_u16) | [INFO] [stderr] 120 | | tag!("*") => { |_| 0 } [INFO] [stderr] 121 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | named!(octet, map_res!(take_while1_s!(digit), parse_u8)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | named!(octet, map_res!(take_while1_s!(digit), parse_u8)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | named!(quad, map_res!(take_while1_s!(hex_digit), parse_quad)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | named!(quad, map_res!(take_while1_s!(hex_digit), parse_quad)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / named!(port_number, [INFO] [stderr] 118 | | alt_complete!( [INFO] [stderr] 119 | | map_res!(take_while1_s!(digit), parse_u16) | [INFO] [stderr] 120 | | tag!("*") => { |_| 0 } [INFO] [stderr] 121 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / named!(port_number, [INFO] [stderr] 118 | | alt_complete!( [INFO] [stderr] 119 | | map_res!(take_while1_s!(digit), parse_u16) | [INFO] [stderr] 120 | | tag!("*") => { |_| 0 } [INFO] [stderr] 121 | | )); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | named!(octet, map_res!(take_while1_s!(digit), parse_u8)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:127:1 [INFO] [stderr] | [INFO] [stderr] 127 | named!(octet, map_res!(take_while1_s!(digit), parse_u8)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | named!(quad, map_res!(take_while1_s!(hex_digit), parse_quad)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: use of deprecated item 'take_while1_s': Please use `take_while1` instead [INFO] [stderr] --> src/expr/parse.rs:129:1 [INFO] [stderr] | [INFO] [stderr] 129 | named!(quad, map_res!(take_while1_s!(hex_digit), parse_quad)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] warning: variable does not need to be mutable [INFO] [stderr] --> src/netlink/diag.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | let mut buf = unsafe { mem::transmute::<[u32; 4], [u8; 16]>(*data) }; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/netlink/diag.rs:126:17 [INFO] [stderr] | [INFO] [stderr] 126 | let mut buf = unsafe { mem::transmute::<[u32; 4], [u8; 16]>(*data) }; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:296:17 [INFO] [stderr] | [INFO] [stderr] 296 | writeln!(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning 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] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:359:13 [INFO] [stderr] | [INFO] [stderr] 359 | writeln!(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning 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] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:296:17 [INFO] [stderr] | [INFO] [stderr] 296 | writeln!(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning 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] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:359:13 [INFO] [stderr] | [INFO] [stderr] 359 | writeln!(stdout); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 22.08s [INFO] running `"docker" "inspect" "9cf9ea64a600c7575ef37287ebceeba40e022e2cc47ca4d26d324646a1327f53"` [INFO] running `"docker" "rm" "-f" "9cf9ea64a600c7575ef37287ebceeba40e022e2cc47ca4d26d324646a1327f53"` [INFO] [stdout] 9cf9ea64a600c7575ef37287ebceeba40e022e2cc47ca4d26d324646a1327f53