http://llvm.org/bugs/show_bug.cgi?id=20548
Bug ID: 20548 Summary: 5 DataFormatter tests fail to build on the lab.llvm.org FreeBSD buildbot Product: lldb Version: unspecified Hardware: PC OS: FreeBSD Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@cs.uiuc.edu Reporter: ema...@freebsd.org Classification: Unclassified lab.llvm.org FreeBSD buildbot http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd ERROR: test_with_dwarf_and_run_command (TestDataFormatterStdVBool.StdVBoolDataFormatterTestCase) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 375, in wrapper return func(self, *args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py", line 25, in test_with_dwarf_and_run_command self.buildDwarf() File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 1305, in buildDwarf if not module.buildDwarf(self, architecture, compiler, dictionary, clean): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/plugins/builder_base.py", line 106, in buildDwarf lldbtest.system(commands, sender=sender) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 289, in system raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'gmake clean ; gmake MAKE_DSYM=NO ARCH=amd64 CC="clang" ' returned non-zero exit status 2 Config=amd64-clang ERROR: test_with_dwarf_and_run_command (TestDataFormatterStdList.StdListDataFormatterTestCase) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 375, in wrapper return func(self, *args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 439, in wrapper func(*args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 439, in wrapper func(*args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py", line 27, in test_with_dwarf_and_run_command self.buildDwarf() File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 1305, in buildDwarf if not module.buildDwarf(self, architecture, compiler, dictionary, clean): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/plugins/builder_base.py", line 106, in buildDwarf lldbtest.system(commands, sender=sender) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 289, in system raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'gmake clean ; gmake MAKE_DSYM=NO ARCH=amd64 CC="clang" ' returned non-zero exit status 2 Config=amd64-clang ERROR: test_with_dwarf_and_run_command (TestDataFormatterStdString.StdStringDataFormatterTestCase) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 375, in wrapper return func(self, *args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py", line 26, in test_with_dwarf_and_run_command self.buildDwarf() File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 1305, in buildDwarf if not module.buildDwarf(self, architecture, compiler, dictionary, clean): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/plugins/builder_base.py", line 106, in buildDwarf lldbtest.system(commands, sender=sender) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 289, in system raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'gmake clean ; gmake MAKE_DSYM=NO ARCH=amd64 CC="clang" ' returned non-zero exit status 2 ERROR: test_with_dwarf_and_run_command (TestDataFormatterStdIterator.StdIteratorDataFormatterTestCase) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 375, in wrapper return func(self, *args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 439, in wrapper func(*args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 439, in wrapper func(*args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py", line 27, in test_with_dwarf_and_run_command self.buildDwarf() File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 1305, in buildDwarf if not module.buildDwarf(self, architecture, compiler, dictionary, clean): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/plugins/builder_base.py", line 106, in buildDwarf lldbtest.system(commands, sender=sender) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 289, in system raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'gmake clean ; gmake MAKE_DSYM=NO ARCH=amd64 CC="clang" ' returned non-zero exit status 2 Config=amd64-clang ERROR: test_with_dwarf_and_run_command (TestDataFormatterSkipSummary.SkipSummaryDataFormatterTestCase) Test data formatter commands. ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 375, in wrapper return func(self, *args, **kwargs) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py", line 25, in test_with_dwarf_and_run_command self.buildDwarf() File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 1305, in buildDwarf if not module.buildDwarf(self, architecture, compiler, dictionary, clean): File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/plugins/builder_base.py", line 106, in buildDwarf lldbtest.system(commands, sender=sender) File "/usr/home/buildslave/slave_as-bldslv5/lldb-x86_64-freebsd/llvm/tools/lldb/test/lldbtest.py", line 289, in system raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'gmake clean ; gmake MAKE_DSYM=NO ARCH=amd64 CC="clang" ' returned non-zero exit status 2 Config=amd64-clang -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev