[INFO] updating cached repository https://github.com/shurizzle/rust-macos-spotify-dbus-bridge [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] 89dfd678e655db4db2f80dbe31dc58741cf68322 [INFO] checking shurizzle/rust-macos-spotify-dbus-bridge against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshurizzle%2Frust-macos-spotify-dbus-bridge" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shurizzle/rust-macos-spotify-dbus-bridge 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/shurizzle/rust-macos-spotify-dbus-bridge [INFO] finished tweaking git repo https://github.com/shurizzle/rust-macos-spotify-dbus-bridge [INFO] tweaked toml for git repo https://github.com/shurizzle/rust-macos-spotify-dbus-bridge written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/shurizzle/rust-macos-spotify-dbus-bridge 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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 207a331fe34381f4729ebfa3bc2798357359fce0f63f3e4a4aa717da989c9488 [INFO] running `"docker" "start" "-a" "207a331fe34381f4729ebfa3bc2798357359fce0f63f3e4a4aa717da989c9488"` [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Checking numtoa v0.0.7 [INFO] [stderr] Checking core-foundation-sys v0.6.2 [INFO] [stderr] Checking dbus v0.6.4 [INFO] [stderr] Checking fast_fmt v0.1.3 [INFO] [stderr] Checking core-foundation v0.6.4 [INFO] [stderr] Checking fast_escape v0.1.0 [INFO] [stderr] Checking launch-services v0.0.2 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / bitflags! { [INFO] [stderr] 78 | | pub struct LSRolesMask: OptionBits { [INFO] [stderr] 79 | | const NONE = 0x00000001; [INFO] [stderr] 80 | | const VIEWER = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 84 | | } [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | / bitflags! { [INFO] [stderr] 88 | | pub struct LSAcceptanceFlags: OptionBits { [INFO] [stderr] 89 | | const DEFAULT = 0x00000001; [INFO] [stderr] 90 | | const ALLOW_LOGIN_UI = 0x00000002; [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / bitflags! { [INFO] [stderr] 78 | | pub struct LSRolesMask: OptionBits { [INFO] [stderr] 79 | | const NONE = 0x00000001; [INFO] [stderr] 80 | | const VIEWER = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 84 | | } [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / bitflags! { [INFO] [stderr] 78 | | pub struct LSRolesMask: OptionBits { [INFO] [stderr] 79 | | const NONE = 0x00000001; [INFO] [stderr] 80 | | const VIEWER = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 84 | | } [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / bitflags! { [INFO] [stderr] 78 | | pub struct LSRolesMask: OptionBits { [INFO] [stderr] 79 | | const NONE = 0x00000001; [INFO] [stderr] 80 | | const VIEWER = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 84 | | } [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / bitflags! { [INFO] [stderr] 78 | | pub struct LSRolesMask: OptionBits { [INFO] [stderr] 79 | | const NONE = 0x00000001; [INFO] [stderr] 80 | | const VIEWER = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 84 | | } [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / bitflags! { [INFO] [stderr] 78 | | pub struct LSRolesMask: OptionBits { [INFO] [stderr] 79 | | const NONE = 0x00000001; [INFO] [stderr] 80 | | const VIEWER = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 84 | | } [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | / bitflags! { [INFO] [stderr] 88 | | pub struct LSAcceptanceFlags: OptionBits { [INFO] [stderr] 89 | | const DEFAULT = 0x00000001; [INFO] [stderr] 90 | | const ALLOW_LOGIN_UI = 0x00000002; [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | / bitflags! { [INFO] [stderr] 88 | | pub struct LSAcceptanceFlags: OptionBits { [INFO] [stderr] 89 | | const DEFAULT = 0x00000001; [INFO] [stderr] 90 | | const ALLOW_LOGIN_UI = 0x00000002; [INFO] [stderr] 91 | | } [INFO] [stderr] 92 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:94:1 [INFO] [stderr] | [INFO] [stderr] 94 | / bitflags! { [INFO] [stderr] 95 | | pub struct LSLaunchFlags: OptionBits { [INFO] [stderr] 96 | | const DEFAULTS = 0x00000001; [INFO] [stderr] 97 | | const PRINT = 0x00000002; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 19 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `launch-services`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "207a331fe34381f4729ebfa3bc2798357359fce0f63f3e4a4aa717da989c9488"` [INFO] running `"docker" "rm" "-f" "207a331fe34381f4729ebfa3bc2798357359fce0f63f3e4a4aa717da989c9488"` [INFO] [stdout] 207a331fe34381f4729ebfa3bc2798357359fce0f63f3e4a4aa717da989c9488