[INFO] cloning repository https://github.com/Morganamilo/cube [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Morganamilo/cube" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorganamilo%2Fcube"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorganamilo%2Fcube'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1b8127cd18feb0926397132b040b6460298eecee [INFO] checking Morganamilo/cube against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMorganamilo%2Fcube" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 39% (21/53) Checking out files: 41% (22/53) Checking out files: 43% (23/53) Checking out files: 45% (24/53) Checking out files: 47% (25/53) Checking out files: 49% (26/53) Checking out files: 50% (27/53) Checking out files: 52% (28/53) Checking out files: 54% (29/53) Checking out files: 56% (30/53) Checking out files: 58% (31/53) Checking out files: 60% (32/53) Checking out files: 62% (33/53) Checking out files: 64% (34/53) Checking out files: 66% (35/53) Checking out files: 67% (36/53) Checking out files: 69% (37/53) Checking out files: 71% (38/53) Checking out files: 73% (39/53) Checking out files: 75% (40/53) Checking out files: 77% (41/53) Checking out files: 79% (42/53) Checking out files: 81% (43/53) Checking out files: 83% (44/53) Checking out files: 84% (45/53) Checking out files: 86% (46/53) Checking out files: 88% (47/53) Checking out files: 90% (48/53) Checking out files: 92% (49/53) Checking out files: 94% (50/53) Checking out files: 96% (51/53) Checking out files: 98% (52/53) Checking out files: 100% (53/53) Checking out files: 100% (53/53), done. [INFO] validating manifest of git repo https://github.com/Morganamilo/cube 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/Morganamilo/cube [INFO] finished tweaking git repo https://github.com/Morganamilo/cube [INFO] tweaked toml for git repo https://github.com/Morganamilo/cube written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Morganamilo/cube already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tobj v0.1.8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3968b8191ec26a17bcb646a540477c5bf3070ecc3f17a47efd3eb4e3c91b7bfa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3968b8191ec26a17bcb646a540477c5bf3070ecc3f17a47efd3eb4e3c91b7bfa"` [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Checking tobj v0.1.8 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling gl_generator v0.13.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking png v0.15.0 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking crossbeam-deque v0.6.3 [INFO] [stderr] Checking sdl2 v0.32.2 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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/png-0.15.0/src/common.rs:333:1 [INFO] [stderr] | [INFO] [stderr] 333 | / bitflags! { [INFO] [stderr] 334 | | /// # Output transformations [INFO] [stderr] 335 | | /// [INFO] [stderr] 336 | | /// Only `IDENTITY` and `TRANSFORM_EXPAND | TRANSFORM_STRIP_ALPHA` can be used at the moment. [INFO] [stderr] ... | [INFO] [stderr] 370 | | } [INFO] [stderr] 371 | | } [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] Checking rayon-core v1.5.0 [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `png`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: aborting due to 22 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3968b8191ec26a17bcb646a540477c5bf3070ecc3f17a47efd3eb4e3c91b7bfa"` [INFO] running `"docker" "rm" "-f" "3968b8191ec26a17bcb646a540477c5bf3070ecc3f17a47efd3eb4e3c91b7bfa"` [INFO] [stdout] 3968b8191ec26a17bcb646a540477c5bf3070ecc3f17a47efd3eb4e3c91b7bfa