HOST_DC=/home/braddr/sandbox/at-client/release-build/dmd-2.079.0/linux/bin64/dmd
echo "Auto-Tester has been disabled"
Auto-Tester has been disabled
make -C compiler/src -f posix.mak all
make[1]: Entering directory '/media/disk1/braddr/sandbox/at-client/pull-5461013-Linux_64_64/dmd/compiler/src'
posix.mak:42: ===== DEPRECATION NOTICE ===== 
posix.mak:43: ===== DEPRECATION: posix.mak is deprecated. Please use src/build.d instead.
posix.mak:44: ============================== 
posix.mak:88: ========== Use HOST_DMD instead of HOST_DC ========== 
/home/braddr/sandbox/at-client/release-build/dmd-2.079.0/linux/bin64/dmd -of../../generated/build -g build.d
../../generated/build OS="linux" BUILD="release" MODEL="64" HOST_DMD="/home/braddr/sandbox/at-client/release-build/dmd-2.079.0/linux/bin64/dmd" CXX="c++" AUTO_BOOTSTRAP="" DOCDIR="" STDDOC="" DOC_OUTPUT_DIR="" MAKE="make" VERBOSE="" ENABLE_RELEASE="" ENABLE_DEBUG="" ENABLE_ASSERTS="" ENABLE_LTO="" ENABLE_UNITTEST="" ENABLE_PROFILE="" ENABLE_COVERAGE="" DFLAGS="" dmd
(TX) SYSCONFDIR
(DC) COMMON
(TX) DMD_CONF
(TX) VERSION
(DC) LEXER
(DC) BACKEND
(DC) DMD
Success
make[1]: Leaving directory '/media/disk1/braddr/sandbox/at-client/pull-5461013-Linux_64_64/dmd/compiler/src'
make -C druntime -f posix.mak target
make[1]: Entering directory '/media/disk1/braddr/sandbox/at-client/pull-5461013-Linux_64_64/dmd/druntime'
../compiler/../generated/linux/release/64/dmd -c -conf= -Isrc -Iimport -w -de -preview=dip1000 -preview=fieldwise -m64 -fPIC  -preview=dtorfields -O -release -inline  -version=Shared -fPIC -version=Shared -fPIC -I. src/core/stdc/errno.c -of../generated/linux/release/64/errno_c.o
cc -c -m64 -fPIC -DHAVE_UNISTD_H -O3 src/core/threadasm.S -o../generated/linux/release/64/threadasm.o
src/core/attribute.d(239): Error: typesafe variadic functions have been removed
posix.mak:363: recipe for target '../generated/linux/release/64/errno_c.o' failed
make[1]: *** [../generated/linux/release/64/errno_c.o] Error 1
make[1]: Leaving directory '/media/disk1/braddr/sandbox/at-client/pull-5461013-Linux_64_64/dmd/druntime'
posix.mak:8: recipe for target 'all' failed
make: *** [all] Error 2