Oct 11 23:37:41.268 INFO testing fix-rs-0.2.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 23:37:41.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:37:41.508 INFO blam! 04854a5274106b06c1fbf03ee997decd58b1913e5f9d08d664636d6b02f1f103 Oct 11 23:37:41.513 INFO running `"docker" "start" "-a" "04854a5274106b06c1fbf03ee997decd58b1913e5f9d08d664636d6b02f1f103"` Oct 11 23:37:42.131 INFO kablam! usermod: no changes Oct 11 23:37:42.225 INFO kablam! Compiling fix-rs-macros v0.2.1 Oct 11 23:37:42.225 INFO kablam! Compiling phf_macros v0.7.23 Oct 11 23:37:45.996 INFO kablam! Compiling fix-rs v0.2.1 (/source) Oct 11 23:37:56.296 INFO kablam! warning: unused variable: `end_seq_no` Oct 11 23:37:56.296 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 11 23:37:56.296 INFO kablam! | Oct 11 23:37:56.296 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 11 23:37:56.297 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 11 23:37:56.297 INFO kablam! | Oct 11 23:37:56.297 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 23:37:56.297 INFO kablam! Oct 11 23:37:56.297 INFO kablam! warning: unused variable: `logout` Oct 11 23:37:56.297 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 11 23:37:56.297 INFO kablam! | Oct 11 23:37:56.297 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 11 23:37:56.297 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 11 23:37:56.297 INFO kablam! Oct 11 23:37:56.297 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 11 23:37:56.297 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 11 23:37:56.297 INFO kablam! | Oct 11 23:37:56.297 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 11 23:37:56.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 11 23:37:56.297 INFO kablam! Oct 11 23:37:56.297 INFO kablam! warning: unused variable: `logout` Oct 11 23:37:56.297 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 11 23:37:56.297 INFO kablam! | Oct 11 23:37:56.297 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 11 23:37:56.297 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 11 23:37:56.297 INFO kablam! Oct 11 23:37:59.288 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 23:37:59.288 INFO kablam! --> src/lib.rs:26:12 Oct 11 23:37:59.288 INFO kablam! | Oct 11 23:37:59.288 INFO kablam! 26 | #![feature(attr_literals)] Oct 11 23:37:59.288 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:37:59.288 INFO kablam! | Oct 11 23:37:59.288 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 23:37:59.288 INFO kablam! Oct 11 23:37:59.288 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 11 23:37:59.288 INFO kablam! --> src/lib.rs:28:12 Oct 11 23:37:59.288 INFO kablam! | Oct 11 23:37:59.288 INFO kablam! 28 | #![feature(proc_macro)] Oct 11 23:37:59.288 INFO kablam! | ^^^^^^^^^^ Oct 11 23:37:59.288 INFO kablam! Oct 11 23:38:17.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.09s Oct 11 23:38:17.253 INFO kablam! su: No module specific data is present Oct 11 23:38:18.065 INFO running `"docker" "rm" "-f" "04854a5274106b06c1fbf03ee997decd58b1913e5f9d08d664636d6b02f1f103"` Oct 11 23:38:18.336 INFO blam! 04854a5274106b06c1fbf03ee997decd58b1913e5f9d08d664636d6b02f1f103 Oct 11 23:38:18.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:38:18.838 INFO blam! 4b85e6168e786983a506cecac9965f6dfe06ffb9968b1549083aea89989f34fa Oct 11 23:38:18.842 INFO running `"docker" "start" "-a" "4b85e6168e786983a506cecac9965f6dfe06ffb9968b1549083aea89989f34fa"` Oct 11 23:38:19.772 INFO kablam! usermod: no changes Oct 11 23:38:19.905 INFO kablam! Compiling fix-rs v0.2.1 (/source) Oct 11 23:38:26.748 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 23:38:26.748 INFO kablam! --> tests/parser.rs:12:12 Oct 11 23:38:26.748 INFO kablam! | Oct 11 23:38:26.748 INFO kablam! 12 | #![feature(attr_literals)] Oct 11 23:38:26.748 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:38:26.748 INFO kablam! | Oct 11 23:38:26.748 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 23:38:26.748 INFO kablam! Oct 11 23:38:27.528 INFO kablam! warning: function is never used: `accept_with_timeout` Oct 11 23:38:27.529 INFO kablam! --> tests/common/mod.rs:158:1 Oct 11 23:38:27.529 INFO kablam! | Oct 11 23:38:27.529 INFO kablam! 158 | pub fn accept_with_timeout(listener: &TcpListener,timeout: Duration) -> Option { Oct 11 23:38:27.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.529 INFO kablam! | Oct 11 23:38:27.529 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 23:38:27.529 INFO kablam! Oct 11 23:38:27.530 INFO kablam! warning: function is never used: `recv_bytes_with_timeout` Oct 11 23:38:27.530 INFO kablam! --> tests/common/mod.rs:172:1 Oct 11 23:38:27.530 INFO kablam! | Oct 11 23:38:27.530 INFO kablam! 172 | pub fn recv_bytes_with_timeout(stream: &mut TcpStream,timeout: Duration) -> Option> { Oct 11 23:38:27.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.531 INFO kablam! warning: method is never used: `setup_test_server_with_ver` Oct 11 23:38:27.531 INFO kablam! --> tests/common/mod.rs:252:5 Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 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 11 23:38:27.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.531 INFO kablam! warning: method is never used: `setup_test_server` Oct 11 23:38:27.531 INFO kablam! --> tests/common/mod.rs:273:5 Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 INFO kablam! 273 | pub fn setup_test_server(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Oct 11 23:38:27.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.531 INFO kablam! warning: method is never used: `setup_test_server_and_logon_with_ver` Oct 11 23:38:27.531 INFO kablam! --> tests/common/mod.rs:277:5 Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 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 11 23:38:27.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.531 INFO kablam! warning: method is never used: `setup_test_server_and_logon` Oct 11 23:38:27.531 INFO kablam! --> tests/common/mod.rs:305:5 Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 INFO kablam! 305 | pub fn setup_test_server_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Connection) { Oct 11 23:38:27.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.531 INFO kablam! warning: method is never used: `send_message_with_timeout` Oct 11 23:38:27.531 INFO kablam! --> tests/common/mod.rs:458:5 Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 INFO kablam! 458 | pub fn send_message_with_timeout(&mut self,message: T,timeout: Duration) -> Result<(),usize> { Oct 11 23:38:27.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.531 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 23:38:27.531 INFO kablam! --> tests/server.rs:12:12 Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 INFO kablam! 12 | #![feature(attr_literals)] Oct 11 23:38:27.531 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:38:27.531 INFO kablam! | Oct 11 23:38:27.531 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 23:38:27.531 INFO kablam! Oct 11 23:38:27.844 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 23:38:27.844 INFO kablam! --> tests/server.rs:423:5 Oct 11 23:38:27.844 INFO kablam! | Oct 11 23:38:27.844 INFO kablam! 423 | test_client.stream.shutdown(Shutdown::Both); Oct 11 23:38:27.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:27.856 INFO kablam! | Oct 11 23:38:27.856 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 23:38:27.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 23:38:27.856 INFO kablam! Oct 11 23:38:35.277 INFO kablam! warning: unused variable: `message` Oct 11 23:38:35.277 INFO kablam! --> tests/fixt.rs:51:19 Oct 11 23:38:35.278 INFO kablam! | Oct 11 23:38:35.278 INFO kablam! 51 | fn is_logon_valid(message: &Logon) -> bool { Oct 11 23:38:35.278 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 11 23:38:35.278 INFO kablam! | Oct 11 23:38:35.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 23:38:35.279 INFO kablam! Oct 11 23:38:35.293 INFO kablam! warning: unused variable: `orig_sending_time_setup_fn` Oct 11 23:38:35.293 INFO kablam! --> tests/fixt.rs:505:13 Oct 11 23:38:35.293 INFO kablam! | Oct 11 23:38:35.293 INFO kablam! 505 | for mut orig_sending_time_setup_fn in orig_sending_time_setup_fns { Oct 11 23:38:35.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_orig_sending_time_setup_fn` instead Oct 11 23:38:35.312 INFO kablam! Oct 11 23:38:35.440 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.440 INFO kablam! --> tests/fixt.rs:81:65 Oct 11 23:38:35.440 INFO kablam! | Oct 11 23:38:35.440 INFO kablam! 81 | let (_,mut client,connection,logon_message) = do_logon(|mut test_server,message| { Oct 11 23:38:35.440 INFO kablam! | ----^^^^^^^^^^^ Oct 11 23:38:35.440 INFO kablam! | | Oct 11 23:38:35.440 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.440 INFO kablam! | Oct 11 23:38:35.440 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 23:38:35.440 INFO kablam! Oct 11 23:38:35.443 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.443 INFO kablam! --> tests/fixt.rs:111:67 Oct 11 23:38:35.443 INFO kablam! | Oct 11 23:38:35.443 INFO kablam! 111 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,message| { Oct 11 23:38:35.443 INFO kablam! | ----^^^^^^^^^^^ Oct 11 23:38:35.443 INFO kablam! | | Oct 11 23:38:35.443 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.443 INFO kablam! Oct 11 23:38:35.453 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.453 INFO kablam! --> tests/fixt.rs:144:67 Oct 11 23:38:35.453 INFO kablam! | Oct 11 23:38:35.453 INFO kablam! 144 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,message| { Oct 11 23:38:35.453 INFO kablam! | ----^^^^^^^^^^^ Oct 11 23:38:35.453 INFO kablam! | | Oct 11 23:38:35.453 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.453 INFO kablam! Oct 11 23:38:35.458 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.458 INFO kablam! --> tests/fixt.rs:171:67 Oct 11 23:38:35.458 INFO kablam! | Oct 11 23:38:35.458 INFO kablam! 171 | let (mut test_server,mut client,connection,_) = do_logon(|mut test_server,_| { Oct 11 23:38:35.458 INFO kablam! | ----^^^^^^^^^^^ Oct 11 23:38:35.458 INFO kablam! | | Oct 11 23:38:35.458 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.458 INFO kablam! Oct 11 23:38:35.521 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.521 INFO kablam! --> tests/fixt.rs:236:101 Oct 11 23:38:35.521 INFO kablam! | Oct 11 23:38:35.521 INFO kablam! 236 | let (mut test_client,_engine,_listener,_connection,initial_logon_message) = do_logon(|_|{},|mut engine,connection,logon_message| { Oct 11 23:38:35.521 INFO kablam! | ----^^^^^^ Oct 11 23:38:35.522 INFO kablam! | | Oct 11 23:38:35.522 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.522 INFO kablam! Oct 11 23:38:35.522 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.522 INFO kablam! --> tests/fixt.rs:258:10 Oct 11 23:38:35.522 INFO kablam! | Oct 11 23:38:35.523 INFO kablam! 258 | |mut engine,connection,logon_message| { Oct 11 23:38:35.523 INFO kablam! | ----^^^^^^ Oct 11 23:38:35.523 INFO kablam! | | Oct 11 23:38:35.523 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.524 INFO kablam! Oct 11 23:38:35.524 INFO kablam! warning: variable does not need to be mutable Oct 11 23:38:35.524 INFO kablam! --> tests/fixt.rs:294:10 Oct 11 23:38:35.524 INFO kablam! | Oct 11 23:38:35.524 INFO kablam! 294 | |mut engine,connection,_| { Oct 11 23:38:35.524 INFO kablam! | ----^^^^^^ Oct 11 23:38:35.525 INFO kablam! | | Oct 11 23:38:35.525 INFO kablam! | help: remove this `mut` Oct 11 23:38:35.525 INFO kablam! Oct 11 23:38:36.100 INFO kablam! warning: function is never used: `recv_bytes_with_timeout` Oct 11 23:38:36.100 INFO kablam! --> tests/common/mod.rs:172:1 Oct 11 23:38:36.100 INFO kablam! | Oct 11 23:38:36.100 INFO kablam! 172 | pub fn recv_bytes_with_timeout(stream: &mut TcpStream,timeout: Duration) -> Option> { Oct 11 23:38:36.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:36.100 INFO kablam! | Oct 11 23:38:36.101 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 23:38:36.101 INFO kablam! Oct 11 23:38:36.101 INFO kablam! warning: method is never used: `setup_test_client_with_ver` Oct 11 23:38:36.101 INFO kablam! --> tests/common/mod.rs:309:5 Oct 11 23:38:36.101 INFO kablam! | Oct 11 23:38:36.101 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 11 23:38:36.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:36.101 INFO kablam! Oct 11 23:38:36.101 INFO kablam! warning: method is never used: `setup_test_client` Oct 11 23:38:36.101 INFO kablam! --> tests/common/mod.rs:334:5 Oct 11 23:38:36.101 INFO kablam! | Oct 11 23:38:36.101 INFO kablam! 334 | pub fn setup_test_client(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Oct 11 23:38:36.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:36.101 INFO kablam! Oct 11 23:38:36.101 INFO kablam! warning: method is never used: `setup_test_client_and_logon_with_ver` Oct 11 23:38:36.101 INFO kablam! --> tests/common/mod.rs:338:5 Oct 11 23:38:36.101 INFO kablam! | Oct 11 23:38:36.101 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 11 23:38:36.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:36.101 INFO kablam! Oct 11 23:38:36.101 INFO kablam! warning: method is never used: `setup_test_client_and_logon` Oct 11 23:38:36.101 INFO kablam! --> tests/common/mod.rs:372:5 Oct 11 23:38:36.101 INFO kablam! | Oct 11 23:38:36.101 INFO kablam! 372 | pub fn setup_test_client_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Oct 11 23:38:36.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:36.101 INFO kablam! Oct 11 23:38:36.101 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 23:38:36.101 INFO kablam! --> tests/client.rs:12:12 Oct 11 23:38:36.101 INFO kablam! | Oct 11 23:38:36.101 INFO kablam! 12 | #![feature(attr_literals)] Oct 11 23:38:36.101 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:38:36.108 INFO kablam! | Oct 11 23:38:36.108 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 23:38:36.108 INFO kablam! Oct 11 23:38:38.032 INFO kablam! warning: method is never used: `setup_test_client_and_logon_with_ver` Oct 11 23:38:38.032 INFO kablam! --> tests/common/mod.rs:338:5 Oct 11 23:38:38.032 INFO kablam! | Oct 11 23:38:38.032 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 11 23:38:38.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:38.032 INFO kablam! | Oct 11 23:38:38.032 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 23:38:38.032 INFO kablam! Oct 11 23:38:38.044 INFO kablam! warning: method is never used: `setup_test_client_and_logon` Oct 11 23:38:38.044 INFO kablam! --> tests/common/mod.rs:372:5 Oct 11 23:38:38.044 INFO kablam! | Oct 11 23:38:38.044 INFO kablam! 372 | pub fn setup_test_client_and_logon(message_dictionary: HashMap<&'static [u8],Box>) -> (TestStream,Engine,Listener,Connection) { Oct 11 23:38:38.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:38.044 INFO kablam! Oct 11 23:38:38.044 INFO kablam! warning: method is never used: `send_message_with_timeout` Oct 11 23:38:38.044 INFO kablam! --> tests/common/mod.rs:458:5 Oct 11 23:38:38.044 INFO kablam! | Oct 11 23:38:38.044 INFO kablam! 458 | pub fn send_message_with_timeout(&mut self,message: T,timeout: Duration) -> Result<(),usize> { Oct 11 23:38:38.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 23:38:38.044 INFO kablam! Oct 11 23:38:38.060 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 23:38:38.060 INFO kablam! --> tests/fixt.rs:12:12 Oct 11 23:38:38.060 INFO kablam! | Oct 11 23:38:38.060 INFO kablam! 12 | #![feature(attr_literals)] Oct 11 23:38:38.060 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:38:38.060 INFO kablam! | Oct 11 23:38:38.060 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 23:38:38.060 INFO kablam! Oct 11 23:38:47.466 INFO kablam! warning: unused variable: `end_seq_no` Oct 11 23:38:47.466 INFO kablam! --> src/fixt/engine_thread.rs:1200:25 Oct 11 23:38:47.466 INFO kablam! | Oct 11 23:38:47.466 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 11 23:38:47.466 INFO kablam! | ^^^^^^^^^^ help: consider using `_end_seq_no` instead Oct 11 23:38:47.466 INFO kablam! | Oct 11 23:38:47.466 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 23:38:47.466 INFO kablam! Oct 11 23:38:47.466 INFO kablam! warning: unused variable: `logout` Oct 11 23:38:47.466 INFO kablam! --> src/fixt/engine_thread.rs:1297:25 Oct 11 23:38:47.466 INFO kablam! | Oct 11 23:38:47.466 INFO kablam! 1297 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 11 23:38:47.466 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 11 23:38:47.466 INFO kablam! Oct 11 23:38:47.466 INFO kablam! warning: unused variable: `logging_out_initiator` Oct 11 23:38:47.466 INFO kablam! --> src/fixt/engine_thread.rs:1308:59 Oct 11 23:38:47.466 INFO kablam! | Oct 11 23:38:47.466 INFO kablam! 1308 | &LoggingOutType::ResendRequesting(logging_out_initiator) => { //Remote resent Logout before fully responding to our ResendRequest. Oct 11 23:38:47.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_logging_out_initiator` instead Oct 11 23:38:47.466 INFO kablam! Oct 11 23:38:47.466 INFO kablam! warning: unused variable: `logout` Oct 11 23:38:47.466 INFO kablam! --> src/fixt/engine_thread.rs:1427:25 Oct 11 23:38:47.466 INFO kablam! | Oct 11 23:38:47.466 INFO kablam! 1427 | if let Some(logout) = message.as_any().downcast_ref::() { Oct 11 23:38:47.466 INFO kablam! | ^^^^^^ help: consider using `_logout` instead Oct 11 23:38:47.466 INFO kablam! Oct 11 23:38:50.521 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 11 23:38:50.521 INFO kablam! --> src/lib.rs:26:12 Oct 11 23:38:50.522 INFO kablam! | Oct 11 23:38:50.522 INFO kablam! 26 | #![feature(attr_literals)] Oct 11 23:38:50.522 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 23:38:50.522 INFO kablam! | Oct 11 23:38:50.522 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 23:38:50.523 INFO kablam! Oct 11 23:38:50.523 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 11 23:38:50.523 INFO kablam! --> src/lib.rs:28:12 Oct 11 23:38:50.524 INFO kablam! | Oct 11 23:38:50.524 INFO kablam! 28 | #![feature(proc_macro)] Oct 11 23:38:50.524 INFO kablam! | ^^^^^^^^^^ Oct 11 23:38:50.525 INFO kablam! Oct 11 23:38:52.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.54s Oct 11 23:38:52.352 INFO kablam! su: No module specific data is present Oct 11 23:38:52.964 INFO running `"docker" "rm" "-f" "4b85e6168e786983a506cecac9965f6dfe06ffb9968b1549083aea89989f34fa"` Oct 11 23:38:53.188 INFO blam! 4b85e6168e786983a506cecac9965f6dfe06ffb9968b1549083aea89989f34fa Oct 11 23:38:53.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 11 23:38:53.695 INFO blam! d8bfa21761e871433686c9f7996586e8a971f49e336b1d1a10efebdfa06286ce Oct 11 23:38:53.697 INFO running `"docker" "start" "-a" "d8bfa21761e871433686c9f7996586e8a971f49e336b1d1a10efebdfa06286ce"` Oct 11 23:38:55.580 INFO kablam! usermod: no changes Oct 11 23:38:55.665 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 23:38:55.685 INFO kablam! Running /target/debug/deps/fix_rs-e61e71e61c2165ce Oct 11 23:38:55.696 INFO blam! Oct 11 23:38:55.696 INFO kablam! Running /target/debug/deps/client-800cbf512b7fa12a Oct 11 23:38:55.696 INFO blam! running 0 tests Oct 11 23:38:55.696 INFO blam! Oct 11 23:38:55.696 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:38:55.696 INFO blam! Oct 11 23:38:55.696 INFO blam! Oct 11 23:38:55.696 INFO blam! running 22 tests Oct 11 23:38:55.892 INFO blam! test test_default_appl_ver_id ... ok Oct 11 23:38:55.945 INFO blam! test test_message_type_default_application_version ... ok Oct 11 23:38:55.948 INFO blam! test test_appl_ver_id ... ok Oct 11 23:38:55.990 INFO blam! test test_logout_and_terminate_wrong_versioned_test_request_immediately_after_logon ... ok Oct 11 23:38:56.010 INFO blam! test test_overflowing_inbound_messages_buffer_does_resume ... ok Oct 11 23:38:56.078 INFO blam! test test_inbound_resend_loop_detection ... ok Oct 11 23:38:56.085 INFO blam! test test_recv_resend_request_invalid_end_seq_no ... ok Oct 11 23:38:56.126 INFO blam! Shutting down connection after remote logged out cleanly. Oct 11 23:38:56.127 INFO blam! test test_recv_logout_with_high_msg_seq_num ... ok Oct 11 23:38:56.196 INFO blam! test test_respond_to_test_request_immediately_after_logon ... ok Oct 11 23:38:56.220 INFO blam! test test_send_logout_and_recv_logout_with_high_msg_seq_num ... ok Oct 11 23:38:56.240 INFO blam! test test_respect_default_appl_ver_id_in_test_request_immediately_after_logon ... ok Oct 11 23:38:56.368 INFO blam! test test_max_message_size ... ok Oct 11 23:38:56.368 INFO blam! test test_sender_comp_id ... ok Oct 11 23:38:56.515 INFO blam! test test_wrong_sender_comp_id_in_logon_response ... ok Oct 11 23:38:56.544 INFO blam! test test_target_comp_id ... ok Oct 11 23:38:56.581 INFO blam! test test_wrong_target_comp_id_in_logon_response ... ok Oct 11 23:38:56.761 INFO blam! test test_send_logout_before_logon ... ok Oct 11 23:39:01.595 INFO blam! Shutting down connection after remote logged out cleanly. Oct 11 23:39:01.604 INFO blam! test test_recv_logout_send_logout_recv_resend_request ... ok Oct 11 23:39:01.800 INFO blam! test test_send_logout_and_recv_resend_request ... ok Oct 11 23:39:06.244 INFO blam! Shutting down connection after no Logout response before timeout Oct 11 23:39:06.588 INFO blam! Shutting down connection after remote logged out cleanly. Oct 11 23:39:06.596 INFO blam! test test_recv_logout_with_high_msg_seq_num_and_no_reply ... ok Oct 11 23:39:06.744 INFO blam! test test_send_logout_and_recv_logout_with_high_msg_seq_num_and_no_reply ... ok Oct 11 23:39:30.505 INFO blam! Shutting down connection after writing to socket resulted in WouldBlock for too long Oct 11 23:39:30.509 INFO blam! test test_block_read_when_write_blocks ... ok Oct 11 23:39:30.509 INFO blam! Oct 11 23:39:30.509 INFO blam! test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:39:30.509 INFO blam! Oct 11 23:39:30.510 INFO kablam! Running /target/debug/deps/fixt-daeca1bc45063a4a Oct 11 23:39:30.512 INFO blam! Oct 11 23:39:30.512 INFO blam! running 21 tests Oct 11 23:39:30.513 INFO blam! test test_16B ... ignored Oct 11 23:39:30.513 INFO blam! test test_18B ... ok Oct 11 23:39:30.513 INFO blam! test test_19B ... ignored Oct 11 23:39:30.514 INFO blam! test test_17B ... ok Oct 11 23:39:30.514 INFO blam! test test_15B ... ok Oct 11 23:39:30.680 INFO blam! Shutting down connection after remote logged out cleanly. Oct 11 23:39:30.689 INFO blam! test test_20B ... ok Oct 11 23:39:31.925 INFO blam! test test_1S ... ok Oct 11 23:39:31.929 INFO blam! test test_3B ... ok Oct 11 23:39:31.932 INFO blam! test test_10B ... ok Oct 11 23:39:32.024 INFO blam! test test_5B ... ok Oct 11 23:39:32.124 INFO blam! test test_1B ... ok Oct 11 23:39:32.349 INFO blam! test test_7B ... ok Oct 11 23:39:32.664 INFO blam! test test_14B ... ok Oct 11 23:39:32.664 INFO blam! test test_9B ... ok Oct 11 23:39:32.886 INFO blam! test test_11B ... ok Oct 11 23:39:33.344 INFO blam! test test_2B ... ok Oct 11 23:39:38.552 INFO blam! test test_8B ... ok Oct 11 23:39:41.248 INFO blam! Shutting down connection after no Logout response before timeout Oct 11 23:39:41.753 INFO blam! test test_12B ... ok Oct 11 23:39:45.850 INFO blam! test test_4B ... ok Oct 11 23:39:46.716 INFO blam! Shutting down connection after other side failed to disconnect before timeout Oct 11 23:39:48.315 INFO blam! test test_13B ... ok Oct 11 23:39:48.758 INFO blam! Shutting down connection after other side failed to respond to TestRequest before timeout Oct 11 23:39:50.152 INFO blam! test test_6B ... ok Oct 11 23:39:50.152 INFO kablam! Running /target/debug/deps/parser-b8d14c1d615ac9a3 Oct 11 23:39:50.152 INFO blam! Oct 11 23:39:50.152 INFO blam! test result: ok. 19 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Oct 11 23:39:50.152 INFO blam! Oct 11 23:39:50.156 INFO blam! Oct 11 23:39:50.156 INFO blam! running 13 tests Oct 11 23:39:50.159 INFO blam! test equal_character_in_text_test ... ok Oct 11 23:39:50.168 INFO blam! test length_tag_test ... ok Oct 11 23:39:50.188 INFO blam! test appl_ver_id_sixth_tag_test ... ok Oct 11 23:39:50.200 INFO blam! test checksum_tag_test ... ok Oct 11 23:39:50.216 INFO blam! test sender_comp_id_fourth_tag_test ... ok Oct 11 23:39:50.216 INFO blam! test body_length_second_tag_test ... ok Oct 11 23:39:50.241 INFO blam! test simple_test ... ok Oct 11 23:39:50.241 INFO blam! test no_value_after_tag_test ... ok Oct 11 23:39:50.241 INFO blam! test nested_repeating_groups_test ... ok Oct 11 23:39:50.241 INFO blam! test stream_test ... ok Oct 11 23:39:50.244 INFO blam! test msg_type_third_tag_test ... ok Oct 11 23:39:50.261 INFO blam! test repeating_groups_test ... ok Oct 11 23:39:50.263 INFO blam! test target_comp_id_fifth_tag_test ... ok Oct 11 23:39:50.263 INFO blam! Oct 11 23:39:50.263 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:39:50.263 INFO blam! Oct 11 23:39:50.276 INFO blam! Oct 11 23:39:50.276 INFO kablam! Running /target/debug/deps/server-72002f80b0b851ec Oct 11 23:39:50.276 INFO blam! running 11 tests Oct 11 23:39:50.405 INFO blam! test test_default_appl_ver_id ... ok Oct 11 23:39:50.409 INFO blam! test test_connection_terminated_while_approving_logon ... ok Oct 11 23:39:50.409 INFO blam! test test_connection_terminated_when_disconnected_with_no_logon ... ok Oct 11 23:39:50.482 INFO blam! test test_message_type_default_application_version ... ok Oct 11 23:39:50.533 INFO blam! test test_appl_ver_id ... ok Oct 11 23:39:50.574 INFO blam! test test_logon_all_fix_versions ... ok Oct 11 23:39:51.447 INFO blam! test test_wrong_target_comp_id_in_logon ... ok Oct 11 23:39:51.461 INFO blam! test test_approve_already_approved_connection_does_nothing ... ok Oct 11 23:39:56.360 INFO blam! test test_block_read_while_approving_logon ... ok Oct 11 23:40:00.456 INFO blam! Shutting down connection after no initial Logon received before timeout Oct 11 23:40:00.456 INFO blam! test test_auto_disconnect_after_no_logon ... ok Oct 11 23:40:03.329 INFO blam! test test_heart_bt_int ... ok Oct 11 23:40:03.329 INFO kablam! Doc-tests fix-rs Oct 11 23:40:03.329 INFO blam! Oct 11 23:40:03.330 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:40:03.330 INFO blam! Oct 11 23:40:06.776 INFO blam! Oct 11 23:40:06.776 INFO blam! running 0 tests Oct 11 23:40:06.776 INFO blam! Oct 11 23:40:06.776 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 23:40:06.776 INFO blam! Oct 11 23:40:06.818 INFO kablam! su: No module specific data is present Oct 11 23:40:07.849 INFO running `"docker" "rm" "-f" "d8bfa21761e871433686c9f7996586e8a971f49e336b1d1a10efebdfa06286ce"` Oct 11 23:40:08.140 INFO blam! d8bfa21761e871433686c9f7996586e8a971f49e336b1d1a10efebdfa06286ce