Nov 16 10:04:19.813 INFO testing ttalvitie/punchtunnel against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 10:04:19.813 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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"` Nov 16 10:04:20.239 INFO [stdout] 9a28dfa4bed549087868196df17106c50487929d0292eada0e039b77aa12b70f Nov 16 10:04:20.242 INFO running `"docker" "start" "-a" "9a28dfa4bed549087868196df17106c50487929d0292eada0e039b77aa12b70f"` Nov 16 10:04:21.735 INFO [stderr] usermod: no changes Nov 16 10:04:21.807 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 10:04:21.815 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 10:04:21.815 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 10:04:21.815 INFO [stderr] files will be included as a binary target: Nov 16 10:04:21.815 INFO [stderr] Nov 16 10:04:21.816 INFO [stderr] * /source/src/bin/server.rs Nov 16 10:04:21.816 INFO [stderr] Nov 16 10:04:21.816 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 10:04:21.816 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 10:04:21.816 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 10:04:21.817 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 10:04:21.817 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 10:04:21.817 INFO [stderr] Nov 16 10:04:21.817 INFO [stderr] For more information on this warning you can consult Nov 16 10:04:21.817 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 10:04:22.035 INFO [stderr] Compiling cc v1.0.1 Nov 16 10:04:22.035 INFO [stderr] Compiling openssl v0.9.20 Nov 16 10:04:22.043 INFO [stderr] Compiling futures v0.1.16 Nov 16 10:04:22.043 INFO [stderr] Compiling odds v0.2.25 Nov 16 10:04:22.071 INFO [stderr] Compiling serde v1.0.15 Nov 16 10:04:22.071 INFO [stderr] Compiling iovec v0.1.1 Nov 16 10:04:22.072 INFO [stderr] Compiling num_cpus v1.7.0 Nov 16 10:04:22.072 INFO [stderr] Compiling time v0.1.38 Nov 16 10:04:24.135 INFO [stderr] Compiling net2 v0.2.31 Nov 16 10:04:27.035 INFO [stderr] Compiling libudt4-sys v0.2.0 Nov 16 10:04:27.081 INFO [stderr] Compiling bytes v0.4.5 Nov 16 10:04:27.163 INFO [stderr] Compiling nodrop v0.1.10 Nov 16 10:04:33.784 INFO [stderr] Compiling serde_derive_internals v0.16.0 Nov 16 10:04:33.852 INFO [stderr] Compiling generic-array v0.8.3 Nov 16 10:04:34.116 INFO [stderr] Compiling mio v0.6.10 Nov 16 10:04:35.098 INFO [stderr] Compiling openssl-sys v0.9.20 Nov 16 10:04:37.349 INFO [stderr] Compiling block-buffer v0.2.0 Nov 16 10:04:37.355 INFO [stderr] Compiling digest v0.6.2 Nov 16 10:04:41.059 INFO [stderr] Compiling sha2 v0.6.0 Nov 16 10:04:50.136 INFO [stderr] Compiling serde_derive v1.0.15 Nov 16 10:04:51.412 INFO [stderr] Compiling tokio-io v0.1.3 Nov 16 10:04:51.412 INFO [stderr] Compiling tokio-service v0.1.0 Nov 16 10:04:51.412 INFO [stderr] Compiling futures-cpupool v0.1.7 Nov 16 10:04:51.412 INFO [stderr] Compiling relay v0.1.0 Nov 16 10:04:57.508 INFO [stderr] Compiling tokio-core v0.1.10 Nov 16 10:05:07.553 INFO [stderr] Compiling tokio-proto v0.1.1 Nov 16 10:05:20.285 INFO [stderr] Compiling hyper v0.11.6 Nov 16 10:05:22.283 INFO [stderr] Compiling native-tls v0.1.4 Nov 16 10:05:23.827 INFO [stderr] Compiling tokio-tls v0.1.3 Nov 16 10:05:23.987 INFO [stderr] Compiling serde_json v1.0.4 Nov 16 10:05:29.251 INFO [stderr] Compiling udt v0.2.0 Nov 16 10:05:38.303 INFO [stderr] Compiling hyper-tls v0.1.2 Nov 16 10:05:39.199 INFO [stderr] Compiling punchtunnel v0.1.0 (/source) Nov 16 10:05:40.943 INFO [stderr] warning: unused variable: `secret` Nov 16 10:05:40.943 INFO [stderr] --> src/connector.rs:30:54 Nov 16 10:05:40.943 INFO [stderr] | Nov 16 10:05:40.943 INFO [stderr] 30 | Ok(server) => for (ip, port, local_port, secret) in server { Nov 16 10:05:40.943 INFO [stderr] | ^^^^^^ help: consider using `_secret` instead Nov 16 10:05:40.943 INFO [stderr] | Nov 16 10:05:40.943 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 10:05:40.943 INFO [stderr] Nov 16 10:05:40.943 INFO [stderr] warning: unused variable: `secret` Nov 16 10:05:40.943 INFO [stderr] --> src/listener.rs:30:55 Nov 16 10:05:40.943 INFO [stderr] | Nov 16 10:05:40.943 INFO [stderr] 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Nov 16 10:05:40.943 INFO [stderr] | ^^^^^^ help: consider using `_secret` instead Nov 16 10:05:40.943 INFO [stderr] Nov 16 10:06:09.853 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Nov 16 10:06:09.871 INFO [stderr] su: No module specific data is present Nov 16 10:06:11.150 INFO running `"docker" "inspect" "9a28dfa4bed549087868196df17106c50487929d0292eada0e039b77aa12b70f"` Nov 16 10:06:11.453 INFO running `"docker" "rm" "-f" "9a28dfa4bed549087868196df17106c50487929d0292eada0e039b77aa12b70f"` Nov 16 10:06:11.791 INFO [stdout] 9a28dfa4bed549087868196df17106c50487929d0292eada0e039b77aa12b70f Nov 16 10:06:11.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-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"` Nov 16 10:06:12.207 INFO [stdout] 6083e3368f8ef22f6d84dcf77280e1c9df48c0140c008f22c301cf777a4ccc3f Nov 16 10:06:12.209 INFO running `"docker" "start" "-a" "6083e3368f8ef22f6d84dcf77280e1c9df48c0140c008f22c301cf777a4ccc3f"` Nov 16 10:06:13.661 INFO [stderr] usermod: no changes Nov 16 10:06:13.712 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 10:06:13.712 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 10:06:13.712 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 10:06:13.712 INFO [stderr] files will be included as a binary target: Nov 16 10:06:13.712 INFO [stderr] Nov 16 10:06:13.712 INFO [stderr] * /source/src/bin/server.rs Nov 16 10:06:13.712 INFO [stderr] Nov 16 10:06:13.712 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 10:06:13.712 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 10:06:13.712 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 10:06:13.712 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 10:06:13.712 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 10:06:13.712 INFO [stderr] Nov 16 10:06:13.712 INFO [stderr] For more information on this warning you can consult Nov 16 10:06:13.712 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 10:06:13.863 INFO [stderr] Compiling punchtunnel v0.1.0 (/source) Nov 16 10:06:19.035 INFO [stderr] warning: unused variable: `secret` Nov 16 10:06:19.035 INFO [stderr] --> src/connector.rs:30:54 Nov 16 10:06:19.035 INFO [stderr] | Nov 16 10:06:19.035 INFO [stderr] 30 | Ok(server) => for (ip, port, local_port, secret) in server { Nov 16 10:06:19.035 INFO [stderr] | ^^^^^^ help: consider using `_secret` instead Nov 16 10:06:19.035 INFO [stderr] | Nov 16 10:06:19.035 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 16 10:06:19.035 INFO [stderr] Nov 16 10:06:19.035 INFO [stderr] warning: unused variable: `secret` Nov 16 10:06:19.035 INFO [stderr] --> src/listener.rs:30:55 Nov 16 10:06:19.035 INFO [stderr] | Nov 16 10:06:19.035 INFO [stderr] 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Nov 16 10:06:19.035 INFO [stderr] | ^^^^^^ help: consider using `_secret` instead Nov 16 10:06:19.035 INFO [stderr] Nov 16 10:06:20.371 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.67s Nov 16 10:06:20.382 INFO [stderr] su: No module specific data is present Nov 16 10:06:21.055 INFO running `"docker" "inspect" "6083e3368f8ef22f6d84dcf77280e1c9df48c0140c008f22c301cf777a4ccc3f"` Nov 16 10:06:21.475 INFO running `"docker" "rm" "-f" "6083e3368f8ef22f6d84dcf77280e1c9df48c0140c008f22c301cf777a4ccc3f"` Nov 16 10:06:21.748 INFO [stdout] 6083e3368f8ef22f6d84dcf77280e1c9df48c0140c008f22c301cf777a4ccc3f Nov 16 10:06:21.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-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"` Nov 16 10:06:22.425 INFO [stdout] e3844538f921d04928203a1c4f205f638d67690d6670e094b5524ec41e832022 Nov 16 10:06:22.429 INFO running `"docker" "start" "-a" "e3844538f921d04928203a1c4f205f638d67690d6670e094b5524ec41e832022"` Nov 16 10:06:23.618 INFO [stderr] usermod: no changes Nov 16 10:06:23.679 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 16 10:06:23.679 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 16 10:06:23.679 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 16 10:06:23.679 INFO [stderr] files will be included as a binary target: Nov 16 10:06:23.679 INFO [stderr] Nov 16 10:06:23.679 INFO [stderr] * /source/src/bin/server.rs Nov 16 10:06:23.679 INFO [stderr] Nov 16 10:06:23.679 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 16 10:06:23.679 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 16 10:06:23.679 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 16 10:06:23.679 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 16 10:06:23.679 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 16 10:06:23.679 INFO [stderr] Nov 16 10:06:23.679 INFO [stderr] For more information on this warning you can consult Nov 16 10:06:23.679 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 16 10:06:23.832 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s Nov 16 10:06:23.851 INFO [stderr] Running /target/debug/deps/punchtunnel-adc45ee549502ea1 Nov 16 10:06:23.859 INFO [stdout] Nov 16 10:06:23.859 INFO [stdout] running 0 tests Nov 16 10:06:23.859 INFO [stdout] Nov 16 10:06:23.859 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:23.859 INFO [stdout] Nov 16 10:06:23.859 INFO [stdout] Nov 16 10:06:23.859 INFO [stdout] running 0 tests Nov 16 10:06:23.859 INFO [stdout] Nov 16 10:06:23.859 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:23.859 INFO [stdout] Nov 16 10:06:23.861 INFO [stderr] Running /target/debug/deps/punchtunnel_connect-85e97ee8627141fd Nov 16 10:06:23.862 INFO [stderr] Running /target/debug/deps/punchtunnel_create_keys-90116b9b46c8ec89 Nov 16 10:06:23.867 INFO [stdout] Nov 16 10:06:23.867 INFO [stdout] running 0 tests Nov 16 10:06:23.867 INFO [stdout] Nov 16 10:06:23.867 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:23.867 INFO [stdout] Nov 16 10:06:23.867 INFO [stderr] Running /target/debug/deps/punchtunnel_listen-2d4f6c21098ebf7e Nov 16 10:06:23.871 INFO [stdout] Nov 16 10:06:23.871 INFO [stdout] running 0 tests Nov 16 10:06:23.871 INFO [stdout] Nov 16 10:06:23.871 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:23.871 INFO [stdout] Nov 16 10:06:23.871 INFO [stderr] Running /target/debug/deps/punchtunnel_relay_server-43504c98b8e266a4 Nov 16 10:06:23.876 INFO [stdout] Nov 16 10:06:23.876 INFO [stdout] running 0 tests Nov 16 10:06:23.876 INFO [stdout] Nov 16 10:06:23.877 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:23.877 INFO [stdout] Nov 16 10:06:23.881 INFO [stderr] Running /target/debug/deps/relay-d0b20528b451f1c8 Nov 16 10:06:23.881 INFO [stdout] Nov 16 10:06:23.881 INFO [stdout] running 0 tests Nov 16 10:06:23.881 INFO [stdout] Nov 16 10:06:23.881 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:23.881 INFO [stdout] Nov 16 10:06:23.883 INFO [stderr] Doc-tests punchtunnel Nov 16 10:06:24.906 INFO [stdout] Nov 16 10:06:24.906 INFO [stdout] running 0 tests Nov 16 10:06:24.906 INFO [stdout] Nov 16 10:06:24.906 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 10:06:24.906 INFO [stdout] Nov 16 10:06:24.935 INFO [stderr] su: No module specific data is present Nov 16 10:06:25.724 INFO running `"docker" "inspect" "e3844538f921d04928203a1c4f205f638d67690d6670e094b5524ec41e832022"` Nov 16 10:06:26.039 INFO running `"docker" "rm" "-f" "e3844538f921d04928203a1c4f205f638d67690d6670e094b5524ec41e832022"` Nov 16 10:06:26.359 INFO [stdout] e3844538f921d04928203a1c4f205f638d67690d6670e094b5524ec41e832022