From https://github.com/archlinux/svntogit-community * branch packages/vamps -> FETCH_HEAD * [new branch] packages/vamps -> community/packages/vamps Cloning into 'vamps'... done. :: Synchronizing package databases... % 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 100 130k 100 130k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 387k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 8545k 1 102k 0 0 122k 0 0:01:10 --:--:-- 0:01:10 121k 17 8545k 17 1507k 0 0 815k 0 0:00:10 0:00:01 0:00:09 815k 41 8545k 41 3564k 0 0 1247k 0 0:00:06 0:00:02 0:00:04 1247k 72 8545k 72 6195k 0 0 1602k 0 0:00:05 0:00:03 0:00:02 1602k 99 8545k 99 8505k 0 0 1744k 0 0:00:04 0:00:04 --:--:-- 1744k 100 8545k 100 8545k 0 0 1752k 0 0:00:04 0:00:04 --:--:-- 2092k % 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 142k 100 142k 0 0 815k 0 --:--:-- --:--:-- --:--:-- 816k :: Starting full system upgrade... there is nothing to do ==> Making package: vamps 0.99.2-14 (Thu Sep 5 14:31:21 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) libdvdread-6.1.3-2 Total Download Size: 0.10 MiB Total Installed Size: 0.31 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 104k 100 104k 0 0 50.8M 0 --:--:-- --:--:-- --:--:-- 101M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libdvdread... Optional dependencies for libdvdread libdvdcss: Decoding encrypted DVDs :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading vamps-0.99.2.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 100 372 100 372 0 0 1252 0 --:--:-- --:--:-- --:--:-- 1256 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 100 359 100 359 0 0 156 0 0:00:02 0:00:02 --:--:-- 359 100 359 100 359 0 0 156 0 0:00:02 0:00:02 --:--:-- 359 100 47062 100 47062 0 0 19167 0 0:00:02 0:00:02 --:--:-- 19167 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... vamps-0.99.2.tar.gz ... Passed ==> Extracting sources... -> Extracting vamps-0.99.2.tar.gz with bsdtar ==> Starting build()... make[1]: Entering directory '/tmp/archlinux-ci/vamps-archlinuxrb-build-6yecQlfI/vamps/trunk/src/vamps-0.99.2/vamps' gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -c -o vamps.o vamps.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -c -o requant.o requant.c vamps.c: In function 'main': vamps.c:318:50: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 318 | fprintf (stderr, "Info: Total bytes read: %llu\n", bytes_read); | ~~~^ ~~~~~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu vamps.c:319:53: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 319 | fprintf (stderr, "Info: Total bytes written: %llu\n", bytes_written); | ~~~^ ~~~~~~~~~~~~~ | | | | | uint64_t {aka long unsigned int} | long long unsigned int | %lu vamps.c:326:66: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 326 | "Info: Total bytes vaporized in audio and subpicture streams: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu vamps.c:331:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 331 | "Info: Total bytes vaporized in cell gaps: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu vamps.c:336:63: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 336 | "Info: Total bytes vaporized in video stream: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu vamps.c:341:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 341 | "Info: Total padding bytes in video stream: %llu (%.2f%%)\n", | ~~~^ | | | long long unsigned int | %lu 342 | padding_bytes, | ~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -s vamps.o requant.o -lm -lpthread -o vamps make[1]: Leaving directory '/tmp/archlinux-ci/vamps-archlinuxrb-build-6yecQlfI/vamps/trunk/src/vamps-0.99.2/vamps' make[1]: Entering directory '/tmp/archlinux-ci/vamps-archlinuxrb-build-6yecQlfI/vamps/trunk/src/vamps-0.99.2/play_cell' gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -W -c -o play_cell.o play_cell.c gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -s play_cell.o -ldvdread -o play_cell make[1]: Leaving directory '/tmp/archlinux-ci/vamps-archlinuxrb-build-6yecQlfI/vamps/trunk/src/vamps-0.99.2/play_cell' ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "vamps"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: vamps 0.99.2-14 (Thu Sep 5 14:31:31 2024)