==> Creating clean working copy [build]...done
==> Making package: python-http-parser 0.8.3-1 (Tue Feb  2 10:39:08 EST 2016)
==> Retrieving sources...
  -> Cloning http-parser git repo...
Cloning into bare repository '/srv/build/builder/plugbuild/work/python-http-parser/http-parser'...
==> Validating source files with sha512sums...
    http-parser ... Skipped
==> Making package: python-http-parser 0.8.3-1 (Tue Feb  2 10:39:12 EST 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (14) perl-error-0.17024-1  python-3.5.1-1  python-packaging-16.0-1  python-pyparsing-2.0.7-1  python-six-1.10.0-1  python2-2.7.11-1  python2-packaging-16.0-1  python2-pyparsing-2.0.7-1  python2-six-1.10.0-1  cython-0.23.4-1  cython2-0.23.4-1  git-2.7.0-1  python-setuptools-1:19.6.2-1  python2-setuptools-1:19.6.2-1

Total Download Size:     4.42 MiB
Total Installed Size:  203.23 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
downloading python-packaging-16.0-1-any.pkg.tar.xz...
downloading python-packaging-16.0-1-any.pkg.tar.xz...
downloading python-packaging-16.0-1-any.pkg.tar.xz...
downloading python-packaging-16.0-1-any.pkg.tar.xz...
downloading python-packaging-16.0-1-any.pkg.tar.xz...
downloading python-setuptools-1:19.6.2-1-any.pkg.tar.xz...
downloading python2-packaging-16.0-1-any.pkg.tar.xz...
downloading python2-setuptools-1:19.6.2-1-any.pkg.tar.xz...
downloading python-pyparsing-2.0.7-1-any.pkg.tar.xz...
downloading python-six-1.10.0-1-any.pkg.tar.xz...
downloading python2-pyparsing-2.0.7-1-any.pkg.tar.xz...
downloading python2-six-1.10.0-1-any.pkg.tar.xz...
downloading cython-0.23.4-1-armv6h.pkg.tar.xz...
downloading cython2-0.23.4-1-armv6h.pkg.tar.xz...
downloading cython2-0.23.4-1-armv6h.pkg.tar.xz...
downloading cython2-0.23.4-1-armv6h.pkg.tar.xz...
downloading cython2-0.23.4-1-armv6h.pkg.tar.xz...
downloading cython2-0.23.4-1-armv6h.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python...
Optional dependencies for python
    python-setuptools [pending]
    python-pip
    sqlite [installed]
    mpdecimal: for decimal
    xz: for lzma [installed]
    tk: for tkinter
installing python-pyparsing...
installing python-packaging...
installing python-six...
installing python-setuptools...
installing python2...
Optional dependencies for python2
    tk: for IDLE
    python2-setuptools [pending]
    python2-pip
installing python2-pyparsing...
installing python2-packaging...
installing python2-six...
installing python2-setuptools...
installing cython...
installing cython2...
installing perl-error...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    perl-libwww: git svn
    perl-term-readkey: git svn
    perl-mime-tools: git send-email
    perl-net-smtp-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    python2: various helper scripts [installed]
    subversion: git svn
    cvsps2: git cvsimport
    gnome-keyring: GNOME keyring credential helper
==> Retrieving sources...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    http-parser ... Skipped
==> Extracting sources...
  -> Creating working copy of http-parser git repo...
Cloning into 'http-parser'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
running build
running build_py
creating build
creating build/lib.linux-armv7l-3.5
creating build/lib.linux-armv7l-3.5/http_parser
copying http_parser/pyparser.py -> build/lib.linux-armv7l-3.5/http_parser
copying http_parser/reader.py -> build/lib.linux-armv7l-3.5/http_parser
copying http_parser/_socketio.py -> build/lib.linux-armv7l-3.5/http_parser
copying http_parser/http.py -> build/lib.linux-armv7l-3.5/http_parser
copying http_parser/util.py -> build/lib.linux-armv7l-3.5/http_parser
copying http_parser/__init__.py -> build/lib.linux-armv7l-3.5/http_parser
running build_ext
cython -o http_parser.parser.c http_parser/parser.pyx
mv http_parser.parser.c http_parser/parser.c
building 'http_parser.parser' extension
creating build/temp.linux-armv7l-3.5
creating build/temp.linux-armv7l-3.5/http_parser
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python3.5m -c http_parser/http_parser.c -o build/temp.linux-armv7l-3.5/http_parser/http_parser.o
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python3.5m -c http_parser/parser.c -o build/temp.linux-armv7l-3.5/http_parser/parser.o
http_parser/parser.c: In function '__pyx_pw_11http_parser_6parser_10HttpParser_1__init__':
http_parser/parser.c:3267:3: warning: '__pyx_v_parser_type' may be used uninitialized in this function [-Wmaybe-uninitialized]
   http_parser_init((&__pyx_v_self->_parser), __pyx_v_parser_type);
   ^
http_parser/parser.c:3152:25: note: '__pyx_v_parser_type' was declared here
   enum http_parser_type __pyx_v_parser_type;
                         ^
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-3.5/http_parser/http_parser.o build/temp.linux-armv7l-3.5/http_parser/parser.o -L/usr/lib -lpython3.5m -o build/lib.linux-armv7l-3.5/http_parser/parser.cpython-35m-arm-linux-gnueabihf.so
Linking /build/python-http-parser/src/http-parser/build/lib.linux-armv7l-3.5/http_parser/parser.cpython-35m-arm-linux-gnueabihf.so to /build/python-http-parser/src/http-parser/http_parser/parser.cpython-35m-arm-linux-gnueabihf.so
running build
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/http_parser
copying http_parser/pyparser.py -> build/lib.linux-armv7l-2.7/http_parser
copying http_parser/reader.py -> build/lib.linux-armv7l-2.7/http_parser
copying http_parser/_socketio.py -> build/lib.linux-armv7l-2.7/http_parser
copying http_parser/http.py -> build/lib.linux-armv7l-2.7/http_parser
copying http_parser/util.py -> build/lib.linux-armv7l-2.7/http_parser
copying http_parser/__init__.py -> build/lib.linux-armv7l-2.7/http_parser
running build_ext
cython -o http_parser.parser.c http_parser/parser.pyx
mv http_parser.parser.c http_parser/parser.c
building 'http_parser.parser' extension
creating build/temp.linux-armv7l-2.7
creating build/temp.linux-armv7l-2.7/http_parser
gcc -pthread -DNDEBUG -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python2.7 -c http_parser/http_parser.c -o build/temp.linux-armv7l-2.7/http_parser/http_parser.o
gcc -pthread -DNDEBUG -march=armv6 -mfloat-abi=hard -mfpu=vfp -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -Iparser -I/usr/include/python2.7 -c http_parser/parser.c -o build/temp.linux-armv7l-2.7/http_parser/parser.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1,--sort-common,--as-needed,-z,relro -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 build/temp.linux-armv7l-2.7/http_parser/http_parser.o build/temp.linux-armv7l-2.7/http_parser/parser.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/http_parser/parser.so
Linking /build/python-http-parser/src/http-parser-py2/build/lib.linux-armv7l-2.7/http_parser/parser.so to /build/python-http-parser/src/http-parser-py2/http_parser/parser.so
==> Entering fakeroot environment...
==> Starting package_python-http-parser()...
running install
running build
running build_py
running build_ext
make: Nothing to be done for 'all'.
running install_lib
creating /build/python-http-parser/pkg/python-http-parser/usr
creating /build/python-http-parser/pkg/python-http-parser/usr/lib
creating /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5
creating /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages
creating /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/pyparser.py -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/reader.py -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/_socketio.py -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/http.py -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/util.py -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/__init__.py -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
copying build/lib.linux-armv7l-3.5/http_parser/parser.cpython-35m-arm-linux-gnueabihf.so -> /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser
byte-compiling /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser/pyparser.py to pyparser.cpython-35.pyc
byte-compiling /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser/reader.py to reader.cpython-35.pyc
byte-compiling /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser/_socketio.py to _socketio.cpython-35.pyc
byte-compiling /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser/http.py to http.cpython-35.pyc
byte-compiling /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser/util.py to util.cpython-35.pyc
byte-compiling /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser/__init__.py to __init__.cpython-35.pyc
writing byte-compilation script '/tmp/tmp9nefmyus.py'
/usr/bin/python -O /tmp/tmp9nefmyus.py
removing /tmp/tmp9nefmyus.py
running install_egg_info
running egg_info
creating http_parser.egg-info
writing dependency_links to http_parser.egg-info/dependency_links.txt
writing http_parser.egg-info/PKG-INFO
writing top-level names to http_parser.egg-info/top_level.txt
writing manifest file 'http_parser.egg-info/SOURCES.txt'
reading manifest file 'http_parser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
Linking /build/python-http-parser/src/http-parser/build/lib.linux-armv7l-3.5/http_parser/parser.cpython-35m-arm-linux-gnueabihf.so to /build/python-http-parser/src/http-parser/http_parser/parser.cpython-35m-arm-linux-gnueabihf.so
warning: no files found matching 'Makefile.ext'
writing manifest file 'http_parser.egg-info/SOURCES.txt'
Copying http_parser.egg-info to /build/python-http-parser/pkg/python-http-parser/usr/lib/python3.5/site-packages/http_parser-0.8.3-py3.5.egg-info
running install_scripts
==> 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 "python-http-parser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_python2-http-parser()...
running install
running build
running build_py
running build_ext
make: Nothing to be done for 'all'.
Linking /build/python-http-parser/src/http-parser-py2/build/lib.linux-armv7l-2.7/http_parser/parser.so to /build/python-http-parser/src/http-parser-py2/http_parser/parser.so
running install_lib
creating /build/python-http-parser/pkg/python2-http-parser/usr
creating /build/python-http-parser/pkg/python2-http-parser/usr/lib
creating /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7
creating /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages
creating /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/pyparser.py -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/reader.py -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/_socketio.py -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/http.py -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/parser.so -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/util.py -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
copying build/lib.linux-armv7l-2.7/http_parser/__init__.py -> /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser
byte-compiling /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser/pyparser.py to pyparser.pyc
byte-compiling /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser/reader.py to reader.pyc
byte-compiling /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser/_socketio.py to _socketio.pyc
byte-compiling /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser/http.py to http.pyc
byte-compiling /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser/util.py to util.pyc
byte-compiling /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser/__init__.py to __init__.pyc
writing byte-compilation script '/tmp/tmplfzPA4.py'
/usr/bin/python2 -O /tmp/tmplfzPA4.py
removing /tmp/tmplfzPA4.py
running install_egg_info
running egg_info
creating http_parser.egg-info
writing http_parser.egg-info/PKG-INFO
writing top-level names to http_parser.egg-info/top_level.txt
writing dependency_links to http_parser.egg-info/dependency_links.txt
writing manifest file 'http_parser.egg-info/SOURCES.txt'
reading manifest file 'http_parser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile.ext'
writing manifest file 'http_parser.egg-info/SOURCES.txt'
Copying http_parser.egg-info to /build/python-http-parser/pkg/python2-http-parser/usr/lib/python2.7/site-packages/http_parser-0.8.3-py2.7.egg-info
running install_scripts
==> 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 "python2-http-parser"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-http-parser 0.8.3-1 (Tue Feb  2 10:40:04 EST 2016)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...
:: gettext optionally requires git: for autopoint infrastructure updates
:: glib2 optionally requires python2: for gdbus-codegen and gtester-report
:: util-linux optionally requires python: python bindings to libmount

Packages (14) cython-0.23.4-1  cython2-0.23.4-1  git-2.7.0-1  perl-error-0.17024-1  python-3.5.1-1  python-packaging-16.0-1  python-pyparsing-2.0.7-1  python-setuptools-1:19.6.2-1  python-six-1.10.0-1  python2-2.7.11-1  python2-packaging-16.0-1  python2-pyparsing-2.0.7-1  python2-setuptools-1:19.6.2-1  python2-six-1.10.0-1

Total Removed Size:  203.23 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
removing git...
removing perl-error...
removing cython2...
removing python2-setuptools...
removing python2-six...
removing python2-packaging...
removing python2-pyparsing...
removing python2...
removing cython...
removing python-setuptools...
removing python-six...
removing python-packaging...
removing python-pyparsing...
removing python...