>>> hdparm: Building main/hdparm 9.65-r2 (using abuild 3.10.0-r2) started Wed, 12 Apr 2023 09:02:51 +0000 >>> hdparm: Checking sanity of /home/buildozer/aports/main/hdparm/APKBUILD... >>> hdparm: Analyzing dependencies... >>> hdparm: Installing for build: build-base linux-headers (1/2) Installing linux-headers (6.2-r0) (2/2) Installing .makedepends-hdparm (20230412.090252) OK: 301 MiB in 100 packages >>> hdparm: Cleaning up srcdir >>> hdparm: Cleaning up pkgdir >>> hdparm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hdparm-9.65.tar.gz >>> hdparm: Fetching https://distfiles.alpinelinux.org/distfiles/edge/hdparm-9.65.tar.gz >>> hdparm: Checking sha512sums... hdparm-9.65.tar.gz: OK >>> hdparm: Unpacking /var/cache/distfiles/hdparm-9.65.tar.gz... make -j4 hdparm make[1]: Entering directory '/home/buildozer/aports/main/hdparm/src/hdparm-9.65' make[1]: warning: -j4 forced in submake: resetting jobserver mode. gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o hdparm.o hdparm.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o identify.o identify.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o sgio.o sgio.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o sysfs.o sysfs.c hdparm.c: In function 'dump_identity': hdparm.c:513:39: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 513 | printf(", LBAsects=%llu", get_lba_capacity(idw)); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu identify.c: In function 'dco_identify_print': identify.c:1537:40: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1537 | printf("\tReal max sectors: %llu\n", lba); | ~~~^ ~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c: In function 'abort_if_not_full_device': hdparm.c:1234:83: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1234 | fprintf(stderr, "Device %s has non-zero LBA starting offset of %llu.\n", devname, start_lba); | ~~~^ ~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c:1237:64: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1237 | fprintf(stderr, "The absolute LBA of sector %llu from %s should be %llu\n", lba, devname, start_lba + lba); | ~~~^ ~~~ | | | | long long unsigned int __u64 {aka long unsigned int} | %lu hdparm.c:1237:87: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1237 | fprintf(stderr, "The absolute LBA of sector %llu from %s should be %llu\n", lba, devname, start_lba + lba); | ~~~^ ~~~~~~~~~~~~~~~ | | | | long long unsigned int __u64 {aka long unsigned int} | %lu hdparm.c: In function 'do_make_bad_sector': hdparm.c:1433:46: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1433 | printf("Corrupting sector %llu (WRITE_UNC_EXT as %s): ", lba, flagged); | ~~~^ ~~~ | | | | long long unsigned int __u64 {aka long unsigned int} | %lu hdparm.c:1437:46: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1437 | printf("Corrupting sector %llu (WRITE_LONG): ", lba); | ~~~^ ~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c: In function 'trim_sectors': hdparm.c:1530:29: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1530 | printf("trimming %llu sectors from %d ranges\n", nsectors, nranges); | ~~~^ ~~~~~~~~ | | | | long long unsigned int __u64 {aka long unsigned int} | %lu hdparm.c: In function 'do_set_sector_size_cmd': hdparm.c:1693:58: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1693 | printf("changing sector size configuration to %llu: ", new_sector_size); | ~~~^ ~~~~~~~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c: In function 'do_trim_from_stdin': hdparm.c:1746:34: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 2 has type '__u64 *' {aka 'long unsigned int *'} [-Wformat=] 1746 | args = scanf("%llu:%llu", &lba, &nsect); | ~~~^ ~~~~ | | | | | __u64 * {aka long unsigned int *} | long long unsigned int * | %lu hdparm.c:1746:39: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 3 has type '__u64 *' {aka 'long unsigned int *'} [-Wformat=] 1746 | args = scanf("%llu:%llu", &lba, &nsect); | ~~~^ ~~~~~~ | | | | | __u64 * {aka long unsigned int *} | long long unsigned int * | %lu hdparm.c: In function 'do_write_sector': hdparm.c:1790:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1790 | printf("re-writing sector %llu: ", lba); | ~~~^ ~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c: In function 'do_read_sector': hdparm.c:1824:35: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 1824 | printf("reading sector %llu: ", lba); | ~~~^ ~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c: In function 'process_dev': hdparm.c:2413:79: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2413 | printf("issuing DCO set command (sectors = %llu)\n", set_max_addr); | ~~~^ ~~~~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c:2448:68: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2448 | printf(" setting max visible sectors to %llu (%s)\n", set_max_addr, set_max_permanent ? "permanent" : "temporary"); | ~~~^ ~~~~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c:2646:73: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2646 | printf(" geometry = %u/%u/%u, sectors = %lld, start = ", cyls, heads, sects, nsectors); | ~~~^ ~~~~~~~~ | | | | long long int __u64 {aka long unsigned int} | %ld hdparm.c:2650:44: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2650 | printf("%lld\n", start_lba); | ~~~^ ~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long int | %ld hdparm.c:2802:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2802 | printf(" max sectors = %llu/%llu", visible, native); | ~~~^ ~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c:2802:66: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2802 | printf(" max sectors = %llu/%llu", visible, native); | ~~~^ ~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu hdparm.c:2822:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 2822 | printf("(%llu?)", dco_max); | ~~~^ ~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %lu gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o geom.o geom.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o fallocate.o fallocate.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o fibmap.o fibmap.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o fwdownload.o fwdownload.c fibmap.c: In function 'handle_extent': fibmap.c:46:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 46 | sprintf(lba_info, "%10llu %10llu", begin_lba, end_lba); | ~~~~~^ ~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %10lu fibmap.c:46:48: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 46 | sprintf(lba_info, "%10llu %10llu", begin_lba, end_lba); | ~~~~~^ ~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %10lu fibmap.c:52:41: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 52 | sprintf(len_info, "%10llu", nsectors); | ~~~~~^ ~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %10lu fibmap.c:53:22: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 53 | printf("%12llu %s %s\n", ext.byte_offset, lba_info, len_info); | ~~~~~^ ~~~~~~~~~~~~~~~ | | | | | __u64 {aka long unsigned int} | long long unsigned int | %12lu fibmap.c: In function 'walk_fiemap': fibmap.c:171:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 171 | if (0) fprintf(stderr, "ioctl(FIEMAP) returned %llu extents\n", (__u64)fs.fm.mapped_extents); | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | long unsigned int | long long unsigned int | %lu fibmap.c:181:64: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 181 | if (0) fprintf(stderr, "log=%llu phy=%llu len=%llu flags=0x%x\n", fs.fe[i].logical, | ~~~^ ~~~~~~~~~~~~~~~~ | | | | long long unsigned int __u64 {aka long unsigned int} | %lu fibmap.c:181:73: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 181 | if (0) fprintf(stderr, "log=%llu phy=%llu len=%llu flags=0x%x\n", fs.fe[i].logical, | ~~~^ | | | long long unsigned int | %lu 182 | fs.fe[i].physical, fs.fe[i].length, fs.fe[i].flags); | ~~~~~~~~~~~~~~~~~ | | | __u64 {aka long unsigned int} fibmap.c:181:82: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 181 | if (0) fprintf(stderr, "log=%llu phy=%llu len=%llu flags=0x%x\n", fs.fe[i].logical, | ~~~^ | | | long long unsigned int | %lu 182 | fs.fe[i].physical, fs.fe[i].length, fs.fe[i].flags); | ~~~~~~~~~~~~~~~ | | | __u64 {aka long unsigned int} fibmap.c: In function 'do_filemap': fibmap.c:260:67: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' {aka 'long unsigned int'} [-Wformat=] 260 | printf("\n%s:\n filesystem blocksize %u, begins at LBA %llu;" | ~~~^ | | | long long unsigned int | %lu 261 | " assuming %u byte sectors.\n", 262 | file_name, blksize, start_lba, sector_bytes); | ~~~~~~~~~ | | | __u64 {aka long unsigned int} fwdownload.c: In function 'fwdownload': fwdownload.c:176:63: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 176 | fprintf(stderr, "Error: file size (%llu) too large for mode7 transfers\n", (__u64)st.st_size); | ~~~^ ~~~~~~~~~~~~~~~~~ | | | | long long unsigned int long unsigned int | %lu gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o dvdspeed.o dvdspeed.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o wdidle3.o wdidle3.c gcc -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -Os -fomit-frame-pointer -D_GNU_SOURCE -Os -fomit-frame-pointer -c -o apt.o apt.c gcc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -o hdparm hdparm.o identify.o sgio.o sysfs.o geom.o fallocate.o fibmap.o fwdownload.o dvdspeed.o wdidle3.o apt.o strip hdparm make[1]: Leaving directory '/home/buildozer/aports/main/hdparm/src/hdparm-9.65' >>> hdparm: Entering fakeroot... make -j4 hdparm make[1]: Entering directory '/home/buildozer/aports/main/hdparm/src/hdparm-9.65' make[1]: warning: -j4 forced in submake: resetting jobserver mode. make[1]: 'hdparm' is up to date. make[1]: Leaving directory '/home/buildozer/aports/main/hdparm/src/hdparm-9.65' if [ ! -z /home/buildozer/aports/main/hdparm/pkg/hdparm ]; then install -m 755 -d /home/buildozer/aports/main/hdparm/pkg/hdparm ; fi if [ ! -z /home/buildozer/aports/main/hdparm/pkg/hdparm/sbin ]; then install -m 755 -d /home/buildozer/aports/main/hdparm/pkg/hdparm/sbin ; fi if [ ! -z /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man ]; then install -m 755 -d /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man ; fi if [ ! -z /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man/man8/ ]; then install -m 755 -d /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man/man8/ ; fi if [ -f /home/buildozer/aports/main/hdparm/pkg/hdparm/sbin/hdparm ]; then rm -f /home/buildozer/aports/main/hdparm/pkg/hdparm/sbin/hdparm ; fi if [ -f /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man/man8/hdparm.8 ]; then rm -f /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man/man8/hdparm.8 ;\ elif [ -f /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/man/man8/hdparm.8 ]; then rm -f /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/man/man8/hdparm.8 ; fi install -D hdparm /home/buildozer/aports/main/hdparm/pkg/hdparm/sbin/hdparm if [ -d /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man ]; then install -m 644 -D hdparm.8 /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/share/man/man8/hdparm.8 ;\ elif [ -d /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/man ]; then install -m 644 -D hdparm.8 /home/buildozer/aports/main/hdparm/pkg/hdparm/usr/man/man8/hdparm.8 ; fi >>> hdparm-doc*: Running split function doc... >>> hdparm-doc*: Preparing subpackage hdparm-doc... >>> hdparm-doc*: Running postcheck for hdparm-doc >>> hdparm*: Running postcheck for hdparm >>> hdparm*: Preparing package hdparm... >>> hdparm*: Stripping binaries >>> hdparm-doc*: Scanning shared objects >>> hdparm*: Scanning shared objects >>> hdparm-doc*: Tracing dependencies... >>> hdparm-doc*: Package size: 48.0 KB >>> hdparm-doc*: Compressing data... >>> hdparm-doc*: Create checksum... >>> hdparm-doc*: Create hdparm-doc-9.65-r2.apk >>> hdparm*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> hdparm*: Package size: 148.0 KB >>> hdparm*: Compressing data... >>> hdparm*: Create checksum... >>> hdparm*: Create hdparm-9.65-r2.apk >>> hdparm: Build complete at Wed, 12 Apr 2023 09:02:54 +0000 elapsed time 0h 0m 3s >>> hdparm: Cleaning up srcdir >>> hdparm: Cleaning up pkgdir >>> hdparm: Uninstalling dependencies... (1/2) Purging .makedepends-hdparm (20230412.090252) (2/2) Purging linux-headers (6.2-r0) OK: 293 MiB in 98 packages >>> hdparm: Updating the main/ppc64le repository index... >>> hdparm: Signing the index...