Oct 13 01:19:12.170 INFO checking alxdb/rusty_ogl against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:19:12.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 01:19:12.493 INFO blam! 39c136d6ffae23e11fa9c5712957f83f8e3b7baf66ebd78bc7856968549a9c14 Oct 13 01:19:12.498 INFO running `"docker" "start" "-a" "39c136d6ffae23e11fa9c5712957f83f8e3b7baf66ebd78bc7856968549a9c14"` Oct 13 01:19:12.924 INFO kablam! usermod: no changes Oct 13 01:19:14.925 INFO kablam! Compiling libloading v0.5.0 Oct 13 01:19:14.926 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 13 01:19:14.928 INFO kablam! Checking approx v0.3.0 Oct 13 01:19:14.929 INFO kablam! Checking num-complex v0.2.0 Oct 13 01:19:14.929 INFO kablam! Checking x11-dl v2.18.3 Oct 13 01:19:14.930 INFO kablam! Checking shared_library v0.1.9 Oct 13 01:19:14.938 INFO kablam! Compiling glutin v0.17.0 Oct 13 01:19:14.938 INFO kablam! Compiling glium v0.22.0 Oct 13 01:19:17.224 INFO kablam! Checking osmesa-sys v0.1.2 Oct 13 01:19:21.217 INFO kablam! Checking alga v0.7.2 Oct 13 01:19:27.349 INFO kablam! Compiling wayland-client v0.20.12 Oct 13 01:19:27.349 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 13 01:19:27.628 INFO kablam! Checking dlib v0.4.1 Oct 13 01:19:30.208 INFO kablam! Checking wayland-sys v0.20.12 Oct 13 01:19:35.454 INFO kablam! Checking wayland-commons v0.20.12 Oct 13 01:19:44.772 INFO kablam! Checking nalgebra v0.16.4 Oct 13 01:19:56.336 INFO kablam! Checking smithay-client-toolkit v0.2.6 Oct 13 01:20:01.545 INFO kablam! Checking winit v0.16.2 Oct 13 01:20:40.192 INFO kablam! Checking nalgebra-glm v0.1.1 Oct 13 01:20:43.888 INFO kablam! Checking rusty_ogl v0.1.0 (/source) Oct 13 01:20:52.543 INFO kablam! warning: unused variable: `zoom` Oct 13 01:20:52.543 INFO kablam! --> src/main.rs:69:13 Oct 13 01:20:52.543 INFO kablam! | Oct 13 01:20:52.543 INFO kablam! 69 | let zoom = 0.5; Oct 13 01:20:52.543 INFO kablam! | ^^^^ help: consider using `_zoom` instead Oct 13 01:20:52.543 INFO kablam! | Oct 13 01:20:52.543 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:20:52.543 INFO kablam! Oct 13 01:20:52.556 INFO kablam! warning: variable does not need to be mutable Oct 13 01:20:52.556 INFO kablam! --> src/main.rs:26:9 Oct 13 01:20:52.556 INFO kablam! | Oct 13 01:20:52.556 INFO kablam! 26 | let mut plane = geometry::Object::new( Oct 13 01:20:52.556 INFO kablam! | ----^^^^^ Oct 13 01:20:52.556 INFO kablam! | | Oct 13 01:20:52.556 INFO kablam! | help: remove this `mut` Oct 13 01:20:52.556 INFO kablam! | Oct 13 01:20:52.556 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:20:52.556 INFO kablam! Oct 13 01:20:52.984 INFO kablam! warning: unused variable: `zoom` Oct 13 01:20:52.985 INFO kablam! --> src/main.rs:69:13 Oct 13 01:20:52.986 INFO kablam! | Oct 13 01:20:52.986 INFO kablam! 69 | let zoom = 0.5; Oct 13 01:20:52.987 INFO kablam! | ^^^^ help: consider using `_zoom` instead Oct 13 01:20:52.988 INFO kablam! | Oct 13 01:20:52.988 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:20:52.989 INFO kablam! Oct 13 01:20:53.000 INFO kablam! warning: variable does not need to be mutable Oct 13 01:20:53.001 INFO kablam! --> src/main.rs:26:9 Oct 13 01:20:53.001 INFO kablam! | Oct 13 01:20:53.002 INFO kablam! 26 | let mut plane = geometry::Object::new( Oct 13 01:20:53.002 INFO kablam! | ----^^^^^ Oct 13 01:20:53.003 INFO kablam! | | Oct 13 01:20:53.004 INFO kablam! | help: remove this `mut` Oct 13 01:20:53.004 INFO kablam! | Oct 13 01:20:53.005 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:20:53.005 INFO kablam! Oct 13 01:20:53.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 13 01:20:53.069 INFO kablam! su: No module specific data is present Oct 13 01:20:54.432 INFO running `"docker" "rm" "-f" "39c136d6ffae23e11fa9c5712957f83f8e3b7baf66ebd78bc7856968549a9c14"` Oct 13 01:20:54.728 INFO blam! 39c136d6ffae23e11fa9c5712957f83f8e3b7baf66ebd78bc7856968549a9c14