[INFO] cloning repository https://github.com/mix-blockchain/mix-base [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mix-blockchain/mix-base" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmix-blockchain%2Fmix-base"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmix-blockchain%2Fmix-base'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4c9ae773ed2feb40eb960c345bbdce45aad3bf5f [INFO] checking mix-blockchain/mix-base against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmix-blockchain%2Fmix-base" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mix-blockchain/mix-base 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/mix-blockchain/mix-base [INFO] finished tweaking git repo https://github.com/mix-blockchain/mix-base [INFO] tweaked toml for git repo https://github.com/mix-blockchain/mix-base written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/mix-blockchain/mix-base already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] a9fdc058ecb54f09ca68f1e03f8ae69d24983d99b3915b615bac67b81cfaea75 [INFO] running `"docker" "start" "-a" "a9fdc058ecb54f09ca68f1e03f8ae69d24983d99b3915b615bac67b81cfaea75"` [INFO] [stderr] Compiling gdk v0.10.0 [INFO] [stderr] Compiling gtk v0.6.0 [INFO] [stderr] Compiling gdk-sys v0.8.0 [INFO] [stderr] Compiling gtk-sys v0.8.0 [INFO] [stderr] Checking glib-sys v0.8.0 [INFO] [stderr] Checking gobject-sys v0.8.0 [INFO] [stderr] Checking cairo-sys-rs v0.8.0 [INFO] [stderr] Checking glib v0.7.1 [INFO] [stderr] Checking gio-sys v0.8.0 [INFO] [stderr] Checking pango-sys v0.8.0 [INFO] [stderr] Checking atk-sys v0.8.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-0.7.1/src/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct FileTest: u32 { [INFO] [stderr] 17 | | const IS_REGULAR = 1; [INFO] [stderr] 18 | | const IS_SYMLINK = 2; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / bitflags! { [INFO] [stderr] 42 | | pub struct FormatSizeFlags: u32 { [INFO] [stderr] 43 | | const DEFAULT = 0; [INFO] [stderr] 44 | | const LONG_FORMAT = 1; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / bitflags! { [INFO] [stderr] 118 | | pub struct KeyFileFlags: u32 { [INFO] [stderr] 119 | | const NONE = 0; [INFO] [stderr] 120 | | const KEEP_COMMENTS = 1; [INFO] [stderr] 121 | | const KEEP_TRANSLATIONS = 2; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct FileTest: u32 { [INFO] [stderr] 17 | | const IS_REGULAR = 1; [INFO] [stderr] 18 | | const IS_SYMLINK = 2; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct FileTest: u32 { [INFO] [stderr] 17 | | const IS_REGULAR = 1; [INFO] [stderr] 18 | | const IS_SYMLINK = 2; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct FileTest: u32 { [INFO] [stderr] 17 | | const IS_REGULAR = 1; [INFO] [stderr] 18 | | const IS_SYMLINK = 2; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct FileTest: u32 { [INFO] [stderr] 17 | | const IS_REGULAR = 1; [INFO] [stderr] 18 | | const IS_SYMLINK = 2; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct FileTest: u32 { [INFO] [stderr] 17 | | const IS_REGULAR = 1; [INFO] [stderr] 18 | | const IS_SYMLINK = 2; [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / bitflags! { [INFO] [stderr] 42 | | pub struct FormatSizeFlags: u32 { [INFO] [stderr] 43 | | const DEFAULT = 0; [INFO] [stderr] 44 | | const LONG_FORMAT = 1; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/auto/flags.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / bitflags! { [INFO] [stderr] 42 | | pub struct FormatSizeFlags: u32 { [INFO] [stderr] 43 | | const DEFAULT = 0; [INFO] [stderr] 44 | | const LONG_FORMAT = 1; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/auto/flags.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / bitflags! { [INFO] [stderr] 42 | | pub struct FormatSizeFlags: u32 { [INFO] [stderr] 43 | | const DEFAULT = 0; [INFO] [stderr] 44 | | const LONG_FORMAT = 1; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/auto/flags.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | / bitflags! { [INFO] [stderr] 42 | | pub struct FormatSizeFlags: u32 { [INFO] [stderr] 43 | | const DEFAULT = 0; [INFO] [stderr] 44 | | const LONG_FORMAT = 1; [INFO] [stderr] ... | [INFO] [stderr] 47 | | } [INFO] [stderr] 48 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glib-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / bitflags! { [INFO] [stderr] 67 | | pub struct IOCondition: u32 { [INFO] [stderr] 68 | | const IN = 1; [INFO] [stderr] 69 | | const OUT = 4; [INFO] [stderr] ... | [INFO] [stderr] 74 | | } [INFO] [stderr] 75 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / bitflags! { [INFO] [stderr] 118 | | pub struct KeyFileFlags: u32 { [INFO] [stderr] 119 | | const NONE = 0; [INFO] [stderr] 120 | | const KEEP_COMMENTS = 1; [INFO] [stderr] 121 | | const KEEP_TRANSLATIONS = 2; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / bitflags! { [INFO] [stderr] 118 | | pub struct KeyFileFlags: u32 { [INFO] [stderr] 119 | | const NONE = 0; [INFO] [stderr] 120 | | const KEEP_COMMENTS = 1; [INFO] [stderr] 121 | | const KEEP_TRANSLATIONS = 2; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:117:1 [INFO] [stderr] | [INFO] [stderr] 117 | / bitflags! { [INFO] [stderr] 118 | | pub struct KeyFileFlags: u32 { [INFO] [stderr] 119 | | const NONE = 0; [INFO] [stderr] 120 | | const KEEP_COMMENTS = 1; [INFO] [stderr] 121 | | const KEEP_TRANSLATIONS = 2; [INFO] [stderr] 122 | | } [INFO] [stderr] 123 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/auto/flags.rs:141:1 [INFO] [stderr] | [INFO] [stderr] 141 | / bitflags! { [INFO] [stderr] 142 | | pub struct OptionFlags: u32 { [INFO] [stderr] 143 | | const NONE = 0; [INFO] [stderr] 144 | | const HIDDEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 151 | | } [INFO] [stderr] 152 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct BindingFlags: u32 { [INFO] [stderr] 17 | | const DEFAULT = 0; [INFO] [stderr] 18 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct BindingFlags: u32 { [INFO] [stderr] 17 | | const DEFAULT = 0; [INFO] [stderr] 18 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct BindingFlags: u32 { [INFO] [stderr] 17 | | const DEFAULT = 0; [INFO] [stderr] 18 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct BindingFlags: u32 { [INFO] [stderr] 17 | | const DEFAULT = 0; [INFO] [stderr] 18 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | / bitflags! { [INFO] [stderr] 16 | | pub struct BindingFlags: u32 { [INFO] [stderr] 17 | | const DEFAULT = 0; [INFO] [stderr] 18 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 21 | | } [INFO] [stderr] 22 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / bitflags! { [INFO] [stderr] 65 | | pub struct ParamFlags: u32 { [INFO] [stderr] 66 | | const READABLE = 1; [INFO] [stderr] 67 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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-0.7.1/src/gobject/auto/flags.rs:97:1 [INFO] [stderr] | [INFO] [stderr] 97 | / bitflags! { [INFO] [stderr] 98 | | pub struct SignalFlags: u32 { [INFO] [stderr] 99 | | const RUN_FIRST = 1; [INFO] [stderr] 100 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Checking gdk-pixbuf-sys v0.8.0 [INFO] [stderr] error: aborting due to 59 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `glib`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a9fdc058ecb54f09ca68f1e03f8ae69d24983d99b3915b615bac67b81cfaea75"` [INFO] running `"docker" "rm" "-f" "a9fdc058ecb54f09ca68f1e03f8ae69d24983d99b3915b615bac67b81cfaea75"` [INFO] [stdout] a9fdc058ecb54f09ca68f1e03f8ae69d24983d99b3915b615bac67b81cfaea75