[INFO] updating cached repository https://github.com/jonhoo/buzz [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] a08a3c5088410f1ea2fa9e7013ec447b138ac77c [INFO] checking jonhoo/buzz against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonhoo%2Fbuzz" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jonhoo/buzz 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/jonhoo/buzz [INFO] finished tweaking git repo https://github.com/jonhoo/buzz [INFO] tweaked toml for git repo https://github.com/jonhoo/buzz written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jonhoo/buzz 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] aa1203d3212d3bca37cc579f42b4d9389a97225a293be98956d10f10eb872a38 [INFO] running `"docker" "start" "-a" "aa1203d3212d3bca37cc579f42b4d9389a97225a293be98956d10f10eb872a38"` [INFO] [stderr] Compiling gio v0.4.1 [INFO] [stderr] Compiling gdk-pixbuf v0.4.0 [INFO] [stderr] Compiling cairo-rs v0.4.1 [INFO] [stderr] Compiling gdk v0.8.0 [INFO] [stderr] Compiling gtk v0.4.1 [INFO] [stderr] Compiling glib-sys v0.6.0 [INFO] [stderr] Compiling gobject-sys v0.6.0 [INFO] [stderr] Compiling gio-sys v0.6.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.6.0 [INFO] [stderr] Compiling cairo-sys-rs v0.6.0 [INFO] [stderr] Compiling pango-sys v0.6.0 [INFO] [stderr] Compiling gdk-sys v0.6.0 [INFO] [stderr] Compiling atk-sys v0.6.0 [INFO] [stderr] Compiling gtk-sys v0.6.0 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling clang-sys v0.14.1 [INFO] [stderr] Compiling openssl-sys v0.9.49 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling syntex_errors v0.54.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:750:1 [INFO] [stderr] | [INFO] [stderr] 750 | / bitflags! { [INFO] [stderr] 751 | | #[repr(C)] [INFO] [stderr] 752 | | pub struct GFileTest: c_uint { [INFO] [stderr] 753 | | const IS_REGULAR = 1; [INFO] [stderr] ... | [INFO] [stderr] 758 | | } [INFO] [stderr] 759 | | } [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/glib-sys-0.6.0/src/lib.rs:766:1 [INFO] [stderr] | [INFO] [stderr] 766 | / bitflags! { [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] 768 | | pub struct GFormatSizeFlags: c_uint { [INFO] [stderr] 769 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 772 | | } [INFO] [stderr] 773 | | } [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/glib-sys-0.6.0/src/lib.rs:778:1 [INFO] [stderr] | [INFO] [stderr] 778 | / bitflags! { [INFO] [stderr] 779 | | #[repr(C)] [INFO] [stderr] 780 | | pub struct GHookFlagMask: c_uint { [INFO] [stderr] 781 | | const ACTIVE = 1; [INFO] [stderr] ... | [INFO] [stderr] 784 | | } [INFO] [stderr] 785 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:832:1 [INFO] [stderr] | [INFO] [stderr] 832 | / bitflags! { [INFO] [stderr] 833 | | #[repr(C)] [INFO] [stderr] 834 | | pub struct GKeyFileFlags: c_uint { [INFO] [stderr] 835 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 838 | | } [INFO] [stderr] 839 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | / bitflags! { [INFO] [stderr] 887 | | #[repr(C)] [INFO] [stderr] 888 | | pub struct GMarkupParseFlags: c_uint { [INFO] [stderr] 889 | | const DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1; [INFO] [stderr] ... | [INFO] [stderr] 893 | | } [INFO] [stderr] 894 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1026:1 [INFO] [stderr] | [INFO] [stderr] 1026 | / bitflags! { [INFO] [stderr] 1027 | | #[repr(C)] [INFO] [stderr] 1028 | | pub struct GTestSubprocessFlags: c_uint { [INFO] [stderr] 1029 | | const STDIN = 1; [INFO] [stderr] ... | [INFO] [stderr] 1032 | | } [INFO] [stderr] 1033 | | } [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/glib-sys-0.6.0/src/lib.rs:1038:1 [INFO] [stderr] | [INFO] [stderr] 1038 | / bitflags! { [INFO] [stderr] 1039 | | #[repr(C)] [INFO] [stderr] 1040 | | pub struct GTestTrapFlags: c_uint { [INFO] [stderr] 1041 | | const SILENCE_STDOUT = 128; [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:722:1 [INFO] [stderr] | [INFO] [stderr] 722 | / bitflags! { [INFO] [stderr] 723 | | #[repr(C)] [INFO] [stderr] 724 | | pub struct GAsciiType: c_uint { [INFO] [stderr] 725 | | const ALNUM = 1; [INFO] [stderr] ... | [INFO] [stderr] 736 | | } [INFO] [stderr] 737 | | } [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/glib-sys-0.6.0/src/lib.rs:750:1 [INFO] [stderr] | [INFO] [stderr] 750 | / bitflags! { [INFO] [stderr] 751 | | #[repr(C)] [INFO] [stderr] 752 | | pub struct GFileTest: c_uint { [INFO] [stderr] 753 | | const IS_REGULAR = 1; [INFO] [stderr] ... | [INFO] [stderr] 758 | | } [INFO] [stderr] 759 | | } [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/glib-sys-0.6.0/src/lib.rs:750:1 [INFO] [stderr] | [INFO] [stderr] 750 | / bitflags! { [INFO] [stderr] 751 | | #[repr(C)] [INFO] [stderr] 752 | | pub struct GFileTest: c_uint { [INFO] [stderr] 753 | | const IS_REGULAR = 1; [INFO] [stderr] ... | [INFO] [stderr] 758 | | } [INFO] [stderr] 759 | | } [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/glib-sys-0.6.0/src/lib.rs:750:1 [INFO] [stderr] | [INFO] [stderr] 750 | / bitflags! { [INFO] [stderr] 751 | | #[repr(C)] [INFO] [stderr] 752 | | pub struct GFileTest: c_uint { [INFO] [stderr] 753 | | const IS_REGULAR = 1; [INFO] [stderr] ... | [INFO] [stderr] 758 | | } [INFO] [stderr] 759 | | } [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/glib-sys-0.6.0/src/lib.rs:750:1 [INFO] [stderr] | [INFO] [stderr] 750 | / bitflags! { [INFO] [stderr] 751 | | #[repr(C)] [INFO] [stderr] 752 | | pub struct GFileTest: c_uint { [INFO] [stderr] 753 | | const IS_REGULAR = 1; [INFO] [stderr] ... | [INFO] [stderr] 758 | | } [INFO] [stderr] 759 | | } [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/glib-sys-0.6.0/src/lib.rs:750:1 [INFO] [stderr] | [INFO] [stderr] 750 | / bitflags! { [INFO] [stderr] 751 | | #[repr(C)] [INFO] [stderr] 752 | | pub struct GFileTest: c_uint { [INFO] [stderr] 753 | | const IS_REGULAR = 1; [INFO] [stderr] ... | [INFO] [stderr] 758 | | } [INFO] [stderr] 759 | | } [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/glib-sys-0.6.0/src/lib.rs:766:1 [INFO] [stderr] | [INFO] [stderr] 766 | / bitflags! { [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] 768 | | pub struct GFormatSizeFlags: c_uint { [INFO] [stderr] 769 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 772 | | } [INFO] [stderr] 773 | | } [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/glib-sys-0.6.0/src/lib.rs:766:1 [INFO] [stderr] | [INFO] [stderr] 766 | / bitflags! { [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] 768 | | pub struct GFormatSizeFlags: c_uint { [INFO] [stderr] 769 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 772 | | } [INFO] [stderr] 773 | | } [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/glib-sys-0.6.0/src/lib.rs:766:1 [INFO] [stderr] | [INFO] [stderr] 766 | / bitflags! { [INFO] [stderr] 767 | | #[repr(C)] [INFO] [stderr] 768 | | pub struct GFormatSizeFlags: c_uint { [INFO] [stderr] 769 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 772 | | } [INFO] [stderr] 773 | | } [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/glib-sys-0.6.0/src/lib.rs:778:1 [INFO] [stderr] | [INFO] [stderr] 778 | / bitflags! { [INFO] [stderr] 779 | | #[repr(C)] [INFO] [stderr] 780 | | pub struct GHookFlagMask: c_uint { [INFO] [stderr] 781 | | const ACTIVE = 1; [INFO] [stderr] ... | [INFO] [stderr] 784 | | } [INFO] [stderr] 785 | | } [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/glib-sys-0.6.0/src/lib.rs:778:1 [INFO] [stderr] | [INFO] [stderr] 778 | / bitflags! { [INFO] [stderr] 779 | | #[repr(C)] [INFO] [stderr] 780 | | pub struct GHookFlagMask: c_uint { [INFO] [stderr] 781 | | const ACTIVE = 1; [INFO] [stderr] ... | [INFO] [stderr] 784 | | } [INFO] [stderr] 785 | | } [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/glib-sys-0.6.0/src/lib.rs:778:1 [INFO] [stderr] | [INFO] [stderr] 778 | / bitflags! { [INFO] [stderr] 779 | | #[repr(C)] [INFO] [stderr] 780 | | pub struct GHookFlagMask: c_uint { [INFO] [stderr] 781 | | const ACTIVE = 1; [INFO] [stderr] ... | [INFO] [stderr] 784 | | } [INFO] [stderr] 785 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:790:1 [INFO] [stderr] | [INFO] [stderr] 790 | / bitflags! { [INFO] [stderr] 791 | | #[repr(C)] [INFO] [stderr] 792 | | pub struct GIOCondition: c_uint { [INFO] [stderr] 793 | | const IN = 1; [INFO] [stderr] ... | [INFO] [stderr] 799 | | } [INFO] [stderr] 800 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:808:1 [INFO] [stderr] | [INFO] [stderr] 808 | / bitflags! { [INFO] [stderr] 809 | | #[repr(C)] [INFO] [stderr] 810 | | pub struct GIOFlags: c_uint { [INFO] [stderr] 811 | | const APPEND = 1; [INFO] [stderr] ... | [INFO] [stderr] 820 | | } [INFO] [stderr] 821 | | } [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/glib-sys-0.6.0/src/lib.rs:832:1 [INFO] [stderr] | [INFO] [stderr] 832 | / bitflags! { [INFO] [stderr] 833 | | #[repr(C)] [INFO] [stderr] 834 | | pub struct GKeyFileFlags: c_uint { [INFO] [stderr] 835 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 838 | | } [INFO] [stderr] 839 | | } [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/glib-sys-0.6.0/src/lib.rs:832:1 [INFO] [stderr] | [INFO] [stderr] 832 | / bitflags! { [INFO] [stderr] 833 | | #[repr(C)] [INFO] [stderr] 834 | | pub struct GKeyFileFlags: c_uint { [INFO] [stderr] 835 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 838 | | } [INFO] [stderr] 839 | | } [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/glib-sys-0.6.0/src/lib.rs:832:1 [INFO] [stderr] | [INFO] [stderr] 832 | / bitflags! { [INFO] [stderr] 833 | | #[repr(C)] [INFO] [stderr] 834 | | pub struct GKeyFileFlags: c_uint { [INFO] [stderr] 835 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 838 | | } [INFO] [stderr] 839 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:844:1 [INFO] [stderr] | [INFO] [stderr] 844 | / bitflags! { [INFO] [stderr] 845 | | #[repr(C)] [INFO] [stderr] 846 | | pub struct GLogLevelFlags: c_uint { [INFO] [stderr] 847 | | const FLAG_RECURSION = 1; [INFO] [stderr] ... | [INFO] [stderr] 856 | | } [INFO] [stderr] 857 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:868:1 [INFO] [stderr] | [INFO] [stderr] 868 | / bitflags! { [INFO] [stderr] 869 | | #[repr(C)] [INFO] [stderr] 870 | | pub struct GMarkupCollectType: c_uint { [INFO] [stderr] 871 | | const INVALID = 0; [INFO] [stderr] ... | [INFO] [stderr] 877 | | } [INFO] [stderr] 878 | | } [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/glib-sys-0.6.0/src/lib.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | / bitflags! { [INFO] [stderr] 887 | | #[repr(C)] [INFO] [stderr] 888 | | pub struct GMarkupParseFlags: c_uint { [INFO] [stderr] 889 | | const DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1; [INFO] [stderr] ... | [INFO] [stderr] 893 | | } [INFO] [stderr] 894 | | } [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/glib-sys-0.6.0/src/lib.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | / bitflags! { [INFO] [stderr] 887 | | #[repr(C)] [INFO] [stderr] 888 | | pub struct GMarkupParseFlags: c_uint { [INFO] [stderr] 889 | | const DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1; [INFO] [stderr] ... | [INFO] [stderr] 893 | | } [INFO] [stderr] 894 | | } [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/glib-sys-0.6.0/src/lib.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | / bitflags! { [INFO] [stderr] 887 | | #[repr(C)] [INFO] [stderr] 888 | | pub struct GMarkupParseFlags: c_uint { [INFO] [stderr] 889 | | const DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1; [INFO] [stderr] ... | [INFO] [stderr] 893 | | } [INFO] [stderr] 894 | | } [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/glib-sys-0.6.0/src/lib.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | / bitflags! { [INFO] [stderr] 887 | | #[repr(C)] [INFO] [stderr] 888 | | pub struct GMarkupParseFlags: c_uint { [INFO] [stderr] 889 | | const DO_NOT_USE_THIS_UNSUPPORTED_FLAG = 1; [INFO] [stderr] ... | [INFO] [stderr] 893 | | } [INFO] [stderr] 894 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:900:1 [INFO] [stderr] | [INFO] [stderr] 900 | / bitflags! { [INFO] [stderr] 901 | | #[repr(C)] [INFO] [stderr] 902 | | pub struct GOptionFlags: c_uint { [INFO] [stderr] 903 | | const NONE = 0; [INFO] [stderr] ... | [INFO] [stderr] 911 | | } [INFO] [stderr] 912 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:922:1 [INFO] [stderr] | [INFO] [stderr] 922 | / bitflags! { [INFO] [stderr] 923 | | #[repr(C)] [INFO] [stderr] 924 | | pub struct GRegexCompileFlags: c_uint { [INFO] [stderr] 925 | | const CASELESS = 1; [INFO] [stderr] ... | [INFO] [stderr] 943 | | } [INFO] [stderr] 944 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:964:1 [INFO] [stderr] | [INFO] [stderr] 964 | / bitflags! { [INFO] [stderr] 965 | | #[repr(C)] [INFO] [stderr] 966 | | pub struct GRegexMatchFlags: c_uint { [INFO] [stderr] 967 | | const ANCHORED = 16; [INFO] [stderr] ... | [INFO] [stderr] 982 | | } [INFO] [stderr] 983 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1000:1 [INFO] [stderr] | [INFO] [stderr] 1000 | / bitflags! { [INFO] [stderr] 1001 | | #[repr(C)] [INFO] [stderr] 1002 | | pub struct GSpawnFlags: c_uint { [INFO] [stderr] 1003 | | const DEFAULT = 0; [INFO] [stderr] ... | [INFO] [stderr] 1013 | | } [INFO] [stderr] 1014 | | } [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/glib-sys-0.6.0/src/lib.rs:1026:1 [INFO] [stderr] | [INFO] [stderr] 1026 | / bitflags! { [INFO] [stderr] 1027 | | #[repr(C)] [INFO] [stderr] 1028 | | pub struct GTestSubprocessFlags: c_uint { [INFO] [stderr] 1029 | | const STDIN = 1; [INFO] [stderr] ... | [INFO] [stderr] 1032 | | } [INFO] [stderr] 1033 | | } [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/glib-sys-0.6.0/src/lib.rs:1026:1 [INFO] [stderr] | [INFO] [stderr] 1026 | / bitflags! { [INFO] [stderr] 1027 | | #[repr(C)] [INFO] [stderr] 1028 | | pub struct GTestSubprocessFlags: c_uint { [INFO] [stderr] 1029 | | const STDIN = 1; [INFO] [stderr] ... | [INFO] [stderr] 1032 | | } [INFO] [stderr] 1033 | | } [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/glib-sys-0.6.0/src/lib.rs:1026:1 [INFO] [stderr] | [INFO] [stderr] 1026 | / bitflags! { [INFO] [stderr] 1027 | | #[repr(C)] [INFO] [stderr] 1028 | | pub struct GTestSubprocessFlags: c_uint { [INFO] [stderr] 1029 | | const STDIN = 1; [INFO] [stderr] ... | [INFO] [stderr] 1032 | | } [INFO] [stderr] 1033 | | } [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/glib-sys-0.6.0/src/lib.rs:1038:1 [INFO] [stderr] | [INFO] [stderr] 1038 | / bitflags! { [INFO] [stderr] 1039 | | #[repr(C)] [INFO] [stderr] 1040 | | pub struct GTestTrapFlags: c_uint { [INFO] [stderr] 1041 | | const SILENCE_STDOUT = 128; [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | } [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/glib-sys-0.6.0/src/lib.rs:1038:1 [INFO] [stderr] | [INFO] [stderr] 1038 | / bitflags! { [INFO] [stderr] 1039 | | #[repr(C)] [INFO] [stderr] 1040 | | pub struct GTestTrapFlags: c_uint { [INFO] [stderr] 1041 | | const SILENCE_STDOUT = 128; [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | } [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/glib-sys-0.6.0/src/lib.rs:1038:1 [INFO] [stderr] | [INFO] [stderr] 1038 | / bitflags! { [INFO] [stderr] 1039 | | #[repr(C)] [INFO] [stderr] 1040 | | pub struct GTestTrapFlags: c_uint { [INFO] [stderr] 1041 | | const SILENCE_STDOUT = 128; [INFO] [stderr] ... | [INFO] [stderr] 1044 | | } [INFO] [stderr] 1045 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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/glib-sys-0.6.0/src/lib.rs:1050:1 [INFO] [stderr] | [INFO] [stderr] 1050 | / bitflags! { [INFO] [stderr] 1051 | | #[repr(C)] [INFO] [stderr] 1052 | | pub struct GTraverseFlags: c_uint { [INFO] [stderr] 1053 | | const LEAVES = 1; [INFO] [stderr] ... | [INFO] [stderr] 1059 | | } [INFO] [stderr] 1060 | | } [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] Compiling rand v0.6.5 [INFO] [stderr] Checking charset v0.1.2 [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: aborting due to 139 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [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: could not compile `glib-sys`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "aa1203d3212d3bca37cc579f42b4d9389a97225a293be98956d10f10eb872a38"` [INFO] running `"docker" "rm" "-f" "aa1203d3212d3bca37cc579f42b4d9389a97225a293be98956d10f10eb872a38"` [INFO] [stdout] aa1203d3212d3bca37cc579f42b4d9389a97225a293be98956d10f10eb872a38