Nov 17 16:09:58.232 INFO testing Cobrand/chatbix against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 16:09:58.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 17 16:09:58.527 INFO [stdout] 5e89ee13962ab7f59b99648c7ae8ec740ff4eb3e17d87303c997cd26ee24c023 Nov 17 16:09:58.532 INFO running `"docker" "start" "-a" "5e89ee13962ab7f59b99648c7ae8ec740ff4eb3e17d87303c997cd26ee24c023"` Nov 17 16:09:59.183 INFO [stderr] usermod: no changes Nov 17 16:09:59.487 INFO [stderr] Compiling gcc v0.3.46 Nov 17 16:09:59.487 INFO [stderr] Compiling openssl v0.9.12 Nov 17 16:09:59.487 INFO [stderr] Compiling mime v0.2.4 Nov 17 16:09:59.487 INFO [stderr] Compiling memchr v0.1.11 Nov 17 16:09:59.487 INFO [stderr] Compiling filetime v0.1.10 Nov 17 16:09:59.487 INFO [stderr] Compiling scheduled-thread-pool v0.1.0 Nov 17 16:09:59.487 INFO [stderr] Compiling serde_json v0.8.6 Nov 17 16:09:59.507 INFO [stderr] Compiling postgres-protocol v0.2.2 Nov 17 16:10:03.435 INFO [stderr] Compiling aho-corasick v0.5.3 Nov 17 16:10:03.436 INFO [stderr] Compiling chrono v0.2.25 Nov 17 16:10:03.436 INFO [stderr] Compiling thread-id v2.0.0 Nov 17 16:10:03.436 INFO [stderr] Compiling r2d2 v0.7.2 Nov 17 16:10:03.503 INFO [stderr] Compiling hyper v0.10.10 Nov 17 16:10:04.155 INFO [stderr] Compiling thread_local v0.2.7 Nov 17 16:10:06.830 INFO [stderr] Compiling openssl-sys v0.9.12 Nov 17 16:10:06.830 INFO [stderr] Compiling backtrace-sys v0.1.10 Nov 17 16:10:06.830 INFO [stderr] Compiling rust-crypto v0.2.36 Nov 17 16:10:08.085 INFO [stderr] Compiling regex v0.1.80 Nov 17 16:10:09.975 INFO [stderr] Compiling postgres-shared v0.1.1 Nov 17 16:10:20.503 INFO [stderr] Compiling dotenv v0.8.0 Nov 17 16:10:21.200 INFO [stderr] Compiling native-tls v0.1.2 Nov 17 16:10:21.496 INFO [stderr] Compiling iron v0.5.1 Nov 17 16:10:23.518 INFO [stderr] Compiling postgres v0.13.6 Nov 17 16:10:25.029 INFO [stderr] Compiling persistent v0.3.0 Nov 17 16:10:25.029 INFO [stderr] Compiling mount v0.3.0 Nov 17 16:10:25.029 INFO [stderr] Compiling router v0.5.1 Nov 17 16:10:27.801 INFO [stderr] Compiling bodyparser v0.5.0 Nov 17 16:10:27.801 INFO [stderr] Compiling bodyparser v0.6.0 Nov 17 16:10:30.695 INFO [stderr] Compiling staticfile v0.4.0 Nov 17 16:10:31.427 INFO [stderr] Compiling urlencoded v0.5.0 Nov 17 16:10:35.030 INFO [stderr] Compiling r2d2_postgres v0.11.1 Nov 17 16:10:36.815 INFO [stderr] Compiling backtrace v0.3.0 Nov 17 16:10:37.713 INFO [stderr] Compiling error-chain v0.9.0 Nov 17 16:10:38.528 INFO [stderr] Compiling chatbix v0.1.0 (/source) Nov 17 16:10:40.511 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 16:10:40.512 INFO [stderr] --> src/routes.rs:118:50 Nov 17 16:10:40.512 INFO [stderr] | Nov 17 16:10:40.512 INFO [stderr] 118 | return Err(IronError::new(body_error,(status::BadRequest))) Nov 17 16:10:40.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 16:10:40.513 INFO [stderr] | Nov 17 16:10:40.513 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 16:10:40.514 INFO [stderr] Nov 17 16:10:40.514 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 16:10:40.514 INFO [stderr] --> src/routes.rs:173:50 Nov 17 16:10:40.514 INFO [stderr] | Nov 17 16:10:40.515 INFO [stderr] 173 | return Err(IronError::new(body_error,(status::BadRequest))) Nov 17 16:10:40.517 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 16:10:40.518 INFO [stderr] Nov 17 16:10:40.518 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 16:10:40.519 INFO [stderr] --> src/routes.rs:262:50 Nov 17 16:10:40.519 INFO [stderr] | Nov 17 16:10:40.519 INFO [stderr] 262 | return Err(IronError::new(body_error,(status::BadRequest))), Nov 17 16:10:40.519 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 16:10:40.520 INFO [stderr] Nov 17 16:10:50.979 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.76s Nov 17 16:10:51.003 INFO [stderr] su: No module specific data is present Nov 17 16:10:51.787 INFO running `"docker" "inspect" "5e89ee13962ab7f59b99648c7ae8ec740ff4eb3e17d87303c997cd26ee24c023"` Nov 17 16:10:52.029 INFO running `"docker" "rm" "-f" "5e89ee13962ab7f59b99648c7ae8ec740ff4eb3e17d87303c997cd26ee24c023"` Nov 17 16:10:52.320 INFO [stdout] 5e89ee13962ab7f59b99648c7ae8ec740ff4eb3e17d87303c997cd26ee24c023 Nov 17 16:10:52.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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"` Nov 17 16:10:52.803 INFO [stdout] ebe4af6d8e834795729e51401d202a588c4c3f55c33c910a567491ac7ac02b01 Nov 17 16:10:52.811 INFO running `"docker" "start" "-a" "ebe4af6d8e834795729e51401d202a588c4c3f55c33c910a567491ac7ac02b01"` Nov 17 16:10:54.275 INFO [stderr] usermod: no changes Nov 17 16:10:54.582 INFO [stderr] Compiling chatbix v0.1.0 (/source) Nov 17 16:10:58.511 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 16:10:58.511 INFO [stderr] --> src/routes.rs:118:50 Nov 17 16:10:58.511 INFO [stderr] | Nov 17 16:10:58.511 INFO [stderr] 118 | return Err(IronError::new(body_error,(status::BadRequest))) Nov 17 16:10:58.511 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 16:10:58.511 INFO [stderr] | Nov 17 16:10:58.511 INFO [stderr] = note: #[warn(unused_parens)] on by default Nov 17 16:10:58.511 INFO [stderr] Nov 17 16:10:58.511 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 16:10:58.511 INFO [stderr] --> src/routes.rs:173:50 Nov 17 16:10:58.511 INFO [stderr] | Nov 17 16:10:58.511 INFO [stderr] 173 | return Err(IronError::new(body_error,(status::BadRequest))) Nov 17 16:10:58.511 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 16:10:58.511 INFO [stderr] Nov 17 16:10:58.511 INFO [stderr] warning: unnecessary parentheses around function argument Nov 17 16:10:58.511 INFO [stderr] --> src/routes.rs:262:50 Nov 17 16:10:58.511 INFO [stderr] | Nov 17 16:10:58.511 INFO [stderr] 262 | return Err(IronError::new(body_error,(status::BadRequest))), Nov 17 16:10:58.511 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Nov 17 16:10:58.511 INFO [stderr] Nov 17 16:11:00.107 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.80s Nov 17 16:11:00.124 INFO [stderr] su: No module specific data is present Nov 17 16:11:01.023 INFO running `"docker" "inspect" "ebe4af6d8e834795729e51401d202a588c4c3f55c33c910a567491ac7ac02b01"` Nov 17 16:11:01.407 INFO running `"docker" "rm" "-f" "ebe4af6d8e834795729e51401d202a588c4c3f55c33c910a567491ac7ac02b01"` Nov 17 16:11:01.799 INFO [stdout] ebe4af6d8e834795729e51401d202a588c4c3f55c33c910a567491ac7ac02b01 Nov 17 16:11:01.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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"` Nov 17 16:11:02.315 INFO [stdout] 955867426e0fc840aa9f6a22058b498883171fb51b6cac48e3dd58eb29c36c7d Nov 17 16:11:02.318 INFO running `"docker" "start" "-a" "955867426e0fc840aa9f6a22058b498883171fb51b6cac48e3dd58eb29c36c7d"` Nov 17 16:11:04.345 INFO [stderr] usermod: no changes Nov 17 16:11:04.575 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s Nov 17 16:11:04.594 INFO [stderr] Running /target/debug/deps/chatbix-601ee71b0ad4a0eb Nov 17 16:11:04.597 INFO [stdout] Nov 17 16:11:04.597 INFO [stdout] running 0 tests Nov 17 16:11:04.597 INFO [stdout] Nov 17 16:11:04.597 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:11:04.597 INFO [stdout] Nov 17 16:11:04.599 INFO [stderr] Running /target/debug/deps/chatbix-ed7057cf498b4dee Nov 17 16:11:04.601 INFO [stdout] Nov 17 16:11:04.601 INFO [stdout] running 0 tests Nov 17 16:11:04.602 INFO [stdout] Nov 17 16:11:04.602 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:11:04.602 INFO [stdout] Nov 17 16:11:04.602 INFO [stderr] Doc-tests chatbix Nov 17 16:11:08.512 INFO [stdout] Nov 17 16:11:08.512 INFO [stdout] running 0 tests Nov 17 16:11:08.512 INFO [stdout] Nov 17 16:11:08.512 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 16:11:08.512 INFO [stdout] Nov 17 16:11:08.524 INFO [stderr] su: No module specific data is present Nov 17 16:11:10.202 INFO running `"docker" "inspect" "955867426e0fc840aa9f6a22058b498883171fb51b6cac48e3dd58eb29c36c7d"` Nov 17 16:11:10.593 INFO running `"docker" "rm" "-f" "955867426e0fc840aa9f6a22058b498883171fb51b6cac48e3dd58eb29c36c7d"` Nov 17 16:11:10.985 INFO [stdout] 955867426e0fc840aa9f6a22058b498883171fb51b6cac48e3dd58eb29c36c7d