[INFO] crate redispool 0.1.0 is already in cache [INFO] extracting crate redispool 0.1.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/redispool/0.1.0 [INFO] extracting crate redispool 0.1.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/redispool/0.1.0 [INFO] validating manifest of redispool-0.1.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of redispool-0.1.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing redispool-0.1.0 [INFO] finished frobbing redispool-0.1.0 [INFO] frobbed toml for redispool-0.1.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/redispool/0.1.0/Cargo.toml [INFO] started frobbing redispool-0.1.0 [INFO] finished frobbing redispool-0.1.0 [INFO] frobbed toml for redispool-0.1.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/redispool/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking redispool-0.1.0 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/redispool/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=forbid" "-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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 047995b6dee8b22cd246dcb082d4580a136b703565930baa4d37f92368e0bf6e [INFO] running `"docker" "start" "-a" "047995b6dee8b22cd246dcb082d4580a136b703565930baa4d37f92368e0bf6e"` [INFO] [stderr] Checking 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] 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "047995b6dee8b22cd246dcb082d4580a136b703565930baa4d37f92368e0bf6e"` [INFO] running `"docker" "rm" "-f" "047995b6dee8b22cd246dcb082d4580a136b703565930baa4d37f92368e0bf6e"` [INFO] [stdout] 047995b6dee8b22cd246dcb082d4580a136b703565930baa4d37f92368e0bf6e