Nov 27 10:57:08.168 INFO documenting ttalvitie/punchtunnel against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 27 10:57:08.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-0/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/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 +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 27 10:57:08.695 INFO [stdout] 61a461ee357c661df079b8957cc6878c706ce86aa49265c5c816f152619f88d0 Nov 27 10:57:08.701 INFO running `"docker" "start" "-a" "61a461ee357c661df079b8957cc6878c706ce86aa49265c5c816f152619f88d0"` Nov 27 10:57:10.523 INFO [stderr] usermod: no changes Nov 27 10:57:10.739 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 27 10:57:10.739 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 27 10:57:10.739 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 27 10:57:10.739 INFO [stderr] files will be included as a binary target: Nov 27 10:57:10.739 INFO [stderr] Nov 27 10:57:10.739 INFO [stderr] * /source/src/bin/server.rs Nov 27 10:57:10.739 INFO [stderr] Nov 27 10:57:10.739 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 27 10:57:10.739 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 27 10:57:10.739 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 27 10:57:10.739 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 27 10:57:10.739 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 27 10:57:10.739 INFO [stderr] Nov 27 10:57:10.739 INFO [stderr] For more information on this warning you can consult Nov 27 10:57:10.739 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 27 10:57:10.922 INFO [stderr] Compiling cc v1.0.1 Nov 27 10:57:10.922 INFO [stderr] Compiling openssl v0.9.20 Nov 27 10:57:10.963 INFO [stderr] Checking serde v1.0.15 Nov 27 10:57:10.968 INFO [stderr] Checking iovec v0.1.1 Nov 27 10:57:10.970 INFO [stderr] Checking net2 v0.2.31 Nov 27 10:57:10.973 INFO [stderr] Checking tokio-service v0.1.0 Nov 27 10:57:10.974 INFO [stderr] Checking relay v0.1.0 Nov 27 10:57:10.974 INFO [stderr] Checking nodrop v0.1.10 Nov 27 10:57:11.776 INFO [stderr] Compiling libudt4-sys v0.2.0 Nov 27 10:57:11.889 INFO [stderr] Checking futures-cpupool v0.1.7 Nov 27 10:57:12.699 INFO [stderr] Checking generic-array v0.8.3 Nov 27 10:57:12.844 INFO [stderr] Checking bytes v0.4.5 Nov 27 10:57:14.503 INFO [stderr] Compiling serde_derive v1.0.15 Nov 27 10:57:15.041 INFO [stderr] Checking mime v0.3.5 Nov 27 10:57:15.807 INFO [stderr] Checking mio v0.6.10 Nov 27 10:57:16.612 INFO [stderr] Checking digest v0.6.2 Nov 27 10:57:16.875 INFO [stderr] Checking block-buffer v0.2.0 Nov 27 10:57:18.633 INFO [stderr] Checking sha2 v0.6.0 Nov 27 10:57:19.752 INFO [stderr] Checking tokio-io v0.1.3 Nov 27 10:57:26.147 INFO [stderr] Compiling openssl-sys v0.9.20 Nov 27 10:57:26.895 INFO [stderr] Checking tokio-core v0.1.10 Nov 27 10:57:33.166 INFO [stderr] Checking tokio-proto v0.1.1 Nov 27 10:57:46.183 INFO [stderr] Checking hyper v0.11.6 Nov 27 10:57:51.219 INFO [stderr] Checking native-tls v0.1.4 Nov 27 10:57:52.595 INFO [stderr] Checking tokio-tls v0.1.3 Nov 27 10:57:57.710 INFO [stderr] Checking serde_json v1.0.4 Nov 27 10:58:00.455 INFO [stderr] Checking hyper-tls v0.1.2 Nov 27 10:58:03.932 INFO [stderr] Checking udt v0.2.0 Nov 27 10:58:04.517 INFO [stderr] Checking punchtunnel v0.1.0 (/source) Nov 27 10:58:04.519 INFO [stderr] Documenting punchtunnel v0.1.0 (/source) Nov 27 10:58:07.643 INFO [stderr] warning: unused variable: `secret` Nov 27 10:58:07.644 INFO [stderr] --> src/connector.rs:30:54 Nov 27 10:58:07.645 INFO [stderr] | Nov 27 10:58:07.645 INFO [stderr] 30 | Ok(server) => for (ip, port, local_port, secret) in server { Nov 27 10:58:07.646 INFO [stderr] | ^^^^^^ help: consider using `_secret` instead Nov 27 10:58:07.647 INFO [stderr] | Nov 27 10:58:07.647 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 10:58:07.647 INFO [stderr] Nov 27 10:58:07.648 INFO [stderr] warning: unused variable: `secret` Nov 27 10:58:07.649 INFO [stderr] --> src/listener.rs:30:55 Nov 27 10:58:07.649 INFO [stderr] | Nov 27 10:58:07.650 INFO [stderr] 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Nov 27 10:58:07.651 INFO [stderr] | ^^^^^^ help: consider using `_secret` instead Nov 27 10:58:07.651 INFO [stderr] Nov 27 10:58:21.996 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Nov 27 10:58:22.028 INFO [stderr] su: No module specific data is present Nov 27 10:58:23.756 INFO running `"docker" "inspect" "61a461ee357c661df079b8957cc6878c706ce86aa49265c5c816f152619f88d0"` Nov 27 10:58:24.171 INFO running `"docker" "rm" "-f" "61a461ee357c661df079b8957cc6878c706ce86aa49265c5c816f152619f88d0"` Nov 27 10:58:24.555 INFO [stdout] 61a461ee357c661df079b8957cc6878c706ce86aa49265c5c816f152619f88d0