Oct 10 21:42:32.735 INFO testing illemonati/hw2_conrod against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:42:32.735 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:42:32.735 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 10 21:42:33.080 INFO blam! 482f6b6cae05be8e3e96a6132d082d6e87f29a9e039c6b29ff0359c223e0e077 Oct 10 21:42:33.082 INFO running `"docker" "start" "-a" "482f6b6cae05be8e3e96a6132d082d6e87f29a9e039c6b29ff0359c223e0e077"` Oct 10 21:42:34.520 INFO kablam! usermod: no changes Oct 10 21:42:34.964 INFO kablam! Compiling backtrace-sys v0.1.24 Oct 10 21:42:34.972 INFO kablam! Compiling petgraph v0.4.13 Oct 10 21:42:34.972 INFO kablam! Compiling num-rational v0.1.42 Oct 10 21:42:34.981 INFO kablam! Compiling rusttype v0.5.2 Oct 10 21:42:34.981 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 10 21:42:34.981 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 10 21:42:41.440 INFO kablam! Compiling num v0.1.42 Oct 10 21:42:44.141 INFO kablam! Compiling backtrace v0.3.9 Oct 10 21:42:46.856 INFO kablam! Compiling daggy v0.5.0 Oct 10 21:42:52.061 INFO kablam! Compiling winit v0.16.2 Oct 10 21:43:03.780 INFO kablam! Compiling glutin v0.17.0 Oct 10 21:43:09.068 INFO kablam! Compiling glium v0.22.0 Oct 10 21:43:37.783 INFO kablam! Compiling conrod v0.61.1 Oct 10 21:44:00.429 INFO kablam! Compiling hw2_conrod v0.1.2 (/source) Oct 10 21:44:05.353 INFO kablam! warning: unused import: `conrod::backend::glium::glium::backend::glutin::glutin::GlContext` Oct 10 21:44:05.353 INFO kablam! --> src/main.rs:10:5 Oct 10 21:44:05.354 INFO kablam! | Oct 10 21:44:05.354 INFO kablam! 10 | use conrod::backend::glium::glium::backend::glutin::glutin::GlContext; Oct 10 21:44:05.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:05.355 INFO kablam! | Oct 10 21:44:05.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:44:05.355 INFO kablam! Oct 10 21:44:05.355 INFO kablam! warning: unused import: `Toggle` Oct 10 21:44:05.356 INFO kablam! --> src/main.rs:11:36 Oct 10 21:44:05.356 INFO kablam! | Oct 10 21:44:05.356 INFO kablam! 11 | use conrod::widget::{Text, Button, Toggle}; Oct 10 21:44:05.357 INFO kablam! | ^^^^^^ Oct 10 21:44:05.357 INFO kablam! Oct 10 21:44:05.357 INFO kablam! warning: unused import: `widget` Oct 10 21:44:05.358 INFO kablam! --> src/main.rs:12:14 Oct 10 21:44:05.358 INFO kablam! | Oct 10 21:44:05.358 INFO kablam! 12 | use conrod::{widget, Positionable, Colorable, Widget, Sizeable}; Oct 10 21:44:05.358 INFO kablam! | ^^^^^^ Oct 10 21:44:05.359 INFO kablam! Oct 10 21:44:05.359 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 21:44:05.359 INFO kablam! --> src/main.rs:64:24 Oct 10 21:44:05.360 INFO kablam! | Oct 10 21:44:05.360 INFO kablam! 64 | if (&text_button_num == &1){ Oct 10 21:44:05.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 21:44:05.361 INFO kablam! | Oct 10 21:44:05.361 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 21:44:05.361 INFO kablam! Oct 10 21:44:05.527 INFO kablam! warning: unused variable: `input` Oct 10 21:44:05.527 INFO kablam! --> src/main.rs:51:17 Oct 10 21:44:05.527 INFO kablam! | Oct 10 21:44:05.528 INFO kablam! 51 | for input in ui.global_input().events(){ Oct 10 21:44:05.528 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 10 21:44:05.528 INFO kablam! | Oct 10 21:44:05.529 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:44:05.529 INFO kablam! Oct 10 21:44:05.536 INFO kablam! warning: variable does not need to be mutable Oct 10 21:44:05.537 INFO kablam! --> src/main.rs:47:9 Oct 10 21:44:05.537 INFO kablam! | Oct 10 21:44:05.537 INFO kablam! 47 | let mut main_text = [String::from("Gay, You be"), String::from("Am I?")]; Oct 10 21:44:05.538 INFO kablam! | ----^^^^^^^^^ Oct 10 21:44:05.538 INFO kablam! | | Oct 10 21:44:05.538 INFO kablam! | help: remove this `mut` Oct 10 21:44:05.539 INFO kablam! | Oct 10 21:44:05.539 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:44:05.539 INFO kablam! Oct 10 21:44:05.540 INFO kablam! warning: variable does not need to be mutable Oct 10 21:44:05.540 INFO kablam! --> src/main.rs:54:17 Oct 10 21:44:05.540 INFO kablam! | Oct 10 21:44:05.540 INFO kablam! 54 | let mut uis = &mut ui.set_widgets(); Oct 10 21:44:05.541 INFO kablam! | ----^^^ Oct 10 21:44:05.541 INFO kablam! | | Oct 10 21:44:05.541 INFO kablam! | help: remove this `mut` Oct 10 21:44:05.542 INFO kablam! Oct 10 21:44:14.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 39s Oct 10 21:44:14.136 INFO kablam! su: No module specific data is present Oct 10 21:44:14.653 INFO running `"docker" "rm" "-f" "482f6b6cae05be8e3e96a6132d082d6e87f29a9e039c6b29ff0359c223e0e077"` Oct 10 21:44:14.954 INFO blam! 482f6b6cae05be8e3e96a6132d082d6e87f29a9e039c6b29ff0359c223e0e077 Oct 10 21:44:14.955 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:44:14.956 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 10 21:44:15.260 INFO blam! 1b01dbf7d7dfe6c8c1c0491fa41a95376f0328b7383d21b0669e34157611307f Oct 10 21:44:15.272 INFO running `"docker" "start" "-a" "1b01dbf7d7dfe6c8c1c0491fa41a95376f0328b7383d21b0669e34157611307f"` Oct 10 21:44:16.680 INFO kablam! usermod: no changes Oct 10 21:44:16.984 INFO kablam! Compiling hw2_conrod v0.1.2 (/source) Oct 10 21:44:22.403 INFO kablam! warning: unused import: `conrod::backend::glium::glium::backend::glutin::glutin::GlContext` Oct 10 21:44:22.403 INFO kablam! --> src/main.rs:10:5 Oct 10 21:44:22.403 INFO kablam! | Oct 10 21:44:22.404 INFO kablam! 10 | use conrod::backend::glium::glium::backend::glutin::glutin::GlContext; Oct 10 21:44:22.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:44:22.404 INFO kablam! | Oct 10 21:44:22.405 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:44:22.405 INFO kablam! Oct 10 21:44:22.405 INFO kablam! warning: unused import: `Toggle` Oct 10 21:44:22.405 INFO kablam! --> src/main.rs:11:36 Oct 10 21:44:22.406 INFO kablam! | Oct 10 21:44:22.406 INFO kablam! 11 | use conrod::widget::{Text, Button, Toggle}; Oct 10 21:44:22.406 INFO kablam! | ^^^^^^ Oct 10 21:44:22.407 INFO kablam! Oct 10 21:44:22.407 INFO kablam! warning: unused import: `widget` Oct 10 21:44:22.407 INFO kablam! --> src/main.rs:12:14 Oct 10 21:44:22.408 INFO kablam! | Oct 10 21:44:22.408 INFO kablam! 12 | use conrod::{widget, Positionable, Colorable, Widget, Sizeable}; Oct 10 21:44:22.408 INFO kablam! | ^^^^^^ Oct 10 21:44:22.408 INFO kablam! Oct 10 21:44:22.409 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 21:44:22.409 INFO kablam! --> src/main.rs:64:24 Oct 10 21:44:22.409 INFO kablam! | Oct 10 21:44:22.410 INFO kablam! 64 | if (&text_button_num == &1){ Oct 10 21:44:22.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 21:44:22.410 INFO kablam! | Oct 10 21:44:22.410 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 21:44:22.411 INFO kablam! Oct 10 21:44:22.586 INFO kablam! warning: unused variable: `input` Oct 10 21:44:22.587 INFO kablam! --> src/main.rs:51:17 Oct 10 21:44:22.587 INFO kablam! | Oct 10 21:44:22.587 INFO kablam! 51 | for input in ui.global_input().events(){ Oct 10 21:44:22.587 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 10 21:44:22.587 INFO kablam! | Oct 10 21:44:22.600 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:44:22.601 INFO kablam! Oct 10 21:44:22.601 INFO kablam! warning: variable does not need to be mutable Oct 10 21:44:22.601 INFO kablam! --> src/main.rs:47:9 Oct 10 21:44:22.601 INFO kablam! | Oct 10 21:44:22.601 INFO kablam! 47 | let mut main_text = [String::from("Gay, You be"), String::from("Am I?")]; Oct 10 21:44:22.601 INFO kablam! | ----^^^^^^^^^ Oct 10 21:44:22.601 INFO kablam! | | Oct 10 21:44:22.602 INFO kablam! | help: remove this `mut` Oct 10 21:44:22.602 INFO kablam! | Oct 10 21:44:22.602 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:44:22.602 INFO kablam! Oct 10 21:44:22.602 INFO kablam! warning: variable does not need to be mutable Oct 10 21:44:22.603 INFO kablam! --> src/main.rs:54:17 Oct 10 21:44:22.603 INFO kablam! | Oct 10 21:44:22.603 INFO kablam! 54 | let mut uis = &mut ui.set_widgets(); Oct 10 21:44:22.603 INFO kablam! | ----^^^ Oct 10 21:44:22.603 INFO kablam! | | Oct 10 21:44:22.603 INFO kablam! | help: remove this `mut` Oct 10 21:44:22.603 INFO kablam! Oct 10 21:44:23.340 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.63s Oct 10 21:44:23.352 INFO kablam! su: No module specific data is present Oct 10 21:44:23.995 INFO running `"docker" "rm" "-f" "1b01dbf7d7dfe6c8c1c0491fa41a95376f0328b7383d21b0669e34157611307f"` Oct 10 21:44:24.268 INFO blam! 1b01dbf7d7dfe6c8c1c0491fa41a95376f0328b7383d21b0669e34157611307f Oct 10 21:44:24.272 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:44:24.272 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 10 21:44:24.714 INFO blam! b5a66269bd33db56f21d2020a04476e7ff65ae19fb89675fa021fddf6ee937b9 Oct 10 21:44:24.715 INFO running `"docker" "start" "-a" "b5a66269bd33db56f21d2020a04476e7ff65ae19fb89675fa021fddf6ee937b9"` Oct 10 21:44:26.136 INFO kablam! usermod: no changes Oct 10 21:44:26.377 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 10 21:44:26.412 INFO kablam! Running /target/debug/deps/hw2_conrod-8d2d5125d52777dd Oct 10 21:44:26.413 INFO blam! Oct 10 21:44:26.413 INFO blam! running 0 tests Oct 10 21:44:26.413 INFO blam! Oct 10 21:44:26.413 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:44:26.413 INFO blam! Oct 10 21:44:26.418 INFO kablam! su: No module specific data is present Oct 10 21:44:27.703 INFO running `"docker" "rm" "-f" "b5a66269bd33db56f21d2020a04476e7ff65ae19fb89675fa021fddf6ee937b9"` Oct 10 21:44:27.974 INFO blam! b5a66269bd33db56f21d2020a04476e7ff65ae19fb89675fa021fddf6ee937b9