LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 23545 - TestGdbRemoteAuxvSupport intermittent build failures
Summary: TestGdbRemoteAuxvSupport intermittent build failures
Status: NEW
Alias: None
Product: lldb
Classification: Unclassified
Component: All Bugs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P normal
Assignee: LLDB commit list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-16 01:25 PDT by Vince Harron
Modified: 2015-05-16 01:25 PDT (History)
0 users

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Harron 2015-05-16 01:25:41 PDT
1/365 dosep builds got this error:

TestGdbRemoteAuxvSupport.test_auxv_keys_look_valid_llgs_dwarf (x86_64-clang)

os command: make MAKE_DSYM=NO ARCH=x86_64 CC="clang" 
with pid: 22853
stdout: clang++ -std=c++11 -g -O0 -fno-builtin -m64  -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -I/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/make/../../include -include /lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/make/test_common.h   -c -o main.o main.cpp
clang++  main.o -g -O0 -fno-builtin -m64  -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -I/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/make/../../include -include /lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/make/test_common.h  -lpthread  -o "a.out"

stderr: clang: error: no such file or directory: 'main.o'
make: *** [a.out] Error 1