Oct 26 20:40:23.444 INFO checking smokytheangel0/stack_setup against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:40:23.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 26 20:40:23.858 INFO blam! ef0745e066f85979c4a92f3635e5c2ceb55f95c9dce5cd4da911a26985c84cd3 Oct 26 20:40:23.861 INFO running `"docker" "start" "-a" "ef0745e066f85979c4a92f3635e5c2ceb55f95c9dce5cd4da911a26985c84cd3"` Oct 26 20:40:25.037 INFO kablam! usermod: no changes Oct 26 20:40:25.195 INFO kablam! Compiling cc v1.0.24 Oct 26 20:40:25.195 INFO kablam! Checking fs_extra v1.1.0 Oct 26 20:40:25.195 INFO kablam! Checking webbrowser v0.3.1 Oct 26 20:40:25.202 INFO kablam! Checking miniz_oxide v0.1.3 Oct 26 20:40:25.211 INFO kablam! Checking msdos_time v0.1.6 Oct 26 20:40:30.116 INFO kablam! Compiling bzip2-sys v0.1.6 Oct 26 20:40:30.127 INFO kablam! Compiling miniz_oxide_c_api v0.1.3 Oct 26 20:40:32.599 INFO kablam! Checking flate2 v1.0.2 Oct 26 20:40:33.175 INFO kablam! Checking bzip2 v0.3.3 Oct 26 20:40:34.436 INFO kablam! Checking zip v0.4.2 Oct 26 20:40:35.463 INFO kablam! Checking setup v0.1.0 (/source) Oct 26 20:40:36.135 INFO kablam! warning: unused macro definition Oct 26 20:40:36.135 INFO kablam! --> src/main.rs:1083:1 Oct 26 20:40:36.135 INFO kablam! | Oct 26 20:40:36.135 INFO kablam! 1083 | / macro_rules! cfg_if { Oct 26 20:40:36.135 INFO kablam! 1084 | | ($( Oct 26 20:40:36.135 INFO kablam! 1085 | | if #[cfg($($meta:meta),*)] { $($it:item)* } Oct 26 20:40:36.135 INFO kablam! 1086 | | ) else * else { Oct 26 20:40:36.135 INFO kablam! ... | Oct 26 20:40:36.135 INFO kablam! 1094 | | } Oct 26 20:40:36.135 INFO kablam! 1095 | | } Oct 26 20:40:36.135 INFO kablam! | |_^ Oct 26 20:40:36.135 INFO kablam! | Oct 26 20:40:36.135 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 20:40:36.135 INFO kablam! Oct 26 20:40:36.439 INFO kablam! warning: unused macro definition Oct 26 20:40:36.439 INFO kablam! --> src/main.rs:1083:1 Oct 26 20:40:36.439 INFO kablam! | Oct 26 20:40:36.439 INFO kablam! 1083 | / macro_rules! cfg_if { Oct 26 20:40:36.439 INFO kablam! 1084 | | ($( Oct 26 20:40:36.439 INFO kablam! 1085 | | if #[cfg($($meta:meta),*)] { $($it:item)* } Oct 26 20:40:36.439 INFO kablam! 1086 | | ) else * else { Oct 26 20:40:36.439 INFO kablam! ... | Oct 26 20:40:36.439 INFO kablam! 1094 | | } Oct 26 20:40:36.439 INFO kablam! 1095 | | } Oct 26 20:40:36.439 INFO kablam! | |_^ Oct 26 20:40:36.439 INFO kablam! | Oct 26 20:40:36.439 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 20:40:36.439 INFO kablam! Oct 26 20:40:36.479 INFO kablam! warning: function is never used: `check_dirs` Oct 26 20:40:36.479 INFO kablam! --> src/main.rs:118:1 Oct 26 20:40:36.479 INFO kablam! | Oct 26 20:40:36.479 INFO kablam! 118 | fn check_dirs() -> i8 { Oct 26 20:40:36.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:36.479 INFO kablam! | Oct 26 20:40:36.479 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:40:36.479 INFO kablam! Oct 26 20:40:36.479 INFO kablam! warning: function is never used: `setup_xcode` Oct 26 20:40:36.479 INFO kablam! --> src/main.rs:1043:1 Oct 26 20:40:36.479 INFO kablam! | Oct 26 20:40:36.479 INFO kablam! 1043 | fn setup_xcode() -> String { Oct 26 20:40:36.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:36.480 INFO kablam! Oct 26 20:40:36.480 INFO kablam! warning: enum is never used: `DownloadStatus` Oct 26 20:40:36.480 INFO kablam! --> src/main.rs:1055:1 Oct 26 20:40:36.480 INFO kablam! | Oct 26 20:40:36.480 INFO kablam! 1055 | enum DownloadStatus { Oct 26 20:40:36.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:36.480 INFO kablam! Oct 26 20:40:36.480 INFO kablam! warning: struct is never constructed: `DownloadItem` Oct 26 20:40:36.480 INFO kablam! --> src/main.rs:1061:1 Oct 26 20:40:36.480 INFO kablam! | Oct 26 20:40:36.480 INFO kablam! 1061 | struct DownloadItem { Oct 26 20:40:36.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:36.480 INFO kablam! Oct 26 20:40:37.125 INFO kablam! warning: function is never used: `setup_xcode` Oct 26 20:40:37.125 INFO kablam! --> src/main.rs:1043:1 Oct 26 20:40:37.125 INFO kablam! | Oct 26 20:40:37.125 INFO kablam! 1043 | fn setup_xcode() -> String { Oct 26 20:40:37.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:37.125 INFO kablam! | Oct 26 20:40:37.125 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:40:37.125 INFO kablam! Oct 26 20:40:37.127 INFO kablam! warning: enum is never used: `DownloadStatus` Oct 26 20:40:37.127 INFO kablam! --> src/main.rs:1055:1 Oct 26 20:40:37.127 INFO kablam! | Oct 26 20:40:37.128 INFO kablam! 1055 | enum DownloadStatus { Oct 26 20:40:37.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:37.128 INFO kablam! Oct 26 20:40:37.128 INFO kablam! warning: struct is never constructed: `DownloadItem` Oct 26 20:40:37.128 INFO kablam! --> src/main.rs:1061:1 Oct 26 20:40:37.128 INFO kablam! | Oct 26 20:40:37.128 INFO kablam! 1061 | struct DownloadItem { Oct 26 20:40:37.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:40:37.129 INFO kablam! Oct 26 20:40:37.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.15s Oct 26 20:40:37.217 INFO kablam! su: No module specific data is present Oct 26 20:40:38.674 INFO running `"docker" "rm" "-f" "ef0745e066f85979c4a92f3635e5c2ceb55f95c9dce5cd4da911a26985c84cd3"` Oct 26 20:40:39.079 INFO blam! ef0745e066f85979c4a92f3635e5c2ceb55f95c9dce5cd4da911a26985c84cd3