Started by user score Running as SYSTEM Building in workspace /var/lib/jenkins/workspace/pkgbuilds/torrentzip The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/torrentzip/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://aur.archlinux.org/torrentzip.git # timeout=10 Fetching upstream changes from https://aur.archlinux.org/torrentzip.git > git --version # timeout=10 > git --version # 'git version 2.38.1' > git fetch --tags --force --progress -- https://aur.archlinux.org/torrentzip.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision bad9891c7472bbfd5b96f8f69f1493063dab46c0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bad9891c7472bbfd5b96f8f69f1493063dab46c0 # timeout=10 Commit message: "Initial TorrentZip PKGBUILD" > git rev-list --no-walk bad9891c7472bbfd5b96f8f69f1493063dab46c0 # timeout=10 [torrentzip] $ /bin/sh -xe /tmp/jenkins8107972442037953976.sh + '[' -n '' ']' + rm -vf torrentzip-0.2-1-x86_64.pkg.tar.zst torrentzip-0.2-1-x86_64.pkg.tar.zst.sig removed 'torrentzip-0.2-1-x86_64.pkg.tar.zst' removed 'torrentzip-0.2-1-x86_64.pkg.tar.zst.sig' + sudo /usr/local/sbin/build-chroot-pkg torrentzip ==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0004]...done ==> Making package: torrentzip 0.2-1 (Thu Dec 1 06:38:00 2022) ==> Retrieving sources... -> Found trrntzip_v02_src.tar.gz -> Found permissions-fix.patch ==> Validating source files with sha512sums... trrntzip_v02_src.tar.gz ... Passed permissions-fix.patch ... Passed ==> Making package: torrentzip 0.2-1 (Thu Dec 1 06:38:05 2022) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources...  -> Found trrntzip_v02_src.tar.gz  -> Found permissions-fix.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting trrntzip_v02_src.tar.gz with bsdtar ==> Starting prepare()... patching file src/trrntzip.c configure.ac:4: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:4: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:781: AM_CONFIG_HEADER is expanded from... configure.ac:4: the top level configure.ac:7: installing './compile' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' src/Makefile.am: installing './depcomp' ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking for fmod in -lm... yes checking for zlibVersion in -lz... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating torrentzip.spec config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/build/torrentzip/src/trrntzip' Making all in src make[2]: Entering directory '/build/torrentzip/src/trrntzip/src' gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT ioapi.o -MD -MP -MF .deps/ioapi.Tpo -c -o ioapi.o ioapi.c gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT logging.o -MD -MP -MF .deps/logging.Tpo -c -o logging.o logging.c gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT platform.o -MD -MP -MF .deps/platform.Tpo -c -o platform.o platform.c gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT trrntzip.o -MD -MP -MF .deps/trrntzip.Tpo -c -o trrntzip.o trrntzip.c platform.c: In function ‘getch’: platform.c:50:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 50 | fread (&c, 1, 1, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/platform.Tpo .deps/platform.Po gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT unzip.o -MD -MP -MF .deps/unzip.Tpo -c -o unzip.o unzip.c logging.c: In function ‘OpenProcessLog’: logging.c:125:3: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration] 125 | free (pszPath); | ^~~~ logging.c:29:1: note: include ‘’ or provide a declaration of ‘free’ 28 | #include "logging.h" +++ |+#include 29 | logging.c:125:3: warning: incompatible implicit declaration of built-in function ‘free’ [-Wbuiltin-declaration-mismatch] 125 | free (pszPath); | ^~~~ logging.c:125:3: note: include ‘’ or provide a declaration of ‘free’ mv -f .deps/ioapi.Tpo .deps/ioapi.Po gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c trrntzip.c: In function ‘CheckZipStatus’: trrntzip.c:237:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 237 | fread (comment_buffer, 1, COMMENT_LENGTH, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trrntzip.c:266:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 266 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:268:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 268 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:270:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 270 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:272:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 272 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:286:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 286 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:288:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 288 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:290:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 290 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:292:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 292 | fread (&x, 1, 1, f); | ^~~~~~~~~~~~~~~~~~~ trrntzip.c:313:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 313 | fread (ws->pszCheckBuf, 1, ch_length, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ trrntzip.c: In function ‘MigrateZip’: trrntzip.c:396:5: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 396 | chdir (".."); | ^~~~~~~~~~~~ trrntzip.c:406:5: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 406 | chdir (".."); | ^~~~~~~~~~~~ trrntzip.c: In function ‘RecursiveMigrate’: trrntzip.c:698:7: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 698 | chdir (pszPath); | ^~~~~~~~~~~~~~~ trrntzip.c:845:3: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 845 | chdir (".."); | ^~~~~~~~~~~~ trrntzip.c: In function ‘main’: trrntzip.c:999:7: warning: ignoring return value of ‘chdir’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 999 | chdir (pszStartPath); | ^~~~~~~~~~~~~~~~~~~~ unzip.c: In function ‘unzOpenCurrentFile3’: unzip.c:1167:20: warning: assignment to ‘const long unsigned int *’ from incompatible pointer type ‘const z_crc_t *’ {aka ‘const unsigned int *’} [-Wincompatible-pointer-types] 1167 | s->pcrc_32_tab = get_crc_table (); | ^ mv -f .deps/logging.Tpo .deps/logging.Po gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -MT zip.o -MD -MP -MF .deps/zip.Tpo -c -o zip.o zip.c mv -f .deps/util.Tpo .deps/util.Po zip.c: In function ‘zipOpenNewFileInZip3’: zip.c:859:24: warning: assignment to ‘const long unsigned int *’ from incompatible pointer type ‘const z_crc_t *’ {aka ‘const unsigned int *’} [-Wincompatible-pointer-types] 859 | zi->ci.pcrc_32_tab = get_crc_table (); | ^ mv -f .deps/trrntzip.Tpo .deps/trrntzip.Po mv -f .deps/zip.Tpo .deps/zip.Po mv -f .deps/unzip.Tpo .deps/unzip.Po 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 -g -ffile-prefix-map=/build/torrentzip/src=/usr/src/debug/torrentzip -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o trrntzip ioapi.o logging.o platform.o trrntzip.o unzip.o util.o zip.o -lz -lm make[2]: Leaving directory '/build/torrentzip/src/trrntzip/src' make[2]: Entering directory '/build/torrentzip/src/trrntzip' make[2]: Leaving directory '/build/torrentzip/src/trrntzip' make[1]: Leaving directory '/build/torrentzip/src/trrntzip' ==> Entering fakeroot environment... ==> Starting package()... Making install in src make[1]: Entering directory '/build/torrentzip/src/trrntzip/src' make[2]: Entering directory '/build/torrentzip/src/trrntzip/src' make[2]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/build/torrentzip/pkg/torrentzip//usr/bin' /usr/bin/install -c trrntzip '/build/torrentzip/pkg/torrentzip//usr/bin' make[2]: Leaving directory '/build/torrentzip/src/trrntzip/src' make[1]: Leaving directory '/build/torrentzip/src/trrntzip/src' make[1]: Entering directory '/build/torrentzip/src/trrntzip' make[2]: Entering directory '/build/torrentzip/src/trrntzip' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/torrentzip/src/trrntzip' make[1]: Leaving directory '/build/torrentzip/src/trrntzip' ==> 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 "torrentzip"...  -> Generating .PKGINFO file...  -> Generating .BUILDINFO file...  -> Generating .MTREE file...  -> Compressing package... ==> Creating package "torrentzip-debug"...  -> Generating .PKGINFO file...  -> Generating .BUILDINFO file...  -> Generating .MTREE file...  -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: torrentzip 0.2-1 (Thu Dec 1 06:38:13 2022) 'torrentzip-0.2-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/torrentzip-0.2-1-x86_64.pkg.tar.zst' 'torrentzip-0.2-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/torrentzip-0.2-1-x86_64.pkg.tar.zst.sig' 'torrentzip-debug-0.2-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/torrentzip-debug-0.2-1-x86_64.pkg.tar.zst' 'torrentzip-debug-0.2-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/torrentzip-debug-0.2-1-x86_64.pkg.tar.zst.sig' ==> Verifying database signature... gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz' gpg: Signature made Thu 01 Dec 2022 06:37:56 AM UTC gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F gpg: Good signature from "gurren.score.moe build host (automatic signing key) " [ultimate] -> Database signature file verified. ==> Extracting score.moe.db.tar.gz to a temporary location... ==> Verifying database signature... gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz' gpg: Signature made Thu 01 Dec 2022 06:37:57 AM UTC gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F gpg: Good signature from "gurren.score.moe build host (automatic signing key) " [ultimate] -> Database signature file verified. ==> Extracting score.moe.files.tar.gz to a temporary location... ==> Adding package 'torrentzip-0.2-1-x86_64.pkg.tar.zst' ==> WARNING: An entry for 'torrentzip-0.2-1' already existed -> Adding package signature... -> Computing checksums... -> Removing existing entry 'torrentzip-0.2-1'... -> Creating 'desc' db entry... -> Creating 'files' db entry... ==> Adding package 'torrentzip-debug-0.2-1-x86_64.pkg.tar.zst' -> Adding package signature... -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry... ==> Creating updated database file 'score.moe.db.tar.gz' ==> Signing database 'score.moe.db.tar.gz'... -> Created signature file 'score.moe.db.tar.gz.sig' ==> Signing database 'score.moe.files.tar.gz'... -> Created signature file 'score.moe.files.tar.gz.sig' Archiving artifacts Recording fingerprints Finished: SUCCESS