[INFO] cloning repository https://github.com/jsvana/hue-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsvana/hue-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsvana%2Fhue-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsvana%2Fhue-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 71d5d223fef0ad210dd920b57514463c2128c91e
[INFO] checking jsvana/hue-cli against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsvana%2Fhue-cli" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jsvana/hue-cli
[INFO] finished tweaking git repo https://github.com/jsvana/hue-cli
[INFO] tweaked toml for git repo https://github.com/jsvana/hue-cli written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jsvana/hue-cli on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jsvana/hue-cli 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.26
[INFO] [stderr]   Downloaded derive_setters v0.1.5
[INFO] [stderr]   Downloaded prettytable-rs v0.8.0
[INFO] [stderr]   Downloaded ureq v2.1.1
[INFO] [stderr]   Downloaded serde_repr v0.1.7
[INFO] [stderr]   Downloaded chunked_transfer v1.4.0
[INFO] [stderr]   Downloaded anyhow v1.0.40
[INFO] [stderr]   Downloaded unicode-normalization v0.1.17
[INFO] [stderr]   Downloaded libc v0.2.94
[INFO] [stderr]   Downloaded huelib v0.13.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c
[INFO] running `Command { std: "docker" "start" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]     Checking once_cell v1.7.2
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking tinyvec v1.2.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking unicode-bidi v0.3.5
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]    Compiling unicode-segmentation v1.7.1
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking chunked_transfer v1.4.0
[INFO] [stderr]     Checking encode_unicode v0.3.6
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling heck v0.3.2
[INFO] [stderr]     Checking unicode-normalization v0.1.17
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking dirs v1.0.5
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking term v0.5.2
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking webpki v0.21.4
[INFO] [stderr]     Checking sct v0.6.1
[INFO] [stderr]     Checking rustls v0.19.1
[INFO] [stderr]     Checking webpki-roots v0.21.1
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]    Compiling structopt-derive v0.4.14
[INFO] [stderr]    Compiling serde_repr v0.1.7
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]     Checking structopt v0.3.21
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derive_setters v0.1.5
[INFO] [stderr]     Checking bstr v0.2.16
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking ureq v2.1.1
[INFO] [stderr]     Checking prettytable-rs v0.8.0
[INFO] [stderr]     Checking huelib v0.13.0
[INFO] [stderr]     Checking hue v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
[INFO] running `Command { std: "docker" "inspect" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c", kill_on_drop: false }`
[INFO] [stdout] 4537a835f9528ef84c3778fbb852976f9ce441f36f83b5759791454c99299d3c
