Oct 31 19:09:23.850 INFO checking ttalvitie/punchtunnel against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 19:09:23.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 19:09:24.280 INFO blam! aa17df3291ff7c1a568561f86569af5d4e1f908bab71750bf5d12d887f8d6679 Oct 31 19:09:24.282 INFO running `"docker" "start" "-a" "aa17df3291ff7c1a568561f86569af5d4e1f908bab71750bf5d12d887f8d6679"` Oct 31 19:09:26.384 INFO kablam! usermod: no changes Oct 31 19:09:26.448 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 31 19:09:26.448 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 31 19:09:26.448 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 31 19:09:26.448 INFO kablam! files will be included as a binary target: Oct 31 19:09:26.448 INFO kablam! Oct 31 19:09:26.448 INFO kablam! * /source/src/bin/server.rs Oct 31 19:09:26.448 INFO kablam! Oct 31 19:09:26.448 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 31 19:09:26.448 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 31 19:09:26.448 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 31 19:09:26.448 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 31 19:09:26.448 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 31 19:09:26.448 INFO kablam! Oct 31 19:09:26.448 INFO kablam! For more information on this warning you can consult Oct 31 19:09:26.448 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 31 19:09:26.745 INFO kablam! Compiling cc v1.0.1 Oct 31 19:09:26.746 INFO kablam! Compiling openssl v0.9.20 Oct 31 19:09:26.772 INFO kablam! Checking getopts v0.2.15 Oct 31 19:09:26.773 INFO kablam! Checking iovec v0.1.1 Oct 31 19:09:26.780 INFO kablam! Checking net2 v0.2.31 Oct 31 19:09:26.792 INFO kablam! Checking tokio-service v0.1.0 Oct 31 19:09:26.793 INFO kablam! Checking relay v0.1.0 Oct 31 19:09:26.793 INFO kablam! Checking nodrop v0.1.10 Oct 31 19:09:27.452 INFO kablam! Compiling libudt4-sys v0.2.0 Oct 31 19:09:28.153 INFO kablam! Checking serde_json v1.0.4 Oct 31 19:09:28.509 INFO kablam! Checking futures-cpupool v0.1.7 Oct 31 19:09:28.529 INFO kablam! Checking bytes v0.4.5 Oct 31 19:09:30.577 INFO kablam! Checking generic-array v0.8.3 Oct 31 19:09:30.876 INFO kablam! Checking mio v0.6.10 Oct 31 19:09:33.170 INFO kablam! Checking block-buffer v0.2.0 Oct 31 19:09:33.170 INFO kablam! Checking digest v0.6.2 Oct 31 19:09:35.264 INFO kablam! Checking tokio-io v0.1.3 Oct 31 19:09:37.612 INFO kablam! Checking sha2 v0.6.0 Oct 31 19:09:37.825 INFO kablam! Compiling openssl-sys v0.9.20 Oct 31 19:09:40.741 INFO kablam! Checking tokio-core v0.1.10 Oct 31 19:09:45.225 INFO kablam! Checking tokio-proto v0.1.1 Oct 31 19:09:51.348 INFO kablam! Checking hyper v0.11.6 Oct 31 19:09:52.612 INFO kablam! Checking native-tls v0.1.4 Oct 31 19:09:53.668 INFO kablam! Checking tokio-tls v0.1.3 Oct 31 19:10:01.613 INFO kablam! Checking hyper-tls v0.1.2 Oct 31 19:10:02.074 INFO kablam! Checking udt v0.2.0 Oct 31 19:10:02.968 INFO kablam! Checking punchtunnel v0.1.0 (/source) Oct 31 19:10:06.257 INFO kablam! warning: unused variable: `secret` Oct 31 19:10:06.257 INFO kablam! --> src/connector.rs:30:54 Oct 31 19:10:06.257 INFO kablam! | Oct 31 19:10:06.258 INFO kablam! 30 | Ok(server) => for (ip, port, local_port, secret) in server { Oct 31 19:10:06.258 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 31 19:10:06.258 INFO kablam! | Oct 31 19:10:06.258 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:10:06.259 INFO kablam! Oct 31 19:10:06.259 INFO kablam! warning: unused variable: `secret` Oct 31 19:10:06.259 INFO kablam! --> src/listener.rs:30:55 Oct 31 19:10:06.259 INFO kablam! | Oct 31 19:10:06.260 INFO kablam! 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Oct 31 19:10:06.260 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 31 19:10:06.260 INFO kablam! Oct 31 19:10:07.081 INFO kablam! warning: unused variable: `secret` Oct 31 19:10:07.081 INFO kablam! --> src/connector.rs:30:54 Oct 31 19:10:07.082 INFO kablam! | Oct 31 19:10:07.082 INFO kablam! 30 | Ok(server) => for (ip, port, local_port, secret) in server { Oct 31 19:10:07.084 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 31 19:10:07.084 INFO kablam! | Oct 31 19:10:07.084 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:10:07.085 INFO kablam! Oct 31 19:10:07.085 INFO kablam! warning: unused variable: `secret` Oct 31 19:10:07.085 INFO kablam! --> src/listener.rs:30:55 Oct 31 19:10:07.085 INFO kablam! | Oct 31 19:10:07.086 INFO kablam! 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Oct 31 19:10:07.086 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 31 19:10:07.086 INFO kablam! Oct 31 19:10:14.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.79s Oct 31 19:10:14.241 INFO kablam! su: No module specific data is present Oct 31 19:10:15.689 INFO running `"docker" "rm" "-f" "aa17df3291ff7c1a568561f86569af5d4e1f908bab71750bf5d12d887f8d6679"` Oct 31 19:10:16.061 INFO blam! aa17df3291ff7c1a568561f86569af5d4e1f908bab71750bf5d12d887f8d6679