Oct 11 08:30:04.525 INFO testing webscale-0.9.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:30:04.525 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:30:04.525 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 08:30:04.980 INFO blam! 83362f4f2628893b2849830e6c520050109d1d1272ba740ae535d05f26ea9e3c Oct 11 08:30:04.985 INFO running `"docker" "start" "-a" "83362f4f2628893b2849830e6c520050109d1d1272ba740ae535d05f26ea9e3c"` Oct 11 08:30:05.900 INFO kablam! usermod: no changes Oct 11 08:30:06.082 INFO kablam! Compiling solicit v0.4.4 Oct 11 08:30:06.083 INFO kablam! Compiling cookie v0.2.5 Oct 11 08:30:06.083 INFO kablam! Compiling openssl-verify v0.1.0 Oct 11 08:30:06.089 INFO kablam! Compiling irc v0.11.8 Oct 11 08:30:15.012 INFO kablam! Compiling hyper v0.9.18 Oct 11 08:30:25.788 INFO kablam! Compiling webscale v0.9.4 (/source) Oct 11 08:30:30.107 INFO kablam! warning: unused variable: `e` Oct 11 08:30:30.107 INFO kablam! --> src/main.rs:142:17 Oct 11 08:30:30.107 INFO kablam! | Oct 11 08:30:30.107 INFO kablam! 142 | Err(e) => { Oct 11 08:30:30.107 INFO kablam! | ^ help: consider using `_e` instead Oct 11 08:30:30.108 INFO kablam! | Oct 11 08:30:30.108 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:30:30.108 INFO kablam! Oct 11 08:30:30.108 INFO kablam! warning: unused variable: `tx` Oct 11 08:30:30.108 INFO kablam! --> src/main.rs:188:55 Oct 11 08:30:30.108 INFO kablam! | Oct 11 08:30:30.108 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 11 08:30:30.108 INFO kablam! | ^^ help: consider using `_tx` instead Oct 11 08:30:30.108 INFO kablam! Oct 11 08:30:30.118 INFO kablam! warning: variable does not need to be mutable Oct 11 08:30:30.118 INFO kablam! --> src/main.rs:141:13 Oct 11 08:30:30.118 INFO kablam! | Oct 11 08:30:30.118 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 11 08:30:30.118 INFO kablam! | ----^^^^ Oct 11 08:30:30.118 INFO kablam! | | Oct 11 08:30:30.118 INFO kablam! | help: remove this `mut` Oct 11 08:30:30.118 INFO kablam! | Oct 11 08:30:30.118 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 08:30:30.118 INFO kablam! Oct 11 08:30:30.129 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:30.129 INFO kablam! --> src/main.rs:28:13 Oct 11 08:30:30.129 INFO kablam! | Oct 11 08:30:30.129 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 11 08:30:30.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:30:30.129 INFO kablam! | Oct 11 08:30:30.129 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 08:30:30.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:30.129 INFO kablam! Oct 11 08:30:30.129 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:30.129 INFO kablam! --> src/main.rs:111:25 Oct 11 08:30:30.129 INFO kablam! | Oct 11 08:30:30.129 INFO kablam! 111 | tx.send(reply); Oct 11 08:30:30.129 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 08:30:30.129 INFO kablam! | Oct 11 08:30:30.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:30.130 INFO kablam! Oct 11 08:30:30.130 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:30.130 INFO kablam! --> src/main.rs:178:17 Oct 11 08:30:30.130 INFO kablam! | Oct 11 08:30:30.130 INFO kablam! 178 | tx.send(reply); Oct 11 08:30:30.130 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 08:30:30.130 INFO kablam! | Oct 11 08:30:30.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:30.130 INFO kablam! Oct 11 08:30:30.130 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:30.130 INFO kablam! --> src/main.rs:249:13 Oct 11 08:30:30.130 INFO kablam! | Oct 11 08:30:30.130 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 11 08:30:30.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:30:30.130 INFO kablam! | Oct 11 08:30:30.130 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:30.130 INFO kablam! Oct 11 08:30:34.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.58s Oct 11 08:30:34.512 INFO kablam! su: No module specific data is present Oct 11 08:30:35.532 INFO running `"docker" "rm" "-f" "83362f4f2628893b2849830e6c520050109d1d1272ba740ae535d05f26ea9e3c"` Oct 11 08:30:35.792 INFO blam! 83362f4f2628893b2849830e6c520050109d1d1272ba740ae535d05f26ea9e3c Oct 11 08:30:35.800 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:30:35.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 08:30:36.229 INFO blam! a607d80e002223330400ae5e7c3da9797d4ecde92ac05c976c021aca557ffbc6 Oct 11 08:30:36.231 INFO running `"docker" "start" "-a" "a607d80e002223330400ae5e7c3da9797d4ecde92ac05c976c021aca557ffbc6"` Oct 11 08:30:38.420 INFO kablam! usermod: no changes Oct 11 08:30:38.552 INFO kablam! Compiling webscale v0.9.4 (/source) Oct 11 08:30:42.516 INFO kablam! warning: unused variable: `e` Oct 11 08:30:42.517 INFO kablam! --> src/main.rs:142:17 Oct 11 08:30:42.518 INFO kablam! | Oct 11 08:30:42.518 INFO kablam! 142 | Err(e) => { Oct 11 08:30:42.519 INFO kablam! | ^ help: consider using `_e` instead Oct 11 08:30:42.520 INFO kablam! | Oct 11 08:30:42.521 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 08:30:42.521 INFO kablam! Oct 11 08:30:42.522 INFO kablam! warning: unused variable: `tx` Oct 11 08:30:42.523 INFO kablam! --> src/main.rs:188:55 Oct 11 08:30:42.523 INFO kablam! | Oct 11 08:30:42.524 INFO kablam! 188 | fn handle_message(&mut self, message :IrcMessage, tx :mpsc::Sender) { Oct 11 08:30:42.525 INFO kablam! | ^^ help: consider using `_tx` instead Oct 11 08:30:42.525 INFO kablam! Oct 11 08:30:42.538 INFO kablam! warning: variable does not need to be mutable Oct 11 08:30:42.538 INFO kablam! --> src/main.rs:141:13 Oct 11 08:30:42.539 INFO kablam! | Oct 11 08:30:42.540 INFO kablam! 141 | let mut file = match File::open("patterns.txt") { Oct 11 08:30:42.541 INFO kablam! | ----^^^^ Oct 11 08:30:42.541 INFO kablam! | | Oct 11 08:30:42.541 INFO kablam! | help: remove this `mut` Oct 11 08:30:42.542 INFO kablam! | Oct 11 08:30:42.543 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 08:30:42.543 INFO kablam! Oct 11 08:30:42.556 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:42.556 INFO kablam! --> src/main.rs:28:13 Oct 11 08:30:42.556 INFO kablam! | Oct 11 08:30:42.556 INFO kablam! 28 | res.take(15000).read_to_string(&mut body); Oct 11 08:30:42.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:30:42.557 INFO kablam! | Oct 11 08:30:42.558 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 08:30:42.558 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:42.558 INFO kablam! Oct 11 08:30:42.559 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:42.559 INFO kablam! --> src/main.rs:111:25 Oct 11 08:30:42.559 INFO kablam! | Oct 11 08:30:42.559 INFO kablam! 111 | tx.send(reply); Oct 11 08:30:42.559 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 08:30:42.560 INFO kablam! | Oct 11 08:30:42.561 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:42.561 INFO kablam! Oct 11 08:30:42.562 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:42.562 INFO kablam! --> src/main.rs:178:17 Oct 11 08:30:42.562 INFO kablam! | Oct 11 08:30:42.562 INFO kablam! 178 | tx.send(reply); Oct 11 08:30:42.563 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 08:30:42.563 INFO kablam! | Oct 11 08:30:42.563 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:42.564 INFO kablam! Oct 11 08:30:42.565 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 08:30:42.565 INFO kablam! --> src/main.rs:249:13 Oct 11 08:30:42.565 INFO kablam! | Oct 11 08:30:42.565 INFO kablam! 249 | server_outbound.send_privmsg(&msg.target, &msg.message); Oct 11 08:30:42.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:30:42.566 INFO kablam! | Oct 11 08:30:42.566 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 08:30:42.566 INFO kablam! Oct 11 08:30:43.308 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.86s Oct 11 08:30:43.321 INFO kablam! su: No module specific data is present Oct 11 08:30:44.825 INFO running `"docker" "rm" "-f" "a607d80e002223330400ae5e7c3da9797d4ecde92ac05c976c021aca557ffbc6"` Oct 11 08:30:45.136 INFO blam! a607d80e002223330400ae5e7c3da9797d4ecde92ac05c976c021aca557ffbc6 Oct 11 08:30:45.148 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:30:45.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 08:30:45.808 INFO blam! e7d8895cabc7fc482dae451ed847edd66e369ab96e0ea0beb0cfc57cb9be9937 Oct 11 08:30:45.810 INFO running `"docker" "start" "-a" "e7d8895cabc7fc482dae451ed847edd66e369ab96e0ea0beb0cfc57cb9be9937"` Oct 11 08:30:47.216 INFO kablam! usermod: no changes Oct 11 08:30:47.484 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 11 08:30:47.502 INFO kablam! Running /target/debug/deps/webscale-4e7bd3ab4927e914 Oct 11 08:30:47.505 INFO blam! Oct 11 08:30:47.505 INFO blam! running 0 tests Oct 11 08:30:47.505 INFO blam! Oct 11 08:30:47.505 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:30:47.505 INFO blam! Oct 11 08:30:47.508 INFO kablam! su: No module specific data is present Oct 11 08:30:48.089 INFO running `"docker" "rm" "-f" "e7d8895cabc7fc482dae451ed847edd66e369ab96e0ea0beb0cfc57cb9be9937"` Oct 11 08:30:48.400 INFO blam! e7d8895cabc7fc482dae451ed847edd66e369ab96e0ea0beb0cfc57cb9be9937