vulkan test fails
ninja: Entering directory `build'
[1/2] Running all tests.
1/12 colorspace.c OK 0.02s
2/12 common.c OK 0.02s
3/12 lut.c OK 0.02s
4/12 filters.c OK 0.02s
5/12 string.c OK 0.02s
6/12 tone_mapping.c OK 0.01s
7/12 utils.c OK 0.01s
8/12 dither.c OK 0.02s
9/12 dav1d.c OK 0.01s
10/12 libav.c OK 0.01s
11/12 dummy.c OK 0.04s
12/12 vulkan.c FAIL 0.52s exit status 1
>>> MALLOC_PERTURB_=176 LD_LIBRARY_PATH=src src/tests/test.vulkan.c
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Listing only the last 100 lines from a long log.
input:9: warning: '#extension' : extension not supported: GL_ARB_texture_buffer_object
[0.576][i] shaderc compile status 'success' (0 errors, 1 warnings)
[0.576][d] Spent 4.049 ms translating SPIR-V
[0.576][d] Spent 0.003 ms compiling shader
[0.580][d] Spent 4.266 ms creating pipeline
[0.580][d] Pass statistics: size 6350, SPIR-V: vert 0 frag 0 comp 1320
[0.581][d] Allocating 270336 memory of type 0x1 (id 1) in heap 0
[0.582][d] compute shader source:
[0.582][d] [ 1] #version 450
[0.582][d] [ 2] #extension GL_ARB_compute_shader : enable
[0.582][d] [ 3] #extension GL_KHR_shader_subgroup_basic : enable
[0.582][d] [ 4] #extension GL_KHR_shader_subgroup_vote : enable
[0.582][d] [ 5] #extension GL_KHR_shader_subgroup_arithmetic : enable
[0.582][d] [ 6] #extension GL_KHR_shader_subgroup_ballot : enable
[0.582][d] [ 7] #extension GL_KHR_shader_subgroup_shuffle : enable
[0.582][d] [ 8] #extension GL_ARB_shader_image_load_store : enable
[0.582][d] [ 9] #extension GL_ARB_texture_buffer_object : enable
[0.582][d] [ 10] layout(constant_id=0) const int _const_2_0 = 1;
[0.582][d] [ 11] layout(constant_id=1) const int _const_3_0 = 1;
[0.582][d] [ 12] layout(constant_id=2) const int _const_4_0 = 1;
[0.582][d] [ 13] layout(binding=0, r32f) restrict uniform imageBuffer _data_0_0;
[0.582][d] [ 14] layout(binding=1, rgba16f) readonly restrict uniform image3D _image_1_0;
[0.582][d] [ 15] layout (local_size_x = 16, local_size_y = 1) in;
[0.582][d] [ 16]
[0.582][d] [ 17] void _main_5_0() {
[0.582][d] [ 18] ivec3 pos = ivec3(gl_GlobalInvocationID) + ivec3(0, 0, 0);
[0.582][d] [ 19] int base = pos.z * _const_4_0 + pos.y * _const_3_0 + pos.x * _const_2_0;
[0.582][d] [ 20] vec4 color = imageLoad(_image_1_0, ivec3(pos));
[0.582][d] [ 21] imageStore(_data_0_0, base + 0, vec4(color[0]));
[0.582][d] [ 22] imageStore(_data_0_0, base + 1, vec4(color[1]));
[0.582][d] [ 23] imageStore(_data_0_0, base + 2, vec4(color[2]));
[0.582][d] [ 24] imageStore(_data_0_0, base + 3, vec4(color[3]));
[0.582][d] [ 25]
[0.582][d] [ 26] }
[0.582][d] [ 27]
[0.582][d] [ 28] void main() {
[0.582][d] [ 29] _main_5_0();
[0.582][d] [ 30] }
[0.582][d] Specialization constant values:
[0.582][d] constant_id=0: 4
[0.582][d] constant_id=1: 64
[0.582][d] constant_id=2: 1024
[0.586][i] shaderc output:
input:9: warning: '#extension' : extension not supported: GL_ARB_texture_buffer_object
[0.586][i] shaderc compile status 'success' (0 errors, 1 warnings)
[0.586][d] Spent 4.121 ms translating SPIR-V
[0.586][d] Spent 0.001 ms compiling shader
[0.590][d] Spent 4.564 ms creating pipeline
[0.590][d] Pass statistics: size 6487, SPIR-V: vert 0 frag 0 comp 1376
upload time: 11872, download time: 15520
testing texture roundtrip for format rgb16f
... 1D
[0.591][d] Texture creation failed: not supported
[0.591][d] Texture creation failed: not supported
failed creating test textures... skipping this test
... 2D
[0.591][d] Texture creation failed: not supported
[0.591][d] Texture creation failed: not supported
failed creating test textures... skipping this test
... 3D
[0.591][d] Texture creation failed: not supported
[0.591][d] Texture creation failed: not supported
failed creating test textures... skipping this test
[0.591][d] Allocating 786432 memory of type 0x1 (id 1) in heap 0
[0.592][d] compute shader source:
[0.592][d] [ 1] #version 450
[0.592][d] [ 2] #extension GL_ARB_compute_shader : enable
[0.592][d] [ 3] #extension GL_KHR_shader_subgroup_basic : enable
[0.592][d] [ 4] #extension GL_KHR_shader_subgroup_vote : enable
[0.592][d] [ 5] #extension GL_KHR_shader_subgroup_arithmetic : enable
[0.592][d] [ 6] #extension GL_KHR_shader_subgroup_ballot : enable
[0.592][d] [ 7] #extension GL_KHR_shader_subgroup_shuffle : enable
[0.592][d] [ 8] #extension GL_ARB_shader_image_load_store : enable
[0.592][d] [ 9] layout(binding=0, r8) writeonly restrict uniform image2D _dst_0_0;
[0.592][d] [ 10] layout(binding=1, r8) readonly restrict uniform image2D _src_1_0;
[0.592][d] [ 11] layout (local_size_x = 32, local_size_y = 8) in;
[0.592][d] [ 12]
[0.592][d] [ 13] void _main_2_0() {
[0.592][d] [ 14] const ivec3 pos = ivec3(gl_GlobalInvocationID);
[0.592][d] [ 15] ivec2 dst_pos = ivec2(pos + ivec3(0, 0, 0));
[0.592][d] [ 16] ivec3 src_pos = ivec3(0);
[0.592][d] [ 17] src_pos = ivec3(1, 1, 1) * src_pos + ivec3(0, 0, 0);
[0.592][d] [ 18] imageStore(_dst_0_0, dst_pos, imageLoad(_src_1_0, ivec2(src_pos)));
[0.592][d] [ 19]
[0.592][d] [ 20] }
[0.592][d] [ 21]
[0.592][d] [ 22] void main() {
[0.592][d] [ 23] _main_2_0();
[0.592][d] [ 24] }
[0.594][d] shaderc compile status 'success' (0 errors, 0 warnings)
[0.594][d] Spent 2.487 ms translating SPIR-V
[0.594][d] Spent 0.002 ms compiling shader
[0.595][d] Spent 0.223 ms creating pipeline
[0.595][d] Pass statistics: size 6131, SPIR-V: vert 0 frag 0 comp 936
stderr:
[0.004][w] API debugging requested but no debug meta layers present... ignoring
=== FAILED: 'data[i] == 0x80' at ../libplacebo/src/tests/gpu_tests.h:305
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Summary of Failures:
12/12 vulkan.c FAIL 0.52s exit status 1
Ok: 11
Expected Fail: 0
Fail: 1
Unexpected Pass: 0
Skipped: 0
Timeout: 0