Sep 20 03:54:09.519 INFO checking cassandra-cpp-sys-0.11.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:54:09.519 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:54:09.519 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:54:09.703 INFO blam! 1b073ceb8fffeea9be232b347123f0975a77c265b72eab685e9e8375f23eef0a Sep 20 03:54:09.705 INFO running `"docker" "start" "-a" "1b073ceb8fffeea9be232b347123f0975a77c265b72eab685e9e8375f23eef0a"` Sep 20 03:54:10.803 INFO kablam! usermod: no changes Sep 20 03:54:10.857 INFO kablam! Compiling cassandra-cpp-sys v0.11.0 (/source) Sep 20 03:54:14.750 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:14.751 INFO kablam! --> examples/tuple.rs:36:13 Sep 20 03:54:14.751 INFO kablam! | Sep 20 03:54:14.751 INFO kablam! 36 | let rc = cass_future_error_code(future); Sep 20 03:54:14.751 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:14.751 INFO kablam! | Sep 20 03:54:14.751 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:54:14.751 INFO kablam! Sep 20 03:54:14.751 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:14.751 INFO kablam! --> examples/tuple.rs:39:13 Sep 20 03:54:14.751 INFO kablam! | Sep 20 03:54:14.751 INFO kablam! 39 | rc => print_error(future), Sep 20 03:54:14.751 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:14.751 INFO kablam! Sep 20 03:54:14.758 INFO kablam! warning: variable does not need to be mutable Sep 20 03:54:14.759 INFO kablam! --> examples/tuple.rs:123:13 Sep 20 03:54:14.759 INFO kablam! | Sep 20 03:54:14.759 INFO kablam! 123 | let mut session = &mut *cass_session_new(); Sep 20 03:54:14.759 INFO kablam! | ----^^^^^^^ Sep 20 03:54:14.759 INFO kablam! | | Sep 20 03:54:14.759 INFO kablam! | help: remove this `mut` Sep 20 03:54:14.759 INFO kablam! | Sep 20 03:54:14.759 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 03:54:14.759 INFO kablam! Sep 20 03:54:14.855 INFO kablam! warning: unused variable: `result` Sep 20 03:54:14.855 INFO kablam! --> examples/simple.rs:23:13 Sep 20 03:54:14.855 INFO kablam! | Sep 20 03:54:14.855 INFO kablam! 23 | let result = match cass_future_error_code(connect_future) { Sep 20 03:54:14.855 INFO kablam! | ^^^^^^ help: consider using `_result` instead Sep 20 03:54:14.855 INFO kablam! | Sep 20 03:54:14.855 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:54:14.855 INFO kablam! Sep 20 03:54:14.855 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:14.856 INFO kablam! --> examples/simple.rs:52:21 Sep 20 03:54:14.856 INFO kablam! | Sep 20 03:54:14.856 INFO kablam! 52 | rc => { Sep 20 03:54:14.856 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:14.856 INFO kablam! Sep 20 03:54:14.856 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:14.856 INFO kablam! --> examples/simple.rs:70:13 Sep 20 03:54:14.856 INFO kablam! | Sep 20 03:54:14.856 INFO kablam! 70 | rc => { Sep 20 03:54:14.856 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:14.856 INFO kablam! Sep 20 03:54:14.907 INFO kablam! warning: variable does not need to be mutable Sep 20 03:54:14.907 INFO kablam! --> examples/async.rs:54:13 Sep 20 03:54:14.907 INFO kablam! | Sep 20 03:54:14.907 INFO kablam! 54 | let mut cluster = create_cluster(); Sep 20 03:54:14.907 INFO kablam! | ----^^^^^^^ Sep 20 03:54:14.907 INFO kablam! | | Sep 20 03:54:14.907 INFO kablam! | help: remove this `mut` Sep 20 03:54:14.907 INFO kablam! | Sep 20 03:54:14.907 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 03:54:14.907 INFO kablam! Sep 20 03:54:16.162 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:16.162 INFO kablam! --> examples/ssl.rs:92:21 Sep 20 03:54:16.162 INFO kablam! | Sep 20 03:54:16.162 INFO kablam! 92 | rc => { Sep 20 03:54:16.162 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:16.162 INFO kablam! | Sep 20 03:54:16.162 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:54:16.162 INFO kablam! Sep 20 03:54:17.583 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:17.583 INFO kablam! --> examples/named_parameters.rs:92:13 Sep 20 03:54:17.583 INFO kablam! | Sep 20 03:54:17.583 INFO kablam! 92 | let rc = cass_future_error_code(future); Sep 20 03:54:17.583 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:17.583 INFO kablam! | Sep 20 03:54:17.583 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:54:17.583 INFO kablam! Sep 20 03:54:17.587 INFO kablam! warning: unused variable: `result` Sep 20 03:54:17.587 INFO kablam! --> examples/named_parameters.rs:93:13 Sep 20 03:54:17.587 INFO kablam! | Sep 20 03:54:17.587 INFO kablam! 93 | let result = match cass_future_error_code(future) { Sep 20 03:54:17.587 INFO kablam! | ^^^^^^ help: consider using `_result` instead Sep 20 03:54:17.587 INFO kablam! Sep 20 03:54:17.587 INFO kablam! warning: unused variable: `result` Sep 20 03:54:17.587 INFO kablam! --> examples/named_parameters.rs:171:13 Sep 20 03:54:17.587 INFO kablam! | Sep 20 03:54:17.587 INFO kablam! 171 | let result = match connect_session(session, cluster) { Sep 20 03:54:17.587 INFO kablam! | ^^^^^^ help: consider using `_result` instead Sep 20 03:54:17.587 INFO kablam! Sep 20 03:54:17.587 INFO kablam! warning: unused variable: `rc` Sep 20 03:54:17.587 INFO kablam! --> examples/named_parameters.rs:173:13 Sep 20 03:54:17.587 INFO kablam! | Sep 20 03:54:17.587 INFO kablam! 173 | rc => { Sep 20 03:54:17.587 INFO kablam! | ^^ help: consider using `_rc` instead Sep 20 03:54:17.587 INFO kablam! Sep 20 03:54:17.941 INFO kablam! warning: unused variable: `result` Sep 20 03:54:17.942 INFO kablam! --> examples/maps.rs:37:13 Sep 20 03:54:17.942 INFO kablam! | Sep 20 03:54:17.947 INFO kablam! 37 | let result = match cass_future_error_code(future) { Sep 20 03:54:17.947 INFO kablam! | ^^^^^^ help: consider using `_result` instead Sep 20 03:54:17.947 INFO kablam! | Sep 20 03:54:17.947 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 03:54:17.947 INFO kablam! Sep 20 03:54:17.983 INFO kablam! warning: function is never used: `select_from_maps` Sep 20 03:54:17.983 INFO kablam! --> examples/maps.rs:52:1 Sep 20 03:54:17.983 INFO kablam! | Sep 20 03:54:17.983 INFO kablam! 52 | fn select_from_maps(session: &mut CassSession, key: &str) -> Result<(), CassError> { Sep 20 03:54:17.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 03:54:17.983 INFO kablam! | Sep 20 03:54:17.983 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 03:54:17.983 INFO kablam! Sep 20 03:54:18.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.74s Sep 20 03:54:18.566 INFO kablam! su: No module specific data is present Sep 20 03:54:19.407 INFO running `"docker" "rm" "-f" "1b073ceb8fffeea9be232b347123f0975a77c265b72eab685e9e8375f23eef0a"` Sep 20 03:54:19.642 INFO blam! 1b073ceb8fffeea9be232b347123f0975a77c265b72eab685e9e8375f23eef0a