[INFO] updating cached repository https://github.com/fizyk20/gravity-sim [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0a8b5ab2335fe33ae6f949fffa6c42e107ec213a [INFO] checking fizyk20/gravity-sim against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffizyk20%2Fgravity-sim" "/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/fizyk20/gravity-sim 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/fizyk20/gravity-sim [INFO] finished tweaking git repo https://github.com/fizyk20/gravity-sim [INFO] tweaked toml for git repo https://github.com/fizyk20/gravity-sim written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/fizyk20/gravity-sim 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-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] ca6b80ad994e7c40b624d60d0486a5935bcd019a92598c2d326787acd48f79c7 [INFO] running `"docker" "start" "-a" "ca6b80ad994e7c40b624d60d0486a5935bcd019a92598c2d326787acd48f79c7"` [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling gtk v0.7.1 [INFO] [stderr] Checking numeric-algs v0.2.1 [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 cairo-sys-rs v0.9.0 [INFO] [stderr] Compiling pango-sys 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 rand v0.6.5 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-bigint v0.2.2 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking glib v0.8.0 [INFO] [stderr] Checking num-rational v0.2.2 [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] Checking num v0.2.0 [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] Checking nalgebra v0.18.0 [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" "ca6b80ad994e7c40b624d60d0486a5935bcd019a92598c2d326787acd48f79c7"` [INFO] running `"docker" "rm" "-f" "ca6b80ad994e7c40b624d60d0486a5935bcd019a92598c2d326787acd48f79c7"` [INFO] [stdout] ca6b80ad994e7c40b624d60d0486a5935bcd019a92598c2d326787acd48f79c7