>>> extundelete: Building testing/extundelete 0.2.4-r1 (using abuild 3.10.0_rc1-r2) started Fri, 14 Oct 2022 14:52:21 +0000 >>> extundelete: Checking sanity of /home/buildozer/aports/testing/extundelete/APKBUILD... >>> extundelete: Analyzing dependencies... >>> extundelete: Installing for build: build-base e2fsprogs-dev (1/11) Installing libblkid (2.38.1-r0) (2/11) Installing libuuid (2.38.1-r0) (3/11) Installing libfdisk (2.38.1-r0) (4/11) Installing libmount (2.38.1-r0) (5/11) Installing libsmartcols (2.38.1-r0) (6/11) Installing util-linux-dev (2.38.1-r0) (7/11) Installing gawk (5.1.1-r1) (8/11) Installing libcom_err (1.46.5-r3) (9/11) Installing e2fsprogs-libs (1.46.5-r3) (10/11) Installing e2fsprogs-dev (1.46.5-r3) (11/11) Installing .makedepends-extundelete (20221014.145221) Executing busybox-1.35.0-r27.trigger OK: 295 MiB in 112 packages >>> extundelete: Cleaning up srcdir >>> extundelete: Cleaning up pkgdir >>> extundelete: Fetching https://distfiles.alpinelinux.org/distfiles/edge//extundelete-0.2.4.tar.bz2 >>> extundelete: Fetching https://distfiles.alpinelinux.org/distfiles/edge//extundelete-0.2.4.tar.bz2 >>> extundelete: Checking sha512sums... extundelete-0.2.4.tar.bz2: OK extundelete-inode.patch: OK >>> extundelete: Unpacking /var/cache/distfiles/edge//extundelete-0.2.4.tar.bz2... >>> extundelete: extundelete-inode.patch patching file src/insertionops.cc Configuring extundelete 0.2.4 Writing generated files to disk make -s all-recursive Making all in src cli.cc: In function 'errcode_t examine_fs(ext2_filsys)': cli.cc:337:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 337 | if(strlen(name) > 0) | ^~ cli.cc:339:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 339 | if(errcode) com_err(Config::progname.c_str(), errcode, "while restoring file %s.", name); | ^~ extundelete.cc: In function 'int extundelete_test_inode_bitmap(ext2_filsys, ext2_ino_t)': extundelete.cc:196:12: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 196 | if(! EXT2_SB(fs->super)->s_feature_incompat & EXT4_FEATURE_INCOMPAT_64BIT) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extundelete.cc: In function 'ext2_ino_t find_inode(ext2_filsys, ext2_filsys, ext2_inode*, std::string, int)': extundelete.cc:1271:35: warning: narrowing conversion of 'search_flags' from 'int' to 'ext2_ino_t' {aka 'unsigned int'} [-Wnarrowing] 1271 | struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED, | ^~~~~~~~~~~~ extundelete.cc: In function 'errcode_t restore_file(ext2_filsys, ext2_filsys, const std::string&)': extundelete.cc:1522:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1522 | if (LINUX_S_ISDIR(inode->i_mode) && inode->i_blocks > 0) | ^~ extundelete.cc:1524:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1524 | print_directory_inode(fs, inode, ino); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/bits/stl_algo.h:60, from /usr/include/c++/12.2.1/algorithm:61, from extundelete.cc:67: /usr/include/c++/12.2.1/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Distance = int; _Tp = triad; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/12.2.1/bits/stl_heap.h:224:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 224 | __adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex, | ^~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_heap.h: In function 'void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/12.2.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 254 | __pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, | ^~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_heap.h:254:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Val_less_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1782:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1782 | __unguarded_linear_insert(_RandomAccessIterator __last, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1802:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1802 | __insertion_sort(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1802:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 In file included from /usr/include/c++/12.2.1/vector:70, from extundelete.cc:85: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {triad}; _Tp = triad; _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>:: | ^~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {triad}; _Tp = triad; _Alloc = std::allocator >]': /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1908:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1908 | __introsort_loop(_RandomAccessIterator __first, | ^~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1908:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 In function 'void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1901:23, inlined from 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1916:27: /usr/include/c++/12.2.1/bits/stl_heap.h:425:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 425 | std::__pop_heap(__first, __last, __last, __comp); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_less_iter]': /usr/include/c++/12.2.1/bits/stl_algo.h:1922:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1922 | std::__introsort_loop(__cut, __last, __depth_limit, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h: In function 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator*, vector > >]': /usr/include/c++/12.2.1/bits/stl_algo.h:4810:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 4810 | sort(_RandomAccessIterator __first, _RandomAccessIterator __last) | ^~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:4810:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator*, vector > >]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4820:18: /usr/include/c++/12.2.1/bits/stl_algo.h:1937:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1937 | std::__introsort_loop(__first, __last, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ 1938 | std::__lg(__last - __first) * 2, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1939 | __comp); | ~~~~~~~ In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]', inlined from 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator*, vector > >; _Compare = __gnu_cxx::__ops::_Iter_less_iter]' at /usr/include/c++/12.2.1/bits/stl_algo.h:1940:31, inlined from 'void std::sort(_RAIter, _RAIter) [with _RAIter = __gnu_cxx::__normal_iterator*, vector > >]' at /usr/include/c++/12.2.1/bits/stl_algo.h:4820:18: /usr/include/c++/12.2.1/bits/stl_algo.h:1849:32: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1849 | std::__insertion_sort(__first, __first + int(_S_threshold), __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_algo.h:1854:30: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1854 | std::__insertion_sort(__first, __last, __comp); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ extundelete.cc: In function 'int init_journal(ext2_filsys, ext2_filsys, journal_superblock_t*)': extundelete.cc:1128:18: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator*, std::vector > >' changed in GCC 7.1 1128 | std::sort(j_tags.begin(), j_tags.end() ); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Making check in src >>> extundelete: Entering fakeroot... Making install in src /usr/bin/install -c extundelete '/home/buildozer/aports/testing/extundelete/pkg/extundelete/usr/bin' >>> extundelete*: Running postcheck for extundelete >>> extundelete*: Preparing package extundelete... >>> extundelete*: Stripping binaries >>> extundelete*: Scanning shared objects >>> extundelete*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libcom_err.so.2 so:libext2fs.so.2 so:libgcc_s.so.1 so:libstdc++.so.6 >>> extundelete*: Package size: 144.0 KB >>> extundelete*: Compressing data... >>> extundelete*: Create checksum... >>> extundelete*: Create extundelete-0.2.4-r1.apk >>> extundelete: Build complete at Fri, 14 Oct 2022 14:52:29 +0000 elapsed time 0h 0m 8s >>> extundelete: Cleaning up srcdir >>> extundelete: Cleaning up pkgdir >>> extundelete: Uninstalling dependencies... (1/11) Purging .makedepends-extundelete (20221014.145221) (2/11) Purging e2fsprogs-dev (1.46.5-r3) (3/11) Purging util-linux-dev (2.38.1-r0) (4/11) Purging libfdisk (2.38.1-r0) (5/11) Purging libmount (2.38.1-r0) (6/11) Purging libsmartcols (2.38.1-r0) (7/11) Purging libuuid (2.38.1-r0) (8/11) Purging gawk (5.1.1-r1) (9/11) Purging e2fsprogs-libs (1.46.5-r3) (10/11) Purging libcom_err (1.46.5-r3) (11/11) Purging libblkid (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 289 MiB in 101 packages >>> extundelete: Updating the testing/armv7 repository index... >>> extundelete: Signing the index...