Oct 16 04:21:23.360 INFO testing laminar-0.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 04:21:23.361 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 16 04:21:23.729 INFO blam! e190705a2ff8fb98ec9fe60d0f61ca0b3f567bb361b7690b6e4cd43902fbce28 Oct 16 04:21:23.737 INFO running `"docker" "start" "-a" "e190705a2ff8fb98ec9fe60d0f61ca0b3f567bb361b7690b6e4cd43902fbce28"` Oct 16 04:21:24.719 INFO kablam! usermod: no changes Oct 16 04:21:24.863 INFO kablam! Compiling laminar v0.0.0 (/source) Oct 16 04:21:26.135 INFO kablam! warning: unused import: `std::io` Oct 16 04:21:26.135 INFO kablam! --> src/net/tcp.rs:1:5 Oct 16 04:21:26.135 INFO kablam! | Oct 16 04:21:26.135 INFO kablam! 1 | use std::io; Oct 16 04:21:26.135 INFO kablam! | ^^^^^^^ Oct 16 04:21:26.135 INFO kablam! | Oct 16 04:21:26.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:21:26.135 INFO kablam! Oct 16 04:21:26.451 INFO kablam! warning: unused variable: `e` Oct 16 04:21:26.451 INFO kablam! --> src/net/tcp.rs:196:17 Oct 16 04:21:26.451 INFO kablam! | Oct 16 04:21:26.451 INFO kablam! 196 | Err(e) => { Oct 16 04:21:26.451 INFO kablam! | ^ help: consider using `_e` instead Oct 16 04:21:26.451 INFO kablam! | Oct 16 04:21:26.451 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:21:26.451 INFO kablam! Oct 16 04:21:26.527 INFO kablam! warning: method is never used: `with_client_timeout` Oct 16 04:21:26.527 INFO kablam! --> src/net/socket_state.rs:37:5 Oct 16 04:21:26.527 INFO kablam! | Oct 16 04:21:26.527 INFO kablam! 37 | pub fn with_client_timeout(mut self, timeout: ConnectionTimeout) -> SocketState { Oct 16 04:21:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.528 INFO kablam! | Oct 16 04:21:26.528 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:21:26.528 INFO kablam! Oct 16 04:21:26.528 INFO kablam! warning: method is never used: `dropped_packets` Oct 16 04:21:26.528 INFO kablam! --> src/net/socket_state.rs:70:5 Oct 16 04:21:26.528 INFO kablam! | Oct 16 04:21:26.528 INFO kablam! 70 | pub fn dropped_packets(&mut self, addr: SocketAddr) -> Result> { Oct 16 04:21:26.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.528 INFO kablam! Oct 16 04:21:26.528 INFO kablam! warning: type alias is never used: `Connections` Oct 16 04:21:26.528 INFO kablam! --> src/net/tcp.rs:29:1 Oct 16 04:21:26.528 INFO kablam! | Oct 16 04:21:26.528 INFO kablam! 29 | type Connections = Arc>>>>; Oct 16 04:21:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.529 INFO kablam! Oct 16 04:21:26.529 INFO kablam! warning: type alias is never used: `MessageSender` Oct 16 04:21:26.529 INFO kablam! --> src/net/tcp.rs:30:1 Oct 16 04:21:26.529 INFO kablam! | Oct 16 04:21:26.529 INFO kablam! 30 | type MessageSender = Option>; Oct 16 04:21:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.529 INFO kablam! Oct 16 04:21:26.529 INFO kablam! warning: type alias is never used: `MessageReceiver` Oct 16 04:21:26.529 INFO kablam! --> src/net/tcp.rs:31:1 Oct 16 04:21:26.529 INFO kablam! | Oct 16 04:21:26.529 INFO kablam! 31 | type MessageReceiver = Option>; Oct 16 04:21:26.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.530 INFO kablam! Oct 16 04:21:26.530 INFO kablam! warning: struct is never constructed: `TcpSocketState` Oct 16 04:21:26.530 INFO kablam! --> src/net/tcp.rs:34:1 Oct 16 04:21:26.530 INFO kablam! | Oct 16 04:21:26.530 INFO kablam! 34 | pub struct TcpSocketState { Oct 16 04:21:26.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.530 INFO kablam! Oct 16 04:21:26.530 INFO kablam! warning: method is never used: `new` Oct 16 04:21:26.530 INFO kablam! --> src/net/tcp.rs:40:5 Oct 16 04:21:26.530 INFO kablam! | Oct 16 04:21:26.530 INFO kablam! 40 | pub fn new() -> TcpSocketState { Oct 16 04:21:26.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.531 INFO kablam! Oct 16 04:21:26.531 INFO kablam! warning: method is never used: `start` Oct 16 04:21:26.531 INFO kablam! --> src/net/tcp.rs:47:5 Oct 16 04:21:26.531 INFO kablam! | Oct 16 04:21:26.531 INFO kablam! 47 | pub fn start(&mut self, addr: SocketAddr) -> Result> { Oct 16 04:21:26.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.531 INFO kablam! Oct 16 04:21:26.531 INFO kablam! warning: struct is never constructed: `TcpServer` Oct 16 04:21:26.531 INFO kablam! --> src/net/tcp.rs:53:1 Oct 16 04:21:26.531 INFO kablam! | Oct 16 04:21:26.531 INFO kablam! 53 | pub struct TcpServer; Oct 16 04:21:26.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.531 INFO kablam! Oct 16 04:21:26.531 INFO kablam! warning: method is never used: `listen` Oct 16 04:21:26.532 INFO kablam! --> src/net/tcp.rs:59:5 Oct 16 04:21:26.532 INFO kablam! | Oct 16 04:21:26.532 INFO kablam! 59 | pub fn listen(addr: SocketAddr, connections: Connections) -> Result> { Oct 16 04:21:26.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.532 INFO kablam! Oct 16 04:21:26.532 INFO kablam! warning: method is never used: `handle_connection` Oct 16 04:21:26.532 INFO kablam! --> src/net/tcp.rs:89:5 Oct 16 04:21:26.532 INFO kablam! | Oct 16 04:21:26.532 INFO kablam! 89 | pub fn handle_connection(stream: TcpStream, connections: Connections) -> Result<()> { Oct 16 04:21:26.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.532 INFO kablam! Oct 16 04:21:26.532 INFO kablam! warning: struct is never constructed: `TcpClient` Oct 16 04:21:26.532 INFO kablam! --> src/net/tcp.rs:114:1 Oct 16 04:21:26.532 INFO kablam! | Oct 16 04:21:26.532 INFO kablam! 114 | pub struct TcpClient { Oct 16 04:21:26.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.533 INFO kablam! Oct 16 04:21:26.533 INFO kablam! warning: method is never used: `new` Oct 16 04:21:26.533 INFO kablam! --> src/net/tcp.rs:124:5 Oct 16 04:21:26.533 INFO kablam! | Oct 16 04:21:26.533 INFO kablam! 124 | pub fn new(stream: TcpStream) -> Result { Oct 16 04:21:26.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.533 INFO kablam! Oct 16 04:21:26.533 INFO kablam! warning: method is never used: `run` Oct 16 04:21:26.533 INFO kablam! --> src/net/tcp.rs:138:5 Oct 16 04:21:26.533 INFO kablam! | Oct 16 04:21:26.533 INFO kablam! 138 | pub fn run(client: Arc>) -> Result<()>{ Oct 16 04:21:26.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.533 INFO kablam! Oct 16 04:21:26.533 INFO kablam! warning: method is never used: `start_recv` Oct 16 04:21:26.534 INFO kablam! --> src/net/tcp.rs:157:5 Oct 16 04:21:26.534 INFO kablam! | Oct 16 04:21:26.534 INFO kablam! 157 | fn start_recv(client: Arc>) -> Result<()> { Oct 16 04:21:26.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.534 INFO kablam! Oct 16 04:21:26.534 INFO kablam! warning: method is never used: `write` Oct 16 04:21:26.534 INFO kablam! --> src/net/tcp.rs:172:5 Oct 16 04:21:26.534 INFO kablam! | Oct 16 04:21:26.534 INFO kablam! 172 | pub fn write(&mut self, msg: &str) -> bool { Oct 16 04:21:26.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.534 INFO kablam! Oct 16 04:21:26.534 INFO kablam! warning: method is never used: `outgoing_loop` Oct 16 04:21:26.534 INFO kablam! --> src/net/tcp.rs:193:5 Oct 16 04:21:26.534 INFO kablam! | Oct 16 04:21:26.534 INFO kablam! 193 | fn outgoing_loop(&mut self) -> Result> { Oct 16 04:21:26.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.534 INFO kablam! Oct 16 04:21:26.535 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:26.535 INFO kablam! --> src/net/tcp.rs:98:17 Oct 16 04:21:26.535 INFO kablam! | Oct 16 04:21:26.535 INFO kablam! 98 | TcpClient::run(tcp_client); Oct 16 04:21:26.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.535 INFO kablam! | Oct 16 04:21:26.535 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 04:21:26.535 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:26.535 INFO kablam! Oct 16 04:21:26.535 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:26.535 INFO kablam! --> src/net/tcp.rs:102:17 Oct 16 04:21:26.535 INFO kablam! | Oct 16 04:21:26.535 INFO kablam! 102 | tmp_stream.shutdown(Shutdown::Both); Oct 16 04:21:26.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.536 INFO kablam! | Oct 16 04:21:26.536 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:26.536 INFO kablam! Oct 16 04:21:26.536 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:26.536 INFO kablam! --> src/net/tcp.rs:106:13 Oct 16 04:21:26.536 INFO kablam! | Oct 16 04:21:26.536 INFO kablam! 106 | tmp_stream.shutdown(Shutdown::Both); Oct 16 04:21:26.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:26.536 INFO kablam! | Oct 16 04:21:26.536 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:26.536 INFO kablam! Oct 16 04:21:28.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.61s Oct 16 04:21:28.363 INFO kablam! su: No module specific data is present Oct 16 04:21:28.859 INFO running `"docker" "rm" "-f" "e190705a2ff8fb98ec9fe60d0f61ca0b3f567bb361b7690b6e4cd43902fbce28"` Oct 16 04:21:29.091 INFO blam! e190705a2ff8fb98ec9fe60d0f61ca0b3f567bb361b7690b6e4cd43902fbce28 Oct 16 04:21:29.139 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 16 04:21:29.528 INFO blam! 68f154584e331d75b567aeaac17910f788ca0880b4aa73b75fa681e48d727e08 Oct 16 04:21:29.537 INFO running `"docker" "start" "-a" "68f154584e331d75b567aeaac17910f788ca0880b4aa73b75fa681e48d727e08"` Oct 16 04:21:30.638 INFO kablam! usermod: no changes Oct 16 04:21:30.759 INFO kablam! Compiling laminar v0.0.0 (/source) Oct 16 04:21:31.976 INFO kablam! warning: unused import: `std::io` Oct 16 04:21:31.977 INFO kablam! --> src/net/tcp.rs:1:5 Oct 16 04:21:31.977 INFO kablam! | Oct 16 04:21:31.977 INFO kablam! 1 | use std::io; Oct 16 04:21:31.977 INFO kablam! | ^^^^^^^ Oct 16 04:21:31.977 INFO kablam! | Oct 16 04:21:31.977 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 04:21:31.977 INFO kablam! Oct 16 04:21:31.977 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 16 04:21:31.977 INFO kablam! --> src/net/tcp.rs:236:21 Oct 16 04:21:31.977 INFO kablam! | Oct 16 04:21:31.977 INFO kablam! 236 | use std::sync::{Arc, Mutex}; Oct 16 04:21:31.977 INFO kablam! | ^^^ ^^^^^ Oct 16 04:21:31.977 INFO kablam! Oct 16 04:21:32.519 INFO kablam! warning: unused variable: `new_conn` Oct 16 04:21:32.519 INFO kablam! --> src/net/socket_state.rs:155:13 Oct 16 04:21:32.519 INFO kablam! | Oct 16 04:21:32.519 INFO kablam! 155 | let new_conn = Connection::new(addr.next().unwrap()); Oct 16 04:21:32.520 INFO kablam! | ^^^^^^^^ help: consider using `_new_conn` instead Oct 16 04:21:32.520 INFO kablam! | Oct 16 04:21:32.520 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 04:21:32.520 INFO kablam! Oct 16 04:21:32.520 INFO kablam! warning: unused variable: `len` Oct 16 04:21:32.520 INFO kablam! --> src/net/udp.rs:108:21 Oct 16 04:21:32.521 INFO kablam! | Oct 16 04:21:32.521 INFO kablam! 108 | let len = data.len(); Oct 16 04:21:32.521 INFO kablam! | ^^^ help: consider using `_len` instead Oct 16 04:21:32.521 INFO kablam! Oct 16 04:21:32.539 INFO kablam! warning: unused variable: `test_state` Oct 16 04:21:32.539 INFO kablam! --> src/net/tcp.rs:241:13 Oct 16 04:21:32.539 INFO kablam! | Oct 16 04:21:32.539 INFO kablam! 241 | let test_state = TcpSocketState::new(); Oct 16 04:21:32.540 INFO kablam! | ^^^^^^^^^^ help: consider using `_test_state` instead Oct 16 04:21:32.540 INFO kablam! Oct 16 04:21:32.540 INFO kablam! warning: unused variable: `e` Oct 16 04:21:32.540 INFO kablam! --> src/net/tcp.rs:196:17 Oct 16 04:21:32.540 INFO kablam! | Oct 16 04:21:32.540 INFO kablam! 196 | Err(e) => { Oct 16 04:21:32.540 INFO kablam! | ^ help: consider using `_e` instead Oct 16 04:21:32.541 INFO kablam! Oct 16 04:21:32.771 INFO kablam! warning: method is never used: `with_client_timeout` Oct 16 04:21:32.771 INFO kablam! --> src/net/socket_state.rs:37:5 Oct 16 04:21:32.771 INFO kablam! | Oct 16 04:21:32.771 INFO kablam! 37 | pub fn with_client_timeout(mut self, timeout: ConnectionTimeout) -> SocketState { Oct 16 04:21:32.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.771 INFO kablam! | Oct 16 04:21:32.772 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 04:21:32.772 INFO kablam! Oct 16 04:21:32.772 INFO kablam! warning: method is never used: `dropped_packets` Oct 16 04:21:32.772 INFO kablam! --> src/net/socket_state.rs:70:5 Oct 16 04:21:32.772 INFO kablam! | Oct 16 04:21:32.773 INFO kablam! 70 | pub fn dropped_packets(&mut self, addr: SocketAddr) -> Result> { Oct 16 04:21:32.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.773 INFO kablam! Oct 16 04:21:32.773 INFO kablam! warning: static item is never used: `TEST_BAD_HOST_IP` Oct 16 04:21:32.773 INFO kablam! --> src/net/connection.rs:66:5 Oct 16 04:21:32.773 INFO kablam! | Oct 16 04:21:32.773 INFO kablam! 66 | static TEST_BAD_HOST_IP: &'static str = "800.0.0.1"; Oct 16 04:21:32.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.774 INFO kablam! Oct 16 04:21:32.774 INFO kablam! warning: function is never used: `dummy_packet` Oct 16 04:21:32.774 INFO kablam! --> src/net/udp.rs:148:5 Oct 16 04:21:32.774 INFO kablam! | Oct 16 04:21:32.775 INFO kablam! 148 | pub fn dummy_packet() -> Packet { Oct 16 04:21:32.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.775 INFO kablam! Oct 16 04:21:32.775 INFO kablam! warning: method is never used: `write` Oct 16 04:21:32.775 INFO kablam! --> src/net/tcp.rs:172:5 Oct 16 04:21:32.775 INFO kablam! | Oct 16 04:21:32.775 INFO kablam! 172 | pub fn write(&mut self, msg: &str) -> bool { Oct 16 04:21:32.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.776 INFO kablam! Oct 16 04:21:32.796 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:32.796 INFO kablam! --> src/net/tcp.rs:98:17 Oct 16 04:21:32.796 INFO kablam! | Oct 16 04:21:32.796 INFO kablam! 98 | TcpClient::run(tcp_client); Oct 16 04:21:32.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.796 INFO kablam! | Oct 16 04:21:32.796 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 04:21:32.796 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:32.796 INFO kablam! Oct 16 04:21:32.796 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:32.796 INFO kablam! --> src/net/tcp.rs:102:17 Oct 16 04:21:32.796 INFO kablam! | Oct 16 04:21:32.796 INFO kablam! 102 | tmp_stream.shutdown(Shutdown::Both); Oct 16 04:21:32.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.796 INFO kablam! | Oct 16 04:21:32.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:32.799 INFO kablam! Oct 16 04:21:32.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:32.799 INFO kablam! --> src/net/tcp.rs:106:13 Oct 16 04:21:32.799 INFO kablam! | Oct 16 04:21:32.799 INFO kablam! 106 | tmp_stream.shutdown(Shutdown::Both); Oct 16 04:21:32.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.799 INFO kablam! | Oct 16 04:21:32.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:32.799 INFO kablam! Oct 16 04:21:32.799 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 04:21:32.799 INFO kablam! --> src/net/tcp.rs:248:9 Oct 16 04:21:32.799 INFO kablam! | Oct 16 04:21:32.799 INFO kablam! 248 | test_state.start(addr); Oct 16 04:21:32.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 04:21:32.799 INFO kablam! | Oct 16 04:21:32.799 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 04:21:32.799 INFO kablam! Oct 16 04:21:36.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.01s Oct 16 04:21:36.672 INFO kablam! su: No module specific data is present Oct 16 04:21:37.135 INFO running `"docker" "rm" "-f" "68f154584e331d75b567aeaac17910f788ca0880b4aa73b75fa681e48d727e08"` Oct 16 04:21:37.215 INFO blam! 68f154584e331d75b567aeaac17910f788ca0880b4aa73b75fa681e48d727e08 Oct 16 04:21:37.220 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 16 04:21:37.449 INFO blam! 1ed296c6842fa69bc08ff144f6706204baea52eb99490b5ab2ed31c32f8f7c3c Oct 16 04:21:37.453 INFO running `"docker" "start" "-a" "1ed296c6842fa69bc08ff144f6706204baea52eb99490b5ab2ed31c32f8f7c3c"` Oct 16 04:21:37.862 INFO kablam! usermod: no changes Oct 16 04:21:37.916 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 04:21:37.931 INFO kablam! Running /target/debug/deps/laminar-368645bfb72fe05e Oct 16 04:21:37.932 INFO blam! Oct 16 04:21:37.932 INFO blam! running 30 tests Oct 16 04:21:37.943 INFO blam! test net::external_ack::test::acking_a_nearly_full_set_of_packets ... ok Oct 16 04:21:37.943 INFO blam! test net::external_ack::test::acking_around_zero ... ok Oct 16 04:21:37.943 INFO blam! test net::external_ack::test::acking_a_full_set_of_packets ... ok Oct 16 04:21:37.943 INFO blam! test net::external_ack::test::acking_several_packets ... ok Oct 16 04:21:37.943 INFO blam! test net::connection::test::test_create_connection ... ok Oct 16 04:21:37.943 INFO blam! test net::external_ack::test::acking_several_packets_out_of_order ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::acking_too_far_backward ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::acking_a_whole_buffer_too_far_forward ... ok Oct 16 04:21:37.947 INFO blam! test events::test::test_create_event ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::ignores_old_packets ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::skips_missing_acks_correctly ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::acking_to_the_edge_forward ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::acking_too_far_forward ... ok Oct 16 04:21:37.947 INFO blam! test net::local_ack::test::acking_single_packet ... ok Oct 16 04:21:37.947 INFO blam! test net::local_ack::test::acking_around_zero ... ok Oct 16 04:21:37.947 INFO blam! test net::external_ack::test::acking_single_packet ... ok Oct 16 04:21:37.956 INFO blam! test net::local_ack::test::acking_several_packets ... ok Oct 16 04:21:37.956 INFO blam! test net::external_ack::test::ignores_really_old_packets ... ok Oct 16 04:21:37.956 INFO blam! test net::local_ack::test::acking_a_full_set_of_packets ... ok Oct 16 04:21:37.956 INFO blam! test net::local_ack::test::dropping_one_packet ... ok Oct 16 04:21:37.956 INFO blam! test net::local_ack::test::drops_old_packets ... ok Oct 16 04:21:37.956 INFO blam! test net::local_ack::test::drops_really_old_packets ... ok Oct 16 04:21:37.956 INFO blam! test net::udp::test::send_receive_1_pckt ... ignored Oct 16 04:21:37.956 INFO blam! test net::udp::test::send_receive_stress_test ... ignored Oct 16 04:21:37.957 INFO blam! test net::local_ack::test::not_dropping_new_packets ... ok Oct 16 04:21:37.967 INFO blam! test net::tcp::test::test_create_tcp_socket_state ... ok Oct 16 04:21:37.967 INFO kablam! thread '' panicked at 'explicit panic', src/net/tcp.rs:252:13 Oct 16 04:21:37.967 INFO kablam! stack backtrace: Oct 16 04:21:37.967 INFO blam! test net::socket_state::test::test_invalid_addr_fails ... ok Oct 16 04:21:37.979 INFO blam! test net::socket_state::test::test_create_connection ... ok Oct 16 04:21:37.979 INFO kablam! 0: 0x55f5aa8a6bfe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 16 04:21:37.979 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 04:21:37.979 INFO kablam! 1: 0x55f5aa8b0846 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 16 04:21:37.983 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 16 04:21:37.983 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 16 04:21:37.983 INFO kablam! 2: 0x55f5aa8ab44d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 16 04:21:37.983 INFO kablam! at libstd/panicking.rs:211 Oct 16 04:21:37.983 INFO kablam! 3: 0x55f5aa8ab1c0 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 16 04:21:37.983 INFO kablam! at libstd/panicking.rs:227 Oct 16 04:21:37.983 INFO kablam! 4: 0x55f5aa8abafc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 16 04:21:37.983 INFO kablam! at libstd/panicking.rs:476 Oct 16 04:21:37.983 INFO kablam! 5: 0x55f5aa89781f - std::panicking::begin_panic::h954b596a3d0bf439 Oct 16 04:21:37.983 INFO kablam! at libstd/panicking.rs:410 Oct 16 04:21:37.983 INFO kablam! 6: 0x55f5aa7d3f4f - laminar::net::tcp::test::test_lock_poisoning::{{closure}}::h09880c2d124152ca Oct 16 04:21:37.983 INFO kablam! at src/net/tcp.rs:252 Oct 16 04:21:37.983 INFO kablam! 7: 0x55f5aa815722 - std::sys_common::backtrace::__rust_begin_short_backtrace::h402ca0616d8b8fce Oct 16 04:21:37.983 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 16 04:21:37.983 INFO kablam! 8: 0x55f5aa7e4cad - std::thread::Builder::spawn::{{closure}}::{{closure}}::h44940a02e076b0a9 Oct 16 04:21:37.985 INFO kablam! at libstd/thread/mod.rs:409 Oct 16 04:21:37.985 INFO kablam! 9: 0x55f5aa7ce430 - as core::ops::function::FnOnce<()>>::call_once::h020c1828a731dca6 Oct 16 04:21:37.985 INFO kablam! at libstd/panic.rs:313 Oct 16 04:21:37.985 INFO kablam! 10: 0x55f5aa7c2df4 - std::panicking::try::do_call::h5511efcdd27c7ec9 Oct 16 04:21:37.985 INFO kablam! at libstd/panicking.rs:310 Oct 16 04:21:37.985 INFO kablam! 11: 0x55f5aa8bba19 - __rust_maybe_catch_panic Oct 16 04:21:37.985 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 16 04:21:37.985 INFO kablam! 12: 0x55f5aa7c2cec - std::panicking::try::h911c50b3c6873cd8 Oct 16 04:21:37.985 INFO kablam! at libstd/panicking.rs:289 Oct 16 04:21:37.985 INFO kablam! 13: 0x55f5aa7d2202 - std::panic::catch_unwind::h9b15f1efe6bc3ba2 Oct 16 04:21:37.985 INFO kablam! at libstd/panic.rs:392 Oct 16 04:21:37.985 INFO kablam! 14: 0x55f5aa7e3efc - std::thread::Builder::spawn::{{closure}}::h0febf25754d6716b Oct 16 04:21:37.985 INFO kablam! at libstd/thread/mod.rs:408 Oct 16 04:21:37.985 INFO kablam! 15: 0x55f5aa7e57d6 - >::call_box::ha94ca68890a8120f Oct 16 04:21:37.985 INFO kablam! at liballoc/boxed.rs:672 Oct 16 04:21:37.985 INFO kablam! 16: 0x55f5aa8a96ea - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 16 04:21:37.985 INFO kablam! at liballoc/boxed.rs:682 Oct 16 04:21:37.985 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 16 04:21:37.985 INFO kablam! 17: 0x55f5aa89ab95 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 16 04:21:37.987 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 16 04:21:37.987 INFO blam! test net::tcp::test::test_lock_poisoning ... ok Oct 16 04:21:37.987 INFO kablam! 18: 0x7f97826866b9 - start_thread Oct 16 04:21:37.987 INFO kablam! 19: 0x7f97821a641c - clone Oct 16 04:21:37.987 INFO kablam! 20: 0x0 - Oct 16 04:21:47.963 INFO blam! test net::socket_state::test::test_poll_for_invalid_clients ... ok Oct 16 04:21:47.963 INFO blam! Oct 16 04:21:47.963 INFO blam! test result: ok. 28 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Oct 16 04:21:47.963 INFO blam! Oct 16 04:21:47.963 INFO kablam! Doc-tests laminar Oct 16 04:21:50.019 INFO blam! Oct 16 04:21:50.019 INFO blam! running 0 tests Oct 16 04:21:50.019 INFO blam! Oct 16 04:21:50.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 04:21:50.019 INFO blam! Oct 16 04:21:50.025 INFO kablam! su: No module specific data is present Oct 16 04:21:50.991 INFO running `"docker" "rm" "-f" "1ed296c6842fa69bc08ff144f6706204baea52eb99490b5ab2ed31c32f8f7c3c"` Oct 16 04:21:51.240 INFO blam! 1ed296c6842fa69bc08ff144f6706204baea52eb99490b5ab2ed31c32f8f7c3c