Oct 14 16:38:52.702 INFO testing jkhsjdhjs/chell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:38:52.702 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 16:38:53.077 INFO blam! d2d67b91743ed49b11fd002b7cbde29d526f8c29500ea5f3432269fa2bb39f8c Oct 14 16:38:53.079 INFO running `"docker" "start" "-a" "d2d67b91743ed49b11fd002b7cbde29d526f8c29500ea5f3432269fa2bb39f8c"` Oct 14 16:38:54.195 INFO kablam! usermod: no changes Oct 14 16:38:54.431 INFO kablam! Compiling serde v1.0.19 Oct 14 16:38:54.435 INFO kablam! Compiling uuid v0.5.1 Oct 14 16:38:54.437 INFO kablam! Compiling atoi v0.2.2 Oct 14 16:38:54.437 INFO kablam! Compiling nix v0.9.0 Oct 14 16:38:54.437 INFO kablam! Compiling tokio-timer v0.1.2 Oct 14 16:38:54.437 INFO kablam! Compiling base64 v0.7.0 Oct 14 16:38:54.437 INFO kablam! Compiling twox-hash v1.1.0 Oct 14 16:38:54.437 INFO kablam! Compiling thread_local v0.3.4 Oct 14 16:38:57.327 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 16:38:57.339 INFO kablam! Compiling url v1.6.0 Oct 14 16:38:57.367 INFO kablam! Compiling openssl v0.9.20 Oct 14 16:38:58.768 INFO kablam! Compiling tokio-mockstream v1.1.0 Oct 14 16:38:58.781 INFO kablam! Compiling chrono v0.4.0 Oct 14 16:38:58.894 INFO kablam! Compiling serde_derive v1.0.19 Oct 14 16:38:58.895 INFO kablam! Compiling regex v0.2.2 Oct 14 16:39:01.947 INFO kablam! Compiling backtrace v0.3.3 Oct 14 16:39:07.751 INFO kablam! Compiling error-chain v0.10.0 Oct 14 16:39:11.189 INFO kablam! Compiling error-chain v0.11.0 Oct 14 16:39:25.815 INFO kablam! Compiling native-tls v0.1.4 Oct 14 16:39:26.678 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 16:39:29.615 INFO kablam! Compiling serde_json v1.0.5 Oct 14 16:39:29.615 INFO kablam! Compiling toml v0.4.5 Oct 14 16:39:35.139 INFO kablam! Compiling mysql_common v0.2.0 Oct 14 16:39:36.315 INFO kablam! Compiling irc v0.12.5 Oct 14 16:39:45.059 INFO kablam! Compiling mysql v12.0.3 Oct 14 16:39:54.395 INFO kablam! Compiling chell v0.1.0 (/source) Oct 14 16:39:56.195 INFO kablam! warning: unused variable: `account` Oct 14 16:39:56.195 INFO kablam! --> src/msg_handler.rs:38:17 Oct 14 16:39:56.195 INFO kablam! | Oct 14 16:39:56.196 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 14 16:39:56.196 INFO kablam! | ^^^^^^^ help: consider using `_account` instead Oct 14 16:39:56.196 INFO kablam! | Oct 14 16:39:56.196 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:39:56.197 INFO kablam! Oct 14 16:39:56.197 INFO kablam! warning: unused variable: `arg` Oct 14 16:39:56.197 INFO kablam! --> src/msg_handler.rs:38:34 Oct 14 16:39:56.197 INFO kablam! | Oct 14 16:39:56.198 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 14 16:39:56.198 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 16:39:56.198 INFO kablam! Oct 14 16:39:56.198 INFO kablam! warning: unused variable: `pool` Oct 14 16:39:56.199 INFO kablam! --> src/main.rs:26:9 Oct 14 16:39:56.199 INFO kablam! | Oct 14 16:39:56.199 INFO kablam! 26 | let pool = Pool::new(opts_builder).unwrap(); Oct 14 16:39:56.200 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 14 16:39:56.200 INFO kablam! Oct 14 16:39:56.241 INFO kablam! warning: function is never used: `exec_command` Oct 14 16:39:56.241 INFO kablam! --> src/msg_handler.rs:38:1 Oct 14 16:39:56.243 INFO kablam! | Oct 14 16:39:56.243 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 14 16:39:56.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.243 INFO kablam! | Oct 14 16:39:56.243 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:39:56.243 INFO kablam! Oct 14 16:39:56.243 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 16:39:56.243 INFO kablam! --> src/main.rs:1:12 Oct 14 16:39:56.243 INFO kablam! | Oct 14 16:39:56.243 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 14 16:39:56.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.243 INFO kablam! | Oct 14 16:39:56.243 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 16:39:56.243 INFO kablam! Oct 14 16:39:56.244 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.244 INFO kablam! --> src/sasl.rs:165:5 Oct 14 16:39:56.244 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! 165 | send_msg(server, 0); Oct 14 16:39:56.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:39:56.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.245 INFO kablam! Oct 14 16:39:56.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.245 INFO kablam! --> src/sasl.rs:168:5 Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! 168 | check_msg(msg, server, 0); Oct 14 16:39:56.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.245 INFO kablam! Oct 14 16:39:56.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.245 INFO kablam! --> src/sasl.rs:170:5 Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! 170 | send_msg(server, 1); Oct 14 16:39:56.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.245 INFO kablam! Oct 14 16:39:56.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.245 INFO kablam! --> src/sasl.rs:173:5 Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.245 INFO kablam! 173 | check_msg(msg, server, 1); Oct 14 16:39:56.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.245 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:39:56.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.246 INFO kablam! --> src/sasl.rs:175:5 Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! 175 | send_msg(server, 2); Oct 14 16:39:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:39:56.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.246 INFO kablam! --> src/sasl.rs:178:5 Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! 178 | check_msg(msg, server, 2); Oct 14 16:39:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:39:56.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.246 INFO kablam! --> src/sasl.rs:180:5 Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! 180 | send_msg(server, 3); Oct 14 16:39:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:39:56.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.246 INFO kablam! --> src/sasl.rs:183:5 Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! 183 | check_msg(msg, server, 3); Oct 14 16:39:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:39:56.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.246 INFO kablam! --> src/sasl.rs:197:5 Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! 197 | send_msg(server, 4); Oct 14 16:39:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:39:56.246 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:39:56.246 INFO kablam! --> src/msg_handler.rs:25:5 Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! 25 | / match cmd { Oct 14 16:39:56.246 INFO kablam! 26 | | DAILY1337 => server.send(PRIVMSG( Oct 14 16:39:56.246 INFO kablam! 27 | | msg.response_target().unwrap().into(), Oct 14 16:39:56.246 INFO kablam! 28 | | "u l33t h4xx0r you :)".into(), Oct 14 16:39:56.246 INFO kablam! ... | Oct 14 16:39:56.246 INFO kablam! 34 | | )), Oct 14 16:39:56.246 INFO kablam! 35 | | }; Oct 14 16:39:56.246 INFO kablam! | |______^ Oct 14 16:39:56.246 INFO kablam! | Oct 14 16:39:56.246 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:39:56.246 INFO kablam! Oct 14 16:40:00.597 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 14 16:40:00.615 INFO kablam! su: No module specific data is present Oct 14 16:40:02.076 INFO running `"docker" "rm" "-f" "d2d67b91743ed49b11fd002b7cbde29d526f8c29500ea5f3432269fa2bb39f8c"` Oct 14 16:40:02.383 INFO blam! d2d67b91743ed49b11fd002b7cbde29d526f8c29500ea5f3432269fa2bb39f8c Oct 14 16:40:02.387 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 16:40:02.864 INFO blam! 5f7d6c04f530b49afec8c5121238018664345e6c3090d18a5a0ce459e6162f28 Oct 14 16:40:02.867 INFO running `"docker" "start" "-a" "5f7d6c04f530b49afec8c5121238018664345e6c3090d18a5a0ce459e6162f28"` Oct 14 16:40:03.954 INFO kablam! usermod: no changes Oct 14 16:40:04.136 INFO kablam! Compiling chell v0.1.0 (/source) Oct 14 16:40:05.631 INFO kablam! warning: unused variable: `account` Oct 14 16:40:05.631 INFO kablam! --> src/msg_handler.rs:38:17 Oct 14 16:40:05.631 INFO kablam! | Oct 14 16:40:05.631 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 14 16:40:05.631 INFO kablam! | ^^^^^^^ help: consider using `_account` instead Oct 14 16:40:05.631 INFO kablam! | Oct 14 16:40:05.631 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:40:05.631 INFO kablam! Oct 14 16:40:05.631 INFO kablam! warning: unused variable: `arg` Oct 14 16:40:05.631 INFO kablam! --> src/msg_handler.rs:38:34 Oct 14 16:40:05.631 INFO kablam! | Oct 14 16:40:05.631 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 14 16:40:05.631 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 16:40:05.631 INFO kablam! Oct 14 16:40:05.631 INFO kablam! warning: unused variable: `pool` Oct 14 16:40:05.631 INFO kablam! --> src/main.rs:26:9 Oct 14 16:40:05.631 INFO kablam! | Oct 14 16:40:05.631 INFO kablam! 26 | let pool = Pool::new(opts_builder).unwrap(); Oct 14 16:40:05.631 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 14 16:40:05.631 INFO kablam! Oct 14 16:40:05.667 INFO kablam! warning: function is never used: `exec_command` Oct 14 16:40:05.667 INFO kablam! --> src/msg_handler.rs:38:1 Oct 14 16:40:05.667 INFO kablam! | Oct 14 16:40:05.667 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 14 16:40:05.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.667 INFO kablam! | Oct 14 16:40:05.667 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:40:05.667 INFO kablam! Oct 14 16:40:05.667 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 16:40:05.667 INFO kablam! --> src/main.rs:1:12 Oct 14 16:40:05.667 INFO kablam! | Oct 14 16:40:05.667 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 14 16:40:05.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.667 INFO kablam! | Oct 14 16:40:05.667 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 16:40:05.667 INFO kablam! Oct 14 16:40:05.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.683 INFO kablam! --> src/sasl.rs:165:5 Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! 165 | send_msg(server, 0); Oct 14 16:40:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:40:05.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.683 INFO kablam! Oct 14 16:40:05.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.683 INFO kablam! --> src/sasl.rs:168:5 Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! 168 | check_msg(msg, server, 0); Oct 14 16:40:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.683 INFO kablam! Oct 14 16:40:05.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.683 INFO kablam! --> src/sasl.rs:170:5 Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! 170 | send_msg(server, 1); Oct 14 16:40:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.683 INFO kablam! Oct 14 16:40:05.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.683 INFO kablam! --> src/sasl.rs:173:5 Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! 173 | check_msg(msg, server, 1); Oct 14 16:40:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.683 INFO kablam! Oct 14 16:40:05.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.683 INFO kablam! --> src/sasl.rs:175:5 Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! 175 | send_msg(server, 2); Oct 14 16:40:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.683 INFO kablam! Oct 14 16:40:05.683 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.683 INFO kablam! --> src/sasl.rs:178:5 Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! 178 | check_msg(msg, server, 2); Oct 14 16:40:05.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.683 INFO kablam! | Oct 14 16:40:05.683 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.683 INFO kablam! Oct 14 16:40:05.685 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.685 INFO kablam! --> src/sasl.rs:180:5 Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! 180 | send_msg(server, 3); Oct 14 16:40:05.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.685 INFO kablam! Oct 14 16:40:05.685 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.685 INFO kablam! --> src/sasl.rs:183:5 Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! 183 | check_msg(msg, server, 3); Oct 14 16:40:05.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.685 INFO kablam! Oct 14 16:40:05.685 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.685 INFO kablam! --> src/sasl.rs:197:5 Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! 197 | send_msg(server, 4); Oct 14 16:40:05.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.685 INFO kablam! Oct 14 16:40:05.685 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:40:05.685 INFO kablam! --> src/msg_handler.rs:25:5 Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! 25 | / match cmd { Oct 14 16:40:05.685 INFO kablam! 26 | | DAILY1337 => server.send(PRIVMSG( Oct 14 16:40:05.685 INFO kablam! 27 | | msg.response_target().unwrap().into(), Oct 14 16:40:05.685 INFO kablam! 28 | | "u l33t h4xx0r you :)".into(), Oct 14 16:40:05.685 INFO kablam! ... | Oct 14 16:40:05.685 INFO kablam! 34 | | )), Oct 14 16:40:05.685 INFO kablam! 35 | | }; Oct 14 16:40:05.685 INFO kablam! | |______^ Oct 14 16:40:05.685 INFO kablam! | Oct 14 16:40:05.685 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:40:05.685 INFO kablam! Oct 14 16:40:06.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.41s Oct 14 16:40:06.395 INFO kablam! su: No module specific data is present Oct 14 16:40:07.375 INFO running `"docker" "rm" "-f" "5f7d6c04f530b49afec8c5121238018664345e6c3090d18a5a0ce459e6162f28"` Oct 14 16:40:07.711 INFO blam! 5f7d6c04f530b49afec8c5121238018664345e6c3090d18a5a0ce459e6162f28 Oct 14 16:40:07.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 16:40:08.321 INFO blam! 2fa364804c62e3feb4e32046243a1ffe87a1a964cf4ce1bf53970d3f3bba4173 Oct 14 16:40:08.327 INFO running `"docker" "start" "-a" "2fa364804c62e3feb4e32046243a1ffe87a1a964cf4ce1bf53970d3f3bba4173"` Oct 14 16:40:09.499 INFO kablam! usermod: no changes Oct 14 16:40:09.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 14 16:40:09.707 INFO kablam! Running /target/debug/deps/chell-f1816bee0364ad9f Oct 14 16:40:09.723 INFO kablam! su: No module specific data is present Oct 14 16:40:09.727 INFO blam! Oct 14 16:40:09.727 INFO blam! running 0 tests Oct 14 16:40:09.727 INFO blam! Oct 14 16:40:09.728 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:40:09.728 INFO blam! Oct 14 16:40:10.211 INFO running `"docker" "rm" "-f" "2fa364804c62e3feb4e32046243a1ffe87a1a964cf4ce1bf53970d3f3bba4173"` Oct 14 16:40:10.435 INFO blam! 2fa364804c62e3feb4e32046243a1ffe87a1a964cf4ce1bf53970d3f3bba4173