[INFO] updating cached repository https://github.com/blueluna/nl80211-rs
[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] c4bd9147be3725ba5c6dd053090735500c749b55
[INFO] checking blueluna/nl80211-rs against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblueluna%2Fnl80211-rs" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/blueluna/nl80211-rs 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/blueluna/nl80211-rs
[INFO] removed workspace from git repo https://github.com/blueluna/nl80211-rs
[INFO] removed path dependency nl80211-buildtools from git repo https://github.com/blueluna/nl80211-rs
[INFO] finished tweaking git repo https://github.com/blueluna/nl80211-rs
[INFO] tweaked toml for git repo https://github.com/blueluna/nl80211-rs written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/blueluna/netlink-rs`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 888df451eb939d9ce3eda2da5d960bd955a393b65e0312585ef5cb65f43e79d7
[INFO] running `"docker" "start" "-a" "888df451eb939d9ce3eda2da5d960bd955a393b65e0312585ef5cb65f43e79d7"`
[INFO] [stderr]     Checking netlink-rust v0.1.1 (https://github.com/blueluna/netlink-rs#533aae8c)
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]     Checking structopt v0.2.18
[INFO] [stderr]    Compiling nl80211-buildtools v0.1.0
[INFO] [stderr]    Compiling nl80211-rs v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: can't compare `u8` with `commands::Command`
[INFO] [stderr]    --> src/wireless_interface.rs:325:32
[INFO] [stderr]     |
[INFO] [stderr] 325 |                 if msg.command == Command::GetRegulatory {
[INFO] [stderr]     |                                ^^ no implementation for `u8 == commands::Command`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq<commands::Command>` is not implemented for `u8`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `commands::Command` doesn't implement `std::fmt::Display`
[INFO] [stderr]    --> src/wireless_phy.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |         let commands = join_to_string(self.commands.iter(), " | ");
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^ `commands::Command` cannot be formatted with the default formatter
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/lib.rs:33:4
[INFO] [stderr]     |
[INFO] [stderr] 33  | fn join_to_string<T>(values: T, separator: &str) -> String
[INFO] [stderr]     |    --------------
[INFO] [stderr] ...
[INFO] [stderr] 36  |     T::Item: ToString,
[INFO] [stderr]     |              -------- required by this bound in `join_to_string`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Display` is not implemented for `commands::Command`
[INFO] [stderr]     = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Display` for `&commands::Command`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::string::ToString` for `&commands::Command`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: can't compare `u8` with `commands::Command`
[INFO] [stderr]    --> src/wireless_interface.rs:325:32
[INFO] [stderr]     |
[INFO] [stderr] 325 |                 if msg.command == Command::GetRegulatory {
[INFO] [stderr]     |                                ^^ no implementation for `u8 == commands::Command`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::cmp::PartialEq<commands::Command>` is not implemented for `u8`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: `commands::Command` doesn't implement `std::fmt::Display`
[INFO] [stderr]    --> src/wireless_phy.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 |         let commands = join_to_string(self.commands.iter(), " | ");
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^ `commands::Command` cannot be formatted with the default formatter
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/lib.rs:33:4
[INFO] [stderr]     |
[INFO] [stderr] 33  | fn join_to_string<T>(values: T, separator: &str) -> String
[INFO] [stderr]     |    --------------
[INFO] [stderr] ...
[INFO] [stderr] 36  |     T::Item: ToString,
[INFO] [stderr]     |              -------- required by this bound in `join_to_string`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the trait `std::fmt::Display` is not implemented for `commands::Command`
[INFO] [stderr]     = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::fmt::Display` for `&commands::Command`
[INFO] [stderr]     = note: required because of the requirements on the impl of `std::string::ToString` for `&commands::Command`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `nl80211-rs`.
[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: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `nl80211-rs`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "888df451eb939d9ce3eda2da5d960bd955a393b65e0312585ef5cb65f43e79d7"`
[INFO] running `"docker" "rm" "-f" "888df451eb939d9ce3eda2da5d960bd955a393b65e0312585ef5cb65f43e79d7"`
[INFO] [stdout] 888df451eb939d9ce3eda2da5d960bd955a393b65e0312585ef5cb65f43e79d7
