Oct 15 23:26:45.898 INFO testing projekt-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 23:26:45.900 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 23:26:46.380 INFO blam! df04671476039903ba49bff983da20b06cc294c50b3a6d0f1b2140993429f3ad Oct 15 23:26:46.383 INFO running `"docker" "start" "-a" "df04671476039903ba49bff983da20b06cc294c50b3a6d0f1b2140993429f3ad"` Oct 15 23:26:47.838 INFO kablam! usermod: no changes Oct 15 23:26:48.051 INFO kablam! Compiling pnet_macros v0.21.0 Oct 15 23:26:52.883 INFO kablam! Compiling pnet_packet v0.21.0 Oct 15 23:27:06.364 INFO kablam! Compiling pnet_transport v0.21.0 Oct 15 23:27:07.198 INFO kablam! Compiling pnet v0.21.0 Oct 15 23:27:07.791 INFO kablam! Compiling projekt v0.1.0 (/source) Oct 15 23:27:10.894 INFO kablam! warning: value assigned to `port_beginn` is never read Oct 15 23:27:10.894 INFO kablam! --> src/utility.rs:93:13 Oct 15 23:27:10.894 INFO kablam! | Oct 15 23:27:10.894 INFO kablam! 93 | let mut port_beginn: u16 = 999; Oct 15 23:27:10.894 INFO kablam! | ^^^^^^^^^^^ Oct 15 23:27:10.894 INFO kablam! | Oct 15 23:27:10.894 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 23:27:10.894 INFO kablam! Oct 15 23:27:10.894 INFO kablam! warning: value assigned to `port_end` is never read Oct 15 23:27:10.894 INFO kablam! --> src/utility.rs:94:13 Oct 15 23:27:10.894 INFO kablam! | Oct 15 23:27:10.894 INFO kablam! 94 | let mut port_end: u16 = 999; Oct 15 23:27:10.894 INFO kablam! | ^^^^^^^^ Oct 15 23:27:10.894 INFO kablam! Oct 15 23:27:10.894 INFO kablam! warning: value assigned to `path` is never read Oct 15 23:27:10.894 INFO kablam! --> src/utility.rs:113:13 Oct 15 23:27:10.894 INFO kablam! | Oct 15 23:27:10.894 INFO kablam! 113 | let mut path = "".to_string(); Oct 15 23:27:10.894 INFO kablam! | ^^^^ Oct 15 23:27:10.894 INFO kablam! Oct 15 23:27:10.894 INFO kablam! warning: value assigned to `output` is never read Oct 15 23:27:10.895 INFO kablam! --> src/main.rs:60:13 Oct 15 23:27:10.895 INFO kablam! | Oct 15 23:27:10.895 INFO kablam! 60 | let mut output = "".to_string(); Oct 15 23:27:10.895 INFO kablam! | ^^^^^^ Oct 15 23:27:10.895 INFO kablam! Oct 15 23:27:10.903 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:10.903 INFO kablam! --> src/utility.rs:62:9 Oct 15 23:27:10.903 INFO kablam! | Oct 15 23:27:10.903 INFO kablam! 62 | let mut vals = ip.split(".").collect::>(); Oct 15 23:27:10.903 INFO kablam! | ----^^^^ Oct 15 23:27:10.903 INFO kablam! | | Oct 15 23:27:10.903 INFO kablam! | help: remove this `mut` Oct 15 23:27:10.903 INFO kablam! | Oct 15 23:27:10.903 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:27:10.903 INFO kablam! Oct 15 23:27:10.906 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:10.907 INFO kablam! --> src/utility.rs:110:13 Oct 15 23:27:10.907 INFO kablam! | Oct 15 23:27:10.907 INFO kablam! 110 | let mut ipv4 = string_to_ipv4(ip); Oct 15 23:27:10.907 INFO kablam! | ----^^^^ Oct 15 23:27:10.908 INFO kablam! | | Oct 15 23:27:10.908 INFO kablam! | help: remove this `mut` Oct 15 23:27:10.908 INFO kablam! Oct 15 23:27:10.915 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:10.916 INFO kablam! --> src/icmp_scan.rs:35:9 Oct 15 23:27:10.916 INFO kablam! | Oct 15 23:27:10.916 INFO kablam! 35 | let mut req_packet = MutableEchoRequestPacket::new(&mut req_buffer).unwrap(); Oct 15 23:27:10.917 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:27:10.917 INFO kablam! | | Oct 15 23:27:10.917 INFO kablam! | help: remove this `mut` Oct 15 23:27:10.917 INFO kablam! Oct 15 23:27:10.918 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:10.918 INFO kablam! --> src/icmp_scan.rs:36:9 Oct 15 23:27:10.918 INFO kablam! | Oct 15 23:27:10.919 INFO kablam! 36 | let mut req_packet = configure_icmp_packet(req_packet); Oct 15 23:27:10.919 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:27:10.919 INFO kablam! | | Oct 15 23:27:10.920 INFO kablam! | help: remove this `mut` Oct 15 23:27:10.920 INFO kablam! Oct 15 23:27:13.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.01s Oct 15 23:27:13.882 INFO kablam! su: No module specific data is present Oct 15 23:27:14.723 INFO running `"docker" "rm" "-f" "df04671476039903ba49bff983da20b06cc294c50b3a6d0f1b2140993429f3ad"` Oct 15 23:27:14.817 INFO blam! df04671476039903ba49bff983da20b06cc294c50b3a6d0f1b2140993429f3ad Oct 15 23:27:14.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 23:27:15.070 INFO blam! b03bc7772efd4537ccc66fff00b4f2929dc3b05aa77755652972037358cbd008 Oct 15 23:27:15.072 INFO running `"docker" "start" "-a" "b03bc7772efd4537ccc66fff00b4f2929dc3b05aa77755652972037358cbd008"` Oct 15 23:27:15.547 INFO kablam! usermod: no changes Oct 15 23:27:15.629 INFO kablam! Compiling projekt v0.1.0 (/source) Oct 15 23:27:18.995 INFO kablam! warning: value assigned to `port_beginn` is never read Oct 15 23:27:18.995 INFO kablam! --> src/utility.rs:93:13 Oct 15 23:27:18.995 INFO kablam! | Oct 15 23:27:18.995 INFO kablam! 93 | let mut port_beginn: u16 = 999; Oct 15 23:27:18.995 INFO kablam! | ^^^^^^^^^^^ Oct 15 23:27:18.995 INFO kablam! | Oct 15 23:27:18.995 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 23:27:18.995 INFO kablam! Oct 15 23:27:18.995 INFO kablam! warning: value assigned to `port_end` is never read Oct 15 23:27:18.996 INFO kablam! --> src/utility.rs:94:13 Oct 15 23:27:18.996 INFO kablam! | Oct 15 23:27:18.996 INFO kablam! 94 | let mut port_end: u16 = 999; Oct 15 23:27:18.996 INFO kablam! | ^^^^^^^^ Oct 15 23:27:18.996 INFO kablam! Oct 15 23:27:18.996 INFO kablam! warning: value assigned to `path` is never read Oct 15 23:27:18.996 INFO kablam! --> src/utility.rs:113:13 Oct 15 23:27:18.996 INFO kablam! | Oct 15 23:27:18.996 INFO kablam! 113 | let mut path = "".to_string(); Oct 15 23:27:18.996 INFO kablam! | ^^^^ Oct 15 23:27:18.996 INFO kablam! Oct 15 23:27:18.996 INFO kablam! warning: value assigned to `output` is never read Oct 15 23:27:18.996 INFO kablam! --> src/main.rs:60:13 Oct 15 23:27:18.996 INFO kablam! | Oct 15 23:27:18.996 INFO kablam! 60 | let mut output = "".to_string(); Oct 15 23:27:18.996 INFO kablam! | ^^^^^^ Oct 15 23:27:18.996 INFO kablam! Oct 15 23:27:19.011 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:19.011 INFO kablam! --> src/utility.rs:62:9 Oct 15 23:27:19.011 INFO kablam! | Oct 15 23:27:19.011 INFO kablam! 62 | let mut vals = ip.split(".").collect::>(); Oct 15 23:27:19.011 INFO kablam! | ----^^^^ Oct 15 23:27:19.011 INFO kablam! | | Oct 15 23:27:19.011 INFO kablam! | help: remove this `mut` Oct 15 23:27:19.011 INFO kablam! | Oct 15 23:27:19.015 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:27:19.015 INFO kablam! Oct 15 23:27:19.015 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:19.015 INFO kablam! --> src/utility.rs:110:13 Oct 15 23:27:19.015 INFO kablam! | Oct 15 23:27:19.015 INFO kablam! 110 | let mut ipv4 = string_to_ipv4(ip); Oct 15 23:27:19.015 INFO kablam! | ----^^^^ Oct 15 23:27:19.015 INFO kablam! | | Oct 15 23:27:19.015 INFO kablam! | help: remove this `mut` Oct 15 23:27:19.015 INFO kablam! Oct 15 23:27:19.030 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:19.030 INFO kablam! --> src/icmp_scan.rs:35:9 Oct 15 23:27:19.030 INFO kablam! | Oct 15 23:27:19.030 INFO kablam! 35 | let mut req_packet = MutableEchoRequestPacket::new(&mut req_buffer).unwrap(); Oct 15 23:27:19.030 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:27:19.030 INFO kablam! | | Oct 15 23:27:19.030 INFO kablam! | help: remove this `mut` Oct 15 23:27:19.030 INFO kablam! Oct 15 23:27:19.030 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:19.030 INFO kablam! --> src/icmp_scan.rs:36:9 Oct 15 23:27:19.030 INFO kablam! | Oct 15 23:27:19.030 INFO kablam! 36 | let mut req_packet = configure_icmp_packet(req_packet); Oct 15 23:27:19.031 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:27:19.031 INFO kablam! | | Oct 15 23:27:19.031 INFO kablam! | help: remove this `mut` Oct 15 23:27:19.031 INFO kablam! Oct 15 23:27:21.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.10s Oct 15 23:27:21.671 INFO kablam! su: No module specific data is present Oct 15 23:27:22.357 INFO running `"docker" "rm" "-f" "b03bc7772efd4537ccc66fff00b4f2929dc3b05aa77755652972037358cbd008"` Oct 15 23:27:22.519 INFO blam! b03bc7772efd4537ccc66fff00b4f2929dc3b05aa77755652972037358cbd008 Oct 15 23:27:22.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 23:27:22.855 INFO blam! 839af5a4c2afb30f1e15443b8100ff2b96fec4faaa5ff9c0b6c19f2caa8ff2bd Oct 15 23:27:22.861 INFO running `"docker" "start" "-a" "839af5a4c2afb30f1e15443b8100ff2b96fec4faaa5ff9c0b6c19f2caa8ff2bd"` Oct 15 23:27:23.440 INFO kablam! usermod: no changes Oct 15 23:27:23.523 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 23:27:23.538 INFO kablam! Running /target/debug/deps/projekt-e6392895bdd24ab7 Oct 15 23:27:23.543 INFO blam! Oct 15 23:27:23.543 INFO blam! running 3 tests Oct 15 23:27:23.547 INFO blam! test utility::tests::test_prep_ip ... ok Oct 15 23:27:23.559 INFO blam! test utility::tests::test_parse_scan_type ... ok Oct 15 23:27:23.564 INFO blam! test iana_mapping::tests::test_get_tcp_map ... ok Oct 15 23:27:23.565 INFO blam! Oct 15 23:27:23.565 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:27:23.565 INFO blam! Oct 15 23:27:23.568 INFO kablam! su: No module specific data is present Oct 15 23:27:23.792 INFO running `"docker" "rm" "-f" "839af5a4c2afb30f1e15443b8100ff2b96fec4faaa5ff9c0b6c19f2caa8ff2bd"` Oct 15 23:27:23.876 INFO blam! 839af5a4c2afb30f1e15443b8100ff2b96fec4faaa5ff9c0b6c19f2caa8ff2bd