Oct 26 23:23:08.793 INFO checking ohmountain/blog-cli against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:23:08.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 23:23:09.269 INFO blam! f03c6854fd37939cc8ef5cf8368d815633c886b36fb853aa8b85bc0bf32cc6da Oct 26 23:23:09.271 INFO running `"docker" "start" "-a" "f03c6854fd37939cc8ef5cf8368d815633c886b36fb853aa8b85bc0bf32cc6da"` Oct 26 23:23:11.076 INFO kablam! usermod: no changes Oct 26 23:23:11.276 INFO kablam! Checking smallvec v0.4.3 Oct 26 23:23:11.276 INFO kablam! Compiling libz-sys v1.0.16 Oct 26 23:23:11.276 INFO kablam! Compiling curl-sys v0.3.14 Oct 26 23:23:11.276 INFO kablam! Checking termios v0.2.2 Oct 26 23:23:11.276 INFO kablam! Checking clicolors-control v0.1.0 Oct 26 23:23:11.276 INFO kablam! Checking socket2 v0.2.2 Oct 26 23:23:14.828 INFO kablam! Checking parking_lot_core v0.2.6 Oct 26 23:23:16.461 INFO kablam! Checking parking_lot v0.4.8 Oct 26 23:23:17.463 INFO kablam! Checking curl v0.4.8 Oct 26 23:23:17.730 INFO kablam! Checking console v0.5.0 Oct 26 23:23:19.706 INFO kablam! Checking blog-cli v0.1.0 (/source) Oct 26 23:23:21.471 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 23:23:21.472 INFO kablam! --> src/types/mod.rs:74:40 Oct 26 23:23:21.472 INFO kablam! | Oct 26 23:23:21.472 INFO kablam! 74 | let d:Value = serde_json::from_str((&data.as_str())).unwrap(); Oct 26 23:23:21.472 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 23:23:21.472 INFO kablam! | Oct 26 23:23:21.472 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 23:23:21.472 INFO kablam! Oct 26 23:23:21.479 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 23:23:21.479 INFO kablam! --> src/types/mod.rs:74:40 Oct 26 23:23:21.479 INFO kablam! | Oct 26 23:23:21.480 INFO kablam! 74 | let d:Value = serde_json::from_str((&data.as_str())).unwrap(); Oct 26 23:23:21.480 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 23:23:21.480 INFO kablam! | Oct 26 23:23:21.481 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 23:23:21.481 INFO kablam! Oct 26 23:23:21.555 INFO kablam! warning: variable `sort` is assigned to, but never used Oct 26 23:23:21.556 INFO kablam! --> src/types/mod.rs:40:9 Oct 26 23:23:21.556 INFO kablam! | Oct 26 23:23:21.556 INFO kablam! 40 | let sort; Oct 26 23:23:21.556 INFO kablam! | ^^^^ Oct 26 23:23:21.557 INFO kablam! | Oct 26 23:23:21.557 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:23:21.557 INFO kablam! = note: consider using `_sort` instead Oct 26 23:23:21.558 INFO kablam! Oct 26 23:23:21.558 INFO kablam! warning: value assigned to `sort` is never read Oct 26 23:23:21.558 INFO kablam! --> src/types/mod.rs:48:13 Oct 26 23:23:21.559 INFO kablam! | Oct 26 23:23:21.559 INFO kablam! 48 | sort = s; Oct 26 23:23:21.559 INFO kablam! | ^^^^ Oct 26 23:23:21.560 INFO kablam! | Oct 26 23:23:21.560 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 23:23:21.560 INFO kablam! Oct 26 23:23:21.571 INFO kablam! warning: variable does not need to be mutable Oct 26 23:23:21.572 INFO kablam! --> src/posts/mod.rs:56:9 Oct 26 23:23:21.572 INFO kablam! | Oct 26 23:23:21.572 INFO kablam! 56 | let mut url = String::from("http://127.0.0.1:8000/api/v2/posts/"); Oct 26 23:23:21.573 INFO kablam! | ----^^^ Oct 26 23:23:21.573 INFO kablam! | | Oct 26 23:23:21.573 INFO kablam! | help: remove this `mut` Oct 26 23:23:21.573 INFO kablam! | Oct 26 23:23:21.574 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:23:21.574 INFO kablam! Oct 26 23:23:21.587 INFO kablam! warning: variable `sort` is assigned to, but never used Oct 26 23:23:21.587 INFO kablam! --> src/types/mod.rs:40:9 Oct 26 23:23:21.588 INFO kablam! | Oct 26 23:23:21.588 INFO kablam! 40 | let sort; Oct 26 23:23:21.588 INFO kablam! | ^^^^ Oct 26 23:23:21.589 INFO kablam! | Oct 26 23:23:21.589 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 23:23:21.589 INFO kablam! = note: consider using `_sort` instead Oct 26 23:23:21.589 INFO kablam! Oct 26 23:23:21.590 INFO kablam! warning: value assigned to `sort` is never read Oct 26 23:23:21.590 INFO kablam! --> src/types/mod.rs:48:13 Oct 26 23:23:21.590 INFO kablam! | Oct 26 23:23:21.591 INFO kablam! 48 | sort = s; Oct 26 23:23:21.591 INFO kablam! | ^^^^ Oct 26 23:23:21.591 INFO kablam! | Oct 26 23:23:21.592 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 23:23:21.592 INFO kablam! Oct 26 23:23:21.603 INFO kablam! warning: variable does not need to be mutable Oct 26 23:23:21.603 INFO kablam! --> src/posts/mod.rs:56:9 Oct 26 23:23:21.603 INFO kablam! | Oct 26 23:23:21.603 INFO kablam! 56 | let mut url = String::from("http://127.0.0.1:8000/api/v2/posts/"); Oct 26 23:23:21.603 INFO kablam! | ----^^^ Oct 26 23:23:21.603 INFO kablam! | | Oct 26 23:23:21.603 INFO kablam! | help: remove this `mut` Oct 26 23:23:21.603 INFO kablam! | Oct 26 23:23:21.603 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 23:23:21.603 INFO kablam! Oct 26 23:23:23.110 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.98s Oct 26 23:23:23.115 INFO kablam! su: No module specific data is present Oct 26 23:23:23.835 INFO running `"docker" "rm" "-f" "f03c6854fd37939cc8ef5cf8368d815633c886b36fb853aa8b85bc0bf32cc6da"` Oct 26 23:23:24.171 INFO blam! f03c6854fd37939cc8ef5cf8368d815633c886b36fb853aa8b85bc0bf32cc6da