>>> tmatrix: Building community/tmatrix 1.4-r2 (using abuild 3.14.1-r1) started Sat, 02 Nov 2024 03:13:03 +0000 >>> tmatrix: Validating /home/buildozer/aports/community/tmatrix/APKBUILD... >>> tmatrix: Analyzing dependencies... >>> tmatrix: Installing for build: build-base ncurses-dev cmake samurai (1/13) Installing libformw (6.5_p20241006-r2) (2/13) Installing libmenuw (6.5_p20241006-r2) (3/13) Installing libpanelw (6.5_p20241006-r2) (4/13) Installing libncurses++ (6.5_p20241006-r2) (5/13) Installing ncurses-dev (6.5_p20241006-r2) (6/13) Installing libbz2 (1.0.8-r6) (7/13) Installing xz-libs (5.6.3-r0) (8/13) Installing libarchive (3.7.7-r0) (9/13) Installing rhash-libs (1.4.5-r0) (10/13) Installing libuv (1.49.2-r0) (11/13) Installing cmake (3.30.5-r0) (12/13) Installing samurai (1.2-r6) (13/13) Installing .makedepends-tmatrix (20241102.031313) Executing busybox-1.37.0-r5.trigger OK: 305 MiB in 114 packages >>> tmatrix: Cleaning up srcdir >>> tmatrix: Cleaning up pkgdir >>> tmatrix: Cleaning up tmpdir >>> tmatrix: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/tmatrix-1.4.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> tmatrix: Fetching https://github.com/M4444/TMatrix/archive/v1.4/tmatrix-1.4.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.10:443) saving to '/var/cache/distfiles/v3.21/tmatrix-1.4.tar.gz.part' tmatrix-1.4.tar.gz.p 4134k --:--:-- ETA tmatrix-1.4.tar.gz.p 100% |********************************| 6176k 0:00:00 ETA '/var/cache/distfiles/v3.21/tmatrix-1.4.tar.gz.part' saved >>> tmatrix: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/tmatrix-1.4.tar.gz >>> tmatrix: Checking sha512sums... tmatrix-1.4.tar.gz: OK >>> tmatrix: Unpacking /var/cache/distfiles/v3.21/tmatrix-1.4.tar.gz... -- The CXX compiler identification is GNU 14.2.0 -- 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 -- Looking for wsyncup in /usr/lib/libcurses.so -- Looking for wsyncup in /usr/lib/libcurses.so - found -- Looking for cbreak in /usr/lib/libncurses.so -- Looking for cbreak in /usr/lib/libncurses.so - found -- Looking for nodelay in /usr/lib/libncurses.so -- Looking for nodelay in /usr/lib/libncurses.so - found -- Found Curses: /usr/lib/libncurses.so -- Configuring done (0.3s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/builddir [1/12] Generating tmatrix.6.gz [2/12] Building CXX object CMakeFiles/tmatrix.dir/src/tmatrix.cpp.o [3/12] Building CXX object CMakeFiles/tmatrix.dir/src/TerminalChar.cpp.o [4/12] Building CXX object CMakeFiles/tmatrix.dir/src/Terminal.cpp.o [5/12] Building CXX object CMakeFiles/tmatrix.dir/src/Random.cpp.o [6/12] Building CXX object CMakeFiles/tmatrix.dir/src/RainStreak.cpp.o [7/12] Building CXX object CMakeFiles/tmatrix.dir/src/RainColumn.cpp.o [8/12] Building CXX object CMakeFiles/tmatrix.dir/src/Rain.cpp.o [9/12] Building CXX object CMakeFiles/tmatrix.dir/src/Parser.cpp.o [10/12] Building CXX object CMakeFiles/tmatrix.dir/src/MatrixChar.cpp.o [11/12] Building CXX object CMakeFiles/tmatrix.dir/src/HasTerminal.cpp.o In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/MatrixChar.cpp:9: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Rain.h:19, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/RainStreak.cpp:7: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/Terminal.cpp:11: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Rain.h:19, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/RainColumn.cpp:8: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Rain.h:19, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/Rain.cpp:8: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Rain.h:19, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Parser.h:16, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/tmatrix.cpp:16: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' In file included from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Rain.h:19, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Parser.h:16, from /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/src/Parser.cpp:16: /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 38 | ColorTerminal(const Color& color, const Color& background_color); | ^ /home/buildozer/aports/community/tmatrix/src/TMatrix-1.4/include/Terminal.h:38:25: note: remove the '< >' [12/12] Linking CXX executable tmatrix tmatrix version 1.4 Copyright (C) 2018-2021 Miloš Stojanović SPDX-License-Identifier: GPL-2.0-only >>> tmatrix: Entering fakeroot... -- Install configuration: "Release" -- Installing: /home/buildozer/aports/community/tmatrix/pkg/tmatrix/usr/bin/tmatrix -- Installing: /home/buildozer/aports/community/tmatrix/pkg/tmatrix/usr/share/man/man6/tmatrix.6.gz -- Installing: /home/buildozer/aports/community/tmatrix/pkg/tmatrix/usr/share/bash-completion/completions/tmatrix -- Installing: /home/buildozer/aports/community/tmatrix/pkg/tmatrix/usr/share/zsh/site-functions/_tmatrix >>> tmatrix-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/tmatrix/pkg/tmatrix-doc/usr/share/man' >>> tmatrix-doc*: Preparing subpackage tmatrix-doc... >>> tmatrix-doc*: Running postcheck for tmatrix-doc >>> tmatrix-bash-completion*: Running split function bashcomp... 'usr/share/bash-completion/completions' -> '/home/buildozer/aports/community/tmatrix/pkg/tmatrix-bash-completion/usr/share/bash-completion/completions' >>> tmatrix-bash-completion*: Preparing subpackage tmatrix-bash-completion... >>> tmatrix-bash-completion*: Running postcheck for tmatrix-bash-completion >>> tmatrix-zsh-completion*: Running split function zshcomp... 'usr/share/zsh/site-functions' -> '/home/buildozer/aports/community/tmatrix/pkg/tmatrix-zsh-completion/usr/share/zsh/site-functions' >>> tmatrix-zsh-completion*: Preparing subpackage tmatrix-zsh-completion... >>> tmatrix-zsh-completion*: Running postcheck for tmatrix-zsh-completion >>> tmatrix*: Running postcheck for tmatrix >>> tmatrix*: Preparing package tmatrix... >>> tmatrix*: Stripping binaries >>> tmatrix-bash-completion*: Scanning shared objects >>> tmatrix-doc*: Scanning shared objects >>> tmatrix-zsh-completion*: Scanning shared objects >>> tmatrix*: Scanning shared objects >>> tmatrix-bash-completion*: Tracing dependencies... >>> tmatrix-bash-completion*: Package size: 769.0 B >>> tmatrix-bash-completion*: Compressing data... >>> tmatrix-bash-completion*: Create checksum... >>> tmatrix-bash-completion*: Create tmatrix-bash-completion-1.4-r2.apk >>> tmatrix-doc*: Tracing dependencies... >>> tmatrix-doc*: Package size: 1.1 KB >>> tmatrix-doc*: Compressing data... >>> tmatrix-doc*: Create checksum... >>> tmatrix-doc*: Create tmatrix-doc-1.4-r2.apk >>> tmatrix-zsh-completion*: Tracing dependencies... >>> tmatrix-zsh-completion*: Package size: 427.0 B >>> tmatrix-zsh-completion*: Compressing data... >>> tmatrix-zsh-completion*: Create checksum... >>> tmatrix-zsh-completion*: Create tmatrix-zsh-completion-1.4-r2.apk >>> tmatrix*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libncursesw.so.6 so:libstdc++.so.6 >>> tmatrix*: Package size: 69.7 KB >>> tmatrix*: Compressing data... >>> tmatrix*: Create checksum... >>> tmatrix*: Create tmatrix-1.4-r2.apk >>> tmatrix: Build complete at Sat, 02 Nov 2024 03:13:18 +0000 elapsed time 0h 0m 15s >>> tmatrix: Cleaning up srcdir >>> tmatrix: Cleaning up pkgdir >>> tmatrix: Uninstalling dependencies... (1/13) Purging .makedepends-tmatrix (20241102.031313) (2/13) Purging ncurses-dev (6.5_p20241006-r2) (3/13) Purging libncurses++ (6.5_p20241006-r2) (4/13) Purging libpanelw (6.5_p20241006-r2) (5/13) Purging cmake (3.30.5-r0) (6/13) Purging samurai (1.2-r6) (7/13) Purging libarchive (3.7.7-r0) (8/13) Purging libbz2 (1.0.8-r6) (9/13) Purging libformw (6.5_p20241006-r2) (10/13) Purging libmenuw (6.5_p20241006-r2) (11/13) Purging libuv (1.49.2-r0) (12/13) Purging rhash-libs (1.4.5-r0) (13/13) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r5.trigger OK: 271 MiB in 101 packages >>> tmatrix: Updating the community/armv7 repository index... >>> tmatrix: Signing the index...