Oct 27 12:03:21.962 INFO checking Eirik0/game_of_life against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:03:21.962 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 12:03:22.513 INFO blam! 5b35bc94f41ada831be9012165cfa8e8f92737f1747d880c25e94bbeb1b38c40 Oct 27 12:03:22.513 INFO running `"docker" "start" "-a" "5b35bc94f41ada831be9012165cfa8e8f92737f1747d880c25e94bbeb1b38c40"` Oct 27 12:03:23.915 INFO kablam! usermod: no changes Oct 27 12:03:24.188 INFO kablam! Checking unreachable v0.1.1 Oct 27 12:03:24.188 INFO kablam! Checking smallvec v0.6.4 Oct 27 12:03:24.188 INFO kablam! Checking nix v0.11.0 Oct 27 12:03:24.191 INFO kablam! Compiling glutin v0.17.0 Oct 27 12:03:24.191 INFO kablam! Compiling glium v0.22.0 Oct 27 12:03:24.191 INFO kablam! Checking wayland-sys v0.20.12 Oct 27 12:03:24.191 INFO kablam! Checking pistoncore-input v0.21.0 Oct 27 12:03:25.367 INFO kablam! Checking ordered-float v0.5.0 Oct 27 12:03:27.206 INFO kablam! Checking wayland-commons v0.20.12 Oct 27 12:03:27.575 INFO kablam! Checking parking_lot_core v0.2.14 Oct 27 12:03:28.527 INFO kablam! Checking rusttype v0.5.2 Oct 27 12:03:30.351 INFO kablam! Checking parking_lot v0.6.3 Oct 27 12:03:32.063 INFO kablam! Checking wayland-client v0.20.12 Oct 27 12:03:39.539 INFO kablam! Checking wayland-protocols v0.20.12 Oct 27 12:03:46.935 INFO kablam! Checking smithay-client-toolkit v0.2.6 Oct 27 12:03:50.387 INFO kablam! Checking winit v0.16.2 Oct 27 12:04:13.107 INFO kablam! Checking conrod v0.61.1 Oct 27 12:04:26.016 INFO kablam! Checking game_of_life v0.1.0 (/source) Oct 27 12:04:33.332 INFO kablam! warning: unused variable: `display` Oct 27 12:04:33.333 INFO kablam! --> src/main.rs:25:13 Oct 27 12:04:33.334 INFO kablam! | Oct 27 12:04:33.334 INFO kablam! 25 | let display = glium::Display::new(window, context, &events_loop).unwrap(); Oct 27 12:04:33.334 INFO kablam! | ^^^^^^^ help: consider using `_display` instead Oct 27 12:04:33.334 INFO kablam! | Oct 27 12:04:33.334 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:04:33.334 INFO kablam! Oct 27 12:04:33.335 INFO kablam! warning: unused variable: `e` Oct 27 12:04:33.335 INFO kablam! --> src/main.rs:46:25 Oct 27 12:04:33.335 INFO kablam! | Oct 27 12:04:33.335 INFO kablam! 46 | e => (), //println!("{:?}", e), Oct 27 12:04:33.335 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:04:33.335 INFO kablam! Oct 27 12:04:33.335 INFO kablam! warning: unused variable: `e` Oct 27 12:04:33.335 INFO kablam! --> src/main.rs:48:21 Oct 27 12:04:33.335 INFO kablam! | Oct 27 12:04:33.337 INFO kablam! 48 | e => (), // println!("{:?}", e), Oct 27 12:04:33.337 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:04:33.337 INFO kablam! Oct 27 12:04:33.458 INFO kablam! warning: unused variable: `display` Oct 27 12:04:33.458 INFO kablam! --> src/main.rs:25:13 Oct 27 12:04:33.459 INFO kablam! | Oct 27 12:04:33.460 INFO kablam! 25 | let display = glium::Display::new(window, context, &events_loop).unwrap(); Oct 27 12:04:33.460 INFO kablam! | ^^^^^^^ help: consider using `_display` instead Oct 27 12:04:33.461 INFO kablam! | Oct 27 12:04:33.462 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:04:33.462 INFO kablam! Oct 27 12:04:33.463 INFO kablam! warning: unused variable: `e` Oct 27 12:04:33.463 INFO kablam! --> src/main.rs:46:25 Oct 27 12:04:33.464 INFO kablam! | Oct 27 12:04:33.465 INFO kablam! 46 | e => (), //println!("{:?}", e), Oct 27 12:04:33.465 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:04:33.466 INFO kablam! Oct 27 12:04:33.466 INFO kablam! warning: unused variable: `e` Oct 27 12:04:33.467 INFO kablam! --> src/main.rs:48:21 Oct 27 12:04:33.468 INFO kablam! | Oct 27 12:04:33.468 INFO kablam! 48 | e => (), // println!("{:?}", e), Oct 27 12:04:33.469 INFO kablam! | ^ help: consider using `_e` instead Oct 27 12:04:33.469 INFO kablam! Oct 27 12:04:33.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 27 12:04:33.554 INFO kablam! su: No module specific data is present Oct 27 12:04:34.947 INFO running `"docker" "rm" "-f" "5b35bc94f41ada831be9012165cfa8e8f92737f1747d880c25e94bbeb1b38c40"` Oct 27 12:04:35.225 INFO blam! 5b35bc94f41ada831be9012165cfa8e8f92737f1747d880c25e94bbeb1b38c40