Oct 12 17:05:30.424 INFO testing zwirec/http_server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:05:30.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 17:05:30.947 INFO blam! 6c0c2023b90f008811cbcae75296deb4ef51440edcd70046969d2ddb92bcbc1f Oct 12 17:05:30.967 INFO running `"docker" "start" "-a" "6c0c2023b90f008811cbcae75296deb4ef51440edcd70046969d2ddb92bcbc1f"` Oct 12 17:05:32.679 INFO kablam! usermod: no changes Oct 12 17:05:32.771 INFO kablam! Compiling num-traits v0.2.1 Oct 12 17:05:32.783 INFO kablam! Compiling libc v0.2.38 Oct 12 17:05:32.783 INFO kablam! Compiling void v1.0.2 Oct 12 17:05:32.800 INFO kablam! Compiling lazy_static v1.0.0 Oct 12 17:05:32.801 INFO kablam! Compiling utf8-ranges v1.0.0 Oct 12 17:05:32.811 INFO kablam! Compiling regex-syntax v0.4.2 Oct 12 17:05:32.811 INFO kablam! Compiling percent-encoding v1.0.1 Oct 12 17:05:32.811 INFO kablam! Compiling strum v0.8.0 Oct 12 17:05:33.655 INFO kablam! Compiling unreachable v1.0.0 Oct 12 17:05:33.709 INFO kablam! Compiling strum_macros v0.8.0 Oct 12 17:05:34.220 INFO kablam! Compiling thread_local v0.3.5 Oct 12 17:05:40.003 INFO kablam! Compiling memchr v2.0.1 Oct 12 17:05:40.003 INFO kablam! Compiling time v0.1.39 Oct 12 17:05:40.955 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 17:05:43.517 INFO kablam! Compiling num-integer v0.1.36 Oct 12 17:05:44.387 INFO kablam! Compiling num-iter v0.1.35 Oct 12 17:05:44.815 INFO kablam! Compiling num v0.1.42 Oct 12 17:05:44.996 INFO kablam! Compiling chrono v0.4.0 Oct 12 17:05:47.199 INFO kablam! Compiling regex v0.2.6 Oct 12 17:05:53.607 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 12 17:05:53.731 INFO kablam! warning: unused import: `std::thread` Oct 12 17:05:53.731 INFO kablam! --> src/server/server.rs:8:5 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 8 | use std::thread; Oct 12 17:05:53.731 INFO kablam! | ^^^^^^^^^^^ Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.731 INFO kablam! warning: unused import: `std::io::SeekFrom` Oct 12 17:05:53.731 INFO kablam! --> src/server/server.rs:10:5 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 10 | use std::io::SeekFrom; Oct 12 17:05:53.731 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.731 INFO kablam! warning: unused import: `Task` Oct 12 17:05:53.731 INFO kablam! --> src/server/thread_pool.rs:1:32 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 1 | use ::server::worker::{Worker, Task}; Oct 12 17:05:53.731 INFO kablam! | ^^^^ Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.731 INFO kablam! warning: unused import: `self::chrono::prelude::*` Oct 12 17:05:53.731 INFO kablam! --> src/server/response.rs:3:5 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 3 | use self::chrono::prelude::*; Oct 12 17:05:53.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.731 INFO kablam! warning: unused import: `EnumProperty` Oct 12 17:05:53.731 INFO kablam! --> src/server/response.rs:4:13 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 4 | use strum::{EnumProperty, EnumMessage}; Oct 12 17:05:53.731 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.731 INFO kablam! warning: unused import: `std::fmt` Oct 12 17:05:53.731 INFO kablam! --> src/server/response.rs:6:5 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 6 | use std::fmt; Oct 12 17:05:53.731 INFO kablam! | ^^^^^^^^ Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.731 INFO kablam! warning: unused import: `std::string::ToString` Oct 12 17:05:53.731 INFO kablam! --> src/server/response.rs:10:5 Oct 12 17:05:53.731 INFO kablam! | Oct 12 17:05:53.731 INFO kablam! 10 | use std::string::ToString; Oct 12 17:05:53.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:53.731 INFO kablam! Oct 12 17:05:53.930 INFO kablam! warning: unused variable: `len` Oct 12 17:05:53.930 INFO kablam! --> src/server/request.rs:127:13 Oct 12 17:05:53.930 INFO kablam! | Oct 12 17:05:53.930 INFO kablam! 127 | let len = p.len(); Oct 12 17:05:53.930 INFO kablam! | ^^^ help: consider using `_len` instead Oct 12 17:05:53.930 INFO kablam! | Oct 12 17:05:53.930 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:05:53.930 INFO kablam! Oct 12 17:05:53.930 INFO kablam! warning: value assigned to `sub_path` is never read Oct 12 17:05:53.930 INFO kablam! --> src/server/request.rs:186:17 Oct 12 17:05:53.930 INFO kablam! | Oct 12 17:05:53.930 INFO kablam! 186 | let mut sub_path = String::from(""); Oct 12 17:05:53.930 INFO kablam! | ^^^^^^^^ Oct 12 17:05:53.930 INFO kablam! | Oct 12 17:05:53.930 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 17:05:53.930 INFO kablam! Oct 12 17:05:53.987 INFO kablam! warning: field is never used: `workers` Oct 12 17:05:53.987 INFO kablam! --> src/server/thread_pool.rs:6:5 Oct 12 17:05:53.987 INFO kablam! | Oct 12 17:05:53.987 INFO kablam! 6 | workers: Vec, Oct 12 17:05:53.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:53.987 INFO kablam! | Oct 12 17:05:53.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:05:53.987 INFO kablam! Oct 12 17:05:53.987 INFO kablam! warning: unused attribute Oct 12 17:05:53.987 INFO kablam! --> src/server/server.rs:16:1 Oct 12 17:05:53.987 INFO kablam! | Oct 12 17:05:53.987 INFO kablam! 16 | #[macro_use] Oct 12 17:05:53.987 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:05:53.987 INFO kablam! | Oct 12 17:05:53.987 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 17:05:53.987 INFO kablam! Oct 12 17:05:53.991 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:05:53.991 INFO kablam! --> src/server/response.rs:134:29 Oct 12 17:05:53.991 INFO kablam! | Oct 12 17:05:53.991 INFO kablam! 134 | f.seek(SeekFrom::Start(n as u64)); Oct 12 17:05:53.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:53.991 INFO kablam! | Oct 12 17:05:53.991 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:05:53.991 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:05:53.991 INFO kablam! Oct 12 17:05:56.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.39s Oct 12 17:05:56.100 INFO kablam! su: No module specific data is present Oct 12 17:05:56.361 INFO running `"docker" "rm" "-f" "6c0c2023b90f008811cbcae75296deb4ef51440edcd70046969d2ddb92bcbc1f"` Oct 12 17:05:56.436 INFO blam! 6c0c2023b90f008811cbcae75296deb4ef51440edcd70046969d2ddb92bcbc1f Oct 12 17:05:56.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 17:05:56.634 INFO blam! 477ce3da43245665d4feec8e23682be4dad33d4a3288f62a22779a94e207e2af Oct 12 17:05:56.636 INFO running `"docker" "start" "-a" "477ce3da43245665d4feec8e23682be4dad33d4a3288f62a22779a94e207e2af"` Oct 12 17:05:57.162 INFO kablam! usermod: no changes Oct 12 17:05:57.221 INFO kablam! Compiling http_server v0.1.0 (/source) Oct 12 17:05:57.467 INFO kablam! warning: unused import: `std::thread` Oct 12 17:05:57.467 INFO kablam! --> src/server/server.rs:8:5 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 8 | use std::thread; Oct 12 17:05:57.467 INFO kablam! | ^^^^^^^^^^^ Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.467 INFO kablam! warning: unused import: `std::io::SeekFrom` Oct 12 17:05:57.467 INFO kablam! --> src/server/server.rs:10:5 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 10 | use std::io::SeekFrom; Oct 12 17:05:57.467 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.467 INFO kablam! warning: unused import: `Task` Oct 12 17:05:57.467 INFO kablam! --> src/server/thread_pool.rs:1:32 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 1 | use ::server::worker::{Worker, Task}; Oct 12 17:05:57.467 INFO kablam! | ^^^^ Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.467 INFO kablam! warning: unused import: `self::chrono::prelude::*` Oct 12 17:05:57.467 INFO kablam! --> src/server/response.rs:3:5 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 3 | use self::chrono::prelude::*; Oct 12 17:05:57.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.467 INFO kablam! warning: unused import: `EnumProperty` Oct 12 17:05:57.467 INFO kablam! --> src/server/response.rs:4:13 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 4 | use strum::{EnumProperty, EnumMessage}; Oct 12 17:05:57.467 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.467 INFO kablam! warning: unused import: `std::fmt` Oct 12 17:05:57.467 INFO kablam! --> src/server/response.rs:6:5 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 6 | use std::fmt; Oct 12 17:05:57.467 INFO kablam! | ^^^^^^^^ Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.467 INFO kablam! warning: unused import: `std::string::ToString` Oct 12 17:05:57.467 INFO kablam! --> src/server/response.rs:10:5 Oct 12 17:05:57.467 INFO kablam! | Oct 12 17:05:57.467 INFO kablam! 10 | use std::string::ToString; Oct 12 17:05:57.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:57.467 INFO kablam! Oct 12 17:05:57.739 INFO kablam! warning: unused variable: `len` Oct 12 17:05:57.739 INFO kablam! --> src/server/request.rs:127:13 Oct 12 17:05:57.739 INFO kablam! | Oct 12 17:05:57.740 INFO kablam! 127 | let len = p.len(); Oct 12 17:05:57.740 INFO kablam! | ^^^ help: consider using `_len` instead Oct 12 17:05:57.740 INFO kablam! | Oct 12 17:05:57.740 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:05:57.740 INFO kablam! Oct 12 17:05:57.741 INFO kablam! warning: value assigned to `sub_path` is never read Oct 12 17:05:57.741 INFO kablam! --> src/server/request.rs:186:17 Oct 12 17:05:57.741 INFO kablam! | Oct 12 17:05:57.741 INFO kablam! 186 | let mut sub_path = String::from(""); Oct 12 17:05:57.742 INFO kablam! | ^^^^^^^^ Oct 12 17:05:57.742 INFO kablam! | Oct 12 17:05:57.742 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 17:05:57.742 INFO kablam! Oct 12 17:05:57.823 INFO kablam! warning: field is never used: `workers` Oct 12 17:05:57.823 INFO kablam! --> src/server/thread_pool.rs:6:5 Oct 12 17:05:57.823 INFO kablam! | Oct 12 17:05:57.823 INFO kablam! 6 | workers: Vec, Oct 12 17:05:57.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:57.823 INFO kablam! | Oct 12 17:05:57.823 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:05:57.823 INFO kablam! Oct 12 17:05:57.823 INFO kablam! warning: unused attribute Oct 12 17:05:57.823 INFO kablam! --> src/server/server.rs:16:1 Oct 12 17:05:57.823 INFO kablam! | Oct 12 17:05:57.823 INFO kablam! 16 | #[macro_use] Oct 12 17:05:57.823 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:05:57.823 INFO kablam! | Oct 12 17:05:57.823 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 12 17:05:57.823 INFO kablam! Oct 12 17:05:57.835 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:05:57.835 INFO kablam! --> src/server/response.rs:134:29 Oct 12 17:05:57.835 INFO kablam! | Oct 12 17:05:57.835 INFO kablam! 134 | f.seek(SeekFrom::Start(n as u64)); Oct 12 17:05:57.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:05:57.835 INFO kablam! | Oct 12 17:05:57.835 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:05:57.835 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:05:57.835 INFO kablam! Oct 12 17:05:58.489 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 12 17:05:58.494 INFO kablam! su: No module specific data is present Oct 12 17:05:59.440 INFO running `"docker" "rm" "-f" "477ce3da43245665d4feec8e23682be4dad33d4a3288f62a22779a94e207e2af"` Oct 12 17:05:59.748 INFO blam! 477ce3da43245665d4feec8e23682be4dad33d4a3288f62a22779a94e207e2af Oct 12 17:05:59.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 17:06:00.465 INFO blam! 49d302aa1de8fc5bacb7e46658db58f382b1717e5b5fbfd4b6dfb3743963db7f Oct 12 17:06:00.479 INFO running `"docker" "start" "-a" "49d302aa1de8fc5bacb7e46658db58f382b1717e5b5fbfd4b6dfb3743963db7f"` Oct 12 17:06:01.435 INFO kablam! usermod: no changes Oct 12 17:06:01.551 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 17:06:01.561 INFO kablam! Running /target/debug/deps/http_server-5e19eb2586ea2f44 Oct 12 17:06:01.561 INFO blam! Oct 12 17:06:01.561 INFO blam! running 0 tests Oct 12 17:06:01.561 INFO blam! Oct 12 17:06:01.562 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:06:01.562 INFO blam! Oct 12 17:06:01.571 INFO blam! Oct 12 17:06:01.571 INFO kablam! Running /target/debug/deps/http_server-a34b57ff256af6da Oct 12 17:06:01.571 INFO blam! running 0 tests Oct 12 17:06:01.571 INFO kablam! Doc-tests http_server Oct 12 17:06:01.571 INFO blam! Oct 12 17:06:01.571 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:06:01.571 INFO blam! Oct 12 17:06:01.739 INFO blam! Oct 12 17:06:01.739 INFO blam! running 0 tests Oct 12 17:06:01.739 INFO blam! Oct 12 17:06:01.739 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:06:01.739 INFO blam! Oct 12 17:06:01.757 INFO kablam! su: No module specific data is present Oct 12 17:06:02.427 INFO running `"docker" "rm" "-f" "49d302aa1de8fc5bacb7e46658db58f382b1717e5b5fbfd4b6dfb3743963db7f"` Oct 12 17:06:02.676 INFO blam! 49d302aa1de8fc5bacb7e46658db58f382b1717e5b5fbfd4b6dfb3743963db7f