Oct 13 06:18:26.386 INFO testing mtwtkman/solami against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 06:18:26.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 13 06:18:26.843 INFO blam! ae0f980af2e279c9bfffe5c677f08694d6e8974a4e481e5865c429e226090306 Oct 13 06:18:26.844 INFO running `"docker" "start" "-a" "ae0f980af2e279c9bfffe5c677f08694d6e8974a4e481e5865c429e226090306"` Oct 13 06:18:28.650 INFO kablam! usermod: no changes Oct 13 06:18:28.991 INFO kablam! Compiling derive_builder v0.5.0 Oct 13 06:18:28.999 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 13 06:18:29.007 INFO kablam! Compiling encoding_rs v0.6.11 Oct 13 06:18:29.007 INFO kablam! Compiling serde_json v0.9.10 Oct 13 06:18:29.007 INFO kablam! Compiling idna v0.1.2 Oct 13 06:18:29.007 INFO kablam! Compiling derive_builder_core v0.1.7 Oct 13 06:18:45.203 INFO kablam! Compiling url v1.4.1 Oct 13 06:18:58.415 INFO kablam! Compiling hyper v0.10.12 Oct 13 06:18:58.431 INFO kablam! Compiling serde_urlencoded v0.4.3 Oct 13 06:18:58.465 INFO kablam! Compiling tungstenite v0.2.4 Oct 13 06:19:07.219 INFO kablam! Compiling backtrace v0.3.2 Oct 13 06:19:08.984 INFO kablam! Compiling error-chain v0.10.0 Oct 13 06:19:10.753 INFO kablam! Compiling quick-xml v0.7.3 Oct 13 06:19:13.585 INFO kablam! Compiling rss v0.7.0 Oct 13 06:19:24.245 INFO kablam! Compiling hyper-native-tls v0.2.4 Oct 13 06:19:26.445 INFO kablam! Compiling reqwest v0.4.0 Oct 13 06:19:29.492 INFO kablam! Compiling slack_api v0.17.0 Oct 13 06:19:50.170 INFO kablam! Compiling slack v0.18.0 Oct 13 06:20:16.181 INFO kablam! Compiling solami v0.1.0 (/source) Oct 13 06:20:18.852 INFO kablam! warning: unused import: `Sender` Oct 13 06:20:18.852 INFO kablam! --> src/main.rs:8:46 Oct 13 06:20:18.853 INFO kablam! | Oct 13 06:20:18.856 INFO kablam! 8 | use slack::{Event, RtmClient, Message, User, Sender}; Oct 13 06:20:18.857 INFO kablam! | ^^^^^^ Oct 13 06:20:18.857 INFO kablam! | Oct 13 06:20:18.857 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:20:18.857 INFO kablam! Oct 13 06:20:18.858 INFO kablam! warning: unused import: `self::rust_rss::Channel` Oct 13 06:20:18.858 INFO kablam! --> src/handlers/rss.rs:4:5 Oct 13 06:20:18.858 INFO kablam! | Oct 13 06:20:18.859 INFO kablam! 4 | use self::rust_rss::Channel; Oct 13 06:20:18.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:18.859 INFO kablam! Oct 13 06:20:19.107 INFO kablam! warning: unused variable: `pg` Oct 13 06:20:19.107 INFO kablam! --> src/handlers/rss.rs:8:67 Oct 13 06:20:19.107 INFO kablam! | Oct 13 06:20:19.107 INFO kablam! 8 | pub fn handle<'a>(p: &SolamiHandler, cmd: &'a str, rest: &'a str, pg: &Connection) { Oct 13 06:20:19.107 INFO kablam! | ^^ help: consider using `_pg` instead Oct 13 06:20:19.107 INFO kablam! | Oct 13 06:20:19.107 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:20:19.107 INFO kablam! Oct 13 06:20:19.107 INFO kablam! warning: unused variable: `cli` Oct 13 06:20:19.107 INFO kablam! --> src/main.rs:93:28 Oct 13 06:20:19.107 INFO kablam! | Oct 13 06:20:19.107 INFO kablam! 93 | fn on_close(&mut self, cli: &RtmClient) { Oct 13 06:20:19.107 INFO kablam! | ^^^ help: consider using `_cli` instead Oct 13 06:20:19.107 INFO kablam! Oct 13 06:20:19.107 INFO kablam! warning: unused variable: `cli` Oct 13 06:20:19.107 INFO kablam! --> src/main.rs:97:30 Oct 13 06:20:19.107 INFO kablam! | Oct 13 06:20:19.107 INFO kablam! 97 | fn on_connect(&mut self, cli: &RtmClient) { Oct 13 06:20:19.107 INFO kablam! | ^^^ help: consider using `_cli` instead Oct 13 06:20:19.107 INFO kablam! Oct 13 06:20:19.153 INFO kablam! warning: field is never used: `users` Oct 13 06:20:19.153 INFO kablam! --> src/main.rs:19:5 Oct 13 06:20:19.153 INFO kablam! | Oct 13 06:20:19.154 INFO kablam! 19 | users: Users, Oct 13 06:20:19.154 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:20:19.154 INFO kablam! | Oct 13 06:20:19.154 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:20:19.155 INFO kablam! Oct 13 06:20:19.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:19.176 INFO kablam! --> src/handlers/inc.rs:24:17 Oct 13 06:20:19.176 INFO kablam! | Oct 13 06:20:19.177 INFO kablam! 24 | / p.send( Oct 13 06:20:19.177 INFO kablam! 25 | | format!("{}さんの徳は現在{}です。", target, obj.count).as_str() Oct 13 06:20:19.177 INFO kablam! 26 | | ).map_err(|e| { Oct 13 06:20:19.178 INFO kablam! 27 | | println!("[inc] error occurred with `send_with_body`! ERROR: {}", e); Oct 13 06:20:19.178 INFO kablam! 28 | | }); Oct 13 06:20:19.178 INFO kablam! | |___________________^ Oct 13 06:20:19.178 INFO kablam! | Oct 13 06:20:19.179 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:20:19.179 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:19.179 INFO kablam! Oct 13 06:20:19.180 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:19.180 INFO kablam! --> src/handlers/echo.rs:26:9 Oct 13 06:20:19.180 INFO kablam! | Oct 13 06:20:19.181 INFO kablam! 26 | p.send(b.as_str()); Oct 13 06:20:19.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:19.181 INFO kablam! | Oct 13 06:20:19.181 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:19.182 INFO kablam! Oct 13 06:20:19.182 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:19.182 INFO kablam! --> src/handlers/rss.rs:17:9 Oct 13 06:20:19.182 INFO kablam! | Oct 13 06:20:19.183 INFO kablam! 17 | p.send(b.as_str()); Oct 13 06:20:19.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:19.183 INFO kablam! | Oct 13 06:20:19.184 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:19.184 INFO kablam! Oct 13 06:20:19.184 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:19.184 INFO kablam! --> src/main.rs:34:13 Oct 13 06:20:19.185 INFO kablam! | Oct 13 06:20:19.185 INFO kablam! 34 | p.send(response.as_str()); Oct 13 06:20:19.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:19.186 INFO kablam! | Oct 13 06:20:19.186 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:19.186 INFO kablam! Oct 13 06:20:19.187 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:19.187 INFO kablam! --> src/main.rs:132:13 Oct 13 06:20:19.187 INFO kablam! | Oct 13 06:20:19.187 INFO kablam! 132 | client.run(&mut handler); Oct 13 06:20:19.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:19.188 INFO kablam! | Oct 13 06:20:19.188 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:19.189 INFO kablam! Oct 13 06:20:25.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 56s Oct 13 06:20:25.659 INFO kablam! su: No module specific data is present Oct 13 06:20:26.455 INFO running `"docker" "rm" "-f" "ae0f980af2e279c9bfffe5c677f08694d6e8974a4e481e5865c429e226090306"` Oct 13 06:20:26.691 INFO blam! ae0f980af2e279c9bfffe5c677f08694d6e8974a4e481e5865c429e226090306 Oct 13 06:20:26.697 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 13 06:20:27.288 INFO blam! 94e2e7200f653e3b48355df866ecfe9e87770416b6d4f2deca5fa449115f10c0 Oct 13 06:20:27.290 INFO running `"docker" "start" "-a" "94e2e7200f653e3b48355df866ecfe9e87770416b6d4f2deca5fa449115f10c0"` Oct 13 06:20:28.891 INFO kablam! usermod: no changes Oct 13 06:20:29.195 INFO kablam! Compiling solami v0.1.0 (/source) Oct 13 06:20:31.347 INFO kablam! warning: unused import: `Sender` Oct 13 06:20:31.348 INFO kablam! --> src/main.rs:8:46 Oct 13 06:20:31.348 INFO kablam! | Oct 13 06:20:31.348 INFO kablam! 8 | use slack::{Event, RtmClient, Message, User, Sender}; Oct 13 06:20:31.349 INFO kablam! | ^^^^^^ Oct 13 06:20:31.349 INFO kablam! | Oct 13 06:20:31.349 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:20:31.350 INFO kablam! Oct 13 06:20:31.350 INFO kablam! warning: unused import: `self::rust_rss::Channel` Oct 13 06:20:31.350 INFO kablam! --> src/handlers/rss.rs:4:5 Oct 13 06:20:31.351 INFO kablam! | Oct 13 06:20:31.351 INFO kablam! 4 | use self::rust_rss::Channel; Oct 13 06:20:31.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:31.352 INFO kablam! Oct 13 06:20:31.523 INFO kablam! warning: unused variable: `pg` Oct 13 06:20:31.523 INFO kablam! --> src/handlers/rss.rs:8:67 Oct 13 06:20:31.524 INFO kablam! | Oct 13 06:20:31.524 INFO kablam! 8 | pub fn handle<'a>(p: &SolamiHandler, cmd: &'a str, rest: &'a str, pg: &Connection) { Oct 13 06:20:31.524 INFO kablam! | ^^ help: consider using `_pg` instead Oct 13 06:20:31.524 INFO kablam! | Oct 13 06:20:31.525 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:20:31.525 INFO kablam! Oct 13 06:20:31.525 INFO kablam! warning: unused variable: `cli` Oct 13 06:20:31.526 INFO kablam! --> src/main.rs:93:28 Oct 13 06:20:31.526 INFO kablam! | Oct 13 06:20:31.526 INFO kablam! 93 | fn on_close(&mut self, cli: &RtmClient) { Oct 13 06:20:31.527 INFO kablam! | ^^^ help: consider using `_cli` instead Oct 13 06:20:31.527 INFO kablam! Oct 13 06:20:31.527 INFO kablam! warning: unused variable: `cli` Oct 13 06:20:31.527 INFO kablam! --> src/main.rs:97:30 Oct 13 06:20:31.528 INFO kablam! | Oct 13 06:20:31.528 INFO kablam! 97 | fn on_connect(&mut self, cli: &RtmClient) { Oct 13 06:20:31.528 INFO kablam! | ^^^ help: consider using `_cli` instead Oct 13 06:20:31.529 INFO kablam! Oct 13 06:20:31.575 INFO kablam! warning: field is never used: `users` Oct 13 06:20:31.575 INFO kablam! --> src/main.rs:19:5 Oct 13 06:20:31.575 INFO kablam! | Oct 13 06:20:31.575 INFO kablam! 19 | users: Users, Oct 13 06:20:31.575 INFO kablam! | ^^^^^^^^^^^^ Oct 13 06:20:31.575 INFO kablam! | Oct 13 06:20:31.575 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:20:31.575 INFO kablam! Oct 13 06:20:31.585 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:31.585 INFO kablam! --> src/handlers/inc.rs:24:17 Oct 13 06:20:31.585 INFO kablam! | Oct 13 06:20:31.585 INFO kablam! 24 | / p.send( Oct 13 06:20:31.585 INFO kablam! 25 | | format!("{}さんの徳は現在{}です。", target, obj.count).as_str() Oct 13 06:20:31.585 INFO kablam! 26 | | ).map_err(|e| { Oct 13 06:20:31.585 INFO kablam! 27 | | println!("[inc] error occurred with `send_with_body`! ERROR: {}", e); Oct 13 06:20:31.585 INFO kablam! 28 | | }); Oct 13 06:20:31.585 INFO kablam! | |___________________^ Oct 13 06:20:31.585 INFO kablam! | Oct 13 06:20:31.589 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 06:20:31.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:31.589 INFO kablam! Oct 13 06:20:31.589 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:31.589 INFO kablam! --> src/handlers/echo.rs:26:9 Oct 13 06:20:31.589 INFO kablam! | Oct 13 06:20:31.589 INFO kablam! 26 | p.send(b.as_str()); Oct 13 06:20:31.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:31.589 INFO kablam! | Oct 13 06:20:31.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:31.589 INFO kablam! Oct 13 06:20:31.589 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:31.589 INFO kablam! --> src/handlers/rss.rs:17:9 Oct 13 06:20:31.589 INFO kablam! | Oct 13 06:20:31.589 INFO kablam! 17 | p.send(b.as_str()); Oct 13 06:20:31.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:31.589 INFO kablam! | Oct 13 06:20:31.589 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:31.589 INFO kablam! Oct 13 06:20:31.595 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:31.595 INFO kablam! --> src/main.rs:34:13 Oct 13 06:20:31.595 INFO kablam! | Oct 13 06:20:31.595 INFO kablam! 34 | p.send(response.as_str()); Oct 13 06:20:31.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:31.595 INFO kablam! | Oct 13 06:20:31.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:31.595 INFO kablam! Oct 13 06:20:31.595 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 06:20:31.595 INFO kablam! --> src/main.rs:132:13 Oct 13 06:20:31.595 INFO kablam! | Oct 13 06:20:31.595 INFO kablam! 132 | client.run(&mut handler); Oct 13 06:20:31.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:20:31.595 INFO kablam! | Oct 13 06:20:31.595 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 06:20:31.595 INFO kablam! Oct 13 06:20:32.129 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.21s Oct 13 06:20:32.142 INFO kablam! su: No module specific data is present Oct 13 06:20:33.311 INFO running `"docker" "rm" "-f" "94e2e7200f653e3b48355df866ecfe9e87770416b6d4f2deca5fa449115f10c0"` Oct 13 06:20:33.599 INFO blam! 94e2e7200f653e3b48355df866ecfe9e87770416b6d4f2deca5fa449115f10c0 Oct 13 06:20:33.612 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 13 06:20:34.044 INFO blam! 5cdaf925197b82f67fdb00d8b64a8cb8c9736ac52d52aa17708eafb306f40d1f Oct 13 06:20:34.046 INFO running `"docker" "start" "-a" "5cdaf925197b82f67fdb00d8b64a8cb8c9736ac52d52aa17708eafb306f40d1f"` Oct 13 06:20:35.395 INFO kablam! usermod: no changes Oct 13 06:20:35.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 13 06:20:35.651 INFO kablam! Running /target/debug/deps/solami-8b2bb4714971ac66 Oct 13 06:20:35.667 INFO kablam! su: No module specific data is present Oct 13 06:20:35.667 INFO blam! Oct 13 06:20:35.667 INFO blam! running 0 tests Oct 13 06:20:35.667 INFO blam! Oct 13 06:20:35.667 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:20:35.667 INFO blam! Oct 13 06:20:36.507 INFO running `"docker" "rm" "-f" "5cdaf925197b82f67fdb00d8b64a8cb8c9736ac52d52aa17708eafb306f40d1f"` Oct 13 06:20:36.795 INFO blam! 5cdaf925197b82f67fdb00d8b64a8cb8c9736ac52d52aa17708eafb306f40d1f