Oct 10 13:43:42.255 INFO testing tedsta/kenny_client against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:43:42.255 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:43:42.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 13:43:42.740 INFO blam! 8ab45727166a1ab653d4d68732a604bc4b2bed4dd6ac4b969f522d1aa23554e7 Oct 10 13:43:42.754 INFO running `"docker" "start" "-a" "8ab45727166a1ab653d4d68732a604bc4b2bed4dd6ac4b969f522d1aa23554e7"` Oct 10 13:43:44.240 INFO kablam! usermod: no changes Oct 10 13:43:44.304 INFO kablam! Compiling termion v1.1.2 Oct 10 13:43:46.195 INFO kablam! Compiling kennybot v0.1.0 (/source) Oct 10 13:43:46.696 INFO kablam! warning: unused import: `Stdin` Oct 10 13:43:46.696 INFO kablam! --> src/main.rs:3:36 Oct 10 13:43:46.696 INFO kablam! | Oct 10 13:43:46.696 INFO kablam! 3 | use std::io::{Read, Write, Stdout, Stdin, stdout}; Oct 10 13:43:46.696 INFO kablam! | ^^^^^ Oct 10 13:43:46.696 INFO kablam! | Oct 10 13:43:46.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:43:46.696 INFO kablam! Oct 10 13:43:46.696 INFO kablam! warning: unused import: `std::mem` Oct 10 13:43:46.696 INFO kablam! --> src/main.rs:4:5 Oct 10 13:43:46.696 INFO kablam! | Oct 10 13:43:46.696 INFO kablam! 4 | use std::mem; Oct 10 13:43:46.696 INFO kablam! | ^^^^^^^^ Oct 10 13:43:46.696 INFO kablam! Oct 10 13:43:46.696 INFO kablam! warning: unused import: `termion::input::TermRead` Oct 10 13:43:46.696 INFO kablam! --> src/main.rs:11:5 Oct 10 13:43:46.696 INFO kablam! | Oct 10 13:43:46.696 INFO kablam! 11 | use termion::input::TermRead; Oct 10 13:43:46.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:43:46.696 INFO kablam! Oct 10 13:43:46.764 INFO kablam! warning: unused import: `Read` Oct 10 13:43:46.764 INFO kablam! --> src/main.rs:3:15 Oct 10 13:43:46.764 INFO kablam! | Oct 10 13:43:46.764 INFO kablam! 3 | use std::io::{Read, Write, Stdout, Stdin, stdout}; Oct 10 13:43:46.764 INFO kablam! | ^^^^ Oct 10 13:43:46.764 INFO kablam! Oct 10 13:43:46.764 INFO kablam! warning: unused variable: `packet_r` Oct 10 13:43:46.764 INFO kablam! --> src/main.rs:58:24 Oct 10 13:43:46.764 INFO kablam! | Oct 10 13:43:46.764 INFO kablam! 58 | let (packet_t, packet_r) = channel(); Oct 10 13:43:46.764 INFO kablam! | ^^^^^^^^ help: consider using `_packet_r` instead Oct 10 13:43:46.764 INFO kablam! | Oct 10 13:43:46.764 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:43:46.764 INFO kablam! Oct 10 13:43:46.764 INFO kablam! warning: unused variable: `c` Oct 10 13:43:46.764 INFO kablam! --> src/main.rs:184:27 Oct 10 13:43:46.764 INFO kablam! | Oct 10 13:43:46.764 INFO kablam! 184 | Key::Char(c) => { Oct 10 13:43:46.764 INFO kablam! | ^ help: consider using `_c` instead Oct 10 13:43:46.764 INFO kablam! Oct 10 13:43:46.768 INFO kablam! warning: variable does not need to be mutable Oct 10 13:43:46.768 INFO kablam! --> src/main.rs:48:13 Oct 10 13:43:46.768 INFO kablam! | Oct 10 13:43:46.768 INFO kablam! 48 | let mut stdin: AsyncReader = async_stdin(); Oct 10 13:43:46.768 INFO kablam! | ----^^^^^ Oct 10 13:43:46.768 INFO kablam! | | Oct 10 13:43:46.768 INFO kablam! | help: remove this `mut` Oct 10 13:43:46.768 INFO kablam! | Oct 10 13:43:46.768 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:43:46.768 INFO kablam! Oct 10 13:43:46.792 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:43:46.792 INFO kablam! --> src/main.rs:194:9 Oct 10 13:43:46.792 INFO kablam! | Oct 10 13:43:46.792 INFO kablam! 194 | self.client.send_to(&[dir], (self.server_address.0.as_ref(), self.server_address.1)); Oct 10 13:43:46.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:43:46.792 INFO kablam! | Oct 10 13:43:46.792 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:43:46.792 INFO kablam! Oct 10 13:43:47.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.71s Oct 10 13:43:47.983 INFO kablam! su: No module specific data is present Oct 10 13:43:48.919 INFO running `"docker" "rm" "-f" "8ab45727166a1ab653d4d68732a604bc4b2bed4dd6ac4b969f522d1aa23554e7"` Oct 10 13:43:49.161 INFO blam! 8ab45727166a1ab653d4d68732a604bc4b2bed4dd6ac4b969f522d1aa23554e7 Oct 10 13:43:49.176 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:43:49.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 13:43:49.789 INFO blam! bea8b1750e472363a2e6df6705deb293219dc27ecc06eefab4862af4a78e5efb Oct 10 13:43:49.790 INFO running `"docker" "start" "-a" "bea8b1750e472363a2e6df6705deb293219dc27ecc06eefab4862af4a78e5efb"` Oct 10 13:43:51.056 INFO kablam! usermod: no changes Oct 10 13:43:51.104 INFO kablam! Compiling kennybot v0.1.0 (/source) Oct 10 13:43:51.736 INFO kablam! warning: unused import: `Stdin` Oct 10 13:43:51.737 INFO kablam! --> src/main.rs:3:36 Oct 10 13:43:51.737 INFO kablam! | Oct 10 13:43:51.737 INFO kablam! 3 | use std::io::{Read, Write, Stdout, Stdin, stdout}; Oct 10 13:43:51.738 INFO kablam! | ^^^^^ Oct 10 13:43:51.738 INFO kablam! | Oct 10 13:43:51.738 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:43:51.738 INFO kablam! Oct 10 13:43:51.739 INFO kablam! warning: unused import: `std::mem` Oct 10 13:43:51.739 INFO kablam! --> src/main.rs:4:5 Oct 10 13:43:51.739 INFO kablam! | Oct 10 13:43:51.739 INFO kablam! 4 | use std::mem; Oct 10 13:43:51.739 INFO kablam! | ^^^^^^^^ Oct 10 13:43:51.740 INFO kablam! Oct 10 13:43:51.740 INFO kablam! warning: unused import: `termion::input::TermRead` Oct 10 13:43:51.740 INFO kablam! --> src/main.rs:11:5 Oct 10 13:43:51.740 INFO kablam! | Oct 10 13:43:51.741 INFO kablam! 11 | use termion::input::TermRead; Oct 10 13:43:51.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:43:51.741 INFO kablam! Oct 10 13:43:51.800 INFO kablam! warning: unused import: `Read` Oct 10 13:43:51.800 INFO kablam! --> src/main.rs:3:15 Oct 10 13:43:51.800 INFO kablam! | Oct 10 13:43:51.800 INFO kablam! 3 | use std::io::{Read, Write, Stdout, Stdin, stdout}; Oct 10 13:43:51.800 INFO kablam! | ^^^^ Oct 10 13:43:51.800 INFO kablam! Oct 10 13:43:51.800 INFO kablam! warning: unused variable: `packet_r` Oct 10 13:43:51.800 INFO kablam! --> src/main.rs:58:24 Oct 10 13:43:51.800 INFO kablam! | Oct 10 13:43:51.800 INFO kablam! 58 | let (packet_t, packet_r) = channel(); Oct 10 13:43:51.800 INFO kablam! | ^^^^^^^^ help: consider using `_packet_r` instead Oct 10 13:43:51.800 INFO kablam! | Oct 10 13:43:51.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:43:51.800 INFO kablam! Oct 10 13:43:51.800 INFO kablam! warning: unused variable: `c` Oct 10 13:43:51.800 INFO kablam! --> src/main.rs:184:27 Oct 10 13:43:51.800 INFO kablam! | Oct 10 13:43:51.800 INFO kablam! 184 | Key::Char(c) => { Oct 10 13:43:51.800 INFO kablam! | ^ help: consider using `_c` instead Oct 10 13:43:51.800 INFO kablam! Oct 10 13:43:51.813 INFO kablam! warning: variable does not need to be mutable Oct 10 13:43:51.813 INFO kablam! --> src/main.rs:48:13 Oct 10 13:43:51.813 INFO kablam! | Oct 10 13:43:51.813 INFO kablam! 48 | let mut stdin: AsyncReader = async_stdin(); Oct 10 13:43:51.813 INFO kablam! | ----^^^^^ Oct 10 13:43:51.813 INFO kablam! | | Oct 10 13:43:51.813 INFO kablam! | help: remove this `mut` Oct 10 13:43:51.813 INFO kablam! | Oct 10 13:43:51.813 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:43:51.813 INFO kablam! Oct 10 13:43:51.840 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:43:51.840 INFO kablam! --> src/main.rs:194:9 Oct 10 13:43:51.840 INFO kablam! | Oct 10 13:43:51.840 INFO kablam! 194 | self.client.send_to(&[dir], (self.server_address.0.as_ref(), self.server_address.1)); Oct 10 13:43:51.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:43:51.840 INFO kablam! | Oct 10 13:43:51.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:43:51.840 INFO kablam! Oct 10 13:43:52.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 10 13:43:52.312 INFO kablam! su: No module specific data is present Oct 10 13:43:53.086 INFO running `"docker" "rm" "-f" "bea8b1750e472363a2e6df6705deb293219dc27ecc06eefab4862af4a78e5efb"` Oct 10 13:43:53.388 INFO blam! bea8b1750e472363a2e6df6705deb293219dc27ecc06eefab4862af4a78e5efb Oct 10 13:43:53.388 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:43:53.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 13:43:53.778 INFO blam! 52c05d25855209cf6732c861eaa4ca5dacc7d30961f66b1e3281bd45bfda9446 Oct 10 13:43:53.800 INFO running `"docker" "start" "-a" "52c05d25855209cf6732c861eaa4ca5dacc7d30961f66b1e3281bd45bfda9446"` Oct 10 13:43:54.917 INFO kablam! usermod: no changes Oct 10 13:43:54.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 13:43:54.997 INFO kablam! Running /target/debug/deps/kennybot-697c6a6ba8b04391 Oct 10 13:43:55.007 INFO blam! Oct 10 13:43:55.007 INFO blam! running 0 tests Oct 10 13:43:55.007 INFO blam! Oct 10 13:43:55.007 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:43:55.007 INFO blam! Oct 10 13:43:55.024 INFO kablam! su: No module specific data is present Oct 10 13:43:55.560 INFO running `"docker" "rm" "-f" "52c05d25855209cf6732c861eaa4ca5dacc7d30961f66b1e3281bd45bfda9446"` Oct 10 13:43:55.856 INFO blam! 52c05d25855209cf6732c861eaa4ca5dacc7d30961f66b1e3281bd45bfda9446