Oct 13 02:45:00.029 INFO checking SCAII/Sky-install against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:45:00.029 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 02:45:00.464 INFO blam! 0913dc45c6e3c03120b6d36b824ef7581e03898a3f0948c15e85df142d7a9c5e Oct 13 02:45:00.468 INFO running `"docker" "start" "-a" "0913dc45c6e3c03120b6d36b824ef7581e03898a3f0948c15e85df142d7a9c5e"` Oct 13 02:45:01.915 INFO kablam! usermod: no changes Oct 13 02:45:02.170 INFO kablam! Compiling openssl-sys v0.9.25 Oct 13 02:45:02.171 INFO kablam! Checking miniz_oxide v0.1.2 Oct 13 02:45:02.172 INFO kablam! Checking socket2 v0.3.1 Oct 13 02:45:02.184 INFO kablam! Checking msdos_time v0.1.5 Oct 13 02:45:02.196 INFO kablam! Checking bzip2-sys v0.1.6 Oct 13 02:45:04.415 INFO kablam! Checking bzip2 v0.3.2 Oct 13 02:45:07.276 INFO kablam! Checking miniz_oxide_c_api v0.1.2 Oct 13 02:45:08.048 INFO kablam! Compiling curl-sys v0.4.1 Oct 13 02:45:08.048 INFO kablam! Compiling libssh2-sys v0.2.6 Oct 13 02:45:09.653 INFO kablam! Checking flate2 v1.0.1 Oct 13 02:45:13.905 INFO kablam! Checking curl v0.4.11 Oct 13 02:45:14.356 INFO kablam! Checking zip v0.3.0 Oct 13 02:45:24.492 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 13 02:45:47.850 INFO kablam! Checking git2 v0.6.11 Oct 13 02:45:52.680 INFO kablam! Checking sky-install v0.1.0 (/source) Oct 13 02:45:55.364 INFO kablam! warning: unused import: `Path` Oct 13 02:45:55.364 INFO kablam! --> src/platform/linux.rs:4:17 Oct 13 02:45:55.364 INFO kablam! | Oct 13 02:45:55.364 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 13 02:45:55.364 INFO kablam! | ^^^^ Oct 13 02:45:55.364 INFO kablam! | Oct 13 02:45:55.364 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:45:55.364 INFO kablam! Oct 13 02:45:55.364 INFO kablam! warning: unused import: `std::fs` Oct 13 02:45:55.364 INFO kablam! --> src/platform/linux.rs:8:9 Oct 13 02:45:55.364 INFO kablam! | Oct 13 02:45:55.364 INFO kablam! 8 | use std::fs; Oct 13 02:45:55.364 INFO kablam! | ^^^^^^^ Oct 13 02:45:55.364 INFO kablam! Oct 13 02:45:55.364 INFO kablam! warning: unused import: `copy_built_core` Oct 13 02:45:55.364 INFO kablam! --> src/platform/unix.rs:20:32 Oct 13 02:45:55.364 INFO kablam! | Oct 13 02:45:55.364 INFO kablam! 20 | use os_specific::{run_command, copy_built_core}; Oct 13 02:45:55.364 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:45:55.364 INFO kablam! Oct 13 02:45:55.365 INFO kablam! warning: unused import: `self::git2::Repository` Oct 13 02:45:55.365 INFO kablam! --> src/platform/unix.rs:40:9 Oct 13 02:45:55.365 INFO kablam! | Oct 13 02:45:55.365 INFO kablam! 40 | use self::git2::Repository; Oct 13 02:45:55.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:55.365 INFO kablam! Oct 13 02:45:55.365 INFO kablam! warning: unused import: `self::git2::Repository` Oct 13 02:45:55.365 INFO kablam! --> src/platform/unix.rs:74:9 Oct 13 02:45:55.365 INFO kablam! | Oct 13 02:45:55.365 INFO kablam! 74 | use self::git2::Repository; Oct 13 02:45:55.365 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:55.365 INFO kablam! Oct 13 02:45:55.380 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 13 02:45:55.380 INFO kablam! --> src/main.rs:352:35 Oct 13 02:45:55.380 INFO kablam! | Oct 13 02:45:55.380 INFO kablam! 352 | let result: Option = env::home_dir(); Oct 13 02:45:55.380 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:45:55.380 INFO kablam! | Oct 13 02:45:55.380 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 02:45:55.380 INFO kablam! Oct 13 02:45:55.624 INFO kablam! warning: unused import: `Path` Oct 13 02:45:55.624 INFO kablam! --> src/platform/linux.rs:4:17 Oct 13 02:45:55.624 INFO kablam! | Oct 13 02:45:55.624 INFO kablam! 4 | use std::path::{Path, PathBuf}; Oct 13 02:45:55.624 INFO kablam! | ^^^^ Oct 13 02:45:55.624 INFO kablam! | Oct 13 02:45:55.624 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:45:55.624 INFO kablam! Oct 13 02:45:55.624 INFO kablam! warning: unused import: `std::fs` Oct 13 02:45:55.624 INFO kablam! --> src/platform/linux.rs:8:9 Oct 13 02:45:55.624 INFO kablam! | Oct 13 02:45:55.624 INFO kablam! 8 | use std::fs; Oct 13 02:45:55.624 INFO kablam! | ^^^^^^^ Oct 13 02:45:55.624 INFO kablam! Oct 13 02:45:55.624 INFO kablam! warning: unused import: `copy_built_core` Oct 13 02:45:55.624 INFO kablam! --> src/platform/unix.rs:20:32 Oct 13 02:45:55.624 INFO kablam! | Oct 13 02:45:55.624 INFO kablam! 20 | use os_specific::{run_command, copy_built_core}; Oct 13 02:45:55.624 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 02:45:55.624 INFO kablam! Oct 13 02:45:55.624 INFO kablam! warning: unused import: `self::git2::Repository` Oct 13 02:45:55.624 INFO kablam! --> src/platform/unix.rs:40:9 Oct 13 02:45:55.624 INFO kablam! | Oct 13 02:45:55.624 INFO kablam! 40 | use self::git2::Repository; Oct 13 02:45:55.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:55.624 INFO kablam! Oct 13 02:45:55.624 INFO kablam! warning: unused import: `self::git2::Repository` Oct 13 02:45:55.624 INFO kablam! --> src/platform/unix.rs:74:9 Oct 13 02:45:55.624 INFO kablam! | Oct 13 02:45:55.624 INFO kablam! 74 | use self::git2::Repository; Oct 13 02:45:55.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:55.624 INFO kablam! Oct 13 02:45:55.644 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 13 02:45:55.644 INFO kablam! --> src/main.rs:352:35 Oct 13 02:45:55.644 INFO kablam! | Oct 13 02:45:55.644 INFO kablam! 352 | let result: Option = env::home_dir(); Oct 13 02:45:55.644 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:45:55.644 INFO kablam! | Oct 13 02:45:55.644 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 02:45:55.644 INFO kablam! Oct 13 02:45:55.997 INFO kablam! warning: function is never used: `copy_built_rts` Oct 13 02:45:55.997 INFO kablam! --> src/platform/linux.rs:6:1 Oct 13 02:45:55.997 INFO kablam! | Oct 13 02:45:55.998 INFO kablam! 6 | pub fn copy_built_rts(source_dir: PathBuf, target: PathBuf) -> Result<(), Box> { Oct 13 02:45:55.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:55.998 INFO kablam! | Oct 13 02:45:55.999 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:45:55.999 INFO kablam! Oct 13 02:45:55.999 INFO kablam! warning: function is never used: `get_sky_rts` Oct 13 02:45:56.000 INFO kablam! --> src/platform/unix.rs:72:1 Oct 13 02:45:56.000 INFO kablam! | Oct 13 02:45:56.000 INFO kablam! 72 | pub fn get_sky_rts(install_dir: PathBuf, command_args: &Args) -> Result<(), Box> { Oct 13 02:45:56.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:56.001 INFO kablam! Oct 13 02:45:56.009 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:45:56.009 INFO kablam! --> src/main.rs:119:17 Oct 13 02:45:56.009 INFO kablam! | Oct 13 02:45:56.010 INFO kablam! 119 | shallow_clean(); Oct 13 02:45:56.010 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:45:56.010 INFO kablam! | Oct 13 02:45:56.010 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:45:56.011 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:45:56.011 INFO kablam! Oct 13 02:45:56.011 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:45:56.012 INFO kablam! --> src/main.rs:128:13 Oct 13 02:45:56.012 INFO kablam! | Oct 13 02:45:56.012 INFO kablam! 128 | shallow_clean(); Oct 13 02:45:56.013 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:45:56.013 INFO kablam! | Oct 13 02:45:56.013 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:45:56.013 INFO kablam! Oct 13 02:45:56.045 INFO kablam! warning: function is never used: `copy_built_rts` Oct 13 02:45:56.045 INFO kablam! --> src/platform/linux.rs:6:1 Oct 13 02:45:56.045 INFO kablam! | Oct 13 02:45:56.046 INFO kablam! 6 | pub fn copy_built_rts(source_dir: PathBuf, target: PathBuf) -> Result<(), Box> { Oct 13 02:45:56.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:56.046 INFO kablam! | Oct 13 02:45:56.047 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:45:56.047 INFO kablam! Oct 13 02:45:56.047 INFO kablam! warning: function is never used: `get_sky_rts` Oct 13 02:45:56.048 INFO kablam! --> src/platform/unix.rs:72:1 Oct 13 02:45:56.048 INFO kablam! | Oct 13 02:45:56.048 INFO kablam! 72 | pub fn get_sky_rts(install_dir: PathBuf, command_args: &Args) -> Result<(), Box> { Oct 13 02:45:56.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:45:56.049 INFO kablam! Oct 13 02:45:56.073 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:45:56.073 INFO kablam! --> src/main.rs:119:17 Oct 13 02:45:56.073 INFO kablam! | Oct 13 02:45:56.074 INFO kablam! 119 | shallow_clean(); Oct 13 02:45:56.074 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:45:56.074 INFO kablam! | Oct 13 02:45:56.075 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:45:56.075 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:45:56.075 INFO kablam! Oct 13 02:45:56.076 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:45:56.076 INFO kablam! --> src/main.rs:128:13 Oct 13 02:45:56.076 INFO kablam! | Oct 13 02:45:56.076 INFO kablam! 128 | shallow_clean(); Oct 13 02:45:56.077 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 02:45:56.077 INFO kablam! | Oct 13 02:45:56.077 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:45:56.077 INFO kablam! Oct 13 02:45:56.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.17s Oct 13 02:45:56.132 INFO kablam! su: No module specific data is present Oct 13 02:45:57.067 INFO running `"docker" "rm" "-f" "0913dc45c6e3c03120b6d36b824ef7581e03898a3f0948c15e85df142d7a9c5e"` Oct 13 02:45:57.400 INFO blam! 0913dc45c6e3c03120b6d36b824ef7581e03898a3f0948c15e85df142d7a9c5e