[INFO] updating cached repository https://github.com/athorwall/vulkan-project [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] 4b384d131789c973f60ae917707e2f9a1cb510c6 [INFO] testing athorwall/vulkan-project against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fathorwall%2Fvulkan-project" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/athorwall/vulkan-project 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/athorwall/vulkan-project [INFO] removed path dependency vulkano from git repo https://github.com/athorwall/vulkan-project [INFO] removed path dependency vulkano-shader-derive from git repo https://github.com/athorwall/vulkan-project [INFO] removed path dependency vulkano-win from git repo https://github.com/athorwall/vulkan-project [INFO] finished tweaking git repo https://github.com/athorwall/vulkan-project [INFO] tweaked toml for git repo https://github.com/athorwall/vulkan-project written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/athorwall/vulkan-project 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] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 42936feec5375b385fa054dce7abde364c64b88b5bf0a37ca46add9540105bfc [INFO] running `"docker" "start" "-a" "42936feec5375b385fa054dce7abde364c64b88b5bf0a37ca46add9540105bfc"` [INFO] [stderr] warning: dependency (vulkano) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (vulkano-shader-derive) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (vulkano-win) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling vulkano v0.14.0 [INFO] [stderr] Compiling half v1.3.1 [INFO] [stderr] Compiling vulkano-shader-derive v0.11.0 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling crossbeam v0.7.2 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling vulkano-win v0.14.0 [INFO] [stderr] Compiling render v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:36:31 [INFO] [stderr] | [INFO] [stderr] 36 | pub framebuffers: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FramebufferAbstract + Send + Sync` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:38:25 [INFO] [stderr] | [INFO] [stderr] 38 | pub renderpass: Arc, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn RenderPassAbstract + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:141:24 [INFO] [stderr] | [INFO] [stderr] 141 | let f: Arc = Arc::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FramebufferAbstract + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:218:24 [INFO] [stderr] | [INFO] [stderr] 218 | let f: Arc = Arc::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FramebufferAbstract + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:239:56 [INFO] [stderr] | [INFO] [stderr] 239 | pub fn load_texture(&self, filename: &str) -> (Arc, Box) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ImageViewAccess + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:239:92 [INFO] [stderr] | [INFO] [stderr] 239 | pub fn load_texture(&self, filename: &str) -> (Arc, Box) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn GpuFuture` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:252:62 [INFO] [stderr] | [INFO] [stderr] 252 | pub fn create_pipeline(&self, vs: V, fs: F) -> Arc [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GraphicsPipelineAbstract + Send + Sync` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `build_vk_surface` found for type `winit::WindowBuilder` in the current scope [INFO] [stderr] --> src/graphics.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | .build_vk_surface(&events_loop, instance.clone()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `default` found for type `geometry::Vertex` in the current scope [INFO] [stderr] --> src/geometry.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Vertex { [INFO] [stderr] | ----------------- function or associated item `default` not found for this [INFO] [stderr] ... [INFO] [stderr] 18 | impl_vertex!(Vertex, position, normal, uv, tangent_u, tangent_v); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `geometry::Vertex` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `default`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::default::Default` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `vulkano_win::VkSurfaceBuild` [INFO] [stderr] --> src/graphics.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use vulkano_win::VkSurfaceBuild; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `render`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "42936feec5375b385fa054dce7abde364c64b88b5bf0a37ca46add9540105bfc"` [INFO] running `"docker" "rm" "-f" "42936feec5375b385fa054dce7abde364c64b88b5bf0a37ca46add9540105bfc"` [INFO] [stdout] 42936feec5375b385fa054dce7abde364c64b88b5bf0a37ca46add9540105bfc