Oct 11 07:04:09.133 INFO testing Denu8thell/simple-rust-webserver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:04:09.133 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:04:09.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:04:09.618 INFO blam! fd8a715667c8d98c20da8d18c96469e8be380ac6f63d76884e440dba88f1322f Oct 11 07:04:09.622 INFO running `"docker" "start" "-a" "fd8a715667c8d98c20da8d18c96469e8be380ac6f63d76884e440dba88f1322f"` Oct 11 07:04:10.784 INFO kablam! usermod: no changes Oct 11 07:04:10.904 INFO kablam! Compiling simple_webserver v0.1.0 (/source) Oct 11 07:04:12.092 INFO kablam! warning: unused variable: `req_type` Oct 11 07:04:12.092 INFO kablam! --> src/main.rs:202:9 Oct 11 07:04:12.092 INFO kablam! | Oct 11 07:04:12.092 INFO kablam! 202 | let req_type = HTTPMethods::from(token_iter.next().unwrap()); Oct 11 07:04:12.092 INFO kablam! | ^^^^^^^^ help: consider using `_req_type` instead Oct 11 07:04:12.092 INFO kablam! | Oct 11 07:04:12.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:04:12.092 INFO kablam! Oct 11 07:04:12.092 INFO kablam! warning: unused variable: `req_path` Oct 11 07:04:12.092 INFO kablam! --> src/main.rs:206:9 Oct 11 07:04:12.092 INFO kablam! | Oct 11 07:04:12.092 INFO kablam! 206 | let req_path = token_iter.next().unwrap(); Oct 11 07:04:12.092 INFO kablam! | ^^^^^^^^ help: consider using `_req_path` instead Oct 11 07:04:12.092 INFO kablam! Oct 11 07:04:12.096 INFO kablam! warning: unused variable: `header_map` Oct 11 07:04:12.096 INFO kablam! --> src/main.rs:239:64 Oct 11 07:04:12.096 INFO kablam! | Oct 11 07:04:12.096 INFO kablam! 239 | fn get_response_body(req_type: HTTPMethods, req_path: &String, header_map: &HashMap) -> String{ Oct 11 07:04:12.096 INFO kablam! | ^^^^^^^^^^ help: consider using `_header_map` instead Oct 11 07:04:12.096 INFO kablam! Oct 11 07:04:12.096 INFO kablam! warning: unused variable: `path` Oct 11 07:04:12.096 INFO kablam! --> src/main.rs:246:14 Oct 11 07:04:12.096 INFO kablam! | Oct 11 07:04:12.096 INFO kablam! 246 | fn file_dump(path: &String) -> String{ Oct 11 07:04:12.096 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 07:04:12.096 INFO kablam! Oct 11 07:04:12.144 INFO kablam! warning: function is never used: `get_response_body` Oct 11 07:04:12.144 INFO kablam! --> src/main.rs:239:1 Oct 11 07:04:12.144 INFO kablam! | Oct 11 07:04:12.144 INFO kablam! 239 | fn get_response_body(req_type: HTTPMethods, req_path: &String, header_map: &HashMap) -> String{ Oct 11 07:04:12.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:12.144 INFO kablam! | Oct 11 07:04:12.144 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:04:12.144 INFO kablam! Oct 11 07:04:12.144 INFO kablam! warning: function is never used: `file_dump` Oct 11 07:04:12.144 INFO kablam! --> src/main.rs:246:1 Oct 11 07:04:12.144 INFO kablam! | Oct 11 07:04:12.144 INFO kablam! 246 | fn file_dump(path: &String) -> String{ Oct 11 07:04:12.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:12.144 INFO kablam! Oct 11 07:04:13.134 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 11 07:04:13.134 INFO kablam! su: No module specific data is present Oct 11 07:04:13.594 INFO running `"docker" "rm" "-f" "fd8a715667c8d98c20da8d18c96469e8be380ac6f63d76884e440dba88f1322f"` Oct 11 07:04:13.979 INFO blam! fd8a715667c8d98c20da8d18c96469e8be380ac6f63d76884e440dba88f1322f Oct 11 07:04:13.988 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:04:13.988 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:04:14.392 INFO blam! c31317ba5997d3b8bbc7661c1c09d7a48cf265c58e36db45c64533afca42b8d4 Oct 11 07:04:14.398 INFO running `"docker" "start" "-a" "c31317ba5997d3b8bbc7661c1c09d7a48cf265c58e36db45c64533afca42b8d4"` Oct 11 07:04:15.501 INFO kablam! usermod: no changes Oct 11 07:04:15.583 INFO kablam! Compiling simple_webserver v0.1.0 (/source) Oct 11 07:04:16.798 INFO kablam! warning: unused variable: `req_type` Oct 11 07:04:16.798 INFO kablam! --> src/main.rs:202:9 Oct 11 07:04:16.798 INFO kablam! | Oct 11 07:04:16.798 INFO kablam! 202 | let req_type = HTTPMethods::from(token_iter.next().unwrap()); Oct 11 07:04:16.798 INFO kablam! | ^^^^^^^^ help: consider using `_req_type` instead Oct 11 07:04:16.798 INFO kablam! | Oct 11 07:04:16.799 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:04:16.799 INFO kablam! Oct 11 07:04:16.799 INFO kablam! warning: unused variable: `req_path` Oct 11 07:04:16.800 INFO kablam! --> src/main.rs:206:9 Oct 11 07:04:16.800 INFO kablam! | Oct 11 07:04:16.800 INFO kablam! 206 | let req_path = token_iter.next().unwrap(); Oct 11 07:04:16.800 INFO kablam! | ^^^^^^^^ help: consider using `_req_path` instead Oct 11 07:04:16.801 INFO kablam! Oct 11 07:04:16.801 INFO kablam! warning: unused variable: `header_map` Oct 11 07:04:16.801 INFO kablam! --> src/main.rs:239:64 Oct 11 07:04:16.802 INFO kablam! | Oct 11 07:04:16.802 INFO kablam! 239 | fn get_response_body(req_type: HTTPMethods, req_path: &String, header_map: &HashMap) -> String{ Oct 11 07:04:16.802 INFO kablam! | ^^^^^^^^^^ help: consider using `_header_map` instead Oct 11 07:04:16.802 INFO kablam! Oct 11 07:04:16.803 INFO kablam! warning: unused variable: `path` Oct 11 07:04:16.803 INFO kablam! --> src/main.rs:246:14 Oct 11 07:04:16.803 INFO kablam! | Oct 11 07:04:16.803 INFO kablam! 246 | fn file_dump(path: &String) -> String{ Oct 11 07:04:16.804 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 07:04:16.804 INFO kablam! Oct 11 07:04:16.864 INFO kablam! warning: function is never used: `get_response_body` Oct 11 07:04:16.864 INFO kablam! --> src/main.rs:239:1 Oct 11 07:04:16.864 INFO kablam! | Oct 11 07:04:16.865 INFO kablam! 239 | fn get_response_body(req_type: HTTPMethods, req_path: &String, header_map: &HashMap) -> String{ Oct 11 07:04:16.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:16.865 INFO kablam! | Oct 11 07:04:16.865 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:04:16.866 INFO kablam! Oct 11 07:04:16.866 INFO kablam! warning: function is never used: `file_dump` Oct 11 07:04:16.866 INFO kablam! --> src/main.rs:246:1 Oct 11 07:04:16.866 INFO kablam! | Oct 11 07:04:16.867 INFO kablam! 246 | fn file_dump(path: &String) -> String{ Oct 11 07:04:16.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:16.867 INFO kablam! Oct 11 07:04:17.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 11 07:04:17.394 INFO kablam! su: No module specific data is present Oct 11 07:04:18.052 INFO running `"docker" "rm" "-f" "c31317ba5997d3b8bbc7661c1c09d7a48cf265c58e36db45c64533afca42b8d4"` Oct 11 07:04:18.280 INFO blam! c31317ba5997d3b8bbc7661c1c09d7a48cf265c58e36db45c64533afca42b8d4 Oct 11 07:04:18.289 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:04:18.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:04:18.760 INFO blam! 19144f21fd5ccee1c173398b7065a95b5fc2cc0c232fdbfb63f0cd246f1d1e97 Oct 11 07:04:18.766 INFO running `"docker" "start" "-a" "19144f21fd5ccee1c173398b7065a95b5fc2cc0c232fdbfb63f0cd246f1d1e97"` Oct 11 07:04:19.990 INFO kablam! usermod: no changes Oct 11 07:04:20.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 07:04:20.112 INFO kablam! Running /target/debug/deps/simple_webserver-9b8e41a3a6fdb1b6 Oct 11 07:04:20.128 INFO blam! Oct 11 07:04:20.128 INFO blam! running 0 tests Oct 11 07:04:20.128 INFO blam! Oct 11 07:04:20.128 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:04:20.128 INFO blam! Oct 11 07:04:20.136 INFO kablam! su: No module specific data is present Oct 11 07:04:20.543 INFO running `"docker" "rm" "-f" "19144f21fd5ccee1c173398b7065a95b5fc2cc0c232fdbfb63f0cd246f1d1e97"` Oct 11 07:04:20.877 INFO blam! 19144f21fd5ccee1c173398b7065a95b5fc2cc0c232fdbfb63f0cd246f1d1e97