Oct 21 21:22:09.878 INFO checking Huanzo/WarframeNotify against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:22:09.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:22:10.089 INFO blam! 0fa50e7a953e0276961026d3ad177c2987298c3aec35ed7dfd07820b03a3df6a Oct 21 21:22:10.094 INFO running `"docker" "start" "-a" "0fa50e7a953e0276961026d3ad177c2987298c3aec35ed7dfd07820b03a3df6a"` Oct 21 21:22:10.840 INFO kablam! usermod: no changes Oct 21 21:22:11.109 INFO kablam! Compiling gio v0.2.0 Oct 21 21:22:11.113 INFO kablam! Compiling gdk-pixbuf v0.2.0 Oct 21 21:22:11.113 INFO kablam! Compiling cairo-rs v0.2.0 Oct 21 21:22:11.128 INFO kablam! Compiling gdk v0.6.0 Oct 21 21:22:11.132 INFO kablam! Compiling gtk v0.2.0 Oct 21 21:22:11.132 INFO kablam! Checking xattr v0.1.11 Oct 21 21:22:11.132 INFO kablam! Checking filetime v0.1.10 Oct 21 21:22:11.132 INFO kablam! Compiling gio-sys v0.4.0 Oct 21 21:22:12.495 INFO kablam! Compiling gdk-pixbuf-sys v0.4.0 Oct 21 21:22:12.688 INFO kablam! Compiling cairo-sys-rs v0.4.0 Oct 21 21:22:12.708 INFO kablam! Compiling pango-sys v0.4.0 Oct 21 21:22:13.169 INFO kablam! Compiling gdk-sys v0.4.0 Oct 21 21:22:13.176 INFO kablam! Compiling gtk-sys v0.4.0 Oct 21 21:22:13.420 INFO kablam! Compiling runtimeobject-sys v0.2.0 Oct 21 21:22:13.440 INFO kablam! Compiling oleaut32-sys v0.2.0 Oct 21 21:22:14.541 INFO kablam! Compiling ole32-sys v0.2.0 Oct 21 21:22:14.564 INFO kablam! Checking libflate v0.1.10 Oct 21 21:22:14.684 INFO kablam! Checking semver v0.7.0 Oct 21 21:22:14.684 INFO kablam! Checking tempdir v0.3.5 Oct 21 21:22:14.729 INFO kablam! Checking tar v0.4.13 Oct 21 21:22:14.988 INFO kablam! Checking miniz-sys v0.1.9 Oct 21 21:22:15.108 INFO kablam! Checking glib-sys v0.4.0 Oct 21 21:22:16.605 INFO kablam! Checking flate2 v0.2.20 Oct 21 21:22:18.608 INFO kablam! Checking winrt v0.3.0 Oct 21 21:22:18.856 INFO kablam! Checking reqwest v0.7.2 Oct 21 21:22:20.012 INFO kablam! Checking gobject-sys v0.4.0 Oct 21 21:22:21.416 INFO kablam! Checking glib v0.3.1 Oct 21 21:22:21.416 INFO kablam! Checking atk-sys v0.4.0 Oct 21 21:22:24.992 INFO kablam! Checking self_update v0.4.0 Oct 21 21:22:26.261 INFO kablam! Checking pango v0.2.0 Oct 21 21:23:16.581 INFO kablam! Checking warframe_data v0.1.0 (/source) Oct 21 21:23:20.584 INFO kablam! warning: variable does not need to be mutable Oct 21 21:23:20.584 INFO kablam! --> src/main.rs:136:10 Oct 21 21:23:20.584 INFO kablam! | Oct 21 21:23:20.584 INFO kablam! 136 | let mut iterator = alert_data.missions.len(); Oct 21 21:23:20.584 INFO kablam! | ----^^^^^^^^ Oct 21 21:23:20.584 INFO kablam! | | Oct 21 21:23:20.584 INFO kablam! | help: remove this `mut` Oct 21 21:23:20.584 INFO kablam! | Oct 21 21:23:20.584 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:23:20.584 INFO kablam! Oct 21 21:23:20.584 INFO kablam! warning: variable does not need to be mutable Oct 21 21:23:20.584 INFO kablam! --> src/main.rs:136:10 Oct 21 21:23:20.584 INFO kablam! | Oct 21 21:23:20.584 INFO kablam! 136 | let mut iterator = alert_data.missions.len(); Oct 21 21:23:20.584 INFO kablam! | ----^^^^^^^^ Oct 21 21:23:20.584 INFO kablam! | | Oct 21 21:23:20.584 INFO kablam! | help: remove this `mut` Oct 21 21:23:20.584 INFO kablam! Oct 21 21:23:20.606 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:23:20.606 INFO kablam! --> src/main.rs:175:6 Oct 21 21:23:20.606 INFO kablam! | Oct 21 21:23:20.606 INFO kablam! 175 | fs::rename("warframe_data.exe", "warframe_data_OLD.exe"); Oct 21 21:23:20.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:20.606 INFO kablam! | Oct 21 21:23:20.606 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:23:20.606 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:23:20.606 INFO kablam! Oct 21 21:23:20.606 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:23:20.606 INFO kablam! --> src/main.rs:180:6 Oct 21 21:23:20.606 INFO kablam! | Oct 21 21:23:20.606 INFO kablam! 180 | response.read_to_end(&mut buffer); Oct 21 21:23:20.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:20.606 INFO kablam! | Oct 21 21:23:20.606 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:23:20.606 INFO kablam! Oct 21 21:23:20.606 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:23:20.606 INFO kablam! --> src/main.rs:183:6 Oct 21 21:23:20.606 INFO kablam! | Oct 21 21:23:20.606 INFO kablam! 183 | file_new.write_all(&buffer); Oct 21 21:23:20.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:20.606 INFO kablam! | Oct 21 21:23:20.606 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:23:20.606 INFO kablam! Oct 21 21:23:20.706 INFO kablam! warning: variable does not need to be mutable Oct 21 21:23:20.706 INFO kablam! --> src/main.rs:136:10 Oct 21 21:23:20.706 INFO kablam! | Oct 21 21:23:20.706 INFO kablam! 136 | let mut iterator = alert_data.missions.len(); Oct 21 21:23:20.706 INFO kablam! | ----^^^^^^^^ Oct 21 21:23:20.706 INFO kablam! | | Oct 21 21:23:20.706 INFO kablam! | help: remove this `mut` Oct 21 21:23:20.706 INFO kablam! | Oct 21 21:23:20.706 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:23:20.706 INFO kablam! Oct 21 21:23:20.706 INFO kablam! warning: variable does not need to be mutable Oct 21 21:23:20.707 INFO kablam! --> src/main.rs:136:10 Oct 21 21:23:20.707 INFO kablam! | Oct 21 21:23:20.707 INFO kablam! 136 | let mut iterator = alert_data.missions.len(); Oct 21 21:23:20.707 INFO kablam! | ----^^^^^^^^ Oct 21 21:23:20.707 INFO kablam! | | Oct 21 21:23:20.707 INFO kablam! | help: remove this `mut` Oct 21 21:23:20.707 INFO kablam! Oct 21 21:23:20.726 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:23:20.726 INFO kablam! --> src/main.rs:175:6 Oct 21 21:23:20.726 INFO kablam! | Oct 21 21:23:20.726 INFO kablam! 175 | fs::rename("warframe_data.exe", "warframe_data_OLD.exe"); Oct 21 21:23:20.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:20.726 INFO kablam! | Oct 21 21:23:20.726 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:23:20.726 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:23:20.726 INFO kablam! Oct 21 21:23:20.726 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:23:20.726 INFO kablam! --> src/main.rs:180:6 Oct 21 21:23:20.726 INFO kablam! | Oct 21 21:23:20.726 INFO kablam! 180 | response.read_to_end(&mut buffer); Oct 21 21:23:20.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:20.726 INFO kablam! | Oct 21 21:23:20.727 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:23:20.727 INFO kablam! Oct 21 21:23:20.727 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:23:20.727 INFO kablam! --> src/main.rs:183:6 Oct 21 21:23:20.727 INFO kablam! | Oct 21 21:23:20.727 INFO kablam! 183 | file_new.write_all(&buffer); Oct 21 21:23:20.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:23:20.727 INFO kablam! | Oct 21 21:23:20.727 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:23:20.727 INFO kablam! Oct 21 21:23:20.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 21 21:23:20.772 INFO kablam! su: No module specific data is present Oct 21 21:23:21.538 INFO running `"docker" "rm" "-f" "0fa50e7a953e0276961026d3ad177c2987298c3aec35ed7dfd07820b03a3df6a"` Oct 21 21:23:21.868 INFO blam! 0fa50e7a953e0276961026d3ad177c2987298c3aec35ed7dfd07820b03a3df6a