Build of sip with vanilla toolchain

The build took 00h 00m 19s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
39,491 ansic
6,732 yacc
4,121 python
824 lex
99 makefile
4 cpp
51,271 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: sip 4.18-1 (Wed Aug 24 13:42:37 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# This is SIP 4.18 for Python 3.5.2 on linux.
# The SIP code generator will be installed in /usr/bin.
# The sip module will be installed in /usr/lib/python3.5/site-packages.
# The sip.pyi stub file will be installed in /usr/lib/python3.5/site-packages.
# The sip.h header file will be installed in /usr/include/python3.5m.
# The default directory to install .sip files in is /usr/share/sip.
# Creating siplib/sip.h...
# Creating siplib/siplib.c...
# Creating siplib/siplib.sbf...
# Creating sipconfig.py...
# Creating top level Makefile...
# Creating sip code generator Makefile...
# Creating sip module Makefile...
# make[1]: Entering directory '/tmp/sip/src/sip-4.18/sipgen'
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o main.o main.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o transform.o transform.c
# main.c: In function 'warning':
# main.c:502:9: warning: 'wstr' may be used uninitialized in this function [-Wmaybe-uninitialized]
# fprintf(stderr, "%s: %s: ", sipPackage, wstr);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o gencode.o gencode.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o extracts.o extracts.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o export.o export.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o type_hints.o type_hints.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o heap.o heap.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o parser.o parser.c
# gcc -c -O2 -Wall -W -DNDEBUG -I. -o lexer.o lexer.c
# g++ -o sip main.o transform.o gencode.o extracts.o export.o type_hints.o heap.o parser.o lexer.o
# make[1]: Leaving directory '/tmp/sip/src/sip-4.18/sipgen'
# make[1]: Entering directory '/tmp/sip/src/sip-4.18/siplib'
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o siplib.o siplib.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o apiversions.o apiversions.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o descriptors.o descriptors.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o qtlib.o qtlib.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o threads.o threads.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o objmap.o objmap.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o voidptr.o voidptr.c
# gcc -c -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o array.o array.c
# siplib.c: In function 'parsePass2':
# siplib.c:5465:32: warning: 'owner' may be used uninitialized in this function [-Wmaybe-uninitialized]
# *owner = arg;
# ~~~~~~~^~~~~
# g++ -c -pipe -fPIC -O2 -Wall -W -DNDEBUG -I. -I/usr/include/python3.5m -o bool.o bool.cpp
# siplib.c: In function 'slot_richcompare':
# siplib.c:10675:52: warning: 'st' may be used uninitialized in this function [-Wmaybe-uninitialized]
# if ((f = (PyObject *(*)(PyObject *,PyObject *))findSlot(self, st)) == NULL)
# ^~~~~~~~~~~~~~~~~~
# g++ -shared -Wl,--version-script=sip.exp -o sip.so siplib.o apiversions.o descriptors.o qtlib.o threads.o objmap.o voidptr.o array.o bool.o
# make[1]: Leaving directory '/tmp/sip/src/sip-4.18/siplib'
# /tmp/sip/PKGBUILD: line 27: cd: /tmp/sip/src/sip-4.18-py2: No such file or directory
# ==> ERROR: A failure occurred in build().
# Aborting...