Oct 13 02:18:15.979 INFO testing rroe/SR_ReverseProxy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:18:15.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 02:18:16.457 INFO blam! 8e0ce5d50f0a650cb71b1d4608ccf9060028ac0994f9ee69fbe9ca01f5dad72a Oct 13 02:18:16.458 INFO running `"docker" "start" "-a" "8e0ce5d50f0a650cb71b1d4608ccf9060028ac0994f9ee69fbe9ca01f5dad72a"` Oct 13 02:18:18.770 INFO kablam! usermod: no changes Oct 13 02:18:18.943 INFO kablam! Compiling time v0.1.35 Oct 13 02:18:20.701 INFO kablam! Compiling reverseproxy v0.0.1 (/source) Oct 13 02:18:21.023 INFO kablam! warning: unused import: `rand::Rng` Oct 13 02:18:21.024 INFO kablam! --> src/main.rs:4:5 Oct 13 02:18:21.024 INFO kablam! | Oct 13 02:18:21.024 INFO kablam! 4 | use rand::Rng; Oct 13 02:18:21.024 INFO kablam! | ^^^^^^^^^ Oct 13 02:18:21.024 INFO kablam! | Oct 13 02:18:21.024 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:18:21.024 INFO kablam! Oct 13 02:18:21.024 INFO kablam! warning: unused imports: `Shutdown`, `TcpStream` Oct 13 02:18:21.024 INFO kablam! --> src/main.rs:5:29 Oct 13 02:18:21.024 INFO kablam! | Oct 13 02:18:21.024 INFO kablam! 5 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 13 02:18:21.024 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 13 02:18:21.024 INFO kablam! Oct 13 02:18:21.024 INFO kablam! warning: unused import: `TcpListener` Oct 13 02:18:21.024 INFO kablam! --> src/proxy/localproxy.rs:4:16 Oct 13 02:18:21.024 INFO kablam! | Oct 13 02:18:21.024 INFO kablam! 4 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 13 02:18:21.024 INFO kablam! | ^^^^^^^^^^^ Oct 13 02:18:21.024 INFO kablam! Oct 13 02:18:21.103 INFO kablam! warning: unreachable expression Oct 13 02:18:21.104 INFO kablam! --> src/proxy/localproxy.rs:114:17 Oct 13 02:18:21.104 INFO kablam! | Oct 13 02:18:21.104 INFO kablam! 114 | m Oct 13 02:18:21.104 INFO kablam! | ^ Oct 13 02:18:21.104 INFO kablam! | Oct 13 02:18:21.104 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 02:18:21.104 INFO kablam! Oct 13 02:18:21.109 INFO kablam! warning: unused variable: `m` Oct 13 02:18:21.110 INFO kablam! --> src/proxy/localproxy.rs:109:16 Oct 13 02:18:21.110 INFO kablam! | Oct 13 02:18:21.110 INFO kablam! 109 | Ok(m) => { Oct 13 02:18:21.110 INFO kablam! | ^ help: consider using `_m` instead Oct 13 02:18:21.110 INFO kablam! | Oct 13 02:18:21.110 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:18:21.110 INFO kablam! Oct 13 02:18:21.110 INFO kablam! warning: unused variable: `y` Oct 13 02:18:21.110 INFO kablam! --> src/main.rs:15:13 Oct 13 02:18:21.110 INFO kablam! | Oct 13 02:18:21.110 INFO kablam! 15 | for y in 0..x { Oct 13 02:18:21.110 INFO kablam! | ^ help: consider using `_y` instead Oct 13 02:18:21.110 INFO kablam! Oct 13 02:18:21.128 INFO kablam! warning: function is never used: `vec_end_in_nl` Oct 13 02:18:21.129 INFO kablam! --> src/proxy/buffer.rs:1:1 Oct 13 02:18:21.129 INFO kablam! | Oct 13 02:18:21.129 INFO kablam! 1 | pub fn vec_end_in_nl(input: &Vec) -> bool { Oct 13 02:18:21.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:18:21.129 INFO kablam! | Oct 13 02:18:21.129 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:18:21.129 INFO kablam! Oct 13 02:18:21.129 INFO kablam! warning: function is never used: `print_chunk` Oct 13 02:18:21.129 INFO kablam! --> src/main.rs:9:1 Oct 13 02:18:21.129 INFO kablam! | Oct 13 02:18:21.129 INFO kablam! 9 | fn print_chunk(title: &str, string: &String) { Oct 13 02:18:21.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:18:21.129 INFO kablam! Oct 13 02:18:22.260 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.45s Oct 13 02:18:22.263 INFO kablam! su: No module specific data is present Oct 13 02:18:23.568 INFO running `"docker" "rm" "-f" "8e0ce5d50f0a650cb71b1d4608ccf9060028ac0994f9ee69fbe9ca01f5dad72a"` Oct 13 02:18:23.859 INFO blam! 8e0ce5d50f0a650cb71b1d4608ccf9060028ac0994f9ee69fbe9ca01f5dad72a Oct 13 02:18:23.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 02:18:24.298 INFO blam! 84729de58c1b383e12c13773d551cde2bb7ad4b7cbf0aee20b2af46133d41115 Oct 13 02:18:24.301 INFO running `"docker" "start" "-a" "84729de58c1b383e12c13773d551cde2bb7ad4b7cbf0aee20b2af46133d41115"` Oct 13 02:18:25.891 INFO kablam! usermod: no changes Oct 13 02:18:25.963 INFO kablam! Compiling reverseproxy v0.0.1 (/source) Oct 13 02:18:26.322 INFO kablam! warning: unused import: `rand::Rng` Oct 13 02:18:26.322 INFO kablam! --> src/main.rs:4:5 Oct 13 02:18:26.322 INFO kablam! | Oct 13 02:18:26.322 INFO kablam! 4 | use rand::Rng; Oct 13 02:18:26.322 INFO kablam! | ^^^^^^^^^ Oct 13 02:18:26.322 INFO kablam! | Oct 13 02:18:26.322 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:18:26.322 INFO kablam! Oct 13 02:18:26.324 INFO kablam! warning: unused imports: `Shutdown`, `TcpStream` Oct 13 02:18:26.324 INFO kablam! --> src/main.rs:5:29 Oct 13 02:18:26.324 INFO kablam! | Oct 13 02:18:26.325 INFO kablam! 5 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 13 02:18:26.325 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 13 02:18:26.325 INFO kablam! Oct 13 02:18:26.325 INFO kablam! warning: unused import: `TcpListener` Oct 13 02:18:26.325 INFO kablam! --> src/proxy/localproxy.rs:4:16 Oct 13 02:18:26.325 INFO kablam! | Oct 13 02:18:26.325 INFO kablam! 4 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 13 02:18:26.325 INFO kablam! | ^^^^^^^^^^^ Oct 13 02:18:26.325 INFO kablam! Oct 13 02:18:26.411 INFO kablam! warning: unreachable expression Oct 13 02:18:26.411 INFO kablam! --> src/proxy/localproxy.rs:114:17 Oct 13 02:18:26.411 INFO kablam! | Oct 13 02:18:26.411 INFO kablam! 114 | m Oct 13 02:18:26.411 INFO kablam! | ^ Oct 13 02:18:26.411 INFO kablam! | Oct 13 02:18:26.411 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 13 02:18:26.411 INFO kablam! Oct 13 02:18:26.411 INFO kablam! warning: unused variable: `m` Oct 13 02:18:26.411 INFO kablam! --> src/proxy/localproxy.rs:109:16 Oct 13 02:18:26.411 INFO kablam! | Oct 13 02:18:26.411 INFO kablam! 109 | Ok(m) => { Oct 13 02:18:26.411 INFO kablam! | ^ help: consider using `_m` instead Oct 13 02:18:26.411 INFO kablam! | Oct 13 02:18:26.411 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:18:26.411 INFO kablam! Oct 13 02:18:26.411 INFO kablam! warning: unused variable: `y` Oct 13 02:18:26.411 INFO kablam! --> src/main.rs:15:13 Oct 13 02:18:26.411 INFO kablam! | Oct 13 02:18:26.411 INFO kablam! 15 | for y in 0..x { Oct 13 02:18:26.411 INFO kablam! | ^ help: consider using `_y` instead Oct 13 02:18:26.411 INFO kablam! Oct 13 02:18:26.431 INFO kablam! warning: function is never used: `vec_end_in_nl` Oct 13 02:18:26.431 INFO kablam! --> src/proxy/buffer.rs:1:1 Oct 13 02:18:26.431 INFO kablam! | Oct 13 02:18:26.431 INFO kablam! 1 | pub fn vec_end_in_nl(input: &Vec) -> bool { Oct 13 02:18:26.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:18:26.431 INFO kablam! | Oct 13 02:18:26.431 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:18:26.431 INFO kablam! Oct 13 02:18:26.431 INFO kablam! warning: function is never used: `print_chunk` Oct 13 02:18:26.431 INFO kablam! --> src/main.rs:9:1 Oct 13 02:18:26.431 INFO kablam! | Oct 13 02:18:26.431 INFO kablam! 9 | fn print_chunk(title: &str, string: &String) { Oct 13 02:18:26.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:18:26.431 INFO kablam! Oct 13 02:18:26.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Oct 13 02:18:26.937 INFO kablam! su: No module specific data is present Oct 13 02:18:28.139 INFO running `"docker" "rm" "-f" "84729de58c1b383e12c13773d551cde2bb7ad4b7cbf0aee20b2af46133d41115"` Oct 13 02:18:28.451 INFO blam! 84729de58c1b383e12c13773d551cde2bb7ad4b7cbf0aee20b2af46133d41115 Oct 13 02:18:28.463 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 02:18:29.011 INFO blam! 78402f67453f086fcb9b58a8adaa8567df42a0ccab5458afd22669a10779a7d5 Oct 13 02:18:29.017 INFO running `"docker" "start" "-a" "78402f67453f086fcb9b58a8adaa8567df42a0ccab5458afd22669a10779a7d5"` Oct 13 02:18:30.231 INFO kablam! usermod: no changes Oct 13 02:18:30.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 13 02:18:30.364 INFO kablam! Running /target/debug/deps/reverseproxy-48a6d4fadee88648 Oct 13 02:18:30.367 INFO blam! Oct 13 02:18:30.367 INFO blam! running 0 tests Oct 13 02:18:30.367 INFO blam! Oct 13 02:18:30.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:18:30.367 INFO blam! Oct 13 02:18:30.375 INFO kablam! su: No module specific data is present Oct 13 02:18:31.334 INFO running `"docker" "rm" "-f" "78402f67453f086fcb9b58a8adaa8567df42a0ccab5458afd22669a10779a7d5"` Oct 13 02:18:31.667 INFO blam! 78402f67453f086fcb9b58a8adaa8567df42a0ccab5458afd22669a10779a7d5