[INFO] crate rocky 0.2.3 is already in cache [INFO] extracting crate rocky 0.2.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/rocky/0.2.3 [INFO] extracting crate rocky 0.2.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rocky/0.2.3 [INFO] validating manifest of rocky-0.2.3 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 rocky-0.2.3 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 rocky-0.2.3 [INFO] finished frobbing rocky-0.2.3 [INFO] frobbed toml for rocky-0.2.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rocky/0.2.3/Cargo.toml [INFO] started frobbing rocky-0.2.3 [INFO] finished frobbing rocky-0.2.3 [INFO] frobbed toml for rocky-0.2.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rocky/0.2.3/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rocky-0.2.3 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-3/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/rocky/0.2.3:/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] 0b56c9c77c23441401b1478c328cfce6f420371b552145ee7d534373bd35e9cb [INFO] running `"docker" "start" "-a" "0b56c9c77c23441401b1478c328cfce6f420371b552145ee7d534373bd35e9cb"` [INFO] [stderr] Compiling threadpool v0.1.4 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling redis v0.3.1 [INFO] [stderr] error[E0433]: failed to resolve: could not find `UrlParser` in `url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:28:27 [INFO] [stderr] | [INFO] [stderr] 28 | let mut parser = url::UrlParser::new(); [INFO] [stderr] | ^^^^^^^^^ could not find `UrlParser` in `url` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ParseResult` in crate `url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:27:45 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn parse_redis_url(input: &str) -> url::ParseResult { [INFO] [stderr] | ^^^^^^^^^^^ not found in `url` [INFO] [stderr] [INFO] [stderr] error[E0603]: enum `SchemeType` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:17:51 [INFO] [stderr] | [INFO] [stderr] 17 | fn redis_scheme_type_mapper(scheme: &str) -> url::SchemeType { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: enum `SchemeType` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:19:25 [INFO] [stderr] | [INFO] [stderr] 19 | "redis" => url::SchemeType::Relative(DEFAULT_PORT), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: enum `SchemeType` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:20:19 [INFO] [stderr] | [INFO] [stderr] 20 | _ => url::SchemeType::NonRelative, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] error[E0599]: no variant or associated item named `Relative` found for type `url::parser::SchemeType` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 19 | "redis" => url::SchemeType::Relative(DEFAULT_PORT), [INFO] [stderr] | ^^^^^^^^ variant or associated item not found in `url::parser::SchemeType` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `NonRelative` found for type `url::parser::SchemeType` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:20:31 [INFO] [stderr] | [INFO] [stderr] 20 | _ => url::SchemeType::NonRelative, [INFO] [stderr] | ^^^^^^^^^^^ variant or associated item not found in `url::parser::SchemeType` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `InvalidScheme` found for type `url::ParseError` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:33:38 [INFO] [stderr] | [INFO] [stderr] 33 | Err(url::ParseError::InvalidScheme) [INFO] [stderr] | ^^^^^^^^^^^^^ variant or associated item not found in `url::ParseError` [INFO] [stderr] [INFO] [stderr] error[E0615]: attempted to take value of method `scheme` on type `url::Url` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:75:22 [INFO] [stderr] | [INFO] [stderr] 75 | ensure!(self.scheme == "redis", [INFO] [stderr] | ^^^^^^ help: use parentheses to call the method: `scheme()` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `serialize_host` found for type `url::Url` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | host: unwrap_or!(self.serialize_host(), [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `serialize_path` found for type `url::Url` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/connection.rs:82:28 [INFO] [stderr] | [INFO] [stderr] 82 | db: match self.serialize_path().unwrap_or("".to_string()) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `hexdigest` found for type `sha1::Sha1` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/redis-0.3.1/src/script.rs:36:24 [INFO] [stderr] | [INFO] [stderr] 36 | hash: hash.hexdigest(), [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `digest` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433, E0599, E0603, E0615. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `redis`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0b56c9c77c23441401b1478c328cfce6f420371b552145ee7d534373bd35e9cb"` [INFO] running `"docker" "rm" "-f" "0b56c9c77c23441401b1478c328cfce6f420371b552145ee7d534373bd35e9cb"` [INFO] [stdout] 0b56c9c77c23441401b1478c328cfce6f420371b552145ee7d534373bd35e9cb