[INFO] updating cached repository timvisee/ffsend [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/timvisee/ffsend [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/ffsend" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/timvisee/ffsend"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/timvisee/ffsend'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/ffsend" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/timvisee/ffsend"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/timvisee/ffsend'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 12503d0d215c7c083d8a175cff0b94f721fec7ab [INFO] sha for GitHub repo timvisee/ffsend: 12503d0d215c7c083d8a175cff0b94f721fec7ab [INFO] validating manifest of timvisee/ffsend on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of timvisee/ffsend on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing timvisee/ffsend [INFO] finished frobbing timvisee/ffsend [INFO] frobbed toml for timvisee/ffsend written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/timvisee/ffsend/Cargo.toml [INFO] started frobbing timvisee/ffsend [INFO] finished frobbing timvisee/ffsend [INFO] frobbed toml for timvisee/ffsend written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/timvisee/ffsend/Cargo.toml [INFO] crate timvisee/ffsend already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking timvisee/ffsend against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-4/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/timvisee/ffsend:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fc7d3db213c8b27a8e19bb308bc0983e9bbe3e19f0f2b4d6fcda28c493ebf4cd [INFO] running `"docker" "start" "-a" "fc7d3db213c8b27a8e19bb308bc0983e9bbe3e19f0f2b4d6fcda28c493ebf4cd"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling derive_builder v0.6.0 [INFO] [stderr] Compiling derive_builder v0.7.1 [INFO] [stderr] Checking version-compare v0.0.6 [INFO] [stderr] Compiling ffsend v0.2.46 (/opt/crater/workdir) [INFO] [stderr] Checking version-compare v0.0.8 [INFO] [stderr] Checking open v1.2.2 [INFO] [stderr] Checking qrcode v0.10.0 [INFO] [stderr] warning[E0621]: explicit lifetime required in the type of `other` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/version-compare-0.0.8/src/version.rs:312:58 [INFO] [stderr] | [INFO] [stderr] 310 | pub fn compare(&self, other: &Version) -> CompOp { [INFO] [stderr] | -------- help: add explicit lifetime `'a` to the type of `other`: `&version::Version<'a>` [INFO] [stderr] 311 | // Compare the versions with their peekable iterators [INFO] [stderr] 312 | Self::compare_iter(self.parts.iter().peekable(), other.parts.iter().peekable()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime `'a` required [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0621]: explicit lifetime required in the type of `other` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/version-compare-0.0.6/src/version.rs:308:13 [INFO] [stderr] | [INFO] [stderr] 304 | pub fn compare(&self, other: &Version) -> CompOp { [INFO] [stderr] | -------- help: add explicit lifetime `'a` to the type of `other`: `&version::Version<'a>` [INFO] [stderr] ... [INFO] [stderr] 308 | other.parts.iter().peekable(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime `'a` required [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Checking memchr v2.2.0 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking rpassword v3.0.2 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking directories v2.0.1 [INFO] [stderr] Checking term v0.5.2 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking urlshortener v0.10.0 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Checking crossterm v0.9.5 [INFO] [stderr] Checking tempfile v3.0.8 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking hmac v0.7.0 [INFO] [stderr] Checking qr2term v0.1.2 [INFO] [stderr] Checking tokio-tls v0.2.1 [INFO] [stderr] Checking hkdf v0.7.0 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Checking regex v1.1.6 [INFO] [stderr] Checking hyper v0.12.29 [INFO] [stderr] Checking websocket v0.22.4 [INFO] [stderr] Checking publicsuffix v1.5.2 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Compiling darling_core v0.6.3 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling darling_macro v0.6.3 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling darling v0.6.3 [INFO] [stderr] Compiling derive_builder_core v0.3.0 [INFO] [stderr] Checking which v2.0.1 [INFO] [stderr] Checking chbs v0.0.8 [INFO] [stderr] Checking serde v1.0.92 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking url_serde v0.2.0 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking toml v0.5.1 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.17 [INFO] [stderr] Checking ffsend-api v0.3.2 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/action/download.rs:166:40 [INFO] [stderr] | [INFO] [stderr] 166 | let progress_reader: Arc> = progress_bar; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProgressReporter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/action/upload.rs:236:42 [INFO] [stderr] | [INFO] [stderr] 236 | let progress_reporter: Arc> = progress_bar; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProgressReporter` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/action/download.rs:166:40 [INFO] [stderr] | [INFO] [stderr] 166 | let progress_reader: Arc> = progress_bar; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProgressReporter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/action/upload.rs:236:42 [INFO] [stderr] | [INFO] [stderr] 236 | let progress_reporter: Arc> = progress_bar; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ProgressReporter` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/util.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | .causes() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_chain()' method instead [INFO] [stderr] --> src/util.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | .causes() [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 16s [INFO] running `"docker" "inspect" "fc7d3db213c8b27a8e19bb308bc0983e9bbe3e19f0f2b4d6fcda28c493ebf4cd"` [INFO] running `"docker" "rm" "-f" "fc7d3db213c8b27a8e19bb308bc0983e9bbe3e19f0f2b4d6fcda28c493ebf4cd"` [INFO] [stdout] fc7d3db213c8b27a8e19bb308bc0983e9bbe3e19f0f2b4d6fcda28c493ebf4cd