>>> popl: Building community/popl 1.3.0-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 04:21:21 +0000 >>> popl: Checking sanity of /home/buildozer/aports/community/popl/APKBUILD... >>> popl: Analyzing dependencies... >>> popl: 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-popl (20221029.042136) Executing busybox-1.35.0-r27.trigger OK: 229 MiB in 99 packages >>> popl: Cleaning up srcdir >>> popl: Cleaning up pkgdir >>> popl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/popl-1.3.0.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 >>> popl: Fetching popl-1.3.0.tar.gz::https://github.com/badaix/popl/archive/v1.3.0.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 100 13076 0 13076 0 0 9310 0 --:--:-- 0:00:01 --:--:-- 9310 100 132k 0 132k 0 0 76760 0 --:--:-- 0:00:01 --:--:-- 329k >>> popl: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/popl-1.3.0.tar.gz >>> popl: Checking sha512sums... popl-1.3.0.tar.gz: OK >>> popl: Unpacking /var/cache/distfiles/v3.17/popl-1.3.0.tar.gz... CMake Warning: No source or binary directory provided. Both will be assumed to be the same as the current working directory, but note that this warning will become a fatal error in future CMake releases. CMake Deprecation Warning at CMakeLists.txt:12 (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. CMake Warning (dev) at CMakeLists.txt:25 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The following variable(s) would be set to empty: PROJECT_VERSION This warning is for project developers. Use -Wno-dev to suppress it. -- 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 -- Configuring done -- Generating done -- Build files have been written to: /home/buildozer/aports/community/popl/src/popl-1.3.0 [ 25%] Building CXX object example/CMakeFiles/popl_example.dir/popl_example.o [ 50%] Building CXX object test/CMakeFiles/popl_test.dir/test_main.o In file included from /usr/include/c++/12.2.1/vector:70, from /home/buildozer/aports/community/popl/src/popl-1.3.0/include/popl.hpp:35, from /home/buildozer/aports/community/popl/src/popl-1.3.0/example/popl_example.cpp:9: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const double&}; _Tp = double; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector >::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:64: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = double; _Alloc = std::allocator]', inlined from 'void popl::Value::add_value(const T&) [with T = double]' at /home/buildozer/aports/community/popl/src/popl-1.3.0/include/popl.hpp:781:22: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator > >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [ 75%] Linking CXX executable popl_example [ 75%] Built target popl_example In file included from /usr/include/c++/12.2.1/vector:70, from /home/buildozer/aports/community/popl/src/popl-1.3.0/test/catch.hpp:542, from /home/buildozer/aports/community/popl/src/popl-1.3.0/test/test_main.cpp:10: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {const Catch::SectionEndInfo&}; _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:64: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = Catch::SectionEndInfo; _Alloc = std::allocator]', inlined from 'virtual void Catch::RunContext::sectionEndedEarly(const Catch::SectionEndInfo&)' at /home/buildozer/aports/community/popl/src/popl-1.3.0/test/catch.hpp:12599:39: /usr/include/c++/12.2.1/bits/stl_vector.h:1287:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 1287 | _M_realloc_insert(end(), __x); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ [100%] Linking CXX executable popl_test [100%] Built target popl_test >>> popl: Entering fakeroot... Consolidate compiler generated dependencies of target popl_example Consolidate compiler generated dependencies of target popl_test [ 50%] Built target popl_example [100%] Built target popl_test Install the project... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/popl/pkg/popl/usr/include/popl.hpp >>> popl*: Running postcheck for popl >>> popl*: Preparing package popl... >>> popl*: Tracing dependencies... >>> popl*: Package size: 52.0 KB >>> popl*: Compressing data... >>> popl*: Create checksum... >>> popl*: Create popl-1.3.0-r0.apk >>> popl: Build complete at Sat, 29 Oct 2022 04:21:55 +0000 elapsed time 0h 0m 34s >>> popl: Cleaning up srcdir >>> popl: Cleaning up pkgdir >>> popl: Uninstalling dependencies... (1/7) Purging .makedepends-popl (20221029.042136) (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 >>> popl: Updating the community/armv7 repository index... >>> popl: Signing the index...