Sep 02 00:41:59.795 INFO checking screenruster-saver-fractal-0.1.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 00:41:59.795 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 00:41:59.795 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 00:41:59.977 INFO blam! 8734386c8161edf25af55a9ff6b70a934881b9faa9c39ad823b28c7ad13f789a Sep 02 00:41:59.979 INFO running `"docker" "start" "-a" "8734386c8161edf25af55a9ff6b70a934881b9faa9c39ad823b28c7ad13f789a"` Sep 02 00:42:00.755 INFO kablam! Compiling x11 v2.18.1 Sep 02 00:42:00.756 INFO kablam! Checking meval v0.0.9 Sep 02 00:42:00.759 INFO kablam! Compiling glium v0.16.0 Sep 02 00:42:00.759 INFO kablam! Compiling palette v0.2.1 Sep 02 00:42:00.760 INFO kablam! Checking png v0.6.2 Sep 02 00:42:04.834 INFO kablam! Checking image v0.12.4 Sep 02 00:42:43.379 INFO kablam! Checking screenruster-saver v0.1.8 Sep 02 00:42:43.431 INFO kablam! error[E0557]: feature has been removed Sep 02 00:42:43.431 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:15:12 Sep 02 00:42:43.431 INFO kablam! | Sep 02 00:42:43.431 INFO kablam! 15 | #![feature(macro_reexport, type_ascription)] Sep 02 00:42:43.431 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 00:42:43.431 INFO kablam! | Sep 02 00:42:43.431 INFO kablam! note: subsumed by `pub use` Sep 02 00:42:43.431 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:15:12 Sep 02 00:42:43.431 INFO kablam! | Sep 02 00:42:43.431 INFO kablam! 15 | #![feature(macro_reexport, type_ascription)] Sep 02 00:42:43.431 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 00:42:43.431 INFO kablam! Sep 02 00:42:44.664 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 02 00:42:44.664 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:19:3 Sep 02 00:42:44.664 INFO kablam! | Sep 02 00:42:44.664 INFO kablam! 19 | #[macro_reexport(debug, error, info, log, log_enabled, trace, warn)] Sep 02 00:42:44.664 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 00:42:44.664 INFO kablam! | Sep 02 00:42:44.664 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:42:44.664 INFO kablam! Sep 02 00:42:44.664 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 02 00:42:44.664 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:26:3 Sep 02 00:42:44.664 INFO kablam! | Sep 02 00:42:44.665 INFO kablam! 26 | #[macro_reexport(object, array)] Sep 02 00:42:44.665 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 00:42:44.665 INFO kablam! | Sep 02 00:42:44.665 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:42:44.665 INFO kablam! Sep 02 00:42:44.665 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 02 00:42:44.665 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/screenruster-saver-0.1.8/src/lib.rs:36:34 Sep 02 00:42:44.665 INFO kablam! | Sep 02 00:42:44.665 INFO kablam! 36 | #[cfg_attr(feature = "renderer", macro_reexport(implement_vertex, program, uniform))] Sep 02 00:42:44.665 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 00:42:44.666 INFO kablam! | Sep 02 00:42:44.666 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Sep 02 00:42:44.666 INFO kablam! Sep 02 00:42:44.870 INFO kablam! error: aborting due to 4 previous errors Sep 02 00:42:44.870 INFO kablam! Sep 02 00:42:44.870 INFO kablam! Some errors occurred: E0557, E0658. Sep 02 00:42:44.870 INFO kablam! For more information about an error, try `rustc --explain E0557`. Sep 02 00:42:44.887 INFO kablam! error: Could not compile `screenruster-saver`. Sep 02 00:42:44.887 INFO kablam! Sep 02 00:42:44.887 INFO kablam! To learn more, run the command again with --verbose. Sep 02 00:42:44.889 INFO kablam! su: No module specific data is present Sep 02 00:42:45.317 INFO running `"docker" "rm" "-f" "8734386c8161edf25af55a9ff6b70a934881b9faa9c39ad823b28c7ad13f789a"` Sep 02 00:42:45.455 INFO blam! 8734386c8161edf25af55a9ff6b70a934881b9faa9c39ad823b28c7ad13f789a