>>> dvd+rw-tools: Building community/dvd+rw-tools 7.1-r4 (using abuild 3.14.1-r1) started Sun, 10 Nov 2024 19:29:03 +0000
>>> dvd+rw-tools: Validating /home/buildozer/aports/community/dvd+rw-tools/APKBUILD...
>>> dvd+rw-tools: Analyzing dependencies...
>>> dvd+rw-tools: Installing for build: build-base cdrkit m4 linux-headers
(1/6) Installing bzip2 (1.0.8-r6)
(2/6) Installing libbz2 (1.0.8-r6)
(3/6) Installing cdrkit (1.1.11-r6)
(4/6) Installing m4 (1.4.19-r3)
(5/6) Installing linux-headers (6.6-r1)
(6/6) Installing .makedepends-dvd+rw-tools (20241110.192914)
Executing busybox-1.37.0-r6.trigger
OK: 342 MiB in 104 packages
>>> dvd+rw-tools: Cleaning up srcdir
>>> dvd+rw-tools: Cleaning up pkgdir
>>> dvd+rw-tools: Cleaning up tmpdir
>>> dvd+rw-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/dvd+rw-tools-7.1.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/dvd+rw-tools-7.1.tar.gz.part'
dvd+rw-tools-7.1.tar 100% |********************************|  137k  0:00:00 ETA
'/var/cache/distfiles/v3.21/dvd+rw-tools-7.1.tar.gz.part' saved
>>> dvd+rw-tools: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/dvd+rw-tools-7.1.tar.gz
>>> dvd+rw-tools: Checking sha512sums...
dvd+rw-tools-7.1.tar.gz: OK
fix-sysmacros-header.patch: OK
transport.hxx.patch: OK
>>> dvd+rw-tools: Unpacking /var/cache/distfiles/v3.21/dvd+rw-tools-7.1.tar.gz...
>>> dvd+rw-tools: fix-sysmacros-header.patch
patching file growisofs.c
>>> dvd+rw-tools: transport.hxx.patch
patching file transport.hxx
Hunk #2 succeeded at 124 with fuzz 1.
make[1]: Entering directory '/home/buildozer/aports/community/dvd+rw-tools/src/dvd+rw-tools-7.1'
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security  -O2 -D_REENTRANT   -c -o growisofs.o growisofs.c
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT   -c -o growisofs_mmc.o growisofs_mmc.cpp
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT   -c -o dvd+rw-format.o dvd+rw-format.cpp
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT   -c -o dvd+rw-booktype.o dvd+rw-booktype.cpp
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT   -c -o dvd+rw-mediainfo.o dvd+rw-mediainfo.cpp
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT   -c -o dvd-ram-control.o dvd-ram-control.cpp
In file included from growisofs.c:446:
mp.h: In function '__thread_wait':
mp.h:59:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   59 |         return (int)ret;
      |                ^
dvd+rw-mediainfo.cpp:624:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  624 |         printf (" %s    %u*2KB=%"LLU"\n",
      |                 ^
dvd+rw-mediainfo.cpp:944:20: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  944 |             printf("%"LLU"\n",(unsigned long long)capacity*blocksize);
      |                    ^
dvd+rw-mediainfo.cpp:951:24: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  951 |                 printf("%"LLU"\n",(unsigned long long)capacity*blocksize);
      |                        ^
dvd+rw-mediainfo.cpp:1124:17: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
 1124 |         printf ("READ CAPACITY:          %u*%u=%"LLU"\n",
      |                 ^
growisofs.c: In function 'progress_print':
growisofs.c:2270:29: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
 2270 |             fprintf (stdout,"%11"LLD"/%"LLD" (%4.1f%%) @%.1fx, "
      |                             ^~~~~
......
 2274 |                             current,progress.final,100.0/ratio,
      |                             ~~~~~~~
      |                             |
      |                             off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2270:29: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=]
 2270 |             fprintf (stdout,"%11"LLD"/%"LLD" (%4.1f%%) @%.1fx, "
      |                             ^~~~~
......
 2274 |                             current,progress.final,100.0/ratio,
      |                                     ~~~~~~~~~~~~~~
      |                                             |
      |                                             off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2284:29: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=]
 2284 |             fprintf (stdout,"%11"LLD"/%"LLD" (%4.1f%%) @0x, "
      |                             ^~~~~
......
 2288 |                             current,progress.final,0.0,
      |                             ~~~~~~~
      |                             |
      |                             off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2284:29: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=]
 2284 |             fprintf (stdout,"%11"LLD"/%"LLD" (%4.1f%%) @0x, "
      |                             ^~~~~
......
 2288 |                             current,progress.final,0.0,
      |                                     ~~~~~~~~~~~~~~
      |                                             |
      |                                             off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c: In function 'builtin_dd':
growisofs.c:2397:29: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=]
 2397 |         {   fprintf (stderr,":-( %s: %"LLD" blocks are free, "
      |                             ^~~~~~~~~~~
......
 2400 |                             (capacity-outoff)/2048,tracksize/2048);
      |                             ~~~~~~~~~~~~~~~~~~~~~~
      |                                              |
      |                                              off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2397:29: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=]
 2397 |         {   fprintf (stderr,":-( %s: %"LLD" blocks are free, "
      |                             ^~~~~~~~~~~
......
 2400 |                             (capacity-outoff)/2048,tracksize/2048);
      |                                                    ~~~~~~~~~~~~~~
      |                                                             |
      |                                                             off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2427:45: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=]
 2427 |                         {   fprintf (stderr,":-( %s: %"LLD" blocks are free, "
      |                                             ^~~~~~~~~~~
......
 2430 |                                             (capacity-outoff)/2048,
      |                                             ~~~~~~~~~~~~~~~~~~~~~~
      |                                                              |
      |                                                              off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2427:45: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=]
 2427 |                         {   fprintf (stderr,":-( %s: %"LLD" blocks are free, "
      |                                             ^~~~~~~~~~~
......
 2431 |                                             tracksize/2048);
      |                                             ~~~~~~~~~~~~~~
      |                                                      |
      |                                                      off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:2698:13: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=]
 2698 |     printf ("builtin_dd: %"LLD"*2KB out @ average %.1fx%dKBps\n",
      |             ^~~~~~~~~~~~~~~
 2699 |             (outoff-startoff)/2048,
      |             ~~~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c: In function 'main':
growisofs.c:3269:45: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=]
 3269 |                             fprintf (stderr,":-( %s: unable to lseek(%"LLD"): ",
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 3270 |                                             in_device,off),
      |                                                       ~~~
      |                                                       |
      |                                                       off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:3516:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=]
 3516 |         printf("next_session=%"LLD"\n", next_session*CD_BLOCK);
      |                ^~~~~~~~~~~~~~~~
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
growisofs.c:3519:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=]
 3519 |         printf("capacity=%"LLD"\n", capacity);
      |                ^~~~~~~~~~~~         ~~~~~~~~
      |                                     |
      |                                     off_t {aka long int}
growisofs.c:518:28: note: format string is defined here
  518 | #define LLD             "lld"
      |                            ^
      |                            |
      |                            long long int
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT  -Wl,--as-needed,-O1,--sort-common  dvd-ram-control.o  -lpthread -o dvd-ram-control
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT  -Wl,--as-needed,-O1,--sort-common  dvd+rw-format.o  -lpthread -o dvd+rw-format
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT  -Wl,--as-needed,-O1,--sort-common  dvd+rw-booktype.o  -lpthread -o dvd+rw-booktype
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT  -Wl,--as-needed,-O1,--sort-common  dvd+rw-mediainfo.o  -lpthread -o dvd+rw-mediainfo
g++ -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -D_LIBCPP_ENABLE_HARDENED_MODE=1  -O2 -fno-exceptions -D_REENTRANT  -Wl,--as-needed,-O1,--sort-common  growisofs.o growisofs_mmc.o  -lpthread -o growisofs
make[1]: Leaving directory '/home/buildozer/aports/community/dvd+rw-tools/src/dvd+rw-tools-7.1'
>>> WARNING: dvd+rw-tools: 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.
>>> dvd+rw-tools: Entering fakeroot...
>>> dvd+rw-tools-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/community/dvd+rw-tools/pkg/dvd+rw-tools-doc/usr/share/man'
>>> dvd+rw-tools-doc*: Preparing subpackage dvd+rw-tools-doc...
>>> dvd+rw-tools-doc*: Running postcheck for dvd+rw-tools-doc
>>> dvd+rw-tools*: Running postcheck for dvd+rw-tools
>>> dvd+rw-tools*: Preparing package dvd+rw-tools...
>>> dvd+rw-tools*: Stripping binaries
>>> dvd+rw-tools-doc*: Scanning shared objects
>>> dvd+rw-tools*: Scanning shared objects
>>> dvd+rw-tools-doc*: Tracing dependencies...
>>> dvd+rw-tools-doc*: Package size: 3.9 KB
>>> dvd+rw-tools-doc*: Compressing data...
>>> dvd+rw-tools-doc*: Create checksum...
>>> dvd+rw-tools-doc*: Create dvd+rw-tools-doc-7.1-r4.apk
>>> dvd+rw-tools*: Tracing dependencies...
	cdrkit
	so:libc.musl-riscv64.so.1
	so:libstdc++.so.6
>>> dvd+rw-tools*: Package size: 269.0 KB
>>> dvd+rw-tools*: Compressing data...
>>> dvd+rw-tools*: Create checksum...
>>> dvd+rw-tools*: Create dvd+rw-tools-7.1-r4.apk
>>> dvd+rw-tools: Build complete at Sun, 10 Nov 2024 19:29:31 +0000 elapsed time 0h 0m 28s
>>> dvd+rw-tools: Cleaning up srcdir
>>> dvd+rw-tools: Cleaning up pkgdir
>>> dvd+rw-tools: Uninstalling dependencies...
(1/6) Purging .makedepends-dvd+rw-tools (20241110.192914)
(2/6) Purging cdrkit (1.1.11-r6)
(3/6) Purging bzip2 (1.0.8-r6)
(4/6) Purging m4 (1.4.19-r3)
(5/6) Purging linux-headers (6.6-r1)
(6/6) Purging libbz2 (1.0.8-r6)
Executing busybox-1.37.0-r6.trigger
OK: 333 MiB in 98 packages
>>> dvd+rw-tools: Updating the community/riscv64 repository index...
>>> dvd+rw-tools: Signing the index...