Build of python-salsa20 with vanilla toolchain

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

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

SLOCLanguage
330 ansic
115 python
445 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: python-salsa20 0.3.0-3 (Wed Aug 24 12:42:29 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# running build
# running build_py
# creating build
# creating build/lib.linux-x86_64-3.5
# copying salsa20.py -> build/lib.linux-x86_64-3.5
# running build_ext
# building '_salsa20' extension
# creating build/temp.linux-x86_64-3.5
# creating build/temp.linux-x86_64-3.5/libsodium-salsa20
# gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Ilibsodium-salsa20 -I/usr/include/python3.5m -c libsodium-salsa20/core_hsalsa20.c -o build/temp.linux-x86_64-3.5/libsodium-salsa20/core_hsalsa20.o
# gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Ilibsodium-salsa20 -I/usr/include/python3.5m -c libsodium-salsa20/stream_salsa20.c -o build/temp.linux-x86_64-3.5/libsodium-salsa20/stream_salsa20.o
# gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Ilibsodium-salsa20 -I/usr/include/python3.5m -c libsodium-salsa20/core_salsa20.c -o build/temp.linux-x86_64-3.5/libsodium-salsa20/core_salsa20.o
# gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Ilibsodium-salsa20 -I/usr/include/python3.5m -c libsodium-salsa20/stream_xsalsa20.c -o build/temp.linux-x86_64-3.5/libsodium-salsa20/stream_xsalsa20.o
# gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -Ilibsodium-salsa20 -I/usr/include/python3.5m -c salsa20.c -o build/temp.linux-x86_64-3.5/salsa20.o
# salsa20.c: In function 'init_salsa20':
# salsa20.c:63:1: warning: control reaches end of non-void function [-Wreturn-type]
# PyMODINIT_FUNC init_salsa20(void) { }
# ^~~~~~~~~~~~~~
# salsa20.c: In function 'PyInit__salsa20':
# salsa20.c:64:1: warning: control reaches end of non-void function [-Wreturn-type]
# PyMODINIT_FUNC PyInit__salsa20(void) { }
# ^~~~~~~~~~~~~~
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-3.5/libsodium-salsa20/core_hsalsa20.o build/temp.linux-x86_64-3.5/libsodium-salsa20/stream_salsa20.o build/temp.linux-x86_64-3.5/libsodium-salsa20/core_salsa20.o build/temp.linux-x86_64-3.5/libsodium-salsa20/stream_xsalsa20.o build/temp.linux-x86_64-3.5/salsa20.o -L/usr/lib -lpython3.5m -o build/lib.linux-x86_64-3.5/_salsa20.cpython-35m-x86_64-linux-gnu.so
# /tmp/python-salsa20/PKGBUILD: line 24: cd: ../salsa20-0.3.0-py2: No such file or directory
# ==> ERROR: A failure occurred in build().
# Aborting...