[INFO] crate swgoh_farming_bot 0.2.0 is already in cache [INFO] checking swgoh_farming_bot-0.2.0 against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] extracting crate swgoh_farming_bot 0.2.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate swgoh_farming_bot 0.2.0 on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate swgoh_farming_bot 0.2.0 [INFO] finished tweaking crates.io crate swgoh_farming_bot 0.2.0 [INFO] tweaked toml for crates.io crate swgoh_farming_bot 0.2.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate swgoh_farming_bot 0.2.0 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] [stdout] b5af41a776cb83d5d54ac1313f0927f894eabea206147cc71babea64488d00ea [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" "b5af41a776cb83d5d54ac1313f0927f894eabea206147cc71babea64488d00ea"` [INFO] [stderr] Compiling serenity v0.6.3 [INFO] [stderr] Checking uwl v0.4.2 [INFO] [stderr] Checking numerals v0.1.2 [INFO] [stderr] Compiling mysqlclient-sys v0.2.4 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking ring v0.14.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking backtrace v0.3.35 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking publicsuffix v1.5.2 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking sct v0.5.0 [INFO] [stderr] Checking webpki v0.19.1 [INFO] [stderr] Checking tungstenite v0.6.1 [INFO] [stderr] Checking ct-logs v0.5.1 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking rustls v0.15.2 [INFO] [stderr] Checking webpki-roots v0.16.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-rustls v0.9.3 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking serde v1.0.99 [INFO] [stderr] Checking hyper-rustls v0.16.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling command_attr v0.1.4 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking diesel v1.4.2 [INFO] [stderr] Checking reqwest v0.9.19 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/gateway.rs:291:1 [INFO] [stderr] | [INFO] [stderr] 291 | / bitflags! { [INFO] [stderr] 292 | | /// A set of flags defining what is in an activity's payload. [INFO] [stderr] 293 | | #[derive(Deserialize, Serialize)] [INFO] [stderr] 294 | | pub struct ActivityFlags: u64 { [INFO] [stderr] ... | [INFO] [stderr] 307 | | } [INFO] [stderr] 308 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serenity-0.6.3/src/model/permissions.rs:169:1 [INFO] [stderr] | [INFO] [stderr] 169 | / __impl_bitflags! { [INFO] [stderr] 170 | | Permissions: u64 { [INFO] [stderr] 171 | | /// Allows for the creation of [`RichInvite`]s. [INFO] [stderr] 172 | | /// [INFO] [stderr] ... | [INFO] [stderr] 268 | | } [INFO] [stderr] 269 | | } [INFO] [stderr] | |_^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in 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 37 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `serenity`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b5af41a776cb83d5d54ac1313f0927f894eabea206147cc71babea64488d00ea"` [INFO] running `"docker" "rm" "-f" "b5af41a776cb83d5d54ac1313f0927f894eabea206147cc71babea64488d00ea"` [INFO] [stdout] b5af41a776cb83d5d54ac1313f0927f894eabea206147cc71babea64488d00ea