Oct 27 12:20:24.665 INFO checking Cobrand/chatbix against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:20:24.666 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 27 12:20:25.060 INFO blam! b0736b8a6c9978b4c09531dad9146fbc76f33dd0ea1cd6d152e085d0579d2e1d Oct 27 12:20:25.065 INFO running `"docker" "start" "-a" "b0736b8a6c9978b4c09531dad9146fbc76f33dd0ea1cd6d152e085d0579d2e1d"` Oct 27 12:20:26.259 INFO kablam! usermod: no changes Oct 27 12:20:26.593 INFO kablam! Checking serde_json v0.8.6 Oct 27 12:20:26.604 INFO kablam! Checking postgres-protocol v0.2.2 Oct 27 12:20:26.611 INFO kablam! Checking r2d2 v0.7.2 Oct 27 12:20:26.631 INFO kablam! Checking rust-crypto v0.2.36 Oct 27 12:20:26.631 INFO kablam! Checking openssl-sys v0.9.12 Oct 27 12:20:26.631 INFO kablam! Checking chrono v0.2.25 Oct 27 12:20:26.631 INFO kablam! Checking backtrace v0.3.0 Oct 27 12:20:26.631 INFO kablam! Checking hyper v0.10.10 Oct 27 12:20:31.231 INFO kablam! Checking openssl v0.9.12 Oct 27 12:20:31.336 INFO kablam! Checking dotenv v0.8.0 Oct 27 12:20:31.573 INFO kablam! Checking error-chain v0.9.0 Oct 27 12:20:37.470 INFO kablam! Checking postgres-shared v0.1.1 Oct 27 12:20:41.306 INFO kablam! Checking iron v0.5.1 Oct 27 12:20:41.423 INFO kablam! Checking native-tls v0.1.2 Oct 27 12:20:42.747 INFO kablam! Checking postgres v0.13.6 Oct 27 12:20:44.755 INFO kablam! Checking persistent v0.3.0 Oct 27 12:20:44.756 INFO kablam! Checking mount v0.3.0 Oct 27 12:20:44.756 INFO kablam! Checking router v0.5.1 Oct 27 12:20:48.564 INFO kablam! Checking r2d2_postgres v0.11.1 Oct 27 12:20:48.575 INFO kablam! Checking bodyparser v0.5.0 Oct 27 12:20:48.575 INFO kablam! Checking bodyparser v0.6.0 Oct 27 12:20:50.711 INFO kablam! Checking staticfile v0.4.0 Oct 27 12:20:53.835 INFO kablam! Checking urlencoded v0.5.0 Oct 27 12:20:56.334 INFO kablam! Checking chatbix v0.1.0 (/source) Oct 27 12:21:02.475 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:02.475 INFO kablam! --> src/routes.rs:118:50 Oct 27 12:21:02.475 INFO kablam! | Oct 27 12:21:02.475 INFO kablam! 118 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:02.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:02.475 INFO kablam! | Oct 27 12:21:02.475 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:21:02.475 INFO kablam! Oct 27 12:21:02.475 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:02.475 INFO kablam! --> src/routes.rs:173:50 Oct 27 12:21:02.475 INFO kablam! | Oct 27 12:21:02.475 INFO kablam! 173 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:02.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:02.475 INFO kablam! Oct 27 12:21:02.475 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:02.475 INFO kablam! --> src/routes.rs:262:50 Oct 27 12:21:02.475 INFO kablam! | Oct 27 12:21:02.475 INFO kablam! 262 | return Err(IronError::new(body_error,(status::BadRequest))), Oct 27 12:21:02.475 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:02.475 INFO kablam! Oct 27 12:21:02.835 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:02.835 INFO kablam! --> src/routes.rs:118:50 Oct 27 12:21:02.835 INFO kablam! | Oct 27 12:21:02.835 INFO kablam! 118 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:02.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:02.835 INFO kablam! | Oct 27 12:21:02.835 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:21:02.835 INFO kablam! Oct 27 12:21:02.835 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:02.835 INFO kablam! --> src/routes.rs:173:50 Oct 27 12:21:02.835 INFO kablam! | Oct 27 12:21:02.835 INFO kablam! 173 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:02.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:02.835 INFO kablam! Oct 27 12:21:02.835 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:02.835 INFO kablam! --> src/routes.rs:262:50 Oct 27 12:21:02.835 INFO kablam! | Oct 27 12:21:02.835 INFO kablam! 262 | return Err(IronError::new(body_error,(status::BadRequest))), Oct 27 12:21:02.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:02.835 INFO kablam! Oct 27 12:21:11.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.13s Oct 27 12:21:11.467 INFO kablam! su: No module specific data is present Oct 27 12:21:12.823 INFO running `"docker" "rm" "-f" "b0736b8a6c9978b4c09531dad9146fbc76f33dd0ea1cd6d152e085d0579d2e1d"` Oct 27 12:21:13.105 INFO blam! b0736b8a6c9978b4c09531dad9146fbc76f33dd0ea1cd6d152e085d0579d2e1d