==> Updating pacman database cache :: Synchronizing package databases... core downloading... extra downloading... ==> Building rarcrack -> repo: extra-staging -> arch: aarch64 -> worker: ben-5 ==> Building rarcrack for [extra-staging] (aarch64) :: Synchronizing package databases... core-staging downloading... core-testing downloading... core downloading... extra-staging downloading... extra-testing downloading... aur downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging] (aarch64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-staging-aarch64/root] -> [ben-5]...done ==> Making package: rarcrack 0.2-8 (Thu Sep 17 05:17:30 2026) ==> Retrieving sources... -> Downloading rarcrack-0.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 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 100 34013 0 34013 0 0 66343 0 0 100 34013 0 34013 0 0 66320 0 0 100 34013 0 34013 0 0 66286 0 0 -> Found file-type-detection.patch ==> Validating source files with sha256sums... rarcrack-0.2.tar.gz ... Passed file-type-detection.patch ... Passed ==> Validating source files with b2sums... rarcrack-0.2.tar.gz ... Passed file-type-detection.patch ... Passed ==> Making package: rarcrack 0.2-8 (Thu Sep 17 12:17:36 2026) ==> Checking runtime dependencies... ==> Installing missing dependencies... :: There are 2 providers available for p7zip: :: Repository extra-testing 1) 7zip :: Repository extra 2) 7zip Enter a number (): resolving dependencies... looking for conflicting packages... Package (3) New Version Net Change Download Size extra-testing/7zip 26.03-1 6.52 MiB extra-testing/unrar 1:7.3.1-1 0.38 MiB 0.17 MiB extra-testing/unzip 6.0-23 0.42 MiB Total Download Size: 0.17 MiB Total Installed Size: 7.32 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... 7zip-26.03-1-aarch64 downloading... unrar-1:7.3.1-1-aarch64 downloading... unzip-6.0-23-aarch64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing 7zip... installing unrar... installing unzip... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found rarcrack-0.2.tar.gz -> Found file-type-detection.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting rarcrack-0.2.tar.gz with bsdtar ==> Starting prepare()... patching file rarcrack.h Hunk #1 succeeded at 33 (offset 2 lines). ==> Starting build()... rarcrack.c: In function ‘loadstatus’: rarcrack.c:107:41: warning: ‘xmlStringDecodeEntities’ is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 107 | ABC = xmlStringDecodeEntities(parserctxt, | ^~~ In file included from rarcrack.h:29, from rarcrack.c:21: /usr/include/libxml2/libxml/parserInternals.h:493:17: note: declared here 493 | xmlStringDecodeEntities (xmlParserCtxt *ctxt, | ^~~~~~~~~~~~~~~~~~~~~~~ rarcrack.c:113:41: warning: ‘xmlStringDecodeEntities’ is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 113 | tmp = xmlStringDecodeEntities(parserctxt, | ^~~ /usr/include/libxml2/libxml/parserInternals.h:493:17: note: declared here 493 | xmlStringDecodeEntities (xmlParserCtxt *ctxt, | ^~~~~~~~~~~~~~~~~~~~~~~ rarcrack.c:123:41: warning: ‘xmlStringDecodeEntities’ is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 123 | tmp = xmlStringDecodeEntities(parserctxt, | ^~~ /usr/include/libxml2/libxml/parserInternals.h:493:17: note: declared here 493 | xmlStringDecodeEntities (xmlParserCtxt *ctxt, | ^~~~~~~~~~~~~~~~~~~~~~~ rarcrack.c: In function ‘crack_start’: rarcrack.c:232:53: error: passing argument 3 of ‘pthread_create’ from incompatible pointer type [-Wincompatible-pointer-types] 232 | (void) pthread_create(&th[i], NULL, crack_thread, NULL); | ^~~~~~~~~~~~ | | | void * (*)(void) In file included from rarcrack.h:32: /usr/include/pthread.h:204:36: note: expected ‘void * (*)(void *)’ but argument is of type ‘void * (*)(void)’ 204 | void *(*__start_routine) (void *), | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ rarcrack.c:195:8: note: ‘crack_thread’ declared here 195 | void * crack_thread() { | ^~~~~~~~~~~~ rarcrack.c:234:46: error: passing argument 3 of ‘pthread_create’ from incompatible pointer type [-Wincompatible-pointer-types] 234 | (void) pthread_create(&th[12], NULL, status_thread, NULL); | ^~~~~~~~~~~~~ | | | void * (*)(void) /usr/include/pthread.h:204:36: note: expected ‘void * (*)(void *)’ but argument is of type ‘void * (*)(void)’ 204 | void *(*__start_routine) (void *), | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ rarcrack.c:177:8: note: ‘status_thread’ declared here 177 | void * status_thread() { | ^~~~~~~~~~~~~ rarcrack.c: In function ‘init’: rarcrack.c:249:9: warning: ‘xmlInitThreads’ is deprecated: See https://gnome.pages.gitlab.gnome.org/libxml2/html/deprecated.html [-Wdeprecated-declarations] 249 | xmlInitThreads(); | ^~~~~~~~~~~~~~ In file included from /usr/include/libxml2/libxml/parser.h:33, from rarcrack.h:28: /usr/include/libxml2/libxml/threads.h:57:25: note: declared here 57 | xmlInitThreads (void); | ^~~~~~~~~~~~~~ rarcrack.c:283:61: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘char (*)[300]’ [-Wformat=] 283 | sscanf(argv[++i], "%s", &test); | ~^ ~~~~~ | | | | | char (*)[300] | char * rarcrack.c: In function ‘crack_thread’: rarcrack.c:205:20: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 205 | fgets((char*)&ret, 200, Pipe); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rarcrack.c: In function ‘init’: rarcrack.c:317:17: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 317 | fscanf(totest,"%s",(char*)&test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-staging-aarch64/ben-5/build