Oct 13 00:34:12.113 INFO testing shmup/chat against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:34:12.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 00:34:12.467 INFO blam! 6eed83b18ade6fbf62c73dfc4814dee6be816a41b1df2ab6d1e9970aa014d814 Oct 13 00:34:12.471 INFO running `"docker" "start" "-a" "6eed83b18ade6fbf62c73dfc4814dee6be816a41b1df2ab6d1e9970aa014d814"` Oct 13 00:34:13.925 INFO kablam! usermod: no changes Oct 13 00:34:13.963 INFO kablam! Compiling chat v0.0.1 (/source) Oct 13 00:34:14.186 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 13 00:34:14.186 INFO kablam! --> src/main.rs:5:5 Oct 13 00:34:14.186 INFO kablam! | Oct 13 00:34:14.186 INFO kablam! 5 | use std::sync::mpsc::channel; Oct 13 00:34:14.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:34:14.186 INFO kablam! | Oct 13 00:34:14.186 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:34:14.186 INFO kablam! Oct 13 00:34:14.263 INFO kablam! warning: method is never used: `new` Oct 13 00:34:14.263 INFO kablam! --> src/main.rs:12:5 Oct 13 00:34:14.263 INFO kablam! | Oct 13 00:34:14.263 INFO kablam! 12 | fn new(stream: TcpStream) -> Client { Oct 13 00:34:14.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:34:14.263 INFO kablam! | Oct 13 00:34:14.263 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:34:14.263 INFO kablam! Oct 13 00:34:14.278 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:34:14.278 INFO kablam! --> src/main.rs:32:9 Oct 13 00:34:14.278 INFO kablam! | Oct 13 00:34:14.278 INFO kablam! 32 | self.stream.write(&mut buffer); Oct 13 00:34:14.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:34:14.278 INFO kablam! | Oct 13 00:34:14.278 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:34:14.278 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:34:14.278 INFO kablam! Oct 13 00:34:14.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 13 00:34:14.951 INFO kablam! su: No module specific data is present Oct 13 00:34:16.376 INFO running `"docker" "rm" "-f" "6eed83b18ade6fbf62c73dfc4814dee6be816a41b1df2ab6d1e9970aa014d814"` Oct 13 00:34:16.644 INFO blam! 6eed83b18ade6fbf62c73dfc4814dee6be816a41b1df2ab6d1e9970aa014d814 Oct 13 00:34:16.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 00:34:17.093 INFO blam! 65c39f755ba4008fbf4c42584ca6737d50b1d95c16d744531a0b4ac0bdc97aff Oct 13 00:34:17.095 INFO running `"docker" "start" "-a" "65c39f755ba4008fbf4c42584ca6737d50b1d95c16d744531a0b4ac0bdc97aff"` Oct 13 00:34:18.734 INFO kablam! usermod: no changes Oct 13 00:34:18.775 INFO kablam! Compiling chat v0.0.1 (/source) Oct 13 00:34:19.127 INFO kablam! warning: unused import: `std::sync::mpsc::channel` Oct 13 00:34:19.127 INFO kablam! --> src/main.rs:5:5 Oct 13 00:34:19.127 INFO kablam! | Oct 13 00:34:19.128 INFO kablam! 5 | use std::sync::mpsc::channel; Oct 13 00:34:19.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:34:19.128 INFO kablam! | Oct 13 00:34:19.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:34:19.128 INFO kablam! Oct 13 00:34:19.169 INFO kablam! warning: method is never used: `new` Oct 13 00:34:19.169 INFO kablam! --> src/main.rs:12:5 Oct 13 00:34:19.169 INFO kablam! | Oct 13 00:34:19.169 INFO kablam! 12 | fn new(stream: TcpStream) -> Client { Oct 13 00:34:19.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:34:19.169 INFO kablam! | Oct 13 00:34:19.169 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:34:19.170 INFO kablam! Oct 13 00:34:19.178 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 00:34:19.178 INFO kablam! --> src/main.rs:32:9 Oct 13 00:34:19.178 INFO kablam! | Oct 13 00:34:19.178 INFO kablam! 32 | self.stream.write(&mut buffer); Oct 13 00:34:19.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:34:19.179 INFO kablam! | Oct 13 00:34:19.179 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 00:34:19.179 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 00:34:19.179 INFO kablam! Oct 13 00:34:19.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 13 00:34:19.659 INFO kablam! su: No module specific data is present Oct 13 00:34:21.129 INFO running `"docker" "rm" "-f" "65c39f755ba4008fbf4c42584ca6737d50b1d95c16d744531a0b4ac0bdc97aff"` Oct 13 00:34:21.562 INFO blam! 65c39f755ba4008fbf4c42584ca6737d50b1d95c16d744531a0b4ac0bdc97aff Oct 13 00:34:21.567 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 00:34:22.005 INFO blam! afda548b790e6ee565c4d363acb61a647d5cc243ab192121155c191a08752a0a Oct 13 00:34:22.007 INFO running `"docker" "start" "-a" "afda548b790e6ee565c4d363acb61a647d5cc243ab192121155c191a08752a0a"` Oct 13 00:34:24.482 INFO kablam! usermod: no changes Oct 13 00:34:24.527 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 00:34:24.527 INFO kablam! Running /target/debug/deps/chat-763b37c56bc03f17 Oct 13 00:34:24.528 INFO blam! Oct 13 00:34:24.528 INFO blam! running 0 tests Oct 13 00:34:24.528 INFO blam! Oct 13 00:34:24.528 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:34:24.528 INFO blam! Oct 13 00:34:24.539 INFO kablam! su: No module specific data is present Oct 13 00:34:26.207 INFO running `"docker" "rm" "-f" "afda548b790e6ee565c4d363acb61a647d5cc243ab192121155c191a08752a0a"` Oct 13 00:34:26.523 INFO blam! afda548b790e6ee565c4d363acb61a647d5cc243ab192121155c191a08752a0a