Sep 18 03:59:32.617 INFO checking adi_screen-0.12.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 03:59:32.617 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 03:59:32.617 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 18 03:59:32.866 INFO blam! 6302570c6a90a9cec5cddf3c883035110692286bb299c0d66543bcace8ce9e41 Sep 18 03:59:32.866 INFO running `"docker" "start" "-a" "6302570c6a90a9cec5cddf3c883035110692286bb299c0d66543bcace8ce9e41"` Sep 18 03:59:33.615 INFO kablam! usermod: no changes Sep 18 03:59:33.763 INFO kablam! Compiling adi_screen v0.12.0 (/source) Sep 18 03:59:37.706 INFO kablam! error[E0432]: unresolved imports `adi_screen::Key`, `adi_screen::Msg`, `adi_screen::InputQueue`, `adi_screen::SpriteBuilder` Sep 18 03:59:37.707 INFO kablam! --> examples/tutorial.rs:9:53 Sep 18 03:59:37.707 INFO kablam! | Sep 18 03:59:37.707 INFO kablam! 9 | use adi_screen::{ Window, Input, Sprite, Transform, Key, Msg, InputQueue, Sep 18 03:59:37.707 INFO kablam! | ^^^ ^^^ ^^^^^^^^^^ no `InputQueue` in the root Sep 18 03:59:37.707 INFO kablam! | | | Sep 18 03:59:37.707 INFO kablam! | | no `Msg` in the root Sep 18 03:59:37.707 INFO kablam! | no `Key` in the root Sep 18 03:59:37.707 INFO kablam! 10 | Texture, SpriteBuilder }; Sep 18 03:59:37.707 INFO kablam! | ^^^^^^^^^^^^^ no `SpriteBuilder` in the root Sep 18 03:59:37.707 INFO kablam! Sep 18 03:59:37.721 INFO kablam! error[E0106]: missing lifetime specifier Sep 18 03:59:37.721 INFO kablam! --> examples/tutorial.rs:61:10 Sep 18 03:59:37.721 INFO kablam! | Sep 18 03:59:37.721 INFO kablam! 61 | window: Window, Sep 18 03:59:37.721 INFO kablam! | ^^^^^^ expected lifetime parameter Sep 18 03:59:37.721 INFO kablam! Sep 18 03:59:37.721 INFO kablam! error: aborting due to 2 previous errors Sep 18 03:59:37.721 INFO kablam! Sep 18 03:59:37.721 INFO kablam! Some errors occurred: E0106, E0432. Sep 18 03:59:37.721 INFO kablam! For more information about an error, try `rustc --explain E0106`. Sep 18 03:59:37.724 INFO kablam! error: Could not compile `adi_screen`. Sep 18 03:59:37.724 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 03:59:37.890 INFO kablam! error[E0432]: unresolved imports `adi_screen::GuiButton`, `adi_screen::Msg`, `adi_screen::SpriteList` Sep 18 03:59:37.890 INFO kablam! --> examples/demo.rs:15:2 Sep 18 03:59:37.890 INFO kablam! | Sep 18 03:59:37.890 INFO kablam! 15 | GuiButton, Sep 18 03:59:37.890 INFO kablam! | ^^^^^^^^^ no `GuiButton` in the root Sep 18 03:59:37.890 INFO kablam! 16 | Msg, Sep 18 03:59:37.890 INFO kablam! | ^^^ no `Msg` in the root Sep 18 03:59:37.890 INFO kablam! 17 | Texture, Sep 18 03:59:37.891 INFO kablam! 18 | SpriteList, Sep 18 03:59:37.891 INFO kablam! | ^^^^^^^^^^ no `SpriteList` in the root Sep 18 03:59:37.891 INFO kablam! Sep 18 03:59:37.913 INFO kablam! error[E0433]: failed to resolve. Could not find `TexCoords` in `adi_screen` Sep 18 03:59:37.913 INFO kablam! --> examples/demo.rs:144:36 Sep 18 03:59:37.913 INFO kablam! | Sep 18 03:59:37.913 INFO kablam! 144 | let image_texcoords = adi_screen::TexCoords::new(window, SHAPE_TEXC); Sep 18 03:59:37.913 INFO kablam! | ^^^^^^^^^ Could not find `TexCoords` in `adi_screen` Sep 18 03:59:37.913 INFO kablam! Sep 18 03:59:37.913 INFO kablam! error[E0433]: failed to resolve. Could not find `Gradient` in `adi_screen` Sep 18 03:59:37.913 INFO kablam! --> examples/demo.rs:146:29 Sep 18 03:59:37.913 INFO kablam! | Sep 18 03:59:37.913 INFO kablam! 146 | let gradient = adi_screen::Gradient::new(window, Sep 18 03:59:37.913 INFO kablam! | ^^^^^^^^ Could not find `Gradient` in `adi_screen` Sep 18 03:59:37.913 INFO kablam! Sep 18 03:59:37.913 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `afi` Sep 18 03:59:37.913 INFO kablam! --> examples/demo.rs:186:17 Sep 18 03:59:37.913 INFO kablam! | Sep 18 03:59:37.913 INFO kablam! 186 | let tex_logo = textures!(&mut window, aci_png::decode, "res/logo.png"); Sep 18 03:59:37.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Use of undeclared type or module `afi` Sep 18 03:59:37.913 INFO kablam! | Sep 18 03:59:37.913 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 18 03:59:37.913 INFO kablam! Sep 18 03:59:37.913 INFO kablam! error[E0531]: cannot find tuple struct/variant `KeyPress` in this scope Sep 18 03:59:37.913 INFO kablam! --> examples/demo.rs:71:4 Sep 18 03:59:37.913 INFO kablam! | Sep 18 03:59:37.913 INFO kablam! 71 | KeyPress(a) => println!("Key Press: {}", a), Sep 18 03:59:37.913 INFO kablam! | ^^^^^^^^ not found in this scope Sep 18 03:59:37.913 INFO kablam! Sep 18 03:59:37.913 INFO kablam! error[E0531]: cannot find tuple struct/variant `KeyRelease` in this scope Sep 18 03:59:37.913 INFO kablam! --> examples/demo.rs:72:4 Sep 18 03:59:37.913 INFO kablam! | Sep 18 03:59:37.913 INFO kablam! 72 | KeyRelease(a) => println!("Key Release: {}", a), Sep 18 03:59:37.913 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `CursorPress` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:80:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 80 | CursorPress(a, (x, y)) => { Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `CursorRelease` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:83:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 83 | CursorRelease(a, xy) => { Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollUp` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:90:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 90 | ScrollUp(x, y) => println!("Scroll Up ({}, {})", x, y), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^ did you mean `Scroll`? Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollDown` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:91:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 91 | ScrollDown(x, y) => println!("Scroll Down ({}, {})", x, y), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollRight` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:92:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 92 | ScrollRight(x, y) => println!("Scroll Right ({}, {})", x, y), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `ScrollLeft` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:93:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 93 | ScrollLeft(x, y) => println!("Scroll Left ({}, {})", x, y), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickMove` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:94:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 94 | JoystickMove(x, y) => println!("Joystick ({}, {})", x, y), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickPov` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:95:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 95 | JoystickPov(x, y) => println!("POV Hat ({}, {})", x, y), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickThrottle` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:96:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 96 | JoystickThrottle(x) => println!("Throttle ({})", x), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickButtonDown` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:97:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 97 | JoystickButtonDown(a) => println!("Button Down ({})", a), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.914 INFO kablam! Sep 18 03:59:37.914 INFO kablam! error[E0531]: cannot find tuple struct/variant `JoystickButtonUp` in this scope Sep 18 03:59:37.914 INFO kablam! --> examples/demo.rs:98:4 Sep 18 03:59:37.914 INFO kablam! | Sep 18 03:59:37.914 INFO kablam! 98 | JoystickButtonUp(a) => println!("Button Up ({})", a), Sep 18 03:59:37.914 INFO kablam! | ^^^^^^^^^^^^^^^^ not found in this scope Sep 18 03:59:37.915 INFO kablam! Sep 18 03:59:37.915 INFO kablam! warning: unused import: `Msg::*` Sep 18 03:59:37.915 INFO kablam! --> examples/demo.rs:64:7 Sep 18 03:59:37.915 INFO kablam! | Sep 18 03:59:37.915 INFO kablam! 64 | use Msg::*; Sep 18 03:59:37.915 INFO kablam! | ^^^^^^ Sep 18 03:59:37.915 INFO kablam! | Sep 18 03:59:37.915 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 03:59:37.915 INFO kablam! Sep 18 03:59:37.923 INFO kablam! error[E0106]: missing lifetime specifier Sep 18 03:59:37.923 INFO kablam! --> examples/demo.rs:28:10 Sep 18 03:59:37.923 INFO kablam! | Sep 18 03:59:37.923 INFO kablam! 28 | window: Window, Sep 18 03:59:37.923 INFO kablam! | ^^^^^^ expected lifetime parameter Sep 18 03:59:37.923 INFO kablam! Sep 18 03:59:37.929 INFO kablam! error: aborting due to 18 previous errors Sep 18 03:59:37.929 INFO kablam! Sep 18 03:59:37.929 INFO kablam! Some errors occurred: E0106, E0432, E0433, E0531. Sep 18 03:59:37.929 INFO kablam! For more information about an error, try `rustc --explain E0106`. Sep 18 03:59:37.935 INFO kablam! error: Could not compile `adi_screen`. Sep 18 03:59:37.935 INFO kablam! Sep 18 03:59:37.935 INFO kablam! To learn more, run the command again with --verbose. Sep 18 03:59:37.939 INFO kablam! su: No module specific data is present Sep 18 03:59:38.927 INFO running `"docker" "rm" "-f" "6302570c6a90a9cec5cddf3c883035110692286bb299c0d66543bcace8ce9e41"` Sep 18 03:59:39.209 INFO blam! 6302570c6a90a9cec5cddf3c883035110692286bb299c0d66543bcace8ce9e41