Oct 12 18:57:21.286 INFO checking kirillrdy/editor against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:57:21.288 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 12 18:57:21.766 INFO blam! cd270d929be0099f2c10dfa06910fafdd4db2da98ebacdc91679c80059212634 Oct 12 18:57:21.770 INFO running `"docker" "start" "-a" "cd270d929be0099f2c10dfa06910fafdd4db2da98ebacdc91679c80059212634"` Oct 12 18:57:22.849 INFO kablam! usermod: no changes Oct 12 18:57:22.971 INFO kablam! Compiling cairo-rs v0.4.1 Oct 12 18:57:22.972 INFO kablam! Compiling gtk v0.4.0 Oct 12 18:57:22.972 INFO kablam! Compiling glib-sys v0.6.0 Oct 12 18:57:22.972 INFO kablam! Compiling gobject-sys v0.6.0 Oct 12 18:57:22.972 INFO kablam! Compiling gio-sys v0.6.0 Oct 12 18:57:22.972 INFO kablam! Compiling cairo-sys-rs v0.6.0 Oct 12 18:57:22.972 INFO kablam! Compiling pango-sys v0.6.0 Oct 12 18:57:22.975 INFO kablam! Compiling gdk-pixbuf-sys v0.6.0 Oct 12 18:57:24.544 INFO kablam! Compiling atk-sys v0.6.0 Oct 12 18:57:25.533 INFO kablam! Compiling gdk-sys v0.6.0 Oct 12 18:57:25.533 INFO kablam! Compiling gtk-sys v0.6.0 Oct 12 18:57:26.584 INFO kablam! Compiling gio v0.4.0 Oct 12 18:57:26.621 INFO kablam! Compiling gdk-pixbuf v0.4.0 Oct 12 18:57:27.666 INFO kablam! Compiling gdk v0.8.0 Oct 12 18:57:30.836 INFO kablam! Checking glib v0.5.0 Oct 12 18:57:36.190 INFO kablam! Checking pango v0.4.0 Oct 12 18:58:36.404 INFO kablam! Checking editor v0.1.0 (/source) Oct 12 18:58:37.765 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:37.765 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:37.765 INFO kablam! | Oct 12 18:58:37.765 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:37.765 INFO kablam! | ----^^^ Oct 12 18:58:37.765 INFO kablam! | | Oct 12 18:58:37.765 INFO kablam! | help: remove this `mut` Oct 12 18:58:37.765 INFO kablam! | Oct 12 18:58:37.765 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:58:37.765 INFO kablam! Oct 12 18:58:37.767 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:37.767 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:37.767 INFO kablam! | Oct 12 18:58:37.767 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:37.767 INFO kablam! | ----^^^ Oct 12 18:58:37.767 INFO kablam! | | Oct 12 18:58:37.767 INFO kablam! | help: remove this `mut` Oct 12 18:58:37.767 INFO kablam! Oct 12 18:58:37.767 INFO kablam! warning: constant item is never used: `FONT_SIZE` Oct 12 18:58:37.767 INFO kablam! --> src/main.rs:16:1 Oct 12 18:58:37.767 INFO kablam! | Oct 12 18:58:37.767 INFO kablam! 16 | const FONT_SIZE: i32 = 14; Oct 12 18:58:37.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:58:37.768 INFO kablam! | Oct 12 18:58:37.768 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:58:37.768 INFO kablam! Oct 12 18:58:37.955 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:37.955 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:37.955 INFO kablam! | Oct 12 18:58:37.955 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:37.955 INFO kablam! | ----^^^ Oct 12 18:58:37.955 INFO kablam! | | Oct 12 18:58:37.955 INFO kablam! | help: remove this `mut` Oct 12 18:58:37.955 INFO kablam! | Oct 12 18:58:37.955 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:58:37.955 INFO kablam! Oct 12 18:58:37.957 INFO kablam! warning: variable does not need to be mutable Oct 12 18:58:37.958 INFO kablam! --> src/main.rs:53:13 Oct 12 18:58:37.958 INFO kablam! | Oct 12 18:58:37.958 INFO kablam! 53 | let mut row = 0; Oct 12 18:58:37.958 INFO kablam! | ----^^^ Oct 12 18:58:37.958 INFO kablam! | | Oct 12 18:58:37.958 INFO kablam! | help: remove this `mut` Oct 12 18:58:37.958 INFO kablam! Oct 12 18:58:37.958 INFO kablam! warning: constant item is never used: `FONT_SIZE` Oct 12 18:58:37.958 INFO kablam! --> src/main.rs:16:1 Oct 12 18:58:37.958 INFO kablam! | Oct 12 18:58:37.958 INFO kablam! 16 | const FONT_SIZE: i32 = 14; Oct 12 18:58:37.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:58:37.958 INFO kablam! | Oct 12 18:58:37.958 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:58:37.958 INFO kablam! Oct 12 18:58:38.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 12 18:58:38.013 INFO kablam! su: No module specific data is present Oct 12 18:58:39.892 INFO running `"docker" "rm" "-f" "cd270d929be0099f2c10dfa06910fafdd4db2da98ebacdc91679c80059212634"` Oct 12 18:58:40.264 INFO blam! cd270d929be0099f2c10dfa06910fafdd4db2da98ebacdc91679c80059212634