Sep 17 19:25:12.644 INFO checking radiant-rs-0.13.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:25:12.644 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:25:12.644 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:25:13.027 INFO blam! 69e7e883bde6decb83de4460d16bdcf19ee8d12640ef795e3d60feba693db2aa Sep 17 19:25:13.038 INFO running `"docker" "start" "-a" "69e7e883bde6decb83de4460d16bdcf19ee8d12640ef795e3d60feba693db2aa"` Sep 17 19:25:14.247 INFO kablam! usermod: no changes Sep 17 19:25:14.731 INFO kablam! Checking downcast-rs v1.0.3 Sep 17 19:25:14.755 INFO kablam! Checking avec v0.1.0 Sep 17 19:25:14.755 INFO kablam! Checking base64 v0.1.1 Sep 17 19:25:14.755 INFO kablam! Compiling servo-fontconfig-sys v4.0.6 Sep 17 19:25:14.771 INFO kablam! Compiling expat-sys v2.1.5 Sep 17 19:25:14.771 INFO kablam! Compiling servo-freetype-sys v4.0.3 Sep 17 19:25:14.774 INFO kablam! Compiling wayland-scanner v0.20.12 Sep 17 19:25:14.783 INFO kablam! Compiling gl_generator v0.9.0 Sep 17 19:25:15.844 INFO kablam! Checking ordered-float v0.5.2 Sep 17 19:25:16.545 INFO kablam! Compiling palette v0.3.0 Sep 17 19:25:16.928 INFO kablam! Checking wayland-sys v0.20.12 Sep 17 19:25:18.971 INFO kablam! Checking tiled v0.4.0 Sep 17 19:25:18.979 INFO kablam! Checking rusttype v0.5.2 Sep 17 19:25:20.361 INFO kablam! Checking wayland-commons v0.20.12 Sep 17 19:25:21.550 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 17 19:25:28.067 INFO kablam! Compiling wayland-client v0.20.12 Sep 17 19:25:28.067 INFO kablam! Compiling wayland-protocols v0.20.12 Sep 17 19:25:31.508 INFO kablam! Checking image v0.19.0 Sep 17 19:25:32.191 INFO kablam! Compiling glutin v0.17.0 Sep 17 19:25:32.191 INFO kablam! Compiling glium v0.22.0 Sep 17 19:26:15.605 INFO kablam! Checking servo-fontconfig v0.4.0 Sep 17 19:26:16.461 INFO kablam! Checking font-loader v0.6.0 Sep 17 19:26:22.324 INFO kablam! Checking smithay-client-toolkit v0.2.6 Sep 17 19:26:25.379 INFO kablam! Checking winit v0.16.2 Sep 17 19:26:45.832 INFO kablam! Checking radiant-rs v0.13.1 Sep 17 19:26:45.832 INFO kablam! Checking radiant-rs v0.13.1 (/source) Sep 17 19:26:49.746 INFO kablam! Checking radiant-utils v0.3.0 Sep 17 19:26:55.482 INFO kablam! error[E0599]: no function or associated item named `black` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.483 INFO kablam! --> benches/sprite.rs:18:25 Sep 17 19:26:55.483 INFO kablam! | Sep 17 19:26:55.483 INFO kablam! 18 | display.clear_frame(Color::black()); Sep 17 19:26:55.483 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.483 INFO kablam! Sep 17 19:26:55.519 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.519 INFO kablam! --> benches/sprite.rs:22:46 Sep 17 19:26:55.519 INFO kablam! | Sep 17 19:26:55.519 INFO kablam! 22 | sprite.draw(&layer, i, (320., 200.), Color::white()); Sep 17 19:26:55.519 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.519 INFO kablam! Sep 17 19:26:55.531 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.531 INFO kablam! --> benches/sprite.rs:23:42 Sep 17 19:26:55.531 INFO kablam! | Sep 17 19:26:55.531 INFO kablam! 23 | sprite.draw(&layer, i, (0., 0.), Color::red()); Sep 17 19:26:55.531 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.531 INFO kablam! Sep 17 19:26:55.567 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.567 INFO kablam! --> benches/sprite.rs:29:50 Sep 17 19:26:55.567 INFO kablam! | Sep 17 19:26:55.567 INFO kablam! 29 | sprite.draw(&layer, i, (320., 200.), Color::white()); Sep 17 19:26:55.567 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.567 INFO kablam! Sep 17 19:26:55.574 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.575 INFO kablam! --> benches/sprite.rs:30:46 Sep 17 19:26:55.575 INFO kablam! | Sep 17 19:26:55.575 INFO kablam! 30 | sprite.draw(&layer, i, (0., 0.), Color::red()); Sep 17 19:26:55.575 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.575 INFO kablam! Sep 17 19:26:55.587 INFO kablam! error[E0599]: no function or associated item named `black` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.587 INFO kablam! --> benches/sprite.rs:45:25 Sep 17 19:26:55.587 INFO kablam! | Sep 17 19:26:55.587 INFO kablam! 45 | display.clear_frame(Color::black()); Sep 17 19:26:55.587 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.587 INFO kablam! Sep 17 19:26:55.594 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.595 INFO kablam! --> benches/sprite.rs:49:46 Sep 17 19:26:55.595 INFO kablam! | Sep 17 19:26:55.595 INFO kablam! 49 | sprite.draw(&layer, i, (320., 200.), Color::white()); Sep 17 19:26:55.595 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.595 INFO kablam! Sep 17 19:26:55.602 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.602 INFO kablam! --> benches/sprite.rs:50:42 Sep 17 19:26:55.602 INFO kablam! | Sep 17 19:26:55.602 INFO kablam! 50 | sprite.draw(&layer, i, (0., 0.), Color::red()); Sep 17 19:26:55.602 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.602 INFO kablam! Sep 17 19:26:55.602 INFO kablam! error[E0599]: no function or associated item named `white` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.602 INFO kablam! --> benches/sprite.rs:56:62 Sep 17 19:26:55.602 INFO kablam! | Sep 17 19:26:55.602 INFO kablam! 56 | sprite.draw_transformed(&layer, i, (320., 200.), Color::white(), 1.23, (2.34, 3.45)); Sep 17 19:26:55.602 INFO kablam! | ^^^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.610 INFO kablam! Sep 17 19:26:55.611 INFO kablam! error[E0599]: no function or associated item named `red` found for type `radiant_rs::Color` in the current scope Sep 17 19:26:55.611 INFO kablam! --> benches/sprite.rs:57:58 Sep 17 19:26:55.611 INFO kablam! | Sep 17 19:26:55.611 INFO kablam! 57 | sprite.draw_transformed(&layer, i, (0., 0.), Color::red(), 2.34, (0.67, 0.79)); Sep 17 19:26:55.611 INFO kablam! | ^^^^^^^^^^ function or associated item not found in `radiant_rs::Color` Sep 17 19:26:55.611 INFO kablam! Sep 17 19:26:55.618 INFO kablam! error: aborting due to 10 previous errors Sep 17 19:26:55.618 INFO kablam! Sep 17 19:26:55.618 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 19:26:55.630 INFO kablam! error: Could not compile `radiant-rs`. Sep 17 19:26:55.630 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:26:58.711 INFO kablam! error: build failed Sep 17 19:26:58.715 INFO kablam! su: No module specific data is present Sep 17 19:26:59.549 INFO running `"docker" "rm" "-f" "69e7e883bde6decb83de4460d16bdcf19ee8d12640ef795e3d60feba693db2aa"` Sep 17 19:26:59.713 INFO blam! 69e7e883bde6decb83de4460d16bdcf19ee8d12640ef795e3d60feba693db2aa