Sep 20 03:27:24.852 INFO checking connect-0.1.1 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 03:27:24.852 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 03:27:24.852 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:27:25.017 INFO blam! 1df5fe330d85b1f77f5bfbbb0a2b522507c702cc4a29ff9fd50eb4f481b626c8 Sep 20 03:27:25.018 INFO running `"docker" "start" "-a" "1df5fe330d85b1f77f5bfbbb0a2b522507c702cc4a29ff9fd50eb4f481b626c8"` Sep 20 03:27:25.710 INFO kablam! usermod: no changes Sep 20 03:27:25.963 INFO kablam! Checking log v0.4.5 Sep 20 03:27:25.963 INFO kablam! Checking bytes v0.4.10 Sep 20 03:27:27.001 INFO kablam! Checking mio v0.6.16 Sep 20 03:27:27.001 INFO kablam! Checking log4rs v0.8.0 Sep 20 03:27:30.479 INFO kablam! Checking mio-extras v2.0.5 Sep 20 03:27:32.066 INFO kablam! Checking connect v0.1.1 (/source) Sep 20 03:27:34.510 INFO kablam! warning: unused variable: `index` Sep 20 03:27:34.510 INFO kablam! --> src/consensus/node_state.rs:80:32 Sep 20 03:27:34.513 INFO kablam! | Sep 20 03:27:34.513 INFO kablam! 80 | pub fn add_logs(&mut self, index: LogIndex, mut logs: Vec) -> Result<(), Error> { Sep 20 03:27:34.513 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 20 03:27:34.513 INFO kablam! | Sep 20 03:27:34.513 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:27:34.513 INFO kablam! Sep 20 03:27:34.513 INFO kablam! warning: unused variable: `match_indexes` Sep 20 03:27:34.513 INFO kablam! --> src/consensus/state_machine.rs:754:17 Sep 20 03:27:34.513 INFO kablam! | Sep 20 03:27:34.513 INFO kablam! 754 | match_indexes, Sep 20 03:27:34.513 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `match_indexes: _` Sep 20 03:27:34.513 INFO kablam! Sep 20 03:27:34.513 INFO kablam! warning: unused variable: `handle` Sep 20 03:27:34.513 INFO kablam! --> src/executor/client_server_executor.rs:34:13 Sep 20 03:27:34.514 INFO kablam! | Sep 20 03:27:34.514 INFO kablam! 34 | let handle = connection.handle(); Sep 20 03:27:34.514 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Sep 20 03:27:34.514 INFO kablam! Sep 20 03:27:34.529 INFO kablam! warning: unused variable: `index` Sep 20 03:27:34.529 INFO kablam! --> src/consensus/node_state.rs:80:32 Sep 20 03:27:34.529 INFO kablam! | Sep 20 03:27:34.529 INFO kablam! 80 | pub fn add_logs(&mut self, index: LogIndex, mut logs: Vec) -> Result<(), Error> { Sep 20 03:27:34.529 INFO kablam! | ^^^^^ help: consider using `_index` instead Sep 20 03:27:34.529 INFO kablam! | Sep 20 03:27:34.529 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:27:34.529 INFO kablam! Sep 20 03:27:34.529 INFO kablam! warning: unused variable: `match_indexes` Sep 20 03:27:34.529 INFO kablam! --> src/consensus/state_machine.rs:754:17 Sep 20 03:27:34.529 INFO kablam! | Sep 20 03:27:34.529 INFO kablam! 754 | match_indexes, Sep 20 03:27:34.529 INFO kablam! | ^^^^^^^^^^^^^ help: try ignoring the field: `match_indexes: _` Sep 20 03:27:34.529 INFO kablam! Sep 20 03:27:34.529 INFO kablam! warning: unused variable: `handle` Sep 20 03:27:34.529 INFO kablam! --> src/executor/client_server_executor.rs:34:13 Sep 20 03:27:34.529 INFO kablam! | Sep 20 03:27:34.530 INFO kablam! 34 | let handle = connection.handle(); Sep 20 03:27:34.530 INFO kablam! | ^^^^^^ help: consider using `_handle` instead Sep 20 03:27:34.530 INFO kablam! Sep 20 03:27:34.787 INFO kablam! warning: method is never used: `get_last_applied` Sep 20 03:27:34.787 INFO kablam! --> src/consensus/node_state.rs:30:5 Sep 20 03:27:34.787 INFO kablam! | Sep 20 03:27:34.787 INFO kablam! 30 | pub fn get_last_applied(&self) -> LogIndex { Sep 20 03:27:34.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.787 INFO kablam! | Sep 20 03:27:34.787 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 03:27:34.787 INFO kablam! Sep 20 03:27:34.787 INFO kablam! warning: method is never used: `set_last_applied` Sep 20 03:27:34.787 INFO kablam! --> src/consensus/node_state.rs:75:5 Sep 20 03:27:34.787 INFO kablam! | Sep 20 03:27:34.787 INFO kablam! 75 | pub fn set_last_applied(&mut self, last_applied: LogIndex) -> Result<(), Error> { Sep 20 03:27:34.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.787 INFO kablam! Sep 20 03:27:34.787 INFO kablam! warning: field is never used: `on_read` Sep 20 03:27:34.787 INFO kablam! --> src/server/server.rs:27:5 Sep 20 03:27:34.787 INFO kablam! | Sep 20 03:27:34.788 INFO kablam! 27 | pub(crate) on_read: R, Sep 20 03:27:34.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.788 INFO kablam! Sep 20 03:27:34.788 INFO kablam! warning: field is never used: `on_write` Sep 20 03:27:34.788 INFO kablam! --> src/server/server.rs:28:5 Sep 20 03:27:34.788 INFO kablam! | Sep 20 03:27:34.788 INFO kablam! 28 | pub(crate) on_write: W, Sep 20 03:27:34.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.788 INFO kablam! Sep 20 03:27:34.788 INFO kablam! warning: field is never used: `service_type` Sep 20 03:27:34.788 INFO kablam! --> src/server/server.rs:29:5 Sep 20 03:27:34.788 INFO kablam! | Sep 20 03:27:34.788 INFO kablam! 29 | pub(crate) service_type: ServiceType, Sep 20 03:27:34.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.788 INFO kablam! Sep 20 03:27:34.855 INFO kablam! warning: method is never used: `get_last_applied` Sep 20 03:27:34.855 INFO kablam! --> src/consensus/node_state.rs:30:5 Sep 20 03:27:34.855 INFO kablam! | Sep 20 03:27:34.855 INFO kablam! 30 | pub fn get_last_applied(&self) -> LogIndex { Sep 20 03:27:34.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.855 INFO kablam! | Sep 20 03:27:34.855 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 03:27:34.855 INFO kablam! Sep 20 03:27:34.855 INFO kablam! warning: method is never used: `set_last_applied` Sep 20 03:27:34.855 INFO kablam! --> src/consensus/node_state.rs:75:5 Sep 20 03:27:34.855 INFO kablam! | Sep 20 03:27:34.855 INFO kablam! 75 | pub fn set_last_applied(&mut self, last_applied: LogIndex) -> Result<(), Error> { Sep 20 03:27:34.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.855 INFO kablam! Sep 20 03:27:34.855 INFO kablam! warning: field is never used: `on_read` Sep 20 03:27:34.855 INFO kablam! --> src/server/server.rs:27:5 Sep 20 03:27:34.855 INFO kablam! | Sep 20 03:27:34.855 INFO kablam! 27 | pub(crate) on_read: R, Sep 20 03:27:34.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.856 INFO kablam! Sep 20 03:27:34.856 INFO kablam! warning: field is never used: `on_write` Sep 20 03:27:34.856 INFO kablam! --> src/server/server.rs:28:5 Sep 20 03:27:34.856 INFO kablam! | Sep 20 03:27:34.856 INFO kablam! 28 | pub(crate) on_write: W, Sep 20 03:27:34.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.856 INFO kablam! Sep 20 03:27:34.856 INFO kablam! warning: field is never used: `service_type` Sep 20 03:27:34.856 INFO kablam! --> src/server/server.rs:29:5 Sep 20 03:27:34.856 INFO kablam! | Sep 20 03:27:34.856 INFO kablam! 29 | pub(crate) service_type: ServiceType, Sep 20 03:27:34.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:27:34.856 INFO kablam! Sep 20 03:27:37.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.61s Sep 20 03:27:37.368 INFO kablam! su: No module specific data is present Sep 20 03:27:38.229 INFO running `"docker" "rm" "-f" "1df5fe330d85b1f77f5bfbbb0a2b522507c702cc4a29ff9fd50eb4f481b626c8"` Sep 20 03:27:38.336 INFO blam! 1df5fe330d85b1f77f5bfbbb0a2b522507c702cc4a29ff9fd50eb4f481b626c8