>>> vulkan-tools: Building main/vulkan-tools 1.3.231.1-r0 (using abuild 3.10.0_rc1-r2) started Sat, 05 Nov 2022 08:01:15 +0000 >>> vulkan-tools: Checking sanity of /home/buildozer/aports/main/vulkan-tools/APKBUILD... >>> vulkan-tools: Analyzing dependencies... >>> vulkan-tools: Installing for build: build-base vulkan-loader cmake glslang-dev libx11-dev libxrandr-dev python3 samurai vulkan-headers vulkan-loader-dev wayland-dev wayland-protocols-dev (1/42) Installing vulkan-loader (1.3.231.1-r0) (2/42) Installing libarchive (3.6.1-r1) (3/42) Installing rhash-libs (1.4.3-r1) (4/42) Installing libuv (1.44.2-r0) (5/42) Installing cmake (3.24.3-r0) (6/42) Installing glslang-libs (11.12.0-r0) (7/42) Installing glslang (11.12.0-r0) (8/42) Installing glslang-dev (11.12.0-r0) (9/42) Installing libxau (1.0.10-r0) (10/42) Installing xorgproto (2022.2-r0) (11/42) Installing libxau-dev (1.0.10-r0) (12/42) Installing xcb-proto (1.15.2-r0) (13/42) Installing libmd (1.0.4-r0) (14/42) Installing libbsd (0.11.7-r0) (15/42) Installing libxdmcp (1.1.3-r1) (16/42) Installing libxcb (1.15-r0) (17/42) Installing libxdmcp-dev (1.1.3-r1) (18/42) Installing libxcb-dev (1.15-r0) (19/42) Installing xtrans (1.4.0-r2) (20/42) Installing libx11 (1.8.1-r1) (21/42) Installing libx11-dev (1.8.1-r1) (22/42) Installing libxext (1.3.5-r0) (23/42) Installing libxext-dev (1.3.5-r0) (24/42) Installing libxrender (0.9.11-r0) (25/42) Installing libxrandr (1.5.2-r1) (26/42) Installing libxrender-dev (0.9.11-r0) (27/42) Installing libxrandr-dev (1.5.2-r1) (28/42) Installing samurai (1.2-r2) (29/42) Installing vulkan-headers (1.3.231.1-r0) (30/42) Installing vulkan-loader-dev (1.3.231.1-r0) (31/42) Installing linux-headers (5.19.5-r0) (32/42) Installing libffi-dev (3.4.4-r0) (33/42) Installing expat (2.5.0-r0) (34/42) Installing expat-dev (2.5.0-r0) (35/42) Installing libxml2 (2.10.3-r1) (36/42) Installing wayland-libs-client (1.21.0-r1) (37/42) Installing wayland-libs-cursor (1.21.0-r1) (38/42) Installing wayland-libs-egl (1.21.0-r1) (39/42) Installing wayland-libs-server (1.21.0-r1) (40/42) Installing wayland-dev (1.21.0-r1) (41/42) Installing wayland-protocols (1.28-r0) (42/42) Installing .makedepends-vulkan-tools (20221105.080116) Executing busybox-1.35.0-r27.trigger OK: 430 MiB in 143 packages >>> vulkan-tools: Cleaning up srcdir >>> vulkan-tools: Cleaning up pkgdir >>> vulkan-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/vulkan-tools-sdk-1.3.231.1.tar.gz >>> vulkan-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/vulkan-tools-sdk-1.3.231.1.tar.gz >>> vulkan-tools: Checking sha512sums... vulkan-tools-sdk-1.3.231.1.tar.gz: OK >>> vulkan-tools: Unpacking /var/cache/distfiles/v3.17/vulkan-tools-sdk-1.3.231.1.tar.gz... -- The C compiler identification is GNU 12.2.1 -- The CXX compiler identification is GNU 12.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 -- 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.9.3") -- 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:438 (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:68 (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:438 (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:68 (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:438 (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:68 (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:438 (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:68 (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:438 (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:68 (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 CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND) does not match the name of the calling package (WaylandScanner). 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/FindWaylandScanner.cmake:12 (find_package_handle_standard_args) cube/CMakeLists.txt:69 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND: /usr/bin/wayland-scanner -- Checking for module 'wayland-protocols' -- Found wayland-protocols, version 1.28 CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (WAYLAND) does not match the name of the calling package (WaylandProtocols). 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/FindWaylandProtocols.cmake:12 (find_package_handle_standard_args) cube/CMakeLists.txt:70 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found WAYLAND: //usr/share/wayland-protocols -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (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:85 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (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:85 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (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:85 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (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:85 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (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:85 (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 -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/main/vulkan-tools/src/Vulkan-Tools-sdk-1.3.231.1/build [1/19] Building CXX object icd/CMakeFiles/VkICD_mock_icd.dir/generated/mock_icd.cpp.o [2/19] Building CXX object vulkaninfo/CMakeFiles/vulkaninfo.dir/vulkaninfo.cpp.o [3/19] Generating xdg-shell protocol dispatch data [4/19] Generating xdg-shell protocol header [5/19] Generating xdg-decoration protocol dispatch data [6/19] Generating xdg-decoration protocol header [7/19] Compiling cube vertex shader [8/19] Compiling cube fragment shader /home/buildozer/aports/main/vulkan-tools/src/Vulkan-Tools-sdk-1.3.231.1/cube/cube.vert /home/buildozer/aports/main/vulkan-tools/src/Vulkan-Tools-sdk-1.3.231.1/cube/cube.frag [9/19] Building C object cube/CMakeFiles/vkcube-wayland.dir/xdg-decoration-code.c.o [10/19] Building C object cube/CMakeFiles/vkcube-wayland.dir/xdg-shell-code.c.o [11/19] Building C object cube/CMakeFiles/vkcube-wayland.dir/cube.c.o [12/19] Building CXX object cube/CMakeFiles/vkcubepp.dir/cube.cpp.o [13/19] Building C object cube/CMakeFiles/vkcube.dir/cube.c.o [14/19] Linking C executable cube/vkcube [15/19] Linking C executable cube/vkcube-wayland [16/19] Linking CXX shared library icd/libVkICD_mock_icd.so [17/19] Linking CXX executable cube/vkcubepp [18/19] Linking CXX executable vulkaninfo/vulkaninfo [19/19] cd /home/buildozer/aports/main/vulkan-tools/src/Vulkan-Tools-sdk-1.3.231.1/build/icd && /usr/bin/cmake -E create_symlink /home/buildozer/aports/main/vulkan-tools/src/Vulkan-Tools-sdk-1.3.231.1/icd/linux/VkICD_mock_icd.json VkICD_mock_icd.json >>> vulkan-tools: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/main/vulkan-tools/pkg/vulkan-tools/usr/bin/vkcube -- Installing: /home/buildozer/aports/main/vulkan-tools/pkg/vulkan-tools/usr/bin/vkcubepp -- Installing: /home/buildozer/aports/main/vulkan-tools/pkg/vulkan-tools/usr/bin/vkcube-wayland -- Installing: /home/buildozer/aports/main/vulkan-tools/pkg/vulkan-tools/usr/bin/vulkaninfo >>> 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-aarch64.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: 1.2 MB >>> vulkan-tools*: Compressing data... >>> vulkan-tools*: Create checksum... >>> vulkan-tools*: Create vulkan-tools-1.3.231.1-r0.apk >>> vulkan-tools: Build complete at Sat, 05 Nov 2022 08:01:26 +0000 elapsed time 0h 0m 11s >>> vulkan-tools: Cleaning up srcdir >>> vulkan-tools: Cleaning up pkgdir >>> vulkan-tools: Uninstalling dependencies... (1/42) Purging .makedepends-vulkan-tools (20221105.080116) (2/42) Purging cmake (3.24.3-r0) (3/42) Purging glslang-dev (11.12.0-r0) (4/42) Purging glslang (11.12.0-r0) (5/42) Purging glslang-libs (11.12.0-r0) (6/42) Purging libxrandr-dev (1.5.2-r1) (7/42) Purging libxrandr (1.5.2-r1) (8/42) Purging samurai (1.2-r2) (9/42) Purging vulkan-loader-dev (1.3.231.1-r0) (10/42) Purging vulkan-headers (1.3.231.1-r0) (11/42) Purging vulkan-loader (1.3.231.1-r0) (12/42) Purging wayland-dev (1.21.0-r1) (13/42) Purging expat-dev (2.5.0-r0) (14/42) Purging expat (2.5.0-r0) (15/42) Purging wayland-libs-cursor (1.21.0-r1) (16/42) Purging wayland-libs-egl (1.21.0-r1) (17/42) Purging wayland-libs-server (1.21.0-r1) (18/42) Purging libarchive (3.6.1-r1) (19/42) Purging rhash-libs (1.4.3-r1) (20/42) Purging libuv (1.44.2-r0) (21/42) Purging libxrender-dev (0.9.11-r0) (22/42) Purging libxrender (0.9.11-r0) (23/42) Purging libxext-dev (1.3.5-r0) (24/42) Purging libxext (1.3.5-r0) (25/42) Purging libx11-dev (1.8.1-r1) (26/42) Purging xtrans (1.4.0-r2) (27/42) Purging libx11 (1.8.1-r1) (28/42) Purging libxcb-dev (1.15-r0) (29/42) Purging xcb-proto (1.15.2-r0) (30/42) Purging libxcb (1.15-r0) (31/42) Purging libxau-dev (1.0.10-r0) (32/42) Purging libxau (1.0.10-r0) (33/42) Purging libxdmcp-dev (1.1.3-r1) (34/42) Purging libxdmcp (1.1.3-r1) (35/42) Purging xorgproto (2022.2-r0) (36/42) Purging libbsd (0.11.7-r0) (37/42) Purging libmd (1.0.4-r0) (38/42) Purging libffi-dev (3.4.4-r0) (39/42) Purging linux-headers (5.19.5-r0) (40/42) Purging libxml2 (2.10.3-r1) (41/42) Purging wayland-libs-client (1.21.0-r1) (42/42) Purging wayland-protocols (1.28-r0) Executing busybox-1.35.0-r27.trigger OK: 332 MiB in 101 packages >>> vulkan-tools: Updating the main/aarch64 repository index... >>> vulkan-tools: Signing the index...