Oct 27 10:51:47.741 INFO checking LucioFranco/ash-toy-engine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:51:47.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 10:51:48.163 INFO blam! 5627c58d73396365f2db8277f9244da904e1c982c4bfb350dfb9b897b05d3004 Oct 27 10:51:48.166 INFO running `"docker" "start" "-a" "5627c58d73396365f2db8277f9244da904e1c982c4bfb350dfb9b897b05d3004"` Oct 27 10:51:50.034 INFO kablam! usermod: no changes Oct 27 10:51:50.295 INFO kablam! Compiling libloading v0.5.0 Oct 27 10:51:50.319 INFO kablam! Checking ash v0.24.4 Oct 27 10:51:53.469 INFO kablam! Checking dlib v0.4.1 Oct 27 10:51:54.365 INFO kablam! Checking wayland-sys v0.20.12 Oct 27 10:51:55.479 INFO kablam! Checking wayland-commons v0.20.12 Oct 27 10:51:56.469 INFO kablam! Checking wayland-client v0.20.12 Oct 27 10:52:00.277 INFO kablam! Checking wayland-protocols v0.20.12 Oct 27 10:52:04.382 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 27 10:52:07.138 INFO kablam! Checking winit v0.17.2 Oct 27 10:52:11.448 INFO kablam! Checking ash-toy-engine v0.0.0 (/source) Oct 27 10:52:13.971 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `XlibSurface` Oct 27 10:52:13.971 INFO kablam! --> src/application.rs:593:9 Oct 27 10:52:13.971 INFO kablam! | Oct 27 10:52:13.971 INFO kablam! 593 | XlibSurface::name().as_ptr(), Oct 27 10:52:13.971 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `XlibSurface` Oct 27 10:52:13.971 INFO kablam! Oct 27 10:52:13.971 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `XlibSurface` Oct 27 10:52:13.971 INFO kablam! --> src/engine/surface.rs:24:9 Oct 27 10:52:13.971 INFO kablam! | Oct 27 10:52:13.971 INFO kablam! 24 | XlibSurface::new(entry, instance).expect("Unable to load xlib surface"); Oct 27 10:52:13.971 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `XlibSurface` Oct 27 10:52:13.971 INFO kablam! Oct 27 10:52:13.972 INFO kablam! warning: unused import: `winit::Window` Oct 27 10:52:13.972 INFO kablam! --> src/engine/surface.rs:5:5 Oct 27 10:52:13.972 INFO kablam! | Oct 27 10:52:13.972 INFO kablam! 5 | use winit::Window; Oct 27 10:52:13.972 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:52:13.972 INFO kablam! | Oct 27 10:52:13.972 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:52:13.972 INFO kablam! Oct 27 10:52:14.067 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `XlibSurface` Oct 27 10:52:14.067 INFO kablam! --> src/application.rs:593:9 Oct 27 10:52:14.067 INFO kablam! | Oct 27 10:52:14.067 INFO kablam! 593 | XlibSurface::name().as_ptr(), Oct 27 10:52:14.067 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `XlibSurface` Oct 27 10:52:14.067 INFO kablam! Oct 27 10:52:14.067 INFO kablam! error[E0433]: failed to resolve. Use of undeclared type or module `XlibSurface` Oct 27 10:52:14.067 INFO kablam! --> src/engine/surface.rs:24:9 Oct 27 10:52:14.067 INFO kablam! | Oct 27 10:52:14.067 INFO kablam! 24 | XlibSurface::new(entry, instance).expect("Unable to load xlib surface"); Oct 27 10:52:14.067 INFO kablam! | ^^^^^^^^^^^ Use of undeclared type or module `XlibSurface` Oct 27 10:52:14.067 INFO kablam! Oct 27 10:52:14.067 INFO kablam! warning: unused import: `winit::Window` Oct 27 10:52:14.067 INFO kablam! --> src/engine/surface.rs:5:5 Oct 27 10:52:14.067 INFO kablam! | Oct 27 10:52:14.067 INFO kablam! 5 | use winit::Window; Oct 27 10:52:14.067 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 10:52:14.067 INFO kablam! | Oct 27 10:52:14.067 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:52:14.067 INFO kablam! Oct 27 10:52:14.295 INFO kablam! error: aborting due to 2 previous errors Oct 27 10:52:14.295 INFO kablam! Oct 27 10:52:14.295 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 27 10:52:14.315 INFO kablam! error: Could not compile `ash-toy-engine`. Oct 27 10:52:14.315 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 10:52:14.352 INFO kablam! error: aborting due to 2 previous errors Oct 27 10:52:14.353 INFO kablam! Oct 27 10:52:14.353 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 27 10:52:14.370 INFO kablam! error: Could not compile `ash-toy-engine`. Oct 27 10:52:14.370 INFO kablam! Oct 27 10:52:14.370 INFO kablam! To learn more, run the command again with --verbose. Oct 27 10:52:14.372 INFO kablam! su: No module specific data is present Oct 27 10:52:15.271 INFO running `"docker" "rm" "-f" "5627c58d73396365f2db8277f9244da904e1c982c4bfb350dfb9b897b05d3004"` Oct 27 10:52:15.479 INFO blam! 5627c58d73396365f2db8277f9244da904e1c982c4bfb350dfb9b897b05d3004