>>> vulkan-tools: Building community/vulkan-tools 1.2.137-r0 (using abuild 3.7.0_rc1-r2) started Wed, 23 Dec 2020 03:25:28 +0000 >>> vulkan-tools: Checking sanity of /home/buildozer/aports/community/vulkan-tools/APKBUILD... >>> vulkan-tools: Analyzing dependencies... >>> vulkan-tools: Installing for build: build-base vulkan-loader cmake python3 libx11-dev wayland-dev vulkan-headers<1.2.140 vulkan-loader-dev glslang-dev libxrandr-dev (1/46) Installing vulkan-loader (1.2.137-r0) (2/46) Installing libbz2 (1.0.8-r1) (3/46) Installing lz4-libs (1.9.2-r0) (4/46) Installing xz-libs (5.2.5-r0) (5/46) Installing libarchive (3.5.0-r0) (6/46) Installing rhash-libs (1.4.0-r0) (7/46) Installing libuv (1.40.0-r0) (8/46) Installing cmake (3.18.4-r1) (9/46) Installing libffi (3.3-r2) (10/46) Installing gdbm (1.18.1-r0) (11/46) Installing readline (8.0.4-r0) (12/46) Installing sqlite-libs (3.34.0-r0) (13/46) Installing python3 (3.8.6-r0) (14/46) Installing libxau (1.0.9-r0) (15/46) Installing xorgproto (2020.1-r0) (16/46) Installing libxau-dev (1.0.9-r0) (17/46) Installing xcb-proto (1.14.1-r0) (18/46) Installing libbsd (0.10.0-r0) (19/46) Installing libxdmcp (1.1.3-r0) (20/46) Installing libxcb (1.14-r1) (21/46) Installing libxdmcp-dev (1.1.3-r0) (22/46) Installing libxcb-dev (1.14-r1) (23/46) Installing xtrans (1.4.0-r1) (24/46) Installing libx11 (1.7.0-r0) (25/46) Installing libx11-dev (1.7.0-r0) (26/46) Installing linux-headers (5.7.8-r0) (27/46) Installing libffi-dev (3.3-r2) (28/46) Installing expat-dev (2.2.10-r0) (29/46) Installing libxml2 (2.9.10-r5) (30/46) Installing wayland-libs-client (1.18.0-r4) (31/46) Installing wayland-libs-cursor (1.18.0-r4) (32/46) Installing wayland-libs-egl (1.18.0-r4) (33/46) Installing wayland-libs-server (1.18.0-r4) (34/46) Installing wayland-dev (1.18.0-r4) (35/46) Installing vulkan-headers (1.2.139-r0) (36/46) Installing vulkan-loader-dev (1.2.137-r0) (37/46) Installing spirv-tools (2020.3-r0) (38/46) Installing glslang (8.13.3743-r0) (39/46) Installing glslang-dev (8.13.3743-r0) (40/46) Installing libxext (1.3.4-r0) (41/46) Installing libxext-dev (1.3.4-r0) (42/46) Installing libxrender (0.9.10-r3) (43/46) Installing libxrandr (1.5.2-r1) (44/46) Installing libxrender-dev (0.9.10-r3) (45/46) Installing libxrandr-dev (1.5.2-r1) (46/46) Installing .makedepends-vulkan-tools (20201223.032536) Executing busybox-1.32.0-r8.trigger OK: 442 MiB in 132 packages >>> vulkan-tools: Cleaning up srcdir >>> vulkan-tools: Cleaning up pkgdir >>> vulkan-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/vulkan-tools-1.2.137.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 693k 100 693k 0 0 5930k 0 --:--:-- --:--:-- --:--:-- 5930k >>> vulkan-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/vulkan-tools-1.2.137.tar.gz >>> vulkan-tools: Checking sha512sums... vulkan-tools-1.2.137.tar.gz: OK >>> vulkan-tools: Unpacking /var/cache/distfiles/v3.13/vulkan-tools-1.2.137.tar.gz... -- The C compiler identification is GNU 10.2.1 -- The CXX compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using find_package to locate Vulkan -- Found Vulkan: /usr/lib/libvulkan.so -- Found VulkanHeaders: /usr/include CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (VulkanRegistry) does not match the name of the calling package (VulkanHeaders). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindVulkanHeaders.cmake:65 (find_package_handle_standard_args) CMakeLists.txt:97 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found VulkanRegistry: /usr/share/vulkan/registry -- Vulkan FOUND = TRUE -- Vulkan Lib Dir = /usr/lib -- Vulkan Lib = /usr/lib/libvulkan.so -- Vulkan Headers Include = /usr/include -- Vulkan Headers Registry = /usr/share/vulkan/registry -- Using GLSLANG_INSTALL_DIR to look for glslangValidator -- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3") CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (xcb) does not match the name of the calling package (XCB). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindXCB.cmake:38 (find_package_handle_standard_args) cube/CMakeLists.txt:52 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found xcb: /usr/include -- Found X11: /usr/include -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_CLIENT) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:52 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cube/CMakeLists.txt:60 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND_CLIENT: /usr/lib/libwayland-client.so CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_SERVER) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:53 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cube/CMakeLists.txt:60 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND_SERVER: /usr/lib/libwayland-server.so CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_EGL) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:54 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cube/CMakeLists.txt:60 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND_EGL: /usr/lib/libwayland-egl.so CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_CURSOR) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:55 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cube/CMakeLists.txt:60 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND_CURSOR: /usr/lib/libwayland-cursor.so CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:56 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) cube/CMakeLists.txt:60 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND: /usr/lib/libwayland-client.so;/usr/lib/libwayland-server.so;/usr/lib/libwayland-egl.so;/usr/lib/libwayland-cursor.so -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (xcb) does not match the name of the calling package (XCB). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindXCB.cmake:38 (find_package_handle_standard_args) vulkaninfo/CMakeLists.txt:61 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_CLIENT) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:52 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) vulkaninfo/CMakeLists.txt:75 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_SERVER) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:53 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) vulkaninfo/CMakeLists.txt:75 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_EGL) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:54 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) vulkaninfo/CMakeLists.txt:75 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND_CURSOR) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:55 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) vulkaninfo/CMakeLists.txt:75 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:273 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND) does not match the name of the calling package (Wayland). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindWayland.cmake:56 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) vulkaninfo/CMakeLists.txt:75 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build make: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[1]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 8%] Compiling cube vertex shader [ 16%] Compiling cube vertex shader Scanning dependencies of target VkICD_mock_icd Scanning dependencies of target vulkaninfo [ 25%] Compiling cube fragment shader [ 33%] Compiling cube fragment shader make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 41%] Building CXX object vulkaninfo/CMakeFiles/vulkaninfo.dir/vulkaninfo.cpp.o [ 50%] Building CXX object icd/CMakeFiles/VkICD_mock_icd.dir/generated/mock_icd.cpp.o /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.frag /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.vert /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.vert Scanning dependencies of target vkcube make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.frag [ 58%] Building C object cube/CMakeFiles/vkcube.dir/cube.c.o Scanning dependencies of target vkcubepp make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 66%] Building CXX object cube/CMakeFiles/vkcubepp.dir/cube.cpp.o /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.c: In function 'debug_messenger_callback': /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.c:502:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 502 | (void *)(pCallbackData->pObjects[object].objectHandle), pCallbackData->pObjects[object].pObjectName); | ^ /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.c:506:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 506 | (void *)(pCallbackData->pObjects[object].objectHandle)); | ^ /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.c: In function 'demo_draw_build_cmd': /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.c:735:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 735 | .objectHandle = (uint64_t)cmd_buf, | ^ [ 75%] Linking C executable vkcube make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 75%] Built target vkcube /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp: In member function 'void Demo::cleanup()': /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp:647:81: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 647 | device.freeCommandBuffers(cmd_pool, 1, &swapchain_image_resources[i].cmd); | ^ In file included from /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp:39: /usr/include/vulkan/vulkan.hpp:77628:26: note: candidate 1: 'void vk::Device::freeCommandBuffers(vk::CommandPool, uint32_t, const vk::CommandBuffer*, const Dispatch&) const [with Dispatch = vk::DispatchLoaderStatic; uint32_t = unsigned int]' 77628 | VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, uint32_t commandBufferCount, const VULKAN_HPP_NAMESPACE::CommandBuffer* pCommandBuffers, Dispatch const &d) const VULKAN_HPP_NOEXCEPT | ^~~~~~ /usr/include/vulkan/vulkan.hpp:77634:26: note: candidate 2: 'void vk::Device::freeCommandBuffers(vk::CommandPool, vk::ArrayProxy, const Dispatch&) const [with Dispatch = vk::CommandBuffer*]' 77634 | VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, ArrayProxy commandBuffers, Dispatch const &d ) const VULKAN_HPP_NOEXCEPT | ^~~~~~ /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp: In member function 'void Demo::draw()': /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp:722:47: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 722 | device.resetFences(1, &fences[frame_index]); | ^ In file included from /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp:39: /usr/include/vulkan/vulkan.hpp:79501:28: note: candidate 1: 'vk::Result vk::Device::resetFences(uint32_t, const vk::Fence*, const Dispatch&) const [with Dispatch = vk::DispatchLoaderStatic; uint32_t = unsigned int]' 79501 | VULKAN_HPP_INLINE Result Device::resetFences( uint32_t fenceCount, const VULKAN_HPP_NAMESPACE::Fence* pFences, Dispatch const &d) const VULKAN_HPP_NOEXCEPT | ^~~~~~ /usr/include/vulkan/vulkan.hpp:79507:58: note: candidate 2: 'vk::ResultValueType::type vk::Device::resetFences(vk::ArrayProxy, const Dispatch&) const [with Dispatch = vk::Fence*; vk::ResultValueType::type = vk::Result]' 79507 | VULKAN_HPP_INLINE typename ResultValueType::type Device::resetFences( ArrayProxy fences, Dispatch const &d ) const | ^~~~~~ /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp: In member function 'void Demo::resize()': /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp:2274:81: warning: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: 2274 | device.freeCommandBuffers(cmd_pool, 1, &swapchain_image_resources[i].cmd); | ^ In file included from /home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/cube/cube.cpp:39: /usr/include/vulkan/vulkan.hpp:77628:26: note: candidate 1: 'void vk::Device::freeCommandBuffers(vk::CommandPool, uint32_t, const vk::CommandBuffer*, const Dispatch&) const [with Dispatch = vk::DispatchLoaderStatic; uint32_t = unsigned int]' 77628 | VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, uint32_t commandBufferCount, const VULKAN_HPP_NAMESPACE::CommandBuffer* pCommandBuffers, Dispatch const &d) const VULKAN_HPP_NOEXCEPT | ^~~~~~ /usr/include/vulkan/vulkan.hpp:77634:26: note: candidate 2: 'void vk::Device::freeCommandBuffers(vk::CommandPool, vk::ArrayProxy, const Dispatch&) const [with Dispatch = vk::CommandBuffer*]' 77634 | VULKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandPool, ArrayProxy commandBuffers, Dispatch const &d ) const VULKAN_HPP_NOEXCEPT | ^~~~~~ [ 83%] Linking CXX shared library libVkICD_mock_icd.so make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 83%] Built target VkICD_mock_icd make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' Scanning dependencies of target VkICD_mock_icd-json make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 83%] Built target VkICD_mock_icd-json [ 91%] Linking CXX executable vkcubepp make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 91%] Built target vkcubepp [100%] Linking CXX executable vulkaninfo make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [100%] Built target vulkaninfo make[1]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' >>> vulkan-tools: Entering fakeroot... make: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[1]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [ 16%] Built target vulkaninfo [ 50%] Built target vkcube [ 66%] Built target VkICD_mock_icd make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [100%] Built target vkcubepp make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Entering directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' make[2]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' [100%] Built target VkICD_mock_icd-json make[1]: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/vulkan-tools/pkg/vulkan-tools/usr/bin/vkcube -- Installing: /home/buildozer/aports/community/vulkan-tools/pkg/vulkan-tools/usr/bin/vkcubepp -- Installing: /home/buildozer/aports/community/vulkan-tools/pkg/vulkan-tools/usr/bin/vulkaninfo make: Leaving directory '/home/buildozer/aports/community/vulkan-tools/src/Vulkan-Tools-1.2.137/build' >>> vulkan-tools*: Running postcheck for vulkan-tools >>> vulkan-tools*: Preparing package vulkan-tools... >>> vulkan-tools*: Stripping binaries >>> vulkan-tools*: Scanning shared objects >>> vulkan-tools*: Tracing dependencies... vulkan-loader so:libX11.so.6 so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libvulkan.so.1 so:libwayland-client.so.0 so:libxcb.so.1 >>> vulkan-tools*: Package size: 868.0 KB >>> vulkan-tools*: Compressing data... >>> vulkan-tools*: Create checksum... >>> vulkan-tools*: Create vulkan-tools-1.2.137-r0.apk >>> vulkan-tools: Build complete at Wed, 23 Dec 2020 03:25:57 +0000 elapsed time 0h 0m 29s >>> vulkan-tools: Cleaning up srcdir >>> vulkan-tools: Cleaning up pkgdir >>> vulkan-tools: Uninstalling dependencies... (1/46) Purging .makedepends-vulkan-tools (20201223.032536) (2/46) Purging cmake (3.18.4-r1) (3/46) Purging python3 (3.8.6-r0) (4/46) Purging wayland-dev (1.18.0-r4) (5/46) Purging libffi-dev (3.3-r2) (6/46) Purging linux-headers (5.7.8-r0) (7/46) Purging expat-dev (2.2.10-r0) (8/46) Purging wayland-libs-cursor (1.18.0-r4) (9/46) Purging wayland-libs-egl (1.18.0-r4) (10/46) Purging wayland-libs-server (1.18.0-r4) (11/46) Purging vulkan-loader-dev (1.2.137-r0) (12/46) Purging vulkan-headers (1.2.139-r0) (13/46) Purging vulkan-loader (1.2.137-r0) (14/46) Purging glslang-dev (8.13.3743-r0) (15/46) Purging glslang (8.13.3743-r0) (16/46) Purging libxrandr-dev (1.5.2-r1) (17/46) Purging libxrandr (1.5.2-r1) (18/46) Purging libarchive (3.5.0-r0) (19/46) Purging libbz2 (1.0.8-r1) (20/46) Purging lz4-libs (1.9.2-r0) (21/46) Purging libxml2 (2.9.10-r5) (22/46) Purging xz-libs (5.2.5-r0) (23/46) Purging rhash-libs (1.4.0-r0) (24/46) Purging libuv (1.40.0-r0) (25/46) Purging wayland-libs-client (1.18.0-r4) (26/46) Purging libffi (3.3-r2) (27/46) Purging gdbm (1.18.1-r0) (28/46) Purging readline (8.0.4-r0) (29/46) Purging sqlite-libs (3.34.0-r0) (30/46) Purging libxrender-dev (0.9.10-r3) (31/46) Purging libxrender (0.9.10-r3) (32/46) Purging libxext-dev (1.3.4-r0) (33/46) Purging libxext (1.3.4-r0) (34/46) Purging libx11-dev (1.7.0-r0) (35/46) Purging xtrans (1.4.0-r1) (36/46) Purging libx11 (1.7.0-r0) (37/46) Purging libxcb-dev (1.14-r1) (38/46) Purging xcb-proto (1.14.1-r0) (39/46) Purging libxcb (1.14-r1) (40/46) Purging libxau-dev (1.0.9-r0) (41/46) Purging libxau (1.0.9-r0) (42/46) Purging libxdmcp-dev (1.1.3-r0) (43/46) Purging libxdmcp (1.1.3-r0) (44/46) Purging xorgproto (2020.1-r0) (45/46) Purging libbsd (0.10.0-r0) (46/46) Purging spirv-tools (2020.3-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> vulkan-tools: Updating the community/x86 repository index... >>> vulkan-tools: Signing the index...