Oct 27 12:42:00.970 INFO checking ArdaXi/tahoe-backup against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:42:00.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 27 12:42:01.492 INFO blam! bd79e09b02eeed3d5c444993a778ed4e5d07f9cf8ad35823f6cb7194ddb7290a Oct 27 12:42:01.495 INFO running `"docker" "start" "-a" "bd79e09b02eeed3d5c444993a778ed4e5d07f9cf8ad35823f6cb7194ddb7290a"` Oct 27 12:42:03.115 INFO kablam! usermod: no changes Oct 27 12:42:03.335 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 27 12:42:03.336 INFO kablam! Checking termios v0.2.2 Oct 27 12:42:03.343 INFO kablam! Checking filetime v0.1.15 Oct 27 12:42:03.343 INFO kablam! Checking clicolors-control v0.2.0 Oct 27 12:42:03.343 INFO kablam! Checking parking_lot_core v0.2.13 Oct 27 12:42:03.344 INFO kablam! Checking clap v2.31.1 Oct 27 12:42:03.344 INFO kablam! Compiling diesel_derives v1.1.0 Oct 27 12:42:03.344 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 27 12:42:05.383 INFO kablam! Compiling derive-error-chain v0.11.0 Oct 27 12:42:05.683 INFO kablam! Checking env_logger v0.5.4 Oct 27 12:42:07.845 INFO kablam! Checking globset v0.3.0 Oct 27 12:42:21.048 INFO kablam! Checking parking_lot v0.5.4 Oct 27 12:42:21.667 INFO kablam! Compiling serde_derive v1.0.27 Oct 27 12:42:26.262 INFO kablam! Checking console v0.6.1 Oct 27 12:42:36.263 INFO kablam! Checking indicatif v0.9.0 Oct 27 12:42:37.035 INFO kablam! Compiling diesel v1.1.1 Oct 27 12:42:37.844 INFO kablam! Checking dotenv v0.11.0 Oct 27 12:42:50.623 INFO kablam! Checking tahoe v0.1.0 (/source/tahoe) Oct 27 12:42:58.911 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 12:42:58.911 INFO kablam! --> tahoe/src/lib.rs:1:12 Oct 27 12:42:58.911 INFO kablam! | Oct 27 12:42:58.911 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 27 12:42:58.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:42:58.911 INFO kablam! | Oct 27 12:42:58.911 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 12:42:58.911 INFO kablam! Oct 27 12:42:59.079 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 12:42:59.079 INFO kablam! --> tahoe/src/lib.rs:1:12 Oct 27 12:42:59.079 INFO kablam! | Oct 27 12:42:59.079 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 27 12:42:59.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:42:59.079 INFO kablam! | Oct 27 12:42:59.079 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 12:42:59.079 INFO kablam! Oct 27 12:42:59.969 INFO kablam! Checking migrations_internals v1.1.0 Oct 27 12:43:03.314 INFO kablam! Compiling migrations_macros v1.1.0 Oct 27 12:43:07.691 INFO kablam! Checking diesel_migrations v1.1.0 Oct 27 12:43:08.547 INFO kablam! Checking backupdb v0.1.0 (/source/backupdb) Oct 27 12:43:11.404 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:43:11.404 INFO kablam! --> backupdb/src/backupdb.rs:59:21 Oct 27 12:43:11.404 INFO kablam! | Oct 27 12:43:11.404 INFO kablam! 59 | diesel::delete(&file).execute(&self.connection); Oct 27 12:43:11.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:43:11.404 INFO kablam! | Oct 27 12:43:11.404 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:43:11.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:43:11.404 INFO kablam! Oct 27 12:43:11.404 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:43:11.404 INFO kablam! --> backupdb/src/backupdb.rs:90:9 Oct 27 12:43:11.404 INFO kablam! | Oct 27 12:43:11.404 INFO kablam! 90 | diesel::delete(last_upload.find(fileid)).execute(&self.connection); Oct 27 12:43:11.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:43:11.404 INFO kablam! | Oct 27 12:43:11.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:43:11.404 INFO kablam! Oct 27 12:43:11.404 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:43:11.404 INFO kablam! --> backupdb/src/backupdb.rs:95:9 Oct 27 12:43:11.404 INFO kablam! | Oct 27 12:43:11.404 INFO kablam! 95 | diesel::delete(local_files.find(&path)).execute(&self.connection); Oct 27 12:43:11.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:43:11.404 INFO kablam! | Oct 27 12:43:11.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:43:11.404 INFO kablam! Oct 27 12:43:11.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:43:11.515 INFO kablam! --> backupdb/src/backupdb.rs:59:21 Oct 27 12:43:11.515 INFO kablam! | Oct 27 12:43:11.515 INFO kablam! 59 | diesel::delete(&file).execute(&self.connection); Oct 27 12:43:11.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:43:11.515 INFO kablam! | Oct 27 12:43:11.515 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:43:11.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:43:11.515 INFO kablam! Oct 27 12:43:11.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:43:11.515 INFO kablam! --> backupdb/src/backupdb.rs:90:9 Oct 27 12:43:11.515 INFO kablam! | Oct 27 12:43:11.515 INFO kablam! 90 | diesel::delete(last_upload.find(fileid)).execute(&self.connection); Oct 27 12:43:11.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:43:11.515 INFO kablam! | Oct 27 12:43:11.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:43:11.515 INFO kablam! Oct 27 12:43:11.515 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:43:11.515 INFO kablam! --> backupdb/src/backupdb.rs:95:9 Oct 27 12:43:11.515 INFO kablam! | Oct 27 12:43:11.515 INFO kablam! 95 | diesel::delete(local_files.find(&path)).execute(&self.connection); Oct 27 12:43:11.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:43:11.515 INFO kablam! | Oct 27 12:43:11.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:43:11.515 INFO kablam! Oct 27 12:43:11.555 INFO kablam! Checking tahoe-backup v0.1.0 (/source) Oct 27 12:43:17.646 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 27 12:43:17.646 INFO kablam! --> src/main.rs:286:32 Oct 27 12:43:17.646 INFO kablam! | Oct 27 12:43:17.646 INFO kablam! 286 | let mut default_database = env::home_dir().unwrap_or_else(PathBuf::new); Oct 27 12:43:17.646 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:43:17.646 INFO kablam! | Oct 27 12:43:17.646 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:43:17.646 INFO kablam! Oct 27 12:43:17.708 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 27 12:43:17.708 INFO kablam! --> src/main.rs:286:32 Oct 27 12:43:17.708 INFO kablam! | Oct 27 12:43:17.708 INFO kablam! 286 | let mut default_database = env::home_dir().unwrap_or_else(PathBuf::new); Oct 27 12:43:17.708 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:43:17.708 INFO kablam! | Oct 27 12:43:17.708 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:43:17.708 INFO kablam! Oct 27 12:43:18.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 27 12:43:18.148 INFO kablam! su: No module specific data is present Oct 27 12:43:18.951 INFO running `"docker" "rm" "-f" "bd79e09b02eeed3d5c444993a778ed4e5d07f9cf8ad35823f6cb7194ddb7290a"` Oct 27 12:43:19.273 INFO blam! bd79e09b02eeed3d5c444993a778ed4e5d07f9cf8ad35823f6cb7194ddb7290a