[INFO] updating cached repository https://github.com/knowler/learning-opengl-in-rust [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] c17c52dbf24e1643d1371b5e3f9b9d4d23927ca2 [INFO] checking knowler/learning-opengl-in-rust against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknowler%2Flearning-opengl-in-rust" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/knowler/learning-opengl-in-rust 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/knowler/learning-opengl-in-rust [INFO] finished tweaking git repo https://github.com/knowler/learning-opengl-in-rust [INFO] tweaked toml for git repo https://github.com/knowler/learning-opengl-in-rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/knowler/learning-opengl-in-rust 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 93b5eb3ea716826c117e2bede35e49efa19e501f4d34107d72a9a0882688bbe2 [INFO] running `"docker" "start" "-a" "93b5eb3ea716826c117e2bede35e49efa19e501f4d34107d72a9a0882688bbe2"` [INFO] [stderr] Compiling glfw-sys v3.3.0 [INFO] [stderr] Compiling gl v0.12.0 [INFO] [stderr] Checking glfw v0.29.0 [INFO] [stderr] error[E0518]: attribute should be applied to function or closure [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:2630:1 [INFO] [stderr] | [INFO] [stderr] 2630 | / bitflags! { [INFO] [stderr] 2631 | | #[doc = "Joystick hats."] [INFO] [stderr] 2632 | | pub struct JoystickHats: ::libc::c_int { [INFO] [stderr] 2633 | | const Centered = ::ffi::HAT_CENTERED; [INFO] [stderr] ... | [INFO] [stderr] 2638 | | } [INFO] [stderr] 2639 | | } [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/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:1667:1 [INFO] [stderr] | [INFO] [stderr] 1667 | / bitflags! { [INFO] [stderr] 1668 | | #[doc = "Key modifiers"] [INFO] [stderr] 1669 | | pub struct Modifiers: ::libc::c_int { [INFO] [stderr] 1670 | | const Shift = ::ffi::MOD_SHIFT; [INFO] [stderr] ... | [INFO] [stderr] 1676 | | } [INFO] [stderr] 1677 | | } [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/glfw-0.29.0/src/lib.rs:2630:1 [INFO] [stderr] | [INFO] [stderr] 2630 | / bitflags! { [INFO] [stderr] 2631 | | #[doc = "Joystick hats."] [INFO] [stderr] 2632 | | pub struct JoystickHats: ::libc::c_int { [INFO] [stderr] 2633 | | const Centered = ::ffi::HAT_CENTERED; [INFO] [stderr] ... | [INFO] [stderr] 2638 | | } [INFO] [stderr] 2639 | | } [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/glfw-0.29.0/src/lib.rs:2630:1 [INFO] [stderr] | [INFO] [stderr] 2630 | / bitflags! { [INFO] [stderr] 2631 | | #[doc = "Joystick hats."] [INFO] [stderr] 2632 | | pub struct JoystickHats: ::libc::c_int { [INFO] [stderr] 2633 | | const Centered = ::ffi::HAT_CENTERED; [INFO] [stderr] ... | [INFO] [stderr] 2638 | | } [INFO] [stderr] 2639 | | } [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/glfw-0.29.0/src/lib.rs:2630:1 [INFO] [stderr] | [INFO] [stderr] 2630 | / bitflags! { [INFO] [stderr] 2631 | | #[doc = "Joystick hats."] [INFO] [stderr] 2632 | | pub struct JoystickHats: ::libc::c_int { [INFO] [stderr] 2633 | | const Centered = ::ffi::HAT_CENTERED; [INFO] [stderr] ... | [INFO] [stderr] 2638 | | } [INFO] [stderr] 2639 | | } [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/glfw-0.29.0/src/lib.rs:2630:1 [INFO] [stderr] | [INFO] [stderr] 2630 | / bitflags! { [INFO] [stderr] 2631 | | #[doc = "Joystick hats."] [INFO] [stderr] 2632 | | pub struct JoystickHats: ::libc::c_int { [INFO] [stderr] 2633 | | const Centered = ::ffi::HAT_CENTERED; [INFO] [stderr] ... | [INFO] [stderr] 2638 | | } [INFO] [stderr] 2639 | | } [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/glfw-0.29.0/src/lib.rs:2630:1 [INFO] [stderr] | [INFO] [stderr] 2630 | / bitflags! { [INFO] [stderr] 2631 | | #[doc = "Joystick hats."] [INFO] [stderr] 2632 | | pub struct JoystickHats: ::libc::c_int { [INFO] [stderr] 2633 | | const Centered = ::ffi::HAT_CENTERED; [INFO] [stderr] ... | [INFO] [stderr] 2638 | | } [INFO] [stderr] 2639 | | } [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 13 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0518`. [INFO] [stderr] error: could not compile `glfw`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "93b5eb3ea716826c117e2bede35e49efa19e501f4d34107d72a9a0882688bbe2"` [INFO] running `"docker" "rm" "-f" "93b5eb3ea716826c117e2bede35e49efa19e501f4d34107d72a9a0882688bbe2"` [INFO] [stdout] 93b5eb3ea716826c117e2bede35e49efa19e501f4d34107d72a9a0882688bbe2