[INFO] cloning repository https://github.com/mcoffin/vk-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mcoffin/vk-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcoffin%2Fvk-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcoffin%2Fvk-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f4ce9888705f152a314cbc42fccb45954cd82f2a [INFO] testing mcoffin/vk-playground against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcoffin%2Fvk-playground" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mcoffin/vk-playground on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mcoffin/vk-playground [INFO] finished tweaking git repo https://github.com/mcoffin/vk-playground [INFO] tweaked toml for git repo https://github.com/mcoffin/vk-playground written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/mcoffin/vk-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded semver v0.2.3 [INFO] [stderr] Downloaded ash v0.18.4 [INFO] [stderr] Downloaded vk-sys v0.2.7 [INFO] [stderr] Downloaded glfw v0.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fa0b09b691657a4a8d543aa82f8ce6ac7752e08a34e00080af79f71686ef8df [INFO] running `Command { std: "docker" "start" "-a" "2fa0b09b691657a4a8d543aa82f8ce6ac7752e08a34e00080af79f71686ef8df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fa0b09b691657a4a8d543aa82f8ce6ac7752e08a34e00080af79f71686ef8df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fa0b09b691657a4a8d543aa82f8ce6ac7752e08a34e00080af79f71686ef8df", kill_on_drop: false }` [INFO] [stdout] 2fa0b09b691657a4a8d543aa82f8ce6ac7752e08a34e00080af79f71686ef8df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eeab2046a63d08cc70df130ff38f86a2ba445c9d105bce9d743f5320355a1693 [INFO] running `Command { std: "docker" "start" "-a" "eeab2046a63d08cc70df130ff38f86a2ba445c9d105bce9d743f5320355a1693", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.30 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling vk-sys v0.2.7 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling semver v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling shared_library v0.1.7 [INFO] [stderr] Compiling num-complex v0.1.40 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling ash v0.18.4 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling glfw v0.17.0 [INFO] [stderr] Compiling vk-playground v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | try!(file.read_to_end(&mut buf)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | let mut file = try!(fs::File::open(filename)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:171:28 [INFO] [stdout] | [INFO] [stdout] 171 | let capabilities = try!(vk_surface.get_physical_device_surface_capabilities_khr(device, *surface)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:172:23 [INFO] [stdout] | [INFO] [stdout] 172 | let formats = try!(vk_surface.get_physical_device_surface_formats_khr(device, *surface)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/main.rs:173:29 [INFO] [stdout] | [INFO] [stdout] 173 | let present_modes = try!(vk_surface.get_physical_device_surface_present_modes_khr(device, *surface)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/main.rs:388:21 [INFO] [stdout] | [INFO] [stdout] 388 | (properties.device_type == PhysicalDeviceType::DiscreteGpu && features.geometry_shader != 0) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 388 - (properties.device_type == PhysicalDeviceType::DiscreteGpu && features.geometry_shader != 0) [INFO] [stdout] 388 + properties.device_type == PhysicalDeviceType::DiscreteGpu && features.geometry_shader != 0 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:61:153 [INFO] [stdout] | [INFO] [stdout] 61 | ...fe<'d, D: DeviceV1_0>(device: &'d D, create_info: &ShaderModuleCreateInfo, allocator: Option<&'d AllocationCallbacks>) -> VkResult... [INFO] [stdout] | -- hidden type `[closure@src/safe_create.rs:63:97: 66:6]` captures the lifetime `'d` as defined here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to declare that the `impl Trait` captures 'd, you can add an explicit `'d` lifetime bound [INFO] [stdout] | [INFO] [stdout] 61 | pub fn create_shader_module_safe<'d, D: DeviceV1_0>(device: &'d D, create_info: &ShaderModuleCreateInfo, allocator: Option<&'d AllocationCallbacks>) -> VkResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:69:169 [INFO] [stdout] | [INFO] [stdout] 69 | ...fe<'s>(vk_swapchain: &'s ash::extensions::Swapchain, create_info: &SwapchainCreateInfoKHR, allocator: Option<&'s AllocationCallbacks>) -> VkResult... [INFO] [stdout] | -- hidden type `[closure@src/safe_create.rs:71:85: 74:6]` captures the lifetime `'s` as defined here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to declare that the `impl Trait` captures 's, you can add an explicit `'s` lifetime bound [INFO] [stdout] | [INFO] [stdout] 69 | pub fn create_swapchain_khr_safe<'s>(vk_swapchain: &'s ash::extensions::Swapchain, create_info: &SwapchainCreateInfoKHR, allocator: Option<&'s AllocationCallbacks>) -> VkResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:77:147 [INFO] [stdout] | [INFO] [stdout] 77 | ...fe<'s, D: DeviceV1_0>(device: &'s D, create_info: &ImageViewCreateInfo, allocator: Option<&'s AllocationCallbacks>) -> VkResult... [INFO] [stdout] | -- hidden type `[closure@src/safe_create.rs:79:88: 82:6]` captures the lifetime `'s` as defined here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to declare that the `impl Trait` captures 's, you can add an explicit `'s` lifetime bound [INFO] [stdout] | [INFO] [stdout] 77 | pub fn create_image_view_safe<'s, D: DeviceV1_0>(device: &'s D, create_info: &ImageViewCreateInfo, allocator: Option<&'s AllocationCallbacks>) -> VkResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:85:182 [INFO] [stdout] | [INFO] [stdout] 85 | ...fe<'s, I: InstanceV1_0>(vk: &'s I, vk_surface: &'s ash::extensions::Surface, window: &'s glfw::Window, allocator: Option<&'s AllocationCallbacks>) -> VkResult... [INFO] [stdout] | -- hidden type `[closure@src/safe_create.rs:87:79: 90:6]` captures the lifetime `'s` as defined here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to declare that the `impl Trait` captures 's, you can add an explicit `'s` lifetime bound [INFO] [stdout] | [INFO] [stdout] 85 | pub fn create_window_surface_safe<'s, I: InstanceV1_0>(vk: &'s I, vk_surface: &'s ash::extensions::Surface, window: &'s glfw::Window, allocator: Option<&'s AllocationCallbacks>) -> VkResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:93:157 [INFO] [stdout] | [INFO] [stdout] 93 | ...fe<'d, D: DeviceV1_0>(device: &'d D, create_info: &PipelineLayoutCreateInfo, allocator: Option<&'d AllocationCallbacks>) -> VkResult... [INFO] [stdout] | -- hidden type `[closure@src/safe_create.rs:95:76: 98:6]` captures the lifetime `'d` as defined here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to declare that the `impl Trait` captures 'd, you can add an explicit `'d` lifetime bound [INFO] [stdout] | [INFO] [stdout] 93 | pub fn create_pipeline_layout_safe<'d, D: DeviceV1_0>(device: &'d D, create_info: &PipelineLayoutCreateInfo, allocator: Option<&'d AllocationCallbacks>) -> VkResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:101:149 [INFO] [stdout] | [INFO] [stdout] 101 | ...fe<'d, D: DeviceV1_0>(device: &'d D, create_info: &RenderPassCreateInfo, allocator: Option<&'d AllocationCallbacks>) -> VkResult... [INFO] [stdout] | -- hidden type `[closure@src/safe_create.rs:103:91: 106:6]` captures the lifetime `'d` as defined here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to declare that the `impl Trait` captures 'd, you can add an explicit `'d` lifetime bound [INFO] [stdout] | [INFO] [stdout] 101 | pub fn create_render_pass_safe<'d, D: DeviceV1_0>(device: &'d D, create_info: &RenderPassCreateInfo, allocator: Option<&'d AllocationCallbacks>) -> VkResult> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0700]: hidden type for `impl Trait` captures lifetime that does not appear in bounds [INFO] [stdout] --> src/safe_create.rs:109:136 [INFO] [stdout] | [INFO] [stdout] 109 | ...ip<'d, D: DeviceV1_0>(device: &'d D, allocator: Option<&'d AllocationCallbacks>, pipeline: Pipeline) -> VkOwned