Sep 21 05:09:34.775 INFO checking radiant-rs-0.13.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:09:34.775 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:09:34.775 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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=1000" "-e" "CMD=cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:09:34.912 INFO blam! 0ec05af963af49a0c920017bcb8ffa9e67cf38a7e61bb9159a7ad6df07e92f97 Sep 21 05:09:34.914 INFO running `"docker" "start" "-a" "0ec05af963af49a0c920017bcb8ffa9e67cf38a7e61bb9159a7ad6df07e92f97"` Sep 21 05:09:35.665 INFO kablam! usermod: no changes Sep 21 05:09:36.042 INFO kablam! Checking avec v0.1.0 Sep 21 05:09:36.042 INFO kablam! Checking base64 v0.1.1 Sep 21 05:09:36.044 INFO kablam! Compiling servo-fontconfig-sys v4.0.7 Sep 21 05:09:36.046 INFO kablam! Compiling expat-sys v2.1.6 Sep 21 05:09:36.049 INFO kablam! Checking servo-freetype-sys v4.0.4 Sep 21 05:09:36.049 INFO kablam! Compiling glutin v0.17.0 Sep 21 05:09:36.049 INFO kablam! Compiling glium v0.22.0 Sep 21 05:09:36.052 INFO kablam! Checking ordered-float v0.5.2 Sep 21 05:09:37.386 INFO kablam! Compiling palette v0.3.0 Sep 21 05:09:37.666 INFO kablam! Checking rusttype v0.5.2 Sep 21 05:09:37.708 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 21 05:09:37.846 INFO kablam! Checking tiled v0.4.0 Sep 21 05:09:39.710 INFO kablam! Checking winit v0.16.2 Sep 21 05:09:48.992 INFO kablam! Checking image v0.19.0 Sep 21 05:09:50.529 INFO kablam! Checking servo-fontconfig v0.4.0 Sep 21 05:09:51.699 INFO kablam! Checking font-loader v0.6.0 Sep 21 05:10:27.625 INFO kablam! Checking radiant-rs v0.13.1 Sep 21 05:10:27.625 INFO kablam! Checking radiant-rs v0.13.1 (/source) Sep 21 05:10:31.227 INFO kablam! Checking radiant-utils v0.3.0 Sep 21 05:10:49.614 INFO kablam! error[E0599]: no function or associated item named `black` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.615 INFO kablam! --> benches/sprite.rs:18:25 Sep 21 05:10:49.615 INFO kablam! | Sep 21 05:10:49.615 INFO kablam! 18 | display.clear_frame(Color::black()); Sep 21 05:10:49.616 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.616 INFO kablam! Sep 21 05:10:49.638 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.638 INFO kablam! --> benches/sprite.rs:22:46 Sep 21 05:10:49.639 INFO kablam! | Sep 21 05:10:49.639 INFO kablam! 22 | sprite.draw(&layer, i, (320., 200.), Color::white()); Sep 21 05:10:49.639 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.640 INFO kablam! Sep 21 05:10:49.642 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.643 INFO kablam! --> benches/sprite.rs:23:42 Sep 21 05:10:49.643 INFO kablam! | Sep 21 05:10:49.643 INFO kablam! 23 | sprite.draw(&layer, i, (0., 0.), Color::red()); Sep 21 05:10:49.644 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.644 INFO kablam! Sep 21 05:10:49.658 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.658 INFO kablam! --> benches/sprite.rs:29:50 Sep 21 05:10:49.659 INFO kablam! | Sep 21 05:10:49.659 INFO kablam! 29 | sprite.draw(&layer, i, (320., 200.), Color::white()); Sep 21 05:10:49.660 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.660 INFO kablam! Sep 21 05:10:49.661 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.662 INFO kablam! --> benches/sprite.rs:30:46 Sep 21 05:10:49.662 INFO kablam! | Sep 21 05:10:49.662 INFO kablam! 30 | sprite.draw(&layer, i, (0., 0.), Color::red()); Sep 21 05:10:49.663 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.663 INFO kablam! Sep 21 05:10:49.685 INFO kablam! error[E0599]: no function or associated item named `black` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.685 INFO kablam! --> benches/sprite.rs:45:25 Sep 21 05:10:49.686 INFO kablam! | Sep 21 05:10:49.686 INFO kablam! 45 | display.clear_frame(Color::black()); Sep 21 05:10:49.687 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.687 INFO kablam! Sep 21 05:10:49.698 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.698 INFO kablam! --> benches/sprite.rs:49:46 Sep 21 05:10:49.699 INFO kablam! | Sep 21 05:10:49.699 INFO kablam! 49 | sprite.draw(&layer, i, (320., 200.), Color::white()); Sep 21 05:10:49.699 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.700 INFO kablam! Sep 21 05:10:49.718 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.718 INFO kablam! --> benches/sprite.rs:50:42 Sep 21 05:10:49.719 INFO kablam! | Sep 21 05:10:49.719 INFO kablam! 50 | sprite.draw(&layer, i, (0., 0.), Color::red()); Sep 21 05:10:49.719 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.720 INFO kablam! Sep 21 05:10:49.720 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.720 INFO kablam! --> benches/sprite.rs:56:62 Sep 21 05:10:49.721 INFO kablam! | Sep 21 05:10:49.721 INFO kablam! 56 | sprite.draw_transformed(&layer, i, (320., 200.), Color::white(), 1.23, (2.34, 3.45)); Sep 21 05:10:49.721 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.722 INFO kablam! Sep 21 05:10:49.729 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 21 05:10:49.729 INFO kablam! --> benches/sprite.rs:57:58 Sep 21 05:10:49.729 INFO kablam! | Sep 21 05:10:49.730 INFO kablam! 57 | sprite.draw_transformed(&layer, i, (0., 0.), Color::red(), 2.34, (0.67, 0.79)); Sep 21 05:10:49.730 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 21 05:10:49.730 INFO kablam! Sep 21 05:10:49.742 INFO kablam! error: aborting due to 10 previous errors Sep 21 05:10:49.742 INFO kablam! Sep 21 05:10:49.742 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 21 05:10:49.771 INFO kablam! error: Could not compile `radiant-rs`. Sep 21 05:10:49.772 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:10:50.135 INFO kablam! error: build failed Sep 21 05:10:50.137 INFO kablam! su: No module specific data is present Sep 21 05:10:51.608 INFO running `"docker" "rm" "-f" "0ec05af963af49a0c920017bcb8ffa9e67cf38a7e61bb9159a7ad6df07e92f97"` Sep 21 05:10:51.730 INFO blam! 0ec05af963af49a0c920017bcb8ffa9e67cf38a7e61bb9159a7ad6df07e92f97