Sep 19 23:16:13.021 INFO checking orbtk-simple-modal-0.1.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:16:13.021 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:16:13.021 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:16:13.202 INFO blam! 09cc40de93795225b7b2ab72bdf831cc79bebb1720afaab8501daa63494a39fa Sep 19 23:16:13.203 INFO running `"docker" "start" "-a" "09cc40de93795225b7b2ab72bdf831cc79bebb1720afaab8501daa63494a39fa"` Sep 19 23:16:14.004 INFO kablam! usermod: no changes Sep 19 23:16:14.232 INFO kablam! Checking resize v0.2.0 Sep 19 23:16:14.238 INFO kablam! Compiling cssparser v0.16.1 Sep 19 23:16:14.238 INFO kablam! Checking rayon v0.8.2 Sep 19 23:16:14.238 INFO kablam! Checking image v0.12.4 Sep 19 23:16:20.907 INFO kablam! Checking orbclient v0.3.17 Sep 19 23:16:24.138 INFO kablam! Checking orbfont v0.1.8 Sep 19 23:16:25.558 INFO kablam! Checking orbimage v0.1.16 Sep 19 23:16:26.594 INFO kablam! Checking orbtk v0.2.27 Sep 19 23:16:28.863 INFO kablam! Checking orbtk-simple-modal v0.1.0 (/source) Sep 19 23:16:30.071 INFO kablam! error[E0432]: unresolved imports `orbtk::theme::LABEL_BACKGROUND`, `orbtk::theme::LABEL_BORDER`, `orbtk::theme::LABEL_FOREGROUND` Sep 19 23:16:30.072 INFO kablam! --> src/lib.rs:12:20 Sep 19 23:16:30.072 INFO kablam! | Sep 19 23:16:30.072 INFO kablam! 12 | use orbtk::theme::{LABEL_BACKGROUND, LABEL_BORDER, LABEL_FOREGROUND}; Sep 19 23:16:30.072 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `LABEL_FOREGROUND` in `theme` Sep 19 23:16:30.072 INFO kablam! | | | Sep 19 23:16:30.072 INFO kablam! | | no `LABEL_BORDER` in `theme` Sep 19 23:16:30.072 INFO kablam! | no `LABEL_BACKGROUND` in `theme` Sep 19 23:16:30.072 INFO kablam! Sep 19 23:16:30.072 INFO kablam! error[E0432]: unresolved import `orbtk::traits::Border` Sep 19 23:16:30.072 INFO kablam! --> src/lib.rs:13:21 Sep 19 23:16:30.072 INFO kablam! | Sep 19 23:16:30.072 INFO kablam! 13 | use orbtk::traits::{Border, Click, Place, Text}; Sep 19 23:16:30.072 INFO kablam! | ^^^^^^ no `Border` in `traits` Sep 19 23:16:30.072 INFO kablam! Sep 19 23:16:30.090 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:16:30.090 INFO kablam! Sep 19 23:16:30.090 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 23:16:30.110 INFO kablam! error: Could not compile `orbtk-simple-modal`. Sep 19 23:16:30.110 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:16:30.270 INFO kablam! error[E0432]: unresolved imports `orbtk::theme::LABEL_BACKGROUND`, `orbtk::theme::LABEL_BORDER`, `orbtk::theme::LABEL_FOREGROUND` Sep 19 23:16:30.270 INFO kablam! --> src/lib.rs:12:20 Sep 19 23:16:30.270 INFO kablam! | Sep 19 23:16:30.270 INFO kablam! 12 | use orbtk::theme::{LABEL_BACKGROUND, LABEL_BORDER, LABEL_FOREGROUND}; Sep 19 23:16:30.270 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `LABEL_FOREGROUND` in `theme` Sep 19 23:16:30.270 INFO kablam! | | | Sep 19 23:16:30.270 INFO kablam! | | no `LABEL_BORDER` in `theme` Sep 19 23:16:30.270 INFO kablam! | no `LABEL_BACKGROUND` in `theme` Sep 19 23:16:30.270 INFO kablam! Sep 19 23:16:30.270 INFO kablam! error[E0432]: unresolved import `orbtk::traits::Border` Sep 19 23:16:30.270 INFO kablam! --> src/lib.rs:13:21 Sep 19 23:16:30.270 INFO kablam! | Sep 19 23:16:30.270 INFO kablam! 13 | use orbtk::traits::{Border, Click, Place, Text}; Sep 19 23:16:30.270 INFO kablam! | ^^^^^^ no `Border` in `traits` Sep 19 23:16:30.270 INFO kablam! Sep 19 23:16:30.290 INFO kablam! error: aborting due to 2 previous errors Sep 19 23:16:30.290 INFO kablam! Sep 19 23:16:30.290 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 19 23:16:30.298 INFO kablam! error: Could not compile `orbtk-simple-modal`. Sep 19 23:16:30.298 INFO kablam! Sep 19 23:16:30.298 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:16:30.299 INFO kablam! su: No module specific data is present Sep 19 23:16:31.254 INFO running `"docker" "rm" "-f" "09cc40de93795225b7b2ab72bdf831cc79bebb1720afaab8501daa63494a39fa"` Sep 19 23:16:31.365 INFO blam! 09cc40de93795225b7b2ab72bdf831cc79bebb1720afaab8501daa63494a39fa