[INFO] crate ffsend 0.2.49 is already in cache [INFO] extracting crate ffsend 0.2.49 into work/ex/beta-1.38-1/sources/1.37.0/reg/ffsend/0.2.49 [INFO] extracting crate ffsend 0.2.49 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ffsend/0.2.49 [INFO] validating manifest of ffsend-0.2.49 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ffsend-0.2.49 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/ffsend/0.2.49/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded qrcode v0.11.0 [INFO] [stderr] Downloaded qr2term v0.1.4 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ffsend-0.2.49 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 9a1d22beefd28317b406b835d5a6b0a35aca46326fc5809532e518a0b80efccf [INFO] running `"docker" "start" "-a" "9a1d22beefd28317b406b835d5a6b0a35aca46326fc5809532e518a0b80efccf"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Compiling derive_builder v0.6.0 [INFO] [stderr] Compiling rgb v0.8.14 [INFO] [stderr] Compiling checked_int_cast v1.0.0 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling ffsend v0.2.49 (/opt/crater/workdir) [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling version-compare v0.0.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 open v1.3.2 [INFO] [stderr] Compiling version-compare v0.0.8 [INFO] [stderr] Compiling pathdiff v0.1.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling qrcode v0.11.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 rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling crossterm_utils v0.2.4 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.7 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling rpassword v3.0.2 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossterm_style v0.4.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling urlshortener v0.10.0 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling crossterm v0.10.2 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling hkdf v0.7.1 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling qr2term v0.1.4 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling darling_core v0.6.3 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling reqwest v0.9.20 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling darling_macro v0.6.3 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [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 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 00s [INFO] running `"docker" "inspect" "9a1d22beefd28317b406b835d5a6b0a35aca46326fc5809532e518a0b80efccf"` [INFO] running `"docker" "rm" "-f" "9a1d22beefd28317b406b835d5a6b0a35aca46326fc5809532e518a0b80efccf"` [INFO] [stdout] 9a1d22beefd28317b406b835d5a6b0a35aca46326fc5809532e518a0b80efccf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a608b18dcfe88af14c57df2562098bb4573f83f3ef447a3ef35b7052d315f480 [INFO] running `"docker" "start" "-a" "a608b18dcfe88af14c57df2562098bb4573f83f3ef447a3ef35b7052d315f480"` [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 3.40s [INFO] running `"docker" "inspect" "a608b18dcfe88af14c57df2562098bb4573f83f3ef447a3ef35b7052d315f480"` [INFO] running `"docker" "rm" "-f" "a608b18dcfe88af14c57df2562098bb4573f83f3ef447a3ef35b7052d315f480"` [INFO] [stdout] a608b18dcfe88af14c57df2562098bb4573f83f3ef447a3ef35b7052d315f480 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 49cfab6c9aaf4a8603642e30c60e3cddd6a333e8e46d47fff6fe81203a0166e4 [INFO] running `"docker" "start" "-a" "49cfab6c9aaf4a8603642e30c60e3cddd6a333e8e46d47fff6fe81203a0166e4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/crater/target/debug/deps/ffsend-2596ec3948ed2c82 [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" "49cfab6c9aaf4a8603642e30c60e3cddd6a333e8e46d47fff6fe81203a0166e4"` [INFO] running `"docker" "rm" "-f" "49cfab6c9aaf4a8603642e30c60e3cddd6a333e8e46d47fff6fe81203a0166e4"` [INFO] [stdout] 49cfab6c9aaf4a8603642e30c60e3cddd6a333e8e46d47fff6fe81203a0166e4