[INFO] fetching crate ffsend 0.2.49... [INFO] extracting crate ffsend 0.2.49 into work/ex/beta-1.37-6/sources/1.36.0/reg/ffsend/0.2.49 [INFO] extracting crate ffsend 0.2.49 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ffsend/0.2.49 [INFO] validating manifest of ffsend-0.2.49 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 ffsend-0.2.49 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 ffsend-0.2.49 [INFO] finished frobbing ffsend-0.2.49 [INFO] frobbed toml for ffsend-0.2.49 written to work/ex/beta-1.37-6/sources/1.36.0/reg/ffsend/0.2.49/Cargo.toml [INFO] started frobbing ffsend-0.2.49 [INFO] finished frobbing ffsend-0.2.49 [INFO] frobbed toml for ffsend-0.2.49 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ffsend/0.2.49/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded qr2term v0.1.3 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ffsend-0.2.49 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-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ffsend/0.2.49:/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] 11074282c63e1cbcd404661a6ebbdbe4e5790caceba1ea4ee3b05f64ffe5ef49 [INFO] running `"docker" "start" "-a" "11074282c63e1cbcd404661a6ebbdbe4e5790caceba1ea4ee3b05f64ffe5ef49"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling derive_builder v0.6.0 [INFO] [stderr] Compiling checked_int_cast v1.0.0 [INFO] [stderr] Compiling version-compare v0.0.6 [INFO] [stderr] Compiling ffsend v0.2.49 (/opt/crater/workdir) [INFO] [stderr] Compiling version-compare v0.0.8 [INFO] [stderr] Compiling crossterm_utils v0.2.4 [INFO] [stderr] Compiling syn v0.13.11 [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] 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 pbr v1.0.1 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling qrcode v0.10.1 [INFO] [stderr] Compiling urlshortener v0.10.0 [INFO] [stderr] Compiling crossterm_style v0.4.1 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling bstr v0.2.6 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling toml v0.5.1 [INFO] [stderr] Compiling crossterm v0.10.2 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling qr2term v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling darling_core v0.6.3 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.19 [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 ffsend-api v0.3.2 [INFO] [stderr] Compiling chbs v0.0.8 [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 1m 57s [INFO] running `"docker" "inspect" "11074282c63e1cbcd404661a6ebbdbe4e5790caceba1ea4ee3b05f64ffe5ef49"` [INFO] running `"docker" "rm" "-f" "11074282c63e1cbcd404661a6ebbdbe4e5790caceba1ea4ee3b05f64ffe5ef49"` [INFO] [stdout] 11074282c63e1cbcd404661a6ebbdbe4e5790caceba1ea4ee3b05f64ffe5ef49 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ffsend/0.2.49:/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] f56602147ce1d89aaa6c85b12311c68ac070619b71557c8ec00582d63b673a82 [INFO] running `"docker" "start" "-a" "f56602147ce1d89aaa6c85b12311c68ac070619b71557c8ec00582d63b673a82"` [INFO] [stderr] Compiling ffsend v0.2.49 (/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.30s [INFO] running `"docker" "inspect" "f56602147ce1d89aaa6c85b12311c68ac070619b71557c8ec00582d63b673a82"` [INFO] running `"docker" "rm" "-f" "f56602147ce1d89aaa6c85b12311c68ac070619b71557c8ec00582d63b673a82"` [INFO] [stdout] f56602147ce1d89aaa6c85b12311c68ac070619b71557c8ec00582d63b673a82 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ffsend/0.2.49:/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] 9b1171b191ea804e5c8228e830d661255205391dde7fafe8ac46332ea324766b [INFO] running `"docker" "start" "-a" "9b1171b191ea804e5c8228e830d661255205391dde7fafe8ac46332ea324766b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/ffsend-c71d9a1050c50f76 [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" "9b1171b191ea804e5c8228e830d661255205391dde7fafe8ac46332ea324766b"` [INFO] running `"docker" "rm" "-f" "9b1171b191ea804e5c8228e830d661255205391dde7fafe8ac46332ea324766b"` [INFO] [stdout] 9b1171b191ea804e5c8228e830d661255205391dde7fafe8ac46332ea324766b