>>> p8-platform: Building community/p8-platform 2.1.0.1-r2 (using abuild 3.10.0_rc1-r2) started Wed, 26 Oct 2022 13:51:12 +0000 >>> p8-platform: Checking sanity of /home/buildozer/aports/community/p8-platform/APKBUILD... >>> p8-platform: Analyzing dependencies... >>> p8-platform: Installing for build: build-base cmake (1/7) Installing libbz2 (1.0.8-r3) (2/7) Installing xz-libs (5.2.7-r0) (3/7) Installing libarchive (3.6.1-r1) (4/7) Installing rhash-libs (1.4.3-r1) (5/7) Installing libuv (1.44.2-r0) (6/7) Installing cmake (3.24.2-r0) (7/7) Installing .makedepends-p8-platform (20221026.135120) Executing busybox-1.35.0-r27.trigger OK: 228 MiB in 99 packages >>> p8-platform: Cleaning up srcdir >>> p8-platform: Cleaning up pkgdir >>> p8-platform: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/p8-platform-2.1.0.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> p8-platform: Fetching https://github.com/Pulse-Eight/platform/archive/p8-platform-2.1.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 100 13033 0 13033 0 0 3080 0 --:--:-- 0:00:04 --:--:-- 3080 100 75257 0 75257 0 0 16832 0 --:--:-- 0:00:04 --:--:-- 254k >>> p8-platform: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/p8-platform-2.1.0.1.tar.gz >>> p8-platform: Checking sha512sums... p8-platform-2.1.0.1.tar.gz: OK >>> p8-platform: Unpacking /var/cache/distfiles/v3.17/p8-platform-2.1.0.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 CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for __atomic_fetch_add_4 in atomic -- Looking for __atomic_fetch_add_4 in atomic - found -- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH -- Performing Test HAS_BUILTIN_SYNC_ADD_AND_FETCH - Success -- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH -- Performing Test HAS_BUILTIN_SYNC_SUB_AND_FETCH - Success -- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP -- Performing Test HAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP - Success -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/build [ 50%] Building CXX object CMakeFiles/p8-platform.dir/src/util/StringUtils.cpp.o /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp: In static member function 'static std::string& StringUtils::TrimLeft(std::string&)': /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:456:76: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = char; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 456 | str.erase(str.begin(), ::find_if(str.begin(), str.end(), ::not1(::ptr_fun(isspace_c)))); | ~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/refwrap.h:39, from /usr/include/c++/12.2.1/vector:66, from /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.h:32, from /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:32: /usr/include/c++/12.2.1/bits/stl_function.h:1126:5: note: declared here 1126 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:456:66: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 456 | str.erase(str.begin(), ::find_if(str.begin(), str.end(), ::not1(::ptr_fun(isspace_c)))); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1046:5: note: declared here 1046 | not1(const _Predicate& __pred) | ^~~~ /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp: In static member function 'static std::string& StringUtils::TrimRight(std::string&)': /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:469:65: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = char; _Result = int]' is deprecated: use 'std::function' instead [-Wdeprecated-declarations] 469 | str.erase(::find_if(str.rbegin(), str.rend(), ::not1(::ptr_fun(isspace_c))).base(), str.end()); | ~~~~~~~~~^~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1126:5: note: declared here 1126 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ /home/buildozer/aports/community/p8-platform/src/platform-p8-platform-2.1.0.1/src/util/StringUtils.cpp:469:55: warning: 'constexpr std::unary_negate<_Predicate> std::not1(const _Predicate&) [with _Predicate = pointer_to_unary_function]' is deprecated: use 'std::not_fn' instead [-Wdeprecated-declarations] 469 | str.erase(::find_if(str.rbegin(), str.rend(), ::not1(::ptr_fun(isspace_c))).base(), str.end()); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_function.h:1046:5: note: declared here 1046 | not1(const _Predicate& __pred) | ^~~~ [100%] Linking CXX shared library libp8-platform.so [100%] Built target p8-platform >>> WARNING: p8-platform: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> p8-platform: Entering fakeroot... Consolidate compiler generated dependencies of target p8-platform [100%] Built target p8-platform Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/lib/libp8-platform.so.2.1.0 -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/lib/libp8-platform.so.2 -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/lib/libp8-platform.so -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/os.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/posix/os-socket.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/posix/os-threads.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/posix/os-types.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/sockets/cdevsocket.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/sockets/socket.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/sockets/tcp.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/threads/atomics.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/threads/mutex.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/threads/threads.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/atomic.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/buffer.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/StringUtils.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/StdString.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/timeutils.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/include/p8-platform/util/util.h -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/lib/pkgconfig/p8-platform.pc -- Installing: /home/buildozer/aports/community/p8-platform/pkg/p8-platform/usr/lib/p8-platform/p8-platform-config.cmake >>> p8-platform-dev*: Running split function dev... >>> p8-platform-dev*: Preparing subpackage p8-platform-dev... >>> p8-platform-dev*: Stripping binaries >>> p8-platform-dev*: Running postcheck for p8-platform-dev >>> p8-platform*: Running postcheck for p8-platform >>> p8-platform*: Preparing package p8-platform... >>> p8-platform*: Stripping binaries >>> p8-platform-dev*: Scanning shared objects >>> p8-platform*: Scanning shared objects >>> p8-platform-dev*: Tracing dependencies... p8-platform=2.1.0.1-r2 pkgconfig >>> p8-platform-dev*: Package size: 296.0 KB >>> p8-platform-dev*: Compressing data... >>> p8-platform-dev*: Create checksum... >>> p8-platform-dev*: Create p8-platform-dev-2.1.0.1-r2.apk >>> p8-platform*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> p8-platform*: Package size: 80.0 KB >>> p8-platform*: Compressing data... >>> p8-platform*: Create checksum... >>> p8-platform*: Create p8-platform-2.1.0.1-r2.apk >>> p8-platform: Build complete at Wed, 26 Oct 2022 13:51:28 +0000 elapsed time 0h 0m 16s >>> p8-platform: Cleaning up srcdir >>> p8-platform: Cleaning up pkgdir >>> p8-platform: Uninstalling dependencies... (1/7) Purging .makedepends-p8-platform (20221026.135120) (2/7) Purging cmake (3.24.2-r0) (3/7) Purging libarchive (3.6.1-r1) (4/7) Purging libbz2 (1.0.8-r3) (5/7) Purging xz-libs (5.2.7-r0) (6/7) Purging rhash-libs (1.4.3-r1) (7/7) Purging libuv (1.44.2-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> p8-platform: Updating the community/armv7 repository index... >>> p8-platform: Signing the index...