[INFO] updating cached repository https://github.com/songokas/rust-heating-control
[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] d0809da1d1e333119ca23966a662e41c3485f3bb
[INFO] checking songokas/rust-heating-control against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsongokas%2Frust-heating-control" "/workspace/builds/worker-7/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/songokas/rust-heating-control on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/songokas/rust-heating-control
[INFO] finished tweaking git repo https://github.com/songokas/rust-heating-control
[INFO] tweaked toml for git repo https://github.com/songokas/rust-heating-control written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] crate git repo https://github.com/songokas/rust-heating-control already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] a2dab51ee6b8a20f3df309f46f68c1e9b2510676c95d9f6bc3aaa47bb93477c6
[INFO] running `"docker" "start" "-a" "a2dab51ee6b8a20f3df309f46f68c1e9b2510676c95d9f6bc3aaa47bb93477c6"`
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling arraydeque v0.4.5
[INFO] [stderr]     Checking handlebox v0.3.0
[INFO] [stderr]     Checking mosquitto-client v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling debugit v0.1.2
[INFO] [stderr]     Checking textwrap v0.9.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking clap v2.27.1
[INFO] [stderr]     Checking simulacrum_shared v0.1.0
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking simulacrum_mock v0.1.0
[INFO] [stderr]     Checking simulacrum_user v0.1.0
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]     Checking simulacrum_macros v0.3.1
[INFO] [stderr]     Checking num-integer v0.1.41
[INFO] [stderr]     Checking num-complex v0.2.3
[INFO] [stderr]     Checking simulacrum v0.3.1
[INFO] [stderr]     Checking num-bigint v0.2.3
[INFO] [stderr]     Checking num-iter v0.1.39
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking num-rational v0.2.2
[INFO] [stderr]     Checking num v0.2.0
[INFO] [stderr]    Compiling derive-new v0.5.8
[INFO] [stderr]     Checking arduino-mqtt-pin v0.1.0 (https://github.com/songokas/rust-arduino-mqtt-pin#ce085fef)
[INFO] [stderr]     Checking heating-control v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling speculate v0.1.2
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]   --> src/bin/../state_retriever.rs:44:42
[INFO] [stderr]    |
[INFO] [stderr] 44 |                 return PinChanges::new();;
[INFO] [stderr]    |                                          ^ help: remove this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]   --> src/bin/../state_retriever.rs:44:42
[INFO] [stderr]    |
[INFO] [stderr] 44 |                 return PinChanges::new();;
[INFO] [stderr]    |                                          ^ help: remove this semicolon
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `map` in this scope
[INFO] [stderr]    --> src/bin/../repository.rs:112:22
[INFO] [stderr]     |
[INFO] [stderr] 112 |         let states = map!{
[INFO] [stderr]     |                      ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `map` in this scope
[INFO] [stderr]    --> src/bin/../repository.rs:146:21
[INFO] [stderr]     |
[INFO] [stderr] 146 |         let nodes = map!{"main".to_owned() => ControlNode::new(
[INFO] [stderr]     |                     ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: have you added the `#[macro_use]` on the module/import?
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ControlNode`
[INFO] [stderr]   --> src/bin/../repository.rs:82:25
[INFO] [stderr]    |
[INFO] [stderr] 82 |     use crate::config::{ControlNode};
[INFO] [stderr]    |                         ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `heating-control`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "a2dab51ee6b8a20f3df309f46f68c1e9b2510676c95d9f6bc3aaa47bb93477c6"`
[INFO] running `"docker" "rm" "-f" "a2dab51ee6b8a20f3df309f46f68c1e9b2510676c95d9f6bc3aaa47bb93477c6"`
[INFO] [stdout] a2dab51ee6b8a20f3df309f46f68c1e9b2510676c95d9f6bc3aaa47bb93477c6
