Build of libfaketime with vanilla toolchain

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

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

SLOCLanguage
2,043 ansic
379 sh
92 makefile
21 pascal
2,535 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: libfaketime 0.9.6-2 (Wed Aug 24 12:10:53 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# make -C src all
# make[1]: Entering directory '/tmp/libfaketime/src/libfaketime-0.9.6/src'
# cc -o libfaketime.o -c -std=gnu99 -Wall -Wextra -Werror -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/usr'"' -DLIBDIRNAME='"'/lib/faketime'"' libfaketime.c
# cc -o libfaketimeMT.o -c -std=gnu99 -Wall -Wextra -Werror -DFAKE_STAT -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/usr'"' -DLIBDIRNAME='"'/lib/faketime'"' libfaketime.c
# libfaketime.c: In function '__xstat':
# libfaketime.c:513:7: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstat':
# libfaketime.c: In function '__xstat':
# libfaketime.c:542:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c:513:7: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstatat':
# libfaketime.c:571:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstat':
# libfaketime.c:542:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__lxstat':
# libfaketime.c:600:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstatat':
# libfaketime.c: In function '__xstat64':
# libfaketime.c:628:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c:571:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstat64':
# libfaketime.c:656:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__lxstat':
# libfaketime.c:600:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstatat64':
# libfaketime.c:685:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__lxstat64':
# libfaketime.c: In function '__xstat64':
# libfaketime.c:714:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c:628:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstat64':
# libfaketime.c:656:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__fxstatat64':
# libfaketime.c:685:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# libfaketime.c: In function '__lxstat64':
# libfaketime.c:714:6: error: nonnull argument 'buf' compared to NULL [-Werror=nonnull-compare]
# if (buf != NULL)
# ^
# cc1: all warnings being treated as errors
# make[1]: *** [Makefile:88: libfaketimeMT.o] Error 1
# make[1]: *** Waiting for unfinished jobs....
# cc1: all warnings being treated as errors
# make[1]: *** [Makefile:88: libfaketime.o] Error 1
# make[1]: Leaving directory '/tmp/libfaketime/src/libfaketime-0.9.6/src'
# make: *** [Makefile:7: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...