Oct 27 12:20:25.417 INFO checking Cobrand/chatbix against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:20:25.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 12:20:25.860 INFO blam! 1d58e9044b5be106d4bc0cb7adcd3a0bf66444f4dff46d80d5560bb5b400aa0f Oct 27 12:20:25.862 INFO running `"docker" "start" "-a" "1d58e9044b5be106d4bc0cb7adcd3a0bf66444f4dff46d80d5560bb5b400aa0f"` Oct 27 12:20:27.703 INFO kablam! usermod: no changes Oct 27 12:20:27.962 INFO kablam! Checking md5 v0.3.4 Oct 27 12:20:27.963 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 27 12:20:27.963 INFO kablam! Compiling rust-crypto v0.2.36 Oct 27 12:20:27.971 INFO kablam! Checking filetime v0.1.10 Oct 27 12:20:28.003 INFO kablam! Checking openssl-sys v0.9.12 Oct 27 12:20:28.003 INFO kablam! Checking chrono v0.2.25 Oct 27 12:20:28.003 INFO kablam! Checking hyper v0.10.10 Oct 27 12:20:28.003 INFO kablam! Checking dotenv v0.8.0 Oct 27 12:20:32.083 INFO kablam! Checking openssl v0.9.12 Oct 27 12:20:32.841 INFO kablam! Checking postgres-protocol v0.2.2 Oct 27 12:20:36.411 INFO kablam! Checking postgres-shared v0.1.1 Oct 27 12:20:41.744 INFO kablam! Checking iron v0.5.1 Oct 27 12:20:42.254 INFO kablam! Checking native-tls v0.1.2 Oct 27 12:20:43.516 INFO kablam! Checking postgres v0.13.6 Oct 27 12:20:45.149 INFO kablam! Checking persistent v0.3.0 Oct 27 12:20:45.152 INFO kablam! Checking mount v0.3.0 Oct 27 12:20:45.154 INFO kablam! Checking router v0.5.1 Oct 27 12:20:50.919 INFO kablam! Checking r2d2_postgres v0.11.1 Oct 27 12:20:52.243 INFO kablam! Checking staticfile v0.4.0 Oct 27 12:20:54.607 INFO kablam! Checking bodyparser v0.5.0 Oct 27 12:20:54.607 INFO kablam! Checking bodyparser v0.6.0 Oct 27 12:20:57.393 INFO kablam! Checking urlencoded v0.5.0 Oct 27 12:21:00.144 INFO kablam! Checking backtrace v0.3.0 Oct 27 12:21:01.202 INFO kablam! Checking error-chain v0.9.0 Oct 27 12:21:02.447 INFO kablam! Checking chatbix v0.1.0 (/source) Oct 27 12:21:07.787 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:07.787 INFO kablam! --> src/routes.rs:118:50 Oct 27 12:21:07.787 INFO kablam! | Oct 27 12:21:07.787 INFO kablam! 118 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:07.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:07.787 INFO kablam! | Oct 27 12:21:07.787 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:21:07.787 INFO kablam! Oct 27 12:21:07.787 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:07.787 INFO kablam! --> src/routes.rs:173:50 Oct 27 12:21:07.787 INFO kablam! | Oct 27 12:21:07.787 INFO kablam! 173 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:07.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:07.787 INFO kablam! Oct 27 12:21:07.787 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:07.787 INFO kablam! --> src/routes.rs:262:50 Oct 27 12:21:07.787 INFO kablam! | Oct 27 12:21:07.787 INFO kablam! 262 | return Err(IronError::new(body_error,(status::BadRequest))), Oct 27 12:21:07.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:07.787 INFO kablam! Oct 27 12:21:07.876 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:07.876 INFO kablam! --> src/routes.rs:118:50 Oct 27 12:21:07.876 INFO kablam! | Oct 27 12:21:07.876 INFO kablam! 118 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:07.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:07.876 INFO kablam! | Oct 27 12:21:07.876 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:21:07.876 INFO kablam! Oct 27 12:21:07.876 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:07.876 INFO kablam! --> src/routes.rs:173:50 Oct 27 12:21:07.876 INFO kablam! | Oct 27 12:21:07.876 INFO kablam! 173 | return Err(IronError::new(body_error,(status::BadRequest))) Oct 27 12:21:07.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:07.876 INFO kablam! Oct 27 12:21:07.876 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:21:07.876 INFO kablam! --> src/routes.rs:262:50 Oct 27 12:21:07.876 INFO kablam! | Oct 27 12:21:07.876 INFO kablam! 262 | return Err(IronError::new(body_error,(status::BadRequest))), Oct 27 12:21:07.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:21:07.876 INFO kablam! Oct 27 12:21:18.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.28s Oct 27 12:21:18.047 INFO kablam! su: No module specific data is present Oct 27 12:21:18.871 INFO running `"docker" "rm" "-f" "1d58e9044b5be106d4bc0cb7adcd3a0bf66444f4dff46d80d5560bb5b400aa0f"` Oct 27 12:21:19.227 INFO blam! 1d58e9044b5be106d4bc0cb7adcd3a0bf66444f4dff46d80d5560bb5b400aa0f