[INFO] updating cached repository https://github.com/lynlevenick/pc3_client [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 3bc6661b26f7b8d86af7bb2497da1552fd595b54 [INFO] checking lynlevenick/pc3_client against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flynlevenick%2Fpc3_client" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lynlevenick/pc3_client on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/lynlevenick/pc3_client [INFO] finished tweaking git repo https://github.com/lynlevenick/pc3_client [INFO] tweaked toml for git repo https://github.com/lynlevenick/pc3_client written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/lynlevenick/pc3_client already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (cookie) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rand) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rustc-serialize) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.cookie.cookie [INFO] [stderr] warning: unused manifest key: dependencies.hyper.hyper [INFO] [stderr] warning: unused manifest key: dependencies.rand.rand [INFO] [stderr] warning: unused manifest key: dependencies.rustc-serialize.rustc-serialize [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (cookie) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rand) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rustc-serialize) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.cookie.cookie [INFO] [stderr] warning: unused manifest key: dependencies.hyper.hyper [INFO] [stderr] warning: unused manifest key: dependencies.rand.rand [INFO] [stderr] warning: unused manifest key: dependencies.rustc-serialize.rustc-serialize [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8258c5a3897097b0ef0574d7b05be5e58598b4048ea3e4c27eb37455bffd04f [INFO] running `"docker" "start" "-a" "a8258c5a3897097b0ef0574d7b05be5e58598b4048ea3e4c27eb37455bffd04f"` [INFO] [stderr] warning: dependency (cookie) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rand) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (rustc-serialize) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: unused manifest key: dependencies.cookie.cookie [INFO] [stderr] warning: unused manifest key: dependencies.hyper.hyper [INFO] [stderr] warning: unused manifest key: dependencies.rand.rand [INFO] [stderr] warning: unused manifest key: dependencies.rustc-serialize.rustc-serialize [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking tower-make v0.3.0-alpha.2a [INFO] [stderr] Checking hyper v0.13.0-alpha.4 [INFO] [stderr] Checking pc3_client v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `hyper::header::Headers` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::header::Headers; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Headers` in `header` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ContentType` in module `header` [INFO] [stderr] --> src/main.rs:89:29 [INFO] [stderr] | [INFO] [stderr] 89 | headers.set(header::ContentType("application/x-www-form-urlencoded".parse().unwrap())); [INFO] [stderr] | ^^^^^^^^^^^ not found in `header` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `SetCookie` in module `header` [INFO] [stderr] --> src/main.rs:99:30 [INFO] [stderr] | [INFO] [stderr] 99 | if let Some(&header::SetCookie(ref cookies)) = res.headers.get() { [INFO] [stderr] | ^^^^^^^^^ not found in `header` [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/main.rs:19:20 [INFO] [stderr] | [INFO] [stderr] 19 | jar: CookieJar<'static> [INFO] [stderr] | ^^^^^^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `pc3_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `hyper::header::Headers` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use hyper::header::Headers; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `Headers` in `header` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ContentType` in module `header` [INFO] [stderr] --> src/main.rs:89:29 [INFO] [stderr] | [INFO] [stderr] 89 | headers.set(header::ContentType("application/x-www-form-urlencoded".parse().unwrap())); [INFO] [stderr] | ^^^^^^^^^^^ not found in `header` [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `SetCookie` in module `header` [INFO] [stderr] --> src/main.rs:99:30 [INFO] [stderr] | [INFO] [stderr] 99 | if let Some(&header::SetCookie(ref cookies)) = res.headers.get() { [INFO] [stderr] | ^^^^^^^^^ not found in `header` [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of lifetime arguments: expected 0, found 1 [INFO] [stderr] --> src/main.rs:19:20 [INFO] [stderr] | [INFO] [stderr] 19 | jar: CookieJar<'static> [INFO] [stderr] | ^^^^^^^ unexpected lifetime argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0425, E0432, E0531. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `pc3_client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a8258c5a3897097b0ef0574d7b05be5e58598b4048ea3e4c27eb37455bffd04f"` [INFO] running `"docker" "rm" "-f" "a8258c5a3897097b0ef0574d7b05be5e58598b4048ea3e4c27eb37455bffd04f"` [INFO] [stdout] a8258c5a3897097b0ef0574d7b05be5e58598b4048ea3e4c27eb37455bffd04f