[INFO] crate tower-test 0.1.0 is already in cache [INFO] extracting crate tower-test 0.1.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/tower-test/0.1.0 [INFO] extracting crate tower-test 0.1.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tower-test/0.1.0 [INFO] validating manifest of tower-test-0.1.0 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 tower-test-0.1.0 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 tower-test-0.1.0 [INFO] finished frobbing tower-test-0.1.0 [INFO] frobbed toml for tower-test-0.1.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/tower-test/0.1.0/Cargo.toml [INFO] started frobbing tower-test-0.1.0 [INFO] finished frobbing tower-test-0.1.0 [INFO] frobbed toml for tower-test-0.1.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tower-test/0.1.0/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] 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tower-test-0.1.0 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-4/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/tower-test/0.1.0:/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] f5ac48b671034c2db28746e185687f9e86aa761916035228f08e4a815ac43223 [INFO] running `"docker" "start" "-a" "f5ac48b671034c2db28746e185687f9e86aa761916035228f08e4a815ac43223"` [INFO] [stderr] Compiling tower-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `"docker" "inspect" "f5ac48b671034c2db28746e185687f9e86aa761916035228f08e4a815ac43223"` [INFO] running `"docker" "rm" "-f" "f5ac48b671034c2db28746e185687f9e86aa761916035228f08e4a815ac43223"` [INFO] [stdout] f5ac48b671034c2db28746e185687f9e86aa761916035228f08e4a815ac43223 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/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/tower-test/0.1.0:/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] fea4bb7c13dcea7a2c63af6ce3d325317191fb4cfadf47e404c392465446491e [INFO] running `"docker" "start" "-a" "fea4bb7c13dcea7a2c63af6ce3d325317191fb4cfadf47e404c392465446491e"` [INFO] [stderr] Compiling tower-test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Future` is imported redundantly [INFO] [stderr] --> tests/mock.rs:57:33 [INFO] [stderr] | [INFO] [stderr] 1 | use futures::Future; [INFO] [stderr] | --------------- the item `Future` is already imported here [INFO] [stderr] ... [INFO] [stderr] 57 | use futures::future::{lazy, Future}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `"docker" "inspect" "fea4bb7c13dcea7a2c63af6ce3d325317191fb4cfadf47e404c392465446491e"` [INFO] running `"docker" "rm" "-f" "fea4bb7c13dcea7a2c63af6ce3d325317191fb4cfadf47e404c392465446491e"` [INFO] [stdout] fea4bb7c13dcea7a2c63af6ce3d325317191fb4cfadf47e404c392465446491e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/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/tower-test/0.1.0:/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] d11da6057d3057cd3cbf85913c73f9320c6b7fd41059e653d83609ccc249996f [INFO] running `"docker" "start" "-a" "d11da6057d3057cd3cbf85913c73f9320c6b7fd41059e653d83609ccc249996f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/tower_test-627266e9bea87d1d [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] Running /opt/crater/target/debug/deps/mock-8e40c5b78f3d9295 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test single_request_ready ... ok [INFO] [stdout] test backpressure ... ok [INFO] [stderr] Doc-tests tower-test [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/macros.rs - assert_request_eq (line 9) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d11da6057d3057cd3cbf85913c73f9320c6b7fd41059e653d83609ccc249996f"` [INFO] running `"docker" "rm" "-f" "d11da6057d3057cd3cbf85913c73f9320c6b7fd41059e653d83609ccc249996f"` [INFO] [stdout] d11da6057d3057cd3cbf85913c73f9320c6b7fd41059e653d83609ccc249996f