Oct 12 18:19:25.818 INFO checking lluchs/ocbot against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:19:25.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 18:19:26.496 INFO blam! a5faef30884362f8a851fc04965b2f08ccf367c9ce71beb747ebb5db05580ef8 Oct 12 18:19:26.499 INFO running `"docker" "start" "-a" "a5faef30884362f8a851fc04965b2f08ccf367c9ce71beb747ebb5db05580ef8"` Oct 12 18:19:28.883 INFO kablam! usermod: no changes Oct 12 18:19:29.146 INFO kablam! Checking serde v0.9.6 Oct 12 18:19:29.169 INFO kablam! Compiling metadeps v1.1.1 Oct 12 18:19:29.169 INFO kablam! Compiling backtrace-sys v0.1.6 Oct 12 18:19:29.169 INFO kablam! Checking idna v0.1.0 Oct 12 18:19:29.170 INFO kablam! Checking irc v0.11.6 Oct 12 18:19:29.170 INFO kablam! Compiling serde_derive v0.9.6 Oct 12 18:19:34.149 INFO kablam! Compiling openssl-sys v0.9.6 Oct 12 18:19:38.701 INFO kablam! Checking url v1.4.0 Oct 12 18:19:40.784 INFO kablam! Compiling openssl v0.9.6 Oct 12 18:19:42.855 INFO kablam! Checking hyper v0.10.4 Oct 12 18:19:52.184 INFO kablam! Checking native-tls v0.1.1 Oct 12 18:19:53.141 INFO kablam! Checking serde_json v0.9.5 Oct 12 18:19:53.141 INFO kablam! Checking serde_urlencoded v0.4.2 Oct 12 18:19:53.141 INFO kablam! Checking chrono v0.3.0 Oct 12 18:19:54.256 INFO kablam! Checking hyper-native-tls v0.2.2 Oct 12 18:19:57.846 INFO kablam! Checking reqwest v0.4.0 Oct 12 18:20:02.385 INFO kablam! Checking backtrace v0.3.0 Oct 12 18:20:03.040 INFO kablam! Checking error-chain v0.8.1 Oct 12 18:20:03.997 INFO kablam! Checking eventsource v0.2.0 Oct 12 18:20:05.581 INFO kablam! Checking ocbot v0.1.0 (/source) Oct 12 18:20:07.597 INFO kablam! warning: unused import: `super::*` Oct 12 18:20:07.597 INFO kablam! --> src/game_stream.rs:78:9 Oct 12 18:20:07.597 INFO kablam! | Oct 12 18:20:07.597 INFO kablam! 78 | use super::*; Oct 12 18:20:07.597 INFO kablam! | ^^^^^^^^ Oct 12 18:20:07.597 INFO kablam! | Oct 12 18:20:07.597 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:20:07.597 INFO kablam! Oct 12 18:20:07.597 INFO kablam! warning: unused import: `serde_json` Oct 12 18:20:07.597 INFO kablam! --> src/game_stream.rs:79:9 Oct 12 18:20:07.597 INFO kablam! | Oct 12 18:20:07.597 INFO kablam! 79 | use serde_json; Oct 12 18:20:07.597 INFO kablam! | ^^^^^^^^^^ Oct 12 18:20:07.597 INFO kablam! Oct 12 18:20:11.813 INFO kablam! warning: unreachable statement Oct 12 18:20:11.814 INFO kablam! --> src/main.rs:21:5 Oct 12 18:20:11.814 INFO kablam! | Oct 12 18:20:11.814 INFO kablam! 21 | / let config = Config { Oct 12 18:20:11.815 INFO kablam! 22 | | nickname: Some(format!("ocgames")), Oct 12 18:20:11.815 INFO kablam! 23 | | server: Some(format!("irc.euirc.net")), Oct 12 18:20:11.815 INFO kablam! 24 | | channels: Some(vec![format!("#clonkspot")]), Oct 12 18:20:11.815 INFO kablam! 25 | | port: Some(6667), Oct 12 18:20:11.816 INFO kablam! 26 | | .. Default::default() Oct 12 18:20:11.816 INFO kablam! 27 | | }; Oct 12 18:20:11.816 INFO kablam! | |______^ Oct 12 18:20:11.817 INFO kablam! | Oct 12 18:20:11.817 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 18:20:11.817 INFO kablam! Oct 12 18:20:11.976 INFO kablam! warning: unreachable statement Oct 12 18:20:11.977 INFO kablam! --> src/main.rs:21:5 Oct 12 18:20:11.977 INFO kablam! | Oct 12 18:20:11.977 INFO kablam! 21 | / let config = Config { Oct 12 18:20:11.977 INFO kablam! 22 | | nickname: Some(format!("ocgames")), Oct 12 18:20:11.978 INFO kablam! 23 | | server: Some(format!("irc.euirc.net")), Oct 12 18:20:11.978 INFO kablam! 24 | | channels: Some(vec![format!("#clonkspot")]), Oct 12 18:20:11.978 INFO kablam! 25 | | port: Some(6667), Oct 12 18:20:11.978 INFO kablam! 26 | | .. Default::default() Oct 12 18:20:11.979 INFO kablam! 27 | | }; Oct 12 18:20:11.979 INFO kablam! | |______^ Oct 12 18:20:11.979 INFO kablam! | Oct 12 18:20:11.980 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 12 18:20:11.980 INFO kablam! Oct 12 18:20:12.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.16s Oct 12 18:20:12.116 INFO kablam! su: No module specific data is present Oct 12 18:20:13.329 INFO running `"docker" "rm" "-f" "a5faef30884362f8a851fc04965b2f08ccf367c9ce71beb747ebb5db05580ef8"` Oct 12 18:20:13.648 INFO blam! a5faef30884362f8a851fc04965b2f08ccf367c9ce71beb747ebb5db05580ef8