Oct 21 15:02:57.381 INFO checking ohmountain/blog-cli against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:02:57.382 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 15:02:57.698 INFO blam! 7ed66fafe5cc4850636cea418dea4deffb52e6b163f09f18cb2c9755b4ce37eb Oct 21 15:02:57.699 INFO running `"docker" "start" "-a" "7ed66fafe5cc4850636cea418dea4deffb52e6b163f09f18cb2c9755b4ce37eb"` Oct 21 15:02:58.814 INFO kablam! usermod: no changes Oct 21 15:02:58.954 INFO kablam! Compiling openssl-sys v0.9.17 Oct 21 15:02:58.961 INFO kablam! Compiling libz-sys v1.0.16 Oct 21 15:02:58.961 INFO kablam! Compiling curl-sys v0.3.14 Oct 21 15:02:58.961 INFO kablam! Checking termios v0.2.2 Oct 21 15:02:58.963 INFO kablam! Checking clicolors-control v0.1.0 Oct 21 15:02:59.006 INFO kablam! Checking socket2 v0.2.2 Oct 21 15:02:59.006 INFO kablam! Checking parking_lot_core v0.2.6 Oct 21 15:03:01.752 INFO kablam! Checking parking_lot v0.4.8 Oct 21 15:03:03.289 INFO kablam! Checking console v0.5.0 Oct 21 15:03:06.066 INFO kablam! Checking curl v0.4.8 Oct 21 15:03:07.572 INFO kablam! Checking blog-cli v0.1.0 (/source) Oct 21 15:03:08.987 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 15:03:08.987 INFO kablam! --> src/types/mod.rs:74:40 Oct 21 15:03:08.987 INFO kablam! | Oct 21 15:03:08.987 INFO kablam! 74 | let d:Value = serde_json::from_str((&data.as_str())).unwrap(); Oct 21 15:03:08.987 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 15:03:08.987 INFO kablam! | Oct 21 15:03:08.987 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 15:03:08.987 INFO kablam! Oct 21 15:03:09.088 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 15:03:09.088 INFO kablam! --> src/types/mod.rs:74:40 Oct 21 15:03:09.088 INFO kablam! | Oct 21 15:03:09.088 INFO kablam! 74 | let d:Value = serde_json::from_str((&data.as_str())).unwrap(); Oct 21 15:03:09.088 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 15:03:09.088 INFO kablam! | Oct 21 15:03:09.088 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 15:03:09.088 INFO kablam! Oct 21 15:03:09.095 INFO kablam! warning: variable `sort` is assigned to, but never used Oct 21 15:03:09.095 INFO kablam! --> src/types/mod.rs:40:9 Oct 21 15:03:09.095 INFO kablam! | Oct 21 15:03:09.095 INFO kablam! 40 | let sort; Oct 21 15:03:09.095 INFO kablam! | ^^^^ Oct 21 15:03:09.095 INFO kablam! | Oct 21 15:03:09.095 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:03:09.095 INFO kablam! = note: consider using `_sort` instead Oct 21 15:03:09.095 INFO kablam! Oct 21 15:03:09.095 INFO kablam! warning: value assigned to `sort` is never read Oct 21 15:03:09.095 INFO kablam! --> src/types/mod.rs:48:13 Oct 21 15:03:09.095 INFO kablam! | Oct 21 15:03:09.095 INFO kablam! 48 | sort = s; Oct 21 15:03:09.095 INFO kablam! | ^^^^ Oct 21 15:03:09.095 INFO kablam! | Oct 21 15:03:09.095 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 15:03:09.095 INFO kablam! Oct 21 15:03:09.120 INFO kablam! warning: variable does not need to be mutable Oct 21 15:03:09.120 INFO kablam! --> src/posts/mod.rs:56:9 Oct 21 15:03:09.120 INFO kablam! | Oct 21 15:03:09.120 INFO kablam! 56 | let mut url = String::from("http://127.0.0.1:8000/api/v2/posts/"); Oct 21 15:03:09.120 INFO kablam! | ----^^^ Oct 21 15:03:09.120 INFO kablam! | | Oct 21 15:03:09.120 INFO kablam! | help: remove this `mut` Oct 21 15:03:09.120 INFO kablam! | Oct 21 15:03:09.120 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:03:09.120 INFO kablam! Oct 21 15:03:09.244 INFO kablam! warning: variable `sort` is assigned to, but never used Oct 21 15:03:09.244 INFO kablam! --> src/types/mod.rs:40:9 Oct 21 15:03:09.244 INFO kablam! | Oct 21 15:03:09.244 INFO kablam! 40 | let sort; Oct 21 15:03:09.244 INFO kablam! | ^^^^ Oct 21 15:03:09.244 INFO kablam! | Oct 21 15:03:09.244 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:03:09.244 INFO kablam! = note: consider using `_sort` instead Oct 21 15:03:09.244 INFO kablam! Oct 21 15:03:09.244 INFO kablam! warning: value assigned to `sort` is never read Oct 21 15:03:09.244 INFO kablam! --> src/types/mod.rs:48:13 Oct 21 15:03:09.244 INFO kablam! | Oct 21 15:03:09.244 INFO kablam! 48 | sort = s; Oct 21 15:03:09.244 INFO kablam! | ^^^^ Oct 21 15:03:09.244 INFO kablam! | Oct 21 15:03:09.244 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 15:03:09.244 INFO kablam! Oct 21 15:03:09.284 INFO kablam! warning: variable does not need to be mutable Oct 21 15:03:09.284 INFO kablam! --> src/posts/mod.rs:56:9 Oct 21 15:03:09.284 INFO kablam! | Oct 21 15:03:09.284 INFO kablam! 56 | let mut url = String::from("http://127.0.0.1:8000/api/v2/posts/"); Oct 21 15:03:09.284 INFO kablam! | ----^^^ Oct 21 15:03:09.284 INFO kablam! | | Oct 21 15:03:09.284 INFO kablam! | help: remove this `mut` Oct 21 15:03:09.284 INFO kablam! | Oct 21 15:03:09.284 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 15:03:09.284 INFO kablam! Oct 21 15:03:10.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.51s Oct 21 15:03:10.360 INFO kablam! su: No module specific data is present Oct 21 15:03:10.903 INFO running `"docker" "rm" "-f" "7ed66fafe5cc4850636cea418dea4deffb52e6b163f09f18cb2c9755b4ce37eb"` Oct 21 15:03:11.178 INFO blam! 7ed66fafe5cc4850636cea418dea4deffb52e6b163f09f18cb2c9755b4ce37eb