[INFO] updating cached repository https://github.com/wayslog/h5chat [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] efc969da81d8d00ec040b4e373d76d331c02a0a6 [INFO] testing wayslog/h5chat against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwayslog%2Fh5chat" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wayslog/h5chat on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wayslog/h5chat [INFO] finished tweaking git repo https://github.com/wayslog/h5chat [INFO] tweaked toml for git repo https://github.com/wayslog/h5chat written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/wayslog/h5chat already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 98918d82a1fb93edf8894372ea14910da7f279654be61d7c4900691f3f810abc [INFO] running `"docker" "start" "-a" "98918d82a1fb93edf8894372ea14910da7f279654be61d7c4900691f3f810abc"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling sequence_trie v0.3.6 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling route-recognizer v0.1.13 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling pest v2.1.2 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling meval v0.1.0 [INFO] [stderr] Compiling redis v0.3.1 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] error[E0433]: failed to resolve: could not find `UrlParser` in `url` [INFO] [stderr] --> /opt/rustwide/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] Compiling phf_shared v0.7.24 [INFO] [stderr] error[E0412]: cannot find type `ParseResult` in crate `url` [INFO] [stderr] --> /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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 serde_derive v1.0.101 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] error[E0599]: no variant or associated item named `Relative` found for type `url::parser::SchemeType` in the current scope [INFO] [stderr] --> /opt/rustwide/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/rustwide/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/rustwide/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/rustwide/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/rustwide/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] | ^^^^^^^^^^^^^^ method not found in `url::Url` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `serialize_path` found for type `url::Url` in the current scope [INFO] [stderr] --> /opt/rustwide/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] | ^^^^^^^^^^^^^^ method not found in `url::Url` [INFO] [stderr] [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] error[E0599]: no method named `hexdigest` found for type `sha1::Sha1` in the current scope [INFO] [stderr] --> /opt/rustwide/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" "98918d82a1fb93edf8894372ea14910da7f279654be61d7c4900691f3f810abc"` [INFO] running `"docker" "rm" "-f" "98918d82a1fb93edf8894372ea14910da7f279654be61d7c4900691f3f810abc"` [INFO] [stdout] 98918d82a1fb93edf8894372ea14910da7f279654be61d7c4900691f3f810abc