[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/beta-1.38-1/sources/1.37.0/gh/FauxFaux/netzact"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/FauxFaux/netzact'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/FauxFaux/netzact" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/FauxFaux/netzact"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of FauxFaux/netzact on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/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" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing FauxFaux/netzact against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 5c80e6d0f410d9f63dd73473ee0878ccd562fa4c94d755a147d612283f9b3fb7 [INFO] running `"docker" "start" "-a" "5c80e6d0f410d9f63dd73473ee0878ccd562fa4c94d755a147d612283f9b3fb7"` [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling dns-lookup v1.0.0 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling 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: 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] Finished dev [unoptimized + debuginfo] target(s) in 36.77s [INFO] running `"docker" "inspect" "5c80e6d0f410d9f63dd73473ee0878ccd562fa4c94d755a147d612283f9b3fb7"` [INFO] running `"docker" "rm" "-f" "5c80e6d0f410d9f63dd73473ee0878ccd562fa4c94d755a147d612283f9b3fb7"` [INFO] [stdout] 5c80e6d0f410d9f63dd73473ee0878ccd562fa4c94d755a147d612283f9b3fb7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 13bbe4b61c1c7a0424b73a54158743cad6a0e739d63c0abda4af9db99ec4704e [INFO] running `"docker" "start" "-a" "13bbe4b61c1c7a0424b73a54158743cad6a0e739d63c0abda4af9db99ec4704e"` [INFO] [stderr] Compiling 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: 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] Finished dev [unoptimized + debuginfo] target(s) in 3.79s [INFO] running `"docker" "inspect" "13bbe4b61c1c7a0424b73a54158743cad6a0e739d63c0abda4af9db99ec4704e"` [INFO] running `"docker" "rm" "-f" "13bbe4b61c1c7a0424b73a54158743cad6a0e739d63c0abda4af9db99ec4704e"` [INFO] [stdout] 13bbe4b61c1c7a0424b73a54158743cad6a0e739d63c0abda4af9db99ec4704e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] b4785fe13c499b814384743dcdae3e8008bd6eecbce67d6bb20068f4576d6541 [INFO] running `"docker" "start" "-a" "b4785fe13c499b814384743dcdae3e8008bd6eecbce67d6bb20068f4576d6541"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/netzact-3f8604d5244ec27f [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test expr::parse::tests::addr_expr_full ... ok [INFO] [stdout] test expr::tests::mask_eq ... ok [INFO] [stdout] test expr::parse::tests::addr_expr_no_port ... ok [INFO] [stdout] test expr::parse::tests::parts ... ok [INFO] [stdout] test expr::parse::tests::addr_expr_no_mask ... ok [INFO] [stdout] test expr::parse::tests::addr_expr_no_addr ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b4785fe13c499b814384743dcdae3e8008bd6eecbce67d6bb20068f4576d6541"` [INFO] running `"docker" "rm" "-f" "b4785fe13c499b814384743dcdae3e8008bd6eecbce67d6bb20068f4576d6541"` [INFO] [stdout] b4785fe13c499b814384743dcdae3e8008bd6eecbce67d6bb20068f4576d6541