>>> extundelete: Building testing/extundelete 0.2.4-r1 (using abuild 3.13.0-r5) started Mon, 23 Sep 2024 08:11:35 +0000 >>> extundelete: Checking sanity of /home/buildozer/aports/testing/extundelete/APKBUILD... >>> extundelete: Analyzing dependencies... >>> extundelete: Installing for build: build-base e2fsprogs-dev (1/43) Installing libeconf (0.6.3-r0) (2/43) Installing libblkid (2.40.2-r1) (3/43) Installing libuuid (2.40.2-r1) (4/43) Installing libfdisk (2.40.2-r1) (5/43) Installing libmount (2.40.2-r1) (6/43) Installing libsmartcols (2.40.2-r1) (7/43) Installing sqlite (3.46.1-r0) (8/43) Installing sqlite-libs (3.46.1-r0) (9/43) Installing sqlite-dev (3.46.1-r0) (10/43) Installing util-linux (2.40.2-r1) (11/43) Installing setarch (2.40.2-r1) (12/43) Installing util-linux-misc (2.40.2-r1) (13/43) Installing skalibs (2.14.2.0-r1) (14/43) Installing utmps-libs (0.1.2.2-r2) (15/43) Installing linux-pam (1.6.1-r1) (16/43) Installing runuser (2.40.2-r1) (17/43) Installing mount (2.40.2-r1) (18/43) Installing losetup (2.40.2-r1) (19/43) Installing hexdump (2.40.2-r1) (20/43) Installing uuidgen (2.40.2-r1) (21/43) Installing blkid (2.40.2-r1) (22/43) Installing sfdisk (2.40.2-r1) (23/43) Installing mcookie (2.40.2-r1) (24/43) Installing agetty (2.40.2-r1) (25/43) Installing wipefs (2.40.2-r1) (26/43) Installing cfdisk (2.40.2-r1) (27/43) Installing umount (2.40.2-r1) (28/43) Installing flock (2.40.2-r1) (29/43) Installing lsblk (2.40.2-r1) (30/43) Installing libcap-ng (0.8.5-r0) (31/43) Installing setpriv (2.40.2-r1) (32/43) Installing logger (2.40.2-r1) (33/43) Installing partx (2.40.2-r1) (34/43) Installing fstrim (2.40.2-r1) (35/43) Installing findmnt (2.40.2-r1) (36/43) Installing util-linux-dev (2.40.2-r1) (37/43) Installing gawk (5.3.1-r0) (38/43) Installing libcom_err (1.47.1-r1) (39/43) Installing e2fsprogs-libs (1.47.1-r1) (40/43) Installing e2fsprogs-dev (1.47.1-r1) (41/43) Installing .makedepends-extundelete (20240923.081142) (42/43) Installing util-linux-openrc (2.40.2-r1) (43/43) Installing agetty-openrc (0.55.1-r0) Executing busybox-1.36.1-r32.trigger OK: 263 MiB in 146 packages >>> extundelete: Cleaning up srcdir >>> extundelete: Cleaning up pkgdir >>> extundelete: Cleaning up tmpdir >>> extundelete: Fetching https://distfiles.alpinelinux.org/distfiles/edge/extundelete-0.2.4.tar.bz2 % 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 curl: (22) The requested URL returned error: 404 >>> extundelete: Fetching https://sourceforge.net/projects/extundelete/files/extundelete/0.2.4/extundelete-0.2.4.tar.bz2 % 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 390 0 390 0 0 1263 0 --:--:-- --:--:-- --:--:-- 1266 100 406 0 406 0 0 721 0 --:--:-- --:--:-- --:--:-- 721 100 649 0 649 0 0 811 0 --:--:-- --:--:-- --:--:-- 811 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 403 100 403 0 0 303 0 0:00:01 0:00:01 --:--:-- 1135 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 105k 100 105k 0 0 46778 0 0:00:02 0:00:02 --:--:-- 1431k >>> 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/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 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) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 '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); | ^~~~~~~~~~~~~~~~~~~~~ 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-loongarch64.so.1 so:libcom_err.so.2 so:libext2fs.so.2 so:libgcc_s.so.1 so:libstdc++.so.6 >>> extundelete*: Package size: 112.0 KB >>> extundelete*: Compressing data... >>> extundelete*: Create checksum... >>> extundelete*: Create extundelete-0.2.4-r1.apk >>> extundelete: Build complete at Mon, 23 Sep 2024 08:11:55 +0000 elapsed time 0h 0m 20s >>> extundelete: Cleaning up srcdir >>> extundelete: Cleaning up pkgdir >>> extundelete: Uninstalling dependencies... (1/43) Purging .makedepends-extundelete (20240923.081142) (2/43) Purging e2fsprogs-dev (1.47.1-r1) (3/43) Purging util-linux-dev (2.40.2-r1) (4/43) Purging gawk (5.3.1-r0) (5/43) Purging e2fsprogs-libs (1.47.1-r1) (6/43) Purging libcom_err (1.47.1-r1) (7/43) Purging agetty-openrc (0.55.1-r0) (8/43) Purging agetty (2.40.2-r1) (9/43) Purging blkid (2.40.2-r1) (10/43) Purging cfdisk (2.40.2-r1) (11/43) Purging findmnt (2.40.2-r1) (12/43) Purging flock (2.40.2-r1) (13/43) Purging fstrim (2.40.2-r1) (14/43) Purging hexdump (2.40.2-r1) (15/43) Purging logger (2.40.2-r1) (16/43) Purging losetup (2.40.2-r1) (17/43) Purging lsblk (2.40.2-r1) (18/43) Purging mcookie (2.40.2-r1) (19/43) Purging mount (2.40.2-r1) (20/43) Purging partx (2.40.2-r1) (21/43) Purging runuser (2.40.2-r1) (22/43) Purging setpriv (2.40.2-r1) (23/43) Purging sfdisk (2.40.2-r1) (24/43) Purging sqlite-dev (3.46.1-r0) (25/43) Purging sqlite (3.46.1-r0) (26/43) Purging umount (2.40.2-r1) (27/43) Purging util-linux-misc (2.40.2-r1) (28/43) Purging setarch (2.40.2-r1) (29/43) Purging util-linux-openrc (2.40.2-r1) (30/43) Purging uuidgen (2.40.2-r1) (31/43) Purging wipefs (2.40.2-r1) (32/43) Purging libfdisk (2.40.2-r1) (33/43) Purging libmount (2.40.2-r1) (34/43) Purging libblkid (2.40.2-r1) (35/43) Purging libcap-ng (0.8.5-r0) (36/43) Purging libeconf (0.6.3-r0) (37/43) Purging libsmartcols (2.40.2-r1) (38/43) Purging libuuid (2.40.2-r1) (39/43) Purging linux-pam (1.6.1-r1) (40/43) Purging utmps-libs (0.1.2.2-r2) (41/43) Purging skalibs (2.14.2.0-r1) (42/43) Purging util-linux (2.40.2-r1) (43/43) Purging sqlite-libs (3.46.1-r0) Executing busybox-1.36.1-r32.trigger OK: 251 MiB in 103 packages >>> extundelete: Updating the testing/loongarch64 repository index... >>> extundelete: Signing the index...