[INFO] updating cached repository https://github.com/cjbassi/rtop [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] [stderr] From https://github.com/cjbassi/rtop [INFO] [stderr] a594fa4..4247372 master -> master [INFO] [stderr] * [new tag] 0.4.1 -> 0.4.1 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 42473723df47d837cbf89968d02575673cb63092 [INFO] checking cjbassi/rtop against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcjbassi%2Frtop" "/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/cjbassi/rtop on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cjbassi/rtop [INFO] finished tweaking git repo https://github.com/cjbassi/rtop [INFO] tweaked toml for git repo https://github.com/cjbassi/rtop written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/cjbassi/rtop already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] df11324486e82d479855c9e2eefb863b05db9ea668e3ed695bdb5f1e5e45e8ec [INFO] running `"docker" "start" "-a" "df11324486e82d479855c9e2eefb863b05db9ea668e3ed695bdb5f1e5e45e8ec"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling battery v0.7.5 [INFO] [stderr] Checking unescape v0.1.0 [INFO] [stderr] Checking platforms v0.2.1 [INFO] [stderr] Compiling num-bigint v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking uom v0.26.0 [INFO] [stderr] Checking size v0.1.2 [INFO] [stderr] Compiling snafu-derive v0.6.2 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking nix v0.17.0 [INFO] [stderr] Checking num_cpus v1.11.1 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking snafu v0.6.2 [INFO] [stderr] Checking console v0.9.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking platform-dirs v0.2.0 [INFO] [stderr] Checking better-panic v0.2.0 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Checking crossterm v0.14.1 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking tui v0.8.0 (https://github.com/cjbassi/tui-rs#aff0a4c4) [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Checking ctrlc v3.1.3 [INFO] [stderr] Checking psutil v2.0.0 (https://github.com/borntyping/rust-psutil#c9ac0f85) [INFO] [stderr] Checking ytop v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | pub average_cpu: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | pub battery: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | pub colorscheme: Colorschemes, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | pub fahrenheit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | pub interfaces: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | pub minimal: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | pub per_cpu: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 48 | pub rate: u64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | pub statusbar: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | execute!(stdout, terminal::EnterAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | execute!(stdout, terminal::LeaveAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:9:19 [INFO] [stderr] | [INFO] [stderr] 9 | pub average_cpu: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:13:15 [INFO] [stderr] | [INFO] [stderr] 13 | pub battery: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:28:19 [INFO] [stderr] | [INFO] [stderr] 28 | pub colorscheme: Colorschemes, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: could not compile `ytop`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:32:18 [INFO] [stderr] | [INFO] [stderr] 32 | pub fahrenheit: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | pub interfaces: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | pub minimal: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | pub per_cpu: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 48 | pub rate: u64, [INFO] [stderr] | ^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/args.rs:52:17 [INFO] [stderr] | [INFO] [stderr] 52 | pub statusbar: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:34:2 [INFO] [stderr] | [INFO] [stderr] 34 | execute!(stdout, terminal::EnterAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:45:2 [INFO] [stderr] | [INFO] [stderr] 45 | execute!(stdout, terminal::LeaveAlternateScreen)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `ytop`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "df11324486e82d479855c9e2eefb863b05db9ea668e3ed695bdb5f1e5e45e8ec"` [INFO] running `"docker" "rm" "-f" "df11324486e82d479855c9e2eefb863b05db9ea668e3ed695bdb5f1e5e45e8ec"` [INFO] [stdout] df11324486e82d479855c9e2eefb863b05db9ea668e3ed695bdb5f1e5e45e8ec