Oct 11 04:24:28.431 INFO testing Stratus51/rust_tokio_chat_test against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:24:28.431 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:24:28.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:24:28.678 INFO blam! 380f71ec69a7c7aa765b8ba08cc6eaadf60843e0032c0b8552379c89162a5d70 Oct 11 04:24:28.678 INFO running `"docker" "start" "-a" "380f71ec69a7c7aa765b8ba08cc6eaadf60843e0032c0b8552379c89162a5d70"` Oct 11 04:24:29.236 INFO kablam! usermod: no changes Oct 11 04:24:29.280 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 04:24:29.280 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 04:24:29.280 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 04:24:29.280 INFO kablam! files will be included as a binary target: Oct 11 04:24:29.280 INFO kablam! Oct 11 04:24:29.280 INFO kablam! * /source/src/main.rs Oct 11 04:24:29.280 INFO kablam! Oct 11 04:24:29.280 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 04:24:29.280 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 04:24:29.280 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 04:24:29.280 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 04:24:29.280 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 04:24:29.280 INFO kablam! Oct 11 04:24:29.280 INFO kablam! For more information on this warning you can consult Oct 11 04:24:29.280 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 04:24:29.407 INFO kablam! Compiling tokio-serde v0.1.0 Oct 11 04:24:29.407 INFO kablam! Compiling bincode v0.8.0 Oct 11 04:24:30.988 INFO kablam! Compiling tokio-serde-bincode v0.1.1 Oct 11 04:24:32.048 INFO kablam! Compiling chat v0.1.0 (/source) Oct 11 04:24:34.996 INFO kablam! warning: unused import: `tokio::io` Oct 11 04:24:34.996 INFO kablam! --> src/client.rs:12:5 Oct 11 04:24:34.996 INFO kablam! | Oct 11 04:24:34.996 INFO kablam! 12 | use tokio::io; Oct 11 04:24:34.996 INFO kablam! | ^^^^^^^^^ Oct 11 04:24:34.996 INFO kablam! | Oct 11 04:24:34.996 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:24:34.996 INFO kablam! Oct 11 04:24:34.999 INFO kablam! warning: unused import: `node_packet::NodePacket` Oct 11 04:24:34.999 INFO kablam! --> src/client.rs:23:5 Oct 11 04:24:35.000 INFO kablam! | Oct 11 04:24:35.000 INFO kablam! 23 | use node_packet::NodePacket; Oct 11 04:24:35.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:35.000 INFO kablam! Oct 11 04:24:35.188 INFO kablam! warning: unused variable: `e` Oct 11 04:24:35.188 INFO kablam! --> src/client.rs:83:17 Oct 11 04:24:35.188 INFO kablam! | Oct 11 04:24:35.188 INFO kablam! 83 | Err(e) => return println!("ERROR: Can't parse port.\n{}", listen_syntax), Oct 11 04:24:35.188 INFO kablam! | ^ help: consider using `_e` instead Oct 11 04:24:35.188 INFO kablam! | Oct 11 04:24:35.188 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:24:35.188 INFO kablam! Oct 11 04:24:35.188 INFO kablam! warning: unused variable: `e` Oct 11 04:24:35.188 INFO kablam! --> src/client.rs:103:17 Oct 11 04:24:35.188 INFO kablam! | Oct 11 04:24:35.188 INFO kablam! 103 | Err(e) => return println!("ERROR: Can't parse destination.\n{}", connect_syntax), Oct 11 04:24:35.188 INFO kablam! | ^ help: consider using `_e` instead Oct 11 04:24:35.188 INFO kablam! Oct 11 04:24:35.237 INFO kablam! warning: field is never used: `wr` Oct 11 04:24:35.237 INFO kablam! --> src/node_packet_stream.rs:14:5 Oct 11 04:24:35.237 INFO kablam! | Oct 11 04:24:35.237 INFO kablam! 14 | wr: BytesMut, Oct 11 04:24:35.237 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:24:35.237 INFO kablam! | Oct 11 04:24:35.237 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:24:35.237 INFO kablam! Oct 11 04:24:35.237 INFO kablam! warning: method is never used: `buffer` Oct 11 04:24:35.237 INFO kablam! --> src/node_packet_stream.rs:61:5 Oct 11 04:24:35.237 INFO kablam! | Oct 11 04:24:35.237 INFO kablam! 61 | pub fn buffer(&mut self, packet: &NodePacket) { Oct 11 04:24:35.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:35.237 INFO kablam! Oct 11 04:24:35.237 INFO kablam! warning: method is never used: `poll_flush` Oct 11 04:24:35.237 INFO kablam! --> src/node_packet_stream.rs:65:5 Oct 11 04:24:35.237 INFO kablam! | Oct 11 04:24:35.237 INFO kablam! 65 | pub fn poll_flush(&mut self) -> Poll<(), io::Error> { Oct 11 04:24:35.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:35.237 INFO kablam! Oct 11 04:24:35.240 INFO kablam! warning: static variable `listen_syntax` should have an upper case name such as `LISTEN_SYNTAX` Oct 11 04:24:35.240 INFO kablam! --> src/client.rs:74:1 Oct 11 04:24:35.240 INFO kablam! | Oct 11 04:24:35.240 INFO kablam! 74 | static listen_syntax: &str = "Syntax: listen "; Oct 11 04:24:35.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:35.240 INFO kablam! | Oct 11 04:24:35.240 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 04:24:35.240 INFO kablam! Oct 11 04:24:35.240 INFO kablam! warning: static variable `connect_syntax` should have an upper case name such as `CONNECT_SYNTAX` Oct 11 04:24:35.240 INFO kablam! --> src/client.rs:75:1 Oct 11 04:24:35.240 INFO kablam! | Oct 11 04:24:35.240 INFO kablam! 75 | static connect_syntax: &str = "Syntax: connect :"; Oct 11 04:24:35.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:35.240 INFO kablam! Oct 11 04:24:36.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.44s Oct 11 04:24:36.718 INFO kablam! su: No module specific data is present Oct 11 04:24:36.978 INFO running `"docker" "rm" "-f" "380f71ec69a7c7aa765b8ba08cc6eaadf60843e0032c0b8552379c89162a5d70"` Oct 11 04:24:37.135 INFO blam! 380f71ec69a7c7aa765b8ba08cc6eaadf60843e0032c0b8552379c89162a5d70 Oct 11 04:24:37.136 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:24:37.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:24:37.359 INFO blam! bc47f378c0a4b52f4659a722f9806a2ca520c6778bd5fa2a57f37de3408fbd2a Oct 11 04:24:37.360 INFO running `"docker" "start" "-a" "bc47f378c0a4b52f4659a722f9806a2ca520c6778bd5fa2a57f37de3408fbd2a"` Oct 11 04:24:38.152 INFO kablam! usermod: no changes Oct 11 04:24:38.188 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 04:24:38.188 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 04:24:38.188 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 04:24:38.188 INFO kablam! files will be included as a binary target: Oct 11 04:24:38.188 INFO kablam! Oct 11 04:24:38.188 INFO kablam! * /source/src/main.rs Oct 11 04:24:38.188 INFO kablam! Oct 11 04:24:38.188 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 04:24:38.188 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 04:24:38.188 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 04:24:38.188 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 04:24:38.188 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 04:24:38.188 INFO kablam! Oct 11 04:24:38.188 INFO kablam! For more information on this warning you can consult Oct 11 04:24:38.188 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 04:24:38.276 INFO kablam! Compiling chat v0.1.0 (/source) Oct 11 04:24:41.096 INFO kablam! warning: unused import: `tokio::io` Oct 11 04:24:41.096 INFO kablam! --> src/client.rs:12:5 Oct 11 04:24:41.096 INFO kablam! | Oct 11 04:24:41.096 INFO kablam! 12 | use tokio::io; Oct 11 04:24:41.096 INFO kablam! | ^^^^^^^^^ Oct 11 04:24:41.096 INFO kablam! | Oct 11 04:24:41.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 04:24:41.096 INFO kablam! Oct 11 04:24:41.096 INFO kablam! warning: unused import: `node_packet::NodePacket` Oct 11 04:24:41.096 INFO kablam! --> src/client.rs:23:5 Oct 11 04:24:41.096 INFO kablam! | Oct 11 04:24:41.096 INFO kablam! 23 | use node_packet::NodePacket; Oct 11 04:24:41.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:41.096 INFO kablam! Oct 11 04:24:41.284 INFO kablam! warning: unused variable: `e` Oct 11 04:24:41.284 INFO kablam! --> src/client.rs:83:17 Oct 11 04:24:41.284 INFO kablam! | Oct 11 04:24:41.284 INFO kablam! 83 | Err(e) => return println!("ERROR: Can't parse port.\n{}", listen_syntax), Oct 11 04:24:41.284 INFO kablam! | ^ help: consider using `_e` instead Oct 11 04:24:41.284 INFO kablam! | Oct 11 04:24:41.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:24:41.284 INFO kablam! Oct 11 04:24:41.284 INFO kablam! warning: unused variable: `e` Oct 11 04:24:41.284 INFO kablam! --> src/client.rs:103:17 Oct 11 04:24:41.284 INFO kablam! | Oct 11 04:24:41.284 INFO kablam! 103 | Err(e) => return println!("ERROR: Can't parse destination.\n{}", connect_syntax), Oct 11 04:24:41.284 INFO kablam! | ^ help: consider using `_e` instead Oct 11 04:24:41.284 INFO kablam! Oct 11 04:24:41.330 INFO kablam! warning: field is never used: `wr` Oct 11 04:24:41.330 INFO kablam! --> src/node_packet_stream.rs:14:5 Oct 11 04:24:41.330 INFO kablam! | Oct 11 04:24:41.330 INFO kablam! 14 | wr: BytesMut, Oct 11 04:24:41.330 INFO kablam! | ^^^^^^^^^^^^ Oct 11 04:24:41.330 INFO kablam! | Oct 11 04:24:41.330 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:24:41.330 INFO kablam! Oct 11 04:24:41.330 INFO kablam! warning: method is never used: `buffer` Oct 11 04:24:41.330 INFO kablam! --> src/node_packet_stream.rs:61:5 Oct 11 04:24:41.330 INFO kablam! | Oct 11 04:24:41.330 INFO kablam! 61 | pub fn buffer(&mut self, packet: &NodePacket) { Oct 11 04:24:41.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:41.330 INFO kablam! Oct 11 04:24:41.331 INFO kablam! warning: method is never used: `poll_flush` Oct 11 04:24:41.331 INFO kablam! --> src/node_packet_stream.rs:65:5 Oct 11 04:24:41.331 INFO kablam! | Oct 11 04:24:41.331 INFO kablam! 65 | pub fn poll_flush(&mut self) -> Poll<(), io::Error> { Oct 11 04:24:41.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:41.331 INFO kablam! Oct 11 04:24:41.335 INFO kablam! warning: static variable `listen_syntax` should have an upper case name such as `LISTEN_SYNTAX` Oct 11 04:24:41.335 INFO kablam! --> src/client.rs:74:1 Oct 11 04:24:41.335 INFO kablam! | Oct 11 04:24:41.335 INFO kablam! 74 | static listen_syntax: &str = "Syntax: listen "; Oct 11 04:24:41.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:41.335 INFO kablam! | Oct 11 04:24:41.335 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 11 04:24:41.335 INFO kablam! Oct 11 04:24:41.335 INFO kablam! warning: static variable `connect_syntax` should have an upper case name such as `CONNECT_SYNTAX` Oct 11 04:24:41.335 INFO kablam! --> src/client.rs:75:1 Oct 11 04:24:41.335 INFO kablam! | Oct 11 04:24:41.335 INFO kablam! 75 | static connect_syntax: &str = "Syntax: connect :"; Oct 11 04:24:41.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:24:41.335 INFO kablam! Oct 11 04:24:41.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.63s Oct 11 04:24:41.805 INFO kablam! su: No module specific data is present Oct 11 04:24:42.138 INFO running `"docker" "rm" "-f" "bc47f378c0a4b52f4659a722f9806a2ca520c6778bd5fa2a57f37de3408fbd2a"` Oct 11 04:24:42.238 INFO blam! bc47f378c0a4b52f4659a722f9806a2ca520c6778bd5fa2a57f37de3408fbd2a Oct 11 04:24:42.240 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:24:42.240 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:24:42.505 INFO blam! 3788ba329983d20f7dccd0b6bd4900cbb7df99bd2c41f69c8b40ae03f97374fd Oct 11 04:24:42.507 INFO running `"docker" "start" "-a" "3788ba329983d20f7dccd0b6bd4900cbb7df99bd2c41f69c8b40ae03f97374fd"` Oct 11 04:24:42.844 INFO kablam! usermod: no changes Oct 11 04:24:42.870 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 11 04:24:42.870 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 11 04:24:42.870 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 11 04:24:42.870 INFO kablam! files will be included as a binary target: Oct 11 04:24:42.870 INFO kablam! Oct 11 04:24:42.870 INFO kablam! * /source/src/main.rs Oct 11 04:24:42.870 INFO kablam! Oct 11 04:24:42.870 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 11 04:24:42.870 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 11 04:24:42.871 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 11 04:24:42.871 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 11 04:24:42.871 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 11 04:24:42.871 INFO kablam! Oct 11 04:24:42.871 INFO kablam! For more information on this warning you can consult Oct 11 04:24:42.871 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 11 04:24:42.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 04:24:42.937 INFO kablam! Running /target/debug/deps/client-ecf1a9ed2f64a936 Oct 11 04:24:42.940 INFO blam! Oct 11 04:24:42.940 INFO blam! running 0 tests Oct 11 04:24:42.940 INFO blam! Oct 11 04:24:42.940 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:24:42.940 INFO blam! Oct 11 04:24:42.941 INFO kablam! su: No module specific data is present Oct 11 04:24:43.218 INFO running `"docker" "rm" "-f" "3788ba329983d20f7dccd0b6bd4900cbb7df99bd2c41f69c8b40ae03f97374fd"` Oct 11 04:24:43.301 INFO blam! 3788ba329983d20f7dccd0b6bd4900cbb7df99bd2c41f69c8b40ae03f97374fd