Oct 10 13:42:12.178 INFO testing tera3939/rustcp_client against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:42:12.178 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:42:12.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:42:12.536 INFO blam! 273a2a677cbfabd659d1968e38e81156f892104bff4202693d3f912b9dc8d8cc Oct 10 13:42:12.552 INFO running `"docker" "start" "-a" "273a2a677cbfabd659d1968e38e81156f892104bff4202693d3f912b9dc8d8cc"` Oct 10 13:42:13.803 INFO kablam! usermod: no changes Oct 10 13:42:13.848 INFO kablam! Compiling rustcp_client v0.1.0 (/source) Oct 10 13:42:14.405 INFO kablam! warning: unused variable: `buffer` Oct 10 13:42:14.405 INFO kablam! --> src/main.rs:12:13 Oct 10 13:42:14.405 INFO kablam! | Oct 10 13:42:14.405 INFO kablam! 12 | let mut buffer = String::new(); Oct 10 13:42:14.405 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 10 13:42:14.405 INFO kablam! | Oct 10 13:42:14.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:42:14.405 INFO kablam! Oct 10 13:42:14.408 INFO kablam! warning: variable does not need to be mutable Oct 10 13:42:14.408 INFO kablam! --> src/main.rs:12:9 Oct 10 13:42:14.408 INFO kablam! | Oct 10 13:42:14.409 INFO kablam! 12 | let mut buffer = String::new(); Oct 10 13:42:14.409 INFO kablam! | ----^^^^^^ Oct 10 13:42:14.409 INFO kablam! | | Oct 10 13:42:14.409 INFO kablam! | help: remove this `mut` Oct 10 13:42:14.409 INFO kablam! | Oct 10 13:42:14.409 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:42:14.409 INFO kablam! Oct 10 13:42:14.431 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:42:14.431 INFO kablam! --> src/main.rs:18:21 Oct 10 13:42:14.431 INFO kablam! | Oct 10 13:42:14.431 INFO kablam! 18 | stream.write(buffer.as_bytes()); Oct 10 13:42:14.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:14.432 INFO kablam! | Oct 10 13:42:14.432 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:42:14.432 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:42:14.433 INFO kablam! Oct 10 13:42:15.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.29s Oct 10 13:42:15.129 INFO kablam! su: No module specific data is present Oct 10 13:42:15.863 INFO running `"docker" "rm" "-f" "273a2a677cbfabd659d1968e38e81156f892104bff4202693d3f912b9dc8d8cc"` Oct 10 13:42:16.181 INFO blam! 273a2a677cbfabd659d1968e38e81156f892104bff4202693d3f912b9dc8d8cc Oct 10 13:42:16.182 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:42:16.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:42:16.606 INFO blam! 752a42cb40e052aca2d9099a734f775aaa86e24f330ebfb5d29a6c1ea8facf99 Oct 10 13:42:16.609 INFO running `"docker" "start" "-a" "752a42cb40e052aca2d9099a734f775aaa86e24f330ebfb5d29a6c1ea8facf99"` Oct 10 13:42:17.640 INFO kablam! usermod: no changes Oct 10 13:42:17.684 INFO kablam! Compiling rustcp_client v0.1.0 (/source) Oct 10 13:42:18.248 INFO kablam! warning: unused variable: `buffer` Oct 10 13:42:18.248 INFO kablam! --> src/main.rs:12:13 Oct 10 13:42:18.248 INFO kablam! | Oct 10 13:42:18.248 INFO kablam! 12 | let mut buffer = String::new(); Oct 10 13:42:18.248 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 10 13:42:18.248 INFO kablam! | Oct 10 13:42:18.248 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:42:18.248 INFO kablam! Oct 10 13:42:18.251 INFO kablam! warning: variable does not need to be mutable Oct 10 13:42:18.251 INFO kablam! --> src/main.rs:12:9 Oct 10 13:42:18.251 INFO kablam! | Oct 10 13:42:18.251 INFO kablam! 12 | let mut buffer = String::new(); Oct 10 13:42:18.251 INFO kablam! | ----^^^^^^ Oct 10 13:42:18.251 INFO kablam! | | Oct 10 13:42:18.251 INFO kablam! | help: remove this `mut` Oct 10 13:42:18.251 INFO kablam! | Oct 10 13:42:18.251 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:42:18.251 INFO kablam! Oct 10 13:42:18.263 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 13:42:18.263 INFO kablam! --> src/main.rs:18:21 Oct 10 13:42:18.263 INFO kablam! | Oct 10 13:42:18.263 INFO kablam! 18 | stream.write(buffer.as_bytes()); Oct 10 13:42:18.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:42:18.263 INFO kablam! | Oct 10 13:42:18.263 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 13:42:18.263 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 13:42:18.263 INFO kablam! Oct 10 13:42:18.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 10 13:42:18.744 INFO kablam! su: No module specific data is present Oct 10 13:42:19.202 INFO running `"docker" "rm" "-f" "752a42cb40e052aca2d9099a734f775aaa86e24f330ebfb5d29a6c1ea8facf99"` Oct 10 13:42:19.408 INFO blam! 752a42cb40e052aca2d9099a734f775aaa86e24f330ebfb5d29a6c1ea8facf99 Oct 10 13:42:19.414 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:42:19.414 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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:42:19.740 INFO blam! c6b3c762482468c5d425f9ad1eb96f0c09eb76e164893581e1cdfbdea6e78598 Oct 10 13:42:19.752 INFO running `"docker" "start" "-a" "c6b3c762482468c5d425f9ad1eb96f0c09eb76e164893581e1cdfbdea6e78598"` Oct 10 13:42:20.737 INFO kablam! usermod: no changes Oct 10 13:42:20.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 13:42:20.806 INFO kablam! Running /target/debug/deps/rustcp_client-0f5a07042e44e3ba Oct 10 13:42:20.807 INFO blam! Oct 10 13:42:20.807 INFO blam! running 0 tests Oct 10 13:42:20.807 INFO blam! Oct 10 13:42:20.808 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:42:20.808 INFO blam! Oct 10 13:42:20.816 INFO kablam! su: No module specific data is present Oct 10 13:42:21.278 INFO running `"docker" "rm" "-f" "c6b3c762482468c5d425f9ad1eb96f0c09eb76e164893581e1cdfbdea6e78598"` Oct 10 13:42:21.591 INFO blam! c6b3c762482468c5d425f9ad1eb96f0c09eb76e164893581e1cdfbdea6e78598