Oct 15 02:18:46.497 INFO testing bmollot/sheika-glyph-renderer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 02:18:46.497 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.735 INFO blam! d0f9fc148f624e7b2365f518f9a225e740889d69145c58e6b7597d60c95b3ec2 Oct 15 02:18:46.737 INFO running `"docker" "start" "-a" "d0f9fc148f624e7b2365f518f9a225e740889d69145c58e6b7597d60c95b3ec2"` Oct 15 02:18:47.763 INFO kablam! usermod: no changes Oct 15 02:18:47.975 INFO kablam! Compiling either v1.1.0 Oct 15 02:18:47.977 INFO kablam! Compiling serde_json v0.9.10 Oct 15 02:18:47.977 INFO kablam! Compiling tempfile v2.1.6 Oct 15 02:18:47.977 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:18:48.715 INFO kablam! Compiling itertools v0.5.10 Oct 15 02:18:55.895 INFO kablam! Compiling derivative v1.0.0 Oct 15 02:18:57.751 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 02:19:00.583 INFO kablam! Compiling libloading v0.3.4 Oct 15 02:19:05.974 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:19:06.591 INFO kablam! Compiling wayland-sys v0.8.7 Oct 15 02:19:07.995 INFO kablam! Compiling gfx_core v0.7.1 Oct 15 02:19:08.119 INFO kablam! Compiling wayland-client v0.8.7 Oct 15 02:19:10.258 INFO kablam! Compiling wayland-window v0.5.0 Oct 15 02:19:10.258 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 15 02:19:12.293 INFO kablam! Compiling winit v0.6.4 Oct 15 02:19:16.095 INFO kablam! Compiling glutin v0.8.1 Oct 15 02:19:38.043 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 15 02:19:38.043 INFO kablam! Compiling gfx v0.16.1 Oct 15 02:19:43.082 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 15 02:19:47.107 INFO kablam! Compiling sheika_glyph v0.1.0 (/source) Oct 15 02:19:48.531 INFO kablam! warning: unused variable: `width` Oct 15 02:19:48.531 INFO kablam! --> src/main.rs:117:46 Oct 15 02:19:48.531 INFO kablam! | Oct 15 02:19:48.531 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:19:48.531 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 02:19:48.531 INFO kablam! | Oct 15 02:19:48.532 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:19:48.532 INFO kablam! Oct 15 02:19:48.532 INFO kablam! warning: unused variable: `height` Oct 15 02:19:48.532 INFO kablam! --> src/main.rs:117:53 Oct 15 02:19:48.532 INFO kablam! | Oct 15 02:19:48.533 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:19:48.533 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 02:19:48.533 INFO kablam! Oct 15 02:19:48.548 INFO kablam! warning: variable does not need to be mutable Oct 15 02:19:48.549 INFO kablam! --> src/main.rs:87:9 Oct 15 02:19:48.549 INFO kablam! | Oct 15 02:19:48.549 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 02:19:48.549 INFO kablam! | ----^^^^^^^^^^^ Oct 15 02:19:48.550 INFO kablam! | | Oct 15 02:19:48.550 INFO kablam! | help: remove this `mut` Oct 15 02:19:48.550 INFO kablam! | Oct 15 02:19:48.550 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:19:48.550 INFO kablam! Oct 15 02:19:48.583 INFO kablam! warning: method is never used: `new_empty` Oct 15 02:19:48.583 INFO kablam! --> src/main.rs:31:5 Oct 15 02:19:48.584 INFO kablam! | Oct 15 02:19:48.584 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 15 02:19:48.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:19:48.584 INFO kablam! | Oct 15 02:19:48.585 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:19:48.585 INFO kablam! Oct 15 02:19:48.585 INFO kablam! warning: method is never used: `new` Oct 15 02:19:48.585 INFO kablam! --> src/main.rs:34:5 Oct 15 02:19:48.585 INFO kablam! | Oct 15 02:19:48.585 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 15 02:19:48.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:19:48.585 INFO kablam! Oct 15 02:19:50.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 15 02:19:50.960 INFO kablam! su: No module specific data is present Oct 15 02:19:51.529 INFO running `"docker" "rm" "-f" "d0f9fc148f624e7b2365f518f9a225e740889d69145c58e6b7597d60c95b3ec2"` Oct 15 02:19:51.740 INFO blam! d0f9fc148f624e7b2365f518f9a225e740889d69145c58e6b7597d60c95b3ec2 Oct 15 02:19:51.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19:52.172 INFO blam! 82357f7b578139ebcdb7833df5ff747dfaaed3e41d6783c0c4cd032bcb08a1df Oct 15 02:19:52.174 INFO running `"docker" "start" "-a" "82357f7b578139ebcdb7833df5ff747dfaaed3e41d6783c0c4cd032bcb08a1df"` Oct 15 02:19:53.879 INFO kablam! usermod: no changes Oct 15 02:19:54.039 INFO kablam! Compiling sheika_glyph v0.1.0 (/source) Oct 15 02:19:55.571 INFO kablam! warning: unused variable: `width` Oct 15 02:19:55.572 INFO kablam! --> src/main.rs:117:46 Oct 15 02:19:55.572 INFO kablam! | Oct 15 02:19:55.572 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:19:55.572 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 02:19:55.573 INFO kablam! | Oct 15 02:19:55.573 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:19:55.573 INFO kablam! Oct 15 02:19:55.574 INFO kablam! warning: unused variable: `height` Oct 15 02:19:55.574 INFO kablam! --> src/main.rs:117:53 Oct 15 02:19:55.574 INFO kablam! | Oct 15 02:19:55.574 INFO kablam! 117 | glutin::WindowEvent::Resized(width, height) => { Oct 15 02:19:55.575 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 02:19:55.575 INFO kablam! Oct 15 02:19:55.583 INFO kablam! warning: variable does not need to be mutable Oct 15 02:19:55.583 INFO kablam! --> src/main.rs:87:9 Oct 15 02:19:55.584 INFO kablam! | Oct 15 02:19:55.584 INFO kablam! 87 | let mut events_loop = glutin::EventsLoop::new(); Oct 15 02:19:55.584 INFO kablam! | ----^^^^^^^^^^^ Oct 15 02:19:55.584 INFO kablam! | | Oct 15 02:19:55.585 INFO kablam! | help: remove this `mut` Oct 15 02:19:55.585 INFO kablam! | Oct 15 02:19:55.585 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:19:55.586 INFO kablam! Oct 15 02:19:55.612 INFO kablam! warning: method is never used: `new_empty` Oct 15 02:19:55.612 INFO kablam! --> src/main.rs:31:5 Oct 15 02:19:55.612 INFO kablam! | Oct 15 02:19:55.613 INFO kablam! 31 | pub fn new_empty() -> Glyph { Oct 15 02:19:55.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:19:55.613 INFO kablam! | Oct 15 02:19:55.613 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:19:55.614 INFO kablam! Oct 15 02:19:55.614 INFO kablam! warning: method is never used: `new` Oct 15 02:19:55.614 INFO kablam! --> src/main.rs:34:5 Oct 15 02:19:55.615 INFO kablam! | Oct 15 02:19:55.615 INFO kablam! 34 | pub fn new(code: Vec) -> Glyph { Oct 15 02:19:55.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:19:55.616 INFO kablam! Oct 15 02:19:56.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 15 02:19:56.235 INFO kablam! su: No module specific data is present Oct 15 02:19:57.179 INFO running `"docker" "rm" "-f" "82357f7b578139ebcdb7833df5ff747dfaaed3e41d6783c0c4cd032bcb08a1df"` Oct 15 02:19:57.459 INFO blam! 82357f7b578139ebcdb7833df5ff747dfaaed3e41d6783c0c4cd032bcb08a1df Oct 15 02:19:57.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19:57.896 INFO blam! 3cf2d1b49efb74dc80ada9d1a40b2625ee300a79bc1080474eed0fdb197b122c Oct 15 02:19:57.898 INFO running `"docker" "start" "-a" "3cf2d1b49efb74dc80ada9d1a40b2625ee300a79bc1080474eed0fdb197b122c"` Oct 15 02:19:59.206 INFO kablam! usermod: no changes Oct 15 02:19:59.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 15 02:19:59.410 INFO kablam! Running /target/debug/deps/sheika_glyph-bf2101f10a1fdceb Oct 15 02:19:59.413 INFO blam! Oct 15 02:19:59.413 INFO blam! running 0 tests Oct 15 02:19:59.413 INFO blam! Oct 15 02:19:59.413 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:19:59.413 INFO blam! Oct 15 02:19:59.416 INFO kablam! su: No module specific data is present Oct 15 02:20:00.199 INFO running `"docker" "rm" "-f" "3cf2d1b49efb74dc80ada9d1a40b2625ee300a79bc1080474eed0fdb197b122c"` Oct 15 02:20:00.531 INFO blam! 3cf2d1b49efb74dc80ada9d1a40b2625ee300a79bc1080474eed0fdb197b122c