HOST_DC=/home/braddr/sandbox/at-client/release-build/dmd-2.079.0/linux/bin64/dmd
make -C compiler/src -f posix.mak auto-tester-build ENABLE_RELEASE=1 ENABLE_ASSERTS=1
make[1]: Entering directory '/home/braddr/sandbox/at-client/pull-5454389-Linux_64_32/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="1" ENABLE_DEBUG="" ENABLE_ASSERTS="1" ENABLE_LTO="" ENABLE_UNITTEST="" ENABLE_PROFILE="" ENABLE_COVERAGE="" DFLAGS="" auto-tester-build
(TX) DMD_CONF
(TX) VERSION
(DC) COMMON-betterc
(CXX) CXX-FRONTEND
(TX) SYSCONFDIR
(DC) COMMON
(GIT) DLANG/TOOLS
==== Toolchain Information ====
SYSTEM (uname): Linux linux-farm-2 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

MAKE (make): GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

SHELL (/bin/sh): /bin/sh: 0: Illegal option --

HOST_DMD (/home/braddr/sandbox/at-client/release-build/dmd-2.079.0/linux/bin64/dmd): DMD64 D Compiler v2.079.0
Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved written by Walter Bright

HOST_CXX (c++): c++ (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


ld (ld): GNU ld (GNU Binutils for Ubuntu) 2.26.1

gdb (gdb): GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".

==== Toolchain Information ====


(DC) BACKEND
(DC) LEXER
(RUN) checkwhitespace
(DC) CXX-UNITTEST
(DC) DMD
(RUN) CXX-UNITTEST

The following operation failed:
Name: cxx-unittest
Description: Run the C++ unittests
Dependencies: 
 -> cxx-unittest

Command: /home/braddr/sandbox/at-client/pull-5454389-Linux_64_32/dmd/generated/linux/release/64/cxx-unittest

-----------------------------------------------------------
rootobject.d(2): Error: undefined identifier `Object`

DETAILS:

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
rootobject.d(2): Error: undefined identifier `Object`

Program received signal SIGSEGV, Segmentation fault.
0x00000000006e63ec in RealExp::toReal() ()
#0  0x00000000006e63ec in RealExp::toReal() ()
#1  0x00000000008c0030 in test_emplace () at /home/braddr/sandbox/at-client/pull-5454389-Linux_64_32/dmd/compiler/src/tests/cxxfrontend.cc:363
#2  0x00000000008c1910 in main (argc=1, argv=0x7fffffffe998) at /home/braddr/sandbox/at-client/pull-5454389-Linux_64_32/dmd/compiler/src/tests/cxxfrontend.cc:1700
No symbol table info available.
No symbol table info available.

posix.mak:114: recipe for target 'auto-tester-build' failed
make[1]: *** [auto-tester-build] Error 1
make[1]: Leaving directory '/home/braddr/sandbox/at-client/pull-5454389-Linux_64_32/dmd/compiler/src'
posix.mak:16: recipe for target 'auto-tester-build' failed
make: *** [auto-tester-build] Error 2