[INFO] updating cached repository https://github.com/ekarademir/sdl2-base-project [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] 3187530dfeb5293299b3dbf9b54935dd6de4b735 [INFO] checking ekarademir/sdl2-base-project against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekarademir%2Fsdl2-base-project" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ekarademir/sdl2-base-project 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/ekarademir/sdl2-base-project [INFO] finished tweaking git repo https://github.com/ekarademir/sdl2-base-project [INFO] tweaked toml for git repo https://github.com/ekarademir/sdl2-base-project written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ekarademir/sdl2-base-project 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] d1ee0233ff4f370c4a1fee7b9e0604e396f96ccdd37ba144d25994345d9a2e62 [INFO] running `"docker" "start" "-a" "d1ee0233ff4f370c4a1fee7b9e0604e396f96ccdd37ba144d25994345d9a2e62"` [INFO] [stderr] Compiling khronos_api v3.1.0 (https://github.com/bjz/gl-rs#a505ffbe) [INFO] [stderr] Compiling sdl2 v0.32.2 [INFO] [stderr] Compiling sdl2-sys v0.32.6 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Compiling gl_generator v0.11.0 (https://github.com/bjz/gl-rs#a505ffbe) [INFO] [stderr] Compiling gl v0.12.0 (https://github.com/bjz/gl-rs#a505ffbe) [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/keyboard/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / bitflags! { [INFO] [stderr] 14 | | pub struct Mod: u16 { [INFO] [stderr] 15 | | const NOMOD = 0x0000; [INFO] [stderr] 16 | | const LSHIFTMOD = 0x0001; [INFO] [stderr] ... | [INFO] [stderr] 28 | | } [INFO] [stderr] 29 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / bitflags! { [INFO] [stderr] 13 | | pub struct MessageBoxFlag: u32 { [INFO] [stderr] 14 | | const ERROR = [INFO] [stderr] 15 | | sys::SDL_MessageBoxFlags::SDL_MESSAGEBOX_ERROR as u32; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | pub struct MessageBoxButtonFlag: u32 { [INFO] [stderr] 25 | | const ESCAPEKEY_DEFAULT = [INFO] [stderr] 26 | | sys::SDL_MessageBoxButtonFlags::SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT as u32; [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / bitflags! { [INFO] [stderr] 13 | | pub struct MessageBoxFlag: u32 { [INFO] [stderr] 14 | | const ERROR = [INFO] [stderr] 15 | | sys::SDL_MessageBoxFlags::SDL_MESSAGEBOX_ERROR as u32; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / bitflags! { [INFO] [stderr] 13 | | pub struct MessageBoxFlag: u32 { [INFO] [stderr] 14 | | const ERROR = [INFO] [stderr] 15 | | sys::SDL_MessageBoxFlags::SDL_MESSAGEBOX_ERROR as u32; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / bitflags! { [INFO] [stderr] 13 | | pub struct MessageBoxFlag: u32 { [INFO] [stderr] 14 | | const ERROR = [INFO] [stderr] 15 | | sys::SDL_MessageBoxFlags::SDL_MESSAGEBOX_ERROR as u32; [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | pub struct MessageBoxButtonFlag: u32 { [INFO] [stderr] 25 | | const ESCAPEKEY_DEFAULT = [INFO] [stderr] 26 | | sys::SDL_MessageBoxButtonFlags::SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT as u32; [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | pub struct MessageBoxButtonFlag: u32 { [INFO] [stderr] 25 | | const ESCAPEKEY_DEFAULT = [INFO] [stderr] 26 | | sys::SDL_MessageBoxButtonFlags::SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT as u32; [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [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/sdl2-0.32.2/src/sdl2/messagebox.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / bitflags! { [INFO] [stderr] 24 | | pub struct MessageBoxButtonFlag: u32 { [INFO] [stderr] 25 | | const ESCAPEKEY_DEFAULT = [INFO] [stderr] 26 | | sys::SDL_MessageBoxButtonFlags::SDL_MESSAGEBOX_BUTTON_ESCAPEKEY_DEFAULT as u32; [INFO] [stderr] ... | [INFO] [stderr] 30 | | } [INFO] [stderr] 31 | | } [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/sdl2-0.32.2/src/sdl2/ttf/font.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / bitflags! { [INFO] [stderr] 18 | | /// The styling of a font. [INFO] [stderr] 19 | | pub struct FontStyle: i32 { [INFO] [stderr] 20 | | const NORMAL = sys::ttf::TTF_STYLE_NORMAL as i32; [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [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/sdl2-0.32.2/src/sdl2/ttf/font.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / bitflags! { [INFO] [stderr] 18 | | /// The styling of a font. [INFO] [stderr] 19 | | pub struct FontStyle: i32 { [INFO] [stderr] 20 | | const NORMAL = sys::ttf::TTF_STYLE_NORMAL as i32; [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [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/sdl2-0.32.2/src/sdl2/ttf/font.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / bitflags! { [INFO] [stderr] 18 | | /// The styling of a font. [INFO] [stderr] 19 | | pub struct FontStyle: i32 { [INFO] [stderr] 20 | | const NORMAL = sys::ttf::TTF_STYLE_NORMAL as i32; [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [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/sdl2-0.32.2/src/sdl2/ttf/font.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / bitflags! { [INFO] [stderr] 18 | | /// The styling of a font. [INFO] [stderr] 19 | | pub struct FontStyle: i32 { [INFO] [stderr] 20 | | const NORMAL = sys::ttf::TTF_STYLE_NORMAL as i32; [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [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/sdl2-0.32.2/src/sdl2/ttf/font.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / bitflags! { [INFO] [stderr] 18 | | /// The styling of a font. [INFO] [stderr] 19 | | pub struct FontStyle: i32 { [INFO] [stderr] 20 | | const NORMAL = sys::ttf::TTF_STYLE_NORMAL as i32; [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [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/sdl2-0.32.2/src/sdl2/ttf/font.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | / bitflags! { [INFO] [stderr] 18 | | /// The styling of a font. [INFO] [stderr] 19 | | pub struct FontStyle: i32 { [INFO] [stderr] 20 | | const NORMAL = sys::ttf::TTF_STYLE_NORMAL as i32; [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [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/sdl2-0.32.2/src/sdl2/image/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / bitflags! { [INFO] [stderr] 36 | | pub struct InitFlag : u32 { [INFO] [stderr] 37 | | const JPG = sys::image::IMG_InitFlags_IMG_INIT_JPG as u32; [INFO] [stderr] 38 | | const PNG = sys::image::IMG_InitFlags_IMG_INIT_PNG as u32; [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [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/sdl2-0.32.2/src/sdl2/image/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / bitflags! { [INFO] [stderr] 36 | | pub struct InitFlag : u32 { [INFO] [stderr] 37 | | const JPG = sys::image::IMG_InitFlags_IMG_INIT_JPG as u32; [INFO] [stderr] 38 | | const PNG = sys::image::IMG_InitFlags_IMG_INIT_PNG as u32; [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [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/sdl2-0.32.2/src/sdl2/image/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / bitflags! { [INFO] [stderr] 36 | | pub struct InitFlag : u32 { [INFO] [stderr] 37 | | const JPG = sys::image::IMG_InitFlags_IMG_INIT_JPG as u32; [INFO] [stderr] 38 | | const PNG = sys::image::IMG_InitFlags_IMG_INIT_PNG as u32; [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [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/sdl2-0.32.2/src/sdl2/image/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / bitflags! { [INFO] [stderr] 36 | | pub struct InitFlag : u32 { [INFO] [stderr] 37 | | const JPG = sys::image::IMG_InitFlags_IMG_INIT_JPG as u32; [INFO] [stderr] 38 | | const PNG = sys::image::IMG_InitFlags_IMG_INIT_PNG as u32; [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [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/sdl2-0.32.2/src/sdl2/image/mod.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / bitflags! { [INFO] [stderr] 36 | | pub struct InitFlag : u32 { [INFO] [stderr] 37 | | const JPG = sys::image::IMG_InitFlags_IMG_INIT_JPG as u32; [INFO] [stderr] 38 | | const PNG = sys::image::IMG_InitFlags_IMG_INIT_PNG as u32; [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [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/sdl2-0.32.2/src/sdl2/mixer/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / bitflags!( [INFO] [stderr] 99 | | pub struct InitFlag : u32 { [INFO] [stderr] 100 | | const FLAC = sys::mixer::MIX_InitFlags_MIX_INIT_FLAC as u32; [INFO] [stderr] 101 | | const MOD = sys::mixer::MIX_InitFlags_MIX_INIT_MOD as u32; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.32.2/src/sdl2/mixer/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / bitflags!( [INFO] [stderr] 99 | | pub struct InitFlag : u32 { [INFO] [stderr] 100 | | const FLAC = sys::mixer::MIX_InitFlags_MIX_INIT_FLAC as u32; [INFO] [stderr] 101 | | const MOD = sys::mixer::MIX_InitFlags_MIX_INIT_MOD as u32; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.32.2/src/sdl2/mixer/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / bitflags!( [INFO] [stderr] 99 | | pub struct InitFlag : u32 { [INFO] [stderr] 100 | | const FLAC = sys::mixer::MIX_InitFlags_MIX_INIT_FLAC as u32; [INFO] [stderr] 101 | | const MOD = sys::mixer::MIX_InitFlags_MIX_INIT_MOD as u32; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.32.2/src/sdl2/mixer/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / bitflags!( [INFO] [stderr] 99 | | pub struct InitFlag : u32 { [INFO] [stderr] 100 | | const FLAC = sys::mixer::MIX_InitFlags_MIX_INIT_FLAC as u32; [INFO] [stderr] 101 | | const MOD = sys::mixer::MIX_InitFlags_MIX_INIT_MOD as u32; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.32.2/src/sdl2/mixer/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / bitflags!( [INFO] [stderr] 99 | | pub struct InitFlag : u32 { [INFO] [stderr] 100 | | const FLAC = sys::mixer::MIX_InitFlags_MIX_INIT_FLAC as u32; [INFO] [stderr] 101 | | const MOD = sys::mixer::MIX_InitFlags_MIX_INIT_MOD as u32; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sdl2-0.32.2/src/sdl2/mixer/mod.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | / bitflags!( [INFO] [stderr] 99 | | pub struct InitFlag : u32 { [INFO] [stderr] 100 | | const FLAC = sys::mixer::MIX_InitFlags_MIX_INIT_FLAC as u32; [INFO] [stderr] 101 | | const MOD = sys::mixer::MIX_InitFlags_MIX_INIT_MOD as u32; [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | ); [INFO] [stderr] | |__^ not a function or closure [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 39 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `sdl2`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d1ee0233ff4f370c4a1fee7b9e0604e396f96ccdd37ba144d25994345d9a2e62"` [INFO] running `"docker" "rm" "-f" "d1ee0233ff4f370c4a1fee7b9e0604e396f96ccdd37ba144d25994345d9a2e62"` [INFO] [stdout] d1ee0233ff4f370c4a1fee7b9e0604e396f96ccdd37ba144d25994345d9a2e62