Sep 21 10:24:18.786 INFO checking fix-rs-0.2.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:24:18.786 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:24:18.786 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:24:18.973 INFO blam! bd29421623df1e4e3005dc605ffc5e2ea301b1c276d99fe60480765c231ec2c2 Sep 21 10:24:18.973 INFO running `"docker" "start" "-a" "bd29421623df1e4e3005dc605ffc5e2ea301b1c276d99fe60480765c231ec2c2"` Sep 21 10:24:20.100 INFO kablam! usermod: no changes Sep 21 10:24:20.188 INFO kablam! Compiling fix-rs-macros v0.2.1 Sep 21 10:24:22.324 INFO kablam! Checking fix-rs v0.2.1 (/source) Sep 21 10:24:32.814 INFO kablam! warning: unused variable: `end_seq_no` Sep 21 10:24:32.814 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Sep 21 10:24:32.814 INFO kablam! | Sep 21 10:24:32.815 INFO kablam! 1200 | let end_seq_no = if resend_request.end_seq_no > connection.outbound_msg_seq_num || resend_request.end_seq_no == 0 { Sep 21 10:24:32.815 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Sep 21 10:24:32.815 INFO kablam! | Sep 21 10:24:32.815 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:24:32.815 INFO kablam! Sep 21 10:24:32.815 INFO kablam! warning: unused variable: `logout` Sep 21 10:24:32.815 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Sep 21 10:24:32.815 INFO kablam! | Sep 21 10:24:32.815 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Sep 21 10:24:32.815 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Sep 21 10:24:32.815 INFO kablam! Sep 21 10:24:32.815 INFO kablam! warning: unused variable: `logging_out_initiator` Sep 21 10:24:32.815 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Sep 21 10:24:32.815 INFO kablam! | Sep 21 10:24:32.815 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Sep 21 10:24:32.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Sep 21 10:24:32.815 INFO kablam! Sep 21 10:24:32.815 INFO kablam! warning: unused variable: `logout` Sep 21 10:24:32.815 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Sep 21 10:24:32.815 INFO kablam! | Sep 21 10:24:32.815 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Sep 21 10:24:32.815 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Sep 21 10:24:32.815 INFO kablam! Sep 21 10:24:33.554 INFO kablam! warning: unused variable: `end_seq_no` Sep 21 10:24:33.554 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Sep 21 10:24:33.554 INFO kablam! | Sep 21 10:24:33.554 INFO kablam! 1200 | let end_seq_no = if resend_request.end_seq_no > connection.outbound_msg_seq_num || resend_request.end_seq_no == 0 { Sep 21 10:24:33.554 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Sep 21 10:24:33.554 INFO kablam! | Sep 21 10:24:33.554 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:24:33.554 INFO kablam! Sep 21 10:24:33.554 INFO kablam! warning: unused variable: `logout` Sep 21 10:24:33.554 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Sep 21 10:24:33.554 INFO kablam! | Sep 21 10:24:33.554 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Sep 21 10:24:33.554 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Sep 21 10:24:33.554 INFO kablam! Sep 21 10:24:33.554 INFO kablam! warning: unused variable: `logging_out_initiator` Sep 21 10:24:33.554 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Sep 21 10:24:33.554 INFO kablam! | Sep 21 10:24:33.554 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Sep 21 10:24:33.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Sep 21 10:24:33.554 INFO kablam! Sep 21 10:24:33.554 INFO kablam! warning: unused variable: `logout` Sep 21 10:24:33.554 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Sep 21 10:24:33.554 INFO kablam! | Sep 21 10:24:33.554 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Sep 21 10:24:33.554 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Sep 21 10:24:33.554 INFO kablam! Sep 21 10:24:36.023 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:24:36.023 INFO kablam! --> src/lib.rs:26:12 Sep 21 10:24:36.023 INFO kablam! | Sep 21 10:24:36.023 INFO kablam! 26 | #![feature(attr_literals)] Sep 21 10:24:36.023 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:24:36.023 INFO kablam! | Sep 21 10:24:36.023 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:24:36.023 INFO kablam! Sep 21 10:24:36.023 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 10:24:36.023 INFO kablam! --> src/lib.rs:28:12 Sep 21 10:24:36.023 INFO kablam! | Sep 21 10:24:36.023 INFO kablam! 28 | #![feature(proc_macro)] Sep 21 10:24:36.023 INFO kablam! | ^^^^^^^^^^ Sep 21 10:24:36.023 INFO kablam! Sep 21 10:24:36.870 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:24:36.870 INFO kablam! --> src/lib.rs:26:12 Sep 21 10:24:36.870 INFO kablam! | Sep 21 10:24:36.870 INFO kablam! 26 | #![feature(attr_literals)] Sep 21 10:24:36.870 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:24:36.870 INFO kablam! | Sep 21 10:24:36.870 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:24:36.870 INFO kablam! Sep 21 10:24:36.870 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Sep 21 10:24:36.870 INFO kablam! --> src/lib.rs:28:12 Sep 21 10:24:36.870 INFO kablam! | Sep 21 10:24:36.870 INFO kablam! 28 | #![feature(proc_macro)] Sep 21 10:24:36.870 INFO kablam! | ^^^^^^^^^^ Sep 21 10:24:36.870 INFO kablam! Sep 21 10:24:40.790 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:24:40.790 INFO kablam! --> tests/parser.rs:12:12 Sep 21 10:24:40.790 INFO kablam! | Sep 21 10:24:40.790 INFO kablam! 12 | #![feature(attr_literals)] Sep 21 10:24:40.790 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:24:40.790 INFO kablam! | Sep 21 10:24:40.790 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:24:40.790 INFO kablam! Sep 21 10:24:42.074 INFO kablam! warning: function is never used: `accept_with_timeout` Sep 21 10:24:42.074 INFO kablam! --> tests/common/mod.rs:158:1 Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! 158 | pub fn accept_with_timeout(listener: &TcpListener,timeout: Duration) -> Option { Sep 21 10:24:42.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 10:24:42.074 INFO kablam! Sep 21 10:24:42.074 INFO kablam! warning: function is never used: `recv_bytes_with_timeout` Sep 21 10:24:42.074 INFO kablam! --> tests/common/mod.rs:172:1 Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! 172 | pub fn recv_bytes_with_timeout(stream: &mut TcpStream,timeout: Duration) -> Option> { Sep 21 10:24:42.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.074 INFO kablam! Sep 21 10:24:42.074 INFO kablam! warning: method is never used: `setup_test_server_with_ver` Sep 21 10:24:42.074 INFO kablam! --> tests/common/mod.rs:252:5 Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! 252 | pub fn setup_test_server_with_ver(fix_version: FIXVersion,message_version: MessageVersion,message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Sep 21 10:24:42.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.074 INFO kablam! Sep 21 10:24:42.074 INFO kablam! warning: method is never used: `setup_test_server` Sep 21 10:24:42.074 INFO kablam! --> tests/common/mod.rs:273:5 Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! 273 | pub fn setup_test_server(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Sep 21 10:24:42.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.074 INFO kablam! Sep 21 10:24:42.074 INFO kablam! warning: method is never used: `setup_test_server_and_logon_with_ver` Sep 21 10:24:42.074 INFO kablam! --> tests/common/mod.rs:277:5 Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! 277 | pub fn setup_test_server_and_logon_with_ver(fix_version: FIXVersion,message_version: MessageVersion,message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Sep 21 10:24:42.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.074 INFO kablam! Sep 21 10:24:42.074 INFO kablam! warning: method is never used: `setup_test_server_and_logon` Sep 21 10:24:42.074 INFO kablam! --> tests/common/mod.rs:305:5 Sep 21 10:24:42.074 INFO kablam! | Sep 21 10:24:42.074 INFO kablam! 305 | pub fn setup_test_server_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Sep 21 10:24:42.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.075 INFO kablam! Sep 21 10:24:42.075 INFO kablam! warning: method is never used: `send_message_with_timeout` Sep 21 10:24:42.075 INFO kablam! --> tests/common/mod.rs:458:5 Sep 21 10:24:42.075 INFO kablam! | Sep 21 10:24:42.075 INFO kablam! 458 | pub fn send_message_with_timeout(&mut self,message: T,timeout: Duration) -> Result<(),usize> { Sep 21 10:24:42.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.075 INFO kablam! Sep 21 10:24:42.082 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:24:42.082 INFO kablam! --> tests/server.rs:12:12 Sep 21 10:24:42.082 INFO kablam! | Sep 21 10:24:42.082 INFO kablam! 12 | #![feature(attr_literals)] Sep 21 10:24:42.082 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:24:42.082 INFO kablam! | Sep 21 10:24:42.082 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:24:42.082 INFO kablam! Sep 21 10:24:42.118 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 10:24:42.118 INFO kablam! --> tests/server.rs:423:5 Sep 21 10:24:42.118 INFO kablam! | Sep 21 10:24:42.118 INFO kablam! 423 | test_client.stream.shutdown(Shutdown::Both); Sep 21 10:24:42.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:42.118 INFO kablam! | Sep 21 10:24:42.118 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 10:24:42.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 10:24:42.118 INFO kablam! Sep 21 10:24:43.332 INFO kablam! warning: unused variable: `message` Sep 21 10:24:43.332 INFO kablam! --> tests/fixt.rs:51:19 Sep 21 10:24:43.332 INFO kablam! | Sep 21 10:24:43.332 INFO kablam! 51 | fn is_logon_valid(message: &Logon) -> bool { Sep 21 10:24:43.332 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Sep 21 10:24:43.332 INFO kablam! | Sep 21 10:24:43.332 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 10:24:43.332 INFO kablam! Sep 21 10:24:43.340 INFO kablam! warning: unused variable: `orig_sending_time_setup_fn` Sep 21 10:24:43.340 INFO kablam! --> tests/fixt.rs:505:13 Sep 21 10:24:43.340 INFO kablam! | Sep 21 10:24:43.340 INFO kablam! 505 | for mut orig_sending_time_setup_fn in orig_sending_time_setup_fns { Sep 21 10:24:43.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_orig_sending_time_setup_fn` instead Sep 21 10:24:43.340 INFO kablam! Sep 21 10:24:43.372 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.372 INFO kablam! --> tests/fixt.rs:81:65 Sep 21 10:24:43.372 INFO kablam! | Sep 21 10:24:43.372 INFO kablam! 81 | let (_,mut client,connection,logon_message) = do_logon(|mut test_server,message| { Sep 21 10:24:43.372 INFO kablam! | ----^^^^^^^^^^^ Sep 21 10:24:43.372 INFO kablam! | | Sep 21 10:24:43.372 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.372 INFO kablam! | Sep 21 10:24:43.372 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 10:24:43.372 INFO kablam! Sep 21 10:24:43.372 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.372 INFO kablam! --> tests/fixt.rs:111:67 Sep 21 10:24:43.372 INFO kablam! | Sep 21 10:24:43.372 INFO kablam! 111 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,message| { Sep 21 10:24:43.372 INFO kablam! | ----^^^^^^^^^^^ Sep 21 10:24:43.372 INFO kablam! | | Sep 21 10:24:43.372 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.372 INFO kablam! Sep 21 10:24:43.372 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.372 INFO kablam! --> tests/fixt.rs:144:67 Sep 21 10:24:43.372 INFO kablam! | Sep 21 10:24:43.372 INFO kablam! 144 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,message| { Sep 21 10:24:43.372 INFO kablam! | ----^^^^^^^^^^^ Sep 21 10:24:43.372 INFO kablam! | | Sep 21 10:24:43.372 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.372 INFO kablam! Sep 21 10:24:43.372 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.372 INFO kablam! --> tests/fixt.rs:171:67 Sep 21 10:24:43.372 INFO kablam! | Sep 21 10:24:43.372 INFO kablam! 171 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,_| { Sep 21 10:24:43.372 INFO kablam! | ----^^^^^^^^^^^ Sep 21 10:24:43.372 INFO kablam! | | Sep 21 10:24:43.372 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.372 INFO kablam! Sep 21 10:24:43.382 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.382 INFO kablam! --> tests/fixt.rs:236:101 Sep 21 10:24:43.382 INFO kablam! | Sep 21 10:24:43.382 INFO kablam! 236 | let (mut test_client,_engine,_listener,_connection,initial_logon_message) = do_logon(|_|{},|mut engine,connection,logon_message| { Sep 21 10:24:43.382 INFO kablam! | ----^^^^^^ Sep 21 10:24:43.382 INFO kablam! | | Sep 21 10:24:43.382 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.382 INFO kablam! Sep 21 10:24:43.382 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.382 INFO kablam! --> tests/fixt.rs:258:10 Sep 21 10:24:43.382 INFO kablam! | Sep 21 10:24:43.382 INFO kablam! 258 | |mut engine,connection,logon_message| { Sep 21 10:24:43.382 INFO kablam! | ----^^^^^^ Sep 21 10:24:43.382 INFO kablam! | | Sep 21 10:24:43.382 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.382 INFO kablam! Sep 21 10:24:43.382 INFO kablam! warning: variable does not need to be mutable Sep 21 10:24:43.382 INFO kablam! --> tests/fixt.rs:294:10 Sep 21 10:24:43.382 INFO kablam! | Sep 21 10:24:43.382 INFO kablam! 294 | |mut engine,connection,_| { Sep 21 10:24:43.382 INFO kablam! | ----^^^^^^ Sep 21 10:24:43.382 INFO kablam! | | Sep 21 10:24:43.382 INFO kablam! | help: remove this `mut` Sep 21 10:24:43.382 INFO kablam! Sep 21 10:24:43.406 INFO kablam! warning: function is never used: `recv_bytes_with_timeout` Sep 21 10:24:43.406 INFO kablam! --> tests/common/mod.rs:172:1 Sep 21 10:24:43.406 INFO kablam! | Sep 21 10:24:43.406 INFO kablam! 172 | pub fn recv_bytes_with_timeout(stream: &mut TcpStream,timeout: Duration) -> Option> { Sep 21 10:24:43.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:43.406 INFO kablam! | Sep 21 10:24:43.406 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 10:24:43.406 INFO kablam! Sep 21 10:24:43.406 INFO kablam! warning: method is never used: `setup_test_client_with_ver` Sep 21 10:24:43.406 INFO kablam! --> tests/common/mod.rs:309:5 Sep 21 10:24:43.406 INFO kablam! | Sep 21 10:24:43.406 INFO kablam! 309 | pub fn setup_test_client_with_ver(fix_version: FIXVersion,message_version: MessageVersion,message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Sep 21 10:24:43.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:43.406 INFO kablam! Sep 21 10:24:43.406 INFO kablam! warning: method is never used: `setup_test_client` Sep 21 10:24:43.406 INFO kablam! --> tests/common/mod.rs:334:5 Sep 21 10:24:43.406 INFO kablam! | Sep 21 10:24:43.406 INFO kablam! 334 | pub fn setup_test_client(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Sep 21 10:24:43.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:43.406 INFO kablam! Sep 21 10:24:43.407 INFO kablam! warning: method is never used: `setup_test_client_and_logon_with_ver` Sep 21 10:24:43.407 INFO kablam! --> tests/common/mod.rs:338:5 Sep 21 10:24:43.407 INFO kablam! | Sep 21 10:24:43.407 INFO kablam! 338 | pub fn setup_test_client_and_logon_with_ver(fix_version: FIXVersion,message_version: MessageVersion,message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Sep 21 10:24:43.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:43.407 INFO kablam! Sep 21 10:24:43.407 INFO kablam! warning: method is never used: `setup_test_client_and_logon` Sep 21 10:24:43.407 INFO kablam! --> tests/common/mod.rs:372:5 Sep 21 10:24:43.407 INFO kablam! | Sep 21 10:24:43.407 INFO kablam! 372 | pub fn setup_test_client_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Sep 21 10:24:43.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:43.407 INFO kablam! Sep 21 10:24:43.409 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:24:43.409 INFO kablam! --> tests/client.rs:12:12 Sep 21 10:24:43.409 INFO kablam! | Sep 21 10:24:43.409 INFO kablam! 12 | #![feature(attr_literals)] Sep 21 10:24:43.409 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:24:43.409 INFO kablam! | Sep 21 10:24:43.409 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:24:43.409 INFO kablam! Sep 21 10:24:44.201 INFO kablam! warning: method is never used: `setup_test_client_and_logon_with_ver` Sep 21 10:24:44.201 INFO kablam! --> tests/common/mod.rs:338:5 Sep 21 10:24:44.201 INFO kablam! | Sep 21 10:24:44.201 INFO kablam! 338 | pub fn setup_test_client_and_logon_with_ver(fix_version: FIXVersion,message_version: MessageVersion,message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Sep 21 10:24:44.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:44.201 INFO kablam! | Sep 21 10:24:44.201 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 10:24:44.201 INFO kablam! Sep 21 10:24:44.201 INFO kablam! warning: method is never used: `setup_test_client_and_logon` Sep 21 10:24:44.201 INFO kablam! --> tests/common/mod.rs:372:5 Sep 21 10:24:44.201 INFO kablam! | Sep 21 10:24:44.201 INFO kablam! 372 | pub fn setup_test_client_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Sep 21 10:24:44.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:44.201 INFO kablam! Sep 21 10:24:44.201 INFO kablam! warning: method is never used: `send_message_with_timeout` Sep 21 10:24:44.201 INFO kablam! --> tests/common/mod.rs:458:5 Sep 21 10:24:44.201 INFO kablam! | Sep 21 10:24:44.201 INFO kablam! 458 | pub fn send_message_with_timeout(&mut self,message: T,timeout: Duration) -> Result<(),usize> { Sep 21 10:24:44.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:24:44.201 INFO kablam! Sep 21 10:24:44.203 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 21 10:24:44.203 INFO kablam! --> tests/fixt.rs:12:12 Sep 21 10:24:44.203 INFO kablam! | Sep 21 10:24:44.203 INFO kablam! 12 | #![feature(attr_literals)] Sep 21 10:24:44.203 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:24:44.203 INFO kablam! | Sep 21 10:24:44.203 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 10:24:44.203 INFO kablam! Sep 21 10:24:44.388 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.27s Sep 21 10:24:44.401 INFO kablam! su: No module specific data is present Sep 21 10:24:44.917 INFO running `"docker" "rm" "-f" "bd29421623df1e4e3005dc605ffc5e2ea301b1c276d99fe60480765c231ec2c2"` Sep 21 10:24:45.003 INFO blam! bd29421623df1e4e3005dc605ffc5e2ea301b1c276d99fe60480765c231ec2c2