==> Synchronizing chroot copy [/home/alhp/workspace/chroot/root] -> [build_e7d78d9e-e8dd-4bff-bc8a-cfb9f6562e8c]...done
==> Making package: fcrackzip 1.0-6.1 (Wed Apr 29 23:22:08 2026)
==> Retrieving sources...
  -> Downloading fcrackzip-1.0.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 112.0k 100 112.0k   0      0 452.9k      0                              0100 112.0k 100 112.0k   0      0 452.8k      0                              0100 112.0k 100 112.0k   0      0 452.7k      0                              0
==> Validating source files with sha256sums...
    fcrackzip-1.0.tar.gz ... Passed
==> Making package: fcrackzip 1.0-6.1 (Wed Apr 29 21:22:10 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found fcrackzip-1.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting fcrackzip-1.0.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for perl5... no
checking for perl... perl
checking for pgcc/egcs... checking for x86 asm... not x86
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for gettimeofday... yes
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory '/startdir/src/fcrackzip-1.0'
if gcc -DHAVE_CONFIG_H -I. -I. -I.     -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/fcrackzip -flto=auto -falign-functions=32 -funroll-all-loops -O3 -MT main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.     -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/fcrackzip -flto=auto -falign-functions=32 -funroll-all-loops -O3 -MT crack.o -MD -MP -MF ".deps/crack.Tpo" \
  -c -o crack.o `test -f 'crack.c' || echo './'`crack.c; \
then mv -f ".deps/crack.Tpo" ".deps/crack.Po"; \
else rm -f ".deps/crack.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.     -march=x86-64-v4 -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mpclmul -g -ffile-prefix-map=/startdir/src=/usr/src/debug/fcrackzip -flto=auto -falign-functions=32 -funroll-all-loops -O3 -MT zipinfo.o -MD -MP -MF ".deps/zipinfo.Tpo" \
  -c -o zipinfo.o `test -f 'zipinfo.c' || echo './'`zipinfo.c; \
then mv -f ".deps/zipinfo.Tpo" ".deps/zipinfo.Po"; \
else rm -f ".deps/zipinfo.Tpo"; exit 1; \
fi
zipinfo.c: In function ‘parse_zip’:
zipinfo.c:82:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   82 |             fread (zip_path, name_len, 1, f);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
zipinfo.c:101:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  101 |             fread (file, 24, 1, f);
      |             ^~~~~~~~~~~~~~~~~~~~~~
In file included from crack.c:160:
cpmask.c:129:8: error: type defaults to ‘int’ in declaration of ‘cp_table_lu1’ [-Wimplicit-int]
  129 | static cp_table_lu1[MAX_CP_WIDTH];
      |        ^~~~~~~~~~~~
cpmask.c:130:8: error: type defaults to ‘int’ in declaration of ‘cp_table_lu2’ [-Wimplicit-int]
  130 | static cp_table_lu2[MAX_CP_WIDTH];
      |        ^~~~~~~~~~~~
main.c: In function ‘usage’:
main.c:331:17: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=]
  331 |     printf ("%c%d: %s\n",
      |                ~^
      |                 |
      |                 int
      |                %ld
  332 |             (crack_method - methods == default_method) ? '*' : ' ',
  333 |             crack_method - methods,
      |             ~~~~~~~~~~~~~~~~~~~~~~
      |                          |
      |                          long int
crack.c: In function ‘load_zip’:
crack.c:78:15: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   78 |               fread (zip_path, name_len, 1, f);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crack.c:94:19: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   94 |                   fread (file, FILE_SIZE, 1, f);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpmask.c: In function ‘load_img’:
cpmask.c:71:15: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   71 |               fscanf (img, "#%*[^\012\015] ");  /* comment */
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpmask.c:76:19: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   76 |                   fscanf (img, "#%*[^\012\015] ");      /* comment */
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpmask.c:81:23: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   81 |                       fscanf (img, "#%*[^\012\015] ");  /* comment */
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:269: crack.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/startdir/src/fcrackzip-1.0'
make: *** [Makefile:173: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/alhp/workspace/chroot/build_e7d78d9e-e8dd-4bff-bc8a-cfb9f6562e8c/build
