[INFO] updating cached repository https://github.com/nylonblonde/lutherie2 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 495d21d2045bc0465a650ce19ad810dc278031c9 [INFO] testing nylonblonde/lutherie2 against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnylonblonde%2Flutherie2" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nylonblonde/lutherie2 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nylonblonde/lutherie2 [INFO] finished tweaking git repo https://github.com/nylonblonde/lutherie2 [INFO] tweaked toml for git repo https://github.com/nylonblonde/lutherie2 written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/nylonblonde/lutherie2 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 93a5641d824cdfa77c62c06752ee801f6ffc630bb83f37d444988c17589a24d3 [INFO] running `"docker" "start" "-a" "93a5641d824cdfa77c62c06752ee801f6ffc630bb83f37d444988c17589a24d3"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling octree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `winit` [INFO] [stderr] --> src/lib.rs:203:13 [INFO] [stderr] | [INFO] [stderr] 203 | use winit::EventsLoop; [INFO] [stderr] | ^^^^^ use of undeclared type or module `winit` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:206:13 [INFO] [stderr] | [INFO] [stderr] 206 | use vulkano::instance::Instance; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:207:13 [INFO] [stderr] | [INFO] [stderr] 207 | use vulkano::instance::InstanceExtensions; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | use vulkano::instance::PhysicalDevice; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:209:13 [INFO] [stderr] | [INFO] [stderr] 209 | use vulkano::instance::QueueFamily; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:210:13 [INFO] [stderr] | [INFO] [stderr] 210 | use vulkano::device::DeviceExtensions; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | use vulkano::device::Device; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | use vulkano::swapchain::{AcquireError, PresentMode, SurfaceTransform, Swapchain, SwapchainCreationError}; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano` [INFO] [stderr] --> src/lib.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | use vulkano::sync::SharingMode; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `vulkano` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winit` [INFO] [stderr] --> src/lib.rs:204:13 [INFO] [stderr] | [INFO] [stderr] 204 | use winit::WindowBuilder; [INFO] [stderr] | ^^^^^ use of undeclared type or module `winit` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `vulkano_win` [INFO] [stderr] --> src/lib.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | use vulkano_win::VkSurfaceBuild; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `vulkano_win` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `vulkano_win` [INFO] [stderr] --> src/lib.rs:218:30 [INFO] [stderr] | [INFO] [stderr] 218 | let extensions = vulkano_win::required_extensions(); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `vulkano_win` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Instance` [INFO] [stderr] --> src/lib.rs:220:13 [INFO] [stderr] | [INFO] [stderr] 220 | Instance::new(None, &extensions, None).unwrap() [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Instance` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PhysicalDevice` [INFO] [stderr] --> src/lib.rs:223:24 [INFO] [stderr] | [INFO] [stderr] 223 | let physical = PhysicalDevice::enumerate(&instance).next().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `PhysicalDevice` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DeviceExtensions` [INFO] [stderr] --> src/lib.rs:241:15 [INFO] [stderr] | [INFO] [stderr] 241 | ..DeviceExtensions::none() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `DeviceExtensions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Device` [INFO] [stderr] --> src/lib.rs:244:36 [INFO] [stderr] | [INFO] [stderr] 244 | let (device, mut queues) = Device::new(physical, physical.supported_features(), &device_ext, [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Device` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Swapchain` [INFO] [stderr] --> src/lib.rs:282:13 [INFO] [stderr] | [INFO] [stderr] 282 | Swapchain::new(device.clone(), surface.clone(), caps.min_image_count, format, initial_dimensions, 1, [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Swapchain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SurfaceTransform` [INFO] [stderr] --> src/lib.rs:283:32 [INFO] [stderr] | [INFO] [stderr] 283 | usage, &queue, SurfaceTransform::Identity, alpha, PresentMode::Fifo, true, None).unwrap() [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `SurfaceTransform` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PresentMode` [INFO] [stderr] --> src/lib.rs:283:67 [INFO] [stderr] | [INFO] [stderr] 283 | usage, &queue, SurfaceTransform::Identity, alpha, PresentMode::Fifo, true, None).unwrap() [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PresentMode` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `DeviceExtensions` in this scope [INFO] [stderr] --> src/lib.rs:239:26 [INFO] [stderr] | [INFO] [stderr] 239 | let device_ext = DeviceExtensions { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::instance::Instance` [INFO] [stderr] --> src/lib.rs:206:13 [INFO] [stderr] | [INFO] [stderr] 206 | use vulkano::instance::Instance; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::instance::InstanceExtensions` [INFO] [stderr] --> src/lib.rs:207:13 [INFO] [stderr] | [INFO] [stderr] 207 | use vulkano::instance::InstanceExtensions; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::instance::PhysicalDevice` [INFO] [stderr] --> src/lib.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | use vulkano::instance::PhysicalDevice; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::instance::QueueFamily` [INFO] [stderr] --> src/lib.rs:209:13 [INFO] [stderr] | [INFO] [stderr] 209 | use vulkano::instance::QueueFamily; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::device::DeviceExtensions` [INFO] [stderr] --> src/lib.rs:210:13 [INFO] [stderr] | [INFO] [stderr] 210 | use vulkano::device::DeviceExtensions; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::device::Device` [INFO] [stderr] --> src/lib.rs:211:13 [INFO] [stderr] | [INFO] [stderr] 211 | use vulkano::device::Device; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `AcquireError`, `PresentMode`, `SurfaceTransform`, `SwapchainCreationError`, `Swapchain` [INFO] [stderr] --> src/lib.rs:212:34 [INFO] [stderr] | [INFO] [stderr] 212 | use vulkano::swapchain::{AcquireError, PresentMode, SurfaceTransform, Swapchain, SwapchainCreationError}; [INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano::sync::SharingMode` [INFO] [stderr] --> src/lib.rs:213:13 [INFO] [stderr] | [INFO] [stderr] 213 | use vulkano::sync::SharingMode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: Could not compile `octree`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "93a5641d824cdfa77c62c06752ee801f6ffc630bb83f37d444988c17589a24d3"` [INFO] running `"docker" "rm" "-f" "93a5641d824cdfa77c62c06752ee801f6ffc630bb83f37d444988c17589a24d3"` [INFO] [stdout] 93a5641d824cdfa77c62c06752ee801f6ffc630bb83f37d444988c17589a24d3