[INFO] cloning repository vflanker/ffsend-client [INFO] running `"git" "clone" "--bare" "git://github.com/vflanker/ffsend-client.git" "work/cache/sources/gh/vflanker/ffsend-client"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/vflanker/ffsend-client'... [INFO] running `"git" "clone" "work/cache/sources/gh/vflanker/ffsend-client" "work/ex/beta-1.37-6/sources/1.36.0/gh/vflanker/ffsend-client"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/vflanker/ffsend-client'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/vflanker/ffsend-client" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vflanker/ffsend-client"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vflanker/ffsend-client'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0394579a2dbb767008dc802925cf91b4dece46c5 [INFO] sha for GitHub repo vflanker/ffsend-client: 0394579a2dbb767008dc802925cf91b4dece46c5 [INFO] validating manifest of vflanker/ffsend-client on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vflanker/ffsend-client on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vflanker/ffsend-client [INFO] finished frobbing vflanker/ffsend-client [INFO] frobbed toml for vflanker/ffsend-client written to work/ex/beta-1.37-6/sources/1.36.0/gh/vflanker/ffsend-client/Cargo.toml [INFO] started frobbing vflanker/ffsend-client [INFO] finished frobbing vflanker/ffsend-client [INFO] frobbed toml for vflanker/ffsend-client written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vflanker/ffsend-client/Cargo.toml [INFO] crate vflanker/ffsend-client already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing vflanker/ffsend-client against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vflanker/ffsend-client:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 9a66412d6a42363e72d2e0b6bdb413ddeebd4995b452936946197f2963d6a9df [INFO] running `"docker" "start" "-a" "9a66412d6a42363e72d2e0b6bdb413ddeebd4995b452936946197f2963d6a9df"` [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling derive_builder v0.6.0 [INFO] [stderr] Compiling ffsend v0.2.48 (/opt/crater/workdir) [INFO] [stderr] Compiling version-compare v0.0.6 [INFO] [stderr] Compiling version-compare v0.0.8 [INFO] [stderr] Compiling pathdiff v0.1.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] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling tokio-sync v0.1.6 [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] Compiling qrcode v0.10.0 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling crossterm_utils v0.2.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling dirs-sys v0.3.3 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling rpassword v3.0.2 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling pbr v1.0.1 [INFO] [stderr] Compiling crossterm_style v0.3.3 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling urlshortener v0.10.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling directories v2.0.1 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling tempfile v3.0.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling crossterm v0.9.6 [INFO] [stderr] Compiling flate2 v1.0.8 [INFO] [stderr] Compiling hmac v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling qr2term v0.1.2 [INFO] [stderr] Compiling hkdf v0.7.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling h2 v0.1.24 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling hyper v0.12.30 [INFO] [stderr] Compiling darling_core v0.6.3 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling darling_macro v0.6.3 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling darling v0.6.3 [INFO] [stderr] Compiling derive_builder_core v0.3.0 [INFO] [stderr] Compiling chbs v0.0.8 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling 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:337:42 [INFO] [stderr] | [INFO] [stderr] 337 | 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] Finished dev [unoptimized + debuginfo] target(s) in 3m 52s [INFO] running `"docker" "inspect" "9a66412d6a42363e72d2e0b6bdb413ddeebd4995b452936946197f2963d6a9df"` [INFO] running `"docker" "rm" "-f" "9a66412d6a42363e72d2e0b6bdb413ddeebd4995b452936946197f2963d6a9df"` [INFO] [stdout] 9a66412d6a42363e72d2e0b6bdb413ddeebd4995b452936946197f2963d6a9df [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vflanker/ffsend-client:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 6f3d0ef1d84a30dfa1041e052f80524ad573c689189a2f87acba8de7a71f491e [INFO] running `"docker" "start" "-a" "6f3d0ef1d84a30dfa1041e052f80524ad573c689189a2f87acba8de7a71f491e"` [INFO] [stderr] Compiling ffsend v0.2.48 (/opt/crater/workdir) [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:337:42 [INFO] [stderr] | [INFO] [stderr] 337 | 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] Finished dev [unoptimized + debuginfo] target(s) in 4.68s [INFO] running `"docker" "inspect" "6f3d0ef1d84a30dfa1041e052f80524ad573c689189a2f87acba8de7a71f491e"` [INFO] running `"docker" "rm" "-f" "6f3d0ef1d84a30dfa1041e052f80524ad573c689189a2f87acba8de7a71f491e"` [INFO] [stdout] 6f3d0ef1d84a30dfa1041e052f80524ad573c689189a2f87acba8de7a71f491e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/vflanker/ffsend-client:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 76785e5009b9ed2dbba0f93b9c41b91d5f21633bac3dc9a99091aeba1facb710 [INFO] running `"docker" "start" "-a" "76785e5009b9ed2dbba0f93b9c41b91d5f21633bac3dc9a99091aeba1facb710"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/crater/target/debug/deps/ffsend-b90131fddd3a2d39 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "76785e5009b9ed2dbba0f93b9c41b91d5f21633bac3dc9a99091aeba1facb710"` [INFO] running `"docker" "rm" "-f" "76785e5009b9ed2dbba0f93b9c41b91d5f21633bac3dc9a99091aeba1facb710"` [INFO] [stdout] 76785e5009b9ed2dbba0f93b9c41b91d5f21633bac3dc9a99091aeba1facb710