Oct 11 17:54:33.157 INFO testing laminar-0.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:54:33.157 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:54:33.157 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 17:54:33.652 INFO blam! a810a699ec9b253e0b8e608192234ac98abd593281ecf1114d46b82e8f7b9802 Oct 11 17:54:33.668 INFO running `"docker" "start" "-a" "a810a699ec9b253e0b8e608192234ac98abd593281ecf1114d46b82e8f7b9802"` Oct 11 17:54:34.664 INFO kablam! usermod: no changes Oct 11 17:54:34.781 INFO kablam! Compiling laminar v0.0.0 (/source) Oct 11 17:54:36.888 INFO kablam! warning: unused import: `std::io` Oct 11 17:54:36.888 INFO kablam! --> src/net/tcp.rs:1:5 Oct 11 17:54:36.888 INFO kablam! | Oct 11 17:54:36.888 INFO kablam! 1 | use std::io; Oct 11 17:54:36.888 INFO kablam! | ^^^^^^^ Oct 11 17:54:36.888 INFO kablam! | Oct 11 17:54:36.888 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:54:36.888 INFO kablam! Oct 11 17:54:37.260 INFO kablam! warning: unused variable: `e` Oct 11 17:54:37.260 INFO kablam! --> src/net/tcp.rs:196:17 Oct 11 17:54:37.260 INFO kablam! | Oct 11 17:54:37.260 INFO kablam! 196 | Err(e) => { Oct 11 17:54:37.260 INFO kablam! | ^ help: consider using `_e` instead Oct 11 17:54:37.260 INFO kablam! | Oct 11 17:54:37.260 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:54:37.260 INFO kablam! Oct 11 17:54:37.360 INFO kablam! warning: method is never used: `with_client_timeout` Oct 11 17:54:37.360 INFO kablam! --> src/net/socket_state.rs:37:5 Oct 11 17:54:37.360 INFO kablam! | Oct 11 17:54:37.360 INFO kablam! 37 | pub fn with_client_timeout(mut self, timeout: ConnectionTimeout) -> SocketState { Oct 11 17:54:37.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.360 INFO kablam! | Oct 11 17:54:37.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:54:37.360 INFO kablam! Oct 11 17:54:37.360 INFO kablam! warning: method is never used: `dropped_packets` Oct 11 17:54:37.360 INFO kablam! --> src/net/socket_state.rs:70:5 Oct 11 17:54:37.360 INFO kablam! | Oct 11 17:54:37.360 INFO kablam! 70 | pub fn dropped_packets(&mut self, addr: SocketAddr) -> Result> { Oct 11 17:54:37.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.360 INFO kablam! Oct 11 17:54:37.360 INFO kablam! warning: type alias is never used: `Connections` Oct 11 17:54:37.360 INFO kablam! --> src/net/tcp.rs:29:1 Oct 11 17:54:37.360 INFO kablam! | Oct 11 17:54:37.360 INFO kablam! 29 | type Connections = Arc>>>>; Oct 11 17:54:37.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.360 INFO kablam! Oct 11 17:54:37.360 INFO kablam! warning: type alias is never used: `MessageSender` Oct 11 17:54:37.360 INFO kablam! --> src/net/tcp.rs:30:1 Oct 11 17:54:37.360 INFO kablam! | Oct 11 17:54:37.360 INFO kablam! 30 | type MessageSender = Option>; Oct 11 17:54:37.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.360 INFO kablam! Oct 11 17:54:37.360 INFO kablam! warning: type alias is never used: `MessageReceiver` Oct 11 17:54:37.360 INFO kablam! --> src/net/tcp.rs:31:1 Oct 11 17:54:37.360 INFO kablam! | Oct 11 17:54:37.360 INFO kablam! 31 | type MessageReceiver = Option>; Oct 11 17:54:37.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: struct is never constructed: `TcpSocketState` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:34:1 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 34 | pub struct TcpSocketState { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `new` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:40:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 40 | pub fn new() -> TcpSocketState { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `start` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:47:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 47 | pub fn start(&mut self, addr: SocketAddr) -> Result> { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: struct is never constructed: `TcpServer` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:53:1 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 53 | pub struct TcpServer; Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `listen` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:59:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 59 | pub fn listen(addr: SocketAddr, connections: Connections) -> Result> { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `handle_connection` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:89:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 89 | pub fn handle_connection(stream: TcpStream, connections: Connections) -> Result<()> { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: struct is never constructed: `TcpClient` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:114:1 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 114 | pub struct TcpClient { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `new` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:124:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 124 | pub fn new(stream: TcpStream) -> Result { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `run` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:138:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 138 | pub fn run(client: Arc>) -> Result<()>{ Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `start_recv` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:157:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 157 | fn start_recv(client: Arc>) -> Result<()> { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `write` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:172:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 172 | pub fn write(&mut self, msg: &str) -> bool { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.361 INFO kablam! warning: method is never used: `outgoing_loop` Oct 11 17:54:37.361 INFO kablam! --> src/net/tcp.rs:193:5 Oct 11 17:54:37.361 INFO kablam! | Oct 11 17:54:37.361 INFO kablam! 193 | fn outgoing_loop(&mut self) -> Result> { Oct 11 17:54:37.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.361 INFO kablam! Oct 11 17:54:37.372 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:37.372 INFO kablam! --> src/net/tcp.rs:98:17 Oct 11 17:54:37.372 INFO kablam! | Oct 11 17:54:37.372 INFO kablam! 98 | TcpClient::run(tcp_client); Oct 11 17:54:37.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.372 INFO kablam! | Oct 11 17:54:37.372 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 17:54:37.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:37.372 INFO kablam! Oct 11 17:54:37.372 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:37.372 INFO kablam! --> src/net/tcp.rs:102:17 Oct 11 17:54:37.372 INFO kablam! | Oct 11 17:54:37.372 INFO kablam! 102 | tmp_stream.shutdown(Shutdown::Both); Oct 11 17:54:37.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.372 INFO kablam! | Oct 11 17:54:37.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:37.372 INFO kablam! Oct 11 17:54:37.372 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:37.372 INFO kablam! --> src/net/tcp.rs:106:13 Oct 11 17:54:37.372 INFO kablam! | Oct 11 17:54:37.372 INFO kablam! 106 | tmp_stream.shutdown(Shutdown::Both); Oct 11 17:54:37.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:37.372 INFO kablam! | Oct 11 17:54:37.372 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:37.372 INFO kablam! Oct 11 17:54:38.984 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.27s Oct 11 17:54:38.989 INFO kablam! su: No module specific data is present Oct 11 17:54:39.480 INFO running `"docker" "rm" "-f" "a810a699ec9b253e0b8e608192234ac98abd593281ecf1114d46b82e8f7b9802"` Oct 11 17:54:39.808 INFO blam! a810a699ec9b253e0b8e608192234ac98abd593281ecf1114d46b82e8f7b9802 Oct 11 17:54:39.812 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:54:39.812 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 17:54:40.270 INFO blam! 266a45fcaab246f59f0d41147689349ee783ef44c526f6784faae0d9f276d947 Oct 11 17:54:40.288 INFO running `"docker" "start" "-a" "266a45fcaab246f59f0d41147689349ee783ef44c526f6784faae0d9f276d947"` Oct 11 17:54:41.752 INFO kablam! usermod: no changes Oct 11 17:54:41.888 INFO kablam! Compiling laminar v0.0.0 (/source) Oct 11 17:54:43.759 INFO kablam! warning: unused import: `std::io` Oct 11 17:54:43.760 INFO kablam! --> src/net/tcp.rs:1:5 Oct 11 17:54:43.760 INFO kablam! | Oct 11 17:54:43.760 INFO kablam! 1 | use std::io; Oct 11 17:54:43.760 INFO kablam! | ^^^^^^^ Oct 11 17:54:43.760 INFO kablam! | Oct 11 17:54:43.761 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 17:54:43.761 INFO kablam! Oct 11 17:54:43.762 INFO kablam! warning: unused imports: `Arc`, `Mutex` Oct 11 17:54:43.762 INFO kablam! --> src/net/tcp.rs:236:21 Oct 11 17:54:43.762 INFO kablam! | Oct 11 17:54:43.762 INFO kablam! 236 | use std::sync::{Arc, Mutex}; Oct 11 17:54:43.762 INFO kablam! | ^^^ ^^^^^ Oct 11 17:54:43.762 INFO kablam! Oct 11 17:54:44.174 INFO kablam! warning: unused variable: `new_conn` Oct 11 17:54:44.174 INFO kablam! --> src/net/socket_state.rs:155:13 Oct 11 17:54:44.175 INFO kablam! | Oct 11 17:54:44.175 INFO kablam! 155 | let new_conn = Connection::new(addr.next().unwrap()); Oct 11 17:54:44.175 INFO kablam! | ^^^^^^^^ help: consider using `_new_conn` instead Oct 11 17:54:44.176 INFO kablam! | Oct 11 17:54:44.176 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:54:44.176 INFO kablam! Oct 11 17:54:44.177 INFO kablam! warning: unused variable: `len` Oct 11 17:54:44.177 INFO kablam! --> src/net/udp.rs:108:21 Oct 11 17:54:44.177 INFO kablam! | Oct 11 17:54:44.178 INFO kablam! 108 | let len = data.len(); Oct 11 17:54:44.178 INFO kablam! | ^^^ help: consider using `_len` instead Oct 11 17:54:44.178 INFO kablam! Oct 11 17:54:44.179 INFO kablam! warning: unused variable: `test_state` Oct 11 17:54:44.179 INFO kablam! --> src/net/tcp.rs:241:13 Oct 11 17:54:44.179 INFO kablam! | Oct 11 17:54:44.179 INFO kablam! 241 | let test_state = TcpSocketState::new(); Oct 11 17:54:44.180 INFO kablam! | ^^^^^^^^^^ help: consider using `_test_state` instead Oct 11 17:54:44.180 INFO kablam! Oct 11 17:54:44.180 INFO kablam! warning: unused variable: `e` Oct 11 17:54:44.180 INFO kablam! --> src/net/tcp.rs:196:17 Oct 11 17:54:44.181 INFO kablam! | Oct 11 17:54:44.181 INFO kablam! 196 | Err(e) => { Oct 11 17:54:44.181 INFO kablam! | ^ help: consider using `_e` instead Oct 11 17:54:44.181 INFO kablam! Oct 11 17:54:44.333 INFO kablam! warning: method is never used: `with_client_timeout` Oct 11 17:54:44.333 INFO kablam! --> src/net/socket_state.rs:37:5 Oct 11 17:54:44.333 INFO kablam! | Oct 11 17:54:44.334 INFO kablam! 37 | pub fn with_client_timeout(mut self, timeout: ConnectionTimeout) -> SocketState { Oct 11 17:54:44.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.334 INFO kablam! | Oct 11 17:54:44.335 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:54:44.335 INFO kablam! Oct 11 17:54:44.335 INFO kablam! warning: method is never used: `dropped_packets` Oct 11 17:54:44.335 INFO kablam! --> src/net/socket_state.rs:70:5 Oct 11 17:54:44.335 INFO kablam! | Oct 11 17:54:44.336 INFO kablam! 70 | pub fn dropped_packets(&mut self, addr: SocketAddr) -> Result> { Oct 11 17:54:44.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.336 INFO kablam! Oct 11 17:54:44.337 INFO kablam! warning: static item is never used: `TEST_BAD_HOST_IP` Oct 11 17:54:44.337 INFO kablam! --> src/net/connection.rs:66:5 Oct 11 17:54:44.337 INFO kablam! | Oct 11 17:54:44.337 INFO kablam! 66 | static TEST_BAD_HOST_IP: &'static str = "800.0.0.1"; Oct 11 17:54:44.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.338 INFO kablam! Oct 11 17:54:44.338 INFO kablam! warning: function is never used: `dummy_packet` Oct 11 17:54:44.339 INFO kablam! --> src/net/udp.rs:148:5 Oct 11 17:54:44.339 INFO kablam! | Oct 11 17:54:44.339 INFO kablam! 148 | pub fn dummy_packet() -> Packet { Oct 11 17:54:44.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.340 INFO kablam! Oct 11 17:54:44.340 INFO kablam! warning: method is never used: `write` Oct 11 17:54:44.340 INFO kablam! --> src/net/tcp.rs:172:5 Oct 11 17:54:44.341 INFO kablam! | Oct 11 17:54:44.341 INFO kablam! 172 | pub fn write(&mut self, msg: &str) -> bool { Oct 11 17:54:44.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.341 INFO kablam! Oct 11 17:54:44.353 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:44.353 INFO kablam! --> src/net/tcp.rs:98:17 Oct 11 17:54:44.353 INFO kablam! | Oct 11 17:54:44.354 INFO kablam! 98 | TcpClient::run(tcp_client); Oct 11 17:54:44.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.354 INFO kablam! | Oct 11 17:54:44.354 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 17:54:44.355 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:44.355 INFO kablam! Oct 11 17:54:44.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:44.355 INFO kablam! --> src/net/tcp.rs:102:17 Oct 11 17:54:44.356 INFO kablam! | Oct 11 17:54:44.356 INFO kablam! 102 | tmp_stream.shutdown(Shutdown::Both); Oct 11 17:54:44.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.357 INFO kablam! | Oct 11 17:54:44.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:44.357 INFO kablam! Oct 11 17:54:44.357 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:44.358 INFO kablam! --> src/net/tcp.rs:106:13 Oct 11 17:54:44.358 INFO kablam! | Oct 11 17:54:44.358 INFO kablam! 106 | tmp_stream.shutdown(Shutdown::Both); Oct 11 17:54:44.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.358 INFO kablam! | Oct 11 17:54:44.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:44.359 INFO kablam! Oct 11 17:54:44.359 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:54:44.359 INFO kablam! --> src/net/tcp.rs:248:9 Oct 11 17:54:44.359 INFO kablam! | Oct 11 17:54:44.359 INFO kablam! 248 | test_state.start(addr); Oct 11 17:54:44.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:54:44.359 INFO kablam! | Oct 11 17:54:44.359 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:54:44.359 INFO kablam! Oct 11 17:54:46.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.17s Oct 11 17:54:46.945 INFO kablam! su: No module specific data is present Oct 11 17:54:47.709 INFO running `"docker" "rm" "-f" "266a45fcaab246f59f0d41147689349ee783ef44c526f6784faae0d9f276d947"` Oct 11 17:54:48.028 INFO blam! 266a45fcaab246f59f0d41147689349ee783ef44c526f6784faae0d9f276d947 Oct 11 17:54:48.034 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:54:48.034 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 17:54:48.452 INFO blam! aa54afcaa8bc7b55ea5b4354c5908d054b5204b3e2b78c1c95e4ca4a3c28da6a Oct 11 17:54:48.454 INFO running `"docker" "start" "-a" "aa54afcaa8bc7b55ea5b4354c5908d054b5204b3e2b78c1c95e4ca4a3c28da6a"` Oct 11 17:54:49.386 INFO kablam! usermod: no changes Oct 11 17:54:49.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 17:54:49.467 INFO kablam! Running /target/debug/deps/laminar-966a9a33431c462a Oct 11 17:54:49.470 INFO blam! Oct 11 17:54:49.470 INFO blam! running 30 tests Oct 11 17:54:49.472 INFO blam! test net::external_ack::test::acking_a_whole_buffer_too_far_forward ... ok Oct 11 17:54:49.472 INFO blam! test net::external_ack::test::acking_a_full_set_of_packets ... ok Oct 11 17:54:49.474 INFO blam! test net::external_ack::test::acking_to_the_edge_forward ... ok Oct 11 17:54:49.474 INFO blam! test net::external_ack::test::acking_several_packets_out_of_order ... ok Oct 11 17:54:49.480 INFO blam! test net::external_ack::test::acking_several_packets ... ok Oct 11 17:54:49.480 INFO blam! test net::connection::test::test_create_connection ... ok Oct 11 17:54:49.480 INFO blam! test net::external_ack::test::acking_around_zero ... ok Oct 11 17:54:49.480 INFO blam! test net::external_ack::test::acking_a_nearly_full_set_of_packets ... ok Oct 11 17:54:49.480 INFO blam! test events::test::test_create_event ... ok Oct 11 17:54:49.480 INFO blam! test net::external_ack::test::ignores_really_old_packets ... ok Oct 11 17:54:49.480 INFO blam! test net::external_ack::test::skips_missing_acks_correctly ... ok Oct 11 17:54:49.480 INFO blam! test net::external_ack::test::acking_too_far_forward ... ok Oct 11 17:54:49.481 INFO blam! test net::external_ack::test::acking_too_far_backward ... ok Oct 11 17:54:49.481 INFO blam! test net::local_ack::test::dropping_one_packet ... ok Oct 11 17:54:49.481 INFO blam! test net::local_ack::test::acking_single_packet ... ok Oct 11 17:54:49.481 INFO blam! test net::external_ack::test::acking_single_packet ... ok Oct 11 17:54:49.484 INFO blam! test net::local_ack::test::drops_old_packets ... ok Oct 11 17:54:49.484 INFO blam! test net::local_ack::test::acking_around_zero ... ok Oct 11 17:54:49.488 INFO blam! test net::socket_state::test::test_create_connection ... ok Oct 11 17:54:49.488 INFO blam! test net::external_ack::test::ignores_old_packets ... ok Oct 11 17:54:49.488 INFO blam! test net::local_ack::test::drops_really_old_packets ... ok Oct 11 17:54:49.488 INFO blam! test net::udp::test::send_receive_1_pckt ... ignored Oct 11 17:54:49.488 INFO blam! test net::udp::test::send_receive_stress_test ... ignored Oct 11 17:54:49.488 INFO blam! test net::local_ack::test::acking_a_full_set_of_packets ... ok Oct 11 17:54:49.493 INFO blam! test net::local_ack::test::acking_several_packets ... ok Oct 11 17:54:49.493 INFO kablam! thread '' panicked at 'explicit panic', src/net/tcp.rs:252:13 Oct 11 17:54:49.493 INFO blam! test net::local_ack::test::not_dropping_new_packets ... ok Oct 11 17:54:49.493 INFO blam! test net::tcp::test::test_create_tcp_socket_state ... ok Oct 11 17:54:49.496 INFO kablam! stack backtrace: Oct 11 17:54:49.516 INFO kablam! 0: 0x557a312f18ae - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 17:54:49.516 INFO blam! test net::socket_state::test::test_invalid_addr_fails ... ok Oct 11 17:54:49.517 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 17:54:49.517 INFO kablam! 1: 0x557a312fb4f6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 17:54:49.517 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 11 17:54:49.517 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 11 17:54:49.517 INFO kablam! 2: 0x557a312f60fd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 17:54:49.520 INFO kablam! at libstd/panicking.rs:211 Oct 11 17:54:49.520 INFO kablam! 3: 0x557a312f5e70 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 17:54:49.520 INFO kablam! at libstd/panicking.rs:227 Oct 11 17:54:49.520 INFO kablam! 4: 0x557a312f67ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 17:54:49.521 INFO kablam! at libstd/panicking.rs:476 Oct 11 17:54:49.521 INFO kablam! 5: 0x557a312e24cf - std::panicking::begin_panic::h954b596a3d0bf439 Oct 11 17:54:49.521 INFO kablam! at libstd/panicking.rs:410 Oct 11 17:54:49.521 INFO kablam! 6: 0x557a3121ef6f - laminar::net::tcp::test::test_lock_poisoning::{{closure}}::h7cf9a2f439479c72 Oct 11 17:54:49.521 INFO kablam! at src/net/tcp.rs:252 Oct 11 17:54:49.521 INFO kablam! 7: 0x557a31260792 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7886f8a6ff43ecf6 Oct 11 17:54:49.521 INFO kablam! at libstd/sys_common/backtrace.rs:136 Oct 11 17:54:49.521 INFO kablam! 8: 0x557a3122fd4d - std::thread::Builder::spawn::{{closure}}::{{closure}}::hb3b5609eb7c63da4 Oct 11 17:54:49.521 INFO kablam! at libstd/thread/mod.rs:409 Oct 11 17:54:49.521 INFO kablam! 9: 0x557a31219450 - as core::ops::function::FnOnce<()>>::call_once::h261281dc78e62cb6 Oct 11 17:54:49.521 INFO kablam! at libstd/panic.rs:313 Oct 11 17:54:49.521 INFO kablam! 10: 0x557a3120dfc4 - std::panicking::try::do_call::hf72bbf3a3e93b609 Oct 11 17:54:49.521 INFO kablam! at libstd/panicking.rs:310 Oct 11 17:54:49.521 INFO kablam! 11: 0x557a313066c9 - __rust_maybe_catch_panic Oct 11 17:54:49.521 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 11 17:54:49.521 INFO kablam! 12: 0x557a3120db1c - std::panicking::try::hd284de1e2b24f26d Oct 11 17:54:49.521 INFO kablam! at libstd/panicking.rs:289 Oct 11 17:54:49.521 INFO kablam! 13: 0x557a3121d192 - std::panic::catch_unwind::h5abdb2c18af9c0ac Oct 11 17:54:49.521 INFO kablam! at libstd/panic.rs:392 Oct 11 17:54:49.522 INFO kablam! 14: 0x557a3122f21c - std::thread::Builder::spawn::{{closure}}::h87104c74681f354a Oct 11 17:54:49.522 INFO kablam! at libstd/thread/mod.rs:408 Oct 11 17:54:49.522 INFO kablam! 15: 0x557a31230726 - >::call_box::h523132ba397a10b4 Oct 11 17:54:49.522 INFO kablam! at liballoc/boxed.rs:672 Oct 11 17:54:49.522 INFO kablam! 16: 0x557a312f439a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 17:54:49.522 INFO kablam! at liballoc/boxed.rs:682 Oct 11 17:54:49.522 INFO blam! test net::tcp::test::test_lock_poisoning ... ok Oct 11 17:54:49.522 INFO kablam! at libstd/sys_common/thread.rs:24 Oct 11 17:54:49.522 INFO kablam! 17: 0x557a312e5845 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 17:54:49.522 INFO kablam! at libstd/sys/unix/thread.rs:90 Oct 11 17:54:49.522 INFO kablam! 18: 0x7f06b17b56b9 - start_thread Oct 11 17:54:49.522 INFO kablam! 19: 0x7f06b12d541c - clone Oct 11 17:54:49.522 INFO kablam! 20: 0x0 - Oct 11 17:54:59.491 INFO blam! test net::socket_state::test::test_poll_for_invalid_clients ... ok Oct 11 17:54:59.492 INFO blam! Oct 11 17:54:59.492 INFO blam! test result: ok. 28 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Oct 11 17:54:59.492 INFO blam! Oct 11 17:54:59.494 INFO kablam! Doc-tests laminar Oct 11 17:55:02.690 INFO blam! Oct 11 17:55:02.690 INFO blam! running 0 tests Oct 11 17:55:02.691 INFO blam! Oct 11 17:55:02.691 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:55:02.691 INFO blam! Oct 11 17:55:02.697 INFO kablam! su: No module specific data is present Oct 11 17:55:03.002 INFO running `"docker" "rm" "-f" "aa54afcaa8bc7b55ea5b4354c5908d054b5204b3e2b78c1c95e4ca4a3c28da6a"` Oct 11 17:55:03.092 INFO blam! aa54afcaa8bc7b55ea5b4354c5908d054b5204b3e2b78c1c95e4ca4a3c28da6a