Sep 21 06:57:07.133 INFO checking mm_client-0.10.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:57:07.133 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:57:07.133 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:57:07.340 INFO blam! 5c95f44c05d3658423504c5a217ee9a600effe7f081b77f8bce999f9614b7852 Sep 21 06:57:07.342 INFO running `"docker" "start" "-a" "5c95f44c05d3658423504c5a217ee9a600effe7f081b77f8bce999f9614b7852"` Sep 21 06:57:08.361 INFO kablam! usermod: no changes Sep 21 06:57:08.558 INFO kablam! Checking mockito v0.2.5 Sep 21 06:57:08.558 INFO kablam! Checking reqwest v0.6.2 Sep 21 06:57:09.735 INFO kablam! Checking mm_client v0.10.0 (/source) Sep 21 06:57:10.667 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.667 INFO kablam! --> src/lib.rs:191:21 Sep 21 06:57:10.667 INFO kablam! | Sep 21 06:57:10.667 INFO kablam! 191 | let test_response = String::from("{\"name\":\"value\"}"); Sep 21 06:57:10.667 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.667 INFO kablam! | Sep 21 06:57:10.667 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 06:57:10.667 INFO kablam! Sep 21 06:57:10.667 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.667 INFO kablam! --> src/lib.rs:192:65 Sep 21 06:57:10.667 INFO kablam! | Sep 21 06:57:10.667 INFO kablam! 192 | assert_matches!(show_get(id.as_str(), None), Ok(test_response)) Sep 21 06:57:10.667 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.667 INFO kablam! Sep 21 06:57:10.667 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.667 INFO kablam! --> src/lib.rs:208:21 Sep 21 06:57:10.667 INFO kablam! | Sep 21 06:57:10.667 INFO kablam! 208 | let test_response = String::from("{\"name\":\"value\"}"); Sep 21 06:57:10.667 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:209:73 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 209 | assert_matches!(show_get(id.as_str(), Some(params)), Ok(test_response)) Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:224:21 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 224 | let test_response = String::from("{\"name\":\"value\"}"); Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:225:55 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 225 | assert_matches!(show_list(params), Ok(test_response)) Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:243:21 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 243 | let test_response = String::from("{\"name\":\"value\"}"); Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:244:55 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 244 | assert_matches!(show_list(params), Ok(test_response)) Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `bad_rq_error` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:257:21 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 257 | let bad_rq_error = MMCError::BadRequest(String::from( Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `bad_rq_error` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:262:66 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 262 | assert_matches!(show_get(id.as_str(), None), Err(bad_rq_error)) Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:334:25 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 334 | let test_response = String::from("{\"name\":\"value\"}"); Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.668 INFO kablam! --> src/lib.rs:337:28 Sep 21 06:57:10.668 INFO kablam! | Sep 21 06:57:10.668 INFO kablam! 337 | Ok(test_response) Sep 21 06:57:10.668 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.668 INFO kablam! Sep 21 06:57:10.668 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:364:25 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 364 | let test_response = String::from("{\"name\":\"value\"}"); Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:367:28 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 367 | Ok(test_response) Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:387:71 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 387 | assert_matches!(show_create(p_id.as_str(), &body), Ok(test_response)) Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `body` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:378:13 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 378 | let body = "{\"name\":\"value\"}"; Sep 21 06:57:10.669 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `bad_rq_error` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:405:21 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 405 | let bad_rq_error = MMCError::BadRequest(String::from(server_error)); Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `bad_rq_error` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:406:72 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 406 | assert_matches!(show_create(p_id.as_str(), &body), Err(bad_rq_error)) Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_bad_rq_error` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `body` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:395:13 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 395 | let body = "{\"name\":\"value\"}"; Sep 21 06:57:10.669 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:421:21 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 421 | let test_response = String::from(body_str); Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:422:60 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 422 | assert_matches!(show_edit(id.as_str()), Ok(test_response)) Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:439:69 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 439 | assert_matches!(show_update(id.as_str(), &body), Ok(test_response)) Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `body` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:430:13 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 430 | let body = "{\"name\":\"value\"}"; Sep 21 06:57:10.669 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:454:21 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 454 | let test_response = String::from(body_str); Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.669 INFO kablam! warning: unused variable: `test_response` Sep 21 06:57:10.669 INFO kablam! --> src/lib.rs:455:62 Sep 21 06:57:10.669 INFO kablam! | Sep 21 06:57:10.669 INFO kablam! 455 | assert_matches!(show_delete(id.as_str()), Ok(test_response)) Sep 21 06:57:10.669 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_test_response` instead Sep 21 06:57:10.669 INFO kablam! Sep 21 06:57:10.764 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Sep 21 06:57:10.773 INFO kablam! su: No module specific data is present Sep 21 06:57:11.302 INFO running `"docker" "rm" "-f" "5c95f44c05d3658423504c5a217ee9a600effe7f081b77f8bce999f9614b7852"` Sep 21 06:57:11.384 INFO blam! 5c95f44c05d3658423504c5a217ee9a600effe7f081b77f8bce999f9614b7852