[INFO] updating cached repository https://github.com/akochi/derpy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4a7097d51149be284620093370e575898057eb90 [INFO] checking akochi/derpy against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakochi%2Fderpy" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akochi/derpy 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/akochi/derpy [INFO] finished tweaking git repo https://github.com/akochi/derpy [INFO] tweaked toml for git repo https://github.com/akochi/derpy written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/akochi/derpy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f58686457a6fe16c51d8028fb3a610ecb7ec6e187b83a164602f42ee1714153 [INFO] running `"docker" "start" "-a" "3f58686457a6fe16c51d8028fb3a610ecb7ec6e187b83a164602f42ee1714153"` [INFO] [stderr] Compiling serenity v0.7.0 [INFO] [stderr] Checking ring v0.16.9 [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 publicsuffix v1.5.3 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking tungstenite v0.9.1 [INFO] [stderr] Checking dotenv v0.14.1 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking sct v0.6.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 hyper v0.12.33 [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 chrono v0.4.9 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking timer v0.2.0 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [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" "3f58686457a6fe16c51d8028fb3a610ecb7ec6e187b83a164602f42ee1714153"` [INFO] running `"docker" "rm" "-f" "3f58686457a6fe16c51d8028fb3a610ecb7ec6e187b83a164602f42ee1714153"` [INFO] [stdout] 3f58686457a6fe16c51d8028fb3a610ecb7ec6e187b83a164602f42ee1714153