[INFO] updating cached repository https://github.com/CMatri/muscli [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] eb5fbff822615aea249095d80edd923acb505f1d [INFO] checking CMatri/muscli against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCMatri%2Fmuscli" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CMatri/muscli on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CMatri/muscli [INFO] finished tweaking git repo https://github.com/CMatri/muscli [INFO] tweaked toml for git repo https://github.com/CMatri/muscli written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/CMatri/muscli already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 6ec2b960f90c79f73665c67ccbf3baa974649c1797a2ed7fab1753643dd350e4 [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" "6ec2b960f90c79f73665c67ccbf3baa974649c1797a2ed7fab1753643dd350e4"` [INFO] [stderr] Compiling libc v0.2.54 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling bitflags v1.0.5 [INFO] [stderr] Compiling openssl v0.10.21 [INFO] [stderr] Compiling derive_builder v0.7.1 [INFO] [stderr] Checking webbrowser v0.5.1 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking c_vec v1.0.12 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking itertools v0.8.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling openssl-sys v0.9.44 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking termion v1.5.2 [INFO] [stderr] Checking dirs v1.0.5 [INFO] [stderr] Checking fmod v0.10.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] Checking cookie v0.11.1 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking tui v0.5.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.17 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/style.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | / bitflags! { [INFO] [stderr] 55 | | pub struct Modifier: u16 { [INFO] [stderr] 56 | | const BOLD = 0b0000_0000_0001; [INFO] [stderr] 57 | | const DIM = 0b0000_0000_0010; [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tui-0.5.1/src/widgets/mod.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | / bitflags! { [INFO] [stderr] 34 | | pub struct Borders: u32 { [INFO] [stderr] 35 | | /// Show no border (default) [INFO] [stderr] 36 | | const NONE = 0b0000_0001; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error 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] Checking error-chain v0.12.0 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking publicsuffix v1.5.2 [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `tui`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6ec2b960f90c79f73665c67ccbf3baa974649c1797a2ed7fab1753643dd350e4"` [INFO] running `"docker" "rm" "-f" "6ec2b960f90c79f73665c67ccbf3baa974649c1797a2ed7fab1753643dd350e4"` [INFO] [stdout] 6ec2b960f90c79f73665c67ccbf3baa974649c1797a2ed7fab1753643dd350e4