Sep 17 20:25:57.676 INFO checking orbtk-simple-modal-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:25:57.676 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:25:57.676 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 20:25:58.091 INFO blam! 5e64a5ac11a0c01848fcb8deebbc914cfa27c2eabca77e5d8e67330156e1e7f8 Sep 17 20:25:58.095 INFO running `"docker" "start" "-a" "5e64a5ac11a0c01848fcb8deebbc914cfa27c2eabca77e5d8e67330156e1e7f8"` Sep 17 20:25:59.362 INFO kablam! usermod: no changes Sep 17 20:25:59.562 INFO kablam! Checking resize v0.2.0 Sep 17 20:25:59.563 INFO kablam! Compiling cssparser v0.16.1 Sep 17 20:25:59.564 INFO kablam! Checking rayon v0.8.2 Sep 17 20:25:59.565 INFO kablam! Checking image v0.12.4 Sep 17 20:26:05.236 INFO kablam! Checking orbclient v0.3.17 Sep 17 20:26:08.047 INFO kablam! Checking orbimage v0.1.16 Sep 17 20:26:08.047 INFO kablam! Checking orbfont v0.1.8 Sep 17 20:26:09.751 INFO kablam! Checking orbtk v0.2.27 Sep 17 20:26:12.278 INFO kablam! Checking orbtk-simple-modal v0.1.0 (/source) Sep 17 20:26:14.016 INFO kablam! error[E0432]: unresolved imports `orbtk::theme::LABEL_BACKGROUND`, `orbtk::theme::LABEL_BORDER`, `orbtk::theme::LABEL_FOREGROUND` Sep 17 20:26:14.016 INFO kablam! --> src/lib.rs:12:20 Sep 17 20:26:14.016 INFO kablam! | Sep 17 20:26:14.016 INFO kablam! 12 | use orbtk::theme::{LABEL_BACKGROUND, LABEL_BORDER, LABEL_FOREGROUND}; Sep 17 20:26:14.016 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `LABEL_FOREGROUND` in `theme` Sep 17 20:26:14.016 INFO kablam! | | | Sep 17 20:26:14.016 INFO kablam! | | no `LABEL_BORDER` in `theme` Sep 17 20:26:14.016 INFO kablam! | no `LABEL_BACKGROUND` in `theme` Sep 17 20:26:14.016 INFO kablam! Sep 17 20:26:14.016 INFO kablam! error[E0432]: unresolved import `orbtk::traits::Border` Sep 17 20:26:14.016 INFO kablam! --> src/lib.rs:13:21 Sep 17 20:26:14.016 INFO kablam! | Sep 17 20:26:14.016 INFO kablam! 13 | use orbtk::traits::{Border, Click, Place, Text}; Sep 17 20:26:14.016 INFO kablam! | ^^^^^^ no `Border` in `traits` Sep 17 20:26:14.016 INFO kablam! Sep 17 20:26:14.035 INFO kablam! error: aborting due to 2 previous errors Sep 17 20:26:14.035 INFO kablam! Sep 17 20:26:14.035 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 17 20:26:14.042 INFO kablam! error: Could not compile `orbtk-simple-modal`. Sep 17 20:26:14.042 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 20:26:14.099 INFO kablam! error[E0432]: unresolved imports `orbtk::theme::LABEL_BACKGROUND`, `orbtk::theme::LABEL_BORDER`, `orbtk::theme::LABEL_FOREGROUND` Sep 17 20:26:14.099 INFO kablam! --> src/lib.rs:12:20 Sep 17 20:26:14.099 INFO kablam! | Sep 17 20:26:14.099 INFO kablam! 12 | use orbtk::theme::{LABEL_BACKGROUND, LABEL_BORDER, LABEL_FOREGROUND}; Sep 17 20:26:14.099 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `LABEL_FOREGROUND` in `theme` Sep 17 20:26:14.099 INFO kablam! | | | Sep 17 20:26:14.099 INFO kablam! | | no `LABEL_BORDER` in `theme` Sep 17 20:26:14.099 INFO kablam! | no `LABEL_BACKGROUND` in `theme` Sep 17 20:26:14.099 INFO kablam! Sep 17 20:26:14.099 INFO kablam! error[E0432]: unresolved import `orbtk::traits::Border` Sep 17 20:26:14.099 INFO kablam! --> src/lib.rs:13:21 Sep 17 20:26:14.099 INFO kablam! | Sep 17 20:26:14.099 INFO kablam! 13 | use orbtk::traits::{Border, Click, Place, Text}; Sep 17 20:26:14.099 INFO kablam! | ^^^^^^ no `Border` in `traits` Sep 17 20:26:14.099 INFO kablam! Sep 17 20:26:14.119 INFO kablam! error: aborting due to 2 previous errors Sep 17 20:26:14.119 INFO kablam! Sep 17 20:26:14.119 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 17 20:26:14.131 INFO kablam! error: Could not compile `orbtk-simple-modal`. Sep 17 20:26:14.131 INFO kablam! Sep 17 20:26:14.131 INFO kablam! To learn more, run the command again with --verbose. Sep 17 20:26:14.132 INFO kablam! su: No module specific data is present Sep 17 20:26:14.939 INFO running `"docker" "rm" "-f" "5e64a5ac11a0c01848fcb8deebbc914cfa27c2eabca77e5d8e67330156e1e7f8"` Sep 17 20:26:15.155 INFO blam! 5e64a5ac11a0c01848fcb8deebbc914cfa27c2eabca77e5d8e67330156e1e7f8