Oct 27 08:56:13.621 INFO checking abr314/rustp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:56:13.626 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 08:56:14.112 INFO blam! 6e0fab3b5769c0e60d00588e7c799cf1287c8cde54cddd99689c63c9ed44dec2 Oct 27 08:56:14.115 INFO running `"docker" "start" "-a" "6e0fab3b5769c0e60d00588e7c799cf1287c8cde54cddd99689c63c9ed44dec2"` Oct 27 08:56:15.491 INFO kablam! usermod: no changes Oct 27 08:56:15.571 INFO kablam! Checking untitled v0.1.0 (/source) Oct 27 08:56:16.249 INFO kablam! warning: unused variable: `manager` Oct 27 08:56:16.250 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:14:33 Oct 27 08:56:16.250 INFO kablam! | Oct 27 08:56:16.250 INFO kablam! 14 | pub fn register_manager(manager:&ABOrderManager) { Oct 27 08:56:16.250 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 27 08:56:16.250 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:18:32 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 18 | pub fn receive_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:22:25 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 22 | fn send_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:54:32 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 54 | pub fn receive_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:60:33 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 60 | fn process_tick_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: field is never used: `manager_queue` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:4:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 4 | manager_queue:Vec, Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: method is never used: `send_message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:22:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 22 | fn send_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: method is never used: `setup_queues` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:26:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 26 | fn setup_queues() { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: field is never used: `orders` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:38:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 38 | orders:Vec, Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: field is never used: `count` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:39:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 39 | count:i32, Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: method is never used: `send_message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:51:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 51 | fn send_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: method is never used: `process_tick_message` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:60:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 60 | fn process_tick_message(message:ABGCDMessage) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: method is never used: `update_order` Oct 27 08:56:16.256 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:64:9 Oct 27 08:56:16.256 INFO kablam! | Oct 27 08:56:16.256 INFO kablam! 64 | fn update_order(&mut self) { Oct 27 08:56:16.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.256 INFO kablam! Oct 27 08:56:16.256 INFO kablam! warning: method is never used: `create_new_order` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:67:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 67 | fn create_new_order(&mut self) { Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: method is never used: `close_order` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:70:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 70 | fn close_order(&mut self) { Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: method is never used: `close_all_orders` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:73:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 73 | fn close_all_orders(&mut self) { Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `product_id` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:79:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 79 | product_id:i32, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `security_type` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:80:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 80 | security_type:SecurityType, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `order_id` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:81:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 81 | order_id:i32, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `order_type` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:82:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 82 | order_type:OrderType, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `order_side` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:83:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 83 | order_side:OrderSide, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `order_status` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:84:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 84 | order_status:OrderStatus, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `stop_value` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:86:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 86 | stop_value:Option, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: field is never used: `limit_value` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:87:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 87 | limit_value:Option Oct 27 08:56:16.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: variant is never constructed: `Future` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:92:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 92 | Future, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: variant is never constructed: `Equity` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:93:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 93 | Equity, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: variant is never constructed: `Option` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:94:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.257 INFO kablam! 94 | Option, Oct 27 08:56:16.257 INFO kablam! | ^^^^^^ Oct 27 08:56:16.257 INFO kablam! Oct 27 08:56:16.257 INFO kablam! warning: variant is never constructed: `Bond` Oct 27 08:56:16.257 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:95:9 Oct 27 08:56:16.257 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 95 | Bond, Oct 27 08:56:16.258 INFO kablam! | ^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Forex` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:96:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 96 | Forex, Oct 27 08:56:16.258 INFO kablam! | ^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Created` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:100:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 100 | Created, Oct 27 08:56:16.258 INFO kablam! | ^^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Pending` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:101:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 101 | Pending, Oct 27 08:56:16.258 INFO kablam! | ^^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Open` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:102:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 102 | Open, Oct 27 08:56:16.258 INFO kablam! | ^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Filled` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:103:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 103 | Filled, Oct 27 08:56:16.258 INFO kablam! | ^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Closed` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:104:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 104 | Closed, Oct 27 08:56:16.258 INFO kablam! | ^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Cancelled` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:105:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 105 | Cancelled Oct 27 08:56:16.258 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Market` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:109:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 109 | Market, Oct 27 08:56:16.258 INFO kablam! | ^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Limit` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:110:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 110 | Limit Oct 27 08:56:16.258 INFO kablam! | ^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Long` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:114:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 114 | Long, Oct 27 08:56:16.258 INFO kablam! | ^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: variant is never constructed: `Short` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:115:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 115 | Short Oct 27 08:56:16.258 INFO kablam! | ^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: struct is never constructed: `ABProduct` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:117:5 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 117 | struct ABProduct { Oct 27 08:56:16.258 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: field is never used: `id` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:124:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.258 INFO kablam! 124 | id:String, Oct 27 08:56:16.258 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.258 INFO kablam! Oct 27 08:56:16.258 INFO kablam! warning: field is never used: `message` Oct 27 08:56:16.258 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:125:9 Oct 27 08:56:16.258 INFO kablam! | Oct 27 08:56:16.259 INFO kablam! 125 | message:String, Oct 27 08:56:16.259 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:56:16.259 INFO kablam! Oct 27 08:56:16.259 INFO kablam! warning: field is never used: `value` Oct 27 08:56:16.259 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:126:9 Oct 27 08:56:16.259 INFO kablam! | Oct 27 08:56:16.259 INFO kablam! 126 | value:i32, Oct 27 08:56:16.259 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.259 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: unused variable: `manager` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:14:33 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 14 | pub fn register_manager(manager:&ABOrderManager) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^ help: consider using `_manager` instead Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:18:32 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 18 | pub fn receive_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:22:25 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 22 | fn send_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:54:32 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 54 | pub fn receive_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: unused variable: `message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:60:33 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 60 | fn process_tick_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^ help: consider using `_message` instead Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: field is never used: `manager_queue` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:4:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 4 | manager_queue:Vec, Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: method is never used: `send_message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:22:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 22 | fn send_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: method is never used: `setup_queues` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:26:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 26 | fn setup_queues() { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: field is never used: `orders` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:38:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 38 | orders:Vec, Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: field is never used: `count` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:39:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 39 | count:i32, Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: method is never used: `send_message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:51:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 51 | fn send_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: method is never used: `process_tick_message` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:60:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 60 | fn process_tick_message(message:ABGCDMessage) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: method is never used: `update_order` Oct 27 08:56:16.600 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:64:9 Oct 27 08:56:16.600 INFO kablam! | Oct 27 08:56:16.600 INFO kablam! 64 | fn update_order(&mut self) { Oct 27 08:56:16.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.600 INFO kablam! Oct 27 08:56:16.600 INFO kablam! warning: method is never used: `create_new_order` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:67:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 67 | fn create_new_order(&mut self) { Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: method is never used: `close_order` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:70:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 70 | fn close_order(&mut self) { Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: method is never used: `close_all_orders` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:73:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 73 | fn close_all_orders(&mut self) { Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `product_id` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:79:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 79 | product_id:i32, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `security_type` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:80:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 80 | security_type:SecurityType, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `order_id` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:81:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 81 | order_id:i32, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `order_type` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:82:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 82 | order_type:OrderType, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `order_side` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:83:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 83 | order_side:OrderSide, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `order_status` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:84:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 84 | order_status:OrderStatus, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `stop_value` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:86:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 86 | stop_value:Option, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: field is never used: `limit_value` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:87:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 87 | limit_value:Option Oct 27 08:56:16.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: variant is never constructed: `Future` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:92:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 92 | Future, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: variant is never constructed: `Equity` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:93:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 93 | Equity, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: variant is never constructed: `Option` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:94:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.601 INFO kablam! 94 | Option, Oct 27 08:56:16.601 INFO kablam! | ^^^^^^ Oct 27 08:56:16.601 INFO kablam! Oct 27 08:56:16.601 INFO kablam! warning: variant is never constructed: `Bond` Oct 27 08:56:16.601 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:95:9 Oct 27 08:56:16.601 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 95 | Bond, Oct 27 08:56:16.602 INFO kablam! | ^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Forex` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:96:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 96 | Forex, Oct 27 08:56:16.602 INFO kablam! | ^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Created` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:100:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 100 | Created, Oct 27 08:56:16.602 INFO kablam! | ^^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Pending` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:101:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 101 | Pending, Oct 27 08:56:16.602 INFO kablam! | ^^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Open` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:102:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 102 | Open, Oct 27 08:56:16.602 INFO kablam! | ^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Filled` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:103:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 103 | Filled, Oct 27 08:56:16.602 INFO kablam! | ^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Closed` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:104:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 104 | Closed, Oct 27 08:56:16.602 INFO kablam! | ^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Cancelled` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:105:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 105 | Cancelled Oct 27 08:56:16.602 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Market` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:109:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 109 | Market, Oct 27 08:56:16.602 INFO kablam! | ^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Limit` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:110:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 110 | Limit Oct 27 08:56:16.602 INFO kablam! | ^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Long` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:114:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 114 | Long, Oct 27 08:56:16.602 INFO kablam! | ^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: variant is never constructed: `Short` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:115:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 115 | Short Oct 27 08:56:16.602 INFO kablam! | ^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: struct is never constructed: `ABProduct` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:117:5 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 117 | struct ABProduct { Oct 27 08:56:16.602 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: field is never used: `id` Oct 27 08:56:16.602 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:124:9 Oct 27 08:56:16.602 INFO kablam! | Oct 27 08:56:16.602 INFO kablam! 124 | id:String, Oct 27 08:56:16.602 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.602 INFO kablam! Oct 27 08:56:16.602 INFO kablam! warning: field is never used: `message` Oct 27 08:56:16.603 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:125:9 Oct 27 08:56:16.603 INFO kablam! | Oct 27 08:56:16.603 INFO kablam! 125 | message:String, Oct 27 08:56:16.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 08:56:16.603 INFO kablam! Oct 27 08:56:16.603 INFO kablam! warning: field is never used: `value` Oct 27 08:56:16.603 INFO kablam! --> src/networking/ab_grand_central_dispatch.rs:126:9 Oct 27 08:56:16.603 INFO kablam! | Oct 27 08:56:16.603 INFO kablam! 126 | value:i32, Oct 27 08:56:16.603 INFO kablam! | ^^^^^^^^^ Oct 27 08:56:16.603 INFO kablam! Oct 27 08:56:17.139 INFO kablam! warning: unused import: `u::networking as n` Oct 27 08:56:17.139 INFO kablam! --> src/main.rs:3:5 Oct 27 08:56:17.139 INFO kablam! | Oct 27 08:56:17.139 INFO kablam! 3 | use u::networking as n; Oct 27 08:56:17.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.139 INFO kablam! | Oct 27 08:56:17.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:56:17.139 INFO kablam! Oct 27 08:56:17.171 INFO kablam! warning: struct is never constructed: `ABTickManager` Oct 27 08:56:17.171 INFO kablam! --> src/main.rs:18:5 Oct 27 08:56:17.171 INFO kablam! | Oct 27 08:56:17.171 INFO kablam! 18 | pub struct ABTickManager { Oct 27 08:56:17.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.187 INFO kablam! | Oct 27 08:56:17.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:56:17.187 INFO kablam! Oct 27 08:56:17.187 INFO kablam! warning: function is never used: `add_one` Oct 27 08:56:17.187 INFO kablam! --> src/main.rs:24:5 Oct 27 08:56:17.187 INFO kablam! | Oct 27 08:56:17.187 INFO kablam! 24 | pub fn add_one(num:&mut i32) { Oct 27 08:56:17.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.187 INFO kablam! Oct 27 08:56:17.187 INFO kablam! warning: method is never used: `new` Oct 27 08:56:17.187 INFO kablam! --> src/main.rs:29:9 Oct 27 08:56:17.187 INFO kablam! | Oct 27 08:56:17.187 INFO kablam! 29 | pub fn new() -> ABTickManager { Oct 27 08:56:17.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.187 INFO kablam! Oct 27 08:56:17.187 INFO kablam! warning: method is never used: `create_new_tick` Oct 27 08:56:17.187 INFO kablam! --> src/main.rs:35:9 Oct 27 08:56:17.187 INFO kablam! | Oct 27 08:56:17.187 INFO kablam! 35 | pub fn create_new_tick(&mut self) -> ABTick { Oct 27 08:56:17.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.187 INFO kablam! Oct 27 08:56:17.187 INFO kablam! warning: struct is never constructed: `ABTick` Oct 27 08:56:17.187 INFO kablam! --> src/main.rs:52:5 Oct 27 08:56:17.187 INFO kablam! | Oct 27 08:56:17.187 INFO kablam! 52 | pub struct ABTick { Oct 27 08:56:17.187 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.187 INFO kablam! Oct 27 08:56:17.187 INFO kablam! warning: struct is never constructed: `ABTickFrame` Oct 27 08:56:17.187 INFO kablam! --> src/main.rs:67:5 Oct 27 08:56:17.187 INFO kablam! | Oct 27 08:56:17.187 INFO kablam! 67 | pub struct ABTickFrame { Oct 27 08:56:17.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.187 INFO kablam! Oct 27 08:56:17.235 INFO kablam! warning: unused import: `u::networking as n` Oct 27 08:56:17.235 INFO kablam! --> src/main.rs:3:5 Oct 27 08:56:17.235 INFO kablam! | Oct 27 08:56:17.235 INFO kablam! 3 | use u::networking as n; Oct 27 08:56:17.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.235 INFO kablam! | Oct 27 08:56:17.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:56:17.235 INFO kablam! Oct 27 08:56:17.251 INFO kablam! warning: struct is never constructed: `ABTickManager` Oct 27 08:56:17.251 INFO kablam! --> src/main.rs:18:5 Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! 18 | pub struct ABTickManager { Oct 27 08:56:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:56:17.251 INFO kablam! Oct 27 08:56:17.251 INFO kablam! warning: function is never used: `add_one` Oct 27 08:56:17.251 INFO kablam! --> src/main.rs:24:5 Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! 24 | pub fn add_one(num:&mut i32) { Oct 27 08:56:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.251 INFO kablam! Oct 27 08:56:17.251 INFO kablam! warning: method is never used: `new` Oct 27 08:56:17.251 INFO kablam! --> src/main.rs:29:9 Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! 29 | pub fn new() -> ABTickManager { Oct 27 08:56:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.251 INFO kablam! Oct 27 08:56:17.251 INFO kablam! warning: method is never used: `create_new_tick` Oct 27 08:56:17.251 INFO kablam! --> src/main.rs:35:9 Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! 35 | pub fn create_new_tick(&mut self) -> ABTick { Oct 27 08:56:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.251 INFO kablam! Oct 27 08:56:17.251 INFO kablam! warning: struct is never constructed: `ABTick` Oct 27 08:56:17.251 INFO kablam! --> src/main.rs:52:5 Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! 52 | pub struct ABTick { Oct 27 08:56:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.251 INFO kablam! Oct 27 08:56:17.251 INFO kablam! warning: struct is never constructed: `ABTickFrame` Oct 27 08:56:17.251 INFO kablam! --> src/main.rs:67:5 Oct 27 08:56:17.251 INFO kablam! | Oct 27 08:56:17.251 INFO kablam! 67 | pub struct ABTickFrame { Oct 27 08:56:17.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:17.251 INFO kablam! Oct 27 08:56:17.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 27 08:56:17.264 INFO kablam! su: No module specific data is present Oct 27 08:56:18.057 INFO running `"docker" "rm" "-f" "6e0fab3b5769c0e60d00588e7c799cf1287c8cde54cddd99689c63c9ed44dec2"` Oct 27 08:56:18.427 INFO blam! 6e0fab3b5769c0e60d00588e7c799cf1287c8cde54cddd99689c63c9ed44dec2