[INFO] updating cached repository https://github.com/jianglibo/ssh-client-demo [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/jianglibo/ssh-client-demo [INFO] [stderr] 642b6ab..b8a7fdd master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b8a7fdd6ee49a59c08d5722ecf32b05b07891561 [INFO] checking jianglibo/ssh-client-demo against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjianglibo%2Fssh-client-demo" "/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/jianglibo/ssh-client-demo 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/jianglibo/ssh-client-demo [INFO] finished tweaking git repo https://github.com/jianglibo/ssh-client-demo [INFO] tweaked toml for git repo https://github.com/jianglibo/ssh-client-demo written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/jianglibo/ssh-client-demo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "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] 6d500e52d1882c57e9a552918287f667e55b1ce49472f96278c2b401a6aed160 [INFO] running `"docker" "start" "-a" "6d500e52d1882c57e9a552918287f667e55b1ce49472f96278c2b401a6aed160"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling askama_escape v0.2.0 [INFO] [stderr] Checking ascii_utils v0.9.3 [INFO] [stderr] Compiling vcpkg v0.2.7 [INFO] [stderr] Compiling openssl-src v111.6.0+1.1.1d [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libsqlite3-sys v0.16.0 [INFO] [stderr] Compiling email v0.0.20 [INFO] [stderr] Compiling libssh2-sys v0.2.12 [INFO] [stderr] Checking getrandom v0.1.10 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Checking bzip2-sys v0.1.7 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Checking blake2-rfc v0.2.18 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking fast_chemail v0.9.6 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking console v0.9.0 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/app/settings.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | / bitflags! { [INFO] [stderr] 8 | | struct Flags: u64 { [INFO] [stderr] 9 | | const SC_NEGATE_REQS = 1; [INFO] [stderr] 10 | | const SC_REQUIRED = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 51 | | } [INFO] [stderr] 52 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/clap-2.33.0/src/args/settings.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / bitflags! { [INFO] [stderr] 7 | | struct Flags: u32 { [INFO] [stderr] 8 | | const REQUIRED = 1; [INFO] [stderr] 9 | | const MULTIPLE = 1 << 1; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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 parking_lot v0.8.0 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking indicatif v0.12.0 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Compiling bk-over-ssh v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] warning: unused variable: `env` [INFO] [stderr] --> build.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | let env = env::vars().for_each(|(k,v)| { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_env` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] error: failed to run custom build command for `bk-over-ssh v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/bk-over-ssh-e8ce2ad14f055370/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'sqlite3 should be found.: VcpkgNotFound("Failed to read either VCPKG_ROOT or LOCALAPPDATA environment variables")', src/libcore/result.rs:1165:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560fb4df9344 - backtrace::backtrace::libunwind::trace::hef6fc58b54b0c273 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x560fb4df9344 - backtrace::backtrace::trace_unsynchronized::hed70e532b71a8977 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x560fb4df9344 - std::sys_common::backtrace::_print_fmt::hb989f9624749a87e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:77 [INFO] [stderr] 3: 0x560fb4df9344 - ::fmt::h752e880115b2e6b8 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:61 [INFO] [stderr] 4: 0x560fb4e1439c - core::fmt::write::h8587a0223398998a [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x560fb4df6b77 - std::io::Write::write_fmt::h739e1721b42dc764 [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x560fb4dfb6ce - std::sys_common::backtrace::_print::he941da29bef7c30c [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:65 [INFO] [stderr] 7: 0x560fb4dfb6ce - std::sys_common::backtrace::print::haf56476e740dbe1b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:50 [INFO] [stderr] 8: 0x560fb4dfb6ce - std::panicking::default_hook::{{closure}}::ha490775aa99416ce [INFO] [stderr] at src/libstd/panicking.rs:189 [INFO] [stderr] 9: 0x560fb4dfb3d1 - std::panicking::default_hook::h27c65cbf7bc04c7a [INFO] [stderr] at src/libstd/panicking.rs:206 [INFO] [stderr] 10: 0x560fb4dfbd15 - std::panicking::rust_panic_with_hook::h5640e0014aa25ab8 [INFO] [stderr] at src/libstd/panicking.rs:469 [INFO] [stderr] 11: 0x560fb4dfb8b2 - std::panicking::continue_panic_fmt::hcb7480b833c2eeb7 [INFO] [stderr] at src/libstd/panicking.rs:376 [INFO] [stderr] 12: 0x560fb4dfb7a6 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 13: 0x560fb4e118fa - core::panicking::panic_fmt::h10a13d576f8f5c74 [INFO] [stderr] at src/libcore/panicking.rs:84 [INFO] [stderr] 14: 0x560fb4e119f7 - core::result::unwrap_failed::h45969ee7aa3b5572 [INFO] [stderr] at src/libcore/result.rs:1165 [INFO] [stderr] 15: 0x560fb4d883f6 - core::result::Result::expect::h50aa6c8665df3838 [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libcore/result.rs:960 [INFO] [stderr] 16: 0x560fb4d87047 - build_script_build::main::h8a597a28e1f95f4a [INFO] [stderr] at /opt/rustwide/workdir/build.rs:15 [INFO] [stderr] 17: 0x560fb4d88120 - std::rt::lang_start::{{closure}}::h278b2600b7016d94 [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/rt.rs:61 [INFO] [stderr] 18: 0x560fb4dfb793 - std::rt::lang_start_internal::{{closure}}::h5f0ee1fc0a13fd44 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 19: 0x560fb4dfb793 - std::panicking::try::do_call::h1b76048f8cff5994 [INFO] [stderr] at src/libstd/panicking.rs:288 [INFO] [stderr] 20: 0x560fb4dfe8ea - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 21: 0x560fb4dfc20d - std::panicking::try::hb92b65c4d6ee9dd4 [INFO] [stderr] at src/libstd/panicking.rs:267 [INFO] [stderr] 22: 0x560fb4dfc20d - std::panic::catch_unwind::hc76e28cdfa615edb [INFO] [stderr] at src/libstd/panic.rs:396 [INFO] [stderr] 23: 0x560fb4dfc20d - std::rt::lang_start_internal::h8abfd636cde844de [INFO] [stderr] at src/libstd/rt.rs:47 [INFO] [stderr] 24: 0x560fb4d880f9 - std::rt::lang_start::h8dacd47510ce413d [INFO] [stderr] at /rustc/38f08371587f97c145dedb2c055ac7b01bf1e788/src/libstd/rt.rs:61 [INFO] [stderr] 25: 0x560fb4d8774a - main [INFO] [stderr] 26: 0x7f00f7a58b97 - __libc_start_main [INFO] [stderr] 27: 0x560fb4d86eaa - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 64 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `clap`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "6d500e52d1882c57e9a552918287f667e55b1ce49472f96278c2b401a6aed160"` [INFO] running `"docker" "rm" "-f" "6d500e52d1882c57e9a552918287f667e55b1ce49472f96278c2b401a6aed160"` [INFO] [stdout] 6d500e52d1882c57e9a552918287f667e55b1ce49472f96278c2b401a6aed160