Oct 12 21:08:09.342 INFO checking gilbertw1/adventure-rust-future-tokio-code against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:08:09.344 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 21:08:09.806 INFO blam! 25aaa51b48d08dbf65b6a7e0ecbe32fded593be21707eff5e3fc7a19dca13fc8 Oct 12 21:08:09.808 INFO running `"docker" "start" "-a" "25aaa51b48d08dbf65b6a7e0ecbe32fded593be21707eff5e3fc7a19dca13fc8"` Oct 12 21:08:11.588 INFO kablam! usermod: no changes Oct 12 21:08:11.840 INFO kablam! Checking http v0.1.10 Oct 12 21:08:11.841 INFO kablam! Checking tokio-core v0.1.17 Oct 12 21:08:15.819 INFO kablam! Checking domain v0.2.4 Oct 12 21:08:19.327 INFO kablam! Checking h2 v0.1.12 Oct 12 21:08:26.568 INFO kablam! Checking hyper v0.12.9 Oct 12 21:08:31.700 INFO kablam! Checking adventure-rust-future-and-tokio-code v0.1.0 (/source) Oct 12 21:08:33.937 INFO kablam! warning: unused variable: `result` Oct 12 21:08:33.938 INFO kablam! --> src/main.rs:111:13 Oct 12 21:08:33.938 INFO kablam! | Oct 12 21:08:33.939 INFO kablam! 111 | let result = self.request_sender.unbounded_send(ReverseLookupRequest { ip: ip, sender: resp_tx }); Oct 12 21:08:33.940 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 21:08:33.940 INFO kablam! | Oct 12 21:08:33.941 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:08:33.941 INFO kablam! Oct 12 21:08:33.984 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:08:33.985 INFO kablam! --> src/main.rs:89:9 Oct 12 21:08:33.986 INFO kablam! | Oct 12 21:08:33.987 INFO kablam! 89 | request.sender.send(response); Oct 12 21:08:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:08:33.988 INFO kablam! | Oct 12 21:08:33.989 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:08:33.990 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:08:33.990 INFO kablam! Oct 12 21:08:33.991 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:08:33.991 INFO kablam! --> src/main.rs:125:9 Oct 12 21:08:33.992 INFO kablam! | Oct 12 21:08:33.993 INFO kablam! 125 | tx.send(resolv); Oct 12 21:08:33.993 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:08:33.994 INFO kablam! | Oct 12 21:08:33.995 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:08:33.995 INFO kablam! Oct 12 21:08:34.361 INFO kablam! warning: unused variable: `result` Oct 12 21:08:34.361 INFO kablam! --> src/main.rs:111:13 Oct 12 21:08:34.361 INFO kablam! | Oct 12 21:08:34.362 INFO kablam! 111 | let result = self.request_sender.unbounded_send(ReverseLookupRequest { ip: ip, sender: resp_tx }); Oct 12 21:08:34.362 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 21:08:34.362 INFO kablam! | Oct 12 21:08:34.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:08:34.362 INFO kablam! Oct 12 21:08:34.386 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:08:34.386 INFO kablam! --> src/main.rs:89:9 Oct 12 21:08:34.386 INFO kablam! | Oct 12 21:08:34.386 INFO kablam! 89 | request.sender.send(response); Oct 12 21:08:34.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:08:34.386 INFO kablam! | Oct 12 21:08:34.387 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 21:08:34.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:08:34.387 INFO kablam! Oct 12 21:08:34.387 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 21:08:34.387 INFO kablam! --> src/main.rs:125:9 Oct 12 21:08:34.387 INFO kablam! | Oct 12 21:08:34.387 INFO kablam! 125 | tx.send(resolv); Oct 12 21:08:34.387 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:08:34.387 INFO kablam! | Oct 12 21:08:34.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 21:08:34.387 INFO kablam! Oct 12 21:08:34.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.80s Oct 12 21:08:34.431 INFO kablam! su: No module specific data is present Oct 12 21:08:35.661 INFO running `"docker" "rm" "-f" "25aaa51b48d08dbf65b6a7e0ecbe32fded593be21707eff5e3fc7a19dca13fc8"` Oct 12 21:08:35.947 INFO blam! 25aaa51b48d08dbf65b6a7e0ecbe32fded593be21707eff5e3fc7a19dca13fc8