Oct 13 04:25:21.897 INFO checking Heinmci/HumorLampAPI against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:25:21.897 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 04:25:22.268 INFO blam! ccf5f8c05efed7d22062cb0614822c6b7f36fd346b8d0c5c4f8136e34acfce41 Oct 13 04:25:22.272 INFO running `"docker" "start" "-a" "ccf5f8c05efed7d22062cb0614822c6b7f36fd346b8d0c5c4f8136e34acfce41"` Oct 13 04:25:24.849 INFO kablam! usermod: no changes Oct 13 04:25:25.297 INFO kablam! Compiling matches v0.1.6 Oct 13 04:25:25.301 INFO kablam! Compiling Inflector v0.10.1 Oct 13 04:25:25.301 INFO kablam! Compiling nom v1.2.4 Oct 13 04:25:25.304 INFO kablam! Compiling openssl-sys v0.9.28 Oct 13 04:25:25.305 INFO kablam! Compiling crc v1.7.0 Oct 13 04:25:25.316 INFO kablam! Checking serde_json v1.0.15 Oct 13 04:25:25.316 INFO kablam! Checking chrono v0.4.2 Oct 13 04:25:25.316 INFO kablam! Checking serde_json v0.9.10 Oct 13 04:25:28.384 INFO kablam! Checking serde_urlencoded v0.4.3 Oct 13 04:25:32.215 INFO kablam! Checking error-chain v0.10.0 Oct 13 04:25:34.695 INFO kablam! Compiling ring v0.9.7 Oct 13 04:25:35.581 INFO kablam! Compiling mime_guess v1.8.4 Oct 13 04:25:36.598 INFO kablam! Compiling tweetust v0.8.0 Oct 13 04:25:38.531 INFO kablam! Checking libflate v0.1.14 Oct 13 04:25:38.988 INFO kablam! Compiling openssl v0.9.24 Oct 13 04:25:40.516 INFO kablam! Checking twitter-stream-message v0.2.0 Oct 13 04:25:54.126 INFO kablam! Checking multipart v0.12.0 Oct 13 04:25:57.812 INFO kablam! Checking native-tls v0.1.5 Oct 13 04:25:59.922 INFO kablam! Checking oauthcli v1.0.6 Oct 13 04:26:00.768 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 13 04:26:00.768 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 04:26:04.853 INFO kablam! Checking reqwest v0.5.2 Oct 13 04:26:06.056 INFO kablam! Checking hyper-tls v0.1.3 Oct 13 04:26:10.986 INFO kablam! Checking oauth-client v0.3.2 Oct 13 04:26:26.010 INFO kablam! Checking twitter-stream v0.5.3 Oct 13 04:26:30.792 INFO kablam! Checking test_project v0.1.0 (/source) Oct 13 04:26:41.986 INFO kablam! warning: function is never used: `get_paris_coord` Oct 13 04:26:41.986 INFO kablam! --> src/twitter.rs:8:1 Oct 13 04:26:41.986 INFO kablam! | Oct 13 04:26:41.986 INFO kablam! 8 | pub fn get_paris_coord() { Oct 13 04:26:41.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:41.986 INFO kablam! | Oct 13 04:26:41.986 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:26:41.986 INFO kablam! Oct 13 04:26:41.986 INFO kablam! warning: function is never used: `launch_parisian_stream` Oct 13 04:26:41.988 INFO kablam! --> src/stream_handler.rs:81:1 Oct 13 04:26:41.988 INFO kablam! | Oct 13 04:26:41.988 INFO kablam! 81 | pub fn launch_parisian_stream(keyword: &str, shared_data: Arc>) { Oct 13 04:26:41.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:41.988 INFO kablam! Oct 13 04:26:42.003 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.004 INFO kablam! --> src/main.rs:59:13 Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.004 INFO kablam! 59 | request.respond(Response::from_string(return_string)); Oct 13 04:26:42.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.004 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:26:42.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.004 INFO kablam! Oct 13 04:26:42.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.004 INFO kablam! --> src/main.rs:76:5 Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.004 INFO kablam! 76 | french_stream.join(); Oct 13 04:26:42.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.004 INFO kablam! Oct 13 04:26:42.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.004 INFO kablam! --> src/main.rs:77:5 Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.004 INFO kablam! 77 | english_stream.join(); Oct 13 04:26:42.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.004 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.004 INFO kablam! Oct 13 04:26:42.004 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.004 INFO kablam! --> src/main.rs:79:5 Oct 13 04:26:42.004 INFO kablam! | Oct 13 04:26:42.008 INFO kablam! 79 | api_thread.join(); Oct 13 04:26:42.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.008 INFO kablam! | Oct 13 04:26:42.008 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.008 INFO kablam! Oct 13 04:26:42.150 INFO kablam! warning: function is never used: `get_paris_coord` Oct 13 04:26:42.150 INFO kablam! --> src/twitter.rs:8:1 Oct 13 04:26:42.151 INFO kablam! | Oct 13 04:26:42.151 INFO kablam! 8 | pub fn get_paris_coord() { Oct 13 04:26:42.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.152 INFO kablam! | Oct 13 04:26:42.153 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:26:42.153 INFO kablam! Oct 13 04:26:42.153 INFO kablam! warning: function is never used: `launch_parisian_stream` Oct 13 04:26:42.154 INFO kablam! --> src/stream_handler.rs:81:1 Oct 13 04:26:42.154 INFO kablam! | Oct 13 04:26:42.155 INFO kablam! 81 | pub fn launch_parisian_stream(keyword: &str, shared_data: Arc>) { Oct 13 04:26:42.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.156 INFO kablam! Oct 13 04:26:42.165 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.165 INFO kablam! --> src/main.rs:59:13 Oct 13 04:26:42.165 INFO kablam! | Oct 13 04:26:42.165 INFO kablam! 59 | request.respond(Response::from_string(return_string)); Oct 13 04:26:42.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.176 INFO kablam! | Oct 13 04:26:42.177 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:26:42.177 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.177 INFO kablam! Oct 13 04:26:42.177 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.177 INFO kablam! --> src/main.rs:76:5 Oct 13 04:26:42.177 INFO kablam! | Oct 13 04:26:42.177 INFO kablam! 76 | french_stream.join(); Oct 13 04:26:42.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.177 INFO kablam! | Oct 13 04:26:42.177 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.178 INFO kablam! Oct 13 04:26:42.178 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.178 INFO kablam! --> src/main.rs:77:5 Oct 13 04:26:42.178 INFO kablam! | Oct 13 04:26:42.178 INFO kablam! 77 | english_stream.join(); Oct 13 04:26:42.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.178 INFO kablam! | Oct 13 04:26:42.178 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.178 INFO kablam! Oct 13 04:26:42.178 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:26:42.178 INFO kablam! --> src/main.rs:79:5 Oct 13 04:26:42.178 INFO kablam! | Oct 13 04:26:42.178 INFO kablam! 79 | api_thread.join(); Oct 13 04:26:42.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 04:26:42.178 INFO kablam! | Oct 13 04:26:42.178 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:26:42.178 INFO kablam! Oct 13 04:26:42.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 13 04:26:42.261 INFO kablam! su: No module specific data is present Oct 13 04:26:43.629 INFO running `"docker" "rm" "-f" "ccf5f8c05efed7d22062cb0614822c6b7f36fd346b8d0c5c4f8136e34acfce41"` Oct 13 04:26:44.004 INFO blam! ccf5f8c05efed7d22062cb0614822c6b7f36fd346b8d0c5c4f8136e34acfce41