Oct 21 20:33:09.186 INFO checking SCAII/Sky-install against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:33:09.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 20:33:09.674 INFO blam! 1de86e11a1ec3223af777097763ae6deaa2dff856d6a006d5a4bbb57b6510080 Oct 21 20:33:09.675 INFO running `"docker" "start" "-a" "1de86e11a1ec3223af777097763ae6deaa2dff856d6a006d5a4bbb57b6510080"` Oct 21 20:33:11.568 INFO kablam! usermod: no changes Oct 21 20:33:11.744 INFO kablam! Compiling openssl-sys v0.9.25 Oct 21 20:33:11.744 INFO kablam! Checking miniz_oxide v0.1.2 Oct 21 20:33:11.745 INFO kablam! Checking socket2 v0.3.1 Oct 21 20:33:11.745 INFO kablam! Checking msdos_time v0.1.5 Oct 21 20:33:11.745 INFO kablam! Checking bzip2-sys v0.1.6 Oct 21 20:33:13.792 INFO kablam! Checking bzip2 v0.3.2 Oct 21 20:33:16.139 INFO kablam! Checking miniz_oxide_c_api v0.1.2 Oct 21 20:33:17.850 INFO kablam! Checking flate2 v1.0.1 Oct 21 20:33:17.910 INFO kablam! Compiling curl-sys v0.4.1 Oct 21 20:33:17.910 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 21 20:33:22.806 INFO kablam! Checking curl v0.4.11 Oct 21 20:33:22.834 INFO kablam! Checking zip v0.3.0 Oct 21 20:33:35.365 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 21 20:34:01.753 INFO kablam! Checking git2 v0.6.11 Oct 21 20:34:06.720 INFO kablam! Checking sky-install v0.1.0 (/source) Oct 21 20:34:09.508 INFO kablam! warning: unused import: `Path` Oct 21 20:34:09.508 INFO kablam! --> src/platform/linux.rs:4:17 Oct 21 20:34:09.509 INFO kablam! | Oct 21 20:34:09.509 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 21 20:34:09.509 INFO kablam! | ^^^^ Oct 21 20:34:09.509 INFO kablam! | Oct 21 20:34:09.509 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:34:09.509 INFO kablam! Oct 21 20:34:09.509 INFO kablam! warning: unused import: `std::fs` Oct 21 20:34:09.509 INFO kablam! --> src/platform/linux.rs:8:9 Oct 21 20:34:09.510 INFO kablam! | Oct 21 20:34:09.510 INFO kablam! 8 | use std::fs; Oct 21 20:34:09.510 INFO kablam! | ^^^^^^^ Oct 21 20:34:09.510 INFO kablam! Oct 21 20:34:09.510 INFO kablam! warning: unused import: `copy_built_core` Oct 21 20:34:09.511 INFO kablam! --> src/platform/unix.rs:20:32 Oct 21 20:34:09.511 INFO kablam! | Oct 21 20:34:09.511 INFO kablam! 20 | use os_specific::{run_command, copy_built_core}; Oct 21 20:34:09.511 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:34:09.512 INFO kablam! Oct 21 20:34:09.512 INFO kablam! warning: unused import: `self::git2::Repository` Oct 21 20:34:09.512 INFO kablam! --> src/platform/unix.rs:40:9 Oct 21 20:34:09.512 INFO kablam! | Oct 21 20:34:09.512 INFO kablam! 40 | use self::git2::Repository; Oct 21 20:34:09.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:09.512 INFO kablam! Oct 21 20:34:09.512 INFO kablam! warning: unused import: `self::git2::Repository` Oct 21 20:34:09.512 INFO kablam! --> src/platform/unix.rs:74:9 Oct 21 20:34:09.512 INFO kablam! | Oct 21 20:34:09.512 INFO kablam! 74 | use self::git2::Repository; Oct 21 20:34:09.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:09.512 INFO kablam! Oct 21 20:34:09.549 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 20:34:09.549 INFO kablam! --> src/main.rs:352:35 Oct 21 20:34:09.550 INFO kablam! | Oct 21 20:34:09.550 INFO kablam! 352 | let result: Option = env::home_dir(); Oct 21 20:34:09.550 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:34:09.550 INFO kablam! | Oct 21 20:34:09.550 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 20:34:09.550 INFO kablam! Oct 21 20:34:09.684 INFO kablam! warning: unused import: `Path` Oct 21 20:34:09.685 INFO kablam! --> src/platform/linux.rs:4:17 Oct 21 20:34:09.685 INFO kablam! | Oct 21 20:34:09.685 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 21 20:34:09.685 INFO kablam! | ^^^^ Oct 21 20:34:09.685 INFO kablam! | Oct 21 20:34:09.685 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:34:09.685 INFO kablam! Oct 21 20:34:09.685 INFO kablam! warning: unused import: `std::fs` Oct 21 20:34:09.685 INFO kablam! --> src/platform/linux.rs:8:9 Oct 21 20:34:09.685 INFO kablam! | Oct 21 20:34:09.685 INFO kablam! 8 | use std::fs; Oct 21 20:34:09.685 INFO kablam! | ^^^^^^^ Oct 21 20:34:09.685 INFO kablam! Oct 21 20:34:09.695 INFO kablam! warning: unused import: `copy_built_core` Oct 21 20:34:09.695 INFO kablam! --> src/platform/unix.rs:20:32 Oct 21 20:34:09.695 INFO kablam! | Oct 21 20:34:09.695 INFO kablam! 20 | use os_specific::{run_command, copy_built_core}; Oct 21 20:34:09.695 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 20:34:09.696 INFO kablam! Oct 21 20:34:09.697 INFO kablam! warning: unused import: `self::git2::Repository` Oct 21 20:34:09.697 INFO kablam! --> src/platform/unix.rs:40:9 Oct 21 20:34:09.697 INFO kablam! | Oct 21 20:34:09.697 INFO kablam! 40 | use self::git2::Repository; Oct 21 20:34:09.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:09.698 INFO kablam! Oct 21 20:34:09.699 INFO kablam! warning: unused import: `self::git2::Repository` Oct 21 20:34:09.699 INFO kablam! --> src/platform/unix.rs:74:9 Oct 21 20:34:09.699 INFO kablam! | Oct 21 20:34:09.699 INFO kablam! 74 | use self::git2::Repository; Oct 21 20:34:09.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:09.700 INFO kablam! Oct 21 20:34:09.743 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 21 20:34:09.743 INFO kablam! --> src/main.rs:352:35 Oct 21 20:34:09.743 INFO kablam! | Oct 21 20:34:09.744 INFO kablam! 352 | let result: Option = env::home_dir(); Oct 21 20:34:09.744 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:34:09.752 INFO kablam! | Oct 21 20:34:09.752 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 20:34:09.752 INFO kablam! Oct 21 20:34:10.208 INFO kablam! warning: function is never used: `copy_built_rts` Oct 21 20:34:10.208 INFO kablam! --> src/platform/linux.rs:6:1 Oct 21 20:34:10.208 INFO kablam! | Oct 21 20:34:10.208 INFO kablam! 6 | pub fn copy_built_rts(source_dir: PathBuf, target: PathBuf) -> Result<(), Box> { Oct 21 20:34:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:10.208 INFO kablam! | Oct 21 20:34:10.208 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:34:10.208 INFO kablam! Oct 21 20:34:10.208 INFO kablam! warning: function is never used: `get_sky_rts` Oct 21 20:34:10.208 INFO kablam! --> src/platform/unix.rs:72:1 Oct 21 20:34:10.208 INFO kablam! | Oct 21 20:34:10.208 INFO kablam! 72 | pub fn get_sky_rts(install_dir: PathBuf, command_args: &Args) -> Result<(), Box> { Oct 21 20:34:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:10.208 INFO kablam! Oct 21 20:34:10.220 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:34:10.220 INFO kablam! --> src/main.rs:119:17 Oct 21 20:34:10.220 INFO kablam! | Oct 21 20:34:10.220 INFO kablam! 119 | shallow_clean(); Oct 21 20:34:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:34:10.220 INFO kablam! | Oct 21 20:34:10.220 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:34:10.220 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:34:10.220 INFO kablam! Oct 21 20:34:10.220 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:34:10.220 INFO kablam! --> src/main.rs:128:13 Oct 21 20:34:10.220 INFO kablam! | Oct 21 20:34:10.220 INFO kablam! 128 | shallow_clean(); Oct 21 20:34:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:34:10.220 INFO kablam! | Oct 21 20:34:10.220 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:34:10.220 INFO kablam! Oct 21 20:34:10.408 INFO kablam! warning: function is never used: `copy_built_rts` Oct 21 20:34:10.408 INFO kablam! --> src/platform/linux.rs:6:1 Oct 21 20:34:10.408 INFO kablam! | Oct 21 20:34:10.408 INFO kablam! 6 | pub fn copy_built_rts(source_dir: PathBuf, target: PathBuf) -> Result<(), Box> { Oct 21 20:34:10.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:10.408 INFO kablam! | Oct 21 20:34:10.408 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:34:10.408 INFO kablam! Oct 21 20:34:10.408 INFO kablam! warning: function is never used: `get_sky_rts` Oct 21 20:34:10.408 INFO kablam! --> src/platform/unix.rs:72:1 Oct 21 20:34:10.408 INFO kablam! | Oct 21 20:34:10.408 INFO kablam! 72 | pub fn get_sky_rts(install_dir: PathBuf, command_args: &Args) -> Result<(), Box> { Oct 21 20:34:10.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:34:10.408 INFO kablam! Oct 21 20:34:10.420 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:34:10.420 INFO kablam! --> src/main.rs:119:17 Oct 21 20:34:10.420 INFO kablam! | Oct 21 20:34:10.420 INFO kablam! 119 | shallow_clean(); Oct 21 20:34:10.420 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:34:10.420 INFO kablam! | Oct 21 20:34:10.420 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:34:10.420 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:34:10.420 INFO kablam! Oct 21 20:34:10.420 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:34:10.420 INFO kablam! --> src/main.rs:128:13 Oct 21 20:34:10.420 INFO kablam! | Oct 21 20:34:10.420 INFO kablam! 128 | shallow_clean(); Oct 21 20:34:10.420 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 20:34:10.420 INFO kablam! | Oct 21 20:34:10.420 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:34:10.420 INFO kablam! Oct 21 20:34:10.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.86s Oct 21 20:34:10.454 INFO kablam! su: No module specific data is present Oct 21 20:34:11.341 INFO running `"docker" "rm" "-f" "1de86e11a1ec3223af777097763ae6deaa2dff856d6a006d5a4bbb57b6510080"` Oct 21 20:34:11.709 INFO blam! 1de86e11a1ec3223af777097763ae6deaa2dff856d6a006d5a4bbb57b6510080