Sep 04 13:40:30.919 INFO checking mm_client-0.10.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:40:30.919 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:40:30.919 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:40:31.054 INFO blam! f3d5de523afca64aeb9bc3f4d5403345daf9e483ae20223941a5061fcd99355c Sep 04 13:40:31.056 INFO running `"docker" "start" "-a" "f3d5de523afca64aeb9bc3f4d5403345daf9e483ae20223941a5061fcd99355c"` Sep 04 13:40:31.948 INFO kablam! Checking mm_client v0.10.0 (file:///source) Sep 04 13:40:35.010 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.010 INFO kablam! --> src/lib.rs:191:21 Sep 04 13:40:35.010 INFO kablam! | Sep 04 13:40:35.010 INFO kablam! 191 | let test_response = String::from("{\"name\":\"value\"}"); Sep 04 13:40:35.010 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.010 INFO kablam! | Sep 04 13:40:35.010 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 13:40:35.010 INFO kablam! Sep 04 13:40:35.010 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.010 INFO kablam! --> src/lib.rs:192:65 Sep 04 13:40:35.010 INFO kablam! | Sep 04 13:40:35.010 INFO kablam! 192 | assert_matches!(show_get(id.as_str(), None), Ok(test_response)) Sep 04 13:40:35.010 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.010 INFO kablam! Sep 04 13:40:35.010 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.010 INFO kablam! --> src/lib.rs:208:21 Sep 04 13:40:35.011 INFO kablam! | Sep 04 13:40:35.011 INFO kablam! 208 | let test_response = String::from("{\"name\":\"value\"}"); Sep 04 13:40:35.011 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.011 INFO kablam! Sep 04 13:40:35.011 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.011 INFO kablam! --> src/lib.rs:209:73 Sep 04 13:40:35.011 INFO kablam! | Sep 04 13:40:35.011 INFO kablam! 209 | assert_matches!(show_get(id.as_str(), Some(params)), Ok(test_response)) Sep 04 13:40:35.011 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.011 INFO kablam! Sep 04 13:40:35.011 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.011 INFO kablam! --> src/lib.rs:224:21 Sep 04 13:40:35.011 INFO kablam! | Sep 04 13:40:35.011 INFO kablam! 224 | let test_response = String::from("{\"name\":\"value\"}"); Sep 04 13:40:35.011 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.011 INFO kablam! Sep 04 13:40:35.011 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.011 INFO kablam! --> src/lib.rs:225:55 Sep 04 13:40:35.011 INFO kablam! | Sep 04 13:40:35.011 INFO kablam! 225 | assert_matches!(show_list(params), Ok(test_response)) Sep 04 13:40:35.011 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.011 INFO kablam! Sep 04 13:40:35.011 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.011 INFO kablam! --> src/lib.rs:243:21 Sep 04 13:40:35.011 INFO kablam! | Sep 04 13:40:35.011 INFO kablam! 243 | let test_response = String::from("{\"name\":\"value\"}"); Sep 04 13:40:35.011 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.012 INFO kablam! Sep 04 13:40:35.012 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.012 INFO kablam! --> src/lib.rs:244:55 Sep 04 13:40:35.012 INFO kablam! | Sep 04 13:40:35.012 INFO kablam! 244 | assert_matches!(show_list(params), Ok(test_response)) Sep 04 13:40:35.012 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.012 INFO kablam! Sep 04 13:40:35.012 INFO kablam! warning: unused variable: `bad_rq_error` Sep 04 13:40:35.012 INFO kablam! --> src/lib.rs:257:21 Sep 04 13:40:35.012 INFO kablam! | Sep 04 13:40:35.012 INFO kablam! 257 | let bad_rq_error = MMCError::BadRequest(String::from( Sep 04 13:40:35.012 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 04 13:40:35.012 INFO kablam! Sep 04 13:40:35.012 INFO kablam! warning: unused variable: `bad_rq_error` Sep 04 13:40:35.012 INFO kablam! --> src/lib.rs:262:66 Sep 04 13:40:35.012 INFO kablam! | Sep 04 13:40:35.012 INFO kablam! 262 | assert_matches!(show_get(id.as_str(), None), Err(bad_rq_error)) Sep 04 13:40:35.012 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 04 13:40:35.012 INFO kablam! Sep 04 13:40:35.012 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.012 INFO kablam! --> src/lib.rs:334:25 Sep 04 13:40:35.012 INFO kablam! | Sep 04 13:40:35.012 INFO kablam! 334 | let test_response = String::from("{\"name\":\"value\"}"); Sep 04 13:40:35.012 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.012 INFO kablam! Sep 04 13:40:35.012 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.012 INFO kablam! --> src/lib.rs:337:28 Sep 04 13:40:35.012 INFO kablam! | Sep 04 13:40:35.012 INFO kablam! 337 | Ok(test_response) Sep 04 13:40:35.012 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.013 INFO kablam! Sep 04 13:40:35.013 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.013 INFO kablam! --> src/lib.rs:364:25 Sep 04 13:40:35.013 INFO kablam! | Sep 04 13:40:35.013 INFO kablam! 364 | let test_response = String::from("{\"name\":\"value\"}"); Sep 04 13:40:35.013 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.013 INFO kablam! Sep 04 13:40:35.013 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.013 INFO kablam! --> src/lib.rs:367:28 Sep 04 13:40:35.013 INFO kablam! | Sep 04 13:40:35.013 INFO kablam! 367 | Ok(test_response) Sep 04 13:40:35.013 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.013 INFO kablam! Sep 04 13:40:35.013 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.013 INFO kablam! --> src/lib.rs:387:71 Sep 04 13:40:35.013 INFO kablam! | Sep 04 13:40:35.013 INFO kablam! 387 | assert_matches!(show_create(p_id.as_str(), &body), Ok(test_response)) Sep 04 13:40:35.013 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.013 INFO kablam! Sep 04 13:40:35.013 INFO kablam! warning: unused variable: `body` Sep 04 13:40:35.013 INFO kablam! --> src/lib.rs:378:13 Sep 04 13:40:35.013 INFO kablam! | Sep 04 13:40:35.013 INFO kablam! 378 | let body = "{\"name\":\"value\"}"; Sep 04 13:40:35.013 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 04 13:40:35.013 INFO kablam! Sep 04 13:40:35.013 INFO kablam! warning: unused variable: `bad_rq_error` Sep 04 13:40:35.013 INFO kablam! --> src/lib.rs:405:21 Sep 04 13:40:35.013 INFO kablam! | Sep 04 13:40:35.013 INFO kablam! 405 | let bad_rq_error = MMCError::BadRequest(String::from(server_error)); Sep 04 13:40:35.013 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 04 13:40:35.013 INFO kablam! Sep 04 13:40:35.013 INFO kablam! warning: unused variable: `bad_rq_error` Sep 04 13:40:35.013 INFO kablam! --> src/lib.rs:406:72 Sep 04 13:40:35.013 INFO kablam! | Sep 04 13:40:35.014 INFO kablam! 406 | assert_matches!(show_create(p_id.as_str(), &body), Err(bad_rq_error)) Sep 04 13:40:35.014 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 04 13:40:35.014 INFO kablam! Sep 04 13:40:35.014 INFO kablam! warning: unused variable: `body` Sep 04 13:40:35.014 INFO kablam! --> src/lib.rs:395:13 Sep 04 13:40:35.014 INFO kablam! | Sep 04 13:40:35.014 INFO kablam! 395 | let body = "{\"name\":\"value\"}"; Sep 04 13:40:35.014 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 04 13:40:35.014 INFO kablam! Sep 04 13:40:35.014 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.014 INFO kablam! --> src/lib.rs:421:21 Sep 04 13:40:35.014 INFO kablam! | Sep 04 13:40:35.014 INFO kablam! 421 | let test_response = String::from(body_str); Sep 04 13:40:35.014 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.014 INFO kablam! Sep 04 13:40:35.014 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.014 INFO kablam! --> src/lib.rs:422:60 Sep 04 13:40:35.014 INFO kablam! | Sep 04 13:40:35.014 INFO kablam! 422 | assert_matches!(show_edit(id.as_str()), Ok(test_response)) Sep 04 13:40:35.014 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.014 INFO kablam! Sep 04 13:40:35.014 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.014 INFO kablam! --> src/lib.rs:439:69 Sep 04 13:40:35.014 INFO kablam! | Sep 04 13:40:35.014 INFO kablam! 439 | assert_matches!(show_update(id.as_str(), &body), Ok(test_response)) Sep 04 13:40:35.014 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.014 INFO kablam! Sep 04 13:40:35.014 INFO kablam! warning: unused variable: `body` Sep 04 13:40:35.014 INFO kablam! --> src/lib.rs:430:13 Sep 04 13:40:35.014 INFO kablam! | Sep 04 13:40:35.014 INFO kablam! 430 | let body = "{\"name\":\"value\"}"; Sep 04 13:40:35.014 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 04 13:40:35.014 INFO kablam! Sep 04 13:40:35.014 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.015 INFO kablam! --> src/lib.rs:454:21 Sep 04 13:40:35.015 INFO kablam! | Sep 04 13:40:35.015 INFO kablam! 454 | let test_response = String::from(body_str); Sep 04 13:40:35.015 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.015 INFO kablam! Sep 04 13:40:35.015 INFO kablam! warning: unused variable: `test_response` Sep 04 13:40:35.015 INFO kablam! --> src/lib.rs:455:62 Sep 04 13:40:35.015 INFO kablam! | Sep 04 13:40:35.015 INFO kablam! 455 | assert_matches!(show_delete(id.as_str()), Ok(test_response)) Sep 04 13:40:35.015 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 04 13:40:35.015 INFO kablam! Sep 04 13:40:35.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.44s Sep 04 13:40:35.227 INFO kablam! su: No module specific data is present Sep 04 13:40:36.050 INFO running `"docker" "rm" "-f" "f3d5de523afca64aeb9bc3f4d5403345daf9e483ae20223941a5061fcd99355c"` Sep 04 13:40:36.201 INFO blam! f3d5de523afca64aeb9bc3f4d5403345daf9e483ae20223941a5061fcd99355c