[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/beta-1.37-6/sources/1.36.0/gh/timvisee/ffsend"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/timvisee/ffsend'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/ffsend" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timvisee/ffsend"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 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 timvisee/ffsend 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 timvisee/ffsend [INFO] finished frobbing timvisee/ffsend [INFO] frobbed toml for timvisee/ffsend written to work/ex/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/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" "+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 timvisee/ffsend 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-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=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] 5dac1539d1b842a0a496d6c383a22a101b213a1780ecc5ce25e08901a91549d1 [INFO] running `"docker" "start" "-a" "5dac1539d1b842a0a496d6c383a22a101b213a1780ecc5ce25e08901a91549d1"` [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.1 [INFO] [stderr] Compiling checked_int_cast v1.0.0 [INFO] [stderr] Compiling ffsend v0.2.46 (/opt/crater/workdir) [INFO] [stderr] Compiling version-compare v0.0.6 [INFO] [stderr] Compiling version-compare v0.0.8 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling rpassword v3.0.2 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling openssl-sys v0.9.47 [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] 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] Compiling rand v0.6.5 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling pbr v1.0.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling qrcode v0.10.0 [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 miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling crossterm v0.9.5 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling hmac v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling tempfile v3.0.8 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling qr2term v0.1.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling hkdf v0.7.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling h2 v0.1.22 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling darling_core v0.6.3 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling hyper v0.12.29 [INFO] [stderr] Compiling darling_macro v0.6.3 [INFO] [stderr] Compiling darling v0.6.3 [INFO] [stderr] Compiling derive_builder_core v0.3.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [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 csv v1.0.7 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling url_serde v0.2.0 [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.17 [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 2m 47s [INFO] running `"docker" "inspect" "5dac1539d1b842a0a496d6c383a22a101b213a1780ecc5ce25e08901a91549d1"` [INFO] running `"docker" "rm" "-f" "5dac1539d1b842a0a496d6c383a22a101b213a1780ecc5ce25e08901a91549d1"` [INFO] [stdout] 5dac1539d1b842a0a496d6c383a22a101b213a1780ecc5ce25e08901a91549d1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=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] 5aa10738ad136e5cd7f309adb38fa2cab3525ab2de4a1aceaa9a74a39056dce2 [INFO] running `"docker" "start" "-a" "5aa10738ad136e5cd7f309adb38fa2cab3525ab2de4a1aceaa9a74a39056dce2"` [INFO] [stderr] Compiling ffsend v0.2.46 (/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.77s [INFO] running `"docker" "inspect" "5aa10738ad136e5cd7f309adb38fa2cab3525ab2de4a1aceaa9a74a39056dce2"` [INFO] running `"docker" "rm" "-f" "5aa10738ad136e5cd7f309adb38fa2cab3525ab2de4a1aceaa9a74a39056dce2"` [INFO] [stdout] 5aa10738ad136e5cd7f309adb38fa2cab3525ab2de4a1aceaa9a74a39056dce2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=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] a33032dc263eaf8496d160226e1c575c463b90a44355a704089f10d5e6451787 [INFO] running `"docker" "start" "-a" "a33032dc263eaf8496d160226e1c575c463b90a44355a704089f10d5e6451787"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running /opt/crater/target/debug/deps/ffsend-5ec3e06714d786a3 [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" "a33032dc263eaf8496d160226e1c575c463b90a44355a704089f10d5e6451787"` [INFO] running `"docker" "rm" "-f" "a33032dc263eaf8496d160226e1c575c463b90a44355a704089f10d5e6451787"` [INFO] [stdout] a33032dc263eaf8496d160226e1c575c463b90a44355a704089f10d5e6451787