Oct 10 15:51:22.783 INFO testing rroe/SR_ReverseProxy against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:51:22.783 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:51:22.783 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 15:51:23.281 INFO blam! 01df176722a099de32eb4312158eb7f4a14cb8fbabc6f1c7c5a3ea0fdb7d297b Oct 10 15:51:23.281 INFO running `"docker" "start" "-a" "01df176722a099de32eb4312158eb7f4a14cb8fbabc6f1c7c5a3ea0fdb7d297b"` Oct 10 15:51:24.497 INFO kablam! usermod: no changes Oct 10 15:51:24.645 INFO kablam! Compiling reverseproxy v0.0.1 (/source) Oct 10 15:51:25.260 INFO kablam! warning: unused import: `rand::Rng` Oct 10 15:51:25.260 INFO kablam! --> src/main.rs:4:5 Oct 10 15:51:25.260 INFO kablam! | Oct 10 15:51:25.260 INFO kablam! 4 | use rand::Rng; Oct 10 15:51:25.260 INFO kablam! | ^^^^^^^^^ Oct 10 15:51:25.260 INFO kablam! | Oct 10 15:51:25.260 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:51:25.260 INFO kablam! Oct 10 15:51:25.260 INFO kablam! warning: unused imports: `Shutdown`, `TcpStream` Oct 10 15:51:25.260 INFO kablam! --> src/main.rs:5:29 Oct 10 15:51:25.260 INFO kablam! | Oct 10 15:51:25.260 INFO kablam! 5 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 10 15:51:25.260 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 10 15:51:25.261 INFO kablam! Oct 10 15:51:25.261 INFO kablam! warning: unused import: `TcpListener` Oct 10 15:51:25.261 INFO kablam! --> src/proxy/localproxy.rs:4:16 Oct 10 15:51:25.261 INFO kablam! | Oct 10 15:51:25.261 INFO kablam! 4 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 10 15:51:25.261 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:51:25.261 INFO kablam! Oct 10 15:51:25.348 INFO kablam! warning: unreachable expression Oct 10 15:51:25.348 INFO kablam! --> src/proxy/localproxy.rs:114:17 Oct 10 15:51:25.348 INFO kablam! | Oct 10 15:51:25.348 INFO kablam! 114 | m Oct 10 15:51:25.348 INFO kablam! | ^ Oct 10 15:51:25.348 INFO kablam! | Oct 10 15:51:25.348 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 15:51:25.348 INFO kablam! Oct 10 15:51:25.352 INFO kablam! warning: unused variable: `m` Oct 10 15:51:25.352 INFO kablam! --> src/proxy/localproxy.rs:109:16 Oct 10 15:51:25.352 INFO kablam! | Oct 10 15:51:25.352 INFO kablam! 109 | Ok(m) => { Oct 10 15:51:25.352 INFO kablam! | ^ help: consider using `_m` instead Oct 10 15:51:25.352 INFO kablam! | Oct 10 15:51:25.352 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:51:25.352 INFO kablam! Oct 10 15:51:25.352 INFO kablam! warning: unused variable: `y` Oct 10 15:51:25.352 INFO kablam! --> src/main.rs:15:13 Oct 10 15:51:25.352 INFO kablam! | Oct 10 15:51:25.352 INFO kablam! 15 | for y in 0..x { Oct 10 15:51:25.352 INFO kablam! | ^ help: consider using `_y` instead Oct 10 15:51:25.352 INFO kablam! Oct 10 15:51:25.372 INFO kablam! warning: function is never used: `vec_end_in_nl` Oct 10 15:51:25.372 INFO kablam! --> src/proxy/buffer.rs:1:1 Oct 10 15:51:25.372 INFO kablam! | Oct 10 15:51:25.372 INFO kablam! 1 | pub fn vec_end_in_nl(input: &Vec) -> bool { Oct 10 15:51:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:51:25.372 INFO kablam! | Oct 10 15:51:25.372 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:51:25.372 INFO kablam! Oct 10 15:51:25.372 INFO kablam! warning: function is never used: `print_chunk` Oct 10 15:51:25.372 INFO kablam! --> src/main.rs:9:1 Oct 10 15:51:25.372 INFO kablam! | Oct 10 15:51:25.372 INFO kablam! 9 | fn print_chunk(title: &str, string: &String) { Oct 10 15:51:25.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:51:25.372 INFO kablam! Oct 10 15:51:26.389 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 10 15:51:26.392 INFO kablam! su: No module specific data is present Oct 10 15:51:27.184 INFO running `"docker" "rm" "-f" "01df176722a099de32eb4312158eb7f4a14cb8fbabc6f1c7c5a3ea0fdb7d297b"` Oct 10 15:51:27.476 INFO blam! 01df176722a099de32eb4312158eb7f4a14cb8fbabc6f1c7c5a3ea0fdb7d297b Oct 10 15:51:27.480 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:51:27.480 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 15:51:27.963 INFO blam! b81a878875832df0506eca2a479617d5360a1bceac7b140be9c71fe6e8420a52 Oct 10 15:51:27.965 INFO running `"docker" "start" "-a" "b81a878875832df0506eca2a479617d5360a1bceac7b140be9c71fe6e8420a52"` Oct 10 15:51:29.511 INFO kablam! usermod: no changes Oct 10 15:51:29.573 INFO kablam! Compiling reverseproxy v0.0.1 (/source) Oct 10 15:51:30.197 INFO kablam! warning: unused import: `rand::Rng` Oct 10 15:51:30.197 INFO kablam! --> src/main.rs:4:5 Oct 10 15:51:30.197 INFO kablam! | Oct 10 15:51:30.198 INFO kablam! 4 | use rand::Rng; Oct 10 15:51:30.198 INFO kablam! | ^^^^^^^^^ Oct 10 15:51:30.198 INFO kablam! | Oct 10 15:51:30.198 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:51:30.199 INFO kablam! Oct 10 15:51:30.199 INFO kablam! warning: unused imports: `Shutdown`, `TcpStream` Oct 10 15:51:30.199 INFO kablam! --> src/main.rs:5:29 Oct 10 15:51:30.199 INFO kablam! | Oct 10 15:51:30.200 INFO kablam! 5 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 10 15:51:30.200 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 10 15:51:30.200 INFO kablam! Oct 10 15:51:30.200 INFO kablam! warning: unused import: `TcpListener` Oct 10 15:51:30.201 INFO kablam! --> src/proxy/localproxy.rs:4:16 Oct 10 15:51:30.201 INFO kablam! | Oct 10 15:51:30.201 INFO kablam! 4 | use std::net::{TcpListener, TcpStream, Shutdown}; Oct 10 15:51:30.202 INFO kablam! | ^^^^^^^^^^^ Oct 10 15:51:30.202 INFO kablam! Oct 10 15:51:30.292 INFO kablam! warning: unreachable expression Oct 10 15:51:30.293 INFO kablam! --> src/proxy/localproxy.rs:114:17 Oct 10 15:51:30.294 INFO kablam! | Oct 10 15:51:30.294 INFO kablam! 114 | m Oct 10 15:51:30.295 INFO kablam! | ^ Oct 10 15:51:30.295 INFO kablam! | Oct 10 15:51:30.298 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 15:51:30.298 INFO kablam! Oct 10 15:51:30.299 INFO kablam! warning: unused variable: `m` Oct 10 15:51:30.299 INFO kablam! --> src/proxy/localproxy.rs:109:16 Oct 10 15:51:30.300 INFO kablam! | Oct 10 15:51:30.301 INFO kablam! 109 | Ok(m) => { Oct 10 15:51:30.301 INFO kablam! | ^ help: consider using `_m` instead Oct 10 15:51:30.302 INFO kablam! | Oct 10 15:51:30.303 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:51:30.304 INFO kablam! Oct 10 15:51:30.305 INFO kablam! warning: unused variable: `y` Oct 10 15:51:30.305 INFO kablam! --> src/main.rs:15:13 Oct 10 15:51:30.305 INFO kablam! | Oct 10 15:51:30.305 INFO kablam! 15 | for y in 0..x { Oct 10 15:51:30.306 INFO kablam! | ^ help: consider using `_y` instead Oct 10 15:51:30.306 INFO kablam! Oct 10 15:51:30.318 INFO kablam! warning: function is never used: `vec_end_in_nl` Oct 10 15:51:30.319 INFO kablam! --> src/proxy/buffer.rs:1:1 Oct 10 15:51:30.320 INFO kablam! | Oct 10 15:51:30.320 INFO kablam! 1 | pub fn vec_end_in_nl(input: &Vec) -> bool { Oct 10 15:51:30.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:51:30.321 INFO kablam! | Oct 10 15:51:30.324 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:51:30.325 INFO kablam! Oct 10 15:51:30.325 INFO kablam! warning: function is never used: `print_chunk` Oct 10 15:51:30.325 INFO kablam! --> src/main.rs:9:1 Oct 10 15:51:30.325 INFO kablam! | Oct 10 15:51:30.326 INFO kablam! 9 | fn print_chunk(title: &str, string: &String) { Oct 10 15:51:30.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:51:30.326 INFO kablam! Oct 10 15:51:30.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 10 15:51:30.921 INFO kablam! su: No module specific data is present Oct 10 15:51:32.036 INFO running `"docker" "rm" "-f" "b81a878875832df0506eca2a479617d5360a1bceac7b140be9c71fe6e8420a52"` Oct 10 15:51:32.380 INFO blam! b81a878875832df0506eca2a479617d5360a1bceac7b140be9c71fe6e8420a52 Oct 10 15:51:32.385 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:51:32.386 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 15:51:32.782 INFO blam! f7f1f9c621565799875a44fa67c659523fb5023256cefeaf5c275f31c1982156 Oct 10 15:51:32.784 INFO running `"docker" "start" "-a" "f7f1f9c621565799875a44fa67c659523fb5023256cefeaf5c275f31c1982156"` Oct 10 15:51:34.644 INFO kablam! usermod: no changes Oct 10 15:51:34.697 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 15:51:34.708 INFO kablam! Running /target/debug/deps/reverseproxy-48a6d4fadee88648 Oct 10 15:51:34.710 INFO kablam! su: No module specific data is present Oct 10 15:51:34.711 INFO blam! Oct 10 15:51:34.711 INFO blam! running 0 tests Oct 10 15:51:34.711 INFO blam! Oct 10 15:51:34.711 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:51:34.711 INFO blam! Oct 10 15:51:35.946 INFO running `"docker" "rm" "-f" "f7f1f9c621565799875a44fa67c659523fb5023256cefeaf5c275f31c1982156"` Oct 10 15:51:36.240 INFO blam! f7f1f9c621565799875a44fa67c659523fb5023256cefeaf5c275f31c1982156