[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-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/FauxFaux/netzact"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/FauxFaux/netzact'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/FauxFaux/netzact" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/FauxFaux/netzact"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/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#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of FauxFaux/netzact on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-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-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/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-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/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" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking FauxFaux/netzact against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-2/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 2eeb945d18628578c81f4c632872e215e3a2dc27677ed5957fe8092e0f9e5bba [INFO] running `"docker" "start" "-a" "2eeb945d18628578c81f4c632872e215e3a2dc27677ed5957fe8092e0f9e5bba"` [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Checking dns-lookup v1.0.0 [INFO] [stderr] Checking nom v4.1.1 [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 8.58s [INFO] running `"docker" "inspect" "2eeb945d18628578c81f4c632872e215e3a2dc27677ed5957fe8092e0f9e5bba"` [INFO] running `"docker" "rm" "-f" "2eeb945d18628578c81f4c632872e215e3a2dc27677ed5957fe8092e0f9e5bba"` [INFO] [stdout] 2eeb945d18628578c81f4c632872e215e3a2dc27677ed5957fe8092e0f9e5bba