Regression
Test Clang 9.0.0 / lldb-api.functionalities/breakpoint/breakpoint_locations.TestBreakpointLocations.py (from lldb-api)
Stacktrace
Script: -- /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --codesign-identity lldb_codesign --arch x86_64 --build-dir /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex -t --env TERM=vt100 --skip-category gmodules --skip-category watchpoint --skip-category llgs --skip-category debugserver --arch=x86_64 --env LLVM_LIBS_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./lib --env LLVM_INCLUDE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/include --env LLVM_TOOLS_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin --hermetic-libcxx --arch x86_64 --build-dir /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex --lldb-module-cache-dir /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/lldb --compiler /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang --dsymutil /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil --llvm-tools-dir /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin --lldb-libs-dir /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./lib /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -p TestBreakpointLocations.py -- Exit Code: 1 Command Output (stdout): -- lldb version 16.0.99git (http://labmaster3.local/git/llvm-project.git revision 807b8cb06ca05228f3ecb4709f4f4141748d2ca9) clang revision 807b8cb06ca05228f3ecb4709f4f4141748d2ca9 llvm revision 807b8cb06ca05228f3ecb4709f4f4141748d2ca9 Skipping the following test categories: ['gmodules', 'watchpoint', 'llgs', 'debugserver', 'libstdcxx', 'dwo', 'llgs', 'fork'] -- Command Output (stderr): -- Change dir to: /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations runCmd: settings clear -all output: runCmd: settings set symbols.enable-external-lookup false output: runCmd: settings set target.inherit-tcc true output: runCmd: settings set target.detach-on-error false output: runCmd: settings set target.auto-apply-fixits false output: runCmd: settings set plugin.process.gdb-remote.packet-timeout 60 output: runCmd: settings set symbols.clang-modules-cache-path "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api" output: runCmd: settings set use-color false output: runCmd: setting set target.prefer-dynamic-value no-dynamic-values output: make VPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -C /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.test_enable_dsym -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -f /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile MAKE_DSYM=YES all ARCH=x86_64 'CC="/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang"' DSYMUTIL=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil CODESIGN=codesign CLANG_MODULE_CACHE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api USE_HERMETIC_LIBCPP=1 "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -MT main.o -MD -MP -MF main.d -c -o main.o /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:15:5: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline] static int func_inline_call_count = 0; ^ /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:12:1: note: use 'static' to give inline function 'func_inlined' internal linkage INLINE int ^ static /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:3:16: note: expanded from macro 'INLINE' #define INLINE inline __attribute__((always_inline)) ^ 1 warning generated. "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" main.o -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info --driver-mode=g++ -o "a.out" codesign -s - "a.out" "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil" -o "a.out.dSYM" "a.out" runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Ran command: "breakpoint list -f" Got output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Expecting sub string: "1: file = 'main.c', line = 17, exact_match = 0, locations = 3" (was found) Expecting regex pattern: "where = a.out`func_inlined .+unresolved, hit count = 0" (was found, matched "where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0") Expecting regex pattern: "where = a.out`main .+\[inlined\].+unresolved, hit count = 0" (was found, matched "where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0") runCmd: breakpoint disable 3.* check of return status not required runCmd failed! error: '3' is not a valid breakpoint ID. Ran command: "breakpoint disable 3.*" Got output: error: '3' is not a valid breakpoint ID. Expecting start string: "error: '3' is not a valid breakpoint ID." (was found) runCmd: breakpoint disable 1.* output: 3 breakpoints disabled. Ran command: "breakpoint disable 1.*" Got output: 3 breakpoints disabled. Expecting start string: "3 breakpoints disabled." (was found) runCmd: run runCmd failed! error: process exited with status -1 (tried to attach to process already being debugged) Command 'run' failed! FAIL: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_enable_dsym (TestBreakpointLocations.BreakpointLocationsTestCase) <bound method SBProcess.Kill of SBProcess: pid = 59947, state = exited, threads = 0, executable = a.out>: success runCmd: settings clear -all output: runCmd: settings set symbols.enable-external-lookup false output: runCmd: settings set target.inherit-tcc true output: runCmd: settings set target.detach-on-error false output: runCmd: settings set target.auto-apply-fixits false output: runCmd: settings set plugin.process.gdb-remote.packet-timeout 60 output: runCmd: settings set symbols.clang-modules-cache-path "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api" output: runCmd: settings set use-color false output: runCmd: setting set target.prefer-dynamic-value no-dynamic-values output: make VPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -C /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.test_enable_dwarf -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -f /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile MAKE_DSYM=NO all ARCH=x86_64 'CC="/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang"' DSYMUTIL=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil CODESIGN=codesign CLANG_MODULE_CACHE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api USE_HERMETIC_LIBCPP=1 "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -MT main.o -MD -MP -MF main.d -c -o main.o /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:15:5: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline] static int func_inline_call_count = 0; ^ /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:12:1: note: use 'static' to give inline function 'func_inlined' internal linkage INLINE int ^ static /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:3:16: note: expanded from macro 'INLINE' #define INLINE inline __attribute__((always_inline)) ^ 1 warning generated. "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" main.o -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info --driver-mode=g++ -o "a.out" codesign -s - "a.out" runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Ran command: "breakpoint list -f" Got output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Expecting sub string: "1: file = 'main.c', line = 17, exact_match = 0, locations = 3" (was found) Expecting regex pattern: "where = a.out`func_inlined .+unresolved, hit count = 0" (was found, matched "where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0") Expecting regex pattern: "where = a.out`main .+\[inlined\].+unresolved, hit count = 0" (was found, matched "where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0") runCmd: breakpoint disable 3.* check of return status not required runCmd failed! error: '3' is not a valid breakpoint ID. Ran command: "breakpoint disable 3.*" Got output: error: '3' is not a valid breakpoint ID. Expecting start string: "error: '3' is not a valid breakpoint ID." (was found) runCmd: breakpoint disable 1.* output: 3 breakpoints disabled. Ran command: "breakpoint disable 1.*" Got output: 3 breakpoints disabled. Expecting start string: "3 breakpoints disabled." (was found) runCmd: run runCmd failed! error: process exited with status -1 (tried to attach to process already being debugged) Command 'run' failed! FAIL: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_enable_dwarf (TestBreakpointLocations.BreakpointLocationsTestCase) <bound method SBProcess.Kill of SBProcess: pid = 60343, state = exited, threads = 0, executable = a.out>: success UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_enable_dwo (TestBreakpointLocations.BreakpointLocationsTestCase) (test case does not fall in any category of interest for this run) UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_enable_gmodules (TestBreakpointLocations.BreakpointLocationsTestCase) (test case does not fall in any category of interest for this run) runCmd: settings clear -all output: runCmd: settings set symbols.enable-external-lookup false output: runCmd: settings set target.inherit-tcc true output: runCmd: settings set target.detach-on-error false output: runCmd: settings set target.auto-apply-fixits false output: runCmd: settings set plugin.process.gdb-remote.packet-timeout 60 output: runCmd: settings set symbols.clang-modules-cache-path "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api" output: runCmd: settings set use-color false output: runCmd: setting set target.prefer-dynamic-value no-dynamic-values output: make VPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -C /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.test_shadowed_command_options_dsym -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -f /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile MAKE_DSYM=YES all ARCH=x86_64 'CC="/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang"' DSYMUTIL=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil CODESIGN=codesign CLANG_MODULE_CACHE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api USE_HERMETIC_LIBCPP=1 "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -MT main.o -MD -MP -MF main.d -c -o main.o /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:15:5: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline] static int func_inline_call_count = 0; ^ /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:12:1: note: use 'static' to give inline function 'func_inlined' internal linkage INLINE int ^ static /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:3:16: note: expanded from macro 'INLINE' #define INLINE inline __attribute__((always_inline)) ^ 1 warning generated. "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" main.o -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info --driver-mode=g++ -o "a.out" codesign -s - "a.out" "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil" -o "a.out.dSYM" "a.out" runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Ran command: "breakpoint list -f" Got output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Expecting sub string: "1: file = 'main.c', line = 17, exact_match = 0, locations = 3" (was found) Expecting regex pattern: "where = a.out`func_inlined .+unresolved, hit count = 0" (was found, matched "where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0") Expecting regex pattern: "where = a.out`main .+\[inlined\].+unresolved, hit count = 0" (was found, matched "where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0") PASS: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_command_options_dsym (TestBreakpointLocations.BreakpointLocationsTestCase) runCmd: settings clear -all output: runCmd: settings set symbols.enable-external-lookup false output: runCmd: settings set target.inherit-tcc true output: runCmd: settings set target.detach-on-error false output: runCmd: settings set target.auto-apply-fixits false output: runCmd: settings set plugin.process.gdb-remote.packet-timeout 60 output: runCmd: settings set symbols.clang-modules-cache-path "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api" output: runCmd: settings set use-color false output: runCmd: setting set target.prefer-dynamic-value no-dynamic-values output: make VPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -C /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.test_shadowed_command_options_dwarf -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -f /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile MAKE_DSYM=NO all ARCH=x86_64 'CC="/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang"' DSYMUTIL=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil CODESIGN=codesign CLANG_MODULE_CACHE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api USE_HERMETIC_LIBCPP=1 "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -MT main.o -MD -MP -MF main.d -c -o main.o /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:15:5: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline] static int func_inline_call_count = 0; ^ /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:12:1: note: use 'static' to give inline function 'func_inlined' internal linkage INLINE int ^ static /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:3:16: note: expanded from macro 'INLINE' #define INLINE inline __attribute__((always_inline)) ^ 1 warning generated. "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" main.o -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info --driver-mode=g++ -o "a.out" codesign -s - "a.out" runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Ran command: "breakpoint list -f" Got output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Expecting sub string: "1: file = 'main.c', line = 17, exact_match = 0, locations = 3" (was found) Expecting regex pattern: "where = a.out`func_inlined .+unresolved, hit count = 0" (was found, matched "where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0") Expecting regex pattern: "where = a.out`main .+\[inlined\].+unresolved, hit count = 0" (was found, matched "where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0") PASS: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_command_options_dwarf (TestBreakpointLocations.BreakpointLocationsTestCase) UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_command_options_dwo (TestBreakpointLocations.BreakpointLocationsTestCase) (test case does not fall in any category of interest for this run) UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_command_options_gmodules (TestBreakpointLocations.BreakpointLocationsTestCase) (test case does not fall in any category of interest for this run) runCmd: settings clear -all output: runCmd: settings set symbols.enable-external-lookup false output: runCmd: settings set target.inherit-tcc true output: runCmd: settings set target.detach-on-error false output: runCmd: settings set target.auto-apply-fixits false output: runCmd: settings set plugin.process.gdb-remote.packet-timeout 60 output: runCmd: settings set symbols.clang-modules-cache-path "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api" output: runCmd: settings set use-color false output: runCmd: setting set target.prefer-dynamic-value no-dynamic-values output: make VPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -C /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.test_shadowed_cond_options_dsym -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -f /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile MAKE_DSYM=YES all ARCH=x86_64 'CC="/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang"' DSYMUTIL=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil CODESIGN=codesign CLANG_MODULE_CACHE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api USE_HERMETIC_LIBCPP=1 "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -MT main.o -MD -MP -MF main.d -c -o main.o /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:15:5: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline] static int func_inline_call_count = 0; ^ /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:12:1: note: use 'static' to give inline function 'func_inlined' internal linkage INLINE int ^ static /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:3:16: note: expanded from macro 'INLINE' #define INLINE inline __attribute__((always_inline)) ^ 1 warning generated. "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" main.o -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info --driver-mode=g++ -o "a.out" codesign -s - "a.out" "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil" -o "a.out.dSYM" "a.out" runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Ran command: "breakpoint list -f" Got output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Expecting sub string: "1: file = 'main.c', line = 17, exact_match = 0, locations = 3" (was found) Expecting regex pattern: "where = a.out`func_inlined .+unresolved, hit count = 0" (was found, matched "where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0") Expecting regex pattern: "where = a.out`main .+\[inlined\].+unresolved, hit count = 0" (was found, matched "where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0") PASS: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_cond_options_dsym (TestBreakpointLocations.BreakpointLocationsTestCase) runCmd: settings clear -all output: runCmd: settings set symbols.enable-external-lookup false output: runCmd: settings set target.inherit-tcc true output: runCmd: settings set target.detach-on-error false output: runCmd: settings set target.auto-apply-fixits false output: runCmd: settings set plugin.process.gdb-remote.packet-timeout 60 output: runCmd: settings set symbols.clang-modules-cache-path "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-lldb/lldb-api" output: runCmd: settings set use-color false output: runCmd: setting set target.prefer-dynamic-value no-dynamic-values output: make VPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -C /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.test_shadowed_cond_options_dwarf -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -f /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/Makefile MAKE_DSYM=NO all ARCH=x86_64 'CC="/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang"' DSYMUTIL=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/./bin/dsymutil CODESIGN=codesign CLANG_MODULE_CACHE_DIR=/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-api USE_HERMETIC_LIBCPP=1 "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info -MT main.o -MD -MP -MF main.d -c -o main.o /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:15:5: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline] static int func_inline_call_count = 0; ^ /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:12:1: note: use 'static' to give inline function 'func_inlined' internal linkage INLINE int ^ static /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/main.c:3:16: note: expanded from macro 'INLINE' #define INLINE inline __attribute__((always_inline)) ^ 1 warning generated. "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang" main.o -g -O0 -isysroot "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk" -arch x86_64 -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/../../../../../include -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations -I/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make -include /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/make/test_common.h -fno-limit-debug-info --driver-mode=g++ -o "a.out" codesign -s - "a.out" runCmd: breakpoint list -f output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Ran command: "breakpoint list -f" Got output: Current breakpoints: 1: file = 'main.c', line = 17, exact_match = 0, locations = 3 1.1: where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0 1.2: where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0 1.3: where = a.out`main + 162 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e92], unresolved, hit count = 0 Expecting sub string: "1: file = 'main.c', line = 17, exact_match = 0, locations = 3" (was found) Expecting regex pattern: "where = a.out`func_inlined .+unresolved, hit count = 0" (was found, matched "where = a.out`func_inlined + 22 at main.c:17:5, address = a.out[0x0000000100003db6], unresolved, hit count = 0") Expecting regex pattern: "where = a.out`main .+\[inlined\].+unresolved, hit count = 0" (was found, matched "where = a.out`main + 64 [inlined] func_inlined + 17 at main.c:17:5, address = a.out[0x0000000100003e30], unresolved, hit count = 0") PASS: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_cond_options_dwarf (TestBreakpointLocations.BreakpointLocationsTestCase) UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_cond_options_dwo (TestBreakpointLocations.BreakpointLocationsTestCase) (test case does not fall in any category of interest for this run) UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang-x86_64) :: test_shadowed_cond_options_gmodules (TestBreakpointLocations.BreakpointLocationsTestCase) (test case does not fall in any category of interest for this run) Restore dir to: /Users/buildslave/jenkins/workspace/lldb-cmake-matrix/lldb-build/tools/lldb/test ====================================================================== FAIL: test_enable_dsym (TestBreakpointLocations.BreakpointLocationsTestCase) Test breakpoint enable/disable for a breakpoint ID with multiple locations. ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1669, in test_method return attrvalue(self) File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 125, in wrapper func(*args, **kwargs) File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py", line 19, in test_enable self.breakpoint_locations_test() File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py", line 200, in breakpoint_locations_test self.runCmd("run", RUN_SUCCEEDED) File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1992, in runCmd self.assertTrue(self.res.Succeeded(), AssertionError: False is not True : Process is launched successfully Error output: error: process exited with status -1 (tried to attach to process already being debugged) Config=x86_64-/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang ====================================================================== FAIL: test_enable_dwarf (TestBreakpointLocations.BreakpointLocationsTestCase) Test breakpoint enable/disable for a breakpoint ID with multiple locations. ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1669, in test_method return attrvalue(self) File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 125, in wrapper func(*args, **kwargs) File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py", line 19, in test_enable self.breakpoint_locations_test() File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py", line 200, in breakpoint_locations_test self.runCmd("run", RUN_SUCCEEDED) File "/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1992, in runCmd self.assertTrue(self.res.Succeeded(), AssertionError: False is not True : Process is launched successfully Error output: error: process exited with status -1 (tried to attach to process already being debugged) Config=x86_64-/Users/buildslave/jenkins/workspace/lldb-cmake-matrix/clang_900_build/bin/clang ---------------------------------------------------------------------- Ran 12 tests in 63.675s RESULT: FAILED (4 passes, 2 failures, 0 errors, 6 skipped, 0 expected failures, 0 unexpected successes) --