Oct 11 10:22:20.758 INFO testing teapot-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:22:20.758 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:22:20.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10:22:21.067 INFO blam! 9c869fc4e1c9507f037ae702f4546f74563e7ded46fe0a623beb4e418b8a130b Oct 11 10:22:21.076 INFO running `"docker" "start" "-a" "9c869fc4e1c9507f037ae702f4546f74563e7ded46fe0a623beb4e418b8a130b"` Oct 11 10:22:21.507 INFO kablam! usermod: no changes Oct 11 10:22:21.530 INFO kablam! Compiling teapot v0.1.1 (/source) Oct 11 10:22:21.820 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 10:22:21.820 INFO kablam! --> src/mime.rs:2:5 Oct 11 10:22:21.820 INFO kablam! | Oct 11 10:22:21.820 INFO kablam! 2 | use std::str::FromStr; Oct 11 10:22:21.820 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 10:22:21.820 INFO kablam! | Oct 11 10:22:21.820 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:22:21.820 INFO kablam! Oct 11 10:22:21.820 INFO kablam! warning: unused import: `super::super::lines::Lines` Oct 11 10:22:21.820 INFO kablam! --> src/http/parse/headers.rs:1:5 Oct 11 10:22:21.820 INFO kablam! | Oct 11 10:22:21.820 INFO kablam! 1 | use super::super::lines::Lines; Oct 11 10:22:21.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:22:21.820 INFO kablam! Oct 11 10:22:21.820 INFO kablam! warning: unused import: `super::super::headers::RawHeader` Oct 11 10:22:21.820 INFO kablam! --> src/http/parse/headers.rs:2:5 Oct 11 10:22:21.820 INFO kablam! | Oct 11 10:22:21.820 INFO kablam! 2 | use super::super::headers::RawHeader; Oct 11 10:22:21.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:22:21.820 INFO kablam! Oct 11 10:22:21.820 INFO kablam! warning: unused import: `std::io::Read` Oct 11 10:22:21.820 INFO kablam! --> src/http/parse/headers.rs:3:5 Oct 11 10:22:21.820 INFO kablam! | Oct 11 10:22:21.820 INFO kablam! 3 | use std::io::Read; Oct 11 10:22:21.820 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:22:21.820 INFO kablam! Oct 11 10:22:21.820 INFO kablam! warning: unused import: `RawHeader` Oct 11 10:22:21.820 INFO kablam! --> src/http/message.rs:5:31 Oct 11 10:22:21.820 INFO kablam! | Oct 11 10:22:21.820 INFO kablam! 5 | use super::headers::{Headers, RawHeader}; Oct 11 10:22:21.820 INFO kablam! | ^^^^^^^^^ Oct 11 10:22:21.820 INFO kablam! Oct 11 10:22:21.955 INFO kablam! warning: unused variable: `raw` Oct 11 10:22:21.955 INFO kablam! --> src/http/headers.rs:97:13 Oct 11 10:22:21.955 INFO kablam! | Oct 11 10:22:21.955 INFO kablam! 97 | let raw = raw.into(); Oct 11 10:22:21.955 INFO kablam! | ^^^ help: consider using `_raw` instead Oct 11 10:22:21.955 INFO kablam! | Oct 11 10:22:21.955 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:22:21.955 INFO kablam! Oct 11 10:22:21.996 INFO kablam! warning: field is never used: `headers` Oct 11 10:22:21.996 INFO kablam! --> src/http/message.rs:30:5 Oct 11 10:22:21.996 INFO kablam! | Oct 11 10:22:21.996 INFO kablam! 30 | headers: Headers, Oct 11 10:22:21.996 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:22:21.996 INFO kablam! | Oct 11 10:22:21.996 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 10:22:21.996 INFO kablam! Oct 11 10:22:21.996 INFO kablam! warning: field is never used: `body` Oct 11 10:22:21.996 INFO kablam! --> src/http/message.rs:31:5 Oct 11 10:22:21.996 INFO kablam! | Oct 11 10:22:21.996 INFO kablam! 31 | body: &'a Read, Oct 11 10:22:21.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 10:22:21.997 INFO kablam! Oct 11 10:22:22.342 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 11 10:22:22.344 INFO kablam! su: No module specific data is present Oct 11 10:22:22.617 INFO running `"docker" "rm" "-f" "9c869fc4e1c9507f037ae702f4546f74563e7ded46fe0a623beb4e418b8a130b"` Oct 11 10:22:22.711 INFO blam! 9c869fc4e1c9507f037ae702f4546f74563e7ded46fe0a623beb4e418b8a130b Oct 11 10:22:22.712 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:22:22.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10:22:23.006 INFO blam! f5841c1e2bca9d2a1166209c02eeabf33758ec741fb2bab83e2c07a037a48aad Oct 11 10:22:23.016 INFO running `"docker" "start" "-a" "f5841c1e2bca9d2a1166209c02eeabf33758ec741fb2bab83e2c07a037a48aad"` Oct 11 10:22:24.055 INFO kablam! usermod: no changes Oct 11 10:22:24.104 INFO kablam! Compiling teapot v0.1.1 (/source) Oct 11 10:22:24.604 INFO kablam! warning: unused import: `std::str::FromStr` Oct 11 10:22:24.604 INFO kablam! --> src/mime.rs:2:5 Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! 2 | use std::str::FromStr; Oct 11 10:22:24.604 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 10:22:24.604 INFO kablam! Oct 11 10:22:24.604 INFO kablam! warning: unused import: `super::*` Oct 11 10:22:24.604 INFO kablam! --> src/mime.rs:27:9 Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! 27 | use super::*; Oct 11 10:22:24.604 INFO kablam! | ^^^^^^^^ Oct 11 10:22:24.604 INFO kablam! Oct 11 10:22:24.604 INFO kablam! warning: unused import: `super::super::lines::Lines` Oct 11 10:22:24.604 INFO kablam! --> src/http/parse/headers.rs:1:5 Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! 1 | use super::super::lines::Lines; Oct 11 10:22:24.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:22:24.604 INFO kablam! Oct 11 10:22:24.604 INFO kablam! warning: unused import: `super::super::headers::RawHeader` Oct 11 10:22:24.604 INFO kablam! --> src/http/parse/headers.rs:2:5 Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! 2 | use super::super::headers::RawHeader; Oct 11 10:22:24.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 10:22:24.604 INFO kablam! Oct 11 10:22:24.604 INFO kablam! warning: unused import: `std::io::Read` Oct 11 10:22:24.604 INFO kablam! --> src/http/parse/headers.rs:3:5 Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! 3 | use std::io::Read; Oct 11 10:22:24.604 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:22:24.604 INFO kablam! Oct 11 10:22:24.604 INFO kablam! warning: unused import: `RawHeader` Oct 11 10:22:24.604 INFO kablam! --> src/http/message.rs:5:31 Oct 11 10:22:24.604 INFO kablam! | Oct 11 10:22:24.604 INFO kablam! 5 | use super::headers::{Headers, RawHeader}; Oct 11 10:22:24.604 INFO kablam! | ^^^^^^^^^ Oct 11 10:22:24.604 INFO kablam! Oct 11 10:22:24.805 INFO kablam! warning: unused variable: `raw` Oct 11 10:22:24.805 INFO kablam! --> src/http/headers.rs:97:13 Oct 11 10:22:24.805 INFO kablam! | Oct 11 10:22:24.806 INFO kablam! 97 | let raw = raw.into(); Oct 11 10:22:24.806 INFO kablam! | ^^^ help: consider using `_raw` instead Oct 11 10:22:24.806 INFO kablam! | Oct 11 10:22:24.806 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 10:22:24.807 INFO kablam! Oct 11 10:22:24.879 INFO kablam! warning: field is never used: `headers` Oct 11 10:22:24.879 INFO kablam! --> src/http/message.rs:30:5 Oct 11 10:22:24.879 INFO kablam! | Oct 11 10:22:24.879 INFO kablam! 30 | headers: Headers, Oct 11 10:22:24.879 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 10:22:24.879 INFO kablam! | Oct 11 10:22:24.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 10:22:24.879 INFO kablam! Oct 11 10:22:24.881 INFO kablam! warning: field is never used: `body` Oct 11 10:22:24.881 INFO kablam! --> src/http/message.rs:31:5 Oct 11 10:22:24.881 INFO kablam! | Oct 11 10:22:24.881 INFO kablam! 31 | body: &'a Read, Oct 11 10:22:24.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 10:22:24.881 INFO kablam! Oct 11 10:22:26.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 11 10:22:26.510 INFO kablam! su: No module specific data is present Oct 11 10:22:27.476 INFO running `"docker" "rm" "-f" "f5841c1e2bca9d2a1166209c02eeabf33758ec741fb2bab83e2c07a037a48aad"` Oct 11 10:22:27.672 INFO blam! f5841c1e2bca9d2a1166209c02eeabf33758ec741fb2bab83e2c07a037a48aad Oct 11 10:22:27.677 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:22:27.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10:22:28.132 INFO blam! 2812053dca3cdfd2bf9e3b54546f1c8154d7fcaac7905836b4ced84ca5a88073 Oct 11 10:22:28.141 INFO running `"docker" "start" "-a" "2812053dca3cdfd2bf9e3b54546f1c8154d7fcaac7905836b4ced84ca5a88073"` Oct 11 10:22:29.441 INFO kablam! usermod: no changes Oct 11 10:22:29.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 10:22:29.465 INFO kablam! Running /target/debug/deps/teapot-1a57ceebb622cd74 Oct 11 10:22:29.468 INFO blam! Oct 11 10:22:29.468 INFO blam! running 10 tests Oct 11 10:22:29.468 INFO blam! test http::headers::test::test_raw_header ... ok Oct 11 10:22:29.468 INFO blam! test http::headers::test::test_dnt ... ok Oct 11 10:22:29.468 INFO blam! test http::headers::test::test_get_header ... ok Oct 11 10:22:29.468 INFO blam! test mime::tests::test_to_string ... ok Oct 11 10:22:29.468 INFO blam! test http::status::test::test_unregistered_status ... ok Oct 11 10:22:29.468 INFO blam! test http::message::test::test_parse ... ok Oct 11 10:22:29.468 INFO blam! test http::lines::test::test_iterator ... ok Oct 11 10:22:29.472 INFO blam! test http::headers::test::test_append ... ok Oct 11 10:22:29.472 INFO blam! test http::headers::test::test_user_agent ... ok Oct 11 10:22:29.472 INFO blam! test http::status::test::test_registered_statuses ... ok Oct 11 10:22:29.472 INFO blam! Oct 11 10:22:29.472 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:22:29.472 INFO blam! Oct 11 10:22:29.476 INFO kablam! Doc-tests teapot Oct 11 10:22:30.233 INFO blam! Oct 11 10:22:30.233 INFO blam! running 2 tests Oct 11 10:22:31.604 INFO blam! test src/http/headers.rs - http::headers::TypedHeader (line 6) ... ok Oct 11 10:22:31.655 INFO blam! test src/http/headers.rs - http::headers::Headers (line 117) ... ok Oct 11 10:22:31.655 INFO blam! Oct 11 10:22:31.655 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:22:31.655 INFO blam! Oct 11 10:22:31.670 INFO kablam! su: No module specific data is present Oct 11 10:22:32.421 INFO running `"docker" "rm" "-f" "2812053dca3cdfd2bf9e3b54546f1c8154d7fcaac7905836b4ced84ca5a88073"` Oct 11 10:22:32.740 INFO blam! 2812053dca3cdfd2bf9e3b54546f1c8154d7fcaac7905836b4ced84ca5a88073