[INFO] cloning repository https://github.com/robinhundt/light-control
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/robinhundt/light-control" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinhundt%2Flight-control", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinhundt%2Flight-control'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cf4be49e15d7c982bec6ac81cf403cdbd0286f7f
[INFO] checking robinhundt/light-control against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frobinhundt%2Flight-control" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/robinhundt/light-control
[INFO] finished tweaking git repo https://github.com/robinhundt/light-control
[INFO] tweaked toml for git repo https://github.com/robinhundt/light-control written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/robinhundt/light-control on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/robinhundt/light-control 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b9794bedb0153caaaeb576979ea9b131889f9499b7ce6c1984c22b4f1dc3964
[INFO] running `Command { std: "docker" "start" "-a" "6b9794bedb0153caaaeb576979ea9b131889f9499b7ce6c1984c22b4f1dc3964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b9794bedb0153caaaeb576979ea9b131889f9499b7ce6c1984c22b4f1dc3964", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b9794bedb0153caaaeb576979ea9b131889f9499b7ce6c1984c22b4f1dc3964", kill_on_drop: false }`
[INFO] [stdout] 6b9794bedb0153caaaeb576979ea9b131889f9499b7ce6c1984c22b4f1dc3964
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a9ce6057ea6050a5c08876f5a1ce49f27be06e306a4b9dfbe903db4385c8572d
[INFO] running `Command { std: "docker" "start" "-a" "a9ce6057ea6050a5c08876f5a1ce49f27be06e306a4b9dfbe903db4385c8572d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.19
[INFO] [stderr]    Compiling syn v1.0.39
[INFO] [stderr]    Compiling libc v0.2.76
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling pin-project-internal v0.4.23
[INFO] [stderr]     Checking futures-sink-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-core-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling proc-macro-nested v0.1.6
[INFO] [stderr]     Checking futures-core v0.3.5
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking once_cell v1.4.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]    Compiling cc v1.0.59
[INFO] [stderr]     Checking futures-io-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling serde_derive v1.0.115
[INFO] [stderr]     Checking futures-sink v0.3.5
[INFO] [stderr]    Compiling hashbrown v0.8.2
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]     Checking futures-channel-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-task v0.3.5
[INFO] [stderr]     Checking futures-io v0.3.5
[INFO] [stderr]    Compiling serde v1.0.115
[INFO] [stderr]     Checking futures v0.1.29
[INFO] [stderr]     Checking futures-channel v0.3.5
[INFO] [stderr]    Compiling indexmap v1.5.1
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking aho-corasick v0.7.13
[INFO] [stderr]    Compiling anyhow v1.0.32
[INFO] [stderr]    Compiling serde_json v1.0.57
[INFO] [stderr]     Checking regex-syntax v0.6.18
[INFO] [stderr]     Checking pin-project-lite v0.1.7
[INFO] [stderr]     Checking os_str_bytes v2.3.2
[INFO] [stderr]     Checking futures-util-preview v0.3.0-alpha.19
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling cmake v0.1.44
[INFO] [stderr]    Compiling paho-mqtt-sys v0.4.0 (https://github.com/eclipse/paho.mqtt.rust.git#976e7ea5)
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking net2 v0.2.34
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.18.0
[INFO] [stderr]     Checking mio v0.6.22
[INFO] [stderr]     Checking futures-executor-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking futures-preview v0.3.0-alpha.19
[INFO] [stderr]     Checking futures-timer v0.3.0
[INFO] [stderr]     Checking regex v1.3.9
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.20
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]     Checking tokio v0.2.22
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.1
[INFO] [stderr]     Checking pin-project v0.4.23
[INFO] [stderr]     Checking futures-util v0.3.5
[INFO] [stderr]     Checking thiserror v1.0.20
[INFO] [stderr]     Checking clap v3.0.0-beta.1
[INFO] [stderr]     Checking futures-executor v0.3.5
[INFO] [stderr]     Checking futures v0.3.5
[INFO] [stderr]     Checking paho-mqtt v0.8.0 (https://github.com/eclipse/paho.mqtt.rust.git#976e7ea5)
[INFO] [stderr]     Checking bincode v1.3.1
[INFO] [stderr]     Checking light-control v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.46s
[INFO] running `Command { std: "docker" "inspect" "a9ce6057ea6050a5c08876f5a1ce49f27be06e306a4b9dfbe903db4385c8572d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9ce6057ea6050a5c08876f5a1ce49f27be06e306a4b9dfbe903db4385c8572d", kill_on_drop: false }`
[INFO] [stdout] a9ce6057ea6050a5c08876f5a1ce49f27be06e306a4b9dfbe903db4385c8572d
