>>> nymphcast-mediaserver: Building testing/nymphcast-mediaserver 0.1-r1 (using abuild 3.9.0-r5) started Thu, 01 Sep 2022 07:14:26 +0000 >>> nymphcast-mediaserver: Checking sanity of /home/buildozer/aports/testing/nymphcast-mediaserver/APKBUILD... >>> nymphcast-mediaserver: Analyzing dependencies... >>> nymphcast-mediaserver: Installing for build: build-base avahi libnymphcast-dev nymphrpc-dev poco-dev (1/16) Installing dbus-libs (1.14.0-r2) (2/16) Installing libintl (0.21-r3) (3/16) Installing avahi-libs (0.8-r6) (4/16) Installing libdaemon (0.14-r3) (5/16) Installing avahi (0.8-r6) Executing avahi-0.8-r6.pre-install (6/16) Installing mariadb-connector-c (3.2.7-r1) (7/16) Installing readline (8.1.2-r0) (8/16) Installing unixodbc (2.3.11-r0) (9/16) Installing libpq (14.5-r0) (10/16) Installing poco (1.12.2-r0) (11/16) Installing poco-dev (1.12.2-r0) (12/16) Installing nymphrpc (0.1-r2) (13/16) Installing nymphrpc-dev (0.1-r2) (14/16) Installing libnymphcast (0.1-r2) (15/16) Installing libnymphcast-dev (0.1-r2) (16/16) Installing .makedepends-nymphcast-mediaserver (20220901.071427) Executing busybox-1.35.0-r23.trigger OK: 311 MiB in 118 packages >>> nymphcast-mediaserver: Cleaning up srcdir >>> nymphcast-mediaserver: Cleaning up pkgdir >>> nymphcast-mediaserver: Fetching https://distfiles.alpinelinux.org/distfiles/edge//nymphcast-mediaserver-v0.1.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 27680 100 27680 0 0 50102 0 --:--:-- --:--:-- --:--:-- 50144 >>> nymphcast-mediaserver: Fetching https://distfiles.alpinelinux.org/distfiles/edge//nymphcast-mediaserver-v0.1.tar.gz >>> nymphcast-mediaserver: Checking sha512sums... nymphcast-mediaserver-v0.1.tar.gz: OK 60_nymphcast-mediaserver.nft: OK >>> nymphcast-mediaserver: Unpacking /var/cache/distfiles/edge//nymphcast-mediaserver-v0.1.tar.gz... TARGET: armv7-alpine-linux-musleabihf mkdir -p obj/armv7-alpine-linux-musleabihf/src g++ -c -o obj/armv7-alpine-linux-musleabihf/src/NymphCastMediaServer.o src/NymphCastMediaServer.cpp -Isrc -g3 -std=c++17 -D__VERSION="\"v0.1-release.20220408\"" mkdir -p bin/armv7-alpine-linux-musleabihf g++ -c -o obj/armv7-alpine-linux-musleabihf/src/bytebauble.o src/bytebauble.cpp -Isrc -g3 -std=c++17 -D__VERSION="\"v0.1-release.20220408\"" g++ -c -o obj/armv7-alpine-linux-musleabihf/src/config_parser.o src/config_parser.cpp -Isrc -g3 -std=c++17 -D__VERSION="\"v0.1-release.20220408\"" g++ -c -o obj/armv7-alpine-linux-musleabihf/src/mimetype.o src/mimetype.cpp -Isrc -g3 -std=c++17 -D__VERSION="\"v0.1-release.20220408\"" g++ -c -o obj/armv7-alpine-linux-musleabihf/src/sarge.o src/sarge.cpp -Isrc -g3 -std=c++17 -D__VERSION="\"v0.1-release.20220408\"" In file included from /usr/include/c++/12.1.1/map:61, from /usr/include/nymph/remote_server.h:20, from /usr/include/nymph/nymph.h:19, from src/NymphCastMediaServer.cpp:19: /usr/include/c++/12.1.1/bits/stl_map.h: In member function 'std::__enable_if_t, _Pair>::value, std::pair, std::_Select1st >, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind >::other>::iterator, bool> > std::map<_Key, _Tp, _Compare, _Alloc>::insert(_Pair&&) [with _Pair = std::pair; _Key = unsigned int; _Tp = RemoteServerStatus; _Compare = std::less; _Alloc = std::allocator >]': /usr/include/c++/12.1.1/bits/stl_map.h:858:41: note: parameter passing for argument of type 'std::map::const_iterator' {aka 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator'} changed in GCC 7.1 858 | __i = emplace_hint(__i, std::forward<_Pair>(__x)); | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.1.1/bits/stl_map.h: In member function 'std::map<_Key, _Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp, _Compare, _Alloc>::emplace_hint(const_iterator, _Args&& ...) [with _Args = {std::pair}; _Key = unsigned int; _Tp = RemoteServerStatus; _Compare = std::less; _Alloc = std::allocator >]': /usr/include/c++/12.1.1/bits/stl_map.h:636:9: note: parameter passing for argument of type 'std::map::const_iterator' {aka 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator'} changed in GCC 7.1 636 | emplace_hint(const_iterator __pos, _Args&&... __args) | ^~~~~~~~~~~~ /usr/include/c++/12.1.1/bits/stl_map.h:638:45: note: parameter passing for argument of type 'std::map::const_iterator' {aka 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator'} changed in GCC 7.1 638 | return _M_t._M_emplace_hint_unique(__pos, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ 639 | std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.1.1/map:60: /usr/include/c++/12.1.1/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(iterator) [with _Key = unsigned int; _Val = std::pair; _KeyOfValue = std::_Select1st >; _Compare = std::less; _Alloc = std::allocator >]': /usr/include/c++/12.1.1/bits/stl_tree.h:1209:21: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator' changed in GCC 7.1 1209 | _M_erase_aux(__position); | ~~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/c++/12.1.1/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(const_iterator, _Args&& ...) [with _Args = {std::pair}; _Key = unsigned int; _Val = std::pair; _KeyOfValue = std::_Select1st >; _Compare = std::less; _Alloc = std::allocator >]': /usr/include/c++/12.1.1/bits/stl_tree.h:2457:7: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator' changed in GCC 7.1 2457 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.1.1/bits/stl_tree.h: In member function 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_erase_aux(const_iterator) [with _Key = unsigned int; _Val = std::pair; _KeyOfValue = std::_Select1st >; _Compare = std::less; _Alloc = std::allocator >]': /usr/include/c++/12.1.1/bits/stl_tree.h:2488:5: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator' changed in GCC 7.1 2488 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.1.1/bits/stl_tree.h: In member function 'std::pair std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_hint_unique_pos(const_iterator, const key_type&) [with _Key = unsigned int; _Val = std::pair; _KeyOfValue = std::_Select1st >; _Compare = std::less; _Alloc = std::allocator >]': /usr/include/c++/12.1.1/bits/stl_tree.h:2209:5: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator' changed in GCC 7.1 2209 | _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -o bin/armv7-alpine-linux-musleabihf/nymphcast_mediaserver obj/armv7-alpine-linux-musleabihf/src/NymphCastMediaServer.o obj/armv7-alpine-linux-musleabihf/src/bytebauble.o obj/armv7-alpine-linux-musleabihf/src/config_parser.o obj/armv7-alpine-linux-musleabihf/src/mimetype.o obj/armv7-alpine-linux-musleabihf/src/sarge.o -lnymphcast -lnymphrpc -lPocoNet -lPocoUtil -lPocoFoundation -lPocoJSON -lstdc++fs -pthread cp bin/armv7-alpine-linux-musleabihf/nymphcast_mediaserver bin/armv7-alpine-linux-musleabihf/nymphcast_mediaserver.debug strip -S --strip-unneeded bin/armv7-alpine-linux-musleabihf/nymphcast_mediaserver >>> nymphcast-mediaserver: Entering fakeroot... TARGET: armv7-alpine-linux-musleabihf install -d /home/buildozer/aports/testing/nymphcast-mediaserver/pkg/nymphcast-mediaserver/usr/bin/ \ -d /home/buildozer/aports/testing/nymphcast-mediaserver/pkg/nymphcast-mediaserver/etc/nymphcast/ install -m 755 bin/armv7-alpine-linux-musleabihf/nymphcast_mediaserver /home/buildozer/aports/testing/nymphcast-mediaserver/pkg/nymphcast-mediaserver/usr/bin/ install -m 644 folders.ini /home/buildozer/aports/testing/nymphcast-mediaserver/pkg/nymphcast-mediaserver/etc/nymphcast/ >>> nymphcast-mediaserver-nftables*: Running split function nftables... >>> nymphcast-mediaserver-nftables*: Preparing subpackage nymphcast-mediaserver-nftables... >>> nymphcast-mediaserver-nftables*: Running postcheck for nymphcast-mediaserver-nftables >>> nymphcast-mediaserver*: Running postcheck for nymphcast-mediaserver >>> nymphcast-mediaserver*: Preparing package nymphcast-mediaserver... >>> nymphcast-mediaserver*: Stripping binaries >>> nymphcast-mediaserver-nftables*: Scanning shared objects >>> nymphcast-mediaserver*: Scanning shared objects >>> nymphcast-mediaserver-nftables*: Tracing dependencies... >>> nymphcast-mediaserver-nftables*: Package size: 16.0 KB >>> nymphcast-mediaserver-nftables*: Compressing data... >>> nymphcast-mediaserver-nftables*: Create checksum... >>> nymphcast-mediaserver-nftables*: Create nymphcast-mediaserver-nftables-0.1-r1.apk >>> nymphcast-mediaserver*: Tracing dependencies... avahi so:libPocoFoundation.so.92 so:libPocoUtil.so.92 so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libnymphcast.so.0.1 so:libnymphrpc.so.0.1 so:libstdc++.so.6 >>> nymphcast-mediaserver*: Package size: 220.0 KB >>> nymphcast-mediaserver*: Compressing data... >>> nymphcast-mediaserver*: Create checksum... >>> nymphcast-mediaserver*: Create nymphcast-mediaserver-0.1-r1.apk >>> nymphcast-mediaserver: Build complete at Thu, 01 Sep 2022 07:14:31 +0000 elapsed time 0h 0m 5s >>> nymphcast-mediaserver: Cleaning up srcdir >>> nymphcast-mediaserver: Cleaning up pkgdir >>> nymphcast-mediaserver: Uninstalling dependencies... (1/16) Purging .makedepends-nymphcast-mediaserver (20220901.071427) (2/16) Purging avahi (0.8-r6) (3/16) Purging libnymphcast-dev (0.1-r2) (4/16) Purging libnymphcast (0.1-r2) (5/16) Purging nymphrpc-dev (0.1-r2) (6/16) Purging nymphrpc (0.1-r2) (7/16) Purging poco-dev (1.12.2-r0) (8/16) Purging poco (1.12.2-r0) (9/16) Purging avahi-libs (0.8-r6) (10/16) Purging dbus-libs (1.14.0-r2) (11/16) Purging libintl (0.21-r3) (12/16) Purging libdaemon (0.14-r3) (13/16) Purging mariadb-connector-c (3.2.7-r1) (14/16) Purging unixodbc (2.3.11-r0) (15/16) Purging readline (8.1.2-r0) (16/16) Purging libpq (14.5-r0) Executing busybox-1.35.0-r23.trigger OK: 290 MiB in 102 packages >>> nymphcast-mediaserver: Updating the testing/armv7 repository index... >>> nymphcast-mediaserver: Signing the index...