Oct 11 17:22:17.062 INFO testing loirc-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:22:17.062 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:22:17.062 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:22:17.285 INFO blam! 16a1d77e5bbd4bf2a2a906f7e74d863d57cde680eaedcf0ef3e50cc6e4d59025 Oct 11 17:22:17.287 INFO running `"docker" "start" "-a" "16a1d77e5bbd4bf2a2a906f7e74d863d57cde680eaedcf0ef3e50cc6e4d59025"` Oct 11 17:22:17.824 INFO kablam! usermod: no changes Oct 11 17:22:17.891 INFO kablam! Compiling loirc v0.2.0 (/source) Oct 11 17:22:19.465 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 17:22:19.465 INFO kablam! --> src/connection.rs:251:8 Oct 11 17:22:19.465 INFO kablam! | Oct 11 17:22:19.466 INFO kablam! 251 | Ok((reader)) Oct 11 17:22:19.466 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 17:22:19.466 INFO kablam! | Oct 11 17:22:19.466 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 17:22:19.467 INFO kablam! Oct 11 17:22:20.910 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 11 17:22:20.912 INFO kablam! su: No module specific data is present Oct 11 17:22:21.460 INFO running `"docker" "rm" "-f" "16a1d77e5bbd4bf2a2a906f7e74d863d57cde680eaedcf0ef3e50cc6e4d59025"` Oct 11 17:22:21.640 INFO blam! 16a1d77e5bbd4bf2a2a906f7e74d863d57cde680eaedcf0ef3e50cc6e4d59025 Oct 11 17:22:21.642 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:22:21.642 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:22:22.032 INFO blam! 2ceef5b70397303b48aa236d4359b2d424bc5059e55ffcdea838e07adc769dc9 Oct 11 17:22:22.041 INFO running `"docker" "start" "-a" "2ceef5b70397303b48aa236d4359b2d424bc5059e55ffcdea838e07adc769dc9"` Oct 11 17:22:23.168 INFO kablam! usermod: no changes Oct 11 17:22:23.260 INFO kablam! Compiling loirc v0.2.0 (/source) Oct 11 17:22:25.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:22:25.284 INFO kablam! --> examples/peekaboo.rs:19:5 Oct 11 17:22:25.284 INFO kablam! | Oct 11 17:22:25.284 INFO kablam! 19 | writer.raw(format!("USER {} 8 * :{}\n", "peekaboo", "peekaboo")); Oct 11 17:22:25.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:25.284 INFO kablam! | Oct 11 17:22:25.284 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 17:22:25.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:22:25.284 INFO kablam! Oct 11 17:22:25.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:22:25.284 INFO kablam! --> examples/peekaboo.rs:20:5 Oct 11 17:22:25.284 INFO kablam! | Oct 11 17:22:25.284 INFO kablam! 20 | writer.raw(format!("NICK {}\n", "peekaboo")); Oct 11 17:22:25.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:25.284 INFO kablam! | Oct 11 17:22:25.284 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:22:25.284 INFO kablam! Oct 11 17:22:25.284 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:22:25.284 INFO kablam! --> examples/peekaboo.rs:29:21 Oct 11 17:22:25.284 INFO kablam! | Oct 11 17:22:25.284 INFO kablam! 29 | writer.raw(format!("JOIN {}\n", channel)); Oct 11 17:22:25.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:25.285 INFO kablam! | Oct 11 17:22:25.285 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:22:25.285 INFO kablam! Oct 11 17:22:25.288 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:22:25.288 INFO kablam! --> examples/peekaboo.rs:40:37 Oct 11 17:22:25.288 INFO kablam! | Oct 11 17:22:25.288 INFO kablam! 40 | writer.raw(format!("PRIVMSG {} :{}\n", channel, "peekaboo")); Oct 11 17:22:25.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:25.288 INFO kablam! | Oct 11 17:22:25.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:22:25.288 INFO kablam! Oct 11 17:22:25.288 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 17:22:25.288 INFO kablam! --> examples/peekaboo.rs:43:37 Oct 11 17:22:25.288 INFO kablam! | Oct 11 17:22:25.288 INFO kablam! 43 | writer.raw(format!("QUIT :{}\n", "peekaboo")); Oct 11 17:22:25.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:22:25.288 INFO kablam! | Oct 11 17:22:25.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 17:22:25.288 INFO kablam! Oct 11 17:22:25.620 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 17:22:25.620 INFO kablam! --> src/connection.rs:251:8 Oct 11 17:22:25.620 INFO kablam! | Oct 11 17:22:25.620 INFO kablam! 251 | Ok((reader)) Oct 11 17:22:25.620 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 11 17:22:25.620 INFO kablam! | Oct 11 17:22:25.620 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 17:22:25.620 INFO kablam! Oct 11 17:22:27.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.20s Oct 11 17:22:27.412 INFO kablam! su: No module specific data is present Oct 11 17:22:27.998 INFO running `"docker" "rm" "-f" "2ceef5b70397303b48aa236d4359b2d424bc5059e55ffcdea838e07adc769dc9"` Oct 11 17:22:28.222 INFO blam! 2ceef5b70397303b48aa236d4359b2d424bc5059e55ffcdea838e07adc769dc9 Oct 11 17:22:28.223 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:22:28.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 17:22:28.680 INFO blam! d2713822af710286aa7314ab87dfe1e84cc8327c2855de78d2dd2d9fa1402370 Oct 11 17:22:28.682 INFO running `"docker" "start" "-a" "d2713822af710286aa7314ab87dfe1e84cc8327c2855de78d2dd2d9fa1402370"` Oct 11 17:22:29.772 INFO kablam! usermod: no changes Oct 11 17:22:29.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 17:22:29.880 INFO kablam! Running /target/debug/deps/loirc-4697db6979ec80a0 Oct 11 17:22:29.880 INFO blam! Oct 11 17:22:29.880 INFO blam! running 11 tests Oct 11 17:22:29.880 INFO blam! test message::test_full ... ok Oct 11 17:22:29.882 INFO blam! test message::test_only_command ... ok Oct 11 17:22:29.883 INFO blam! test message::test_no_suffix ... ok Oct 11 17:22:29.883 INFO blam! test message::test_prefix_none ... ok Oct 11 17:22:29.883 INFO blam! test message::test_only_prefix ... ok Oct 11 17:22:29.884 INFO blam! test message::test_no_prefix ... ok Oct 11 17:22:29.884 INFO blam! test message::test_no_args ... ok Oct 11 17:22:29.884 INFO blam! test message::test_empty_message ... ok Oct 11 17:22:29.885 INFO blam! test message::test_prefix_user ... ok Oct 11 17:22:29.889 INFO blam! test message::test_prefix_server ... ok Oct 11 17:22:29.900 INFO blam! test message::test_empty_message_trim ... ok Oct 11 17:22:29.901 INFO kablam! Doc-tests loirc Oct 11 17:22:29.901 INFO blam! Oct 11 17:22:29.901 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:22:29.901 INFO blam! Oct 11 17:22:32.212 INFO blam! Oct 11 17:22:32.212 INFO blam! running 1 test Oct 11 17:22:34.836 INFO blam! test src/lib.rs - (line 9) ... ok Oct 11 17:22:34.836 INFO blam! Oct 11 17:22:34.836 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:22:34.836 INFO blam! Oct 11 17:22:34.844 INFO kablam! su: No module specific data is present Oct 11 17:22:35.768 INFO running `"docker" "rm" "-f" "d2713822af710286aa7314ab87dfe1e84cc8327c2855de78d2dd2d9fa1402370"` Oct 11 17:22:36.044 INFO blam! d2713822af710286aa7314ab87dfe1e84cc8327c2855de78d2dd2d9fa1402370