[INFO] updating cached repository timvisee/ffsend-api [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/timvisee/ffsend-api [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/ffsend-api" "work/ex/beta-1.37-6/sources/1.36.0/gh/timvisee/ffsend-api"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/timvisee/ffsend-api'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/timvisee/ffsend-api" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timvisee/ffsend-api"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timvisee/ffsend-api'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b9a80cb3818c5c408936fdee95b3995c549fc0ae [INFO] sha for GitHub repo timvisee/ffsend-api: b9a80cb3818c5c408936fdee95b3995c549fc0ae [INFO] validating manifest of timvisee/ffsend-api 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-api 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-api [INFO] finished frobbing timvisee/ffsend-api [INFO] frobbed toml for timvisee/ffsend-api written to work/ex/beta-1.37-6/sources/1.36.0/gh/timvisee/ffsend-api/Cargo.toml [INFO] started frobbing timvisee/ffsend-api [INFO] finished frobbing timvisee/ffsend-api [INFO] frobbed toml for timvisee/ffsend-api written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/timvisee/ffsend-api/Cargo.toml [INFO] crate timvisee/ffsend-api 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-api 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-5/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-api:/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] 21e4a518c8a254716b1082ac3010435e2f50172b79dcfb99ae1e071854398acb [INFO] running `"docker" "start" "-a" "21e4a518c8a254716b1082ac3010435e2f50172b79dcfb99ae1e071854398acb"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling version-compare v0.0.8 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling parking_lot_core v0.4.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] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling hkdf v0.7.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling string v0.2.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.22 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling hyper v0.12.29 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling derive_builder v0.7.1 [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 cookie_store v0.7.0 [INFO] [stderr] Compiling reqwest v0.9.17 [INFO] [stderr] Compiling ffsend-api v0.3.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 17s [INFO] running `"docker" "inspect" "21e4a518c8a254716b1082ac3010435e2f50172b79dcfb99ae1e071854398acb"` [INFO] running `"docker" "rm" "-f" "21e4a518c8a254716b1082ac3010435e2f50172b79dcfb99ae1e071854398acb"` [INFO] [stdout] 21e4a518c8a254716b1082ac3010435e2f50172b79dcfb99ae1e071854398acb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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-api:/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] ad5e088417a88079d94721b4801a9dabdb3dc6ae4bf175559d47b837b11b8aa8 [INFO] running `"docker" "start" "-a" "ad5e088417a88079d94721b4801a9dabdb3dc6ae4bf175559d47b837b11b8aa8"` [INFO] [stderr] Compiling ffsend-api v0.3.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.88s [INFO] running `"docker" "inspect" "ad5e088417a88079d94721b4801a9dabdb3dc6ae4bf175559d47b837b11b8aa8"` [INFO] running `"docker" "rm" "-f" "ad5e088417a88079d94721b4801a9dabdb3dc6ae4bf175559d47b837b11b8aa8"` [INFO] [stdout] ad5e088417a88079d94721b4801a9dabdb3dc6ae4bf175559d47b837b11b8aa8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/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-api:/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] 10c0e8fa1ffcc3b36fad128f31a7d848db0dfa58970fdf46f932b2a244cb233d [INFO] running `"docker" "start" "-a" "10c0e8fa1ffcc3b36fad128f31a7d848db0dfa58970fdf46f932b2a244cb233d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/ffsend_api-9647733cbbfeb5ba [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] [stderr] Doc-tests ffsend_api [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/pipe/mod.rs - pipe::PipeReader (line 37) ... ignored [INFO] [stdout] test src/pipe/mod.rs - pipe::PipeWriter (line 56) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "10c0e8fa1ffcc3b36fad128f31a7d848db0dfa58970fdf46f932b2a244cb233d"` [INFO] running `"docker" "rm" "-f" "10c0e8fa1ffcc3b36fad128f31a7d848db0dfa58970fdf46f932b2a244cb233d"` [INFO] [stdout] 10c0e8fa1ffcc3b36fad128f31a7d848db0dfa58970fdf46f932b2a244cb233d