[INFO] crate rust-consul 0.1.0 is already in cache [INFO] extracting crate rust-consul 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/rust-consul/0.1.0 [INFO] extracting crate rust-consul 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-consul/0.1.0 [INFO] validating manifest of rust-consul-0.1.0 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 rust-consul-0.1.0 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 rust-consul-0.1.0 [INFO] finished frobbing rust-consul-0.1.0 [INFO] frobbed toml for rust-consul-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rust-consul/0.1.0/Cargo.toml [INFO] started frobbing rust-consul-0.1.0 [INFO] finished frobbing rust-consul-0.1.0 [INFO] frobbed toml for rust-consul-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-consul/0.1.0/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing rust-consul-0.1.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-consul/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-08-13" "build" "--frozen"` [INFO] [stdout] 3842de49f7e58a47a19d1b57cb01df0816e878558cb0966da7f1b9eef380df01 [INFO] running `"docker" "start" "-a" "3842de49f7e58a47a19d1b57cb01df0816e878558cb0966da7f1b9eef380df01"` [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling rust-consul v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/lib.rs:502:52 [INFO] [stderr] | [INFO] [stderr] 502 | fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: `::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_associated_items)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/lib.rs:473:5 [INFO] [stderr] | [INFO] [stderr] 473 | / Error { [INFO] [stderr] 474 | | base_uri: Url, [INFO] [stderr] 475 | | client: Client, [INFO] [stderr] 476 | | blocking: Blocking, [INFO] [stderr] 477 | | error_state: ErrorState, [INFO] [stderr] 478 | | retry: Option, [INFO] [stderr] 479 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/stream/mod.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/lib.rs:502:52 [INFO] [stderr] | [INFO] [stderr] 502 | fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: `::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/lib.rs:473:5 [INFO] [stderr] | [INFO] [stderr] 473 | / Error { [INFO] [stderr] 474 | | base_uri: Url, [INFO] [stderr] 475 | | client: Client, [INFO] [stderr] 476 | | blocking: Blocking, [INFO] [stderr] 477 | | error_state: ErrorState, [INFO] [stderr] 478 | | retry: Option, [INFO] [stderr] 479 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/stream/mod.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.63s [INFO] running `"docker" "inspect" "3842de49f7e58a47a19d1b57cb01df0816e878558cb0966da7f1b9eef380df01"` [INFO] running `"docker" "rm" "-f" "3842de49f7e58a47a19d1b57cb01df0816e878558cb0966da7f1b9eef380df01"` [INFO] [stdout] 3842de49f7e58a47a19d1b57cb01df0816e878558cb0966da7f1b9eef380df01 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-consul/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] d7cd4b7f0c69547698387fe5043cbdc9f2abcf1aa6a3396e9df9c3d6212bcd28 [INFO] running `"docker" "start" "-a" "d7cd4b7f0c69547698387fe5043cbdc9f2abcf1aa6a3396e9df9c3d6212bcd28"` [INFO] [stderr] Compiling rust-consul v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/lib.rs:502:52 [INFO] [stderr] | [INFO] [stderr] 502 | fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: `::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_associated_items)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/lib.rs:473:5 [INFO] [stderr] | [INFO] [stderr] 473 | / Error { [INFO] [stderr] 474 | | base_uri: Url, [INFO] [stderr] 475 | | client: Client, [INFO] [stderr] 476 | | blocking: Blocking, [INFO] [stderr] 477 | | error_state: ErrorState, [INFO] [stderr] 478 | | retry: Option, [INFO] [stderr] 479 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/stream/mod.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/lib.rs:502:52 [INFO] [stderr] | [INFO] [stderr] 502 | fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: `::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/lib.rs:473:5 [INFO] [stderr] | [INFO] [stderr] 473 | / Error { [INFO] [stderr] 474 | | base_uri: Url, [INFO] [stderr] 475 | | client: Client, [INFO] [stderr] 476 | | blocking: Blocking, [INFO] [stderr] 477 | | error_state: ErrorState, [INFO] [stderr] 478 | | retry: Option, [INFO] [stderr] 479 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/stream/mod.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `"docker" "inspect" "d7cd4b7f0c69547698387fe5043cbdc9f2abcf1aa6a3396e9df9c3d6212bcd28"` [INFO] running `"docker" "rm" "-f" "d7cd4b7f0c69547698387fe5043cbdc9f2abcf1aa6a3396e9df9c3d6212bcd28"` [INFO] [stdout] d7cd4b7f0c69547698387fe5043cbdc9f2abcf1aa6a3396e9df9c3d6212bcd28 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rust-consul/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-08-13" "test" "--frozen"` [INFO] [stdout] 78d7668bb30146f0947749bb2db90b0c5395fc14cd92320bf899a39263e5d097 [INFO] running `"docker" "start" "-a" "78d7668bb30146f0947749bb2db90b0c5395fc14cd92320bf899a39263e5d097"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_consul-0ea9a494065c6966 [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 rust-consul [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" "78d7668bb30146f0947749bb2db90b0c5395fc14cd92320bf899a39263e5d097"` [INFO] running `"docker" "rm" "-f" "78d7668bb30146f0947749bb2db90b0c5395fc14cd92320bf899a39263e5d097"` [INFO] [stdout] 78d7668bb30146f0947749bb2db90b0c5395fc14cd92320bf899a39263e5d097