Oct 15 02:18:46.865 INFO testing bmollot/sheika-glyph-renderer against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:18:46.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 02:18:47.256 INFO blam! 6bc786673d231cc6f7b0e10ab827f483103577278e35e178230d1a6e18fe2092 Oct 15 02:18:47.265 INFO running `"docker" "start" "-a" "6bc786673d231cc6f7b0e10ab827f483103577278e35e178230d1a6e18fe2092"` Oct 15 02:18:48.699 INFO kablam! usermod: no changes Oct 15 02:18:48.915 INFO kablam! Compiling libc v0.2.26 Oct 15 02:18:48.923 INFO kablam! Compiling either v1.1.0 Oct 15 02:18:48.940 INFO kablam! Compiling xml-rs v0.6.0 Oct 15 02:18:49.383 INFO kablam! Compiling itertools v0.5.10 Oct 15 02:18:51.467 INFO kablam! Compiling rand v0.3.15 Oct 15 02:18:51.467 INFO kablam! Compiling fs2 v0.2.5 Oct 15 02:18:51.468 INFO kablam! Compiling shared_library v0.1.6 Oct 15 02:18:51.468 INFO kablam! Compiling x11-dl v2.14.0 Oct 15 02:18:54.035 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 02:18:54.075 INFO kablam! Compiling memmap v0.4.0 Oct 15 02:18:54.235 INFO kablam! Compiling derivative v1.0.0 Oct 15 02:18:58.015 INFO kablam! Compiling gl_generator v0.5.5 Oct 15 02:19:00.099 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 02:19:00.099 INFO kablam! Compiling tempfile v2.1.6 Oct 15 02:19:01.771 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 02:19:03.699 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:19:03.700 INFO kablam! Compiling glutin v0.8.1 Oct 15 02:19:04.843 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 02:19:09.755 INFO kablam! Compiling gfx_core v0.7.1 Oct 15 02:19:18.448 INFO kablam! Compiling libloading v0.3.4 Oct 15 02:19:20.971 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:19:21.321 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 02:19:23.587 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 02:19:26.283 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 02:19:26.283 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 02:19:29.235 INFO kablam! Compiling winit v0.6.4 Oct 15 02:19:44.987 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 15 02:19:44.987 INFO kablam! Compiling gfx v0.16.1 Oct 15 02:19:50.464 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 15 02:19:54.594 INFO kablam! Compiling sheika_glyph v0.1.0 (/source) Oct 15 02:19:56.203 INFO kablam! warning: unused variable: `width` Oct 15 02:19:56.203 INFO kablam! --> src/main.rs:117:46 Oct 15 02:19:56.204 INFO kablam! | Oct 15 02:19:56.204 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:19:56.204 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 02:19:56.204 INFO kablam! | Oct 15 02:19:56.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:19:56.205 INFO kablam! Oct 15 02:19:56.205 INFO kablam! warning: unused variable: `height` Oct 15 02:19:56.205 INFO kablam! --> src/main.rs:117:53 Oct 15 02:19:56.206 INFO kablam! | Oct 15 02:19:56.206 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:19:56.206 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 02:19:56.206 INFO kablam! Oct 15 02:19:56.207 INFO kablam! warning: variable does not need to be mutable Oct 15 02:19:56.207 INFO kablam! --> src/main.rs:87:9 Oct 15 02:19:56.208 INFO kablam! | Oct 15 02:19:56.208 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 02:19:56.208 INFO kablam! | ----^^^^^^^^^^^ Oct 15 02:19:56.208 INFO kablam! | | Oct 15 02:19:56.208 INFO kablam! | help: remove this `mut` Oct 15 02:19:56.209 INFO kablam! | Oct 15 02:19:56.209 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:19:56.209 INFO kablam! Oct 15 02:19:56.244 INFO kablam! warning: method is never used: `new_empty` Oct 15 02:19:56.244 INFO kablam! --> src/main.rs:31:5 Oct 15 02:19:56.244 INFO kablam! | Oct 15 02:19:56.245 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 15 02:19:56.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:19:56.246 INFO kablam! | Oct 15 02:19:56.246 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:19:56.247 INFO kablam! Oct 15 02:19:56.247 INFO kablam! warning: method is never used: `new` Oct 15 02:19:56.247 INFO kablam! --> src/main.rs:34:5 Oct 15 02:19:56.248 INFO kablam! | Oct 15 02:19:56.248 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 15 02:19:56.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:19:56.249 INFO kablam! Oct 15 02:19:58.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 15 02:19:58.921 INFO kablam! su: No module specific data is present Oct 15 02:19:59.947 INFO running `"docker" "rm" "-f" "6bc786673d231cc6f7b0e10ab827f483103577278e35e178230d1a6e18fe2092"` Oct 15 02:20:00.273 INFO blam! 6bc786673d231cc6f7b0e10ab827f483103577278e35e178230d1a6e18fe2092 Oct 15 02:20:00.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 02:20:00.727 INFO blam! 8b5d4ee39f4807543b8a3265327295c42dcda48c1da55b462b5e7b54321a5e2f Oct 15 02:20:00.739 INFO running `"docker" "start" "-a" "8b5d4ee39f4807543b8a3265327295c42dcda48c1da55b462b5e7b54321a5e2f"` Oct 15 02:20:02.135 INFO kablam! usermod: no changes Oct 15 02:20:02.351 INFO kablam! Compiling sheika_glyph v0.1.0 (/source) Oct 15 02:20:04.153 INFO kablam! warning: unused variable: `width` Oct 15 02:20:04.153 INFO kablam! --> src/main.rs:117:46 Oct 15 02:20:04.153 INFO kablam! | Oct 15 02:20:04.153 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:20:04.153 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 02:20:04.153 INFO kablam! | Oct 15 02:20:04.153 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:20:04.155 INFO kablam! Oct 15 02:20:04.155 INFO kablam! warning: unused variable: `height` Oct 15 02:20:04.155 INFO kablam! --> src/main.rs:117:53 Oct 15 02:20:04.155 INFO kablam! | Oct 15 02:20:04.155 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:20:04.155 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 02:20:04.155 INFO kablam! Oct 15 02:20:04.171 INFO kablam! warning: variable does not need to be mutable Oct 15 02:20:04.171 INFO kablam! --> src/main.rs:87:9 Oct 15 02:20:04.171 INFO kablam! | Oct 15 02:20:04.171 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 02:20:04.171 INFO kablam! | ----^^^^^^^^^^^ Oct 15 02:20:04.171 INFO kablam! | | Oct 15 02:20:04.171 INFO kablam! | help: remove this `mut` Oct 15 02:20:04.171 INFO kablam! | Oct 15 02:20:04.171 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:20:04.171 INFO kablam! Oct 15 02:20:04.227 INFO kablam! warning: method is never used: `new_empty` Oct 15 02:20:04.227 INFO kablam! --> src/main.rs:31:5 Oct 15 02:20:04.227 INFO kablam! | Oct 15 02:20:04.227 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 15 02:20:04.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:04.227 INFO kablam! | Oct 15 02:20:04.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:20:04.227 INFO kablam! Oct 15 02:20:04.227 INFO kablam! warning: method is never used: `new` Oct 15 02:20:04.227 INFO kablam! --> src/main.rs:34:5 Oct 15 02:20:04.227 INFO kablam! | Oct 15 02:20:04.227 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 15 02:20:04.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:20:04.227 INFO kablam! Oct 15 02:20:04.767 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 15 02:20:04.777 INFO kablam! su: No module specific data is present Oct 15 02:20:05.887 INFO running `"docker" "rm" "-f" "8b5d4ee39f4807543b8a3265327295c42dcda48c1da55b462b5e7b54321a5e2f"` Oct 15 02:20:06.187 INFO blam! 8b5d4ee39f4807543b8a3265327295c42dcda48c1da55b462b5e7b54321a5e2f Oct 15 02:20:06.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 02:20:06.681 INFO blam! 17feee1f9a75c9eb4f2e0a2b3a84ece6c0c13eafe697e88acc4785fd42b5358f Oct 15 02:20:06.687 INFO running `"docker" "start" "-a" "17feee1f9a75c9eb4f2e0a2b3a84ece6c0c13eafe697e88acc4785fd42b5358f"` Oct 15 02:20:08.115 INFO kablam! usermod: no changes Oct 15 02:20:08.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 02:20:08.343 INFO blam! Oct 15 02:20:08.343 INFO blam! running 0 tests Oct 15 02:20:08.343 INFO blam! Oct 15 02:20:08.343 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:20:08.343 INFO blam! Oct 15 02:20:08.344 INFO kablam! Running /target/debug/deps/sheika_glyph-5ab2233b035849bb Oct 15 02:20:08.344 INFO kablam! su: No module specific data is present Oct 15 02:20:09.142 INFO running `"docker" "rm" "-f" "17feee1f9a75c9eb4f2e0a2b3a84ece6c0c13eafe697e88acc4785fd42b5358f"` Oct 15 02:20:09.581 INFO blam! 17feee1f9a75c9eb4f2e0a2b3a84ece6c0c13eafe697e88acc4785fd42b5358f