Sep 10 23:04:16.998 INFO checking adi_screen-0.12.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 23:04:16.998 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 23:04:16.998 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 23:04:17.320 INFO blam! 4e1476d7187257c3c496125ffc25be3267429762390ade252ed618bee8da9293 Sep 10 23:04:17.322 INFO running `"docker" "start" "-a" "4e1476d7187257c3c496125ffc25be3267429762390ade252ed618bee8da9293"` Sep 10 23:04:18.593 INFO kablam! usermod: no changes Sep 10 23:04:18.782 INFO kablam! Checking afi v0.7.0 Sep 10 23:04:18.782 INFO kablam! Checking stick v0.4.1 Sep 10 23:04:18.786 INFO kablam! Checking adi_clock v0.3.0 Sep 10 23:04:18.786 INFO kablam! Checking dl_api v0.2.0 Sep 10 23:04:18.786 INFO kablam! Compiling adi_screen v0.12.0 (file:///source) Sep 10 23:04:18.786 INFO kablam! Checking fonterator v0.1.0 Sep 10 23:04:18.786 INFO kablam! Compiling palette v0.2.1 Sep 10 23:04:18.786 INFO kablam! Checking euler v0.4.0 Sep 10 23:04:20.207 INFO kablam! Checking asi_opengl v0.6.2 Sep 10 23:04:20.627 INFO kablam! Checking aci_png v0.7.0 Sep 10 23:04:21.268 INFO kablam! Checking awi v0.8.0 Sep 10 23:04:23.890 INFO kablam! Checking adi_gpu_base v0.11.0 Sep 10 23:04:23.890 INFO kablam! Checking asi_vulkan v0.9.0 Sep 10 23:04:25.490 INFO kablam! Checking adi_gpu_opengl v0.11.0 Sep 10 23:04:26.990 INFO kablam! Checking adi_gpu_vulkan v0.11.0 Sep 10 23:04:29.102 INFO kablam! Checking adi_gpu v0.11.0 Sep 10 23:04:36.266 INFO kablam! error[E0432]: unresolved import `adi_screen::Key` Sep 10 23:04:36.266 INFO kablam! --> examples/tutorial.rs:9:53 Sep 10 23:04:36.266 INFO kablam! | Sep 10 23:04:36.266 INFO kablam! 9 | use adi_screen::{ Window, Input, Sprite, Transform, Key, Msg, InputQueue, Sep 10 23:04:36.266 INFO kablam! | ^^^ no `Key` in the root Sep 10 23:04:36.266 INFO kablam! Sep 10 23:04:36.266 INFO kablam! error[E0432]: unresolved import `adi_screen::Msg` Sep 10 23:04:36.266 INFO kablam! --> examples/tutorial.rs:9:58 Sep 10 23:04:36.266 INFO kablam! | Sep 10 23:04:36.266 INFO kablam! 9 | use adi_screen::{ Window, Input, Sprite, Transform, Key, Msg, InputQueue, Sep 10 23:04:36.266 INFO kablam! | ^^^ no `Msg` in the root Sep 10 23:04:36.266 INFO kablam! Sep 10 23:04:36.266 INFO kablam! error[E0432]: unresolved import `adi_screen::InputQueue` Sep 10 23:04:36.266 INFO kablam! --> examples/tutorial.rs:9:63 Sep 10 23:04:36.266 INFO kablam! | Sep 10 23:04:36.266 INFO kablam! 9 | use adi_screen::{ Window, Input, Sprite, Transform, Key, Msg, InputQueue, Sep 10 23:04:36.266 INFO kablam! | ^^^^^^^^^^ no `InputQueue` in the root Sep 10 23:04:36.266 INFO kablam! Sep 10 23:04:36.266 INFO kablam! error[E0432]: unresolved import `adi_screen::SpriteBuilder` Sep 10 23:04:36.266 INFO kablam! --> examples/tutorial.rs:10:11 Sep 10 23:04:36.266 INFO kablam! | Sep 10 23:04:36.266 INFO kablam! 10 | Texture, SpriteBuilder }; Sep 10 23:04:36.266 INFO kablam! | ^^^^^^^^^^^^^ no `SpriteBuilder` in the root Sep 10 23:04:36.266 INFO kablam! Sep 10 23:04:36.284 INFO kablam! error[E0106]: missing lifetime specifier Sep 10 23:04:36.284 INFO kablam! --> examples/tutorial.rs:61:10 Sep 10 23:04:36.284 INFO kablam! | Sep 10 23:04:36.284 INFO kablam! 61 | window: Window, Sep 10 23:04:36.284 INFO kablam! | ^^^^^^ expected lifetime parameter Sep 10 23:04:36.290 INFO kablam! Sep 10 23:04:36.290 INFO kablam! error: aborting due to 5 previous errors Sep 10 23:04:36.290 INFO kablam! Sep 10 23:04:36.290 INFO kablam! Some errors occurred: E0106, E0432. Sep 10 23:04:36.290 INFO kablam! For more information about an error, try `rustc --explain E0106`. Sep 10 23:04:36.330 INFO kablam! error: Could not compile `adi_screen`. Sep 10 23:04:36.330 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 23:04:36.474 INFO kablam! error[E0432]: unresolved import `adi_screen::GuiButton` Sep 10 23:04:36.474 INFO kablam! --> examples/demo.rs:15:2 Sep 10 23:04:36.474 INFO kablam! | Sep 10 23:04:36.474 INFO kablam! 15 | GuiButton, Sep 10 23:04:36.474 INFO kablam! | ^^^^^^^^^ no `GuiButton` in the root Sep 10 23:04:36.474 INFO kablam! Sep 10 23:04:36.474 INFO kablam! error[E0432]: unresolved import `adi_screen::Msg` Sep 10 23:04:36.474 INFO kablam! --> examples/demo.rs:16:2 Sep 10 23:04:36.474 INFO kablam! | Sep 10 23:04:36.474 INFO kablam! 16 | Msg, Sep 10 23:04:36.474 INFO kablam! | ^^^ no `Msg` in the root Sep 10 23:04:36.474 INFO kablam! Sep 10 23:04:36.474 INFO kablam! error[E0432]: unresolved import `adi_screen::SpriteList` Sep 10 23:04:36.474 INFO kablam! --> examples/demo.rs:18:2 Sep 10 23:04:36.474 INFO kablam! | Sep 10 23:04:36.474 INFO kablam! 18 | SpriteList, Sep 10 23:04:36.474 INFO kablam! | ^^^^^^^^^^ no `SpriteList` in the root Sep 10 23:04:36.474 INFO kablam! Sep 10 23:04:36.494 INFO kablam! error[E0433]: failed to resolve. Could not find `TexCoords` in `adi_screen` Sep 10 23:04:36.494 INFO kablam! --> examples/demo.rs:144:36 Sep 10 23:04:36.494 INFO kablam! | Sep 10 23:04:36.494 INFO kablam! 144 | let image_texcoords = adi_screen::TexCoords::new(window, SHAPE_TEXC); Sep 10 23:04:36.494 INFO kablam! | ^^^^^^^^^ Could not find `TexCoords` in `adi_screen` Sep 10 23:04:36.494 INFO kablam! Sep 10 23:04:36.494 INFO kablam! error[E0433]: failed to resolve. Could not find `Gradient` in `adi_screen` Sep 10 23:04:36.494 INFO kablam! --> examples/demo.rs:146:29 Sep 10 23:04:36.494 INFO kablam! | Sep 10 23:04:36.494 INFO kablam! 146 | let gradient = adi_screen::Gradient::new(window, Sep 10 23:04:36.494 INFO kablam! | ^^^^^^^^ Could not find `Gradient` in `adi_screen` Sep 10 23:04:36.494 INFO kablam! Sep 10 23:04:36.494 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `afi` Sep 10 23:04:36.494 INFO kablam! --> examples/demo.rs:186:17 Sep 10 23:04:36.494 INFO kablam! | Sep 10 23:04:36.494 INFO kablam! 186 | let tex_logo = textures!(&mut window, aci_png::decode, "res/logo.png"); Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `afi` Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `KeyPress` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:71:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 71 | KeyPress(a) => println!("Key Press: {}", a), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `KeyRelease` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:72:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 72 | KeyRelease(a) => println!("Key Release: {}", a), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `CursorPress` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:80:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 80 | CursorPress(a, (x, y)) => { Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `CursorRelease` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:83:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 83 | CursorRelease(a, xy) => { Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollUp` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:90:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 90 | ScrollUp(x, y) => println!("Scroll Up ({}, {})", x, y), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^ did you mean `Scroll`? Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollDown` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:91:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 91 | ScrollDown(x, y) => println!("Scroll Down ({}, {})", x, y), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollRight` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:92:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 92 | ScrollRight(x, y) => println!("Scroll Right ({}, {})", x, y), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollLeft` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:93:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 93 | ScrollLeft(x, y) => println!("Scroll Left ({}, {})", x, y), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickMove` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:94:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 94 | JoystickMove(x, y) => println!("Joystick ({}, {})", x, y), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.495 INFO kablam! Sep 10 23:04:36.495 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickPov` in this scope Sep 10 23:04:36.495 INFO kablam! --> examples/demo.rs:95:4 Sep 10 23:04:36.495 INFO kablam! | Sep 10 23:04:36.495 INFO kablam! 95 | JoystickPov(x, y) => println!("POV Hat ({}, {})", x, y), Sep 10 23:04:36.495 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.496 INFO kablam! Sep 10 23:04:36.496 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickThrottle` in this scope Sep 10 23:04:36.496 INFO kablam! --> examples/demo.rs:96:4 Sep 10 23:04:36.496 INFO kablam! | Sep 10 23:04:36.496 INFO kablam! 96 | JoystickThrottle(x) => println!("Throttle ({})", x), Sep 10 23:04:36.496 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.496 INFO kablam! Sep 10 23:04:36.496 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickButtonDown` in this scope Sep 10 23:04:36.496 INFO kablam! --> examples/demo.rs:97:4 Sep 10 23:04:36.496 INFO kablam! | Sep 10 23:04:36.496 INFO kablam! 97 | JoystickButtonDown(a) => println!("Button Down ({})", a), Sep 10 23:04:36.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.496 INFO kablam! Sep 10 23:04:36.496 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickButtonUp` in this scope Sep 10 23:04:36.496 INFO kablam! --> examples/demo.rs:98:4 Sep 10 23:04:36.496 INFO kablam! | Sep 10 23:04:36.496 INFO kablam! 98 | JoystickButtonUp(a) => println!("Button Up ({})", a), Sep 10 23:04:36.496 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 10 23:04:36.496 INFO kablam! Sep 10 23:04:36.496 INFO kablam! warning: unused import: `Msg::*` Sep 10 23:04:36.496 INFO kablam! --> examples/demo.rs:64:7 Sep 10 23:04:36.496 INFO kablam! | Sep 10 23:04:36.496 INFO kablam! 64 | use Msg::*; Sep 10 23:04:36.496 INFO kablam! | ^^^^^^ Sep 10 23:04:36.496 INFO kablam! | Sep 10 23:04:36.496 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 23:04:36.496 INFO kablam! Sep 10 23:04:36.502 INFO kablam! error[E0106]: missing lifetime specifier Sep 10 23:04:36.502 INFO kablam! --> examples/demo.rs:28:10 Sep 10 23:04:36.502 INFO kablam! | Sep 10 23:04:36.502 INFO kablam! 28 | window: Window, Sep 10 23:04:36.502 INFO kablam! | ^^^^^^ expected lifetime parameter Sep 10 23:04:36.502 INFO kablam! Sep 10 23:04:36.502 INFO kablam! error: aborting due to 20 previous errors Sep 10 23:04:36.502 INFO kablam! Sep 10 23:04:36.502 INFO kablam! Some errors occurred: E0106, E0432, E0433, E0531. Sep 10 23:04:36.502 INFO kablam! For more information about an error, try `rustc --explain E0106`. Sep 10 23:04:36.511 INFO kablam! error: Could not compile `adi_screen`. Sep 10 23:04:36.511 INFO kablam! Sep 10 23:04:36.511 INFO kablam! To learn more, run the command again with --verbose. Sep 10 23:04:36.513 INFO kablam! su: No module specific data is present Sep 10 23:04:38.296 INFO running `"docker" "rm" "-f" "4e1476d7187257c3c496125ffc25be3267429762390ade252ed618bee8da9293"` Sep 10 23:04:38.399 INFO blam! 4e1476d7187257c3c496125ffc25be3267429762390ade252ed618bee8da9293