[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 700018535e2257d8fb9636ea21fd4f985907a208d1f70152e10328011b0dfa59 [INFO] running `"docker" "start" "-a" "700018535e2257d8fb9636ea21fd4f985907a208d1f70152e10328011b0dfa59"` [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling memchr v2.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling syn v0.14.9 [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 v0.1.2 [INFO] [stderr] Compiling netzact v0.1.0 (/opt/crater/workdir) [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 48.29s [INFO] running `"docker" "inspect" "700018535e2257d8fb9636ea21fd4f985907a208d1f70152e10328011b0dfa59"` [INFO] running `"docker" "rm" "-f" "700018535e2257d8fb9636ea21fd4f985907a208d1f70152e10328011b0dfa59"` [INFO] [stdout] 700018535e2257d8fb9636ea21fd4f985907a208d1f70152e10328011b0dfa59 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d29ede4a7dbb1eca57ba2c5d5eb99c5724b43f025d240a4a16e4b15f51db3308 [INFO] running `"docker" "start" "-a" "d29ede4a7dbb1eca57ba2c5d5eb99c5724b43f025d240a4a16e4b15f51db3308"` [INFO] [stderr] Compiling netzact v0.1.0 (/opt/crater/workdir) [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.56s [INFO] running `"docker" "inspect" "d29ede4a7dbb1eca57ba2c5d5eb99c5724b43f025d240a4a16e4b15f51db3308"` [INFO] running `"docker" "rm" "-f" "d29ede4a7dbb1eca57ba2c5d5eb99c5724b43f025d240a4a16e4b15f51db3308"` [INFO] [stdout] d29ede4a7dbb1eca57ba2c5d5eb99c5724b43f025d240a4a16e4b15f51db3308 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 7298ac8a620b79b9d72c2116b91496b2f5eb6b026823d59b8e9d17c0c93c7f47 [INFO] running `"docker" "start" "-a" "7298ac8a620b79b9d72c2116b91496b2f5eb6b026823d59b8e9d17c0c93c7f47"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/netzact-542c891d7ab04587 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test expr::parse::tests::addr_expr_full ... ok [INFO] [stdout] test expr::parse::tests::addr_expr_no_port ... ok [INFO] [stdout] test expr::parse::tests::addr_expr_no_mask ... ok [INFO] [stdout] test expr::parse::tests::parts ... ok [INFO] [stdout] test expr::parse::tests::addr_expr_no_addr ... ok [INFO] [stdout] test expr::tests::mask_eq ... 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" "7298ac8a620b79b9d72c2116b91496b2f5eb6b026823d59b8e9d17c0c93c7f47"` [INFO] running `"docker" "rm" "-f" "7298ac8a620b79b9d72c2116b91496b2f5eb6b026823d59b8e9d17c0c93c7f47"` [INFO] [stdout] 7298ac8a620b79b9d72c2116b91496b2f5eb6b026823d59b8e9d17c0c93c7f47