[INFO] updating cached repository https://github.com/Chinese-Snack-Robot/totem [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/Chinese-Snack-Robot/totem [INFO] [stderr] 6ad67ea..aea152c master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] aea152cb789db14ef49fee88f6e6141d84c90c10 [INFO] checking Chinese-Snack-Robot/totem against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChinese-Snack-Robot%2Ftotem" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Chinese-Snack-Robot/totem 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/Chinese-Snack-Robot/totem [INFO] finished tweaking git repo https://github.com/Chinese-Snack-Robot/totem [INFO] tweaked toml for git repo https://github.com/Chinese-Snack-Robot/totem written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/Chinese-Snack-Robot/totem 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 295c96133f983ca1e0a1172bbc4cd4be8a8f650ced35bc947f25e524429a0b99 [INFO] running `"docker" "start" "-a" "295c96133f983ca1e0a1172bbc4cd4be8a8f650ced35bc947f25e524429a0b99"` [INFO] [stderr] Compiling serenity v0.7.0 [INFO] [stderr] Checking uwl v0.4.2 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking flate2 v1.0.11 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tungstenite v0.9.1 [INFO] [stderr] Checking publicsuffix v1.5.3 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking ct-logs v0.6.0 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking webpki-roots v0.17.0 [INFO] [stderr] Checking tokio-rustls v0.10.0 [INFO] [stderr] Checking hyper-rustls v0.17.1 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling command_attr v0.1.5 [INFO] [stderr] Checking serde v1.0.99 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking chrono v0.4.8 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.20 [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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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.7.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" "295c96133f983ca1e0a1172bbc4cd4be8a8f650ced35bc947f25e524429a0b99"` [INFO] running `"docker" "rm" "-f" "295c96133f983ca1e0a1172bbc4cd4be8a8f650ced35bc947f25e524429a0b99"` [INFO] [stdout] 295c96133f983ca1e0a1172bbc4cd4be8a8f650ced35bc947f25e524429a0b99