Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ...
- create mode 100644 webgpu-cts/webtests/web_platform/reftests/ref/delay_get_texture-ref.html
- Updating files: 100% (30555/30555), done.
- Previous HEAD position was 9635685700 Roll Depot Tools from 6427b94bc227 to 3963cc6399e4 (2 revisions)
- HEAD is now at b7a1641725 Test storage textures in compute passes are validated at queue submit
- Updating depot_tools...
- Syncing projects: 100% (41/41), done.
- Running hooks: 100% (23/23), done.
- * preparing build
- -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19045.
- -- Dawn build D3D11 backend: OFF
- -- Dawn build D3D12 backend: ON
- -- Dawn build Metal backend: OFF
- -- Dawn build Vulkan backend: OFF
- -- Dawn build OpenGL backend: OFF
- -- Dawn build OpenGL ES backend: OFF
- -- Dawn build Null backend: OFF
- -- Dawn build with asserts in all configurations: OFF
- -- Dawn build Wayland support: OFF
- -- Dawn build X11 support: OFF
- -- Dawn build GLFW support: ON
- -- Dawn build Windows UI support: ON
- -- Dawn build and use DXC: OFF
- -- Dawn build samples: OFF
- -- Dawn build Node bindings: OFF
- -- Dawn build Swiftshader: OFF
- -- Dawn build benchmarks: OFF
- -- Dawn build PIC: OFF
- -- Dawn build with ASAN: OFF
- -- Dawn build with TSAN: OFF
- -- Dawn build with MSAN: OFF
- -- Dawn build with UBSAN: OFF
- -- Tint build command line executable tools: ON
- -- Tint build docs: OFF
- -- Tint build docs with warn as error: OFF
- -- Tint build SPIR-V reader: OFF
- -- Tint build WGSL reader: ON
- -- Tint build GLSL writer: OFF
- -- Tint build GLSL validator: ON
- -- Tint build HLSL writer: ON
- -- Tint build MSL writer: OFF
- -- Tint build SPIR-V writer: OFF
- -- Tint build WGSL writer: ON
- -- Tint build Syntax Tree writer: OFF
- -- Tint build fuzzers: OFF
- -- Tint build AST fuzzer: OFF
- -- Tint build regex fuzzer: OFF
- -- Tint build benchmarks: OFF
- -- Tint build tests: OFF
- -- Tint build checking [chromium-style]: OFF
- -- Tint external benchmark corpus dir:
- -- Using python3
- CMake Warning (dev) at CMakeLists.txt:376 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found PythonInterp: C:/Windows/System32/python (Required is at least version "3")
- --
- -- 3.20.3.0
- -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
- -- Dawn: using SPIRV-Headers at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/vulkan-deps/spirv-headers/src
- -- Dawn: using SPIRV-Tools at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/vulkan-deps/spirv-tools/src
- -- optimizer enabled
- -- Dawn: using GLFW at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/glfw
- -- Including Win32 support
- -- Dawn: using Abseil at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/abseil-cpp
- -- Dawn: using Vulkan-Headers at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/vulkan-deps/vulkan-headers/src
- CMake Warning (dev) at generator/CMakeLists.txt:28 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Found PythonInterp: C:/Windows/System32/python
- -- Dawn: using python at C:/Windows/System32/python
- -- Dawn: using jinja2 at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/jinja2
- -- Dawn: using markupsafe at C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/markupsafe
- CMake Error at generator/CMakeLists.txt:82 (message):
- Dawn: Failed to get the dependencies for Dawn version based utilities.
- Base args are
- 'C:/Windows/System32/python;C:/Users/skytr/Desktop/orca-src/build/dawn/generator/dawn_version_generator.py;--template-dir;C:/Users/skytr/Desktop/orca-src/build/dawn/generator/templates;--root-dir;C:/Users/skytr/Desktop/orca-src/build/dawn;--output-dir;C:/Users/skytr/Desktop/orca-src/build/dawn.build/gen;--dawn-dir;C:/Users/skytr/Desktop/orca-src/build/dawn;--jinja2-path;C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/jinja2;--markupsafe-path;C:/Users/skytr/Desktop/orca-src/build/dawn/third_party/markupsafe'.
- Call Stack (most recent call first):
- src/dawn/common/CMakeLists.txt:28 (DawnGenerator)
- -- Configuring incomplete, errors occurred!
- Task failed with 1 error:
- ERROR: The following command failed with code 1:
- cmake -S dawn -B dawn.build -D CMAKE_BUILD_TYPE=Debug -D CMAKE_POLICY_DEFAULT_CMP0091=NEW -D BUILD_SHARED_LIBS=OFF -D BUILD_SAMPLES=OFF -D DAWN_ENABLE_D3D12=ON -D DAWN_ENABLE_D3D11=OFF -D DAWN_ENABLE_METAL=OFF -D DAWN_ENABLE_NULL=OFF -D DAWN_ENABLE_DESKTOP_GL=OFF -D DAWN_ENABLE_OPENGLES=OFF -D DAWN_ENABLE_VULKAN=OFF -D DAWN_BUILD_SAMPLES=OFF -D TINT_BUILD_SAMPLES=OFF -D TINT_BUILD_DOCS=OFF -D TINT_BUILD_TESTS=OFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement