[INFO] updating cached repository nylonblonde/lutherie2 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nylonblonde/lutherie2 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nylonblonde/lutherie2" "work/ex/beta-1.38-1/sources/1.37.0/gh/nylonblonde/lutherie2"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nylonblonde/lutherie2'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nylonblonde/lutherie2" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nylonblonde/lutherie2"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nylonblonde/lutherie2'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 495d21d2045bc0465a650ce19ad810dc278031c9 [INFO] sha for GitHub repo nylonblonde/lutherie2: 495d21d2045bc0465a650ce19ad810dc278031c9 [INFO] validating manifest of nylonblonde/lutherie2 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nylonblonde/lutherie2 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nylonblonde/lutherie2 [INFO] finished frobbing nylonblonde/lutherie2 [INFO] frobbed toml for nylonblonde/lutherie2 written to work/ex/beta-1.38-1/sources/1.37.0/gh/nylonblonde/lutherie2/Cargo.toml [INFO] started frobbing nylonblonde/lutherie2 [INFO] finished frobbing nylonblonde/lutherie2 [INFO] frobbed toml for nylonblonde/lutherie2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nylonblonde/lutherie2/Cargo.toml [INFO] crate nylonblonde/lutherie2 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing nylonblonde/lutherie2 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nylonblonde/lutherie2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e1e794e3d2ebfaa146135b76be200ecbb8523701616269a038968a5b4efaee8e [INFO] running `"docker" "start" "-a" "e1e794e3d2ebfaa146135b76be200ecbb8523701616269a038968a5b4efaee8e"` [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling octree v0.1.0 (/opt/crater/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" "e1e794e3d2ebfaa146135b76be200ecbb8523701616269a038968a5b4efaee8e"` [INFO] running `"docker" "rm" "-f" "e1e794e3d2ebfaa146135b76be200ecbb8523701616269a038968a5b4efaee8e"` [INFO] [stdout] e1e794e3d2ebfaa146135b76be200ecbb8523701616269a038968a5b4efaee8e