[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 try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblueluna%2Fnl80211-rs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/blueluna/nl80211-rs on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d54cde9b099951d11b5813b874f44072a78f8cc4348e3d535eeffbcb75b0ec67 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d54cde9b099951d11b5813b874f44072a78f8cc4348e3d535eeffbcb75b0ec67"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking netlink-rust v0.1.1 (https://github.com/blueluna/netlink-rs#533aae8c) [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Compiling serde_json v1.0.44 [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` 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(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` 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(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] 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" "d54cde9b099951d11b5813b874f44072a78f8cc4348e3d535eeffbcb75b0ec67"` [INFO] running `"docker" "rm" "-f" "d54cde9b099951d11b5813b874f44072a78f8cc4348e3d535eeffbcb75b0ec67"` [INFO] [stdout] d54cde9b099951d11b5813b874f44072a78f8cc4348e3d535eeffbcb75b0ec67