==> Creating clean working copy [build]...done
==> Making package: mutator 0.2.2-3 (Fri Mar 24 01:42:23 UTC 2017)
==> Retrieving sources...
  -> Downloading mutator_release-v0.2.2-1-gc29ce2b.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 20110  100 20110    0     0  70772      0 --:--:-- --:--:-- --:--:-- 70772
==> Validating source files with sha512sums...
    mutator_release-v0.2.2-1-gc29ce2b.tar.gz ... Passed
==> Making package: mutator 0.2.2-3 (Fri Mar 24 01:42:25 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mutator_release-v0.2.2-1-gc29ce2b.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    mutator_release-v0.2.2-1-gc29ce2b.tar.gz ... Passed
==> Extracting sources...
  -> Extracting mutator_release-v0.2.2-1-gc29ce2b.tar.gz with bsdtar
==> Starting build()...
gcc -I. -O3 -Wall -Wextra -g -pedantic -std=c11 -c misc.c
gcc -I. -O3 -Wall -Wextra -g -pedantic -std=c11 -c main.c
main.c: In function 'main':
main.c:89:74: warning: comparison is always true due to limited range of data type [-Wtype-limits]
     while((opt=getopt_long(argc, argv, ":vo:bayxsw:hf:", longopts, NULL))!= -1)
                                                                          ^~
gcc -I. -O3 -Wall -Wextra -g -pedantic -std=c11 -c mutator.c
mutator.c: In function 'nop':
mutator.c:386:13: warning: unused parameter 'l' [-Wunused-parameter]
 nop(s_list* l){/*NOP FUNCTION*/}
             ^
gcc -I. -O3 -Wall -Wextra -g -pedantic -std=c11 -o mutator misc.o main.o mutator.o
==> Entering fakeroot environment...
==> Starting package()...
==> 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 issue...
==> Creating package "mutator"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mutator 0.2.2-3 (Fri Mar 24 01:42:28 UTC 2017)
==> Cleaning up...