Oct 10 22:49:38.777 INFO testing futurepaul/friend-ui against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:49:38.777 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:49:38.777 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 22:49:39.229 INFO blam! 094103bdee60e755e86a54099a2e823f685f3aa30887fb6216b53b24bee526a9 Oct 10 22:49:39.230 INFO running `"docker" "start" "-a" "094103bdee60e755e86a54099a2e823f685f3aa30887fb6216b53b24bee526a9"` Oct 10 22:49:40.496 INFO kablam! usermod: no changes Oct 10 22:49:40.560 INFO kablam! Compiling libc v0.2.33 Oct 10 22:49:41.740 INFO kablam! Compiling termion v1.5.1 Oct 10 22:49:43.292 INFO kablam! Compiling friendui v0.1.0 (/source) Oct 10 22:49:43.520 INFO kablam! warning: variable does not need to be mutable Oct 10 22:49:43.520 INFO kablam! --> src/main.rs:139:9 Oct 10 22:49:43.520 INFO kablam! | Oct 10 22:49:43.520 INFO kablam! 139 | let mut buffer = Buffer { Oct 10 22:49:43.520 INFO kablam! | ----^^^^^^ Oct 10 22:49:43.520 INFO kablam! | | Oct 10 22:49:43.520 INFO kablam! | help: remove this `mut` Oct 10 22:49:43.520 INFO kablam! | Oct 10 22:49:43.520 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:49:43.520 INFO kablam! Oct 10 22:49:43.524 INFO kablam! warning: field is never used: `width` Oct 10 22:49:43.524 INFO kablam! --> src/main.rs:13:5 Oct 10 22:49:43.524 INFO kablam! | Oct 10 22:49:43.524 INFO kablam! 13 | width: u16, Oct 10 22:49:43.524 INFO kablam! | ^^^^^^^^^^ Oct 10 22:49:43.524 INFO kablam! | Oct 10 22:49:43.524 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:49:43.524 INFO kablam! Oct 10 22:49:43.524 INFO kablam! warning: field is never used: `height` Oct 10 22:49:43.524 INFO kablam! --> src/main.rs:14:5 Oct 10 22:49:43.524 INFO kablam! | Oct 10 22:49:43.524 INFO kablam! 14 | height: u16, Oct 10 22:49:43.524 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:49:43.524 INFO kablam! Oct 10 22:49:43.524 INFO kablam! warning: field is never used: `cursor_x` Oct 10 22:49:43.524 INFO kablam! --> src/main.rs:18:5 Oct 10 22:49:43.524 INFO kablam! | Oct 10 22:49:43.524 INFO kablam! 18 | cursor_x: u16, Oct 10 22:49:43.524 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:49:43.524 INFO kablam! Oct 10 22:49:43.525 INFO kablam! warning: field is never used: `cursor_y` Oct 10 22:49:43.525 INFO kablam! --> src/main.rs:19:5 Oct 10 22:49:43.525 INFO kablam! | Oct 10 22:49:43.525 INFO kablam! 19 | cursor_y: u16, Oct 10 22:49:43.525 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:49:43.525 INFO kablam! Oct 10 22:49:43.525 INFO kablam! warning: field is never used: `height` Oct 10 22:49:43.525 INFO kablam! --> src/main.rs:24:5 Oct 10 22:49:43.525 INFO kablam! | Oct 10 22:49:43.525 INFO kablam! 24 | height: u16, Oct 10 22:49:43.525 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:49:43.525 INFO kablam! Oct 10 22:49:43.525 INFO kablam! warning: struct is never constructed: `Pane` Oct 10 22:49:43.525 INFO kablam! --> src/main.rs:110:1 Oct 10 22:49:43.525 INFO kablam! | Oct 10 22:49:43.525 INFO kablam! 110 | struct Pane { Oct 10 22:49:43.525 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:49:43.525 INFO kablam! Oct 10 22:49:44.312 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 10 22:49:44.313 INFO kablam! su: No module specific data is present Oct 10 22:49:44.710 INFO running `"docker" "rm" "-f" "094103bdee60e755e86a54099a2e823f685f3aa30887fb6216b53b24bee526a9"` Oct 10 22:49:44.979 INFO blam! 094103bdee60e755e86a54099a2e823f685f3aa30887fb6216b53b24bee526a9 Oct 10 22:49:44.986 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:49:44.986 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 22:49:45.352 INFO blam! 2d81df75e91ec5c6e60e84b5918ce90a0bf66b24969d80676a78058ed0e83ce2 Oct 10 22:49:45.356 INFO running `"docker" "start" "-a" "2d81df75e91ec5c6e60e84b5918ce90a0bf66b24969d80676a78058ed0e83ce2"` Oct 10 22:49:46.607 INFO kablam! usermod: no changes Oct 10 22:49:46.700 INFO kablam! Compiling friendui v0.1.0 (/source) Oct 10 22:49:46.956 INFO kablam! warning: variable does not need to be mutable Oct 10 22:49:46.956 INFO kablam! --> src/main.rs:139:9 Oct 10 22:49:46.956 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 139 | let mut buffer = Buffer { Oct 10 22:49:46.957 INFO kablam! | ----^^^^^^ Oct 10 22:49:46.957 INFO kablam! | | Oct 10 22:49:46.957 INFO kablam! | help: remove this `mut` Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:46.957 INFO kablam! warning: field is never used: `width` Oct 10 22:49:46.957 INFO kablam! --> src/main.rs:13:5 Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 13 | width: u16, Oct 10 22:49:46.957 INFO kablam! | ^^^^^^^^^^ Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:46.957 INFO kablam! warning: field is never used: `height` Oct 10 22:49:46.957 INFO kablam! --> src/main.rs:14:5 Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 14 | height: u16, Oct 10 22:49:46.957 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:46.957 INFO kablam! warning: field is never used: `cursor_x` Oct 10 22:49:46.957 INFO kablam! --> src/main.rs:18:5 Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 18 | cursor_x: u16, Oct 10 22:49:46.957 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:46.957 INFO kablam! warning: field is never used: `cursor_y` Oct 10 22:49:46.957 INFO kablam! --> src/main.rs:19:5 Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 19 | cursor_y: u16, Oct 10 22:49:46.957 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:46.957 INFO kablam! warning: field is never used: `height` Oct 10 22:49:46.957 INFO kablam! --> src/main.rs:24:5 Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 24 | height: u16, Oct 10 22:49:46.957 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:46.957 INFO kablam! warning: struct is never constructed: `Pane` Oct 10 22:49:46.957 INFO kablam! --> src/main.rs:110:1 Oct 10 22:49:46.957 INFO kablam! | Oct 10 22:49:46.957 INFO kablam! 110 | struct Pane { Oct 10 22:49:46.957 INFO kablam! | ^^^^^^^^^^^ Oct 10 22:49:46.957 INFO kablam! Oct 10 22:49:47.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 10 22:49:47.419 INFO kablam! su: No module specific data is present Oct 10 22:49:48.226 INFO running `"docker" "rm" "-f" "2d81df75e91ec5c6e60e84b5918ce90a0bf66b24969d80676a78058ed0e83ce2"` Oct 10 22:49:48.722 INFO blam! 2d81df75e91ec5c6e60e84b5918ce90a0bf66b24969d80676a78058ed0e83ce2 Oct 10 22:49:48.726 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:49:48.726 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 22:49:49.160 INFO blam! 187a72cb6a7ed72e0af780814234ec327ab8101bcc893828c5048e1623c09bce Oct 10 22:49:49.168 INFO running `"docker" "start" "-a" "187a72cb6a7ed72e0af780814234ec327ab8101bcc893828c5048e1623c09bce"` Oct 10 22:49:50.291 INFO kablam! usermod: no changes Oct 10 22:49:50.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 22:49:50.354 INFO kablam! Running /target/debug/deps/friendui-a6c389c9d6ba6016 Oct 10 22:49:50.362 INFO blam! Oct 10 22:49:50.362 INFO blam! running 0 tests Oct 10 22:49:50.362 INFO blam! Oct 10 22:49:50.363 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:49:50.363 INFO blam! Oct 10 22:49:50.368 INFO kablam! su: No module specific data is present Oct 10 22:49:51.009 INFO running `"docker" "rm" "-f" "187a72cb6a7ed72e0af780814234ec327ab8101bcc893828c5048e1623c09bce"` Oct 10 22:49:51.364 INFO blam! 187a72cb6a7ed72e0af780814234ec327ab8101bcc893828c5048e1623c09bce