Oct 13 05:33:12.595 INFO checking ArdaXi/tahoe-backup against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:33:12.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 05:33:12.960 INFO blam! e8562d4f2113e7d5531b120e4eb7a5a9786dd15faf995b19f9986a1bbb77ade1 Oct 13 05:33:12.964 INFO running `"docker" "start" "-a" "e8562d4f2113e7d5531b120e4eb7a5a9786dd15faf995b19f9986a1bbb77ade1"` Oct 13 05:33:14.300 INFO kablam! usermod: no changes Oct 13 05:33:14.562 INFO kablam! Checking termios v0.2.2 Oct 13 05:33:14.562 INFO kablam! Checking filetime v0.1.15 Oct 13 05:33:14.576 INFO kablam! Checking clicolors-control v0.2.0 Oct 13 05:33:14.577 INFO kablam! Checking serde_json v1.0.10 Oct 13 05:33:14.584 INFO kablam! Checking parking_lot_core v0.2.13 Oct 13 05:33:14.585 INFO kablam! Checking threadpool v1.7.1 Oct 13 05:33:14.585 INFO kablam! Checking clap v2.31.1 Oct 13 05:33:14.585 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 13 05:33:15.888 INFO kablam! Checking diesel v1.1.1 Oct 13 05:33:16.232 INFO kablam! Checking globset v0.3.0 Oct 13 05:33:17.116 INFO kablam! Checking chrono v0.4.0 Oct 13 05:33:17.456 INFO kablam! Checking dotenv v0.11.0 Oct 13 05:33:21.059 INFO kablam! Checking parking_lot v0.5.4 Oct 13 05:33:28.005 INFO kablam! Checking console v0.6.1 Oct 13 05:33:28.270 INFO kablam! Checking tahoe v0.1.0 (/source/tahoe) Oct 13 05:33:35.424 INFO kablam! Checking indicatif v0.9.0 Oct 13 05:33:39.772 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 05:33:39.772 INFO kablam! --> tahoe/src/lib.rs:1:12 Oct 13 05:33:39.772 INFO kablam! | Oct 13 05:33:39.772 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 05:33:39.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:33:39.772 INFO kablam! | Oct 13 05:33:39.772 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:33:39.772 INFO kablam! Oct 13 05:33:39.960 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 05:33:39.960 INFO kablam! --> tahoe/src/lib.rs:1:12 Oct 13 05:33:39.960 INFO kablam! | Oct 13 05:33:39.960 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 05:33:39.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:33:39.960 INFO kablam! | Oct 13 05:33:39.960 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:33:39.960 INFO kablam! Oct 13 05:33:44.520 INFO kablam! Checking migrations_internals v1.1.0 Oct 13 05:33:50.652 INFO kablam! Compiling migrations_macros v1.1.0 Oct 13 05:33:56.400 INFO kablam! Checking diesel_migrations v1.1.0 Oct 13 05:33:57.189 INFO kablam! Checking backupdb v0.1.0 (/source/backupdb) Oct 13 05:34:00.132 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:34:00.132 INFO kablam! --> backupdb/src/backupdb.rs:59:21 Oct 13 05:34:00.132 INFO kablam! | Oct 13 05:34:00.136 INFO kablam! 59 | diesel::delete(&file).execute(&self.connection); Oct 13 05:34:00.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:00.136 INFO kablam! | Oct 13 05:34:00.136 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:34:00.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:34:00.136 INFO kablam! Oct 13 05:34:00.136 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:34:00.136 INFO kablam! --> backupdb/src/backupdb.rs:90:9 Oct 13 05:34:00.136 INFO kablam! | Oct 13 05:34:00.136 INFO kablam! 90 | diesel::delete(last_upload.find(fileid)).execute(&self.connection); Oct 13 05:34:00.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:00.136 INFO kablam! | Oct 13 05:34:00.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:34:00.136 INFO kablam! Oct 13 05:34:00.136 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:34:00.136 INFO kablam! --> backupdb/src/backupdb.rs:95:9 Oct 13 05:34:00.136 INFO kablam! | Oct 13 05:34:00.136 INFO kablam! 95 | diesel::delete(local_files.find(&path)).execute(&self.connection); Oct 13 05:34:00.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:00.136 INFO kablam! | Oct 13 05:34:00.136 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:34:00.136 INFO kablam! Oct 13 05:34:00.226 INFO kablam! Checking tahoe-backup v0.1.0 (/source) Oct 13 05:34:00.432 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:34:00.432 INFO kablam! --> backupdb/src/backupdb.rs:59:21 Oct 13 05:34:00.432 INFO kablam! | Oct 13 05:34:00.432 INFO kablam! 59 | diesel::delete(&file).execute(&self.connection); Oct 13 05:34:00.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:00.432 INFO kablam! | Oct 13 05:34:00.432 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 05:34:00.432 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:34:00.432 INFO kablam! Oct 13 05:34:00.432 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:34:00.432 INFO kablam! --> backupdb/src/backupdb.rs:90:9 Oct 13 05:34:00.432 INFO kablam! | Oct 13 05:34:00.432 INFO kablam! 90 | diesel::delete(last_upload.find(fileid)).execute(&self.connection); Oct 13 05:34:00.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:00.433 INFO kablam! | Oct 13 05:34:00.433 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:34:00.433 INFO kablam! Oct 13 05:34:00.433 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 05:34:00.433 INFO kablam! --> backupdb/src/backupdb.rs:95:9 Oct 13 05:34:00.433 INFO kablam! | Oct 13 05:34:00.433 INFO kablam! 95 | diesel::delete(local_files.find(&path)).execute(&self.connection); Oct 13 05:34:00.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:00.433 INFO kablam! | Oct 13 05:34:00.433 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 05:34:00.433 INFO kablam! Oct 13 05:34:07.257 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 05:34:07.257 INFO kablam! --> src/main.rs:286:32 Oct 13 05:34:07.257 INFO kablam! | Oct 13 05:34:07.258 INFO kablam! 286 | let mut default_database = env::home_dir().unwrap_or_else(PathBuf::new); Oct 13 05:34:07.258 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:34:07.258 INFO kablam! | Oct 13 05:34:07.258 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:34:07.259 INFO kablam! Oct 13 05:34:07.485 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 05:34:07.485 INFO kablam! --> src/main.rs:286:32 Oct 13 05:34:07.485 INFO kablam! | Oct 13 05:34:07.485 INFO kablam! 286 | let mut default_database = env::home_dir().unwrap_or_else(PathBuf::new); Oct 13 05:34:07.485 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 05:34:07.485 INFO kablam! | Oct 13 05:34:07.485 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:34:07.485 INFO kablam! Oct 13 05:34:07.880 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.54s Oct 13 05:34:07.897 INFO kablam! su: No module specific data is present Oct 13 05:34:08.190 INFO running `"docker" "rm" "-f" "e8562d4f2113e7d5531b120e4eb7a5a9786dd15faf995b19f9986a1bbb77ade1"` Oct 13 05:34:08.297 INFO blam! e8562d4f2113e7d5531b120e4eb7a5a9786dd15faf995b19f9986a1bbb77ade1