Oct 21 21:24:23.499 INFO checking Heinmci/HumorLampAPI against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:24:23.499 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:24:23.963 INFO blam! e17962ab3bfbdc4ef1c0aacf464b8c7e168ebaadd5f5377c67054721bcc23274 Oct 21 21:24:23.964 INFO running `"docker" "start" "-a" "e17962ab3bfbdc4ef1c0aacf464b8c7e168ebaadd5f5377c67054721bcc23274"` Oct 21 21:24:25.045 INFO kablam! usermod: no changes Oct 21 21:24:25.564 INFO kablam! Compiling Inflector v0.10.1 Oct 21 21:24:25.579 INFO kablam! Checking chrono v0.4.2 Oct 21 21:24:25.580 INFO kablam! Checking serde_json v0.9.10 Oct 21 21:24:25.589 INFO kablam! Checking serde_urlencoded v0.4.3 Oct 21 21:24:25.596 INFO kablam! Compiling rayon v0.7.1 Oct 21 21:24:25.596 INFO kablam! Checking error-chain v0.10.0 Oct 21 21:24:25.596 INFO kablam! Checking hyper-native-tls v0.2.4 Oct 21 21:24:25.600 INFO kablam! Compiling mime_guess v1.8.4 Oct 21 21:24:30.232 INFO kablam! Compiling tweetust v0.8.0 Oct 21 21:24:33.272 INFO kablam! Checking twitter-stream-message v0.2.0 Oct 21 21:24:33.912 INFO kablam! Checking reqwest v0.5.2 Oct 21 21:24:35.457 INFO kablam! Compiling ring v0.9.7 Oct 21 21:24:40.543 INFO kablam! Checking multipart v0.12.0 Oct 21 21:24:42.601 INFO kablam! Checking oauth-client v0.3.2 Oct 21 21:24:47.392 INFO kablam! Checking oauthcli v1.0.6 Oct 21 21:25:02.998 INFO kablam! Checking twitter-stream v0.5.3 Oct 21 21:25:08.485 INFO kablam! Checking test_project v0.1.0 (/source) Oct 21 21:25:19.660 INFO kablam! warning: function is never used: `get_paris_coord` Oct 21 21:25:19.660 INFO kablam! --> src/twitter.rs:8:1 Oct 21 21:25:19.660 INFO kablam! | Oct 21 21:25:19.660 INFO kablam! 8 | pub fn get_paris_coord() { Oct 21 21:25:19.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.660 INFO kablam! | Oct 21 21:25:19.661 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:25:19.661 INFO kablam! Oct 21 21:25:19.661 INFO kablam! warning: function is never used: `launch_parisian_stream` Oct 21 21:25:19.661 INFO kablam! --> src/stream_handler.rs:81:1 Oct 21 21:25:19.661 INFO kablam! | Oct 21 21:25:19.661 INFO kablam! 81 | pub fn launch_parisian_stream(keyword: &str, shared_data: Arc>) { Oct 21 21:25:19.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.661 INFO kablam! Oct 21 21:25:19.668 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.668 INFO kablam! --> src/main.rs:59:13 Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! 59 | request.respond(Response::from_string(return_string)); Oct 21 21:25:19.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:25:19.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.668 INFO kablam! Oct 21 21:25:19.668 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.668 INFO kablam! --> src/main.rs:76:5 Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! 76 | french_stream.join(); Oct 21 21:25:19.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.668 INFO kablam! Oct 21 21:25:19.668 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.668 INFO kablam! --> src/main.rs:77:5 Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! 77 | english_stream.join(); Oct 21 21:25:19.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.668 INFO kablam! Oct 21 21:25:19.668 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.668 INFO kablam! --> src/main.rs:79:5 Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! 79 | api_thread.join(); Oct 21 21:25:19.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.668 INFO kablam! | Oct 21 21:25:19.668 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.669 INFO kablam! Oct 21 21:25:19.952 INFO kablam! warning: function is never used: `get_paris_coord` Oct 21 21:25:19.952 INFO kablam! --> src/twitter.rs:8:1 Oct 21 21:25:19.952 INFO kablam! | Oct 21 21:25:19.952 INFO kablam! 8 | pub fn get_paris_coord() { Oct 21 21:25:19.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.952 INFO kablam! | Oct 21 21:25:19.952 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:25:19.952 INFO kablam! Oct 21 21:25:19.952 INFO kablam! warning: function is never used: `launch_parisian_stream` Oct 21 21:25:19.952 INFO kablam! --> src/stream_handler.rs:81:1 Oct 21 21:25:19.952 INFO kablam! | Oct 21 21:25:19.952 INFO kablam! 81 | pub fn launch_parisian_stream(keyword: &str, shared_data: Arc>) { Oct 21 21:25:19.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.952 INFO kablam! Oct 21 21:25:19.956 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.956 INFO kablam! --> src/main.rs:59:13 Oct 21 21:25:19.956 INFO kablam! | Oct 21 21:25:19.956 INFO kablam! 59 | request.respond(Response::from_string(return_string)); Oct 21 21:25:19.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.956 INFO kablam! | Oct 21 21:25:19.956 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:25:19.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.956 INFO kablam! Oct 21 21:25:19.958 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.958 INFO kablam! --> src/main.rs:76:5 Oct 21 21:25:19.958 INFO kablam! | Oct 21 21:25:19.958 INFO kablam! 76 | french_stream.join(); Oct 21 21:25:19.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.958 INFO kablam! | Oct 21 21:25:19.958 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.958 INFO kablam! Oct 21 21:25:19.958 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.958 INFO kablam! --> src/main.rs:77:5 Oct 21 21:25:19.958 INFO kablam! | Oct 21 21:25:19.958 INFO kablam! 77 | english_stream.join(); Oct 21 21:25:19.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.958 INFO kablam! | Oct 21 21:25:19.958 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.958 INFO kablam! Oct 21 21:25:19.958 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:25:19.958 INFO kablam! --> src/main.rs:79:5 Oct 21 21:25:19.958 INFO kablam! | Oct 21 21:25:19.958 INFO kablam! 79 | api_thread.join(); Oct 21 21:25:19.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 21:25:19.958 INFO kablam! | Oct 21 21:25:19.958 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:25:19.958 INFO kablam! Oct 21 21:25:20.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.96s Oct 21 21:25:20.053 INFO kablam! su: No module specific data is present Oct 21 21:25:20.772 INFO running `"docker" "rm" "-f" "e17962ab3bfbdc4ef1c0aacf464b8c7e168ebaadd5f5377c67054721bcc23274"` Oct 21 21:25:21.017 INFO blam! e17962ab3bfbdc4ef1c0aacf464b8c7e168ebaadd5f5377c67054721bcc23274