Skip to content

wip block drawing

wip block drawing #972

Triggered via push September 20, 2023 14:01
Status Failure
Total duration 2m 9s
Artifacts

ci.yml

on: push
Matrix: Check
Matrix: Clippy
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 45 warnings
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L755
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/main.rs#L252
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/main.rs#L346
no method named `render` found for mutable reference `&mut AllocatorVisualizer` in the current scope
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L43
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L155
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L615
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L701
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L706
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L826
failed to resolve: use of undeclared crate or module `imgui`
Check (ubuntu-latest, vulkan,visualizer)
could not compile `gpu-allocator` (example "vulkan-visualization") due to 9 previous errors
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L755
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/main.rs#L252
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/main.rs#L346
no method named `render` found for mutable reference `&mut gpu_allocator::vulkan::AllocatorVisualizer` in the current scope
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L43
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L155
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L615
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L701
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L706
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L826
failed to resolve: use of undeclared crate or module `imgui`
Clippy (ubuntu-latest, vulkan,visualizer)
could not compile `gpu-allocator` (example "vulkan-visualization") due to 9 previous errors
Check (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The operation was canceled.
Clippy (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The operation was canceled.
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L755
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/main.rs#L252
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/main.rs#L346
no method named `render` found for mutable reference `&mut AllocatorVisualizer` in the current scope
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L43
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L155
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L615
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L701
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L706
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer): examples/vulkan-visualization/imgui_renderer.rs#L826
failed to resolve: use of undeclared crate or module `imgui`
Test Suite (ubuntu-latest, vulkan,visualizer)
could not compile `gpu-allocator` (example "vulkan-visualization" test) due to 9 previous errors
Test Suite (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The operation was canceled.
Build documentation: src/d3d12/visualizer.rs#L107
unresolved import `imgui`
Build documentation: src/d3d12/visualizer.rs#L224
unresolved import `imgui`
Build documentation: src/d3d12/visualizer.rs#L39
failed to resolve: use of undeclared crate or module `imgui`
Build documentation: src/d3d12/visualizer.rs#L94
failed to resolve: use of undeclared crate or module `imgui`
Build documentation: src/d3d12/visualizer.rs#L202
failed to resolve: use of undeclared crate or module `imgui`
Build documentation: src/d3d12/visualizer.rs#L309
failed to resolve: use of undeclared crate or module `imgui`
Build documentation: src/d3d12/visualizer.rs#L319
failed to resolve: use of undeclared crate or module `imgui`
Build documentation
could not document `gpu-allocator`
Build documentation
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
readme
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
readme
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
readme
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
readme
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
readme
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, vulkan,visualizer)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (ubuntu-latest, vulkan,visualizer)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, vulkan,visualizer)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, vulkan,visualizer)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, vulkan,visualizer,d3d12,public-winapi)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build documentation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/