[INFO] updating cached repository https://github.com/twilco/kosmonaut [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/twilco/kosmonaut [INFO] [stderr] a40dfea..b431d04 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b431d040f040fec0b1e44f5470d29b4fe0533435 [INFO] checking twilco/kosmonaut against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwilco%2Fkosmonaut" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/twilco/kosmonaut 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/twilco/kosmonaut [INFO] finished tweaking git repo https://github.com/twilco/kosmonaut [INFO] tweaked toml for git repo https://github.com/twilco/kosmonaut written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/twilco/kosmonaut 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ac41d06b89415905c5984488540b1efc5b7b8ca94f785f1d52d8fdfc7793a8bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ac41d06b89415905c5984488540b1efc5b7b8ca94f785f1d52d8fdfc7793a8bf"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Checking strum v0.16.0 [INFO] [stderr] Checking smallbitvec v2.4.0 [INFO] [stderr] Compiling glib-sys v0.9.0 [INFO] [stderr] Compiling gobject-sys v0.9.0 [INFO] [stderr] Compiling gio-sys v0.9.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Compiling pango-sys v0.9.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling atk-sys v0.9.0 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling selectors v0.21.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Checking glib 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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/auto/flags.rs:170:1 [INFO] [stderr] | [INFO] [stderr] 170 | / bitflags! { [INFO] [stderr] 171 | | pub struct SpawnFlags: u32 { [INFO] [stderr] 172 | | const DEFAULT = 0; [INFO] [stderr] 173 | | const LEAVE_DESCRIPTORS_OPEN = 1; [INFO] [stderr] ... | [INFO] [stderr] 182 | | } [INFO] [stderr] 183 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / bitflags! { [INFO] [stderr] 15 | | pub struct BindingFlags: u32 { [INFO] [stderr] 16 | | const DEFAULT = 0; [INFO] [stderr] 17 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / bitflags! { [INFO] [stderr] 15 | | pub struct BindingFlags: u32 { [INFO] [stderr] 16 | | const DEFAULT = 0; [INFO] [stderr] 17 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / bitflags! { [INFO] [stderr] 15 | | pub struct BindingFlags: u32 { [INFO] [stderr] 16 | | const DEFAULT = 0; [INFO] [stderr] 17 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / bitflags! { [INFO] [stderr] 15 | | pub struct BindingFlags: u32 { [INFO] [stderr] 16 | | const DEFAULT = 0; [INFO] [stderr] 17 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / bitflags! { [INFO] [stderr] 15 | | pub struct BindingFlags: u32 { [INFO] [stderr] 16 | | const DEFAULT = 0; [INFO] [stderr] 17 | | const BIDIRECTIONAL = 1; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | / bitflags! { [INFO] [stderr] 64 | | pub struct ParamFlags: u32 { [INFO] [stderr] 65 | | const READABLE = 1; [INFO] [stderr] 66 | | const WRITABLE = 2; [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [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.8.0/src/gobject/auto/flags.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / bitflags! { [INFO] [stderr] 97 | | pub struct SignalFlags: u32 { [INFO] [stderr] 98 | | const RUN_FIRST = 1; [INFO] [stderr] 99 | | const RUN_LAST = 2; [INFO] [stderr] ... | [INFO] [stderr] 107 | | } [INFO] [stderr] 108 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 70 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" "ac41d06b89415905c5984488540b1efc5b7b8ca94f785f1d52d8fdfc7793a8bf"` [INFO] running `"docker" "rm" "-f" "ac41d06b89415905c5984488540b1efc5b7b8ca94f785f1d52d8fdfc7793a8bf"` [INFO] [stdout] ac41d06b89415905c5984488540b1efc5b7b8ca94f785f1d52d8fdfc7793a8bf