==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: cowpatty 4.8-4 (Thu Jul 11 23:07:28 2024)
==> Retrieving sources...
  -> Found cowpatty-4.8.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cowpatty-4.8.tar.gz ... Passed
==> Making package: cowpatty 4.8-4 (Thu Jul 11 23:07:51 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) dbus-1.14.10-2  libnl-3.9.0-1  libpcap-1.10.4-1

Total Download Size:   0.58 MiB
Total Installed Size:  2.99 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libnl-3.9.0-1-armv7h downloading...
 libpcap-1.10.4-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnl...
installing dbus...
installing libpcap...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found cowpatty-4.8.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting cowpatty-4.8.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2   -c -o md5.o md5.c
md5.c: In function 'md5_mac':
md5.c:29:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from md5.c:20:
/usr/include/openssl/md5.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                                                         ^       
md5.c:30:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:31:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:32:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:33:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:51:57: 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:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                                                         ^       
md5.c:49:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:50:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                                                         ^~~~~~~~~
md5.c:78:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                                                         ^       
md5.c:79:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:82:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:84:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                                                         ^~~~~~~~~
md5.c:87:2: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                                                         ^       
md5.c:88:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:89:2: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
md5.c:90:2: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md5.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                                                         ^~~~~~~~~
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2   -c -o sha1.o sha1.c
sha1.c: In function 'sha1_mac':
sha1.c:34:2: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from sha1.h:21,
                 from sha1.c:25:
/usr/include/openssl/sha.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                                                         ^        
sha1.c:35:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:36:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:37:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:38:2: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:51:57: 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:3: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                                                         ^        
sha1.c:82:3: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:92:4: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:94:3: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                                                         ^~~~~~~~~~
sha1.c:97:3: warning: 'SHA1_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:49:57: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                                                         ^        
sha1.c:98:3: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:106:3: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:107:3: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                                                         ^~~~~~~~~~
sha1.c:122:3: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:124:2: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                                                         ^~~~~~~~~~
sha1.c:127:2: warning: 'SHA1_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~~
sha1.c:128:2: warning: 'SHA1_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/sha.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                                                         ^~~~~~~~~~
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2   -c -o utils.o utils.c
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2   -c -o cowpatty.o cowpatty.c
cowpatty.c: In function 'handle_dot1x':
cowpatty.c:408:16: warning: variable 'index' set but not used [-Wunused-but-set-variable]
cowpatty.c: In function 'hashfile_attack':
cowpatty.c:682:6: warning: variable 'reclen' set but not used [-Wunused-but-set-variable]
cowpatty.c: In function 'parseopts':
cowpatty.c:154:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
cowpatty.c:151:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
cowpatty.c:148:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
cowpatty.c:157:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2   -c -o genpmk.o genpmk.c
genpmk.c: In function 'main':
genpmk.c:82:19: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
genpmk.c:114:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
genpmk.c:108:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
genpmk.c:111:4: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
cc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -pipe -Wall -DOPENSSL  -O2 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-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 builduser builduser 27520 Jul 11 23:07 cowpatty
-rwxr-xr-x 1 builduser builduser 18400 Jul 11 23:07 genpmk
-rwxr-xr-x 1 builduser builduser 22000 Jul 11 23:07 cowpatty
-rwxr-xr-x 1 builduser builduser 13808 Jul 11 23:07 genpmk
==> Entering fakeroot environment...
==> Starting package()...
install -d /build/cowpatty/pkg/cowpatty/usr/bin
install -m 755 cowpatty genpmk /build/cowpatty/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-4 (Thu Jul 11 23:08:02 2024)
==> Cleaning up...