Oct 21 22:00:32.222 INFO checking ArdaXi/tahoe-backup against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:00:32.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:00:32.624 INFO blam! 90927d8e46af6a9f17e2816d10d111509337972170b50f7840403bd750f4c371 Oct 21 22:00:32.628 INFO running `"docker" "start" "-a" "90927d8e46af6a9f17e2816d10d111509337972170b50f7840403bd750f4c371"` Oct 21 22:00:33.357 INFO kablam! usermod: no changes Oct 21 22:00:33.648 INFO kablam! Compiling byteorder v1.2.1 Oct 21 22:00:33.648 INFO kablam! Compiling libsqlite3-sys v0.9.1 Oct 21 22:00:33.648 INFO kablam! Checking termios v0.2.2 Oct 21 22:00:33.648 INFO kablam! Checking filetime v0.1.15 Oct 21 22:00:33.648 INFO kablam! Checking clicolors-control v0.2.0 Oct 21 22:00:33.654 INFO kablam! Checking parking_lot_core v0.2.13 Oct 21 22:00:33.656 INFO kablam! Checking clap v2.31.1 Oct 21 22:00:33.656 INFO kablam! Compiling diesel_derives v1.1.0 Oct 21 22:00:35.028 INFO kablam! Compiling serde_derive_internals v0.19.0 Oct 21 22:00:36.628 INFO kablam! Checking globset v0.3.0 Oct 21 22:00:36.980 INFO kablam! Checking dotenv v0.11.0 Oct 21 22:00:39.068 INFO kablam! Checking parking_lot v0.5.4 Oct 21 22:00:46.524 INFO kablam! Checking console v0.6.1 Oct 21 22:00:47.179 INFO kablam! Compiling serde_derive v1.0.27 Oct 21 22:00:52.051 INFO kablam! Checking indicatif v0.9.0 Oct 21 22:00:53.196 INFO kablam! Compiling diesel v1.1.1 Oct 21 22:00:59.927 INFO kablam! Checking tahoe v0.1.0 (/source/tahoe) Oct 21 22:01:03.987 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 22:01:03.988 INFO kablam! --> tahoe/src/lib.rs:1:12 Oct 21 22:01:03.988 INFO kablam! | Oct 21 22:01:03.988 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 21 22:01:03.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:03.989 INFO kablam! | Oct 21 22:01:03.989 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 22:01:03.990 INFO kablam! Oct 21 22:01:04.243 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 22:01:04.243 INFO kablam! --> tahoe/src/lib.rs:1:12 Oct 21 22:01:04.243 INFO kablam! | Oct 21 22:01:04.244 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 21 22:01:04.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:04.244 INFO kablam! | Oct 21 22:01:04.244 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 22:01:04.245 INFO kablam! Oct 21 22:01:06.105 INFO kablam! Checking migrations_internals v1.1.0 Oct 21 22:01:08.241 INFO kablam! Compiling migrations_macros v1.1.0 Oct 21 22:01:11.930 INFO kablam! Checking diesel_migrations v1.1.0 Oct 21 22:01:12.647 INFO kablam! Checking backupdb v0.1.0 (/source/backupdb) Oct 21 22:01:15.044 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:01:15.044 INFO kablam! --> backupdb/src/backupdb.rs:59:21 Oct 21 22:01:15.044 INFO kablam! | Oct 21 22:01:15.044 INFO kablam! 59 | diesel::delete(&file).execute(&self.connection); Oct 21 22:01:15.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:15.044 INFO kablam! | Oct 21 22:01:15.044 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:01:15.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:01:15.044 INFO kablam! Oct 21 22:01:15.044 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:01:15.044 INFO kablam! --> backupdb/src/backupdb.rs:90:9 Oct 21 22:01:15.044 INFO kablam! | Oct 21 22:01:15.044 INFO kablam! 90 | diesel::delete(last_upload.find(fileid)).execute(&self.connection); Oct 21 22:01:15.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:15.044 INFO kablam! | Oct 21 22:01:15.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:01:15.044 INFO kablam! Oct 21 22:01:15.044 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:01:15.044 INFO kablam! --> backupdb/src/backupdb.rs:95:9 Oct 21 22:01:15.044 INFO kablam! | Oct 21 22:01:15.044 INFO kablam! 95 | diesel::delete(local_files.find(&path)).execute(&self.connection); Oct 21 22:01:15.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:15.044 INFO kablam! | Oct 21 22:01:15.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:01:15.044 INFO kablam! Oct 21 22:01:15.244 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:01:15.244 INFO kablam! --> backupdb/src/backupdb.rs:59:21 Oct 21 22:01:15.244 INFO kablam! | Oct 21 22:01:15.244 INFO kablam! 59 | diesel::delete(&file).execute(&self.connection); Oct 21 22:01:15.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:15.244 INFO kablam! | Oct 21 22:01:15.244 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 22:01:15.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:01:15.244 INFO kablam! Oct 21 22:01:15.244 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:01:15.244 INFO kablam! --> backupdb/src/backupdb.rs:90:9 Oct 21 22:01:15.244 INFO kablam! | Oct 21 22:01:15.244 INFO kablam! 90 | diesel::delete(last_upload.find(fileid)).execute(&self.connection); Oct 21 22:01:15.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:15.244 INFO kablam! | Oct 21 22:01:15.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:01:15.244 INFO kablam! Oct 21 22:01:15.245 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 22:01:15.245 INFO kablam! --> backupdb/src/backupdb.rs:95:9 Oct 21 22:01:15.245 INFO kablam! | Oct 21 22:01:15.245 INFO kablam! 95 | diesel::delete(local_files.find(&path)).execute(&self.connection); Oct 21 22:01:15.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:01:15.245 INFO kablam! | Oct 21 22:01:15.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 22:01:15.245 INFO kablam! Oct 21 22:01:15.307 INFO kablam! Checking tahoe-backup v0.1.0 (/source) Oct 21 22:01:22.276 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 22:01:22.276 INFO kablam! --> src/main.rs:286:32 Oct 21 22:01:22.276 INFO kablam! | Oct 21 22:01:22.276 INFO kablam! 286 | let mut default_database = env::home_dir().unwrap_or_else(PathBuf::new); Oct 21 22:01:22.276 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:01:22.276 INFO kablam! | Oct 21 22:01:22.276 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:01:22.276 INFO kablam! Oct 21 22:01:22.349 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 22:01:22.349 INFO kablam! --> src/main.rs:286:32 Oct 21 22:01:22.349 INFO kablam! | Oct 21 22:01:22.349 INFO kablam! 286 | let mut default_database = env::home_dir().unwrap_or_else(PathBuf::new); Oct 21 22:01:22.349 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:01:22.349 INFO kablam! | Oct 21 22:01:22.349 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:01:22.349 INFO kablam! Oct 21 22:01:22.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.55s Oct 21 22:01:22.972 INFO kablam! su: No module specific data is present Oct 21 22:01:23.812 INFO running `"docker" "rm" "-f" "90927d8e46af6a9f17e2816d10d111509337972170b50f7840403bd750f4c371"` Oct 21 22:01:24.081 INFO blam! 90927d8e46af6a9f17e2816d10d111509337972170b50f7840403bd750f4c371