[INFO] cloning repository https://github.com/vbfox/proxyconf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vbfox/proxyconf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvbfox%2Fproxyconf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvbfox%2Fproxyconf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5acb309fea1128401b98bcca7b9c5cf77ed73a1d [INFO] checking vbfox/proxyconf against master#ac385a5af6d9fa8399a0cec799833cd28324abf8 for pr-125107 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvbfox%2Fproxyconf" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vbfox/proxyconf on toolchain ac385a5af6d9fa8399a0cec799833cd28324abf8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vbfox/proxyconf [INFO] finished tweaking git repo https://github.com/vbfox/proxyconf [INFO] tweaked toml for git repo https://github.com/vbfox/proxyconf written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/vbfox/proxyconf already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e17307f009cd0415db32ef80910dfdc5bd40464c37abc84491c6f71a8ae918d1 [INFO] running `Command { std: "docker" "start" "-a" "e17307f009cd0415db32ef80910dfdc5bd40464c37abc84491c6f71a8ae918d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e17307f009cd0415db32ef80910dfdc5bd40464c37abc84491c6f71a8ae918d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e17307f009cd0415db32ef80910dfdc5bd40464c37abc84491c6f71a8ae918d1", kill_on_drop: false }` [INFO] [stdout] e17307f009cd0415db32ef80910dfdc5bd40464c37abc84491c6f71a8ae918d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+ac385a5af6d9fa8399a0cec799833cd28324abf8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d223143207f22d4ab3ca9579d8899eaa1f34bcec4d49fc4268a34ea43ff86859 [INFO] running `Command { std: "docker" "start" "-a" "d223143207f22d4ab3ca9579d8899eaa1f34bcec4d49fc4268a34ea43ff86859", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.38 [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling bitflags v1.0.5 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking hex v0.3.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking proxyconf v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winreg` [INFO] [stdout] --> src/proxyconf/envvars.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winreg::enums::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winreg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winreg` [INFO] [stdout] --> src/proxyconf/envvars.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winreg::enums::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winreg` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proxyconf` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `proxyconf` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d223143207f22d4ab3ca9579d8899eaa1f34bcec4d49fc4268a34ea43ff86859", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d223143207f22d4ab3ca9579d8899eaa1f34bcec4d49fc4268a34ea43ff86859", kill_on_drop: false }` [INFO] [stdout] d223143207f22d4ab3ca9579d8899eaa1f34bcec4d49fc4268a34ea43ff86859