Oct 11 02:05:03.691 INFO testing bmollot/sheika-glyph-renderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:05:03.691 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:05:03.693 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 02:05:04.123 INFO blam! c26fd0b4d9561ca3c7d917ff1b67cc200f879e0e30ede92349eea2e919383186 Oct 11 02:05:04.124 INFO running `"docker" "start" "-a" "c26fd0b4d9561ca3c7d917ff1b67cc200f879e0e30ede92349eea2e919383186"` Oct 11 02:05:05.360 INFO kablam! usermod: no changes Oct 11 02:05:05.652 INFO kablam! Compiling derivative v1.0.0 Oct 11 02:05:05.653 INFO kablam! Compiling gfx_gl v0.3.1 Oct 11 02:05:05.660 INFO kablam! Compiling wayland-sys v0.8.7 Oct 11 02:05:09.460 INFO kablam! Compiling wayland-client v0.8.7 Oct 11 02:05:13.432 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 11 02:05:13.432 INFO kablam! Compiling wayland-window v0.5.0 Oct 11 02:05:19.934 INFO kablam! Compiling winit v0.6.4 Oct 11 02:05:22.779 INFO kablam! Compiling gfx_core v0.7.1 Oct 11 02:05:27.613 INFO kablam! Compiling glutin v0.8.1 Oct 11 02:05:50.701 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 11 02:05:50.701 INFO kablam! Compiling gfx v0.16.1 Oct 11 02:05:56.344 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 11 02:05:59.551 INFO kablam! Compiling sheika_glyph v0.1.0 (/source) Oct 11 02:06:01.847 INFO kablam! warning: unused variable: `width` Oct 11 02:06:01.848 INFO kablam! --> src/main.rs:117:46 Oct 11 02:06:01.848 INFO kablam! | Oct 11 02:06:01.848 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 11 02:06:01.848 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 02:06:01.848 INFO kablam! | Oct 11 02:06:01.848 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:06:01.848 INFO kablam! Oct 11 02:06:01.848 INFO kablam! warning: unused variable: `height` Oct 11 02:06:01.848 INFO kablam! --> src/main.rs:117:53 Oct 11 02:06:01.848 INFO kablam! | Oct 11 02:06:01.848 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 11 02:06:01.848 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 11 02:06:01.848 INFO kablam! Oct 11 02:06:01.864 INFO kablam! warning: variable does not need to be mutable Oct 11 02:06:01.865 INFO kablam! --> src/main.rs:87:9 Oct 11 02:06:01.866 INFO kablam! | Oct 11 02:06:01.866 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 11 02:06:01.867 INFO kablam! | ----^^^^^^^^^^^ Oct 11 02:06:01.868 INFO kablam! | | Oct 11 02:06:01.868 INFO kablam! | help: remove this `mut` Oct 11 02:06:01.869 INFO kablam! | Oct 11 02:06:01.870 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:06:01.870 INFO kablam! Oct 11 02:06:01.900 INFO kablam! warning: method is never used: `new_empty` Oct 11 02:06:01.900 INFO kablam! --> src/main.rs:31:5 Oct 11 02:06:01.900 INFO kablam! | Oct 11 02:06:01.900 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 11 02:06:01.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:01.900 INFO kablam! | Oct 11 02:06:01.900 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:01.901 INFO kablam! Oct 11 02:06:01.901 INFO kablam! warning: method is never used: `new` Oct 11 02:06:01.901 INFO kablam! --> src/main.rs:34:5 Oct 11 02:06:01.901 INFO kablam! | Oct 11 02:06:01.901 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 11 02:06:01.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:01.901 INFO kablam! Oct 11 02:06:04.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.72s Oct 11 02:06:04.119 INFO kablam! su: No module specific data is present Oct 11 02:06:04.541 INFO running `"docker" "rm" "-f" "c26fd0b4d9561ca3c7d917ff1b67cc200f879e0e30ede92349eea2e919383186"` Oct 11 02:06:04.664 INFO blam! c26fd0b4d9561ca3c7d917ff1b67cc200f879e0e30ede92349eea2e919383186 Oct 11 02:06:04.666 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:06:04.668 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 02:06:04.924 INFO blam! 2f573298f8d3a1907adb678074ec0d699102b041da8dcc96a5b3529f7dab9571 Oct 11 02:06:04.926 INFO running `"docker" "start" "-a" "2f573298f8d3a1907adb678074ec0d699102b041da8dcc96a5b3529f7dab9571"` Oct 11 02:06:05.307 INFO kablam! usermod: no changes Oct 11 02:06:05.441 INFO kablam! Compiling sheika_glyph v0.1.0 (/source) Oct 11 02:06:08.131 INFO kablam! warning: unused variable: `width` Oct 11 02:06:08.131 INFO kablam! --> src/main.rs:117:46 Oct 11 02:06:08.131 INFO kablam! | Oct 11 02:06:08.131 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 11 02:06:08.131 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 02:06:08.131 INFO kablam! | Oct 11 02:06:08.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:06:08.131 INFO kablam! Oct 11 02:06:08.131 INFO kablam! warning: unused variable: `height` Oct 11 02:06:08.131 INFO kablam! --> src/main.rs:117:53 Oct 11 02:06:08.131 INFO kablam! | Oct 11 02:06:08.131 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 11 02:06:08.131 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 11 02:06:08.131 INFO kablam! Oct 11 02:06:08.146 INFO kablam! warning: variable does not need to be mutable Oct 11 02:06:08.146 INFO kablam! --> src/main.rs:87:9 Oct 11 02:06:08.146 INFO kablam! | Oct 11 02:06:08.146 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 11 02:06:08.146 INFO kablam! | ----^^^^^^^^^^^ Oct 11 02:06:08.146 INFO kablam! | | Oct 11 02:06:08.146 INFO kablam! | help: remove this `mut` Oct 11 02:06:08.146 INFO kablam! | Oct 11 02:06:08.146 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:06:08.146 INFO kablam! Oct 11 02:06:08.179 INFO kablam! warning: method is never used: `new_empty` Oct 11 02:06:08.179 INFO kablam! --> src/main.rs:31:5 Oct 11 02:06:08.180 INFO kablam! | Oct 11 02:06:08.180 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 11 02:06:08.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:08.181 INFO kablam! | Oct 11 02:06:08.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:06:08.182 INFO kablam! Oct 11 02:06:08.182 INFO kablam! warning: method is never used: `new` Oct 11 02:06:08.192 INFO kablam! --> src/main.rs:34:5 Oct 11 02:06:08.192 INFO kablam! | Oct 11 02:06:08.192 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 11 02:06:08.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:06:08.192 INFO kablam! Oct 11 02:06:08.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.38s Oct 11 02:06:08.717 INFO kablam! su: No module specific data is present Oct 11 02:06:09.179 INFO running `"docker" "rm" "-f" "2f573298f8d3a1907adb678074ec0d699102b041da8dcc96a5b3529f7dab9571"` Oct 11 02:06:09.352 INFO blam! 2f573298f8d3a1907adb678074ec0d699102b041da8dcc96a5b3529f7dab9571 Oct 11 02:06:09.354 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:06:09.354 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 02:06:09.648 INFO blam! 2c8cbf247db8d55940f8a7d5c5e22bc193183b679fffdbe48981efd9bc9ec365 Oct 11 02:06:09.651 INFO running `"docker" "start" "-a" "2c8cbf247db8d55940f8a7d5c5e22bc193183b679fffdbe48981efd9bc9ec365"` Oct 11 02:06:10.459 INFO kablam! usermod: no changes Oct 11 02:06:10.582 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 02:06:10.588 INFO kablam! Running /target/debug/deps/sheika_glyph-5ab2233b035849bb Oct 11 02:06:10.590 INFO blam! Oct 11 02:06:10.590 INFO blam! running 0 tests Oct 11 02:06:10.590 INFO blam! Oct 11 02:06:10.590 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:06:10.590 INFO blam! Oct 11 02:06:10.591 INFO kablam! su: No module specific data is present Oct 11 02:06:11.013 INFO running `"docker" "rm" "-f" "2c8cbf247db8d55940f8a7d5c5e22bc193183b679fffdbe48981efd9bc9ec365"` Oct 11 02:06:11.106 INFO blam! 2c8cbf247db8d55940f8a7d5c5e22bc193183b679fffdbe48981efd9bc9ec365