From https://github.com/archlinux/svntogit-community * branch packages/cowpatty -> FETCH_HEAD * [new branch] packages/cowpatty -> community/packages/cowpatty Cloning into 'cowpatty'... 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 131k 100 131k 0 0 386k 0 --:--:-- --:--:-- --:--:-- 385k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 8546k 2 191k 0 0 222k 0 0:00:38 --:--:-- 0:00:38 222k 36 8546k 36 3104k 0 0 1601k 0 0:00:05 0:00:01 0:00:04 1601k 87 8546k 87 7502k 0 0 2656k 0 0:00:03 0:00:02 0:00:01 2655k 100 8546k 100 8546k 0 0 2789k 0 0:00:03 0:00:03 --:--:-- 2790k % 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 143k 100 143k 0 0 827k 0 --:--:-- --:--:-- --:--:-- 831k :: Starting full system upgrade... there is nothing to do PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ GIT_SSL_NO_VERIFY=1 SOURCE_DATE_EPOCH=1690805797 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690805797' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' GIT_SSL_NO_VERIFY=1 printenv 2>&1 SCHROOT_SESSION_ID=archlinux-cowpatty-archlinuxrb-build-q4IjCYdY PWD=/tmp/archlinux-ci/cowpatty-archlinuxrb-build-q4IjCYdY/cowpatty/trunk LOGNAME=jenkins SCHROOT_ALIAS_NAME=jenkins-reproducible-archlinux SCHROOT_GROUP=jenkins SCHROOT_USER=jenkins ftp_proxy=http://127.0.0.1:3128 HOME=/var/lib/jenkins LANG=C https_proxy=http://127.0.0.1:3128 USER=jenkins FTP_PROXY=http://127.0.0.1:3128 SHLVL=1 HTTPS_PROXY=http://127.0.0.1:3128 HTTP_PROXY=http://127.0.0.1:3128 SCHROOT_GID=116 http_proxy=http://127.0.0.1:3128 DEBUGINFOD_URLS=https://debuginfod.archlinux.org SCHROOT_UID=108 HG=/usr/bin/hg _=/usr/sbin/printenv ==> Making package: cowpatty 4.8-3 (Sun Sep 1 18:40:06 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading cowpatty-4.8.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 100 97449 0 97449 0 0 267k 0 --:--:-- --:--:-- --:--:-- 267k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... cowpatty-4.8.tar.gz ... Passed ==> Extracting sources... -> Extracting cowpatty-4.8.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -c -o md5.o md5.c md5.c: In function 'md5_mac': md5.c:29:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 29 | MD5_Init(&context); | ^~~~~~~~ In file included from md5.c:20: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:30:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 30 | MD5_Update(&context, key, key_len); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:31:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 31 | MD5_Update(&context, data, data_len); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:32:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 32 | MD5_Update(&context, key, key_len); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:33:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 33 | MD5_Final(mac, &context); | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ md5.c: In function 'hmac_md5_vector': md5.c:48:17: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 48 | MD5_Init(&context); | ^~~~~~~~ /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:49:17: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 49 | MD5_Update(&context, key, key_len); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:50:17: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 50 | MD5_Final(tk, &context); | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ md5.c:78:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 78 | MD5_Init(&context); /* init context for 1st pass */ | ^~~~~~~~ /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:79:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 79 | MD5_Update(&context, k_ipad, 64); /* start with inner pad */ | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:82:17: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 82 | MD5_Update(&context, addr[i], len[i]); | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:84:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 84 | MD5_Final(mac, &context); /* finish up 1st pass */ | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ md5.c:87:9: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 87 | MD5_Init(&context); /* init context for 2nd pass */ | ^~~~~~~~ /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ md5.c:88:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 88 | MD5_Update(&context, k_opad, 64); /* start with outer pad */ | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:89:9: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 89 | MD5_Update(&context, mac, 16); /* then results of 1st hash */ | ^~~~~~~~~~ /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ md5.c:90:9: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 90 | MD5_Final(mac, &context); /* finish up 2nd pass */ | ^~~~~~~~~ /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -c -o sha1.o sha1.c sha1.c: In function 'sha1_mac': sha1.c:34:9: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 34 | SHA1Init(&context); | ^~~~~~~~ In file included from sha1.h:21, from sha1.c:25: /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ sha1.c:35:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 35 | SHA1Update(&context, key, key_len); | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:36:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 36 | SHA1Update(&context, data, data_len); | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:37:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 37 | SHA1Update(&context, key, key_len); | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:38:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 38 | SHA1Final(mac, &context); | ^~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c: In function 'hmac_sha1_vector': sha1.c:81:17: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 81 | SHA1Init(&context); /* init context for 1st pass */ | ^~~~~~~~ /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ sha1.c:82:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 82 | SHA1Update(&context, k_ipad, 64); /* start with inner pad */ | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:92:25: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 92 | SHA1Update(&context, addr[i], len[i]); | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:94:17: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 94 | SHA1Final(mac, &context); /* finish up 1st pass */ | ^~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c:97:17: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 97 | SHA1Init(&context); /* init context for 2nd pass */ | ^~~~~~~~ /usr/include/openssl/sha.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c); | ^~~~~~~~~ sha1.c:98:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 98 | SHA1Update(&context, k_opad, 64); /* start with outer pad */ | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:106:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 106 | SHA1Update(&context, mac, 20); /* then results of 1st hash */ | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:107:17: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 107 | SHA1Final(mac, &context); /* finish up 2nd pass */ | ^~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c:122:17: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 122 | SHA1Update(&context, addr[i], len[i]); | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:124:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 124 | SHA1Final(mac, &context); | ^~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ sha1.c:127:9: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 127 | SHA1Update(&context, mac, 20); | ^~~~~~~~~~ /usr/include/openssl/sha.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len); | ^~~~~~~~~~~ sha1.c:128:9: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | SHA1Final(mac, &context); | ^~~~~~~~~ /usr/include/openssl/sha.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c); | ^~~~~~~~~~ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -c -o utils.o utils.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -c -o cowpatty.o cowpatty.c cowpatty.c: In function 'handle_dot1x': cowpatty.c:408:23: warning: variable 'index' set but not used [-Wunused-but-set-variable] 408 | int key_info, index; | ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:682:13: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] 682 | int reclen, wordlen; | ^~~~~~ cowpatty.c: In function 'parseopts': cowpatty.c:154:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 154 | strncpy(opt->ssid, optarg, sizeof(opt->ssid)); | ^ cowpatty.c:151:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 151 | strncpy(opt->pcapfile, optarg, sizeof(opt->pcapfile)); | ^ cowpatty.c:148:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 148 | strncpy(opt->dictfile, optarg, sizeof(opt->dictfile)); | ^ cowpatty.c:157:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 157 | strncpy(opt->hashfile, optarg, sizeof(opt->hashfile)); | ^ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -c -o genpmk.o genpmk.c genpmk.c: In function 'main': genpmk.c:82:26: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 82 | int fret = 0, c, ret; | ^~~ genpmk.c:114:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 114 | strncpy(opt.ssid, optarg, sizeof(opt.ssid)); | ^ genpmk.c:108:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 108 | strncpy(opt.dictfile, optarg, sizeof(opt.dictfile)); | ^ genpmk.c:111:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 111 | strncpy(opt.hashfile, optarg, sizeof(opt.hashfile)); | ^ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto cowpatty.c: In function 'handle_dot1x': cowpatty.c:408:23: warning: variable 'index' set but not used [-Wunused-but-set-variable] 408 | int key_info, index; | ^~~~~ cowpatty.c: In function 'hashfile_attack': cowpatty.c:682:13: warning: variable 'reclen' set but not used [-Wunused-but-set-variable] 682 | int reclen, wordlen; | ^~~~~~ cowpatty.c: In function 'parseopts': cowpatty.c:154:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 154 | strncpy(opt->ssid, optarg, sizeof(opt->ssid)); | ^ cowpatty.c:151:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 151 | strncpy(opt->pcapfile, optarg, sizeof(opt->pcapfile)); | ^ cowpatty.c:148:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 148 | strncpy(opt->dictfile, optarg, sizeof(opt->dictfile)); | ^ cowpatty.c:157:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 157 | strncpy(opt->hashfile, optarg, sizeof(opt->hashfile)); | ^ cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -pipe -Wall -DOPENSSL -O2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto genpmk.c: In function 'main': genpmk.c:82:26: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 82 | int fret = 0, c, ret; | ^~~ genpmk.c:114:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 114 | strncpy(opt.ssid, optarg, sizeof(opt.ssid)); | ^ genpmk.c:108:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 108 | strncpy(opt.dictfile, optarg, sizeof(opt.dictfile)); | ^ genpmk.c:111:25: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 111 | strncpy(opt.hashfile, optarg, sizeof(opt.hashfile)); | ^ -rwxr-xr-x 1 jenkins jenkins 30512 Sep 1 18:40 cowpatty -rwxr-xr-x 1 jenkins jenkins 21344 Sep 1 18:40 genpmk -rwxr-xr-x 1 jenkins jenkins 26496 Sep 1 18:40 cowpatty -rwxr-xr-x 1 jenkins jenkins 18304 Sep 1 18:40 genpmk ==> Entering fakeroot environment... ==> Starting package()... install -d /tmp/archlinux-ci/cowpatty-archlinuxrb-build-q4IjCYdY/cowpatty/trunk/pkg/cowpatty/usr/bin install -m 755 cowpatty genpmk /tmp/archlinux-ci/cowpatty-archlinuxrb-build-q4IjCYdY/cowpatty/trunk/pkg/cowpatty/usr/bin ==> 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 "cowpatty"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: cowpatty 4.8-3 (Sun Sep 1 18:40:11 2024)