Oct 13 15:17:02.755 INFO checking fix-rs-0.2.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:17:02.755 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 15:17:03.021 INFO blam! 8998341fac55fca7508a197484b214dcb8621ed9b3de137614615ff54db660f6 Oct 13 15:17:03.029 INFO running `"docker" "start" "-a" "8998341fac55fca7508a197484b214dcb8621ed9b3de137614615ff54db660f6"` Oct 13 15:17:03.930 INFO kablam! usermod: no changes Oct 13 15:17:04.040 INFO kablam! Compiling fix-rs-macros v0.2.1 Oct 13 15:17:04.041 INFO kablam! Compiling phf_macros v0.7.23 Oct 13 15:17:15.066 INFO kablam! Checking fix-rs v0.2.1 (/source) Oct 13 15:17:28.777 INFO kablam! warning: unused variable: `end_seq_no` Oct 13 15:17:28.777 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 13 15:17:28.777 INFO kablam! | Oct 13 15:17:28.777 INFO kablam! 1200 | let end_seq_no = if resend_request.end_seq_no > connection.outbound_msg_seq_num || resend_request.end_seq_no == 0 { Oct 13 15:17:28.778 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 13 15:17:28.778 INFO kablam! | Oct 13 15:17:28.778 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 15:17:28.778 INFO kablam! Oct 13 15:17:28.779 INFO kablam! warning: unused variable: `logout` Oct 13 15:17:28.779 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 13 15:17:28.779 INFO kablam! | Oct 13 15:17:28.779 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 13 15:17:28.780 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 13 15:17:28.780 INFO kablam! Oct 13 15:17:28.780 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 13 15:17:28.780 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 13 15:17:28.781 INFO kablam! | Oct 13 15:17:28.781 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 13 15:17:28.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 13 15:17:28.782 INFO kablam! Oct 13 15:17:28.782 INFO kablam! warning: unused variable: `logout` Oct 13 15:17:28.782 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 13 15:17:28.782 INFO kablam! | Oct 13 15:17:28.783 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 13 15:17:28.783 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 13 15:17:28.783 INFO kablam! Oct 13 15:17:28.977 INFO kablam! warning: unused variable: `end_seq_no` Oct 13 15:17:28.977 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 13 15:17:28.977 INFO kablam! | Oct 13 15:17:28.977 INFO kablam! 1200 | let end_seq_no = if resend_request.end_seq_no > connection.outbound_msg_seq_num || resend_request.end_seq_no == 0 { Oct 13 15:17:28.978 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 13 15:17:28.978 INFO kablam! | Oct 13 15:17:28.978 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 15:17:28.978 INFO kablam! Oct 13 15:17:28.979 INFO kablam! warning: unused variable: `logout` Oct 13 15:17:28.979 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 13 15:17:28.979 INFO kablam! | Oct 13 15:17:28.980 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 13 15:17:28.980 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 13 15:17:28.980 INFO kablam! Oct 13 15:17:28.980 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 13 15:17:28.981 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 13 15:17:28.981 INFO kablam! | Oct 13 15:17:28.981 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 13 15:17:28.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 13 15:17:28.982 INFO kablam! Oct 13 15:17:28.982 INFO kablam! warning: unused variable: `logout` Oct 13 15:17:28.982 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 13 15:17:28.982 INFO kablam! | Oct 13 15:17:28.983 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 13 15:17:28.983 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 13 15:17:28.983 INFO kablam! Oct 13 15:17:32.717 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 15:17:32.717 INFO kablam! --> src/lib.rs:26:12 Oct 13 15:17:32.717 INFO kablam! | Oct 13 15:17:32.717 INFO kablam! 26 | #![feature(attr_literals)] Oct 13 15:17:32.718 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:17:32.718 INFO kablam! | Oct 13 15:17:32.718 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:17:32.719 INFO kablam! Oct 13 15:17:32.719 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 15:17:32.719 INFO kablam! --> src/lib.rs:28:12 Oct 13 15:17:32.719 INFO kablam! | Oct 13 15:17:32.720 INFO kablam! 28 | #![feature(proc_macro)] Oct 13 15:17:32.720 INFO kablam! | ^^^^^^^^^^ Oct 13 15:17:32.720 INFO kablam! Oct 13 15:17:33.492 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 15:17:33.492 INFO kablam! --> src/lib.rs:26:12 Oct 13 15:17:33.492 INFO kablam! | Oct 13 15:17:33.492 INFO kablam! 26 | #![feature(attr_literals)] Oct 13 15:17:33.492 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:17:33.492 INFO kablam! | Oct 13 15:17:33.492 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:17:33.493 INFO kablam! Oct 13 15:17:33.493 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 13 15:17:33.493 INFO kablam! --> src/lib.rs:28:12 Oct 13 15:17:33.493 INFO kablam! | Oct 13 15:17:33.493 INFO kablam! 28 | #![feature(proc_macro)] Oct 13 15:17:33.493 INFO kablam! | ^^^^^^^^^^ Oct 13 15:17:33.493 INFO kablam! Oct 13 15:17:42.000 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 15:17:42.000 INFO kablam! --> tests/parser.rs:12:12 Oct 13 15:17:42.000 INFO kablam! | Oct 13 15:17:42.000 INFO kablam! 12 | #![feature(attr_literals)] Oct 13 15:17:42.000 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:17:42.000 INFO kablam! | Oct 13 15:17:42.000 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:17:42.000 INFO kablam! Oct 13 15:17:44.624 INFO kablam! warning: function is never used: `accept_with_timeout` Oct 13 15:17:44.624 INFO kablam! --> tests/common/mod.rs:158:1 Oct 13 15:17:44.624 INFO kablam! | Oct 13 15:17:44.624 INFO kablam! 158 | pub fn accept_with_timeout(listener: &TcpListener,timeout: Duration) -> Option { Oct 13 15:17:44.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.624 INFO kablam! | Oct 13 15:17:44.625 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 15:17:44.625 INFO kablam! Oct 13 15:17:44.625 INFO kablam! warning: function is never used: `recv_bytes_with_timeout` Oct 13 15:17:44.625 INFO kablam! --> tests/common/mod.rs:172:1 Oct 13 15:17:44.626 INFO kablam! | Oct 13 15:17:44.626 INFO kablam! 172 | pub fn recv_bytes_with_timeout(stream: &mut TcpStream,timeout: Duration) -> Option> { Oct 13 15:17:44.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.626 INFO kablam! Oct 13 15:17:44.627 INFO kablam! warning: method is never used: `setup_test_server_with_ver` Oct 13 15:17:44.627 INFO kablam! --> tests/common/mod.rs:252:5 Oct 13 15:17:44.627 INFO kablam! | Oct 13 15:17:44.628 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) { Oct 13 15:17:44.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.628 INFO kablam! Oct 13 15:17:44.629 INFO kablam! warning: method is never used: `setup_test_server` Oct 13 15:17:44.629 INFO kablam! --> tests/common/mod.rs:273:5 Oct 13 15:17:44.629 INFO kablam! | Oct 13 15:17:44.630 INFO kablam! 273 | pub fn setup_test_server(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Oct 13 15:17:44.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.630 INFO kablam! Oct 13 15:17:44.631 INFO kablam! warning: method is never used: `setup_test_server_and_logon_with_ver` Oct 13 15:17:44.631 INFO kablam! --> tests/common/mod.rs:277:5 Oct 13 15:17:44.631 INFO kablam! | Oct 13 15:17:44.632 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) { Oct 13 15:17:44.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.632 INFO kablam! Oct 13 15:17:44.633 INFO kablam! warning: method is never used: `setup_test_server_and_logon` Oct 13 15:17:44.633 INFO kablam! --> tests/common/mod.rs:305:5 Oct 13 15:17:44.633 INFO kablam! | Oct 13 15:17:44.634 INFO kablam! 305 | pub fn setup_test_server_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Oct 13 15:17:44.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.634 INFO kablam! Oct 13 15:17:44.634 INFO kablam! warning: method is never used: `send_message_with_timeout` Oct 13 15:17:44.635 INFO kablam! --> tests/common/mod.rs:458:5 Oct 13 15:17:44.635 INFO kablam! | Oct 13 15:17:44.635 INFO kablam! 458 | pub fn send_message_with_timeout(&mut self,message: T,timeout: Duration) -> Result<(),usize> { Oct 13 15:17:44.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.636 INFO kablam! Oct 13 15:17:44.636 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 15:17:44.637 INFO kablam! --> tests/server.rs:12:12 Oct 13 15:17:44.637 INFO kablam! | Oct 13 15:17:44.637 INFO kablam! 12 | #![feature(attr_literals)] Oct 13 15:17:44.637 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:17:44.637 INFO kablam! | Oct 13 15:17:44.637 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:17:44.637 INFO kablam! Oct 13 15:17:44.718 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:17:44.719 INFO kablam! --> tests/server.rs:423:5 Oct 13 15:17:44.719 INFO kablam! | Oct 13 15:17:44.719 INFO kablam! 423 | test_client.stream.shutdown(Shutdown::Both); Oct 13 15:17:44.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:44.719 INFO kablam! | Oct 13 15:17:44.719 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 15:17:44.720 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:17:44.720 INFO kablam! Oct 13 15:17:45.654 INFO kablam! warning: unused variable: `message` Oct 13 15:17:45.654 INFO kablam! --> tests/fixt.rs:51:19 Oct 13 15:17:45.654 INFO kablam! | Oct 13 15:17:45.654 INFO kablam! 51 | fn is_logon_valid(message: &Logon) -> bool { Oct 13 15:17:45.654 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 13 15:17:45.654 INFO kablam! | Oct 13 15:17:45.654 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 15:17:45.654 INFO kablam! Oct 13 15:17:45.660 INFO kablam! warning: unused variable: `orig_sending_time_setup_fn` Oct 13 15:17:45.661 INFO kablam! --> tests/fixt.rs:505:13 Oct 13 15:17:45.661 INFO kablam! | Oct 13 15:17:45.661 INFO kablam! 505 | for mut orig_sending_time_setup_fn in orig_sending_time_setup_fns { Oct 13 15:17:45.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_orig_sending_time_setup_fn` instead Oct 13 15:17:45.661 INFO kablam! Oct 13 15:17:45.715 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.715 INFO kablam! --> tests/fixt.rs:81:65 Oct 13 15:17:45.715 INFO kablam! | Oct 13 15:17:45.715 INFO kablam! 81 | let (_,mut client,connection,logon_message) = do_logon(|mut test_server,message| { Oct 13 15:17:45.715 INFO kablam! | ----^^^^^^^^^^^ Oct 13 15:17:45.715 INFO kablam! | | Oct 13 15:17:45.715 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.715 INFO kablam! | Oct 13 15:17:45.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 15:17:45.715 INFO kablam! Oct 13 15:17:45.715 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.715 INFO kablam! --> tests/fixt.rs:111:67 Oct 13 15:17:45.715 INFO kablam! | Oct 13 15:17:45.715 INFO kablam! 111 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,message| { Oct 13 15:17:45.715 INFO kablam! | ----^^^^^^^^^^^ Oct 13 15:17:45.715 INFO kablam! | | Oct 13 15:17:45.715 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.715 INFO kablam! Oct 13 15:17:45.715 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.715 INFO kablam! --> tests/fixt.rs:144:67 Oct 13 15:17:45.715 INFO kablam! | Oct 13 15:17:45.715 INFO kablam! 144 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,message| { Oct 13 15:17:45.715 INFO kablam! | ----^^^^^^^^^^^ Oct 13 15:17:45.715 INFO kablam! | | Oct 13 15:17:45.715 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.715 INFO kablam! Oct 13 15:17:45.715 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.715 INFO kablam! --> tests/fixt.rs:171:67 Oct 13 15:17:45.715 INFO kablam! | Oct 13 15:17:45.715 INFO kablam! 171 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,_| { Oct 13 15:17:45.715 INFO kablam! | ----^^^^^^^^^^^ Oct 13 15:17:45.715 INFO kablam! | | Oct 13 15:17:45.715 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.715 INFO kablam! Oct 13 15:17:45.738 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.738 INFO kablam! --> tests/fixt.rs:236:101 Oct 13 15:17:45.738 INFO kablam! | Oct 13 15:17:45.738 INFO kablam! 236 | let (mut test_client,_engine,_listener,_connection,initial_logon_message) = do_logon(|_|{},|mut engine,connection,logon_message| { Oct 13 15:17:45.738 INFO kablam! | ----^^^^^^ Oct 13 15:17:45.738 INFO kablam! | | Oct 13 15:17:45.738 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.738 INFO kablam! Oct 13 15:17:45.738 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.738 INFO kablam! --> tests/fixt.rs:258:10 Oct 13 15:17:45.738 INFO kablam! | Oct 13 15:17:45.738 INFO kablam! 258 | |mut engine,connection,logon_message| { Oct 13 15:17:45.738 INFO kablam! | ----^^^^^^ Oct 13 15:17:45.738 INFO kablam! | | Oct 13 15:17:45.738 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.739 INFO kablam! Oct 13 15:17:45.739 INFO kablam! warning: variable does not need to be mutable Oct 13 15:17:45.739 INFO kablam! --> tests/fixt.rs:294:10 Oct 13 15:17:45.739 INFO kablam! | Oct 13 15:17:45.739 INFO kablam! 294 | |mut engine,connection,_| { Oct 13 15:17:45.739 INFO kablam! | ----^^^^^^ Oct 13 15:17:45.739 INFO kablam! | | Oct 13 15:17:45.739 INFO kablam! | help: remove this `mut` Oct 13 15:17:45.739 INFO kablam! Oct 13 15:17:46.717 INFO kablam! warning: method is never used: `setup_test_client_and_logon_with_ver` Oct 13 15:17:46.717 INFO kablam! --> tests/common/mod.rs:338:5 Oct 13 15:17:46.717 INFO kablam! | Oct 13 15:17:46.717 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) { Oct 13 15:17:46.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.717 INFO kablam! | Oct 13 15:17:46.717 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 15:17:46.717 INFO kablam! Oct 13 15:17:46.717 INFO kablam! warning: method is never used: `setup_test_client_and_logon` Oct 13 15:17:46.717 INFO kablam! --> tests/common/mod.rs:372:5 Oct 13 15:17:46.717 INFO kablam! | Oct 13 15:17:46.717 INFO kablam! 372 | pub fn setup_test_client_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Oct 13 15:17:46.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.717 INFO kablam! Oct 13 15:17:46.717 INFO kablam! warning: method is never used: `send_message_with_timeout` Oct 13 15:17:46.717 INFO kablam! --> tests/common/mod.rs:458:5 Oct 13 15:17:46.717 INFO kablam! | Oct 13 15:17:46.717 INFO kablam! 458 | pub fn send_message_with_timeout(&mut self,message: T,timeout: Duration) -> Result<(),usize> { Oct 13 15:17:46.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.717 INFO kablam! Oct 13 15:17:46.724 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 15:17:46.724 INFO kablam! --> tests/fixt.rs:12:12 Oct 13 15:17:46.724 INFO kablam! | Oct 13 15:17:46.724 INFO kablam! 12 | #![feature(attr_literals)] Oct 13 15:17:46.724 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:17:46.724 INFO kablam! | Oct 13 15:17:46.724 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:17:46.724 INFO kablam! Oct 13 15:17:46.788 INFO kablam! warning: function is never used: `recv_bytes_with_timeout` Oct 13 15:17:46.788 INFO kablam! --> tests/common/mod.rs:172:1 Oct 13 15:17:46.788 INFO kablam! | Oct 13 15:17:46.788 INFO kablam! 172 | pub fn recv_bytes_with_timeout(stream: &mut TcpStream,timeout: Duration) -> Option> { Oct 13 15:17:46.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.788 INFO kablam! | Oct 13 15:17:46.788 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 15:17:46.788 INFO kablam! Oct 13 15:17:46.789 INFO kablam! warning: method is never used: `setup_test_client_with_ver` Oct 13 15:17:46.789 INFO kablam! --> tests/common/mod.rs:309:5 Oct 13 15:17:46.789 INFO kablam! | Oct 13 15:17:46.789 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) { Oct 13 15:17:46.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.789 INFO kablam! Oct 13 15:17:46.789 INFO kablam! warning: method is never used: `setup_test_client` Oct 13 15:17:46.789 INFO kablam! --> tests/common/mod.rs:334:5 Oct 13 15:17:46.789 INFO kablam! | Oct 13 15:17:46.789 INFO kablam! 334 | pub fn setup_test_client(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Oct 13 15:17:46.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.789 INFO kablam! Oct 13 15:17:46.790 INFO kablam! warning: method is never used: `setup_test_client_and_logon_with_ver` Oct 13 15:17:46.790 INFO kablam! --> tests/common/mod.rs:338:5 Oct 13 15:17:46.790 INFO kablam! | Oct 13 15:17:46.790 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) { Oct 13 15:17:46.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.790 INFO kablam! Oct 13 15:17:46.790 INFO kablam! warning: method is never used: `setup_test_client_and_logon` Oct 13 15:17:46.790 INFO kablam! --> tests/common/mod.rs:372:5 Oct 13 15:17:46.790 INFO kablam! | Oct 13 15:17:46.790 INFO kablam! 372 | pub fn setup_test_client_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Oct 13 15:17:46.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:17:46.790 INFO kablam! Oct 13 15:17:46.819 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 13 15:17:46.819 INFO kablam! --> tests/client.rs:12:12 Oct 13 15:17:46.819 INFO kablam! | Oct 13 15:17:46.819 INFO kablam! 12 | #![feature(attr_literals)] Oct 13 15:17:46.819 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:17:46.819 INFO kablam! | Oct 13 15:17:46.819 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:17:46.819 INFO kablam! Oct 13 15:17:46.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.03s Oct 13 15:17:46.989 INFO kablam! su: No module specific data is present Oct 13 15:17:47.401 INFO running `"docker" "rm" "-f" "8998341fac55fca7508a197484b214dcb8621ed9b3de137614615ff54db660f6"` Oct 13 15:17:47.724 INFO blam! 8998341fac55fca7508a197484b214dcb8621ed9b3de137614615ff54db660f6