Sep 21 06:08:01.380 INFO checking orbtk-simple-modal-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 06:08:01.380 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 06:08:01.380 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 06:08:01.571 INFO blam! 4ec97581d3f1646573f4d213e0dc261b3a4c8120ede1ec7b2686b9b67805356c Sep 21 06:08:01.573 INFO running `"docker" "start" "-a" "4ec97581d3f1646573f4d213e0dc261b3a4c8120ede1ec7b2686b9b67805356c"` Sep 21 06:08:02.486 INFO kablam! usermod: no changes Sep 21 06:08:02.674 INFO kablam! Compiling procedural-masquerade v0.1.6 Sep 21 06:08:02.674 INFO kablam! Checking resize v0.2.0 Sep 21 06:08:02.674 INFO kablam! Compiling cssparser v0.16.1 Sep 21 06:08:02.674 INFO kablam! Compiling syn v0.14.9 Sep 21 06:08:02.674 INFO kablam! Checking rayon v0.8.2 Sep 21 06:08:02.677 INFO kablam! Checking image v0.12.4 Sep 21 06:08:10.282 INFO kablam! Checking orbclient v0.3.17 Sep 21 06:08:12.202 INFO kablam! Checking orbfont v0.1.8 Sep 21 06:08:13.777 INFO kablam! Checking orbimage v0.1.16 Sep 21 06:08:29.175 INFO kablam! Compiling cssparser-macros v0.3.4 Sep 21 06:08:33.629 INFO kablam! Checking orbtk v0.2.27 Sep 21 06:08:35.693 INFO kablam! Checking orbtk-simple-modal v0.1.0 (/source) Sep 21 06:08:36.932 INFO kablam! error[E0432]: unresolved imports `orbtk::theme::LABEL_BACKGROUND`, `orbtk::theme::LABEL_BORDER`, `orbtk::theme::LABEL_FOREGROUND` Sep 21 06:08:36.932 INFO kablam! --> src/lib.rs:12:20 Sep 21 06:08:36.932 INFO kablam! | Sep 21 06:08:36.932 INFO kablam! 12 | use orbtk::theme::{LABEL_BACKGROUND, LABEL_BORDER, LABEL_FOREGROUND}; Sep 21 06:08:36.932 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `LABEL_FOREGROUND` in `theme` Sep 21 06:08:36.932 INFO kablam! | | | Sep 21 06:08:36.932 INFO kablam! | | no `LABEL_BORDER` in `theme` Sep 21 06:08:36.932 INFO kablam! | no `LABEL_BACKGROUND` in `theme` Sep 21 06:08:36.932 INFO kablam! Sep 21 06:08:36.932 INFO kablam! error[E0432]: unresolved import `orbtk::traits::Border` Sep 21 06:08:36.932 INFO kablam! --> src/lib.rs:13:21 Sep 21 06:08:36.932 INFO kablam! | Sep 21 06:08:36.932 INFO kablam! 13 | use orbtk::traits::{Border, Click, Place, Text}; Sep 21 06:08:36.932 INFO kablam! | ^^^^^^ no `Border` in `traits` Sep 21 06:08:36.932 INFO kablam! Sep 21 06:08:36.942 INFO kablam! error: aborting due to 2 previous errors Sep 21 06:08:36.950 INFO kablam! Sep 21 06:08:36.950 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 06:08:36.967 INFO kablam! error: Could not compile `orbtk-simple-modal`. Sep 21 06:08:36.967 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 06:08:37.390 INFO kablam! error[E0432]: unresolved imports `orbtk::theme::LABEL_BACKGROUND`, `orbtk::theme::LABEL_BORDER`, `orbtk::theme::LABEL_FOREGROUND` Sep 21 06:08:37.390 INFO kablam! --> src/lib.rs:12:20 Sep 21 06:08:37.390 INFO kablam! | Sep 21 06:08:37.390 INFO kablam! 12 | use orbtk::theme::{LABEL_BACKGROUND, LABEL_BORDER, LABEL_FOREGROUND}; Sep 21 06:08:37.390 INFO kablam! | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ no `LABEL_FOREGROUND` in `theme` Sep 21 06:08:37.390 INFO kablam! | | | Sep 21 06:08:37.390 INFO kablam! | | no `LABEL_BORDER` in `theme` Sep 21 06:08:37.390 INFO kablam! | no `LABEL_BACKGROUND` in `theme` Sep 21 06:08:37.390 INFO kablam! Sep 21 06:08:37.390 INFO kablam! error[E0432]: unresolved import `orbtk::traits::Border` Sep 21 06:08:37.390 INFO kablam! --> src/lib.rs:13:21 Sep 21 06:08:37.390 INFO kablam! | Sep 21 06:08:37.390 INFO kablam! 13 | use orbtk::traits::{Border, Click, Place, Text}; Sep 21 06:08:37.390 INFO kablam! | ^^^^^^ no `Border` in `traits` Sep 21 06:08:37.390 INFO kablam! Sep 21 06:08:37.402 INFO kablam! error: aborting due to 2 previous errors Sep 21 06:08:37.402 INFO kablam! Sep 21 06:08:37.402 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 21 06:08:37.418 INFO kablam! error: Could not compile `orbtk-simple-modal`. Sep 21 06:08:37.418 INFO kablam! Sep 21 06:08:37.418 INFO kablam! To learn more, run the command again with --verbose. Sep 21 06:08:37.418 INFO kablam! su: No module specific data is present Sep 21 06:08:38.205 INFO running `"docker" "rm" "-f" "4ec97581d3f1646573f4d213e0dc261b3a4c8120ede1ec7b2686b9b67805356c"` Sep 21 06:08:38.334 INFO blam! 4ec97581d3f1646573f4d213e0dc261b3a4c8120ede1ec7b2686b9b67805356c