Oct 15 09:43:07.133 INFO testing JustBeYou/AsyncHTTP against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:43:07.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 09:43:07.475 INFO blam! a2c8c89764b9ef12cb5cbb334b673520dd495303b88d4478dabe4ab1aa189481 Oct 15 09:43:07.483 INFO running `"docker" "start" "-a" "a2c8c89764b9ef12cb5cbb334b673520dd495303b88d4478dabe4ab1aa189481"` Oct 15 09:43:08.629 INFO kablam! usermod: no changes Oct 15 09:43:08.719 INFO kablam! Compiling rust-ini v0.13.0 Oct 15 09:43:10.179 INFO kablam! Compiling async_http v0.1.0 (/source) Oct 15 09:43:10.951 INFO kablam! warning: unused variable: `event_box` Oct 15 09:43:10.951 INFO kablam! --> src/server/listener.rs:115:16 Oct 15 09:43:10.951 INFO kablam! | Oct 15 09:43:10.951 INFO kablam! 115 | Ok(event_box) => { Oct 15 09:43:10.951 INFO kablam! | ^^^^^^^^^ help: consider using `_event_box` instead Oct 15 09:43:10.951 INFO kablam! | Oct 15 09:43:10.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:10.951 INFO kablam! Oct 15 09:43:10.951 INFO kablam! warning: unused variable: `error` Oct 15 09:43:10.951 INFO kablam! --> src/server/listener.rs:120:17 Oct 15 09:43:10.951 INFO kablam! | Oct 15 09:43:10.951 INFO kablam! 120 | Err(error) => { Oct 15 09:43:10.951 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 09:43:10.951 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: enum is never used: `ListenerError` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:12:1 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! 12 | pub enum ListenerError{ Oct 15 09:43:10.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:10.971 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: enum is never used: `ListenerStatus` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:18:1 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! 18 | pub enum ListenerStatus { Oct 15 09:43:10.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.971 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: field is never used: `address` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:25:5 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! 25 | address: SocketAddr, Oct 15 09:43:10.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.971 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: field is never used: `tcp_listener` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:27:5 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! 27 | tcp_listener: TcpListener, Oct 15 09:43:10.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.971 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: field is never used: `conn_limit` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:28:5 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! 28 | conn_limit: u64, Oct 15 09:43:10.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:43:10.971 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: field is never used: `online_clients` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:29:5 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.971 INFO kablam! 29 | online_clients: u64, Oct 15 09:43:10.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.971 INFO kablam! Oct 15 09:43:10.971 INFO kablam! warning: field is never used: `poll` Oct 15 09:43:10.971 INFO kablam! --> src/server/listener.rs:30:5 Oct 15 09:43:10.971 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 30 | poll: Poll, Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: field is never used: `events` Oct 15 09:43:10.972 INFO kablam! --> src/server/listener.rs:31:5 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 31 | events: Events, Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: method is never used: `wait_event` Oct 15 09:43:10.972 INFO kablam! --> src/server/listener.rs:68:5 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 68 | pub fn wait_event(&mut self) -> Result { Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: method is never used: `match_event` Oct 15 09:43:10.972 INFO kablam! --> src/server/listener.rs:113:5 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 113 | pub fn match_event(event: Result) -> ListenerStatus { Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: type alias is never used: `EventBox` Oct 15 09:43:10.972 INFO kablam! --> src/server/events.rs:5:1 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 5 | pub type EventBox = Box; Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: struct is never constructed: `ConnectionAccepted` Oct 15 09:43:10.972 INFO kablam! --> src/server/events.rs:8:1 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 8 | struct ConnectionAccepted { Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: struct is never constructed: `ConnectionClosed` Oct 15 09:43:10.972 INFO kablam! --> src/server/events.rs:17:1 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 17 | struct ConnectionClosed { Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: struct is never constructed: `IncomingData` Oct 15 09:43:10.972 INFO kablam! --> src/server/events.rs:26:1 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 26 | struct IncomingData { Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:10.972 INFO kablam! warning: struct is never constructed: `OutgoingData` Oct 15 09:43:10.972 INFO kablam! --> src/server/events.rs:35:1 Oct 15 09:43:10.972 INFO kablam! | Oct 15 09:43:10.972 INFO kablam! 35 | struct OutgoingData { Oct 15 09:43:10.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:10.972 INFO kablam! Oct 15 09:43:11.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 15 09:43:11.732 INFO kablam! su: No module specific data is present Oct 15 09:43:12.310 INFO running `"docker" "rm" "-f" "a2c8c89764b9ef12cb5cbb334b673520dd495303b88d4478dabe4ab1aa189481"` Oct 15 09:43:12.443 INFO blam! a2c8c89764b9ef12cb5cbb334b673520dd495303b88d4478dabe4ab1aa189481 Oct 15 09:43:12.444 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 09:43:12.651 INFO blam! 0005efb95f9a3fb68e444d2d9f019d319275a00b238eae00331df0677432b67d Oct 15 09:43:12.651 INFO running `"docker" "start" "-a" "0005efb95f9a3fb68e444d2d9f019d319275a00b238eae00331df0677432b67d"` Oct 15 09:43:13.272 INFO kablam! usermod: no changes Oct 15 09:43:13.314 INFO kablam! Compiling async_http v0.1.0 (/source) Oct 15 09:43:13.903 INFO kablam! warning: unused variable: `event_box` Oct 15 09:43:13.903 INFO kablam! --> src/server/listener.rs:115:16 Oct 15 09:43:13.904 INFO kablam! | Oct 15 09:43:13.904 INFO kablam! 115 | Ok(event_box) => { Oct 15 09:43:13.904 INFO kablam! | ^^^^^^^^^ help: consider using `_event_box` instead Oct 15 09:43:13.905 INFO kablam! | Oct 15 09:43:13.905 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:13.905 INFO kablam! Oct 15 09:43:13.905 INFO kablam! warning: unused variable: `error` Oct 15 09:43:13.906 INFO kablam! --> src/server/listener.rs:120:17 Oct 15 09:43:13.906 INFO kablam! | Oct 15 09:43:13.906 INFO kablam! 120 | Err(error) => { Oct 15 09:43:13.907 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 09:43:13.907 INFO kablam! Oct 15 09:43:13.920 INFO kablam! warning: enum is never used: `ListenerError` Oct 15 09:43:13.920 INFO kablam! --> src/server/listener.rs:12:1 Oct 15 09:43:13.920 INFO kablam! | Oct 15 09:43:13.920 INFO kablam! 12 | pub enum ListenerError{ Oct 15 09:43:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.920 INFO kablam! | Oct 15 09:43:13.920 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:13.920 INFO kablam! Oct 15 09:43:13.920 INFO kablam! warning: enum is never used: `ListenerStatus` Oct 15 09:43:13.920 INFO kablam! --> src/server/listener.rs:18:1 Oct 15 09:43:13.920 INFO kablam! | Oct 15 09:43:13.920 INFO kablam! 18 | pub enum ListenerStatus { Oct 15 09:43:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.920 INFO kablam! Oct 15 09:43:13.920 INFO kablam! warning: field is never used: `address` Oct 15 09:43:13.920 INFO kablam! --> src/server/listener.rs:25:5 Oct 15 09:43:13.920 INFO kablam! | Oct 15 09:43:13.920 INFO kablam! 25 | address: SocketAddr, Oct 15 09:43:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.920 INFO kablam! Oct 15 09:43:13.920 INFO kablam! warning: field is never used: `tcp_listener` Oct 15 09:43:13.920 INFO kablam! --> src/server/listener.rs:27:5 Oct 15 09:43:13.920 INFO kablam! | Oct 15 09:43:13.920 INFO kablam! 27 | tcp_listener: TcpListener, Oct 15 09:43:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.920 INFO kablam! Oct 15 09:43:13.920 INFO kablam! warning: field is never used: `conn_limit` Oct 15 09:43:13.920 INFO kablam! --> src/server/listener.rs:28:5 Oct 15 09:43:13.920 INFO kablam! | Oct 15 09:43:13.920 INFO kablam! 28 | conn_limit: u64, Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: field is never used: `online_clients` Oct 15 09:43:13.921 INFO kablam! --> src/server/listener.rs:29:5 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 29 | online_clients: u64, Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: field is never used: `poll` Oct 15 09:43:13.921 INFO kablam! --> src/server/listener.rs:30:5 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 30 | poll: Poll, Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: field is never used: `events` Oct 15 09:43:13.921 INFO kablam! --> src/server/listener.rs:31:5 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 31 | events: Events, Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: method is never used: `wait_event` Oct 15 09:43:13.921 INFO kablam! --> src/server/listener.rs:68:5 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 68 | pub fn wait_event(&mut self) -> Result { Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: method is never used: `match_event` Oct 15 09:43:13.921 INFO kablam! --> src/server/listener.rs:113:5 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 113 | pub fn match_event(event: Result) -> ListenerStatus { Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: type alias is never used: `EventBox` Oct 15 09:43:13.921 INFO kablam! --> src/server/events.rs:5:1 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 5 | pub type EventBox = Box; Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: struct is never constructed: `ConnectionAccepted` Oct 15 09:43:13.921 INFO kablam! --> src/server/events.rs:8:1 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 8 | struct ConnectionAccepted { Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: struct is never constructed: `ConnectionClosed` Oct 15 09:43:13.921 INFO kablam! --> src/server/events.rs:17:1 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 17 | struct ConnectionClosed { Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: struct is never constructed: `IncomingData` Oct 15 09:43:13.921 INFO kablam! --> src/server/events.rs:26:1 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 26 | struct IncomingData { Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:13.921 INFO kablam! warning: struct is never constructed: `OutgoingData` Oct 15 09:43:13.921 INFO kablam! --> src/server/events.rs:35:1 Oct 15 09:43:13.921 INFO kablam! | Oct 15 09:43:13.921 INFO kablam! 35 | struct OutgoingData { Oct 15 09:43:13.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.921 INFO kablam! Oct 15 09:43:14.293 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 15 09:43:14.296 INFO kablam! su: No module specific data is present Oct 15 09:43:14.655 INFO running `"docker" "rm" "-f" "0005efb95f9a3fb68e444d2d9f019d319275a00b238eae00331df0677432b67d"` Oct 15 09:43:14.762 INFO blam! 0005efb95f9a3fb68e444d2d9f019d319275a00b238eae00331df0677432b67d Oct 15 09:43:14.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 09:43:14.957 INFO blam! 9b361f91011e8e2484d7b98bbbe73d5773e10a461044cd3904b3e707ba6bc6a4 Oct 15 09:43:14.960 INFO running `"docker" "start" "-a" "9b361f91011e8e2484d7b98bbbe73d5773e10a461044cd3904b3e707ba6bc6a4"` Oct 15 09:43:15.351 INFO kablam! usermod: no changes Oct 15 09:43:15.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 09:43:15.398 INFO kablam! Running /target/debug/deps/async_http-eae6662389c2fe40 Oct 15 09:43:15.399 INFO blam! Oct 15 09:43:15.400 INFO blam! running 0 tests Oct 15 09:43:15.400 INFO blam! Oct 15 09:43:15.400 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:43:15.400 INFO blam! Oct 15 09:43:15.401 INFO kablam! su: No module specific data is present Oct 15 09:43:15.800 INFO running `"docker" "rm" "-f" "9b361f91011e8e2484d7b98bbbe73d5773e10a461044cd3904b3e707ba6bc6a4"` Oct 15 09:43:16.035 INFO blam! 9b361f91011e8e2484d7b98bbbe73d5773e10a461044cd3904b3e707ba6bc6a4