[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 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 77453e57fa5c1df9de4b7d708b77a9912d703f8e353f28f1ec6a47586a6f29e2 [INFO] running `"docker" "start" "-a" "77453e57fa5c1df9de4b7d708b77a9912d703f8e353f28f1ec6a47586a6f29e2"` [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling derive_builder v0.6.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling checked_int_cast v1.0.0 [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling ffsend v0.2.48 (/opt/crater/workdir) [INFO] [stderr] Compiling version-compare v0.0.6 [INFO] [stderr] Compiling open v1.2.2 [INFO] [stderr] Compiling version-compare v0.0.8 [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling 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] [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] [INFO] [stderr] Compiling crossterm_utils v0.2.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling filetime v0.2.6 [INFO] [stderr] Compiling dirs-sys v0.3.3 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling rpassword v3.0.2 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling num-integer v0.1.41 [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 crypto-mac v0.7.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling urlshortener v0.10.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling tempfile v3.0.8 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling directories v2.0.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hmac v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling flate2 v1.0.8 [INFO] [stderr] Compiling crossterm v0.9.6 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling h2 v0.1.24 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling hkdf v0.7.0 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling qr2term v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling darling_core v0.6.3 [INFO] [stderr] Compiling hyper v0.12.30 [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 publicsuffix v1.5.2 [INFO] [stderr] Compiling darling_macro v0.6.3 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling darling v0.6.3 [INFO] [stderr] Compiling derive_builder_core v0.3.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling chbs v0.0.8 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling chrono v0.4.6 [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: 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 42s [INFO] running `"docker" "inspect" "77453e57fa5c1df9de4b7d708b77a9912d703f8e353f28f1ec6a47586a6f29e2"` [INFO] running `"docker" "rm" "-f" "77453e57fa5c1df9de4b7d708b77a9912d703f8e353f28f1ec6a47586a6f29e2"` [INFO] [stdout] 77453e57fa5c1df9de4b7d708b77a9912d703f8e353f28f1ec6a47586a6f29e2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d85777435a5a1e5c7c09b093f6702a725eeabac328bbd5218459a5717df6cce3 [INFO] running `"docker" "start" "-a" "d85777435a5a1e5c7c09b093f6702a725eeabac328bbd5218459a5717df6cce3"` [INFO] [stderr] Compiling ffsend v0.2.48 (/opt/crater/workdir) [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" "d85777435a5a1e5c7c09b093f6702a725eeabac328bbd5218459a5717df6cce3"` [INFO] running `"docker" "rm" "-f" "d85777435a5a1e5c7c09b093f6702a725eeabac328bbd5218459a5717df6cce3"` [INFO] [stdout] d85777435a5a1e5c7c09b093f6702a725eeabac328bbd5218459a5717df6cce3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] ea5b0949e245904333c464e8dcf70b45b1e187ea1b1efb555cdaa91418016f1e [INFO] running `"docker" "start" "-a" "ea5b0949e245904333c464e8dcf70b45b1e187ea1b1efb555cdaa91418016f1e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s [INFO] [stderr] Running /opt/crater/target/debug/deps/ffsend-7d38daa9384afd96 [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" "ea5b0949e245904333c464e8dcf70b45b1e187ea1b1efb555cdaa91418016f1e"` [INFO] running `"docker" "rm" "-f" "ea5b0949e245904333c464e8dcf70b45b1e187ea1b1efb555cdaa91418016f1e"` [INFO] [stdout] ea5b0949e245904333c464e8dcf70b45b1e187ea1b1efb555cdaa91418016f1e