Oct 15 23:26:52.456 INFO testing projekt-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:26:52.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:52.987 INFO blam! 7eadc3c1f87e57d4c2943b83c42e0f9943f52b3f905d1bf5acd0313c3a7104ce Oct 15 23:26:52.989 INFO running `"docker" "start" "-a" "7eadc3c1f87e57d4c2943b83c42e0f9943f52b3f905d1bf5acd0313c3a7104ce"` Oct 15 23:26:54.370 INFO kablam! usermod: no changes Oct 15 23:26:54.531 INFO kablam! Compiling projekt v0.1.0 (/source) Oct 15 23:26:58.239 INFO kablam! warning: value assigned to `port_beginn` is never read Oct 15 23:26:58.239 INFO kablam! --> src/utility.rs:93:13 Oct 15 23:26:58.239 INFO kablam! | Oct 15 23:26:58.239 INFO kablam! 93 | let mut port_beginn: u16 = 999; Oct 15 23:26:58.239 INFO kablam! | ^^^^^^^^^^^ Oct 15 23:26:58.239 INFO kablam! | Oct 15 23:26:58.239 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 23:26:58.239 INFO kablam! Oct 15 23:26:58.239 INFO kablam! warning: value assigned to `port_end` is never read Oct 15 23:26:58.239 INFO kablam! --> src/utility.rs:94:13 Oct 15 23:26:58.239 INFO kablam! | Oct 15 23:26:58.239 INFO kablam! 94 | let mut port_end: u16 = 999; Oct 15 23:26:58.239 INFO kablam! | ^^^^^^^^ Oct 15 23:26:58.239 INFO kablam! Oct 15 23:26:58.239 INFO kablam! warning: value assigned to `path` is never read Oct 15 23:26:58.239 INFO kablam! --> src/utility.rs:113:13 Oct 15 23:26:58.239 INFO kablam! | Oct 15 23:26:58.239 INFO kablam! 113 | let mut path = "".to_string(); Oct 15 23:26:58.239 INFO kablam! | ^^^^ Oct 15 23:26:58.239 INFO kablam! Oct 15 23:26:58.242 INFO kablam! warning: value assigned to `output` is never read Oct 15 23:26:58.242 INFO kablam! --> src/main.rs:60:13 Oct 15 23:26:58.242 INFO kablam! | Oct 15 23:26:58.242 INFO kablam! 60 | let mut output = "".to_string(); Oct 15 23:26:58.243 INFO kablam! | ^^^^^^ Oct 15 23:26:58.243 INFO kablam! Oct 15 23:26:58.255 INFO kablam! warning: variable does not need to be mutable Oct 15 23:26:58.255 INFO kablam! --> src/utility.rs:62:9 Oct 15 23:26:58.255 INFO kablam! | Oct 15 23:26:58.256 INFO kablam! 62 | let mut vals = ip.split(".").collect::>(); Oct 15 23:26:58.256 INFO kablam! | ----^^^^ Oct 15 23:26:58.256 INFO kablam! | | Oct 15 23:26:58.256 INFO kablam! | help: remove this `mut` Oct 15 23:26:58.257 INFO kablam! | Oct 15 23:26:58.257 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:26:58.257 INFO kablam! Oct 15 23:26:58.258 INFO kablam! warning: variable does not need to be mutable Oct 15 23:26:58.258 INFO kablam! --> src/utility.rs:110:13 Oct 15 23:26:58.258 INFO kablam! | Oct 15 23:26:58.259 INFO kablam! 110 | let mut ipv4 = string_to_ipv4(ip); Oct 15 23:26:58.259 INFO kablam! | ----^^^^ Oct 15 23:26:58.259 INFO kablam! | | Oct 15 23:26:58.260 INFO kablam! | help: remove this `mut` Oct 15 23:26:58.260 INFO kablam! Oct 15 23:26:58.264 INFO kablam! warning: variable does not need to be mutable Oct 15 23:26:58.264 INFO kablam! --> src/icmp_scan.rs:35:9 Oct 15 23:26:58.264 INFO kablam! | Oct 15 23:26:58.264 INFO kablam! 35 | let mut req_packet = MutableEchoRequestPacket::new(&mut req_buffer).unwrap(); Oct 15 23:26:58.265 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:26:58.265 INFO kablam! | | Oct 15 23:26:58.265 INFO kablam! | help: remove this `mut` Oct 15 23:26:58.265 INFO kablam! Oct 15 23:26:58.265 INFO kablam! warning: variable does not need to be mutable Oct 15 23:26:58.266 INFO kablam! --> src/icmp_scan.rs:36:9 Oct 15 23:26:58.266 INFO kablam! | Oct 15 23:26:58.266 INFO kablam! 36 | let mut req_packet = configure_icmp_packet(req_packet); Oct 15 23:26:58.266 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:26:58.266 INFO kablam! | | Oct 15 23:26:58.266 INFO kablam! | help: remove this `mut` Oct 15 23:26:58.267 INFO kablam! Oct 15 23:27:01.360 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.97s Oct 15 23:27:01.368 INFO kablam! su: No module specific data is present Oct 15 23:27:01.911 INFO running `"docker" "rm" "-f" "7eadc3c1f87e57d4c2943b83c42e0f9943f52b3f905d1bf5acd0313c3a7104ce"` Oct 15 23:27:02.131 INFO blam! 7eadc3c1f87e57d4c2943b83c42e0f9943f52b3f905d1bf5acd0313c3a7104ce Oct 15 23:27:02.137 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:02.371 INFO blam! 5c46308d1025550e22c0321964491acf4b19abcb69c96a0cb7d9d1350f055903 Oct 15 23:27:02.373 INFO running `"docker" "start" "-a" "5c46308d1025550e22c0321964491acf4b19abcb69c96a0cb7d9d1350f055903"` Oct 15 23:27:02.827 INFO kablam! usermod: no changes Oct 15 23:27:02.915 INFO kablam! Compiling projekt v0.1.0 (/source) Oct 15 23:27:05.887 INFO kablam! warning: value assigned to `port_beginn` is never read Oct 15 23:27:05.887 INFO kablam! --> src/utility.rs:93:13 Oct 15 23:27:05.887 INFO kablam! | Oct 15 23:27:05.887 INFO kablam! 93 | let mut port_beginn: u16 = 999; Oct 15 23:27:05.887 INFO kablam! | ^^^^^^^^^^^ Oct 15 23:27:05.887 INFO kablam! | Oct 15 23:27:05.887 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 23:27:05.887 INFO kablam! Oct 15 23:27:05.887 INFO kablam! warning: value assigned to `port_end` is never read Oct 15 23:27:05.887 INFO kablam! --> src/utility.rs:94:13 Oct 15 23:27:05.887 INFO kablam! | Oct 15 23:27:05.887 INFO kablam! 94 | let mut port_end: u16 = 999; Oct 15 23:27:05.887 INFO kablam! | ^^^^^^^^ Oct 15 23:27:05.887 INFO kablam! Oct 15 23:27:05.887 INFO kablam! warning: value assigned to `path` is never read Oct 15 23:27:05.887 INFO kablam! --> src/utility.rs:113:13 Oct 15 23:27:05.887 INFO kablam! | Oct 15 23:27:05.887 INFO kablam! 113 | let mut path = "".to_string(); Oct 15 23:27:05.887 INFO kablam! | ^^^^ Oct 15 23:27:05.887 INFO kablam! Oct 15 23:27:05.899 INFO kablam! warning: value assigned to `output` is never read Oct 15 23:27:05.899 INFO kablam! --> src/main.rs:60:13 Oct 15 23:27:05.899 INFO kablam! | Oct 15 23:27:05.899 INFO kablam! 60 | let mut output = "".to_string(); Oct 15 23:27:05.900 INFO kablam! | ^^^^^^ Oct 15 23:27:05.900 INFO kablam! Oct 15 23:27:05.903 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:05.904 INFO kablam! --> src/utility.rs:62:9 Oct 15 23:27:05.904 INFO kablam! | Oct 15 23:27:05.905 INFO kablam! 62 | let mut vals = ip.split(".").collect::>(); Oct 15 23:27:05.905 INFO kablam! | ----^^^^ Oct 15 23:27:05.906 INFO kablam! | | Oct 15 23:27:05.906 INFO kablam! | help: remove this `mut` Oct 15 23:27:05.906 INFO kablam! | Oct 15 23:27:05.906 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:27:05.907 INFO kablam! Oct 15 23:27:05.907 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:05.907 INFO kablam! --> src/utility.rs:110:13 Oct 15 23:27:05.907 INFO kablam! | Oct 15 23:27:05.907 INFO kablam! 110 | let mut ipv4 = string_to_ipv4(ip); Oct 15 23:27:05.907 INFO kablam! | ----^^^^ Oct 15 23:27:05.908 INFO kablam! | | Oct 15 23:27:05.908 INFO kablam! | help: remove this `mut` Oct 15 23:27:05.908 INFO kablam! Oct 15 23:27:05.922 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:05.922 INFO kablam! --> src/icmp_scan.rs:35:9 Oct 15 23:27:05.922 INFO kablam! | Oct 15 23:27:05.922 INFO kablam! 35 | let mut req_packet = MutableEchoRequestPacket::new(&mut req_buffer).unwrap(); Oct 15 23:27:05.923 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:27:05.923 INFO kablam! | | Oct 15 23:27:05.923 INFO kablam! | help: remove this `mut` Oct 15 23:27:05.923 INFO kablam! Oct 15 23:27:05.923 INFO kablam! warning: variable does not need to be mutable Oct 15 23:27:05.923 INFO kablam! --> src/icmp_scan.rs:36:9 Oct 15 23:27:05.923 INFO kablam! | Oct 15 23:27:05.923 INFO kablam! 36 | let mut req_packet = configure_icmp_packet(req_packet); Oct 15 23:27:05.924 INFO kablam! | ----^^^^^^^^^^ Oct 15 23:27:05.924 INFO kablam! | | Oct 15 23:27:05.925 INFO kablam! | help: remove this `mut` Oct 15 23:27:05.925 INFO kablam! Oct 15 23:27:08.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.72s Oct 15 23:27:08.574 INFO kablam! su: No module specific data is present Oct 15 23:27:08.915 INFO running `"docker" "rm" "-f" "5c46308d1025550e22c0321964491acf4b19abcb69c96a0cb7d9d1350f055903"` Oct 15 23:27:09.044 INFO blam! 5c46308d1025550e22c0321964491acf4b19abcb69c96a0cb7d9d1350f055903 Oct 15 23:27:09.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:09.232 INFO blam! be85f390f4657abe527e0b883a33e33d89f757f44b435fc24bcdd4f176fde033 Oct 15 23:27:09.234 INFO running `"docker" "start" "-a" "be85f390f4657abe527e0b883a33e33d89f757f44b435fc24bcdd4f176fde033"` Oct 15 23:27:09.675 INFO kablam! usermod: no changes Oct 15 23:27:09.770 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 23:27:09.783 INFO kablam! Running /target/debug/deps/projekt-30a6f2ddd6c6f9fc Oct 15 23:27:09.785 INFO blam! Oct 15 23:27:09.785 INFO blam! running 3 tests Oct 15 23:27:09.786 INFO blam! test utility::tests::test_prep_ip ... ok Oct 15 23:27:09.787 INFO blam! test utility::tests::test_parse_scan_type ... ok Oct 15 23:27:09.810 INFO blam! test iana_mapping::tests::test_get_tcp_map ... ok Oct 15 23:27:09.810 INFO blam! Oct 15 23:27:09.810 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:27:09.810 INFO blam! Oct 15 23:27:09.812 INFO kablam! su: No module specific data is present Oct 15 23:27:10.199 INFO running `"docker" "rm" "-f" "be85f390f4657abe527e0b883a33e33d89f757f44b435fc24bcdd4f176fde033"` Oct 15 23:27:10.471 INFO blam! be85f390f4657abe527e0b883a33e33d89f757f44b435fc24bcdd4f176fde033