Oct 12 18:57:24.372 INFO checking kirillrdy/editor against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:57:24.374 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:57:24.824 INFO blam! 0603b954072bbcc5589403bfd4aac9eed2692b166b63763c639afc04364ec4ed Oct 12 18:57:24.825 INFO running `"docker" "start" "-a" "0603b954072bbcc5589403bfd4aac9eed2692b166b63763c639afc04364ec4ed"` Oct 12 18:57:26.719 INFO kablam! usermod: no changes Oct 12 18:57:26.881 INFO kablam! Compiling cairo-rs v0.4.1 Oct 12 18:57:26.884 INFO kablam! Compiling gtk v0.4.0 Oct 12 18:57:26.885 INFO kablam! Compiling glib-sys v0.6.0 Oct 12 18:57:26.885 INFO kablam! Compiling gobject-sys v0.6.0 Oct 12 18:57:26.885 INFO kablam! Compiling gio-sys v0.6.0 Oct 12 18:57:26.885 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 12 18:57:26.885 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 12 18:57:26.885 INFO kablam! Compiling pango-sys v0.6.0 Oct 12 18:57:29.045 INFO kablam! Compiling gdk-sys v0.6.0 Oct 12 18:57:29.093 INFO kablam! Compiling atk-sys v0.6.0 Oct 12 18:57:29.185 INFO kablam! Compiling gtk-sys v0.6.0 Oct 12 18:57:30.645 INFO kablam! Compiling gio v0.4.0 Oct 12 18:57:30.705 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 12 18:57:31.008 INFO kablam! Compiling gdk v0.8.0 Oct 12 18:57:34.534 INFO kablam! Checking glib v0.5.0 Oct 12 18:57:40.221 INFO kablam! Checking pango v0.4.0 Oct 12 18:58:42.308 INFO kablam! Checking editor v0.1.0 (/source) Oct 12 18:58:43.832 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:43.833 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:43.834 INFO kablam! | Oct 12 18:58:43.834 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:43.835 INFO kablam! | ----^^^ Oct 12 18:58:43.836 INFO kablam! | | Oct 12 18:58:43.836 INFO kablam! | help: remove this `mut` Oct 12 18:58:43.837 INFO kablam! | Oct 12 18:58:43.838 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:58:43.838 INFO kablam! Oct 12 18:58:43.839 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:43.839 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:43.840 INFO kablam! | Oct 12 18:58:43.841 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:43.841 INFO kablam! | ----^^^ Oct 12 18:58:43.841 INFO kablam! | | Oct 12 18:58:43.841 INFO kablam! | help: remove this `mut` Oct 12 18:58:43.841 INFO kablam! Oct 12 18:58:43.841 INFO kablam! warning: constant item is never used: `FONT_SIZE` Oct 12 18:58:43.841 INFO kablam! --> src/main.rs:16:1 Oct 12 18:58:43.841 INFO kablam! | Oct 12 18:58:43.841 INFO kablam! 16 | const FONT_SIZE: i32 = 14; Oct 12 18:58:43.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:58:43.841 INFO kablam! | Oct 12 18:58:43.841 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:58:43.841 INFO kablam! Oct 12 18:58:44.044 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:44.044 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:44.044 INFO kablam! | Oct 12 18:58:44.044 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:44.044 INFO kablam! | ----^^^ Oct 12 18:58:44.044 INFO kablam! | | Oct 12 18:58:44.044 INFO kablam! | help: remove this `mut` Oct 12 18:58:44.052 INFO kablam! | Oct 12 18:58:44.052 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:58:44.052 INFO kablam! Oct 12 18:58:44.053 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:44.053 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:44.054 INFO kablam! | Oct 12 18:58:44.054 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:44.054 INFO kablam! | ----^^^ Oct 12 18:58:44.054 INFO kablam! | | Oct 12 18:58:44.055 INFO kablam! | help: remove this `mut` Oct 12 18:58:44.055 INFO kablam! Oct 12 18:58:44.055 INFO kablam! warning: constant item is never used: `FONT_SIZE` Oct 12 18:58:44.056 INFO kablam! --> src/main.rs:16:1 Oct 12 18:58:44.056 INFO kablam! | Oct 12 18:58:44.056 INFO kablam! 16 | const FONT_SIZE: i32 = 14; Oct 12 18:58:44.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:58:44.057 INFO kablam! | Oct 12 18:58:44.057 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:58:44.057 INFO kablam! Oct 12 18:58:44.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 12 18:58:44.103 INFO kablam! su: No module specific data is present Oct 12 18:58:45.312 INFO running `"docker" "rm" "-f" "0603b954072bbcc5589403bfd4aac9eed2692b166b63763c639afc04364ec4ed"` Oct 12 18:58:45.588 INFO blam! 0603b954072bbcc5589403bfd4aac9eed2692b166b63763c639afc04364ec4ed