[INFO] cloning repository https://github.com/icewind1991/RGBot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/icewind1991/RGBot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2FRGBot"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2FRGBot'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bdfffdf9300b292b1e0c75a81204b6f0503f43fb [INFO] checking icewind1991/RGBot against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ficewind1991%2FRGBot" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/icewind1991/RGBot 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/icewind1991/RGBot [INFO] finished tweaking git repo https://github.com/icewind1991/RGBot [INFO] tweaked toml for git repo https://github.com/icewind1991/RGBot written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/icewind1991/RGBot already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded contrast v0.1.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 905bd742cbfd010bc2ce83a505887f870baf73041ff80b0d96aa3a41886af0f4 [INFO] running `"docker" "start" "-a" "905bd742cbfd010bc2ce83a505887f870baf73041ff80b0d96aa3a41886af0f4"` [INFO] [stderr] Compiling syn v0.15.37 [INFO] [stderr] Compiling err-derive v0.1.5 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Checking contrast v0.1.0 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking h2 v0.1.24 [INFO] [stderr] Checking tokio-rustls v0.9.3 [INFO] [stderr] Checking tungstenite v0.6.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking env_logger v0.4.3 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Checking hyper v0.12.30 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking hyper-rustls v0.16.1 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling command_attr v0.1.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking serde v1.0.92 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.18 [INFO] [stderr] Checking serenity v0.6.0 [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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "905bd742cbfd010bc2ce83a505887f870baf73041ff80b0d96aa3a41886af0f4"` [INFO] running `"docker" "rm" "-f" "905bd742cbfd010bc2ce83a505887f870baf73041ff80b0d96aa3a41886af0f4"` [INFO] [stdout] 905bd742cbfd010bc2ce83a505887f870baf73041ff80b0d96aa3a41886af0f4