Oct 31 23:17:02.598 INFO checking phigley/asteroids against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 23:17:02.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +05812fa8c588473f03e3fa7cf59cd84f4f37c715-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 23:17:02.824 INFO blam! 1ec191c5658d090902e114da20213b9c3ac010a2e18645f2e62c8d744c42803a Oct 31 23:17:02.836 INFO running `"docker" "start" "-a" "1ec191c5658d090902e114da20213b9c3ac010a2e18645f2e62c8d744c42803a"` Oct 31 23:17:03.940 INFO kablam! usermod: no changes Oct 31 23:17:04.231 INFO kablam! Compiling cfg-if v0.1.6 Oct 31 23:17:04.263 INFO kablam! Checking atom v0.3.5 Oct 31 23:17:04.263 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 31 23:17:04.263 INFO kablam! Checking draw_state v0.8.0 Oct 31 23:17:04.264 INFO kablam! Checking fxhash v0.2.1 Oct 31 23:17:04.265 INFO kablam! Checking parking_lot_core v0.2.14 Oct 31 23:17:04.265 INFO kablam! Checking approx v0.3.0 Oct 31 23:17:04.268 INFO kablam! Checking num-complex v0.2.1 Oct 31 23:17:04.579 INFO kablam! Compiling shred-derive v0.5.0 Oct 31 23:17:05.324 INFO kablam! Checking dlib v0.4.1 Oct 31 23:17:05.476 INFO kablam! Checking shared_library v0.1.9 Oct 31 23:17:05.678 INFO kablam! Checking x11-dl v2.18.3 Oct 31 23:17:05.728 INFO kablam! Compiling syn v0.15.14 Oct 31 23:17:06.179 INFO kablam! Compiling specs-derive v0.2.0 Oct 31 23:17:06.450 INFO kablam! Compiling log v0.4.5 Oct 31 23:17:06.991 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 31 23:17:07.077 INFO kablam! Checking wayland-sys v0.20.12 Oct 31 23:17:07.968 INFO kablam! Checking parking_lot v0.5.5 Oct 31 23:17:08.045 INFO kablam! Checking alga v0.7.2 Oct 31 23:17:09.892 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 23:17:11.084 INFO kablam! Compiling gl_generator v0.9.0 Oct 31 23:17:11.368 INFO kablam! Checking wayland-commons v0.20.12 Oct 31 23:17:11.520 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 31 23:17:13.556 INFO kablam! Checking wayland-client v0.20.12 Oct 31 23:17:14.558 INFO kablam! Checking rayon-core v1.4.1 Oct 31 23:17:19.064 INFO kablam! Checking rayon v1.0.2 Oct 31 23:17:23.708 INFO kablam! Compiling gfx_gl v0.5.0 Oct 31 23:17:23.708 INFO kablam! Compiling glutin v0.18.0 Oct 31 23:17:25.152 INFO kablam! Checking wayland-protocols v0.20.12 Oct 31 23:17:38.079 INFO kablam! Checking nalgebra v0.16.6 Oct 31 23:17:42.877 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 31 23:17:43.192 INFO kablam! Checking hibitset v0.5.2 Oct 31 23:17:43.192 INFO kablam! Checking shred v0.7.0 Oct 31 23:17:53.280 INFO kablam! Checking winit v0.17.2 Oct 31 23:18:15.212 INFO kablam! Compiling derivative v1.0.1 Oct 31 23:18:30.281 INFO kablam! Checking gfx_core v0.8.3 Oct 31 23:18:30.281 INFO kablam! Checking shrev v1.0.1 Oct 31 23:18:31.824 INFO kablam! Checking specs v0.12.3 Oct 31 23:18:58.692 INFO kablam! Checking ncollide2d v0.17.1 Oct 31 23:19:11.710 INFO kablam! Checking gfx_device_gl v0.15.3 Oct 31 23:19:11.710 INFO kablam! Checking gfx v0.17.1 Oct 31 23:19:14.668 INFO kablam! Checking gfx_window_glutin v0.26.0 Oct 31 23:19:20.103 INFO kablam! Checking graphics v0.1.0 (/source/graphics) Oct 31 23:19:23.001 INFO kablam! Checking asteroids v0.1.0 (/source) Oct 31 23:19:27.816 INFO kablam! error[E0658]: The attribute `component` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Oct 31 23:19:27.816 INFO kablam! --> graphics/examples/bouncing_balls.rs:142:3 Oct 31 23:19:27.816 INFO kablam! | Oct 31 23:19:27.816 INFO kablam! 142 | #[component(VecStorage)] Oct 31 23:19:27.816 INFO kablam! | ^^^^^^^^^ Oct 31 23:19:27.816 INFO kablam! | Oct 31 23:19:27.816 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Oct 31 23:19:27.816 INFO kablam! Oct 31 23:19:27.816 INFO kablam! error[E0658]: The attribute `component` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642) Oct 31 23:19:27.816 INFO kablam! --> graphics/examples/bouncing_balls.rs:146:3 Oct 31 23:19:27.816 INFO kablam! | Oct 31 23:19:27.816 INFO kablam! 146 | #[component(VecStorage)] Oct 31 23:19:27.816 INFO kablam! | ^^^^^^^^^ Oct 31 23:19:27.832 INFO kablam! | Oct 31 23:19:27.832 INFO kablam! = help: add #![feature(custom_attribute)] to the crate attributes to enable Oct 31 23:19:27.832 INFO kablam! Oct 31 23:19:27.832 INFO kablam! error: aborting due to 2 previous errors Oct 31 23:19:27.832 INFO kablam! Oct 31 23:19:27.832 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 31 23:19:27.856 INFO kablam! error: Could not compile `graphics`. Oct 31 23:19:27.856 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 23:19:28.304 INFO kablam! error: build failed Oct 31 23:19:28.304 INFO kablam! su: No module specific data is present Oct 31 23:19:29.221 INFO running `"docker" "rm" "-f" "1ec191c5658d090902e114da20213b9c3ac010a2e18645f2e62c8d744c42803a"` Oct 31 23:19:29.527 INFO blam! 1ec191c5658d090902e114da20213b9c3ac010a2e18645f2e62c8d744c42803a