Oct 27 03:32:09.049 INFO checking illemonati/hw2_conrod against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:32:09.049 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 03:32:09.628 INFO blam! e599229317fc0017bafeeafc271e1a74c82a453e3bf7755a494e773021912773 Oct 27 03:32:09.630 INFO running `"docker" "start" "-a" "e599229317fc0017bafeeafc271e1a74c82a453e3bf7755a494e773021912773"` Oct 27 03:32:12.248 INFO kablam! usermod: no changes Oct 27 03:32:12.715 INFO kablam! Compiling libloading v0.5.0 Oct 27 03:32:12.723 INFO kablam! Checking unreachable v0.1.1 Oct 27 03:32:12.731 INFO kablam! Compiling x11-dl v2.18.3 Oct 27 03:32:12.735 INFO kablam! Checking stb_truetype v0.2.4 Oct 27 03:32:12.751 INFO kablam! Checking petgraph v0.4.13 Oct 27 03:32:12.759 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 27 03:32:12.771 INFO kablam! Compiling gl_generator v0.9.0 Oct 27 03:32:12.772 INFO kablam! Compiling syn v0.13.11 Oct 27 03:32:14.890 INFO kablam! Checking ordered-float v0.5.0 Oct 27 03:32:18.984 INFO kablam! Checking parking_lot v0.6.4 Oct 27 03:32:19.075 INFO kablam! Checking pistoncore-input v0.21.0 Oct 27 03:32:20.042 INFO kablam! Checking rusttype v0.5.2 Oct 27 03:32:23.145 INFO kablam! Checking dlib v0.4.1 Oct 27 03:32:24.932 INFO kablam! Compiling wayland-client v0.20.12 Oct 27 03:32:25.508 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 27 03:32:35.935 INFO kablam! Checking wayland-sys v0.20.12 Oct 27 03:32:35.947 INFO kablam! Checking daggy v0.5.0 Oct 27 03:32:36.187 INFO kablam! Compiling glutin v0.17.0 Oct 27 03:32:38.367 INFO kablam! Compiling glium v0.22.0 Oct 27 03:32:38.626 INFO kablam! Checking wayland-commons v0.20.12 Oct 27 03:32:55.770 INFO kablam! Checking smithay-client-toolkit v0.2.6 Oct 27 03:33:04.594 INFO kablam! Checking winit v0.16.2 Oct 27 03:33:08.468 INFO kablam! Compiling conrod_derive v0.1.2 Oct 27 03:33:34.823 INFO kablam! Checking conrod v0.61.1 Oct 27 03:33:46.270 INFO kablam! Checking hw2_conrod v0.1.2 (/source) Oct 27 03:33:50.047 INFO kablam! warning: unused import: `conrod::backend::glium::glium::backend::glutin::glutin::GlContext` Oct 27 03:33:50.047 INFO kablam! --> src/main.rs:10:5 Oct 27 03:33:50.047 INFO kablam! | Oct 27 03:33:50.047 INFO kablam! 10 | use conrod::backend::glium::glium::backend::glutin::glutin::GlContext; Oct 27 03:33:50.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:50.047 INFO kablam! | Oct 27 03:33:50.047 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:33:50.047 INFO kablam! Oct 27 03:33:50.047 INFO kablam! warning: unused import: `Toggle` Oct 27 03:33:50.047 INFO kablam! --> src/main.rs:11:36 Oct 27 03:33:50.047 INFO kablam! | Oct 27 03:33:50.047 INFO kablam! 11 | use conrod::widget::{Text, Button, Toggle}; Oct 27 03:33:50.047 INFO kablam! | ^^^^^^ Oct 27 03:33:50.047 INFO kablam! Oct 27 03:33:50.047 INFO kablam! warning: unused import: `widget` Oct 27 03:33:50.047 INFO kablam! --> src/main.rs:12:14 Oct 27 03:33:50.047 INFO kablam! | Oct 27 03:33:50.051 INFO kablam! 12 | use conrod::{widget, Positionable, Colorable, Widget, Sizeable}; Oct 27 03:33:50.051 INFO kablam! | ^^^^^^ Oct 27 03:33:50.051 INFO kablam! Oct 27 03:33:50.051 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 03:33:50.051 INFO kablam! --> src/main.rs:64:24 Oct 27 03:33:50.051 INFO kablam! | Oct 27 03:33:50.051 INFO kablam! 64 | if (&text_button_num == &1){ Oct 27 03:33:50.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 03:33:50.051 INFO kablam! | Oct 27 03:33:50.051 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 03:33:50.051 INFO kablam! Oct 27 03:33:50.308 INFO kablam! warning: unused import: `conrod::backend::glium::glium::backend::glutin::glutin::GlContext` Oct 27 03:33:50.309 INFO kablam! --> src/main.rs:10:5 Oct 27 03:33:50.310 INFO kablam! | Oct 27 03:33:50.310 INFO kablam! 10 | use conrod::backend::glium::glium::backend::glutin::glutin::GlContext; Oct 27 03:33:50.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:50.312 INFO kablam! | Oct 27 03:33:50.312 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:33:50.313 INFO kablam! Oct 27 03:33:50.313 INFO kablam! warning: unused import: `Toggle` Oct 27 03:33:50.314 INFO kablam! --> src/main.rs:11:36 Oct 27 03:33:50.314 INFO kablam! | Oct 27 03:33:50.315 INFO kablam! 11 | use conrod::widget::{Text, Button, Toggle}; Oct 27 03:33:50.316 INFO kablam! | ^^^^^^ Oct 27 03:33:50.316 INFO kablam! Oct 27 03:33:50.317 INFO kablam! warning: unused import: `widget` Oct 27 03:33:50.317 INFO kablam! --> src/main.rs:12:14 Oct 27 03:33:50.318 INFO kablam! | Oct 27 03:33:50.319 INFO kablam! 12 | use conrod::{widget, Positionable, Colorable, Widget, Sizeable}; Oct 27 03:33:50.319 INFO kablam! | ^^^^^^ Oct 27 03:33:50.320 INFO kablam! Oct 27 03:33:50.320 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 03:33:50.321 INFO kablam! --> src/main.rs:64:24 Oct 27 03:33:50.321 INFO kablam! | Oct 27 03:33:50.322 INFO kablam! 64 | if (&text_button_num == &1){ Oct 27 03:33:50.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 03:33:50.323 INFO kablam! | Oct 27 03:33:50.327 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 03:33:50.327 INFO kablam! Oct 27 03:33:50.352 INFO kablam! warning: unused variable: `input` Oct 27 03:33:50.353 INFO kablam! --> src/main.rs:51:17 Oct 27 03:33:50.353 INFO kablam! | Oct 27 03:33:50.353 INFO kablam! 51 | for input in ui.global_input().events(){ Oct 27 03:33:50.353 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 27 03:33:50.353 INFO kablam! | Oct 27 03:33:50.353 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:33:50.353 INFO kablam! Oct 27 03:33:50.373 INFO kablam! warning: variable does not need to be mutable Oct 27 03:33:50.373 INFO kablam! --> src/main.rs:47:9 Oct 27 03:33:50.373 INFO kablam! | Oct 27 03:33:50.373 INFO kablam! 47 | let mut main_text = [String::from("Gay, You be"), String::from("Am I?")]; Oct 27 03:33:50.373 INFO kablam! | ----^^^^^^^^^ Oct 27 03:33:50.373 INFO kablam! | | Oct 27 03:33:50.373 INFO kablam! | help: remove this `mut` Oct 27 03:33:50.373 INFO kablam! | Oct 27 03:33:50.375 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:33:50.375 INFO kablam! Oct 27 03:33:50.375 INFO kablam! warning: variable does not need to be mutable Oct 27 03:33:50.375 INFO kablam! --> src/main.rs:54:17 Oct 27 03:33:50.375 INFO kablam! | Oct 27 03:33:50.375 INFO kablam! 54 | let mut uis = &mut ui.set_widgets(); Oct 27 03:33:50.375 INFO kablam! | ----^^^ Oct 27 03:33:50.375 INFO kablam! | | Oct 27 03:33:50.375 INFO kablam! | help: remove this `mut` Oct 27 03:33:50.375 INFO kablam! Oct 27 03:33:50.587 INFO kablam! warning: unused variable: `input` Oct 27 03:33:50.587 INFO kablam! --> src/main.rs:51:17 Oct 27 03:33:50.587 INFO kablam! | Oct 27 03:33:50.587 INFO kablam! 51 | for input in ui.global_input().events(){ Oct 27 03:33:50.587 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 27 03:33:50.587 INFO kablam! | Oct 27 03:33:50.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:33:50.587 INFO kablam! Oct 27 03:33:50.600 INFO kablam! warning: variable does not need to be mutable Oct 27 03:33:50.600 INFO kablam! --> src/main.rs:47:9 Oct 27 03:33:50.600 INFO kablam! | Oct 27 03:33:50.600 INFO kablam! 47 | let mut main_text = [String::from("Gay, You be"), String::from("Am I?")]; Oct 27 03:33:50.600 INFO kablam! | ----^^^^^^^^^ Oct 27 03:33:50.600 INFO kablam! | | Oct 27 03:33:50.600 INFO kablam! | help: remove this `mut` Oct 27 03:33:50.602 INFO kablam! | Oct 27 03:33:50.602 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:33:50.602 INFO kablam! Oct 27 03:33:50.603 INFO kablam! warning: variable does not need to be mutable Oct 27 03:33:50.603 INFO kablam! --> src/main.rs:54:17 Oct 27 03:33:50.603 INFO kablam! | Oct 27 03:33:50.603 INFO kablam! 54 | let mut uis = &mut ui.set_widgets(); Oct 27 03:33:50.603 INFO kablam! | ----^^^ Oct 27 03:33:50.603 INFO kablam! | | Oct 27 03:33:50.603 INFO kablam! | help: remove this `mut` Oct 27 03:33:50.605 INFO kablam! Oct 27 03:33:50.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 38s Oct 27 03:33:50.679 INFO kablam! su: No module specific data is present Oct 27 03:33:51.946 INFO running `"docker" "rm" "-f" "e599229317fc0017bafeeafc271e1a74c82a453e3bf7755a494e773021912773"` Oct 27 03:33:52.197 INFO blam! e599229317fc0017bafeeafc271e1a74c82a453e3bf7755a494e773021912773