Sep 01 07:23:05.523 INFO checking screenruster-saver-0.1.8 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 07:23:05.523 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 07:23:05.523 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:23:05.764 INFO blam! d4a38a1e951900ae37ccc4b32b6b628d6e206a0c31ccc29382d27c9e810ebe60 Sep 01 07:23:05.765 INFO running `"docker" "start" "-a" "d4a38a1e951900ae37ccc4b32b6b628d6e206a0c31ccc29382d27c9e810ebe60"` Sep 01 07:23:06.502 INFO kablam! Checking screenruster-saver v0.1.8 (file:///source) Sep 01 07:23:06.589 INFO kablam! error[E0557]: feature has been removed Sep 01 07:23:06.589 INFO kablam! --> src/lib.rs:15:12 Sep 01 07:23:06.589 INFO kablam! | Sep 01 07:23:06.589 INFO kablam! 15 | #![feature(macro_reexport, type_ascription)] Sep 01 07:23:06.589 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:06.589 INFO kablam! | Sep 01 07:23:06.589 INFO kablam! note: subsumed by `pub use` Sep 01 07:23:06.589 INFO kablam! --> src/lib.rs:15:12 Sep 01 07:23:06.589 INFO kablam! | Sep 01 07:23:06.589 INFO kablam! 15 | #![feature(macro_reexport, type_ascription)] Sep 01 07:23:06.589 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:06.589 INFO kablam! Sep 01 07:23:06.592 INFO kablam! error[E0557]: feature has been removed Sep 01 07:23:06.592 INFO kablam! --> src/lib.rs:15:12 Sep 01 07:23:06.592 INFO kablam! | Sep 01 07:23:06.592 INFO kablam! 15 | #![feature(macro_reexport, type_ascription)] Sep 01 07:23:06.592 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:06.592 INFO kablam! | Sep 01 07:23:06.592 INFO kablam! note: subsumed by `pub use` Sep 01 07:23:06.592 INFO kablam! --> src/lib.rs:15:12 Sep 01 07:23:06.592 INFO kablam! | Sep 01 07:23:06.592 INFO kablam! 15 | #![feature(macro_reexport, type_ascription)] Sep 01 07:23:06.592 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:06.592 INFO kablam! Sep 01 07:23:08.311 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:23:08.311 INFO kablam! --> src/lib.rs:19:3 Sep 01 07:23:08.311 INFO kablam! | Sep 01 07:23:08.311 INFO kablam! 19 | #[macro_reexport(debug, error, info, log, log_enabled, trace, warn)] Sep 01 07:23:08.311 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:08.312 INFO kablam! | Sep 01 07:23:08.312 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:23:08.312 INFO kablam! Sep 01 07:23:08.312 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:23:08.312 INFO kablam! --> src/lib.rs:26:3 Sep 01 07:23:08.312 INFO kablam! | Sep 01 07:23:08.312 INFO kablam! 26 | #[macro_reexport(object, array)] Sep 01 07:23:08.312 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:08.312 INFO kablam! | Sep 01 07:23:08.312 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:23:08.312 INFO kablam! Sep 01 07:23:08.313 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:23:08.313 INFO kablam! --> src/lib.rs:36:34 Sep 01 07:23:08.313 INFO kablam! | Sep 01 07:23:08.313 INFO kablam! 36 | #[cfg_attr(feature = "renderer", macro_reexport(implement_vertex, program, uniform))] Sep 01 07:23:08.313 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:08.313 INFO kablam! | Sep 01 07:23:08.313 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:23:08.313 INFO kablam! Sep 01 07:23:08.327 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:23:08.327 INFO kablam! --> src/lib.rs:19:3 Sep 01 07:23:08.327 INFO kablam! | Sep 01 07:23:08.327 INFO kablam! 19 | #[macro_reexport(debug, error, info, log, log_enabled, trace, warn)] Sep 01 07:23:08.327 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:08.327 INFO kablam! | Sep 01 07:23:08.327 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:23:08.327 INFO kablam! Sep 01 07:23:08.328 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:23:08.328 INFO kablam! --> src/lib.rs:26:3 Sep 01 07:23:08.328 INFO kablam! | Sep 01 07:23:08.329 INFO kablam! 26 | #[macro_reexport(object, array)] Sep 01 07:23:08.329 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:08.329 INFO kablam! | Sep 01 07:23:08.329 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:23:08.329 INFO kablam! Sep 01 07:23:08.329 INFO kablam! error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Sep 01 07:23:08.329 INFO kablam! --> src/lib.rs:36:34 Sep 01 07:23:08.329 INFO kablam! | Sep 01 07:23:08.329 INFO kablam! 36 | #[cfg_attr(feature = "renderer", macro_reexport(implement_vertex, program, uniform))] Sep 01 07:23:08.329 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 07:23:08.329 INFO kablam! | Sep 01 07:23:08.329 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 01 07:23:08.329 INFO kablam! Sep 01 07:23:08.637 INFO kablam! error: aborting due to 4 previous errors Sep 01 07:23:08.637 INFO kablam! Sep 01 07:23:08.637 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 07:23:08.637 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 07:23:08.649 INFO kablam! error: Could not compile `screenruster-saver`. Sep 01 07:23:08.649 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:23:08.655 INFO kablam! error: aborting due to 4 previous errors Sep 01 07:23:08.656 INFO kablam! Sep 01 07:23:08.656 INFO kablam! Some errors occurred: E0557, E0658. Sep 01 07:23:08.657 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 01 07:23:08.672 INFO kablam! error: Could not compile `screenruster-saver`. Sep 01 07:23:08.672 INFO kablam! Sep 01 07:23:08.672 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:23:08.674 INFO kablam! su: No module specific data is present Sep 01 07:23:09.159 INFO running `"docker" "rm" "-f" "d4a38a1e951900ae37ccc4b32b6b628d6e206a0c31ccc29382d27c9e810ebe60"` Sep 01 07:23:09.259 INFO blam! d4a38a1e951900ae37ccc4b32b6b628d6e206a0c31ccc29382d27c9e810ebe60