Oct 12 20:35:17.347 INFO testing ttalvitie/punchtunnel against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 20:35:17.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 12 20:35:17.877 INFO blam! 6135c52dc33738a8dd9ba921a94ab7875cdf0e8240e985b6b84802fac20ed0bb Oct 12 20:35:17.883 INFO running `"docker" "start" "-a" "6135c52dc33738a8dd9ba921a94ab7875cdf0e8240e985b6b84802fac20ed0bb"` Oct 12 20:35:19.083 INFO kablam! usermod: no changes Oct 12 20:35:19.120 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:35:19.120 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:35:19.120 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:35:19.120 INFO kablam! files will be included as a binary target: Oct 12 20:35:19.120 INFO kablam! Oct 12 20:35:19.120 INFO kablam! * /source/src/bin/server.rs Oct 12 20:35:19.120 INFO kablam! Oct 12 20:35:19.120 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:35:19.120 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:35:19.120 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:35:19.120 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:35:19.120 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:35:19.120 INFO kablam! Oct 12 20:35:19.120 INFO kablam! For more information on this warning you can consult Oct 12 20:35:19.120 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:35:19.327 INFO kablam! Compiling cc v1.0.1 Oct 12 20:35:19.335 INFO kablam! Compiling openssl v0.9.20 Oct 12 20:35:19.335 INFO kablam! Compiling odds v0.2.25 Oct 12 20:35:19.335 INFO kablam! Compiling getopts v0.2.15 Oct 12 20:35:19.335 INFO kablam! Compiling iovec v0.1.1 Oct 12 20:35:19.335 INFO kablam! Compiling num_cpus v1.7.0 Oct 12 20:35:19.335 INFO kablam! Compiling rand v0.3.17 Oct 12 20:35:19.335 INFO kablam! Compiling time v0.1.38 Oct 12 20:35:20.767 INFO kablam! Compiling net2 v0.2.31 Oct 12 20:35:29.227 INFO kablam! Compiling libudt4-sys v0.2.0 Oct 12 20:35:29.369 INFO kablam! Compiling serde_json v1.0.4 Oct 12 20:35:31.408 INFO kablam! Compiling bytes v0.4.5 Oct 12 20:35:31.435 INFO kablam! Compiling nodrop v0.1.10 Oct 12 20:35:31.447 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 12 20:35:31.448 INFO kablam! Compiling mio v0.6.10 Oct 12 20:35:31.644 INFO kablam! Compiling openssl-sys v0.9.20 Oct 12 20:35:37.461 INFO kablam! Compiling generic-array v0.8.3 Oct 12 20:35:39.745 INFO kablam! Compiling tokio-io v0.1.3 Oct 12 20:35:40.893 INFO kablam! Compiling digest v0.6.2 Oct 12 20:35:40.895 INFO kablam! Compiling block-buffer v0.2.0 Oct 12 20:35:42.484 INFO kablam! Compiling sha2 v0.6.0 Oct 12 20:35:47.356 INFO kablam! Compiling tokio-core v0.1.10 Oct 12 20:35:54.631 INFO kablam! Compiling tokio-proto v0.1.1 Oct 12 20:35:59.602 INFO kablam! Compiling hyper v0.11.6 Oct 12 20:36:02.067 INFO kablam! Compiling native-tls v0.1.4 Oct 12 20:36:03.278 INFO kablam! Compiling tokio-tls v0.1.3 Oct 12 20:36:09.471 INFO kablam! Compiling udt v0.2.0 Oct 12 20:36:12.547 INFO kablam! Compiling hyper-tls v0.1.2 Oct 12 20:36:13.287 INFO kablam! Compiling punchtunnel v0.1.0 (/source) Oct 12 20:36:15.311 INFO kablam! warning: unused variable: `secret` Oct 12 20:36:15.312 INFO kablam! --> src/connector.rs:30:54 Oct 12 20:36:15.312 INFO kablam! | Oct 12 20:36:15.312 INFO kablam! 30 | Ok(server) => for (ip, port, local_port, secret) in server { Oct 12 20:36:15.313 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 12 20:36:15.313 INFO kablam! | Oct 12 20:36:15.313 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:36:15.313 INFO kablam! Oct 12 20:36:15.314 INFO kablam! warning: unused variable: `secret` Oct 12 20:36:15.314 INFO kablam! --> src/listener.rs:30:55 Oct 12 20:36:15.314 INFO kablam! | Oct 12 20:36:15.315 INFO kablam! 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Oct 12 20:36:15.315 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 12 20:36:15.315 INFO kablam! Oct 12 20:36:41.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 12 20:36:41.171 INFO kablam! su: No module specific data is present Oct 12 20:36:42.227 INFO running `"docker" "rm" "-f" "6135c52dc33738a8dd9ba921a94ab7875cdf0e8240e985b6b84802fac20ed0bb"` Oct 12 20:36:42.487 INFO blam! 6135c52dc33738a8dd9ba921a94ab7875cdf0e8240e985b6b84802fac20ed0bb Oct 12 20:36:42.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 12 20:36:43.013 INFO blam! 7daafd5743056adc0474936d2d242947b06a0e4b3128e1b4d79e06395af3459c Oct 12 20:36:43.015 INFO running `"docker" "start" "-a" "7daafd5743056adc0474936d2d242947b06a0e4b3128e1b4d79e06395af3459c"` Oct 12 20:36:44.623 INFO kablam! usermod: no changes Oct 12 20:36:44.671 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:36:44.671 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:36:44.671 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:36:44.671 INFO kablam! files will be included as a binary target: Oct 12 20:36:44.671 INFO kablam! Oct 12 20:36:44.671 INFO kablam! * /source/src/bin/server.rs Oct 12 20:36:44.671 INFO kablam! Oct 12 20:36:44.671 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:36:44.671 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:36:44.671 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:36:44.671 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:36:44.671 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:36:44.671 INFO kablam! Oct 12 20:36:44.671 INFO kablam! For more information on this warning you can consult Oct 12 20:36:44.671 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:36:44.819 INFO kablam! Compiling punchtunnel v0.1.0 (/source) Oct 12 20:36:51.327 INFO kablam! warning: unused variable: `secret` Oct 12 20:36:51.327 INFO kablam! --> src/connector.rs:30:54 Oct 12 20:36:51.327 INFO kablam! | Oct 12 20:36:51.327 INFO kablam! 30 | Ok(server) => for (ip, port, local_port, secret) in server { Oct 12 20:36:51.327 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 12 20:36:51.327 INFO kablam! | Oct 12 20:36:51.327 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:36:51.327 INFO kablam! Oct 12 20:36:51.327 INFO kablam! warning: unused variable: `secret` Oct 12 20:36:51.327 INFO kablam! --> src/listener.rs:30:55 Oct 12 20:36:51.327 INFO kablam! | Oct 12 20:36:51.327 INFO kablam! 30 | Ok(clients) => for (ip, port, local_port, secret) in clients { Oct 12 20:36:51.327 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 12 20:36:51.327 INFO kablam! Oct 12 20:36:52.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.72s Oct 12 20:36:52.386 INFO kablam! su: No module specific data is present Oct 12 20:36:52.644 INFO running `"docker" "rm" "-f" "7daafd5743056adc0474936d2d242947b06a0e4b3128e1b4d79e06395af3459c"` Oct 12 20:36:52.772 INFO blam! 7daafd5743056adc0474936d2d242947b06a0e4b3128e1b4d79e06395af3459c Oct 12 20:36:52.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 12 20:36:52.954 INFO blam! 173cd1ada3f34aaaebc876e96c6eaadab8e1aaac4a0816623c7b73864d136d43 Oct 12 20:36:52.957 INFO running `"docker" "start" "-a" "173cd1ada3f34aaaebc876e96c6eaadab8e1aaac4a0816623c7b73864d136d43"` Oct 12 20:36:53.659 INFO kablam! usermod: no changes Oct 12 20:36:53.715 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:36:53.715 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:36:53.715 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:36:53.715 INFO kablam! files will be included as a binary target: Oct 12 20:36:53.715 INFO kablam! Oct 12 20:36:53.715 INFO kablam! * /source/src/bin/server.rs Oct 12 20:36:53.715 INFO kablam! Oct 12 20:36:53.715 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:36:53.715 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:36:53.715 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:36:53.715 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:36:53.715 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:36:53.715 INFO kablam! Oct 12 20:36:53.715 INFO kablam! For more information on this warning you can consult Oct 12 20:36:53.715 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:36:53.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 12 20:36:53.976 INFO kablam! Running /target/debug/deps/punchtunnel-e8b249dd561510c1 Oct 12 20:36:53.979 INFO blam! Oct 12 20:36:53.979 INFO blam! running 0 tests Oct 12 20:36:53.979 INFO blam! Oct 12 20:36:53.979 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:53.979 INFO blam! Oct 12 20:36:53.982 INFO kablam! Running /target/debug/deps/punchtunnel_connect-56e4589c225dd0f9 Oct 12 20:36:53.988 INFO blam! Oct 12 20:36:53.988 INFO blam! running 0 tests Oct 12 20:36:53.988 INFO blam! Oct 12 20:36:53.988 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:53.988 INFO blam! Oct 12 20:36:53.988 INFO kablam! Running /target/debug/deps/punchtunnel_create_keys-ff90a7a6e65644d8 Oct 12 20:36:53.990 INFO blam! Oct 12 20:36:53.990 INFO blam! running 0 tests Oct 12 20:36:53.991 INFO blam! Oct 12 20:36:53.991 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:53.991 INFO blam! Oct 12 20:36:53.991 INFO kablam! Running /target/debug/deps/punchtunnel_listen-8397d68777e48813 Oct 12 20:36:53.993 INFO blam! Oct 12 20:36:53.993 INFO blam! running 0 tests Oct 12 20:36:53.995 INFO blam! Oct 12 20:36:53.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:53.995 INFO blam! Oct 12 20:36:53.995 INFO kablam! Running /target/debug/deps/punchtunnel_relay_server-77e0a16152b335f5 Oct 12 20:36:53.997 INFO blam! Oct 12 20:36:53.997 INFO blam! running 0 tests Oct 12 20:36:54.003 INFO blam! Oct 12 20:36:54.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:54.003 INFO blam! Oct 12 20:36:54.003 INFO kablam! Running /target/debug/deps/relay-46259b3f20e851c7 Oct 12 20:36:54.008 INFO blam! Oct 12 20:36:54.008 INFO blam! running 0 tests Oct 12 20:36:54.008 INFO blam! Oct 12 20:36:54.008 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:54.008 INFO blam! Oct 12 20:36:54.008 INFO kablam! Doc-tests punchtunnel Oct 12 20:36:54.979 INFO blam! Oct 12 20:36:54.979 INFO blam! running 0 tests Oct 12 20:36:54.979 INFO blam! Oct 12 20:36:54.979 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 20:36:54.979 INFO blam! Oct 12 20:36:54.986 INFO kablam! su: No module specific data is present Oct 12 20:36:56.204 INFO running `"docker" "rm" "-f" "173cd1ada3f34aaaebc876e96c6eaadab8e1aaac4a0816623c7b73864d136d43"` Oct 12 20:36:56.500 INFO blam! 173cd1ada3f34aaaebc876e96c6eaadab8e1aaac4a0816623c7b73864d136d43