Sep 17 12:21:19.382 INFO checking lluchs/ocbot against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 12:21:19.382 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 12:21:19.382 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 12:21:19.759 INFO blam! cd1b6f280568c0a21ba601acc9bfaa671ee4239e613fc1778dbb0cabafdad423 Sep 17 12:21:19.762 INFO running `"docker" "start" "-a" "cd1b6f280568c0a21ba601acc9bfaa671ee4239e613fc1778dbb0cabafdad423"` Sep 17 12:21:21.532 INFO kablam! usermod: no changes Sep 17 12:21:21.796 INFO kablam! Compiling openssl v0.9.6 Sep 17 12:21:21.797 INFO kablam! Checking serde v0.9.6 Sep 17 12:21:21.797 INFO kablam! Checking encoding_index_tests v0.1.4 Sep 17 12:21:21.823 INFO kablam! Checking unicode-bidi v0.2.4 Sep 17 12:21:21.831 INFO kablam! Compiling backtrace-sys v0.1.6 Sep 17 12:21:21.846 INFO kablam! Compiling syn v0.11.4 Sep 17 12:21:21.887 INFO kablam! Compiling openssl-sys v0.9.6 Sep 17 12:21:22.639 INFO kablam! Checking encoding-index-japanese v1.20141219.5 Sep 17 12:21:22.640 INFO kablam! Checking encoding-index-simpchinese v1.20141219.5 Sep 17 12:21:25.353 INFO kablam! Checking encoding-index-singlebyte v1.20141219.5 Sep 17 12:21:27.191 INFO kablam! Checking encoding-index-korean v1.20141219.5 Sep 17 12:21:28.901 INFO kablam! Checking encoding-index-tradchinese v1.20141219.5 Sep 17 12:21:29.186 INFO kablam! Checking idna v0.1.0 Sep 17 12:21:36.323 INFO kablam! Checking encoding v0.2.33 Sep 17 12:21:37.154 INFO kablam! Checking url v1.4.0 Sep 17 12:21:44.487 INFO kablam! Checking irc v0.11.6 Sep 17 12:21:47.695 INFO kablam! Checking hyper v0.10.4 Sep 17 12:21:48.286 INFO kablam! Compiling serde_codegen_internals v0.13.0 Sep 17 12:21:50.142 INFO kablam! Checking native-tls v0.1.1 Sep 17 12:21:54.315 INFO kablam! Compiling serde_derive v0.9.6 Sep 17 12:22:03.239 INFO kablam! Checking hyper-native-tls v0.2.2 Sep 17 12:22:03.883 INFO kablam! Checking serde_json v0.9.5 Sep 17 12:22:03.883 INFO kablam! Checking serde_urlencoded v0.4.2 Sep 17 12:22:04.975 INFO kablam! Checking chrono v0.3.0 Sep 17 12:22:09.648 INFO kablam! Checking backtrace v0.3.0 Sep 17 12:22:10.781 INFO kablam! Checking error-chain v0.8.1 Sep 17 12:22:10.934 INFO kablam! Checking reqwest v0.4.0 Sep 17 12:22:11.759 INFO kablam! Checking eventsource v0.2.0 Sep 17 12:22:12.399 INFO kablam! Checking ocbot v0.1.0 (/source) Sep 17 12:22:13.051 INFO kablam! warning: unused import: `super::*` Sep 17 12:22:13.051 INFO kablam! --> src/game_stream.rs:78:9 Sep 17 12:22:13.051 INFO kablam! | Sep 17 12:22:13.051 INFO kablam! 78 | use super::*; Sep 17 12:22:13.051 INFO kablam! | ^^^^^^^^ Sep 17 12:22:13.051 INFO kablam! | Sep 17 12:22:13.051 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 12:22:13.051 INFO kablam! Sep 17 12:22:13.051 INFO kablam! warning: unused import: `serde_json` Sep 17 12:22:13.051 INFO kablam! --> src/game_stream.rs:79:9 Sep 17 12:22:13.051 INFO kablam! | Sep 17 12:22:13.051 INFO kablam! 79 | use serde_json; Sep 17 12:22:13.051 INFO kablam! | ^^^^^^^^^^ Sep 17 12:22:13.051 INFO kablam! Sep 17 12:22:14.387 INFO kablam! warning: unreachable statement Sep 17 12:22:14.388 INFO kablam! --> src/main.rs:21:5 Sep 17 12:22:14.388 INFO kablam! | Sep 17 12:22:14.388 INFO kablam! 21 | / let config = Config { Sep 17 12:22:14.388 INFO kablam! 22 | | nickname: Some(format!("ocgames")), Sep 17 12:22:14.388 INFO kablam! 23 | | server: Some(format!("irc.euirc.net")), Sep 17 12:22:14.388 INFO kablam! 24 | | channels: Some(vec![format!("#clonkspot")]), Sep 17 12:22:14.388 INFO kablam! 25 | | port: Some(6667), Sep 17 12:22:14.388 INFO kablam! 26 | | .. Default::default() Sep 17 12:22:14.388 INFO kablam! 27 | | }; Sep 17 12:22:14.388 INFO kablam! | |______^ Sep 17 12:22:14.403 INFO kablam! | Sep 17 12:22:14.403 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 17 12:22:14.404 INFO kablam! Sep 17 12:22:14.468 INFO kablam! warning: unreachable statement Sep 17 12:22:14.469 INFO kablam! --> src/main.rs:21:5 Sep 17 12:22:14.469 INFO kablam! | Sep 17 12:22:14.470 INFO kablam! 21 | / let config = Config { Sep 17 12:22:14.470 INFO kablam! 22 | | nickname: Some(format!("ocgames")), Sep 17 12:22:14.470 INFO kablam! 23 | | server: Some(format!("irc.euirc.net")), Sep 17 12:22:14.471 INFO kablam! 24 | | channels: Some(vec![format!("#clonkspot")]), Sep 17 12:22:14.471 INFO kablam! 25 | | port: Some(6667), Sep 17 12:22:14.471 INFO kablam! 26 | | .. Default::default() Sep 17 12:22:14.472 INFO kablam! 27 | | }; Sep 17 12:22:14.472 INFO kablam! | |______^ Sep 17 12:22:14.472 INFO kablam! | Sep 17 12:22:14.473 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 17 12:22:14.473 INFO kablam! Sep 17 12:22:14.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.12s Sep 17 12:22:14.703 INFO kablam! su: No module specific data is present Sep 17 12:22:16.142 INFO running `"docker" "rm" "-f" "cd1b6f280568c0a21ba601acc9bfaa671ee4239e613fc1778dbb0cabafdad423"` Sep 17 12:22:16.403 INFO blam! cd1b6f280568c0a21ba601acc9bfaa671ee4239e613fc1778dbb0cabafdad423